@pantheon-systems/pds-design-tokens 1.0.0-dev.4 → 1.0.0-dev.40

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": "#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,106 +1153,1002 @@
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
- },
1449
- "name": "color-light-mode-link-default",
1450
- "attributes": {
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": "#f1f1f1",
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": "#6d6d78",
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
+ "card": {
1563
+ "border": {
1564
+ "value": "#cfcfd3",
1565
+ "public": true,
1566
+ "filePath": "tokens/color/alias/card.light.json",
1567
+ "isSource": true,
1568
+ "original": {
1569
+ "value": "{color.light-mode.border.default}",
1570
+ "public": true
1571
+ },
1572
+ "name": "color-light-mode-card-border",
1573
+ "attributes": {
1574
+ "category": "color",
1575
+ "type": "light-mode",
1576
+ "item": "card",
1577
+ "subitem": "border"
1578
+ },
1579
+ "path": [
1580
+ "color",
1581
+ "light-mode",
1582
+ "card",
1583
+ "border"
1584
+ ]
1585
+ }
1586
+ },
1587
+ "background": {
1588
+ "default": {
1589
+ "value": "#ffffff",
1590
+ "public": true,
1591
+ "isReferenceToInternal": true,
1592
+ "filePath": "tokens/color/alias/defaults.light.json",
1593
+ "isSource": true,
1594
+ "original": {
1595
+ "value": "{color.light-mode.neutral.000.value}",
1596
+ "public": true,
1597
+ "isReferenceToInternal": true
1598
+ },
1599
+ "name": "color-light-mode-background-default",
1600
+ "attributes": {
1601
+ "category": "color",
1602
+ "type": "light-mode",
1603
+ "item": "background",
1604
+ "subitem": "default"
1605
+ },
1606
+ "path": [
1607
+ "color",
1608
+ "light-mode",
1609
+ "background",
1610
+ "default"
1611
+ ]
1612
+ }
1613
+ },
1614
+ "border": {
1615
+ "default": {
1616
+ "value": "#cfcfd3",
1617
+ "public": true,
1618
+ "isReferenceToInternal": true,
1619
+ "filePath": "tokens/color/alias/defaults.light.json",
1620
+ "isSource": true,
1621
+ "original": {
1622
+ "value": "{color.light-mode.neutral.300.value}",
1623
+ "public": true,
1624
+ "isReferenceToInternal": true
1625
+ },
1626
+ "name": "color-light-mode-border-default",
1627
+ "attributes": {
1628
+ "category": "color",
1629
+ "type": "light-mode",
1630
+ "item": "border",
1631
+ "subitem": "default"
1632
+ },
1633
+ "path": [
1634
+ "color",
1635
+ "light-mode",
1636
+ "border",
1637
+ "default"
1638
+ ]
1639
+ }
1640
+ },
1641
+ "foreground": {
1642
+ "default": {
1643
+ "value": "#23232d",
1644
+ "public": true,
1645
+ "isReferenceToInternal": true,
1646
+ "filePath": "tokens/color/alias/defaults.light.json",
1647
+ "isSource": true,
1648
+ "original": {
1649
+ "value": "{color.light-mode.neutral.500.value}",
1650
+ "public": true,
1651
+ "isReferenceToInternal": true
1652
+ },
1653
+ "name": "color-light-mode-foreground-default",
1654
+ "attributes": {
1655
+ "category": "color",
1656
+ "type": "light-mode",
1657
+ "item": "foreground",
1658
+ "subitem": "default"
1659
+ },
1660
+ "path": [
1661
+ "color",
1662
+ "light-mode",
1663
+ "foreground",
1664
+ "default"
1665
+ ]
1666
+ }
1667
+ },
1668
+ "input": {
1669
+ "background": {
1670
+ "default": {
1671
+ "value": "#ffffff",
1672
+ "public": true,
1673
+ "isReferenceToInternal": true,
1674
+ "filePath": "tokens/color/alias/input.light.json",
1675
+ "isSource": true,
1676
+ "original": {
1677
+ "value": "{color.light-mode.neutral.000.value}",
1678
+ "public": true,
1679
+ "isReferenceToInternal": true
1680
+ },
1681
+ "name": "color-light-mode-input-background-default",
1682
+ "attributes": {
1683
+ "category": "color",
1684
+ "type": "light-mode",
1685
+ "item": "input",
1686
+ "subitem": "background",
1687
+ "state": "default"
1688
+ },
1689
+ "path": [
1690
+ "color",
1691
+ "light-mode",
1692
+ "input",
1693
+ "background",
1694
+ "default"
1695
+ ]
1696
+ },
1697
+ "hover": {
1698
+ "value": "#f0ecff",
1699
+ "public": true,
1700
+ "isReferenceToInternal": true,
1701
+ "filePath": "tokens/color/alias/input.light.json",
1702
+ "isSource": true,
1703
+ "original": {
1704
+ "value": "{color.light-mode.brand.secondary.100.value}",
1705
+ "public": true,
1706
+ "isReferenceToInternal": true
1707
+ },
1708
+ "name": "color-light-mode-input-background-hover",
1709
+ "attributes": {
1710
+ "category": "color",
1711
+ "type": "light-mode",
1712
+ "item": "input",
1713
+ "subitem": "background",
1714
+ "state": "hover"
1715
+ },
1716
+ "path": [
1717
+ "color",
1718
+ "light-mode",
1719
+ "input",
1720
+ "background",
1721
+ "hover"
1722
+ ]
1723
+ },
1724
+ "critical": {
1725
+ "value": "#ffebeb",
1726
+ "public": true,
1727
+ "isReferenceToInternal": true,
1728
+ "filePath": "tokens/color/alias/input.light.json",
1729
+ "isSource": true,
1730
+ "original": {
1731
+ "value": "{color.light-mode.semantic.error.100.value}",
1732
+ "public": true,
1733
+ "isReferenceToInternal": true
1734
+ },
1735
+ "name": "color-light-mode-input-background-critical",
1736
+ "attributes": {
1737
+ "category": "color",
1738
+ "type": "light-mode",
1739
+ "item": "input",
1740
+ "subitem": "background",
1741
+ "state": "critical"
1742
+ },
1743
+ "path": [
1744
+ "color",
1745
+ "light-mode",
1746
+ "input",
1747
+ "background",
1748
+ "critical"
1749
+ ]
1750
+ }
1751
+ },
1752
+ "border": {
1753
+ "default": {
1754
+ "value": "#cfcfd3",
1755
+ "public": true,
1756
+ "isReferenceToInternal": true,
1757
+ "filePath": "tokens/color/alias/input.light.json",
1758
+ "isSource": true,
1759
+ "original": {
1760
+ "value": "{color.light-mode.neutral.300.value}",
1761
+ "public": true,
1762
+ "isReferenceToInternal": true
1763
+ },
1764
+ "name": "color-light-mode-input-border-default",
1765
+ "attributes": {
1766
+ "category": "color",
1767
+ "type": "light-mode",
1768
+ "item": "input",
1769
+ "subitem": "border",
1770
+ "state": "default"
1771
+ },
1772
+ "path": [
1773
+ "color",
1774
+ "light-mode",
1775
+ "input",
1776
+ "border",
1777
+ "default"
1778
+ ]
1779
+ },
1780
+ "hover": {
1781
+ "value": "#5f41e5",
1782
+ "public": true,
1783
+ "isReferenceToInternal": true,
1784
+ "filePath": "tokens/color/alias/input.light.json",
1785
+ "isSource": true,
1786
+ "original": {
1787
+ "value": "{color.light-mode.brand.secondary.300.value}",
1788
+ "public": true,
1789
+ "isReferenceToInternal": true
1790
+ },
1791
+ "name": "color-light-mode-input-border-hover",
1792
+ "attributes": {
1793
+ "category": "color",
1794
+ "type": "light-mode",
1795
+ "item": "input",
1796
+ "subitem": "border",
1797
+ "state": "hover"
1798
+ },
1799
+ "path": [
1800
+ "color",
1801
+ "light-mode",
1802
+ "input",
1803
+ "border",
1804
+ "hover"
1805
+ ]
1806
+ },
1807
+ "success": {
1808
+ "value": "#1f845a",
1809
+ "public": true,
1810
+ "isReferenceToInternal": true,
1811
+ "filePath": "tokens/color/alias/input.light.json",
1812
+ "isSource": true,
1813
+ "original": {
1814
+ "value": "{color.light-mode.semantic.success.400.value}",
1815
+ "public": true,
1816
+ "isReferenceToInternal": true
1817
+ },
1818
+ "name": "color-light-mode-input-border-success",
1819
+ "attributes": {
1820
+ "category": "color",
1821
+ "type": "light-mode",
1822
+ "item": "input",
1823
+ "subitem": "border",
1824
+ "state": "success"
1825
+ },
1826
+ "path": [
1827
+ "color",
1828
+ "light-mode",
1829
+ "input",
1830
+ "border",
1831
+ "success"
1832
+ ]
1833
+ },
1834
+ "critical": {
1835
+ "value": "#d61f1f",
1836
+ "public": true,
1837
+ "isReferenceToInternal": true,
1838
+ "filePath": "tokens/color/alias/input.light.json",
1839
+ "isSource": true,
1840
+ "original": {
1841
+ "value": "{color.light-mode.semantic.error.400.value}",
1842
+ "public": true,
1843
+ "isReferenceToInternal": true
1844
+ },
1845
+ "name": "color-light-mode-input-border-critical",
1846
+ "attributes": {
1847
+ "category": "color",
1848
+ "type": "light-mode",
1849
+ "item": "input",
1850
+ "subitem": "border",
1851
+ "state": "critical"
1852
+ },
1853
+ "path": [
1854
+ "color",
1855
+ "light-mode",
1856
+ "input",
1857
+ "border",
1858
+ "critical"
1859
+ ]
1860
+ }
1861
+ },
1862
+ "foreground": {
1863
+ "default": {
1864
+ "value": "#23232d",
1865
+ "public": true,
1866
+ "isReferenceToInternal": true,
1867
+ "filePath": "tokens/color/alias/input.light.json",
1868
+ "isSource": true,
1869
+ "original": {
1870
+ "value": "{color.light-mode.neutral.500.value}",
1871
+ "public": true,
1872
+ "isReferenceToInternal": true
1873
+ },
1874
+ "name": "color-light-mode-input-foreground-default",
1875
+ "attributes": {
1876
+ "category": "color",
1877
+ "type": "light-mode",
1878
+ "item": "input",
1879
+ "subitem": "foreground",
1880
+ "state": "default"
1881
+ },
1882
+ "path": [
1883
+ "color",
1884
+ "light-mode",
1885
+ "input",
1886
+ "foreground",
1887
+ "default"
1888
+ ]
1889
+ },
1890
+ "success": {
1891
+ "value": "#1f845a",
1892
+ "public": true,
1893
+ "isReferenceToInternal": true,
1894
+ "filePath": "tokens/color/alias/input.light.json",
1895
+ "isSource": true,
1896
+ "original": {
1897
+ "value": "{color.light-mode.semantic.success.400.value}",
1898
+ "public": true,
1899
+ "isReferenceToInternal": true
1900
+ },
1901
+ "name": "color-light-mode-input-foreground-success",
1902
+ "attributes": {
1903
+ "category": "color",
1904
+ "type": "light-mode",
1905
+ "item": "input",
1906
+ "subitem": "foreground",
1907
+ "state": "success"
1908
+ },
1909
+ "path": [
1910
+ "color",
1911
+ "light-mode",
1912
+ "input",
1913
+ "foreground",
1914
+ "success"
1915
+ ]
1916
+ },
1917
+ "critical": {
1918
+ "value": "#d61f1f",
1919
+ "public": true,
1920
+ "isReferenceToInternal": true,
1921
+ "filePath": "tokens/color/alias/input.light.json",
1922
+ "isSource": true,
1923
+ "original": {
1924
+ "value": "{color.light-mode.semantic.error.400.value}",
1925
+ "public": true,
1926
+ "isReferenceToInternal": true
1927
+ },
1928
+ "name": "color-light-mode-input-foreground-critical",
1929
+ "attributes": {
1930
+ "category": "color",
1931
+ "type": "light-mode",
1932
+ "item": "input",
1933
+ "subitem": "foreground",
1934
+ "state": "critical"
1935
+ },
1936
+ "path": [
1937
+ "color",
1938
+ "light-mode",
1939
+ "input",
1940
+ "foreground",
1941
+ "critical"
1942
+ ]
1943
+ }
1944
+ },
1945
+ "placeholder-text": {
1946
+ "value": "#6d6d78",
1947
+ "public": true,
1948
+ "isReferenceToInternal": true,
1949
+ "filePath": "tokens/color/alias/input.light.json",
1950
+ "isSource": true,
1951
+ "original": {
1952
+ "value": "{color.light-mode.neutral.400.value}",
1953
+ "public": true,
1954
+ "isReferenceToInternal": true
1955
+ },
1956
+ "name": "color-light-mode-input-placeholder-text",
1957
+ "attributes": {
1958
+ "category": "color",
1959
+ "type": "light-mode",
1960
+ "item": "input",
1961
+ "subitem": "placeholder-text"
1962
+ },
1963
+ "path": [
1964
+ "color",
1965
+ "light-mode",
1966
+ "input",
1967
+ "placeholder-text"
1968
+ ]
1969
+ },
1970
+ "checked": {
1971
+ "background": {
1972
+ "value": "#0f62fe",
1973
+ "public": true,
1974
+ "filePath": "tokens/color/alias/input.light.json",
1975
+ "isSource": true,
1976
+ "original": {
1977
+ "value": "{color.light-mode.interactive.focus.value}",
1978
+ "public": true
1979
+ },
1980
+ "name": "color-light-mode-input-checked-background",
1981
+ "attributes": {
1982
+ "category": "color",
1983
+ "type": "light-mode",
1984
+ "item": "input",
1985
+ "subitem": "checked",
1986
+ "state": "background"
1987
+ },
1988
+ "path": [
1989
+ "color",
1990
+ "light-mode",
1991
+ "input",
1992
+ "checked",
1993
+ "background"
1994
+ ]
1995
+ },
1996
+ "foreground": {
1997
+ "value": "#ffffff",
1998
+ "public": true,
1999
+ "isReferenceToInternal": true,
2000
+ "filePath": "tokens/color/alias/input.light.json",
2001
+ "isSource": true,
2002
+ "original": {
2003
+ "value": "{color.light-mode.neutral.000.value}",
2004
+ "public": true,
2005
+ "isReferenceToInternal": true
2006
+ },
2007
+ "name": "color-light-mode-input-checked-foreground",
2008
+ "attributes": {
2009
+ "category": "color",
2010
+ "type": "light-mode",
2011
+ "item": "input",
2012
+ "subitem": "checked",
2013
+ "state": "foreground"
2014
+ },
2015
+ "path": [
2016
+ "color",
2017
+ "light-mode",
2018
+ "input",
2019
+ "checked",
2020
+ "foreground"
2021
+ ]
2022
+ }
2023
+ },
2024
+ "toggle-switch": {
2025
+ "off": {
2026
+ "value": "#6d6d78",
2027
+ "public": true,
2028
+ "isReferenceToInternal": true,
2029
+ "filePath": "tokens/color/alias/input.light.json",
2030
+ "isSource": true,
2031
+ "original": {
2032
+ "value": "{color.light-mode.neutral.400.value}",
2033
+ "public": true,
2034
+ "isReferenceToInternal": true
2035
+ },
2036
+ "name": "color-light-mode-input-toggle-switch-off",
2037
+ "attributes": {
2038
+ "category": "color",
2039
+ "type": "light-mode",
2040
+ "item": "input",
2041
+ "subitem": "toggle-switch",
2042
+ "state": "off"
2043
+ },
2044
+ "path": [
2045
+ "color",
2046
+ "light-mode",
2047
+ "input",
2048
+ "toggle-switch",
2049
+ "off"
2050
+ ]
2051
+ },
2052
+ "on": {
2053
+ "value": "#0f62fe",
2054
+ "public": true,
2055
+ "filePath": "tokens/color/alias/input.light.json",
2056
+ "isSource": true,
2057
+ "original": {
2058
+ "value": "{color.light-mode.interactive.focus.value}",
2059
+ "public": true
2060
+ },
2061
+ "name": "color-light-mode-input-toggle-switch-on",
2062
+ "attributes": {
2063
+ "category": "color",
2064
+ "type": "light-mode",
2065
+ "item": "input",
2066
+ "subitem": "toggle-switch",
2067
+ "state": "on"
2068
+ },
2069
+ "path": [
2070
+ "color",
2071
+ "light-mode",
2072
+ "input",
2073
+ "toggle-switch",
2074
+ "on"
2075
+ ]
2076
+ },
2077
+ "icon": {
2078
+ "value": "#ffffff",
2079
+ "public": true,
2080
+ "isReferenceToInternal": true,
2081
+ "filePath": "tokens/color/alias/input.light.json",
2082
+ "isSource": true,
2083
+ "original": {
2084
+ "value": "{color.light-mode.neutral.000.value}",
2085
+ "public": true,
2086
+ "isReferenceToInternal": true
2087
+ },
2088
+ "name": "color-light-mode-input-toggle-switch-icon",
2089
+ "attributes": {
2090
+ "category": "color",
2091
+ "type": "light-mode",
2092
+ "item": "input",
2093
+ "subitem": "toggle-switch",
2094
+ "state": "icon"
2095
+ },
2096
+ "path": [
2097
+ "color",
2098
+ "light-mode",
2099
+ "input",
2100
+ "toggle-switch",
2101
+ "icon"
2102
+ ]
2103
+ }
2104
+ },
2105
+ "action": {
2106
+ "background": {
2107
+ "hover": {
2108
+ "value": "#f8f8f8",
2109
+ "public": true,
2110
+ "isReferenceToInternal": true,
2111
+ "filePath": "tokens/color/alias/input.light.json",
2112
+ "isSource": true,
2113
+ "original": {
2114
+ "value": "{color.light-mode.neutral.100.value}",
2115
+ "public": true,
2116
+ "isReferenceToInternal": true
2117
+ },
2118
+ "name": "color-light-mode-input-action-background-hover",
2119
+ "attributes": {
2120
+ "category": "color",
2121
+ "type": "light-mode",
2122
+ "item": "input",
2123
+ "subitem": "action",
2124
+ "state": "background"
2125
+ },
2126
+ "path": [
2127
+ "color",
2128
+ "light-mode",
2129
+ "input",
2130
+ "action",
2131
+ "background",
2132
+ "hover"
2133
+ ]
2134
+ }
2135
+ }
2136
+ }
2137
+ },
2138
+ "link": {
2139
+ "default": {
2140
+ "value": "#0f62fe",
2141
+ "public": true,
2142
+ "isReferenceToInternal": true,
2143
+ "filePath": "tokens/color/alias/link.light.json",
2144
+ "isSource": true,
2145
+ "original": {
2146
+ "value": "{color.light-mode.interactive.link.value}",
2147
+ "public": true,
2148
+ "isReferenceToInternal": true
2149
+ },
2150
+ "name": "color-light-mode-link-default",
2151
+ "attributes": {
1451
2152
  "category": "color",
1452
2153
  "type": "light-mode",
1453
2154
  "item": "link",
@@ -1461,13 +2162,13 @@
1461
2162
  ]
1462
2163
  },
1463
2164
  "hover": {
1464
- "value": "#003cac",
2165
+ "value": "#6f54e8",
1465
2166
  "public": true,
1466
2167
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.light.json",
2168
+ "filePath": "tokens/color/alias/link.light.json",
1468
2169
  "isSource": true,
1469
2170
  "original": {
1470
- "value": "{color.light-mode.interactive.link.500.value}",
2171
+ "value": "{color.light-mode.interactive.visited.value}",
1471
2172
  "public": true,
1472
2173
  "isReferenceToInternal": true
1473
2174
  },
@@ -1486,13 +2187,13 @@
1486
2187
  ]
1487
2188
  },
1488
2189
  "active": {
1489
- "value": "#003cac",
2190
+ "value": "#6f54e8",
1490
2191
  "public": true,
1491
2192
  "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.light.json",
2193
+ "filePath": "tokens/color/alias/link.light.json",
1493
2194
  "isSource": true,
1494
2195
  "original": {
1495
- "value": "{color.light-mode.interactive.link.500.value}",
2196
+ "value": "{color.light-mode.interactive.visited.value}",
1496
2197
  "public": true,
1497
2198
  "isReferenceToInternal": true
1498
2199
  },
@@ -1511,13 +2212,13 @@
1511
2212
  ]
1512
2213
  },
1513
2214
  "visited": {
1514
- "value": "#967fff",
2215
+ "value": "#6f54e8",
1515
2216
  "public": true,
1516
2217
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.light.json",
2218
+ "filePath": "tokens/color/alias/link.light.json",
1518
2219
  "isSource": true,
1519
2220
  "original": {
1520
- "value": "{color.light-mode.interactive.visited.400.value}",
2221
+ "value": "{color.light-mode.interactive.visited.value}",
1521
2222
  "public": true,
1522
2223
  "isReferenceToInternal": true
1523
2224
  },
@@ -1536,6 +2237,83 @@
1536
2237
  ]
1537
2238
  }
1538
2239
  },
2240
+ "link-cta": {
2241
+ "default": {
2242
+ "value": "#3017a1",
2243
+ "public": true,
2244
+ "isReferenceToInternal": true,
2245
+ "filePath": "tokens/color/alias/link.light.json",
2246
+ "isSource": true,
2247
+ "original": {
2248
+ "value": "{color.light-mode.brand.secondary.400.value}",
2249
+ "public": true,
2250
+ "isReferenceToInternal": true
2251
+ },
2252
+ "name": "color-light-mode-link-cta-default",
2253
+ "attributes": {
2254
+ "category": "color",
2255
+ "type": "light-mode",
2256
+ "item": "link-cta",
2257
+ "subitem": "default"
2258
+ },
2259
+ "path": [
2260
+ "color",
2261
+ "light-mode",
2262
+ "link-cta",
2263
+ "default"
2264
+ ]
2265
+ },
2266
+ "hover": {
2267
+ "value": "#5f41e5",
2268
+ "public": true,
2269
+ "isReferenceToInternal": true,
2270
+ "filePath": "tokens/color/alias/link.light.json",
2271
+ "isSource": true,
2272
+ "original": {
2273
+ "value": "{color.light-mode.brand.secondary.300.value}",
2274
+ "public": true,
2275
+ "isReferenceToInternal": true
2276
+ },
2277
+ "name": "color-light-mode-link-cta-hover",
2278
+ "attributes": {
2279
+ "category": "color",
2280
+ "type": "light-mode",
2281
+ "item": "link-cta",
2282
+ "subitem": "hover"
2283
+ },
2284
+ "path": [
2285
+ "color",
2286
+ "light-mode",
2287
+ "link-cta",
2288
+ "hover"
2289
+ ]
2290
+ },
2291
+ "active": {
2292
+ "value": "#11005d",
2293
+ "public": true,
2294
+ "isReferenceToInternal": true,
2295
+ "filePath": "tokens/color/alias/link.light.json",
2296
+ "isSource": true,
2297
+ "original": {
2298
+ "value": "{color.light-mode.brand.secondary.500.value}",
2299
+ "public": true,
2300
+ "isReferenceToInternal": true
2301
+ },
2302
+ "name": "color-light-mode-link-cta-active",
2303
+ "attributes": {
2304
+ "category": "color",
2305
+ "type": "light-mode",
2306
+ "item": "link-cta",
2307
+ "subitem": "active"
2308
+ },
2309
+ "path": [
2310
+ "color",
2311
+ "light-mode",
2312
+ "link-cta",
2313
+ "active"
2314
+ ]
2315
+ }
2316
+ },
1539
2317
  "menu": {
1540
2318
  "background": {
1541
2319
  "value": "#ffffff",
@@ -1561,116 +2339,175 @@
1561
2339
  "menu",
1562
2340
  "background"
1563
2341
  ]
1564
- }
1565
- },
1566
- "menu-item": {
1567
- "background": {
1568
- "default": {
1569
- "value": "#ffffff",
2342
+ },
2343
+ "item": {
2344
+ "background": {
2345
+ "default": {
2346
+ "value": "#ffffff",
2347
+ "public": true,
2348
+ "isReferenceToInternal": true,
2349
+ "filePath": "tokens/color/alias/menu.light.json",
2350
+ "isSource": true,
2351
+ "original": {
2352
+ "value": "{color.light-mode.background.default}",
2353
+ "public": true,
2354
+ "isReferenceToInternal": true
2355
+ },
2356
+ "name": "color-light-mode-menu-item-background-default",
2357
+ "attributes": {
2358
+ "category": "color",
2359
+ "type": "light-mode",
2360
+ "item": "menu",
2361
+ "subitem": "item",
2362
+ "state": "background"
2363
+ },
2364
+ "path": [
2365
+ "color",
2366
+ "light-mode",
2367
+ "menu",
2368
+ "item",
2369
+ "background",
2370
+ "default"
2371
+ ]
2372
+ },
2373
+ "hover": {
2374
+ "value": "#f8f8f8",
2375
+ "public": true,
2376
+ "isReferenceToInternal": true,
2377
+ "filePath": "tokens/color/alias/menu.light.json",
2378
+ "isSource": true,
2379
+ "original": {
2380
+ "value": "{color.light-mode.neutral.100.value}",
2381
+ "public": true,
2382
+ "isReferenceToInternal": true
2383
+ },
2384
+ "name": "color-light-mode-menu-item-background-hover",
2385
+ "attributes": {
2386
+ "category": "color",
2387
+ "type": "light-mode",
2388
+ "item": "menu",
2389
+ "subitem": "item",
2390
+ "state": "background"
2391
+ },
2392
+ "path": [
2393
+ "color",
2394
+ "light-mode",
2395
+ "menu",
2396
+ "item",
2397
+ "background",
2398
+ "hover"
2399
+ ]
2400
+ },
2401
+ "active": {
2402
+ "value": "#f1f1f1",
2403
+ "public": true,
2404
+ "isReferenceToInternal": true,
2405
+ "filePath": "tokens/color/alias/menu.light.json",
2406
+ "isSource": true,
2407
+ "original": {
2408
+ "value": "{color.light-mode.neutral.200.value}",
2409
+ "public": true,
2410
+ "isReferenceToInternal": true
2411
+ },
2412
+ "name": "color-light-mode-menu-item-background-active",
2413
+ "attributes": {
2414
+ "category": "color",
2415
+ "type": "light-mode",
2416
+ "item": "menu",
2417
+ "subitem": "item",
2418
+ "state": "background"
2419
+ },
2420
+ "path": [
2421
+ "color",
2422
+ "light-mode",
2423
+ "menu",
2424
+ "item",
2425
+ "background",
2426
+ "active"
2427
+ ]
2428
+ }
2429
+ },
2430
+ "foreground": {
2431
+ "value": "#23232d",
1570
2432
  "public": true,
1571
2433
  "isReferenceToInternal": true,
1572
2434
  "filePath": "tokens/color/alias/menu.light.json",
1573
2435
  "isSource": true,
1574
2436
  "original": {
1575
- "value": "{color.light-mode.background.default}",
2437
+ "value": "{color.light-mode.foreground.default}",
1576
2438
  "public": true,
1577
2439
  "isReferenceToInternal": true
1578
2440
  },
1579
- "name": "color-light-mode-menu-item-background-default",
2441
+ "name": "color-light-mode-menu-item-foreground",
1580
2442
  "attributes": {
1581
2443
  "category": "color",
1582
2444
  "type": "light-mode",
1583
- "item": "menu-item",
1584
- "subitem": "background",
1585
- "state": "default"
2445
+ "item": "menu",
2446
+ "subitem": "item",
2447
+ "state": "foreground"
1586
2448
  },
1587
2449
  "path": [
1588
2450
  "color",
1589
2451
  "light-mode",
1590
- "menu-item",
1591
- "background",
1592
- "default"
2452
+ "menu",
2453
+ "item",
2454
+ "foreground"
1593
2455
  ]
1594
2456
  },
1595
- "hover": {
1596
- "value": "#f1f1f1",
2457
+ "heading-text": {
2458
+ "value": "#6d6d78",
1597
2459
  "public": true,
1598
2460
  "isReferenceToInternal": true,
1599
2461
  "filePath": "tokens/color/alias/menu.light.json",
1600
2462
  "isSource": true,
1601
2463
  "original": {
1602
- "value": "{color.light-mode.neutral.050}",
2464
+ "value": "{color.light-mode.neutral.400.value}",
1603
2465
  "public": true,
1604
2466
  "isReferenceToInternal": true
1605
2467
  },
1606
- "name": "color-light-mode-menu-item-background-hover",
2468
+ "name": "color-light-mode-menu-item-heading-text",
1607
2469
  "attributes": {
1608
2470
  "category": "color",
1609
2471
  "type": "light-mode",
1610
- "item": "menu-item",
1611
- "subitem": "background",
1612
- "state": "hover"
2472
+ "item": "menu",
2473
+ "subitem": "item",
2474
+ "state": "heading-text"
1613
2475
  },
1614
2476
  "path": [
1615
2477
  "color",
1616
2478
  "light-mode",
1617
- "menu-item",
1618
- "background",
1619
- "hover"
2479
+ "menu",
2480
+ "item",
2481
+ "heading-text"
1620
2482
  ]
1621
2483
  },
1622
- "active": {
1623
- "value": "#cfcfd3",
2484
+ "description-text": {
2485
+ "value": "#6d6d78",
1624
2486
  "public": true,
1625
2487
  "isReferenceToInternal": true,
1626
2488
  "filePath": "tokens/color/alias/menu.light.json",
1627
2489
  "isSource": true,
1628
2490
  "original": {
1629
- "value": "{color.light-mode.neutral.100}",
2491
+ "value": "{color.light-mode.neutral.400.value}",
1630
2492
  "public": true,
1631
2493
  "isReferenceToInternal": true
1632
2494
  },
1633
- "name": "color-light-mode-menu-item-background-active",
2495
+ "name": "color-light-mode-menu-item-description-text",
1634
2496
  "attributes": {
1635
2497
  "category": "color",
1636
2498
  "type": "light-mode",
1637
- "item": "menu-item",
1638
- "subitem": "background",
1639
- "state": "active"
2499
+ "item": "menu",
2500
+ "subitem": "item",
2501
+ "state": "description-text"
1640
2502
  },
1641
2503
  "path": [
1642
2504
  "color",
1643
2505
  "light-mode",
1644
- "menu-item",
1645
- "background",
1646
- "active"
2506
+ "menu",
2507
+ "item",
2508
+ "description-text"
1647
2509
  ]
1648
2510
  }
1649
- },
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
2511
  }
1675
2512
  },
1676
2513
  "panel": {
@@ -1728,13 +2565,13 @@
1728
2565
  },
1729
2566
  "sunken": {
1730
2567
  "background": {
1731
- "value": "#f1f1f1",
2568
+ "value": "#f8f8f8",
1732
2569
  "public": true,
1733
2570
  "isReferenceToInternal": true,
1734
2571
  "filePath": "tokens/color/alias/panel.light.json",
1735
2572
  "isSource": true,
1736
2573
  "original": {
1737
- "value": "{color.light-mode.neutral.050.value}",
2574
+ "value": "{color.light-mode.neutral.100.value}",
1738
2575
  "public": true,
1739
2576
  "isReferenceToInternal": true
1740
2577
  },
@@ -1755,13 +2592,13 @@
1755
2592
  ]
1756
2593
  },
1757
2594
  "border": {
1758
- "value": "#f1f1f1",
2595
+ "value": "#f8f8f8",
1759
2596
  "public": true,
1760
2597
  "isReferenceToInternal": true,
1761
2598
  "filePath": "tokens/color/alias/panel.light.json",
1762
2599
  "isSource": true,
1763
2600
  "original": {
1764
- "value": "{color.light-mode.neutral.050.value}",
2601
+ "value": "{color.light-mode.neutral.100.value}",
1765
2602
  "public": true,
1766
2603
  "isReferenceToInternal": true
1767
2604
  },
@@ -1855,164 +2692,149 @@
1855
2692
  "path": [
1856
2693
  "color",
1857
2694
  "light-mode",
1858
- "panel",
1859
- "overlay",
1860
- "background"
2695
+ "panel",
2696
+ "overlay",
2697
+ "background"
2698
+ ]
2699
+ },
2700
+ "border": {
2701
+ "value": "#cfcfd3",
2702
+ "public": true,
2703
+ "filePath": "tokens/color/alias/panel.light.json",
2704
+ "isSource": true,
2705
+ "original": {
2706
+ "value": "{color.light-mode.border.default}",
2707
+ "public": true
2708
+ },
2709
+ "name": "color-light-mode-panel-overlay-border",
2710
+ "attributes": {
2711
+ "category": "color",
2712
+ "type": "light-mode",
2713
+ "item": "panel",
2714
+ "subitem": "overlay",
2715
+ "state": "border"
2716
+ },
2717
+ "path": [
2718
+ "color",
2719
+ "light-mode",
2720
+ "panel",
2721
+ "overlay",
2722
+ "border"
2723
+ ]
2724
+ }
2725
+ }
2726
+ },
2727
+ "tile": {
2728
+ "background": {
2729
+ "hover": {
2730
+ "value": "#f8f8f8",
2731
+ "public": true,
2732
+ "isReferenceToInternal": true,
2733
+ "filePath": "tokens/color/alias/tile.light.json",
2734
+ "isSource": true,
2735
+ "original": {
2736
+ "value": "{color.light-mode.neutral.100.value}",
2737
+ "public": true,
2738
+ "isReferenceToInternal": true
2739
+ },
2740
+ "name": "color-light-mode-tile-background-hover",
2741
+ "attributes": {
2742
+ "category": "color",
2743
+ "type": "light-mode",
2744
+ "item": "tile",
2745
+ "subitem": "background",
2746
+ "state": "hover"
2747
+ },
2748
+ "path": [
2749
+ "color",
2750
+ "light-mode",
2751
+ "tile",
2752
+ "background",
2753
+ "hover"
1861
2754
  ]
1862
2755
  },
1863
- "border": {
1864
- "value": "#cfcfd3",
2756
+ "active": {
2757
+ "value": "#f1f1f1",
1865
2758
  "public": true,
1866
- "filePath": "tokens/color/alias/panel.light.json",
2759
+ "isReferenceToInternal": true,
2760
+ "filePath": "tokens/color/alias/tile.light.json",
1867
2761
  "isSource": true,
1868
2762
  "original": {
1869
- "value": "{color.light-mode.border.default}",
1870
- "public": true
2763
+ "value": "{color.light-mode.neutral.200.value}",
2764
+ "public": true,
2765
+ "isReferenceToInternal": true
1871
2766
  },
1872
- "name": "color-light-mode-panel-overlay-border",
2767
+ "name": "color-light-mode-tile-background-active",
1873
2768
  "attributes": {
1874
2769
  "category": "color",
1875
2770
  "type": "light-mode",
1876
- "item": "panel",
1877
- "subitem": "overlay",
1878
- "state": "border"
2771
+ "item": "tile",
2772
+ "subitem": "background",
2773
+ "state": "active"
1879
2774
  },
1880
2775
  "path": [
1881
2776
  "color",
1882
2777
  "light-mode",
1883
- "panel",
1884
- "overlay",
1885
- "border"
2778
+ "tile",
2779
+ "background",
2780
+ "active"
1886
2781
  ]
1887
2782
  }
1888
- }
1889
- },
1890
- "text": {
1891
- "default": {
1892
- "value": "#23232d",
1893
- "public": true,
1894
- "isReferenceToInternal": true,
1895
- "filePath": "tokens/color/alias/typography.light.json",
1896
- "isSource": true,
1897
- "original": {
1898
- "value": "{color.light-mode.neutral.700.value}",
1899
- "public": true,
1900
- "isReferenceToInternal": true
1901
- },
1902
- "name": "color-light-mode-text-default",
1903
- "attributes": {
1904
- "category": "color",
1905
- "type": "light-mode",
1906
- "item": "text",
1907
- "subitem": "default"
1908
- },
1909
- "path": [
1910
- "color",
1911
- "light-mode",
1912
- "text",
1913
- "default"
1914
- ]
1915
2783
  },
1916
- "paragraph": {
1917
- "value": "#23232d",
2784
+ "separator": {
2785
+ "value": "#cfcfd3",
1918
2786
  "public": true,
1919
2787
  "isReferenceToInternal": true,
1920
- "filePath": "tokens/color/alias/typography.light.json",
2788
+ "filePath": "tokens/color/alias/tile.light.json",
1921
2789
  "isSource": true,
1922
2790
  "original": {
1923
- "value": "{color.light-mode.text.default}",
2791
+ "value": "{color.light-mode.neutral.300.value}",
1924
2792
  "public": true,
1925
2793
  "isReferenceToInternal": true
1926
2794
  },
1927
- "name": "color-light-mode-text-paragraph",
2795
+ "name": "color-light-mode-tile-separator",
1928
2796
  "attributes": {
1929
2797
  "category": "color",
1930
2798
  "type": "light-mode",
1931
- "item": "text",
1932
- "subitem": "paragraph"
2799
+ "item": "tile",
2800
+ "subitem": "separator"
1933
2801
  },
1934
2802
  "path": [
1935
2803
  "color",
1936
2804
  "light-mode",
1937
- "text",
1938
- "paragraph"
2805
+ "tile",
2806
+ "separator"
1939
2807
  ]
1940
- },
1941
- "headings": {
2808
+ }
2809
+ },
2810
+ "text": {
2811
+ "default": {
1942
2812
  "value": "#23232d",
1943
2813
  "public": true,
1944
- "filePath": "tokens/color/alias/typography.light.json",
1945
- "isSource": true,
1946
- "original": {
1947
- "value": "{color.light-mode.text.default}",
1948
- "public": true
1949
- },
1950
- "name": "color-light-mode-text-headings",
1951
- "attributes": {
1952
- "category": "color",
1953
- "type": "light-mode",
1954
- "item": "text",
1955
- "subitem": "headings"
1956
- },
1957
- "path": [
1958
- "color",
1959
- "light-mode",
1960
- "text",
1961
- "headings"
1962
- ]
1963
- },
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}",
1972
- "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"
1981
- },
1982
- "path": [
1983
- "color",
1984
- "light-mode",
1985
- "text",
1986
- "lead"
1987
- ]
1988
- },
1989
- "overline": {
1990
- "value": "#71717c",
1991
- "public": true,
1992
2814
  "isReferenceToInternal": true,
1993
2815
  "filePath": "tokens/color/alias/typography.light.json",
1994
2816
  "isSource": true,
1995
2817
  "original": {
1996
- "value": "{color.light-mode.neutral.400.value}",
2818
+ "value": "{color.light-mode.neutral.500.value}",
1997
2819
  "public": true,
1998
2820
  "isReferenceToInternal": true
1999
2821
  },
2000
- "name": "color-light-mode-text-overline",
2822
+ "name": "color-light-mode-text-default",
2001
2823
  "attributes": {
2002
2824
  "category": "color",
2003
2825
  "type": "light-mode",
2004
2826
  "item": "text",
2005
- "subitem": "overline"
2827
+ "subitem": "default"
2006
2828
  },
2007
2829
  "path": [
2008
2830
  "color",
2009
2831
  "light-mode",
2010
2832
  "text",
2011
- "overline"
2833
+ "default"
2012
2834
  ]
2013
2835
  },
2014
- "quote": {
2015
- "value": "#71717c",
2836
+ "default-secondary": {
2837
+ "value": "#6d6d78",
2016
2838
  "public": true,
2017
2839
  "isReferenceToInternal": true,
2018
2840
  "filePath": "tokens/color/alias/typography.light.json",
@@ -2022,18 +2844,18 @@
2022
2844
  "public": true,
2023
2845
  "isReferenceToInternal": true
2024
2846
  },
2025
- "name": "color-light-mode-text-quote",
2847
+ "name": "color-light-mode-text-default-secondary",
2026
2848
  "attributes": {
2027
2849
  "category": "color",
2028
2850
  "type": "light-mode",
2029
2851
  "item": "text",
2030
- "subitem": "quote"
2852
+ "subitem": "default-secondary"
2031
2853
  },
2032
2854
  "path": [
2033
2855
  "color",
2034
2856
  "light-mode",
2035
2857
  "text",
2036
- "quote"
2858
+ "default-secondary"
2037
2859
  ]
2038
2860
  }
2039
2861
  },
@@ -2230,11 +3052,11 @@
2230
3052
  ]
2231
3053
  },
2232
3054
  "200": {
2233
- "value": "#c3b6ff",
3055
+ "value": "#e5dbff",
2234
3056
  "filePath": "tokens/color/base/brand.light.json",
2235
3057
  "isSource": true,
2236
3058
  "original": {
2237
- "value": "#C3B6FF"
3059
+ "value": "#E5DBFF"
2238
3060
  },
2239
3061
  "name": "color-light-mode-brand-secondary-200",
2240
3062
  "attributes": {
@@ -2253,11 +3075,11 @@
2253
3075
  ]
2254
3076
  },
