@haiilo/catalyst-tokens 6.4.7 → 6.5.0

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.
@@ -171,7 +171,7 @@
171
171
  --cat-color-ui-font-mono: 0, 0, 0;
172
172
  --cat-color-ui-font-mono-inverted: 255, 255, 255;
173
173
  --cat-color-ui-font-muted: 81, 92, 108;
174
- --cat-color-ui-font-quote: 105, 118, 135;
174
+ --cat-color-ui-font-quote: 81, 92, 108;
175
175
  --cat-color-ui-font-tooltip: 255, 255, 255;
176
176
  --cat-font-family-head: Lato;
177
177
  --cat-font-family-body: Lato;
@@ -235,7 +235,6 @@
235
235
  --cat-size-spacing-m: 1rem;
236
236
  --cat-size-spacing-s: 0.5rem;
237
237
  --cat-size-spacing-xs: 0.25rem;
238
- --cat-test-bases: 1000;
239
238
  --cat-time-transition-l: 500ms;
240
239
  --cat-time-transition-m: 250ms;
241
240
  --cat-time-transition-s: 125ms;
@@ -544,7 +544,7 @@
544
544
  },
545
545
  "quote": {
546
546
  "$type": "color",
547
- "$value": "#697687"
547
+ "$value": "#515c6c"
548
548
  },
549
549
  "tooltip": {
550
550
  "$type": "color",
@@ -839,12 +839,6 @@
839
839
  }
840
840
  }
841
841
  },
842
- "test": {
843
- "bases": {
844
- "$type": "number",
845
- "$value": 1000
846
- }
847
- },
848
842
  "time": {
849
843
  "transition": {
850
844
  "l": {
@@ -225,7 +225,7 @@
225
225
  },
226
226
  "font-color-quote": {
227
227
  "$type": "color",
228
- "$value": "#697687"
228
+ "$value": "#515c6c"
229
229
  },
230
230
  "font-color-tooltip": {
231
231
  "$type": "color",
@@ -722,7 +722,7 @@
722
722
  },
723
723
  "quote": {
724
724
  "$type": "color",
725
- "$value": "#697687"
725
+ "$value": "#515c6c"
726
726
  },
727
727
  "tooltip": {
728
728
  "$type": "color",
@@ -1017,12 +1017,6 @@
1017
1017
  }
1018
1018
  }
1019
1019
  },
1020
- "test": {
1021
- "bases": {
1022
- "$type": "number",
1023
- "$value": 1000
1024
- }
1025
- },
1026
1020
  "time": {
1027
1021
  "transition": {
1028
1022
  "l": {
@@ -234,7 +234,6 @@ export const sizeSpacingL : number;
234
234
  export const sizeSpacingM : number;
235
235
  export const sizeSpacingS : number;
236
236
  export const sizeSpacingXs : number;
237
- export const testBases : number;
238
237
  export const timeTransitionL : number;
239
238
  export const timeTransitionM : number;
240
239
  export const timeTransitionS : number;
@@ -170,7 +170,7 @@ export const colorUiFontBodyInverted = "#ffffff";
170
170
  export const colorUiFontMono = "#000000";
171
171
  export const colorUiFontMonoInverted = "#ffffff";
172
172
  export const colorUiFontMuted = "#515c6c";
173
- export const colorUiFontQuote = "#697687";
173
+ export const colorUiFontQuote = "#515c6c";
174
174
  export const colorUiFontTooltip = "#ffffff";
175
175
  export const fontFamilyHead = "Lato";
176
176
  export const fontFamilyBody = "Lato";
@@ -234,7 +234,6 @@ export const sizeSpacingL = 1.5;
234
234
  export const sizeSpacingM = 1;
235
235
  export const sizeSpacingS = 0.5;
236
236
  export const sizeSpacingXs = 0.25;
237
- export const testBases = 1000;
238
237
  export const timeTransitionL = 500;
239
238
  export const timeTransitionM = 250;
240
239
  export const timeTransitionS = 125;
@@ -216,7 +216,7 @@
216
216
  "mono": "#000000",
217
217
  "monoInverted": "#ffffff",
218
218
  "muted": "#515c6c",
219
- "quote": "#697687",
219
+ "quote": "#515c6c",
220
220
  "tooltip": "#ffffff"
221
221
  }
222
222
  }
@@ -321,9 +321,6 @@
321
321
  "xs": "0.25rem"
322
322
  }
323
323
  },
324
- "test": {
325
- "bases": 1000
326
- },
327
324
  "time": {
328
325
  "transition": {
329
326
  "l": "500ms",
@@ -15,7 +15,6 @@ $cat-time-delay-l: 500ms !default;
15
15
  $cat-time-transition-s: 125ms !default;
16
16
  $cat-time-transition-m: 250ms !default;
17
17
  $cat-time-transition-l: 500ms !default;
18
- $cat-test-bases: var(--cat-z-index, 1000) !default;
19
18
  $cat-size-spacing-xs: 0.25rem !default;
20
19
  $cat-size-spacing-s: 0.5rem !default;
21
20
  $cat-size-spacing-m: 1rem !default;
@@ -164,7 +163,7 @@ $cat-asset-font-lato-name: "Lato" !default;
164
163
  $cat-font-family-body: var(--cat-font-family-body, $cat-asset-font-lato-name) !default;
165
164
  $cat-font-family-head: var(--cat-font-family-head, $cat-asset-font-lato-name) !default;
166
165
  $cat-color-ui-font-tooltip: var(--cat-font-color-tooltip, $cat-color-base-white) !default;
167
- $cat-color-ui-font-quote: var(--cat-font-color-quote, $cat-color-base-neutral-400) !default;
166
+ $cat-color-ui-font-quote: var(--cat-font-color-quote, $cat-color-base-neutral-500) !default;
168
167
  $cat-color-ui-font-muted: var(--cat-font-color-muted, $cat-color-base-neutral-500) !default;
169
168
  $cat-color-ui-font-mono-inverted: $cat-color-base-white !default;
170
169
  $cat-color-ui-font-mono: var(--cat-font-color-mono, $cat-color-base-black) !default;
@@ -572,9 +571,6 @@ $tokens: (
572
571
  'xs': $cat-size-spacing-xs
573
572
  )
574
573
  ),
575
- 'test': (
576
- 'bases': $cat-test-bases
577
- ),
578
574
  'time': (
579
575
  'transition': (
580
576
  'l': $cat-time-transition-l,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "6.4.7",
3
+ "version": "6.5.0",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "devDependencies": {
23
23
  "copyfiles": "^2.4.1",
24
24
  "style-dictionary": "^3.8.0",
25
- "style-dictionary-utils": "^2.0.0",
25
+ "style-dictionary-utils": "^2.0.1",
26
26
  "tinycolor2": "^1.6.0"
27
27
  },
28
28
  "scripts": {