@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.
- package/CHANGELOG.md +16 -0
- package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown.js +10 -6
- package/dist/components/base/new_dropdowns/disclosure/mock_data.js +8 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tokens/build/js/tokens.dark.js +77 -77
- package/dist/tokens/build/js/tokens.js +63 -63
- package/dist/tokens/css/tokens.css +24 -24
- package/dist/tokens/css/tokens.dark.css +23 -23
- package/dist/tokens/js/tokens.dark.js +77 -77
- package/dist/tokens/js/tokens.js +63 -63
- package/dist/tokens/json/tokens.dark.json +107 -107
- package/dist/tokens/json/tokens.json +93 -93
- package/dist/tokens/scss/_tokens.dark.scss +23 -23
- package/dist/tokens/scss/_tokens.scss +24 -24
- package/dist/tokens/tailwind/tokens.cjs +18 -18
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/dist/utils/utils.js +1 -1
- package/package.json +1 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.vue +10 -6
- package/src/components/base/new_dropdowns/disclosure/mock_data.js +12 -0
- package/src/tokens/build/css/tokens.css +24 -24
- package/src/tokens/build/css/tokens.dark.css +23 -23
- package/src/tokens/build/js/tokens.dark.js +77 -77
- package/src/tokens/build/js/tokens.js +63 -63
- package/src/tokens/build/json/tokens.dark.json +107 -107
- package/src/tokens/build/json/tokens.json +93 -93
- package/src/tokens/build/scss/_tokens.dark.scss +23 -23
- package/src/tokens/build/scss/_tokens.scss +24 -24
- package/src/tokens/build/tailwind/tokens.cjs +18 -18
- package/src/tokens/color.alpha.tokens.json +6 -6
- package/src/tokens/color.constant.tokens.json +5 -5
- package/src/tokens/color.tokens.json +14 -14
- package/src/tokens/color.transparency.tokens.json +6 -6
- package/src/tokens/shadow.tokens.json +2 -2
- package/src/tokens/text.tokens.json +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"background": {
|
|
4
4
|
"color": {
|
|
5
5
|
"disabled": {
|
|
6
|
-
"value": "#
|
|
6
|
+
"value": "#28272d",
|
|
7
7
|
"$type": "color",
|
|
8
8
|
"comment": "Used for the background of a disabled action.",
|
|
9
9
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"border": {
|
|
31
31
|
"color": {
|
|
32
32
|
"disabled": {
|
|
33
|
-
"value": "#
|
|
33
|
+
"value": "#3a383f",
|
|
34
34
|
"$type": "color",
|
|
35
35
|
"comment": "Used for the border of a disabled action.",
|
|
36
36
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"background": {
|
|
113
113
|
"color": {
|
|
114
114
|
"default": {
|
|
115
|
-
"value": "#
|
|
115
|
+
"value": "#28272d",
|
|
116
116
|
"$type": "color",
|
|
117
117
|
"comment": "Used for the background of an outlined neutral action in the default state.",
|
|
118
118
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"hover": {
|
|
139
|
-
"value": "#
|
|
139
|
+
"value": "#28272d",
|
|
140
140
|
"$type": "color",
|
|
141
141
|
"comment": "Used for the background of an outlined neutral action in the hover state.",
|
|
142
142
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
162
|
"focus": {
|
|
163
|
-
"value": "#
|
|
163
|
+
"value": "#28272d",
|
|
164
164
|
"$type": "color",
|
|
165
165
|
"comment": "Used for the background of an outlined neutral action in the focus state.",
|
|
166
166
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
186
|
"active": {
|
|
187
|
-
"value": "#
|
|
187
|
+
"value": "#3a383f",
|
|
188
188
|
"$type": "color",
|
|
189
189
|
"comment": "Used for the background of an outlined neutral action in the active state.",
|
|
190
190
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"hover": {
|
|
234
|
-
"value": "#
|
|
234
|
+
"value": "#28272d",
|
|
235
235
|
"$type": "color",
|
|
236
236
|
"comment": "Used for the background of a borderless, subtle neutral action in the hover state.",
|
|
237
237
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
]
|
|
257
257
|
},
|
|
258
258
|
"focus": {
|
|
259
|
-
"value": "#
|
|
259
|
+
"value": "#28272d",
|
|
260
260
|
"$type": "color",
|
|
261
261
|
"comment": "Used for the background of a borderless, subtle neutral action in the focus state.",
|
|
262
262
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
]
|
|
282
282
|
},
|
|
283
283
|
"active": {
|
|
284
|
-
"value": "#
|
|
284
|
+
"value": "#3a383f",
|
|
285
285
|
"$type": "color",
|
|
286
286
|
"comment": "Used for the background of a borderless, subtle neutral action in the active state.",
|
|
287
287
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"border": {
|
|
414
414
|
"color": {
|
|
415
415
|
"default": {
|
|
416
|
-
"value": "#
|
|
416
|
+
"value": "#4c4b51",
|
|
417
417
|
"$type": "color",
|
|
418
418
|
"comment": "Used for the border of an outlined neutral action in the default state.",
|
|
419
419
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
]
|
|
510
510
|
},
|
|
511
511
|
"selected": {
|
|
512
|
-
"value": "#
|
|
512
|
+
"value": "#4c4b51",
|
|
513
513
|
"$type": "color",
|
|
514
514
|
"comment": "Used for the border of a outlined neutral action when in a selected or current state.",
|
|
515
515
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
]
|
|
736
736
|
},
|
|
737
737
|
"strong": {
|
|
738
|
-
"value": "#
|
|
738
|
+
"value": "#28272d",
|
|
739
739
|
"$type": "color",
|
|
740
740
|
"comment": "Used for the text on a solid, strong neutral action background.",
|
|
741
741
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
]
|
|
860
860
|
},
|
|
861
861
|
"strong": {
|
|
862
|
-
"value": "#
|
|
862
|
+
"value": "#28272d",
|
|
863
863
|
"$type": "color",
|
|
864
864
|
"comment": "Used for the icon on a solid, strong neutral action background.",
|
|
865
865
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"background": {
|
|
890
890
|
"color": {
|
|
891
891
|
"default": {
|
|
892
|
-
"value": "#
|
|
892
|
+
"value": "#28272d",
|
|
893
893
|
"$type": "color",
|
|
894
894
|
"comment": "Used for the background of an outlined confirm (positive) action in the default state.",
|
|
895
895
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
]
|
|
1539
1539
|
},
|
|
1540
1540
|
"strong": {
|
|
1541
|
-
"value": "#
|
|
1541
|
+
"value": "#28272d",
|
|
1542
1542
|
"$type": "color",
|
|
1543
1543
|
"comment": "Used for the text on a solid, strong confirm (positive) action background.",
|
|
1544
1544
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
]
|
|
1663
1663
|
},
|
|
1664
1664
|
"strong": {
|
|
1665
|
-
"value": "#
|
|
1665
|
+
"value": "#28272d",
|
|
1666
1666
|
"$type": "color",
|
|
1667
1667
|
"comment": "Used for the icon on a solid, strong confirm (positive) action background.",
|
|
1668
1668
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"background": {
|
|
1693
1693
|
"color": {
|
|
1694
1694
|
"default": {
|
|
1695
|
-
"value": "#
|
|
1695
|
+
"value": "#28272d",
|
|
1696
1696
|
"$type": "color",
|
|
1697
1697
|
"comment": "Used for the background of an outlined danger (destructive) action in the default state.",
|
|
1698
1698
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
]
|
|
2292
2292
|
},
|
|
2293
2293
|
"strong": {
|
|
2294
|
-
"value": "#
|
|
2294
|
+
"value": "#28272d",
|
|
2295
2295
|
"$type": "color",
|
|
2296
2296
|
"comment": "Used for the text on a solid, strong danger (destructive) action background.",
|
|
2297
2297
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -2415,7 +2415,7 @@
|
|
|
2415
2415
|
]
|
|
2416
2416
|
},
|
|
2417
2417
|
"strong": {
|
|
2418
|
-
"value": "#
|
|
2418
|
+
"value": "#28272d",
|
|
2419
2419
|
"$type": "color",
|
|
2420
2420
|
"comment": "Used for the icon on a solid, strong danger (destructive) action background.",
|
|
2421
2421
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
"background": {
|
|
2446
2446
|
"color": {
|
|
2447
2447
|
"default": {
|
|
2448
|
-
"value": "#
|
|
2448
|
+
"value": "#18171d",
|
|
2449
2449
|
"$type": "color",
|
|
2450
2450
|
"comment": "Used for the default background color.",
|
|
2451
2451
|
"filePath": "src/tokens/background.tokens.json",
|
|
@@ -2467,7 +2467,7 @@
|
|
|
2467
2467
|
]
|
|
2468
2468
|
},
|
|
2469
2469
|
"subtle": {
|
|
2470
|
-
"value": "#
|
|
2470
|
+
"value": "#28272d",
|
|
2471
2471
|
"$type": "color",
|
|
2472
2472
|
"comment": "Used to slightly differentiate the background from the default.",
|
|
2473
2473
|
"filePath": "src/tokens/background.tokens.json",
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
]
|
|
2490
2490
|
},
|
|
2491
2491
|
"strong": {
|
|
2492
|
-
"value": "#
|
|
2492
|
+
"value": "#3a383f",
|
|
2493
2493
|
"$type": "color",
|
|
2494
2494
|
"comment": "Used to make the background easily stand out from the default.",
|
|
2495
2495
|
"filePath": "src/tokens/background.tokens.json",
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
]
|
|
2512
2512
|
},
|
|
2513
2513
|
"disabled": {
|
|
2514
|
-
"value": "#
|
|
2514
|
+
"value": "#28272d",
|
|
2515
2515
|
"$type": "color",
|
|
2516
2516
|
"comment": "Used to identify a disabled section.",
|
|
2517
2517
|
"filePath": "src/tokens/background.tokens.json",
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
"border": {
|
|
2560
2560
|
"color": {
|
|
2561
2561
|
"default": {
|
|
2562
|
-
"value": "#
|
|
2562
|
+
"value": "#3a383f",
|
|
2563
2563
|
"$type": "color",
|
|
2564
2564
|
"comment": "Used for the default border color.",
|
|
2565
2565
|
"filePath": "src/tokens/border.tokens.json",
|
|
@@ -2581,7 +2581,7 @@
|
|
|
2581
2581
|
]
|
|
2582
2582
|
},
|
|
2583
2583
|
"subtle": {
|
|
2584
|
-
"value": "#
|
|
2584
|
+
"value": "#28272d",
|
|
2585
2585
|
"$type": "color",
|
|
2586
2586
|
"comment": "Used for a subtle border in combination with the default background.",
|
|
2587
2587
|
"filePath": "src/tokens/border.tokens.json",
|
|
@@ -2666,12 +2666,12 @@
|
|
|
2666
2666
|
},
|
|
2667
2667
|
"dark": {
|
|
2668
2668
|
"2": {
|
|
2669
|
-
"value": "rgba(
|
|
2669
|
+
"value": "rgba(05, 05, 06, 0.02)",
|
|
2670
2670
|
"$type": "color",
|
|
2671
2671
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2672
2672
|
"isSource": true,
|
|
2673
2673
|
"original": {
|
|
2674
|
-
"value": "rgba(
|
|
2674
|
+
"value": "rgba(05, 05, 06, 0.02)",
|
|
2675
2675
|
"$type": "color"
|
|
2676
2676
|
},
|
|
2677
2677
|
"name": "COLOR_ALPHA_DARK_2",
|
|
@@ -2684,12 +2684,12 @@
|
|
|
2684
2684
|
]
|
|
2685
2685
|
},
|
|
2686
2686
|
"4": {
|
|
2687
|
-
"value": "rgba(
|
|
2687
|
+
"value": "rgba(05, 05, 06, 0.04)",
|
|
2688
2688
|
"$type": "color",
|
|
2689
2689
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2690
2690
|
"isSource": true,
|
|
2691
2691
|
"original": {
|
|
2692
|
-
"value": "rgba(
|
|
2692
|
+
"value": "rgba(05, 05, 06, 0.04)",
|
|
2693
2693
|
"$type": "color"
|
|
2694
2694
|
},
|
|
2695
2695
|
"name": "COLOR_ALPHA_DARK_4",
|
|
@@ -2702,12 +2702,12 @@
|
|
|
2702
2702
|
]
|
|
2703
2703
|
},
|
|
2704
2704
|
"6": {
|
|
2705
|
-
"value": "rgba(
|
|
2705
|
+
"value": "rgba(05, 05, 06, 0.06)",
|
|
2706
2706
|
"$type": "color",
|
|
2707
2707
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2708
2708
|
"isSource": true,
|
|
2709
2709
|
"original": {
|
|
2710
|
-
"value": "rgba(
|
|
2710
|
+
"value": "rgba(05, 05, 06, 0.06)",
|
|
2711
2711
|
"$type": "color"
|
|
2712
2712
|
},
|
|
2713
2713
|
"name": "COLOR_ALPHA_DARK_6",
|
|
@@ -2720,12 +2720,12 @@
|
|
|
2720
2720
|
]
|
|
2721
2721
|
},
|
|
2722
2722
|
"8": {
|
|
2723
|
-
"value": "rgba(
|
|
2723
|
+
"value": "rgba(05, 05, 06, 0.08)",
|
|
2724
2724
|
"$type": "color",
|
|
2725
2725
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2726
2726
|
"isSource": true,
|
|
2727
2727
|
"original": {
|
|
2728
|
-
"value": "rgba(
|
|
2728
|
+
"value": "rgba(05, 05, 06, 0.08)",
|
|
2729
2729
|
"$type": "color"
|
|
2730
2730
|
},
|
|
2731
2731
|
"name": "COLOR_ALPHA_DARK_8",
|
|
@@ -2738,12 +2738,12 @@
|
|
|
2738
2738
|
]
|
|
2739
2739
|
},
|
|
2740
2740
|
"16": {
|
|
2741
|
-
"value": "rgba(
|
|
2741
|
+
"value": "rgba(05, 05, 06, 0.16)",
|
|
2742
2742
|
"$type": "color",
|
|
2743
2743
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2744
2744
|
"isSource": true,
|
|
2745
2745
|
"original": {
|
|
2746
|
-
"value": "rgba(
|
|
2746
|
+
"value": "rgba(05, 05, 06, 0.16)",
|
|
2747
2747
|
"$type": "color"
|
|
2748
2748
|
},
|
|
2749
2749
|
"name": "COLOR_ALPHA_DARK_16",
|
|
@@ -2756,12 +2756,12 @@
|
|
|
2756
2756
|
]
|
|
2757
2757
|
},
|
|
2758
2758
|
"24": {
|
|
2759
|
-
"value": "rgba(
|
|
2759
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
2760
2760
|
"$type": "color",
|
|
2761
2761
|
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
2762
2762
|
"isSource": true,
|
|
2763
2763
|
"original": {
|
|
2764
|
-
"value": "rgba(
|
|
2764
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
2765
2765
|
"$type": "color"
|
|
2766
2766
|
},
|
|
2767
2767
|
"name": "COLOR_ALPHA_DARK_24",
|
|
@@ -3247,12 +3247,12 @@
|
|
|
3247
3247
|
]
|
|
3248
3248
|
},
|
|
3249
3249
|
"700": {
|
|
3250
|
-
"value": "#
|
|
3250
|
+
"value": "#4c4b51",
|
|
3251
3251
|
"$type": "color",
|
|
3252
3252
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3253
3253
|
"isSource": true,
|
|
3254
3254
|
"original": {
|
|
3255
|
-
"value": "#
|
|
3255
|
+
"value": "#4c4b51",
|
|
3256
3256
|
"$type": "color"
|
|
3257
3257
|
},
|
|
3258
3258
|
"name": "COLOR_NEUTRAL_700",
|
|
@@ -3264,12 +3264,12 @@
|
|
|
3264
3264
|
]
|
|
3265
3265
|
},
|
|
3266
3266
|
"800": {
|
|
3267
|
-
"value": "#
|
|
3267
|
+
"value": "#3a383f",
|
|
3268
3268
|
"$type": "color",
|
|
3269
3269
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3270
3270
|
"isSource": true,
|
|
3271
3271
|
"original": {
|
|
3272
|
-
"value": "#
|
|
3272
|
+
"value": "#3a383f",
|
|
3273
3273
|
"$type": "color"
|
|
3274
3274
|
},
|
|
3275
3275
|
"name": "COLOR_NEUTRAL_800",
|
|
@@ -3281,12 +3281,12 @@
|
|
|
3281
3281
|
]
|
|
3282
3282
|
},
|
|
3283
3283
|
"900": {
|
|
3284
|
-
"value": "#
|
|
3284
|
+
"value": "#28272d",
|
|
3285
3285
|
"$type": "color",
|
|
3286
3286
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3287
3287
|
"isSource": true,
|
|
3288
3288
|
"original": {
|
|
3289
|
-
"value": "#
|
|
3289
|
+
"value": "#28272d",
|
|
3290
3290
|
"$type": "color"
|
|
3291
3291
|
},
|
|
3292
3292
|
"name": "COLOR_NEUTRAL_900",
|
|
@@ -3298,12 +3298,12 @@
|
|
|
3298
3298
|
]
|
|
3299
3299
|
},
|
|
3300
3300
|
"950": {
|
|
3301
|
-
"value": "#
|
|
3301
|
+
"value": "#18171d",
|
|
3302
3302
|
"$type": "color",
|
|
3303
3303
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3304
3304
|
"isSource": true,
|
|
3305
3305
|
"original": {
|
|
3306
|
-
"value": "#
|
|
3306
|
+
"value": "#18171d",
|
|
3307
3307
|
"$type": "color"
|
|
3308
3308
|
},
|
|
3309
3309
|
"name": "COLOR_NEUTRAL_950",
|
|
@@ -3315,12 +3315,12 @@
|
|
|
3315
3315
|
]
|
|
3316
3316
|
},
|
|
3317
3317
|
"1000": {
|
|
3318
|
-
"value": "#
|
|
3318
|
+
"value": "#050506",
|
|
3319
3319
|
"$type": "color",
|
|
3320
3320
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3321
3321
|
"isSource": true,
|
|
3322
3322
|
"original": {
|
|
3323
|
-
"value": "#
|
|
3323
|
+
"value": "#050506",
|
|
3324
3324
|
"$type": "color"
|
|
3325
3325
|
},
|
|
3326
3326
|
"name": "COLOR_NEUTRAL_1000",
|
|
@@ -8669,7 +8669,7 @@
|
|
|
8669
8669
|
"isSource": true,
|
|
8670
8670
|
"original": {
|
|
8671
8671
|
"value": {
|
|
8672
|
-
"default": "#
|
|
8672
|
+
"default": "#050506",
|
|
8673
8673
|
"dark": "#fff"
|
|
8674
8674
|
},
|
|
8675
8675
|
"$type": "color",
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
]
|
|
8684
8684
|
},
|
|
8685
8685
|
"white": {
|
|
8686
|
-
"value": "#
|
|
8686
|
+
"value": "#28272d",
|
|
8687
8687
|
"$type": "color",
|
|
8688
8688
|
"themeable": true,
|
|
8689
8689
|
"prefix": false,
|
|
@@ -8692,7 +8692,7 @@
|
|
|
8692
8692
|
"original": {
|
|
8693
8693
|
"value": {
|
|
8694
8694
|
"default": "#fff",
|
|
8695
|
-
"dark": "#
|
|
8695
|
+
"dark": "#28272d"
|
|
8696
8696
|
},
|
|
8697
8697
|
"$type": "color",
|
|
8698
8698
|
"themeable": true,
|
|
@@ -8961,7 +8961,7 @@
|
|
|
8961
8961
|
},
|
|
8962
8962
|
"gray": {
|
|
8963
8963
|
"10": {
|
|
8964
|
-
"value": "#
|
|
8964
|
+
"value": "#18171d",
|
|
8965
8965
|
"$type": "color",
|
|
8966
8966
|
"themeable": true,
|
|
8967
8967
|
"prefix": false,
|
|
@@ -8970,7 +8970,7 @@
|
|
|
8970
8970
|
"original": {
|
|
8971
8971
|
"value": {
|
|
8972
8972
|
"default": "#fbfafd",
|
|
8973
|
-
"dark": "#
|
|
8973
|
+
"dark": "#18171d"
|
|
8974
8974
|
},
|
|
8975
8975
|
"$type": "color",
|
|
8976
8976
|
"themeable": true,
|
|
@@ -8984,7 +8984,7 @@
|
|
|
8984
8984
|
]
|
|
8985
8985
|
},
|
|
8986
8986
|
"50": {
|
|
8987
|
-
"value": "#
|
|
8987
|
+
"value": "#28272d",
|
|
8988
8988
|
"$type": "color",
|
|
8989
8989
|
"themeable": true,
|
|
8990
8990
|
"prefix": false,
|
|
@@ -8993,7 +8993,7 @@
|
|
|
8993
8993
|
"original": {
|
|
8994
8994
|
"value": {
|
|
8995
8995
|
"default": "#ececef",
|
|
8996
|
-
"dark": "#
|
|
8996
|
+
"dark": "#28272d"
|
|
8997
8997
|
},
|
|
8998
8998
|
"$type": "color",
|
|
8999
8999
|
"themeable": true,
|
|
@@ -9007,7 +9007,7 @@
|
|
|
9007
9007
|
]
|
|
9008
9008
|
},
|
|
9009
9009
|
"100": {
|
|
9010
|
-
"value": "#
|
|
9010
|
+
"value": "#3a383f",
|
|
9011
9011
|
"$type": "color",
|
|
9012
9012
|
"themeable": true,
|
|
9013
9013
|
"prefix": false,
|
|
@@ -9016,7 +9016,7 @@
|
|
|
9016
9016
|
"original": {
|
|
9017
9017
|
"value": {
|
|
9018
9018
|
"default": "#dcdcde",
|
|
9019
|
-
"dark": "#
|
|
9019
|
+
"dark": "#3a383f"
|
|
9020
9020
|
},
|
|
9021
9021
|
"$type": "color",
|
|
9022
9022
|
"themeable": true,
|
|
@@ -9030,7 +9030,7 @@
|
|
|
9030
9030
|
]
|
|
9031
9031
|
},
|
|
9032
9032
|
"200": {
|
|
9033
|
-
"value": "#
|
|
9033
|
+
"value": "#4c4b51",
|
|
9034
9034
|
"$type": "color",
|
|
9035
9035
|
"themeable": true,
|
|
9036
9036
|
"prefix": false,
|
|
@@ -9039,7 +9039,7 @@
|
|
|
9039
9039
|
"original": {
|
|
9040
9040
|
"value": {
|
|
9041
9041
|
"default": "#bfbfc3",
|
|
9042
|
-
"dark": "#
|
|
9042
|
+
"dark": "#4c4b51"
|
|
9043
9043
|
},
|
|
9044
9044
|
"$type": "color",
|
|
9045
9045
|
"themeable": true,
|
|
@@ -9153,7 +9153,7 @@
|
|
|
9153
9153
|
"isSource": true,
|
|
9154
9154
|
"original": {
|
|
9155
9155
|
"value": {
|
|
9156
|
-
"default": "#
|
|
9156
|
+
"default": "#4c4b51",
|
|
9157
9157
|
"dark": "#bfbfc3"
|
|
9158
9158
|
},
|
|
9159
9159
|
"$type": "color",
|
|
@@ -9176,7 +9176,7 @@
|
|
|
9176
9176
|
"isSource": true,
|
|
9177
9177
|
"original": {
|
|
9178
9178
|
"value": {
|
|
9179
|
-
"default": "#
|
|
9179
|
+
"default": "#3a383f",
|
|
9180
9180
|
"dark": "#dcdcde"
|
|
9181
9181
|
},
|
|
9182
9182
|
"$type": "color",
|
|
@@ -9199,7 +9199,7 @@
|
|
|
9199
9199
|
"isSource": true,
|
|
9200
9200
|
"original": {
|
|
9201
9201
|
"value": {
|
|
9202
|
-
"default": "#
|
|
9202
|
+
"default": "#28272d",
|
|
9203
9203
|
"dark": "#ececef"
|
|
9204
9204
|
},
|
|
9205
9205
|
"$type": "color",
|
|
@@ -9222,7 +9222,7 @@
|
|
|
9222
9222
|
"isSource": true,
|
|
9223
9223
|
"original": {
|
|
9224
9224
|
"value": {
|
|
9225
|
-
"default": "#
|
|
9225
|
+
"default": "#18171d",
|
|
9226
9226
|
"dark": "#fbfafd"
|
|
9227
9227
|
},
|
|
9228
9228
|
"$type": "color",
|
|
@@ -10519,7 +10519,7 @@
|
|
|
10519
10519
|
},
|
|
10520
10520
|
"t-gray-a": {
|
|
10521
10521
|
"16": {
|
|
10522
|
-
"value": "rgba(
|
|
10522
|
+
"value": "rgba(05, 05, 06, 0.16)",
|
|
10523
10523
|
"$type": "color",
|
|
10524
10524
|
"themeable": true,
|
|
10525
10525
|
"prefix": false,
|
|
@@ -10527,7 +10527,7 @@
|
|
|
10527
10527
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10528
10528
|
"isSource": true,
|
|
10529
10529
|
"original": {
|
|
10530
|
-
"value": "rgba(
|
|
10530
|
+
"value": "rgba(05, 05, 06, 0.16)",
|
|
10531
10531
|
"$type": "color",
|
|
10532
10532
|
"themeable": true,
|
|
10533
10533
|
"prefix": false,
|
|
@@ -10541,7 +10541,7 @@
|
|
|
10541
10541
|
]
|
|
10542
10542
|
},
|
|
10543
10543
|
"24": {
|
|
10544
|
-
"value": "rgba(
|
|
10544
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
10545
10545
|
"$type": "color",
|
|
10546
10546
|
"themeable": true,
|
|
10547
10547
|
"prefix": false,
|
|
@@ -10549,7 +10549,7 @@
|
|
|
10549
10549
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10550
10550
|
"isSource": true,
|
|
10551
10551
|
"original": {
|
|
10552
|
-
"value": "rgba(
|
|
10552
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
10553
10553
|
"$type": "color",
|
|
10554
10554
|
"themeable": true,
|
|
10555
10555
|
"prefix": false,
|
|
@@ -10563,7 +10563,7 @@
|
|
|
10563
10563
|
]
|
|
10564
10564
|
},
|
|
10565
10565
|
"02": {
|
|
10566
|
-
"value": "rgba(
|
|
10566
|
+
"value": "rgba(05, 05, 06, 0.02)",
|
|
10567
10567
|
"$type": "color",
|
|
10568
10568
|
"themeable": true,
|
|
10569
10569
|
"prefix": false,
|
|
@@ -10571,7 +10571,7 @@
|
|
|
10571
10571
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10572
10572
|
"isSource": true,
|
|
10573
10573
|
"original": {
|
|
10574
|
-
"value": "rgba(
|
|
10574
|
+
"value": "rgba(05, 05, 06, 0.02)",
|
|
10575
10575
|
"$type": "color",
|
|
10576
10576
|
"themeable": true,
|
|
10577
10577
|
"prefix": false,
|
|
@@ -10585,7 +10585,7 @@
|
|
|
10585
10585
|
]
|
|
10586
10586
|
},
|
|
10587
10587
|
"04": {
|
|
10588
|
-
"value": "rgba(
|
|
10588
|
+
"value": "rgba(05, 05, 06, 0.04)",
|
|
10589
10589
|
"$type": "color",
|
|
10590
10590
|
"themeable": true,
|
|
10591
10591
|
"prefix": false,
|
|
@@ -10593,7 +10593,7 @@
|
|
|
10593
10593
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10594
10594
|
"isSource": true,
|
|
10595
10595
|
"original": {
|
|
10596
|
-
"value": "rgba(
|
|
10596
|
+
"value": "rgba(05, 05, 06, 0.04)",
|
|
10597
10597
|
"$type": "color",
|
|
10598
10598
|
"themeable": true,
|
|
10599
10599
|
"prefix": false,
|
|
@@ -10607,7 +10607,7 @@
|
|
|
10607
10607
|
]
|
|
10608
10608
|
},
|
|
10609
10609
|
"06": {
|
|
10610
|
-
"value": "rgba(
|
|
10610
|
+
"value": "rgba(05, 05, 06, 0.06)",
|
|
10611
10611
|
"$type": "color",
|
|
10612
10612
|
"themeable": true,
|
|
10613
10613
|
"prefix": false,
|
|
@@ -10615,7 +10615,7 @@
|
|
|
10615
10615
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10616
10616
|
"isSource": true,
|
|
10617
10617
|
"original": {
|
|
10618
|
-
"value": "rgba(
|
|
10618
|
+
"value": "rgba(05, 05, 06, 0.06)",
|
|
10619
10619
|
"$type": "color",
|
|
10620
10620
|
"themeable": true,
|
|
10621
10621
|
"prefix": false,
|
|
@@ -10629,7 +10629,7 @@
|
|
|
10629
10629
|
]
|
|
10630
10630
|
},
|
|
10631
10631
|
"08": {
|
|
10632
|
-
"value": "rgba(
|
|
10632
|
+
"value": "rgba(05, 05, 06, 0.08)",
|
|
10633
10633
|
"$type": "color",
|
|
10634
10634
|
"themeable": true,
|
|
10635
10635
|
"prefix": false,
|
|
@@ -10637,7 +10637,7 @@
|
|
|
10637
10637
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
10638
10638
|
"isSource": true,
|
|
10639
10639
|
"original": {
|
|
10640
|
-
"value": "rgba(
|
|
10640
|
+
"value": "rgba(05, 05, 06, 0.08)",
|
|
10641
10641
|
"$type": "color",
|
|
10642
10642
|
"themeable": true,
|
|
10643
10643
|
"prefix": false,
|
|
@@ -10811,7 +10811,7 @@
|
|
|
10811
10811
|
"border": {
|
|
10812
10812
|
"color": {
|
|
10813
10813
|
"default": {
|
|
10814
|
-
"value": "rgba(
|
|
10814
|
+
"value": "rgba(05, 05, 06, 0.08)",
|
|
10815
10815
|
"$type": "color",
|
|
10816
10816
|
"comment": "Used to define the edge of an avatar.",
|
|
10817
10817
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
@@ -10831,7 +10831,7 @@
|
|
|
10831
10831
|
]
|
|
10832
10832
|
},
|
|
10833
10833
|
"hover": {
|
|
10834
|
-
"value": "rgba(
|
|
10834
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
10835
10835
|
"$type": "color",
|
|
10836
10836
|
"comment": "Used to increase the edge definition of an avatar in the hover state.",
|
|
10837
10837
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
@@ -10976,7 +10976,7 @@
|
|
|
10976
10976
|
]
|
|
10977
10977
|
},
|
|
10978
10978
|
"neutral": {
|
|
10979
|
-
"value": "#
|
|
10979
|
+
"value": "#28272d",
|
|
10980
10980
|
"$type": "color",
|
|
10981
10981
|
"comment": "Neutral background for avatar fallback with no particular meaning.",
|
|
10982
10982
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
@@ -11034,7 +11034,7 @@
|
|
|
11034
11034
|
"promo": {
|
|
11035
11035
|
"background": {
|
|
11036
11036
|
"color": {
|
|
11037
|
-
"value": "#
|
|
11037
|
+
"value": "#28272d",
|
|
11038
11038
|
"$type": "color",
|
|
11039
11039
|
"comment": "Used as background for the default banner type.",
|
|
11040
11040
|
"filePath": "src/tokens/contextual/banner.tokens.json",
|
|
@@ -11062,7 +11062,7 @@
|
|
|
11062
11062
|
"breadcrumb": {
|
|
11063
11063
|
"separator": {
|
|
11064
11064
|
"color": {
|
|
11065
|
-
"value": "#
|
|
11065
|
+
"value": "#4c4b51",
|
|
11066
11066
|
"$type": "color",
|
|
11067
11067
|
"comment": "Used for the breadcrumb level separator.",
|
|
11068
11068
|
"filePath": "src/tokens/contextual/breadcrumb.tokens.json",
|
|
@@ -11089,7 +11089,7 @@
|
|
|
11089
11089
|
"light": {
|
|
11090
11090
|
"text": {
|
|
11091
11091
|
"color": {
|
|
11092
|
-
"value": "#
|
|
11092
|
+
"value": "#18171d",
|
|
11093
11093
|
"$type": "color",
|
|
11094
11094
|
"comment": "Used for the label text color on a light background color.",
|
|
11095
11095
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11135,7 +11135,7 @@
|
|
|
11135
11135
|
]
|
|
11136
11136
|
},
|
|
11137
11137
|
"hover": {
|
|
11138
|
-
"value": "#
|
|
11138
|
+
"value": "#18171d",
|
|
11139
11139
|
"$type": "color",
|
|
11140
11140
|
"comment": "Used for the label remove button background on a light background color in the hover state.",
|
|
11141
11141
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11161,7 +11161,7 @@
|
|
|
11161
11161
|
"icon": {
|
|
11162
11162
|
"color": {
|
|
11163
11163
|
"default": {
|
|
11164
|
-
"value": "#
|
|
11164
|
+
"value": "#18171d",
|
|
11165
11165
|
"$type": "color",
|
|
11166
11166
|
"comment": "Used for the label remove button icon on a light background color in the default state.",
|
|
11167
11167
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11370,7 +11370,7 @@
|
|
|
11370
11370
|
]
|
|
11371
11371
|
},
|
|
11372
11372
|
"hover": {
|
|
11373
|
-
"value": "#
|
|
11373
|
+
"value": "#18171d",
|
|
11374
11374
|
"$type": "color",
|
|
11375
11375
|
"comment": "Used for the scoped label remove button icon in the hover state.",
|
|
11376
11376
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11402,7 +11402,7 @@
|
|
|
11402
11402
|
"popover": {
|
|
11403
11403
|
"background": {
|
|
11404
11404
|
"color": {
|
|
11405
|
-
"value": "#
|
|
11405
|
+
"value": "#28272d",
|
|
11406
11406
|
"$type": "color",
|
|
11407
11407
|
"comment": "Used for the background color of popover.",
|
|
11408
11408
|
"filePath": "src/tokens/contextual/popover.tokens.json",
|
|
@@ -11428,7 +11428,7 @@
|
|
|
11428
11428
|
"skeleton-loader": {
|
|
11429
11429
|
"background": {
|
|
11430
11430
|
"color": {
|
|
11431
|
-
"value": "#
|
|
11431
|
+
"value": "#3a383f",
|
|
11432
11432
|
"$type": "color",
|
|
11433
11433
|
"comment": "Used for the skeleton loader background color.",
|
|
11434
11434
|
"filePath": "src/tokens/contextual/skeleton-loader.tokens.json",
|
|
@@ -11452,7 +11452,7 @@
|
|
|
11452
11452
|
},
|
|
11453
11453
|
"shimmer": {
|
|
11454
11454
|
"color": {
|
|
11455
|
-
"value": "#
|
|
11455
|
+
"value": "#4c4b51",
|
|
11456
11456
|
"$type": "color",
|
|
11457
11457
|
"comment": "Used for the animated shimmer effect in a skeleton loader.",
|
|
11458
11458
|
"filePath": "src/tokens/contextual/skeleton-loader.tokens.json",
|
|
@@ -11479,7 +11479,7 @@
|
|
|
11479
11479
|
"track": {
|
|
11480
11480
|
"color": {
|
|
11481
11481
|
"default": {
|
|
11482
|
-
"value": "#
|
|
11482
|
+
"value": "#3a383f",
|
|
11483
11483
|
"$type": "color",
|
|
11484
11484
|
"comment": "Used for the static track (background) of a loading spinner.",
|
|
11485
11485
|
"filePath": "src/tokens/contextual/spinner.tokens.json",
|
|
@@ -11502,7 +11502,7 @@
|
|
|
11502
11502
|
]
|
|
11503
11503
|
},
|
|
11504
11504
|
"light": {
|
|
11505
|
-
"value": "#
|
|
11505
|
+
"value": "#3a383f",
|
|
11506
11506
|
"$type": "color",
|
|
11507
11507
|
"comment": "Used for the static track (background) of a loading spinner on a dark background.",
|
|
11508
11508
|
"filePath": "src/tokens/contextual/spinner.tokens.json",
|
|
@@ -11576,7 +11576,7 @@
|
|
|
11576
11576
|
"background": {
|
|
11577
11577
|
"color": {
|
|
11578
11578
|
"hover": {
|
|
11579
|
-
"value": "#
|
|
11579
|
+
"value": "#28272d",
|
|
11580
11580
|
"$type": "color",
|
|
11581
11581
|
"comment": "Used for the background of a table row in hover state.",
|
|
11582
11582
|
"filePath": "src/tokens/contextual/table.tokens.json",
|
|
@@ -11628,7 +11628,7 @@
|
|
|
11628
11628
|
"background": {
|
|
11629
11629
|
"color": {
|
|
11630
11630
|
"default": {
|
|
11631
|
-
"value": "#
|
|
11631
|
+
"value": "#28272d",
|
|
11632
11632
|
"$type": "color",
|
|
11633
11633
|
"comment": "Used for form control (input, radio button, checkbox, textarea) default background.",
|
|
11634
11634
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -11651,7 +11651,7 @@
|
|
|
11651
11651
|
]
|
|
11652
11652
|
},
|
|
11653
11653
|
"disabled": {
|
|
11654
|
-
"value": "#
|
|
11654
|
+
"value": "#18171d",
|
|
11655
11655
|
"$type": "color",
|
|
11656
11656
|
"comment": "Used for disabled form control (checkbox, input, radio button, textarea) background.",
|
|
11657
11657
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -11821,7 +11821,7 @@
|
|
|
11821
11821
|
]
|
|
11822
11822
|
},
|
|
11823
11823
|
"disabled": {
|
|
11824
|
-
"value": "#
|
|
11824
|
+
"value": "#3a383f",
|
|
11825
11825
|
"$type": "color",
|
|
11826
11826
|
"comment": "Used for disabled form control (input, radio button, checkbox, textarea) border.",
|
|
11827
11827
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -12019,7 +12019,7 @@
|
|
|
12019
12019
|
"indicator": {
|
|
12020
12020
|
"color": {
|
|
12021
12021
|
"selected": {
|
|
12022
|
-
"value": "#
|
|
12022
|
+
"value": "#28272d",
|
|
12023
12023
|
"$type": "color",
|
|
12024
12024
|
"comment": "Used for checkbox and radio button state indicators.",
|
|
12025
12025
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -12098,7 +12098,7 @@
|
|
|
12098
12098
|
"text": {
|
|
12099
12099
|
"color": {
|
|
12100
12100
|
"strong": {
|
|
12101
|
-
"value": "#
|
|
12101
|
+
"value": "#28272d",
|
|
12102
12102
|
"$type": "color",
|
|
12103
12103
|
"comment": "Used for text on a strong feedback background.",
|
|
12104
12104
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -12125,7 +12125,7 @@
|
|
|
12125
12125
|
"icon": {
|
|
12126
12126
|
"color": {
|
|
12127
12127
|
"strong": {
|
|
12128
|
-
"value": "#
|
|
12128
|
+
"value": "#28272d",
|
|
12129
12129
|
"$type": "color",
|
|
12130
12130
|
"comment": "Used for an icon on a strong feedback background.",
|
|
12131
12131
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -12179,7 +12179,7 @@
|
|
|
12179
12179
|
"neutral": {
|
|
12180
12180
|
"background": {
|
|
12181
12181
|
"color": {
|
|
12182
|
-
"value": "#
|
|
12182
|
+
"value": "#28272d",
|
|
12183
12183
|
"$type": "color",
|
|
12184
12184
|
"comment": "Used for a background associated with neutral feedback.",
|
|
12185
12185
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -12464,7 +12464,7 @@
|
|
|
12464
12464
|
},
|
|
12465
12465
|
"inner": {
|
|
12466
12466
|
"color": {
|
|
12467
|
-
"value": "#
|
|
12467
|
+
"value": "#18171d",
|
|
12468
12468
|
"$type": "color",
|
|
12469
12469
|
"comment": "Used for the inner neutral portion of the focus ring.",
|
|
12470
12470
|
"filePath": "src/tokens/focus-ring.tokens.json",
|
|
@@ -12901,15 +12901,15 @@
|
|
|
12901
12901
|
"shadow": {
|
|
12902
12902
|
"color": {
|
|
12903
12903
|
"default": {
|
|
12904
|
-
"value": "rgba(
|
|
12904
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
12905
12905
|
"$type": "color",
|
|
12906
12906
|
"comment": "Used for the default shadow color.",
|
|
12907
12907
|
"filePath": "src/tokens/shadow.tokens.json",
|
|
12908
12908
|
"isSource": true,
|
|
12909
12909
|
"original": {
|
|
12910
12910
|
"value": {
|
|
12911
|
-
"default": "
|
|
12912
|
-
"dark": "
|
|
12911
|
+
"default": "{color.alpha.dark.16}",
|
|
12912
|
+
"dark": "{color.alpha.dark.24}"
|
|
12913
12913
|
},
|
|
12914
12914
|
"$type": "color",
|
|
12915
12915
|
"comment": "Used for the default shadow color."
|
|
@@ -12929,7 +12929,7 @@
|
|
|
12929
12929
|
"background": {
|
|
12930
12930
|
"color": {
|
|
12931
12931
|
"default": {
|
|
12932
|
-
"value": "#
|
|
12932
|
+
"value": "#28272d",
|
|
12933
12933
|
"$type": "color",
|
|
12934
12934
|
"comment": "Used for the background of a subtle neutral status item when static or the default state when linked.",
|
|
12935
12935
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -12953,7 +12953,7 @@
|
|
|
12953
12953
|
]
|
|
12954
12954
|
},
|
|
12955
12955
|
"active": {
|
|
12956
|
-
"value": "#
|
|
12956
|
+
"value": "#3a383f",
|
|
12957
12957
|
"$type": "color",
|
|
12958
12958
|
"comment": "Used for the background of a subtle neutral status item in the active state.",
|
|
12959
12959
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -12981,7 +12981,7 @@
|
|
|
12981
12981
|
"border": {
|
|
12982
12982
|
"color": {
|
|
12983
12983
|
"hover": {
|
|
12984
|
-
"value": "#
|
|
12984
|
+
"value": "#4c4b51",
|
|
12985
12985
|
"$type": "color",
|
|
12986
12986
|
"comment": "Used for the border of a subtle neutral status item in the hover state.",
|
|
12987
12987
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13211,7 +13211,7 @@
|
|
|
13211
13211
|
"background": {
|
|
13212
13212
|
"color": {
|
|
13213
13213
|
"default": {
|
|
13214
|
-
"value": "#
|
|
13214
|
+
"value": "#3a383f",
|
|
13215
13215
|
"$type": "color",
|
|
13216
13216
|
"comment": "Used for the background of a neutral status item when static or the default state when linked.",
|
|
13217
13217
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13235,7 +13235,7 @@
|
|
|
13235
13235
|
]
|
|
13236
13236
|
},
|
|
13237
13237
|
"active": {
|
|
13238
|
-
"value": "#
|
|
13238
|
+
"value": "#4c4b51",
|
|
13239
13239
|
"$type": "color",
|
|
13240
13240
|
"comment": "Used for the background of a neutral status item in the active state.",
|
|
13241
13241
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13263,7 +13263,7 @@
|
|
|
13263
13263
|
"border": {
|
|
13264
13264
|
"color": {
|
|
13265
13265
|
"hover": {
|
|
13266
|
-
"value": "#
|
|
13266
|
+
"value": "#4c4b51",
|
|
13267
13267
|
"$type": "color",
|
|
13268
13268
|
"comment": "Used for the border of a neutral status item in the hover state.",
|
|
13269
13269
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -14910,7 +14910,7 @@
|
|
|
14910
14910
|
"isSource": true,
|
|
14911
14911
|
"original": {
|
|
14912
14912
|
"value": {
|
|
14913
|
-
"default": "#
|
|
14913
|
+
"default": "#28272d",
|
|
14914
14914
|
"dark": "#ececef"
|
|
14915
14915
|
},
|
|
14916
14916
|
"$type": "color",
|