@gitlab/ui 86.9.0 → 86.10.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown.js +10 -6
  3. package/dist/components/base/new_dropdowns/disclosure/mock_data.js +8 -1
  4. package/dist/index.css +2 -2
  5. package/dist/index.css.map +1 -1
  6. package/dist/tailwind.css +1 -1
  7. package/dist/tokens/build/js/tokens.dark.js +77 -77
  8. package/dist/tokens/build/js/tokens.js +63 -63
  9. package/dist/tokens/css/tokens.css +24 -24
  10. package/dist/tokens/css/tokens.dark.css +23 -23
  11. package/dist/tokens/js/tokens.dark.js +77 -77
  12. package/dist/tokens/js/tokens.js +63 -63
  13. package/dist/tokens/json/tokens.dark.json +107 -107
  14. package/dist/tokens/json/tokens.json +93 -93
  15. package/dist/tokens/scss/_tokens.dark.scss +23 -23
  16. package/dist/tokens/scss/_tokens.scss +24 -24
  17. package/dist/tokens/tailwind/tokens.cjs +18 -18
  18. package/dist/utility_classes.css +1 -1
  19. package/dist/utility_classes.css.map +1 -1
  20. package/dist/utils/utils.js +1 -1
  21. package/package.json +1 -1
  22. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.vue +10 -6
  23. package/src/components/base/new_dropdowns/disclosure/mock_data.js +12 -0
  24. package/src/tokens/build/css/tokens.css +24 -24
  25. package/src/tokens/build/css/tokens.dark.css +23 -23
  26. package/src/tokens/build/js/tokens.dark.js +77 -77
  27. package/src/tokens/build/js/tokens.js +63 -63
  28. package/src/tokens/build/json/tokens.dark.json +107 -107
  29. package/src/tokens/build/json/tokens.json +93 -93
  30. package/src/tokens/build/scss/_tokens.dark.scss +23 -23
  31. package/src/tokens/build/scss/_tokens.scss +24 -24
  32. package/src/tokens/build/tailwind/tokens.cjs +18 -18
  33. package/src/tokens/color.alpha.tokens.json +6 -6
  34. package/src/tokens/color.constant.tokens.json +5 -5
  35. package/src/tokens/color.tokens.json +14 -14
  36. package/src/tokens/color.transparency.tokens.json +6 -6
  37. package/src/tokens/shadow.tokens.json +2 -2
  38. package/src/tokens/text.tokens.json +1 -1
  39. package/src/utils/utils.js +1 -1
@@ -5,7 +5,6 @@
5
5
  $gl-text-tertiary: #737278; // Use text.color.disabled instead
6
6
  $gl-text-secondary: #89888d; // Use text.color.subtle instead
7
7
  $gl-text-primary: #ececef; // Use text.color.default instead
8
- $gl-shadow-color-default: rgba(5, 5, 6, 0.24); // Used for the default shadow color.
9
8
  $gl-line-height-52: 3.25rem;
10
9
  $gl-line-height-44: 2.75rem;
11
10
  $gl-line-height-42: 2.625rem;
@@ -23,12 +22,12 @@ $t-white-a-02: rgba(255, 255, 255, 0.02) !default;
23
22
  $t-white-a-36: rgba(255, 255, 255, 0.36) !default;
24
23
  $t-white-a-24: rgba(255, 255, 255, 0.24) !default;
25
24
  $t-white-a-16: rgba(255, 255, 255, 0.16) !default;
26
- $t-gray-a-08: rgba(31, 30, 36, 0.08) !default;
27
- $t-gray-a-06: rgba(31, 30, 36, 0.06) !default;
28
- $t-gray-a-04: rgba(31, 30, 36, 0.04) !default;
29
- $t-gray-a-02: rgba(31, 30, 36, 0.02) !default;
30
- $t-gray-a-24: rgba(31, 30, 36, 0.24) !default;
31
- $t-gray-a-16: rgba(31, 30, 36, 0.16) !default;
25
+ $t-gray-a-08: rgba(05, 05, 06, 0.08) !default;
26
+ $t-gray-a-06: rgba(05, 05, 06, 0.06) !default;
27
+ $t-gray-a-04: rgba(05, 05, 06, 0.04) !default;
28
+ $t-gray-a-02: rgba(05, 05, 06, 0.02) !default;
29
+ $t-gray-a-24: rgba(05, 05, 06, 0.24) !default;
30
+ $t-gray-a-16: rgba(05, 05, 06, 0.16) !default;
32
31
  $brand-gray-05: #2b2838 !default;
33
32
  $brand-gray-04: #45424d !default;
34
33
  $brand-gray-03: #74717a !default;
@@ -92,10 +91,10 @@ $gray-600: #a4a3a8 !default;
92
91
  $gray-500: #89888d !default;
93
92
  $gray-400: #737278 !default;
94
93
  $gray-300: #626168 !default;
95
- $gray-200: #535158 !default;
96
- $gray-100: #434248 !default;
97
- $gray-50: #333238 !default;
98
- $gray-10: #1f1e24 !default;
94
+ $gray-200: #4c4b51 !default;
95
+ $gray-100: #3a383f !default;
96
+ $gray-50: #28272d !default;
97
+ $gray-10: #18171d !default;
99
98
  $blue-950: #f2f9ff !default;
100
99
  $blue-900: #e9f3fc !default;
101
100
  $blue-800: #cbe2f9 !default;
@@ -107,7 +106,7 @@ $blue-300: #1068bf !default;
107
106
  $blue-200: #0b5cad !default;
108
107
  $blue-100: #064787 !default;
109
108
  $blue-50: #033464 !default;
110
- $white: #333238 !default;
109
+ $white: #28272d !default;
111
110
  $black: #fff !default;
112
111
  $theme-light-red-950: #fdf9f8 !default;
113
112
  $theme-light-red-900: #faf2f1 !default;
@@ -367,11 +366,11 @@ $gl-color-green-300: #52b87a;
367
366
  $gl-color-green-200: #91d4a8;
368
367
  $gl-color-green-100: #c3e6cd;
369
368
  $gl-color-green-50: #ecf4ee;
370
- $gl-color-neutral-1000: #000;
371
- $gl-color-neutral-950: #1f1e24;
372
- $gl-color-neutral-900: #333238;
373
- $gl-color-neutral-800: #434248;
374
- $gl-color-neutral-700: #535158;
369
+ $gl-color-neutral-1000: #050506;
370
+ $gl-color-neutral-950: #18171d;
371
+ $gl-color-neutral-900: #28272d;
372
+ $gl-color-neutral-800: #3a383f;
373
+ $gl-color-neutral-700: #4c4b51;
375
374
  $gl-color-neutral-600: #626168;
376
375
  $gl-color-neutral-500: #737278;
377
376
  $gl-color-neutral-400: #89888d;
@@ -399,12 +398,12 @@ $gl-color-alpha-light-8: rgba(255, 255, 255, 0.08);
399
398
  $gl-color-alpha-light-6: rgba(255, 255, 255, 0.06);
400
399
  $gl-color-alpha-light-4: rgba(255, 255, 255, 0.04);
401
400
  $gl-color-alpha-light-2: rgba(255, 255, 255, 0.02);
402
- $gl-color-alpha-dark-24: rgba(31, 30, 36, 0.24);
403
- $gl-color-alpha-dark-16: rgba(31, 30, 36, 0.16);
404
- $gl-color-alpha-dark-8: rgba(31, 30, 36, 0.08);
405
- $gl-color-alpha-dark-6: rgba(31, 30, 36, 0.06);
406
- $gl-color-alpha-dark-4: rgba(31, 30, 36, 0.04);
407
- $gl-color-alpha-dark-2: rgba(31, 30, 36, 0.02);
401
+ $gl-color-alpha-dark-24: rgba(05, 05, 06, 0.24);
402
+ $gl-color-alpha-dark-16: rgba(05, 05, 06, 0.16);
403
+ $gl-color-alpha-dark-8: rgba(05, 05, 06, 0.08);
404
+ $gl-color-alpha-dark-6: rgba(05, 05, 06, 0.06);
405
+ $gl-color-alpha-dark-4: rgba(05, 05, 06, 0.04);
406
+ $gl-color-alpha-dark-2: rgba(05, 05, 06, 0.02);
408
407
  $gl-color-alpha-0: transparent;
409
408
  $gl-text-color-disabled: $gl-color-neutral-400; // Used for disabled text.
410
409
  $gl-text-color-success: $gl-color-green-300; // Used for text indicating success or validity.
@@ -491,6 +490,7 @@ $gl-status-muted-text-color-default: $gl-color-neutral-300; // Used for the text
491
490
  $gl-status-muted-border-color-hover: $gl-color-neutral-700; // Used for the border of a subtle neutral status item in the hover state.
492
491
  $gl-status-muted-background-color-active: $gl-color-neutral-800; // Used for the background of a subtle neutral status item in the active state.
493
492
  $gl-status-muted-background-color-default: $gl-color-neutral-900; // Used for the background of a subtle neutral status item when static or the default state when linked.
493
+ $gl-shadow-color-default: $gl-color-alpha-dark-24; // Used for the default shadow color.
494
494
  $gl-icon-color-success: $gl-color-green-300; // Used for an icon associated with success or validity.
495
495
  $gl-icon-color-danger: $gl-color-red-300; // Used for an icon associated with an error or danger.
496
496
  $gl-icon-color-warning: $gl-color-orange-300; // Used for an icon associated with a warning.
@@ -4,8 +4,7 @@
4
4
 
5
5
  $gl-text-tertiary: #89888d; // Use text.color.disabled instead
6
6
  $gl-text-secondary: #737278; // Use text.color.subtle instead
7
- $gl-text-primary: #333238; // Use text.color.default instead
8
- $gl-shadow-color-default: rgba(5, 5, 6, 0.16); // Used for the default shadow color.
7
+ $gl-text-primary: #28272d; // Use text.color.default instead
9
8
  $gl-line-height-52: 3.25rem;
10
9
  $gl-line-height-44: 2.75rem;
11
10
  $gl-line-height-42: 2.625rem;
@@ -23,12 +22,12 @@ $t-white-a-02: rgba(255, 255, 255, 0.02) !default;
23
22
  $t-white-a-36: rgba(255, 255, 255, 0.36) !default;
24
23
  $t-white-a-24: rgba(255, 255, 255, 0.24) !default;
25
24
  $t-white-a-16: rgba(255, 255, 255, 0.16) !default;
26
- $t-gray-a-08: rgba(31, 30, 36, 0.08) !default;
27
- $t-gray-a-06: rgba(31, 30, 36, 0.06) !default;
28
- $t-gray-a-04: rgba(31, 30, 36, 0.04) !default;
29
- $t-gray-a-02: rgba(31, 30, 36, 0.02) !default;
30
- $t-gray-a-24: rgba(31, 30, 36, 0.24) !default;
31
- $t-gray-a-16: rgba(31, 30, 36, 0.16) !default;
25
+ $t-gray-a-08: rgba(05, 05, 06, 0.08) !default;
26
+ $t-gray-a-06: rgba(05, 05, 06, 0.06) !default;
27
+ $t-gray-a-04: rgba(05, 05, 06, 0.04) !default;
28
+ $t-gray-a-02: rgba(05, 05, 06, 0.02) !default;
29
+ $t-gray-a-24: rgba(05, 05, 06, 0.24) !default;
30
+ $t-gray-a-16: rgba(05, 05, 06, 0.16) !default;
32
31
  $brand-gray-05: #2b2838 !default;
33
32
  $brand-gray-04: #45424d !default;
34
33
  $brand-gray-03: #74717a !default;
@@ -84,10 +83,10 @@ $green-300: #52b87a !default;
84
83
  $green-200: #91d4a8 !default;
