@pantheon-systems/pds-design-tokens 1.0.0-dev.151 → 1.0.0-dev.153
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/build/css/pds-design-tokens-dark-mode.css +124 -126
- package/build/css/pds-design-tokens-light-mode.css +20 -14
- package/build/css/pds-design-tokens.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +1939 -2002
- package/build/json/pds-design-tokens-dark-mode.json +1366 -1477
- package/build/json/pds-design-tokens-light-mode.json +599 -517
- package/build/json/pds-design-tokens.json +23 -0
- package/package.json +1 -1
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"indicator": {
|
|
6
6
|
"silver": {
|
|
7
7
|
"background": {
|
|
8
|
-
"value": "#
|
|
8
|
+
"value": "#b5b5bc",
|
|
9
9
|
"public": true,
|
|
10
10
|
"isReferenceToInternal": true,
|
|
11
11
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
12
12
|
"isSource": true,
|
|
13
13
|
"original": {
|
|
14
|
-
"value": "{color.dark-mode.neutral.
|
|
14
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
15
15
|
"public": true,
|
|
16
16
|
"isReferenceToInternal": true
|
|
17
17
|
},
|
|
@@ -33,13 +33,15 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"foreground": {
|
|
36
|
-
"value": "#
|
|
36
|
+
"value": "#2f323d",
|
|
37
37
|
"public": true,
|
|
38
|
+
"isReferenceToInternal": true,
|
|
38
39
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
39
40
|
"isSource": true,
|
|
40
41
|
"original": {
|
|
41
|
-
"value": "{color.dark-mode.
|
|
42
|
-
"public": true
|
|
42
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
43
|
+
"public": true,
|
|
44
|
+
"isReferenceToInternal": true
|
|
43
45
|
},
|
|
44
46
|
"name": "color-dark-mode-badge-indicator-silver-foreground",
|
|
45
47
|
"attributes": {
|
|
@@ -119,13 +121,13 @@
|
|
|
119
121
|
},
|
|
120
122
|
"platinum": {
|
|
121
123
|
"background": {
|
|
122
|
-
"value": "#
|
|
124
|
+
"value": "#cbc2f0",
|
|
123
125
|
"public": true,
|
|
124
126
|
"isReferenceToInternal": true,
|
|
125
127
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
126
128
|
"isSource": true,
|
|
127
129
|
"original": {
|
|
128
|
-
"value": "{color.dark-mode.brand.
|
|
130
|
+
"value": "{color.dark-mode.brand.primary.200.value}",
|
|
129
131
|
"public": true,
|
|
130
132
|
"isReferenceToInternal": true
|
|
131
133
|
},
|
|
@@ -147,13 +149,13 @@
|
|
|
147
149
|
]
|
|
148
150
|
},
|
|
149
151
|
"foreground": {
|
|
150
|
-
"value": "#
|
|
152
|
+
"value": "#42318d",
|
|
151
153
|
"public": true,
|
|
152
154
|
"isReferenceToInternal": true,
|
|
153
155
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
154
156
|
"isSource": true,
|
|
155
157
|
"original": {
|
|
156
|
-
"value": "{color.dark-mode.brand.
|
|
158
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
157
159
|
"public": true,
|
|
158
160
|
"isReferenceToInternal": true
|
|
159
161
|
},
|
|
@@ -177,12 +179,12 @@
|
|
|
177
179
|
},
|
|
178
180
|
"diamond": {
|
|
179
181
|
"background": {
|
|
180
|
-
"value": "#
|
|
182
|
+
"value": "#d3e7fd",
|
|
181
183
|
"public": true,
|
|
182
184
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
183
185
|
"isSource": true,
|
|
184
186
|
"original": {
|
|
185
|
-
"value": "#
|
|
187
|
+
"value": "#D3E7FD",
|
|
186
188
|
"public": true
|
|
187
189
|
},
|
|
188
190
|
"name": "color-dark-mode-badge-indicator-diamond-background",
|
|
@@ -203,13 +205,13 @@
|
|
|
203
205
|
]
|
|
204
206
|
},
|
|
205
207
|
"foreground": {
|
|
206
|
-
"value": "#
|
|
208
|
+
"value": "#005cc8",
|
|
207
209
|
"public": true,
|
|
208
210
|
"isReferenceToInternal": true,
|
|
209
211
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
210
212
|
"isSource": true,
|
|
211
213
|
"original": {
|
|
212
|
-
"value": "{color.dark-mode.status.info.
|
|
214
|
+
"value": "{color.dark-mode.status.info.utility.value}",
|
|
213
215
|
"public": true,
|
|
214
216
|
"isReferenceToInternal": true
|
|
215
217
|
},
|
|
@@ -233,13 +235,13 @@
|
|
|
233
235
|
},
|
|
234
236
|
"critical": {
|
|
235
237
|
"background": {
|
|
236
|
-
"value": "#
|
|
238
|
+
"value": "#a70000",
|
|
237
239
|
"public": true,
|
|
238
240
|
"isReferenceToInternal": true,
|
|
239
241
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
240
242
|
"isSource": true,
|
|
241
243
|
"original": {
|
|
242
|
-
"value": "{color.dark-mode.status.critical.
|
|
244
|
+
"value": "{color.dark-mode.status.critical.utility.value}",
|
|
243
245
|
"public": true,
|
|
244
246
|
"isReferenceToInternal": true
|
|
245
247
|
},
|
|
@@ -291,13 +293,13 @@
|
|
|
291
293
|
},
|
|
292
294
|
"info": {
|
|
293
295
|
"background": {
|
|
294
|
-
"value": "#
|
|
296
|
+
"value": "#005cc8",
|
|
295
297
|
"public": true,
|
|
296
298
|
"isReferenceToInternal": true,
|
|
297
299
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
298
300
|
"isSource": true,
|
|
299
301
|
"original": {
|
|
300
|
-
"value": "{color.dark-mode.status.info.
|
|
302
|
+
"value": "{color.dark-mode.status.info.utility.value}",
|
|
301
303
|
"public": true,
|
|
302
304
|
"isReferenceToInternal": true
|
|
303
305
|
},
|
|
@@ -349,13 +351,13 @@
|
|
|
349
351
|
},
|
|
350
352
|
"success": {
|
|
351
353
|
"background": {
|
|
352
|
-
"value": "#
|
|
354
|
+
"value": "#00710f",
|
|
353
355
|
"public": true,
|
|
354
356
|
"isReferenceToInternal": true,
|
|
355
357
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
356
358
|
"isSource": true,
|
|
357
359
|
"original": {
|
|
358
|
-
"value": "{color.dark-mode.status.success.
|
|
360
|
+
"value": "{color.dark-mode.status.success.utility.value}",
|
|
359
361
|
"public": true,
|
|
360
362
|
"isReferenceToInternal": true
|
|
361
363
|
},
|
|
@@ -407,13 +409,13 @@
|
|
|
407
409
|
},
|
|
408
410
|
"neutral": {
|
|
409
411
|
"background": {
|
|
410
|
-
"value": "#
|
|
412
|
+
"value": "#6d6d78",
|
|
411
413
|
"public": true,
|
|
412
414
|
"isReferenceToInternal": true,
|
|
413
415
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
414
416
|
"isSource": true,
|
|
415
417
|
"original": {
|
|
416
|
-
"value": "{color.dark-mode.neutral.
|
|
418
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
417
419
|
"public": true,
|
|
418
420
|
"isReferenceToInternal": true
|
|
419
421
|
},
|
|
@@ -465,13 +467,13 @@
|
|
|
465
467
|
},
|
|
466
468
|
"warning": {
|
|
467
469
|
"background": {
|
|
468
|
-
"value": "#
|
|
470
|
+
"value": "#bd5b00",
|
|
469
471
|
"public": true,
|
|
470
472
|
"isReferenceToInternal": true,
|
|
471
473
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
472
474
|
"isSource": true,
|
|
473
475
|
"original": {
|
|
474
|
-
"value": "{color.dark-mode.status.warning.
|
|
476
|
+
"value": "{color.dark-mode.status.warning.utility.value}",
|
|
475
477
|
"public": true,
|
|
476
478
|
"isReferenceToInternal": true
|
|
477
479
|
},
|
|
@@ -523,7 +525,7 @@
|
|
|
523
525
|
},
|
|
524
526
|
"brand": {
|
|
525
527
|
"background": {
|
|
526
|
-
"value": "#
|
|
528
|
+
"value": "#745dd8",
|
|
527
529
|
"public": true,
|
|
528
530
|
"isReferenceToInternal": true,
|
|
529
531
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
@@ -584,13 +586,15 @@
|
|
|
584
586
|
"banner": {
|
|
585
587
|
"info": {
|
|
586
588
|
"background": {
|
|
587
|
-
"value": "#
|
|
589
|
+
"value": "#005cc8",
|
|
588
590
|
"public": true,
|
|
591
|
+
"isReferenceToInternal": true,
|
|
589
592
|
"filePath": "tokens/color/component/banner.dark.json",
|
|
590
593
|
"isSource": true,
|
|
591
594
|
"original": {
|
|
592
|
-
"value": "
|
|
593
|
-
"public": true
|
|
595
|
+
"value": "{color.dark-mode.status.info.utility.value}",
|
|
596
|
+
"public": true,
|
|
597
|
+
"isReferenceToInternal": true
|
|
594
598
|
},
|
|
595
599
|
"name": "color-dark-mode-banner-info-background",
|
|
596
600
|
"attributes": {
|
|
@@ -638,13 +642,15 @@
|
|
|
638
642
|
},
|
|
639
643
|
"warning": {
|
|
640
644
|
"background": {
|
|
641
|
-
"value": "#
|
|
645
|
+
"value": "#bd5b00",
|
|
642
646
|
"public": true,
|
|
647
|
+
"isReferenceToInternal": true,
|
|
643
648
|
"filePath": "tokens/color/component/banner.dark.json",
|
|
644
649
|
"isSource": true,
|
|
645
650
|
"original": {
|
|
646
|
-
"value": "
|
|
647
|
-
"public": true
|
|
651
|
+
"value": "{color.dark-mode.status.warning.utility.value}",
|
|
652
|
+
"public": true,
|
|
653
|
+
"isReferenceToInternal": true
|
|
648
654
|
},
|
|
649
655
|
"name": "color-dark-mode-banner-warning-background",
|
|
650
656
|
"attributes": {
|
|
@@ -663,13 +669,13 @@
|
|
|
663
669
|
]
|
|
664
670
|
},
|
|
665
671
|
"foreground": {
|
|
666
|
-
"value": "#
|
|
672
|
+
"value": "#ffffff",
|
|
667
673
|
"public": true,
|
|
668
674
|
"isReferenceToInternal": true,
|
|
669
675
|
"filePath": "tokens/color/component/banner.dark.json",
|
|
670
676
|
"isSource": true,
|
|
671
677
|
"original": {
|
|
672
|
-
"value": "{color.dark-mode.neutral.
|
|
678
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
673
679
|
"public": true,
|
|
674
680
|
"isReferenceToInternal": true
|
|
675
681
|
},
|
|
@@ -692,13 +698,15 @@
|
|
|
692
698
|
},
|
|
693
699
|
"critical": {
|
|
694
700
|
"background": {
|
|
695
|
-
"value": "#
|
|
701
|
+
"value": "#a70000",
|
|
696
702
|
"public": true,
|
|
703
|
+
"isReferenceToInternal": true,
|
|
697
704
|
"filePath": "tokens/color/component/banner.dark.json",
|
|
698
705
|
"isSource": true,
|
|
699
706
|
"original": {
|
|
700
|
-
"value": "
|
|
701
|
-
"public": true
|
|
707
|
+
"value": "{color.dark-mode.status.critical.utility.value}",
|
|
708
|
+
"public": true,
|
|
709
|
+
"isReferenceToInternal": true
|
|
702
710
|
},
|
|
703
711
|
"name": "color-dark-mode-banner-critical-background",
|
|
704
712
|
"attributes": {
|
|
@@ -749,7 +757,7 @@
|
|
|
749
757
|
"primary": {
|
|
750
758
|
"background": {
|
|
751
759
|
"default": {
|
|
752
|
-
"value": "#
|
|
760
|
+
"value": "#42318d",
|
|
753
761
|
"public": true,
|
|
754
762
|
"isReferenceToInternal": true,
|
|
755
763
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -777,7 +785,7 @@
|
|
|
777
785
|
]
|
|
778
786
|
},
|
|
779
787
|
"hover": {
|
|
780
|
-
"value": "#
|
|
788
|
+
"value": "#2c205e",
|
|
781
789
|
"public": true,
|
|
782
790
|
"isReferenceToInternal": true,
|
|
783
791
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -805,7 +813,7 @@
|
|
|
805
813
|
]
|
|
806
814
|
},
|
|
807
815
|
"active": {
|
|
808
|
-
"value": "#
|
|
816
|
+
"value": "#42318d",
|
|
809
817
|
"public": true,
|
|
810
818
|
"isReferenceToInternal": true,
|
|
811
819
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -835,7 +843,7 @@
|
|
|
835
843
|
},
|
|
836
844
|
"border": {
|
|
837
845
|
"default": {
|
|
838
|
-
"value": "#
|
|
846
|
+
"value": "#42318d",
|
|
839
847
|
"public": true,
|
|
840
848
|
"isReferenceToInternal": true,
|
|
841
849
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -863,7 +871,7 @@
|
|
|
863
871
|
]
|
|
864
872
|
},
|
|
865
873
|
"hover": {
|
|
866
|
-
"value": "#
|
|
874
|
+
"value": "#2c205e",
|
|
867
875
|
"public": true,
|
|
868
876
|
"isReferenceToInternal": true,
|
|
869
877
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -891,7 +899,7 @@
|
|
|
891
899
|
]
|
|
892
900
|
},
|
|
893
901
|
"active": {
|
|
894
|
-
"value": "#
|
|
902
|
+
"value": "#42318d",
|
|
895
903
|
"public": true,
|
|
896
904
|
"isReferenceToInternal": true,
|
|
897
905
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1035,7 +1043,7 @@
|
|
|
1035
1043
|
]
|
|
1036
1044
|
},
|
|
1037
1045
|
"hover": {
|
|
1038
|
-
"value": "#
|
|
1046
|
+
"value": "#20232c",
|
|
1039
1047
|
"public": true,
|
|
1040
1048
|
"isReferenceToInternal": true,
|
|
1041
1049
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1063,7 +1071,7 @@
|
|
|
1063
1071
|
]
|
|
1064
1072
|
},
|
|
1065
1073
|
"active": {
|
|
1066
|
-
"value": "#
|
|
1074
|
+
"value": "#1a1b20",
|
|
1067
1075
|
"public": true,
|
|
1068
1076
|
"isReferenceToInternal": true,
|
|
1069
1077
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1093,7 +1101,7 @@
|
|
|
1093
1101
|
},
|
|
1094
1102
|
"border": {
|
|
1095
1103
|
"default": {
|
|
1096
|
-
"value": "#
|
|
1104
|
+
"value": "#6d6d78",
|
|
1097
1105
|
"public": true,
|
|
1098
1106
|
"isReferenceToInternal": true,
|
|
1099
1107
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1149,7 +1157,7 @@
|
|
|
1149
1157
|
]
|
|
1150
1158
|
},
|
|
1151
1159
|
"active": {
|
|
1152
|
-
"value": "#
|
|
1160
|
+
"value": "#20232c",
|
|
1153
1161
|
"public": true,
|
|
1154
1162
|
"isReferenceToInternal": true,
|
|
1155
1163
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1179,7 +1187,7 @@
|
|
|
1179
1187
|
},
|
|
1180
1188
|
"foreground": {
|
|
1181
1189
|
"default": {
|
|
1182
|
-
"value": "#
|
|
1190
|
+
"value": "#b5b5bc",
|
|
1183
1191
|
"public": true,
|
|
1184
1192
|
"isReferenceToInternal": true,
|
|
1185
1193
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1235,7 +1243,7 @@
|
|
|
1235
1243
|
]
|
|
1236
1244
|
},
|
|
1237
1245
|
"active": {
|
|
1238
|
-
"value": "#
|
|
1246
|
+
"value": "#b5b5bc",
|
|
1239
1247
|
"public": true,
|
|
1240
1248
|
"isReferenceToInternal": true,
|
|
1241
1249
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1323,7 +1331,7 @@
|
|
|
1323
1331
|
},
|
|
1324
1332
|
"foreground": {
|
|
1325
1333
|
"default": {
|
|
1326
|
-
"value": "#
|
|
1334
|
+
"value": "#cbc2f0",
|
|
1327
1335
|
"public": true,
|
|
1328
1336
|
"isReferenceToInternal": true,
|
|
1329
1337
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1351,7 +1359,7 @@
|
|
|
1351
1359
|
]
|
|
1352
1360
|
},
|
|
1353
1361
|
"hover": {
|
|
1354
|
-
"value": "#
|
|
1362
|
+
"value": "#745dd8",
|
|
1355
1363
|
"public": true,
|
|
1356
1364
|
"isReferenceToInternal": true,
|
|
1357
1365
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1379,7 +1387,7 @@
|
|
|
1379
1387
|
]
|
|
1380
1388
|
},
|
|
1381
1389
|
"active": {
|
|
1382
|
-
"value": "#
|
|
1390
|
+
"value": "#745dd8",
|
|
1383
1391
|
"public": true,
|
|
1384
1392
|
"isReferenceToInternal": true,
|
|
1385
1393
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1589,7 +1597,7 @@
|
|
|
1589
1597
|
"filePath": "tokens/color/component/button.dark.json",
|
|
1590
1598
|
"isSource": true,
|
|
1591
1599
|
"original": {
|
|
1592
|
-
"value": "{color.dark-mode.neutral.
|
|
1600
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1593
1601
|
"public": true,
|
|
1594
1602
|
"isReferenceToInternal": true
|
|
1595
1603
|
},
|
|
@@ -1617,7 +1625,7 @@
|
|
|
1617
1625
|
"filePath": "tokens/color/component/button.dark.json",
|
|
1618
1626
|
"isSource": true,
|
|
1619
1627
|
"original": {
|
|
1620
|
-
"value": "{color.dark-mode.neutral.
|
|
1628
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1621
1629
|
"public": true,
|
|
1622
1630
|
"isReferenceToInternal": true
|
|
1623
1631
|
},
|
|
@@ -1645,7 +1653,7 @@
|
|
|
1645
1653
|
"filePath": "tokens/color/component/button.dark.json",
|
|
1646
1654
|
"isSource": true,
|
|
1647
1655
|
"original": {
|
|
1648
|
-
"value": "{color.dark-mode.neutral.
|
|
1656
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1649
1657
|
"public": true,
|
|
1650
1658
|
"isReferenceToInternal": true
|
|
1651
1659
|
},
|
|
@@ -1697,7 +1705,7 @@
|
|
|
1697
1705
|
]
|
|
1698
1706
|
},
|
|
1699
1707
|
"hover": {
|
|
1700
|
-
"value": "#
|
|
1708
|
+
"value": "#20232c",
|
|
1701
1709
|
"public": true,
|
|
1702
1710
|
"isReferenceToInternal": true,
|
|
1703
1711
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1725,7 +1733,7 @@
|
|
|
1725
1733
|
]
|
|
1726
1734
|
},
|
|
1727
1735
|
"active": {
|
|
1728
|
-
"value": "#
|
|
1736
|
+
"value": "#1a1b20",
|
|
1729
1737
|
"public": true,
|
|
1730
1738
|
"isReferenceToInternal": true,
|
|
1731
1739
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1755,7 +1763,7 @@
|
|
|
1755
1763
|
},
|
|
1756
1764
|
"border": {
|
|
1757
1765
|
"default": {
|
|
1758
|
-
"value": "#
|
|
1766
|
+
"value": "#6d6d78",
|
|
1759
1767
|
"public": true,
|
|
1760
1768
|
"isReferenceToInternal": true,
|
|
1761
1769
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1811,7 +1819,7 @@
|
|
|
1811
1819
|
]
|
|
1812
1820
|
},
|
|
1813
1821
|
"active": {
|
|
1814
|
-
"value": "#
|
|
1822
|
+
"value": "#20232c",
|
|
1815
1823
|
"public": true,
|
|
1816
1824
|
"isReferenceToInternal": true,
|
|
1817
1825
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1841,7 +1849,7 @@
|
|
|
1841
1849
|
},
|
|
1842
1850
|
"foreground": {
|
|
1843
1851
|
"default": {
|
|
1844
|
-
"value": "#
|
|
1852
|
+
"value": "#b5b5bc",
|
|
1845
1853
|
"public": true,
|
|
1846
1854
|
"isReferenceToInternal": true,
|
|
1847
1855
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1897,7 +1905,7 @@
|
|
|
1897
1905
|
]
|
|
1898
1906
|
},
|
|
1899
1907
|
"active": {
|
|
1900
|
-
"value": "#
|
|
1908
|
+
"value": "#b5b5bc",
|
|
1901
1909
|
"public": true,
|
|
1902
1910
|
"isReferenceToInternal": true,
|
|
1903
1911
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -1929,7 +1937,7 @@
|
|
|
1929
1937
|
"critical": {
|
|
1930
1938
|
"background": {
|
|
1931
1939
|
"default": {
|
|
1932
|
-
"value": "#
|
|
1940
|
+
"value": "#1a1b20",
|
|
1933
1941
|
"public": true,
|
|
1934
1942
|
"filePath": "tokens/color/component/button.dark.json",
|
|
1935
1943
|
"isSource": true,
|
|
@@ -1955,7 +1963,7 @@
|
|
|
1955
1963
|
]
|
|
1956
1964
|
},
|
|
1957
1965
|
"hover": {
|
|
1958
|
-
"value": "#
|
|
1966
|
+
"value": "#570000",
|
|
1959
1967
|
"public": true,
|
|
1960
1968
|
"filePath": "tokens/color/component/button.dark.json",
|
|
1961
1969
|
"isSource": true,
|
|
@@ -2009,7 +2017,7 @@
|
|
|
2009
2017
|
},
|
|
2010
2018
|
"border": {
|
|
2011
2019
|
"default": {
|
|
2012
|
-
"value": "#
|
|
2020
|
+
"value": "#f9634c",
|
|
2013
2021
|
"public": true,
|
|
2014
2022
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2015
2023
|
"isSource": true,
|
|
@@ -2035,7 +2043,7 @@
|
|
|
2035
2043
|
]
|
|
2036
2044
|
},
|
|
2037
2045
|
"hover": {
|
|
2038
|
-
"value": "#
|
|
2046
|
+
"value": "#f9634c",
|
|
2039
2047
|
"public": true,
|
|
2040
2048
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2041
2049
|
"isSource": true,
|
|
@@ -2061,7 +2069,7 @@
|
|
|
2061
2069
|
]
|
|
2062
2070
|
},
|
|
2063
2071
|
"active": {
|
|
2064
|
-
"value": "#
|
|
2072
|
+
"value": "#f9634c",
|
|
2065
2073
|
"public": true,
|
|
2066
2074
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2067
2075
|
"isSource": true,
|
|
@@ -2089,7 +2097,7 @@
|
|
|
2089
2097
|
},
|
|
2090
2098
|
"foreground": {
|
|
2091
2099
|
"default": {
|
|
2092
|
-
"value": "#
|
|
2100
|
+
"value": "#f9634c",
|
|
2093
2101
|
"public": true,
|
|
2094
2102
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2095
2103
|
"isSource": true,
|
|
@@ -2115,7 +2123,7 @@
|
|
|
2115
2123
|
]
|
|
2116
2124
|
},
|
|
2117
2125
|
"hover": {
|
|
2118
|
-
"value": "#
|
|
2126
|
+
"value": "#f9634c",
|
|
2119
2127
|
"public": true,
|
|
2120
2128
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2121
2129
|
"isSource": true,
|
|
@@ -2141,7 +2149,7 @@
|
|
|
2141
2149
|
]
|
|
2142
2150
|
},
|
|
2143
2151
|
"active": {
|
|
2144
|
-
"value": "#
|
|
2152
|
+
"value": "#f9634c",
|
|
2145
2153
|
"public": true,
|
|
2146
2154
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2147
2155
|
"isSource": true,
|
|
@@ -2199,7 +2207,7 @@
|
|
|
2199
2207
|
]
|
|
2200
2208
|
},
|
|
2201
2209
|
"hover": {
|
|
2202
|
-
"value": "#
|
|
2210
|
+
"value": "#9584e1",
|
|
2203
2211
|
"public": true,
|
|
2204
2212
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2205
2213
|
"isSource": true,
|
|
@@ -2225,7 +2233,7 @@
|
|
|
2225
2233
|
]
|
|
2226
2234
|
},
|
|
2227
2235
|
"active": {
|
|
2228
|
-
"value": "#
|
|
2236
|
+
"value": "#836fdc",
|
|
2229
2237
|
"public": true,
|
|
2230
2238
|
"filePath": "tokens/color/component/button.dark.json",
|
|
2231
2239
|
"isSource": true,
|
|
@@ -2253,1410 +2261,1112 @@
|
|
|
2253
2261
|
}
|
|
2254
2262
|
}
|
|
2255
2263
|
},
|
|
2256
|
-
"
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2260
|
-
"value": "#
|
|
2264
|
+
"icon-button": {
|
|
2265
|
+
"standard": {
|
|
2266
|
+
"background": {
|
|
2267
|
+
"hover": {
|
|
2268
|
+
"value": "#20232c",
|
|
2261
2269
|
"public": true,
|
|
2262
|
-
"
|
|
2263
|
-
"filePath": "tokens/color/component/input.dark.json",
|
|
2270
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2264
2271
|
"isSource": true,
|
|
2265
2272
|
"original": {
|
|
2266
|
-
"value": "{color.dark-mode.
|
|
2267
|
-
"public": true
|
|
2268
|
-
"isReferenceToInternal": true
|
|
2273
|
+
"value": "{color.dark-mode.interactive.background.hover.value}",
|
|
2274
|
+
"public": true
|
|
2269
2275
|
},
|
|
2270
|
-
"name": "color-dark-mode-
|
|
2276
|
+
"name": "color-dark-mode-icon-button-standard-background-hover",
|
|
2271
2277
|
"attributes": {
|
|
2272
2278
|
"category": "color",
|
|
2273
2279
|
"type": "dark-mode",
|
|
2274
|
-
"item": "
|
|
2275
|
-
"subitem": "
|
|
2276
|
-
"state": "
|
|
2280
|
+
"item": "icon-button",
|
|
2281
|
+
"subitem": "standard",
|
|
2282
|
+
"state": "background"
|
|
2277
2283
|
},
|
|
2278
2284
|
"path": [
|
|
2279
2285
|
"color",
|
|
2280
2286
|
"dark-mode",
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2287
|
+
"icon-button",
|
|
2288
|
+
"standard",
|
|
2289
|
+
"background",
|
|
2290
|
+
"hover"
|
|
2291
|
+
]
|
|
2292
|
+
},
|
|
2293
|
+
"active": {
|
|
2294
|
+
"value": "#2f323d",
|
|
2295
|
+
"public": true,
|
|
2296
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2297
|
+
"isSource": true,
|
|
2298
|
+
"original": {
|
|
2299
|
+
"value": "{color.dark-mode.interactive.background.active.value}",
|
|
2300
|
+
"public": true
|
|
2301
|
+
},
|
|
2302
|
+
"name": "color-dark-mode-icon-button-standard-background-active",
|
|
2303
|
+
"attributes": {
|
|
2304
|
+
"category": "color",
|
|
2305
|
+
"type": "dark-mode",
|
|
2306
|
+
"item": "icon-button",
|
|
2307
|
+
"subitem": "standard",
|
|
2308
|
+
"state": "background"
|
|
2309
|
+
},
|
|
2310
|
+
"path": [
|
|
2311
|
+
"color",
|
|
2312
|
+
"dark-mode",
|
|
2313
|
+
"icon-button",
|
|
2314
|
+
"standard",
|
|
2315
|
+
"background",
|
|
2316
|
+
"active"
|
|
2285
2317
|
]
|
|
2286
2318
|
}
|
|
2287
2319
|
}
|
|
2288
2320
|
},
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2299
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
2300
|
-
"public": true,
|
|
2301
|
-
"isReferenceToInternal": true
|
|
2302
|
-
},
|
|
2303
|
-
"name": "color-dark-mode-input-file-upload-button-background-default",
|
|
2304
|
-
"attributes": {
|
|
2305
|
-
"category": "color",
|
|
2306
|
-
"type": "dark-mode",
|
|
2307
|
-
"item": "input",
|
|
2308
|
-
"subitem": "file-upload",
|
|
2309
|
-
"state": "button"
|
|
2310
|
-
},
|
|
2311
|
-
"path": [
|
|
2312
|
-
"color",
|
|
2313
|
-
"dark-mode",
|
|
2314
|
-
"input",
|
|
2315
|
-
"file-upload",
|
|
2316
|
-
"button",
|
|
2317
|
-
"background",
|
|
2318
|
-
"default"
|
|
2319
|
-
]
|
|
2321
|
+
"reverse": {
|
|
2322
|
+
"background": {
|
|
2323
|
+
"hover": {
|
|
2324
|
+
"value": "#474954",
|
|
2325
|
+
"public": true,
|
|
2326
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2327
|
+
"isSource": true,
|
|
2328
|
+
"original": {
|
|
2329
|
+
"value": "#474954",
|
|
2330
|
+
"public": true
|
|
2320
2331
|
},
|
|
2321
|
-
"
|
|
2322
|
-
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2326
|
-
"
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
"
|
|
2331
|
-
"
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2332
|
+
"name": "color-dark-mode-icon-button-reverse-background-hover",
|
|
2333
|
+
"attributes": {
|
|
2334
|
+
"category": "color",
|
|
2335
|
+
"type": "dark-mode",
|
|
2336
|
+
"item": "icon-button",
|
|
2337
|
+
"subitem": "reverse",
|
|
2338
|
+
"state": "background"
|
|
2339
|
+
},
|
|
2340
|
+
"path": [
|
|
2341
|
+
"color",
|
|
2342
|
+
"dark-mode",
|
|
2343
|
+
"icon-button",
|
|
2344
|
+
"reverse",
|
|
2345
|
+
"background",
|
|
2346
|
+
"hover"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"active": {
|
|
2350
|
+
"value": "#6a6e7a",
|
|
2351
|
+
"public": true,
|
|
2352
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2353
|
+
"isSource": true,
|
|
2354
|
+
"original": {
|
|
2355
|
+
"value": "#6a6e7a",
|
|
2356
|
+
"public": true
|
|
2357
|
+
},
|
|
2358
|
+
"name": "color-dark-mode-icon-button-reverse-background-active",
|
|
2359
|
+
"attributes": {
|
|
2360
|
+
"category": "color",
|
|
2361
|
+
"type": "dark-mode",
|
|
2362
|
+
"item": "icon-button",
|
|
2363
|
+
"subitem": "reverse",
|
|
2364
|
+
"state": "background"
|
|
2365
|
+
},
|
|
2366
|
+
"path": [
|
|
2367
|
+
"color",
|
|
2368
|
+
"dark-mode",
|
|
2369
|
+
"icon-button",
|
|
2370
|
+
"reverse",
|
|
2371
|
+
"background",
|
|
2372
|
+
"active"
|
|
2373
|
+
]
|
|
2348
2374
|
}
|
|
2349
2375
|
}
|
|
2350
2376
|
},
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2353
|
-
"
|
|
2377
|
+
"critical": {
|
|
2378
|
+
"background": {
|
|
2379
|
+
"hover": {
|
|
2380
|
+
"value": "#570000",
|
|
2381
|
+
"public": true,
|
|
2382
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2383
|
+
"isSource": true,
|
|
2384
|
+
"original": {
|
|
2385
|
+
"value": "{color.dark-mode.status.critical.background.value}",
|
|
2386
|
+
"public": true
|
|
2387
|
+
},
|
|
2388
|
+
"name": "color-dark-mode-icon-button-critical-background-hover",
|
|
2389
|
+
"attributes": {
|
|
2390
|
+
"category": "color",
|
|
2391
|
+
"type": "dark-mode",
|
|
2392
|
+
"item": "icon-button",
|
|
2393
|
+
"subitem": "critical",
|
|
2394
|
+
"state": "background"
|
|
2395
|
+
},
|
|
2396
|
+
"path": [
|
|
2397
|
+
"color",
|
|
2398
|
+
"dark-mode",
|
|
2399
|
+
"icon-button",
|
|
2400
|
+
"critical",
|
|
2401
|
+
"background",
|
|
2402
|
+
"hover"
|
|
2403
|
+
]
|
|
2404
|
+
},
|
|
2405
|
+
"active": {
|
|
2406
|
+
"value": "hsl(from #a70000 h s l / 0.15)",
|
|
2407
|
+
"public": true,
|
|
2408
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2409
|
+
"isSource": true,
|
|
2410
|
+
"original": {
|
|
2411
|
+
"value": "hsl(from {color.dark-mode.status.critical.utility.value} h s l / 0.15)",
|
|
2412
|
+
"public": true
|
|
2413
|
+
},
|
|
2414
|
+
"name": "color-dark-mode-icon-button-critical-background-active",
|
|
2415
|
+
"attributes": {
|
|
2416
|
+
"category": "color",
|
|
2417
|
+
"type": "dark-mode",
|
|
2418
|
+
"item": "icon-button",
|
|
2419
|
+
"subitem": "critical",
|
|
2420
|
+
"state": "background"
|
|
2421
|
+
},
|
|
2422
|
+
"path": [
|
|
2423
|
+
"color",
|
|
2424
|
+
"dark-mode",
|
|
2425
|
+
"icon-button",
|
|
2426
|
+
"critical",
|
|
2427
|
+
"background",
|
|
2428
|
+
"active"
|
|
2429
|
+
]
|
|
2430
|
+
}
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
"segmented-button": {
|
|
2435
|
+
"background": {
|
|
2436
|
+
"default": {
|
|
2437
|
+
"value": "#1a1b20",
|
|
2354
2438
|
"public": true,
|
|
2355
2439
|
"isReferenceToInternal": true,
|
|
2356
|
-
"filePath": "tokens/color/component/
|
|
2440
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2357
2441
|
"isSource": true,
|
|
2358
2442
|
"original": {
|
|
2359
|
-
"value": "{color.dark-mode.neutral.
|
|
2443
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
2360
2444
|
"public": true,
|
|
2361
2445
|
"isReferenceToInternal": true
|
|
2362
2446
|
},
|
|
2363
|
-
"name": "color-dark-mode-
|
|
2447
|
+
"name": "color-dark-mode-segmented-button-background-default",
|
|
2364
2448
|
"attributes": {
|
|
2365
2449
|
"category": "color",
|
|
2366
2450
|
"type": "dark-mode",
|
|
2367
|
-
"item": "
|
|
2368
|
-
"subitem": "
|
|
2369
|
-
"state": "
|
|
2451
|
+
"item": "segmented-button",
|
|
2452
|
+
"subitem": "background",
|
|
2453
|
+
"state": "default"
|
|
2370
2454
|
},
|
|
2371
2455
|
"path": [
|
|
2372
2456
|
"color",
|
|
2373
2457
|
"dark-mode",
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2458
|
+
"segmented-button",
|
|
2459
|
+
"background",
|
|
2460
|
+
"default"
|
|
2377
2461
|
]
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
"pagination": {
|
|
2382
|
-
"foreground": {
|
|
2383
|
-
"hover": {
|
|
2384
|
-
"value": "#ffffff",
|
|
2462
|
+
},
|
|
2463
|
+
"active": {
|
|
2464
|
+
"value": "#121219",
|
|
2385
2465
|
"public": true,
|
|
2386
2466
|
"isReferenceToInternal": true,
|
|
2387
|
-
"filePath": "tokens/color/component/
|
|
2467
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2388
2468
|
"isSource": true,
|
|
2389
2469
|
"original": {
|
|
2390
|
-
"value": "{color.dark-mode.neutral.
|
|
2470
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
2391
2471
|
"public": true,
|
|
2392
2472
|
"isReferenceToInternal": true
|
|
2393
2473
|
},
|
|
2394
|
-
"name": "color-dark-mode-
|
|
2474
|
+
"name": "color-dark-mode-segmented-button-background-active",
|
|
2395
2475
|
"attributes": {
|
|
2396
2476
|
"category": "color",
|
|
2397
2477
|
"type": "dark-mode",
|
|
2398
|
-
"item": "
|
|
2399
|
-
"subitem": "
|
|
2400
|
-
"state": "
|
|
2478
|
+
"item": "segmented-button",
|
|
2479
|
+
"subitem": "background",
|
|
2480
|
+
"state": "active"
|
|
2401
2481
|
},
|
|
2402
2482
|
"path": [
|
|
2403
2483
|
"color",
|
|
2404
2484
|
"dark-mode",
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2485
|
+
"segmented-button",
|
|
2486
|
+
"background",
|
|
2487
|
+
"active"
|
|
2408
2488
|
]
|
|
2409
2489
|
},
|
|
2410
|
-
"active": {
|
|
2411
|
-
"value": "#f3f0ff",
|
|
2412
|
-
"public": true,
|
|
2413
|
-
"isReferenceToInternal": true,
|
|
2414
|
-
"filePath": "tokens/color/component/pagination.dark.json",
|
|
2415
|
-
"isSource": true,
|
|
2416
|
-
"original": {
|
|
2417
|
-
"value": "{color.dark-mode.brand.primary.100.value}",
|
|
2418
|
-
"public": true,
|
|
2419
|
-
"isReferenceToInternal": true
|
|
2420
|
-
},
|
|
2421
|
-
"name": "color-dark-mode-pagination-foreground-active",
|
|
2422
|
-
"attributes": {
|
|
2423
|
-
"category": "color",
|
|
2424
|
-
"type": "dark-mode",
|
|
2425
|
-
"item": "pagination",
|
|
2426
|
-
"subitem": "foreground",
|
|
2427
|
-
"state": "active"
|
|
2428
|
-
},
|
|
2429
|
-
"path": [
|
|
2430
|
-
"color",
|
|
2431
|
-
"dark-mode",
|
|
2432
|
-
"pagination",
|
|
2433
|
-
"foreground",
|
|
2434
|
-
"active"
|
|
2435
|
-
]
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"background": {
|
|
2439
2490
|
"hover": {
|
|
2440
|
-
"value": "#
|
|
2491
|
+
"value": "#121219",
|
|
2441
2492
|
"public": true,
|
|
2442
2493
|
"isReferenceToInternal": true,
|
|
2443
|
-
"filePath": "tokens/color/component/
|
|
2494
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2444
2495
|
"isSource": true,
|
|
2445
2496
|
"original": {
|
|
2446
|
-
"value": "{color.dark-mode.
|
|
2497
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
2447
2498
|
"public": true,
|
|
2448
2499
|
"isReferenceToInternal": true
|
|
2449
2500
|
},
|
|
2450
|
-
"name": "color-dark-mode-
|
|
2501
|
+
"name": "color-dark-mode-segmented-button-background-hover",
|
|
2451
2502
|
"attributes": {
|
|
2452
2503
|
"category": "color",
|
|
2453
2504
|
"type": "dark-mode",
|
|
2454
|
-
"item": "
|
|
2505
|
+
"item": "segmented-button",
|
|
2455
2506
|
"subitem": "background",
|
|
2456
2507
|
"state": "hover"
|
|
2457
2508
|
},
|
|
2458
2509
|
"path": [
|
|
2459
2510
|
"color",
|
|
2460
2511
|
"dark-mode",
|
|
2461
|
-
"
|
|
2512
|
+
"segmented-button",
|
|
2462
2513
|
"background",
|
|
2463
2514
|
"hover"
|
|
2464
2515
|
]
|
|
2465
|
-
}
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2518
|
+
"border": {
|
|
2466
2519
|
"active": {
|
|
2467
|
-
"value": "#
|
|
2520
|
+
"value": "#9786e2",
|
|
2468
2521
|
"public": true,
|
|
2469
2522
|
"isReferenceToInternal": true,
|
|
2470
|
-
"filePath": "tokens/color/component/
|
|
2523
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2471
2524
|
"isSource": true,
|
|
2472
2525
|
"original": {
|
|
2473
|
-
"value": "{color.dark-mode.brand.primary.
|
|
2526
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
2474
2527
|
"public": true,
|
|
2475
2528
|
"isReferenceToInternal": true
|
|
2476
2529
|
},
|
|
2477
|
-
"name": "color-dark-mode-
|
|
2530
|
+
"name": "color-dark-mode-segmented-button-border-active",
|
|
2478
2531
|
"attributes": {
|
|
2479
2532
|
"category": "color",
|
|
2480
2533
|
"type": "dark-mode",
|
|
2481
|
-
"item": "
|
|
2482
|
-
"subitem": "
|
|
2534
|
+
"item": "segmented-button",
|
|
2535
|
+
"subitem": "border",
|
|
2483
2536
|
"state": "active"
|
|
2484
2537
|
},
|
|
2485
2538
|
"path": [
|
|
2486
2539
|
"color",
|
|
2487
2540
|
"dark-mode",
|
|
2488
|
-
"
|
|
2489
|
-
"
|
|
2541
|
+
"segmented-button",
|
|
2542
|
+
"border",
|
|
2490
2543
|
"active"
|
|
2491
2544
|
]
|
|
2492
2545
|
}
|
|
2493
|
-
}
|
|
2494
|
-
},
|
|
2495
|
-
"panel": {
|
|
2496
|
-
"sunken": {
|
|
2497
|
-
"background": {
|
|
2498
|
-
"value": "#121219",
|
|
2499
|
-
"public": true,
|
|
2500
|
-
"isReferenceToInternal": true,
|
|
2501
|
-
"filePath": "tokens/color/component/panel.dark.json",
|
|
2502
|
-
"isSource": true,
|
|
2503
|
-
"original": {
|
|
2504
|
-
"value": "{color.dark-mode.neutral.700.value}",
|
|
2505
|
-
"public": true,
|
|
2506
|
-
"isReferenceToInternal": true
|
|
2507
|
-
},
|
|
2508
|
-
"name": "color-dark-mode-panel-sunken-background",
|
|
2509
|
-
"attributes": {
|
|
2510
|
-
"category": "color",
|
|
2511
|
-
"type": "dark-mode",
|
|
2512
|
-
"item": "panel",
|
|
2513
|
-
"subitem": "sunken",
|
|
2514
|
-
"state": "background"
|
|
2515
|
-
},
|
|
2516
|
-
"path": [
|
|
2517
|
-
"color",
|
|
2518
|
-
"dark-mode",
|
|
2519
|
-
"panel",
|
|
2520
|
-
"sunken",
|
|
2521
|
-
"background"
|
|
2522
|
-
]
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"expansion-panel": {
|
|
2527
|
-
"hover": {
|
|
2528
|
-
"value": "#282839",
|
|
2529
|
-
"public": true,
|
|
2530
|
-
"isReferenceToInternal": true,
|
|
2531
|
-
"filePath": "tokens/color/component/panel.dark.json",
|
|
2532
|
-
"isSource": true,
|
|
2533
|
-
"original": {
|
|
2534
|
-
"value": "{color.dark-mode.neutral.500.value}",
|
|
2535
|
-
"public": true,
|
|
2536
|
-
"isReferenceToInternal": true
|
|
2537
|
-
},
|
|
2538
|
-
"name": "color-dark-mode-expansion-panel-hover",
|
|
2539
|
-
"attributes": {
|
|
2540
|
-
"category": "color",
|
|
2541
|
-
"type": "dark-mode",
|
|
2542
|
-
"item": "expansion-panel",
|
|
2543
|
-
"subitem": "hover"
|
|
2544
|
-
},
|
|
2545
|
-
"path": [
|
|
2546
|
-
"color",
|
|
2547
|
-
"dark-mode",
|
|
2548
|
-
"expansion-panel",
|
|
2549
|
-
"hover"
|
|
2550
|
-
]
|
|
2551
2546
|
},
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2554
|
-
|
|
2555
|
-
"isReferenceToInternal": true,
|
|
2556
|
-
"filePath": "tokens/color/component/panel.dark.json",
|
|
2557
|
-
"isSource": true,
|
|
2558
|
-
"original": {
|
|
2559
|
-
"value": "{color.dark-mode.neutral.500.value}",
|
|
2560
|
-
"public": true,
|
|
2561
|
-
"isReferenceToInternal": true
|
|
2562
|
-
},
|
|
2563
|
-
"name": "color-dark-mode-expansion-panel-open",
|
|
2564
|
-
"attributes": {
|
|
2565
|
-
"category": "color",
|
|
2566
|
-
"type": "dark-mode",
|
|
2567
|
-
"item": "expansion-panel",
|
|
2568
|
-
"subitem": "open"
|
|
2569
|
-
},
|
|
2570
|
-
"path": [
|
|
2571
|
-
"color",
|
|
2572
|
-
"dark-mode",
|
|
2573
|
-
"expansion-panel",
|
|
2574
|
-
"open"
|
|
2575
|
-
]
|
|
2576
|
-
}
|
|
2577
|
-
},
|
|
2578
|
-
"tag": {
|
|
2579
|
-
"1": {
|
|
2580
|
-
"background": {
|
|
2581
|
-
"value": "#ded8fa",
|
|
2547
|
+
"foreground": {
|
|
2548
|
+
"default": {
|
|
2549
|
+
"value": "#b5b5bc",
|
|
2582
2550
|
"public": true,
|
|
2583
2551
|
"isReferenceToInternal": true,
|
|
2584
|
-
"filePath": "tokens/color/component/
|
|
2552
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2585
2553
|
"isSource": true,
|
|
2586
2554
|
"original": {
|
|
2587
|
-
"value": "
|
|
2555
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2588
2556
|
"public": true,
|
|
2589
2557
|
"isReferenceToInternal": true
|
|
2590
2558
|
},
|
|
2591
|
-
"name": "color-dark-mode-
|
|
2559
|
+
"name": "color-dark-mode-segmented-button-foreground-default",
|
|
2592
2560
|
"attributes": {
|
|
2593
2561
|
"category": "color",
|
|
2594
2562
|
"type": "dark-mode",
|
|
2595
|
-
"item": "
|
|
2596
|
-
"subitem": "
|
|
2597
|
-
"state": "
|
|
2563
|
+
"item": "segmented-button",
|
|
2564
|
+
"subitem": "foreground",
|
|
2565
|
+
"state": "default"
|
|
2598
2566
|
},
|
|
2599
2567
|
"path": [
|
|
2600
2568
|
"color",
|
|
2601
2569
|
"dark-mode",
|
|
2602
|
-
"
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2570
|
+
"segmented-button",
|
|
2571
|
+
"foreground",
|
|
2572
|
+
"default"
|
|
2605
2573
|
]
|
|
2606
2574
|
},
|
|
2607
|
-
"
|
|
2608
|
-
"value": "#
|
|
2609
|
-
"public": true,
|
|
2610
|
-
"isReferenceToInternal": true,
|
|
2611
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
2612
|
-
"isSource": true,
|
|
2613
|
-
"original": {
|
|
2614
|
-
"value": "#5C4FAC",
|
|
2615
|
-
"public": true,
|
|
2616
|
-
"isReferenceToInternal": true
|
|
2617
|
-
},
|
|
2618
|
-
"name": "color-dark-mode-tag-1-foreground",
|
|
2619
|
-
"attributes": {
|
|
2620
|
-
"category": "color",
|
|
2621
|
-
"type": "dark-mode",
|
|
2622
|
-
"item": "tag",
|
|
2623
|
-
"subitem": "1",
|
|
2624
|
-
"state": "foreground"
|
|
2625
|
-
},
|
|
2626
|
-
"path": [
|
|
2627
|
-
"color",
|
|
2628
|
-
"dark-mode",
|
|
2629
|
-
"tag",
|
|
2630
|
-
"1",
|
|
2631
|
-
"foreground"
|
|
2632
|
-
]
|
|
2633
|
-
}
|
|
2634
|
-
},
|
|
2635
|
-
"2": {
|
|
2636
|
-
"background": {
|
|
2637
|
-
"value": "#f8d7d3",
|
|
2575
|
+
"active": {
|
|
2576
|
+
"value": "#9786e2",
|
|
2638
2577
|
"public": true,
|
|
2639
2578
|
"isReferenceToInternal": true,
|
|
2640
|
-
"filePath": "tokens/color/component/
|
|
2579
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2641
2580
|
"isSource": true,
|
|
2642
2581
|
"original": {
|
|
2643
|
-
"value": "
|
|
2582
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
2644
2583
|
"public": true,
|
|
2645
2584
|
"isReferenceToInternal": true
|
|
2646
2585
|
},
|
|
2647
|
-
"name": "color-dark-mode-
|
|
2586
|
+
"name": "color-dark-mode-segmented-button-foreground-active",
|
|
2648
2587
|
"attributes": {
|
|
2649
2588
|
"category": "color",
|
|
2650
2589
|
"type": "dark-mode",
|
|
2651
|
-
"item": "
|
|
2652
|
-
"subitem": "
|
|
2653
|
-
"state": "
|
|
2590
|
+
"item": "segmented-button",
|
|
2591
|
+
"subitem": "foreground",
|
|
2592
|
+
"state": "active"
|
|
2654
2593
|
},
|
|
2655
2594
|
"path": [
|
|
2656
2595
|
"color",
|
|
2657
2596
|
"dark-mode",
|
|
2658
|
-
"
|
|
2659
|
-
"
|
|
2660
|
-
"
|
|
2597
|
+
"segmented-button",
|
|
2598
|
+
"foreground",
|
|
2599
|
+
"active"
|
|
2661
2600
|
]
|
|
2662
2601
|
},
|
|
2663
|
-
"
|
|
2664
|
-
"value": "#
|
|
2602
|
+
"hover": {
|
|
2603
|
+
"value": "#9786e2",
|
|
2665
2604
|
"public": true,
|
|
2666
2605
|
"isReferenceToInternal": true,
|
|
2667
|
-
"filePath": "tokens/color/component/
|
|
2606
|
+
"filePath": "tokens/color/component/button.dark.json",
|
|
2668
2607
|
"isSource": true,
|
|
2669
2608
|
"original": {
|
|
2670
|
-
"value": "
|
|
2609
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
2671
2610
|
"public": true,
|
|
2672
2611
|
"isReferenceToInternal": true
|
|
2673
2612
|
},
|
|
2674
|
-
"name": "color-dark-mode-
|
|
2613
|
+
"name": "color-dark-mode-segmented-button-foreground-hover",
|
|
2675
2614
|
"attributes": {
|
|
2676
2615
|
"category": "color",
|
|
2677
2616
|
"type": "dark-mode",
|
|
2678
|
-
"item": "
|
|
2679
|
-
"subitem": "
|
|
2680
|
-
"state": "
|
|
2617
|
+
"item": "segmented-button",
|
|
2618
|
+
"subitem": "foreground",
|
|
2619
|
+
"state": "hover"
|
|
2681
2620
|
},
|
|
2682
2621
|
"path": [
|
|
2683
2622
|
"color",
|
|
2684
2623
|
"dark-mode",
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2624
|
+
"segmented-button",
|
|
2625
|
+
"foreground",
|
|
2626
|
+
"hover"
|
|
2688
2627
|
]
|
|
2689
2628
|
}
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
"isReferenceToInternal": true
|
|
2702
|
-
},
|
|
2703
|
-
"name": "color-dark-mode-tag-3-background",
|
|
2704
|
-
"attributes": {
|
|
2705
|
-
"category": "color",
|
|
2706
|
-
"type": "dark-mode",
|
|
2707
|
-
"item": "tag",
|
|
2708
|
-
"subitem": "3",
|
|
2709
|
-
"state": "background"
|
|
2710
|
-
},
|
|
2711
|
-
"path": [
|
|
2712
|
-
"color",
|
|
2713
|
-
"dark-mode",
|
|
2714
|
-
"tag",
|
|
2715
|
-
"3",
|
|
2716
|
-
"background"
|
|
2717
|
-
]
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
"card": {
|
|
2632
|
+
"background": {
|
|
2633
|
+
"value": "#1f2026",
|
|
2634
|
+
"public": true,
|
|
2635
|
+
"filePath": "tokens/color/component/card.dark.json",
|
|
2636
|
+
"isSource": true,
|
|
2637
|
+
"original": {
|
|
2638
|
+
"value": "#1F2026",
|
|
2639
|
+
"public": true
|
|
2718
2640
|
},
|
|
2719
|
-
"
|
|
2720
|
-
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
"
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
"state": "foreground"
|
|
2737
|
-
},
|
|
2738
|
-
"path": [
|
|
2739
|
-
"color",
|
|
2740
|
-
"dark-mode",
|
|
2741
|
-
"tag",
|
|
2742
|
-
"3",
|
|
2743
|
-
"foreground"
|
|
2744
|
-
]
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
|
-
"4": {
|
|
2641
|
+
"name": "color-dark-mode-card-background",
|
|
2642
|
+
"attributes": {
|
|
2643
|
+
"category": "color",
|
|
2644
|
+
"type": "dark-mode",
|
|
2645
|
+
"item": "card",
|
|
2646
|
+
"subitem": "background"
|
|
2647
|
+
},
|
|
2648
|
+
"path": [
|
|
2649
|
+
"color",
|
|
2650
|
+
"dark-mode",
|
|
2651
|
+
"card",
|
|
2652
|
+
"background"
|
|
2653
|
+
]
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
"dashboard": {
|
|
2657
|
+
"toggle-button": {
|
|
2748
2658
|
"background": {
|
|
2749
|
-
"value": "#
|
|
2659
|
+
"value": "#b5b5bc",
|
|
2750
2660
|
"public": true,
|
|
2751
|
-
"
|
|
2752
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
2661
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2753
2662
|
"isSource": true,
|
|
2754
2663
|
"original": {
|
|
2755
|
-
"value": "
|
|
2756
|
-
"public": true
|
|
2757
|
-
"isReferenceToInternal": true
|
|
2664
|
+
"value": "{color.dark-mode.background.reverse.value}",
|
|
2665
|
+
"public": true
|
|
2758
2666
|
},
|
|
2759
|
-
"name": "color-dark-mode-
|
|
2667
|
+
"name": "color-dark-mode-dashboard-toggle-button-background",
|
|
2760
2668
|
"attributes": {
|
|
2761
2669
|
"category": "color",
|
|
2762
2670
|
"type": "dark-mode",
|
|
2763
|
-
"item": "
|
|
2764
|
-
"subitem": "
|
|
2671
|
+
"item": "dashboard",
|
|
2672
|
+
"subitem": "toggle-button",
|
|
2765
2673
|
"state": "background"
|
|
2766
2674
|
},
|
|
2767
2675
|
"path": [
|
|
2768
2676
|
"color",
|
|
2769
2677
|
"dark-mode",
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2678
|
+
"dashboard",
|
|
2679
|
+
"toggle-button",
|
|
2772
2680
|
"background"
|
|
2773
2681
|
]
|
|
2774
2682
|
},
|
|
2775
2683
|
"foreground": {
|
|
2776
|
-
"value": "#
|
|
2684
|
+
"value": "#121219",
|
|
2777
2685
|
"public": true,
|
|
2778
|
-
"filePath": "tokens/color/component/
|
|
2686
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2779
2687
|
"isSource": true,
|
|
2780
2688
|
"original": {
|
|
2781
|
-
"value": "
|
|
2689
|
+
"value": "{color.dark-mode.foreground.reverse.value}",
|
|
2782
2690
|
"public": true
|
|
2783
2691
|
},
|
|
2784
|
-
"name": "color-dark-mode-
|
|
2692
|
+
"name": "color-dark-mode-dashboard-toggle-button-foreground",
|
|
2785
2693
|
"attributes": {
|
|
2786
2694
|
"category": "color",
|
|
2787
2695
|
"type": "dark-mode",
|
|
2788
|
-
"item": "
|
|
2789
|
-
"subitem": "
|
|
2696
|
+
"item": "dashboard",
|
|
2697
|
+
"subitem": "toggle-button",
|
|
2790
2698
|
"state": "foreground"
|
|
2791
2699
|
},
|
|
2792
2700
|
"path": [
|
|
2793
2701
|
"color",
|
|
2794
2702
|
"dark-mode",
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2703
|
+
"dashboard",
|
|
2704
|
+
"toggle-button",
|
|
2797
2705
|
"foreground"
|
|
2798
2706
|
]
|
|
2799
2707
|
}
|
|
2800
2708
|
},
|
|
2801
|
-
"
|
|
2709
|
+
"nav": {
|
|
2802
2710
|
"background": {
|
|
2803
|
-
"value": "#
|
|
2711
|
+
"value": "#121219",
|
|
2804
2712
|
"public": true,
|
|
2805
|
-
"filePath": "tokens/color/component/
|
|
2713
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2806
2714
|
"isSource": true,
|
|
2807
2715
|
"original": {
|
|
2808
|
-
"value": "
|
|
2716
|
+
"value": "{color.dark-mode.background.default-secondary.value}",
|
|
2809
2717
|
"public": true
|
|
2810
2718
|
},
|
|
2811
|
-
"name": "color-dark-mode-
|
|
2719
|
+
"name": "color-dark-mode-dashboard-nav-background",
|
|
2812
2720
|
"attributes": {
|
|
2813
2721
|
"category": "color",
|
|
2814
2722
|
"type": "dark-mode",
|
|
2815
|
-
"item": "
|
|
2816
|
-
"subitem": "
|
|
2723
|
+
"item": "dashboard",
|
|
2724
|
+
"subitem": "nav",
|
|
2817
2725
|
"state": "background"
|
|
2818
2726
|
},
|
|
2819
2727
|
"path": [
|
|
2820
2728
|
"color",
|
|
2821
2729
|
"dark-mode",
|
|
2822
|
-
"
|
|
2823
|
-
"
|
|
2730
|
+
"dashboard",
|
|
2731
|
+
"nav",
|
|
2824
2732
|
"background"
|
|
2825
2733
|
]
|
|
2826
2734
|
},
|
|
2827
|
-
"
|
|
2828
|
-
"value": "#
|
|
2735
|
+
"background-admin": {
|
|
2736
|
+
"value": "#252038",
|
|
2829
2737
|
"public": true,
|
|
2830
|
-
"filePath": "tokens/color/component/
|
|
2738
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2831
2739
|
"isSource": true,
|
|
2832
2740
|
"original": {
|
|
2833
|
-
"value": "#
|
|
2741
|
+
"value": "#252038",
|
|
2834
2742
|
"public": true
|
|
2835
2743
|
},
|
|
2836
|
-
"name": "color-dark-mode-
|
|
2744
|
+
"name": "color-dark-mode-dashboard-nav-background-admin",
|
|
2837
2745
|
"attributes": {
|
|
2838
2746
|
"category": "color",
|
|
2839
2747
|
"type": "dark-mode",
|
|
2840
|
-
"item": "
|
|
2841
|
-
"subitem": "
|
|
2842
|
-
"state": "
|
|
2748
|
+
"item": "dashboard",
|
|
2749
|
+
"subitem": "nav",
|
|
2750
|
+
"state": "background-admin"
|
|
2843
2751
|
},
|
|
2844
2752
|
"path": [
|
|
2845
2753
|
"color",
|
|
2846
2754
|
"dark-mode",
|
|
2847
|
-
"
|
|
2848
|
-
"
|
|
2849
|
-
"
|
|
2850
|
-
]
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
|
-
"6": {
|
|
2854
|
-
"background": {
|
|
2855
|
-
"value": "#dddfe3",
|
|
2856
|
-
"public": true,
|
|
2857
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
2858
|
-
"isSource": true,
|
|
2859
|
-
"original": {
|
|
2860
|
-
"value": "#DDDFE3",
|
|
2861
|
-
"public": true
|
|
2862
|
-
},
|
|
2863
|
-
"name": "color-dark-mode-tag-6-background",
|
|
2864
|
-
"attributes": {
|
|
2865
|
-
"category": "color",
|
|
2866
|
-
"type": "dark-mode",
|
|
2867
|
-
"item": "tag",
|
|
2868
|
-
"subitem": "6",
|
|
2869
|
-
"state": "background"
|
|
2870
|
-
},
|
|
2871
|
-
"path": [
|
|
2872
|
-
"color",
|
|
2873
|
-
"dark-mode",
|
|
2874
|
-
"tag",
|
|
2875
|
-
"6",
|
|
2876
|
-
"background"
|
|
2877
|
-
]
|
|
2878
|
-
},
|
|
2879
|
-
"foreground": {
|
|
2880
|
-
"value": "#47546d",
|
|
2881
|
-
"public": true,
|
|
2882
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
2883
|
-
"isSource": true,
|
|
2884
|
-
"original": {
|
|
2885
|
-
"value": "#47546D",
|
|
2886
|
-
"public": true
|
|
2887
|
-
},
|
|
2888
|
-
"name": "color-dark-mode-tag-6-foreground",
|
|
2889
|
-
"attributes": {
|
|
2890
|
-
"category": "color",
|
|
2891
|
-
"type": "dark-mode",
|
|
2892
|
-
"item": "tag",
|
|
2893
|
-
"subitem": "6",
|
|
2894
|
-
"state": "foreground"
|
|
2895
|
-
},
|
|
2896
|
-
"path": [
|
|
2897
|
-
"color",
|
|
2898
|
-
"dark-mode",
|
|
2899
|
-
"tag",
|
|
2900
|
-
"6",
|
|
2901
|
-
"foreground"
|
|
2902
|
-
]
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
"7": {
|
|
2906
|
-
"background": {
|
|
2907
|
-
"value": "#c6f1dc",
|
|
2908
|
-
"public": true,
|
|
2909
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
2910
|
-
"isSource": true,
|
|
2911
|
-
"original": {
|
|
2912
|
-
"value": "#C6F1DC",
|
|
2913
|
-
"public": true
|
|
2914
|
-
},
|
|
2915
|
-
"name": "color-dark-mode-tag-7-background",
|
|
2916
|
-
"attributes": {
|
|
2917
|
-
"category": "color",
|
|
2918
|
-
"type": "dark-mode",
|
|
2919
|
-
"item": "tag",
|
|
2920
|
-
"subitem": "7",
|
|
2921
|
-
"state": "background"
|
|
2922
|
-
},
|
|
2923
|
-
"path": [
|
|
2924
|
-
"color",
|
|
2925
|
-
"dark-mode",
|
|
2926
|
-
"tag",
|
|
2927
|
-
"7",
|
|
2928
|
-
"background"
|
|
2755
|
+
"dashboard",
|
|
2756
|
+
"nav",
|
|
2757
|
+
"background-admin"
|
|
2929
2758
|
]
|
|
2930
2759
|
},
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
"
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
"
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
},
|
|
3046
|
-
"name": "color-dark-mode-tag-9-foreground",
|
|
3047
|
-
"attributes": {
|
|
3048
|
-
"category": "color",
|
|
3049
|
-
"type": "dark-mode",
|
|
3050
|
-
"item": "tag",
|
|
3051
|
-
"subitem": "9",
|
|
3052
|
-
"state": "foreground"
|
|
3053
|
-
},
|
|
3054
|
-
"path": [
|
|
3055
|
-
"color",
|
|
3056
|
-
"dark-mode",
|
|
3057
|
-
"tag",
|
|
3058
|
-
"9",
|
|
3059
|
-
"foreground"
|
|
3060
|
-
]
|
|
3061
|
-
}
|
|
3062
|
-
},
|
|
3063
|
-
"10": {
|
|
3064
|
-
"background": {
|
|
3065
|
-
"value": "#d0dffc",
|
|
3066
|
-
"public": true,
|
|
3067
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3068
|
-
"isSource": true,
|
|
3069
|
-
"original": {
|
|
3070
|
-
"value": "#D0DFFC",
|
|
3071
|
-
"public": true
|
|
3072
|
-
},
|
|
3073
|
-
"name": "color-dark-mode-tag-10-background",
|
|
3074
|
-
"attributes": {
|
|
3075
|
-
"category": "color",
|
|
3076
|
-
"type": "dark-mode",
|
|
3077
|
-
"item": "tag",
|
|
3078
|
-
"subitem": "10",
|
|
3079
|
-
"state": "background"
|
|
3080
|
-
},
|
|
3081
|
-
"path": [
|
|
3082
|
-
"color",
|
|
3083
|
-
"dark-mode",
|
|
3084
|
-
"tag",
|
|
3085
|
-
"10",
|
|
3086
|
-
"background"
|
|
3087
|
-
]
|
|
3088
|
-
},
|
|
3089
|
-
"foreground": {
|
|
3090
|
-
"value": "#2254c5",
|
|
3091
|
-
"public": true,
|
|
3092
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3093
|
-
"isSource": true,
|
|
3094
|
-
"original": {
|
|
3095
|
-
"value": "#2254C5",
|
|
3096
|
-
"public": true
|
|
3097
|
-
},
|
|
3098
|
-
"name": "color-dark-mode-tag-10-foreground",
|
|
3099
|
-
"attributes": {
|
|
3100
|
-
"category": "color",
|
|
3101
|
-
"type": "dark-mode",
|
|
3102
|
-
"item": "tag",
|
|
3103
|
-
"subitem": "10",
|
|
3104
|
-
"state": "foreground"
|
|
3105
|
-
},
|
|
3106
|
-
"path": [
|
|
3107
|
-
"color",
|
|
3108
|
-
"dark-mode",
|
|
3109
|
-
"tag",
|
|
3110
|
-
"10",
|
|
3111
|
-
"foreground"
|
|
3112
|
-
]
|
|
3113
|
-
}
|
|
3114
|
-
},
|
|
3115
|
-
"11": {
|
|
3116
|
-
"background": {
|
|
3117
|
-
"value": "#72cb9b",
|
|
3118
|
-
"public": true,
|
|
3119
|
-
"isReferenceToInternal": true,
|
|
3120
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3121
|
-
"isSource": true,
|
|
3122
|
-
"original": {
|
|
3123
|
-
"value": "#72CB9B",
|
|
3124
|
-
"public": true,
|
|
3125
|
-
"isReferenceToInternal": true
|
|
3126
|
-
},
|
|
3127
|
-
"name": "color-dark-mode-tag-11-background",
|
|
3128
|
-
"attributes": {
|
|
3129
|
-
"category": "color",
|
|
3130
|
-
"type": "dark-mode",
|
|
3131
|
-
"item": "tag",
|
|
3132
|
-
"subitem": "11",
|
|
3133
|
-
"state": "background"
|
|
3134
|
-
},
|
|
3135
|
-
"path": [
|
|
3136
|
-
"color",
|
|
3137
|
-
"dark-mode",
|
|
3138
|
-
"tag",
|
|
3139
|
-
"11",
|
|
3140
|
-
"background"
|
|
3141
|
-
]
|
|
3142
|
-
},
|
|
3143
|
-
"foreground": {
|
|
3144
|
-
"value": "#264a37",
|
|
3145
|
-
"public": true,
|
|
3146
|
-
"isReferenceToInternal": true,
|
|
3147
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3148
|
-
"isSource": true,
|
|
3149
|
-
"original": {
|
|
3150
|
-
"value": "#264A37",
|
|
3151
|
-
"public": true,
|
|
3152
|
-
"isReferenceToInternal": true
|
|
3153
|
-
},
|
|
3154
|
-
"name": "color-dark-mode-tag-11-foreground",
|
|
3155
|
-
"attributes": {
|
|
3156
|
-
"category": "color",
|
|
3157
|
-
"type": "dark-mode",
|
|
3158
|
-
"item": "tag",
|
|
3159
|
-
"subitem": "11",
|
|
3160
|
-
"state": "foreground"
|
|
3161
|
-
},
|
|
3162
|
-
"path": [
|
|
3163
|
-
"color",
|
|
3164
|
-
"dark-mode",
|
|
3165
|
-
"tag",
|
|
3166
|
-
"11",
|
|
3167
|
-
"foreground"
|
|
3168
|
-
]
|
|
3169
|
-
}
|
|
3170
|
-
},
|
|
3171
|
-
"12": {
|
|
3172
|
-
"background": {
|
|
3173
|
-
"value": "#81c1dd",
|
|
3174
|
-
"public": true,
|
|
3175
|
-
"isReferenceToInternal": true,
|
|
3176
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3177
|
-
"isSource": true,
|
|
3178
|
-
"original": {
|
|
3179
|
-
"value": "#81C1DD",
|
|
3180
|
-
"public": true,
|
|
3181
|
-
"isReferenceToInternal": true
|
|
3182
|
-
},
|
|
3183
|
-
"name": "color-dark-mode-tag-12-background",
|
|
3184
|
-
"attributes": {
|
|
3185
|
-
"category": "color",
|
|
3186
|
-
"type": "dark-mode",
|
|
3187
|
-
"item": "tag",
|
|
3188
|
-
"subitem": "12",
|
|
3189
|
-
"state": "background"
|
|
3190
|
-
},
|
|
3191
|
-
"path": [
|
|
3192
|
-
"color",
|
|
3193
|
-
"dark-mode",
|
|
3194
|
-
"tag",
|
|
3195
|
-
"12",
|
|
3196
|
-
"background"
|
|
3197
|
-
]
|
|
3198
|
-
},
|
|
3199
|
-
"foreground": {
|
|
3200
|
-
"value": "#234453",
|
|
3201
|
-
"public": true,
|
|
3202
|
-
"isReferenceToInternal": true,
|
|
3203
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3204
|
-
"isSource": true,
|
|
3205
|
-
"original": {
|
|
3206
|
-
"value": "#234453",
|
|
3207
|
-
"public": true,
|
|
3208
|
-
"isReferenceToInternal": true
|
|
3209
|
-
},
|
|
3210
|
-
"name": "color-dark-mode-tag-12-foreground",
|
|
3211
|
-
"attributes": {
|
|
3212
|
-
"category": "color",
|
|
3213
|
-
"type": "dark-mode",
|
|
3214
|
-
"item": "tag",
|
|
3215
|
-
"subitem": "12",
|
|
3216
|
-
"state": "foreground"
|
|
3217
|
-
},
|
|
3218
|
-
"path": [
|
|
3219
|
-
"color",
|
|
3220
|
-
"dark-mode",
|
|
3221
|
-
"tag",
|
|
3222
|
-
"12",
|
|
3223
|
-
"foreground"
|
|
3224
|
-
]
|
|
3225
|
-
}
|
|
3226
|
-
},
|
|
3227
|
-
"13": {
|
|
3228
|
-
"background": {
|
|
3229
|
-
"value": "#689bf8",
|
|
3230
|
-
"public": true,
|
|
3231
|
-
"isReferenceToInternal": true,
|
|
3232
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3233
|
-
"isSource": true,
|
|
3234
|
-
"original": {
|
|
3235
|
-
"value": "#689BF8",
|
|
3236
|
-
"public": true,
|
|
3237
|
-
"isReferenceToInternal": true
|
|
3238
|
-
},
|
|
3239
|
-
"name": "color-dark-mode-tag-13-background",
|
|
3240
|
-
"attributes": {
|
|
3241
|
-
"category": "color",
|
|
3242
|
-
"type": "dark-mode",
|
|
3243
|
-
"item": "tag",
|
|
3244
|
-
"subitem": "13",
|
|
3245
|
-
"state": "background"
|
|
3246
|
-
},
|
|
3247
|
-
"path": [
|
|
3248
|
-
"color",
|
|
3249
|
-
"dark-mode",
|
|
3250
|
-
"tag",
|
|
3251
|
-
"13",
|
|
3252
|
-
"background"
|
|
3253
|
-
]
|
|
3254
|
-
},
|
|
3255
|
-
"foreground": {
|
|
3256
|
-
"value": "#163168",
|
|
3257
|
-
"public": true,
|
|
3258
|
-
"isReferenceToInternal": true,
|
|
3259
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3260
|
-
"isSource": true,
|
|
3261
|
-
"original": {
|
|
3262
|
-
"value": "#163168",
|
|
3263
|
-
"public": true,
|
|
3264
|
-
"isReferenceToInternal": true
|
|
3265
|
-
},
|
|
3266
|
-
"name": "color-dark-mode-tag-13-foreground",
|
|
3267
|
-
"attributes": {
|
|
3268
|
-
"category": "color",
|
|
3269
|
-
"type": "dark-mode",
|
|
3270
|
-
"item": "tag",
|
|
3271
|
-
"subitem": "13",
|
|
3272
|
-
"state": "foreground"
|
|
2760
|
+
"item": {
|
|
2761
|
+
"background": {
|
|
2762
|
+
"default": {
|
|
2763
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2764
|
+
"public": true,
|
|
2765
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2766
|
+
"isSource": true,
|
|
2767
|
+
"original": {
|
|
2768
|
+
"value": "transparent",
|
|
2769
|
+
"public": true
|
|
2770
|
+
},
|
|
2771
|
+
"name": "color-dark-mode-dashboard-nav-item-background-default",
|
|
2772
|
+
"attributes": {
|
|
2773
|
+
"category": "color",
|
|
2774
|
+
"type": "dark-mode",
|
|
2775
|
+
"item": "dashboard",
|
|
2776
|
+
"subitem": "nav",
|
|
2777
|
+
"state": "item"
|
|
2778
|
+
},
|
|
2779
|
+
"path": [
|
|
2780
|
+
"color",
|
|
2781
|
+
"dark-mode",
|
|
2782
|
+
"dashboard",
|
|
2783
|
+
"nav",
|
|
2784
|
+
"item",
|
|
2785
|
+
"background",
|
|
2786
|
+
"default"
|
|
2787
|
+
]
|
|
2788
|
+
},
|
|
2789
|
+
"hover": {
|
|
2790
|
+
"value": "#6d6d78",
|
|
2791
|
+
"public": true,
|
|
2792
|
+
"isReferenceToInternal": true,
|
|
2793
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2794
|
+
"isSource": true,
|
|
2795
|
+
"original": {
|
|
2796
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
2797
|
+
"public": true,
|
|
2798
|
+
"isReferenceToInternal": true
|
|
2799
|
+
},
|
|
2800
|
+
"name": "color-dark-mode-dashboard-nav-item-background-hover",
|
|
2801
|
+
"attributes": {
|
|
2802
|
+
"category": "color",
|
|
2803
|
+
"type": "dark-mode",
|
|
2804
|
+
"item": "dashboard",
|
|
2805
|
+
"subitem": "nav",
|
|
2806
|
+
"state": "item"
|
|
2807
|
+
},
|
|
2808
|
+
"path": [
|
|
2809
|
+
"color",
|
|
2810
|
+
"dark-mode",
|
|
2811
|
+
"dashboard",
|
|
2812
|
+
"nav",
|
|
2813
|
+
"item",
|
|
2814
|
+
"background",
|
|
2815
|
+
"hover"
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2818
|
+
"hover-admin": {
|
|
2819
|
+
"value": "#121219",
|
|
2820
|
+
"public": true,
|
|
2821
|
+
"isReferenceToInternal": true,
|
|
2822
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2823
|
+
"isSource": true,
|
|
2824
|
+
"original": {
|
|
2825
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
2826
|
+
"public": true,
|
|
2827
|
+
"isReferenceToInternal": true
|
|
2828
|
+
},
|
|
2829
|
+
"name": "color-dark-mode-dashboard-nav-item-background-hover-admin",
|
|
2830
|
+
"attributes": {
|
|
2831
|
+
"category": "color",
|
|
2832
|
+
"type": "dark-mode",
|
|
2833
|
+
"item": "dashboard",
|
|
2834
|
+
"subitem": "nav",
|
|
2835
|
+
"state": "item"
|
|
2836
|
+
},
|
|
2837
|
+
"path": [
|
|
2838
|
+
"color",
|
|
2839
|
+
"dark-mode",
|
|
2840
|
+
"dashboard",
|
|
2841
|
+
"nav",
|
|
2842
|
+
"item",
|
|
2843
|
+
"background",
|
|
2844
|
+
"hover-admin"
|
|
2845
|
+
]
|
|
2846
|
+
},
|
|
2847
|
+
"active": {
|
|
2848
|
+
"value": "#b5b5bc",
|
|
2849
|
+
"public": true,
|
|
2850
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2851
|
+
"isSource": true,
|
|
2852
|
+
"original": {
|
|
2853
|
+
"value": "{color.dark-mode.background.reverse.value}",
|
|
2854
|
+
"public": true
|
|
2855
|
+
},
|
|
2856
|
+
"name": "color-dark-mode-dashboard-nav-item-background-active",
|
|
2857
|
+
"attributes": {
|
|
2858
|
+
"category": "color",
|
|
2859
|
+
"type": "dark-mode",
|
|
2860
|
+
"item": "dashboard",
|
|
2861
|
+
"subitem": "nav",
|
|
2862
|
+
"state": "item"
|
|
2863
|
+
},
|
|
2864
|
+
"path": [
|
|
2865
|
+
"color",
|
|
2866
|
+
"dark-mode",
|
|
2867
|
+
"dashboard",
|
|
2868
|
+
"nav",
|
|
2869
|
+
"item",
|
|
2870
|
+
"background",
|
|
2871
|
+
"active"
|
|
2872
|
+
]
|
|
2873
|
+
}
|
|
3273
2874
|
},
|
|
3274
|
-
"
|
|
3275
|
-
"
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
2875
|
+
"foreground": {
|
|
2876
|
+
"default": {
|
|
2877
|
+
"value": "#ffffff",
|
|
2878
|
+
"public": true,
|
|
2879
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2880
|
+
"isSource": true,
|
|
2881
|
+
"original": {
|
|
2882
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
2883
|
+
"public": true
|
|
2884
|
+
},
|
|
2885
|
+
"name": "color-dark-mode-dashboard-nav-item-foreground-default",
|
|
2886
|
+
"attributes": {
|
|
2887
|
+
"category": "color",
|
|
2888
|
+
"type": "dark-mode",
|
|
2889
|
+
"item": "dashboard",
|
|
2890
|
+
"subitem": "nav",
|
|
2891
|
+
"state": "item"
|
|
2892
|
+
},
|
|
2893
|
+
"path": [
|
|
2894
|
+
"color",
|
|
2895
|
+
"dark-mode",
|
|
2896
|
+
"dashboard",
|
|
2897
|
+
"nav",
|
|
2898
|
+
"item",
|
|
2899
|
+
"foreground",
|
|
2900
|
+
"default"
|
|
2901
|
+
]
|
|
2902
|
+
},
|
|
2903
|
+
"hover": {
|
|
2904
|
+
"value": "#ffffff",
|
|
2905
|
+
"public": true,
|
|
2906
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2907
|
+
"isSource": true,
|
|
2908
|
+
"original": {
|
|
2909
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
2910
|
+
"public": true
|
|
2911
|
+
},
|
|
2912
|
+
"name": "color-dark-mode-dashboard-nav-item-foreground-hover",
|
|
2913
|
+
"attributes": {
|
|
2914
|
+
"category": "color",
|
|
2915
|
+
"type": "dark-mode",
|
|
2916
|
+
"item": "dashboard",
|
|
2917
|
+
"subitem": "nav",
|
|
2918
|
+
"state": "item"
|
|
2919
|
+
},
|
|
2920
|
+
"path": [
|
|
2921
|
+
"color",
|
|
2922
|
+
"dark-mode",
|
|
2923
|
+
"dashboard",
|
|
2924
|
+
"nav",
|
|
2925
|
+
"item",
|
|
2926
|
+
"foreground",
|
|
2927
|
+
"hover"
|
|
2928
|
+
]
|
|
2929
|
+
},
|
|
2930
|
+
"active": {
|
|
2931
|
+
"value": "#121219",
|
|
2932
|
+
"public": true,
|
|
2933
|
+
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
2934
|
+
"isSource": true,
|
|
2935
|
+
"original": {
|
|
2936
|
+
"value": "{color.dark-mode.foreground.reverse.value}",
|
|
2937
|
+
"public": true
|
|
2938
|
+
},
|
|
2939
|
+
"name": "color-dark-mode-dashboard-nav-item-foreground-active",
|
|
2940
|
+
"attributes": {
|
|
2941
|
+
"category": "color",
|
|
2942
|
+
"type": "dark-mode",
|
|
2943
|
+
"item": "dashboard",
|
|
2944
|
+
"subitem": "nav",
|
|
2945
|
+
"state": "item"
|
|
2946
|
+
},
|
|
2947
|
+
"path": [
|
|
2948
|
+
"color",
|
|
2949
|
+
"dark-mode",
|
|
2950
|
+
"dashboard",
|
|
2951
|
+
"nav",
|
|
2952
|
+
"item",
|
|
2953
|
+
"foreground",
|
|
2954
|
+
"active"
|
|
2955
|
+
]
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
3281
2958
|
}
|
|
3282
|
-
}
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
"
|
|
3288
|
-
|
|
3289
|
-
"isSource": true,
|
|
3290
|
-
"original": {
|
|
3291
|
-
"value": "#9C90E9",
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
"input": {
|
|
2962
|
+
"checkbox": {
|
|
2963
|
+
"checked": {
|
|
2964
|
+
"foreground": {
|
|
2965
|
+
"value": "#ffffff",
|
|
3292
2966
|
"public": true,
|
|
3293
|
-
"isReferenceToInternal": true
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
"
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
"public": true
|
|
3319
|
-
},
|
|
3320
|
-
"name": "color-dark-mode-tag-14-foreground",
|
|
3321
|
-
"attributes": {
|
|
3322
|
-
"category": "color",
|
|
3323
|
-
"type": "dark-mode",
|
|
3324
|
-
"item": "tag",
|
|
3325
|
-
"subitem": "14",
|
|
3326
|
-
"state": "foreground"
|
|
3327
|
-
},
|
|
3328
|
-
"path": [
|
|
3329
|
-
"color",
|
|
3330
|
-
"dark-mode",
|
|
3331
|
-
"tag",
|
|
3332
|
-
"14",
|
|
3333
|
-
"foreground"
|
|
3334
|
-
]
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
"15": {
|
|
3338
|
-
"background": {
|
|
3339
|
-
"value": "#e7796d",
|
|
3340
|
-
"public": true,
|
|
3341
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3342
|
-
"isSource": true,
|
|
3343
|
-
"original": {
|
|
3344
|
-
"value": "#E7796D",
|
|
3345
|
-
"public": true
|
|
3346
|
-
},
|
|
3347
|
-
"name": "color-dark-mode-tag-15-background",
|
|
3348
|
-
"attributes": {
|
|
3349
|
-
"category": "color",
|
|
3350
|
-
"type": "dark-mode",
|
|
3351
|
-
"item": "tag",
|
|
3352
|
-
"subitem": "15",
|
|
3353
|
-
"state": "background"
|
|
3354
|
-
},
|
|
3355
|
-
"path": [
|
|
3356
|
-
"color",
|
|
3357
|
-
"dark-mode",
|
|
3358
|
-
"tag",
|
|
3359
|
-
"15",
|
|
3360
|
-
"background"
|
|
3361
|
-
]
|
|
3362
|
-
},
|
|
3363
|
-
"foreground": {
|
|
3364
|
-
"value": "#56231d",
|
|
3365
|
-
"public": true,
|
|
3366
|
-
"filePath": "tokens/color/component/tags.dark.json",
|
|
3367
|
-
"isSource": true,
|
|
3368
|
-
"original": {
|
|
3369
|
-
"value": "#56231D",
|
|
3370
|
-
"public": true
|
|
3371
|
-
},
|
|
3372
|
-
"name": "color-dark-mode-tag-15-foreground",
|
|
3373
|
-
"attributes": {
|
|
3374
|
-
"category": "color",
|
|
3375
|
-
"type": "dark-mode",
|
|
3376
|
-
"item": "tag",
|
|
3377
|
-
"subitem": "15",
|
|
3378
|
-
"state": "foreground"
|
|
3379
|
-
},
|
|
3380
|
-
"path": [
|
|
3381
|
-
"color",
|
|
3382
|
-
"dark-mode",
|
|
3383
|
-
"tag",
|
|
3384
|
-
"15",
|
|
3385
|
-
"foreground"
|
|
3386
|
-
]
|
|
2967
|
+
"isReferenceToInternal": true,
|
|
2968
|
+
"filePath": "tokens/color/semantic/input.dark.json",
|
|
2969
|
+
"isSource": true,
|
|
2970
|
+
"original": {
|
|
2971
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2972
|
+
"public": true,
|
|
2973
|
+
"isReferenceToInternal": true
|
|
2974
|
+
},
|
|
2975
|
+
"name": "color-dark-mode-input-checkbox-checked-foreground",
|
|
2976
|
+
"attributes": {
|
|
2977
|
+
"category": "color",
|
|
2978
|
+
"type": "dark-mode",
|
|
2979
|
+
"item": "input",
|
|
2980
|
+
"subitem": "checkbox",
|
|
2981
|
+
"state": "checked"
|
|
2982
|
+
},
|
|
2983
|
+
"path": [
|
|
2984
|
+
"color",
|
|
2985
|
+
"dark-mode",
|
|
2986
|
+
"input",
|
|
2987
|
+
"checkbox",
|
|
2988
|
+
"checked",
|
|
2989
|
+
"foreground"
|
|
2990
|
+
]
|
|
2991
|
+
}
|
|
3387
2992
|
}
|
|
3388
2993
|
},
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3391
|
-
"
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
2994
|
+
"file-upload": {
|
|
2995
|
+
"button": {
|
|
2996
|
+
"background": {
|
|
2997
|
+
"default": {
|
|
2998
|
+
"value": "#2f323d",
|
|
2999
|
+
"public": true,
|
|
3000
|
+
"isReferenceToInternal": true,
|
|
3001
|
+
"filePath": "tokens/color/semantic/input.dark.json",
|
|
3002
|
+
"isSource": true,
|
|
3003
|
+
"original": {
|
|
3004
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
3005
|
+
"public": true,
|
|
3006
|
+
"isReferenceToInternal": true
|
|
3007
|
+
},
|
|
3008
|
+
"name": "color-dark-mode-input-file-upload-button-background-default",
|
|
3009
|
+
"attributes": {
|
|
3010
|
+
"category": "color",
|
|
3011
|
+
"type": "dark-mode",
|
|
3012
|
+
"item": "input",
|
|
3013
|
+
"subitem": "file-upload",
|
|
3014
|
+
"state": "button"
|
|
3015
|
+
},
|
|
3016
|
+
"path": [
|
|
3017
|
+
"color",
|
|
3018
|
+
"dark-mode",
|
|
3019
|
+
"input",
|
|
3020
|
+
"file-upload",
|
|
3021
|
+
"button",
|
|
3022
|
+
"background",
|
|
3023
|
+
"default"
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
"hover": {
|
|
3027
|
+
"value": "#3d3c4d",
|
|
3028
|
+
"public": true,
|
|
3029
|
+
"filePath": "tokens/color/semantic/input.dark.json",
|
|
3030
|
+
"isSource": true,
|
|
3031
|
+
"original": {
|
|
3032
|
+
"value": "#3d3c4d",
|
|
3033
|
+
"public": true
|
|
3034
|
+
},
|
|
3035
|
+
"name": "color-dark-mode-input-file-upload-button-background-hover",
|
|
3036
|
+
"attributes": {
|
|
3037
|
+
"category": "color",
|
|
3038
|
+
"type": "dark-mode",
|
|
3039
|
+
"item": "input",
|
|
3040
|
+
"subitem": "file-upload",
|
|
3041
|
+
"state": "button"
|
|
3042
|
+
},
|
|
3043
|
+
"path": [
|
|
3044
|
+
"color",
|
|
3045
|
+
"dark-mode",
|
|
3046
|
+
"input",
|
|
3047
|
+
"file-upload",
|
|
3048
|
+
"button",
|
|
3049
|
+
"background",
|
|
3050
|
+
"hover"
|
|
3051
|
+
]
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
"switch": {
|
|
3057
|
+
"icon": {
|
|
3058
|
+
"value": "#ffffff",
|
|
3417
3059
|
"public": true,
|
|
3418
|
-
"
|
|
3060
|
+
"isReferenceToInternal": true,
|
|
3061
|
+
"filePath": "tokens/color/semantic/input.dark.json",
|
|
3419
3062
|
"isSource": true,
|
|
3420
3063
|
"original": {
|
|
3421
|
-
"value": "
|
|
3422
|
-
"public": true
|
|
3064
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3065
|
+
"public": true,
|
|
3066
|
+
"isReferenceToInternal": true
|
|
3423
3067
|
},
|
|
3424
|
-
"name": "color-dark-mode-
|
|
3068
|
+
"name": "color-dark-mode-input-switch-icon",
|
|
3425
3069
|
"attributes": {
|
|
3426
3070
|
"category": "color",
|
|
3427
3071
|
"type": "dark-mode",
|
|
3428
|
-
"item": "
|
|
3429
|
-
"subitem": "
|
|
3430
|
-
"state": "
|
|
3072
|
+
"item": "input",
|
|
3073
|
+
"subitem": "switch",
|
|
3074
|
+
"state": "icon"
|
|
3431
3075
|
},
|
|
3432
3076
|
"path": [
|
|
3433
3077
|
"color",
|
|
3434
3078
|
"dark-mode",
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3079
|
+
"input",
|
|
3080
|
+
"switch",
|
|
3081
|
+
"icon"
|
|
3438
3082
|
]
|
|
3439
3083
|
}
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"pagination": {
|
|
3087
|
+
"foreground": {
|
|
3088
|
+
"hover": {
|
|
3089
|
+
"value": "#ffffff",
|
|
3444
3090
|
"public": true,
|
|
3445
|
-
"
|
|
3091
|
+
"isReferenceToInternal": true,
|
|
3092
|
+
"filePath": "tokens/color/component/pagination.dark.json",
|
|
3446
3093
|
"isSource": true,
|
|
3447
3094
|
"original": {
|
|
3448
|
-
"value": "
|
|
3449
|
-
"public": true
|
|
3095
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3096
|
+
"public": true,
|
|
3097
|
+
"isReferenceToInternal": true
|
|
3450
3098
|
},
|
|
3451
|
-
"name": "color-dark-mode-
|
|
3099
|
+
"name": "color-dark-mode-pagination-foreground-hover",
|
|
3452
3100
|
"attributes": {
|
|
3453
3101
|
"category": "color",
|
|
3454
3102
|
"type": "dark-mode",
|
|
3455
|
-
"item": "
|
|
3456
|
-
"subitem": "
|
|
3457
|
-
"state": "
|
|
3103
|
+
"item": "pagination",
|
|
3104
|
+
"subitem": "foreground",
|
|
3105
|
+
"state": "hover"
|
|
3458
3106
|
},
|
|
3459
3107
|
"path": [
|
|
3460
3108
|
"color",
|
|
3461
3109
|
"dark-mode",
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3110
|
+
"pagination",
|
|
3111
|
+
"foreground",
|
|
3112
|
+
"hover"
|
|
3465
3113
|
]
|
|
3466
3114
|
},
|
|
3467
|
-
"
|
|
3468
|
-
"value": "#
|
|
3115
|
+
"active": {
|
|
3116
|
+
"value": "#eeebfa",
|
|
3469
3117
|
"public": true,
|
|
3470
|
-
"
|
|
3118
|
+
"isReferenceToInternal": true,
|
|
3119
|
+
"filePath": "tokens/color/component/pagination.dark.json",
|
|
3471
3120
|
"isSource": true,
|
|
3472
3121
|
"original": {
|
|
3473
|
-
"value": "
|
|
3474
|
-
"public": true
|
|
3122
|
+
"value": "{color.dark-mode.brand.primary.100.value}",
|
|
3123
|
+
"public": true,
|
|
3124
|
+
"isReferenceToInternal": true
|
|
3475
3125
|
},
|
|
3476
|
-
"name": "color-dark-mode-
|
|
3126
|
+
"name": "color-dark-mode-pagination-foreground-active",
|
|
3477
3127
|
"attributes": {
|
|
3478
3128
|
"category": "color",
|
|
3479
3129
|
"type": "dark-mode",
|
|
3480
|
-
"item": "
|
|
3481
|
-
"subitem": "
|
|
3482
|
-
"state": "
|
|
3130
|
+
"item": "pagination",
|
|
3131
|
+
"subitem": "foreground",
|
|
3132
|
+
"state": "active"
|
|
3483
3133
|
},
|
|
3484
3134
|
"path": [
|
|
3485
3135
|
"color",
|
|
3486
3136
|
"dark-mode",
|
|
3487
|
-
"
|
|
3488
|
-
"
|
|
3489
|
-
"
|
|
3137
|
+
"pagination",
|
|
3138
|
+
"foreground",
|
|
3139
|
+
"active"
|
|
3490
3140
|
]
|
|
3491
3141
|
}
|
|
3492
3142
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3495
|
-
"value": "#
|
|
3143
|
+
"background": {
|
|
3144
|
+
"hover": {
|
|
3145
|
+
"value": "#42318d",
|
|
3496
3146
|
"public": true,
|
|
3497
|
-
"
|
|
3147
|
+
"isReferenceToInternal": true,
|
|
3148
|
+
"filePath": "tokens/color/component/pagination.dark.json",
|
|
3498
3149
|
"isSource": true,
|
|
3499
3150
|
"original": {
|
|
3500
|
-
"value": "
|
|
3501
|
-
"public": true
|
|
3151
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
3152
|
+
"public": true,
|
|
3153
|
+
"isReferenceToInternal": true
|
|
3502
3154
|
},
|
|
3503
|
-
"name": "color-dark-mode-
|
|
3155
|
+
"name": "color-dark-mode-pagination-background-hover",
|
|
3504
3156
|
"attributes": {
|
|
3505
3157
|
"category": "color",
|
|
3506
3158
|
"type": "dark-mode",
|
|
3507
|
-
"item": "
|
|
3508
|
-
"subitem": "
|
|
3509
|
-
"state": "
|
|
3159
|
+
"item": "pagination",
|
|
3160
|
+
"subitem": "background",
|
|
3161
|
+
"state": "hover"
|
|
3510
3162
|
},
|
|
3511
3163
|
"path": [
|
|
3512
3164
|
"color",
|
|
3513
3165
|
"dark-mode",
|
|
3514
|
-
"
|
|
3515
|
-
"
|
|
3516
|
-
"
|
|
3166
|
+
"pagination",
|
|
3167
|
+
"background",
|
|
3168
|
+
"hover"
|
|
3517
3169
|
]
|
|
3518
3170
|
},
|
|
3519
|
-
"
|
|
3520
|
-
"value": "#
|
|
3171
|
+
"active": {
|
|
3172
|
+
"value": "#2c205e",
|
|
3521
3173
|
"public": true,
|
|
3522
|
-
"
|
|
3174
|
+
"isReferenceToInternal": true,
|
|
3175
|
+
"filePath": "tokens/color/component/pagination.dark.json",
|
|
3523
3176
|
"isSource": true,
|
|
3524
3177
|
"original": {
|
|
3525
|
-
"value": "
|
|
3526
|
-
"public": true
|
|
3178
|
+
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
3179
|
+
"public": true,
|
|
3180
|
+
"isReferenceToInternal": true
|
|
3527
3181
|
},
|
|
3528
|
-
"name": "color-dark-mode-
|
|
3182
|
+
"name": "color-dark-mode-pagination-background-active",
|
|
3529
3183
|
"attributes": {
|
|
3530
3184
|
"category": "color",
|
|
3531
3185
|
"type": "dark-mode",
|
|
3532
|
-
"item": "
|
|
3533
|
-
"subitem": "
|
|
3534
|
-
"state": "
|
|
3186
|
+
"item": "pagination",
|
|
3187
|
+
"subitem": "background",
|
|
3188
|
+
"state": "active"
|
|
3535
3189
|
},
|
|
3536
3190
|
"path": [
|
|
3537
3191
|
"color",
|
|
3538
3192
|
"dark-mode",
|
|
3539
|
-
"
|
|
3540
|
-
"
|
|
3541
|
-
"
|
|
3193
|
+
"pagination",
|
|
3194
|
+
"background",
|
|
3195
|
+
"active"
|
|
3542
3196
|
]
|
|
3543
3197
|
}
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"panel": {
|
|
3201
|
+
"sunken": {
|
|
3546
3202
|
"background": {
|
|
3547
|
-
"value": "#
|
|
3203
|
+
"value": "#121219",
|
|
3548
3204
|
"public": true,
|
|
3549
3205
|
"isReferenceToInternal": true,
|
|
3550
|
-
"filePath": "tokens/color/component/
|
|
3206
|
+
"filePath": "tokens/color/component/panel.dark.json",
|
|
3551
3207
|
"isSource": true,
|
|
3552
3208
|
"original": {
|
|
3553
|
-
"value": "
|
|
3209
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
3554
3210
|
"public": true,
|
|
3555
3211
|
"isReferenceToInternal": true
|
|
3556
3212
|
},
|
|
3557
|
-
"name": "color-dark-mode-
|
|
3213
|
+
"name": "color-dark-mode-panel-sunken-background",
|
|
3558
3214
|
"attributes": {
|
|
3559
3215
|
"category": "color",
|
|
3560
3216
|
"type": "dark-mode",
|
|
3561
|
-
"item": "
|
|
3562
|
-
"subitem": "
|
|
3217
|
+
"item": "panel",
|
|
3218
|
+
"subitem": "sunken",
|
|
3563
3219
|
"state": "background"
|
|
3564
3220
|
},
|
|
3565
3221
|
"path": [
|
|
3566
3222
|
"color",
|
|
3567
3223
|
"dark-mode",
|
|
3568
|
-
"
|
|
3569
|
-
"
|
|
3224
|
+
"panel",
|
|
3225
|
+
"sunken",
|
|
3570
3226
|
"background"
|
|
3571
3227
|
]
|
|
3572
|
-
}
|
|
3573
|
-
|
|
3574
|
-
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
"raised": {
|
|
3231
|
+
"background": {
|
|
3232
|
+
"value": "#1f2026",
|
|
3575
3233
|
"public": true,
|
|
3576
|
-
"filePath": "tokens/color/component/
|
|
3234
|
+
"filePath": "tokens/color/component/panel.dark.json",
|
|
3577
3235
|
"isSource": true,
|
|
3578
3236
|
"original": {
|
|
3579
|
-
"value": "#
|
|
3237
|
+
"value": "#1F2026",
|
|
3580
3238
|
"public": true
|
|
3581
3239
|
},
|
|
3582
|
-
"name": "color-dark-mode-
|
|
3240
|
+
"name": "color-dark-mode-panel-raised-background",
|
|
3583
3241
|
"attributes": {
|
|
3584
3242
|
"category": "color",
|
|
3585
3243
|
"type": "dark-mode",
|
|
3586
|
-
"item": "
|
|
3587
|
-
"subitem": "
|
|
3588
|
-
"state": "
|
|
3244
|
+
"item": "panel",
|
|
3245
|
+
"subitem": "raised",
|
|
3246
|
+
"state": "background"
|
|
3589
3247
|
},
|
|
3590
3248
|
"path": [
|
|
3591
3249
|
"color",
|
|
3592
3250
|
"dark-mode",
|
|
3593
|
-
"
|
|
3594
|
-
"
|
|
3595
|
-
"
|
|
3251
|
+
"panel",
|
|
3252
|
+
"raised",
|
|
3253
|
+
"background"
|
|
3596
3254
|
]
|
|
3597
3255
|
}
|
|
3598
3256
|
},
|
|
3599
|
-
"
|
|
3257
|
+
"overlay": {
|
|
3600
3258
|
"background": {
|
|
3601
|
-
"value": "#
|
|
3259
|
+
"value": "#1f2026",
|
|
3602
3260
|
"public": true,
|
|
3603
|
-
"filePath": "tokens/color/component/
|
|
3261
|
+
"filePath": "tokens/color/component/panel.dark.json",
|
|
3604
3262
|
"isSource": true,
|
|
3605
3263
|
"original": {
|
|
3606
|
-
"value": "#
|
|
3264
|
+
"value": "#1F2026",
|
|
3607
3265
|
"public": true
|
|
3608
3266
|
},
|
|
3609
|
-
"name": "color-dark-mode-
|
|
3267
|
+
"name": "color-dark-mode-panel-overlay-background",
|
|
3610
3268
|
"attributes": {
|
|
3611
3269
|
"category": "color",
|
|
3612
3270
|
"type": "dark-mode",
|
|
3613
|
-
"item": "
|
|
3614
|
-
"subitem": "
|
|
3271
|
+
"item": "panel",
|
|
3272
|
+
"subitem": "overlay",
|
|
3615
3273
|
"state": "background"
|
|
3616
3274
|
},
|
|
3617
3275
|
"path": [
|
|
3618
3276
|
"color",
|
|
3619
3277
|
"dark-mode",
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3278
|
+
"panel",
|
|
3279
|
+
"overlay",
|
|
3622
3280
|
"background"
|
|
3623
3281
|
]
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
"expansion-panel": {
|
|
3286
|
+
"hover": {
|
|
3287
|
+
"value": "#20232c",
|
|
3288
|
+
"public": true,
|
|
3289
|
+
"isReferenceToInternal": true,
|
|
3290
|
+
"filePath": "tokens/color/component/panel.dark.json",
|
|
3291
|
+
"isSource": true,
|
|
3292
|
+
"original": {
|
|
3293
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3294
|
+
"public": true,
|
|
3295
|
+
"isReferenceToInternal": true
|
|
3624
3296
|
},
|
|
3625
|
-
"
|
|
3626
|
-
|
|
3297
|
+
"name": "color-dark-mode-expansion-panel-hover",
|
|
3298
|
+
"attributes": {
|
|
3299
|
+
"category": "color",
|
|
3300
|
+
"type": "dark-mode",
|
|
3301
|
+
"item": "expansion-panel",
|
|
3302
|
+
"subitem": "hover"
|
|
3303
|
+
},
|
|
3304
|
+
"path": [
|
|
3305
|
+
"color",
|
|
3306
|
+
"dark-mode",
|
|
3307
|
+
"expansion-panel",
|
|
3308
|
+
"hover"
|
|
3309
|
+
]
|
|
3310
|
+
},
|
|
3311
|
+
"open": {
|
|
3312
|
+
"value": "#20232c",
|
|
3313
|
+
"public": true,
|
|
3314
|
+
"isReferenceToInternal": true,
|
|
3315
|
+
"filePath": "tokens/color/component/panel.dark.json",
|
|
3316
|
+
"isSource": true,
|
|
3317
|
+
"original": {
|
|
3318
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3627
3319
|
"public": true,
|
|
3628
|
-
"
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
"
|
|
3635
|
-
"
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3320
|
+
"isReferenceToInternal": true
|
|
3321
|
+
},
|
|
3322
|
+
"name": "color-dark-mode-expansion-panel-open",
|
|
3323
|
+
"attributes": {
|
|
3324
|
+
"category": "color",
|
|
3325
|
+
"type": "dark-mode",
|
|
3326
|
+
"item": "expansion-panel",
|
|
3327
|
+
"subitem": "open"
|
|
3328
|
+
},
|
|
3329
|
+
"path": [
|
|
3330
|
+
"color",
|
|
3331
|
+
"dark-mode",
|
|
3332
|
+
"expansion-panel",
|
|
3333
|
+
"open"
|
|
3334
|
+
]
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
"tile": {
|
|
3338
|
+
"background": {
|
|
3339
|
+
"value": "#1f2026",
|
|
3340
|
+
"public": true,
|
|
3341
|
+
"filePath": "tokens/color/component/tile.dark.json",
|
|
3342
|
+
"isSource": true,
|
|
3343
|
+
"original": {
|
|
3344
|
+
"value": "#1F2026",
|
|
3345
|
+
"public": true
|
|
3346
|
+
},
|
|
3347
|
+
"name": "color-dark-mode-tile-background",
|
|
3348
|
+
"attributes": {
|
|
3349
|
+
"category": "color",
|
|
3350
|
+
"type": "dark-mode",
|
|
3351
|
+
"item": "tile",
|
|
3352
|
+
"subitem": "background"
|
|
3353
|
+
},
|
|
3354
|
+
"path": [
|
|
3355
|
+
"color",
|
|
3356
|
+
"dark-mode",
|
|
3357
|
+
"tile",
|
|
3358
|
+
"background"
|
|
3359
|
+
]
|
|
3650
3360
|
}
|
|
3651
3361
|
},
|
|
3652
3362
|
"brand": {
|
|
3653
3363
|
"primary": {
|
|
3654
3364
|
"100": {
|
|
3655
|
-
"value": "#
|
|
3365
|
+
"value": "#eeebfa",
|
|
3656
3366
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3657
3367
|
"isSource": true,
|
|
3658
3368
|
"original": {
|
|
3659
|
-
"value": "#
|
|
3369
|
+
"value": "#EEEBFA"
|
|
3660
3370
|
},
|
|
3661
3371
|
"name": "color-dark-mode-brand-primary-100",
|
|
3662
3372
|
"attributes": {
|
|
@@ -3675,11 +3385,11 @@
|
|
|
3675
3385
|
]
|
|
3676
3386
|
},
|
|
3677
3387
|
"200": {
|
|
3678
|
-
"value": "#
|
|
3388
|
+
"value": "#cbc2f0",
|
|
3679
3389
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3680
3390
|
"isSource": true,
|
|
3681
3391
|
"original": {
|
|
3682
|
-
"value": "#
|
|
3392
|
+
"value": "#CBC2F0"
|
|
3683
3393
|
},
|
|
3684
3394
|
"name": "color-dark-mode-brand-primary-200",
|
|
3685
3395
|
"attributes": {
|
|
@@ -3698,11 +3408,11 @@
|
|
|
3698
3408
|
]
|
|
3699
3409
|
},
|
|
3700
3410
|
"300": {
|
|
3701
|
-
"value": "#
|
|
3411
|
+
"value": "#9786e2",
|
|
3702
3412
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3703
3413
|
"isSource": true,
|
|
3704
3414
|
"original": {
|
|
3705
|
-
"value": "#
|
|
3415
|
+
"value": "#9786E2"
|
|
3706
3416
|
},
|
|
3707
3417
|
"name": "color-dark-mode-brand-primary-300",
|
|
3708
3418
|
"attributes": {
|
|
@@ -3721,11 +3431,11 @@
|
|
|
3721
3431
|
]
|
|
3722
3432
|
},
|
|
3723
3433
|
"400": {
|
|
3724
|
-
"value": "#
|
|
3434
|
+
"value": "#745dd8",
|
|
3725
3435
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3726
3436
|
"isSource": true,
|
|
3727
3437
|
"original": {
|
|
3728
|
-
"value": "#
|
|
3438
|
+
"value": "#745DD8"
|
|
3729
3439
|
},
|
|
3730
3440
|
"name": "color-dark-mode-brand-primary-400",
|
|
3731
3441
|
"attributes": {
|
|
@@ -3744,11 +3454,11 @@
|
|
|
3744
3454
|
]
|
|
3745
3455
|
},
|
|
3746
3456
|
"500": {
|
|
3747
|
-
"value": "#
|
|
3457
|
+
"value": "#42318d",
|
|
3748
3458
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3749
3459
|
"isSource": true,
|
|
3750
3460
|
"original": {
|
|
3751
|
-
"value": "#
|
|
3461
|
+
"value": "#42318D"
|
|
3752
3462
|
},
|
|
3753
3463
|
"name": "color-dark-mode-brand-primary-500",
|
|
3754
3464
|
"attributes": {
|
|
@@ -3767,11 +3477,11 @@
|
|
|
3767
3477
|
]
|
|
3768
3478
|
},
|
|
3769
3479
|
"600": {
|
|
3770
|
-
"value": "#
|
|
3480
|
+
"value": "#2c205e",
|
|
3771
3481
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
3772
3482
|
"isSource": true,
|
|
3773
3483
|
"original": {
|
|
3774
|
-
"value": "#
|
|
3484
|
+
"value": "#2C205E"
|
|
3775
3485
|
},
|
|
3776
3486
|
"name": "color-dark-mode-brand-primary-600",
|
|
3777
3487
|
"attributes": {
|
|
@@ -3790,7 +3500,7 @@
|
|
|
3790
3500
|
]
|
|
3791
3501
|
},
|
|
3792
3502
|
"default": {
|
|
3793
|
-
"value": "#
|
|
3503
|
+
"value": "#745dd8",
|
|
3794
3504
|
"public": true,
|
|
3795
3505
|
"isReferenceToInternal": true,
|
|
3796
3506
|
"filePath": "tokens/color/primitive/brand.dark.json",
|
|
@@ -4152,68 +3862,152 @@
|
|
|
4152
3862
|
}
|
|
4153
3863
|
}
|
|
4154
3864
|
},
|
|
4155
|
-
"
|
|
3865
|
+
"neutral": {
|
|
4156
3866
|
"100": {
|
|
4157
|
-
"value": "#
|
|
4158
|
-
"filePath": "tokens/color/primitive/
|
|
3867
|
+
"value": "#b5b5bc",
|
|
3868
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
3869
|
+
"isSource": true,
|
|
3870
|
+
"original": {
|
|
3871
|
+
"value": "#B5B5BC"
|
|
3872
|
+
},
|
|
3873
|
+
"name": "color-dark-mode-neutral-100",
|
|
3874
|
+
"attributes": {
|
|
3875
|
+
"category": "color",
|
|
3876
|
+
"type": "dark-mode",
|
|
3877
|
+
"item": "neutral",
|
|
3878
|
+
"subitem": "100"
|
|
3879
|
+
},
|
|
3880
|
+
"path": [
|
|
3881
|
+
"color",
|
|
3882
|
+
"dark-mode",
|
|
3883
|
+
"neutral",
|
|
3884
|
+
"100"
|
|
3885
|
+
]
|
|
3886
|
+
},
|
|
3887
|
+
"200": {
|
|
3888
|
+
"value": "#6d6d78",
|
|
3889
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
3890
|
+
"isSource": true,
|
|
3891
|
+
"original": {
|
|
3892
|
+
"value": "#6D6D78"
|
|
3893
|
+
},
|
|
3894
|
+
"name": "color-dark-mode-neutral-200",
|
|
3895
|
+
"attributes": {
|
|
3896
|
+
"category": "color",
|
|
3897
|
+
"type": "dark-mode",
|
|
3898
|
+
"item": "neutral",
|
|
3899
|
+
"subitem": "200"
|
|
3900
|
+
},
|
|
3901
|
+
"path": [
|
|
3902
|
+
"color",
|
|
3903
|
+
"dark-mode",
|
|
3904
|
+
"neutral",
|
|
3905
|
+
"200"
|
|
3906
|
+
]
|
|
3907
|
+
},
|
|
3908
|
+
"300": {
|
|
3909
|
+
"value": "#2f323d",
|
|
3910
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
3911
|
+
"isSource": true,
|
|
3912
|
+
"original": {
|
|
3913
|
+
"value": "#2F323D"
|
|
3914
|
+
},
|
|
3915
|
+
"name": "color-dark-mode-neutral-300",
|
|
3916
|
+
"attributes": {
|
|
3917
|
+
"category": "color",
|
|
3918
|
+
"type": "dark-mode",
|
|
3919
|
+
"item": "neutral",
|
|
3920
|
+
"subitem": "300"
|
|
3921
|
+
},
|
|
3922
|
+
"path": [
|
|
3923
|
+
"color",
|
|
3924
|
+
"dark-mode",
|
|
3925
|
+
"neutral",
|
|
3926
|
+
"300"
|
|
3927
|
+
]
|
|
3928
|
+
},
|
|
3929
|
+
"400": {
|
|
3930
|
+
"value": "#20232c",
|
|
3931
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4159
3932
|
"isSource": true,
|
|
4160
3933
|
"original": {
|
|
4161
|
-
"value": "#
|
|
3934
|
+
"value": "#20232C"
|
|
4162
3935
|
},
|
|
4163
|
-
"name": "color-dark-mode-
|
|
3936
|
+
"name": "color-dark-mode-neutral-400",
|
|
4164
3937
|
"attributes": {
|
|
4165
3938
|
"category": "color",
|
|
4166
3939
|
"type": "dark-mode",
|
|
4167
|
-
"item": "
|
|
4168
|
-
"subitem": "
|
|
3940
|
+
"item": "neutral",
|
|
3941
|
+
"subitem": "400"
|
|
4169
3942
|
},
|
|
4170
3943
|
"path": [
|
|
4171
3944
|
"color",
|
|
4172
3945
|
"dark-mode",
|
|
4173
|
-
"
|
|
4174
|
-
"
|
|
3946
|
+
"neutral",
|
|
3947
|
+
"400"
|
|
4175
3948
|
]
|
|
4176
3949
|
},
|
|
4177
|
-
"
|
|
4178
|
-
"value": "#
|
|
4179
|
-
"filePath": "tokens/color/primitive/
|
|
3950
|
+
"500": {
|
|
3951
|
+
"value": "#1a1b20",
|
|
3952
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4180
3953
|
"isSource": true,
|
|
4181
3954
|
"original": {
|
|
4182
|
-
"value": "#
|
|
3955
|
+
"value": "#1A1B20"
|
|
4183
3956
|
},
|
|
4184
|
-
"name": "color-dark-mode-
|
|
3957
|
+
"name": "color-dark-mode-neutral-500",
|
|
4185
3958
|
"attributes": {
|
|
4186
3959
|
"category": "color",
|
|
4187
3960
|
"type": "dark-mode",
|
|
4188
|
-
"item": "
|
|
4189
|
-
"subitem": "
|
|
3961
|
+
"item": "neutral",
|
|
3962
|
+
"subitem": "500"
|
|
4190
3963
|
},
|
|
4191
3964
|
"path": [
|
|
4192
3965
|
"color",
|
|
4193
3966
|
"dark-mode",
|
|
4194
|
-
"
|
|
4195
|
-
"
|
|
3967
|
+
"neutral",
|
|
3968
|
+
"500"
|
|
4196
3969
|
]
|
|
4197
3970
|
},
|
|
4198
|
-
"
|
|
4199
|
-
"value": "#
|
|
4200
|
-
"filePath": "tokens/color/primitive/
|
|
3971
|
+
"600": {
|
|
3972
|
+
"value": "#121219",
|
|
3973
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4201
3974
|
"isSource": true,
|
|
4202
3975
|
"original": {
|
|
4203
|
-
"value": "#
|
|
3976
|
+
"value": "#121219"
|
|
4204
3977
|
},
|
|
4205
|
-
"name": "color-dark-mode-
|
|
3978
|
+
"name": "color-dark-mode-neutral-600",
|
|
4206
3979
|
"attributes": {
|
|
4207
3980
|
"category": "color",
|
|
4208
3981
|
"type": "dark-mode",
|
|
4209
|
-
"item": "
|
|
4210
|
-
"subitem": "
|
|
3982
|
+
"item": "neutral",
|
|
3983
|
+
"subitem": "600"
|
|
4211
3984
|
},
|
|
4212
3985
|
"path": [
|
|
4213
3986
|
"color",
|
|
4214
3987
|
"dark-mode",
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
3988
|
+
"neutral",
|
|
3989
|
+
"600"
|
|
3990
|
+
]
|
|
3991
|
+
},
|
|
3992
|
+
"000": {
|
|
3993
|
+
"value": "#ffffff",
|
|
3994
|
+
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
3995
|
+
"isSource": true,
|
|
3996
|
+
"original": {
|
|
3997
|
+
"value": "#FFFFFF"
|
|
3998
|
+
},
|
|
3999
|
+
"name": "color-dark-mode-neutral-000",
|
|
4000
|
+
"attributes": {
|
|
4001
|
+
"category": "color",
|
|
4002
|
+
"type": "dark-mode",
|
|
4003
|
+
"item": "neutral",
|
|
4004
|
+
"subitem": "000"
|
|
4005
|
+
},
|
|
4006
|
+
"path": [
|
|
4007
|
+
"color",
|
|
4008
|
+
"dark-mode",
|
|
4009
|
+
"neutral",
|
|
4010
|
+
"000"
|
|
4217
4011
|
]
|
|
4218
4012
|
}
|
|
4219
4013
|
},
|
|
@@ -4221,7 +4015,7 @@
|
|
|
4221
4015
|
"bitbucket": {
|
|
4222
4016
|
"value": "#004dc0",
|
|
4223
4017
|
"public": true,
|
|
4224
|
-
"filePath": "tokens/color/primitive/
|
|
4018
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4225
4019
|
"isSource": true,
|
|
4226
4020
|
"original": {
|
|
4227
4021
|
"value": "#004DC0",
|
|
@@ -4244,7 +4038,7 @@
|
|
|
4244
4038
|
"drupal": {
|
|
4245
4039
|
"value": "#009cde",
|
|
4246
4040
|
"public": true,
|
|
4247
|
-
"filePath": "tokens/color/primitive/
|
|
4041
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4248
4042
|
"isSource": true,
|
|
4249
4043
|
"original": {
|
|
4250
4044
|
"value": "#009CDE",
|
|
@@ -4267,7 +4061,7 @@
|
|
|
4267
4061
|
"gatsby": {
|
|
4268
4062
|
"value": "#663399",
|
|
4269
4063
|
"public": true,
|
|
4270
|
-
"filePath": "tokens/color/primitive/
|
|
4064
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4271
4065
|
"isSource": true,
|
|
4272
4066
|
"original": {
|
|
4273
4067
|
"value": "#663399",
|
|
@@ -4287,13 +4081,36 @@
|
|
|
4287
4081
|
"gatsby"
|
|
4288
4082
|
]
|
|
4289
4083
|
},
|
|
4084
|
+
"github": {
|
|
4085
|
+
"value": "#2da44e",
|
|
4086
|
+
"public": true,
|
|
4087
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4088
|
+
"isSource": true,
|
|
4089
|
+
"original": {
|
|
4090
|
+
"value": "#2DA44E",
|
|
4091
|
+
"public": true
|
|
4092
|
+
},
|
|
4093
|
+
"name": "color-dark-mode-partner-github",
|
|
4094
|
+
"attributes": {
|
|
4095
|
+
"category": "color",
|
|
4096
|
+
"type": "dark-mode",
|
|
4097
|
+
"item": "partner",
|
|
4098
|
+
"subitem": "github"
|
|
4099
|
+
},
|
|
4100
|
+
"path": [
|
|
4101
|
+
"color",
|
|
4102
|
+
"dark-mode",
|
|
4103
|
+
"partner",
|
|
4104
|
+
"github"
|
|
4105
|
+
]
|
|
4106
|
+
},
|
|
4290
4107
|
"gitlab": {
|
|
4291
|
-
"value": "#
|
|
4108
|
+
"value": "#fc6d26",
|
|
4292
4109
|
"public": true,
|
|
4293
|
-
"filePath": "tokens/color/primitive/
|
|
4110
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4294
4111
|
"isSource": true,
|
|
4295
4112
|
"original": {
|
|
4296
|
-
"value": "#
|
|
4113
|
+
"value": "#fc6d26",
|
|
4297
4114
|
"public": true
|
|
4298
4115
|
},
|
|
4299
4116
|
"name": "color-dark-mode-partner-gitlab",
|
|
@@ -4310,13 +4127,36 @@
|
|
|
4310
4127
|
"gitlab"
|
|
4311
4128
|
]
|
|
4312
4129
|
},
|
|
4130
|
+
"google": {
|
|
4131
|
+
"value": "#4285f4",
|
|
4132
|
+
"public": true,
|
|
4133
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4134
|
+
"isSource": true,
|
|
4135
|
+
"original": {
|
|
4136
|
+
"value": "#4285F4",
|
|
4137
|
+
"public": true
|
|
4138
|
+
},
|
|
4139
|
+
"name": "color-dark-mode-partner-google",
|
|
4140
|
+
"attributes": {
|
|
4141
|
+
"category": "color",
|
|
4142
|
+
"type": "dark-mode",
|
|
4143
|
+
"item": "partner",
|
|
4144
|
+
"subitem": "google"
|
|
4145
|
+
},
|
|
4146
|
+
"path": [
|
|
4147
|
+
"color",
|
|
4148
|
+
"dark-mode",
|
|
4149
|
+
"partner",
|
|
4150
|
+
"google"
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4313
4153
|
"nextjs": {
|
|
4314
|
-
"value": "#
|
|
4154
|
+
"value": "#ffffff",
|
|
4315
4155
|
"public": true,
|
|
4316
|
-
"filePath": "tokens/color/primitive/
|
|
4156
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4317
4157
|
"isSource": true,
|
|
4318
4158
|
"original": {
|
|
4319
|
-
"value": "#
|
|
4159
|
+
"value": "#ffffff",
|
|
4320
4160
|
"public": true
|
|
4321
4161
|
},
|
|
4322
4162
|
"name": "color-dark-mode-partner-nextjs",
|
|
@@ -4336,7 +4176,7 @@
|
|
|
4336
4176
|
"wordpress": {
|
|
4337
4177
|
"value": "#0073aa",
|
|
4338
4178
|
"public": true,
|
|
4339
|
-
"filePath": "tokens/color/primitive/
|
|
4179
|
+
"filePath": "tokens/color/primitive/partner.dark.json",
|
|
4340
4180
|
"isSource": true,
|
|
4341
4181
|
"original": {
|
|
4342
4182
|
"value": "#0073AA",
|
|
@@ -4361,7 +4201,7 @@
|
|
|
4361
4201
|
"rss": {
|
|
4362
4202
|
"value": "#f3763a",
|
|
4363
4203
|
"public": true,
|
|
4364
|
-
"filePath": "tokens/color/primitive/
|
|
4204
|
+
"filePath": "tokens/color/primitive/social.dark.json",
|
|
4365
4205
|
"isSource": true,
|
|
4366
4206
|
"original": {
|
|
4367
4207
|
"value": "#f3763a",
|
|
@@ -4382,186 +4222,15 @@
|
|
|
4382
4222
|
]
|
|
4383
4223
|
}
|
|
4384
4224
|
},
|
|
4385
|
-
"gradient": {},
|
|
4386
|
-
"neutral": {
|
|
4387
|
-
"100": {
|
|
4388
|
-
"value": "#e7e7eb",
|
|
4389
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4390
|
-
"isSource": true,
|
|
4391
|
-
"original": {
|
|
4392
|
-
"value": "#E7E7EB"
|
|
4393
|
-
},
|
|
4394
|
-
"name": "color-dark-mode-neutral-100",
|
|
4395
|
-
"attributes": {
|
|
4396
|
-
"category": "color",
|
|
4397
|
-
"type": "dark-mode",
|
|
4398
|
-
"item": "neutral",
|
|
4399
|
-
"subitem": "100"
|
|
4400
|
-
},
|
|
4401
|
-
"path": [
|
|
4402
|
-
"color",
|
|
4403
|
-
"dark-mode",
|
|
4404
|
-
"neutral",
|
|
4405
|
-
"100"
|
|
4406
|
-
]
|
|
4407
|
-
},
|
|
4408
|
-
"200": {
|
|
4409
|
-
"value": "#a6a3b4",
|
|
4410
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4411
|
-
"isSource": true,
|
|
4412
|
-
"original": {
|
|
4413
|
-
"value": "#A6A3B4"
|
|
4414
|
-
},
|
|
4415
|
-
"name": "color-dark-mode-neutral-200",
|
|
4416
|
-
"attributes": {
|
|
4417
|
-
"category": "color",
|
|
4418
|
-
"type": "dark-mode",
|
|
4419
|
-
"item": "neutral",
|
|
4420
|
-
"subitem": "200"
|
|
4421
|
-
},
|
|
4422
|
-
"path": [
|
|
4423
|
-
"color",
|
|
4424
|
-
"dark-mode",
|
|
4425
|
-
"neutral",
|
|
4426
|
-
"200"
|
|
4427
|
-
]
|
|
4428
|
-
},
|
|
4429
|
-
"300": {
|
|
4430
|
-
"value": "#858299",
|
|
4431
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4432
|
-
"isSource": true,
|
|
4433
|
-
"original": {
|
|
4434
|
-
"value": "#858299"
|
|
4435
|
-
},
|
|
4436
|
-
"name": "color-dark-mode-neutral-300",
|
|
4437
|
-
"attributes": {
|
|
4438
|
-
"category": "color",
|
|
4439
|
-
"type": "dark-mode",
|
|
4440
|
-
"item": "neutral",
|
|
4441
|
-
"subitem": "300"
|
|
4442
|
-
},
|
|
4443
|
-
"path": [
|
|
4444
|
-
"color",
|
|
4445
|
-
"dark-mode",
|
|
4446
|
-
"neutral",
|
|
4447
|
-
"300"
|
|
4448
|
-
]
|
|
4449
|
-
},
|
|
4450
|
-
"400": {
|
|
4451
|
-
"value": "#504e62",
|
|
4452
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4453
|
-
"isSource": true,
|
|
4454
|
-
"original": {
|
|
4455
|
-
"value": "#504E62"
|
|
4456
|
-
},
|
|
4457
|
-
"name": "color-dark-mode-neutral-400",
|
|
4458
|
-
"attributes": {
|
|
4459
|
-
"category": "color",
|
|
4460
|
-
"type": "dark-mode",
|
|
4461
|
-
"item": "neutral",
|
|
4462
|
-
"subitem": "400"
|
|
4463
|
-
},
|
|
4464
|
-
"path": [
|
|
4465
|
-
"color",
|
|
4466
|
-
"dark-mode",
|
|
4467
|
-
"neutral",
|
|
4468
|
-
"400"
|
|
4469
|
-
]
|
|
4470
|
-
},
|
|
4471
|
-
"500": {
|
|
4472
|
-
"value": "#282839",
|
|
4473
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4474
|
-
"isSource": true,
|
|
4475
|
-
"original": {
|
|
4476
|
-
"value": "#282839"
|
|
4477
|
-
},
|
|
4478
|
-
"name": "color-dark-mode-neutral-500",
|
|
4479
|
-
"attributes": {
|
|
4480
|
-
"category": "color",
|
|
4481
|
-
"type": "dark-mode",
|
|
4482
|
-
"item": "neutral",
|
|
4483
|
-
"subitem": "500"
|
|
4484
|
-
},
|
|
4485
|
-
"path": [
|
|
4486
|
-
"color",
|
|
4487
|
-
"dark-mode",
|
|
4488
|
-
"neutral",
|
|
4489
|
-
"500"
|
|
4490
|
-
]
|
|
4491
|
-
},
|
|
4492
|
-
"600": {
|
|
4493
|
-
"value": "#1d1d29",
|
|
4494
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4495
|
-
"isSource": true,
|
|
4496
|
-
"original": {
|
|
4497
|
-
"value": "#1D1D29"
|
|
4498
|
-
},
|
|
4499
|
-
"name": "color-dark-mode-neutral-600",
|
|
4500
|
-
"attributes": {
|
|
4501
|
-
"category": "color",
|
|
4502
|
-
"type": "dark-mode",
|
|
4503
|
-
"item": "neutral",
|
|
4504
|
-
"subitem": "600"
|
|
4505
|
-
},
|
|
4506
|
-
"path": [
|
|
4507
|
-
"color",
|
|
4508
|
-
"dark-mode",
|
|
4509
|
-
"neutral",
|
|
4510
|
-
"600"
|
|
4511
|
-
]
|
|
4512
|
-
},
|
|
4513
|
-
"700": {
|
|
4514
|
-
"value": "#121219",
|
|
4515
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4516
|
-
"isSource": true,
|
|
4517
|
-
"original": {
|
|
4518
|
-
"value": "#121219"
|
|
4519
|
-
},
|
|
4520
|
-
"name": "color-dark-mode-neutral-700",
|
|
4521
|
-
"attributes": {
|
|
4522
|
-
"category": "color",
|
|
4523
|
-
"type": "dark-mode",
|
|
4524
|
-
"item": "neutral",
|
|
4525
|
-
"subitem": "700"
|
|
4526
|
-
},
|
|
4527
|
-
"path": [
|
|
4528
|
-
"color",
|
|
4529
|
-
"dark-mode",
|
|
4530
|
-
"neutral",
|
|
4531
|
-
"700"
|
|
4532
|
-
]
|
|
4533
|
-
},
|
|
4534
|
-
"000": {
|
|
4535
|
-
"value": "#ffffff",
|
|
4536
|
-
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
4537
|
-
"isSource": true,
|
|
4538
|
-
"original": {
|
|
4539
|
-
"value": "#FFFFFF"
|
|
4540
|
-
},
|
|
4541
|
-
"name": "color-dark-mode-neutral-000",
|
|
4542
|
-
"attributes": {
|
|
4543
|
-
"category": "color",
|
|
4544
|
-
"type": "dark-mode",
|
|
4545
|
-
"item": "neutral",
|
|
4546
|
-
"subitem": "000"
|
|
4547
|
-
},
|
|
4548
|
-
"path": [
|
|
4549
|
-
"color",
|
|
4550
|
-
"dark-mode",
|
|
4551
|
-
"neutral",
|
|
4552
|
-
"000"
|
|
4553
|
-
]
|
|
4554
|
-
}
|
|
4555
|
-
},
|
|
4556
4225
|
"background": {
|
|
4557
4226
|
"default": {
|
|
4558
|
-
"value": "#
|
|
4227
|
+
"value": "#1a1b20",
|
|
4559
4228
|
"public": true,
|
|
4560
4229
|
"isReferenceToInternal": true,
|
|
4561
4230
|
"filePath": "tokens/color/semantic/background.dark.json",
|
|
4562
4231
|
"isSource": true,
|
|
4563
4232
|
"original": {
|
|
4564
|
-
"value": "{color.dark-mode.neutral.
|
|
4233
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
4565
4234
|
"public": true,
|
|
4566
4235
|
"isReferenceToInternal": true
|
|
4567
4236
|
},
|
|
@@ -4580,7 +4249,7 @@
|
|
|
4580
4249
|
]
|
|
4581
4250
|
},
|
|
4582
4251
|
"default-secondary": {
|
|
4583
|
-
"value": "#
|
|
4252
|
+
"value": "#121219",
|
|
4584
4253
|
"public": true,
|
|
4585
4254
|
"isReferenceToInternal": true,
|
|
4586
4255
|
"filePath": "tokens/color/semantic/background.dark.json",
|
|
@@ -4605,7 +4274,7 @@
|
|
|
4605
4274
|
]
|
|
4606
4275
|
},
|
|
4607
4276
|
"reverse": {
|
|
4608
|
-
"value": "#
|
|
4277
|
+
"value": "#b5b5bc",
|
|
4609
4278
|
"public": true,
|
|
4610
4279
|
"isReferenceToInternal": true,
|
|
4611
4280
|
"filePath": "tokens/color/semantic/background.dark.json",
|
|
@@ -4632,13 +4301,13 @@
|
|
|
4632
4301
|
},
|
|
4633
4302
|
"border": {
|
|
4634
4303
|
"default": {
|
|
4635
|
-
"value": "#
|
|
4304
|
+
"value": "#6d6d78",
|
|
4636
4305
|
"public": true,
|
|
4637
4306
|
"isReferenceToInternal": true,
|
|
4638
4307
|
"filePath": "tokens/color/semantic/border.dark.json",
|
|
4639
4308
|
"isSource": true,
|
|
4640
4309
|
"original": {
|
|
4641
|
-
"value": "{color.dark-mode.neutral.
|
|
4310
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4642
4311
|
"public": true,
|
|
4643
4312
|
"isReferenceToInternal": true
|
|
4644
4313
|
},
|
|
@@ -4657,7 +4326,7 @@
|
|
|
4657
4326
|
]
|
|
4658
4327
|
},
|
|
4659
4328
|
"brand": {
|
|
4660
|
-
"value": "#
|
|
4329
|
+
"value": "#9786e2",
|
|
4661
4330
|
"public": true,
|
|
4662
4331
|
"isReferenceToInternal": true,
|
|
4663
4332
|
"filePath": "tokens/color/semantic/border.dark.json",
|
|
@@ -4682,13 +4351,13 @@
|
|
|
4682
4351
|
]
|
|
4683
4352
|
},
|
|
4684
4353
|
"separator": {
|
|
4685
|
-
"value": "#
|
|
4354
|
+
"value": "#6d6d78",
|
|
4686
4355
|
"public": true,
|
|
4687
4356
|
"isReferenceToInternal": true,
|
|
4688
4357
|
"filePath": "tokens/color/semantic/border.dark.json",
|
|
4689
4358
|
"isSource": true,
|
|
4690
4359
|
"original": {
|
|
4691
|
-
"value": "{color.dark-mode.neutral.
|
|
4360
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4692
4361
|
"public": true,
|
|
4693
4362
|
"isReferenceToInternal": true
|
|
4694
4363
|
},
|
|
@@ -4707,13 +4376,13 @@
|
|
|
4707
4376
|
]
|
|
4708
4377
|
},
|
|
4709
4378
|
"input": {
|
|
4710
|
-
"value": "#
|
|
4379
|
+
"value": "#6d6d78",
|
|
4711
4380
|
"public": true,
|
|
4712
4381
|
"isReferenceToInternal": true,
|
|
4713
4382
|
"filePath": "tokens/color/semantic/border.dark.json",
|
|
4714
4383
|
"isSource": true,
|
|
4715
4384
|
"original": {
|
|
4716
|
-
"value": "{color.dark-mode.neutral.
|
|
4385
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4717
4386
|
"public": true,
|
|
4718
4387
|
"isReferenceToInternal": true
|
|
4719
4388
|
},
|
|
@@ -4735,7 +4404,7 @@
|
|
|
4735
4404
|
"code": {
|
|
4736
4405
|
"inline": {
|
|
4737
4406
|
"background": {
|
|
4738
|
-
"value": "#
|
|
4407
|
+
"value": "#1a1b20",
|
|
4739
4408
|
"public": true,
|
|
4740
4409
|
"isReferenceToInternal": true,
|
|
4741
4410
|
"filePath": "tokens/color/semantic/code.dark.json",
|
|
@@ -4762,7 +4431,7 @@
|
|
|
4762
4431
|
]
|
|
4763
4432
|
},
|
|
4764
4433
|
"border": {
|
|
4765
|
-
"value": "#
|
|
4434
|
+
"value": "#20232c",
|
|
4766
4435
|
"public": true,
|
|
4767
4436
|
"isReferenceToInternal": true,
|
|
4768
4437
|
"filePath": "tokens/color/semantic/code.dark.json",
|
|
@@ -4840,13 +4509,15 @@
|
|
|
4840
4509
|
},
|
|
4841
4510
|
"dropdown": {
|
|
4842
4511
|
"background": {
|
|
4843
|
-
"value": "#
|
|
4512
|
+
"value": "#20232c",
|
|
4844
4513
|
"public": true,
|
|
4514
|
+
"isReferenceToInternal": true,
|
|
4845
4515
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4846
4516
|
"isSource": true,
|
|
4847
4517
|
"original": {
|
|
4848
|
-
"value": "{color.dark-mode.
|
|
4849
|
-
"public": true
|
|
4518
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
4519
|
+
"public": true,
|
|
4520
|
+
"isReferenceToInternal": true
|
|
4850
4521
|
},
|
|
4851
4522
|
"name": "color-dark-mode-dropdown-background",
|
|
4852
4523
|
"attributes": {
|
|
@@ -4886,7 +4557,7 @@
|
|
|
4886
4557
|
]
|
|
4887
4558
|
},
|
|
4888
4559
|
"heading": {
|
|
4889
|
-
"value": "#
|
|
4560
|
+
"value": "#b5b5bc",
|
|
4890
4561
|
"public": true,
|
|
4891
4562
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4892
4563
|
"isSource": true,
|
|
@@ -4909,7 +4580,7 @@
|
|
|
4909
4580
|
]
|
|
4910
4581
|
},
|
|
4911
4582
|
"description": {
|
|
4912
|
-
"value": "#
|
|
4583
|
+
"value": "#b5b5bc",
|
|
4913
4584
|
"public": true,
|
|
4914
4585
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4915
4586
|
"isSource": true,
|
|
@@ -4934,7 +4605,7 @@
|
|
|
4934
4605
|
"item": {
|
|
4935
4606
|
"background": {
|
|
4936
4607
|
"hover": {
|
|
4937
|
-
"value": "#
|
|
4608
|
+
"value": "#20232c",
|
|
4938
4609
|
"public": true,
|
|
4939
4610
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4940
4611
|
"isSource": true,
|
|
@@ -4960,7 +4631,7 @@
|
|
|
4960
4631
|
]
|
|
4961
4632
|
},
|
|
4962
4633
|
"active": {
|
|
4963
|
-
"value": "#
|
|
4634
|
+
"value": "#2f323d",
|
|
4964
4635
|
"public": true,
|
|
4965
4636
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4966
4637
|
"isSource": true,
|
|
@@ -4986,7 +4657,7 @@
|
|
|
4986
4657
|
]
|
|
4987
4658
|
},
|
|
4988
4659
|
"selected": {
|
|
4989
|
-
"value": "#
|
|
4660
|
+
"value": "#20232c",
|
|
4990
4661
|
"public": true,
|
|
4991
4662
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
4992
4663
|
"isSource": true,
|
|
@@ -5014,15 +4685,13 @@
|
|
|
5014
4685
|
}
|
|
5015
4686
|
},
|
|
5016
4687
|
"top-border": {
|
|
5017
|
-
"value": "
|
|
4688
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5018
4689
|
"public": true,
|
|
5019
|
-
"isReferenceToInternal": true,
|
|
5020
4690
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
5021
4691
|
"isSource": true,
|
|
5022
4692
|
"original": {
|
|
5023
|
-
"value": "
|
|
5024
|
-
"public": true
|
|
5025
|
-
"isReferenceToInternal": true
|
|
4693
|
+
"value": "transparent",
|
|
4694
|
+
"public": true
|
|
5026
4695
|
},
|
|
5027
4696
|
"name": "color-dark-mode-dropdown-top-border",
|
|
5028
4697
|
"attributes": {
|
|
@@ -5066,13 +4735,13 @@
|
|
|
5066
4735
|
]
|
|
5067
4736
|
},
|
|
5068
4737
|
"default-secondary": {
|
|
5069
|
-
"value": "#
|
|
4738
|
+
"value": "#b5b5bc",
|
|
5070
4739
|
"public": true,
|
|
5071
4740
|
"isReferenceToInternal": true,
|
|
5072
4741
|
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
5073
4742
|
"isSource": true,
|
|
5074
4743
|
"original": {
|
|
5075
|
-
"value": "{color.dark-mode.neutral.
|
|
4744
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
5076
4745
|
"public": true,
|
|
5077
4746
|
"isReferenceToInternal": true
|
|
5078
4747
|
},
|
|
@@ -5091,7 +4760,7 @@
|
|
|
5091
4760
|
]
|
|
5092
4761
|
},
|
|
5093
4762
|
"reverse": {
|
|
5094
|
-
"value": "#
|
|
4763
|
+
"value": "#121219",
|
|
5095
4764
|
"public": true,
|
|
5096
4765
|
"isReferenceToInternal": true,
|
|
5097
4766
|
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
@@ -5119,13 +4788,13 @@
|
|
|
5119
4788
|
"interactive": {
|
|
5120
4789
|
"background": {
|
|
5121
4790
|
"hover": {
|
|
5122
|
-
"value": "#
|
|
4791
|
+
"value": "#20232c",
|
|
5123
4792
|
"public": true,
|
|
5124
4793
|
"isReferenceToInternal": true,
|
|
5125
4794
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5126
4795
|
"isSource": true,
|
|
5127
4796
|
"original": {
|
|
5128
|
-
"value": "{color.dark-mode.neutral.
|
|
4797
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
5129
4798
|
"public": true,
|
|
5130
4799
|
"isReferenceToInternal": true
|
|
5131
4800
|
},
|
|
@@ -5146,13 +4815,13 @@
|
|
|
5146
4815
|
]
|
|
5147
4816
|
},
|
|
5148
4817
|
"active": {
|
|
5149
|
-
"value": "#
|
|
4818
|
+
"value": "#2f323d",
|
|
5150
4819
|
"public": true,
|
|
5151
4820
|
"isReferenceToInternal": true,
|
|
5152
4821
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5153
4822
|
"isSource": true,
|
|
5154
4823
|
"original": {
|
|
5155
|
-
"value": "{color.dark-mode.neutral.
|
|
4824
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
5156
4825
|
"public": true,
|
|
5157
4826
|
"isReferenceToInternal": true
|
|
5158
4827
|
},
|
|
@@ -5174,12 +4843,12 @@
|
|
|
5174
4843
|
}
|
|
5175
4844
|
},
|
|
5176
4845
|
"focus": {
|
|
5177
|
-
"value": "#
|
|
4846
|
+
"value": "#4888fe",
|
|
5178
4847
|
"public": true,
|
|
5179
4848
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5180
4849
|
"isSource": true,
|
|
5181
4850
|
"original": {
|
|
5182
|
-
"value": "#
|
|
4851
|
+
"value": "#4888FE",
|
|
5183
4852
|
"public": true
|
|
5184
4853
|
},
|
|
5185
4854
|
"name": "color-dark-mode-interactive-focus",
|
|
@@ -5198,12 +4867,12 @@
|
|
|
5198
4867
|
},
|
|
5199
4868
|
"link": {
|
|
5200
4869
|
"default": {
|
|
5201
|
-
"value": "#
|
|
4870
|
+
"value": "#4888fe",
|
|
5202
4871
|
"public": true,
|
|
5203
4872
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5204
4873
|
"isSource": true,
|
|
5205
4874
|
"original": {
|
|
5206
|
-
"value": "#
|
|
4875
|
+
"value": "#4888FE",
|
|
5207
4876
|
"public": true
|
|
5208
4877
|
},
|
|
5209
4878
|
"name": "color-dark-mode-interactive-link-default",
|
|
@@ -5223,15 +4892,13 @@
|
|
|
5223
4892
|
]
|
|
5224
4893
|
},
|
|
5225
4894
|
"hover": {
|
|
5226
|
-
"value": "#
|
|
4895
|
+
"value": "#9584e1",
|
|
5227
4896
|
"public": true,
|
|
5228
|
-
"isReferenceToInternal": true,
|
|
5229
4897
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5230
4898
|
"isSource": true,
|
|
5231
4899
|
"original": {
|
|
5232
|
-
"value": "
|
|
5233
|
-
"public": true
|
|
5234
|
-
"isReferenceToInternal": true
|
|
4900
|
+
"value": "#9584E1",
|
|
4901
|
+
"public": true
|
|
5235
4902
|
},
|
|
5236
4903
|
"name": "color-dark-mode-interactive-link-hover",
|
|
5237
4904
|
"attributes": {
|
|
@@ -5250,15 +4917,13 @@
|
|
|
5250
4917
|
]
|
|
5251
4918
|
},
|
|
5252
4919
|
"active": {
|
|
5253
|
-
"value": "#
|
|
4920
|
+
"value": "#836fdc",
|
|
5254
4921
|
"public": true,
|
|
5255
|
-
"isReferenceToInternal": true,
|
|
5256
4922
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5257
4923
|
"isSource": true,
|
|
5258
4924
|
"original": {
|
|
5259
|
-
"value": "
|
|
5260
|
-
"public": true
|
|
5261
|
-
"isReferenceToInternal": true
|
|
4925
|
+
"value": "#836FDC",
|
|
4926
|
+
"public": true
|
|
5262
4927
|
},
|
|
5263
4928
|
"name": "color-dark-mode-interactive-link-active",
|
|
5264
4929
|
"attributes": {
|
|
@@ -5277,15 +4942,13 @@
|
|
|
5277
4942
|
]
|
|
5278
4943
|
},
|
|
5279
4944
|
"visited": {
|
|
5280
|
-
"value": "#
|
|
4945
|
+
"value": "#9584e1",
|
|
5281
4946
|
"public": true,
|
|
5282
|
-
"isReferenceToInternal": true,
|
|
5283
4947
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5284
4948
|
"isSource": true,
|
|
5285
4949
|
"original": {
|
|
5286
|
-
"value": "
|
|
5287
|
-
"public": true
|
|
5288
|
-
"isReferenceToInternal": true
|
|
4950
|
+
"value": "#9584E1",
|
|
4951
|
+
"public": true
|
|
5289
4952
|
},
|
|
5290
4953
|
"name": "color-dark-mode-interactive-link-visited",
|
|
5291
4954
|
"attributes": {
|
|
@@ -5358,13 +5021,11 @@
|
|
|
5358
5021
|
"hover": {
|
|
5359
5022
|
"value": "#4f32ce",
|
|
5360
5023
|
"public": true,
|
|
5361
|
-
"isReferenceToInternal": true,
|
|
5362
5024
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5363
5025
|
"isSource": true,
|
|
5364
5026
|
"original": {
|
|
5365
5027
|
"value": "#4F32CE",
|
|
5366
|
-
"public": true
|
|
5367
|
-
"isReferenceToInternal": true
|
|
5028
|
+
"public": true
|
|
5368
5029
|
},
|
|
5369
5030
|
"name": "color-dark-mode-interactive-reverse-link-hover",
|
|
5370
5031
|
"attributes": {
|
|
@@ -5385,13 +5046,11 @@
|
|
|
5385
5046
|
"active": {
|
|
5386
5047
|
"value": "#3017a1",
|
|
5387
5048
|
"public": true,
|
|
5388
|
-
"isReferenceToInternal": true,
|
|
5389
5049
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5390
5050
|
"isSource": true,
|
|
5391
5051
|
"original": {
|
|
5392
5052
|
"value": "#3017A1",
|
|
5393
|
-
"public": true
|
|
5394
|
-
"isReferenceToInternal": true
|
|
5053
|
+
"public": true
|
|
5395
5054
|
},
|
|
5396
5055
|
"name": "color-dark-mode-interactive-reverse-link-active",
|
|
5397
5056
|
"attributes": {
|
|
@@ -5412,13 +5071,11 @@
|
|
|
5412
5071
|
"visited": {
|
|
5413
5072
|
"value": "#4f32ce",
|
|
5414
5073
|
"public": true,
|
|
5415
|
-
"isReferenceToInternal": true,
|
|
5416
5074
|
"filePath": "tokens/color/semantic/interactive.dark.json",
|
|
5417
5075
|
"isSource": true,
|
|
5418
5076
|
"original": {
|
|
5419
5077
|
"value": "#4F32CE",
|
|
5420
|
-
"public": true
|
|
5421
|
-
"isReferenceToInternal": true
|
|
5078
|
+
"public": true
|
|
5422
5079
|
},
|
|
5423
5080
|
"name": "color-dark-mode-interactive-reverse-link-visited",
|
|
5424
5081
|
"attributes": {
|
|
@@ -5443,7 +5100,7 @@
|
|
|
5443
5100
|
"default": {
|
|
5444
5101
|
"foreground": {
|
|
5445
5102
|
"hover": {
|
|
5446
|
-
"value": "#
|
|
5103
|
+
"value": "#9786e2",
|
|
5447
5104
|
"public": true,
|
|
5448
5105
|
"isReferenceToInternal": true,
|
|
5449
5106
|
"filePath": "tokens/color/semantic/nav.dark.json",
|
|
@@ -5472,7 +5129,7 @@
|
|
|
5472
5129
|
]
|
|
5473
5130
|
},
|
|
5474
5131
|
"active": {
|
|
5475
|
-
"value": "#
|
|
5132
|
+
"value": "#9786e2",
|
|
5476
5133
|
"public": true,
|
|
5477
5134
|
"isReferenceToInternal": true,
|
|
5478
5135
|
"filePath": "tokens/color/semantic/nav.dark.json",
|
|
@@ -5501,7 +5158,7 @@
|
|
|
5501
5158
|
]
|
|
5502
5159
|
},
|
|
5503
5160
|
"trigger": {
|
|
5504
|
-
"value": "#
|
|
5161
|
+
"value": "#6d6d78",
|
|
5505
5162
|
"public": true,
|
|
5506
5163
|
"isReferenceToInternal": true,
|
|
5507
5164
|
"filePath": "tokens/color/semantic/nav.dark.json",
|
|
@@ -5534,7 +5191,7 @@
|
|
|
5534
5191
|
"reverse": {
|
|
5535
5192
|
"foreground": {
|
|
5536
5193
|
"hover": {
|
|
5537
|
-
"value": "#
|
|
5194
|
+
"value": "#42318d",
|
|
5538
5195
|
"public": true,
|
|
5539
5196
|
"isReferenceToInternal": true,
|
|
5540
5197
|
"filePath": "tokens/color/semantic/nav.dark.json",
|
|
@@ -5563,7 +5220,7 @@
|
|
|
5563
5220
|
]
|
|
5564
5221
|
},
|
|
5565
5222
|
"active": {
|
|
5566
|
-
"value": "#
|
|
5223
|
+
"value": "#42318d",
|
|
5567
5224
|
"public": true,
|
|
5568
5225
|
"isReferenceToInternal": true,
|
|
5569
5226
|
"filePath": "tokens/color/semantic/nav.dark.json",
|
|
@@ -5598,12 +5255,12 @@
|
|
|
5598
5255
|
"status": {
|
|
5599
5256
|
"success": {
|
|
5600
5257
|
"foreground": {
|
|
5601
|
-
"value": "#
|
|
5258
|
+
"value": "#0dab25",
|
|
5602
5259
|
"public": true,
|
|
5603
5260
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5604
5261
|
"isSource": true,
|
|
5605
5262
|
"original": {
|
|
5606
|
-
"value": "#
|
|
5263
|
+
"value": "#0DAB25",
|
|
5607
5264
|
"public": true
|
|
5608
5265
|
},
|
|
5609
5266
|
"name": "color-dark-mode-status-success-foreground",
|
|
@@ -5622,13 +5279,38 @@
|
|
|
5622
5279
|
"foreground"
|
|
5623
5280
|
]
|
|
5624
5281
|
},
|
|
5282
|
+
"utility": {
|
|
5283
|
+
"value": "#00710f",
|
|
5284
|
+
"public": true,
|
|
5285
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5286
|
+
"isSource": true,
|
|
5287
|
+
"original": {
|
|
5288
|
+
"value": "#00710F",
|
|
5289
|
+
"public": true
|
|
5290
|
+
},
|
|
5291
|
+
"name": "color-dark-mode-status-success-utility",
|
|
5292
|
+
"attributes": {
|
|
5293
|
+
"category": "color",
|
|
5294
|
+
"type": "dark-mode",
|
|
5295
|
+
"item": "status",
|
|
5296
|
+
"subitem": "success",
|
|
5297
|
+
"state": "utility"
|
|
5298
|
+
},
|
|
5299
|
+
"path": [
|
|
5300
|
+
"color",
|
|
5301
|
+
"dark-mode",
|
|
5302
|
+
"status",
|
|
5303
|
+
"success",
|
|
5304
|
+
"utility"
|
|
5305
|
+
]
|
|
5306
|
+
},
|
|
5625
5307
|
"background": {
|
|
5626
|
-
"value": "#
|
|
5308
|
+
"value": "#002f07",
|
|
5627
5309
|
"public": true,
|
|
5628
5310
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5629
5311
|
"isSource": true,
|
|
5630
5312
|
"original": {
|
|
5631
|
-
"value": "#
|
|
5313
|
+
"value": "#002F07",
|
|
5632
5314
|
"public": true
|
|
5633
5315
|
},
|
|
5634
5316
|
"name": "color-dark-mode-status-success-background",
|
|
@@ -5650,12 +5332,12 @@
|
|
|
5650
5332
|
},
|
|
5651
5333
|
"info": {
|
|
5652
5334
|
"foreground": {
|
|
5653
|
-
"value": "#
|
|
5335
|
+
"value": "#4096f3",
|
|
5654
5336
|
"public": true,
|
|
5655
5337
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5656
5338
|
"isSource": true,
|
|
5657
5339
|
"original": {
|
|
5658
|
-
"value": "#
|
|
5340
|
+
"value": "#4096F3",
|
|
5659
5341
|
"public": true
|
|
5660
5342
|
},
|
|
5661
5343
|
"name": "color-dark-mode-status-info-foreground",
|
|
@@ -5674,13 +5356,38 @@
|
|
|
5674
5356
|
"foreground"
|
|
5675
5357
|
]
|
|
5676
5358
|
},
|
|
5359
|
+
"utility": {
|
|
5360
|
+
"value": "#005cc8",
|
|
5361
|
+
"public": true,
|
|
5362
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5363
|
+
"isSource": true,
|
|
5364
|
+
"original": {
|
|
5365
|
+
"value": "#005CC8",
|
|
5366
|
+
"public": true
|
|
5367
|
+
},
|
|
5368
|
+
"name": "color-dark-mode-status-info-utility",
|
|
5369
|
+
"attributes": {
|
|
5370
|
+
"category": "color",
|
|
5371
|
+
"type": "dark-mode",
|
|
5372
|
+
"item": "status",
|
|
5373
|
+
"subitem": "info",
|
|
5374
|
+
"state": "utility"
|
|
5375
|
+
},
|
|
5376
|
+
"path": [
|
|
5377
|
+
"color",
|
|
5378
|
+
"dark-mode",
|
|
5379
|
+
"status",
|
|
5380
|
+
"info",
|
|
5381
|
+
"utility"
|
|
5382
|
+
]
|
|
5383
|
+
},
|
|
5677
5384
|
"background": {
|
|
5678
|
-
"value": "#
|
|
5385
|
+
"value": "#002651",
|
|
5679
5386
|
"public": true,
|
|
5680
5387
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5681
5388
|
"isSource": true,
|
|
5682
5389
|
"original": {
|
|
5683
|
-
"value": "#
|
|
5390
|
+
"value": "#002651",
|
|
5684
5391
|
"public": true
|
|
5685
5392
|
},
|
|
5686
5393
|
"name": "color-dark-mode-status-info-background",
|
|
@@ -5700,118 +5407,168 @@
|
|
|
5700
5407
|
]
|
|
5701
5408
|
}
|
|
5702
5409
|
},
|
|
5703
|
-
"
|
|
5410
|
+
"critical": {
|
|
5704
5411
|
"foreground": {
|
|
5705
|
-
"value": "#
|
|
5412
|
+
"value": "#f9634c",
|
|
5706
5413
|
"public": true,
|
|
5707
5414
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5708
5415
|
"isSource": true,
|
|
5709
5416
|
"original": {
|
|
5710
|
-
"value": "#
|
|
5417
|
+
"value": "#F9634C",
|
|
5711
5418
|
"public": true
|
|
5712
5419
|
},
|
|
5713
|
-
"name": "color-dark-mode-status-
|
|
5420
|
+
"name": "color-dark-mode-status-critical-foreground",
|
|
5714
5421
|
"attributes": {
|
|
5715
5422
|
"category": "color",
|
|
5716
5423
|
"type": "dark-mode",
|
|
5717
5424
|
"item": "status",
|
|
5718
|
-
"subitem": "
|
|
5425
|
+
"subitem": "critical",
|
|
5719
5426
|
"state": "foreground"
|
|
5720
5427
|
},
|
|
5721
5428
|
"path": [
|
|
5722
5429
|
"color",
|
|
5723
5430
|
"dark-mode",
|
|
5724
5431
|
"status",
|
|
5725
|
-
"
|
|
5432
|
+
"critical",
|
|
5726
5433
|
"foreground"
|
|
5727
5434
|
]
|
|
5728
5435
|
},
|
|
5436
|
+
"utility": {
|
|
5437
|
+
"value": "#a70000",
|
|
5438
|
+
"public": true,
|
|
5439
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5440
|
+
"isSource": true,
|
|
5441
|
+
"original": {
|
|
5442
|
+
"value": "#A70000",
|
|
5443
|
+
"public": true
|
|
5444
|
+
},
|
|
5445
|
+
"name": "color-dark-mode-status-critical-utility",
|
|
5446
|
+
"attributes": {
|
|
5447
|
+
"category": "color",
|
|
5448
|
+
"type": "dark-mode",
|
|
5449
|
+
"item": "status",
|
|
5450
|
+
"subitem": "critical",
|
|
5451
|
+
"state": "utility"
|
|
5452
|
+
},
|
|
5453
|
+
"path": [
|
|
5454
|
+
"color",
|
|
5455
|
+
"dark-mode",
|
|
5456
|
+
"status",
|
|
5457
|
+
"critical",
|
|
5458
|
+
"utility"
|
|
5459
|
+
]
|
|
5460
|
+
},
|
|
5729
5461
|
"background": {
|
|
5730
|
-
"value": "#
|
|
5462
|
+
"value": "#570000",
|
|
5731
5463
|
"public": true,
|
|
5732
5464
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5733
5465
|
"isSource": true,
|
|
5734
5466
|
"original": {
|
|
5735
|
-
"value": "#
|
|
5467
|
+
"value": "#570000",
|
|
5736
5468
|
"public": true
|
|
5737
5469
|
},
|
|
5738
|
-
"name": "color-dark-mode-status-
|
|
5470
|
+
"name": "color-dark-mode-status-critical-background",
|
|
5739
5471
|
"attributes": {
|
|
5740
5472
|
"category": "color",
|
|
5741
5473
|
"type": "dark-mode",
|
|
5742
5474
|
"item": "status",
|
|
5743
|
-
"subitem": "
|
|
5475
|
+
"subitem": "critical",
|
|
5744
5476
|
"state": "background"
|
|
5745
5477
|
},
|
|
5746
5478
|
"path": [
|
|
5747
5479
|
"color",
|
|
5748
5480
|
"dark-mode",
|
|
5749
5481
|
"status",
|
|
5750
|
-
"
|
|
5482
|
+
"critical",
|
|
5751
5483
|
"background"
|
|
5752
5484
|
]
|
|
5753
5485
|
}
|
|
5754
5486
|
},
|
|
5755
|
-
"
|
|
5487
|
+
"warning": {
|
|
5756
5488
|
"foreground": {
|
|
5757
|
-
"value": "#
|
|
5489
|
+
"value": "#ffa23b",
|
|
5758
5490
|
"public": true,
|
|
5759
5491
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5760
5492
|
"isSource": true,
|
|
5761
5493
|
"original": {
|
|
5762
|
-
"value": "#
|
|
5494
|
+
"value": "#FFA23B",
|
|
5763
5495
|
"public": true
|
|
5764
5496
|
},
|
|
5765
|
-
"name": "color-dark-mode-status-
|
|
5497
|
+
"name": "color-dark-mode-status-warning-foreground",
|
|
5766
5498
|
"attributes": {
|
|
5767
5499
|
"category": "color",
|
|
5768
5500
|
"type": "dark-mode",
|
|
5769
5501
|
"item": "status",
|
|
5770
|
-
"subitem": "
|
|
5502
|
+
"subitem": "warning",
|
|
5771
5503
|
"state": "foreground"
|
|
5772
5504
|
},
|
|
5773
5505
|
"path": [
|
|
5774
5506
|
"color",
|
|
5775
5507
|
"dark-mode",
|
|
5776
5508
|
"status",
|
|
5777
|
-
"
|
|
5509
|
+
"warning",
|
|
5778
5510
|
"foreground"
|
|
5779
5511
|
]
|
|
5780
5512
|
},
|
|
5513
|
+
"utility": {
|
|
5514
|
+
"value": "#bd5b00",
|
|
5515
|
+
"public": true,
|
|
5516
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5517
|
+
"isSource": true,
|
|
5518
|
+
"original": {
|
|
5519
|
+
"value": "#BD5B00",
|
|
5520
|
+
"public": true
|
|
5521
|
+
},
|
|
5522
|
+
"name": "color-dark-mode-status-warning-utility",
|
|
5523
|
+
"attributes": {
|
|
5524
|
+
"category": "color",
|
|
5525
|
+
"type": "dark-mode",
|
|
5526
|
+
"item": "status",
|
|
5527
|
+
"subitem": "warning",
|
|
5528
|
+
"state": "utility"
|
|
5529
|
+
},
|
|
5530
|
+
"path": [
|
|
5531
|
+
"color",
|
|
5532
|
+
"dark-mode",
|
|
5533
|
+
"status",
|
|
5534
|
+
"warning",
|
|
5535
|
+
"utility"
|
|
5536
|
+
]
|
|
5537
|
+
},
|
|
5781
5538
|
"background": {
|
|
5782
|
-
"value": "#
|
|
5539
|
+
"value": "#481801",
|
|
5783
5540
|
"public": true,
|
|
5784
5541
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5785
5542
|
"isSource": true,
|
|
5786
5543
|
"original": {
|
|
5787
|
-
"value": "#
|
|
5544
|
+
"value": "#481801",
|
|
5788
5545
|
"public": true
|
|
5789
5546
|
},
|
|
5790
|
-
"name": "color-dark-mode-status-
|
|
5547
|
+
"name": "color-dark-mode-status-warning-background",
|
|
5791
5548
|
"attributes": {
|
|
5792
5549
|
"category": "color",
|
|
5793
5550
|
"type": "dark-mode",
|
|
5794
5551
|
"item": "status",
|
|
5795
|
-
"subitem": "
|
|
5552
|
+
"subitem": "warning",
|
|
5796
5553
|
"state": "background"
|
|
5797
5554
|
},
|
|
5798
5555
|
"path": [
|
|
5799
5556
|
"color",
|
|
5800
5557
|
"dark-mode",
|
|
5801
5558
|
"status",
|
|
5802
|
-
"
|
|
5559
|
+
"warning",
|
|
5803
5560
|
"background"
|
|
5804
5561
|
]
|
|
5805
5562
|
}
|
|
5806
5563
|
},
|
|
5807
5564
|
"discovery": {
|
|
5808
5565
|
"foreground": {
|
|
5809
|
-
"value": "#
|
|
5566
|
+
"value": "#c08ffc",
|
|
5810
5567
|
"public": true,
|
|
5811
5568
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5812
5569
|
"isSource": true,
|
|
5813
5570
|
"original": {
|
|
5814
|
-
"value": "#
|
|
5571
|
+
"value": "#C08FFC",
|
|
5815
5572
|
"public": true
|
|
5816
5573
|
},
|
|
5817
5574
|
"name": "color-dark-mode-status-discovery-foreground",
|
|
@@ -5830,13 +5587,38 @@
|
|
|
5830
5587
|
"foreground"
|
|
5831
5588
|
]
|
|
5832
5589
|
},
|
|
5590
|
+
"utility": {
|
|
5591
|
+
"value": "#a25ef6",
|
|
5592
|
+
"public": true,
|
|
5593
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5594
|
+
"isSource": true,
|
|
5595
|
+
"original": {
|
|
5596
|
+
"value": "#A25EF6",
|
|
5597
|
+
"public": true
|
|
5598
|
+
},
|
|
5599
|
+
"name": "color-dark-mode-status-discovery-utility",
|
|
5600
|
+
"attributes": {
|
|
5601
|
+
"category": "color",
|
|
5602
|
+
"type": "dark-mode",
|
|
5603
|
+
"item": "status",
|
|
5604
|
+
"subitem": "discovery",
|
|
5605
|
+
"state": "utility"
|
|
5606
|
+
},
|
|
5607
|
+
"path": [
|
|
5608
|
+
"color",
|
|
5609
|
+
"dark-mode",
|
|
5610
|
+
"status",
|
|
5611
|
+
"discovery",
|
|
5612
|
+
"utility"
|
|
5613
|
+
]
|
|
5614
|
+
},
|
|
5833
5615
|
"background": {
|
|
5834
|
-
"value": "#
|
|
5616
|
+
"value": "#321068",
|
|
5835
5617
|
"public": true,
|
|
5836
5618
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5837
5619
|
"isSource": true,
|
|
5838
5620
|
"original": {
|
|
5839
|
-
"value": "#
|
|
5621
|
+
"value": "#321068",
|
|
5840
5622
|
"public": true
|
|
5841
5623
|
},
|
|
5842
5624
|
"name": "color-dark-mode-status-discovery-background",
|
|
@@ -5855,6 +5637,89 @@
|
|
|
5855
5637
|
"background"
|
|
5856
5638
|
]
|
|
5857
5639
|
}
|
|
5640
|
+
},
|
|
5641
|
+
"neutral": {
|
|
5642
|
+
"foreground": {
|
|
5643
|
+
"value": "#ffffff",
|
|
5644
|
+
"public": true,
|
|
5645
|
+
"isReferenceToInternal": true,
|
|
5646
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5647
|
+
"isSource": true,
|
|
5648
|
+
"original": {
|
|
5649
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
5650
|
+
"public": true,
|
|
5651
|
+
"isReferenceToInternal": true
|
|
5652
|
+
},
|
|
5653
|
+
"name": "color-dark-mode-status-neutral-foreground",
|
|
5654
|
+
"attributes": {
|
|
5655
|
+
"category": "color",
|
|
5656
|
+
"type": "dark-mode",
|
|
5657
|
+
"item": "status",
|
|
5658
|
+
"subitem": "neutral",
|
|
5659
|
+
"state": "foreground"
|
|
5660
|
+
},
|
|
5661
|
+
"path": [
|
|
5662
|
+
"color",
|
|
5663
|
+
"dark-mode",
|
|
5664
|
+
"status",
|
|
5665
|
+
"neutral",
|
|
5666
|
+
"foreground"
|
|
5667
|
+
]
|
|
5668
|
+
},
|
|
5669
|
+
"utility": {
|
|
5670
|
+
"value": "#b5b5bc",
|
|
5671
|
+
"public": true,
|
|
5672
|
+
"isReferenceToInternal": true,
|
|
5673
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5674
|
+
"isSource": true,
|
|
5675
|
+
"original": {
|
|
5676
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
5677
|
+
"public": true,
|
|
5678
|
+
"isReferenceToInternal": true
|
|
5679
|
+
},
|
|
5680
|
+
"name": "color-dark-mode-status-neutral-utility",
|
|
5681
|
+
"attributes": {
|
|
5682
|
+
"category": "color",
|
|
5683
|
+
"type": "dark-mode",
|
|
5684
|
+
"item": "status",
|
|
5685
|
+
"subitem": "neutral",
|
|
5686
|
+
"state": "utility"
|
|
5687
|
+
},
|
|
5688
|
+
"path": [
|
|
5689
|
+
"color",
|
|
5690
|
+
"dark-mode",
|
|
5691
|
+
"status",
|
|
5692
|
+
"neutral",
|
|
5693
|
+
"utility"
|
|
5694
|
+
]
|
|
5695
|
+
},
|
|
5696
|
+
"background": {
|
|
5697
|
+
"value": "#6d6d78",
|
|
5698
|
+
"public": true,
|
|
5699
|
+
"isReferenceToInternal": true,
|
|
5700
|
+
"filePath": "tokens/color/semantic/status.dark.json",
|
|
5701
|
+
"isSource": true,
|
|
5702
|
+
"original": {
|
|
5703
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
5704
|
+
"public": true,
|
|
5705
|
+
"isReferenceToInternal": true
|
|
5706
|
+
},
|
|
5707
|
+
"name": "color-dark-mode-status-neutral-background",
|
|
5708
|
+
"attributes": {
|
|
5709
|
+
"category": "color",
|
|
5710
|
+
"type": "dark-mode",
|
|
5711
|
+
"item": "status",
|
|
5712
|
+
"subitem": "neutral",
|
|
5713
|
+
"state": "background"
|
|
5714
|
+
},
|
|
5715
|
+
"path": [
|
|
5716
|
+
"color",
|
|
5717
|
+
"dark-mode",
|
|
5718
|
+
"status",
|
|
5719
|
+
"neutral",
|
|
5720
|
+
"background"
|
|
5721
|
+
]
|
|
5722
|
+
}
|
|
5858
5723
|
}
|
|
5859
5724
|
},
|
|
5860
5725
|
"text": {
|
|
@@ -5884,13 +5749,13 @@
|
|
|
5884
5749
|
]
|
|
5885
5750
|
},
|
|
5886
5751
|
"default-secondary": {
|
|
5887
|
-
"value": "#
|
|
5752
|
+
"value": "#b5b5bc",
|
|
5888
5753
|
"public": true,
|
|
5889
5754
|
"isReferenceToInternal": true,
|
|
5890
5755
|
"filePath": "tokens/color/semantic/text.dark.json",
|
|
5891
5756
|
"isSource": true,
|
|
5892
5757
|
"original": {
|
|
5893
|
-
"value": "{color.dark-mode.neutral.
|
|
5758
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
5894
5759
|
"public": true,
|
|
5895
5760
|
"isReferenceToInternal": true
|
|
5896
5761
|
},
|
|
@@ -5909,7 +5774,7 @@
|
|
|
5909
5774
|
]
|
|
5910
5775
|
},
|
|
5911
5776
|
"reverse": {
|
|
5912
|
-
"value": "#
|
|
5777
|
+
"value": "#121219",
|
|
5913
5778
|
"public": true,
|
|
5914
5779
|
"isReferenceToInternal": true,
|
|
5915
5780
|
"filePath": "tokens/color/semantic/text.dark.json",
|
|
@@ -5939,7 +5804,7 @@
|
|
|
5939
5804
|
"elevation": {
|
|
5940
5805
|
"dark-mode": {
|
|
5941
5806
|
"raised": {
|
|
5942
|
-
"value": "0px
|
|
5807
|
+
"value": "0px 3px 5px 0px rgba(18, 18, 25, 0.6), 0px 0px 0px 1px rgba(120, 120, 120, 0.15)",
|
|
5943
5808
|
"type": "boxShadow",
|
|
5944
5809
|
"public": true,
|
|
5945
5810
|
"filePath": "tokens/elevation/base.dark.json",
|
|
@@ -5948,10 +5813,18 @@
|
|
|
5948
5813
|
"value": [
|
|
5949
5814
|
{
|
|
5950
5815
|
"x": "0",
|
|
5951
|
-
"y": "
|
|
5952
|
-
"blur": "
|
|
5816
|
+
"y": "3",
|
|
5817
|
+
"blur": "5",
|
|
5953
5818
|
"spread": "0",
|
|
5954
|
-
"color": "rgba(18, 18, 25, 0.
|
|
5819
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
5820
|
+
"type": "dropShadow"
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"x": "0",
|
|
5824
|
+
"y": "0",
|
|
5825
|
+
"blur": "0",
|
|
5826
|
+
"spread": "1",
|
|
5827
|
+
"color": "rgba(120, 120, 120, 0.15)",
|
|
5955
5828
|
"type": "dropShadow"
|
|
5956
5829
|
}
|
|
5957
5830
|
],
|
|
@@ -5971,7 +5844,7 @@
|
|
|
5971
5844
|
]
|
|
5972
5845
|
},
|
|
5973
5846
|
"overlay": {
|
|
5974
|
-
"value": "0px 8px 12px 0px rgba(18, 18, 25, 0.6)",
|
|
5847
|
+
"value": "0px 8px 12px 0px rgba(18, 18, 25, 0.6), 0px 0px 0px 1px rgba(120, 120, 120, 0.15)",
|
|
5975
5848
|
"type": "boxShadow",
|
|
5976
5849
|
"public": true,
|
|
5977
5850
|
"filePath": "tokens/elevation/base.dark.json",
|
|
@@ -5985,6 +5858,14 @@
|
|
|
5985
5858
|
"spread": "0",
|
|
5986
5859
|
"color": "rgba(18, 18, 25, 0.6)",
|
|
5987
5860
|
"type": "dropShadow"
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"x": "0",
|
|
5864
|
+
"y": "0",
|
|
5865
|
+
"blur": "0",
|
|
5866
|
+
"spread": "1",
|
|
5867
|
+
"color": "rgba(120, 120, 120, 0.15)",
|
|
5868
|
+
"type": "dropShadow"
|
|
5988
5869
|
}
|
|
5989
5870
|
],
|
|
5990
5871
|
"type": "boxShadow",
|
|
@@ -6002,36 +5883,44 @@
|
|
|
6002
5883
|
"overlay"
|
|
6003
5884
|
]
|
|
6004
5885
|
},
|
|
6005
|
-
"
|
|
6006
|
-
"value": "
|
|
5886
|
+
"dashboard": {
|
|
5887
|
+
"value": "1px 1px 6px -2px rgba(80, 80, 80, 0.2), 1px 1px 0px 0px #1a1b20",
|
|
6007
5888
|
"type": "boxShadow",
|
|
6008
5889
|
"public": true,
|
|
6009
|
-
"filePath": "tokens/elevation/
|
|
5890
|
+
"filePath": "tokens/elevation/dashboard.dark.json",
|
|
6010
5891
|
"isSource": true,
|
|
6011
5892
|
"original": {
|
|
6012
5893
|
"value": [
|
|
6013
5894
|
{
|
|
6014
|
-
"x": "
|
|
6015
|
-
"y": "
|
|
6016
|
-
"blur": "
|
|
5895
|
+
"x": "1",
|
|
5896
|
+
"y": "1",
|
|
5897
|
+
"blur": "6",
|
|
5898
|
+
"spread": "-2",
|
|
5899
|
+
"color": "rgba(80, 80, 80, 0.2)",
|
|
5900
|
+
"type": "dropShadow"
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"x": "1",
|
|
5904
|
+
"y": "1",
|
|
5905
|
+
"blur": "0",
|
|
6017
5906
|
"spread": "0",
|
|
6018
|
-
"color": "
|
|
5907
|
+
"color": "#1a1b20",
|
|
6019
5908
|
"type": "dropShadow"
|
|
6020
5909
|
}
|
|
6021
5910
|
],
|
|
6022
5911
|
"type": "boxShadow",
|
|
6023
5912
|
"public": true
|
|
6024
5913
|
},
|
|
6025
|
-
"name": "elevation-dark-mode-
|
|
5914
|
+
"name": "elevation-dark-mode-dashboard",
|
|
6026
5915
|
"attributes": {
|
|
6027
5916
|
"category": "elevation",
|
|
6028
5917
|
"type": "dark-mode",
|
|
6029
|
-
"item": "
|
|
5918
|
+
"item": "dashboard"
|
|
6030
5919
|
},
|
|
6031
5920
|
"path": [
|
|
6032
5921
|
"elevation",
|
|
6033
5922
|
"dark-mode",
|
|
6034
|
-
"
|
|
5923
|
+
"dashboard"
|
|
6035
5924
|
]
|
|
6036
5925
|
}
|
|
6037
5926
|
}
|