@pantheon-systems/pds-design-tokens 1.0.0-dev.5 → 1.0.0-dev.51

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.
@@ -1,199 +1,6 @@
1
1
  {
2
2
  "color": {
3
3
  "light-mode": {
4
- "background": {
5
- "default": {
6
- "value": "#ffffff",
7
- "public": true,
8
- "isReferenceToInternal": true,
9
- "filePath": "tokens/color/alias/defaults.light.json",
10
- "isSource": true,
11
- "original": {
12
- "value": "{color.light-mode.neutral.000.value}",
13
- "public": true,
14
- "isReferenceToInternal": true
15
- },
16
- "name": "color-light-mode-background-default",
17
- "attributes": {
18
- "category": "color",
19
- "type": "light-mode",
20
- "item": "background",
21
- "subitem": "default"
22
- },
23
- "path": [
24
- "color",
25
- "light-mode",
26
- "background",
27
- "default"
28
- ]
29
- }
30
- },
31
- "border": {
32
- "default": {
33
- "value": "#cfcfd3",
34
- "public": true,
35
- "isReferenceToInternal": true,
36
- "filePath": "tokens/color/alias/defaults.light.json",
37
- "isSource": true,
38
- "original": {
39
- "value": "{color.light-mode.neutral.100.value}",
40
- "public": true,
41
- "isReferenceToInternal": true
42
- },
43
- "name": "color-light-mode-border-default",
44
- "attributes": {
45
- "category": "color",
46
- "type": "light-mode",
47
- "item": "border",
48
- "subitem": "default"
49
- },
50
- "path": [
51
- "color",
52
- "light-mode",
53
- "border",
54
- "default"
55
- ]
56
- }
57
- },
58
- "foreground": {
59
- "default": {
60
- "value": "#23232d",
61
- "public": true,
62
- "isReferenceToInternal": true,
63
- "filePath": "tokens/color/alias/defaults.light.json",
64
- "isSource": true,
65
- "original": {
66
- "value": "{color.light-mode.neutral.700.value}",
67
- "public": true,
68
- "isReferenceToInternal": true
69
- },
70
- "name": "color-light-mode-foreground-default",
71
- "attributes": {
72
- "category": "color",
73
- "type": "light-mode",
74
- "item": "foreground",
75
- "subitem": "default"
76
- },
77
- "path": [
78
- "color",
79
- "light-mode",
80
- "foreground",
81
- "default"
82
- ]
83
- }
84
- },
85
- "input": {
86
- "background": {
87
- "default": {
88
- "value": "#ffffff",
89
- "public": true,
90
- "isReferenceToInternal": true,
91
- "filePath": "tokens/color/alias/input.light.json",
92
- "isSource": true,
93
- "original": {
94
- "value": "{color.light-mode.neutral.000.value}",
95
- "public": true,
96
- "isReferenceToInternal": true
97
- },
98
- "name": "color-light-mode-input-background-default",
99
- "attributes": {
100
- "category": "color",
101
- "type": "light-mode",
102
- "item": "input",
103
- "subitem": "background",
104
- "state": "default"
105
- },
106
- "path": [
107
- "color",
108
- "light-mode",
109
- "input",
110
- "background",
111
- "default"
112
- ]
113
- },
114
- "disabled": {
115
- "value": "#cfcfd3",
116
- "public": true,
117
- "isReferenceToInternal": true,
118
- "filePath": "tokens/color/alias/input.light.json",
119
- "isSource": true,
120
- "original": {
121
- "value": "{color.light-mode.neutral.100.value}",
122
- "public": true,
123
- "isReferenceToInternal": true
124
- },
125
- "name": "color-light-mode-input-background-disabled",
126
- "attributes": {
127
- "category": "color",
128
- "type": "light-mode",
129
- "item": "input",
130
- "subitem": "background",
131
- "state": "disabled"
132
- },
133
- "path": [
134
- "color",
135
- "light-mode",
136
- "input",
137
- "background",
138
- "disabled"
139
- ]
140
- }
141
- },
142
- "border": {
143
- "default": {
144
- "value": "#cfcfd3",
145
- "public": true,
146
- "filePath": "tokens/color/alias/input.light.json",
147
- "isSource": true,
148
- "original": {
149
- "value": "{color.light-mode.border.default}",
150
- "public": true
151
- },
152
- "name": "color-light-mode-input-border-default",
153
- "attributes": {
154
- "category": "color",
155
- "type": "light-mode",
156
- "item": "input",
157
- "subitem": "border",
158
- "state": "default"
159
- },
160
- "path": [
161
- "color",
162
- "light-mode",
163
- "input",
164
- "border",
165
- "default"
166
- ]
167
- },
168
- "disabled": {
169
- "value": "#aeaeb6",
170
- "public": true,
171
- "isReferenceToInternal": true,
172
- "filePath": "tokens/color/alias/input.light.json",
173
- "isSource": true,
174
- "original": {
175
- "value": "{color.light-mode.neutral.200.value}",
176
- "public": true,
177
- "isReferenceToInternal": true
178
- },
179
- "name": "color-light-mode-input-border-disabled",
180
- "attributes": {
181
- "category": "color",
182
- "type": "light-mode",
183
- "item": "input",
184
- "subitem": "border",
185
- "state": "disabled"
186
- },
187
- "path": [
188
- "color",
189
- "light-mode",
190
- "input",
191
- "border",
192
- "disabled"
193
- ]
194
- }
195
- }
196
- },
197
4
  "button": {
198
5
  "primary": {
199
6
  "background": {
@@ -201,7 +8,7 @@
201
8
  "value": "#3017a1",
202
9
  "public": true,
203
10
  "isReferenceToInternal": true,
204
- "filePath": "tokens/color/alias/interactive.light.json",
11
+ "filePath": "tokens/color/alias/button.light.json",
205
12
  "isSource": true,
206
13
  "original": {
207
14
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -226,10 +33,10 @@
226
33
  ]
227
34
  },
228
35
  "hover": {
229
- "value": "#785aff",
36
+ "value": "#5f41e5",
230
37
  "public": true,
231
38
  "isReferenceToInternal": true,
232
- "filePath": "tokens/color/alias/interactive.light.json",
39
+ "filePath": "tokens/color/alias/button.light.json",
233
40
  "isSource": true,
234
41
  "original": {
235
42
  "value": "{color.light-mode.brand.secondary.300.value}",
@@ -257,7 +64,7 @@
257
64
  "value": "#11005d",
258
65
  "public": true,
259
66
  "isReferenceToInternal": true,
260
- "filePath": "tokens/color/alias/interactive.light.json",
67
+ "filePath": "tokens/color/alias/button.light.json",
261
68
  "isSource": true,
262
69
  "original": {
263
70
  "value": "{color.light-mode.brand.secondary.500.value}",
@@ -287,7 +94,7 @@
287
94
  "value": "#3017a1",
288
95
  "public": true,
289
96
  "isReferenceToInternal": true,
290
- "filePath": "tokens/color/alias/interactive.light.json",
97
+ "filePath": "tokens/color/alias/button.light.json",
291
98
  "isSource": true,
292
99
  "original": {
293
100
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -312,10 +119,10 @@
312
119
  ]
313
120
  },
314
121
  "hover": {
315
- "value": "#785aff",
122
+ "value": "#5f41e5",
316
123
  "public": true,
317
124
  "isReferenceToInternal": true,
318
- "filePath": "tokens/color/alias/interactive.light.json",
125
+ "filePath": "tokens/color/alias/button.light.json",
319
126
  "isSource": true,
320
127
  "original": {
321
128
  "value": "{color.light-mode.brand.secondary.300.value}",
@@ -343,7 +150,7 @@
343
150
  "value": "#11005d",
344
151
  "public": true,
345
152
  "isReferenceToInternal": true,
346
- "filePath": "tokens/color/alias/interactive.light.json",
153
+ "filePath": "tokens/color/alias/button.light.json",
347
154
  "isSource": true,
348
155
  "original": {
349
156
  "value": "{color.light-mode.brand.secondary.500.value}",
@@ -373,7 +180,7 @@
373
180
  "value": "#ffffff",
374
181
  "public": true,
375
182
  "isReferenceToInternal": true,
376
- "filePath": "tokens/color/alias/interactive.light.json",
183
+ "filePath": "tokens/color/alias/button.light.json",
377
184
  "isSource": true,
378
185
  "original": {
379
186
  "value": "{color.light-mode.neutral.000.value}",
@@ -401,7 +208,7 @@
401
208
  "value": "#ffffff",
402
209
  "public": true,
403
210
  "isReferenceToInternal": true,
404
- "filePath": "tokens/color/alias/interactive.light.json",
211
+ "filePath": "tokens/color/alias/button.light.json",
405
212
  "isSource": true,
406
213
  "original": {
407
214
  "value": "{color.light-mode.neutral.000.value}",
@@ -429,7 +236,7 @@
429
236
  "value": "#ffffff",
430
237
  "public": true,
431
238
  "isReferenceToInternal": true,
432
- "filePath": "tokens/color/alias/interactive.light.json",
239
+ "filePath": "tokens/color/alias/button.light.json",
433
240
  "isSource": true,
434
241
  "original": {
435
242
  "value": "{color.light-mode.neutral.000.value}",
@@ -460,7 +267,7 @@
460
267
  "default": {
461
268
  "value": "rgba(0, 0, 0, 0)",
462
269
  "public": true,
463
- "filePath": "tokens/color/alias/interactive.light.json",
270
+ "filePath": "tokens/color/alias/button.light.json",
464
271
  "isSource": true,
465
272
  "original": {
466
273
  "value": "transparent",
@@ -487,7 +294,7 @@
487
294
  "value": "#f0ecff",
488
295
  "public": true,
489
296
  "isReferenceToInternal": true,
490
- "filePath": "tokens/color/alias/interactive.light.json",
297
+ "filePath": "tokens/color/alias/button.light.json",
491
298
  "isSource": true,
492
299
  "original": {
493
300
  "value": "{color.light-mode.brand.secondary.100.value}",
@@ -512,13 +319,13 @@
512
319
  ]
513
320
  },
514
321
  "active": {
515
- "value": "#cfcfd3",
322
+ "value": "#e5dbff",
516
323
  "public": true,
517
324
  "isReferenceToInternal": true,
518
- "filePath": "tokens/color/alias/interactive.light.json",
325
+ "filePath": "tokens/color/alias/button.light.json",
519
326
  "isSource": true,
520
327
  "original": {
521
- "value": "{color.light-mode.neutral.100.value}",
328
+ "value": "{color.light-mode.brand.secondary.200.value}",
522
329
  "public": true,
523
330
  "isReferenceToInternal": true
524
331
  },
@@ -545,7 +352,7 @@
545
352
  "value": "#3017a1",
546
353
  "public": true,
547
354
  "isReferenceToInternal": true,
548
- "filePath": "tokens/color/alias/interactive.light.json",
355
+ "filePath": "tokens/color/alias/button.light.json",
549
356
  "isSource": true,
550
357
  "original": {
551
358
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -570,10 +377,10 @@
570
377
  ]
571
378
  },
572
379
  "hover": {
573
- "value": "#785aff",
380
+ "value": "#5f41e5",
574
381
  "public": true,
575
382
  "isReferenceToInternal": true,
576
- "filePath": "tokens/color/alias/interactive.light.json",
383
+ "filePath": "tokens/color/alias/button.light.json",
577
384
  "isSource": true,
578
385
  "original": {
579
386
  "value": "{color.light-mode.brand.secondary.300.value}",
@@ -601,7 +408,7 @@
601
408
  "value": "#11005d",
602
409
  "public": true,
603
410
  "isReferenceToInternal": true,
604
- "filePath": "tokens/color/alias/interactive.light.json",
411
+ "filePath": "tokens/color/alias/button.light.json",
605
412
  "isSource": true,
606
413
  "original": {
607
414
  "value": "{color.light-mode.brand.secondary.500.value}",
@@ -631,7 +438,7 @@
631
438
  "value": "#3017a1",
632
439
  "public": true,
633
440
  "isReferenceToInternal": true,
634
- "filePath": "tokens/color/alias/interactive.light.json",
441
+ "filePath": "tokens/color/alias/button.light.json",
635
442
  "isSource": true,
636
443
  "original": {
637
444
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -659,7 +466,7 @@
659
466
  "value": "#3017a1",
660
467
  "public": true,
661
468
  "isReferenceToInternal": true,
662
- "filePath": "tokens/color/alias/interactive.light.json",
469
+ "filePath": "tokens/color/alias/button.light.json",
663
470
  "isSource": true,
664
471
  "original": {
665
472
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -687,7 +494,7 @@
687
494
  "value": "#11005d",
688
495
  "public": true,
689
496
  "isReferenceToInternal": true,
690
- "filePath": "tokens/color/alias/interactive.light.json",
497
+ "filePath": "tokens/color/alias/button.light.json",
691
498
  "isSource": true,
692
499
  "original": {
693
500
  "value": "{color.light-mode.brand.secondary.500.value}",
@@ -718,7 +525,7 @@
718
525
  "default": {
719
526
  "value": "rgba(0, 0, 0, 0)",
720
527
  "public": true,
721
- "filePath": "tokens/color/alias/interactive.light.json",
528
+ "filePath": "tokens/color/alias/button.light.json",
722
529
  "isSource": true,
723
530
  "original": {
724
531
  "value": "transparent",
@@ -742,13 +549,13 @@
742
549
  ]
743
550
  },
744
551
  "hover": {
745
- "value": "#f0ecff",
552
+ "value": "#f1f1f1",
746
553
  "public": true,
747
554
  "isReferenceToInternal": true,
748
- "filePath": "tokens/color/alias/interactive.light.json",
555
+ "filePath": "tokens/color/alias/button.light.json",
749
556
  "isSource": true,
750
557
  "original": {
751
- "value": "{color.light-mode.brand.secondary.100.value}",
558
+ "value": "{color.light-mode.neutral.200.value}",
752
559
  "public": true,
753
560
  "isReferenceToInternal": true
754
561
  },
@@ -773,10 +580,10 @@
773
580
  "value": "#cfcfd3",
774
581
  "public": true,
775
582
  "isReferenceToInternal": true,
776
- "filePath": "tokens/color/alias/interactive.light.json",
583
+ "filePath": "tokens/color/alias/button.light.json",
777
584
  "isSource": true,
778
585
  "original": {
779
- "value": "{color.light-mode.neutral.100.value}",
586
+ "value": "{color.light-mode.neutral.300.value}",
780
587
  "public": true,
781
588
  "isReferenceToInternal": true
782
589
  },
@@ -802,7 +609,7 @@
802
609
  "default": {
803
610
  "value": "rgba(0, 0, 0, 0)",
804
611
  "public": true,
805
- "filePath": "tokens/color/alias/interactive.light.json",
612
+ "filePath": "tokens/color/alias/button.light.json",
806
613
  "isSource": true,
807
614
  "original": {
808
615
  "value": "transparent",
@@ -828,13 +635,13 @@
828
635
  },
829
636
  "foreground": {
830
637
  "default": {
831
- "value": "#3017a1",
638
+ "value": "#23232d",
832
639
  "public": true,
833
640
  "isReferenceToInternal": true,
834
- "filePath": "tokens/color/alias/interactive.light.json",
641
+ "filePath": "tokens/color/alias/button.light.json",
835
642
  "isSource": true,
836
643
  "original": {
837
- "value": "{color.light-mode.brand.secondary.400.value}",
644
+ "value": "{color.light-mode.neutral.500.value}",
838
645
  "public": true,
839
646
  "isReferenceToInternal": true
840
647
  },
@@ -856,13 +663,13 @@
856
663
  ]
857
664
  },
858
665
  "hover": {
859
- "value": "#3017a1",
666
+ "value": "#23232d",
860
667
  "public": true,
861
668
  "isReferenceToInternal": true,
862
- "filePath": "tokens/color/alias/interactive.light.json",
669
+ "filePath": "tokens/color/alias/button.light.json",
863
670
  "isSource": true,
864
671
  "original": {
865
- "value": "{color.light-mode.brand.secondary.400.value}",
672
+ "value": "{color.light-mode.neutral.500.value}",
866
673
  "public": true,
867
674
  "isReferenceToInternal": true
868
675
  },
@@ -884,13 +691,13 @@
884
691
  ]
885
692
  },
886
693
  "active": {
887
- "value": "#11005d",
694
+ "value": "#23232d",
888
695
  "public": true,
889
696
  "isReferenceToInternal": true,
890
- "filePath": "tokens/color/alias/interactive.light.json",
697
+ "filePath": "tokens/color/alias/button.light.json",
891
698
  "isSource": true,
892
699
  "original": {
893
- "value": "{color.light-mode.brand.secondary.500.value}",
700
+ "value": "{color.light-mode.neutral.500.value}",
894
701
  "public": true,
895
702
  "isReferenceToInternal": true
896
703
  },
@@ -919,7 +726,7 @@
919
726
  "value": "#ffdc28",
920
727
  "public": true,
921
728
  "isReferenceToInternal": true,
922
- "filePath": "tokens/color/alias/interactive.light.json",
729
+ "filePath": "tokens/color/alias/button.light.json",
923
730
  "isSource": true,
924
731
  "original": {
925
732
  "value": "{color.light-mode.brand.primary.400.value}",
@@ -947,7 +754,7 @@
947
754
  "value": "#ffe668",
948
755
  "public": true,
949
756
  "isReferenceToInternal": true,
950
- "filePath": "tokens/color/alias/interactive.light.json",
757
+ "filePath": "tokens/color/alias/button.light.json",
951
758
  "isSource": true,
952
759
  "original": {
953
760
  "value": "{color.light-mode.brand.primary.300.value}",
@@ -975,7 +782,7 @@
975
782
  "value": "#ddbd16",
976
783
  "public": true,
977
784
  "isReferenceToInternal": true,
978
- "filePath": "tokens/color/alias/interactive.light.json",
785
+ "filePath": "tokens/color/alias/button.light.json",
979
786
  "isSource": true,
980
787
  "original": {
981
788
  "value": "{color.light-mode.brand.primary.500.value}",
@@ -1005,7 +812,7 @@
1005
812
  "value": "#ffdc28",
1006
813
  "public": true,
1007
814
  "isReferenceToInternal": true,
1008
- "filePath": "tokens/color/alias/interactive.light.json",
815
+ "filePath": "tokens/color/alias/button.light.json",
1009
816
  "isSource": true,
1010
817
  "original": {
1011
818
  "value": "{color.light-mode.brand.primary.400.value}",
@@ -1033,7 +840,7 @@
1033
840
  "value": "#ffe668",
1034
841
  "public": true,
1035
842
  "isReferenceToInternal": true,
1036
- "filePath": "tokens/color/alias/interactive.light.json",
843
+ "filePath": "tokens/color/alias/button.light.json",
1037
844
  "isSource": true,
1038
845
  "original": {
1039
846
  "value": "{color.light-mode.brand.primary.300.value}",
@@ -1061,7 +868,7 @@
1061
868
  "value": "#ddbd16",
1062
869
  "public": true,
1063
870
  "isReferenceToInternal": true,
1064
- "filePath": "tokens/color/alias/interactive.light.json",
871
+ "filePath": "tokens/color/alias/button.light.json",
1065
872
  "isSource": true,
1066
873
  "original": {
1067
874
  "value": "{color.light-mode.brand.primary.500.value}",
@@ -1091,10 +898,10 @@
1091
898
  "value": "#23232d",
1092
899
  "public": true,
1093
900
  "isReferenceToInternal": true,
1094
- "filePath": "tokens/color/alias/interactive.light.json",
901
+ "filePath": "tokens/color/alias/button.light.json",
1095
902
  "isSource": true,
1096
903
  "original": {
1097
- "value": "{color.light-mode.neutral.700.value}",
904
+ "value": "{color.light-mode.neutral.500.value}",
1098
905
  "public": true,
1099
906
  "isReferenceToInternal": true
1100
907
  },
@@ -1119,10 +926,10 @@
1119
926
  "value": "#23232d",
1120
927
  "public": true,
1121
928
  "isReferenceToInternal": true,
1122
- "filePath": "tokens/color/alias/interactive.light.json",
929
+ "filePath": "tokens/color/alias/button.light.json",
1123
930
  "isSource": true,
1124
931
  "original": {
1125
- "value": "{color.light-mode.neutral.700.value}",
932
+ "value": "{color.light-mode.neutral.500.value}",
1126
933
  "public": true,
1127
934
  "isReferenceToInternal": true
1128
935
  },
@@ -1147,10 +954,10 @@
1147
954
  "value": "#23232d",
1148
955
  "public": true,
1149
956
  "isReferenceToInternal": true,
1150
- "filePath": "tokens/color/alias/interactive.light.json",
957
+ "filePath": "tokens/color/alias/button.light.json",
1151
958
  "isSource": true,
1152
959
  "original": {
1153
- "value": "{color.light-mode.neutral.700.value}",
960
+ "value": "{color.light-mode.neutral.500.value}",
1154
961
  "public": true,
1155
962
  "isReferenceToInternal": true
1156
963
  },
@@ -1173,88 +980,86 @@
1173
980
  }
1174
981
  }
1175
982
  },
1176
- "critical": {
983
+ "brand-secondary": {
1177
984
  "background": {
1178
985
  "default": {
1179
- "value": "#d61f1f",
986
+ "value": "rgba(0, 0, 0, 0)",
1180
987
  "public": true,
1181
- "isReferenceToInternal": true,
1182
- "filePath": "tokens/color/alias/interactive.light.json",
988
+ "filePath": "tokens/color/alias/button.light.json",
1183
989
  "isSource": true,
1184
990
  "original": {
1185
- "value": "{color.light-mode.semantic.error.400.value}",
1186
- "public": true,
1187
- "isReferenceToInternal": true
991
+ "value": "transparent",
992
+ "public": true
1188
993
  },
1189
- "name": "color-light-mode-button-critical-background-default",
994
+ "name": "color-light-mode-button-brand-secondary-background-default",
1190
995
  "attributes": {
1191
996
  "category": "color",
1192
997
  "type": "light-mode",
1193
998
  "item": "button",
1194
- "subitem": "critical",
999
+ "subitem": "brand-secondary",
1195
1000
  "state": "background"
1196
1001
  },
1197
1002
  "path": [
1198
1003
  "color",
1199
1004
  "light-mode",
1200
1005
  "button",
1201
- "critical",
1006
+ "brand-secondary",
1202
1007
  "background",
1203
1008
  "default"
1204
1009
  ]
1205
1010
  },
1206
1011
  "hover": {
1207
- "value": "#f83333",
1012
+ "value": "#f8f8f8",
1208
1013
  "public": true,
1209
1014
  "isReferenceToInternal": true,
1210
- "filePath": "tokens/color/alias/interactive.light.json",
1015
+ "filePath": "tokens/color/alias/button.light.json",
1211
1016
  "isSource": true,
1212
1017
  "original": {
1213
- "value": "{color.light-mode.semantic.error.300.value}",
1018
+ "value": "{color.light-mode.neutral.100.value}",
1214
1019
  "public": true,
1215
1020
  "isReferenceToInternal": true
1216
1021
  },
1217
- "name": "color-light-mode-button-critical-background-hover",
1022
+ "name": "color-light-mode-button-brand-secondary-background-hover",
1218
1023
  "attributes": {
1219
1024
  "category": "color",
1220
1025
  "type": "light-mode",
1221
1026
  "item": "button",
1222
- "subitem": "critical",
1027
+ "subitem": "brand-secondary",
1223
1028
  "state": "background"
1224
1029
  },
1225
1030
  "path": [
1226
1031
  "color",
1227
1032
  "light-mode",
1228
1033
  "button",
1229
- "critical",
1034
+ "brand-secondary",
1230
1035
  "background",
1231
1036
  "hover"
1232
1037
  ]
1233
1038
  },
1234
1039
  "active": {
1235
- "value": "#700000",
1040
+ "value": "#f1f1f1",
1236
1041
  "public": true,
1237
1042
  "isReferenceToInternal": true,
1238
- "filePath": "tokens/color/alias/interactive.light.json",
1043
+ "filePath": "tokens/color/alias/button.light.json",
1239
1044
  "isSource": true,
1240
1045
  "original": {
1241
- "value": "{color.light-mode.semantic.error.500.value}",
1046
+ "value": "{color.light-mode.neutral.200.value}",
1242
1047
  "public": true,
1243
1048
  "isReferenceToInternal": true
1244
1049
  },
1245
- "name": "color-light-mode-button-critical-background-active",
1050
+ "name": "color-light-mode-button-brand-secondary-background-active",
1246
1051
  "attributes": {
1247
1052
  "category": "color",
1248
1053
  "type": "light-mode",
1249
1054
  "item": "button",
1250
- "subitem": "critical",
1055
+ "subitem": "brand-secondary",
1251
1056
  "state": "background"
1252
1057
  },
1253
1058
  "path": [
1254
1059
  "color",
1255
1060
  "light-mode",
1256
1061
  "button",
1257
- "critical",
1062
+ "brand-secondary",
1258
1063
  "background",
1259
1064
  "active"
1260
1065
  ]
@@ -1262,85 +1067,85 @@
1262
1067
  },
1263
1068
  "border": {
1264
1069
  "default": {
1265
- "value": "#d61f1f",
1070
+ "value": "#6d6d78",
1266
1071
  "public": true,
1267
1072
  "isReferenceToInternal": true,
1268
- "filePath": "tokens/color/alias/interactive.light.json",
1073
+ "filePath": "tokens/color/alias/button.light.json",
1269
1074
  "isSource": true,
1270
1075
  "original": {
1271
- "value": "{color.light-mode.semantic.error.400.value}",
1076
+ "value": "{color.light-mode.neutral.400.value}",
1272
1077
  "public": true,
1273
1078
  "isReferenceToInternal": true
1274
1079
  },
1275
- "name": "color-light-mode-button-critical-border-default",
1080
+ "name": "color-light-mode-button-brand-secondary-border-default",
1276
1081
  "attributes": {
1277
1082
  "category": "color",
1278
1083
  "type": "light-mode",
1279
1084
  "item": "button",
1280
- "subitem": "critical",
1085
+ "subitem": "brand-secondary",
1281
1086
  "state": "border"
1282
1087
  },
1283
1088
  "path": [
1284
1089
  "color",
1285
1090
  "light-mode",
1286
1091
  "button",
1287
- "critical",
1092
+ "brand-secondary",
1288
1093
  "border",
1289
1094
  "default"
1290
1095
  ]
1291
1096
  },
1292
1097
  "hover": {
1293
- "value": "#f83333",
1098
+ "value": "#23232d",
1294
1099
  "public": true,
1295
1100
  "isReferenceToInternal": true,
1296
- "filePath": "tokens/color/alias/interactive.light.json",
1101
+ "filePath": "tokens/color/alias/button.light.json",
1297
1102
  "isSource": true,
1298
1103
  "original": {
1299
- "value": "{color.light-mode.semantic.error.300.value}",
1104
+ "value": "{color.light-mode.neutral.500.value}",
1300
1105
  "public": true,
1301
1106
  "isReferenceToInternal": true
1302
1107
  },
1303
- "name": "color-light-mode-button-critical-border-hover",
1108
+ "name": "color-light-mode-button-brand-secondary-border-hover",
1304
1109
  "attributes": {
1305
1110
  "category": "color",
1306
1111
  "type": "light-mode",
1307
1112
  "item": "button",
1308
- "subitem": "critical",
1113
+ "subitem": "brand-secondary",
1309
1114
  "state": "border"
1310
1115
  },
1311
1116
  "path": [
1312
1117
  "color",
1313
1118
  "light-mode",
1314
1119
  "button",
1315
- "critical",
1120
+ "brand-secondary",
1316
1121
  "border",
1317
1122
  "hover"
1318
1123
  ]
1319
1124
  },
1320
1125
  "active": {
1321
- "value": "#700000",
1126
+ "value": "#23232d",
1322
1127
  "public": true,
1323
1128
  "isReferenceToInternal": true,
1324
- "filePath": "tokens/color/alias/interactive.light.json",
1129
+ "filePath": "tokens/color/alias/button.light.json",
1325
1130
  "isSource": true,
1326
1131
  "original": {
1327
- "value": "{color.light-mode.semantic.error.500.value}",
1132
+ "value": "{color.light-mode.neutral.500.value}",
1328
1133
  "public": true,
1329
1134
  "isReferenceToInternal": true
1330
1135
  },
1331
- "name": "color-light-mode-button-critical-border-active",
1136
+ "name": "color-light-mode-button-brand-secondary-border-active",
1332
1137
  "attributes": {
1333
1138
  "category": "color",
1334
1139
  "type": "light-mode",
1335
1140
  "item": "button",
1336
- "subitem": "critical",
1141
+ "subitem": "brand-secondary",
1337
1142
  "state": "border"
1338
1143
  },
1339
1144
  "path": [
1340
1145
  "color",
1341
1146
  "light-mode",
1342
1147
  "button",
1343
- "critical",
1148
+ "brand-secondary",
1344
1149
  "border",
1345
1150
  "active"
1346
1151
  ]
@@ -1348,104 +1153,996 @@
1348
1153
  },
1349
1154
  "foreground": {
1350
1155
  "default": {
1351
- "value": "#ffffff",
1156
+ "value": "#23232d",
1352
1157
  "public": true,
1353
1158
  "isReferenceToInternal": true,
1354
- "filePath": "tokens/color/alias/interactive.light.json",
1159
+ "filePath": "tokens/color/alias/button.light.json",
1355
1160
  "isSource": true,
1356
1161
  "original": {
1357
- "value": "{color.light-mode.neutral.000.value}",
1162
+ "value": "{color.light-mode.neutral.500.value}",
1358
1163
  "public": true,
1359
1164
  "isReferenceToInternal": true
1360
1165
  },
1361
- "name": "color-light-mode-button-critical-foreground-default",
1166
+ "name": "color-light-mode-button-brand-secondary-foreground-default",
1362
1167
  "attributes": {
1363
1168
  "category": "color",
1364
1169
  "type": "light-mode",
1365
1170
  "item": "button",
1366
- "subitem": "critical",
1171
+ "subitem": "brand-secondary",
1367
1172
  "state": "foreground"
1368
1173
  },
1369
1174
  "path": [
1370
1175
  "color",
1371
1176
  "light-mode",
1372
1177
  "button",
1373
- "critical",
1178
+ "brand-secondary",
1374
1179
  "foreground",
1375
1180
  "default"
1376
1181
  ]
1377
1182
  },
1378
1183
  "hover": {
1379
- "value": "#ffffff",
1184
+ "value": "#23232d",
1380
1185
  "public": true,
1381
1186
  "isReferenceToInternal": true,
1382
- "filePath": "tokens/color/alias/interactive.light.json",
1187
+ "filePath": "tokens/color/alias/button.light.json",
1383
1188
  "isSource": true,
1384
1189
  "original": {
1385
- "value": "{color.light-mode.neutral.000.value}",
1190
+ "value": "{color.light-mode.neutral.500.value}",
1386
1191
  "public": true,
1387
1192
  "isReferenceToInternal": true
1388
1193
  },
1389
- "name": "color-light-mode-button-critical-foreground-hover",
1194
+ "name": "color-light-mode-button-brand-secondary-foreground-hover",
1390
1195
  "attributes": {
1391
1196
  "category": "color",
1392
1197
  "type": "light-mode",
1393
1198
  "item": "button",
1394
- "subitem": "critical",
1199
+ "subitem": "brand-secondary",
1395
1200
  "state": "foreground"
1396
1201
  },
1397
1202
  "path": [
1398
1203
  "color",
1399
1204
  "light-mode",
1400
1205
  "button",
1401
- "critical",
1206
+ "brand-secondary",
1402
1207
  "foreground",
1403
1208
  "hover"
1404
1209
  ]
1405
1210
  },
1406
1211
  "active": {
1407
- "value": "#ffffff",
1212
+ "value": "#23232d",
1408
1213
  "public": true,
1409
1214
  "isReferenceToInternal": true,
1410
- "filePath": "tokens/color/alias/interactive.light.json",
1215
+ "filePath": "tokens/color/alias/button.light.json",
1411
1216
  "isSource": true,
1412
1217
  "original": {
1413
- "value": "{color.light-mode.neutral.000.value}",
1218
+ "value": "{color.light-mode.neutral.500.value}",
1414
1219
  "public": true,
1415
1220
  "isReferenceToInternal": true
1416
1221
  },
1417
- "name": "color-light-mode-button-critical-foreground-active",
1222
+ "name": "color-light-mode-button-brand-secondary-foreground-active",
1418
1223
  "attributes": {
1419
1224
  "category": "color",
1420
1225
  "type": "light-mode",
1421
1226
  "item": "button",
1422
- "subitem": "critical",
1227
+ "subitem": "brand-secondary",
1423
1228
  "state": "foreground"
1424
1229
  },
1425
1230
  "path": [
1426
1231
  "color",
1427
1232
  "light-mode",
1428
1233
  "button",
1429
- "critical",
1234
+ "brand-secondary",
1430
1235
  "foreground",
1431
1236
  "active"
1432
1237
  ]
1433
1238
  }
1434
1239
  }
1435
- }
1436
- },
1437
- "link": {
1438
- "default": {
1439
- "value": "#0f62fe",
1440
- "public": true,
1441
- "isReferenceToInternal": true,
1442
- "filePath": "tokens/color/alias/interactive.light.json",
1443
- "isSource": true,
1444
- "original": {
1445
- "value": "{color.light-mode.interactive.link.400.value}",
1446
- "public": true,
1447
- "isReferenceToInternal": true
1448
- },
1240
+ },
1241
+ "critical": {
1242
+ "background": {
1243
+ "default": {
1244
+ "value": "#ca3521",
1245
+ "public": true,
1246
+ "isReferenceToInternal": true,
1247
+ "filePath": "tokens/color/alias/button.light.json",
1248
+ "isSource": true,
1249
+ "original": {
1250
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
1251
+ "public": true,
1252
+ "isReferenceToInternal": true
1253
+ },
1254
+ "name": "color-light-mode-button-critical-background-default",
1255
+ "attributes": {
1256
+ "category": "color",
1257
+ "type": "light-mode",
1258
+ "item": "button",
1259
+ "subitem": "critical",
1260
+ "state": "background"
1261
+ },
1262
+ "path": [
1263
+ "color",
1264
+ "light-mode",
1265
+ "button",
1266
+ "critical",
1267
+ "background",
1268
+ "default"
1269
+ ]
1270
+ },
1271
+ "hover": {
1272
+ "value": "#e86d5d",
1273
+ "public": true,
1274
+ "filePath": "tokens/color/alias/button.light.json",
1275
+ "isSource": true,
1276
+ "original": {
1277
+ "value": "#E86D5D",
1278
+ "public": true
1279
+ },
1280
+ "name": "color-light-mode-button-critical-background-hover",
1281
+ "attributes": {
1282
+ "category": "color",
1283
+ "type": "light-mode",
1284
+ "item": "button",
1285
+ "subitem": "critical",
1286
+ "state": "background"
1287
+ },
1288
+ "path": [
1289
+ "color",
1290
+ "light-mode",
1291
+ "button",
1292
+ "critical",
1293
+ "background",
1294
+ "hover"
1295
+ ]
1296
+ },
1297
+ "active": {
1298
+ "value": "#b53a2a",
1299
+ "public": true,
1300
+ "filePath": "tokens/color/alias/button.light.json",
1301
+ "isSource": true,
1302
+ "original": {
1303
+ "value": "#B53A2A",
1304
+ "public": true
1305
+ },
1306
+ "name": "color-light-mode-button-critical-background-active",
1307
+ "attributes": {
1308
+ "category": "color",
1309
+ "type": "light-mode",
1310
+ "item": "button",
1311
+ "subitem": "critical",
1312
+ "state": "background"
1313
+ },
1314
+ "path": [
1315
+ "color",
1316
+ "light-mode",
1317
+ "button",
1318
+ "critical",
1319
+ "background",
1320
+ "active"
1321
+ ]
1322
+ }
1323
+ },
1324
+ "border": {
1325
+ "default": {
1326
+ "value": "#ca3521",
1327
+ "public": true,
1328
+ "isReferenceToInternal": true,
1329
+ "filePath": "tokens/color/alias/button.light.json",
1330
+ "isSource": true,
1331
+ "original": {
1332
+ "value": "{color.light-mode.button.critical.background.default.value}",
1333
+ "public": true,
1334
+ "isReferenceToInternal": true
1335
+ },
1336
+ "name": "color-light-mode-button-critical-border-default",
1337
+ "attributes": {
1338
+ "category": "color",
1339
+ "type": "light-mode",
1340
+ "item": "button",
1341
+ "subitem": "critical",
1342
+ "state": "border"
1343
+ },
1344
+ "path": [
1345
+ "color",
1346
+ "light-mode",
1347
+ "button",
1348
+ "critical",
1349
+ "border",
1350
+ "default"
1351
+ ]
1352
+ },
1353
+ "hover": {
1354
+ "value": "#e86d5d",
1355
+ "public": true,
1356
+ "isReferenceToInternal": true,
1357
+ "filePath": "tokens/color/alias/button.light.json",
1358
+ "isSource": true,
1359
+ "original": {
1360
+ "value": "{color.light-mode.button.critical.background.hover.value}",
1361
+ "public": true,
1362
+ "isReferenceToInternal": true
1363
+ },
1364
+ "name": "color-light-mode-button-critical-border-hover",
1365
+ "attributes": {
1366
+ "category": "color",
1367
+ "type": "light-mode",
1368
+ "item": "button",
1369
+ "subitem": "critical",
1370
+ "state": "border"
1371
+ },
1372
+ "path": [
1373
+ "color",
1374
+ "light-mode",
1375
+ "button",
1376
+ "critical",
1377
+ "border",
1378
+ "hover"
1379
+ ]
1380
+ },
1381
+ "active": {
1382
+ "value": "#b53a2a",
1383
+ "public": true,
1384
+ "isReferenceToInternal": true,
1385
+ "filePath": "tokens/color/alias/button.light.json",
1386
+ "isSource": true,
1387
+ "original": {
1388
+ "value": "{color.light-mode.button.critical.background.active.value}",
1389
+ "public": true,
1390
+ "isReferenceToInternal": true
1391
+ },
1392
+ "name": "color-light-mode-button-critical-border-active",
1393
+ "attributes": {
1394
+ "category": "color",
1395
+ "type": "light-mode",
1396
+ "item": "button",
1397
+ "subitem": "critical",
1398
+ "state": "border"
1399
+ },
1400
+ "path": [
1401
+ "color",
1402
+ "light-mode",
1403
+ "button",
1404
+ "critical",
1405
+ "border",
1406
+ "active"
1407
+ ]
1408
+ }
1409
+ },
1410
+ "foreground": {
1411
+ "default": {
1412
+ "value": "#ffffff",
1413
+ "public": true,
1414
+ "isReferenceToInternal": true,
1415
+ "filePath": "tokens/color/alias/button.light.json",
1416
+ "isSource": true,
1417
+ "original": {
1418
+ "value": "{color.light-mode.neutral.000.value}",
1419
+ "public": true,
1420
+ "isReferenceToInternal": true
1421
+ },
1422
+ "name": "color-light-mode-button-critical-foreground-default",
1423
+ "attributes": {
1424
+ "category": "color",
1425
+ "type": "light-mode",
1426
+ "item": "button",
1427
+ "subitem": "critical",
1428
+ "state": "foreground"
1429
+ },
1430
+ "path": [
1431
+ "color",
1432
+ "light-mode",
1433
+ "button",
1434
+ "critical",
1435
+ "foreground",
1436
+ "default"
1437
+ ]
1438
+ },
1439
+ "hover": {
1440
+ "value": "#ffffff",
1441
+ "public": true,
1442
+ "isReferenceToInternal": true,
1443
+ "filePath": "tokens/color/alias/button.light.json",
1444
+ "isSource": true,
1445
+ "original": {
1446
+ "value": "{color.light-mode.neutral.000.value}",
1447
+ "public": true,
1448
+ "isReferenceToInternal": true
1449
+ },
1450
+ "name": "color-light-mode-button-critical-foreground-hover",
1451
+ "attributes": {
1452
+ "category": "color",
1453
+ "type": "light-mode",
1454
+ "item": "button",
1455
+ "subitem": "critical",
1456
+ "state": "foreground"
1457
+ },
1458
+ "path": [
1459
+ "color",
1460
+ "light-mode",
1461
+ "button",
1462
+ "critical",
1463
+ "foreground",
1464
+ "hover"
1465
+ ]
1466
+ },
1467
+ "active": {
1468
+ "value": "#ffffff",
1469
+ "public": true,
1470
+ "isReferenceToInternal": true,
1471
+ "filePath": "tokens/color/alias/button.light.json",
1472
+ "isSource": true,
1473
+ "original": {
1474
+ "value": "{color.light-mode.neutral.000.value}",
1475
+ "public": true,
1476
+ "isReferenceToInternal": true
1477
+ },
1478
+ "name": "color-light-mode-button-critical-foreground-active",
1479
+ "attributes": {
1480
+ "category": "color",
1481
+ "type": "light-mode",
1482
+ "item": "button",
1483
+ "subitem": "critical",
1484
+ "state": "foreground"
1485
+ },
1486
+ "path": [
1487
+ "color",
1488
+ "light-mode",
1489
+ "button",
1490
+ "critical",
1491
+ "foreground",
1492
+ "active"
1493
+ ]
1494
+ }
1495
+ }
1496
+ }
1497
+ },
1498
+ "toggle-button": {
1499
+ "background": {
1500
+ "off": {
1501
+ "value": "#f1f1f1",
1502
+ "public": true,
1503
+ "isReferenceToInternal": true,
1504
+ "filePath": "tokens/color/alias/button.light.json",
1505
+ "isSource": true,
1506
+ "original": {
1507
+ "value": "{color.light-mode.neutral.200.value}",
1508
+ "public": true,
1509
+ "isReferenceToInternal": true
1510
+ },
1511
+ "name": "color-light-mode-toggle-button-background-off",
1512
+ "attributes": {
1513
+ "category": "color",
1514
+ "type": "light-mode",
1515
+ "item": "toggle-button",
1516
+ "subitem": "background",
1517
+ "state": "off"
1518
+ },
1519
+ "path": [
1520
+ "color",
1521
+ "light-mode",
1522
+ "toggle-button",
1523
+ "background",
1524
+ "off"
1525
+ ]
1526
+ }
1527
+ },
1528
+ "foreground": {
1529
+ "off": {
1530
+ "value": "#6d6d78",
1531
+ "public": true,
1532
+ "isReferenceToInternal": true,
1533
+ "filePath": "tokens/color/alias/button.light.json",
1534
+ "isSource": true,
1535
+ "original": {
1536
+ "value": "{color.light-mode.neutral.400.value}",
1537
+ "public": true,
1538
+ "isReferenceToInternal": true
1539
+ },
1540
+ "name": "color-light-mode-toggle-button-foreground-off",
1541
+ "attributes": {
1542
+ "category": "color",
1543
+ "type": "light-mode",
1544
+ "item": "toggle-button",
1545
+ "subitem": "foreground",
1546
+ "state": "off"
1547
+ },
1548
+ "path": [
1549
+ "color",
1550
+ "light-mode",
1551
+ "toggle-button",
1552
+ "foreground",
1553
+ "off"
1554
+ ]
1555
+ }
1556
+ }
1557
+ },
1558
+ "card": {
1559
+ "border": {
1560
+ "value": "#cfcfd3",
1561
+ "public": true,
1562
+ "filePath": "tokens/color/alias/card.light.json",
1563
+ "isSource": true,
1564
+ "original": {
1565
+ "value": "{color.light-mode.border.default}",
1566
+ "public": true
1567
+ },
1568
+ "name": "color-light-mode-card-border",
1569
+ "attributes": {
1570
+ "category": "color",
1571
+ "type": "light-mode",
1572
+ "item": "card",
1573
+ "subitem": "border"
1574
+ },
1575
+ "path": [
1576
+ "color",
1577
+ "light-mode",
1578
+ "card",
1579
+ "border"
1580
+ ]
1581
+ }
1582
+ },
1583
+ "background": {
1584
+ "default": {
1585
+ "value": "#ffffff",
1586
+ "public": true,
1587
+ "isReferenceToInternal": true,
1588
+ "filePath": "tokens/color/alias/defaults.light.json",
1589
+ "isSource": true,
1590
+ "original": {
1591
+ "value": "{color.light-mode.neutral.000.value}",
1592
+ "public": true,
1593
+ "isReferenceToInternal": true
1594
+ },
1595
+ "name": "color-light-mode-background-default",
1596
+ "attributes": {
1597
+ "category": "color",
1598
+ "type": "light-mode",
1599
+ "item": "background",
1600
+ "subitem": "default"
1601
+ },
1602
+ "path": [
1603
+ "color",
1604
+ "light-mode",
1605
+ "background",
1606
+ "default"
1607
+ ]
1608
+ }
1609
+ },
1610
+ "border": {
1611
+ "default": {
1612
+ "value": "#cfcfd3",
1613
+ "public": true,
1614
+ "isReferenceToInternal": true,
1615
+ "filePath": "tokens/color/alias/defaults.light.json",
1616
+ "isSource": true,
1617
+ "original": {
1618
+ "value": "{color.light-mode.neutral.300.value}",
1619
+ "public": true,
1620
+ "isReferenceToInternal": true
1621
+ },
1622
+ "name": "color-light-mode-border-default",
1623
+ "attributes": {
1624
+ "category": "color",
1625
+ "type": "light-mode",
1626
+ "item": "border",
1627
+ "subitem": "default"
1628
+ },
1629
+ "path": [
1630
+ "color",
1631
+ "light-mode",
1632
+ "border",
1633
+ "default"
1634
+ ]
1635
+ }
1636
+ },
1637
+ "foreground": {
1638
+ "default": {
1639
+ "value": "#23232d",
1640
+ "public": true,
1641
+ "isReferenceToInternal": true,
1642
+ "filePath": "tokens/color/alias/defaults.light.json",
1643
+ "isSource": true,
1644
+ "original": {
1645
+ "value": "{color.light-mode.neutral.500.value}",
1646
+ "public": true,
1647
+ "isReferenceToInternal": true
1648
+ },
1649
+ "name": "color-light-mode-foreground-default",
1650
+ "attributes": {
1651
+ "category": "color",
1652
+ "type": "light-mode",
1653
+ "item": "foreground",
1654
+ "subitem": "default"
1655
+ },
1656
+ "path": [
1657
+ "color",
1658
+ "light-mode",
1659
+ "foreground",
1660
+ "default"
1661
+ ]
1662
+ }
1663
+ },
1664
+ "input": {
1665
+ "background": {
1666
+ "default": {
1667
+ "value": "#ffffff",
1668
+ "public": true,
1669
+ "isReferenceToInternal": true,
1670
+ "filePath": "tokens/color/alias/input.light.json",
1671
+ "isSource": true,
1672
+ "original": {
1673
+ "value": "{color.light-mode.neutral.000.value}",
1674
+ "public": true,
1675
+ "isReferenceToInternal": true
1676
+ },
1677
+ "name": "color-light-mode-input-background-default",
1678
+ "attributes": {
1679
+ "category": "color",
1680
+ "type": "light-mode",
1681
+ "item": "input",
1682
+ "subitem": "background",
1683
+ "state": "default"
1684
+ },
1685
+ "path": [
1686
+ "color",
1687
+ "light-mode",
1688
+ "input",
1689
+ "background",
1690
+ "default"
1691
+ ]
1692
+ },
1693
+ "hover": {
1694
+ "value": "#f0ecff",
1695
+ "public": true,
1696
+ "isReferenceToInternal": true,
1697
+ "filePath": "tokens/color/alias/input.light.json",
1698
+ "isSource": true,
1699
+ "original": {
1700
+ "value": "{color.light-mode.brand.secondary.100.value}",
1701
+ "public": true,
1702
+ "isReferenceToInternal": true
1703
+ },
1704
+ "name": "color-light-mode-input-background-hover",
1705
+ "attributes": {
1706
+ "category": "color",
1707
+ "type": "light-mode",
1708
+ "item": "input",
1709
+ "subitem": "background",
1710
+ "state": "hover"
1711
+ },
1712
+ "path": [
1713
+ "color",
1714
+ "light-mode",
1715
+ "input",
1716
+ "background",
1717
+ "hover"
1718
+ ]
1719
+ },
1720
+ "critical": {
1721
+ "value": "#ffedeb",
1722
+ "public": true,
1723
+ "isReferenceToInternal": true,
1724
+ "filePath": "tokens/color/alias/input.light.json",
1725
+ "isSource": true,
1726
+ "original": {
1727
+ "value": "{color.light-mode.semantic.critical.background.value}",
1728
+ "public": true,
1729
+ "isReferenceToInternal": true
1730
+ },
1731
+ "name": "color-light-mode-input-background-critical",
1732
+ "attributes": {
1733
+ "category": "color",
1734
+ "type": "light-mode",
1735
+ "item": "input",
1736
+ "subitem": "background",
1737
+ "state": "critical"
1738
+ },
1739
+ "path": [
1740
+ "color",
1741
+ "light-mode",
1742
+ "input",
1743
+ "background",
1744
+ "critical"
1745
+ ]
1746
+ }
1747
+ },
1748
+ "border": {
1749
+ "default": {
1750
+ "value": "#cfcfd3",
1751
+ "public": true,
1752
+ "isReferenceToInternal": true,
1753
+ "filePath": "tokens/color/alias/input.light.json",
1754
+ "isSource": true,
1755
+ "original": {
1756
+ "value": "{color.light-mode.neutral.300.value}",
1757
+ "public": true,
1758
+ "isReferenceToInternal": true
1759
+ },
1760
+ "name": "color-light-mode-input-border-default",
1761
+ "attributes": {
1762
+ "category": "color",
1763
+ "type": "light-mode",
1764
+ "item": "input",
1765
+ "subitem": "border",
1766
+ "state": "default"
1767
+ },
1768
+ "path": [
1769
+ "color",
1770
+ "light-mode",
1771
+ "input",
1772
+ "border",
1773
+ "default"
1774
+ ]
1775
+ },
1776
+ "hover": {
1777
+ "value": "#5f41e5",
1778
+ "public": true,
1779
+ "isReferenceToInternal": true,
1780
+ "filePath": "tokens/color/alias/input.light.json",
1781
+ "isSource": true,
1782
+ "original": {
1783
+ "value": "{color.light-mode.brand.secondary.300.value}",
1784
+ "public": true,
1785
+ "isReferenceToInternal": true
1786
+ },
1787
+ "name": "color-light-mode-input-border-hover",
1788
+ "attributes": {
1789
+ "category": "color",
1790
+ "type": "light-mode",
1791
+ "item": "input",
1792
+ "subitem": "border",
1793
+ "state": "hover"
1794
+ },
1795
+ "path": [
1796
+ "color",
1797
+ "light-mode",
1798
+ "input",
1799
+ "border",
1800
+ "hover"
1801
+ ]
1802
+ },
1803
+ "success": {
1804
+ "value": "#218c5f",
1805
+ "public": true,
1806
+ "isReferenceToInternal": true,
1807
+ "filePath": "tokens/color/alias/input.light.json",
1808
+ "isSource": true,
1809
+ "original": {
1810
+ "value": "{color.light-mode.semantic.success.foreground.value}",
1811
+ "public": true,
1812
+ "isReferenceToInternal": true
1813
+ },
1814
+ "name": "color-light-mode-input-border-success",
1815
+ "attributes": {
1816
+ "category": "color",
1817
+ "type": "light-mode",
1818
+ "item": "input",
1819
+ "subitem": "border",
1820
+ "state": "success"
1821
+ },
1822
+ "path": [
1823
+ "color",
1824
+ "light-mode",
1825
+ "input",
1826
+ "border",
1827
+ "success"
1828
+ ]
1829
+ },
1830
+ "critical": {
1831
+ "value": "#ca3521",
1832
+ "public": true,
1833
+ "isReferenceToInternal": true,
1834
+ "filePath": "tokens/color/alias/input.light.json",
1835
+ "isSource": true,
1836
+ "original": {
1837
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
1838
+ "public": true,
1839
+ "isReferenceToInternal": true
1840
+ },
1841
+ "name": "color-light-mode-input-border-critical",
1842
+ "attributes": {
1843
+ "category": "color",
1844
+ "type": "light-mode",
1845
+ "item": "input",
1846
+ "subitem": "border",
1847
+ "state": "critical"
1848
+ },
1849
+ "path": [
1850
+ "color",
1851
+ "light-mode",
1852
+ "input",
1853
+ "border",
1854
+ "critical"
1855
+ ]
1856
+ }
1857
+ },
1858
+ "foreground": {
1859
+ "default": {
1860
+ "value": "#23232d",
1861
+ "public": true,
1862
+ "isReferenceToInternal": true,
1863
+ "filePath": "tokens/color/alias/input.light.json",
1864
+ "isSource": true,
1865
+ "original": {
1866
+ "value": "{color.light-mode.neutral.500.value}",
1867
+ "public": true,
1868
+ "isReferenceToInternal": true
1869
+ },
1870
+ "name": "color-light-mode-input-foreground-default",
1871
+ "attributes": {
1872
+ "category": "color",
1873
+ "type": "light-mode",
1874
+ "item": "input",
1875
+ "subitem": "foreground",
1876
+ "state": "default"
1877
+ },
1878
+ "path": [
1879
+ "color",
1880
+ "light-mode",
1881
+ "input",
1882
+ "foreground",
1883
+ "default"
1884
+ ]
1885
+ },
1886
+ "success": {
1887
+ "value": "#218c5f",
1888
+ "public": true,
1889
+ "isReferenceToInternal": true,
1890
+ "filePath": "tokens/color/alias/input.light.json",
1891
+ "isSource": true,
1892
+ "original": {
1893
+ "value": "{color.light-mode.semantic.success.foreground.value}",
1894
+ "public": true,
1895
+ "isReferenceToInternal": true
1896
+ },
1897
+ "name": "color-light-mode-input-foreground-success",
1898
+ "attributes": {
1899
+ "category": "color",
1900
+ "type": "light-mode",
1901
+ "item": "input",
1902
+ "subitem": "foreground",
1903
+ "state": "success"
1904
+ },
1905
+ "path": [
1906
+ "color",
1907
+ "light-mode",
1908
+ "input",
1909
+ "foreground",
1910
+ "success"
1911
+ ]
1912
+ },
1913
+ "critical": {
1914
+ "value": "#ca3521",
1915
+ "public": true,
1916
+ "isReferenceToInternal": true,
1917
+ "filePath": "tokens/color/alias/input.light.json",
1918
+ "isSource": true,
1919
+ "original": {
1920
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
1921
+ "public": true,
1922
+ "isReferenceToInternal": true
1923
+ },
1924
+ "name": "color-light-mode-input-foreground-critical",
1925
+ "attributes": {
1926
+ "category": "color",
1927
+ "type": "light-mode",
1928
+ "item": "input",
1929
+ "subitem": "foreground",
1930
+ "state": "critical"
1931
+ },
1932
+ "path": [
1933
+ "color",
1934
+ "light-mode",
1935
+ "input",
1936
+ "foreground",
1937
+ "critical"
1938
+ ]
1939
+ }
1940
+ },
1941
+ "placeholder-text": {
1942
+ "value": "#6d6d78",
1943
+ "public": true,
1944
+ "isReferenceToInternal": true,
1945
+ "filePath": "tokens/color/alias/input.light.json",
1946
+ "isSource": true,
1947
+ "original": {
1948
+ "value": "{color.light-mode.neutral.400.value}",
1949
+ "public": true,
1950
+ "isReferenceToInternal": true
1951
+ },
1952
+ "name": "color-light-mode-input-placeholder-text",
1953
+ "attributes": {
1954
+ "category": "color",
1955
+ "type": "light-mode",
1956
+ "item": "input",
1957
+ "subitem": "placeholder-text"
1958
+ },
1959
+ "path": [
1960
+ "color",
1961
+ "light-mode",
1962
+ "input",
1963
+ "placeholder-text"
1964
+ ]
1965
+ },
1966
+ "checked": {
1967
+ "background": {
1968
+ "value": "#0f62fe",
1969
+ "public": true,
1970
+ "filePath": "tokens/color/alias/input.light.json",
1971
+ "isSource": true,
1972
+ "original": {
1973
+ "value": "{color.light-mode.interactive.focus.value}",
1974
+ "public": true
1975
+ },
1976
+ "name": "color-light-mode-input-checked-background",
1977
+ "attributes": {
1978
+ "category": "color",
1979
+ "type": "light-mode",
1980
+ "item": "input",
1981
+ "subitem": "checked",
1982
+ "state": "background"
1983
+ },
1984
+ "path": [
1985
+ "color",
1986
+ "light-mode",
1987
+ "input",
1988
+ "checked",
1989
+ "background"
1990
+ ]
1991
+ },
1992
+ "foreground": {
1993
+ "value": "#ffffff",
1994
+ "public": true,
1995
+ "isReferenceToInternal": true,
1996
+ "filePath": "tokens/color/alias/input.light.json",
1997
+ "isSource": true,
1998
+ "original": {
1999
+ "value": "{color.light-mode.neutral.000.value}",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true
2002
+ },
2003
+ "name": "color-light-mode-input-checked-foreground",
2004
+ "attributes": {
2005
+ "category": "color",
2006
+ "type": "light-mode",
2007
+ "item": "input",
2008
+ "subitem": "checked",
2009
+ "state": "foreground"
2010
+ },
2011
+ "path": [
2012
+ "color",
2013
+ "light-mode",
2014
+ "input",
2015
+ "checked",
2016
+ "foreground"
2017
+ ]
2018
+ }
2019
+ },
2020
+ "toggle-switch": {
2021
+ "off": {
2022
+ "value": "#6d6d78",
2023
+ "public": true,
2024
+ "isReferenceToInternal": true,
2025
+ "filePath": "tokens/color/alias/input.light.json",
2026
+ "isSource": true,
2027
+ "original": {
2028
+ "value": "{color.light-mode.neutral.400.value}",
2029
+ "public": true,
2030
+ "isReferenceToInternal": true
2031
+ },
2032
+ "name": "color-light-mode-input-toggle-switch-off",
2033
+ "attributes": {
2034
+ "category": "color",
2035
+ "type": "light-mode",
2036
+ "item": "input",
2037
+ "subitem": "toggle-switch",
2038
+ "state": "off"
2039
+ },
2040
+ "path": [
2041
+ "color",
2042
+ "light-mode",
2043
+ "input",
2044
+ "toggle-switch",
2045
+ "off"
2046
+ ]
2047
+ },
2048
+ "on": {
2049
+ "value": "#0f62fe",
2050
+ "public": true,
2051
+ "filePath": "tokens/color/alias/input.light.json",
2052
+ "isSource": true,
2053
+ "original": {
2054
+ "value": "{color.light-mode.interactive.focus.value}",
2055
+ "public": true
2056
+ },
2057
+ "name": "color-light-mode-input-toggle-switch-on",
2058
+ "attributes": {
2059
+ "category": "color",
2060
+ "type": "light-mode",
2061
+ "item": "input",
2062
+ "subitem": "toggle-switch",
2063
+ "state": "on"
2064
+ },
2065
+ "path": [
2066
+ "color",
2067
+ "light-mode",
2068
+ "input",
2069
+ "toggle-switch",
2070
+ "on"
2071
+ ]
2072
+ },
2073
+ "icon": {
2074
+ "value": "#ffffff",
2075
+ "public": true,
2076
+ "isReferenceToInternal": true,
2077
+ "filePath": "tokens/color/alias/input.light.json",
2078
+ "isSource": true,
2079
+ "original": {
2080
+ "value": "{color.light-mode.neutral.000.value}",
2081
+ "public": true,
2082
+ "isReferenceToInternal": true
2083
+ },
2084
+ "name": "color-light-mode-input-toggle-switch-icon",
2085
+ "attributes": {
2086
+ "category": "color",
2087
+ "type": "light-mode",
2088
+ "item": "input",
2089
+ "subitem": "toggle-switch",
2090
+ "state": "icon"
2091
+ },
2092
+ "path": [
2093
+ "color",
2094
+ "light-mode",
2095
+ "input",
2096
+ "toggle-switch",
2097
+ "icon"
2098
+ ]
2099
+ }
2100
+ },
2101
+ "action": {
2102
+ "background": {
2103
+ "hover": {
2104
+ "value": "#f8f8f8",
2105
+ "public": true,
2106
+ "isReferenceToInternal": true,
2107
+ "filePath": "tokens/color/alias/input.light.json",
2108
+ "isSource": true,
2109
+ "original": {
2110
+ "value": "{color.light-mode.neutral.100.value}",
2111
+ "public": true,
2112
+ "isReferenceToInternal": true
2113
+ },
2114
+ "name": "color-light-mode-input-action-background-hover",
2115
+ "attributes": {
2116
+ "category": "color",
2117
+ "type": "light-mode",
2118
+ "item": "input",
2119
+ "subitem": "action",
2120
+ "state": "background"
2121
+ },
2122
+ "path": [
2123
+ "color",
2124
+ "light-mode",
2125
+ "input",
2126
+ "action",
2127
+ "background",
2128
+ "hover"
2129
+ ]
2130
+ }
2131
+ }
2132
+ }
2133
+ },
2134
+ "link": {
2135
+ "default": {
2136
+ "value": "#0f62fe",
2137
+ "public": true,
2138
+ "isReferenceToInternal": true,
2139
+ "filePath": "tokens/color/alias/link.light.json",
2140
+ "isSource": true,
2141
+ "original": {
2142
+ "value": "{color.light-mode.interactive.link.value}",
2143
+ "public": true,
2144
+ "isReferenceToInternal": true
2145
+ },
1449
2146
  "name": "color-light-mode-link-default",
1450
2147
  "attributes": {
1451
2148
  "category": "color",
@@ -1453,566 +2150,1318 @@
1453
2150
  "item": "link",
1454
2151
  "subitem": "default"
1455
2152
  },
1456
- "path": [
1457
- "color",
1458
- "light-mode",
1459
- "link",
1460
- "default"
1461
- ]
2153
+ "path": [
2154
+ "color",
2155
+ "light-mode",
2156
+ "link",
2157
+ "default"
2158
+ ]
2159
+ },
2160
+ "hover": {
2161
+ "value": "#6f54e8",
2162
+ "public": true,
2163
+ "isReferenceToInternal": true,
2164
+ "filePath": "tokens/color/alias/link.light.json",
2165
+ "isSource": true,
2166
+ "original": {
2167
+ "value": "{color.light-mode.interactive.visited.value}",
2168
+ "public": true,
2169
+ "isReferenceToInternal": true
2170
+ },
2171
+ "name": "color-light-mode-link-hover",
2172
+ "attributes": {
2173
+ "category": "color",
2174
+ "type": "light-mode",
2175
+ "item": "link",
2176
+ "subitem": "hover"
2177
+ },
2178
+ "path": [
2179
+ "color",
2180
+ "light-mode",
2181
+ "link",
2182
+ "hover"
2183
+ ]
2184
+ },
2185
+ "active": {
2186
+ "value": "#6f54e8",
2187
+ "public": true,
2188
+ "isReferenceToInternal": true,
2189
+ "filePath": "tokens/color/alias/link.light.json",
2190
+ "isSource": true,
2191
+ "original": {
2192
+ "value": "{color.light-mode.interactive.visited.value}",
2193
+ "public": true,
2194
+ "isReferenceToInternal": true
2195
+ },
2196
+ "name": "color-light-mode-link-active",
2197
+ "attributes": {
2198
+ "category": "color",
2199
+ "type": "light-mode",
2200
+ "item": "link",
2201
+ "subitem": "active"
2202
+ },
2203
+ "path": [
2204
+ "color",
2205
+ "light-mode",
2206
+ "link",
2207
+ "active"
2208
+ ]
2209
+ },
2210
+ "visited": {
2211
+ "value": "#6f54e8",
2212
+ "public": true,
2213
+ "isReferenceToInternal": true,
2214
+ "filePath": "tokens/color/alias/link.light.json",
2215
+ "isSource": true,
2216
+ "original": {
2217
+ "value": "{color.light-mode.interactive.visited.value}",
2218
+ "public": true,
2219
+ "isReferenceToInternal": true
2220
+ },
2221
+ "name": "color-light-mode-link-visited",
2222
+ "attributes": {
2223
+ "category": "color",
2224
+ "type": "light-mode",
2225
+ "item": "link",
2226
+ "subitem": "visited"
2227
+ },
2228
+ "path": [
2229
+ "color",
2230
+ "light-mode",
2231
+ "link",
2232
+ "visited"
2233
+ ]
2234
+ }
2235
+ },
2236
+ "link-cta": {
2237
+ "default": {
2238
+ "value": "#3017a1",
2239
+ "public": true,
2240
+ "isReferenceToInternal": true,
2241
+ "filePath": "tokens/color/alias/link.light.json",
2242
+ "isSource": true,
2243
+ "original": {
2244
+ "value": "{color.light-mode.brand.secondary.400.value}",
2245
+ "public": true,
2246
+ "isReferenceToInternal": true
2247
+ },
2248
+ "name": "color-light-mode-link-cta-default",
2249
+ "attributes": {
2250
+ "category": "color",
2251
+ "type": "light-mode",
2252
+ "item": "link-cta",
2253
+ "subitem": "default"
2254
+ },
2255
+ "path": [
2256
+ "color",
2257
+ "light-mode",
2258
+ "link-cta",
2259
+ "default"
2260
+ ]
2261
+ },
2262
+ "hover": {
2263
+ "value": "#5f41e5",
2264
+ "public": true,
2265
+ "isReferenceToInternal": true,
2266
+ "filePath": "tokens/color/alias/link.light.json",
2267
+ "isSource": true,
2268
+ "original": {
2269
+ "value": "{color.light-mode.brand.secondary.300.value}",
2270
+ "public": true,
2271
+ "isReferenceToInternal": true
2272
+ },
2273
+ "name": "color-light-mode-link-cta-hover",
2274
+ "attributes": {
2275
+ "category": "color",
2276
+ "type": "light-mode",
2277
+ "item": "link-cta",
2278
+ "subitem": "hover"
2279
+ },
2280
+ "path": [
2281
+ "color",
2282
+ "light-mode",
2283
+ "link-cta",
2284
+ "hover"
2285
+ ]
2286
+ },
2287
+ "active": {
2288
+ "value": "#11005d",
2289
+ "public": true,
2290
+ "isReferenceToInternal": true,
2291
+ "filePath": "tokens/color/alias/link.light.json",
2292
+ "isSource": true,
2293
+ "original": {
2294
+ "value": "{color.light-mode.brand.secondary.500.value}",
2295
+ "public": true,
2296
+ "isReferenceToInternal": true
2297
+ },
2298
+ "name": "color-light-mode-link-cta-active",
2299
+ "attributes": {
2300
+ "category": "color",
2301
+ "type": "light-mode",
2302
+ "item": "link-cta",
2303
+ "subitem": "active"
2304
+ },
2305
+ "path": [
2306
+ "color",
2307
+ "light-mode",
2308
+ "link-cta",
2309
+ "active"
2310
+ ]
2311
+ }
2312
+ },
2313
+ "menu": {
2314
+ "background": {
2315
+ "value": "#ffffff",
2316
+ "public": true,
2317
+ "isReferenceToInternal": true,
2318
+ "filePath": "tokens/color/alias/menu.light.json",
2319
+ "isSource": true,
2320
+ "original": {
2321
+ "value": "{color.light-mode.background.default}",
2322
+ "public": true,
2323
+ "isReferenceToInternal": true
2324
+ },
2325
+ "name": "color-light-mode-menu-background",
2326
+ "attributes": {
2327
+ "category": "color",
2328
+ "type": "light-mode",
2329
+ "item": "menu",
2330
+ "subitem": "background"
2331
+ },
2332
+ "path": [
2333
+ "color",
2334
+ "light-mode",
2335
+ "menu",
2336
+ "background"
2337
+ ]
2338
+ },
2339
+ "item": {
2340
+ "background": {
2341
+ "default": {
2342
+ "value": "#ffffff",
2343
+ "public": true,
2344
+ "isReferenceToInternal": true,
2345
+ "filePath": "tokens/color/alias/menu.light.json",
2346
+ "isSource": true,
2347
+ "original": {
2348
+ "value": "{color.light-mode.background.default}",
2349
+ "public": true,
2350
+ "isReferenceToInternal": true
2351
+ },
2352
+ "name": "color-light-mode-menu-item-background-default",
2353
+ "attributes": {
2354
+ "category": "color",
2355
+ "type": "light-mode",
2356
+ "item": "menu",
2357
+ "subitem": "item",
2358
+ "state": "background"
2359
+ },
2360
+ "path": [
2361
+ "color",
2362
+ "light-mode",
2363
+ "menu",
2364
+ "item",
2365
+ "background",
2366
+ "default"
2367
+ ]
2368
+ },
2369
+ "hover": {
2370
+ "value": "#f8f8f8",
2371
+ "public": true,
2372
+ "isReferenceToInternal": true,
2373
+ "filePath": "tokens/color/alias/menu.light.json",
2374
+ "isSource": true,
2375
+ "original": {
2376
+ "value": "{color.light-mode.neutral.100.value}",
2377
+ "public": true,
2378
+ "isReferenceToInternal": true
2379
+ },
2380
+ "name": "color-light-mode-menu-item-background-hover",
2381
+ "attributes": {
2382
+ "category": "color",
2383
+ "type": "light-mode",
2384
+ "item": "menu",
2385
+ "subitem": "item",
2386
+ "state": "background"
2387
+ },
2388
+ "path": [
2389
+ "color",
2390
+ "light-mode",
2391
+ "menu",
2392
+ "item",
2393
+ "background",
2394
+ "hover"
2395
+ ]
2396
+ },
2397
+ "active": {
2398
+ "value": "#f1f1f1",
2399
+ "public": true,
2400
+ "isReferenceToInternal": true,
2401
+ "filePath": "tokens/color/alias/menu.light.json",
2402
+ "isSource": true,
2403
+ "original": {
2404
+ "value": "{color.light-mode.neutral.200.value}",
2405
+ "public": true,
2406
+ "isReferenceToInternal": true
2407
+ },
2408
+ "name": "color-light-mode-menu-item-background-active",
2409
+ "attributes": {
2410
+ "category": "color",
2411
+ "type": "light-mode",
2412
+ "item": "menu",
2413
+ "subitem": "item",
2414
+ "state": "background"
2415
+ },
2416
+ "path": [
2417
+ "color",
2418
+ "light-mode",
2419
+ "menu",
2420
+ "item",
2421
+ "background",
2422
+ "active"
2423
+ ]
2424
+ }
2425
+ },
2426
+ "foreground": {
2427
+ "value": "#23232d",
2428
+ "public": true,
2429
+ "isReferenceToInternal": true,
2430
+ "filePath": "tokens/color/alias/menu.light.json",
2431
+ "isSource": true,
2432
+ "original": {
2433
+ "value": "{color.light-mode.foreground.default}",
2434
+ "public": true,
2435
+ "isReferenceToInternal": true
2436
+ },
2437
+ "name": "color-light-mode-menu-item-foreground",
2438
+ "attributes": {
2439
+ "category": "color",
2440
+ "type": "light-mode",
2441
+ "item": "menu",
2442
+ "subitem": "item",
2443
+ "state": "foreground"
2444
+ },
2445
+ "path": [
2446
+ "color",
2447
+ "light-mode",
2448
+ "menu",
2449
+ "item",
2450
+ "foreground"
2451
+ ]
2452
+ },
2453
+ "heading-text": {
2454
+ "value": "#6d6d78",
2455
+ "public": true,
2456
+ "isReferenceToInternal": true,
2457
+ "filePath": "tokens/color/alias/menu.light.json",
2458
+ "isSource": true,
2459
+ "original": {
2460
+ "value": "{color.light-mode.neutral.400.value}",
2461
+ "public": true,
2462
+ "isReferenceToInternal": true
2463
+ },
2464
+ "name": "color-light-mode-menu-item-heading-text",
2465
+ "attributes": {
2466
+ "category": "color",
2467
+ "type": "light-mode",
2468
+ "item": "menu",
2469
+ "subitem": "item",
2470
+ "state": "heading-text"
2471
+ },
2472
+ "path": [
2473
+ "color",
2474
+ "light-mode",
2475
+ "menu",
2476
+ "item",
2477
+ "heading-text"
2478
+ ]
2479
+ },
2480
+ "description-text": {
2481
+ "value": "#6d6d78",
2482
+ "public": true,
2483
+ "isReferenceToInternal": true,
2484
+ "filePath": "tokens/color/alias/menu.light.json",
2485
+ "isSource": true,
2486
+ "original": {
2487
+ "value": "{color.light-mode.neutral.400.value}",
2488
+ "public": true,
2489
+ "isReferenceToInternal": true
2490
+ },
2491
+ "name": "color-light-mode-menu-item-description-text",
2492
+ "attributes": {
2493
+ "category": "color",
2494
+ "type": "light-mode",
2495
+ "item": "menu",
2496
+ "subitem": "item",
2497
+ "state": "description-text"
2498
+ },
2499
+ "path": [
2500
+ "color",
2501
+ "light-mode",
2502
+ "menu",
2503
+ "item",
2504
+ "description-text"
2505
+ ]
2506
+ }
2507
+ }
2508
+ },
2509
+ "pager": {
2510
+ "background": {
2511
+ "hover": {
2512
+ "value": "#f1f1f1",
2513
+ "public": true,
2514
+ "isReferenceToInternal": true,
2515
+ "filePath": "tokens/color/alias/pager.light.json",
2516
+ "isSource": true,
2517
+ "original": {
2518
+ "value": "{color.light-mode.neutral.200.value}",
2519
+ "public": true,
2520
+ "isReferenceToInternal": true
2521
+ },
2522
+ "name": "color-light-mode-pager-background-hover",
2523
+ "attributes": {
2524
+ "category": "color",
2525
+ "type": "light-mode",
2526
+ "item": "pager",
2527
+ "subitem": "background",
2528
+ "state": "hover"
2529
+ },
2530
+ "path": [
2531
+ "color",
2532
+ "light-mode",
2533
+ "pager",
2534
+ "background",
2535
+ "hover"
2536
+ ]
2537
+ },
2538
+ "active": {
2539
+ "value": "#f0ecff",
2540
+ "public": true,
2541
+ "isReferenceToInternal": true,
2542
+ "filePath": "tokens/color/alias/pager.light.json",
2543
+ "isSource": true,
2544
+ "original": {
2545
+ "value": "{color.light-mode.brand.secondary.100.value}",
2546
+ "public": true,
2547
+ "isReferenceToInternal": true
2548
+ },
2549
+ "name": "color-light-mode-pager-background-active",
2550
+ "attributes": {
2551
+ "category": "color",
2552
+ "type": "light-mode",
2553
+ "item": "pager",
2554
+ "subitem": "background",
2555
+ "state": "active"
2556
+ },
2557
+ "path": [
2558
+ "color",
2559
+ "light-mode",
2560
+ "pager",
2561
+ "background",
2562
+ "active"
2563
+ ]
2564
+ }
2565
+ },
2566
+ "foreground": {
2567
+ "active": {
2568
+ "value": "#5f41e5",
2569
+ "public": true,
2570
+ "isReferenceToInternal": true,
2571
+ "filePath": "tokens/color/alias/pager.light.json",
2572
+ "isSource": true,
2573
+ "original": {
2574
+ "value": "{color.light-mode.brand.secondary.300.value}",
2575
+ "public": true,
2576
+ "isReferenceToInternal": true
2577
+ },
2578
+ "name": "color-light-mode-pager-foreground-active",
2579
+ "attributes": {
2580
+ "category": "color",
2581
+ "type": "light-mode",
2582
+ "item": "pager",
2583
+ "subitem": "foreground",
2584
+ "state": "active"
2585
+ },
2586
+ "path": [
2587
+ "color",
2588
+ "light-mode",
2589
+ "pager",
2590
+ "foreground",
2591
+ "active"
2592
+ ]
2593
+ }
2594
+ }
2595
+ },
2596
+ "panel": {
2597
+ "default": {
2598
+ "background": {
2599
+ "value": "#ffffff",
2600
+ "public": true,
2601
+ "filePath": "tokens/color/alias/panel.light.json",
2602
+ "isSource": true,
2603
+ "original": {
2604
+ "value": "{color.light-mode.background.default}",
2605
+ "public": true
2606
+ },
2607
+ "name": "color-light-mode-panel-default-background",
2608
+ "attributes": {
2609
+ "category": "color",
2610
+ "type": "light-mode",
2611
+ "item": "panel",
2612
+ "subitem": "default",
2613
+ "state": "background"
2614
+ },
2615
+ "path": [
2616
+ "color",
2617
+ "light-mode",
2618
+ "panel",
2619
+ "default",
2620
+ "background"
2621
+ ]
2622
+ },
2623
+ "border": {
2624
+ "value": "#cfcfd3",
2625
+ "public": true,
2626
+ "filePath": "tokens/color/alias/panel.light.json",
2627
+ "isSource": true,
2628
+ "original": {
2629
+ "value": "{color.light-mode.border.default}",
2630
+ "public": true
2631
+ },
2632
+ "name": "color-light-mode-panel-default-border",
2633
+ "attributes": {
2634
+ "category": "color",
2635
+ "type": "light-mode",
2636
+ "item": "panel",
2637
+ "subitem": "default",
2638
+ "state": "border"
2639
+ },
2640
+ "path": [
2641
+ "color",
2642
+ "light-mode",
2643
+ "panel",
2644
+ "default",
2645
+ "border"
2646
+ ]
2647
+ }
2648
+ },
2649
+ "sunken": {
2650
+ "background": {
2651
+ "value": "#f1f1f1",
2652
+ "public": true,
2653
+ "isReferenceToInternal": true,
2654
+ "filePath": "tokens/color/alias/panel.light.json",
2655
+ "isSource": true,
2656
+ "original": {
2657
+ "value": "{color.light-mode.neutral.200.value}",
2658
+ "public": true,
2659
+ "isReferenceToInternal": true
2660
+ },
2661
+ "name": "color-light-mode-panel-sunken-background",
2662
+ "attributes": {
2663
+ "category": "color",
2664
+ "type": "light-mode",
2665
+ "item": "panel",
2666
+ "subitem": "sunken",
2667
+ "state": "background"
2668
+ },
2669
+ "path": [
2670
+ "color",
2671
+ "light-mode",
2672
+ "panel",
2673
+ "sunken",
2674
+ "background"
2675
+ ]
2676
+ }
2677
+ },
2678
+ "raised": {
2679
+ "background": {
2680
+ "value": "#ffffff",
2681
+ "public": true,
2682
+ "filePath": "tokens/color/alias/panel.light.json",
2683
+ "isSource": true,
2684
+ "original": {
2685
+ "value": "{color.light-mode.background.default}",
2686
+ "public": true
2687
+ },
2688
+ "name": "color-light-mode-panel-raised-background",
2689
+ "attributes": {
2690
+ "category": "color",
2691
+ "type": "light-mode",
2692
+ "item": "panel",
2693
+ "subitem": "raised",
2694
+ "state": "background"
2695
+ },
2696
+ "path": [
2697
+ "color",
2698
+ "light-mode",
2699
+ "panel",
2700
+ "raised",
2701
+ "background"
2702
+ ]
2703
+ },
2704
+ "border": {
2705
+ "value": "#f1f1f1",
2706
+ "public": true,
2707
+ "isReferenceToInternal": true,
2708
+ "filePath": "tokens/color/alias/panel.light.json",
2709
+ "isSource": true,
2710
+ "original": {
2711
+ "value": "{color.light-mode.neutral.200.value}",
2712
+ "public": true,
2713
+ "isReferenceToInternal": true
2714
+ },
2715
+ "name": "color-light-mode-panel-raised-border",
2716
+ "attributes": {
2717
+ "category": "color",
2718
+ "type": "light-mode",
2719
+ "item": "panel",
2720
+ "subitem": "raised",
2721
+ "state": "border"
2722
+ },
2723
+ "path": [
2724
+ "color",
2725
+ "light-mode",
2726
+ "panel",
2727
+ "raised",
2728
+ "border"
2729
+ ]
2730
+ }
1462
2731
  },
2732
+ "overlay": {
2733
+ "background": {
2734
+ "value": "#ffffff",
2735
+ "public": true,
2736
+ "filePath": "tokens/color/alias/panel.light.json",
2737
+ "isSource": true,
2738
+ "original": {
2739
+ "value": "{color.light-mode.background.default}",
2740
+ "public": true
2741
+ },
2742
+ "name": "color-light-mode-panel-overlay-background",
2743
+ "attributes": {
2744
+ "category": "color",
2745
+ "type": "light-mode",
2746
+ "item": "panel",
2747
+ "subitem": "overlay",
2748
+ "state": "background"
2749
+ },
2750
+ "path": [
2751
+ "color",
2752
+ "light-mode",
2753
+ "panel",
2754
+ "overlay",
2755
+ "background"
2756
+ ]
2757
+ }
2758
+ }
2759
+ },
2760
+ "expansion-panel": {
1463
2761
  "hover": {
1464
- "value": "#003cac",
2762
+ "value": "#f1f1f1",
1465
2763
  "public": true,
1466
2764
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.light.json",
2765
+ "filePath": "tokens/color/alias/panel.light.json",
1468
2766
  "isSource": true,
1469
2767
  "original": {
1470
- "value": "{color.light-mode.interactive.link.500.value}",
2768
+ "value": "{color.light-mode.neutral.200.value}",
1471
2769
  "public": true,
1472
2770
  "isReferenceToInternal": true
1473
2771
  },
1474
- "name": "color-light-mode-link-hover",
2772
+ "name": "color-light-mode-expansion-panel-hover",
1475
2773
  "attributes": {
1476
2774
  "category": "color",
1477
2775
  "type": "light-mode",
1478
- "item": "link",
2776
+ "item": "expansion-panel",
1479
2777
  "subitem": "hover"
1480
2778
  },
1481
2779
  "path": [
1482
2780
  "color",
1483
2781
  "light-mode",
1484
- "link",
2782
+ "expansion-panel",
1485
2783
  "hover"
1486
2784
  ]
1487
2785
  },
1488
- "active": {
1489
- "value": "#003cac",
1490
- "public": true,
1491
- "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.light.json",
1493
- "isSource": true,
1494
- "original": {
1495
- "value": "{color.light-mode.interactive.link.500.value}",
1496
- "public": true,
1497
- "isReferenceToInternal": true
1498
- },
1499
- "name": "color-light-mode-link-active",
1500
- "attributes": {
1501
- "category": "color",
1502
- "type": "light-mode",
1503
- "item": "link",
1504
- "subitem": "active"
1505
- },
1506
- "path": [
1507
- "color",
1508
- "light-mode",
1509
- "link",
1510
- "active"
1511
- ]
1512
- },
1513
- "visited": {
1514
- "value": "#967fff",
2786
+ "open": {
2787
+ "value": "#f1f1f1",
1515
2788
  "public": true,
1516
2789
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.light.json",
2790
+ "filePath": "tokens/color/alias/panel.light.json",
1518
2791
  "isSource": true,
1519
2792
  "original": {
1520
- "value": "{color.light-mode.interactive.visited.400.value}",
2793
+ "value": "{color.light-mode.neutral.200.value}",
1521
2794
  "public": true,
1522
2795
  "isReferenceToInternal": true
1523
2796
  },
1524
- "name": "color-light-mode-link-visited",
2797
+ "name": "color-light-mode-expansion-panel-open",
1525
2798
  "attributes": {
1526
2799
  "category": "color",
1527
2800
  "type": "light-mode",
1528
- "item": "link",
1529
- "subitem": "visited"
2801
+ "item": "expansion-panel",
2802
+ "subitem": "open"
1530
2803
  },
1531
2804
  "path": [
1532
2805
  "color",
1533
2806
  "light-mode",
1534
- "link",
1535
- "visited"
2807
+ "expansion-panel",
2808
+ "open"
1536
2809
  ]
1537
2810
  }
1538
2811
  },
1539
- "menu": {
1540
- "background": {
1541
- "value": "#ffffff",
1542
- "public": true,
1543
- "isReferenceToInternal": true,
1544
- "filePath": "tokens/color/alias/menu.light.json",
1545
- "isSource": true,
1546
- "original": {
1547
- "value": "{color.light-mode.background.default}",
2812
+ "tag": {
2813
+ "1": {
2814
+ "background": {
2815
+ "value": "#fffbe9",
1548
2816
  "public": true,
1549
- "isReferenceToInternal": true
2817
+ "isReferenceToInternal": true,
2818
+ "filePath": "tokens/color/alias/tags.light.json",
2819
+ "isSource": true,
2820
+ "original": {
2821
+ "value": "{color.light-mode.brand.primary.100.value}",
2822
+ "public": true,
2823
+ "isReferenceToInternal": true
2824
+ },
2825
+ "name": "color-light-mode-tag-1-background",
2826
+ "attributes": {
2827
+ "category": "color",
2828
+ "type": "light-mode",
2829
+ "item": "tag",
2830
+ "subitem": "1",
2831
+ "state": "background"
2832
+ },
2833
+ "path": [
2834
+ "color",
2835
+ "light-mode",
2836
+ "tag",
2837
+ "1",
2838
+ "background"
2839
+ ]
1550
2840
  },
1551
- "name": "color-light-mode-menu-background",
1552
- "attributes": {
1553
- "category": "color",
1554
- "type": "light-mode",
1555
- "item": "menu",
1556
- "subitem": "background"
2841
+ "foreground": {
2842
+ "value": "#705e00",
2843
+ "public": true,
2844
+ "isReferenceToInternal": true,
2845
+ "filePath": "tokens/color/alias/tags.light.json",
2846
+ "isSource": true,
2847
+ "original": {
2848
+ "value": "{color.light-mode.brand.primary.600.value}",
2849
+ "public": true,
2850
+ "isReferenceToInternal": true
2851
+ },
2852
+ "name": "color-light-mode-tag-1-foreground",
2853
+ "attributes": {
2854
+ "category": "color",
2855
+ "type": "light-mode",
2856
+ "item": "tag",
2857
+ "subitem": "1",
2858
+ "state": "foreground"
2859
+ },
2860
+ "path": [
2861
+ "color",
2862
+ "light-mode",
2863
+ "tag",
2864
+ "1",
2865
+ "foreground"
2866
+ ]
2867
+ }
2868
+ },
2869
+ "2": {
2870
+ "background": {
2871
+ "value": "#f0ecff",
2872
+ "public": true,
2873
+ "isReferenceToInternal": true,
2874
+ "filePath": "tokens/color/alias/tags.light.json",
2875
+ "isSource": true,
2876
+ "original": {
2877
+ "value": "{color.light-mode.brand.secondary.100.value}",
2878
+ "public": true,
2879
+ "isReferenceToInternal": true
2880
+ },
2881
+ "name": "color-light-mode-tag-2-background",
2882
+ "attributes": {
2883
+ "category": "color",
2884
+ "type": "light-mode",
2885
+ "item": "tag",
2886
+ "subitem": "2",
2887
+ "state": "background"
2888
+ },
2889
+ "path": [
2890
+ "color",
2891
+ "light-mode",
2892
+ "tag",
2893
+ "2",
2894
+ "background"
2895
+ ]
1557
2896
  },
1558
- "path": [
1559
- "color",
1560
- "light-mode",
1561
- "menu",
1562
- "background"
1563
- ]
1564
- }
1565
- },
1566
- "menu-item": {
1567
- "background": {
1568
- "default": {
1569
- "value": "#ffffff",
2897
+ "foreground": {
2898
+ "value": "#3017a1",
2899
+ "public": true,
2900
+ "isReferenceToInternal": true,
2901
+ "filePath": "tokens/color/alias/tags.light.json",
2902
+ "isSource": true,
2903
+ "original": {
2904
+ "value": "{color.light-mode.brand.secondary.400.value}",
2905
+ "public": true,
2906
+ "isReferenceToInternal": true
2907
+ },
2908
+ "name": "color-light-mode-tag-2-foreground",
2909
+ "attributes": {
2910
+ "category": "color",
2911
+ "type": "light-mode",
2912
+ "item": "tag",
2913
+ "subitem": "2",
2914
+ "state": "foreground"
2915
+ },
2916
+ "path": [
2917
+ "color",
2918
+ "light-mode",
2919
+ "tag",
2920
+ "2",
2921
+ "foreground"
2922
+ ]
2923
+ }
2924
+ },
2925
+ "3": {
2926
+ "background": {
2927
+ "value": "#ffe5f6",
2928
+ "public": true,
2929
+ "isReferenceToInternal": true,
2930
+ "filePath": "tokens/color/alias/tags.light.json",
2931
+ "isSource": true,
2932
+ "original": {
2933
+ "value": "{color.light-mode.brand.accent.100.value}",
2934
+ "public": true,
2935
+ "isReferenceToInternal": true
2936
+ },
2937
+ "name": "color-light-mode-tag-3-background",
2938
+ "attributes": {
2939
+ "category": "color",
2940
+ "type": "light-mode",
2941
+ "item": "tag",
2942
+ "subitem": "3",
2943
+ "state": "background"
2944
+ },
2945
+ "path": [
2946
+ "color",
2947
+ "light-mode",
2948
+ "tag",
2949
+ "3",
2950
+ "background"
2951
+ ]
2952
+ },
2953
+ "foreground": {
2954
+ "value": "#9a0066",
1570
2955
  "public": true,
1571
2956
  "isReferenceToInternal": true,
1572
- "filePath": "tokens/color/alias/menu.light.json",
2957
+ "filePath": "tokens/color/alias/tags.light.json",
1573
2958
  "isSource": true,
1574
2959
  "original": {
1575
- "value": "{color.light-mode.background.default}",
2960
+ "value": "{color.light-mode.brand.accent.500.value}",
1576
2961
  "public": true,
1577
2962
  "isReferenceToInternal": true
1578
2963
  },
1579
- "name": "color-light-mode-menu-item-background-default",
2964
+ "name": "color-light-mode-tag-3-foreground",
1580
2965
  "attributes": {
1581
2966
  "category": "color",
1582
2967
  "type": "light-mode",
1583
- "item": "menu-item",
1584
- "subitem": "background",
1585
- "state": "default"
2968
+ "item": "tag",
2969
+ "subitem": "3",
2970
+ "state": "foreground"
1586
2971
  },
1587
2972
  "path": [
1588
2973
  "color",
1589
2974
  "light-mode",
1590
- "menu-item",
1591
- "background",
1592
- "default"
2975
+ "tag",
2976
+ "3",
2977
+ "foreground"
1593
2978
  ]
1594
- },
1595
- "hover": {
2979
+ }
2980
+ },
2981
+ "4": {
2982
+ "background": {
1596
2983
  "value": "#f1f1f1",
1597
2984
  "public": true,
1598
2985
  "isReferenceToInternal": true,
1599
- "filePath": "tokens/color/alias/menu.light.json",
2986
+ "filePath": "tokens/color/alias/tags.light.json",
1600
2987
  "isSource": true,
1601
2988
  "original": {
1602
- "value": "{color.light-mode.neutral.050}",
2989
+ "value": "{color.light-mode.neutral.200.value}",
1603
2990
  "public": true,
1604
2991
  "isReferenceToInternal": true
1605
2992
  },
1606
- "name": "color-light-mode-menu-item-background-hover",
2993
+ "name": "color-light-mode-tag-4-background",
1607
2994
  "attributes": {
1608
2995
  "category": "color",
1609
2996
  "type": "light-mode",
1610
- "item": "menu-item",
1611
- "subitem": "background",
1612
- "state": "hover"
2997
+ "item": "tag",
2998
+ "subitem": "4",
2999
+ "state": "background"
1613
3000
  },
1614
3001
  "path": [
1615
3002
  "color",
1616
3003
  "light-mode",
1617
- "menu-item",
1618
- "background",
1619
- "hover"
3004
+ "tag",
3005
+ "4",
3006
+ "background"
1620
3007
  ]
1621
3008
  },
1622
- "active": {
1623
- "value": "#cfcfd3",
3009
+ "foreground": {
3010
+ "value": "#6d6d78",
1624
3011
  "public": true,
1625
3012
  "isReferenceToInternal": true,
1626
- "filePath": "tokens/color/alias/menu.light.json",
3013
+ "filePath": "tokens/color/alias/tags.light.json",
1627
3014
  "isSource": true,
1628
3015
  "original": {
1629
- "value": "{color.light-mode.neutral.100}",
3016
+ "value": "{color.light-mode.neutral.400.value}",
1630
3017
  "public": true,
1631
3018
  "isReferenceToInternal": true
1632
3019
  },
1633
- "name": "color-light-mode-menu-item-background-active",
3020
+ "name": "color-light-mode-tag-4-foreground",
1634
3021
  "attributes": {
1635
3022
  "category": "color",
1636
3023
  "type": "light-mode",
1637
- "item": "menu-item",
1638
- "subitem": "background",
1639
- "state": "active"
3024
+ "item": "tag",
3025
+ "subitem": "4",
3026
+ "state": "foreground"
1640
3027
  },
1641
3028
  "path": [
1642
3029
  "color",
1643
3030
  "light-mode",
1644
- "menu-item",
1645
- "background",
1646
- "active"
3031
+ "tag",
3032
+ "4",
3033
+ "foreground"
1647
3034
  ]
1648
3035
  }
1649
3036
  },
1650
- "foreground": {
1651
- "value": "#23232d",
1652
- "public": true,
1653
- "isReferenceToInternal": true,
1654
- "filePath": "tokens/color/alias/menu.light.json",
1655
- "isSource": true,
1656
- "original": {
1657
- "value": "{color.light-mode.foreground.default}",
1658
- "public": true,
1659
- "isReferenceToInternal": true
1660
- },
1661
- "name": "color-light-mode-menu-item-foreground",
1662
- "attributes": {
1663
- "category": "color",
1664
- "type": "light-mode",
1665
- "item": "menu-item",
1666
- "subitem": "foreground"
1667
- },
1668
- "path": [
1669
- "color",
1670
- "light-mode",
1671
- "menu-item",
1672
- "foreground"
1673
- ]
1674
- }
1675
- },
1676
- "panel": {
1677
- "default": {
3037
+ "5": {
1678
3038
  "background": {
1679
- "value": "#ffffff",
3039
+ "value": "#ffebeb",
1680
3040
  "public": true,
1681
- "filePath": "tokens/color/alias/panel.light.json",
3041
+ "filePath": "tokens/color/alias/tags.light.json",
1682
3042
  "isSource": true,
1683
3043
  "original": {
1684
- "value": "{color.light-mode.background.default}",
3044
+ "value": "#FFEBEB",
1685
3045
  "public": true
1686
3046
  },
1687
- "name": "color-light-mode-panel-default-background",
3047
+ "name": "color-light-mode-tag-5-background",
1688
3048
  "attributes": {
1689
3049
  "category": "color",
1690
3050
  "type": "light-mode",
1691
- "item": "panel",
1692
- "subitem": "default",
3051
+ "item": "tag",
3052
+ "subitem": "5",
1693
3053
  "state": "background"
1694
3054
  },
1695
3055
  "path": [
1696
3056
  "color",
1697
3057
  "light-mode",
1698
- "panel",
1699
- "default",
3058
+ "tag",
3059
+ "5",
1700
3060
  "background"
1701
3061
  ]
1702
3062
  },
1703
- "border": {
1704
- "value": "#cfcfd3",
3063
+ "foreground": {
3064
+ "value": "#700000",
1705
3065
  "public": true,
1706
- "filePath": "tokens/color/alias/panel.light.json",
3066
+ "filePath": "tokens/color/alias/tags.light.json",
1707
3067
  "isSource": true,
1708
3068
  "original": {
1709
- "value": "{color.light-mode.border.default}",
3069
+ "value": "#700000",
1710
3070
  "public": true
1711
3071
  },
1712
- "name": "color-light-mode-panel-default-border",
3072
+ "name": "color-light-mode-tag-5-foreground",
1713
3073
  "attributes": {
1714
3074
  "category": "color",
1715
3075
  "type": "light-mode",
1716
- "item": "panel",
1717
- "subitem": "default",
1718
- "state": "border"
3076
+ "item": "tag",
3077
+ "subitem": "5",
3078
+ "state": "foreground"
1719
3079
  },
1720
3080
  "path": [
1721
3081
  "color",
1722
3082
  "light-mode",
1723
- "panel",
1724
- "default",
1725
- "border"
3083
+ "tag",
3084
+ "5",
3085
+ "foreground"
1726
3086
  ]
1727
3087
  }
1728
3088
  },
1729
- "sunken": {
3089
+ "6": {
1730
3090
  "background": {
1731
- "value": "#f1f1f1",
3091
+ "value": "#fffae6",
1732
3092
  "public": true,
1733
- "isReferenceToInternal": true,
1734
- "filePath": "tokens/color/alias/panel.light.json",
3093
+ "filePath": "tokens/color/alias/tags.light.json",
1735
3094
  "isSource": true,
1736
3095
  "original": {
1737
- "value": "{color.light-mode.neutral.050.value}",
1738
- "public": true,
1739
- "isReferenceToInternal": true
3096
+ "value": "#FFFAE6",
3097
+ "public": true
1740
3098
  },
1741
- "name": "color-light-mode-panel-sunken-background",
3099
+ "name": "color-light-mode-tag-6-background",
1742
3100
  "attributes": {
1743
3101
  "category": "color",
1744
3102
  "type": "light-mode",
1745
- "item": "panel",
1746
- "subitem": "sunken",
3103
+ "item": "tag",
3104
+ "subitem": "6",
1747
3105
  "state": "background"
1748
3106
  },
1749
3107
  "path": [
1750
3108
  "color",
1751
3109
  "light-mode",
1752
- "panel",
1753
- "sunken",
3110
+ "tag",
3111
+ "6",
1754
3112
  "background"
1755
3113
  ]
1756
3114
  },
1757
- "border": {
1758
- "value": "#f1f1f1",
3115
+ "foreground": {
3116
+ "value": "#b15902",
1759
3117
  "public": true,
1760
- "isReferenceToInternal": true,
1761
- "filePath": "tokens/color/alias/panel.light.json",
3118
+ "filePath": "tokens/color/alias/tags.light.json",
1762
3119
  "isSource": true,
1763
3120
  "original": {
1764
- "value": "{color.light-mode.neutral.050.value}",
1765
- "public": true,
1766
- "isReferenceToInternal": true
3121
+ "value": "#B15902",
3122
+ "public": true
1767
3123
  },
1768
- "name": "color-light-mode-panel-sunken-border",
3124
+ "name": "color-light-mode-tag-6-foreground",
1769
3125
  "attributes": {
1770
3126
  "category": "color",
1771
3127
  "type": "light-mode",
1772
- "item": "panel",
1773
- "subitem": "sunken",
1774
- "state": "border"
3128
+ "item": "tag",
3129
+ "subitem": "6",
3130
+ "state": "foreground"
1775
3131
  },
1776
3132
  "path": [
1777
3133
  "color",
1778
3134
  "light-mode",
1779
- "panel",
1780
- "sunken",
1781
- "border"
3135
+ "tag",
3136
+ "6",
3137
+ "foreground"
1782
3138
  ]
1783
3139
  }
1784
3140
  },
1785
- "raised": {
3141
+ "7": {
1786
3142
  "background": {
1787
- "value": "#ffffff",
3143
+ "value": "#dffcf0",
1788
3144
  "public": true,
1789
- "filePath": "tokens/color/alias/panel.light.json",
3145
+ "filePath": "tokens/color/alias/tags.light.json",
1790
3146
  "isSource": true,
1791
3147
  "original": {
1792
- "value": "{color.light-mode.background.default}",
3148
+ "value": "#DFFCF0",
1793
3149
  "public": true
1794
3150
  },
1795
- "name": "color-light-mode-panel-raised-background",
3151
+ "name": "color-light-mode-tag-7-background",
1796
3152
  "attributes": {
1797
3153
  "category": "color",
1798
3154
  "type": "light-mode",
1799
- "item": "panel",
1800
- "subitem": "raised",
3155
+ "item": "tag",
3156
+ "subitem": "7",
1801
3157
  "state": "background"
1802
3158
  },
1803
3159
  "path": [
1804
3160
  "color",
1805
3161
  "light-mode",
1806
- "panel",
1807
- "raised",
3162
+ "tag",
3163
+ "7",
1808
3164
  "background"
1809
3165
  ]
1810
3166
  },
1811
- "border": {
1812
- "value": "#cfcfd3",
3167
+ "foreground": {
3168
+ "value": "#164b35",
1813
3169
  "public": true,
1814
- "filePath": "tokens/color/alias/panel.light.json",
3170
+ "filePath": "tokens/color/alias/tags.light.json",
1815
3171
  "isSource": true,
1816
3172
  "original": {
1817
- "value": "{color.light-mode.border.default}",
3173
+ "value": "#164B35",
1818
3174
  "public": true
1819
3175
  },
1820
- "name": "color-light-mode-panel-raised-border",
3176
+ "name": "color-light-mode-tag-7-foreground",
1821
3177
  "attributes": {
1822
3178
  "category": "color",
1823
3179
  "type": "light-mode",
1824
- "item": "panel",
1825
- "subitem": "raised",
1826
- "state": "border"
3180
+ "item": "tag",
3181
+ "subitem": "7",
3182
+ "state": "foreground"
1827
3183
  },
1828
3184
  "path": [
1829
3185
  "color",
1830
3186
  "light-mode",
1831
- "panel",
1832
- "raised",
1833
- "border"
3187
+ "tag",
3188
+ "7",
3189
+ "foreground"
1834
3190
  ]
1835
3191
  }
1836
3192
  },
1837
- "overlay": {
3193
+ "8": {
1838
3194
  "background": {
1839
- "value": "#ffffff",
3195
+ "value": "#f0fdff",
1840
3196
  "public": true,
1841
- "filePath": "tokens/color/alias/panel.light.json",
3197
+ "filePath": "tokens/color/alias/tags.light.json",
1842
3198
  "isSource": true,
1843
3199
  "original": {
1844
- "value": "{color.light-mode.background.default}",
3200
+ "value": "#F0FDFF",
1845
3201
  "public": true
1846
3202
  },
1847
- "name": "color-light-mode-panel-overlay-background",
3203
+ "name": "color-light-mode-tag-8-background",
1848
3204
  "attributes": {
1849
3205
  "category": "color",
1850
3206
  "type": "light-mode",
1851
- "item": "panel",
1852
- "subitem": "overlay",
3207
+ "item": "tag",
3208
+ "subitem": "8",
1853
3209
  "state": "background"
1854
3210
  },
1855
3211
  "path": [
1856
3212
  "color",
1857
3213
  "light-mode",
1858
- "panel",
1859
- "overlay",
3214
+ "tag",
3215
+ "8",
1860
3216
  "background"
1861
3217
  ]
1862
3218
  },
1863
- "border": {
1864
- "value": "#cfcfd3",
3219
+ "foreground": {
3220
+ "value": "#0f5f6a",
1865
3221
  "public": true,
1866
- "filePath": "tokens/color/alias/panel.light.json",
3222
+ "filePath": "tokens/color/alias/tags.light.json",
1867
3223
  "isSource": true,
1868
3224
  "original": {
1869
- "value": "{color.light-mode.border.default}",
3225
+ "value": "#0F5F6A",
1870
3226
  "public": true
1871
3227
  },
1872
- "name": "color-light-mode-panel-overlay-border",
3228
+ "name": "color-light-mode-tag-8-foreground",
1873
3229
  "attributes": {
1874
3230
  "category": "color",
1875
3231
  "type": "light-mode",
1876
- "item": "panel",
1877
- "subitem": "overlay",
1878
- "state": "border"
3232
+ "item": "tag",
3233
+ "subitem": "8",
3234
+ "state": "foreground"
1879
3235
  },
1880
3236
  "path": [
1881
3237
  "color",
1882
3238
  "light-mode",
1883
- "panel",
1884
- "overlay",
1885
- "border"
3239
+ "tag",
3240
+ "8",
3241
+ "foreground"
1886
3242
  ]
1887
3243
  }
1888
3244
  }
1889
3245
  },
1890
- "text": {
1891
- "default": {
1892
- "value": "#23232d",
3246
+ "tile": {
3247
+ "background": {
3248
+ "hover": {
3249
+ "value": "#f8f8f8",
3250
+ "public": true,
3251
+ "isReferenceToInternal": true,
3252
+ "filePath": "tokens/color/alias/tile.light.json",
3253
+ "isSource": true,
3254
+ "original": {
3255
+ "value": "{color.light-mode.neutral.100.value}",
3256
+ "public": true,
3257
+ "isReferenceToInternal": true
3258
+ },
3259
+ "name": "color-light-mode-tile-background-hover",
3260
+ "attributes": {
3261
+ "category": "color",
3262
+ "type": "light-mode",
3263
+ "item": "tile",
3264
+ "subitem": "background",
3265
+ "state": "hover"
3266
+ },
3267
+ "path": [
3268
+ "color",
3269
+ "light-mode",
3270
+ "tile",
3271
+ "background",
3272
+ "hover"
3273
+ ]
3274
+ },
3275
+ "active": {
3276
+ "value": "#f1f1f1",
3277
+ "public": true,
3278
+ "isReferenceToInternal": true,
3279
+ "filePath": "tokens/color/alias/tile.light.json",
3280
+ "isSource": true,
3281
+ "original": {
3282
+ "value": "{color.light-mode.neutral.200.value}",
3283
+ "public": true,
3284
+ "isReferenceToInternal": true
3285
+ },
3286
+ "name": "color-light-mode-tile-background-active",
3287
+ "attributes": {
3288
+ "category": "color",
3289
+ "type": "light-mode",
3290
+ "item": "tile",
3291
+ "subitem": "background",
3292
+ "state": "active"
3293
+ },
3294
+ "path": [
3295
+ "color",
3296
+ "light-mode",
3297
+ "tile",
3298
+ "background",
3299
+ "active"
3300
+ ]
3301
+ }
3302
+ },
3303
+ "separator": {
3304
+ "value": "#cfcfd3",
1893
3305
  "public": true,
1894
3306
  "isReferenceToInternal": true,
1895
- "filePath": "tokens/color/alias/typography.light.json",
3307
+ "filePath": "tokens/color/alias/tile.light.json",
1896
3308
  "isSource": true,
1897
3309
  "original": {
1898
- "value": "{color.light-mode.neutral.700.value}",
3310
+ "value": "{color.light-mode.neutral.300.value}",
1899
3311
  "public": true,
1900
3312
  "isReferenceToInternal": true
1901
3313
  },
1902
- "name": "color-light-mode-text-default",
3314
+ "name": "color-light-mode-tile-separator",
1903
3315
  "attributes": {
1904
3316
  "category": "color",
1905
3317
  "type": "light-mode",
1906
- "item": "text",
1907
- "subitem": "default"
3318
+ "item": "tile",
3319
+ "subitem": "separator"
1908
3320
  },
1909
3321
  "path": [
1910
3322
  "color",
1911
3323
  "light-mode",
1912
- "text",
1913
- "default"
3324
+ "tile",
3325
+ "separator"
1914
3326
  ]
1915
- },
1916
- "paragraph": {
3327
+ }
3328
+ },
3329
+ "tooltip": {
3330
+ "background": {
1917
3331
  "value": "#23232d",
1918
3332
  "public": true,
1919
3333
  "isReferenceToInternal": true,
1920
- "filePath": "tokens/color/alias/typography.light.json",
3334
+ "filePath": "tokens/color/alias/tooltip.light.json",
1921
3335
  "isSource": true,
1922
3336
  "original": {
1923
- "value": "{color.light-mode.text.default}",
3337
+ "value": "{color.light-mode.neutral.500.value}",
1924
3338
  "public": true,
1925
3339
  "isReferenceToInternal": true
1926
3340
  },
1927
- "name": "color-light-mode-text-paragraph",
3341
+ "name": "color-light-mode-tooltip-background",
1928
3342
  "attributes": {
1929
3343
  "category": "color",
1930
3344
  "type": "light-mode",
1931
- "item": "text",
1932
- "subitem": "paragraph"
3345
+ "item": "tooltip",
3346
+ "subitem": "background"
1933
3347
  },
1934
3348
  "path": [
1935
3349
  "color",
1936
3350
  "light-mode",
1937
- "text",
1938
- "paragraph"
3351
+ "tooltip",
3352
+ "background"
1939
3353
  ]
1940
3354
  },
1941
- "headings": {
1942
- "value": "#23232d",
3355
+ "text": {
3356
+ "value": "#ffffff",
1943
3357
  "public": true,
1944
- "filePath": "tokens/color/alias/typography.light.json",
3358
+ "isReferenceToInternal": true,
3359
+ "filePath": "tokens/color/alias/tooltip.light.json",
1945
3360
  "isSource": true,
1946
3361
  "original": {
1947
- "value": "{color.light-mode.text.default}",
1948
- "public": true
3362
+ "value": "{color.light-mode.neutral.000.value}",
3363
+ "public": true,
3364
+ "isReferenceToInternal": true
1949
3365
  },
1950
- "name": "color-light-mode-text-headings",
3366
+ "name": "color-light-mode-tooltip-text",
1951
3367
  "attributes": {
1952
3368
  "category": "color",
1953
3369
  "type": "light-mode",
1954
- "item": "text",
1955
- "subitem": "headings"
3370
+ "item": "tooltip",
3371
+ "subitem": "text"
1956
3372
  },
1957
3373
  "path": [
1958
3374
  "color",
1959
3375
  "light-mode",
1960
- "text",
1961
- "headings"
3376
+ "tooltip",
3377
+ "text"
1962
3378
  ]
1963
3379
  },
1964
- "lead": {
1965
- "value": "#71717c",
1966
- "public": true,
1967
- "isReferenceToInternal": true,
1968
- "filePath": "tokens/color/alias/typography.light.json",
1969
- "isSource": true,
1970
- "original": {
1971
- "value": "{color.light-mode.neutral.400.value}",
3380
+ "trigger-icon": {
3381
+ "default": {
3382
+ "value": "#23232d",
1972
3383
  "public": true,
1973
- "isReferenceToInternal": true
1974
- },
1975
- "name": "color-light-mode-text-lead",
1976
- "attributes": {
1977
- "category": "color",
1978
- "type": "light-mode",
1979
- "item": "text",
1980
- "subitem": "lead"
3384
+ "isReferenceToInternal": true,
3385
+ "filePath": "tokens/color/alias/tooltip.light.json",
3386
+ "isSource": true,
3387
+ "original": {
3388
+ "value": "{color.light-mode.neutral.500.value}",
3389
+ "public": true,
3390
+ "isReferenceToInternal": true
3391
+ },
3392
+ "name": "color-light-mode-tooltip-trigger-icon-default",
3393
+ "attributes": {
3394
+ "category": "color",
3395
+ "type": "light-mode",
3396
+ "item": "tooltip",
3397
+ "subitem": "trigger-icon",
3398
+ "state": "default"
3399
+ },
3400
+ "path": [
3401
+ "color",
3402
+ "light-mode",
3403
+ "tooltip",
3404
+ "trigger-icon",
3405
+ "default"
3406
+ ]
1981
3407
  },
1982
- "path": [
1983
- "color",
1984
- "light-mode",
1985
- "text",
1986
- "lead"
1987
- ]
1988
- },
1989
- "overline": {
1990
- "value": "#71717c",
3408
+ "critical": {
3409
+ "value": "#ca3521",
3410
+ "public": true,
3411
+ "isReferenceToInternal": true,
3412
+ "filePath": "tokens/color/alias/tooltip.light.json",
3413
+ "isSource": true,
3414
+ "original": {
3415
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
3416
+ "public": true,
3417
+ "isReferenceToInternal": true
3418
+ },
3419
+ "name": "color-light-mode-tooltip-trigger-icon-critical",
3420
+ "attributes": {
3421
+ "category": "color",
3422
+ "type": "light-mode",
3423
+ "item": "tooltip",
3424
+ "subitem": "trigger-icon",
3425
+ "state": "critical"
3426
+ },
3427
+ "path": [
3428
+ "color",
3429
+ "light-mode",
3430
+ "tooltip",
3431
+ "trigger-icon",
3432
+ "critical"
3433
+ ]
3434
+ }
3435
+ }
3436
+ },
3437
+ "text": {
3438
+ "default": {
3439
+ "value": "#23232d",
1991
3440
  "public": true,
1992
3441
  "isReferenceToInternal": true,
1993
3442
  "filePath": "tokens/color/alias/typography.light.json",
1994
3443
  "isSource": true,
1995
3444
  "original": {
1996
- "value": "{color.light-mode.neutral.400.value}",
3445
+ "value": "{color.light-mode.neutral.500.value}",
1997
3446
  "public": true,
1998
3447
  "isReferenceToInternal": true
1999
3448
  },
2000
- "name": "color-light-mode-text-overline",
3449
+ "name": "color-light-mode-text-default",
2001
3450
  "attributes": {
2002
3451
  "category": "color",
2003
3452
  "type": "light-mode",
2004
3453
  "item": "text",
2005
- "subitem": "overline"
3454
+ "subitem": "default"
2006
3455
  },
2007
3456
  "path": [
2008
3457
  "color",
2009
3458
  "light-mode",
2010
3459
  "text",
2011
- "overline"
3460
+ "default"
2012
3461
  ]
2013
3462
  },
2014
- "quote": {
2015
- "value": "#71717c",
3463
+ "default-secondary": {
3464
+ "value": "#6d6d78",
2016
3465
  "public": true,
2017
3466
  "isReferenceToInternal": true,
2018
3467
  "filePath": "tokens/color/alias/typography.light.json",
@@ -2022,18 +3471,18 @@
2022
3471
  "public": true,
2023
3472
  "isReferenceToInternal": true
2024
3473
  },
2025
- "name": "color-light-mode-text-quote",
3474
+ "name": "color-light-mode-text-default-secondary",
2026
3475
  "attributes": {
2027
3476
  "category": "color",
2028
3477
  "type": "light-mode",
2029
3478
  "item": "text",
2030
- "subitem": "quote"
3479
+ "subitem": "default-secondary"
2031
3480
  },
2032
3481
  "path": [
2033
3482
  "color",
2034
3483
  "light-mode",
2035
3484
  "text",
2036
- "quote"
3485
+ "default-secondary"
2037
3486
  ]
2038
3487
  }
2039
3488
  },
@@ -2230,11 +3679,11 @@
2230
3679
  ]
2231
3680
  },
2232
3681
  "200": {
2233
- "value": "#c3b6ff",
3682
+ "value": "#e5dbff",
2234
3683
  "filePath": "tokens/color/base/brand.light.json",
2235
3684
  "isSource": true,
2236
3685
  "original": {
2237
- "value": "#C3B6FF"
3686
+ "value": "#E5DBFF"
2238
3687
  },
2239
3688
  "name": "color-light-mode-brand-secondary-200",
2240
3689
  "attributes": {
@@ -2253,11 +3702,11 @@
2253
3702
  ]
2254
3703
  },
2255
3704
  "300": {
2256
- "value": "#785aff",
3705
+ "value": "#5f41e5",
2257
3706
  "filePath": "tokens/color/base/brand.light.json",
2258
3707
  "isSource": true,
2259
3708
  "original": {
2260
- "value": "#785AFF"
3709
+ "value": "#5F41E5"
2261
3710
  },
2262
3711
  "name": "color-light-mode-brand-secondary-300",
2263
3712
  "attributes": {
@@ -2779,100 +4228,46 @@
2779
4228
  },
2780
4229
  "interactive": {
2781
4230
  "link": {
2782
- "400": {
2783
- "value": "#0f62fe",
2784
- "filePath": "tokens/color/base/interactive.light.json",
2785
- "isSource": true,
2786
- "original": {
2787
- "value": "#0F62FE"
2788
- },
2789
- "name": "color-light-mode-interactive-link-400",
2790
- "attributes": {
2791
- "category": "color",
2792
- "type": "light-mode",
2793
- "item": "interactive",
2794
- "subitem": "link",
2795
- "state": "400"
2796
- },
2797
- "path": [
2798
- "color",
2799
- "light-mode",
2800
- "interactive",
2801
- "link",
2802
- "400"
2803
- ]
4231
+ "value": "#0f62fe",
4232
+ "filePath": "tokens/color/base/interactive.light.json",
4233
+ "isSource": true,
4234
+ "original": {
4235
+ "value": "#0F62FE"
2804
4236
  },
2805
- "500": {
2806
- "value": "#003cac",
2807
- "filePath": "tokens/color/base/interactive.light.json",
2808
- "isSource": true,
2809
- "original": {
2810
- "value": "#003CAC"
2811
- },
2812
- "name": "color-light-mode-interactive-link-500",
2813
- "attributes": {
2814
- "category": "color",
2815
- "type": "light-mode",
2816
- "item": "interactive",
2817
- "subitem": "link",
2818
- "state": "500"
2819
- },
2820
- "path": [
2821
- "color",
2822
- "light-mode",
2823
- "interactive",
2824
- "link",
2825
- "500"
2826
- ]
2827
- }
4237
+ "name": "color-light-mode-interactive-link",
4238
+ "attributes": {
4239
+ "category": "color",
4240
+ "type": "light-mode",
4241
+ "item": "interactive",
4242
+ "subitem": "link"
4243
+ },
4244
+ "path": [
4245
+ "color",
4246
+ "light-mode",
4247
+ "interactive",
4248
+ "link"
4249
+ ]
2828
4250
  },
2829
4251
  "visited": {
2830
- "400": {
2831
- "value": "#967fff",
2832
- "filePath": "tokens/color/base/interactive.light.json",
2833
- "isSource": true,
2834
- "original": {
2835
- "value": "#967FFF"
2836
- },
2837
- "name": "color-light-mode-interactive-visited-400",
2838
- "attributes": {
2839
- "category": "color",
2840
- "type": "light-mode",
2841
- "item": "interactive",
2842
- "subitem": "visited",
2843
- "state": "400"
2844
- },
2845
- "path": [
2846
- "color",
2847
- "light-mode",
2848
- "interactive",
2849
- "visited",
2850
- "400"
2851
- ]
4252
+ "value": "#6f54e8",
4253
+ "filePath": "tokens/color/base/interactive.light.json",
4254
+ "isSource": true,
4255
+ "original": {
4256
+ "value": "#6F54E8"
2852
4257
  },
2853
- "500": {
2854
- "value": "#5f41e5",
2855
- "filePath": "tokens/color/base/interactive.light.json",
2856
- "isSource": true,
2857
- "original": {
2858
- "value": "#5F41E5"
2859
- },
2860
- "name": "color-light-mode-interactive-visited-500",
2861
- "attributes": {
2862
- "category": "color",
2863
- "type": "light-mode",
2864
- "item": "interactive",
2865
- "subitem": "visited",
2866
- "state": "500"
2867
- },
2868
- "path": [
2869
- "color",
2870
- "light-mode",
2871
- "interactive",
2872
- "visited",
2873
- "500"
2874
- ]
2875
- }
4258
+ "name": "color-light-mode-interactive-visited",
4259
+ "attributes": {
4260
+ "category": "color",
4261
+ "type": "light-mode",
4262
+ "item": "interactive",
4263
+ "subitem": "visited"
4264
+ },
4265
+ "path": [
4266
+ "color",
4267
+ "light-mode",
4268
+ "interactive",
4269
+ "visited"
4270
+ ]
2876
4271
  },
2877
4272
  "focus": {
2878
4273
  "value": "#0f62fe",
@@ -2900,11 +4295,11 @@
2900
4295
  },
2901
4296
  "neutral": {
2902
4297
  "100": {
2903
- "value": "#cfcfd3",
4298
+ "value": "#f8f8f8",
2904
4299
  "filePath": "tokens/color/base/neutral.light.json",
2905
4300
  "isSource": true,
2906
4301
  "original": {
2907
- "value": "#CFCFD3"
4302
+ "value": "#f8f8f8"
2908
4303
  },
2909
4304
  "name": "color-light-mode-neutral-100",
2910
4305
  "attributes": {
@@ -2921,11 +4316,11 @@
2921
4316
  ]
2922
4317
  },
2923
4318
  "200": {
2924
- "value": "#aeaeb6",
4319
+ "value": "#f1f1f1",
2925
4320
  "filePath": "tokens/color/base/neutral.light.json",
2926
4321
  "isSource": true,
2927
4322
  "original": {
2928
- "value": "#AEAEB6"
4323
+ "value": "#f1f1f1"
2929
4324
  },
2930
4325
  "name": "color-light-mode-neutral-200",
2931
4326
  "attributes": {
@@ -2942,11 +4337,11 @@
2942
4337
  ]
2943
4338
  },
2944
4339
  "300": {
2945
- "value": "#8f8f99",
4340
+ "value": "#cfcfd3",
2946
4341
  "filePath": "tokens/color/base/neutral.light.json",
2947
4342
  "isSource": true,
2948
4343
  "original": {
2949
- "value": "#8F8F99"
4344
+ "value": "#CFCFD3"
2950
4345
  },
2951
4346
  "name": "color-light-mode-neutral-300",
2952
4347
  "attributes": {
@@ -2963,11 +4358,11 @@
2963
4358
  ]
2964
4359
  },
2965
4360
  "400": {
2966
- "value": "#71717c",
4361
+ "value": "#6d6d78",
2967
4362
  "filePath": "tokens/color/base/neutral.light.json",
2968
4363
  "isSource": true,
2969
4364
  "original": {
2970
- "value": "#71717C"
4365
+ "value": "#6D6D78"
2971
4366
  },
2972
4367
  "name": "color-light-mode-neutral-400",
2973
4368
  "attributes": {
@@ -2984,11 +4379,11 @@
2984
4379
  ]
2985
4380
  },
2986
4381
  "500": {
2987
- "value": "#54545f",
4382
+ "value": "#23232d",
2988
4383
  "filePath": "tokens/color/base/neutral.light.json",
2989
4384
  "isSource": true,
2990
4385
  "original": {
2991
- "value": "#54545F"
4386
+ "value": "#23232D"
2992
4387
  },
2993
4388
  "name": "color-light-mode-neutral-500",
2994
4389
  "attributes": {
@@ -3004,69 +4399,6 @@
3004
4399
  "500"
3005
4400
  ]
3006
4401
  },
3007
- "600": {
3008
- "value": "#393942",
3009
- "filePath": "tokens/color/base/neutral.light.json",
3010
- "isSource": true,
3011
- "original": {
3012
- "value": "#393942"
3013
- },
3014
- "name": "color-light-mode-neutral-600",
3015
- "attributes": {
3016
- "category": "color",
3017
- "type": "light-mode",
3018
- "item": "neutral",
3019
- "subitem": "600"
3020
- },
3021
- "path": [
3022
- "color",
3023
- "light-mode",
3024
- "neutral",
3025
- "600"
3026
- ]
3027
- },
3028
- "700": {
3029
- "value": "#23232d",
3030
- "filePath": "tokens/color/base/neutral.light.json",
3031
- "isSource": true,
3032
- "original": {
3033
- "value": "#23232D"
3034
- },
3035
- "name": "color-light-mode-neutral-700",
3036
- "attributes": {
3037
- "category": "color",
3038
- "type": "light-mode",
3039
- "item": "neutral",
3040
- "subitem": "700"
3041
- },
3042
- "path": [
3043
- "color",
3044
- "light-mode",
3045
- "neutral",
3046
- "700"
3047
- ]
3048
- },
3049
- "050": {
3050
- "value": "#f1f1f1",
3051
- "filePath": "tokens/color/base/neutral.light.json",
3052
- "isSource": true,
3053
- "original": {
3054
- "value": "#F1F1F1"
3055
- },
3056
- "name": "color-light-mode-neutral-050",
3057
- "attributes": {
3058
- "category": "color",
3059
- "type": "light-mode",
3060
- "item": "neutral",
3061
- "subitem": "050"
3062
- },
3063
- "path": [
3064
- "color",
3065
- "light-mode",
3066
- "neutral",
3067
- "050"
3068
- ]
3069
- },
3070
4402
  "000": {
3071
4403
  "value": "#ffffff",
3072
4404
  "filePath": "tokens/color/base/neutral.light.json",
@@ -3090,473 +4422,316 @@
3090
4422
  }
3091
4423
  },
3092
4424
  "semantic": {
3093
- "error": {
3094
- "100": {
3095
- "value": "#ffebeb",
3096
- "filePath": "tokens/color/base/semantic.light.json",
3097
- "isSource": true,
3098
- "original": {
3099
- "value": "#FFEBEB"
3100
- },
3101
- "name": "color-light-mode-semantic-error-100",
3102
- "attributes": {
3103
- "category": "color",
3104
- "type": "light-mode",
3105
- "item": "semantic",
3106
- "subitem": "error",
3107
- "state": "100"
3108
- },
3109
- "path": [
3110
- "color",
3111
- "light-mode",
3112
- "semantic",
3113
- "error",
3114
- "100"
3115
- ]
3116
- },
3117
- "200": {
3118
- "value": "#ff9090",
3119
- "filePath": "tokens/color/base/semantic.light.json",
3120
- "isSource": true,
3121
- "original": {
3122
- "value": "#FF9090"
3123
- },
3124
- "name": "color-light-mode-semantic-error-200",
3125
- "attributes": {
3126
- "category": "color",
3127
- "type": "light-mode",
3128
- "item": "semantic",
3129
- "subitem": "error",
3130
- "state": "200"
3131
- },
3132
- "path": [
3133
- "color",
3134
- "light-mode",
3135
- "semantic",
3136
- "error",
3137
- "200"
3138
- ]
3139
- },
3140
- "300": {
3141
- "value": "#f83333",
3142
- "filePath": "tokens/color/base/semantic.light.json",
3143
- "isSource": true,
3144
- "original": {
3145
- "value": "#F83333"
3146
- },
3147
- "name": "color-light-mode-semantic-error-300",
3148
- "attributes": {
3149
- "category": "color",
3150
- "type": "light-mode",
3151
- "item": "semantic",
3152
- "subitem": "error",
3153
- "state": "300"
3154
- },
3155
- "path": [
3156
- "color",
3157
- "light-mode",
3158
- "semantic",
3159
- "error",
3160
- "300"
3161
- ]
3162
- },
3163
- "400": {
3164
- "value": "#d61f1f",
3165
- "filePath": "tokens/color/base/semantic.light.json",
3166
- "isSource": true,
3167
- "original": {
3168
- "value": "#D61F1F"
3169
- },
3170
- "name": "color-light-mode-semantic-error-400",
3171
- "attributes": {
3172
- "category": "color",
3173
- "type": "light-mode",
3174
- "item": "semantic",
3175
- "subitem": "error",
3176
- "state": "400"
3177
- },
3178
- "path": [
3179
- "color",
3180
- "light-mode",
3181
- "semantic",
3182
- "error",
3183
- "400"
3184
- ]
3185
- },
3186
- "500": {
3187
- "value": "#700000",
4425
+ "success": {
4426
+ "foreground": {
4427
+ "value": "#218c5f",
3188
4428
  "filePath": "tokens/color/base/semantic.light.json",
3189
4429
  "isSource": true,
3190
4430
  "original": {
3191
- "value": "#700000"
4431
+ "value": "#218C5F"
3192
4432
  },
3193
- "name": "color-light-mode-semantic-error-500",
4433
+ "name": "color-light-mode-semantic-success-foreground",
3194
4434
  "attributes": {
3195
4435
  "category": "color",
3196
4436
  "type": "light-mode",
3197
4437
  "item": "semantic",
3198
- "subitem": "error",
3199
- "state": "500"
4438
+ "subitem": "success",
4439
+ "state": "foreground"
3200
4440
  },
3201
4441
  "path": [
3202
4442
  "color",
3203
4443
  "light-mode",
3204
4444
  "semantic",
3205
- "error",
3206
- "500"
4445
+ "success",
4446
+ "foreground"
3207
4447
  ]
3208
- }
3209
- },
3210
- "warning": {
3211
- "100": {
3212
- "value": "#fffae6",
4448
+ },
4449
+ "background": {
4450
+ "value": "#e3fcef",
3213
4451
  "filePath": "tokens/color/base/semantic.light.json",
3214
4452
  "isSource": true,
3215
4453
  "original": {
3216
- "value": "#FFFAE6"
4454
+ "value": "#E3FCEF"
3217
4455
  },
3218
- "name": "color-light-mode-semantic-warning-100",
4456
+ "name": "color-light-mode-semantic-success-background",
3219
4457
  "attributes": {
3220
4458
  "category": "color",
3221
4459
  "type": "light-mode",
3222
4460
  "item": "semantic",
3223
- "subitem": "warning",
3224
- "state": "100"
4461
+ "subitem": "success",
4462
+ "state": "background"
3225
4463
  },
3226
4464
  "path": [
3227
4465
  "color",
3228
4466
  "light-mode",
3229
4467
  "semantic",
3230
- "warning",
3231
- "100"
4468
+ "success",
4469
+ "background"
3232
4470
  ]
3233
- },
3234
- "200": {
3235
- "value": "#ffdd99",
4471
+ }
4472
+ },
4473
+ "info": {
4474
+ "foreground": {
4475
+ "value": "#1d7afc",
3236
4476
  "filePath": "tokens/color/base/semantic.light.json",
3237
4477
  "isSource": true,
3238
4478
  "original": {
3239
- "value": "#FFDD99"
4479
+ "value": "#1D7AFC"
3240
4480
  },
3241
- "name": "color-light-mode-semantic-warning-200",
4481
+ "name": "color-light-mode-semantic-info-foreground",
3242
4482
  "attributes": {
3243
4483
  "category": "color",
3244
4484
  "type": "light-mode",
3245
4485
  "item": "semantic",
3246
- "subitem": "warning",
3247
- "state": "200"
4486
+ "subitem": "info",
4487
+ "state": "foreground"
3248
4488
  },
3249
4489
  "path": [
3250
4490
  "color",
3251
4491
  "light-mode",
3252
4492
  "semantic",
3253
- "warning",
3254
- "200"
4493
+ "info",
4494
+ "foreground"
3255
4495
  ]
3256
4496
  },
3257
- "300": {
3258
- "value": "#ffc44c",
4497
+ "background": {
4498
+ "value": "#e9f2ff",
3259
4499
  "filePath": "tokens/color/base/semantic.light.json",
3260
4500
  "isSource": true,
3261
4501
  "original": {
3262
- "value": "#FFC44C"
4502
+ "value": "#E9F2FF"
3263
4503
  },
3264
- "name": "color-light-mode-semantic-warning-300",
4504
+ "name": "color-light-mode-semantic-info-background",
3265
4505
  "attributes": {
3266
4506
  "category": "color",
3267
4507
  "type": "light-mode",
3268
4508
  "item": "semantic",
3269
- "subitem": "warning",
3270
- "state": "300"
4509
+ "subitem": "info",
4510
+ "state": "background"
3271
4511
  },
3272
4512
  "path": [
3273
4513
  "color",
3274
4514
  "light-mode",
3275
4515
  "semantic",
3276
- "warning",
3277
- "300"
4516
+ "info",
4517
+ "background"
3278
4518
  ]
3279
- },
3280
- "400": {
3281
- "value": "#ffab00",
4519
+ }
4520
+ },
4521
+ "warning": {
4522
+ "foreground": {
4523
+ "value": "#d97008",
3282
4524
  "filePath": "tokens/color/base/semantic.light.json",
3283
4525
  "isSource": true,
3284
4526
  "original": {
3285
- "value": "#FFAB00"
4527
+ "value": "#D97008"
3286
4528
  },
3287
- "name": "color-light-mode-semantic-warning-400",
4529
+ "name": "color-light-mode-semantic-warning-foreground",
3288
4530
  "attributes": {
3289
4531
  "category": "color",
3290
4532
  "type": "light-mode",
3291
4533
  "item": "semantic",
3292
4534
  "subitem": "warning",
3293
- "state": "400"
4535
+ "state": "foreground"
3294
4536
  },
3295
4537
  "path": [
3296
4538
  "color",
3297
4539
  "light-mode",
3298
4540
  "semantic",
3299
4541
  "warning",
3300
- "400"
4542
+ "foreground"
3301
4543
  ]
3302
4544
  },
3303
- "500": {
3304
- "value": "#b15902",
4545
+ "background": {
4546
+ "value": "#fff7d6",
3305
4547
  "filePath": "tokens/color/base/semantic.light.json",
3306
4548
  "isSource": true,
3307
4549
  "original": {
3308
- "value": "#B15902"
4550
+ "value": "#FFF7D6"
3309
4551
  },
3310
- "name": "color-light-mode-semantic-warning-500",
4552
+ "name": "color-light-mode-semantic-warning-background",
3311
4553
  "attributes": {
3312
4554
  "category": "color",
3313
4555
  "type": "light-mode",
3314
4556
  "item": "semantic",
3315
4557
  "subitem": "warning",
3316
- "state": "500"
4558
+ "state": "background"
3317
4559
  },
3318
4560
  "path": [
3319
4561
  "color",
3320
4562
  "light-mode",
3321
4563
  "semantic",
3322
4564
  "warning",
3323
- "500"
4565
+ "background"
3324
4566
  ]
3325
4567
  }
3326
4568
  },
3327
- "success": {
3328
- "100": {
3329
- "value": "#dffcf0",
3330
- "filePath": "tokens/color/base/semantic.light.json",
3331
- "isSource": true,
3332
- "original": {
3333
- "value": "#DFFCF0"
3334
- },
3335
- "name": "color-light-mode-semantic-success-100",
3336
- "attributes": {
3337
- "category": "color",
3338
- "type": "light-mode",
3339
- "item": "semantic",
3340
- "subitem": "success",
3341
- "state": "100"
3342
- },
3343
- "path": [
3344
- "color",
3345
- "light-mode",
3346
- "semantic",
3347
- "success",
3348
- "100"
3349
- ]
3350
- },
3351
- "200": {
3352
- "value": "#baf3db",
4569
+ "critical": {
4570
+ "foreground": {
4571
+ "value": "#ca3521",
3353
4572
  "filePath": "tokens/color/base/semantic.light.json",
3354
4573
  "isSource": true,
3355
4574
  "original": {
3356
- "value": "#BAF3DB"
4575
+ "value": "#CA3521"
3357
4576
  },
3358
- "name": "color-light-mode-semantic-success-200",
4577
+ "name": "color-light-mode-semantic-critical-foreground",
3359
4578
  "attributes": {
3360
4579
  "category": "color",
3361
4580
  "type": "light-mode",
3362
4581
  "item": "semantic",
3363
- "subitem": "success",
3364
- "state": "200"
4582
+ "subitem": "critical",
4583
+ "state": "foreground"
3365
4584
  },
3366
4585
  "path": [
3367
4586
  "color",
3368
4587
  "light-mode",
3369
4588
  "semantic",
3370
- "success",
3371
- "200"
4589
+ "critical",
4590
+ "foreground"
3372
4591
  ]
3373
4592
  },
3374
- "300": {
3375
- "value": "#4bce97",
4593
+ "background": {
4594
+ "value": "#ffedeb",
3376
4595
  "filePath": "tokens/color/base/semantic.light.json",
3377
4596
  "isSource": true,
3378
4597
  "original": {
3379
- "value": "#4BCE97"
4598
+ "value": "#FFEDEB"
3380
4599
  },
3381
- "name": "color-light-mode-semantic-success-300",
4600
+ "name": "color-light-mode-semantic-critical-background",
3382
4601
  "attributes": {
3383
4602
  "category": "color",
3384
4603
  "type": "light-mode",
3385
4604
  "item": "semantic",
3386
- "subitem": "success",
3387
- "state": "300"
4605
+ "subitem": "critical",
4606
+ "state": "background"
3388
4607
  },
3389
4608
  "path": [
3390
4609
  "color",
3391
4610
  "light-mode",
3392
4611
  "semantic",
3393
- "success",
3394
- "300"
4612
+ "critical",
4613
+ "background"
3395
4614
  ]
3396
- },
3397
- "400": {
3398
- "value": "#1f845a",
4615
+ }
4616
+ },
4617
+ "discovery": {
4618
+ "foreground": {
4619
+ "value": "#8270db",
3399
4620
  "filePath": "tokens/color/base/semantic.light.json",
3400
4621
  "isSource": true,
3401
4622
  "original": {
3402
- "value": "#1F845A"
4623
+ "value": "#8270DB"
3403
4624
  },
3404
- "name": "color-light-mode-semantic-success-400",
4625
+ "name": "color-light-mode-semantic-discovery-foreground",
3405
4626
  "attributes": {
3406
4627
  "category": "color",
3407
4628
  "type": "light-mode",
3408
4629
  "item": "semantic",
3409
- "subitem": "success",
3410
- "state": "400"
4630
+ "subitem": "discovery",
4631
+ "state": "foreground"
3411
4632
  },
3412
4633
  "path": [
3413
4634
  "color",
3414
4635
  "light-mode",
3415
4636
  "semantic",
3416
- "success",
3417
- "400"
4637
+ "discovery",
4638
+ "foreground"
3418
4639
  ]
3419
4640
  },
3420
- "500": {
3421
- "value": "#164b35",
4641
+ "background": {
4642
+ "value": "#eae6ff",
3422
4643
  "filePath": "tokens/color/base/semantic.light.json",
3423
4644
  "isSource": true,
3424
4645
  "original": {
3425
- "value": "#164B35"
4646
+ "value": "#EAE6FF"
3426
4647
  },
3427
- "name": "color-light-mode-semantic-success-500",
4648
+ "name": "color-light-mode-semantic-discovery-background",
3428
4649
  "attributes": {
3429
4650
  "category": "color",
3430
4651
  "type": "light-mode",
3431
4652
  "item": "semantic",
3432
- "subitem": "success",
3433
- "state": "500"
4653
+ "subitem": "discovery",
4654
+ "state": "background"
3434
4655
  },
3435
4656
  "path": [
3436
4657
  "color",
3437
4658
  "light-mode",
3438
4659
  "semantic",
3439
- "success",
3440
- "500"
4660
+ "discovery",
4661
+ "background"
3441
4662
  ]
3442
4663
  }
4664
+ }
4665
+ },
4666
+ "utility": {
4667
+ "announcement": {
4668
+ "value": "#44546f",
4669
+ "public": true,
4670
+ "filePath": "tokens/color/base/utility.light.json",
4671
+ "isSource": true,
4672
+ "original": {
4673
+ "value": "#44546F",
4674
+ "public": true
4675
+ },
4676
+ "name": "color-light-mode-utility-announcement",
4677
+ "attributes": {
4678
+ "category": "color",
4679
+ "type": "light-mode",
4680
+ "item": "utility",
4681
+ "subitem": "announcement"
4682
+ },
4683
+ "path": [
4684
+ "color",
4685
+ "light-mode",
4686
+ "utility",
4687
+ "announcement"
4688
+ ]
3443
4689
  },
3444
- "info": {
3445
- "100": {
3446
- "value": "#f0fdff",
3447
- "filePath": "tokens/color/base/semantic.light.json",
3448
- "isSource": true,
3449
- "original": {
3450
- "value": "#F0FDFF"
3451
- },
3452
- "name": "color-light-mode-semantic-info-100",
3453
- "attributes": {
3454
- "category": "color",
3455
- "type": "light-mode",
3456
- "item": "semantic",
3457
- "subitem": "info",
3458
- "state": "100"
3459
- },
3460
- "path": [
3461
- "color",
3462
- "light-mode",
3463
- "semantic",
3464
- "info",
3465
- "100"
3466
- ]
4690
+ "warning": {
4691
+ "value": "#e2b203",
4692
+ "public": true,
4693
+ "filePath": "tokens/color/base/utility.light.json",
4694
+ "isSource": true,
4695
+ "original": {
4696
+ "value": "#E2B203",
4697
+ "public": true
3467
4698
  },
3468
- "200": {
3469
- "value": "#acf5ff",
3470
- "filePath": "tokens/color/base/semantic.light.json",
3471
- "isSource": true,
3472
- "original": {
3473
- "value": "#ACF5FF"
3474
- },
3475
- "name": "color-light-mode-semantic-info-200",
3476
- "attributes": {
3477
- "category": "color",
3478
- "type": "light-mode",
3479
- "item": "semantic",
3480
- "subitem": "info",
3481
- "state": "200"
3482
- },
3483
- "path": [
3484
- "color",
3485
- "light-mode",
3486
- "semantic",
3487
- "info",
3488
- "200"
3489
- ]
4699
+ "name": "color-light-mode-utility-warning",
4700
+ "attributes": {
4701
+ "category": "color",
4702
+ "type": "light-mode",
4703
+ "item": "utility",
4704
+ "subitem": "warning"
3490
4705
  },
3491
- "300": {
3492
- "value": "#47c0d0",
3493
- "filePath": "tokens/color/base/semantic.light.json",
3494
- "isSource": true,
3495
- "original": {
3496
- "value": "#47C0D0"
3497
- },
3498
- "name": "color-light-mode-semantic-info-300",
3499
- "attributes": {
3500
- "category": "color",
3501
- "type": "light-mode",
3502
- "item": "semantic",
3503
- "subitem": "info",
3504
- "state": "300"
3505
- },
3506
- "path": [
3507
- "color",
3508
- "light-mode",
3509
- "semantic",
3510
- "info",
3511
- "300"
3512
- ]
4706
+ "path": [
4707
+ "color",
4708
+ "light-mode",
4709
+ "utility",
4710
+ "warning"
4711
+ ]
4712
+ },
4713
+ "critical": {
4714
+ "value": "#ca3521",
4715
+ "public": true,
4716
+ "filePath": "tokens/color/base/utility.light.json",
4717
+ "isSource": true,
4718
+ "original": {
4719
+ "value": "#CA3521",
4720
+ "public": true
3513
4721
  },
3514
- "400": {
3515
- "value": "#1d7f8c",
3516
- "filePath": "tokens/color/base/semantic.light.json",
3517
- "isSource": true,
3518
- "original": {
3519
- "value": "#1D7F8C"
3520
- },
3521
- "name": "color-light-mode-semantic-info-400",
3522
- "attributes": {
3523
- "category": "color",
3524
- "type": "light-mode",
3525
- "item": "semantic",
3526
- "subitem": "info",
3527
- "state": "400"
3528
- },
3529
- "path": [
3530
- "color",
3531
- "light-mode",
3532
- "semantic",
3533
- "info",
3534
- "400"
3535
- ]
4722
+ "name": "color-light-mode-utility-critical",
4723
+ "attributes": {
4724
+ "category": "color",
4725
+ "type": "light-mode",
4726
+ "item": "utility",
4727
+ "subitem": "critical"
3536
4728
  },
3537
- "500": {
3538
- "value": "#0f5f6a",
3539
- "filePath": "tokens/color/base/semantic.light.json",
3540
- "isSource": true,
3541
- "original": {
3542
- "value": "#0F5F6A"
3543
- },
3544
- "name": "color-light-mode-semantic-info-500",
3545
- "attributes": {
3546
- "category": "color",
3547
- "type": "light-mode",
3548
- "item": "semantic",
3549
- "subitem": "info",
3550
- "state": "500"
3551
- },
3552
- "path": [
3553
- "color",
3554
- "light-mode",
3555
- "semantic",
3556
- "info",
3557
- "500"
3558
- ]
3559
- }
4729
+ "path": [
4730
+ "color",
4731
+ "light-mode",
4732
+ "utility",
4733
+ "critical"
4734
+ ]
3560
4735
  }
3561
4736
  }
3562
4737
  }
@@ -3564,7 +4739,7 @@
3564
4739
  "elevation": {
3565
4740
  "light-mode": {
3566
4741
  "raised": {
3567
- "value": "0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4742
+ "value": "0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15)",
3568
4743
  "type": "boxShadow",
3569
4744
  "public": true,
3570
4745
  "filePath": "tokens/elevation/base.light.json",
@@ -3574,17 +4749,17 @@
3574
4749
  {
3575
4750
  "x": "0",
3576
4751
  "y": "1",
3577
- "blur": "1",
4752
+ "blur": "2",
3578
4753
  "spread": "0",
3579
- "color": "#aeaeb6",
4754
+ "color": "rgba(0, 0, 0, 0.2)",
3580
4755
  "type": "dropShadow"
3581
4756
  },
3582
4757
  {
3583
4758
  "x": "0",
3584
- "y": "0",
3585
- "blur": "1",
4759
+ "y": "3",
4760
+ "blur": "8",
3586
4761
  "spread": "0",
3587
- "color": "rgba(18, 18, 25, 0.25)",
4762
+ "color": "rgba(0, 0, 0, 0.15)",
3588
4763
  "type": "dropShadow"
3589
4764
  }
3590
4765
  ],
@@ -3604,7 +4779,7 @@
3604
4779
  ]
3605
4780
  },
3606
4781
  "overlay": {
3607
- "value": "0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4782
+ "value": "0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15)",
3608
4783
  "type": "boxShadow",
3609
4784
  "public": true,
3610
4785
  "filePath": "tokens/elevation/base.light.json",
@@ -3613,18 +4788,18 @@
3613
4788
  "value": [
3614
4789
  {
3615
4790
  "x": "0",
3616
- "y": "8",
3617
- "blur": "12",
4791
+ "y": "1",
4792
+ "blur": "3",
3618
4793
  "spread": "0",
3619
- "color": "rgba(113, 113, 124, 0.25)",
4794
+ "color": "rgba(0, 0, 0, 0.1)",
3620
4795
  "type": "dropShadow"
3621
4796
  },
3622
4797
  {
3623
4798
  "x": "0",
3624
- "y": "0",
3625
- "blur": "1",
4799
+ "y": "8",
4800
+ "blur": "12",
3626
4801
  "spread": "0",
3627
- "color": "rgba(18, 18, 25, 0.25)",
4802
+ "color": "rgba(0, 0, 0, 0.15)",
3628
4803
  "type": "dropShadow"
3629
4804
  }
3630
4805
  ],
@@ -3645,4 +4820,4 @@
3645
4820
  }
3646
4821
  }
3647
4822
  }
3648
- }
4823
+ }