@haiilo/catalyst-tokens 10.32.0 → 10.32.1

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.
@@ -180,7 +180,7 @@
180
180
  --cat-color-ui-border-dark: #d7dbe0;
181
181
  --cat-color-ui-border-focus: #0071ff;
182
182
  --cat-color-ui-border-quote: #697687;
183
- --cat-color-ui-border-card: rgba(140, 140, 140, 0.12);
183
+ --cat-color-ui-border-card: rgba(0, 0, 0, 0);
184
184
  --cat-color-ui-font-base: #000000;
185
185
  --cat-color-ui-font-base-inverted: #ffffff;
186
186
  --cat-color-ui-font-muted: #515c6c;
@@ -180,7 +180,7 @@
180
180
  --cat-color-ui-border-dark: 215, 219, 224;
181
181
  --cat-color-ui-border-focus: 0, 113, 255;
182
182
  --cat-color-ui-border-quote: 105, 118, 135;
183
- --cat-color-ui-border-card: 140, 140, 140, 0.12;
183
+ --cat-color-ui-border-card: 0, 0, 0, 0;
184
184
  --cat-color-ui-font-base: 0, 0, 0;
185
185
  --cat-color-ui-font-base-inverted: 255, 255, 255;
186
186
  --cat-color-ui-font-muted: 81, 92, 108;
@@ -582,7 +582,7 @@
582
582
  },
583
583
  "card": {
584
584
  "$type": "color",
585
- "$value": "#8c8c8c1f"
585
+ "$value": "#00000000"
586
586
  }
587
587
  },
588
588
  "font": {
@@ -245,7 +245,7 @@
245
245
  },
246
246
  "border-color-card": {
247
247
  "$type": "color",
248
- "$value": "#8c8c8c1f"
248
+ "$value": "#00000000"
249
249
  },
250
250
  "font-color-base": {
251
251
  "$type": "color",
@@ -760,7 +760,7 @@
760
760
  },
761
761
  "card": {
762
762
  "$type": "color",
763
- "$value": "#8c8c8c1f"
763
+ "$value": "#00000000"
764
764
  }
765
765
  },
766
766
  "font": {
@@ -179,7 +179,7 @@ export const colorUiBorderDefault = "#ebecf0";
179
179
  export const colorUiBorderDark = "#d7dbe0";
180
180
  export const colorUiBorderFocus = "#0071ff";
181
181
  export const colorUiBorderQuote = "#697687";
182
- export const colorUiBorderCard = "#8c8c8c1f";
182
+ export const colorUiBorderCard = "#00000000";
183
183
  export const colorUiFontBase = "#000000";
184
184
  export const colorUiFontBaseInverted = "#ffffff";
185
185
  export const colorUiFontMuted = "#515c6c";
@@ -227,7 +227,7 @@
227
227
  "dark": "#d7dbe0",
228
228
  "focus": "#0071ff",
229
229
  "quote": "#697687",
230
- "card": "#8c8c8c1f"
230
+ "card": "#00000000"
231
231
  },
232
232
  "font": {
233
233
  "base": "#000000",
@@ -75,7 +75,7 @@ $cat-font-weight-body: var(--cat-font-weight-body, 400) !default;
75
75
  $cat-font-weight-head: var(--cat-font-weight-head, 600) !default;
76
76
  $cat-font-family-emoji: var(--cat-font-family-emoji, '') !default;
77
77
  $cat-font-family-mono: var(--cat-font-family-mono, '') !default;
78
- $cat-color-ui-border-card: var(--cat-border-color-card, 140, 140, 140, 0.12) !default;
78
+ $cat-color-ui-border-card: var(--cat-border-color-card, 0, 0, 0, 0) !default;
79
79
  $cat-color-ui-border-focus: var(--cat-border-color-focus, 0, 113, 255) !default;
80
80
  $cat-color-ui-background-input-autofill: 232, 240, 254 !default;
81
81
  $cat-color-base-red-700: 158, 38, 9 !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "10.32.0",
3
+ "version": "10.32.1",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {