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

tokens: added tokens, colors, deprecations #2356

Merged
merged 6 commits into from
Jun 25, 2024

Conversation

ArtBlue
Copy link
Contributor

@ArtBlue ArtBlue commented Jun 21, 2024

Fixes #2243

  • This PR contains CSS changes
  • This PR does not contain CSS changes

Description

New tokens, color revisions, color family deprecations and removals.

Screenshots

tokens

Checklist

  • I verify the build is in a non-broken state
  • I verify all changes are within scope of the linked issue
  • I regenerated all CSS files under dist folder
  • I tested the UI in all supported browsers
  • I did a visual regression check of the components impacted by doing a Percy build and approved the build
  • I tested the UI in dark mode and RTL mode
  • I added/updated/removed Storybook coverage as appropriate

@ArtBlue ArtBlue self-assigned this Jun 21, 2024
Copy link

changeset-bot bot commented Jun 21, 2024

🦋 Changeset detected

Latest commit: 64b3c61

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ebay/skin Major

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

Copy link
Contributor

@agliga agliga left a 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);
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@ArtBlue ArtBlue requested a review from agliga June 24, 2024 16:52
@agliga
Copy link
Contributor

agliga commented Jun 24, 2024

Approving, but lets wait for other PRs to merge before merging this.

@agliga
Copy link
Contributor

agliga commented Jun 24, 2024

I think we're good to merge this

@ArtBlue ArtBlue merged commit 7554ab4 into 18.0.0 Jun 25, 2024
3 checks passed
@ArtBlue ArtBlue deleted the 2243-tokens-update-to-core-palette branch June 25, 2024 13:19
This was referenced Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants