@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.
@@ -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: none;
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;
@@ -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: none;
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;
@@ -653,7 +653,7 @@
653
653
  },
654
654
  "linkButtonHover": {
655
655
  "$type": "fontDecoration",
656
- "$value": "none"
656
+ "$value": "underline"
657
657
  }
658
658
  }
659
659
  },
@@ -301,7 +301,7 @@
301
301
  },
302
302
  "link-button-decoration-hover": {
303
303
  "$type": "fontDecoration",
304
- "$value": "none"
304
+ "$value": "underline"
305
305
  },
306
306
  "opacity-disabled": {
307
307
  "$type": "opacity",
@@ -831,7 +831,7 @@
831
831
  },
832
832
  "linkButtonHover": {
833
833
  "$type": "fontDecoration",
834
- "$value": "none"
834
+ "$value": "underline"
835
835
  }
836
836
  }
837
837
  },
@@ -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 = "none";
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;
@@ -253,7 +253,7 @@
253
253
  "link": "none",
254
254
  "linkHover": "underline",
255
255
  "linkButton": "none",
256
- "linkButtonHover": "none"
256
+ "linkButtonHover": "underline"
257
257
  }
258
258
  },
259
259
  "opacity": {
@@ -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, none) !default;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "12.3.1",
3
+ "version": "12.3.2",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {