Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSD-1702: responsive grid system #1591

Open
wants to merge 212 commits into
base: breakpoints-grid-feature-branch
Choose a base branch
from

Conversation

bigfishdesign13
Copy link
Collaborator

@bigfishdesign13 bigfishdesign13 commented May 6, 2024

Fixes JIRA ticket DSD-1702

This PR does the following:

  • Updates the Template component to implement a new responsive grid system.
  • Updates the docs for the Template component to explain how the new responsive grid system will work and how to use the legacy "grid" layout.
  • Adds and exports the responsiveGutters and responsiveSpacing data objects to make available to consuming apps.
  • Adds the Responsive Grid page to the Style Guide.

How has this been tested?

  • local Storybook

Accessibility concerns or updates

  • n/a

Checklist:

  • I have updated the Storybook documentation accordingly.
  • I have added relevant accessibility documentation for this pull request.
  • All new and existing tests passed.

Front End Review:

  • Review the Vercel preview deployment once it is ready.

7emansell and others added 24 commits June 24, 2024 14:19
DSD-1740: Adds ability to close MultiSelect on blur
DSD-1795: Breadcrumbs Digital Collections variant
@@ -4,6 +4,9 @@ import { defineStyle } from "@chakra-ui/system";
* Grid layout based on https://www.joshwcomeau.com/css/full-bleed/
*/

export const responsiveGutters = { base: "1rem", md: "1.5rem", xl: "1rem" };
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bigfishdesign13, just checking – the gutters are meant to get bigger at the md breakpoint and smaller at xl?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that was the intention. The md: "1.5rem" here aligns with the md: "1.5rem" in responsiveSpacing. But I'll admit, I was a bit wishy washy on this. Maybe it should just be "1rem" across the board.

@bigfishdesign13 bigfishdesign13 added On Hold Pull requests that have been put on the back-burner for the moment. and removed Needs Review Pull requests that are ready for peer review. x2 This PR needs at least two approvals. labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Hold Pull requests that have been put on the back-burner for the moment.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants