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

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,671 +1153,2288 @@
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",
1452
2149
  "type": "light-mode",
1453
- "item": "link",
1454
- "subitem": "default"
2150
+ "item": "link",
2151
+ "subitem": "default"
2152
+ },
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"
1455
2304
  },
1456
2305
  "path": [
1457
2306
  "color",
1458
2307
  "light-mode",
1459
- "link",
1460
- "default"
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"
1461
2337
  ]
1462
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
+ },
2705
+ "overlay": {
2706
+ "background": {
2707
+ "value": "#ffffff",
2708
+ "public": true,
2709
+ "filePath": "tokens/color/alias/panel.light.json",
2710
+ "isSource": true,
2711
+ "original": {
2712
+ "value": "{color.light-mode.background.default}",
2713
+ "public": true
2714
+ },
2715
+ "name": "color-light-mode-panel-overlay-background",
2716
+ "attributes": {
2717
+ "category": "color",
2718
+ "type": "light-mode",
2719
+ "item": "panel",
2720
+ "subitem": "overlay",
2721
+ "state": "background"
2722
+ },
2723
+ "path": [
2724
+ "color",
2725
+ "light-mode",
2726
+ "panel",
2727
+ "overlay",
2728
+ "background"
2729
+ ]
2730
+ }
2731
+ }
2732
+ },
2733
+ "expansion-panel": {
1463
2734
  "hover": {
1464
- "value": "#003cac",
2735
+ "value": "#f1f1f1",
1465
2736
  "public": true,
1466
2737
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.light.json",
2738
+ "filePath": "tokens/color/alias/panel.light.json",
1468
2739
  "isSource": true,
1469
2740
  "original": {
1470
- "value": "{color.light-mode.interactive.link.500.value}",
2741
+ "value": "{color.light-mode.neutral.200.value}",
1471
2742
  "public": true,
1472
2743
  "isReferenceToInternal": true
1473
2744
  },
1474
- "name": "color-light-mode-link-hover",
2745
+ "name": "color-light-mode-expansion-panel-hover",
1475
2746
  "attributes": {
1476
2747
  "category": "color",
1477
2748
  "type": "light-mode",
1478
- "item": "link",
2749
+ "item": "expansion-panel",
1479
2750
  "subitem": "hover"
1480
2751
  },
1481
2752
  "path": [
1482
2753
  "color",
1483
2754
  "light-mode",
1484
- "link",
2755
+ "expansion-panel",
1485
2756
  "hover"
1486
2757
  ]
1487
2758
  },
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",
2759
+ "open": {
2760
+ "value": "#f1f1f1",
1515
2761
  "public": true,
1516
2762
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.light.json",
2763
+ "filePath": "tokens/color/alias/panel.light.json",
1518
2764
  "isSource": true,
1519
2765
  "original": {
1520
- "value": "{color.light-mode.interactive.visited.400.value}",
2766
+ "value": "{color.light-mode.neutral.200.value}",
1521
2767
  "public": true,
1522
2768
  "isReferenceToInternal": true
1523
2769
  },
1524
- "name": "color-light-mode-link-visited",
2770
+ "name": "color-light-mode-expansion-panel-open",
1525
2771
  "attributes": {
1526
2772
  "category": "color",
1527
2773
  "type": "light-mode",
1528
- "item": "link",
1529
- "subitem": "visited"
2774
+ "item": "expansion-panel",
2775
+ "subitem": "open"
1530
2776
  },
1531
2777
  "path": [
1532
2778
  "color",
1533
2779
  "light-mode",
1534
- "link",
1535
- "visited"
2780
+ "expansion-panel",
2781
+ "open"
1536
2782
  ]
1537
2783
  }
1538
2784
  },
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}",
2785
+ "tag": {
2786
+ "1": {
2787
+ "background": {
2788
+ "value": "#fffbe9",
1548
2789
  "public": true,
1549
- "isReferenceToInternal": true
2790
+ "isReferenceToInternal": true,
2791
+ "filePath": "tokens/color/alias/tags.light.json",
2792
+ "isSource": true,
2793
+ "original": {
2794
+ "value": "{color.light-mode.brand.primary.100.value}",
2795
+ "public": true,
2796
+ "isReferenceToInternal": true
2797
+ },
2798
+ "name": "color-light-mode-tag-1-background",
2799
+ "attributes": {
2800
+ "category": "color",
2801
+ "type": "light-mode",
2802
+ "item": "tag",
2803
+ "subitem": "1",
2804
+ "state": "background"
2805
+ },
2806
+ "path": [
2807
+ "color",
2808
+ "light-mode",
2809
+ "tag",
2810
+ "1",
2811
+ "background"
2812
+ ]
1550
2813
  },
1551
- "name": "color-light-mode-menu-background",
1552
- "attributes": {
1553
- "category": "color",
1554
- "type": "light-mode",
1555
- "item": "menu",
1556
- "subitem": "background"
2814
+ "foreground": {
2815
+ "value": "#705e00",
2816
+ "public": true,
2817
+ "isReferenceToInternal": true,
2818
+ "filePath": "tokens/color/alias/tags.light.json",
2819
+ "isSource": true,
2820
+ "original": {
2821
+ "value": "{color.light-mode.brand.primary.600.value}",
2822
+ "public": true,
2823
+ "isReferenceToInternal": true
2824
+ },
2825
+ "name": "color-light-mode-tag-1-foreground",
2826
+ "attributes": {
2827
+ "category": "color",
2828
+ "type": "light-mode",
2829
+ "item": "tag",
2830
+ "subitem": "1",
2831
+ "state": "foreground"
2832
+ },
2833
+ "path": [
2834
+ "color",
2835
+ "light-mode",
2836
+ "tag",
2837
+ "1",
2838
+ "foreground"
2839
+ ]
2840
+ }
2841
+ },
2842
+ "2": {
2843
+ "background": {
2844
+ "value": "#f0ecff",
2845
+ "public": true,
2846
+ "isReferenceToInternal": true,
2847
+ "filePath": "tokens/color/alias/tags.light.json",
2848
+ "isSource": true,
2849
+ "original": {
2850
+ "value": "{color.light-mode.brand.secondary.100.value}",
2851
+ "public": true,
2852
+ "isReferenceToInternal": true
2853
+ },
2854
+ "name": "color-light-mode-tag-2-background",
2855
+ "attributes": {
2856
+ "category": "color",
2857
+ "type": "light-mode",
2858
+ "item": "tag",
2859
+ "subitem": "2",
2860
+ "state": "background"
2861
+ },
2862
+ "path": [
2863
+ "color",
2864
+ "light-mode",
2865
+ "tag",
2866
+ "2",
2867
+ "background"
2868
+ ]
1557
2869
  },
1558
- "path": [
1559
- "color",
1560
- "light-mode",
1561
- "menu",
1562
- "background"
1563
- ]
1564
- }
1565
- },
1566
- "menu-item": {
1567
- "background": {
1568
- "default": {
1569
- "value": "#ffffff",
2870
+ "foreground": {
2871
+ "value": "#3017a1",
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.400.value}",
2878
+ "public": true,
2879
+ "isReferenceToInternal": true
2880
+ },
2881
+ "name": "color-light-mode-tag-2-foreground",
2882
+ "attributes": {
2883
+ "category": "color",
2884
+ "type": "light-mode",
2885
+ "item": "tag",
2886
+ "subitem": "2",
2887
+ "state": "foreground"
2888
+ },
2889
+ "path": [
2890
+ "color",
2891
+ "light-mode",
2892
+ "tag",
2893
+ "2",
2894
+ "foreground"
2895
+ ]
2896
+ }
2897
+ },
2898
+ "3": {
2899
+ "background": {
2900
+ "value": "#ffe5f6",
2901
+ "public": true,
2902
+ "isReferenceToInternal": true,
2903
+ "filePath": "tokens/color/alias/tags.light.json",
2904
+ "isSource": true,
2905
+ "original": {
2906
+ "value": "{color.light-mode.brand.accent.100.value}",
2907
+ "public": true,
2908
+ "isReferenceToInternal": true
2909
+ },
2910
+ "name": "color-light-mode-tag-3-background",
2911
+ "attributes": {
2912
+ "category": "color",
2913
+ "type": "light-mode",
2914
+ "item": "tag",
2915
+ "subitem": "3",
2916
+ "state": "background"
2917
+ },
2918
+ "path": [
2919
+ "color",
2920
+ "light-mode",
2921
+ "tag",
2922
+ "3",
2923
+ "background"
2924
+ ]
2925
+ },
2926
+ "foreground": {
2927
+ "value": "#9a0066",
1570
2928
  "public": true,
1571
2929
  "isReferenceToInternal": true,
1572
- "filePath": "tokens/color/alias/menu.light.json",
2930
+ "filePath": "tokens/color/alias/tags.light.json",
1573
2931
  "isSource": true,
1574
2932
  "original": {
1575
- "value": "{color.light-mode.background.default}",
2933
+ "value": "{color.light-mode.brand.accent.500.value}",
1576
2934
  "public": true,
1577
2935
  "isReferenceToInternal": true
1578
2936
  },
1579
- "name": "color-light-mode-menu-item-background-default",
2937
+ "name": "color-light-mode-tag-3-foreground",
1580
2938
  "attributes": {
1581
2939
  "category": "color",
1582
2940
  "type": "light-mode",
1583
- "item": "menu-item",
1584
- "subitem": "background",
1585
- "state": "default"
2941
+ "item": "tag",
2942
+ "subitem": "3",
2943
+ "state": "foreground"
1586
2944
  },
1587
2945
  "path": [
1588
2946
  "color",
1589
2947
  "light-mode",
1590
- "menu-item",
1591
- "background",
1592
- "default"
2948
+ "tag",
2949
+ "3",
2950
+ "foreground"
1593
2951
  ]
1594
- },
1595
- "hover": {
2952
+ }
2953
+ },
2954
+ "4": {
2955
+ "background": {
1596
2956
  "value": "#f1f1f1",
1597
2957
  "public": true,
1598
2958
  "isReferenceToInternal": true,
1599
- "filePath": "tokens/color/alias/menu.light.json",
2959
+ "filePath": "tokens/color/alias/tags.light.json",
1600
2960
  "isSource": true,
1601
2961
  "original": {
1602
- "value": "{color.light-mode.neutral.050}",
2962
+ "value": "{color.light-mode.neutral.200.value}",
1603
2963
  "public": true,
1604
2964
  "isReferenceToInternal": true
1605
2965
  },
1606
- "name": "color-light-mode-menu-item-background-hover",
2966
+ "name": "color-light-mode-tag-4-background",
1607
2967
  "attributes": {
1608
2968
  "category": "color",
1609
2969
  "type": "light-mode",
1610
- "item": "menu-item",
1611
- "subitem": "background",
1612
- "state": "hover"
2970
+ "item": "tag",
2971
+ "subitem": "4",
2972
+ "state": "background"
1613
2973
  },
1614
2974
  "path": [
1615
2975
  "color",
1616
2976
  "light-mode",
1617
- "menu-item",
1618
- "background",
1619
- "hover"
2977
+ "tag",
2978
+ "4",
2979
+ "background"
1620
2980
  ]
1621
2981
  },
1622
- "active": {
1623
- "value": "#cfcfd3",
2982
+ "foreground": {
2983
+ "value": "#6d6d78",
1624
2984
  "public": true,
1625
2985
  "isReferenceToInternal": true,
1626
- "filePath": "tokens/color/alias/menu.light.json",
2986
+ "filePath": "tokens/color/alias/tags.light.json",
1627
2987
  "isSource": true,
1628
2988
  "original": {
1629
- "value": "{color.light-mode.neutral.100}",
2989
+ "value": "{color.light-mode.neutral.400.value}",
1630
2990
  "public": true,
1631
2991
  "isReferenceToInternal": true
1632
2992
  },
1633
- "name": "color-light-mode-menu-item-background-active",
2993
+ "name": "color-light-mode-tag-4-foreground",
1634
2994
  "attributes": {
1635
2995
  "category": "color",
1636
2996
  "type": "light-mode",
1637
- "item": "menu-item",
1638
- "subitem": "background",
1639
- "state": "active"
2997
+ "item": "tag",
2998
+ "subitem": "4",
2999
+ "state": "foreground"
1640
3000
  },
1641
3001
  "path": [
1642
3002
  "color",
1643
3003
  "light-mode",
1644
- "menu-item",
1645
- "background",
1646
- "active"
3004
+ "tag",
3005
+ "4",
3006
+ "foreground"
1647
3007
  ]
1648
3008
  }
1649
3009
  },
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": {
3010
+ "5": {
1678
3011
  "background": {
1679
- "value": "#ffffff",
3012
+ "value": "#ffebeb",
1680
3013
  "public": true,
1681
- "filePath": "tokens/color/alias/panel.light.json",
3014
+ "filePath": "tokens/color/alias/tags.light.json",
1682
3015
  "isSource": true,
1683
3016
  "original": {
1684
- "value": "{color.light-mode.background.default}",
3017
+ "value": "#FFEBEB",
1685
3018
  "public": true
1686
3019
  },
1687
- "name": "color-light-mode-panel-default-background",
3020
+ "name": "color-light-mode-tag-5-background",
1688
3021
  "attributes": {
1689
3022
  "category": "color",
1690
3023
  "type": "light-mode",
1691
- "item": "panel",
1692
- "subitem": "default",
3024
+ "item": "tag",
3025
+ "subitem": "5",
1693
3026
  "state": "background"
1694
3027
  },
1695
3028
  "path": [
1696
3029
  "color",
1697
3030
  "light-mode",
1698
- "panel",
1699
- "default",
3031
+ "tag",
3032
+ "5",
1700
3033
  "background"
1701
3034
  ]
1702
3035
  },
1703
- "border": {
1704
- "value": "#cfcfd3",
3036
+ "foreground": {
3037
+ "value": "#700000",
1705
3038
  "public": true,
1706
- "filePath": "tokens/color/alias/panel.light.json",
3039
+ "filePath": "tokens/color/alias/tags.light.json",
1707
3040
  "isSource": true,
1708
3041
  "original": {
1709
- "value": "{color.light-mode.border.default}",
3042
+ "value": "#700000",
1710
3043
  "public": true
1711
3044
  },
1712
- "name": "color-light-mode-panel-default-border",
3045
+ "name": "color-light-mode-tag-5-foreground",
1713
3046
  "attributes": {
1714
3047
  "category": "color",
1715
3048
  "type": "light-mode",
1716
- "item": "panel",
1717
- "subitem": "default",
1718
- "state": "border"
3049
+ "item": "tag",
3050
+ "subitem": "5",
3051
+ "state": "foreground"
1719
3052
  },
1720
3053
  "path": [
1721
3054
  "color",
1722
3055
  "light-mode",
1723
- "panel",
1724
- "default",
1725
- "border"
3056
+ "tag",
3057
+ "5",
3058
+ "foreground"
1726
3059
  ]
1727
3060
  }
1728
3061
  },
1729
- "sunken": {
3062
+ "6": {
1730
3063
  "background": {
1731
- "value": "#f1f1f1",
3064
+ "value": "#fffae6",
1732
3065
  "public": true,
1733
- "isReferenceToInternal": true,
1734
- "filePath": "tokens/color/alias/panel.light.json",
3066
+ "filePath": "tokens/color/alias/tags.light.json",
1735
3067
  "isSource": true,
1736
3068
  "original": {
1737
- "value": "{color.light-mode.neutral.050.value}",
1738
- "public": true,
1739
- "isReferenceToInternal": true
3069
+ "value": "#FFFAE6",
3070
+ "public": true
1740
3071
  },
1741
- "name": "color-light-mode-panel-sunken-background",
3072
+ "name": "color-light-mode-tag-6-background",
1742
3073
  "attributes": {
1743
3074
  "category": "color",
1744
3075
  "type": "light-mode",
1745
- "item": "panel",
1746
- "subitem": "sunken",
3076
+ "item": "tag",
3077
+ "subitem": "6",
1747
3078
  "state": "background"
1748
3079
  },
1749
3080
  "path": [
1750
3081
  "color",
1751
3082
  "light-mode",
1752
- "panel",
1753
- "sunken",
3083
+ "tag",
3084
+ "6",
1754
3085
  "background"
1755
3086
  ]
1756
3087
  },
1757
- "border": {
1758
- "value": "#f1f1f1",
3088
+ "foreground": {
3089
+ "value": "#b15902",
1759
3090
  "public": true,
1760
- "isReferenceToInternal": true,
1761
- "filePath": "tokens/color/alias/panel.light.json",
3091
+ "filePath": "tokens/color/alias/tags.light.json",
1762
3092
  "isSource": true,
1763
3093
  "original": {
1764
- "value": "{color.light-mode.neutral.050.value}",
1765
- "public": true,
1766
- "isReferenceToInternal": true
3094
+ "value": "#B15902",
3095
+ "public": true
1767
3096
  },
1768
- "name": "color-light-mode-panel-sunken-border",
3097
+ "name": "color-light-mode-tag-6-foreground",
1769
3098
  "attributes": {
1770
3099
  "category": "color",
1771
3100
  "type": "light-mode",
1772
- "item": "panel",
1773
- "subitem": "sunken",
1774
- "state": "border"
3101
+ "item": "tag",
3102
+ "subitem": "6",
3103
+ "state": "foreground"
1775
3104
  },
1776
3105
  "path": [
1777
3106
  "color",
1778
3107
  "light-mode",
1779
- "panel",
1780
- "sunken",
1781
- "border"
3108
+ "tag",
3109
+ "6",
3110
+ "foreground"
1782
3111
  ]
1783
3112
  }
1784
3113
  },
1785
- "raised": {
3114
+ "7": {
1786
3115
  "background": {
1787
- "value": "#ffffff",
3116
+ "value": "#dffcf0",
1788
3117
  "public": true,
1789
- "filePath": "tokens/color/alias/panel.light.json",
3118
+ "filePath": "tokens/color/alias/tags.light.json",
1790
3119
  "isSource": true,
1791
3120
  "original": {
1792
- "value": "{color.light-mode.background.default}",
3121
+ "value": "#DFFCF0",
1793
3122
  "public": true
1794
3123
  },
1795
- "name": "color-light-mode-panel-raised-background",
3124
+ "name": "color-light-mode-tag-7-background",
1796
3125
  "attributes": {
1797
3126
  "category": "color",
1798
3127
  "type": "light-mode",
1799
- "item": "panel",
1800
- "subitem": "raised",
3128
+ "item": "tag",
3129
+ "subitem": "7",
1801
3130
  "state": "background"
1802
3131
  },
1803
3132
  "path": [
1804
3133
  "color",
1805
3134
  "light-mode",
1806
- "panel",
1807
- "raised",
3135
+ "tag",
3136
+ "7",
1808
3137
  "background"
1809
3138
  ]
1810
3139
  },
1811
- "border": {
1812
- "value": "#cfcfd3",
3140
+ "foreground": {
3141
+ "value": "#164b35",
1813
3142
  "public": true,
1814
- "filePath": "tokens/color/alias/panel.light.json",
3143
+ "filePath": "tokens/color/alias/tags.light.json",
1815
3144
  "isSource": true,
1816
3145
  "original": {
1817
- "value": "{color.light-mode.border.default}",
3146
+ "value": "#164B35",
1818
3147
  "public": true
1819
3148
  },
1820
- "name": "color-light-mode-panel-raised-border",
3149
+ "name": "color-light-mode-tag-7-foreground",
1821
3150
  "attributes": {
1822
3151
  "category": "color",
1823
3152
  "type": "light-mode",
1824
- "item": "panel",
1825
- "subitem": "raised",
1826
- "state": "border"
3153
+ "item": "tag",
3154
+ "subitem": "7",
3155
+ "state": "foreground"
1827
3156
  },
1828
3157
  "path": [
1829
3158
  "color",
1830
3159
  "light-mode",
1831
- "panel",
1832
- "raised",
1833
- "border"
3160
+ "tag",
3161
+ "7",
3162
+ "foreground"
1834
3163
  ]
1835
3164
  }
1836
3165
  },
1837
- "overlay": {
3166
+ "8": {
1838
3167
  "background": {
1839
- "value": "#ffffff",
3168
+ "value": "#f0fdff",
1840
3169
  "public": true,
1841
- "filePath": "tokens/color/alias/panel.light.json",
3170
+ "filePath": "tokens/color/alias/tags.light.json",
1842
3171
  "isSource": true,
1843
3172
  "original": {
1844
- "value": "{color.light-mode.background.default}",
3173
+ "value": "#F0FDFF",
1845
3174
  "public": true
1846
3175
  },
1847
- "name": "color-light-mode-panel-overlay-background",
3176
+ "name": "color-light-mode-tag-8-background",
1848
3177
  "attributes": {
1849
3178
  "category": "color",
1850
3179
  "type": "light-mode",
1851
- "item": "panel",
1852
- "subitem": "overlay",
3180
+ "item": "tag",
3181
+ "subitem": "8",
1853
3182
  "state": "background"
1854
3183
  },
1855
3184
  "path": [
1856
3185
  "color",
1857
3186
  "light-mode",
1858
- "panel",
1859
- "overlay",
3187
+ "tag",
3188
+ "8",
1860
3189
  "background"
1861
3190
  ]
1862
3191
  },
1863
- "border": {
1864
- "value": "#cfcfd3",
3192
+ "foreground": {
3193
+ "value": "#0f5f6a",
1865
3194
  "public": true,
1866
- "filePath": "tokens/color/alias/panel.light.json",
3195
+ "filePath": "tokens/color/alias/tags.light.json",
1867
3196
  "isSource": true,
1868
3197
  "original": {
1869
- "value": "{color.light-mode.border.default}",
3198
+ "value": "#0F5F6A",
1870
3199
  "public": true
1871
3200
  },
1872
- "name": "color-light-mode-panel-overlay-border",
3201
+ "name": "color-light-mode-tag-8-foreground",
1873
3202
  "attributes": {
1874
3203
  "category": "color",
1875
3204
  "type": "light-mode",
1876
- "item": "panel",
1877
- "subitem": "overlay",
1878
- "state": "border"
3205
+ "item": "tag",
3206
+ "subitem": "8",
3207
+ "state": "foreground"
1879
3208
  },
1880
3209
  "path": [
1881
3210
  "color",
1882
3211
  "light-mode",
1883
- "panel",
1884
- "overlay",
1885
- "border"
3212
+ "tag",
3213
+ "8",
3214
+ "foreground"
1886
3215
  ]
1887
3216
  }
1888
3217
  }
1889
3218
  },
1890
- "text": {
1891
- "default": {
1892
- "value": "#23232d",
3219
+ "tile": {
3220
+ "background": {
3221
+ "hover": {
3222
+ "value": "#f8f8f8",
3223
+ "public": true,
3224
+ "isReferenceToInternal": true,
3225
+ "filePath": "tokens/color/alias/tile.light.json",
3226
+ "isSource": true,
3227
+ "original": {
3228
+ "value": "{color.light-mode.neutral.100.value}",
3229
+ "public": true,
3230
+ "isReferenceToInternal": true
3231
+ },
3232
+ "name": "color-light-mode-tile-background-hover",
3233
+ "attributes": {
3234
+ "category": "color",
3235
+ "type": "light-mode",
3236
+ "item": "tile",
3237
+ "subitem": "background",
3238
+ "state": "hover"
3239
+ },
3240
+ "path": [
3241
+ "color",
3242
+ "light-mode",
3243
+ "tile",
3244
+ "background",
3245
+ "hover"
3246
+ ]
3247
+ },
3248
+ "active": {
3249
+ "value": "#f1f1f1",
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.200.value}",
3256
+ "public": true,
3257
+ "isReferenceToInternal": true
3258
+ },
3259
+ "name": "color-light-mode-tile-background-active",
3260
+ "attributes": {
3261
+ "category": "color",
3262
+ "type": "light-mode",
3263
+ "item": "tile",
3264
+ "subitem": "background",
3265
+ "state": "active"
3266
+ },
3267
+ "path": [
3268
+ "color",
3269
+ "light-mode",
3270
+ "tile",
3271
+ "background",
3272
+ "active"
3273
+ ]
3274
+ }
3275
+ },
3276
+ "separator": {
3277
+ "value": "#cfcfd3",
1893
3278
  "public": true,
1894
3279
  "isReferenceToInternal": true,
1895
- "filePath": "tokens/color/alias/typography.light.json",
3280
+ "filePath": "tokens/color/alias/tile.light.json",
1896
3281
  "isSource": true,
1897
3282
  "original": {
1898
- "value": "{color.light-mode.neutral.700.value}",
3283
+ "value": "{color.light-mode.neutral.300.value}",
1899
3284
  "public": true,
1900
3285
  "isReferenceToInternal": true
1901
3286
  },
1902
- "name": "color-light-mode-text-default",
3287
+ "name": "color-light-mode-tile-separator",
1903
3288
  "attributes": {
1904
3289
  "category": "color",
1905
3290
  "type": "light-mode",
1906
- "item": "text",
1907
- "subitem": "default"
3291
+ "item": "tile",
3292
+ "subitem": "separator"
1908
3293
  },
1909
3294
  "path": [
1910
3295
  "color",
1911
3296
  "light-mode",
1912
- "text",
1913
- "default"
3297
+ "tile",
3298
+ "separator"
1914
3299
  ]
1915
- },
1916
- "paragraph": {
3300
+ }
3301
+ },
3302
+ "tooltip": {
3303
+ "background": {
1917
3304
  "value": "#23232d",
1918
3305
  "public": true,
1919
3306
  "isReferenceToInternal": true,
1920
- "filePath": "tokens/color/alias/typography.light.json",
3307
+ "filePath": "tokens/color/alias/tooltip.light.json",
1921
3308
  "isSource": true,
1922
3309
  "original": {
1923
- "value": "{color.light-mode.text.default}",
3310
+ "value": "{color.light-mode.neutral.500.value}",
1924
3311
  "public": true,
1925
3312
  "isReferenceToInternal": true
1926
3313
  },
1927
- "name": "color-light-mode-text-paragraph",
3314
+ "name": "color-light-mode-tooltip-background",
1928
3315
  "attributes": {
1929
3316
  "category": "color",
1930
3317
  "type": "light-mode",
1931
- "item": "text",
1932
- "subitem": "paragraph"
3318
+ "item": "tooltip",
3319
+ "subitem": "background"
1933
3320
  },
1934
3321
  "path": [
1935
3322
  "color",
1936
3323
  "light-mode",
1937
- "text",
1938
- "paragraph"
3324
+ "tooltip",
3325
+ "background"
1939
3326
  ]
1940
3327
  },
1941
- "headings": {
1942
- "value": "#23232d",
3328
+ "text": {
3329
+ "value": "#ffffff",
1943
3330
  "public": true,
1944
- "filePath": "tokens/color/alias/typography.light.json",
3331
+ "isReferenceToInternal": true,
3332
+ "filePath": "tokens/color/alias/tooltip.light.json",
1945
3333
  "isSource": true,
1946
3334
  "original": {
1947
- "value": "{color.light-mode.text.default}",
1948
- "public": true
3335
+ "value": "{color.light-mode.neutral.000.value}",
3336
+ "public": true,
3337
+ "isReferenceToInternal": true
1949
3338
  },
1950
- "name": "color-light-mode-text-headings",
3339
+ "name": "color-light-mode-tooltip-text",
1951
3340
  "attributes": {
1952
3341
  "category": "color",
1953
3342
  "type": "light-mode",
1954
- "item": "text",
1955
- "subitem": "headings"
3343
+ "item": "tooltip",
3344
+ "subitem": "text"
1956
3345
  },
1957
3346
  "path": [
1958
3347
  "color",
1959
3348
  "light-mode",
1960
- "text",
1961
- "headings"
3349
+ "tooltip",
3350
+ "text"
1962
3351
  ]
1963
3352
  },
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}",
3353
+ "trigger-icon": {
3354
+ "default": {
3355
+ "value": "#23232d",
1972
3356
  "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"
3357
+ "isReferenceToInternal": true,
3358
+ "filePath": "tokens/color/alias/tooltip.light.json",
3359
+ "isSource": true,
3360
+ "original": {
3361
+ "value": "{color.light-mode.neutral.500.value}",
3362
+ "public": true,
3363
+ "isReferenceToInternal": true
3364
+ },
3365
+ "name": "color-light-mode-tooltip-trigger-icon-default",
3366
+ "attributes": {
3367
+ "category": "color",
3368
+ "type": "light-mode",
3369
+ "item": "tooltip",
3370
+ "subitem": "trigger-icon",
3371
+ "state": "default"
3372
+ },
3373
+ "path": [
3374
+ "color",
3375
+ "light-mode",
3376
+ "tooltip",
3377
+ "trigger-icon",
3378
+ "default"
3379
+ ]
1981
3380
  },
1982
- "path": [
1983
- "color",
1984
- "light-mode",
1985
- "text",
1986
- "lead"
1987
- ]
1988
- },
1989
- "overline": {
1990
- "value": "#71717c",
3381
+ "critical": {
3382
+ "value": "#ca3521",
3383
+ "public": true,
3384
+ "isReferenceToInternal": true,
3385
+ "filePath": "tokens/color/alias/tooltip.light.json",
3386
+ "isSource": true,
3387
+ "original": {
3388
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
3389
+ "public": true,
3390
+ "isReferenceToInternal": true
3391
+ },
3392
+ "name": "color-light-mode-tooltip-trigger-icon-critical",
3393
+ "attributes": {
3394
+ "category": "color",
3395
+ "type": "light-mode",
3396
+ "item": "tooltip",
3397
+ "subitem": "trigger-icon",
3398
+ "state": "critical"
3399
+ },
3400
+ "path": [
3401
+ "color",
3402
+ "light-mode",
3403
+ "tooltip",
3404
+ "trigger-icon",
3405
+ "critical"
3406
+ ]
3407
+ }
3408
+ }
3409
+ },
3410
+ "text": {
3411
+ "default": {
3412
+ "value": "#23232d",
1991
3413
  "public": true,
1992
3414
  "isReferenceToInternal": true,
1993
3415
  "filePath": "tokens/color/alias/typography.light.json",
1994
3416
  "isSource": true,
1995
3417
  "original": {
1996
- "value": "{color.light-mode.neutral.400.value}",
3418
+ "value": "{color.light-mode.neutral.500.value}",
1997
3419
  "public": true,
1998
3420
  "isReferenceToInternal": true
1999
3421
  },
2000
- "name": "color-light-mode-text-overline",
3422
+ "name": "color-light-mode-text-default",
2001
3423
  "attributes": {
2002
3424
  "category": "color",
2003
3425
  "type": "light-mode",
2004
3426
  "item": "text",
2005
- "subitem": "overline"
3427
+ "subitem": "default"
2006
3428
  },
2007
3429
  "path": [
2008
3430
  "color",
2009
3431
  "light-mode",
2010
3432
  "text",
2011
- "overline"
3433
+ "default"
2012
3434
  ]
2013
3435
  },
2014
- "quote": {
2015
- "value": "#71717c",
3436
+ "default-secondary": {
3437
+ "value": "#6d6d78",
2016
3438
  "public": true,
2017
3439
  "isReferenceToInternal": true,
2018
3440
  "filePath": "tokens/color/alias/typography.light.json",
@@ -2022,18 +3444,18 @@
2022
3444
  "public": true,
2023
3445
  "isReferenceToInternal": true
2024
3446
  },
2025
- "name": "color-light-mode-text-quote",
3447
+ "name": "color-light-mode-text-default-secondary",
2026
3448
  "attributes": {
2027
3449
  "category": "color",
2028
3450
  "type": "light-mode",
2029
3451
  "item": "text",
2030
- "subitem": "quote"
3452
+ "subitem": "default-secondary"
2031
3453
  },
2032
3454
  "path": [
2033
3455
  "color",
2034
3456
  "light-mode",
2035
3457
  "text",
2036
- "quote"
3458
+ "default-secondary"
2037
3459
  ]
2038
3460
  }
2039
3461
  },
@@ -2230,11 +3652,11 @@
2230
3652
  ]
2231
3653
  },
2232
3654
  "200": {
2233
- "value": "#c3b6ff",
3655
+ "value": "#e5dbff",
2234
3656
  "filePath": "tokens/color/base/brand.light.json",
2235
3657
  "isSource": true,
2236
3658
  "original": {
2237
- "value": "#C3B6FF"
3659
+ "value": "#E5DBFF"
2238
3660
  },
2239
3661
  "name": "color-light-mode-brand-secondary-200",
2240
3662
  "attributes": {
@@ -2253,11 +3675,11 @@
2253
3675
  ]
2254
3676
  },
2255
3677
  "300": {
2256
- "value": "#785aff",
3678
+ "value": "#5f41e5",
2257
3679
  "filePath": "tokens/color/base/brand.light.json",
2258
3680
  "isSource": true,
2259
3681
  "original": {
2260
- "value": "#785AFF"
3682
+ "value": "#5F41E5"
2261
3683
  },
2262
3684
  "name": "color-light-mode-brand-secondary-300",
2263
3685
  "attributes": {
@@ -2779,100 +4201,46 @@
2779
4201
  },
2780
4202
  "interactive": {
2781
4203
  "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
- ]
4204
+ "value": "#0f62fe",
4205
+ "filePath": "tokens/color/base/interactive.light.json",
4206
+ "isSource": true,
4207
+ "original": {
4208
+ "value": "#0F62FE"
2804
4209
  },
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
- }
4210
+ "name": "color-light-mode-interactive-link",
4211
+ "attributes": {
4212
+ "category": "color",
4213
+ "type": "light-mode",
4214
+ "item": "interactive",
4215
+ "subitem": "link"
4216
+ },
4217
+ "path": [
4218
+ "color",
4219
+ "light-mode",
4220
+ "interactive",
4221
+ "link"
4222
+ ]
2828
4223
  },
2829
4224
  "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
- ]
4225
+ "value": "#6f54e8",
4226
+ "filePath": "tokens/color/base/interactive.light.json",
4227
+ "isSource": true,
4228
+ "original": {
4229
+ "value": "#6F54E8"
2852
4230
  },
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
- }
4231
+ "name": "color-light-mode-interactive-visited",
4232
+ "attributes": {
4233
+ "category": "color",
4234
+ "type": "light-mode",
4235
+ "item": "interactive",
4236
+ "subitem": "visited"
4237
+ },
4238
+ "path": [
4239
+ "color",
4240
+ "light-mode",
4241
+ "interactive",
4242
+ "visited"
4243
+ ]
2876
4244
  },
2877
4245
  "focus": {
2878
4246
  "value": "#0f62fe",
@@ -2900,11 +4268,11 @@
2900
4268
  },
2901
4269
  "neutral": {
2902
4270
  "100": {
2903
- "value": "#cfcfd3",
4271
+ "value": "#f8f8f8",
2904
4272
  "filePath": "tokens/color/base/neutral.light.json",
2905
4273
  "isSource": true,
2906
4274
  "original": {
2907
- "value": "#CFCFD3"
4275
+ "value": "#f8f8f8"
2908
4276
  },
2909
4277
  "name": "color-light-mode-neutral-100",
2910
4278
  "attributes": {
@@ -2921,11 +4289,11 @@
2921
4289
  ]
2922
4290
  },
2923
4291
  "200": {
2924
- "value": "#aeaeb6",
4292
+ "value": "#f1f1f1",
2925
4293
  "filePath": "tokens/color/base/neutral.light.json",
2926
4294
  "isSource": true,
2927
4295
  "original": {
2928
- "value": "#AEAEB6"
4296
+ "value": "#f1f1f1"
2929
4297
  },
2930
4298
  "name": "color-light-mode-neutral-200",
2931
4299
  "attributes": {
@@ -2942,11 +4310,11 @@
2942
4310
  ]
2943
4311
  },
2944
4312
  "300": {
2945
- "value": "#8f8f99",
4313
+ "value": "#cfcfd3",
2946
4314
  "filePath": "tokens/color/base/neutral.light.json",
2947
4315
  "isSource": true,
2948
4316
  "original": {
2949
- "value": "#8F8F99"
4317
+ "value": "#CFCFD3"
2950
4318
  },
2951
4319
  "name": "color-light-mode-neutral-300",
2952
4320
  "attributes": {
@@ -2963,11 +4331,11 @@
2963
4331
  ]
2964
4332
  },
2965
4333
  "400": {
2966
- "value": "#71717c",
4334
+ "value": "#6d6d78",
2967
4335
  "filePath": "tokens/color/base/neutral.light.json",
2968
4336
  "isSource": true,
2969
4337
  "original": {
2970
- "value": "#71717C"
4338
+ "value": "#6D6D78"
2971
4339
  },
2972
4340
  "name": "color-light-mode-neutral-400",
2973
4341
  "attributes": {
@@ -2984,11 +4352,11 @@
2984
4352
  ]
2985
4353
  },
2986
4354
  "500": {
2987
- "value": "#54545f",
4355
+ "value": "#23232d",
2988
4356
  "filePath": "tokens/color/base/neutral.light.json",
2989
4357
  "isSource": true,
2990
4358
  "original": {
2991
- "value": "#54545F"
4359
+ "value": "#23232D"
2992
4360
  },
2993
4361
  "name": "color-light-mode-neutral-500",
2994
4362
  "attributes": {
@@ -3004,69 +4372,6 @@
3004
4372
  "500"
3005
4373
  ]
3006
4374
  },
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
4375
  "000": {
3071
4376
  "value": "#ffffff",
3072
4377
  "filePath": "tokens/color/base/neutral.light.json",
@@ -3090,473 +4395,316 @@
3090
4395
  }
3091
4396
  },
3092
4397
  "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",
4398
+ "success": {
4399
+ "foreground": {
4400
+ "value": "#218c5f",
3188
4401
  "filePath": "tokens/color/base/semantic.light.json",
3189
4402
  "isSource": true,
3190
4403
  "original": {
3191
- "value": "#700000"
4404
+ "value": "#218C5F"
3192
4405
  },
3193
- "name": "color-light-mode-semantic-error-500",
4406
+ "name": "color-light-mode-semantic-success-foreground",
3194
4407
  "attributes": {
3195
4408
  "category": "color",
3196
4409
  "type": "light-mode",
3197
4410
  "item": "semantic",
3198
- "subitem": "error",
3199
- "state": "500"
4411
+ "subitem": "success",
4412
+ "state": "foreground"
3200
4413
  },
3201
4414
  "path": [
3202
4415
  "color",
3203
4416
  "light-mode",
3204
4417
  "semantic",
3205
- "error",
3206
- "500"
4418
+ "success",
4419
+ "foreground"
3207
4420
  ]
3208
- }
3209
- },
3210
- "warning": {
3211
- "100": {
3212
- "value": "#fffae6",
4421
+ },
4422
+ "background": {
4423
+ "value": "#e3fcef",
3213
4424
  "filePath": "tokens/color/base/semantic.light.json",
3214
4425
  "isSource": true,
3215
4426
  "original": {
3216
- "value": "#FFFAE6"
4427
+ "value": "#E3FCEF"
3217
4428
  },
3218
- "name": "color-light-mode-semantic-warning-100",
4429
+ "name": "color-light-mode-semantic-success-background",
3219
4430
  "attributes": {
3220
4431
  "category": "color",
3221
4432
  "type": "light-mode",
3222
4433
  "item": "semantic",
3223
- "subitem": "warning",
3224
- "state": "100"
4434
+ "subitem": "success",
4435
+ "state": "background"
3225
4436
  },
3226
4437
  "path": [
3227
4438
  "color",
3228
4439
  "light-mode",
3229
4440
  "semantic",
3230
- "warning",
3231
- "100"
4441
+ "success",
4442
+ "background"
3232
4443
  ]
3233
- },
3234
- "200": {
3235
- "value": "#ffdd99",
4444
+ }
4445
+ },
4446
+ "info": {
4447
+ "foreground": {
4448
+ "value": "#1d7afc",
3236
4449
  "filePath": "tokens/color/base/semantic.light.json",
3237
4450
  "isSource": true,
3238
4451
  "original": {
3239
- "value": "#FFDD99"
4452
+ "value": "#1D7AFC"
3240
4453
  },
3241
- "name": "color-light-mode-semantic-warning-200",
4454
+ "name": "color-light-mode-semantic-info-foreground",
3242
4455
  "attributes": {
3243
4456
  "category": "color",
3244
4457
  "type": "light-mode",
3245
4458
  "item": "semantic",
3246
- "subitem": "warning",
3247
- "state": "200"
4459
+ "subitem": "info",
4460
+ "state": "foreground"
3248
4461
  },
3249
4462
  "path": [
3250
4463
  "color",
3251
4464
  "light-mode",
3252
4465
  "semantic",
3253
- "warning",
3254
- "200"
4466
+ "info",
4467
+ "foreground"
3255
4468
  ]
3256
4469
  },
3257
- "300": {
3258
- "value": "#ffc44c",
4470
+ "background": {
4471
+ "value": "#e9f2ff",
3259
4472
  "filePath": "tokens/color/base/semantic.light.json",
3260
4473
  "isSource": true,
3261
4474
  "original": {
3262
- "value": "#FFC44C"
4475
+ "value": "#E9F2FF"
3263
4476
  },
3264
- "name": "color-light-mode-semantic-warning-300",
4477
+ "name": "color-light-mode-semantic-info-background",
3265
4478
  "attributes": {
3266
4479
  "category": "color",
3267
4480
  "type": "light-mode",
3268
4481
  "item": "semantic",
3269
- "subitem": "warning",
3270
- "state": "300"
4482
+ "subitem": "info",
4483
+ "state": "background"
3271
4484
  },
3272
4485
  "path": [
3273
4486
  "color",
3274
4487
  "light-mode",
3275
4488
  "semantic",
3276
- "warning",
3277
- "300"
4489
+ "info",
4490
+ "background"
3278
4491
  ]
3279
- },
3280
- "400": {
3281
- "value": "#ffab00",
4492
+ }
4493
+ },
4494
+ "warning": {
4495
+ "foreground": {
4496
+ "value": "#d97008",
3282
4497
  "filePath": "tokens/color/base/semantic.light.json",
3283
4498
  "isSource": true,
3284
4499
  "original": {
3285
- "value": "#FFAB00"
4500
+ "value": "#D97008"
3286
4501
  },
3287
- "name": "color-light-mode-semantic-warning-400",
4502
+ "name": "color-light-mode-semantic-warning-foreground",
3288
4503
  "attributes": {
3289
4504
  "category": "color",
3290
4505
  "type": "light-mode",
3291
4506
  "item": "semantic",
3292
4507
  "subitem": "warning",
3293
- "state": "400"
4508
+ "state": "foreground"
3294
4509
  },
3295
4510
  "path": [
3296
4511
  "color",
3297
4512
  "light-mode",
3298
4513
  "semantic",
3299
4514
  "warning",
3300
- "400"
4515
+ "foreground"
3301
4516
  ]
3302
4517
  },
3303
- "500": {
3304
- "value": "#b15902",
4518
+ "background": {
4519
+ "value": "#fff7d6",
3305
4520
  "filePath": "tokens/color/base/semantic.light.json",
3306
4521
  "isSource": true,
3307
4522
  "original": {
3308
- "value": "#B15902"
4523
+ "value": "#FFF7D6"
3309
4524
  },
3310
- "name": "color-light-mode-semantic-warning-500",
4525
+ "name": "color-light-mode-semantic-warning-background",
3311
4526
  "attributes": {
3312
4527
  "category": "color",
3313
4528
  "type": "light-mode",
3314
4529
  "item": "semantic",
3315
4530
  "subitem": "warning",
3316
- "state": "500"
4531
+ "state": "background"
3317
4532
  },
3318
4533
  "path": [
3319
4534
  "color",
3320
4535
  "light-mode",
3321
4536
  "semantic",
3322
4537
  "warning",
3323
- "500"
4538
+ "background"
3324
4539
  ]
3325
4540
  }
3326
4541
  },
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",
4542
+ "critical": {
4543
+ "foreground": {
4544
+ "value": "#ca3521",
3353
4545
  "filePath": "tokens/color/base/semantic.light.json",
3354
4546
  "isSource": true,
3355
4547
  "original": {
3356
- "value": "#BAF3DB"
4548
+ "value": "#CA3521"
3357
4549
  },
3358
- "name": "color-light-mode-semantic-success-200",
4550
+ "name": "color-light-mode-semantic-critical-foreground",
3359
4551
  "attributes": {
3360
4552
  "category": "color",
3361
4553
  "type": "light-mode",
3362
4554
  "item": "semantic",
3363
- "subitem": "success",
3364
- "state": "200"
4555
+ "subitem": "critical",
4556
+ "state": "foreground"
3365
4557
  },
3366
4558
  "path": [
3367
4559
  "color",
3368
4560
  "light-mode",
3369
4561
  "semantic",
3370
- "success",
3371
- "200"
4562
+ "critical",
4563
+ "foreground"
3372
4564
  ]
3373
4565
  },
3374
- "300": {
3375
- "value": "#4bce97",
4566
+ "background": {
4567
+ "value": "#ffedeb",
3376
4568
  "filePath": "tokens/color/base/semantic.light.json",
3377
4569
  "isSource": true,
3378
4570
  "original": {
3379
- "value": "#4BCE97"
4571
+ "value": "#FFEDEB"
3380
4572
  },
3381
- "name": "color-light-mode-semantic-success-300",
4573
+ "name": "color-light-mode-semantic-critical-background",
3382
4574
  "attributes": {
3383
4575
  "category": "color",
3384
4576
  "type": "light-mode",
3385
4577
  "item": "semantic",
3386
- "subitem": "success",
3387
- "state": "300"
4578
+ "subitem": "critical",
4579
+ "state": "background"
3388
4580
  },
3389
4581
  "path": [
3390
4582
  "color",
3391
4583
  "light-mode",
3392
4584
  "semantic",
3393
- "success",
3394
- "300"
4585
+ "critical",
4586
+ "background"
3395
4587
  ]
3396
- },
3397
- "400": {
3398
- "value": "#1f845a",
4588
+ }
4589
+ },
4590
+ "discovery": {
4591
+ "foreground": {
4592
+ "value": "#8270db",
3399
4593
  "filePath": "tokens/color/base/semantic.light.json",
3400
4594
  "isSource": true,
3401
4595
  "original": {
3402
- "value": "#1F845A"
4596
+ "value": "#8270DB"
3403
4597
  },
3404
- "name": "color-light-mode-semantic-success-400",
4598
+ "name": "color-light-mode-semantic-discovery-foreground",
3405
4599
  "attributes": {
3406
4600
  "category": "color",
3407
4601
  "type": "light-mode",
3408
4602
  "item": "semantic",
3409
- "subitem": "success",
3410
- "state": "400"
4603
+ "subitem": "discovery",
4604
+ "state": "foreground"
3411
4605
  },
3412
4606
  "path": [
3413
4607
  "color",
3414
4608
  "light-mode",
3415
4609
  "semantic",
3416
- "success",
3417
- "400"
4610
+ "discovery",
4611
+ "foreground"
3418
4612
  ]
3419
4613
  },
3420
- "500": {
3421
- "value": "#164b35",
4614
+ "background": {
4615
+ "value": "#eae6ff",
3422
4616
  "filePath": "tokens/color/base/semantic.light.json",
3423
4617
  "isSource": true,
3424
4618
  "original": {
3425
- "value": "#164B35"
4619
+ "value": "#EAE6FF"
3426
4620
  },
3427
- "name": "color-light-mode-semantic-success-500",
4621
+ "name": "color-light-mode-semantic-discovery-background",
3428
4622
  "attributes": {
3429
4623
  "category": "color",
3430
4624
  "type": "light-mode",
3431
4625
  "item": "semantic",
3432
- "subitem": "success",
3433
- "state": "500"
4626
+ "subitem": "discovery",
4627
+ "state": "background"
3434
4628
  },
3435
4629
  "path": [
3436
4630
  "color",
3437
4631
  "light-mode",
3438
4632
  "semantic",
3439
- "success",
3440
- "500"
4633
+ "discovery",
4634
+ "background"
3441
4635
  ]
3442
4636
  }
4637
+ }
4638
+ },
4639
+ "utility": {
4640
+ "announcement": {
4641
+ "value": "#44546f",
4642
+ "public": true,
4643
+ "filePath": "tokens/color/base/utility.light.json",
4644
+ "isSource": true,
4645
+ "original": {
4646
+ "value": "#44546F",
4647
+ "public": true
4648
+ },
4649
+ "name": "color-light-mode-utility-announcement",
4650
+ "attributes": {
4651
+ "category": "color",
4652
+ "type": "light-mode",
4653
+ "item": "utility",
4654
+ "subitem": "announcement"
4655
+ },
4656
+ "path": [
4657
+ "color",
4658
+ "light-mode",
4659
+ "utility",
4660
+ "announcement"
4661
+ ]
3443
4662
  },
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
- ]
4663
+ "warning": {
4664
+ "value": "#e2b203",
4665
+ "public": true,
4666
+ "filePath": "tokens/color/base/utility.light.json",
4667
+ "isSource": true,
4668
+ "original": {
4669
+ "value": "#E2B203",
4670
+ "public": true
3467
4671
  },
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
- ]
4672
+ "name": "color-light-mode-utility-warning",
4673
+ "attributes": {
4674
+ "category": "color",
4675
+ "type": "light-mode",
4676
+ "item": "utility",
4677
+ "subitem": "warning"
3490
4678
  },
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
- ]
4679
+ "path": [
4680
+ "color",
4681
+ "light-mode",
4682
+ "utility",
4683
+ "warning"
4684
+ ]
4685
+ },
4686
+ "critical": {
4687
+ "value": "#ca3521",
4688
+ "public": true,
4689
+ "filePath": "tokens/color/base/utility.light.json",
4690
+ "isSource": true,
4691
+ "original": {
4692
+ "value": "#CA3521",
4693
+ "public": true
3513
4694
  },
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
- ]
4695
+ "name": "color-light-mode-utility-critical",
4696
+ "attributes": {
4697
+ "category": "color",
4698
+ "type": "light-mode",
4699
+ "item": "utility",
4700
+ "subitem": "critical"
3536
4701
  },
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
- }
4702
+ "path": [
4703
+ "color",
4704
+ "light-mode",
4705
+ "utility",
4706
+ "critical"
4707
+ ]
3560
4708
  }
3561
4709
  }
3562
4710
  }
@@ -3564,7 +4712,7 @@
3564
4712
  "elevation": {
3565
4713
  "light-mode": {
3566
4714
  "raised": {
3567
- "value": "0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4715
+ "value": "0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15)",
3568
4716
  "type": "boxShadow",
3569
4717
  "public": true,
3570
4718
  "filePath": "tokens/elevation/base.light.json",
@@ -3574,17 +4722,17 @@
3574
4722
  {
3575
4723
  "x": "0",
3576
4724
  "y": "1",
3577
- "blur": "1",
4725
+ "blur": "2",
3578
4726
  "spread": "0",
3579
- "color": "#aeaeb6",
4727
+ "color": "rgba(0, 0, 0, 0.2)",
3580
4728
  "type": "dropShadow"
3581
4729
  },
3582
4730
  {
3583
4731
  "x": "0",
3584
- "y": "0",
3585
- "blur": "1",
4732
+ "y": "3",
4733
+ "blur": "8",
3586
4734
  "spread": "0",
3587
- "color": "rgba(18, 18, 25, 0.25)",
4735
+ "color": "rgba(0, 0, 0, 0.15)",
3588
4736
  "type": "dropShadow"
3589
4737
  }
3590
4738
  ],
@@ -3604,7 +4752,7 @@
3604
4752
  ]
3605
4753
  },
