@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
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
]
|
|
384
384
|
},
|
|
385
385
|
"active": {
|
|
386
|
-
"value": "#
|
|
386
|
+
"value": "#4c4b51",
|
|
387
387
|
"$type": "color",
|
|
388
388
|
"comment": "Used for the background of a solid, strong neutral action in the active state.",
|
|
389
389
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
]
|
|
560
560
|
},
|
|
561
561
|
"hover": {
|
|
562
|
-
"value": "#
|
|
562
|
+
"value": "#3a383f",
|
|
563
563
|
"$type": "color",
|
|
564
564
|
"comment": "Used for the border of a solid, strong neutral action in the hover state.",
|
|
565
565
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
]
|
|
585
585
|
},
|
|
586
586
|
"focus": {
|
|
587
|
-
"value": "#
|
|
587
|
+
"value": "#3a383f",
|
|
588
588
|
"$type": "color",
|
|
589
589
|
"comment": "Used for the border of a solid, strong neutral action in the focus state.",
|
|
590
590
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
]
|
|
610
610
|
},
|
|
611
611
|
"active": {
|
|
612
|
-
"value": "#
|
|
612
|
+
"value": "#28272d",
|
|
613
613
|
"$type": "color",
|
|
614
614
|
"comment": "Used for the border of a solid, strong neutral action in the active state.",
|
|
615
615
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"text": {
|
|
640
640
|
"color": {
|
|
641
641
|
"default": {
|
|
642
|
-
"value": "#
|
|
642
|
+
"value": "#28272d",
|
|
643
643
|
"$type": "color",
|
|
644
644
|
"comment": "Used for the text of outlined and borderless neutral actions.",
|
|
645
645
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
]
|
|
664
664
|
},
|
|
665
665
|
"hover": {
|
|
666
|
-
"value": "#
|
|
666
|
+
"value": "#28272d",
|
|
667
667
|
"$type": "color",
|
|
668
668
|
"comment": "Used for the text of a neutral action in the hover state.",
|
|
669
669
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
]
|
|
688
688
|
},
|
|
689
689
|
"focus": {
|
|
690
|
-
"value": "#
|
|
690
|
+
"value": "#28272d",
|
|
691
691
|
"$type": "color",
|
|
692
692
|
"comment": "Used for the text of a neutral action in the focus state.",
|
|
693
693
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
]
|
|
712
712
|
},
|
|
713
713
|
"active": {
|
|
714
|
-
"value": "#
|
|
714
|
+
"value": "#28272d",
|
|
715
715
|
"$type": "color",
|
|
716
716
|
"comment": "Used for the text of a neutral action in the active state.",
|
|
717
717
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
]
|
|
788
788
|
},
|
|
789
789
|
"hover": {
|
|
790
|
-
"value": "#
|
|
790
|
+
"value": "#4c4b51",
|
|
791
791
|
"$type": "color",
|
|
792
792
|
"comment": "Used for the icon of outlined and borderless neutral actions in the hover state.",
|
|
793
793
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
]
|
|
812
812
|
},
|
|
813
813
|
"focus": {
|
|
814
|
-
"value": "#
|
|
814
|
+
"value": "#4c4b51",
|
|
815
815
|
"$type": "color",
|
|
816
816
|
"comment": "Used for the icon of outlined and borderless neutral actions in the focus state.",
|
|
817
817
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
]
|
|
836
836
|
},
|
|
837
837
|
"active": {
|
|
838
|
-
"value": "#
|
|
838
|
+
"value": "#28272d",
|
|
839
839
|
"$type": "color",
|
|
840
840
|
"comment": "Used for the icon of outlined and borderless neutral actions in the active state.",
|
|
841
841
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
]
|
|
2534
2534
|
},
|
|
2535
2535
|
"overlay": {
|
|
2536
|
-
"value": "rgba(
|
|
2536
|
+
"value": "rgba(05, 05, 06, 0.24)",
|
|
2537
2537
|
"$type": "color",
|
|
2538
2538
|
"comment": "Used for an overlay that covers other content.",
|
|
2539
2539
|
"filePath": "src/tokens/background.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",
|
|
@@ -8661,7 +8661,7 @@
|
|
|
8661
8661
|
}
|
|
8662
8662
|
},
|
|
8663
8663
|
"black": {
|
|
8664
|
-
"value": "#
|
|
8664
|
+
"value": "#050506",
|
|
8665
8665
|
"$type": "color",
|
|
8666
8666
|
"themeable": true,
|
|
8667
8667
|
"prefix": false,
|
|
@@ -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",
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -9145,7 +9145,7 @@
|
|
|
9145
9145
|
]
|
|
9146
9146
|
},
|
|
9147
9147
|
"700": {
|
|
9148
|
-
"value": "#
|
|
9148
|
+
"value": "#4c4b51",
|
|
9149
9149
|
"$type": "color",
|
|
9150
9150
|
"themeable": true,
|
|
9151
9151
|
"prefix": false,
|
|
@@ -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",
|
|
@@ -9168,7 +9168,7 @@
|
|
|
9168
9168
|
]
|
|
9169
9169
|
},
|
|
9170
9170
|
"800": {
|
|
9171
|
-
"value": "#
|
|
9171
|
+
"value": "#3a383f",
|
|
9172
9172
|
"$type": "color",
|
|
9173
9173
|
"themeable": true,
|
|
9174
9174
|
"prefix": false,
|
|
@@ -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",
|
|
@@ -9191,7 +9191,7 @@
|
|
|
9191
9191
|
]
|
|
9192
9192
|
},
|
|
9193
9193
|
"900": {
|
|
9194
|
-
"value": "#
|
|
9194
|
+
"value": "#28272d",
|
|
9195
9195
|
"$type": "color",
|
|
9196
9196
|
"themeable": true,
|
|
9197
9197
|
"prefix": false,
|
|
@@ -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",
|
|
@@ -9214,7 +9214,7 @@
|
|
|
9214
9214
|
]
|
|
9215
9215
|
},
|
|
9216
9216
|
"950": {
|
|
9217
|
-
"value": "#
|
|
9217
|
+
"value": "#18171d",
|
|
9218
9218
|
"$type": "color",
|
|
9219
9219
|
"themeable": true,
|
|
9220
9220
|
"prefix": false,
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -11289,7 +11289,7 @@
|
|
|
11289
11289
|
"scoped": {
|
|
11290
11290
|
"text": {
|
|
11291
11291
|
"color": {
|
|
11292
|
-
"value": "#
|
|
11292
|
+
"value": "#18171d",
|
|
11293
11293
|
"$type": "color",
|
|
11294
11294
|
"comment": "Used for the scoped label text color.",
|
|
11295
11295
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11316,7 +11316,7 @@
|
|
|
11316
11316
|
"background": {
|
|
11317
11317
|
"color": {
|
|
11318
11318
|
"hover": {
|
|
11319
|
-
"value": "#
|
|
11319
|
+
"value": "#18171d",
|
|
11320
11320
|
"$type": "color",
|
|
11321
11321
|
"comment": "Used for the scoped label remove button background in the hover state.",
|
|
11322
11322
|
"filePath": "src/tokens/contextual/label.tokens.json",
|
|
@@ -11345,7 +11345,7 @@
|
|
|
11345
11345
|
"icon": {
|
|
11346
11346
|
"color": {
|
|
11347
11347
|
"default": {
|
|
11348
|
-
"value": "#
|
|
11348
|
+
"value": "#18171d",
|
|
11349
11349
|
"$type": "color",
|
|
11350
11350
|
"comment": "Used for the scoped label remove button icon in the default state.",
|
|
11351
11351
|
"filePath": "src/tokens/contextual/label.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",
|
|
@@ -11526,7 +11526,7 @@
|
|
|
11526
11526
|
"segment": {
|
|
11527
11527
|
"color": {
|
|
11528
11528
|
"default": {
|
|
11529
|
-
"value": "#
|
|
11529
|
+
"value": "#4c4b51",
|
|
11530
11530
|
"$type": "color",
|
|
11531
11531
|
"comment": "Used for the animated segment of a loading spinner.",
|
|
11532
11532
|
"filePath": "src/tokens/contextual/spinner.tokens.json",
|
|
@@ -11602,7 +11602,7 @@
|
|
|
11602
11602
|
"sorting": {
|
|
11603
11603
|
"icon": {
|
|
11604
11604
|
"color": {
|
|
11605
|
-
"value": "#
|
|
11605
|
+
"value": "#18171d",
|
|
11606
11606
|
"$type": "color",
|
|
11607
11607
|
"comment": "Used for the color of the sorting icons in the column headers.",
|
|
11608
11608
|
"filePath": "src/tokens/contextual/table.tokens.json",
|
|
@@ -11798,7 +11798,7 @@
|
|
|
11798
11798
|
]
|
|
11799
11799
|
},
|
|
11800
11800
|
"focus": {
|
|
11801
|
-
"value": "#
|
|
11801
|
+
"value": "#28272d",
|
|
11802
11802
|
"$type": "color",
|
|
11803
11803
|
"comment": "Used for form control (input, radio button, checkbox, textarea) border on focus.",
|
|
11804
11804
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -12071,7 +12071,7 @@
|
|
|
12071
12071
|
"background": {
|
|
12072
12072
|
"color": {
|
|
12073
12073
|
"strong": {
|
|
12074
|
-
"value": "#
|
|
12074
|
+
"value": "#18171d",
|
|
12075
12075
|
"$type": "color",
|
|
12076
12076
|
"comment": "Used for a background associated with feedback like a tooltip or toast message.",
|
|
12077
12077
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -12487,7 +12487,7 @@
|
|
|
12487
12487
|
"icon": {
|
|
12488
12488
|
"color": {
|
|
12489
12489
|
"default": {
|
|
12490
|
-
"value": "#
|
|
12490
|
+
"value": "#4c4b51",
|
|
12491
12491
|
"$type": "color",
|
|
12492
12492
|
"comment": "Used for the default icon color. Can be paired with default text.",
|
|
12493
12493
|
"filePath": "src/tokens/icon.tokens.json",
|
|
@@ -12531,7 +12531,7 @@
|
|
|
12531
12531
|
]
|
|
12532
12532
|
},
|
|
12533
12533
|
"strong": {
|
|
12534
|
-
"value": "#
|
|
12534
|
+
"value": "#28272d",
|
|
12535
12535
|
"$type": "color",
|
|
12536
12536
|
"comment": "Used for an icon with the highest contrast.",
|
|
12537
12537
|
"filePath": "src/tokens/icon.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.16)",
|
|
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."
|
|
@@ -13033,7 +13033,7 @@
|
|
|
13033
13033
|
]
|
|
13034
13034
|
},
|
|
13035
13035
|
"hover": {
|
|
13036
|
-
"value": "#
|
|
13036
|
+
"value": "#4c4b51",
|
|
13037
13037
|
"$type": "color",
|
|
13038
13038
|
"comment": "Used for the text of a subtle neutral status item in the hover state.",
|
|
13039
13039
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13057,7 +13057,7 @@
|
|
|
13057
13057
|
]
|
|
13058
13058
|
},
|
|
13059
13059
|
"focus": {
|
|
13060
|
-
"value": "#
|
|
13060
|
+
"value": "#4c4b51",
|
|
13061
13061
|
"$type": "color",
|
|
13062
13062
|
"comment": "Used for the text of a subtle neutral status item in the focus state.",
|
|
13063
13063
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13081,7 +13081,7 @@
|
|
|
13081
13081
|
]
|
|
13082
13082
|
},
|
|
13083
13083
|
"active": {
|
|
13084
|
-
"value": "#
|
|
13084
|
+
"value": "#3a383f",
|
|
13085
13085
|
"$type": "color",
|
|
13086
13086
|
"comment": "Used for the text of a subtle neutral status item in the active state.",
|
|
13087
13087
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13181,7 +13181,7 @@
|
|
|
13181
13181
|
]
|
|
13182
13182
|
},
|
|
13183
13183
|
"active": {
|
|
13184
|
-
"value": "#
|
|
13184
|
+
"value": "#4c4b51",
|
|
13185
13185
|
"$type": "color",
|
|
13186
13186
|
"comment": "Used for the icon of a subtle neutral status item in the active state.",
|
|
13187
13187
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13291,7 +13291,7 @@
|
|
|
13291
13291
|
"text": {
|
|
13292
13292
|
"color": {
|
|
13293
13293
|
"default": {
|
|
13294
|
-
"value": "#
|
|
13294
|
+
"value": "#4c4b51",
|
|
13295
13295
|
"$type": "color",
|
|
13296
13296
|
"comment": "Used for the text of a neutral status item when static or the default state when linked.",
|
|
13297
13297
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13315,7 +13315,7 @@
|
|
|
13315
13315
|
]
|
|
13316
13316
|
},
|
|
13317
13317
|
"hover": {
|
|
13318
|
-
"value": "#
|
|
13318
|
+
"value": "#3a383f",
|
|
13319
13319
|
"$type": "color",
|
|
13320
13320
|
"comment": "Used for the text of a neutral status item in the hover state.",
|
|
13321
13321
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13339,7 +13339,7 @@
|
|
|
13339
13339
|
]
|
|
13340
13340
|
},
|
|
13341
13341
|
"focus": {
|
|
13342
|
-
"value": "#
|
|
13342
|
+
"value": "#3a383f",
|
|
13343
13343
|
"$type": "color",
|
|
13344
13344
|
"comment": "Used for the text of a neutral status item in the focus state.",
|
|
13345
13345
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13363,7 +13363,7 @@
|
|
|
13363
13363
|
]
|
|
13364
13364
|
},
|
|
13365
13365
|
"active": {
|
|
13366
|
-
"value": "#
|
|
13366
|
+
"value": "#28272d",
|
|
13367
13367
|
"$type": "color",
|
|
13368
13368
|
"comment": "Used for the text of a neutral status item in the active state.",
|
|
13369
13369
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -13463,7 +13463,7 @@
|
|
|
13463
13463
|
]
|
|
13464
13464
|
},
|
|
13465
13465
|
"active": {
|
|
13466
|
-
"value": "#
|
|
13466
|
+
"value": "#4c4b51",
|
|
13467
13467
|
"$type": "color",
|
|
13468
13468
|
"comment": "Used for the icon of a neutral status item in the active state.",
|
|
13469
13469
|
"filePath": "src/tokens/status.tokens.json",
|
|
@@ -14902,7 +14902,7 @@
|
|
|
14902
14902
|
},
|
|
14903
14903
|
"text": {
|
|
14904
14904
|
"primary": {
|
|
14905
|
-
"value": "#
|
|
14905
|
+
"value": "#28272d",
|
|
14906
14906
|
"$type": "color",
|
|
14907
14907
|
"comment": "Use text.color.default instead",
|
|
14908
14908
|
"deprecated": true,
|
|
@@ -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",
|
|
@@ -14972,7 +14972,7 @@
|
|
|
14972
14972
|
},
|
|
14973
14973
|
"color": {
|
|
14974
14974
|
"default": {
|
|
14975
|
-
"value": "#
|
|
14975
|
+
"value": "#3a383f",
|
|
14976
14976
|
"$type": "color",
|
|
14977
14977
|
"comment": "Used for the default text color.",
|
|
14978
14978
|
"filePath": "src/tokens/text.tokens.json",
|
|
@@ -15016,7 +15016,7 @@
|
|
|
15016
15016
|
]
|
|
15017
15017
|
},
|
|
15018
15018
|
"strong": {
|
|
15019
|
-
"value": "#
|
|
15019
|
+
"value": "#18171d",
|
|
15020
15020
|
"$type": "color",
|
|
15021
15021
|
"comment": "Used for text with the highest contrast.",
|
|
15022
15022
|
"filePath": "src/tokens/text.tokens.json",
|
|
@@ -15038,7 +15038,7 @@
|
|
|
15038
15038
|
]
|
|
15039
15039
|
},
|
|
15040
15040
|
"heading": {
|
|
15041
|
-
"value": "#
|
|
15041
|
+
"value": "#18171d",
|
|
15042
15042
|
"$type": "color",
|
|
15043
15043
|
"comment": "Used for headings level 1-6.",
|
|
15044
15044
|
"filePath": "src/tokens/text.tokens.json",
|