You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(link)!: remove text-link tokens for link t3 tokens (#1639)
* refactor(link): add background t3 tokens
* refactor(link): point t3 tokens to t2 temp
* refactor(link)!: point t3 to t1 tokens
* refactor!: remove deprecated tokens
* fix(tabs): use correct color token
* refactor(link): re-remove text-link tokens re-added in rebase
* fix(tokens): point tier 3 tokens to relevant tier 2 token values
---------
Co-authored-by: Jin Lee <[email protected]>
Co-authored-by: Andrew Holloway <[email protected]>
Copy file name to clipboardExpand all lines: src/design-tokens/tier-2-usage/colors-border.json
-10
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,6 @@
3
3
"theme": {
4
4
"color": {
5
5
"border": {
6
-
"link": {
7
-
"neutral": {
8
-
"value": "{eds.color.neutral.800}",
9
-
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead"
10
-
},
11
-
"brand": {
12
-
"value": "{eds.color.brand.grape.700}",
13
-
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-brand-background-focus, eds-theme-color-link-brand-text-decoration, eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead"
Copy file name to clipboardExpand all lines: src/design-tokens/tier-2-usage/colors-text.json
-10
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,6 @@
19
19
"value": "{eds.color.neutral.600}"
20
20
}
21
21
},
22
-
"link": {
23
-
"neutral": {
24
-
"value": "{eds.color.neutral.800}",
25
-
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-neutral-text-decoration or eds-theme-color-link-neutral-background instead."
26
-
},
27
-
"brand": {
28
-
"value": "{eds.color.brand.grape.700}",
29
-
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-hover or eds-theme-color-link-neutral-text-hover instead."
--eds-theme-color-border-link-neutral:#21272D; /* @deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead */
214
-
--eds-theme-color-border-link-brand:#5751D2; /* @deprecated This token is deprecated. Please use eds-theme-color-link-brand-background-focus, eds-theme-color-link-brand-text-decoration, eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead */
--eds-theme-color-text-link-neutral:#21272D; /* @deprecated This token is deprecated. Please use eds-theme-color-link-neutral-text-decoration or eds-theme-color-link-neutral-background instead. */
269
-
--eds-theme-color-text-link-brand:#5751D2; /* @deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-hover or eds-theme-color-link-neutral-text-hover instead. */
exportconstEdsThemeColorBorderLinkNeutral='#21272D';// @deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead
74
-
exportconstEdsThemeColorBorderLinkBrand='#5751D2';// @deprecated This token is deprecated. Please use eds-theme-color-link-brand-background-focus, eds-theme-color-link-brand-text-decoration, eds-theme-color-link-brand-text-decoration-hover, or eds-theme-color-link-neutral-text-decoration-hover instead
exportconstEdsThemeColorTextLinkNeutral='#21272D';// @deprecated This token is deprecated. Please use eds-theme-color-link-neutral-text-decoration or eds-theme-color-link-neutral-background instead.
130
-
exportconstEdsThemeColorTextLinkBrand='#5751D2';// @deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-hover or eds-theme-color-link-neutral-text-hover instead.
0 commit comments