-
Notifications
You must be signed in to change notification settings - Fork 67
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
tokens: added tokens, colors, deprecations #2356
Conversation
🦋 Changeset detectedLatest commit: 64b3c61 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Overall quick pass through: looks good
I think just one question. I'm fine either way.
Will try it locally later. Otherwise looks good to merge.
@@ -6,7 +6,7 @@ $color-star-rating-icon-unfilled-foreground: transparent; | |||
$color-star-rating-icon-filled-foreground: var(--color-foreground-primary); | |||
|
|||
/* we have to use core color here since dark mode and light mode have the same stroke */ | |||
$color-star-rating-icon-unfilled-stroke: var(--color-neutral-5); | |||
$color-star-rating-icon-unfilled-stroke: var(--color-neutral-600); |
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 we switch these to semantic tokens possibly?
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.
There's a comment right above that regarding the decision to use the core token instead of the semantic token.
Approving, but lets wait for other PRs to merge before merging this. |
I think we're good to merge this |
Fixes #2243
Description
New tokens, color revisions, color family deprecations and removals.
Screenshots
Checklist