85
84
  $green-100: #c3e6cd !default;
86
85
  $green-50: #ecf4ee !default;
87
- $gray-950: #1f1e24 !default;
88
- $gray-900: #333238 !default;
89
- $gray-800: #434248 !default;
90
- $gray-700: #535158 !default;
86
+ $gray-950: #18171d !default;
87
+ $gray-900: #28272d !default;
88
+ $gray-800: #3a383f !default;
89
+ $gray-700: #4c4b51 !default;
91
90
  $gray-600: #626168 !default;
92
91
  $gray-500: #737278 !default;
93
92
  $gray-400: #89888d !default;
@@ -108,7 +107,7 @@ $blue-200: #9dc7f1 !default;
108
107
  $blue-100: #cbe2f9 !default;
109
108
  $blue-50: #e9f3fc !default;
110
109
  $white: #fff !default;
111
- $black: #000 !default;
110
+ $black: #050506 !default;
112
111
  $theme-light-red-950: #5c1105 !default;
113
112
  $theme-light-red-900: #751709 !default;
114
113
  $theme-light-red-800: #8b2212 !default;
@@ -367,11 +366,11 @@ $gl-color-green-300: #52b87a;
367
366
  $gl-color-green-200: #91d4a8;
368
367
  $gl-color-green-100: #c3e6cd;
369
368
  $gl-color-green-50: #ecf4ee;
370
- $gl-color-neutral-1000: #000;
371
- $gl-color-neutral-950: #1f1e24;
372
- $gl-color-neutral-900: #333238;
373
- $gl-color-neutral-800: #434248;
374
- $gl-color-neutral-700: #535158;
369
+ $gl-color-neutral-1000: #050506;
370
+ $gl-color-neutral-950: #18171d;
371
+ $gl-color-neutral-900: #28272d;
372
+ $gl-color-neutral-800: #3a383f;
373
+ $gl-color-neutral-700: #4c4b51;
375
374
  $gl-color-neutral-600: #626168;
376
375
  $gl-color-neutral-500: #737278;
377
376
  $gl-color-neutral-400: #89888d;
@@ -399,12 +398,12 @@ $gl-color-alpha-light-8: rgba(255, 255, 255, 0.08);
399
398
  $gl-color-alpha-light-6: rgba(255, 255, 255, 0.06);
400
399
  $gl-color-alpha-light-4: rgba(255, 255, 255, 0.04);
401
400
  $gl-color-alpha-light-2: rgba(255, 255, 255, 0.02);
402
- $gl-color-alpha-dark-24: rgba(31, 30, 36, 0.24);
403
- $gl-color-alpha-dark-16: rgba(31, 30, 36, 0.16);
404
- $gl-color-alpha-dark-8: rgba(31, 30, 36, 0.08);
405
- $gl-color-alpha-dark-6: rgba(31, 30, 36, 0.06);
406
- $gl-color-alpha-dark-4: rgba(31, 30, 36, 0.04);
407
- $gl-color-alpha-dark-2: rgba(31, 30, 36, 0.02);
401
+ $gl-color-alpha-dark-24: rgba(05, 05, 06, 0.24);
402
+ $gl-color-alpha-dark-16: rgba(05, 05, 06, 0.16);
403
+ $gl-color-alpha-dark-8: rgba(05, 05, 06, 0.08);
404
+ $gl-color-alpha-dark-6: rgba(05, 05, 06, 0.06);
405
+ $gl-color-alpha-dark-4: rgba(05, 05, 06, 0.04);
406
+ $gl-color-alpha-dark-2: rgba(05, 05, 06, 0.02);
408
407
  $gl-color-alpha-0: transparent;
409
408
  $gl-text-color-disabled: $gl-color-neutral-400; // Used for disabled text.
410
409
  $gl-text-color-success: $gl-color-green-600; // Used for text indicating success or validity.
@@ -491,6 +490,7 @@ $gl-status-muted-text-color-default: $gl-color-neutral-600; // Used for the text
491
490
  $gl-status-muted-border-color-hover: $gl-color-neutral-200; // Used for the border of a subtle neutral status item in the hover state.
492
491
  $gl-status-muted-background-color-active: $gl-color-neutral-100; // Used for the background of a subtle neutral status item in the active state.
493
492
  $gl-status-muted-background-color-default: $gl-color-neutral-50; // Used for the background of a subtle neutral status item when static or the default state when linked.
493
+ $gl-shadow-color-default: $gl-color-alpha-dark-16; // Used for the default shadow color.
494
494
  $gl-icon-color-success: $gl-color-green-600; // Used for an icon associated with success or validity.
495
495
  $gl-icon-color-danger: $gl-color-red-600; // Used for an icon associated with an error or danger.
496
496
  $gl-icon-color-warning: $gl-color-orange-600; // Used for an icon associated with a warning.
@@ -23,10 +23,10 @@ const baseColors = {
23
23
  'gray-400': 'var(--gray-400, #89888d)',
24
24
  'gray-500': 'var(--gray-500, #737278)',
25
25
  'gray-600': 'var(--gray-600, #626168)',
26
- 'gray-700': 'var(--gray-700, #535158)',
27
- 'gray-800': 'var(--gray-800, #434248)',
28
- 'gray-900': 'var(--gray-900, #333238)',
29
- 'gray-950': 'var(--gray-950, #1f1e24)',
26
+ 'gray-700': 'var(--gray-700, #4c4b51)',
27
+ 'gray-800': 'var(--gray-800, #3a383f)',
28
+ 'gray-900': 'var(--gray-900, #28272d)',
29
+ 'gray-950': 'var(--gray-950, #18171d)',
30
30
  'green-50': 'var(--green-50, #ecf4ee)',
31
31
  'green-100': 'var(--green-100, #c3e6cd)',
32
32
  'green-200': 'var(--green-200, #91d4a8)',
@@ -204,10 +204,10 @@ const dataVizColors = {
204
204
  'data-viz-orange-950': 'var(--data-viz-orange-950, #4b2707)',
205
205
  };
206
206
  const textColors = {
207
- default: 'var(--gl-text-color-default, var(--gl-color-neutral-800, #434248))',
207
+ default: 'var(--gl-text-color-default, var(--gl-color-neutral-800, #3a383f))',
208
208
  subtle: 'var(--gl-text-color-subtle, var(--gl-color-neutral-600, #626168))',
209
- strong: 'var(--gl-text-color-strong, var(--gl-color-neutral-950, #1f1e24))',
210
- heading: 'var(--gl-text-color-heading, var(--gl-color-neutral-950, #1f1e24))',
209
+ strong: 'var(--gl-text-color-strong, var(--gl-color-neutral-950, #18171d))',
210
+ heading: 'var(--gl-text-color-heading, var(--gl-color-neutral-950, #18171d))',
211
211
  link: 'var(--gl-text-color-link, var(--gl-color-blue-700, #0b5cad))',
212
212
  danger: 'var(--gl-text-color-danger, var(--gl-color-red-600, #c91c00))',
213
213
  success: 'var(--gl-text-color-success, var(--gl-color-green-600, #217645))',
@@ -219,7 +219,7 @@ const backgroundColors = {
219
219
  strong: 'var(--gl-background-color-strong, var(--gl-color-neutral-50, #ececef))',
220
220
  disabled: 'var(--gl-background-color-disabled, var(--gl-color-neutral-10, #fbfafd))',
221
221
  overlay:
222
- 'var(--gl-background-color-overlay, var(--gl-color-alpha-dark-24, rgba(31, 30, 36, 0.24)))',
222
+ 'var(--gl-background-color-overlay, var(--gl-color-alpha-dark-24, rgba(05, 05, 06, 0.24)))',
223
223
  };
224
224
  const borderColors = {
225
225
  default: 'var(--gl-border-color-default, var(--gl-color-neutral-100, #dcdcde))',
@@ -228,9 +228,9 @@ const borderColors = {
228
228
  transparent: 'var(--gl-border-color-transparent, var(--gl-color-alpha-0, transparent))',
229
229
  };
230
230
  const iconColors = {
231
- default: 'var(--gl-icon-color-default, var(--gl-color-neutral-700, #535158))',
231
+ default: 'var(--gl-icon-color-default, var(--gl-color-neutral-700, #4c4b51))',
232
232
  subtle: 'var(--gl-icon-color-subtle, var(--gl-color-neutral-500, #737278))',
233
- strong: 'var(--gl-icon-color-strong, var(--gl-color-neutral-900, #333238))',
233
+ strong: 'var(--gl-icon-color-strong, var(--gl-color-neutral-900, #28272d))',
234
234
  disabled: 'var(--gl-icon-color-disabled, var(--gl-color-neutral-300, #a4a3a8))',
235
235
  link: 'var(--gl-icon-color-link, var(--gl-color-blue-600, #1068bf))',
236
236
  info: 'var(--gl-icon-color-info, var(--gl-color-blue-600, #1068bf))',
@@ -239,12 +239,12 @@ const iconColors = {
239
239
  success: 'var(--gl-icon-color-success, var(--gl-color-green-600, #217645))',
240
240
  };
241
241
  const alphaDarkColors = {
242
- 2: 'var(--gl-color-alpha-dark-2, rgba(31, 30, 36, 0.02))',
243
- 4: 'var(--gl-color-alpha-dark-4, rgba(31, 30, 36, 0.04))',
244
- 6: 'var(--gl-color-alpha-dark-6, rgba(31, 30, 36, 0.06))',
245
- 8: 'var(--gl-color-alpha-dark-8, rgba(31, 30, 36, 0.08))',
246
- 16: 'var(--gl-color-alpha-dark-16, rgba(31, 30, 36, 0.16))',
247
- 24: 'var(--gl-color-alpha-dark-24, rgba(31, 30, 36, 0.24))',
242
+ 2: 'var(--gl-color-alpha-dark-2, rgba(05, 05, 06, 0.02))',
243
+ 4: 'var(--gl-color-alpha-dark-4, rgba(05, 05, 06, 0.04))',
244
+ 6: 'var(--gl-color-alpha-dark-6, rgba(05, 05, 06, 0.06))',
245
+ 8: 'var(--gl-color-alpha-dark-8, rgba(05, 05, 06, 0.08))',
246
+ 16: 'var(--gl-color-alpha-dark-16, rgba(05, 05, 06, 0.16))',
247
+ 24: 'var(--gl-color-alpha-dark-24, rgba(05, 05, 06, 0.24))',
248
248
  };
249
249
  const alphaLightColors = {
250
250
  2: 'var(--gl-color-alpha-light-2, rgba(255, 255, 255, 0.02))',
@@ -284,7 +284,7 @@ const colors = {
284
284
  current: 'currentColor',
285
285
  transparent: 'transparent',
286
286
  white: 'var(--white, #fff)',
287
- black: 'var(--black, #000)',
287
+ black: 'var(--black, #050506)',
288
288
  alpha: {
289
289
  dark: { ...alphaDarkColors },
290
290
  light: { ...alphaLightColors },
@@ -315,7 +315,7 @@ const fill = {
315
315
  const textColor = {
316
316
  ...colors,
317
317
  ...textColors,
318
- primary: 'var(--gl-text-primary, #333238)',
318
+ primary: 'var(--gl-text-primary, #28272d)',
319
319
  secondary: 'var(--gl-text-secondary, #737278)',
320
320
  tertiary: 'var(--gl-text-tertiary, #89888d)',
321
321
  };
@@ -7,27 +7,27 @@
7
7
  },
8
8
  "dark": {
9
9
  "2": {
10
- "$value": "rgba(31, 30, 36, 0.02)",
10
+ "$value": "rgba(05, 05, 06, 0.02)",
11
11
  "$type": "color"
12
12
  },
13
13
  "4": {
14
- "$value": "rgba(31, 30, 36, 0.04)",
14
+ "$value": "rgba(05, 05, 06, 0.04)",
15
15
  "$type": "color"
16
16
  },
17
17
  "6": {
18
- "$value": "rgba(31, 30, 36, 0.06)",
18
+ "$value": "rgba(05, 05, 06, 0.06)",
19
19
  "$type": "color"
20
20
  },
21
21
  "8": {
22
- "$value": "rgba(31, 30, 36, 0.08)",
22
+ "$value": "rgba(05, 05, 06, 0.08)",
23
23
  "$type": "color"
24
24
  },
25
25
  "16": {
26
- "$value": "rgba(31, 30, 36, 0.16)",
26
+ "$value": "rgba(05, 05, 06, 0.16)",
27
27
  "$type": "color"
28
28
  },
29
29
  "24": {
30
- "$value": "rgba(31, 30, 36, 0.24)",
30
+ "$value": "rgba(05, 05, 06, 0.24)",
31
31
  "$type": "color"
32
32
  }
33
33
  },
@@ -84,23 +84,23 @@
84
84
  "$type": "color"
85
85
  },
86
86
  "700": {
87
- "$value": "#535158",
87
+ "$value": "#4c4b51",
88
88
  "$type": "color"
89
89
  },
90
90
  "800": {
91
- "$value": "#434248",
91
+ "$value": "#3a383f",
92
92
  "$type": "color"
93
93
  },
94
94
  "900": {
95
- "$value": "#333238",
95
+ "$value": "#28272d",
96
96
  "$type": "color"
97
97
  },
98
98
  "950": {
99
- "$value": "#1f1e24",
99
+ "$value": "#18171d",
100
100
  "$type": "color"
101
101
  },
102
102
  "1000": {
103
- "$value": "#000",
103
+ "$value": "#050506",
104
104
  "$type": "color"
105
105
  }
106
106
  },
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "black": {
3
3
  "$value": {
4
- "default": "#000",
5
- "dark": "#fff"
6
- },
4
+ "default": "#050506",
5
+ "dark": "#fff"
6
+ },
7
7
  "$type": "color",
8
8
  "themeable": true,
9
9
  "prefix": false
10
10
  },
11
11
  "white": {
12
12
  "$value": {
13
- "default": "#fff",
14
- "dark": "#333238"
15
- },
13
+ "default": "#fff",
14
+ "dark": "#28272d"
15
+ },
16
16
  "$type": "color",
17
17
  "themeable": true,
18
18
  "prefix": false
@@ -122,7 +122,7 @@
122
122
  "10": {
123
123
  "$value": {
124
124
  "default": "#fbfafd",
125
- "dark": "#1f1e24"
125
+ "dark": "#18171d"
126
126
  },
127
127
  "$type": "color",
128
128
  "themeable": true,
@@ -131,7 +131,7 @@
131
131
  "50": {
132
132
  "$value": {
133
133
  "default": "#ececef",
134
- "dark": "#333238"
134
+ "dark": "#28272d"
135
135
  },
136
136
  "$type": "color",
137
137
  "themeable": true,
@@ -140,7 +140,7 @@
140
140
  "100": {
141
141
  "$value": {
142
142
  "default": "#dcdcde",
143
- "dark": "#434248"
143
+ "dark": "#3a383f"
144
144
  },
145
145
  "$type": "color",
146
146
  "themeable": true,
@@ -149,7 +149,7 @@
149
149
  "200": {
150
150
  "$value": {
151
151
  "default": "#bfbfc3",
152
- "dark": "#535158"
152
+ "dark": "#4c4b51"
153
153
  },
154
154
  "$type": "color",
155
155
  "themeable": true,
@@ -193,7 +193,7 @@
193
193
  },
194
194
  "700": {
195
195
  "$value": {
196
- "default": "#535158",
196
+ "default": "#4c4b51",
197
197
  "dark": "#bfbfc3"
198
198
  },
199
199
  "$type": "color",
@@ -202,7 +202,7 @@
202
202
  },
203
203
  "800": {
204
204
  "$value": {
205
- "default": "#434248",
205
+ "default": "#3a383f",
206
206
  "dark": "#dcdcde"
207
207
  },
208
208
  "$type": "color",
@@ -211,7 +211,7 @@
211
211
  },
212
212
  "900": {
213
213
  "$value": {
214
- "default": "#333238",
214
+ "default": "#28272d",
215
215
  "dark": "#ececef"
216
216
  },
217
217
  "$type": "color",
@@ -220,7 +220,7 @@
220
220
  },
221
221
  "950": {
222
222
  "$value": {
223
- "default": "#1f1e24",
223
+ "default": "#18171d",
224
224
  "dark": "#fbfafd"
225
225
  },
226
226
  "$type": "color",
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "t-gray-a": {
3
3
  "02": {
4
- "$value": "rgba(31, 30, 36, 0.02)",
4
+ "$value": "rgba(05, 05, 06, 0.02)",
5
5
  "$type": "color",
6
6
  "themeable": true,
7
7
  "prefix": false,
8
8
  "deprecated": true
9
9
  },
10
10
  "04": {
11
- "$value": "rgba(31, 30, 36, 0.04)",
11
+ "$value": "rgba(05, 05, 06, 0.04)",
12
12
  "$type": "color",
13
13
  "themeable": true,
14
14
  "prefix": false,
15
15
  "deprecated": true
16
16
  },
17
17
  "06": {
18
- "$value": "rgba(31, 30, 36, 0.06)",
18
+ "$value": "rgba(05, 05, 06, 0.06)",
19
19
  "$type": "color",
20
20
  "themeable": true,
21
21
  "prefix": false,
22
22
  "deprecated": true
23
23
  },
24
24
  "08": {
25
- "$value": "rgba(31, 30, 36, 0.08)",
25
+ "$value": "rgba(05, 05, 06, 0.08)",
26
26
  "$type": "color",
27
27
  "themeable": true,
28
28
  "prefix": false,
29
29
  "deprecated": true
30
30
  },
31
31
  "16": {
32
- "$value": "rgba(31, 30, 36, 0.16)",
32
+ "$value": "rgba(05, 05, 06, 0.16)",
33
33
  "$type": "color",
34
34
  "themeable": true,
35
35
  "prefix": false,
36
36
  "deprecated": true
37
37
  },
38
38
  "24": {
39
- "$value": "rgba(31, 30, 36, 0.24)",
39
+ "$value": "rgba(05, 05, 06, 0.24)",
40
40
  "$type": "color",
41
41
  "themeable": true,
42
42
  "prefix": false,
@@ -3,8 +3,8 @@
3
3
  "color": {
4
4
  "default": {
5
5
  "$value": {
6
- "default": "rgba(5, 5, 6, 0.16)",
7
- "dark": "rgba(5, 5, 6, 0.24)"
6
+ "default": "{color.alpha.dark.16}",
7
+ "dark": "{color.alpha.dark.24}"
8
8
  },
9
9
  "$type": "color",
10
10
  "$description": "Used for the default shadow color."
@@ -2,7 +2,7 @@
2
2
  "text": {
3
3
  "primary": {
4
4
  "$value": {
5
- "default": "#333238",
5
+ "default": "#28272d",
6
6
  "dark": "#ececef"
7
7
  },
8
8
  "$type": "color",
@@ -66,7 +66,7 @@ export function relativeLuminance(rgb) {
66
66
  export function colorFromBackground(backgroundColor, contrastRatio = 2.4) {
67
67
  let color;
68
68
  const lightColor = rgbFromHex('#FFFFFF');
69
- const darkColor = rgbFromHex('#1f1e24');
69
+ const darkColor = rgbFromHex('#18171d');
70
70
 
71
71
  if (backgroundColor.startsWith('#')) {
72
72
  color = rgbFromHex(backgroundColor);