-
Notifications
You must be signed in to change notification settings - Fork 4
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(tokens): update visited tokens #2034
Conversation
- add text-utility-interactive-primary-visited - add text-utility-interactive-secondary-visited - add icon-utility-interactive-primary-visited - add icon-utility-interactive-secondary-visited - mark text-utility-interactive-visited as deprecated - mark icon-utility-interactive-visited as deprecated - change text-utility-inverse-interactive-visited from purple-350 to white - update usages of old tokens to use the new tokens
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2034 +/- ##
=======================================
Coverage 97.42% 97.43%
=======================================
Files 109 109
Lines 2605 2609 +4
Branches 664 664
=======================================
+ Hits 2538 2542 +4
Misses 65 65
Partials 2 2 ☔ View full report in Codecov by Sentry. |
@@ -114,7 +114,7 @@ | |||
} | |||
|
|||
.link:visited { | |||
color: var(--eds-theme-color-text-utility-interactive-visited); | |||
color: var(--eds-theme-color-text-utility-interactive-primary-visited); |
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.
update usages of old tokens to use the new tokens
"visited": { | ||
"value": "{eds.theme.color.text.utility.interactive.primary.visited}", | ||
"group": "color" |
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.
add icon-utility-interactive-primary-visited
"visited": { | ||
"value": "{eds.theme.color.text.utility.interactive.secondary.visited}", | ||
"group": "color" |
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.
add icon-utility-interactive-secondary-visited
"visited": { | ||
"value": "{eds.theme.color.text.utility.interactive.visited}", | ||
"group": "color" | ||
"group": "color", | ||
"comment": "@deprecated This should not be used in code or design. It will be removed in a future version of EDS." |
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.
mark icon-utility-interactive-visited as deprecated
"visited": { | ||
"value": "{eds.color.blue.850}" |
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.
add text-utility-interactive-primary-visited
"visited": { | ||
"value": "{eds.color.blue.550}" |
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.
add text-utility-interactive-secondary-visited
"value": "{eds.color.purple.550}", | ||
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-border-brand-primary-default instead" |
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.
mark text-utility-interactive-visited as deprecated
@@ -2111,7 +2127,7 @@ | |||
}, | |||
"interactive": { | |||
"visited": { | |||
"value": "{eds.color.purple.350}" | |||
"value": "rgb(var(--eds-color-white) / 1)" |
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.
change text-utility-inverse-interactive-visited from purple-350 to white
## [15.3.0](v15.2.1...v15.3.0) (2024-08-23) [Storybook](https://61313967cde49b003ae2a860-vuzmfnjuoj.chromatic.com/) Figma Components Library: 🟢 No breaking changes - EDS-toastNotification: - deleted the dissmissType property - Added Toast Pattern documentation to handle multiple toasts - EDS-popover: added EDS-popover 2.0 component ### Features * **config:** add transition durations for tailwind ([#2036](#2036)) ([aed0f09](aed0f09)) * **Popover:** update theming to 2.0 ([#2031](#2031)) ([c5ab351](c5ab351)) * **tokens:** add in additional table tokens ([#2035](#2035)) ([a698a5b](a698a5b)) * **tokens:** update visited tokens ([#2034](#2034)) ([df84c87](df84c87)) ### Bug Fixes * **Card:** add spacing between eyebrow and title ([#2040](#2040)) ([d6ee15d](d6ee15d)) * **Link:** handle inverse variant for standalone links ([#2042](#2042)) ([351d7fd](351d7fd)) * **Popover:** update component version number ([#2038](#2038)) ([9940d76](9940d76))
Test Plan: