@pantheon-systems/pds-design-tokens 1.0.0-dev.3 → 1.0.0-dev.32

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",
@@ -745,7 +552,7 @@
745
552
  "value": "#f0ecff",
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
558
  "value": "{color.light-mode.brand.secondary.100.value}",
@@ -770,13 +577,13 @@
770
577
  ]
771
578
  },
772
579
  "active": {
773
- "value": "#cfcfd3",
580
+ "value": "#e5dbff",
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.brand.secondary.200.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",
@@ -831,7 +638,7 @@
831
638
  "value": "#3017a1",
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
644
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -859,7 +666,7 @@
859
666
  "value": "#3017a1",
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
672
  "value": "{color.light-mode.brand.secondary.400.value}",
@@ -887,7 +694,7 @@
887
694
  "value": "#11005d",
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
700
  "value": "{color.light-mode.brand.secondary.500.value}",
@@ -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": "#cfcfd3",
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": "#71717c",
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,103 +1153,974 @@
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
1240
+ },
1241
+ "critical": {
1242
+ "background": {
1243
+ "default": {
1244
+ "value": "#d61f1f",
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.error.400.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": "#f83333",
1273
+ "public": true,
1274
+ "isReferenceToInternal": true,
1275
+ "filePath": "tokens/color/alias/button.light.json",
1276
+ "isSource": true,
1277
+ "original": {
1278
+ "value": "{color.light-mode.semantic.error.300.value}",
1279
+ "public": true,
1280
+ "isReferenceToInternal": true
1281
+ },
1282
+ "name": "color-light-mode-button-critical-background-hover",
1283
+ "attributes": {
1284
+ "category": "color",
1285
+ "type": "light-mode",
1286
+ "item": "button",
1287
+ "subitem": "critical",
1288
+ "state": "background"
1289
+ },
1290
+ "path": [
1291
+ "color",
1292
+ "light-mode",
1293
+ "button",
1294
+ "critical",
1295
+ "background",
1296
+ "hover"
1297
+ ]
1298
+ },
1299
+ "active": {
1300
+ "value": "#700000",
1301
+ "public": true,
1302
+ "isReferenceToInternal": true,
1303
+ "filePath": "tokens/color/alias/button.light.json",
1304
+ "isSource": true,
1305
+ "original": {
1306
+ "value": "{color.light-mode.semantic.error.500.value}",
1307
+ "public": true,
1308
+ "isReferenceToInternal": true
1309
+ },
1310
+ "name": "color-light-mode-button-critical-background-active",
1311
+ "attributes": {
1312
+ "category": "color",
1313
+ "type": "light-mode",
1314
+ "item": "button",
1315
+ "subitem": "critical",
1316
+ "state": "background"
1317
+ },
1318
+ "path": [
1319
+ "color",
1320
+ "light-mode",
1321
+ "button",
1322
+ "critical",
1323
+ "background",
1324
+ "active"
1325
+ ]
1326
+ }
1327
+ },
1328
+ "border": {
1329
+ "default": {
1330
+ "value": "#d61f1f",
1331
+ "public": true,
1332
+ "isReferenceToInternal": true,
1333
+ "filePath": "tokens/color/alias/button.light.json",
1334
+ "isSource": true,
1335
+ "original": {
1336
+ "value": "{color.light-mode.semantic.error.400.value}",
1337
+ "public": true,
1338
+ "isReferenceToInternal": true
1339
+ },
1340
+ "name": "color-light-mode-button-critical-border-default",
1341
+ "attributes": {
1342
+ "category": "color",
1343
+ "type": "light-mode",
1344
+ "item": "button",
1345
+ "subitem": "critical",
1346
+ "state": "border"
1347
+ },
1348
+ "path": [
1349
+ "color",
1350
+ "light-mode",
1351
+ "button",
1352
+ "critical",
1353
+ "border",
1354
+ "default"
1355
+ ]
1356
+ },
1357
+ "hover": {
1358
+ "value": "#f83333",
1359
+ "public": true,
1360
+ "isReferenceToInternal": true,
1361
+ "filePath": "tokens/color/alias/button.light.json",
1362
+ "isSource": true,
1363
+ "original": {
1364
+ "value": "{color.light-mode.semantic.error.300.value}",
1365
+ "public": true,
1366
+ "isReferenceToInternal": true
1367
+ },
1368
+ "name": "color-light-mode-button-critical-border-hover",
1369
+ "attributes": {
1370
+ "category": "color",
1371
+ "type": "light-mode",
1372
+ "item": "button",
1373
+ "subitem": "critical",
1374
+ "state": "border"
1375
+ },
1376
+ "path": [
1377
+ "color",
1378
+ "light-mode",
1379
+ "button",
1380
+ "critical",
1381
+ "border",
1382
+ "hover"
1383
+ ]
1384
+ },
1385
+ "active": {
1386
+ "value": "#700000",
1387
+ "public": true,
1388
+ "isReferenceToInternal": true,
1389
+ "filePath": "tokens/color/alias/button.light.json",
1390
+ "isSource": true,
1391
+ "original": {
1392
+ "value": "{color.light-mode.semantic.error.500.value}",
1393
+ "public": true,
1394
+ "isReferenceToInternal": true
1395
+ },
1396
+ "name": "color-light-mode-button-critical-border-active",
1397
+ "attributes": {
1398
+ "category": "color",
1399
+ "type": "light-mode",
1400
+ "item": "button",
1401
+ "subitem": "critical",
1402
+ "state": "border"
1403
+ },
1404
+ "path": [
1405
+ "color",
1406
+ "light-mode",
1407
+ "button",
1408
+ "critical",
1409
+ "border",
1410
+ "active"
1411
+ ]
1412
+ }
1413
+ },
1414
+ "foreground": {
1415
+ "default": {
1416
+ "value": "#ffffff",
1417
+ "public": true,
1418
+ "isReferenceToInternal": true,
1419
+ "filePath": "tokens/color/alias/button.light.json",
1420
+ "isSource": true,
1421
+ "original": {
1422
+ "value": "{color.light-mode.neutral.000.value}",
1423
+ "public": true,
1424
+ "isReferenceToInternal": true
1425
+ },
1426
+ "name": "color-light-mode-button-critical-foreground-default",
1427
+ "attributes": {
1428
+ "category": "color",
1429
+ "type": "light-mode",
1430
+ "item": "button",
1431
+ "subitem": "critical",
1432
+ "state": "foreground"
1433
+ },
1434
+ "path": [
1435
+ "color",
1436
+ "light-mode",
1437
+ "button",
1438
+ "critical",
1439
+ "foreground",
1440
+ "default"
1441
+ ]
1442
+ },
1443
+ "hover": {
1444
+ "value": "#ffffff",
1445
+ "public": true,
1446
+ "isReferenceToInternal": true,
1447
+ "filePath": "tokens/color/alias/button.light.json",
1448
+ "isSource": true,
1449
+ "original": {
1450
+ "value": "{color.light-mode.neutral.000.value}",
1451
+ "public": true,
1452
+ "isReferenceToInternal": true
1453
+ },
1454
+ "name": "color-light-mode-button-critical-foreground-hover",
1455
+ "attributes": {
1456
+ "category": "color",
1457
+ "type": "light-mode",
1458
+ "item": "button",
1459
+ "subitem": "critical",
1460
+ "state": "foreground"
1461
+ },
1462
+ "path": [
1463
+ "color",
1464
+ "light-mode",
1465
+ "button",
1466
+ "critical",
1467
+ "foreground",
1468
+ "hover"
1469
+ ]
1470
+ },
1471
+ "active": {
1472
+ "value": "#ffffff",
1473
+ "public": true,
1474
+ "isReferenceToInternal": true,
1475
+ "filePath": "tokens/color/alias/button.light.json",
1476
+ "isSource": true,
1477
+ "original": {
1478
+ "value": "{color.light-mode.neutral.000.value}",
1479
+ "public": true,
1480
+ "isReferenceToInternal": true
1481
+ },
1482
+ "name": "color-light-mode-button-critical-foreground-active",
1483
+ "attributes": {
1484
+ "category": "color",
1485
+ "type": "light-mode",
1486
+ "item": "button",
1487
+ "subitem": "critical",
1488
+ "state": "foreground"
1489
+ },
1490
+ "path": [
1491
+ "color",
1492
+ "light-mode",
1493
+ "button",
1494
+ "critical",
1495
+ "foreground",
1496
+ "active"
1497
+ ]
1498
+ }
1499
+ }
1500
+ }
1501
+ },
1502
+ "toggle-button": {
1503
+ "background": {
1504
+ "off": {
1505
+ "value": "#cfcfd3",
1506
+ "public": true,
1507
+ "isReferenceToInternal": true,
1508
+ "filePath": "tokens/color/alias/button.light.json",
1509
+ "isSource": true,
1510
+ "original": {
1511
+ "value": "{color.light-mode.neutral.200.value}",
1512
+ "public": true,
1513
+ "isReferenceToInternal": true
1514
+ },
1515
+ "name": "color-light-mode-toggle-button-background-off",
1516
+ "attributes": {
1517
+ "category": "color",
1518
+ "type": "light-mode",
1519
+ "item": "toggle-button",
1520
+ "subitem": "background",
1521
+ "state": "off"
1522
+ },
1523
+ "path": [
1524
+ "color",
1525
+ "light-mode",
1526
+ "toggle-button",
1527
+ "background",
1528
+ "off"
1529
+ ]
1530
+ }
1531
+ },
1532
+ "foreground": {
1533
+ "off": {
1534
+ "value": "#71717c",
1535
+ "public": true,
1536
+ "isReferenceToInternal": true,
1537
+ "filePath": "tokens/color/alias/button.light.json",
1538
+ "isSource": true,
1539
+ "original": {
1540
+ "value": "{color.light-mode.neutral.400.value}",
1541
+ "public": true,
1542
+ "isReferenceToInternal": true
1543
+ },
1544
+ "name": "color-light-mode-toggle-button-foreground-off",
1545
+ "attributes": {
1546
+ "category": "color",
1547
+ "type": "light-mode",
1548
+ "item": "toggle-button",
1549
+ "subitem": "foreground",
1550
+ "state": "off"
1551
+ },
1552
+ "path": [
1553
+ "color",
1554
+ "light-mode",
1555
+ "toggle-button",
1556
+ "foreground",
1557
+ "off"
1558
+ ]
1559
+ }
1560
+ }
1561
+ },
1562
+ "background": {
1563
+ "default": {
1564
+ "value": "#ffffff",
1565
+ "public": true,
1566
+ "isReferenceToInternal": true,
1567
+ "filePath": "tokens/color/alias/defaults.light.json",
1568
+ "isSource": true,
1569
+ "original": {
1570
+ "value": "{color.light-mode.neutral.000.value}",
1571
+ "public": true,
1572
+ "isReferenceToInternal": true
1573
+ },
1574
+ "name": "color-light-mode-background-default",
1575
+ "attributes": {
1576
+ "category": "color",
1577
+ "type": "light-mode",
1578
+ "item": "background",
1579
+ "subitem": "default"
1580
+ },
1581
+ "path": [
1582
+ "color",
1583
+ "light-mode",
1584
+ "background",
1585
+ "default"
1586
+ ]
1587
+ }
1588
+ },
1589
+ "border": {
1590
+ "default": {
1591
+ "value": "#cfcfd3",
1592
+ "public": true,
1593
+ "isReferenceToInternal": true,
1594
+ "filePath": "tokens/color/alias/defaults.light.json",
1595
+ "isSource": true,
1596
+ "original": {
1597
+ "value": "{color.light-mode.neutral.200.value}",
1598
+ "public": true,
1599
+ "isReferenceToInternal": true
1600
+ },
1601
+ "name": "color-light-mode-border-default",
1602
+ "attributes": {
1603
+ "category": "color",
1604
+ "type": "light-mode",
1605
+ "item": "border",
1606
+ "subitem": "default"
1607
+ },
1608
+ "path": [
1609
+ "color",
1610
+ "light-mode",
1611
+ "border",
1612
+ "default"
1613
+ ]
1614
+ }
1615
+ },
1616
+ "foreground": {
1617
+ "default": {
1618
+ "value": "#23232d",
1619
+ "public": true,
1620
+ "isReferenceToInternal": true,
1621
+ "filePath": "tokens/color/alias/defaults.light.json",
1622
+ "isSource": true,
1623
+ "original": {
1624
+ "value": "{color.light-mode.neutral.500.value}",
1625
+ "public": true,
1626
+ "isReferenceToInternal": true
1627
+ },
1628
+ "name": "color-light-mode-foreground-default",
1629
+ "attributes": {
1630
+ "category": "color",
1631
+ "type": "light-mode",
1632
+ "item": "foreground",
1633
+ "subitem": "default"
1634
+ },
1635
+ "path": [
1636
+ "color",
1637
+ "light-mode",
1638
+ "foreground",
1639
+ "default"
1640
+ ]
1641
+ }
1642
+ },
1643
+ "input": {
1644
+ "background": {
1645
+ "default": {
1646
+ "value": "#ffffff",
1647
+ "public": true,
1648
+ "isReferenceToInternal": true,
1649
+ "filePath": "tokens/color/alias/input.light.json",
1650
+ "isSource": true,
1651
+ "original": {
1652
+ "value": "{color.light-mode.neutral.000.value}",
1653
+ "public": true,
1654
+ "isReferenceToInternal": true
1655
+ },
1656
+ "name": "color-light-mode-input-background-default",
1657
+ "attributes": {
1658
+ "category": "color",
1659
+ "type": "light-mode",
1660
+ "item": "input",
1661
+ "subitem": "background",
1662
+ "state": "default"
1663
+ },
1664
+ "path": [
1665
+ "color",
1666
+ "light-mode",
1667
+ "input",
1668
+ "background",
1669
+ "default"
1670
+ ]
1671
+ },
1672
+ "hover": {
1673
+ "value": "#f0ecff",
1674
+ "public": true,
1675
+ "isReferenceToInternal": true,
1676
+ "filePath": "tokens/color/alias/input.light.json",
1677
+ "isSource": true,
1678
+ "original": {
1679
+ "value": "{color.light-mode.brand.secondary.100.value}",
1680
+ "public": true,
1681
+ "isReferenceToInternal": true
1682
+ },
1683
+ "name": "color-light-mode-input-background-hover",
1684
+ "attributes": {
1685
+ "category": "color",
1686
+ "type": "light-mode",
1687
+ "item": "input",
1688
+ "subitem": "background",
1689
+ "state": "hover"
1690
+ },
1691
+ "path": [
1692
+ "color",
1693
+ "light-mode",
1694
+ "input",
1695
+ "background",
1696
+ "hover"
1697
+ ]
1698
+ },
1699
+ "critical": {
1700
+ "value": "#ffebeb",
1701
+ "public": true,
1702
+ "isReferenceToInternal": true,
1703
+ "filePath": "tokens/color/alias/input.light.json",
1704
+ "isSource": true,
1705
+ "original": {
1706
+ "value": "{color.light-mode.semantic.error.100.value}",
1707
+ "public": true,
1708
+ "isReferenceToInternal": true
1709
+ },
1710
+ "name": "color-light-mode-input-background-critical",
1711
+ "attributes": {
1712
+ "category": "color",
1713
+ "type": "light-mode",
1714
+ "item": "input",
1715
+ "subitem": "background",
1716
+ "state": "critical"
1717
+ },
1718
+ "path": [
1719
+ "color",
1720
+ "light-mode",
1721
+ "input",
1722
+ "background",
1723
+ "critical"
1724
+ ]
1725
+ }
1726
+ },
1727
+ "border": {
1728
+ "default": {
1729
+ "value": "#cfcfd3",
1730
+ "public": true,
1731
+ "isReferenceToInternal": true,
1732
+ "filePath": "tokens/color/alias/input.light.json",
1733
+ "isSource": true,
1734
+ "original": {
1735
+ "value": "{color.light-mode.neutral.200.value}",
1736
+ "public": true,
1737
+ "isReferenceToInternal": true
1738
+ },
1739
+ "name": "color-light-mode-input-border-default",
1740
+ "attributes": {
1741
+ "category": "color",
1742
+ "type": "light-mode",
1743
+ "item": "input",
1744
+ "subitem": "border",
1745
+ "state": "default"
1746
+ },
1747
+ "path": [
1748
+ "color",
1749
+ "light-mode",
1750
+ "input",
1751
+ "border",
1752
+ "default"
1753
+ ]
1754
+ },
1755
+ "hover": {
1756
+ "value": "#5f41e5",
1757
+ "public": true,
1758
+ "isReferenceToInternal": true,
1759
+ "filePath": "tokens/color/alias/input.light.json",
1760
+ "isSource": true,
1761
+ "original": {
1762
+ "value": "{color.light-mode.brand.secondary.300.value}",
1763
+ "public": true,
1764
+ "isReferenceToInternal": true
1765
+ },
1766
+ "name": "color-light-mode-input-border-hover",
1767
+ "attributes": {
1768
+ "category": "color",
1769
+ "type": "light-mode",
1770
+ "item": "input",
1771
+ "subitem": "border",
1772
+ "state": "hover"
1773
+ },
1774
+ "path": [
1775
+ "color",
1776
+ "light-mode",
1777
+ "input",
1778
+ "border",
1779
+ "hover"
1780
+ ]
1781
+ },
1782
+ "success": {
1783
+ "value": "#1f845a",
1784
+ "public": true,
1785
+ "isReferenceToInternal": true,
1786
+ "filePath": "tokens/color/alias/input.light.json",
1787
+ "isSource": true,
1788
+ "original": {
1789
+ "value": "{color.light-mode.semantic.success.400.value}",
1790
+ "public": true,
1791
+ "isReferenceToInternal": true
1792
+ },
1793
+ "name": "color-light-mode-input-border-success",
1794
+ "attributes": {
1795
+ "category": "color",
1796
+ "type": "light-mode",
1797
+ "item": "input",
1798
+ "subitem": "border",
1799
+ "state": "success"
1800
+ },
1801
+ "path": [
1802
+ "color",
1803
+ "light-mode",
1804
+ "input",
1805
+ "border",
1806
+ "success"
1807
+ ]
1808
+ },
1809
+ "critical": {
1810
+ "value": "#d61f1f",
1811
+ "public": true,
1812
+ "isReferenceToInternal": true,
1813
+ "filePath": "tokens/color/alias/input.light.json",
1814
+ "isSource": true,
1815
+ "original": {
1816
+ "value": "{color.light-mode.semantic.error.400.value}",
1817
+ "public": true,
1818
+ "isReferenceToInternal": true
1819
+ },
1820
+ "name": "color-light-mode-input-border-critical",
1821
+ "attributes": {
1822
+ "category": "color",
1823
+ "type": "light-mode",
1824
+ "item": "input",
1825
+ "subitem": "border",
1826
+ "state": "critical"
1827
+ },
1828
+ "path": [
1829
+ "color",
1830
+ "light-mode",
1831
+ "input",
1832
+ "border",
1833
+ "critical"
1834
+ ]
1835
+ }
1836
+ },
1837
+ "foreground": {
1838
+ "default": {
1839
+ "value": "#23232d",
1840
+ "public": true,
1841
+ "isReferenceToInternal": true,
1842
+ "filePath": "tokens/color/alias/input.light.json",
1843
+ "isSource": true,
1844
+ "original": {
1845
+ "value": "{color.light-mode.neutral.500.value}",
1846
+ "public": true,
1847
+ "isReferenceToInternal": true
1848
+ },
1849
+ "name": "color-light-mode-input-foreground-default",
1850
+ "attributes": {
1851
+ "category": "color",
1852
+ "type": "light-mode",
1853
+ "item": "input",
1854
+ "subitem": "foreground",
1855
+ "state": "default"
1856
+ },
1857
+ "path": [
1858
+ "color",
1859
+ "light-mode",
1860
+ "input",
1861
+ "foreground",
1862
+ "default"
1863
+ ]
1864
+ },
1865
+ "success": {
1866
+ "value": "#1f845a",
1867
+ "public": true,
1868
+ "isReferenceToInternal": true,
1869
+ "filePath": "tokens/color/alias/input.light.json",
1870
+ "isSource": true,
1871
+ "original": {
1872
+ "value": "{color.light-mode.semantic.success.400.value}",
1873
+ "public": true,
1874
+ "isReferenceToInternal": true
1875
+ },
1876
+ "name": "color-light-mode-input-foreground-success",
1877
+ "attributes": {
1878
+ "category": "color",
1879
+ "type": "light-mode",
1880
+ "item": "input",
1881
+ "subitem": "foreground",
1882
+ "state": "success"
1883
+ },
1884
+ "path": [
1885
+ "color",
1886
+ "light-mode",
1887
+ "input",
1888
+ "foreground",
1889
+ "success"
1890
+ ]
1891
+ },
1892
+ "critical": {
1893
+ "value": "#d61f1f",
1894
+ "public": true,
1895
+ "isReferenceToInternal": true,
1896
+ "filePath": "tokens/color/alias/input.light.json",
1897
+ "isSource": true,
1898
+ "original": {
1899
+ "value": "{color.light-mode.semantic.error.400.value}",
1900
+ "public": true,
1901
+ "isReferenceToInternal": true
1902
+ },
1903
+ "name": "color-light-mode-input-foreground-critical",
1904
+ "attributes": {
1905
+ "category": "color",
1906
+ "type": "light-mode",
1907
+ "item": "input",
1908
+ "subitem": "foreground",
1909
+ "state": "critical"
1910
+ },
1911
+ "path": [
1912
+ "color",
1913
+ "light-mode",
1914
+ "input",
1915
+ "foreground",
1916
+ "critical"
1917
+ ]
1918
+ }
1919
+ },
1920
+ "placeholder-text": {
1921
+ "value": "#71717c",
1922
+ "public": true,
1923
+ "isReferenceToInternal": true,
1924
+ "filePath": "tokens/color/alias/input.light.json",
1925
+ "isSource": true,
1926
+ "original": {
1927
+ "value": "{color.light-mode.neutral.400.value}",
1928
+ "public": true,
1929
+ "isReferenceToInternal": true
1930
+ },
1931
+ "name": "color-light-mode-input-placeholder-text",
1932
+ "attributes": {
1933
+ "category": "color",
1934
+ "type": "light-mode",
1935
+ "item": "input",
1936
+ "subitem": "placeholder-text"
1937
+ },
1938
+ "path": [
1939
+ "color",
1940
+ "light-mode",
1941
+ "input",
1942
+ "placeholder-text"
1943
+ ]
1944
+ },
1945
+ "checked": {
1946
+ "background": {
1947
+ "value": "#0f62fe",
1948
+ "public": true,
1949
+ "filePath": "tokens/color/alias/input.light.json",
1950
+ "isSource": true,
1951
+ "original": {
1952
+ "value": "{color.light-mode.interactive.focus.value}",
1953
+ "public": true
1954
+ },
1955
+ "name": "color-light-mode-input-checked-background",
1956
+ "attributes": {
1957
+ "category": "color",
1958
+ "type": "light-mode",
1959
+ "item": "input",
1960
+ "subitem": "checked",
1961
+ "state": "background"
1962
+ },
1963
+ "path": [
1964
+ "color",
1965
+ "light-mode",
1966
+ "input",
1967
+ "checked",
1968
+ "background"
1969
+ ]
1970
+ },
1971
+ "foreground": {
1972
+ "value": "#ffffff",
1973
+ "public": true,
1974
+ "isReferenceToInternal": true,
1975
+ "filePath": "tokens/color/alias/input.light.json",
1976
+ "isSource": true,
1977
+ "original": {
1978
+ "value": "{color.light-mode.neutral.000.value}",
1979
+ "public": true,
1980
+ "isReferenceToInternal": true
1981
+ },
1982
+ "name": "color-light-mode-input-checked-foreground",
1983
+ "attributes": {
1984
+ "category": "color",
1985
+ "type": "light-mode",
1986
+ "item": "input",
1987
+ "subitem": "checked",
1988
+ "state": "foreground"
1989
+ },
1990
+ "path": [
1991
+ "color",
1992
+ "light-mode",
1993
+ "input",
1994
+ "checked",
1995
+ "foreground"
1996
+ ]
1997
+ }
1998
+ },
1999
+ "toggle-switch": {
2000
+ "off": {
2001
+ "value": "#94949e",
2002
+ "public": true,
2003
+ "isReferenceToInternal": true,
2004
+ "filePath": "tokens/color/alias/input.light.json",
2005
+ "isSource": true,
2006
+ "original": {
2007
+ "value": "{color.light-mode.neutral.300.value}",
2008
+ "public": true,
2009
+ "isReferenceToInternal": true
2010
+ },
2011
+ "name": "color-light-mode-input-toggle-switch-off",
2012
+ "attributes": {
2013
+ "category": "color",
2014
+ "type": "light-mode",
2015
+ "item": "input",
2016
+ "subitem": "toggle-switch",
2017
+ "state": "off"
2018
+ },
2019
+ "path": [
2020
+ "color",
2021
+ "light-mode",
2022
+ "input",
2023
+ "toggle-switch",
2024
+ "off"
2025
+ ]
2026
+ },
2027
+ "on": {
2028
+ "value": "#0f62fe",
2029
+ "public": true,
2030
+ "filePath": "tokens/color/alias/input.light.json",
2031
+ "isSource": true,
2032
+ "original": {
2033
+ "value": "{color.light-mode.interactive.focus.value}",
2034
+ "public": true
2035
+ },
2036
+ "name": "color-light-mode-input-toggle-switch-on",
2037
+ "attributes": {
2038
+ "category": "color",
2039
+ "type": "light-mode",
2040
+ "item": "input",
2041
+ "subitem": "toggle-switch",
2042
+ "state": "on"
2043
+ },
2044
+ "path": [
2045
+ "color",
2046
+ "light-mode",
2047
+ "input",
2048
+ "toggle-switch",
2049
+ "on"
2050
+ ]
2051
+ },
2052
+ "icon": {
2053
+ "value": "#ffffff",
2054
+ "public": true,
2055
+ "isReferenceToInternal": true,
2056
+ "filePath": "tokens/color/alias/input.light.json",
2057
+ "isSource": true,
2058
+ "original": {
2059
+ "value": "{color.light-mode.neutral.000.value}",
2060
+ "public": true,
2061
+ "isReferenceToInternal": true
2062
+ },
2063
+ "name": "color-light-mode-input-toggle-switch-icon",
2064
+ "attributes": {
2065
+ "category": "color",
2066
+ "type": "light-mode",
2067
+ "item": "input",
2068
+ "subitem": "toggle-switch",
2069
+ "state": "icon"
2070
+ },
2071
+ "path": [
2072
+ "color",
2073
+ "light-mode",
2074
+ "input",
2075
+ "toggle-switch",
2076
+ "icon"
2077
+ ]
2078
+ }
2079
+ },
2080
+ "action": {
2081
+ "background": {
2082
+ "hover": {
2083
+ "value": "#f8f8f8",
2084
+ "public": true,
2085
+ "isReferenceToInternal": true,
2086
+ "filePath": "tokens/color/alias/input.light.json",
2087
+ "isSource": true,
2088
+ "original": {
2089
+ "value": "{color.light-mode.neutral.100.value}",
2090
+ "public": true,
2091
+ "isReferenceToInternal": true
2092
+ },
2093
+ "name": "color-light-mode-input-action-background-hover",
2094
+ "attributes": {
2095
+ "category": "color",
2096
+ "type": "light-mode",
2097
+ "item": "input",
2098
+ "subitem": "action",
2099
+ "state": "background"
2100
+ },
2101
+ "path": [
2102
+ "color",
2103
+ "light-mode",
2104
+ "input",
2105
+ "action",
2106
+ "background",
2107
+ "hover"
2108
+ ]
2109
+ }
2110
+ }
2111
+ }
2112
+ },
2113
+ "link": {
2114
+ "default": {
2115
+ "value": "#0f62fe",
2116
+ "public": true,
2117
+ "isReferenceToInternal": true,
2118
+ "filePath": "tokens/color/alias/link.light.json",
2119
+ "isSource": true,
2120
+ "original": {
2121
+ "value": "{color.light-mode.interactive.link.value}",
2122
+ "public": true,
2123
+ "isReferenceToInternal": true
1448
2124
  },
1449
2125
  "name": "color-light-mode-link-default",
1450
2126
  "attributes": {
@@ -1461,13 +2137,13 @@
1461
2137
  ]
1462
2138
  },
1463
2139
  "hover": {
1464
- "value": "#003cac",
2140
+ "value": "#6f54e8",
1465
2141
  "public": true,
1466
2142
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.light.json",
2143
+ "filePath": "tokens/color/alias/link.light.json",
1468
2144
  "isSource": true,
1469
2145
  "original": {
1470
- "value": "{color.light-mode.interactive.link.500.value}",
2146
+ "value": "{color.light-mode.interactive.visited.value}",
1471
2147
  "public": true,
1472
2148
  "isReferenceToInternal": true
1473
2149
  },
@@ -1486,13 +2162,13 @@
1486
2162
  ]
1487
2163
  },
1488
2164
  "active": {
1489
- "value": "#003cac",
2165
+ "value": "#6f54e8",
1490
2166
  "public": true,
1491
2167
  "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.light.json",
2168
+ "filePath": "tokens/color/alias/link.light.json",
1493
2169
  "isSource": true,
1494
2170
  "original": {
1495
- "value": "{color.light-mode.interactive.link.500.value}",
2171
+ "value": "{color.light-mode.interactive.visited.value}",
1496
2172
  "public": true,
1497
2173
  "isReferenceToInternal": true
1498
2174
  },
@@ -1511,13 +2187,13 @@
1511
2187
  ]
1512
2188
  },
1513
2189
  "visited": {
1514
- "value": "#967fff",
2190
+ "value": "#6f54e8",
1515
2191
  "public": true,
1516
2192
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.light.json",
2193
+ "filePath": "tokens/color/alias/link.light.json",
1518
2194
  "isSource": true,
1519
2195
  "original": {
1520
- "value": "{color.light-mode.interactive.visited.400.value}",
2196
+ "value": "{color.light-mode.interactive.visited.value}",
1521
2197
  "public": true,
1522
2198
  "isReferenceToInternal": true
1523
2199
  },
@@ -1536,143 +2212,200 @@
1536
2212
  ]
1537
2213
  }