2255
3077
  "300": {
2256
- "value": "#785aff",
3078
+ "value": "#5f41e5",
2257
3079
  "filePath": "tokens/color/base/brand.light.json",
2258
3080
  "isSource": true,
2259
3081
  "original": {
2260
- "value": "#785AFF"
3082
+ "value": "#5F41E5"
2261
3083
  },
2262
3084
  "name": "color-light-mode-brand-secondary-300",
2263
3085
  "attributes": {
@@ -2779,100 +3601,46 @@
2779
3601
  },
2780
3602
  "interactive": {
2781
3603
  "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
- ]
3604
+ "value": "#0f62fe",
3605
+ "filePath": "tokens/color/base/interactive.light.json",
3606
+ "isSource": true,
3607
+ "original": {
3608
+ "value": "#0F62FE"
2804
3609
  },
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
- }
3610
+ "name": "color-light-mode-interactive-link",
3611
+ "attributes": {
3612
+ "category": "color",
3613
+ "type": "light-mode",
3614
+ "item": "interactive",
3615
+ "subitem": "link"
3616
+ },
3617
+ "path": [
3618
+ "color",
3619
+ "light-mode",
3620
+ "interactive",
3621
+ "link"
3622
+ ]
2828
3623
  },
2829
3624
  "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
- ]
3625
+ "value": "#6f54e8",
3626
+ "filePath": "tokens/color/base/interactive.light.json",
3627
+ "isSource": true,
3628
+ "original": {
3629
+ "value": "#6F54E8"
2852
3630
  },
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
- }
3631
+ "name": "color-light-mode-interactive-visited",
3632
+ "attributes": {
3633
+ "category": "color",
3634
+ "type": "light-mode",
3635
+ "item": "interactive",
3636
+ "subitem": "visited"
3637
+ },
3638
+ "path": [
3639
+ "color",
3640
+ "light-mode",
3641
+ "interactive",
3642
+ "visited"
3643
+ ]
2876
3644
  },
2877
3645
  "focus": {
2878
3646
  "value": "#0f62fe",
@@ -2900,11 +3668,11 @@
2900
3668
  },
2901
3669
  "neutral": {
2902
3670
  "100": {
2903
- "value": "#cfcfd3",
3671
+ "value": "#f8f8f8",
2904
3672
  "filePath": "tokens/color/base/neutral.light.json",
2905
3673
  "isSource": true,
2906
3674
  "original": {
2907
- "value": "#CFCFD3"
3675
+ "value": "#f8f8f8"
2908
3676
  },
2909
3677
  "name": "color-light-mode-neutral-100",
2910
3678
  "attributes": {
@@ -2921,11 +3689,11 @@
2921
3689
  ]
2922
3690
  },
2923
3691
  "200": {
2924
- "value": "#aeaeb6",
3692
+ "value": "#f1f1f1",
2925
3693
  "filePath": "tokens/color/base/neutral.light.json",
2926
3694
  "isSource": true,
2927
3695
  "original": {
2928
- "value": "#AEAEB6"
3696
+ "value": "#f1f1f1"
2929
3697
  },
2930
3698
  "name": "color-light-mode-neutral-200",
2931
3699
  "attributes": {
@@ -2942,11 +3710,11 @@
2942
3710
  ]
2943
3711
  },
2944
3712
  "300": {
2945
- "value": "#8f8f99",
3713
+ "value": "#cfcfd3",
2946
3714
  "filePath": "tokens/color/base/neutral.light.json",
2947
3715
  "isSource": true,
2948
3716
  "original": {
2949
- "value": "#8F8F99"
3717
+ "value": "#CFCFD3"
2950
3718
  },
2951
3719
  "name": "color-light-mode-neutral-300",
2952
3720
  "attributes": {
@@ -2963,11 +3731,11 @@
2963
3731
  ]
2964
3732
  },
2965
3733
  "400": {
2966
- "value": "#71717c",
3734
+ "value": "#6d6d78",
2967
3735
  "filePath": "tokens/color/base/neutral.light.json",
2968
3736
  "isSource": true,
2969
3737
  "original": {
2970
- "value": "#71717C"
3738
+ "value": "#6D6D78"
2971
3739
  },
2972
3740
  "name": "color-light-mode-neutral-400",
2973
3741
  "attributes": {
@@ -2984,11 +3752,11 @@
2984
3752
  ]
2985
3753
  },
2986
3754
  "500": {
2987
- "value": "#54545f",
3755
+ "value": "#23232d",
2988
3756
  "filePath": "tokens/color/base/neutral.light.json",
2989
3757
  "isSource": true,
2990
3758
  "original": {
2991
- "value": "#54545F"
3759
+ "value": "#23232D"
2992
3760
  },
2993
3761
  "name": "color-light-mode-neutral-500",
2994
3762
  "attributes": {
@@ -3004,69 +3772,6 @@
3004
3772
  "500"
3005
3773
  ]
3006
3774
  },
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
3775
  "000": {
3071
3776
  "value": "#ffffff",
3072
3777
  "filePath": "tokens/color/base/neutral.light.json",
@@ -3564,7 +4269,7 @@
3564
4269
  "elevation": {
3565
4270
  "light-mode": {
3566
4271
  "raised": {
3567
- "value": "0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4272
+ "value": "0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15)",
3568
4273
  "type": "boxShadow",
3569
4274
  "public": true,
3570
4275
  "filePath": "tokens/elevation/base.light.json",
@@ -3574,17 +4279,17 @@
3574
4279
  {
3575
4280
  "x": "0",
3576
4281
  "y": "1",
3577
- "blur": "1",
4282
+ "blur": "2",
3578
4283
  "spread": "0",
3579
- "color": "#aeaeb6",
4284
+ "color": "rgba(0, 0, 0, 0.2)",
3580
4285
  "type": "dropShadow"
3581
4286
  },
3582
4287
  {
3583
4288
  "x": "0",
3584
- "y": "0",
3585
- "blur": "1",
4289
+ "y": "3",
4290
+ "blur": "8",
3586
4291
  "spread": "0",
3587
- "color": "rgba(18, 18, 25, 0.25)",
4292
+ "color": "rgba(0, 0, 0, 0.15)",
3588
4293
  "type": "dropShadow"
3589
4294
  }
3590
4295
  ],
@@ -3604,7 +4309,7 @@
3604
4309
  ]
3605
4310
  },
3606
4311
  "overlay": {
3607
- "value": "0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25)",
4312
+ "value": "0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15)",
3608
4313
  "type": "boxShadow",
3609
4314
  "public": true,
3610
4315
  "filePath": "tokens/elevation/base.light.json",
@@ -3613,18 +4318,18 @@
3613
4318
  "value": [
3614
4319
  {
3615
4320
  "x": "0",
3616
- "y": "8",
3617
- "blur": "12",
4321
+ "y": "1",
4322
+ "blur": "3",
3618
4323
  "spread": "0",
3619
- "color": "rgba(113, 113, 124, 0.25)",
4324
+ "color": "rgba(0, 0, 0, 0.1)",
3620
4325
  "type": "dropShadow"
3621
4326
  },
3622
4327
  {
3623
4328
  "x": "0",
3624
- "y": "0",
3625
- "blur": "1",
4329
+ "y": "8",
4330
+ "blur": "12",
3626
4331
  "spread": "0",
3627
- "color": "rgba(18, 18, 25, 0.25)",
4332
+ "color": "rgba(0, 0, 0, 0.15)",
3628
4333
  "type": "dropShadow"
3629
4334
  }
3630
4335
  ],