@haiilo/catalyst-tokens 12.3.1 → 12.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/variables-hex.css +1 -1
- package/dist/css/variables.css +1 -1
- package/dist/export/figma.json +1 -1
- package/dist/export/theme.json +1 -1
- package/dist/export/zeroheight.json +1 -1
- package/dist/js/variables.js +1 -1
- package/dist/json/variables.json +1 -1
- package/dist/scss/_variables.scss +1 -1
- package/package.json +1 -1
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
--cat-font-decoration-link: none;
|
|
196
196
|
--cat-font-decoration-link-hover: underline;
|
|
197
197
|
--cat-font-decoration-link-button: none;
|
|
198
|
-
--cat-font-decoration-link-button-hover:
|
|
198
|
+
--cat-font-decoration-link-button-hover: underline;
|
|
199
199
|
--cat-opacity-disabled: 0.65;
|
|
200
200
|
--cat-opacity-backdrop: 0.4;
|
|
201
201
|
--cat-opacity-tooltip: 1;
|
package/dist/css/variables.css
CHANGED
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
--cat-font-decoration-link: none;
|
|
196
196
|
--cat-font-decoration-link-hover: underline;
|
|
197
197
|
--cat-font-decoration-link-button: none;
|
|
198
|
-
--cat-font-decoration-link-button-hover:
|
|
198
|
+
--cat-font-decoration-link-button-hover: underline;
|
|
199
199
|
--cat-opacity-disabled: 0.65;
|
|
200
200
|
--cat-opacity-backdrop: 0.4;
|
|
201
201
|
--cat-opacity-tooltip: 1;
|
package/dist/export/figma.json
CHANGED
package/dist/export/theme.json
CHANGED
package/dist/js/variables.js
CHANGED
|
@@ -194,7 +194,7 @@ export const fontWeightMono = 400;
|
|
|
194
194
|
export const fontDecorationLink = "none";
|
|
195
195
|
export const fontDecorationLinkHover = "underline";
|
|
196
196
|
export const fontDecorationLinkButton = "none";
|
|
197
|
-
export const fontDecorationLinkButtonHover = "
|
|
197
|
+
export const fontDecorationLinkButtonHover = "underline";
|
|
198
198
|
export const opacityDisabled = 0.65;
|
|
199
199
|
export const opacityBackdrop = 0.4;
|
|
200
200
|
export const opacityTooltip = 1;
|
package/dist/json/variables.json
CHANGED
|
@@ -66,7 +66,7 @@ $cat-size-border-radius-l: var(--cat-border-radius-l, 0.5rem) !default;
|
|
|
66
66
|
$cat-opacity-tooltip: var(--cat-opacity-tooltip, 1) !default;
|
|
67
67
|
$cat-opacity-backdrop: var(--cat-opacity-backdrop, 0.4) !default;
|
|
68
68
|
$cat-opacity-disabled: var(--cat-opacity-disabled, 0.65) !default;
|
|
69
|
-
$cat-font-decoration-link-button-hover: var(--cat-link-button-decoration-hover,
|
|
69
|
+
$cat-font-decoration-link-button-hover: var(--cat-link-button-decoration-hover, underline) !default;
|
|
70
70
|
$cat-font-decoration-link-button: var(--cat-link-button-decoration, none) !default;
|
|
71
71
|
$cat-font-decoration-link-hover: var(--cat-link-decoration-hover, underline) !default;
|
|
72
72
|
$cat-font-decoration-link: var(--cat-link-decoration, none) !default;
|