@gitlab/ui 98.1.0 → 98.1.1
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 +7 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +84 -84
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +47 -47
- package/dist/tokens/js/tokens.dark.js +84 -84
- package/dist/tokens/json/tokens.dark.json +133 -148
- package/dist/tokens/json/tokens.json +49 -64
- package/dist/tokens/scss/_tokens.dark.scss +47 -47
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/package.json +3 -4
- package/src/tokens/action.tokens.json +12 -21
- package/src/tokens/build/css/tokens.css +1 -1
- package/src/tokens/build/css/tokens.dark.css +47 -47
- package/src/tokens/build/js/tokens.dark.js +84 -84
- package/src/tokens/build/json/tokens.dark.json +133 -148
- package/src/tokens/build/json/tokens.json +49 -64
- package/src/tokens/build/scss/_tokens.dark.scss +47 -47
- package/src/tokens/build/scss/_tokens.scss +1 -1
- package/src/tokens/contextual/button.tokens.json +37 -43
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"foreground": {
|
|
638
638
|
"color": {
|
|
639
639
|
"default": {
|
|
640
|
-
"value": "#
|
|
640
|
+
"value": "#428fdc",
|
|
641
641
|
"$type": "color",
|
|
642
642
|
"comment": "Used for the foreground of a confirm (positive) action in the default state.",
|
|
643
643
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"original": {
|
|
646
646
|
"value": {
|
|
647
647
|
"default": "{color.blue.500}",
|
|
648
|
-
"dark": "{color.blue.
|
|
648
|
+
"dark": "{color.blue.400}"
|
|
649
649
|
},
|
|
650
650
|
"$type": "color",
|
|
651
651
|
"comment": "Used for the foreground of a confirm (positive) action in the default state."
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
663
|
"hover": {
|
|
664
|
-
"value": "#
|
|
664
|
+
"value": "#9dc7f1",
|
|
665
665
|
"$type": "color",
|
|
666
666
|
"comment": "Used for the foreground of a confirm (positive) action in the hover state.",
|
|
667
667
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"original": {
|
|
670
670
|
"value": {
|
|
671
671
|
"default": "{color.blue.700}",
|
|
672
|
-
"dark": "{color.blue.
|
|
672
|
+
"dark": "{color.blue.200}"
|
|
673
673
|
},
|
|
674
674
|
"$type": "color",
|
|
675
675
|
"comment": "Used for the foreground of a confirm (positive) action in the hover state."
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
]
|
|
686
686
|
},
|
|
687
687
|
"focus": {
|
|
688
|
-
"value": "#
|
|
688
|
+
"value": "#9dc7f1",
|
|
689
689
|
"$type": "color",
|
|
690
690
|
"comment": "Used for the foreground of a confirm (positive) action in the focus state.",
|
|
691
691
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
]
|
|
707
707
|
},
|
|
708
708
|
"active": {
|
|
709
|
-
"value": "#
|
|
709
|
+
"value": "#e9f3fc",
|
|
710
710
|
"$type": "color",
|
|
711
711
|
"comment": "Used for the foreground of a confirm (positive) action in the active state.",
|
|
712
712
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
"original": {
|
|
715
715
|
"value": {
|
|
716
716
|
"default": "{color.blue.900}",
|
|
717
|
-
"dark": "{color.blue.
|
|
717
|
+
"dark": "{color.blue.50}"
|
|
718
718
|
},
|
|
719
719
|
"$type": "color",
|
|
720
720
|
"comment": "Used for the foreground of a confirm (positive) action in the active state."
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
"foreground": {
|
|
922
922
|
"color": {
|
|
923
923
|
"default": {
|
|
924
|
-
"value": "#
|
|
924
|
+
"value": "#ec5941",
|
|
925
925
|
"$type": "color",
|
|
926
926
|
"comment": "Used for the foreground of a danger (destructive) action in the default state.",
|
|
927
927
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
"original": {
|
|
930
930
|
"value": {
|
|
931
931
|
"default": "{color.red.500}",
|
|
932
|
-
"dark": "{color.red.
|
|
932
|
+
"dark": "{color.red.400}"
|
|
933
933
|
},
|
|
934
934
|
"$type": "color",
|
|
935
935
|
"comment": "Used for the foreground of a danger (destructive) action in the default state."
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
]
|
|
946
946
|
},
|
|
947
947
|
"hover": {
|
|
948
|
-
"value": "#
|
|
948
|
+
"value": "#fcb5aa",
|
|
949
949
|
"$type": "color",
|
|
950
950
|
"comment": "Used for the foreground of a danger (destructive) action in the hover state.",
|
|
951
951
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
"original": {
|
|
954
954
|
"value": {
|
|
955
955
|
"default": "{color.red.700}",
|
|
956
|
-
"dark": "{color.red.
|
|
956
|
+
"dark": "{color.red.200}"
|
|
957
957
|
},
|
|
958
958
|
"$type": "color",
|
|
959
959
|
"comment": "Used for the foreground of a danger (destructive) action in the hover state."
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
"focus": {
|
|
972
|
-
"value": "#
|
|
972
|
+
"value": "#fcb5aa",
|
|
973
973
|
"$type": "color",
|
|
974
974
|
"comment": "Used for the foreground of a danger (destructive) action in the focus state.",
|
|
975
975
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
]
|
|
991
991
|
},
|
|
992
992
|
"active": {
|
|
993
|
-
"value": "#
|
|
993
|
+
"value": "#fcf1ef",
|
|
994
994
|
"$type": "color",
|
|
995
995
|
"comment": "Used for the foreground of a danger (destructive) action in the active state.",
|
|
996
996
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"original": {
|
|
999
999
|
"value": {
|
|
1000
1000
|
"default": "{color.red.900}",
|
|
1001
|
-
"dark": "{color.red.
|
|
1001
|
+
"dark": "{color.red.50}"
|
|
1002
1002
|
},
|
|
1003
1003
|
"$type": "color",
|
|
1004
1004
|
"comment": "Used for the foreground of a danger (destructive) action in the active state."
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
"background": {
|
|
1207
1207
|
"color": {
|
|
1208
1208
|
"default": {
|
|
1209
|
-
"value": "#
|
|
1209
|
+
"value": "#428fdc",
|
|
1210
1210
|
"$type": "color",
|
|
1211
1211
|
"comment": "Used for the background of a strong confirm action in the default state.",
|
|
1212
1212
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
"original": {
|
|
1215
1215
|
"value": {
|
|
1216
1216
|
"default": "{color.blue.500}",
|
|
1217
|
-
"dark": "{color.blue.
|
|
1217
|
+
"dark": "{color.blue.400}"
|
|
1218
1218
|
},
|
|
1219
1219
|
"$type": "color",
|
|
1220
1220
|
"comment": "Used for the background of a strong confirm action in the default state."
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
]
|
|
1232
1232
|
},
|
|
1233
1233
|
"hover": {
|
|
1234
|
-
"value": "#
|
|
1234
|
+
"value": "#63a6e9",
|
|
1235
1235
|
"$type": "color",
|
|
1236
1236
|
"comment": "Used for the background of a strong confirm action in the hover state.",
|
|
1237
1237
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
"original": {
|
|
1240
1240
|
"value": {
|
|
1241
1241
|
"default": "{color.blue.600}",
|
|
1242
|
-
"dark": "{color.blue.
|
|
1242
|
+
"dark": "{color.blue.300}"
|
|
1243
1243
|
},
|
|
1244
1244
|
"$type": "color",
|
|
1245
1245
|
"comment": "Used for the background of a strong confirm action in the hover state."
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
1258
|
"focus": {
|
|
1259
|
-
"value": "#
|
|
1259
|
+
"value": "#63a6e9",
|
|
1260
1260
|
"$type": "color",
|
|
1261
1261
|
"comment": "Used for the background of a strong confirm action in the focus state.",
|
|
1262
1262
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
]
|
|
1279
1279
|
},
|
|
1280
1280
|
"active": {
|
|
1281
|
-
"value": "#
|
|
1281
|
+
"value": "#9dc7f1",
|
|
1282
1282
|
"$type": "color",
|
|
1283
1283
|
"comment": "Used for the background of a strong confirm action in the active state.",
|
|
1284
1284
|
"filePath": "src/tokens/action.tokens.json",
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
"original": {
|
|
1287
1287
|
"value": {
|
|
1288
1288
|
"default": "{color.blue.700}",
|
|
1289
|
-
"dark": "{color.blue.
|
|
1289
|
+
"dark": "{color.blue.200}"
|
|
1290
1290
|
},
|
|
1291
1291
|
"$type": "color",
|
|
1292
1292
|
"comment": "Used for the background of a strong confirm action in the active state."
|
|
@@ -1622,16 +1622,13 @@
|
|
|
1622
1622
|
]
|
|
1623
1623
|
},
|
|
1624
1624
|
"hover": {
|
|
1625
|
-
"value": "#
|
|
1625
|
+
"value": "#ececef",
|
|
1626
1626
|
"$type": "color",
|
|
1627
1627
|
"comment": "Used for the foreground of a strong neutral action in the hover state.",
|
|
1628
1628
|
"filePath": "src/tokens/action.tokens.json",
|
|
1629
1629
|
"isSource": true,
|
|
1630
1630
|
"original": {
|
|
1631
|
-
"value": {
|
|
1632
|
-
"default": "{action.strong.neutral.foreground.color.default}",
|
|
1633
|
-
"dark": "{color.neutral.0}"
|
|
1634
|
-
},
|
|
1631
|
+
"value": "{action.strong.neutral.foreground.color.default}",
|
|
1635
1632
|
"$type": "color",
|
|
1636
1633
|
"comment": "Used for the foreground of a strong neutral action in the hover state."
|
|
1637
1634
|
},
|
|
@@ -1647,16 +1644,13 @@
|
|
|
1647
1644
|
]
|
|
1648
1645
|
},
|
|
1649
1646
|
"focus": {
|
|
1650
|
-
"value": "#
|
|
1647
|
+
"value": "#ececef",
|
|
1651
1648
|
"$type": "color",
|
|
1652
1649
|
"comment": "Used for the foreground of a strong neutral action in the focus state.",
|
|
1653
1650
|
"filePath": "src/tokens/action.tokens.json",
|
|
1654
1651
|
"isSource": true,
|
|
1655
1652
|
"original": {
|
|
1656
|
-
"value": {
|
|
1657
|
-
"default": "{action.strong.neutral.foreground.color.hover}",
|
|
1658
|
-
"dark": "{color.neutral.0}"
|
|
1659
|
-
},
|
|
1653
|
+
"value": "{action.strong.neutral.foreground.color.hover}",
|
|
1660
1654
|
"$type": "color",
|
|
1661
1655
|
"comment": "Used for the foreground of a strong neutral action in the focus state."
|
|
1662
1656
|
},
|
|
@@ -1672,16 +1666,13 @@
|
|
|
1672
1666
|
]
|
|
1673
1667
|
},
|
|
1674
1668
|
"active": {
|
|
1675
|
-
"value": "#
|
|
1669
|
+
"value": "#ececef",
|
|
1676
1670
|
"$type": "color",
|
|
1677
1671
|
"comment": "Used for the foreground of a strong neutral action in the active state.",
|
|
1678
1672
|
"filePath": "src/tokens/action.tokens.json",
|
|
1679
1673
|
"isSource": true,
|
|
1680
1674
|
"original": {
|
|
1681
|
-
"value": {
|
|
1682
|
-
"default": "{action.strong.neutral.foreground.color.focus}",
|
|
1683
|
-
"dark": "{color.neutral.0}"
|
|
1684
|
-
},
|
|
1675
|
+
"value": "{action.strong.neutral.foreground.color.focus}",
|
|
1685
1676
|
"$type": "color",
|
|
1686
1677
|
"comment": "Used for the foreground of a strong neutral action in the active state."
|
|
1687
1678
|
},
|
|
@@ -10936,7 +10927,7 @@
|
|
|
10936
10927
|
"background": {
|
|
10937
10928
|
"color": {
|
|
10938
10929
|
"default": {
|
|
10939
|
-
"value": "
|
|
10930
|
+
"value": "#28272d",
|
|
10940
10931
|
"$type": "color",
|
|
10941
10932
|
"comment": "Used for the background of an default primary button in the default state.",
|
|
10942
10933
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -10944,7 +10935,7 @@
|
|
|
10944
10935
|
"original": {
|
|
10945
10936
|
"value": {
|
|
10946
10937
|
"default": "{color.neutral.0}",
|
|
10947
|
-
"dark": "
|
|
10938
|
+
"dark": "{color.neutral.900}"
|
|
10948
10939
|
},
|
|
10949
10940
|
"$type": "color",
|
|
10950
10941
|
"comment": "Used for the background of an default primary button in the default state."
|
|
@@ -10961,7 +10952,7 @@
|
|
|
10961
10952
|
]
|
|
10962
10953
|
},
|
|
10963
10954
|
"hover": {
|
|
10964
|
-
"value": "
|
|
10955
|
+
"value": "#28272d",
|
|
10965
10956
|
"$type": "color",
|
|
10966
10957
|
"comment": "Used for the background of an default primary button in the hover state.",
|
|
10967
10958
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -10969,7 +10960,7 @@
|
|
|
10969
10960
|
"original": {
|
|
10970
10961
|
"value": {
|
|
10971
10962
|
"default": "{color.neutral.50}",
|
|
10972
|
-
"dark": "
|
|
10963
|
+
"dark": "{color.neutral.900}"
|
|
10973
10964
|
},
|
|
10974
10965
|
"$type": "color",
|
|
10975
10966
|
"comment": "Used for the background of an default primary button in the hover state."
|
|
@@ -10986,7 +10977,7 @@
|
|
|
10986
10977
|
]
|
|
10987
10978
|
},
|
|
10988
10979
|
"focus": {
|
|
10989
|
-
"value": "
|
|
10980
|
+
"value": "#28272d",
|
|
10990
10981
|
"$type": "color",
|
|
10991
10982
|
"comment": "Used for the background of an default primary button in the focus state.",
|
|
10992
10983
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11008,7 +10999,7 @@
|
|
|
11008
10999
|
]
|
|
11009
11000
|
},
|
|
11010
11001
|
"active": {
|
|
11011
|
-
"value": "
|
|
11002
|
+
"value": "#3a383f",
|
|
11012
11003
|
"$type": "color",
|
|
11013
11004
|
"comment": "Used for the background of an default primary button in the active state.",
|
|
11014
11005
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11016,7 +11007,7 @@
|
|
|
11016
11007
|
"original": {
|
|
11017
11008
|
"value": {
|
|
11018
11009
|
"default": "{color.neutral.100}",
|
|
11019
|
-
"dark": "
|
|
11010
|
+
"dark": "{color.neutral.800}"
|
|
11020
11011
|
},
|
|
11021
11012
|
"$type": "color",
|
|
11022
11013
|
"comment": "Used for the background of an default primary button in the active state."
|
|
@@ -11037,7 +11028,7 @@
|
|
|
11037
11028
|
"border": {
|
|
11038
11029
|
"color": {
|
|
11039
11030
|
"default": {
|
|
11040
|
-
"value": "
|
|
11031
|
+
"value": "#4c4b51",
|
|
11041
11032
|
"$type": "color",
|
|
11042
11033
|
"comment": "Used for the border of an default primary button in the default state.",
|
|
11043
11034
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11045,7 +11036,7 @@
|
|
|
11045
11036
|
"original": {
|
|
11046
11037
|
"value": {
|
|
11047
11038
|
"default": "{color.neutral.200}",
|
|
11048
|
-
"dark": "{color.
|
|
11039
|
+
"dark": "{color.neutral.700}"
|
|
11049
11040
|
},
|
|
11050
11041
|
"$type": "color",
|
|
11051
11042
|
"comment": "Used for the border of an default primary button in the default state."
|
|
@@ -11062,7 +11053,7 @@
|
|
|
11062
11053
|
]
|
|
11063
11054
|
},
|
|
11064
11055
|
"hover": {
|
|
11065
|
-
"value": "
|
|
11056
|
+
"value": "#737278",
|
|
11066
11057
|
"$type": "color",
|
|
11067
11058
|
"comment": "Used for the border of an default primary button in the hover state.",
|
|
11068
11059
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11070,7 +11061,7 @@
|
|
|
11070
11061
|
"original": {
|
|
11071
11062
|
"value": {
|
|
11072
11063
|
"default": "{color.neutral.400}",
|
|
11073
|
-
"dark": "{color.
|
|
11064
|
+
"dark": "{color.neutral.500}"
|
|
11074
11065
|
},
|
|
11075
11066
|
"$type": "color",
|
|
11076
11067
|
"comment": "Used for the border of an default primary button in the hover state."
|
|
@@ -11087,7 +11078,7 @@
|
|
|
11087
11078
|
]
|
|
11088
11079
|
},
|
|
11089
11080
|
"focus": {
|
|
11090
|
-
"value": "
|
|
11081
|
+
"value": "#737278",
|
|
11091
11082
|
"$type": "color",
|
|
11092
11083
|
"comment": "Used for the border of an default primary button in the focus state.",
|
|
11093
11084
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11109,7 +11100,7 @@
|
|
|
11109
11100
|
]
|
|
11110
11101
|
},
|
|
11111
11102
|
"active": {
|
|
11112
|
-
"value": "
|
|
11103
|
+
"value": "#a4a3a8",
|
|
11113
11104
|
"$type": "color",
|
|
11114
11105
|
"comment": "Used for the border of an default primary button in the active state.",
|
|
11115
11106
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11117,7 +11108,7 @@
|
|
|
11117
11108
|
"original": {
|
|
11118
11109
|
"value": {
|
|
11119
11110
|
"default": "{color.neutral.600}",
|
|
11120
|
-
"dark": "{color.
|
|
11111
|
+
"dark": "{color.neutral.300}"
|
|
11121
11112
|
},
|
|
11122
11113
|
"$type": "color",
|
|
11123
11114
|
"comment": "Used for the border of an default primary button in the active state."
|
|
@@ -11426,10 +11417,7 @@
|
|
|
11426
11417
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
11427
11418
|
"isSource": true,
|
|
11428
11419
|
"original": {
|
|
11429
|
-
"value": {
|
|
11430
|
-
"default": "{color.neutral.0}",
|
|
11431
|
-
"dark": "{color.neutral.950}"
|
|
11432
|
-
},
|
|
11420
|
+
"value": "{action.strong.confirm.foreground.color.default}",
|
|
11433
11421
|
"$type": "color",
|
|
11434
11422
|
"comment": "Used for the foreground of a confirm (positive) primary button in the default state."
|
|
11435
11423
|
},
|
|
@@ -11515,7 +11503,7 @@
|
|
|
11515
11503
|
"background": {
|
|
11516
11504
|
"color": {
|
|
11517
11505
|
"default": {
|
|
11518
|
-
"value": "#
|
|
11506
|
+
"value": "#428fdc",
|
|
11519
11507
|
"$type": "color",
|
|
11520
11508
|
"comment": "Used for the background of a confirm (positive) primary button in the default state.",
|
|
11521
11509
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11537,7 +11525,7 @@
|
|
|
11537
11525
|
]
|
|
11538
11526
|
},
|
|
11539
11527
|
"hover": {
|
|
11540
|
-
"value": "#
|
|
11528
|
+
"value": "#63a6e9",
|
|
11541
11529
|
"$type": "color",
|
|
11542
11530
|
"comment": "Used for the background of a confirm (positive) primary button in the hover state.",
|
|
11543
11531
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11559,7 +11547,7 @@
|
|
|
11559
11547
|
]
|
|
11560
11548
|
},
|
|
11561
11549
|
"focus": {
|
|
11562
|
-
"value": "#
|
|
11550
|
+
"value": "#63a6e9",
|
|
11563
11551
|
"$type": "color",
|
|
11564
11552
|
"comment": "Used for the background of a confirm (positive) primary button in the focus state.",
|
|
11565
11553
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11581,7 +11569,7 @@
|
|
|
11581
11569
|
]
|
|
11582
11570
|
},
|
|
11583
11571
|
"active": {
|
|
11584
|
-
"value": "#
|
|
11572
|
+
"value": "#9dc7f1",
|
|
11585
11573
|
"$type": "color",
|
|
11586
11574
|
"comment": "Used for the background of a confirm (positive) primary button in the active state.",
|
|
11587
11575
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11607,7 +11595,7 @@
|
|
|
11607
11595
|
"border": {
|
|
11608
11596
|
"color": {
|
|
11609
11597
|
"default": {
|
|
11610
|
-
"value": "
|
|
11598
|
+
"value": "#63a6e9",
|
|
11611
11599
|
"$type": "color",
|
|
11612
11600
|
"comment": "Used for the border of a confirm (positive) primary button in the default state.",
|
|
11613
11601
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11615,7 +11603,7 @@
|
|
|
11615
11603
|
"original": {
|
|
11616
11604
|
"value": {
|
|
11617
11605
|
"default": "{color.blue.600}",
|
|
11618
|
-
"dark": "{color.
|
|
11606
|
+
"dark": "{color.blue.300}"
|
|
11619
11607
|
},
|
|
11620
11608
|
"$type": "color",
|
|
11621
11609
|
"comment": "Used for the border of a confirm (positive) primary button in the default state."
|
|
@@ -11632,7 +11620,7 @@
|
|
|
11632
11620
|
]
|
|
11633
11621
|
},
|
|
11634
11622
|
"hover": {
|
|
11635
|
-
"value": "
|
|
11623
|
+
"value": "#cbe2f9",
|
|
11636
11624
|
"$type": "color",
|
|
11637
11625
|
"comment": "Used for the border of a confirm (positive) primary button in the hover state.",
|
|
11638
11626
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11640,7 +11628,7 @@
|
|
|
11640
11628
|
"original": {
|
|
11641
11629
|
"value": {
|
|
11642
11630
|
"default": "{color.blue.800}",
|
|
11643
|
-
"dark": "{color.
|
|
11631
|
+
"dark": "{color.blue.100}"
|
|
11644
11632
|
},
|
|
11645
11633
|
"$type": "color",
|
|
11646
11634
|
"comment": "Used for the border of a confirm (positive) primary button in the hover state."
|
|
@@ -11657,7 +11645,7 @@
|
|
|
11657
11645
|
]
|
|
11658
11646
|
},
|
|
11659
11647
|
"focus": {
|
|
11660
|
-
"value": "
|
|
11648
|
+
"value": "#cbe2f9",
|
|
11661
11649
|
"$type": "color",
|
|
11662
11650
|
"comment": "Used for the border of a confirm (positive) primary button in the focus state.",
|
|
11663
11651
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11679,7 +11667,7 @@
|
|
|
11679
11667
|
]
|
|
11680
11668
|
},
|
|
11681
11669
|
"active": {
|
|
11682
|
-
"value": "
|
|
11670
|
+
"value": "#e9f3fc",
|
|
11683
11671
|
"$type": "color",
|
|
11684
11672
|
"comment": "Used for the border of a confirm (positive) primary button in the active state.",
|
|
11685
11673
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11687,7 +11675,7 @@
|
|
|
11687
11675
|
"original": {
|
|
11688
11676
|
"value": {
|
|
11689
11677
|
"default": "{color.blue.900}",
|
|
11690
|
-
"dark": "{color.
|
|
11678
|
+
"dark": "{color.blue.50}"
|
|
11691
11679
|
},
|
|
11692
11680
|
"$type": "color",
|
|
11693
11681
|
"comment": "Used for the border of a confirm (positive) primary button in the active state."
|
|
@@ -11710,7 +11698,7 @@
|
|
|
11710
11698
|
"foreground": {
|
|
11711
11699
|
"color": {
|
|
11712
11700
|
"default": {
|
|
11713
|
-
"value": "#
|
|
11701
|
+
"value": "#428fdc",
|
|
11714
11702
|
"$type": "color",
|
|
11715
11703
|
"comment": "Used for the foreground of a confirm (positive) button in the default state.",
|
|
11716
11704
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11718,7 +11706,7 @@
|
|
|
11718
11706
|
"original": {
|
|
11719
11707
|
"value": {
|
|
11720
11708
|
"default": "{color.blue.500}",
|
|
11721
|
-
"dark": "{color.blue.
|
|
11709
|
+
"dark": "{color.blue.400}"
|
|
11722
11710
|
},
|
|
11723
11711
|
"$type": "color",
|
|
11724
11712
|
"comment": "Used for the foreground of a confirm (positive) button in the default state."
|
|
@@ -11735,7 +11723,7 @@
|
|
|
11735
11723
|
]
|
|
11736
11724
|
},
|
|
11737
11725
|
"hover": {
|
|
11738
|
-
"value": "#
|
|
11726
|
+
"value": "#9dc7f1",
|
|
11739
11727
|
"$type": "color",
|
|
11740
11728
|
"comment": "Used for the foreground of a confirm (positive) button in the hover state.",
|
|
11741
11729
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11743,7 +11731,7 @@
|
|
|
11743
11731
|
"original": {
|
|
11744
11732
|
"value": {
|
|
11745
11733
|
"default": "{color.blue.700}",
|
|
11746
|
-
"dark": "{color.blue.
|
|
11734
|
+
"dark": "{color.blue.200}"
|
|
11747
11735
|
},
|
|
11748
11736
|
"$type": "color",
|
|
11749
11737
|
"comment": "Used for the foreground of a confirm (positive) button in the hover state."
|
|
@@ -11760,7 +11748,7 @@
|
|
|
11760
11748
|
]
|
|
11761
11749
|
},
|
|
11762
11750
|
"focus": {
|
|
11763
|
-
"value": "#
|
|
11751
|
+
"value": "#9dc7f1",
|
|
11764
11752
|
"$type": "color",
|
|
11765
11753
|
"comment": "Used for the foreground of a confirm (positive) button in the focus state.",
|
|
11766
11754
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11782,7 +11770,7 @@
|
|
|
11782
11770
|
]
|
|
11783
11771
|
},
|
|
11784
11772
|
"active": {
|
|
11785
|
-
"value": "#
|
|
11773
|
+
"value": "#e9f3fc",
|
|
11786
11774
|
"$type": "color",
|
|
11787
11775
|
"comment": "Used for the foreground of a confirm (positive) button in the active state.",
|
|
11788
11776
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11790,7 +11778,7 @@
|
|
|
11790
11778
|
"original": {
|
|
11791
11779
|
"value": {
|
|
11792
11780
|
"default": "{color.blue.900}",
|
|
11793
|
-
"dark": "{color.blue.
|
|
11781
|
+
"dark": "{color.blue.50}"
|
|
11794
11782
|
},
|
|
11795
11783
|
"$type": "color",
|
|
11796
11784
|
"comment": "Used for the foreground of a confirm (positive) button in the active state."
|
|
@@ -11811,7 +11799,7 @@
|
|
|
11811
11799
|
"background": {
|
|
11812
11800
|
"color": {
|
|
11813
11801
|
"default": {
|
|
11814
|
-
"value": "
|
|
11802
|
+
"value": "#28272d",
|
|
11815
11803
|
"$type": "color",
|
|
11816
11804
|
"comment": "Used for the background of an outlined confirm (positive) button in the default state.",
|
|
11817
11805
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11819,7 +11807,7 @@
|
|
|
11819
11807
|
"original": {
|
|
11820
11808
|
"value": {
|
|
11821
11809
|
"default": "{color.neutral.0}",
|
|
11822
|
-
"dark": "
|
|
11810
|
+
"dark": "{color.neutral.900}"
|
|
11823
11811
|
},
|
|
11824
11812
|
"$type": "color",
|
|
11825
11813
|
"comment": "Used for the background of an outlined confirm (positive) button in the default state."
|
|
@@ -11836,7 +11824,7 @@
|
|
|
11836
11824
|
]
|
|
11837
11825
|
},
|
|
11838
11826
|
"hover": {
|
|
11839
|
-
"value": "
|
|
11827
|
+
"value": "#033464",
|
|
11840
11828
|
"$type": "color",
|
|
11841
11829
|
"comment": "Used for the background of an outlined confirm (positive) button in the hover state.",
|
|
11842
11830
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11844,7 +11832,7 @@
|
|
|
11844
11832
|
"original": {
|
|
11845
11833
|
"value": {
|
|
11846
11834
|
"default": "{color.blue.50}",
|
|
11847
|
-
"dark": "
|
|
11835
|
+
"dark": "{color.blue.900}"
|
|
11848
11836
|
},
|
|
11849
11837
|
"$type": "color",
|
|
11850
11838
|
"comment": "Used for the background of an outlined confirm (positive) button in the hover state."
|
|
@@ -11861,7 +11849,7 @@
|
|
|
11861
11849
|
]
|
|
11862
11850
|
},
|
|
11863
11851
|
"focus": {
|
|
11864
|
-
"value": "
|
|
11852
|
+
"value": "#033464",
|
|
11865
11853
|
"$type": "color",
|
|
11866
11854
|
"comment": "Used for the background of an outlined confirm (positive) button in the focus state.",
|
|
11867
11855
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11883,7 +11871,7 @@
|
|
|
11883
11871
|
]
|
|
11884
11872
|
},
|
|
11885
11873
|
"active": {
|
|
11886
|
-
"value": "
|
|
11874
|
+
"value": "#064787",
|
|
11887
11875
|
"$type": "color",
|
|
11888
11876
|
"comment": "Used for the background of an outlined confirm (positive) button in the active state.",
|
|
11889
11877
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11891,7 +11879,7 @@
|
|
|
11891
11879
|
"original": {
|
|
11892
11880
|
"value": {
|
|
11893
11881
|
"default": "{color.blue.100}",
|
|
11894
|
-
"dark": "
|
|
11882
|
+
"dark": "{color.blue.800}"
|
|
11895
11883
|
},
|
|
11896
11884
|
"$type": "color",
|
|
11897
11885
|
"comment": "Used for the background of an outlined confirm (positive) button in the active state."
|
|
@@ -11912,7 +11900,7 @@
|
|
|
11912
11900
|
"border": {
|
|
11913
11901
|
"color": {
|
|
11914
11902
|
"default": {
|
|
11915
|
-
"value": "
|
|
11903
|
+
"value": "#428fdc",
|
|
11916
11904
|
"$type": "color",
|
|
11917
11905
|
"comment": "Used for the border of an outlined confirm (positive) button in the default state.",
|
|
11918
11906
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11920,7 +11908,7 @@
|
|
|
11920
11908
|
"original": {
|
|
11921
11909
|
"value": {
|
|
11922
11910
|
"default": "{color.blue.500}",
|
|
11923
|
-
"dark": "{color.
|
|
11911
|
+
"dark": "{color.blue.400}"
|
|
11924
11912
|
},
|
|
11925
11913
|
"$type": "color",
|
|
11926
11914
|
"comment": "Used for the border of an outlined confirm (positive) button in the default state."
|
|
@@ -11937,7 +11925,7 @@
|
|
|
11937
11925
|
]
|
|
11938
11926
|
},
|
|
11939
11927
|
"hover": {
|
|
11940
|
-
"value": "
|
|
11928
|
+
"value": "#9dc7f1",
|
|
11941
11929
|
"$type": "color",
|
|
11942
11930
|
"comment": "Used for the border of an outlined confirm (positive) button in the hover state.",
|
|
11943
11931
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11945,7 +11933,7 @@
|
|
|
11945
11933
|
"original": {
|
|
11946
11934
|
"value": {
|
|
11947
11935
|
"default": "{color.blue.700}",
|
|
11948
|
-
"dark": "{color.
|
|
11936
|
+
"dark": "{color.blue.200}"
|
|
11949
11937
|
},
|
|
11950
11938
|
"$type": "color",
|
|
11951
11939
|
"comment": "Used for the border of an outlined confirm (positive) button in the hover state."
|
|
@@ -11962,7 +11950,7 @@
|
|
|
11962
11950
|
]
|
|
11963
11951
|
},
|
|
11964
11952
|
"focus": {
|
|
11965
|
-
"value": "
|
|
11953
|
+
"value": "#9dc7f1",
|
|
11966
11954
|
"$type": "color",
|
|
11967
11955
|
"comment": "Used for the border of an outlined confirm (positive) button in the focus state.",
|
|
11968
11956
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11984,7 +11972,7 @@
|
|
|
11984
11972
|
]
|
|
11985
11973
|
},
|
|
11986
11974
|
"active": {
|
|
11987
|
-
"value": "
|
|
11975
|
+
"value": "#e9f3fc",
|
|
11988
11976
|
"$type": "color",
|
|
11989
11977
|
"comment": "Used for the border of an outlined confirm (positive) button in the active state.",
|
|
11990
11978
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -11992,7 +11980,7 @@
|
|
|
11992
11980
|
"original": {
|
|
11993
11981
|
"value": {
|
|
11994
11982
|
"default": "{color.blue.900}",
|
|
11995
|
-
"dark": "{color.
|
|
11983
|
+
"dark": "{color.blue.50}"
|
|
11996
11984
|
},
|
|
11997
11985
|
"$type": "color",
|
|
11998
11986
|
"comment": "Used for the border of an outlined confirm (positive) button in the active state."
|
|
@@ -12015,7 +12003,7 @@
|
|
|
12015
12003
|
"foreground": {
|
|
12016
12004
|
"color": {
|
|
12017
12005
|
"default": {
|
|
12018
|
-
"value": "#
|
|
12006
|
+
"value": "#428fdc",
|
|
12019
12007
|
"$type": "color",
|
|
12020
12008
|
"comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
|
|
12021
12009
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12037,7 +12025,7 @@
|
|
|
12037
12025
|
]
|
|
12038
12026
|
},
|
|
12039
12027
|
"hover": {
|
|
12040
|
-
"value": "#
|
|
12028
|
+
"value": "#9dc7f1",
|
|
12041
12029
|
"$type": "color",
|
|
12042
12030
|
"comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
|
|
12043
12031
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12059,7 +12047,7 @@
|
|
|
12059
12047
|
]
|
|
12060
12048
|
},
|
|
12061
12049
|
"focus": {
|
|
12062
|
-
"value": "#
|
|
12050
|
+
"value": "#9dc7f1",
|
|
12063
12051
|
"$type": "color",
|
|
12064
12052
|
"comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
|
|
12065
12053
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12081,7 +12069,7 @@
|
|
|
12081
12069
|
]
|
|
12082
12070
|
},
|
|
12083
12071
|
"active": {
|
|
12084
|
-
"value": "#
|
|
12072
|
+
"value": "#e9f3fc",
|
|
12085
12073
|
"$type": "color",
|
|
12086
12074
|
"comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
|
|
12087
12075
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12295,16 +12283,13 @@
|
|
|
12295
12283
|
"foreground": {
|
|
12296
12284
|
"color": {
|
|
12297
12285
|
"default": {
|
|
12298
|
-
"value": "#
|
|
12286
|
+
"value": "#fff",
|
|
12299
12287
|
"$type": "color",
|
|
12300
12288
|
"comment": "Used for the foreground of a danger (destructive) primary button in the default state.",
|
|
12301
12289
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
12302
12290
|
"isSource": true,
|
|
12303
12291
|
"original": {
|
|
12304
|
-
"value": {
|
|
12305
|
-
"default": "{color.neutral.0}",
|
|
12306
|
-
"dark": "{color.neutral.950}"
|
|
12307
|
-
},
|
|
12292
|
+
"value": "{color.neutral.0}",
|
|
12308
12293
|
"$type": "color",
|
|
12309
12294
|
"comment": "Used for the foreground of a danger (destructive) primary button in the default state."
|
|
12310
12295
|
},
|
|
@@ -12320,7 +12305,7 @@
|
|
|
12320
12305
|
]
|
|
12321
12306
|
},
|
|
12322
12307
|
"hover": {
|
|
12323
|
-
"value": "#
|
|
12308
|
+
"value": "#fff",
|
|
12324
12309
|
"$type": "color",
|
|
12325
12310
|
"comment": "Used for the foreground of a danger (destructive) primary button in the hover state.",
|
|
12326
12311
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12342,7 +12327,7 @@
|
|
|
12342
12327
|
]
|
|
12343
12328
|
},
|
|
12344
12329
|
"focus": {
|
|
12345
|
-
"value": "#
|
|
12330
|
+
"value": "#fff",
|
|
12346
12331
|
"$type": "color",
|
|
12347
12332
|
"comment": "Used for the foreground of a danger (destructive) primary button in the focus state.",
|
|
12348
12333
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12364,7 +12349,7 @@
|
|
|
12364
12349
|
]
|
|
12365
12350
|
},
|
|
12366
12351
|
"active": {
|
|
12367
|
-
"value": "#
|
|
12352
|
+
"value": "#fff",
|
|
12368
12353
|
"$type": "color",
|
|
12369
12354
|
"comment": "Used for the foreground of a danger (destructive) primary button in the active state.",
|
|
12370
12355
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12390,7 +12375,7 @@
|
|
|
12390
12375
|
"background": {
|
|
12391
12376
|
"color": {
|
|
12392
12377
|
"default": {
|
|
12393
|
-
"value": "#
|
|
12378
|
+
"value": "#ec5941",
|
|
12394
12379
|
"$type": "color",
|
|
12395
12380
|
"comment": "Used for the background of a danger (destructive) primary button in the default state.",
|
|
12396
12381
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12398,7 +12383,7 @@
|
|
|
12398
12383
|
"original": {
|
|
12399
12384
|
"value": {
|
|
12400
12385
|
"default": "{color.red.500}",
|
|
12401
|
-
"dark": "{color.red.
|
|
12386
|
+
"dark": "{color.red.400}"
|
|
12402
12387
|
},
|
|
12403
12388
|
"$type": "color",
|
|
12404
12389
|
"comment": "Used for the background of a danger (destructive) primary button in the default state."
|
|
@@ -12415,7 +12400,7 @@
|
|
|
12415
12400
|
]
|
|
12416
12401
|
},
|
|
12417
12402
|
"hover": {
|
|
12418
|
-
"value": "#
|
|
12403
|
+
"value": "#f57f6c",
|
|
12419
12404
|
"$type": "color",
|
|
12420
12405
|
"comment": "Used for the background of a danger (destructive) primary button in the hover state.",
|
|
12421
12406
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12423,7 +12408,7 @@
|
|
|
12423
12408
|
"original": {
|
|
12424
12409
|
"value": {
|
|
12425
12410
|
"default": "{color.red.600}",
|
|
12426
|
-
"dark": "{color.red.
|
|
12411
|
+
"dark": "{color.red.300}"
|
|
12427
12412
|
},
|
|
12428
12413
|
"$type": "color",
|
|
12429
12414
|
"comment": "Used for the background of a danger (destructive) primary button in the hover state."
|
|
@@ -12440,7 +12425,7 @@
|
|
|
12440
12425
|
]
|
|
12441
12426
|
},
|
|
12442
12427
|
"focus": {
|
|
12443
|
-
"value": "#
|
|
12428
|
+
"value": "#f57f6c",
|
|
12444
12429
|
"$type": "color",
|
|
12445
12430
|
"comment": "Used for the background of a danger (destructive) primary button in the focus state.",
|
|
12446
12431
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12462,7 +12447,7 @@
|
|
|
12462
12447
|
]
|
|
12463
12448
|
},
|
|
12464
12449
|
"active": {
|
|
12465
|
-
"value": "#
|
|
12450
|
+
"value": "#fdd4cd",
|
|
12466
12451
|
"$type": "color",
|
|
12467
12452
|
"comment": "Used for the background of a danger (destructive) primary button in the active state.",
|
|
12468
12453
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12470,7 +12455,7 @@
|
|
|
12470
12455
|
"original": {
|
|
12471
12456
|
"value": {
|
|
12472
12457
|
"default": "{color.red.800}",
|
|
12473
|
-
"dark": "{color.red.
|
|
12458
|
+
"dark": "{color.red.100}"
|
|
12474
12459
|
},
|
|
12475
12460
|
"$type": "color",
|
|
12476
12461
|
"comment": "Used for the background of a danger (destructive) primary button in the active state."
|
|
@@ -12491,7 +12476,7 @@
|
|
|
12491
12476
|
"border": {
|
|
12492
12477
|
"color": {
|
|
12493
12478
|
"default": {
|
|
12494
|
-
"value": "
|
|
12479
|
+
"value": "#f57f6c",
|
|
12495
12480
|
"$type": "color",
|
|
12496
12481
|
"comment": "Used for the border of a danger (destructive) primary button in the default state.",
|
|
12497
12482
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12499,7 +12484,7 @@
|
|
|
12499
12484
|
"original": {
|
|
12500
12485
|
"value": {
|
|
12501
12486
|
"default": "{color.red.600}",
|
|
12502
|
-
"dark": "{color.
|
|
12487
|
+
"dark": "{color.red.300}"
|
|
12503
12488
|
},
|
|
12504
12489
|
"$type": "color",
|
|
12505
12490
|
"comment": "Used for the border of a danger (destructive) primary button in the default state."
|
|
@@ -12516,7 +12501,7 @@
|
|
|
12516
12501
|
]
|
|
12517
12502
|
},
|
|
12518
12503
|
"hover": {
|
|
12519
|
-
"value": "
|
|
12504
|
+
"value": "#fdd4cd",
|
|
12520
12505
|
"$type": "color",
|
|
12521
12506
|
"comment": "Used for the border of a danger (destructive) primary button in the hover state.",
|
|
12522
12507
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12524,7 +12509,7 @@
|
|
|
12524
12509
|
"original": {
|
|
12525
12510
|
"value": {
|
|
12526
12511
|
"default": "{color.red.800}",
|
|
12527
|
-
"dark": "{color.
|
|
12512
|
+
"dark": "{color.red.100}"
|
|
12528
12513
|
},
|
|
12529
12514
|
"$type": "color",
|
|
12530
12515
|
"comment": "Used for the border of a danger (destructive) primary button in the hover state."
|
|
@@ -12541,7 +12526,7 @@
|
|
|
12541
12526
|
]
|
|
12542
12527
|
},
|
|
12543
12528
|
"focus": {
|
|
12544
|
-
"value": "
|
|
12529
|
+
"value": "#fdd4cd",
|
|
12545
12530
|
"$type": "color",
|
|
12546
12531
|
"comment": "Used for the border of a danger (destructive) primary button in the focus state.",
|
|
12547
12532
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12563,7 +12548,7 @@
|
|
|
12563
12548
|
]
|
|
12564
12549
|
},
|
|
12565
12550
|
"active": {
|
|
12566
|
-
"value": "
|
|
12551
|
+
"value": "#fcf1ef",
|
|
12567
12552
|
"$type": "color",
|
|
12568
12553
|
"comment": "Used for the border of a danger (destructive) primary button in the active state.",
|
|
12569
12554
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12571,7 +12556,7 @@
|
|
|
12571
12556
|
"original": {
|
|
12572
12557
|
"value": {
|
|
12573
12558
|
"default": "{color.red.900}",
|
|
12574
|
-
"dark": "{color.
|
|
12559
|
+
"dark": "{color.red.50}"
|
|
12575
12560
|
},
|
|
12576
12561
|
"$type": "color",
|
|
12577
12562
|
"comment": "Used for the border of a danger (destructive) primary button in the active state."
|
|
@@ -12594,7 +12579,7 @@
|
|
|
12594
12579
|
"foreground": {
|
|
12595
12580
|
"color": {
|
|
12596
12581
|
"default": {
|
|
12597
|
-
"value": "#
|
|
12582
|
+
"value": "#ec5941",
|
|
12598
12583
|
"$type": "color",
|
|
12599
12584
|
"comment": "Used for the foreground of a danger (destructive) button in the default state.",
|
|
12600
12585
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12602,7 +12587,7 @@
|
|
|
12602
12587
|
"original": {
|
|
12603
12588
|
"value": {
|
|
12604
12589
|
"default": "{color.red.500}",
|
|
12605
|
-
"dark": "{color.red.
|
|
12590
|
+
"dark": "{color.red.400}"
|
|
12606
12591
|
},
|
|
12607
12592
|
"$type": "color",
|
|
12608
12593
|
"comment": "Used for the foreground of a danger (destructive) button in the default state."
|
|
@@ -12619,7 +12604,7 @@
|
|
|
12619
12604
|
]
|
|
12620
12605
|
},
|
|
12621
12606
|
"hover": {
|
|
12622
|
-
"value": "#
|
|
12607
|
+
"value": "#fcb5aa",
|
|
12623
12608
|
"$type": "color",
|
|
12624
12609
|
"comment": "Used for the foreground of a danger (destructive) button in the hover state.",
|
|
12625
12610
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12627,7 +12612,7 @@
|
|
|
12627
12612
|
"original": {
|
|
12628
12613
|
"value": {
|
|
12629
12614
|
"default": "{color.red.700}",
|
|
12630
|
-
"dark": "{color.red.
|
|
12615
|
+
"dark": "{color.red.200}"
|
|
12631
12616
|
},
|
|
12632
12617
|
"$type": "color",
|
|
12633
12618
|
"comment": "Used for the foreground of a danger (destructive) button in the hover state."
|
|
@@ -12644,7 +12629,7 @@
|
|
|
12644
12629
|
]
|
|
12645
12630
|
},
|
|
12646
12631
|
"focus": {
|
|
12647
|
-
"value": "#
|
|
12632
|
+
"value": "#fcb5aa",
|
|
12648
12633
|
"$type": "color",
|
|
12649
12634
|
"comment": "Used for the foreground of a danger (destructive) button in the focus state.",
|
|
12650
12635
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12674,7 +12659,7 @@
|
|
|
12674
12659
|
"original": {
|
|
12675
12660
|
"value": {
|
|
12676
12661
|
"default": "{color.red.900}",
|
|
12677
|
-
"dark": "{
|
|
12662
|
+
"dark": "{color.red.50}"
|
|
12678
12663
|
},
|
|
12679
12664
|
"$type": "color",
|
|
12680
12665
|
"comment": "Used for the foreground of a danger (destructive) button in the active state."
|
|
@@ -12695,7 +12680,7 @@
|
|
|
12695
12680
|
"background": {
|
|
12696
12681
|
"color": {
|
|
12697
12682
|
"default": {
|
|
12698
|
-
"value": "
|
|
12683
|
+
"value": "#28272d",
|
|
12699
12684
|
"$type": "color",
|
|
12700
12685
|
"comment": "Used for the background of an outlined danger (destructive) button in the default state.",
|
|
12701
12686
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12703,7 +12688,7 @@
|
|
|
12703
12688
|
"original": {
|
|
12704
12689
|
"value": {
|
|
12705
12690
|
"default": "{color.neutral.0}",
|
|
12706
|
-
"dark": "
|
|
12691
|
+
"dark": "{color.neutral.900}"
|
|
12707
12692
|
},
|
|
12708
12693
|
"$type": "color",
|
|
12709
12694
|
"comment": "Used for the background of an outlined danger (destructive) button in the default state."
|
|
@@ -12720,7 +12705,7 @@
|
|
|
12720
12705
|
]
|
|
12721
12706
|
},
|
|
12722
12707
|
"hover": {
|
|
12723
|
-
"value": "
|
|
12708
|
+
"value": "#660e00",
|
|
12724
12709
|
"$type": "color",
|
|
12725
12710
|
"comment": "Used for the background of an outlined danger (destructive) button in the hover state.",
|
|
12726
12711
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12728,7 +12713,7 @@
|
|
|
12728
12713
|
"original": {
|
|
12729
12714
|
"value": {
|
|
12730
12715
|
"default": "{color.red.50}",
|
|
12731
|
-
"dark": "
|
|
12716
|
+
"dark": "{color.red.900}"
|
|
12732
12717
|
},
|
|
12733
12718
|
"$type": "color",
|
|
12734
12719
|
"comment": "Used for the background of an outlined danger (destructive) button in the hover state."
|
|
@@ -12745,7 +12730,7 @@
|
|
|
12745
12730
|
]
|
|
12746
12731
|
},
|
|
12747
12732
|
"focus": {
|
|
12748
|
-
"value": "
|
|
12733
|
+
"value": "#660e00",
|
|
12749
12734
|
"$type": "color",
|
|
12750
12735
|
"comment": "Used for the background of an outlined danger (destructive) button in the focus state.",
|
|
12751
12736
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12767,7 +12752,7 @@
|
|
|
12767
12752
|
]
|
|
12768
12753
|
},
|
|
12769
12754
|
"active": {
|
|
12770
|
-
"value": "
|
|
12755
|
+
"value": "#8d1300",
|
|
12771
12756
|
"$type": "color",
|
|
12772
12757
|
"comment": "Used for the background of an outlined danger (destructive) button in the active state.",
|
|
12773
12758
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12775,7 +12760,7 @@
|
|
|
12775
12760
|
"original": {
|
|
12776
12761
|
"value": {
|
|
12777
12762
|
"default": "{color.red.100}",
|
|
12778
|
-
"dark": "
|
|
12763
|
+
"dark": "{color.red.800}"
|
|
12779
12764
|
},
|
|
12780
12765
|
"$type": "color",
|
|
12781
12766
|
"comment": "Used for the background of an outlined danger (destructive) button in the active state."
|
|
@@ -12796,7 +12781,7 @@
|
|
|
12796
12781
|
"border": {
|
|
12797
12782
|
"color": {
|
|
12798
12783
|
"default": {
|
|
12799
|
-
"value": "
|
|
12784
|
+
"value": "#ec5941",
|
|
12800
12785
|
"$type": "color",
|
|
12801
12786
|
"comment": "Used for the border of an outlined danger (destructive) button in the default state.",
|
|
12802
12787
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12804,7 +12789,7 @@
|
|
|
12804
12789
|
"original": {
|
|
12805
12790
|
"value": {
|
|
12806
12791
|
"default": "{color.red.500}",
|
|
12807
|
-
"dark": "{color.
|
|
12792
|
+
"dark": "{color.red.400}"
|
|
12808
12793
|
},
|
|
12809
12794
|
"$type": "color",
|
|
12810
12795
|
"comment": "Used for the border of an outlined danger (destructive) button in the default state."
|
|
@@ -12821,7 +12806,7 @@
|
|
|
12821
12806
|
]
|
|
12822
12807
|
},
|
|
12823
12808
|
"hover": {
|
|
12824
|
-
"value": "
|
|
12809
|
+
"value": "#fcb5aa",
|
|
12825
12810
|
"$type": "color",
|
|
12826
12811
|
"comment": "Used for the border of an outlined danger (destructive) button in the hover state.",
|
|
12827
12812
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12829,7 +12814,7 @@
|
|
|
12829
12814
|
"original": {
|
|
12830
12815
|
"value": {
|
|
12831
12816
|
"default": "{color.red.700}",
|
|
12832
|
-
"dark": "{color.
|
|
12817
|
+
"dark": "{color.red.200}"
|
|
12833
12818
|
},
|
|
12834
12819
|
"$type": "color",
|
|
12835
12820
|
"comment": "Used for the border of an outlined danger (destructive) button in the hover state."
|
|
@@ -12846,7 +12831,7 @@
|
|
|
12846
12831
|
]
|
|
12847
12832
|
},
|
|
12848
12833
|
"focus": {
|
|
12849
|
-
"value": "
|
|
12834
|
+
"value": "#fcb5aa",
|
|
12850
12835
|
"$type": "color",
|
|
12851
12836
|
"comment": "Used for the border of an outlined danger (destructive) button in the focus state.",
|
|
12852
12837
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12868,7 +12853,7 @@
|
|
|
12868
12853
|
]
|
|
12869
12854
|
},
|
|
12870
12855
|
"active": {
|
|
12871
|
-
"value": "
|
|
12856
|
+
"value": "#fcf1ef",
|
|
12872
12857
|
"$type": "color",
|
|
12873
12858
|
"comment": "Used for the border of an outlined danger (destructive) button in the active state.",
|
|
12874
12859
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12876,7 +12861,7 @@
|
|
|
12876
12861
|
"original": {
|
|
12877
12862
|
"value": {
|
|
12878
12863
|
"default": "{color.red.900}",
|
|
12879
|
-
"dark": "{color.
|
|
12864
|
+
"dark": "{color.red.50}"
|
|
12880
12865
|
},
|
|
12881
12866
|
"$type": "color",
|
|
12882
12867
|
"comment": "Used for the border of an outlined danger (destructive) button in the active state."
|
|
@@ -12899,7 +12884,7 @@
|
|
|
12899
12884
|
"foreground": {
|
|
12900
12885
|
"color": {
|
|
12901
12886
|
"default": {
|
|
12902
|
-
"value": "#
|
|
12887
|
+
"value": "#ec5941",
|
|
12903
12888
|
"$type": "color",
|
|
12904
12889
|
"comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state.",
|
|
12905
12890
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12921,7 +12906,7 @@
|
|
|
12921
12906
|
]
|
|
12922
12907
|
},
|
|
12923
12908
|
"hover": {
|
|
12924
|
-
"value": "#
|
|
12909
|
+
"value": "#fcb5aa",
|
|
12925
12910
|
"$type": "color",
|
|
12926
12911
|
"comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
12927
12912
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12943,7 +12928,7 @@
|
|
|
12943
12928
|
]
|
|
12944
12929
|
},
|
|
12945
12930
|
"focus": {
|
|
12946
|
-
"value": "#
|
|
12931
|
+
"value": "#fcb5aa",
|
|
12947
12932
|
"$type": "color",
|
|
12948
12933
|
"comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
12949
12934
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -12965,7 +12950,7 @@
|
|
|
12965
12950
|
]
|
|
12966
12951
|
},
|
|
12967
12952
|
"active": {
|
|
12968
|
-
"value": "#
|
|
12953
|
+
"value": "#fcf1ef",
|
|
12969
12954
|
"$type": "color",
|
|
12970
12955
|
"comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
|
|
12971
12956
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13449,7 +13434,7 @@
|
|
|
13449
13434
|
"background": {
|
|
13450
13435
|
"color": {
|
|
13451
13436
|
"default": {
|
|
13452
|
-
"value": "
|
|
13437
|
+
"value": "#28272d",
|
|
13453
13438
|
"$type": "color",
|
|
13454
13439
|
"comment": "Used for the background of a selected button in the default state.",
|
|
13455
13440
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13470,7 +13455,7 @@
|
|
|
13470
13455
|
]
|
|
13471
13456
|
},
|
|
13472
13457
|
"hover": {
|
|
13473
|
-
"value": "
|
|
13458
|
+
"value": "#28272d",
|
|
13474
13459
|
"$type": "color",
|
|
13475
13460
|
"comment": "Used for the background of a selected button in the hover state.",
|
|
13476
13461
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13491,7 +13476,7 @@
|
|
|
13491
13476
|
]
|
|
13492
13477
|
},
|
|
13493
13478
|
"focus": {
|
|
13494
|
-
"value": "
|
|
13479
|
+
"value": "#28272d",
|
|
13495
13480
|
"$type": "color",
|
|
13496
13481
|
"comment": "Used for the background of a selected button in the focus state.",
|
|
13497
13482
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13512,7 +13497,7 @@
|
|
|
13512
13497
|
]
|
|
13513
13498
|
},
|
|
13514
13499
|
"active": {
|
|
13515
|
-
"value": "
|
|
13500
|
+
"value": "#3a383f",
|
|
13516
13501
|
"$type": "color",
|
|
13517
13502
|
"comment": "Used for the background of a selected button in the active state.",
|
|
13518
13503
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13660,7 +13645,7 @@
|
|
|
13660
13645
|
},
|
|
13661
13646
|
"background": {
|
|
13662
13647
|
"color": {
|
|
13663
|
-
"value": "
|
|
13648
|
+
"value": "#18171d",
|
|
13664
13649
|
"$type": "color",
|
|
13665
13650
|
"comment": "Used for the background of a disabled button.",
|
|
13666
13651
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13668,7 +13653,7 @@
|
|
|
13668
13653
|
"original": {
|
|
13669
13654
|
"value": {
|
|
13670
13655
|
"default": "{color.neutral.10}",
|
|
13671
|
-
"dark": "
|
|
13656
|
+
"dark": "{color.neutral.950}"
|
|
13672
13657
|
},
|
|
13673
13658
|
"$type": "color",
|
|
13674
13659
|
"comment": "Used for the background of a disabled button."
|
|
@@ -13685,7 +13670,7 @@
|
|
|
13685
13670
|
},
|
|
13686
13671
|
"border": {
|
|
13687
13672
|
"color": {
|
|
13688
|
-
"value": "
|
|
13673
|
+
"value": "#3a383f",
|
|
13689
13674
|
"$type": "color",
|
|
13690
13675
|
"comment": "Used for the border of a disabled button.",
|
|
13691
13676
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -13693,7 +13678,7 @@
|
|
|
13693
13678
|
"original": {
|
|
13694
13679
|
"value": {
|
|
13695
13680
|
"default": "{color.neutral.100}",
|
|
13696
|
-
"dark": "{color.
|
|
13681
|
+
"dark": "{color.neutral.800}"
|
|
13697
13682
|
},
|
|
13698
13683
|
"$type": "color",
|
|
13699
13684
|
"comment": "Used for the border of a disabled button."
|
|
@@ -15251,7 +15236,7 @@
|
|
|
15251
15236
|
},
|
|
15252
15237
|
"checked": {
|
|
15253
15238
|
"default": {
|
|
15254
|
-
"value": "#
|
|
15239
|
+
"value": "#428fdc",
|
|
15255
15240
|
"$type": "color",
|
|
15256
15241
|
"comment": "Used for the icon color of a checked toggle switch in the default state.",
|
|
15257
15242
|
"filePath": "src/tokens/contextual/toggle.tokens.json",
|
|
@@ -15273,7 +15258,7 @@
|
|
|
15273
15258
|
]
|
|
15274
15259
|
},
|
|
15275
15260
|
"hover": {
|
|
15276
|
-
"value": "#
|
|
15261
|
+
"value": "#63a6e9",
|
|
15277
15262
|
"$type": "color",
|
|
15278
15263
|
"comment": "Used for the icon color of a checked toggle switch in the hover state.",
|
|
15279
15264
|
"filePath": "src/tokens/contextual/toggle.tokens.json",
|
|
@@ -15295,7 +15280,7 @@
|
|
|
15295
15280
|
]
|
|
15296
15281
|
},
|
|
15297
15282
|
"focus": {
|
|
15298
|
-
"value": "#
|
|
15283
|
+
"value": "#63a6e9",
|
|
15299
15284
|
"$type": "color",
|
|
15300
15285
|
"comment": "Used for the icon color of a checked toggle switch in the focus state.",
|
|
15301
15286
|
"filePath": "src/tokens/contextual/toggle.tokens.json",
|
|
@@ -15317,7 +15302,7 @@
|
|
|
15317
15302
|
]
|
|
15318
15303
|
},
|
|
15319
15304
|
"active": {
|
|
15320
|
-
"value": "#
|
|
15305
|
+
"value": "#9dc7f1",
|
|
15321
15306
|
"$type": "color",
|
|
15322
15307
|
"comment": "Used for the icon color of a checked toggle switch in the active state.",
|
|
15323
15308
|
"filePath": "src/tokens/contextual/toggle.tokens.json",
|