-
Notifications
You must be signed in to change notification settings - Fork 793
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
fix: Enhancement in color page token #4211
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey reviewer , Please review the notification table and there hex code as this is newly added. Please verify 2 links added in the the description of component tokens and ai tokens are correct or not. Please check if the tokens are correctly categorised and navigating to the correct table. |
src/pages/elements/color/tokens.mdx
Outdated
<a href="https://github.com/carbon-design-system/carbon/blob/main/packages/styles/docs/sass.md#component-tokens"> | ||
developer documentation{' '} | ||
</a> for more information. |
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.
Should be able to switch these links to markdown syntax to fix the line break vs html.
[developer documentation](https://github.com/carbon-design-system/carbon/blob/main/packages/styles/docs/sass.md#component-tokens)
src/pages/elements/color/tokens.mdx
Outdated
Core tokens are global colors that are used across components. They are named | ||
and grouped by the common UI element that they are applied to. | ||
|
||
<AnchorLinks> |
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.
<AnchorLinks> | |
<AnchorLinks small> |
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!
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.
Couple super minor copy edits, but this looks great! 🔥
Co-authored-by: Alison Joseph <[email protected]>
Co-authored-by: Alison Joseph <[email protected]>
OOPs small ones :( |
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.
LGTM! I think you just need to run yarn format
to get CI to pass
Closes #4110
Color Page Enhancements
Changelog
New
-Multiple H2 sections for Core, Component, and AI tokens
-Adding H3 anchor links inline with the H3 token headers in tables.
-Adding H3 mini-anchor link sections for easier navigation.
-Addition of a table under component tokens called "notification"