Skip to content

Commit

Permalink
refactor(link): re-remove text-link tokens re-added in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Lee committed Jul 26, 2023
1 parent ddeed5f commit 5eb3dc0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
10 changes: 0 additions & 10 deletions src/design-tokens/tier-2-usage/colors-border.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
"theme": {
"color": {
"border": {
"link": {
"neutral": {
"value": "{eds.color.neutral.800}",
"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"
},
"brand": {
"value": "{eds.color.brand.grape.700}",
"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"
}
},
"neutral": {
"subtle": {
"@": {
Expand Down
10 changes: 0 additions & 10 deletions src/design-tokens/tier-2-usage/colors-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
"value": "{eds.color.neutral.600}"
}
},
"link": {
"neutral": {
"value": "{eds.color.neutral.800}",
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-neutral-text-decoration or eds-theme-color-link-neutral-background instead."
},
"brand": {
"value": "{eds.color.brand.grape.700}",
"comment": "@deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-hover or eds-theme-color-link-neutral-text-hover instead."
}
},
"utility": {
"success": { "value": "{eds.color.other.mint.700}" },
"warning": { "value": "{eds.color.other.orange.700}" },
Expand Down
4 changes: 0 additions & 4 deletions src/tokens-dist/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@
--eds-theme-color-background-grade-stop-default: #D41E52;
--eds-theme-color-background-grade-stop-subtle: #FFF0F4;
--eds-theme-color-background-disabled: #C0C4C8;
--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 */
--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-border-neutral-subtle: #E7E8EA;
--eds-theme-color-border-neutral-subtle-hover: #C0C4C8;
--eds-theme-color-border-neutral-default: #C0C4C8;
Expand Down Expand Up @@ -278,8 +276,6 @@
--eds-theme-color-text-neutral-default-inverse: #FFFFFF;
--eds-theme-color-text-neutral-strong: #21272D;
--eds-theme-color-text-neutral-subtle: #5D6369;
--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. */
--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. */
--eds-theme-color-text-utility-success: #007249;
--eds-theme-color-text-utility-warning: #AC3400;
--eds-theme-color-text-utility-error: #BD0044;
Expand Down
4 changes: 0 additions & 4 deletions src/tokens-dist/ts/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export const EdsThemeColorBackgroundGradeReviseSubtle = '#FDF1D0';
export const EdsThemeColorBackgroundGradeStopDefault = '#D41E52';
export const EdsThemeColorBackgroundGradeStopSubtle = '#FFF0F4';
export const EdsThemeColorBackgroundDisabled = '#C0C4C8';
export const EdsThemeColorBorderLinkNeutral = '#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
export const EdsThemeColorBorderLinkBrand = '#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
export const EdsThemeColorBorderNeutralSubtle = '#E7E8EA';
export const EdsThemeColorBorderNeutralSubtleHover = '#C0C4C8';
export const EdsThemeColorBorderNeutralDefault = '#C0C4C8';
Expand Down Expand Up @@ -139,8 +137,6 @@ export const EdsThemeColorTextNeutralDefault = '#383C43';
export const EdsThemeColorTextNeutralDefaultInverse = '#FFFFFF';
export const EdsThemeColorTextNeutralStrong = '#21272D';
export const EdsThemeColorTextNeutralSubtle = '#5D6369';
export const EdsThemeColorTextLinkNeutral = '#21272D'; // @deprecated This token is deprecated. Please use eds-theme-color-link-neutral-text-decoration or eds-theme-color-link-neutral-background instead.
export const EdsThemeColorTextLinkBrand = '#5751D2'; // @deprecated This token is deprecated. Please use eds-theme-color-link-brand-text-hover or eds-theme-color-link-neutral-text-hover instead.
export const EdsThemeColorTextUtilitySuccess = '#007249';
export const EdsThemeColorTextUtilityWarning = '#AC3400';
export const EdsThemeColorTextUtilityError = '#BD0044';
Expand Down

0 comments on commit 5eb3dc0

Please sign in to comment.