3606
4754
  "overlay": {
3607
- "value": "0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4755
+ "value": "0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15)",
3608
4756
  "type": "boxShadow",
3609
4757
  "public": true,
3610
4758
  "filePath": "tokens/elevation/base.light.json",
@@ -3613,18 +4761,18 @@
3613
4761
  "value": [
3614
4762
  {
3615
4763
  "x": "0",
3616
- "y": "8",
3617
- "blur": "12",
4764
+ "y": "1",
4765
+ "blur": "3",
3618
4766
  "spread": "0",
3619
- "color": "rgba(113, 113, 124, 0.25)",
4767
+ "color": "rgba(0, 0, 0, 0.1)",
3620
4768
  "type": "dropShadow"
3621
4769
  },
3622
4770
  {
3623
4771
  "x": "0",
3624
- "y": "0",
3625
- "blur": "1",
4772
+ "y": "8",
4773
+ "blur": "12",
3626
4774
  "spread": "0",
3627
- "color": "rgba(18, 18, 25, 0.25)",
4775
+ "color": "rgba(0, 0, 0, 0.15)",
3628
4776
  "type": "dropShadow"
3629
4777
  }
3630
4778
  ],
@@ -3645,4 +4793,4 @@
3645
4793
  }
3646
4794
  }
3647
4795
  }
3648
- }
4796
+ }