-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(spacing): change layout variables to spacing #8063
feat(spacing): change layout variables to spacing #8063
Conversation
Deploy preview for carbon-elements ready! Built with commit d77391f |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit d77391f https://deploy-preview-8063--carbon-components-react.netlify.app |
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.
looks good to me
@tw15egan looks good from a visual stand point. should we update the docs page on the website before you merge or do you think we could do that in the next few weeks. |
We can just hold off on merging this until we update the website so we're synced between the website and whats in code 👍🏻 |
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.
looks good! 💥
Closes #5602
Deprecates the
layout
tokens in favor of a singlespacing
scale. This change will need to coincide with a website change to update the new/removed tokenshttps://www.carbondesignsystem.com/guidelines/spacing/overview#spacing-scale
https://www.carbondesignsystem.com/guidelines/spacing/overview#layout-scale
Changelog
New
$spacing-13
to match the largestlayout
variableChanged
$layout
to$spacing
(seemed to only be in Data Table styles)layout
variableslayout
fromtheme
package in v11Testing / Reviewing
$spacing-13