1538
2214
  },
1539
- "menu-item": {
1540
- "menu": {
1541
- "background": {
1542
- "value": "#ffffff",
2215
+ "menu": {
2216
+ "background": {
2217
+ "value": "#ffffff",
2218
+ "public": true,
2219
+ "isReferenceToInternal": true,
2220
+ "filePath": "tokens/color/alias/menu.light.json",
2221
+ "isSource": true,
2222
+ "original": {
2223
+ "value": "{color.light-mode.background.default}",
1543
2224
  "public": true,
1544
- "isReferenceToInternal": true,
1545
- "filePath": "tokens/color/alias/menu.light.json",
1546
- "isSource": true,
1547
- "original": {
1548
- "value": "{color.light-mode.background.default}",
2225
+ "isReferenceToInternal": true
2226
+ },
2227
+ "name": "color-light-mode-menu-background",
2228
+ "attributes": {
2229
+ "category": "color",
2230
+ "type": "light-mode",
2231
+ "item": "menu",
2232
+ "subitem": "background"
2233
+ },
2234
+ "path": [
2235
+ "color",
2236
+ "light-mode",
2237
+ "menu",
2238
+ "background"
2239
+ ]
2240
+ },
2241
+ "item": {
2242
+ "background": {
2243
+ "default": {
2244
+ "value": "#ffffff",
1549
2245
  "public": true,
1550
- "isReferenceToInternal": true
2246
+ "isReferenceToInternal": true,
2247
+ "filePath": "tokens/color/alias/menu.light.json",
2248
+ "isSource": true,
2249
+ "original": {
2250
+ "value": "{color.light-mode.background.default}",
2251
+ "public": true,
2252
+ "isReferenceToInternal": true
2253
+ },
2254
+ "name": "color-light-mode-menu-item-background-default",
2255
+ "attributes": {
2256
+ "category": "color",
2257
+ "type": "light-mode",
2258
+ "item": "menu",
2259
+ "subitem": "item",
2260
+ "state": "background"
2261
+ },
2262
+ "path": [
2263
+ "color",
2264
+ "light-mode",
2265
+ "menu",
2266
+ "item",
2267
+ "background",
2268
+ "default"
2269
+ ]
1551
2270
  },
1552
- "name": "color-light-mode-menu-item-menu-background",
1553
- "attributes": {
1554
- "category": "color",
1555
- "type": "light-mode",
1556
- "item": "menu-item",
1557
- "subitem": "menu",
1558
- "state": "background"
2271
+ "hover": {
2272
+ "value": "#f8f8f8",
2273
+ "public": true,
2274
+ "isReferenceToInternal": true,
2275
+ "filePath": "tokens/color/alias/menu.light.json",
2276
+ "isSource": true,
2277
+ "original": {
2278
+ "value": "{color.light-mode.neutral.100.value}",
2279
+ "public": true,
2280
+ "isReferenceToInternal": true
2281
+ },
2282
+ "name": "color-light-mode-menu-item-background-hover",
2283
+ "attributes": {
2284
+ "category": "color",
2285
+ "type": "light-mode",
2286
+ "item": "menu",
2287
+ "subitem": "item",
2288
+ "state": "background"
2289
+ },
2290
+ "path": [
2291
+ "color",
2292
+ "light-mode",
2293
+ "menu",
2294
+ "item",
2295
+ "background",
2296
+ "hover"
2297
+ ]
1559
2298
  },
1560
- "path": [
1561
- "color",
1562
- "light-mode",
1563
- "menu-item",
1564
- "menu",
1565
- "background"
1566
- ]
1567
- }
1568
- },
1569
- "background": {
1570
- "default": {
1571
- "value": "#ffffff",
2299
+ "active": {
2300
+ "value": "#cfcfd3",
2301
+ "public": true,
2302
+ "isReferenceToInternal": true,
2303
+ "filePath": "tokens/color/alias/menu.light.json",
2304
+ "isSource": true,
2305
+ "original": {
2306
+ "value": "{color.light-mode.neutral.200.value}",
2307
+ "public": true,
2308
+ "isReferenceToInternal": true
2309
+ },
2310
+ "name": "color-light-mode-menu-item-background-active",
2311
+ "attributes": {
2312
+ "category": "color",
2313
+ "type": "light-mode",
2314
+ "item": "menu",
2315
+ "subitem": "item",
2316
+ "state": "background"
2317
+ },
2318
+ "path": [
2319
+ "color",
2320
+ "light-mode",
2321
+ "menu",
2322
+ "item",
2323
+ "background",
2324
+ "active"
2325
+ ]
2326
+ }
2327
+ },
2328
+ "foreground": {
2329
+ "value": "#23232d",
1572
2330
  "public": true,
1573
2331
  "isReferenceToInternal": true,
1574
2332
  "filePath": "tokens/color/alias/menu.light.json",
1575
2333
  "isSource": true,
1576
2334
  "original": {
1577
- "value": "{color.light-mode.background.default}",
2335
+ "value": "{color.light-mode.foreground.default}",
1578
2336
  "public": true,
1579
2337
  "isReferenceToInternal": true
1580
2338
  },
1581
- "name": "color-light-mode-menu-item-background-default",
2339
+ "name": "color-light-mode-menu-item-foreground",
1582
2340
  "attributes": {
1583
2341
  "category": "color",
1584
2342
  "type": "light-mode",
1585
- "item": "menu-item",
1586
- "subitem": "background",
1587
- "state": "default"
2343
+ "item": "menu",
2344
+ "subitem": "item",
2345
+ "state": "foreground"
1588
2346
  },
1589
2347
  "path": [
1590
2348
  "color",
1591
2349
  "light-mode",
1592
- "menu-item",
1593
- "background",
1594
- "default"
2350
+ "menu",
2351
+ "item",
2352
+ "foreground"
1595
2353
  ]
1596
2354
  },
1597
- "hover": {
1598
- "value": "#f1f1f1",
2355
+ "heading-text": {
2356
+ "value": "#71717c",
1599
2357
  "public": true,
1600
2358
  "isReferenceToInternal": true,
1601
2359
  "filePath": "tokens/color/alias/menu.light.json",
1602
2360
  "isSource": true,
1603
2361
  "original": {
1604
- "value": "{color.light-mode.neutral.050}",
2362
+ "value": "{color.light-mode.neutral.400.value}",
1605
2363
  "public": true,
1606
2364
  "isReferenceToInternal": true
1607
2365
  },
1608
- "name": "color-light-mode-menu-item-background-hover",
2366
+ "name": "color-light-mode-menu-item-heading-text",
1609
2367
  "attributes": {
1610
2368
  "category": "color",
1611
2369
  "type": "light-mode",
1612
- "item": "menu-item",
1613
- "subitem": "background",
1614
- "state": "hover"
2370
+ "item": "menu",
2371
+ "subitem": "item",
2372
+ "state": "heading-text"
1615
2373
  },
1616
2374
  "path": [
1617
2375
  "color",
1618
2376
  "light-mode",
1619
- "menu-item",
1620
- "background",
1621
- "hover"
2377
+ "menu",
2378
+ "item",
2379
+ "heading-text"
1622
2380
  ]
1623
2381
  },
1624
- "active": {
1625
- "value": "#cfcfd3",
2382
+ "description-text": {
2383
+ "value": "#71717c",
1626
2384
  "public": true,
1627
2385
  "isReferenceToInternal": true,
1628
2386
  "filePath": "tokens/color/alias/menu.light.json",
1629
2387
  "isSource": true,
1630
2388
  "original": {
1631
- "value": "{color.light-mode.neutral.100}",
2389
+ "value": "{color.light-mode.neutral.400.value}",
1632
2390
  "public": true,
1633
2391
  "isReferenceToInternal": true
1634
2392
  },
1635
- "name": "color-light-mode-menu-item-background-active",
2393
+ "name": "color-light-mode-menu-item-description-text",
1636
2394
  "attributes": {
1637
2395
  "category": "color",
1638
2396
  "type": "light-mode",
1639
- "item": "menu-item",
1640
- "subitem": "background",
1641
- "state": "active"
2397
+ "item": "menu",
2398
+ "subitem": "item",
2399
+ "state": "description-text"
1642
2400
  },
1643
2401
  "path": [
1644
2402
  "color",
1645
2403
  "light-mode",
1646
- "menu-item",
1647
- "background",
1648
- "active"
2404
+ "menu",
2405
+ "item",
2406
+ "description-text"
1649
2407
  ]
1650
2408
  }
1651
- },
1652
- "foreground": {
1653
- "value": "#23232d",
1654
- "public": true,
1655
- "isReferenceToInternal": true,
1656
- "filePath": "tokens/color/alias/menu.light.json",
1657
- "isSource": true,
1658
- "original": {
1659
- "value": "{color.light-mode.foreground.default}",
1660
- "public": true,
1661
- "isReferenceToInternal": true
1662
- },
1663
- "name": "color-light-mode-menu-item-foreground",
1664
- "attributes": {
1665
- "category": "color",
1666
- "type": "light-mode",
1667
- "item": "menu-item",
1668
- "subitem": "foreground"
1669
- },
1670
- "path": [
1671
- "color",
1672
- "light-mode",
1673
- "menu-item",
1674
- "foreground"
1675
- ]
1676
2409
  }
1677
2410
  },
1678
2411
  "panel": {
@@ -1730,13 +2463,13 @@
1730
2463
  },
1731
2464
  "sunken": {
1732
2465
  "background": {
1733
- "value": "#f1f1f1",
2466
+ "value": "#f8f8f8",
1734
2467
  "public": true,
1735
2468
  "isReferenceToInternal": true,
1736
2469
  "filePath": "tokens/color/alias/panel.light.json",
1737
2470
  "isSource": true,
1738
2471
  "original": {
1739
- "value": "{color.light-mode.neutral.050.value}",
2472
+ "value": "{color.light-mode.neutral.100.value}",
1740
2473
  "public": true,
1741
2474
  "isReferenceToInternal": true
1742
2475
  },
@@ -1757,13 +2490,13 @@
1757
2490
  ]
1758
2491
  },
1759
2492
  "border": {
1760
- "value": "#f1f1f1",
2493
+ "value": "#f8f8f8",
1761
2494
  "public": true,
1762
2495
  "isReferenceToInternal": true,
1763
2496
  "filePath": "tokens/color/alias/panel.light.json",
1764
2497
  "isSource": true,
1765
2498
  "original": {
1766
- "value": "{color.light-mode.neutral.050.value}",
2499
+ "value": "{color.light-mode.neutral.100.value}",
1767
2500
  "public": true,
1768
2501
  "isReferenceToInternal": true
1769
2502
  },
@@ -1846,45 +2579,103 @@
1846
2579
  "value": "{color.light-mode.background.default}",
1847
2580
  "public": true
1848
2581
  },
1849
- "name": "color-light-mode-panel-overlay-background",
2582
+ "name": "color-light-mode-panel-overlay-background",
2583
+ "attributes": {
2584
+ "category": "color",
2585
+ "type": "light-mode",
2586
+ "item": "panel",
2587
+ "subitem": "overlay",
2588
+ "state": "background"
2589
+ },
2590
+ "path": [
2591
+ "color",
2592
+ "light-mode",
2593
+ "panel",
2594
+ "overlay",
2595
+ "background"
2596
+ ]
2597
+ },
2598
+ "border": {
2599
+ "value": "#cfcfd3",
2600
+ "public": true,
2601
+ "filePath": "tokens/color/alias/panel.light.json",
2602
+ "isSource": true,
2603
+ "original": {
2604
+ "value": "{color.light-mode.border.default}",
2605
+ "public": true
2606
+ },
2607
+ "name": "color-light-mode-panel-overlay-border",
2608
+ "attributes": {
2609
+ "category": "color",
2610
+ "type": "light-mode",
2611
+ "item": "panel",
2612
+ "subitem": "overlay",
2613
+ "state": "border"
2614
+ },
2615
+ "path": [
2616
+ "color",
2617
+ "light-mode",
2618
+ "panel",
2619
+ "overlay",
2620
+ "border"
2621
+ ]
2622
+ }
2623
+ }
2624
+ },
2625
+ "tile": {
2626
+ "background": {
2627
+ "hover": {
2628
+ "value": "#f8f8f8",
2629
+ "public": true,
2630
+ "isReferenceToInternal": true,
2631
+ "filePath": "tokens/color/alias/tile.light.json",
2632
+ "isSource": true,
2633
+ "original": {
2634
+ "value": "{color.light-mode.neutral.100.value}",
2635
+ "public": true,
2636
+ "isReferenceToInternal": true
2637
+ },
2638
+ "name": "color-light-mode-tile-background-hover",
1850
2639
  "attributes": {
1851
2640
  "category": "color",
1852
2641
  "type": "light-mode",
1853
- "item": "panel",
1854
- "subitem": "overlay",
1855
- "state": "background"
2642
+ "item": "tile",
2643
+ "subitem": "background",
2644
+ "state": "hover"
1856
2645
  },
1857
2646
  "path": [
1858
2647
  "color",
1859
2648
  "light-mode",
1860
- "panel",
1861
- "overlay",
1862
- "background"
2649
+ "tile",
2650
+ "background",
2651
+ "hover"
1863
2652
  ]
1864
2653
  },
1865
- "border": {
2654
+ "active": {
1866
2655
  "value": "#cfcfd3",
1867
2656
  "public": true,
1868
- "filePath": "tokens/color/alias/panel.light.json",
2657
+ "isReferenceToInternal": true,
2658
+ "filePath": "tokens/color/alias/tile.light.json",
1869
2659
  "isSource": true,
1870
2660
  "original": {
1871
- "value": "{color.light-mode.border.default}",
1872
- "public": true
2661
+ "value": "{color.light-mode.neutral.200.value}",
2662
+ "public": true,
2663
+ "isReferenceToInternal": true
1873
2664
  },
1874
- "name": "color-light-mode-panel-overlay-border",
2665
+ "name": "color-light-mode-tile-background-active",
1875
2666
  "attributes": {
1876
2667
  "category": "color",
1877
2668
  "type": "light-mode",
1878
- "item": "panel",
1879
- "subitem": "overlay",
1880
- "state": "border"
2669
+ "item": "tile",
2670
+ "subitem": "background",
2671
+ "state": "active"
1881
2672
  },
1882
2673
  "path": [
1883
2674
  "color",
1884
2675
  "light-mode",
1885
- "panel",
1886
- "overlay",
1887
- "border"
2676
+ "tile",
2677
+ "background",
2678
+ "active"
1888
2679
  ]
1889
2680
  }
1890
2681
  }
@@ -1897,7 +2688,7 @@
1897
2688
  "filePath": "tokens/color/alias/typography.light.json",
1898
2689
  "isSource": true,
1899
2690
  "original": {
1900
- "value": "{color.light-mode.neutral.700.value}",
2691
+ "value": "{color.light-mode.neutral.500.value}",
1901
2692
  "public": true,
1902
2693
  "isReferenceToInternal": true
1903
2694
  },
@@ -1915,105 +2706,7 @@
1915
2706
  "default"
1916
2707
  ]
1917
2708
  },
1918
- "paragraph": {
1919
- "value": "#23232d",
1920
- "public": true,
1921
- "isReferenceToInternal": true,
1922
- "filePath": "tokens/color/alias/typography.light.json",
1923
- "isSource": true,
1924
- "original": {
1925
- "value": "{color.light-mode.text.default}",
1926
- "public": true,
1927
- "isReferenceToInternal": true
1928
- },
1929
- "name": "color-light-mode-text-paragraph",
1930
- "attributes": {
1931
- "category": "color",
1932
- "type": "light-mode",
1933
- "item": "text",
1934
- "subitem": "paragraph"
1935
- },
1936
- "path": [
1937
- "color",
1938
- "light-mode",
1939
- "text",
1940
- "paragraph"
1941
- ]
1942
- },
1943
- "headings": {
1944
- "value": "#23232d",
1945
- "public": true,
1946
- "filePath": "tokens/color/alias/typography.light.json",
1947
- "isSource": true,
1948
- "original": {
1949
- "value": "{color.light-mode.text.default}",
1950
- "public": true
1951
- },
1952
- "name": "color-light-mode-text-headings",
1953
- "attributes": {
1954
- "category": "color",
1955
- "type": "light-mode",
1956
- "item": "text",
1957
- "subitem": "headings"
1958
- },
1959
- "path": [
1960
- "color",
1961
- "light-mode",
1962
- "text",
1963
- "headings"
1964
- ]
1965
- },
1966
- "lead": {
1967
- "value": "#71717c",
1968
- "public": true,
1969
- "isReferenceToInternal": true,
1970
- "filePath": "tokens/color/alias/typography.light.json",
1971
- "isSource": true,
1972
- "original": {
1973
- "value": "{color.light-mode.neutral.400.value}",
1974
- "public": true,
1975
- "isReferenceToInternal": true
1976
- },
1977
- "name": "color-light-mode-text-lead",
1978
- "attributes": {
1979
- "category": "color",
1980
- "type": "light-mode",
1981
- "item": "text",
1982
- "subitem": "lead"
1983
- },
1984
- "path": [
1985
- "color",
1986
- "light-mode",
1987
- "text",
1988
- "lead"
1989
- ]
1990
- },
1991
- "overline": {
1992
- "value": "#71717c",
1993
- "public": true,
1994
- "isReferenceToInternal": true,
1995
- "filePath": "tokens/color/alias/typography.light.json",
1996
- "isSource": true,
1997
- "original": {
1998
- "value": "{color.light-mode.neutral.400.value}",
1999
- "public": true,
2000
- "isReferenceToInternal": true
2001
- },
2002
- "name": "color-light-mode-text-overline",
2003
- "attributes": {
2004
- "category": "color",
2005
- "type": "light-mode",
2006
- "item": "text",
2007
- "subitem": "overline"
2008
- },
2009
- "path": [
2010
- "color",
2011
- "light-mode",
2012
- "text",
2013
- "overline"
2014
- ]
2015
- },
2016
- "quote": {
2709
+ "default-secondary": {
2017
2710
  "value": "#71717c",
2018
2711
  "public": true,
2019
2712
  "isReferenceToInternal": true,
@@ -2024,18 +2717,18 @@
2024
2717
  "public": true,
2025
2718
  "isReferenceToInternal": true
2026
2719
  },
2027
- "name": "color-light-mode-text-quote",
2720
+ "name": "color-light-mode-text-default-secondary",
2028
2721
  "attributes": {
2029
2722
  "category": "color",
2030
2723
  "type": "light-mode",
2031
2724
  "item": "text",
2032
- "subitem": "quote"
2725
+ "subitem": "default-secondary"
2033
2726
  },
2034
2727
  "path": [
2035
2728
  "color",
2036
2729
  "light-mode",
2037
2730
  "text",
2038
- "quote"
2731
+ "default-secondary"
2039
2732
  ]
2040
2733
  }
2041
2734
  },
@@ -2232,11 +2925,11 @@
2232
2925
  ]
2233
2926
  },
2234
2927
  "200": {
2235
- "value": "#c3b6ff",
2928
+ "value": "#e5dbff",
2236
2929
  "filePath": "tokens/color/base/brand.light.json",
2237
2930
  "isSource": true,
2238
2931
  "original": {
2239
- "value": "#C3B6FF"
2932
+ "value": "#E5DBFF"
2240
2933
  },
2241
2934
  "name": "color-light-mode-brand-secondary-200",
2242
2935
  "attributes": {
@@ -2255,11 +2948,11 @@
2255
2948
  ]
2256
2949
  },
2257
2950
  "300": {
2258
- "value": "#785aff",
2951
+ "value": "#5f41e5",
2259
2952
  "filePath": "tokens/color/base/brand.light.json",
2260
2953
  "isSource": true,
2261
2954
  "original": {
2262
- "value": "#785AFF"
2955
+ "value": "#5F41E5"
2263
2956
  },
2264
2957
  "name": "color-light-mode-brand-secondary-300",
2265
2958
  "attributes": {
@@ -2781,100 +3474,46 @@
2781
3474
  },
2782
3475
  "interactive": {
2783
3476
  "link": {
2784
- "400": {
2785
- "value": "#0f62fe",
2786
- "filePath": "tokens/color/base/interactive.light.json",
2787
- "isSource": true,
2788
- "original": {
2789
- "value": "#0F62FE"
2790
- },
2791
- "name": "color-light-mode-interactive-link-400",
2792
- "attributes": {
2793
- "category": "color",
2794
- "type": "light-mode",
2795
- "item": "interactive",
2796
- "subitem": "link",
2797
- "state": "400"
2798
- },
2799
- "path": [
2800
- "color",
2801
- "light-mode",
2802
- "interactive",
2803
- "link",
2804
- "400"
2805
- ]
3477
+ "value": "#0f62fe",
3478
+ "filePath": "tokens/color/base/interactive.light.json",
3479
+ "isSource": true,
3480
+ "original": {
3481
+ "value": "#0F62FE"
2806
3482
  },
2807
- "500": {
2808
- "value": "#003cac",
2809
- "filePath": "tokens/color/base/interactive.light.json",
2810
- "isSource": true,
2811
- "original": {
2812
- "value": "#003CAC"
2813
- },
2814
- "name": "color-light-mode-interactive-link-500",
2815
- "attributes": {
2816
- "category": "color",
2817
- "type": "light-mode",
2818
- "item": "interactive",
2819
- "subitem": "link",
2820
- "state": "500"
2821
- },
2822
- "path": [
2823
- "color",
2824
- "light-mode",
2825
- "interactive",
2826
- "link",
2827
- "500"
2828
- ]
2829
- }
3483
+ "name": "color-light-mode-interactive-link",
3484
+ "attributes": {
3485
+ "category": "color",
3486
+ "type": "light-mode",
3487
+ "item": "interactive",
3488
+ "subitem": "link"
3489
+ },
3490
+ "path": [
3491
+ "color",
3492
+ "light-mode",
3493
+ "interactive",
3494
+ "link"
3495
+ ]
2830
3496
  },
2831
3497
  "visited": {
2832
- "400": {
2833
- "value": "#967fff",
2834
- "filePath": "tokens/color/base/interactive.light.json",
2835
- "isSource": true,
2836
- "original": {
2837
- "value": "#967FFF"
2838
- },
2839
- "name": "color-light-mode-interactive-visited-400",
2840
- "attributes": {
2841
- "category": "color",
2842
- "type": "light-mode",
2843
- "item": "interactive",
2844
- "subitem": "visited",
2845
- "state": "400"
2846
- },
2847
- "path": [
2848
- "color",
2849
- "light-mode",
2850
- "interactive",
2851
- "visited",
2852
- "400"
2853
- ]
3498
+ "value": "#6f54e8",
3499
+ "filePath": "tokens/color/base/interactive.light.json",
3500
+ "isSource": true,
3501
+ "original": {
3502
+ "value": "#6F54E8"
2854
3503
  },
2855
- "500": {
2856
- "value": "#5f41e5",
2857
- "filePath": "tokens/color/base/interactive.light.json",
2858
- "isSource": true,
2859
- "original": {
2860
- "value": "#5F41E5"
2861
- },
2862
- "name": "color-light-mode-interactive-visited-500",
2863
- "attributes": {
2864
- "category": "color",
2865
- "type": "light-mode",
2866
- "item": "interactive",
2867
- "subitem": "visited",
2868
- "state": "500"
2869
- },
2870
- "path": [
2871
- "color",
2872
- "light-mode",
2873
- "interactive",
2874
- "visited",
2875
- "500"
2876
- ]
2877
- }
3504
+ "name": "color-light-mode-interactive-visited",
3505
+ "attributes": {
3506
+ "category": "color",
3507
+ "type": "light-mode",
3508
+ "item": "interactive",
3509
+ "subitem": "visited"
3510
+ },
3511
+ "path": [
3512
+ "color",
3513
+ "light-mode",
3514
+ "interactive",
3515
+ "visited"
3516
+ ]
2878
3517
  },
2879
3518
  "focus": {
2880
3519
  "value": "#0f62fe",
@@ -2902,11 +3541,11 @@
2902
3541
  },
2903
3542
  "neutral": {
2904
3543
  "100": {
2905
- "value": "#cfcfd3",
3544
+ "value": "#f8f8f8",
2906
3545
  "filePath": "tokens/color/base/neutral.light.json",
2907
3546
  "isSource": true,
2908
3547
  "original": {
2909
- "value": "#CFCFD3"
3548
+ "value": "#f8f8f8"
2910
3549
  },
2911
3550
  "name": "color-light-mode-neutral-100",
2912
3551
  "attributes": {
@@ -2923,11 +3562,11 @@
2923
3562
  ]
2924
3563
  },
2925
3564
  "200": {
2926
- "value": "#aeaeb6",
3565
+ "value": "#cfcfd3",
2927
3566
  "filePath": "tokens/color/base/neutral.light.json",
2928
3567
  "isSource": true,
2929
3568
  "original": {
2930
- "value": "#AEAEB6"
3569
+ "value": "#CFCFD3"
2931
3570
  },
2932
3571
  "name": "color-light-mode-neutral-200",
2933
3572
  "attributes": {
@@ -2944,11 +3583,11 @@
2944
3583
  ]
2945
3584
  },
2946
3585
  "300": {
2947
- "value": "#8f8f99",
3586
+ "value": "#94949e",
2948
3587
  "filePath": "tokens/color/base/neutral.light.json",
2949
3588
  "isSource": true,
2950
3589
  "original": {
2951
- "value": "#8F8F99"
3590
+ "value": "#94949E"
2952
3591
  },
2953
3592
  "name": "color-light-mode-neutral-300",
2954
3593
  "attributes": {
@@ -2986,11 +3625,11 @@
2986
3625
  ]
2987
3626
  },
2988
3627
  "500": {
2989
- "value": "#54545f",
3628
+ "value": "#23232d",
2990
3629
  "filePath": "tokens/color/base/neutral.light.json",
2991
3630
  "isSource": true,
2992
3631
  "original": {
2993
- "value": "#54545F"
3632
+ "value": "#23232D"
2994
3633
  },
2995
3634
  "name": "color-light-mode-neutral-500",
2996
3635
  "attributes": {
@@ -3006,69 +3645,6 @@
3006
3645
  "500"
3007
3646
  ]
3008
3647
  },
3009
- "600": {
3010
- "value": "#393942",
3011
- "filePath": "tokens/color/base/neutral.light.json",
3012
- "isSource": true,
3013
- "original": {
3014
- "value": "#393942"
3015
- },
3016
- "name": "color-light-mode-neutral-600",
3017
- "attributes": {
3018
- "category": "color",
3019
- "type": "light-mode",
3020
- "item": "neutral",
3021
- "subitem": "600"
3022
- },
3023
- "path": [
3024
- "color",
3025
- "light-mode",
3026
- "neutral",
3027
- "600"
3028
- ]
3029
- },
3030
- "700": {
3031
- "value": "#23232d",
3032
- "filePath": "tokens/color/base/neutral.light.json",
3033
- "isSource": true,
3034
- "original": {
3035
- "value": "#23232D"
3036
- },
3037
- "name": "color-light-mode-neutral-700",
3038
- "attributes": {
3039
- "category": "color",
3040
- "type": "light-mode",
3041
- "item": "neutral",
3042
- "subitem": "700"
3043
- },
3044
- "path": [
3045
- "color",
3046
- "light-mode",
3047
- "neutral",
3048
- "700"
3049
- ]
3050
- },
3051
- "050": {
3052
- "value": "#f1f1f1",
3053
- "filePath": "tokens/color/base/neutral.light.json",
3054
- "isSource": true,
3055
- "original": {
3056
- "value": "#F1F1F1"
3057
- },
3058
- "name": "color-light-mode-neutral-050",
3059
- "attributes": {
3060
- "category": "color",
3061
- "type": "light-mode",
3062
- "item": "neutral",
3063
- "subitem": "050"
3064
- },
3065
- "path": [
3066
- "color",
3067
- "light-mode",
3068
- "neutral",
3069
- "050"
3070
- ]
3071
- },
3072
3648
  "000": {
3073
3649
  "value": "#ffffff",
3074
3650
  "filePath": "tokens/color/base/neutral.light.json",