@gitlab/ui 128.0.0 → 128.2.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/dist/components/base/color_mode_toggle/color_mode_toggle.js +92 -0
- package/dist/components/base/form/form_checkbox/form_checkbox.js +0 -3
- package/dist/components/base/form/form_checkbox/form_checkbox_group.js +132 -3
- package/dist/components/index.js +1 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +127 -127
- package/dist/tokens/build/js/tokens.js +110 -110
- package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -3
- package/dist/vendor/bootstrap-vue/src/mixins/form-radio-check-group.js +1 -2
- package/package.json +4 -4
- package/src/components/base/color_mode_toggle/color_mode_toggle.vue +65 -0
- package/src/components/index.js +1 -0
- package/src/tokens/build/css/tokens.css +24 -24
- package/src/tokens/build/css/tokens.dark.css +26 -26
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +82 -82
- package/src/tokens/build/docs/tokens-tailwind-docs.json +81 -81
- package/src/tokens/build/figma/constants.tokens.json +2245 -226
- package/src/tokens/build/figma/contextual.tokens.json +753 -77
- package/src/tokens/build/figma/deprecated.tokens.json +4151 -420
- package/src/tokens/build/figma/semantic.tokens.json +171 -19
- package/src/tokens/build/js/tokens.dark.js +130 -127
- package/src/tokens/build/js/tokens.js +113 -110
- package/src/tokens/build/json/tokens.dark.json +161 -161
- package/src/tokens/build/json/tokens.json +142 -142
- package/src/tokens/build/scss/_tokens.dark.scss +26 -26
- package/src/tokens/build/scss/_tokens.scss +24 -24
- package/src/tokens/constant/color.alpha.tokens.json +135 -15
- package/src/tokens/constant/color.tokens.json +2110 -211
- package/src/tokens/contextual/avatar.tokens.json +54 -6
- package/src/tokens/contextual/button.tokens.json +90 -10
- package/src/tokens/contextual/chart.tokens.json +9 -1
- package/src/tokens/contextual/illustration.tokens.json +600 -60
- package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +1100 -110
- package/src/tokens/deprecated/deprecated.color.theme.tokens.json +1440 -144
- package/src/tokens/deprecated/deprecated.color.tokens.json +1490 -149
- package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +147 -43
- package/src/tokens/semantic/action.tokens.json +162 -18
- package/src/tokens/semantic/background.tokens.json +9 -1
- package/translations.js +2 -0
- package/dist/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox-group.js +0 -37
- package/dist/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox.js +0 -134
- package/dist/vendor/bootstrap-vue/src/components/form-checkbox/index.js +0 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"color": {
|
|
4
4
|
"transparent": {
|
|
5
5
|
"key": "{border.color.transparent}",
|
|
6
|
-
"$value": "
|
|
6
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
7
7
|
"$type": "color",
|
|
8
8
|
"$description": "Used when a border needs to be present, but not visibly perceived.",
|
|
9
9
|
"$extensions": {
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"alpha": {
|
|
457
457
|
"0": {
|
|
458
458
|
"key": "{color.alpha.0}",
|
|
459
|
-
"$value": "
|
|
459
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
460
460
|
"$type": "color",
|
|
461
461
|
"$extensions": {
|
|
462
462
|
"com.figma.scopes": []
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
465
465
|
"isSource": true,
|
|
466
466
|
"original": {
|
|
467
|
-
"$value": "
|
|
467
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
468
468
|
"$type": "color",
|
|
469
469
|
"$extensions": {
|
|
470
470
|
"com.figma.scopes": []
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
"dark": {
|
|
483
483
|
"2": {
|
|
484
484
|
"key": "{color.alpha.dark.2}",
|
|
485
|
-
"$value": "rgba(
|
|
485
|
+
"$value": "rgba(5, 5, 6, 0.02)",
|
|
486
486
|
"$type": "color",
|
|
487
487
|
"$extensions": {
|
|
488
488
|
"com.figma.scopes": []
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
491
491
|
"isSource": true,
|
|
492
492
|
"original": {
|
|
493
|
-
"$value": "rgba(
|
|
493
|
+
"$value": "rgba(5, 5, 6, 0.02)",
|
|
494
494
|
"$type": "color",
|
|
495
495
|
"$extensions": {
|
|
496
496
|
"com.figma.scopes": []
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
},
|
|
509
509
|
"4": {
|
|
510
510
|
"key": "{color.alpha.dark.4}",
|
|
511
|
-
"$value": "rgba(
|
|
511
|
+
"$value": "rgba(5, 5, 6, 0.04)",
|
|
512
512
|
"$type": "color",
|
|
513
513
|
"$extensions": {
|
|
514
514
|
"com.figma.scopes": []
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
517
517
|
"isSource": true,
|
|
518
518
|
"original": {
|
|
519
|
-
"$value": "rgba(
|
|
519
|
+
"$value": "rgba(5, 5, 6, 0.04)",
|
|
520
520
|
"$type": "color",
|
|
521
521
|
"$extensions": {
|
|
522
522
|
"com.figma.scopes": []
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
},
|
|
535
535
|
"6": {
|
|
536
536
|
"key": "{color.alpha.dark.6}",
|
|
537
|
-
"$value": "rgba(
|
|
537
|
+
"$value": "rgba(5, 5, 6, 0.06)",
|
|
538
538
|
"$type": "color",
|
|
539
539
|
"$extensions": {
|
|
540
540
|
"com.figma.scopes": []
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
543
543
|
"isSource": true,
|
|
544
544
|
"original": {
|
|
545
|
-
"$value": "rgba(
|
|
545
|
+
"$value": "rgba(5, 5, 6, 0.06)",
|
|
546
546
|
"$type": "color",
|
|
547
547
|
"$extensions": {
|
|
548
548
|
"com.figma.scopes": []
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
"8": {
|
|
562
562
|
"key": "{color.alpha.dark.8}",
|
|
563
|
-
"$value": "rgba(
|
|
563
|
+
"$value": "rgba(5, 5, 6, 0.08)",
|
|
564
564
|
"$type": "color",
|
|
565
565
|
"$extensions": {
|
|
566
566
|
"com.figma.scopes": []
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
569
569
|
"isSource": true,
|
|
570
570
|
"original": {
|
|
571
|
-
"$value": "rgba(
|
|
571
|
+
"$value": "rgba(5, 5, 6, 0.08)",
|
|
572
572
|
"$type": "color",
|
|
573
573
|
"$extensions": {
|
|
574
574
|
"com.figma.scopes": []
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
},
|
|
587
587
|
"16": {
|
|
588
588
|
"key": "{color.alpha.dark.16}",
|
|
589
|
-
"$value": "rgba(
|
|
589
|
+
"$value": "rgba(5, 5, 6, 0.16)",
|
|
590
590
|
"$type": "color",
|
|
591
591
|
"$extensions": {
|
|
592
592
|
"com.figma.scopes": []
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
595
595
|
"isSource": true,
|
|
596
596
|
"original": {
|
|
597
|
-
"$value": "rgba(
|
|
597
|
+
"$value": "rgba(5, 5, 6, 0.16)",
|
|
598
598
|
"$type": "color",
|
|
599
599
|
"$extensions": {
|
|
600
600
|
"com.figma.scopes": []
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
},
|
|
613
613
|
"24": {
|
|
614
614
|
"key": "{color.alpha.dark.24}",
|
|
615
|
-
"$value": "rgba(
|
|
615
|
+
"$value": "rgba(5, 5, 6, 0.24)",
|
|
616
616
|
"$type": "color",
|
|
617
617
|
"$extensions": {
|
|
618
618
|
"com.figma.scopes": []
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
621
621
|
"isSource": true,
|
|
622
622
|
"original": {
|
|
623
|
-
"$value": "rgba(
|
|
623
|
+
"$value": "rgba(5, 5, 6, 0.24)",
|
|
624
624
|
"$type": "color",
|
|
625
625
|
"$extensions": {
|
|
626
626
|
"com.figma.scopes": []
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
},
|
|
639
639
|
"40": {
|
|
640
640
|
"key": "{color.alpha.dark.40}",
|
|
641
|
-
"$value": "rgba(
|
|
641
|
+
"$value": "rgba(5, 5, 6, 0.4)",
|
|
642
642
|
"$type": "color",
|
|
643
643
|
"$extensions": {
|
|
644
644
|
"com.figma.scopes": []
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
647
647
|
"isSource": true,
|
|
648
648
|
"original": {
|
|
649
|
-
"$value": "rgba(
|
|
649
|
+
"$value": "rgba(5, 5, 6, 0.4)",
|
|
650
650
|
"$type": "color",
|
|
651
651
|
"$extensions": {
|
|
652
652
|
"com.figma.scopes": []
|
|
@@ -8710,14 +8710,14 @@
|
|
|
8710
8710
|
"key": "{shadow.sm}",
|
|
8711
8711
|
"$value": [
|
|
8712
8712
|
{
|
|
8713
|
-
"color": "rgba(
|
|
8713
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8714
8714
|
"offsetX": 0,
|
|
8715
8715
|
"offsetY": 0,
|
|
8716
8716
|
"blur": "2px",
|
|
8717
8717
|
"spread": 0
|
|
8718
8718
|
},
|
|
8719
8719
|
{
|
|
8720
|
-
"color": "rgba(
|
|
8720
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8721
8721
|
"offsetX": 0,
|
|
8722
8722
|
"offsetY": "1px",
|
|
8723
8723
|
"blur": "4px",
|
|
@@ -8766,21 +8766,21 @@
|
|
|
8766
8766
|
"key": "{shadow.md}",
|
|
8767
8767
|
"$value": [
|
|
8768
8768
|
{
|
|
8769
|
-
"color": "rgba(
|
|
8769
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8770
8770
|
"offsetX": 0,
|
|
8771
8771
|
"offsetY": 0,
|
|
8772
8772
|
"blur": "1px",
|
|
8773
8773
|
"spread": 0
|
|
8774
8774
|
},
|
|
8775
8775
|
{
|
|
8776
|
-
"color": "rgba(
|
|
8776
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8777
8777
|
"offsetX": 0,
|
|
8778
8778
|
"offsetY": 0,
|
|
8779
8779
|
"blur": "2px",
|
|
8780
8780
|
"spread": 0
|
|
8781
8781
|
},
|
|
8782
8782
|
{
|
|
8783
|
-
"color": "rgba(
|
|
8783
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8784
8784
|
"offsetX": 0,
|
|
8785
8785
|
"offsetY": "2px",
|
|
8786
8786
|
"blur": "8px",
|
|
@@ -8836,21 +8836,21 @@
|
|
|
8836
8836
|
"key": "{shadow.lg}",
|
|
8837
8837
|
"$value": [
|
|
8838
8838
|
{
|
|
8839
|
-
"color": "rgba(
|
|
8839
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8840
8840
|
"offsetX": 0,
|
|
8841
8841
|
"offsetY": 0,
|
|
8842
8842
|
"blur": "2px",
|
|
8843
8843
|
"spread": 0
|
|
8844
8844
|
},
|
|
8845
8845
|
{
|
|
8846
|
-
"color": "rgba(
|
|
8846
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8847
8847
|
"offsetX": 0,
|
|
8848
8848
|
"offsetY": 0,
|
|
8849
8849
|
"blur": "2px",
|
|
8850
8850
|
"spread": 0
|
|
8851
8851
|
},
|
|
8852
8852
|
{
|
|
8853
|
-
"color": "rgba(
|
|
8853
|
+
"color": "rgba(5, 5, 6, 0.4)",
|
|
8854
8854
|
"offsetX": 0,
|
|
8855
8855
|
"offsetY": "4px",
|
|
8856
8856
|
"blur": "12px",
|
|
@@ -8905,7 +8905,7 @@
|
|
|
8905
8905
|
"color": {
|
|
8906
8906
|
"default": {
|
|
8907
8907
|
"key": "{shadow.color.default}",
|
|
8908
|
-
"$value": "rgba(
|
|
8908
|
+
"$value": "rgba(5, 5, 6, 0.4)",
|
|
8909
8909
|
"$type": "color",
|
|
8910
8910
|
"$description": "Used for the default shadow color.",
|
|
8911
8911
|
"$extensions": {
|
|
@@ -10020,7 +10020,7 @@
|
|
|
10020
10020
|
"bottom": {
|
|
10021
10021
|
"color": {
|
|
10022
10022
|
"key": "{alert.neutral.border.bottom.color}",
|
|
10023
|
-
"$value": "
|
|
10023
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
10024
10024
|
"$type": "color",
|
|
10025
10025
|
"$description": "Used for the border bottom color of a neutral alert.",
|
|
10026
10026
|
"$extensions": {
|
|
@@ -10164,7 +10164,7 @@
|
|
|
10164
10164
|
"bottom": {
|
|
10165
10165
|
"color": {
|
|
10166
10166
|
"key": "{alert.info.border.bottom.color}",
|
|
10167
|
-
"$value": "
|
|
10167
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
10168
10168
|
"$type": "color",
|
|
10169
10169
|
"$description": "Used for the border bottom color of an info alert.",
|
|
10170
10170
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
@@ -10298,7 +10298,7 @@
|
|
|
10298
10298
|
"bottom": {
|
|
10299
10299
|
"color": {
|
|
10300
10300
|
"key": "{alert.success.border.bottom.color}",
|
|
10301
|
-
"$value": "
|
|
10301
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
10302
10302
|
"$type": "color",
|
|
10303
10303
|
"$description": "Used for the border bottom color of a success alert.",
|
|
10304
10304
|
"$extensions": {
|
|
@@ -10442,7 +10442,7 @@
|
|
|
10442
10442
|
"bottom": {
|
|
10443
10443
|
"color": {
|
|
10444
10444
|
"key": "{alert.warning.border.bottom.color}",
|
|
10445
|
-
"$value": "
|
|
10445
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
10446
10446
|
"$type": "color",
|
|
10447
10447
|
"$description": "Used for the border bottom color of a warning alert.",
|
|
10448
10448
|
"$extensions": {
|
|
@@ -10586,7 +10586,7 @@
|
|
|
10586
10586
|
"bottom": {
|
|
10587
10587
|
"color": {
|
|
10588
10588
|
"key": "{alert.danger.border.bottom.color}",
|
|
10589
|
-
"$value": "
|
|
10589
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
10590
10590
|
"$type": "color",
|
|
10591
10591
|
"$description": "Used for the border bottom color of a danger alert.",
|
|
10592
10592
|
"$extensions": {
|
|
@@ -10897,7 +10897,7 @@
|
|
|
10897
10897
|
"color": {
|
|
10898
10898
|
"red": {
|
|
10899
10899
|
"key": "{avatar.fallback.background.color.red}",
|
|
10900
|
-
"$value": "
|
|
10900
|
+
"$value": "rgba(252, 181, 170, 0.23921568627450981)",
|
|
10901
10901
|
"$type": "color",
|
|
10902
10902
|
"$description": "Red background for avatar fallback with no particular meaning.",
|
|
10903
10903
|
"$extensions": {
|
|
@@ -10909,7 +10909,7 @@
|
|
|
10909
10909
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
10910
10910
|
"isSource": true,
|
|
10911
10911
|
"original": {
|
|
10912
|
-
"$value": "
|
|
10912
|
+
"$value": "rgba(252, 181, 170, 0.23921568627450981)",
|
|
10913
10913
|
"$type": "color",
|
|
10914
10914
|
"$description": "Red background for avatar fallback with no particular meaning.",
|
|
10915
10915
|
"$extensions": {
|
|
@@ -10932,7 +10932,7 @@
|
|
|
10932
10932
|
},
|
|
10933
10933
|
"purple": {
|
|
10934
10934
|
"key": "{avatar.fallback.background.color.purple}",
|
|
10935
|
-
"$value": "
|
|
10935
|
+
"$value": "rgba(203, 187, 242, 0.23921568627450981)",
|
|
10936
10936
|
"$type": "color",
|
|
10937
10937
|
"$description": "Purple background for avatar fallback with no particular meaning.",
|
|
10938
10938
|
"$extensions": {
|
|
@@ -10944,7 +10944,7 @@
|
|
|
10944
10944
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
10945
10945
|
"isSource": true,
|
|
10946
10946
|
"original": {
|
|
10947
|
-
"$value": "
|
|
10947
|
+
"$value": "rgba(203, 187, 242, 0.23921568627450981)",
|
|
10948
10948
|
"$type": "color",
|
|
10949
10949
|
"$description": "Purple background for avatar fallback with no particular meaning.",
|
|
10950
10950
|
"$extensions": {
|
|
@@ -10967,7 +10967,7 @@
|
|
|
10967
10967
|
},
|
|
10968
10968
|
"blue": {
|
|
10969
10969
|
"key": "{avatar.fallback.background.color.blue}",
|
|
10970
|
-
"$value": "
|
|
10970
|
+
"$value": "rgba(157, 199, 241, 0.23921568627450981)",
|
|
10971
10971
|
"$type": "color",
|
|
10972
10972
|
"$description": "Blue background for avatar fallback with no particular meaning.",
|
|
10973
10973
|
"$extensions": {
|
|
@@ -10979,7 +10979,7 @@
|
|
|
10979
10979
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
10980
10980
|
"isSource": true,
|
|
10981
10981
|
"original": {
|
|
10982
|
-
"$value": "
|
|
10982
|
+
"$value": "rgba(157, 199, 241, 0.23921568627450981)",
|
|
10983
10983
|
"$type": "color",
|
|
10984
10984
|
"$description": "Blue background for avatar fallback with no particular meaning.",
|
|
10985
10985
|
"$extensions": {
|
|
@@ -11002,7 +11002,7 @@
|
|
|
11002
11002
|
},
|
|
11003
11003
|
"green": {
|
|
11004
11004
|
"key": "{avatar.fallback.background.color.green}",
|
|
11005
|
-
"$value": "
|
|
11005
|
+
"$value": "rgba(145, 212, 168, 0.23921568627450981)",
|
|
11006
11006
|
"$type": "color",
|
|
11007
11007
|
"$description": "Green background for avatar fallback with no particular meaning.",
|
|
11008
11008
|
"$extensions": {
|
|
@@ -11014,7 +11014,7 @@
|
|
|
11014
11014
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
11015
11015
|
"isSource": true,
|
|
11016
11016
|
"original": {
|
|
11017
|
-
"$value": "
|
|
11017
|
+
"$value": "rgba(145, 212, 168, 0.23921568627450981)",
|
|
11018
11018
|
"$type": "color",
|
|
11019
11019
|
"$description": "Green background for avatar fallback with no particular meaning.",
|
|
11020
11020
|
"$extensions": {
|
|
@@ -11037,7 +11037,7 @@
|
|
|
11037
11037
|
},
|
|
11038
11038
|
"orange": {
|
|
11039
11039
|
"key": "{avatar.fallback.background.color.orange}",
|
|
11040
|
-
"$value": "
|
|
11040
|
+
"$value": "rgba(233, 190, 116, 0.23921568627450981)",
|
|
11041
11041
|
"$type": "color",
|
|
11042
11042
|
"$description": "Orange background for avatar fallback with no particular meaning.",
|
|
11043
11043
|
"$extensions": {
|
|
@@ -11049,7 +11049,7 @@
|
|
|
11049
11049
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
11050
11050
|
"isSource": true,
|
|
11051
11051
|
"original": {
|
|
11052
|
-
"$value": "
|
|
11052
|
+
"$value": "rgba(233, 190, 116, 0.23921568627450981)",
|
|
11053
11053
|
"$type": "color",
|
|
11054
11054
|
"$description": "Orange background for avatar fallback with no particular meaning.",
|
|
11055
11055
|
"$extensions": {
|
|
@@ -11072,7 +11072,7 @@
|
|
|
11072
11072
|
},
|
|
11073
11073
|
"neutral": {
|
|
11074
11074
|
"key": "{avatar.fallback.background.color.neutral}",
|
|
11075
|
-
"$value": "
|
|
11075
|
+
"$value": "rgba(191, 191, 195, 0.23921568627450981)",
|
|
11076
11076
|
"$type": "color",
|
|
11077
11077
|
"$description": "Neutral background for avatar fallback with no particular meaning.",
|
|
11078
11078
|
"$extensions": {
|
|
@@ -11084,7 +11084,7 @@
|
|
|
11084
11084
|
"filePath": "src/tokens/contextual/avatar.tokens.json",
|
|
11085
11085
|
"isSource": true,
|
|
11086
11086
|
"original": {
|
|
11087
|
-
"$value": "
|
|
11087
|
+
"$value": "rgba(191, 191, 195, 0.23921568627450981)",
|
|
11088
11088
|
"$type": "color",
|
|
11089
11089
|
"$description": "Neutral background for avatar fallback with no particular meaning.",
|
|
11090
11090
|
"$extensions": {
|
|
@@ -11265,7 +11265,7 @@
|
|
|
11265
11265
|
"color": {
|
|
11266
11266
|
"default": {
|
|
11267
11267
|
"key": "{badge.muted.border.color.default}",
|
|
11268
|
-
"$value": "
|
|
11268
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11269
11269
|
"$type": "color",
|
|
11270
11270
|
"$description": "Used for the border of a muted badge when static or the default state when linked.",
|
|
11271
11271
|
"$extensions": {
|
|
@@ -11331,7 +11331,7 @@
|
|
|
11331
11331
|
},
|
|
11332
11332
|
"focus": {
|
|
11333
11333
|
"key": "{badge.muted.border.color.focus}",
|
|
11334
|
-
"$value": "
|
|
11334
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11335
11335
|
"$type": "color",
|
|
11336
11336
|
"$description": "Used for the border of a muted badge in the focus state.",
|
|
11337
11337
|
"$extensions": {
|
|
@@ -11364,7 +11364,7 @@
|
|
|
11364
11364
|
},
|
|
11365
11365
|
"active": {
|
|
11366
11366
|
"key": "{badge.muted.border.color.active}",
|
|
11367
|
-
"$value": "
|
|
11367
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11368
11368
|
"$type": "color",
|
|
11369
11369
|
"$description": "Used for the border of a muted badge in the active state.",
|
|
11370
11370
|
"$extensions": {
|
|
@@ -11831,7 +11831,7 @@
|
|
|
11831
11831
|
"color": {
|
|
11832
11832
|
"default": {
|
|
11833
11833
|
"key": "{badge.neutral.border.color.default}",
|
|
11834
|
-
"$value": "
|
|
11834
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11835
11835
|
"$type": "color",
|
|
11836
11836
|
"$description": "Used for the border of a neutral badge when static or the default state when linked.",
|
|
11837
11837
|
"$extensions": {
|
|
@@ -11897,7 +11897,7 @@
|
|
|
11897
11897
|
},
|
|
11898
11898
|
"focus": {
|
|
11899
11899
|
"key": "{badge.neutral.border.color.focus}",
|
|
11900
|
-
"$value": "
|
|
11900
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11901
11901
|
"$type": "color",
|
|
11902
11902
|
"$description": "Used for the border of a neutral badge in the focus state.",
|
|
11903
11903
|
"$extensions": {
|
|
@@ -11930,7 +11930,7 @@
|
|
|
11930
11930
|
},
|
|
11931
11931
|
"active": {
|
|
11932
11932
|
"key": "{badge.neutral.border.color.active}",
|
|
11933
|
-
"$value": "
|
|
11933
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
11934
11934
|
"$type": "color",
|
|
11935
11935
|
"$description": "Used for the border of a neutral badge in the active state.",
|
|
11936
11936
|
"$extensions": {
|
|
@@ -12393,7 +12393,7 @@
|
|
|
12393
12393
|
"color": {
|
|
12394
12394
|
"default": {
|
|
12395
12395
|
"key": "{badge.info.border.color.default}",
|
|
12396
|
-
"$value": "
|
|
12396
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
12397
12397
|
"$type": "color",
|
|
12398
12398
|
"$description": "Used for the border of an informational badge when static or the default state when linked.",
|
|
12399
12399
|
"$extensions": {
|
|
@@ -12459,7 +12459,7 @@
|
|
|
12459
12459
|
},
|
|
12460
12460
|
"focus": {
|
|
12461
12461
|
"key": "{badge.info.border.color.focus}",
|
|
12462
|
-
"$value": "
|
|
12462
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
12463
12463
|
"$type": "color",
|
|
12464
12464
|
"$description": "Used for the border of an informational badge in the focus state.",
|
|
12465
12465
|
"$extensions": {
|
|
@@ -12492,7 +12492,7 @@
|
|
|
12492
12492
|
},
|
|
12493
12493
|
"active": {
|
|
12494
12494
|
"key": "{badge.info.border.color.active}",
|
|
12495
|
-
"$value": "
|
|
12495
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
12496
12496
|
"$type": "color",
|
|
12497
12497
|
"$description": "Used for the border of an informational badge in the active state.",
|
|
12498
12498
|
"$extensions": {
|
|
@@ -12955,7 +12955,7 @@
|
|
|
12955
12955
|
"color": {
|
|
12956
12956
|
"default": {
|
|
12957
12957
|
"key": "{badge.success.border.color.default}",
|
|
12958
|
-
"$value": "
|
|
12958
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
12959
12959
|
"$type": "color",
|
|
12960
12960
|
"$description": "Used for the border of a success badge when static or the default state when linked.",
|
|
12961
12961
|
"$extensions": {
|
|
@@ -13021,7 +13021,7 @@
|
|
|
13021
13021
|
},
|
|
13022
13022
|
"focus": {
|
|
13023
13023
|
"key": "{badge.success.border.color.focus}",
|
|
13024
|
-
"$value": "
|
|
13024
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
13025
13025
|
"$type": "color",
|
|
13026
13026
|
"$description": "Used for the border of a success badge in the focus state.",
|
|
13027
13027
|
"$extensions": {
|
|
@@ -13054,7 +13054,7 @@
|
|
|
13054
13054
|
},
|
|
13055
13055
|
"active": {
|
|
13056
13056
|
"key": "{badge.success.border.color.active}",
|
|
13057
|
-
"$value": "
|
|
13057
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
13058
13058
|
"$type": "color",
|
|
13059
13059
|
"$description": "Used for the border of a success badge in the active state.",
|
|
13060
13060
|
"$extensions": {
|
|
@@ -13517,7 +13517,7 @@
|
|
|
13517
13517
|
"color": {
|
|
13518
13518
|
"default": {
|
|
13519
13519
|
"key": "{badge.warning.border.color.default}",
|
|
13520
|
-
"$value": "
|
|
13520
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
13521
13521
|
"$type": "color",
|
|
13522
13522
|
"$description": "Used for the border of a warning badge when static or the default state when linked.",
|
|
13523
13523
|
"$extensions": {
|
|
@@ -13583,7 +13583,7 @@
|
|
|
13583
13583
|
},
|
|
13584
13584
|
"focus": {
|
|
13585
13585
|
"key": "{badge.warning.border.color.focus}",
|
|
13586
|
-
"$value": "
|
|
13586
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
13587
13587
|
"$type": "color",
|
|
13588
13588
|
"$description": "Used for the border of a warning badge in the focus state.",
|
|
13589
13589
|
"$extensions": {
|
|
@@ -13616,7 +13616,7 @@
|
|
|
13616
13616
|
},
|
|
13617
13617
|
"active": {
|
|
13618
13618
|
"key": "{badge.warning.border.color.active}",
|
|
13619
|
-
"$value": "
|
|
13619
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
13620
13620
|
"$type": "color",
|
|
13621
13621
|
"$description": "Used for the border of a warning badge in the active state.",
|
|
13622
13622
|
"$extensions": {
|
|
@@ -14079,7 +14079,7 @@
|
|
|
14079
14079
|
"color": {
|
|
14080
14080
|
"default": {
|
|
14081
14081
|
"key": "{badge.danger.border.color.default}",
|
|
14082
|
-
"$value": "
|
|
14082
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14083
14083
|
"$type": "color",
|
|
14084
14084
|
"$description": "Used for the border of a danger badge when static or the default state when linked.",
|
|
14085
14085
|
"$extensions": {
|
|
@@ -14145,7 +14145,7 @@
|
|
|
14145
14145
|
},
|
|
14146
14146
|
"focus": {
|
|
14147
14147
|
"key": "{badge.danger.border.color.focus}",
|
|
14148
|
-
"$value": "
|
|
14148
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14149
14149
|
"$type": "color",
|
|
14150
14150
|
"$description": "Used for the border of a danger badge in the focus state.",
|
|
14151
14151
|
"$extensions": {
|
|
@@ -14178,7 +14178,7 @@
|
|
|
14178
14178
|
},
|
|
14179
14179
|
"active": {
|
|
14180
14180
|
"key": "{badge.danger.border.color.active}",
|
|
14181
|
-
"$value": "
|
|
14181
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14182
14182
|
"$type": "color",
|
|
14183
14183
|
"$description": "Used for the border of a danger badge in the active state.",
|
|
14184
14184
|
"$extensions": {
|
|
@@ -14641,7 +14641,7 @@
|
|
|
14641
14641
|
"color": {
|
|
14642
14642
|
"default": {
|
|
14643
14643
|
"key": "{badge.tier.border.color.default}",
|
|
14644
|
-
"$value": "
|
|
14644
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14645
14645
|
"$type": "color",
|
|
14646
14646
|
"$description": "Used for the border of a tier related badge when static or the default state when linked.",
|
|
14647
14647
|
"$extensions": {
|
|
@@ -14707,7 +14707,7 @@
|
|
|
14707
14707
|
},
|
|
14708
14708
|
"focus": {
|
|
14709
14709
|
"key": "{badge.tier.border.color.focus}",
|
|
14710
|
-
"$value": "
|
|
14710
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14711
14711
|
"$type": "color",
|
|
14712
14712
|
"$description": "Used for the border of a tier related badge in the focus state.",
|
|
14713
14713
|
"$extensions": {
|
|
@@ -14740,7 +14740,7 @@
|
|
|
14740
14740
|
},
|
|
14741
14741
|
"active": {
|
|
14742
14742
|
"key": "{badge.tier.border.color.active}",
|
|
14743
|
-
"$value": "
|
|
14743
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
14744
14744
|
"$type": "color",
|
|
14745
14745
|
"$description": "Used for the border of a tier related badge in the active state.",
|
|
14746
14746
|
"$extensions": {
|
|
@@ -16948,7 +16948,7 @@
|
|
|
16948
16948
|
"color": {
|
|
16949
16949
|
"default": {
|
|
16950
16950
|
"key": "{button.default.primary.border.color.default}",
|
|
16951
|
-
"$value": "
|
|
16951
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
16952
16952
|
"$type": "color",
|
|
16953
16953
|
"$description": "Used for the border of an default primary button in the default state.",
|
|
16954
16954
|
"$extensions": {
|
|
@@ -16982,7 +16982,7 @@
|
|
|
16982
16982
|
},
|
|
16983
16983
|
"hover": {
|
|
16984
16984
|
"key": "{button.default.primary.border.color.hover}",
|
|
16985
|
-
"$value": "
|
|
16985
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
16986
16986
|
"$type": "color",
|
|
16987
16987
|
"$description": "Used for the border of an default primary button in the hover state.",
|
|
16988
16988
|
"$extensions": {
|
|
@@ -17016,7 +17016,7 @@
|
|
|
17016
17016
|
},
|
|
17017
17017
|
"focus": {
|
|
17018
17018
|
"key": "{button.default.primary.border.color.focus}",
|
|
17019
|
-
"$value": "
|
|
17019
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17020
17020
|
"$type": "color",
|
|
17021
17021
|
"$description": "Used for the border of an default primary button in the focus state.",
|
|
17022
17022
|
"$extensions": {
|
|
@@ -17050,7 +17050,7 @@
|
|
|
17050
17050
|
},
|
|
17051
17051
|
"active": {
|
|
17052
17052
|
"key": "{button.default.primary.border.color.active}",
|
|
17053
|
-
"$value": "
|
|
17053
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17054
17054
|
"$type": "color",
|
|
17055
17055
|
"$description": "Used for the border of an default primary button in the active state.",
|
|
17056
17056
|
"$extensions": {
|
|
@@ -17238,7 +17238,7 @@
|
|
|
17238
17238
|
"color": {
|
|
17239
17239
|
"default": {
|
|
17240
17240
|
"key": "{button.default.tertiary.background.color.default}",
|
|
17241
|
-
"$value": "rgba(137, 136, 141, 0
|
|
17241
|
+
"$value": "rgba(137, 136, 141, 0)",
|
|
17242
17242
|
"$type": "color",
|
|
17243
17243
|
"$description": "Used for the background of a default borderless, tertiary button in the default state.",
|
|
17244
17244
|
"$extensions": {
|
|
@@ -17386,7 +17386,7 @@
|
|
|
17386
17386
|
"color": {
|
|
17387
17387
|
"default": {
|
|
17388
17388
|
"key": "{button.default.tertiary.border.color.default}",
|
|
17389
|
-
"$value": "
|
|
17389
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17390
17390
|
"$type": "color",
|
|
17391
17391
|
"$description": "Used for the border of a default borderless, tertiary button in the default state.",
|
|
17392
17392
|
"$extensions": {
|
|
@@ -17420,7 +17420,7 @@
|
|
|
17420
17420
|
},
|
|
17421
17421
|
"hover": {
|
|
17422
17422
|
"key": "{button.default.tertiary.border.color.hover}",
|
|
17423
|
-
"$value": "
|
|
17423
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17424
17424
|
"$type": "color",
|
|
17425
17425
|
"$description": "Used for the border of a default borderless, tertiary button in the hover state.",
|
|
17426
17426
|
"$extensions": {
|
|
@@ -17454,7 +17454,7 @@
|
|
|
17454
17454
|
},
|
|
17455
17455
|
"focus": {
|
|
17456
17456
|
"key": "{button.default.tertiary.border.color.focus}",
|
|
17457
|
-
"$value": "
|
|
17457
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17458
17458
|
"$type": "color",
|
|
17459
17459
|
"$description": "Used for the border of a default borderless, tertiary button in the focus state.",
|
|
17460
17460
|
"$extensions": {
|
|
@@ -17488,7 +17488,7 @@
|
|
|
17488
17488
|
},
|
|
17489
17489
|
"active": {
|
|
17490
17490
|
"key": "{button.default.tertiary.border.color.active}",
|
|
17491
|
-
"$value": "
|
|
17491
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17492
17492
|
"$type": "color",
|
|
17493
17493
|
"$description": "Used for the border of a default borderless, tertiary button in the active state.",
|
|
17494
17494
|
"$extensions": {
|
|
@@ -17826,7 +17826,7 @@
|
|
|
17826
17826
|
"color": {
|
|
17827
17827
|
"default": {
|
|
17828
17828
|
"key": "{button.confirm.primary.border.color.default}",
|
|
17829
|
-
"$value": "
|
|
17829
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17830
17830
|
"$type": "color",
|
|
17831
17831
|
"$description": "Used for the border of a confirm (positive) primary button in the default state.",
|
|
17832
17832
|
"$extensions": {
|
|
@@ -17860,7 +17860,7 @@
|
|
|
17860
17860
|
},
|
|
17861
17861
|
"hover": {
|
|
17862
17862
|
"key": "{button.confirm.primary.border.color.hover}",
|
|
17863
|
-
"$value": "
|
|
17863
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17864
17864
|
"$type": "color",
|
|
17865
17865
|
"$description": "Used for the border of a confirm (positive) primary button in the hover state.",
|
|
17866
17866
|
"$extensions": {
|
|
@@ -17894,7 +17894,7 @@
|
|
|
17894
17894
|
},
|
|
17895
17895
|
"focus": {
|
|
17896
17896
|
"key": "{button.confirm.primary.border.color.focus}",
|
|
17897
|
-
"$value": "
|
|
17897
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17898
17898
|
"$type": "color",
|
|
17899
17899
|
"$description": "Used for the border of a confirm (positive) primary button in the focus state.",
|
|
17900
17900
|
"$extensions": {
|
|
@@ -17928,7 +17928,7 @@
|
|
|
17928
17928
|
},
|
|
17929
17929
|
"active": {
|
|
17930
17930
|
"key": "{button.confirm.primary.border.color.active}",
|
|
17931
|
-
"$value": "
|
|
17931
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
17932
17932
|
"$type": "color",
|
|
17933
17933
|
"$description": "Used for the border of a confirm (positive) primary button in the active state.",
|
|
17934
17934
|
"$extensions": {
|
|
@@ -18264,7 +18264,7 @@
|
|
|
18264
18264
|
"color": {
|
|
18265
18265
|
"default": {
|
|
18266
18266
|
"key": "{button.confirm.secondary.border.color.default}",
|
|
18267
|
-
"$value": "
|
|
18267
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18268
18268
|
"$type": "color",
|
|
18269
18269
|
"$description": "Used for the border of an outlined confirm (positive) button in the default state.",
|
|
18270
18270
|
"$extensions": {
|
|
@@ -18298,7 +18298,7 @@
|
|
|
18298
18298
|
},
|
|
18299
18299
|
"hover": {
|
|
18300
18300
|
"key": "{button.confirm.secondary.border.color.hover}",
|
|
18301
|
-
"$value": "
|
|
18301
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18302
18302
|
"$type": "color",
|
|
18303
18303
|
"$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
|
|
18304
18304
|
"$extensions": {
|
|
@@ -18332,7 +18332,7 @@
|
|
|
18332
18332
|
},
|
|
18333
18333
|
"focus": {
|
|
18334
18334
|
"key": "{button.confirm.secondary.border.color.focus}",
|
|
18335
|
-
"$value": "
|
|
18335
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18336
18336
|
"$type": "color",
|
|
18337
18337
|
"$description": "Used for the border of an outlined confirm (positive) button in the focus state.",
|
|
18338
18338
|
"$extensions": {
|
|
@@ -18366,7 +18366,7 @@
|
|
|
18366
18366
|
},
|
|
18367
18367
|
"active": {
|
|
18368
18368
|
"key": "{button.confirm.secondary.border.color.active}",
|
|
18369
|
-
"$value": "
|
|
18369
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18370
18370
|
"$type": "color",
|
|
18371
18371
|
"$description": "Used for the border of an outlined confirm (positive) button in the active state.",
|
|
18372
18372
|
"$extensions": {
|
|
@@ -18554,7 +18554,7 @@
|
|
|
18554
18554
|
"color": {
|
|
18555
18555
|
"default": {
|
|
18556
18556
|
"key": "{button.confirm.tertiary.background.color.default}",
|
|
18557
|
-
"$value": "rgba(66, 143, 220, 0
|
|
18557
|
+
"$value": "rgba(66, 143, 220, 0)",
|
|
18558
18558
|
"$type": "color",
|
|
18559
18559
|
"$description": "Used for the background of a borderless, tertiary confirm (positive) button in the default state.",
|
|
18560
18560
|
"$extensions": {
|
|
@@ -18702,7 +18702,7 @@
|
|
|
18702
18702
|
"color": {
|
|
18703
18703
|
"default": {
|
|
18704
18704
|
"key": "{button.confirm.tertiary.border.color.default}",
|
|
18705
|
-
"$value": "
|
|
18705
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18706
18706
|
"$type": "color",
|
|
18707
18707
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the default state.",
|
|
18708
18708
|
"$extensions": {
|
|
@@ -18736,7 +18736,7 @@
|
|
|
18736
18736
|
},
|
|
18737
18737
|
"hover": {
|
|
18738
18738
|
"key": "{button.confirm.tertiary.border.color.hover}",
|
|
18739
|
-
"$value": "
|
|
18739
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18740
18740
|
"$type": "color",
|
|
18741
18741
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the hover state.",
|
|
18742
18742
|
"$extensions": {
|
|
@@ -18770,7 +18770,7 @@
|
|
|
18770
18770
|
},
|
|
18771
18771
|
"focus": {
|
|
18772
18772
|
"key": "{button.confirm.tertiary.border.color.focus}",
|
|
18773
|
-
"$value": "
|
|
18773
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18774
18774
|
"$type": "color",
|
|
18775
18775
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the focus state.",
|
|
18776
18776
|
"$extensions": {
|
|
@@ -18804,7 +18804,7 @@
|
|
|
18804
18804
|
},
|
|
18805
18805
|
"active": {
|
|
18806
18806
|
"key": "{button.confirm.tertiary.border.color.active}",
|
|
18807
|
-
"$value": "
|
|
18807
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
18808
18808
|
"$type": "color",
|
|
18809
18809
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the active state.",
|
|
18810
18810
|
"$extensions": {
|
|
@@ -19142,7 +19142,7 @@
|
|
|
19142
19142
|
"color": {
|
|
19143
19143
|
"default": {
|
|
19144
19144
|
"key": "{button.danger.primary.border.color.default}",
|
|
19145
|
-
"$value": "
|
|
19145
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19146
19146
|
"$type": "color",
|
|
19147
19147
|
"$description": "Used for the border of a danger (destructive) primary button in the default state.",
|
|
19148
19148
|
"$extensions": {
|
|
@@ -19176,7 +19176,7 @@
|
|
|
19176
19176
|
},
|
|
19177
19177
|
"hover": {
|
|
19178
19178
|
"key": "{button.danger.primary.border.color.hover}",
|
|
19179
|
-
"$value": "
|
|
19179
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19180
19180
|
"$type": "color",
|
|
19181
19181
|
"$description": "Used for the border of a danger (destructive) primary button in the hover state.",
|
|
19182
19182
|
"$extensions": {
|
|
@@ -19210,7 +19210,7 @@
|
|
|
19210
19210
|
},
|
|
19211
19211
|
"focus": {
|
|
19212
19212
|
"key": "{button.danger.primary.border.color.focus}",
|
|
19213
|
-
"$value": "
|
|
19213
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19214
19214
|
"$type": "color",
|
|
19215
19215
|
"$description": "Used for the border of a danger (destructive) primary button in the focus state.",
|
|
19216
19216
|
"$extensions": {
|
|
@@ -19244,7 +19244,7 @@
|
|
|
19244
19244
|
},
|
|
19245
19245
|
"active": {
|
|
19246
19246
|
"key": "{button.danger.primary.border.color.active}",
|
|
19247
|
-
"$value": "
|
|
19247
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19248
19248
|
"$type": "color",
|
|
19249
19249
|
"$description": "Used for the border of a danger (destructive) primary button in the active state.",
|
|
19250
19250
|
"$extensions": {
|
|
@@ -19432,7 +19432,7 @@
|
|
|
19432
19432
|
"color": {
|
|
19433
19433
|
"default": {
|
|
19434
19434
|
"key": "{button.danger.secondary.background.color.default}",
|
|
19435
|
-
"$value": "rgba(236, 89, 65, 0.
|
|
19435
|
+
"$value": "rgba(236, 89, 65, 0.4)",
|
|
19436
19436
|
"$type": "color",
|
|
19437
19437
|
"$description": "Used for the background of an outlined danger (destructive) button in the default state.",
|
|
19438
19438
|
"$extensions": {
|
|
@@ -19444,7 +19444,7 @@
|
|
|
19444
19444
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
19445
19445
|
"isSource": true,
|
|
19446
19446
|
"original": {
|
|
19447
|
-
"$value": "rgba(236, 89, 65, 0.
|
|
19447
|
+
"$value": "rgba(236, 89, 65, 0.4)",
|
|
19448
19448
|
"$type": "color",
|
|
19449
19449
|
"$description": "Used for the background of an outlined danger (destructive) button in the default state.",
|
|
19450
19450
|
"$extensions": {
|
|
@@ -19580,7 +19580,7 @@
|
|
|
19580
19580
|
"color": {
|
|
19581
19581
|
"default": {
|
|
19582
19582
|
"key": "{button.danger.secondary.border.color.default}",
|
|
19583
|
-
"$value": "
|
|
19583
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19584
19584
|
"$type": "color",
|
|
19585
19585
|
"$description": "Used for the border of an outlined danger (destructive) button in the default state.",
|
|
19586
19586
|
"$extensions": {
|
|
@@ -19614,7 +19614,7 @@
|
|
|
19614
19614
|
},
|
|
19615
19615
|
"hover": {
|
|
19616
19616
|
"key": "{button.danger.secondary.border.color.hover}",
|
|
19617
|
-
"$value": "
|
|
19617
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19618
19618
|
"$type": "color",
|
|
19619
19619
|
"$description": "Used for the border of an outlined danger (destructive) button in the hover state.",
|
|
19620
19620
|
"$extensions": {
|
|
@@ -19648,7 +19648,7 @@
|
|
|
19648
19648
|
},
|
|
19649
19649
|
"focus": {
|
|
19650
19650
|
"key": "{button.danger.secondary.border.color.focus}",
|
|
19651
|
-
"$value": "
|
|
19651
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19652
19652
|
"$type": "color",
|
|
19653
19653
|
"$description": "Used for the border of an outlined danger (destructive) button in the focus state.",
|
|
19654
19654
|
"$extensions": {
|
|
@@ -19682,7 +19682,7 @@
|
|
|
19682
19682
|
},
|
|
19683
19683
|
"active": {
|
|
19684
19684
|
"key": "{button.danger.secondary.border.color.active}",
|
|
19685
|
-
"$value": "
|
|
19685
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
19686
19686
|
"$type": "color",
|
|
19687
19687
|
"$description": "Used for the border of an outlined danger (destructive) button in the active state.",
|
|
19688
19688
|
"$extensions": {
|
|
@@ -19870,7 +19870,7 @@
|
|
|
19870
19870
|
"color": {
|
|
19871
19871
|
"default": {
|
|
19872
19872
|
"key": "{button.danger.tertiary.background.color.default}",
|
|
19873
|
-
"$value": "rgba(236, 89, 65, 0
|
|
19873
|
+
"$value": "rgba(236, 89, 65, 0)",
|
|
19874
19874
|
"$type": "color",
|
|
19875
19875
|
"$description": "Used for the background of a borderless, tertiary danger (destructive) button in the default state.",
|
|
19876
19876
|
"$extensions": {
|
|
@@ -20018,7 +20018,7 @@
|
|
|
20018
20018
|
"color": {
|
|
20019
20019
|
"default": {
|
|
20020
20020
|
"key": "{button.danger.tertiary.border.color.default}",
|
|
20021
|
-
"$value": "
|
|
20021
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20022
20022
|
"$type": "color",
|
|
20023
20023
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the default state.",
|
|
20024
20024
|
"$extensions": {
|
|
@@ -20052,7 +20052,7 @@
|
|
|
20052
20052
|
},
|
|
20053
20053
|
"hover": {
|
|
20054
20054
|
"key": "{button.danger.tertiary.border.color.hover}",
|
|
20055
|
-
"$value": "
|
|
20055
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20056
20056
|
"$type": "color",
|
|
20057
20057
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
20058
20058
|
"$extensions": {
|
|
@@ -20086,7 +20086,7 @@
|
|
|
20086
20086
|
},
|
|
20087
20087
|
"focus": {
|
|
20088
20088
|
"key": "{button.danger.tertiary.border.color.focus}",
|
|
20089
|
-
"$value": "
|
|
20089
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20090
20090
|
"$type": "color",
|
|
20091
20091
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
20092
20092
|
"$extensions": {
|
|
@@ -20120,7 +20120,7 @@
|
|
|
20120
20120
|
},
|
|
20121
20121
|
"active": {
|
|
20122
20122
|
"key": "{button.danger.tertiary.border.color.active}",
|
|
20123
|
-
"$value": "
|
|
20123
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20124
20124
|
"$type": "color",
|
|
20125
20125
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the active state.",
|
|
20126
20126
|
"$extensions": {
|
|
@@ -20775,7 +20775,7 @@
|
|
|
20775
20775
|
"color": {
|
|
20776
20776
|
"default": {
|
|
20777
20777
|
"key": "{button.selected.border.color.default}",
|
|
20778
|
-
"$value": "
|
|
20778
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20779
20779
|
"$type": "color",
|
|
20780
20780
|
"$description": "Used for the border of a selected button in the default state.",
|
|
20781
20781
|
"$extensions": {
|
|
@@ -20808,7 +20808,7 @@
|
|
|
20808
20808
|
},
|
|
20809
20809
|
"hover": {
|
|
20810
20810
|
"key": "{button.selected.border.color.hover}",
|
|
20811
|
-
"$value": "
|
|
20811
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20812
20812
|
"$type": "color",
|
|
20813
20813
|
"$description": "Used for the border of a selected button in the hover state.",
|
|
20814
20814
|
"$extensions": {
|
|
@@ -20841,7 +20841,7 @@
|
|
|
20841
20841
|
},
|
|
20842
20842
|
"focus": {
|
|
20843
20843
|
"key": "{button.selected.border.color.focus}",
|
|
20844
|
-
"$value": "
|
|
20844
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20845
20845
|
"$type": "color",
|
|
20846
20846
|
"$description": "Used for the border of a selected button in the focus state.",
|
|
20847
20847
|
"$extensions": {
|
|
@@ -20874,7 +20874,7 @@
|
|
|
20874
20874
|
},
|
|
20875
20875
|
"active": {
|
|
20876
20876
|
"key": "{button.selected.border.color.active}",
|
|
20877
|
-
"$value": "
|
|
20877
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20878
20878
|
"$type": "color",
|
|
20879
20879
|
"$description": "Used for the border of a selected button in the active state.",
|
|
20880
20880
|
"$extensions": {
|
|
@@ -20984,7 +20984,7 @@
|
|
|
20984
20984
|
"border": {
|
|
20985
20985
|
"color": {
|
|
20986
20986
|
"key": "{button.disabled.border.color}",
|
|
20987
|
-
"$value": "
|
|
20987
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
20988
20988
|
"$type": "color",
|
|
20989
20989
|
"$description": "Used for the border of a disabled button.",
|
|
20990
20990
|
"$extensions": {
|
|
@@ -21199,7 +21199,7 @@
|
|
|
21199
21199
|
"area": {
|
|
21200
21200
|
"color": {
|
|
21201
21201
|
"key": "{chart.threshold.area.color}",
|
|
21202
|
-
"$value": "rgba(221,43,14,0.1)",
|
|
21202
|
+
"$value": "rgba(221, 43, 14, 0.1)",
|
|
21203
21203
|
"$type": "color",
|
|
21204
21204
|
"$description": "Used in charts to delineate a threshold area in a chart.",
|
|
21205
21205
|
"$extensions": {
|
|
@@ -21210,7 +21210,7 @@
|
|
|
21210
21210
|
"filePath": "src/tokens/contextual/chart.tokens.json",
|
|
21211
21211
|
"isSource": true,
|
|
21212
21212
|
"original": {
|
|
21213
|
-
"$value": "rgba(221,43,14,0.1)",
|
|
21213
|
+
"$value": "rgba(221, 43, 14, 0.1)",
|
|
21214
21214
|
"$type": "color",
|
|
21215
21215
|
"$description": "Used in charts to delineate a threshold area in a chart.",
|
|
21216
21216
|
"$extensions": {
|
|
@@ -21911,7 +21911,7 @@
|
|
|
21911
21911
|
"unselected": {
|
|
21912
21912
|
"default": {
|
|
21913
21913
|
"key": "{dropdown.option.background.color.unselected.default}",
|
|
21914
|
-
"$value": "rgba(137, 136, 141, 0
|
|
21914
|
+
"$value": "rgba(137, 136, 141, 0)",
|
|
21915
21915
|
"$type": "color",
|
|
21916
21916
|
"$description": "Used for the background of an unselected dropdown option in the default state.",
|
|
21917
21917
|
"$extensions": {
|
|
@@ -22207,7 +22207,7 @@
|
|
|
22207
22207
|
"background": {
|
|
22208
22208
|
"color": {
|
|
22209
22209
|
"key": "{dropdown.search.background.color}",
|
|
22210
|
-
"$value": "rgba(
|
|
22210
|
+
"$value": "rgba(5, 5, 6, 0.16)",
|
|
22211
22211
|
"$type": "color",
|
|
22212
22212
|
"$description": "Used for the background of a search input in a dropdown listbox.",
|
|
22213
22213
|
"$extensions": {
|
|
@@ -23700,7 +23700,7 @@
|
|
|
23700
23700
|
"color": {
|
|
23701
23701
|
"default": {
|
|
23702
23702
|
"key": "{label.light.button.background.color.default}",
|
|
23703
|
-
"$value": "
|
|
23703
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
23704
23704
|
"$type": "color",
|
|
23705
23705
|
"$description": "Used for the label remove button background on a light background color in the default state.",
|
|
23706
23706
|
"$extensions": {
|
|
@@ -23854,7 +23854,7 @@
|
|
|
23854
23854
|
"color": {
|
|
23855
23855
|
"default": {
|
|
23856
23856
|
"key": "{label.dark.button.background.color.default}",
|
|
23857
|
-
"$value": "
|
|
23857
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
23858
23858
|
"$type": "color",
|
|
23859
23859
|
"$description": "Used for the label remove button background on a dark background color in the default state.",
|
|
23860
23860
|
"$extensions": {
|
|
@@ -31697,7 +31697,7 @@
|
|
|
31697
31697
|
"t-gray-a": {
|
|
31698
31698
|
"16": {
|
|
31699
31699
|
"key": "{t-gray-a.16}",
|
|
31700
|
-
"$value": "rgba(
|
|
31700
|
+
"$value": "rgba(5, 5, 6, 0.16)",
|
|
31701
31701
|
"$type": "color",
|
|
31702
31702
|
"$extensions": {
|
|
31703
31703
|
"com.figma.scopes": []
|
|
@@ -31709,7 +31709,7 @@
|
|
|
31709
31709
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31710
31710
|
"isSource": true,
|
|
31711
31711
|
"original": {
|
|
31712
|
-
"$value": "rgba(
|
|
31712
|
+
"$value": "rgba(5, 5, 6, 0.16)",
|
|
31713
31713
|
"$type": "color",
|
|
31714
31714
|
"$extensions": {
|
|
31715
31715
|
"com.figma.scopes": []
|
|
@@ -31729,7 +31729,7 @@
|
|
|
31729
31729
|
},
|
|
31730
31730
|
"24": {
|
|
31731
31731
|
"key": "{t-gray-a.24}",
|
|
31732
|
-
"$value": "rgba(
|
|
31732
|
+
"$value": "rgba(5, 5, 6, 0.24)",
|
|
31733
31733
|
"$type": "color",
|
|
31734
31734
|
"$extensions": {
|
|
31735
31735
|
"com.figma.scopes": []
|
|
@@ -31741,7 +31741,7 @@
|
|
|
31741
31741
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31742
31742
|
"isSource": true,
|
|
31743
31743
|
"original": {
|
|
31744
|
-
"$value": "rgba(
|
|
31744
|
+
"$value": "rgba(5, 5, 6, 0.24)",
|
|
31745
31745
|
"$type": "color",
|
|
31746
31746
|
"$extensions": {
|
|
31747
31747
|
"com.figma.scopes": []
|
|
@@ -31761,7 +31761,7 @@
|
|
|
31761
31761
|
},
|
|
31762
31762
|
"02": {
|
|
31763
31763
|
"key": "{t-gray-a.02}",
|
|
31764
|
-
"$value": "rgba(
|
|
31764
|
+
"$value": "rgba(5, 5, 6, 0.02)",
|
|
31765
31765
|
"$type": "color",
|
|
31766
31766
|
"$extensions": {
|
|
31767
31767
|
"com.figma.scopes": []
|
|
@@ -31773,7 +31773,7 @@
|
|
|
31773
31773
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31774
31774
|
"isSource": true,
|
|
31775
31775
|
"original": {
|
|
31776
|
-
"$value": "rgba(
|
|
31776
|
+
"$value": "rgba(5, 5, 6, 0.02)",
|
|
31777
31777
|
"$type": "color",
|
|
31778
31778
|
"$extensions": {
|
|
31779
31779
|
"com.figma.scopes": []
|
|
@@ -31793,7 +31793,7 @@
|
|
|
31793
31793
|
},
|
|
31794
31794
|
"04": {
|
|
31795
31795
|
"key": "{t-gray-a.04}",
|
|
31796
|
-
"$value": "rgba(
|
|
31796
|
+
"$value": "rgba(5, 5, 6, 0.04)",
|
|
31797
31797
|
"$type": "color",
|
|
31798
31798
|
"$extensions": {
|
|
31799
31799
|
"com.figma.scopes": []
|
|
@@ -31805,7 +31805,7 @@
|
|
|
31805
31805
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31806
31806
|
"isSource": true,
|
|
31807
31807
|
"original": {
|
|
31808
|
-
"$value": "rgba(
|
|
31808
|
+
"$value": "rgba(5, 5, 6, 0.04)",
|
|
31809
31809
|
"$type": "color",
|
|
31810
31810
|
"$extensions": {
|
|
31811
31811
|
"com.figma.scopes": []
|
|
@@ -31825,7 +31825,7 @@
|
|
|
31825
31825
|
},
|
|
31826
31826
|
"06": {
|
|
31827
31827
|
"key": "{t-gray-a.06}",
|
|
31828
|
-
"$value": "rgba(
|
|
31828
|
+
"$value": "rgba(5, 5, 6, 0.06)",
|
|
31829
31829
|
"$type": "color",
|
|
31830
31830
|
"$extensions": {
|
|
31831
31831
|
"com.figma.scopes": []
|
|
@@ -31837,7 +31837,7 @@
|
|
|
31837
31837
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31838
31838
|
"isSource": true,
|
|
31839
31839
|
"original": {
|
|
31840
|
-
"$value": "rgba(
|
|
31840
|
+
"$value": "rgba(5, 5, 6, 0.06)",
|
|
31841
31841
|
"$type": "color",
|
|
31842
31842
|
"$extensions": {
|
|
31843
31843
|
"com.figma.scopes": []
|
|
@@ -31857,7 +31857,7 @@
|
|
|
31857
31857
|
},
|
|
31858
31858
|
"08": {
|
|
31859
31859
|
"key": "{t-gray-a.08}",
|
|
31860
|
-
"$value": "rgba(
|
|
31860
|
+
"$value": "rgba(5, 5, 6, 0.08)",
|
|
31861
31861
|
"$type": "color",
|
|
31862
31862
|
"$extensions": {
|
|
31863
31863
|
"com.figma.scopes": []
|
|
@@ -31869,7 +31869,7 @@
|
|
|
31869
31869
|
"filePath": "src/tokens/deprecated/deprecated.color.transparency.tokens.json",
|
|
31870
31870
|
"isSource": true,
|
|
31871
31871
|
"original": {
|
|
31872
|
-
"$value": "rgba(
|
|
31872
|
+
"$value": "rgba(5, 5, 6, 0.08)",
|
|
31873
31873
|
"$type": "color",
|
|
31874
31874
|
"$extensions": {
|
|
31875
31875
|
"com.figma.scopes": []
|
|
@@ -31990,7 +31990,7 @@
|
|
|
31990
31990
|
"$value": "rgba(255, 255, 255, 0.02)",
|
|
31991
31991
|
"$type": "color",
|
|
31992
31992
|
"$extensions": {
|
|
31993
|
-
"com.figma.
|
|
31993
|
+
"com.figma.scope": []
|
|
31994
31994
|
},
|
|
31995
31995
|
"$description": "Use color.alpha.light.2 instead.",
|
|
31996
31996
|
"themeable": true,
|
|
@@ -32002,7 +32002,7 @@
|
|
|
32002
32002
|
"$value": "rgba(255, 255, 255, 0.02)",
|
|
32003
32003
|
"$type": "color",
|
|
32004
32004
|
"$extensions": {
|
|
32005
|
-
"com.figma.
|
|
32005
|
+
"com.figma.scope": []
|
|
32006
32006
|
},
|
|
32007
32007
|
"$description": "Use color.alpha.light.2 instead.",
|
|
32008
32008
|
"themeable": true,
|
|
@@ -32022,7 +32022,7 @@
|
|
|
32022
32022
|
"$value": "rgba(255, 255, 255, 0.04)",
|
|
32023
32023
|
"$type": "color",
|
|
32024
32024
|
"$extensions": {
|
|
32025
|
-
"com.figma.
|
|
32025
|
+
"com.figma.scope": []
|
|
32026
32026
|
},
|
|
32027
32027
|
"$description": "Use color.alpha.light.4 instead.",
|
|
32028
32028
|
"themeable": true,
|
|
@@ -32034,7 +32034,7 @@
|
|
|
32034
32034
|
"$value": "rgba(255, 255, 255, 0.04)",
|
|
32035
32035
|
"$type": "color",
|
|
32036
32036
|
"$extensions": {
|
|
32037
|
-
"com.figma.
|
|
32037
|
+
"com.figma.scope": []
|
|
32038
32038
|
},
|
|
32039
32039
|
"$description": "Use color.alpha.light.4 instead.",
|
|
32040
32040
|
"themeable": true,
|
|
@@ -32054,7 +32054,7 @@
|
|
|
32054
32054
|
"$value": "rgba(255, 255, 255, 0.06)",
|
|
32055
32055
|
"$type": "color",
|
|
32056
32056
|
"$extensions": {
|
|
32057
|
-
"com.figma.
|
|
32057
|
+
"com.figma.scope": []
|
|
32058
32058
|
},
|
|
32059
32059
|
"$description": "Use color.alpha.light.6 instead.",
|
|
32060
32060
|
"themeable": true,
|
|
@@ -32066,7 +32066,7 @@
|
|
|
32066
32066
|
"$value": "rgba(255, 255, 255, 0.06)",
|
|
32067
32067
|
"$type": "color",
|
|
32068
32068
|
"$extensions": {
|
|
32069
|
-
"com.figma.
|
|
32069
|
+
"com.figma.scope": []
|
|
32070
32070
|
},
|
|
32071
32071
|
"$description": "Use color.alpha.light.6 instead.",
|
|
32072
32072
|
"themeable": true,
|
|
@@ -32086,7 +32086,7 @@
|
|
|
32086
32086
|
"$value": "rgba(255, 255, 255, 0.08)",
|
|
32087
32087
|
"$type": "color",
|
|
32088
32088
|
"$extensions": {
|
|
32089
|
-
"com.figma.
|
|
32089
|
+
"com.figma.scope": []
|
|
32090
32090
|
},
|
|
32091
32091
|
"$description": "Use color.alpha.light.8 instead.",
|
|
32092
32092
|
"themeable": true,
|
|
@@ -32098,7 +32098,7 @@
|
|
|
32098
32098
|
"$value": "rgba(255, 255, 255, 0.08)",
|
|
32099
32099
|
"$type": "color",
|
|
32100
32100
|
"$extensions": {
|
|
32101
|
-
"com.figma.
|
|
32101
|
+
"com.figma.scope": []
|
|
32102
32102
|
},
|
|
32103
32103
|
"$description": "Use color.alpha.light.8 instead.",
|
|
32104
32104
|
"themeable": true,
|
|
@@ -32831,7 +32831,7 @@
|
|
|
32831
32831
|
"color": {
|
|
32832
32832
|
"default": {
|
|
32833
32833
|
"key": "{action.neutral.background.color.default}",
|
|
32834
|
-
"$value": "rgba(137, 136, 141, 0
|
|
32834
|
+
"$value": "rgba(137, 136, 141, 0)",
|
|
32835
32835
|
"$type": "color",
|
|
32836
32836
|
"$description": "Used for the background of a neutral action in the default state.",
|
|
32837
32837
|
"$extensions": {
|
|
@@ -32843,7 +32843,7 @@
|
|
|
32843
32843
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
32844
32844
|
"isSource": true,
|
|
32845
32845
|
"original": {
|
|
32846
|
-
"$value": "rgba(137, 136, 141, 0
|
|
32846
|
+
"$value": "rgba(137, 136, 141, 0)",
|
|
32847
32847
|
"$type": "color",
|
|
32848
32848
|
"$description": "Used for the background of a neutral action in the default state.",
|
|
32849
32849
|
"$extensions": {
|
|
@@ -32975,7 +32975,7 @@
|
|
|
32975
32975
|
"color": {
|
|
32976
32976
|
"default": {
|
|
32977
32977
|
"key": "{action.neutral.border.color.default}",
|
|
32978
|
-
"$value": "
|
|
32978
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
32979
32979
|
"$type": "color",
|
|
32980
32980
|
"$description": "Used for the border of a neutral action in the default state.",
|
|
32981
32981
|
"$extensions": {
|
|
@@ -33008,7 +33008,7 @@
|
|
|
33008
33008
|
},
|
|
33009
33009
|
"hover": {
|
|
33010
33010
|
"key": "{action.neutral.border.color.hover}",
|
|
33011
|
-
"$value": "
|
|
33011
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33012
33012
|
"$type": "color",
|
|
33013
33013
|
"$description": "Used for the border of a neutral action in the hover state.",
|
|
33014
33014
|
"$extensions": {
|
|
@@ -33041,7 +33041,7 @@
|
|
|
33041
33041
|
},
|
|
33042
33042
|
"focus": {
|
|
33043
33043
|
"key": "{action.neutral.border.color.focus}",
|
|
33044
|
-
"$value": "
|
|
33044
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33045
33045
|
"$type": "color",
|
|
33046
33046
|
"$description": "Used for the border of a neutral action in the focus state.",
|
|
33047
33047
|
"$extensions": {
|
|
@@ -33074,7 +33074,7 @@
|
|
|
33074
33074
|
},
|
|
33075
33075
|
"active": {
|
|
33076
33076
|
"key": "{action.neutral.border.color.active}",
|
|
33077
|
-
"$value": "
|
|
33077
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33078
33078
|
"$type": "color",
|
|
33079
33079
|
"$description": "Used for the border of a neutral action in the active state.",
|
|
33080
33080
|
"$extensions": {
|
|
@@ -33257,7 +33257,7 @@
|
|
|
33257
33257
|
"color": {
|
|
33258
33258
|
"default": {
|
|
33259
33259
|
"key": "{action.confirm.background.color.default}",
|
|
33260
|
-
"$value": "rgba(66, 143, 220, 0
|
|
33260
|
+
"$value": "rgba(66, 143, 220, 0)",
|
|
33261
33261
|
"$type": "color",
|
|
33262
33262
|
"$description": "Used for the background of a confirm (positive) action in the default state.",
|
|
33263
33263
|
"$extensions": {
|
|
@@ -33269,7 +33269,7 @@
|
|
|
33269
33269
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
33270
33270
|
"isSource": true,
|
|
33271
33271
|
"original": {
|
|
33272
|
-
"$value": "rgba(66, 143, 220, 0
|
|
33272
|
+
"$value": "rgba(66, 143, 220, 0)",
|
|
33273
33273
|
"$type": "color",
|
|
33274
33274
|
"$description": "Used for the background of a confirm (positive) action in the default state.",
|
|
33275
33275
|
"$extensions": {
|
|
@@ -33401,7 +33401,7 @@
|
|
|
33401
33401
|
"color": {
|
|
33402
33402
|
"default": {
|
|
33403
33403
|
"key": "{action.confirm.border.color.default}",
|
|
33404
|
-
"$value": "
|
|
33404
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33405
33405
|
"$type": "color",
|
|
33406
33406
|
"$description": "Used for the border of a confirm action in the default state.",
|
|
33407
33407
|
"$extensions": {
|
|
@@ -33434,7 +33434,7 @@
|
|
|
33434
33434
|
},
|
|
33435
33435
|
"hover": {
|
|
33436
33436
|
"key": "{action.confirm.border.color.hover}",
|
|
33437
|
-
"$value": "
|
|
33437
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33438
33438
|
"$type": "color",
|
|
33439
33439
|
"$description": "Used for the border of a confirm action in the hover state.",
|
|
33440
33440
|
"$extensions": {
|
|
@@ -33467,7 +33467,7 @@
|
|
|
33467
33467
|
},
|
|
33468
33468
|
"focus": {
|
|
33469
33469
|
"key": "{action.confirm.border.color.focus}",
|
|
33470
|
-
"$value": "
|
|
33470
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33471
33471
|
"$type": "color",
|
|
33472
33472
|
"$description": "Used for the border of a confirm action in the focus state.",
|
|
33473
33473
|
"$extensions": {
|
|
@@ -33500,7 +33500,7 @@
|
|
|
33500
33500
|
},
|
|
33501
33501
|
"active": {
|
|
33502
33502
|
"key": "{action.confirm.border.color.active}",
|
|
33503
|
-
"$value": "
|
|
33503
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33504
33504
|
"$type": "color",
|
|
33505
33505
|
"$description": "Used for the border of a confirm action in the active state.",
|
|
33506
33506
|
"$extensions": {
|
|
@@ -33683,7 +33683,7 @@
|
|
|
33683
33683
|
"color": {
|
|
33684
33684
|
"default": {
|
|
33685
33685
|
"key": "{action.danger.background.color.default}",
|
|
33686
|
-
"$value": "rgba(236, 89, 65, 0
|
|
33686
|
+
"$value": "rgba(236, 89, 65, 0)",
|
|
33687
33687
|
"$type": "color",
|
|
33688
33688
|
"$description": "Used for the background of a danger (destructive) action in the default state.",
|
|
33689
33689
|
"$extensions": {
|
|
@@ -33695,7 +33695,7 @@
|
|
|
33695
33695
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
33696
33696
|
"isSource": true,
|
|
33697
33697
|
"original": {
|
|
33698
|
-
"$value": "rgba(236, 89, 65, 0
|
|
33698
|
+
"$value": "rgba(236, 89, 65, 0)",
|
|
33699
33699
|
"$type": "color",
|
|
33700
33700
|
"$description": "Used for the background of a danger (destructive) action in the default state.",
|
|
33701
33701
|
"$extensions": {
|
|
@@ -33827,7 +33827,7 @@
|
|
|
33827
33827
|
"color": {
|
|
33828
33828
|
"default": {
|
|
33829
33829
|
"key": "{action.danger.border.color.default}",
|
|
33830
|
-
"$value": "
|
|
33830
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33831
33831
|
"$type": "color",
|
|
33832
33832
|
"$description": "Used for the border of a danger action in the default state.",
|
|
33833
33833
|
"$extensions": {
|
|
@@ -33860,7 +33860,7 @@
|
|
|
33860
33860
|
},
|
|
33861
33861
|
"hover": {
|
|
33862
33862
|
"key": "{action.danger.border.color.hover}",
|
|
33863
|
-
"$value": "
|
|
33863
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33864
33864
|
"$type": "color",
|
|
33865
33865
|
"$description": "Used for the border of a danger action in the hover state.",
|
|
33866
33866
|
"$extensions": {
|
|
@@ -33893,7 +33893,7 @@
|
|
|
33893
33893
|
},
|
|
33894
33894
|
"focus": {
|
|
33895
33895
|
"key": "{action.danger.border.color.focus}",
|
|
33896
|
-
"$value": "
|
|
33896
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33897
33897
|
"$type": "color",
|
|
33898
33898
|
"$description": "Used for the border of a danger action in the focus state.",
|
|
33899
33899
|
"$extensions": {
|
|
@@ -33926,7 +33926,7 @@
|
|
|
33926
33926
|
},
|
|
33927
33927
|
"active": {
|
|
33928
33928
|
"key": "{action.danger.border.color.active}",
|
|
33929
|
-
"$value": "
|
|
33929
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
33930
33930
|
"$type": "color",
|
|
33931
33931
|
"$description": "Used for the border of a danger action in the active state.",
|
|
33932
33932
|
"$extensions": {
|
|
@@ -34262,7 +34262,7 @@
|
|
|
34262
34262
|
"color": {
|
|
34263
34263
|
"default": {
|
|
34264
34264
|
"key": "{action.strong.confirm.border.color.default}",
|
|
34265
|
-
"$value": "
|
|
34265
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34266
34266
|
"$type": "color",
|
|
34267
34267
|
"$description": "Used for the border of a strong confirm action in the default state.",
|
|
34268
34268
|
"$extensions": {
|
|
@@ -34296,7 +34296,7 @@
|
|
|
34296
34296
|
},
|
|
34297
34297
|
"hover": {
|
|
34298
34298
|
"key": "{action.strong.confirm.border.color.hover}",
|
|
34299
|
-
"$value": "
|
|
34299
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34300
34300
|
"$type": "color",
|
|
34301
34301
|
"$description": "Used for the border of a strong confirm action in the hover state.",
|
|
34302
34302
|
"$extensions": {
|
|
@@ -34330,7 +34330,7 @@
|
|
|
34330
34330
|
},
|
|
34331
34331
|
"focus": {
|
|
34332
34332
|
"key": "{action.strong.confirm.border.color.focus}",
|
|
34333
|
-
"$value": "
|
|
34333
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34334
34334
|
"$type": "color",
|
|
34335
34335
|
"$description": "Used for the border of a strong confirm action in the focus state.",
|
|
34336
34336
|
"$extensions": {
|
|
@@ -34364,7 +34364,7 @@
|
|
|
34364
34364
|
},
|
|
34365
34365
|
"active": {
|
|
34366
34366
|
"key": "{action.strong.confirm.border.color.active}",
|
|
34367
|
-
"$value": "
|
|
34367
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34368
34368
|
"$type": "color",
|
|
34369
34369
|
"$description": "Used for the border of a strong confirm action in the active state.",
|
|
34370
34370
|
"$extensions": {
|
|
@@ -34700,7 +34700,7 @@
|
|
|
34700
34700
|
"color": {
|
|
34701
34701
|
"default": {
|
|
34702
34702
|
"key": "{action.strong.neutral.border.color.default}",
|
|
34703
|
-
"$value": "
|
|
34703
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34704
34704
|
"$type": "color",
|
|
34705
34705
|
"$description": "Used for the border of a strong neutral action in the default state.",
|
|
34706
34706
|
"$extensions": {
|
|
@@ -34734,7 +34734,7 @@
|
|
|
34734
34734
|
},
|
|
34735
34735
|
"hover": {
|
|
34736
34736
|
"key": "{action.strong.neutral.border.color.hover}",
|
|
34737
|
-
"$value": "
|
|
34737
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34738
34738
|
"$type": "color",
|
|
34739
34739
|
"$description": "Used for the border of a strong neutral action in the hover state.",
|
|
34740
34740
|
"$extensions": {
|
|
@@ -34768,7 +34768,7 @@
|
|
|
34768
34768
|
},
|
|
34769
34769
|
"focus": {
|
|
34770
34770
|
"key": "{action.strong.neutral.border.color.focus}",
|
|
34771
|
-
"$value": "
|
|
34771
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34772
34772
|
"$type": "color",
|
|
34773
34773
|
"$description": "Used for the border of a strong neutral action in the focus state.",
|
|
34774
34774
|
"$extensions": {
|
|
@@ -34802,7 +34802,7 @@
|
|
|
34802
34802
|
},
|
|
34803
34803
|
"active": {
|
|
34804
34804
|
"key": "{action.strong.neutral.border.color.active}",
|
|
34805
|
-
"$value": "
|
|
34805
|
+
"$value": "rgba(0, 0, 0, 0)",
|
|
34806
34806
|
"$type": "color",
|
|
34807
34807
|
"$description": "Used for the border of a strong neutral action in the active state.",
|
|
34808
34808
|
"$extensions": {
|
|
@@ -35041,7 +35041,7 @@
|
|
|
35041
35041
|
},
|
|
35042
35042
|
"overlay": {
|
|
35043
35043
|
"key": "{background.color.overlay}",
|
|
35044
|
-
"$value": "rgba(0,0,0,0.64)",
|
|
35044
|
+
"$value": "rgba(0, 0, 0, 0.64)",
|
|
35045
35045
|
"$type": "color",
|
|
35046
35046
|
"$description": "Used for an overlay that covers other content.",
|
|
35047
35047
|
"$extensions": {
|
|
@@ -35053,7 +35053,7 @@
|
|
|
35053
35053
|
"filePath": "src/tokens/semantic/background.tokens.json",
|
|
35054
35054
|
"isSource": true,
|
|
35055
35055
|
"original": {
|
|
35056
|
-
"$value": "rgba(0,0,0,0.64)",
|
|
35056
|
+
"$value": "rgba(0, 0, 0, 0.64)",
|
|
35057
35057
|
"$type": "color",
|
|
35058
35058
|
"$description": "Used for an overlay that covers other content.",
|
|
35059
35059
|
"$extensions": {
|
|
@@ -35079,7 +35079,7 @@
|
|
|
35079
35079
|
"color": {
|
|
35080
35080
|
"default": {
|
|
35081
35081
|
"key": "{control.background.color.default}",
|
|
35082
|
-
"$value": "rgba(
|
|
35082
|
+
"$value": "rgba(5, 5, 6, 0.4)",
|
|
35083
35083
|
"$type": "color",
|
|
35084
35084
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default background.",
|
|
35085
35085
|
"$extensions": {
|