-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: breakpoints-grid-feature-branch
Are you sure you want to change the base?
DSD-1702: responsive grid system #1591
Conversation
* development: better ts formatting added docs for Visited State Patterns changelog updates updated color styles for NoBrand button updated placeholder for search field
* development: updates based on comments formatting better layout for Icon examples
Release 3.1.1
DSD-1740/close dropdown multiselect
DSD-1740: Adds ability to close MultiSelect on blur
DSD-1746: FeedbackBox interaction tests
DSD-1795: Breadcrumbs Digital Collections variant
jest routing npm package update
@@ -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" }; |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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.
Fixes JIRA ticket DSD-1702
This PR does the following:
Template
component to implement a new responsive grid system.Template
component to explain how the new responsive grid system will work and how to use the legacy "grid" layout.responsiveGutters
andresponsiveSpacing
data objects to make available to consuming apps.Responsive Grid
page to theStyle Guide
.How has this been tested?
Accessibility concerns or updates
Checklist:
Front End Review: