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

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,207 +1,14 @@
1
1
  {
2
2
  "color": {
3
3
  "dark-mode": {
4
- "background": {
5
- "default": {
6
- "value": "#1d1d29",
7
- "public": true,
8
- "isReferenceToInternal": true,
9
- "filePath": "tokens/color/alias/defaults.dark.json",
10
- "isSource": true,
11
- "original": {
12
- "value": "{color.dark-mode.neutral.600.value}",
13
- "public": true,
14
- "isReferenceToInternal": true
15
- },
16
- "name": "color-dark-mode-background-default",
17
- "attributes": {
18
- "category": "color",
19
- "type": "dark-mode",
20
- "item": "background",
21
- "subitem": "default"
22
- },
23
- "path": [
24
- "color",
25
- "dark-mode",
26
- "background",
27
- "default"
28
- ]
29
- }
30
- },
31
- "border": {
32
- "default": {
33
- "value": "#504e62",
34
- "public": true,
35
- "isReferenceToInternal": true,
36
- "filePath": "tokens/color/alias/defaults.dark.json",
37
- "isSource": true,
38
- "original": {
39
- "value": "{color.dark-mode.neutral.400.value}",
40
- "public": true,
41
- "isReferenceToInternal": true
42
- },
43
- "name": "color-dark-mode-border-default",
44
- "attributes": {
45
- "category": "color",
46
- "type": "dark-mode",
47
- "item": "border",
48
- "subitem": "default"
49
- },
50
- "path": [
51
- "color",
52
- "dark-mode",
53
- "border",
54
- "default"
55
- ]
56
- }
57
- },
58
- "foreground": {
59
- "default": {
60
- "value": "#ffffff",
61
- "public": true,
62
- "isReferenceToInternal": true,
63
- "filePath": "tokens/color/alias/defaults.dark.json",
64
- "isSource": true,
65
- "original": {
66
- "value": "{color.dark-mode.neutral.000.value}",
67
- "public": true,
68
- "isReferenceToInternal": true
69
- },
70
- "name": "color-dark-mode-foreground-default",
71
- "attributes": {
72
- "category": "color",
73
- "type": "dark-mode",
74
- "item": "foreground",
75
- "subitem": "default"
76
- },
77
- "path": [
78
- "color",
79
- "dark-mode",
80
- "foreground",
81
- "default"
82
- ]
83
- }
84
- },
85
- "input": {
86
- "background": {
87
- "default": {
88
- "value": "#1d1d29",
89
- "public": true,
90
- "isReferenceToInternal": true,
91
- "filePath": "tokens/color/alias/input.dark.json",
92
- "isSource": true,
93
- "original": {
94
- "value": "{color.dark-mode.neutral.600.value}",
95
- "public": true,
96
- "isReferenceToInternal": true
97
- },
98
- "name": "color-dark-mode-input-background-default",
99
- "attributes": {
100
- "category": "color",
101
- "type": "dark-mode",
102
- "item": "input",
103
- "subitem": "background",
104
- "state": "default"
105
- },
106
- "path": [
107
- "color",
108
- "dark-mode",
109
- "input",
110
- "background",
111
- "default"
112
- ]
113
- },
114
- "disabled": {
115
- "value": "#504e62",
116
- "public": true,
117
- "isReferenceToInternal": true,
118
- "filePath": "tokens/color/alias/input.dark.json",
119
- "isSource": true,
120
- "original": {
121
- "value": "{color.dark-mode.neutral.400.value}",
122
- "public": true,
123
- "isReferenceToInternal": true
124
- },
125
- "name": "color-dark-mode-input-background-disabled",
126
- "attributes": {
127
- "category": "color",
128
- "type": "dark-mode",
129
- "item": "input",
130
- "subitem": "background",
131
- "state": "disabled"
132
- },
133
- "path": [
134
- "color",
135
- "dark-mode",
136
- "input",
137
- "background",
138
- "disabled"
139
- ]
140
- }
141
- },
142
- "border": {
143
- "default": {
144
- "value": "#504e62",
145
- "public": true,
146
- "filePath": "tokens/color/alias/input.dark.json",
147
- "isSource": true,
148
- "original": {
149
- "value": "{color.dark-mode.border.default}",
150
- "public": true
151
- },
152
- "name": "color-dark-mode-input-border-default",
153
- "attributes": {
154
- "category": "color",
155
- "type": "dark-mode",
156
- "item": "input",
157
- "subitem": "border",
158
- "state": "default"
159
- },
160
- "path": [
161
- "color",
162
- "dark-mode",
163
- "input",
164
- "border",
165
- "default"
166
- ]
167
- },
168
- "disabled": {
169
- "value": "#858299",
170
- "public": true,
171
- "isReferenceToInternal": true,
172
- "filePath": "tokens/color/alias/input.dark.json",
173
- "isSource": true,
174
- "original": {
175
- "value": "{color.dark-mode.neutral.300.value}",
176
- "public": true,
177
- "isReferenceToInternal": true
178
- },
179
- "name": "color-dark-mode-input-border-disabled",
180
- "attributes": {
181
- "category": "color",
182
- "type": "dark-mode",
183
- "item": "input",
184
- "subitem": "border",
185
- "state": "disabled"
186
- },
187
- "path": [
188
- "color",
189
- "dark-mode",
190
- "input",
191
- "border",
192
- "disabled"
193
- ]
194
- }
195
- }
196
- },
197
4
  "button": {
198
5
  "primary": {
199
6
  "background": {
200
7
  "default": {
201
- "value": "#6947ff",
8
+ "value": "#8a70ff",
202
9
  "public": true,
203
10
  "isReferenceToInternal": true,
204
- "filePath": "tokens/color/alias/interactive.dark.json",
11
+ "filePath": "tokens/color/alias/button.dark.json",
205
12
  "isSource": true,
206
13
  "original": {
207
14
  "value": "{color.dark-mode.brand.secondary.400.value}",
@@ -226,10 +33,10 @@
226
33
  ]
227
34
  },
228
35
  "hover": {
229
- "value": "#7657ff",
36
+ "value": "#ad9bff",
230
37
  "public": true,
231
38
  "isReferenceToInternal": true,
232
- "filePath": "tokens/color/alias/interactive.dark.json",
39
+ "filePath": "tokens/color/alias/button.dark.json",
233
40
  "isSource": true,
234
41
  "original": {
235
42
  "value": "{color.dark-mode.brand.secondary.300.value}",
@@ -254,10 +61,10 @@
254
61
  ]
255
62
  },
256
63
  "active": {
257
- "value": "#4b32bb",
64
+ "value": "#4e39a8",
258
65
  "public": true,
259
66
  "isReferenceToInternal": true,
260
- "filePath": "tokens/color/alias/interactive.dark.json",
67
+ "filePath": "tokens/color/alias/button.dark.json",
261
68
  "isSource": true,
262
69
  "original": {
263
70
  "value": "{color.dark-mode.brand.secondary.500.value}",
@@ -284,10 +91,10 @@
284
91
  },
285
92
  "border": {
286
93
  "default": {
287
- "value": "#6947ff",
94
+ "value": "#8a70ff",
288
95
  "public": true,
289
96
  "isReferenceToInternal": true,
290
- "filePath": "tokens/color/alias/interactive.dark.json",
97
+ "filePath": "tokens/color/alias/button.dark.json",
291
98
  "isSource": true,
292
99
  "original": {
293
100
  "value": "{color.dark-mode.brand.secondary.400.value}",
@@ -312,10 +119,10 @@
312
119
  ]
313
120
  },
314
121
  "hover": {
315
- "value": "#7657ff",
122
+ "value": "#ad9bff",
316
123
  "public": true,
317
124
  "isReferenceToInternal": true,
318
- "filePath": "tokens/color/alias/interactive.dark.json",
125
+ "filePath": "tokens/color/alias/button.dark.json",
319
126
  "isSource": true,
320
127
  "original": {
321
128
  "value": "{color.dark-mode.brand.secondary.300.value}",
@@ -340,10 +147,10 @@
340
147
  ]
341
148
  },
342
149
  "active": {
343
- "value": "#4b32bb",
150
+ "value": "#4e39a8",
344
151
  "public": true,
345
152
  "isReferenceToInternal": true,
346
- "filePath": "tokens/color/alias/interactive.dark.json",
153
+ "filePath": "tokens/color/alias/button.dark.json",
347
154
  "isSource": true,
348
155
  "original": {
349
156
  "value": "{color.dark-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.dark.json",
183
+ "filePath": "tokens/color/alias/button.dark.json",
377
184
  "isSource": true,
378
185
  "original": {
379
186
  "value": "{color.dark-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.dark.json",
211
+ "filePath": "tokens/color/alias/button.dark.json",
405
212
  "isSource": true,
406
213
  "original": {
407
214
  "value": "{color.dark-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.dark.json",
239
+ "filePath": "tokens/color/alias/button.dark.json",
433
240
  "isSource": true,
434
241
  "original": {
435
242
  "value": "{color.dark-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.dark.json",
270
+ "filePath": "tokens/color/alias/button.dark.json",
464
271
  "isSource": true,
465
272
  "original": {
466
273
  "value": "transparent",
@@ -487,7 +294,7 @@
487
294
  "value": "#504e62",
488
295
  "public": true,
489
296
  "isReferenceToInternal": true,
490
- "filePath": "tokens/color/alias/interactive.dark.json",
297
+ "filePath": "tokens/color/alias/button.dark.json",
491
298
  "isSource": true,
492
299
  "original": {
493
300
  "value": "{color.dark-mode.neutral.400.value}",
@@ -515,7 +322,7 @@
515
322
  "value": "#282839",
516
323
  "public": true,
517
324
  "isReferenceToInternal": true,
518
- "filePath": "tokens/color/alias/interactive.dark.json",
325
+ "filePath": "tokens/color/alias/button.dark.json",
519
326
  "isSource": true,
520
327
  "original": {
521
328
  "value": "{color.dark-mode.neutral.500.value}",
@@ -545,7 +352,7 @@
545
352
  "value": "#a6a3b4",
546
353
  "public": true,
547
354
  "isReferenceToInternal": true,
548
- "filePath": "tokens/color/alias/interactive.dark.json",
355
+ "filePath": "tokens/color/alias/button.dark.json",
549
356
  "isSource": true,
550
357
  "original": {
551
358
  "value": "{color.dark-mode.neutral.200.value}",
@@ -573,7 +380,7 @@
573
380
  "value": "#ffffff",
574
381
  "public": true,
575
382
  "isReferenceToInternal": true,
576
- "filePath": "tokens/color/alias/interactive.dark.json",
383
+ "filePath": "tokens/color/alias/button.dark.json",
577
384
  "isSource": true,
578
385
  "original": {
579
386
  "value": "{color.dark-mode.neutral.000.value}",
@@ -601,7 +408,7 @@
601
408
  "value": "#504e62",
602
409
  "public": true,
603
410
  "isReferenceToInternal": true,
604
- "filePath": "tokens/color/alias/interactive.dark.json",
411
+ "filePath": "tokens/color/alias/button.dark.json",
605
412
  "isSource": true,
606
413
  "original": {
607
414
  "value": "{color.dark-mode.neutral.400.value}",
@@ -631,7 +438,7 @@
631
438
  "value": "#e7e7eb",
632
439
  "public": true,
633
440
  "isReferenceToInternal": true,
634
- "filePath": "tokens/color/alias/interactive.dark.json",
441
+ "filePath": "tokens/color/alias/button.dark.json",
635
442
  "isSource": true,
636
443
  "original": {
637
444
  "value": "{color.dark-mode.neutral.050.value}",
@@ -659,7 +466,7 @@
659
466
  "value": "#ffffff",
660
467
  "public": true,
661
468
  "isReferenceToInternal": true,
662
- "filePath": "tokens/color/alias/interactive.dark.json",
469
+ "filePath": "tokens/color/alias/button.dark.json",
663
470
  "isSource": true,
664
471
  "original": {
665
472
  "value": "{color.dark-mode.neutral.000.value}",
@@ -687,7 +494,7 @@
687
494
  "value": "#e7e7eb",
688
495
  "public": true,
689
496
  "isReferenceToInternal": true,
690
- "filePath": "tokens/color/alias/interactive.dark.json",
497
+ "filePath": "tokens/color/alias/button.dark.json",
691
498
  "isSource": true,
692
499
  "original": {
693
500
  "value": "{color.dark-mode.neutral.050.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.dark.json",
528
+ "filePath": "tokens/color/alias/button.dark.json",
722
529
  "isSource": true,
723
530
  "original": {
724
531
  "value": "transparent",
@@ -745,7 +552,7 @@
745
552
  "value": "#504e62",
746
553
  "public": true,
747
554
  "isReferenceToInternal": true,
748
- "filePath": "tokens/color/alias/interactive.dark.json",
555
+ "filePath": "tokens/color/alias/button.dark.json",
749
556
  "isSource": true,
750
557
  "original": {
751
558
  "value": "{color.dark-mode.neutral.400.value}",
@@ -773,7 +580,7 @@
773
580
  "value": "#282839",
774
581
  "public": true,
775
582
  "isReferenceToInternal": true,
776
- "filePath": "tokens/color/alias/interactive.dark.json",
583
+ "filePath": "tokens/color/alias/button.dark.json",
777
584
  "isSource": true,
778
585
  "original": {
779
586
  "value": "{color.dark-mode.neutral.500.value}",
@@ -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.dark.json",
612
+ "filePath": "tokens/color/alias/button.dark.json",
806
613
  "isSource": true,
807
614
  "original": {
808
615
  "value": "transparent",
@@ -831,7 +638,7 @@
831
638
  "value": "#e7e7eb",
832
639
  "public": true,
833
640
  "isReferenceToInternal": true,
834
- "filePath": "tokens/color/alias/interactive.dark.json",
641
+ "filePath": "tokens/color/alias/button.dark.json",
835
642
  "isSource": true,
836
643
  "original": {
837
644
  "value": "{color.dark-mode.neutral.050.value}",
@@ -859,7 +666,7 @@
859
666
  "value": "#ffffff",
860
667
  "public": true,
861
668
  "isReferenceToInternal": true,
862
- "filePath": "tokens/color/alias/interactive.dark.json",
669
+ "filePath": "tokens/color/alias/button.dark.json",
863
670
  "isSource": true,
864
671
  "original": {
865
672
  "value": "{color.dark-mode.neutral.000.value}",
@@ -887,7 +694,7 @@
887
694
  "value": "#e7e7eb",
888
695
  "public": true,
889
696
  "isReferenceToInternal": true,
890
- "filePath": "tokens/color/alias/interactive.dark.json",
697
+ "filePath": "tokens/color/alias/button.dark.json",
891
698
  "isSource": true,
892
699
  "original": {
893
700
  "value": "{color.dark-mode.neutral.050.value}",
@@ -919,7 +726,7 @@
919
726
  "value": "#ffdc28",
920
727
  "public": true,
921
728
  "isReferenceToInternal": true,
922
- "filePath": "tokens/color/alias/interactive.dark.json",
729
+ "filePath": "tokens/color/alias/button.dark.json",
923
730
  "isSource": true,
924
731
  "original": {
925
732
  "value": "{color.dark-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.dark.json",
757
+ "filePath": "tokens/color/alias/button.dark.json",
951
758
  "isSource": true,
952
759
  "original": {
953
760
  "value": "{color.dark-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.dark.json",
785
+ "filePath": "tokens/color/alias/button.dark.json",
979
786
  "isSource": true,
980
787
  "original": {
981
788
  "value": "{color.dark-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.dark.json",
815
+ "filePath": "tokens/color/alias/button.dark.json",
1009
816
  "isSource": true,
1010
817
  "original": {
1011
818
  "value": "{color.dark-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.dark.json",
843
+ "filePath": "tokens/color/alias/button.dark.json",
1037
844
  "isSource": true,
1038
845
  "original": {
1039
846
  "value": "{color.dark-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.dark.json",
871
+ "filePath": "tokens/color/alias/button.dark.json",
1065
872
  "isSource": true,
1066
873
  "original": {
1067
874
  "value": "{color.dark-mode.brand.primary.500.value}",
@@ -1091,7 +898,7 @@
1091
898
  "value": "#121219",
1092
899
  "public": true,
1093
900
  "isReferenceToInternal": true,
1094
- "filePath": "tokens/color/alias/interactive.dark.json",
901
+ "filePath": "tokens/color/alias/button.dark.json",
1095
902
  "isSource": true,
1096
903
  "original": {
1097
904
  "value": "{color.dark-mode.neutral.700.value}",
@@ -1119,7 +926,7 @@
1119
926
  "value": "#121219",
1120
927
  "public": true,
1121
928
  "isReferenceToInternal": true,
1122
- "filePath": "tokens/color/alias/interactive.dark.json",
929
+ "filePath": "tokens/color/alias/button.dark.json",
1123
930
  "isSource": true,
1124
931
  "original": {
1125
932
  "value": "{color.dark-mode.neutral.700.value}",
@@ -1147,7 +954,7 @@
1147
954
  "value": "#121219",
1148
955
  "public": true,
1149
956
  "isReferenceToInternal": true,
1150
- "filePath": "tokens/color/alias/interactive.dark.json",
957
+ "filePath": "tokens/color/alias/button.dark.json",
1151
958
  "isSource": true,
1152
959
  "original": {
1153
960
  "value": "{color.dark-mode.neutral.700.value}",
@@ -1173,88 +980,86 @@
1173
980
  }
1174
981
  }
1175
982
  },
1176
- "critical": {
983
+ "brand-secondary": {
1177
984
  "background": {
1178
985
  "default": {
1179
- "value": "#e05757",
986
+ "value": "rgba(0, 0, 0, 0)",
1180
987
  "public": true,
1181
- "isReferenceToInternal": true,
1182
- "filePath": "tokens/color/alias/interactive.dark.json",
988
+ "filePath": "tokens/color/alias/button.dark.json",
1183
989
  "isSource": true,
1184
990
  "original": {
1185
- "value": "{color.dark-mode.semantic.error.300.value}",
1186
- "public": true,
1187
- "isReferenceToInternal": true
991
+ "value": "transparent",
992
+ "public": true
1188
993
  },
1189
- "name": "color-dark-mode-button-critical-background-default",
994
+ "name": "color-dark-mode-button-brand-secondary-background-default",
1190
995
  "attributes": {
1191
996
  "category": "color",
1192
997
  "type": "dark-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
  "dark-mode",
1200
1005
  "button",
1201
- "critical",
1006
+ "brand-secondary",
1202
1007
  "background",
1203
1008
  "default"
1204
1009
  ]
1205
1010
  },
1206
1011
  "hover": {
1207
- "value": "#be4242",
1012
+ "value": "#504e62",
1208
1013
  "public": true,
1209
1014
  "isReferenceToInternal": true,
1210
- "filePath": "tokens/color/alias/interactive.dark.json",
1015
+ "filePath": "tokens/color/alias/button.dark.json",
1211
1016
  "isSource": true,
1212
1017
  "original": {
1213
- "value": "{color.dark-mode.semantic.error.400.value}",
1018
+ "value": "{color.dark-mode.neutral.400.value}",
1214
1019
  "public": true,
1215
1020
  "isReferenceToInternal": true
1216
1021
  },
1217
- "name": "color-dark-mode-button-critical-background-hover",
1022
+ "name": "color-dark-mode-button-brand-secondary-background-hover",
1218
1023
  "attributes": {
1219
1024
  "category": "color",
1220
1025
  "type": "dark-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
  "dark-mode",
1228
1033
  "button",
1229
- "critical",
1034
+ "brand-secondary",
1230
1035
  "background",
1231
1036
  "hover"
1232
1037
  ]
1233
1038
  },
1234
1039
  "active": {
1235
- "value": "#9c2f2f",
1040
+ "value": "#282839",
1236
1041
  "public": true,
1237
1042
  "isReferenceToInternal": true,
1238
- "filePath": "tokens/color/alias/interactive.dark.json",
1043
+ "filePath": "tokens/color/alias/button.dark.json",
1239
1044
  "isSource": true,
1240
1045
  "original": {
1241
- "value": "{color.dark-mode.semantic.error.500.value}",
1046
+ "value": "{color.dark-mode.neutral.500.value}",
1242
1047
  "public": true,
1243
1048
  "isReferenceToInternal": true
1244
1049
  },
1245
- "name": "color-dark-mode-button-critical-background-active",
1050
+ "name": "color-dark-mode-button-brand-secondary-background-active",
1246
1051
  "attributes": {
1247
1052
  "category": "color",
1248
1053
  "type": "dark-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
  "dark-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": "#e05757",
1070
+ "value": "#a6a3b4",
1266
1071
  "public": true,
1267
1072
  "isReferenceToInternal": true,
1268
- "filePath": "tokens/color/alias/interactive.dark.json",
1073
+ "filePath": "tokens/color/alias/button.dark.json",
1269
1074
  "isSource": true,
1270
1075
  "original": {
1271
- "value": "{color.dark-mode.semantic.error.300.value}",
1076
+ "value": "{color.dark-mode.neutral.200.value}",
1272
1077
  "public": true,
1273
1078
  "isReferenceToInternal": true
1274
1079
  },
1275
- "name": "color-dark-mode-button-critical-border-default",
1080
+ "name": "color-dark-mode-button-brand-secondary-border-default",
1276
1081
  "attributes": {
1277
1082
  "category": "color",
1278
1083
  "type": "dark-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
  "dark-mode",
1286
1091
  "button",
1287
- "critical",
1092
+ "brand-secondary",
1288
1093
  "border",
1289
1094
  "default"
1290
1095
  ]
1291
1096
  },
1292
1097
  "hover": {
1293
- "value": "#be4242",
1098
+ "value": "#ffffff",
1294
1099
  "public": true,
1295
1100
  "isReferenceToInternal": true,
1296
- "filePath": "tokens/color/alias/interactive.dark.json",
1101
+ "filePath": "tokens/color/alias/button.dark.json",
1297
1102
  "isSource": true,
1298
1103
  "original": {
1299
- "value": "{color.dark-mode.semantic.error.400.value}",
1104
+ "value": "{color.dark-mode.neutral.000.value}",
1300
1105
  "public": true,
1301
1106
  "isReferenceToInternal": true
1302
1107
  },
1303
- "name": "color-dark-mode-button-critical-border-hover",
1108
+ "name": "color-dark-mode-button-brand-secondary-border-hover",
1304
1109
  "attributes": {
1305
1110
  "category": "color",
1306
1111
  "type": "dark-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
  "dark-mode",
1314
1119
  "button",
1315
- "critical",
1120
+ "brand-secondary",
1316
1121
  "border",
1317
1122
  "hover"
1318
1123
  ]
1319
1124
  },
1320
1125
  "active": {
1321
- "value": "#9c2f2f",
1126
+ "value": "#504e62",
1322
1127
  "public": true,
1323
1128
  "isReferenceToInternal": true,
1324
- "filePath": "tokens/color/alias/interactive.dark.json",
1129
+ "filePath": "tokens/color/alias/button.dark.json",
1325
1130
  "isSource": true,
1326
1131
  "original": {
1327
- "value": "{color.dark-mode.semantic.error.500.value}",
1132
+ "value": "{color.dark-mode.neutral.400.value}",
1328
1133
  "public": true,
1329
1134
  "isReferenceToInternal": true
1330
1135
  },
1331
- "name": "color-dark-mode-button-critical-border-active",
1136
+ "name": "color-dark-mode-button-brand-secondary-border-active",
1332
1137
  "attributes": {
1333
1138
  "category": "color",
1334
1139
  "type": "dark-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
  "dark-mode",
1342
1147
  "button",
1343
- "critical",
1148
+ "brand-secondary",
1344
1149
  "border",
1345
1150
  "active"
1346
1151
  ]
@@ -1348,29 +1153,29 @@
1348
1153
  },
1349
1154
  "foreground": {
1350
1155
  "default": {
1351
- "value": "#ffffff",
1156
+ "value": "#e7e7eb",
1352
1157
  "public": true,
1353
1158
  "isReferenceToInternal": true,
1354
- "filePath": "tokens/color/alias/interactive.dark.json",
1159
+ "filePath": "tokens/color/alias/button.dark.json",
1355
1160
  "isSource": true,
1356
1161
  "original": {
1357
- "value": "{color.dark-mode.neutral.000.value}",
1162
+ "value": "{color.dark-mode.neutral.050.value}",
1358
1163
  "public": true,
1359
1164
  "isReferenceToInternal": true
1360
1165
  },
1361
- "name": "color-dark-mode-button-critical-foreground-default",
1166
+ "name": "color-dark-mode-button-brand-secondary-foreground-default",
1362
1167
  "attributes": {
1363
1168
  "category": "color",
1364
1169
  "type": "dark-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
  "dark-mode",
1372
1177
  "button",
1373
- "critical",
1178
+ "brand-secondary",
1374
1179
  "foreground",
1375
1180
  "default"
1376
1181
  ]
@@ -1379,70 +1184,968 @@
1379
1184
  "value": "#ffffff",
1380
1185
  "public": true,
1381
1186
  "isReferenceToInternal": true,
1382
- "filePath": "tokens/color/alias/interactive.dark.json",
1187
+ "filePath": "tokens/color/alias/button.dark.json",
1383
1188
  "isSource": true,
1384
1189
  "original": {
1385
1190
  "value": "{color.dark-mode.neutral.000.value}",
1386
1191
  "public": true,
1387
1192
  "isReferenceToInternal": true
1388
1193
  },
1389
- "name": "color-dark-mode-button-critical-foreground-hover",
1194
+ "name": "color-dark-mode-button-brand-secondary-foreground-hover",
1390
1195
  "attributes": {
1391
1196
  "category": "color",
1392
1197
  "type": "dark-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
  "dark-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": "#e7e7eb",
1408
1213
  "public": true,
1409
1214
  "isReferenceToInternal": true,
1410
- "filePath": "tokens/color/alias/interactive.dark.json",
1215
+ "filePath": "tokens/color/alias/button.dark.json",
1411
1216
  "isSource": true,
1412
1217
  "original": {
1413
- "value": "{color.dark-mode.neutral.000.value}",
1218
+ "value": "{color.dark-mode.neutral.050.value}",
1414
1219
  "public": true,
1415
1220
  "isReferenceToInternal": true
1416
1221
  },
1417
- "name": "color-dark-mode-button-critical-foreground-active",
1222
+ "name": "color-dark-mode-button-brand-secondary-foreground-active",
1418
1223
  "attributes": {
1419
1224
  "category": "color",
1420
1225
  "type": "dark-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
  "dark-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": "#36a3ff",
1440
- "public": true,
1441
- "isReferenceToInternal": true,
1442
- "filePath": "tokens/color/alias/interactive.dark.json",
1240
+ },
1241
+ "critical": {
1242
+ "background": {
1243
+ "default": {
1244
+ "value": "#e05757",
1245
+ "public": true,
1246
+ "isReferenceToInternal": true,
1247
+ "filePath": "tokens/color/alias/button.dark.json",
1248
+ "isSource": true,
1249
+ "original": {
1250
+ "value": "{color.dark-mode.semantic.error.300.value}",
1251
+ "public": true,
1252
+ "isReferenceToInternal": true
1253
+ },
1254
+ "name": "color-dark-mode-button-critical-background-default",
1255
+ "attributes": {
1256
+ "category": "color",
1257
+ "type": "dark-mode",
1258
+ "item": "button",
1259
+ "subitem": "critical",
1260
+ "state": "background"
1261
+ },
1262
+ "path": [
1263
+ "color",
1264
+ "dark-mode",
1265
+ "button",
1266
+ "critical",
1267
+ "background",
1268
+ "default"
1269
+ ]
1270
+ },
1271
+ "hover": {
1272
+ "value": "#be4242",
1273
+ "public": true,
1274
+ "isReferenceToInternal": true,
1275
+ "filePath": "tokens/color/alias/button.dark.json",
1276
+ "isSource": true,
1277
+ "original": {
1278
+ "value": "{color.dark-mode.semantic.error.400.value}",
1279
+ "public": true,
1280
+ "isReferenceToInternal": true
1281
+ },
1282
+ "name": "color-dark-mode-button-critical-background-hover",
1283
+ "attributes": {
1284
+ "category": "color",
1285
+ "type": "dark-mode",
1286
+ "item": "button",
1287
+ "subitem": "critical",
1288
+ "state": "background"
1289
+ },
1290
+ "path": [
1291
+ "color",
1292
+ "dark-mode",
1293
+ "button",
1294
+ "critical",
1295
+ "background",
1296
+ "hover"
1297
+ ]
1298
+ },
1299
+ "active": {
1300
+ "value": "#9c2f2f",
1301
+ "public": true,
1302
+ "isReferenceToInternal": true,
1303
+ "filePath": "tokens/color/alias/button.dark.json",
1304
+ "isSource": true,
1305
+ "original": {
1306
+ "value": "{color.dark-mode.semantic.error.500.value}",
1307
+ "public": true,
1308
+ "isReferenceToInternal": true
1309
+ },
1310
+ "name": "color-dark-mode-button-critical-background-active",
1311
+ "attributes": {
1312
+ "category": "color",
1313
+ "type": "dark-mode",
1314
+ "item": "button",
1315
+ "subitem": "critical",
1316
+ "state": "background"
1317
+ },
1318
+ "path": [
1319
+ "color",
1320
+ "dark-mode",
1321
+ "button",
1322
+ "critical",
1323
+ "background",
1324
+ "active"
1325
+ ]
1326
+ }
1327
+ },
1328
+ "border": {
1329
+ "default": {
1330
+ "value": "#e05757",
1331
+ "public": true,
1332
+ "isReferenceToInternal": true,
1333
+ "filePath": "tokens/color/alias/button.dark.json",
1334
+ "isSource": true,
1335
+ "original": {
1336
+ "value": "{color.dark-mode.semantic.error.300.value}",
1337
+ "public": true,
1338
+ "isReferenceToInternal": true
1339
+ },
1340
+ "name": "color-dark-mode-button-critical-border-default",
1341
+ "attributes": {
1342
+ "category": "color",
1343
+ "type": "dark-mode",
1344
+ "item": "button",
1345
+ "subitem": "critical",
1346
+ "state": "border"
1347
+ },
1348
+ "path": [
1349
+ "color",
1350
+ "dark-mode",
1351
+ "button",
1352
+ "critical",
1353
+ "border",
1354
+ "default"
1355
+ ]
1356
+ },
1357
+ "hover": {
1358
+ "value": "#be4242",
1359
+ "public": true,
1360
+ "isReferenceToInternal": true,
1361
+ "filePath": "tokens/color/alias/button.dark.json",
1362
+ "isSource": true,
1363
+ "original": {
1364
+ "value": "{color.dark-mode.semantic.error.400.value}",
1365
+ "public": true,
1366
+ "isReferenceToInternal": true
1367
+ },
1368
+ "name": "color-dark-mode-button-critical-border-hover",
1369
+ "attributes": {
1370
+ "category": "color",
1371
+ "type": "dark-mode",
1372
+ "item": "button",
1373
+ "subitem": "critical",
1374
+ "state": "border"
1375
+ },
1376
+ "path": [
1377
+ "color",
1378
+ "dark-mode",
1379
+ "button",
1380
+ "critical",
1381
+ "border",
1382
+ "hover"
1383
+ ]
1384
+ },
1385
+ "active": {
1386
+ "value": "#9c2f2f",
1387
+ "public": true,
1388
+ "isReferenceToInternal": true,
1389
+ "filePath": "tokens/color/alias/button.dark.json",
1390
+ "isSource": true,
1391
+ "original": {
1392
+ "value": "{color.dark-mode.semantic.error.500.value}",
1393
+ "public": true,
1394
+ "isReferenceToInternal": true
1395
+ },
1396
+ "name": "color-dark-mode-button-critical-border-active",
1397
+ "attributes": {
1398
+ "category": "color",
1399
+ "type": "dark-mode",
1400
+ "item": "button",
1401
+ "subitem": "critical",
1402
+ "state": "border"
1403
+ },
1404
+ "path": [
1405
+ "color",
1406
+ "dark-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.dark.json",
1420
+ "isSource": true,
1421
+ "original": {
1422
+ "value": "{color.dark-mode.neutral.000.value}",
1423
+ "public": true,
1424
+ "isReferenceToInternal": true
1425
+ },
1426
+ "name": "color-dark-mode-button-critical-foreground-default",
1427
+ "attributes": {
1428
+ "category": "color",
1429
+ "type": "dark-mode",
1430
+ "item": "button",
1431
+ "subitem": "critical",
1432
+ "state": "foreground"
1433
+ },
1434
+ "path": [
1435
+ "color",
1436
+ "dark-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.dark.json",
1448
+ "isSource": true,
1449
+ "original": {
1450
+ "value": "{color.dark-mode.neutral.000.value}",
1451
+ "public": true,
1452
+ "isReferenceToInternal": true
1453
+ },
1454
+ "name": "color-dark-mode-button-critical-foreground-hover",
1455
+ "attributes": {
1456
+ "category": "color",
1457
+ "type": "dark-mode",
1458
+ "item": "button",
1459
+ "subitem": "critical",
1460
+ "state": "foreground"
1461
+ },
1462
+ "path": [
1463
+ "color",
1464
+ "dark-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.dark.json",
1476
+ "isSource": true,
1477
+ "original": {
1478
+ "value": "{color.dark-mode.neutral.000.value}",
1479
+ "public": true,
1480
+ "isReferenceToInternal": true
1481
+ },
1482
+ "name": "color-dark-mode-button-critical-foreground-active",
1483
+ "attributes": {
1484
+ "category": "color",
1485
+ "type": "dark-mode",
1486
+ "item": "button",
1487
+ "subitem": "critical",
1488
+ "state": "foreground"
1489
+ },
1490
+ "path": [
1491
+ "color",
1492
+ "dark-mode",
1493
+ "button",
1494
+ "critical",
1495
+ "foreground",
1496
+ "active"
1497
+ ]
1498
+ }
1499
+ }
1500
+ }
1501
+ },
1502
+ "toggle-button": {
1503
+ "background": {
1504
+ "off": {
1505
+ "value": "#504e62",
1506
+ "public": true,
1507
+ "isReferenceToInternal": true,
1508
+ "filePath": "tokens/color/alias/button.dark.json",
1509
+ "isSource": true,
1510
+ "original": {
1511
+ "value": "{color.dark-mode.neutral.400.value}",
1512
+ "public": true,
1513
+ "isReferenceToInternal": true
1514
+ },
1515
+ "name": "color-dark-mode-toggle-button-background-off",
1516
+ "attributes": {
1517
+ "category": "color",
1518
+ "type": "dark-mode",
1519
+ "item": "toggle-button",
1520
+ "subitem": "background",
1521
+ "state": "off"
1522
+ },
1523
+ "path": [
1524
+ "color",
1525
+ "dark-mode",
1526
+ "toggle-button",
1527
+ "background",
1528
+ "off"
1529
+ ]
1530
+ }
1531
+ },
1532
+ "foreground": {
1533
+ "off": {
1534
+ "value": "#c7c5d0",
1535
+ "public": true,
1536
+ "isReferenceToInternal": true,
1537
+ "filePath": "tokens/color/alias/button.dark.json",
1538
+ "isSource": true,
1539
+ "original": {
1540
+ "value": "{color.dark-mode.neutral.100.value}",
1541
+ "public": true,
1542
+ "isReferenceToInternal": true
1543
+ },
1544
+ "name": "color-dark-mode-toggle-button-foreground-off",
1545
+ "attributes": {
1546
+ "category": "color",
1547
+ "type": "dark-mode",
1548
+ "item": "toggle-button",
1549
+ "subitem": "foreground",
1550
+ "state": "off"
1551
+ },
1552
+ "path": [
1553
+ "color",
1554
+ "dark-mode",
1555
+ "toggle-button",
1556
+ "foreground",
1557
+ "off"
1558
+ ]
1559
+ }
1560
+ }
1561
+ },
1562
+ "card": {
1563
+ "border": {
1564
+ "value": "#504e62",
1565
+ "public": true,
1566
+ "isReferenceToInternal": true,
1567
+ "filePath": "tokens/color/alias/card.dark.json",
1568
+ "isSource": true,
1569
+ "original": {
1570
+ "value": "{color.dark-mode.neutral.400.value}",
1571
+ "public": true,
1572
+ "isReferenceToInternal": true
1573
+ },
1574
+ "name": "color-dark-mode-card-border",
1575
+ "attributes": {
1576
+ "category": "color",
1577
+ "type": "dark-mode",
1578
+ "item": "card",
1579
+ "subitem": "border"
1580
+ },
1581
+ "path": [
1582
+ "color",
1583
+ "dark-mode",
1584
+ "card",
1585
+ "border"
1586
+ ]
1587
+ }
1588
+ },
1589
+ "background": {
1590
+ "default": {
1591
+ "value": "#1d1d29",
1592
+ "public": true,
1593
+ "isReferenceToInternal": true,
1594
+ "filePath": "tokens/color/alias/defaults.dark.json",
1595
+ "isSource": true,
1596
+ "original": {
1597
+ "value": "{color.dark-mode.neutral.600.value}",
1598
+ "public": true,
1599
+ "isReferenceToInternal": true
1600
+ },
1601
+ "name": "color-dark-mode-background-default",
1602
+ "attributes": {
1603
+ "category": "color",
1604
+ "type": "dark-mode",
1605
+ "item": "background",
1606
+ "subitem": "default"
1607
+ },
1608
+ "path": [
1609
+ "color",
1610
+ "dark-mode",
1611
+ "background",
1612
+ "default"
1613
+ ]
1614
+ }
1615
+ },
1616
+ "border": {
1617
+ "default": {
1618
+ "value": "#858299",
1619
+ "public": true,
1620
+ "isReferenceToInternal": true,
1621
+ "filePath": "tokens/color/alias/defaults.dark.json",
1622
+ "isSource": true,
1623
+ "original": {
1624
+ "value": "{color.dark-mode.neutral.300.value}",
1625
+ "public": true,
1626
+ "isReferenceToInternal": true
1627
+ },
1628
+ "name": "color-dark-mode-border-default",
1629
+ "attributes": {
1630
+ "category": "color",
1631
+ "type": "dark-mode",
1632
+ "item": "border",
1633
+ "subitem": "default"
1634
+ },
1635
+ "path": [
1636
+ "color",
1637
+ "dark-mode",
1638
+ "border",
1639
+ "default"
1640
+ ]
1641
+ }
1642
+ },
1643
+ "foreground": {
1644
+ "default": {
1645
+ "value": "#ffffff",
1646
+ "public": true,
1647
+ "isReferenceToInternal": true,
1648
+ "filePath": "tokens/color/alias/defaults.dark.json",
1649
+ "isSource": true,
1650
+ "original": {
1651
+ "value": "{color.dark-mode.neutral.000.value}",
1652
+ "public": true,
1653
+ "isReferenceToInternal": true
1654
+ },
1655
+ "name": "color-dark-mode-foreground-default",
1656
+ "attributes": {
1657
+ "category": "color",
1658
+ "type": "dark-mode",
1659
+ "item": "foreground",
1660
+ "subitem": "default"
1661
+ },
1662
+ "path": [
1663
+ "color",
1664
+ "dark-mode",
1665
+ "foreground",
1666
+ "default"
1667
+ ]
1668
+ }
1669
+ },
1670
+ "input": {
1671
+ "background": {
1672
+ "default": {
1673
+ "value": "#1d1d29",
1674
+ "public": true,
1675
+ "isReferenceToInternal": true,
1676
+ "filePath": "tokens/color/alias/input.dark.json",
1677
+ "isSource": true,
1678
+ "original": {
1679
+ "value": "{color.dark-mode.neutral.600.value}",
1680
+ "public": true,
1681
+ "isReferenceToInternal": true
1682
+ },
1683
+ "name": "color-dark-mode-input-background-default",
1684
+ "attributes": {
1685
+ "category": "color",
1686
+ "type": "dark-mode",
1687
+ "item": "input",
1688
+ "subitem": "background",
1689
+ "state": "default"
1690
+ },
1691
+ "path": [
1692
+ "color",
1693
+ "dark-mode",
1694
+ "input",
1695
+ "background",
1696
+ "default"
1697
+ ]
1698
+ },
1699
+ "hover": {
1700
+ "value": "#282839",
1701
+ "public": true,
1702
+ "isReferenceToInternal": true,
1703
+ "filePath": "tokens/color/alias/input.dark.json",
1704
+ "isSource": true,
1705
+ "original": {
1706
+ "value": "{color.dark-mode.neutral.500.value}",
1707
+ "public": true,
1708
+ "isReferenceToInternal": true
1709
+ },
1710
+ "name": "color-dark-mode-input-background-hover",
1711
+ "attributes": {
1712
+ "category": "color",
1713
+ "type": "dark-mode",
1714
+ "item": "input",
1715
+ "subitem": "background",
1716
+ "state": "hover"
1717
+ },
1718
+ "path": [
1719
+ "color",
1720
+ "dark-mode",
1721
+ "input",
1722
+ "background",
1723
+ "hover"
1724
+ ]
1725
+ },
1726
+ "critical": {
1727
+ "value": "#1d1d29",
1728
+ "public": true,
1729
+ "isReferenceToInternal": true,
1730
+ "filePath": "tokens/color/alias/input.dark.json",
1731
+ "isSource": true,
1732
+ "original": {
1733
+ "value": "{color.dark-mode.neutral.600.value}",
1734
+ "public": true,
1735
+ "isReferenceToInternal": true
1736
+ },
1737
+ "name": "color-dark-mode-input-background-critical",
1738
+ "attributes": {
1739
+ "category": "color",
1740
+ "type": "dark-mode",
1741
+ "item": "input",
1742
+ "subitem": "background",
1743
+ "state": "critical"
1744
+ },
1745
+ "path": [
1746
+ "color",
1747
+ "dark-mode",
1748
+ "input",
1749
+ "background",
1750
+ "critical"
1751
+ ]
1752
+ }
1753
+ },
1754
+ "border": {
1755
+ "default": {
1756
+ "value": "#858299",
1757
+ "public": true,
1758
+ "isReferenceToInternal": true,
1759
+ "filePath": "tokens/color/alias/input.dark.json",
1760
+ "isSource": true,
1761
+ "original": {
1762
+ "value": "{color.dark-mode.neutral.300.value}",
1763
+ "public": true,
1764
+ "isReferenceToInternal": true
1765
+ },
1766
+ "name": "color-dark-mode-input-border-default",
1767
+ "attributes": {
1768
+ "category": "color",
1769
+ "type": "dark-mode",
1770
+ "item": "input",
1771
+ "subitem": "border",
1772
+ "state": "default"
1773
+ },
1774
+ "path": [
1775
+ "color",
1776
+ "dark-mode",
1777
+ "input",
1778
+ "border",
1779
+ "default"
1780
+ ]
1781
+ },
1782
+ "hover": {
1783
+ "value": "#ad9bff",
1784
+ "public": true,
1785
+ "isReferenceToInternal": true,
1786
+ "filePath": "tokens/color/alias/input.dark.json",
1787
+ "isSource": true,
1788
+ "original": {
1789
+ "value": "{color.dark-mode.brand.secondary.300.value}",
1790
+ "public": true,
1791
+ "isReferenceToInternal": true
1792
+ },
1793
+ "name": "color-dark-mode-input-border-hover",
1794
+ "attributes": {
1795
+ "category": "color",
1796
+ "type": "dark-mode",
1797
+ "item": "input",
1798
+ "subitem": "border",
1799
+ "state": "hover"
1800
+ },
1801
+ "path": [
1802
+ "color",
1803
+ "dark-mode",
1804
+ "input",
1805
+ "border",
1806
+ "hover"
1807
+ ]
1808
+ },
1809
+ "success": {
1810
+ "value": "#3cb683",
1811
+ "public": true,
1812
+ "isReferenceToInternal": true,
1813
+ "filePath": "tokens/color/alias/input.dark.json",
1814
+ "isSource": true,
1815
+ "original": {
1816
+ "value": "{color.dark-mode.semantic.success.300.value}",
1817
+ "public": true,
1818
+ "isReferenceToInternal": true
1819
+ },
1820
+ "name": "color-dark-mode-input-border-success",
1821
+ "attributes": {
1822
+ "category": "color",
1823
+ "type": "dark-mode",
1824
+ "item": "input",
1825
+ "subitem": "border",
1826
+ "state": "success"
1827
+ },
1828
+ "path": [
1829
+ "color",
1830
+ "dark-mode",
1831
+ "input",
1832
+ "border",
1833
+ "success"
1834
+ ]
1835
+ },
1836
+ "critical": {
1837
+ "value": "#e05757",
1838
+ "public": true,
1839
+ "isReferenceToInternal": true,
1840
+ "filePath": "tokens/color/alias/input.dark.json",
1841
+ "isSource": true,
1842
+ "original": {
1843
+ "value": "{color.dark-mode.semantic.error.300.value}",
1844
+ "public": true,
1845
+ "isReferenceToInternal": true
1846
+ },
1847
+ "name": "color-dark-mode-input-border-critical",
1848
+ "attributes": {
1849
+ "category": "color",
1850
+ "type": "dark-mode",
1851
+ "item": "input",
1852
+ "subitem": "border",
1853
+ "state": "critical"
1854
+ },
1855
+ "path": [
1856
+ "color",
1857
+ "dark-mode",
1858
+ "input",
1859
+ "border",
1860
+ "critical"
1861
+ ]
1862
+ }
1863
+ },
1864
+ "foreground": {
1865
+ "default": {
1866
+ "value": "#ffffff",
1867
+ "public": true,
1868
+ "isReferenceToInternal": true,
1869
+ "filePath": "tokens/color/alias/input.dark.json",
1870
+ "isSource": true,
1871
+ "original": {
1872
+ "value": "{color.dark-mode.neutral.000.value}",
1873
+ "public": true,
1874
+ "isReferenceToInternal": true
1875
+ },
1876
+ "name": "color-dark-mode-input-foreground-default",
1877
+ "attributes": {
1878
+ "category": "color",
1879
+ "type": "dark-mode",
1880
+ "item": "input",
1881
+ "subitem": "foreground",
1882
+ "state": "default"
1883
+ },
1884
+ "path": [
1885
+ "color",
1886
+ "dark-mode",
1887
+ "input",
1888
+ "foreground",
1889
+ "default"
1890
+ ]
1891
+ },
1892
+ "success": {
1893
+ "value": "#3cb683",
1894
+ "public": true,
1895
+ "isReferenceToInternal": true,
1896
+ "filePath": "tokens/color/alias/input.dark.json",
1897
+ "isSource": true,
1898
+ "original": {
1899
+ "value": "{color.dark-mode.semantic.success.300.value}",
1900
+ "public": true,
1901
+ "isReferenceToInternal": true
1902
+ },
1903
+ "name": "color-dark-mode-input-foreground-success",
1904
+ "attributes": {
1905
+ "category": "color",
1906
+ "type": "dark-mode",
1907
+ "item": "input",
1908
+ "subitem": "foreground",
1909
+ "state": "success"
1910
+ },
1911
+ "path": [
1912
+ "color",
1913
+ "dark-mode",
1914
+ "input",
1915
+ "foreground",
1916
+ "success"
1917
+ ]
1918
+ },
1919
+ "critical": {
1920
+ "value": "#e05757",
1921
+ "public": true,
1922
+ "isReferenceToInternal": true,
1923
+ "filePath": "tokens/color/alias/input.dark.json",
1924
+ "isSource": true,
1925
+ "original": {
1926
+ "value": "{color.dark-mode.semantic.error.300.value}",
1927
+ "public": true,
1928
+ "isReferenceToInternal": true
1929
+ },
1930
+ "name": "color-dark-mode-input-foreground-critical",
1931
+ "attributes": {
1932
+ "category": "color",
1933
+ "type": "dark-mode",
1934
+ "item": "input",
1935
+ "subitem": "foreground",
1936
+ "state": "critical"
1937
+ },
1938
+ "path": [
1939
+ "color",
1940
+ "dark-mode",
1941
+ "input",
1942
+ "foreground",
1943
+ "critical"
1944
+ ]
1945
+ }
1946
+ },
1947
+ "placeholder-text": {
1948
+ "value": "#a6a3b4",
1949
+ "public": true,
1950
+ "isReferenceToInternal": true,
1951
+ "filePath": "tokens/color/alias/input.dark.json",
1952
+ "isSource": true,
1953
+ "original": {
1954
+ "value": "{color.dark-mode.neutral.200.value}",
1955
+ "public": true,
1956
+ "isReferenceToInternal": true
1957
+ },
1958
+ "name": "color-dark-mode-input-placeholder-text",
1959
+ "attributes": {
1960
+ "category": "color",
1961
+ "type": "dark-mode",
1962
+ "item": "input",
1963
+ "subitem": "placeholder-text"
1964
+ },
1965
+ "path": [
1966
+ "color",
1967
+ "dark-mode",
1968
+ "input",
1969
+ "placeholder-text"
1970
+ ]
1971
+ },
1972
+ "checked": {
1973
+ "background": {
1974
+ "value": "#36a3ff",
1975
+ "public": true,
1976
+ "filePath": "tokens/color/alias/input.dark.json",
1977
+ "isSource": true,
1978
+ "original": {
1979
+ "value": "{color.dark-mode.interactive.focus.value}",
1980
+ "public": true
1981
+ },
1982
+ "name": "color-dark-mode-input-checked-background",
1983
+ "attributes": {
1984
+ "category": "color",
1985
+ "type": "dark-mode",
1986
+ "item": "input",
1987
+ "subitem": "checked",
1988
+ "state": "background"
1989
+ },
1990
+ "path": [
1991
+ "color",
1992
+ "dark-mode",
1993
+ "input",
1994
+ "checked",
1995
+ "background"
1996
+ ]
1997
+ },
1998
+ "foreground": {
1999
+ "value": "#ffffff",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true,
2002
+ "filePath": "tokens/color/alias/input.dark.json",
2003
+ "isSource": true,
2004
+ "original": {
2005
+ "value": "{color.dark-mode.neutral.000.value}",
2006
+ "public": true,
2007
+ "isReferenceToInternal": true
2008
+ },
2009
+ "name": "color-dark-mode-input-checked-foreground",
2010
+ "attributes": {
2011
+ "category": "color",
2012
+ "type": "dark-mode",
2013
+ "item": "input",
2014
+ "subitem": "checked",
2015
+ "state": "foreground"
2016
+ },
2017
+ "path": [
2018
+ "color",
2019
+ "dark-mode",
2020
+ "input",
2021
+ "checked",
2022
+ "foreground"
2023
+ ]
2024
+ }
2025
+ },
2026
+ "toggle-switch": {
2027
+ "off": {
2028
+ "value": "#504e62",
2029
+ "public": true,
2030
+ "isReferenceToInternal": true,
2031
+ "filePath": "tokens/color/alias/input.dark.json",
2032
+ "isSource": true,
2033
+ "original": {
2034
+ "value": "{color.dark-mode.neutral.400.value}",
2035
+ "public": true,
2036
+ "isReferenceToInternal": true
2037
+ },
2038
+ "name": "color-dark-mode-input-toggle-switch-off",
2039
+ "attributes": {
2040
+ "category": "color",
2041
+ "type": "dark-mode",
2042
+ "item": "input",
2043
+ "subitem": "toggle-switch",
2044
+ "state": "off"
2045
+ },
2046
+ "path": [
2047
+ "color",
2048
+ "dark-mode",
2049
+ "input",
2050
+ "toggle-switch",
2051
+ "off"
2052
+ ]
2053
+ },
2054
+ "on": {
2055
+ "value": "#36a3ff",
2056
+ "public": true,
2057
+ "filePath": "tokens/color/alias/input.dark.json",
2058
+ "isSource": true,
2059
+ "original": {
2060
+ "value": "{color.dark-mode.interactive.focus.value}",
2061
+ "public": true
2062
+ },
2063
+ "name": "color-dark-mode-input-toggle-switch-on",
2064
+ "attributes": {
2065
+ "category": "color",
2066
+ "type": "dark-mode",
2067
+ "item": "input",
2068
+ "subitem": "toggle-switch",
2069
+ "state": "on"
2070
+ },
2071
+ "path": [
2072
+ "color",
2073
+ "dark-mode",
2074
+ "input",
2075
+ "toggle-switch",
2076
+ "on"
2077
+ ]
2078
+ },
2079
+ "icon": {
2080
+ "value": "#ffffff",
2081
+ "public": true,
2082
+ "isReferenceToInternal": true,
2083
+ "filePath": "tokens/color/alias/input.dark.json",
2084
+ "isSource": true,
2085
+ "original": {
2086
+ "value": "{color.dark-mode.neutral.000.value}",
2087
+ "public": true,
2088
+ "isReferenceToInternal": true
2089
+ },
2090
+ "name": "color-dark-mode-input-toggle-switch-icon",
2091
+ "attributes": {
2092
+ "category": "color",
2093
+ "type": "dark-mode",
2094
+ "item": "input",
2095
+ "subitem": "toggle-switch",
2096
+ "state": "icon"
2097
+ },
2098
+ "path": [
2099
+ "color",
2100
+ "dark-mode",
2101
+ "input",
2102
+ "toggle-switch",
2103
+ "icon"
2104
+ ]
2105
+ }
2106
+ },
2107
+ "action": {
2108
+ "background": {
2109
+ "hover": {
2110
+ "value": "#504e62",
2111
+ "public": true,
2112
+ "isReferenceToInternal": true,
2113
+ "filePath": "tokens/color/alias/input.dark.json",
2114
+ "isSource": true,
2115
+ "original": {
2116
+ "value": "{color.dark-mode.neutral.400.value}",
2117
+ "public": true,
2118
+ "isReferenceToInternal": true
2119
+ },
2120
+ "name": "color-dark-mode-input-action-background-hover",
2121
+ "attributes": {
2122
+ "category": "color",
2123
+ "type": "dark-mode",
2124
+ "item": "input",
2125
+ "subitem": "action",
2126
+ "state": "background"
2127
+ },
2128
+ "path": [
2129
+ "color",
2130
+ "dark-mode",
2131
+ "input",
2132
+ "action",
2133
+ "background",
2134
+ "hover"
2135
+ ]
2136
+ }
2137
+ }
2138
+ }
2139
+ },
2140
+ "link": {
2141
+ "default": {
2142
+ "value": "#36a3ff",
2143
+ "public": true,
2144
+ "isReferenceToInternal": true,
2145
+ "filePath": "tokens/color/alias/link.dark.json",
1443
2146
  "isSource": true,
1444
2147
  "original": {
1445
- "value": "{color.dark-mode.interactive.link.400.value}",
2148
+ "value": "{color.dark-mode.interactive.link.value}",
1446
2149
  "public": true,
1447
2150
  "isReferenceToInternal": true
1448
2151
  },
@@ -1461,13 +2164,13 @@
1461
2164
  ]
1462
2165
  },
1463
2166
  "hover": {
1464
- "value": "#2776b9",
2167
+ "value": "#6f54e8",
1465
2168
  "public": true,
1466
2169
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.dark.json",
2170
+ "filePath": "tokens/color/alias/link.dark.json",
1468
2171
  "isSource": true,
1469
2172
  "original": {
1470
- "value": "{color.dark-mode.interactive.link.500.value}",
2173
+ "value": "{color.dark-mode.interactive.visited.value}",
1471
2174
  "public": true,
1472
2175
  "isReferenceToInternal": true
1473
2176
  },
@@ -1486,13 +2189,13 @@
1486
2189
  ]
1487
2190
  },
1488
2191
  "active": {
1489
- "value": "#2776b9",
2192
+ "value": "#6f54e8",
1490
2193
  "public": true,
1491
2194
  "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.dark.json",
2195
+ "filePath": "tokens/color/alias/link.dark.json",
1493
2196
  "isSource": true,
1494
2197
  "original": {
1495
- "value": "{color.dark-mode.interactive.link.500.value}",
2198
+ "value": "{color.dark-mode.interactive.visited.value}",
1496
2199
  "public": true,
1497
2200
  "isReferenceToInternal": true
1498
2201
  },
@@ -1511,13 +2214,13 @@
1511
2214
  ]
1512
2215
  },
1513
2216
  "visited": {
1514
- "value": "#967fff",
2217
+ "value": "#6f54e8",
1515
2218
  "public": true,
1516
2219
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.dark.json",
2220
+ "filePath": "tokens/color/alias/link.dark.json",
1518
2221
  "isSource": true,
1519
2222
  "original": {
1520
- "value": "{color.dark-mode.interactive.visited.400.value}",
2223
+ "value": "{color.dark-mode.interactive.visited.value}",
1521
2224
  "public": true,
1522
2225
  "isReferenceToInternal": true
1523
2226
  },
@@ -1536,15 +2239,92 @@
1536
2239
  ]
1537
2240
  }
1538
2241
  },
2242
+ "link-cta": {
2243
+ "default": {
2244
+ "value": "#8a70ff",
2245
+ "public": true,
2246
+ "isReferenceToInternal": true,
2247
+ "filePath": "tokens/color/alias/link.dark.json",
2248
+ "isSource": true,
2249
+ "original": {
2250
+ "value": "{color.dark-mode.brand.secondary.400.value}",
2251
+ "public": true,
2252
+ "isReferenceToInternal": true
2253
+ },
2254
+ "name": "color-dark-mode-link-cta-default",
2255
+ "attributes": {
2256
+ "category": "color",
2257
+ "type": "dark-mode",
2258
+ "item": "link-cta",
2259
+ "subitem": "default"
2260
+ },
2261
+ "path": [
2262
+ "color",
2263
+ "dark-mode",
2264
+ "link-cta",
2265
+ "default"
2266
+ ]
2267
+ },
2268
+ "hover": {
2269
+ "value": "#ad9bff",
2270
+ "public": true,
2271
+ "isReferenceToInternal": true,
2272
+ "filePath": "tokens/color/alias/link.dark.json",
2273
+ "isSource": true,
2274
+ "original": {
2275
+ "value": "{color.dark-mode.brand.secondary.300.value}",
2276
+ "public": true,
2277
+ "isReferenceToInternal": true
2278
+ },
2279
+ "name": "color-dark-mode-link-cta-hover",
2280
+ "attributes": {
2281
+ "category": "color",
2282
+ "type": "dark-mode",
2283
+ "item": "link-cta",
2284
+ "subitem": "hover"
2285
+ },
2286
+ "path": [
2287
+ "color",
2288
+ "dark-mode",
2289
+ "link-cta",
2290
+ "hover"
2291
+ ]
2292
+ },
2293
+ "active": {
2294
+ "value": "#d0c6ff",
2295
+ "public": true,
2296
+ "isReferenceToInternal": true,
2297
+ "filePath": "tokens/color/alias/link.dark.json",
2298
+ "isSource": true,
2299
+ "original": {
2300
+ "value": "{color.dark-mode.brand.secondary.200.value}",
2301
+ "public": true,
2302
+ "isReferenceToInternal": true
2303
+ },
2304
+ "name": "color-dark-mode-link-cta-active",
2305
+ "attributes": {
2306
+ "category": "color",
2307
+ "type": "dark-mode",
2308
+ "item": "link-cta",
2309
+ "subitem": "active"
2310
+ },
2311
+ "path": [
2312
+ "color",
2313
+ "dark-mode",
2314
+ "link-cta",
2315
+ "active"
2316
+ ]
2317
+ }
2318
+ },
1539
2319
  "menu": {
1540
2320
  "background": {
1541
- "value": "#121219",
2321
+ "value": "#282839",
1542
2322
  "public": true,
1543
2323
  "isReferenceToInternal": true,
1544
2324
  "filePath": "tokens/color/alias/menu.dark.json",
1545
2325
  "isSource": true,
1546
2326
  "original": {
1547
- "value": "{color.dark-mode.neutral.700}",
2327
+ "value": "{color.dark-mode.neutral.500}",
1548
2328
  "public": true,
1549
2329
  "isReferenceToInternal": true
1550
2330
  },
@@ -1561,116 +2341,175 @@
1561
2341
  "menu",
1562
2342
  "background"
1563
2343
  ]
1564
- }
1565
- },
1566
- "menu-item": {
1567
- "background": {
1568
- "default": {
1569
- "value": "#121219",
1570
- "public": true,
1571
- "isReferenceToInternal": true,
1572
- "filePath": "tokens/color/alias/menu.dark.json",
1573
- "isSource": true,
1574
- "original": {
1575
- "value": "{color.dark-mode.neutral.700}",
2344
+ },
2345
+ "item": {
2346
+ "background": {
2347
+ "default": {
2348
+ "value": "#282839",
1576
2349
  "public": true,
1577
- "isReferenceToInternal": true
2350
+ "isReferenceToInternal": true,
2351
+ "filePath": "tokens/color/alias/menu.dark.json",
2352
+ "isSource": true,
2353
+ "original": {
2354
+ "value": "{color.dark-mode.neutral.500}",
2355
+ "public": true,
2356
+ "isReferenceToInternal": true
2357
+ },
2358
+ "name": "color-dark-mode-menu-item-background-default",
2359
+ "attributes": {
2360
+ "category": "color",
2361
+ "type": "dark-mode",
2362
+ "item": "menu",
2363
+ "subitem": "item",
2364
+ "state": "background"
2365
+ },
2366
+ "path": [
2367
+ "color",
2368
+ "dark-mode",
2369
+ "menu",
2370
+ "item",
2371
+ "background",
2372
+ "default"
2373
+ ]
1578
2374
  },
1579
- "name": "color-dark-mode-menu-item-background-default",
1580
- "attributes": {
1581
- "category": "color",
1582
- "type": "dark-mode",
1583
- "item": "menu-item",
1584
- "subitem": "background",
1585
- "state": "default"
2375
+ "hover": {
2376
+ "value": "#504e62",
2377
+ "public": true,
2378
+ "isReferenceToInternal": true,
2379
+ "filePath": "tokens/color/alias/menu.dark.json",
2380
+ "isSource": true,
2381
+ "original": {
2382
+ "value": "{color.dark-mode.neutral.400}",
2383
+ "public": true,
2384
+ "isReferenceToInternal": true
2385
+ },
2386
+ "name": "color-dark-mode-menu-item-background-hover",
2387
+ "attributes": {
2388
+ "category": "color",
2389
+ "type": "dark-mode",
2390
+ "item": "menu",
2391
+ "subitem": "item",
2392
+ "state": "background"
2393
+ },
2394
+ "path": [
2395
+ "color",
2396
+ "dark-mode",
2397
+ "menu",
2398
+ "item",
2399
+ "background",
2400
+ "hover"
2401
+ ]
1586
2402
  },
1587
- "path": [
1588
- "color",
1589
- "dark-mode",
1590
- "menu-item",
1591
- "background",
1592
- "default"
1593
- ]
2403
+ "active": {
2404
+ "value": "#858299",
2405
+ "public": true,
2406
+ "isReferenceToInternal": true,
2407
+ "filePath": "tokens/color/alias/menu.dark.json",
2408
+ "isSource": true,
2409
+ "original": {
2410
+ "value": "{color.dark-mode.neutral.300}",
2411
+ "public": true,
2412
+ "isReferenceToInternal": true
2413
+ },
2414
+ "name": "color-dark-mode-menu-item-background-active",
2415
+ "attributes": {
2416
+ "category": "color",
2417
+ "type": "dark-mode",
2418
+ "item": "menu",
2419
+ "subitem": "item",
2420
+ "state": "background"
2421
+ },
2422
+ "path": [
2423
+ "color",
2424
+ "dark-mode",
2425
+ "menu",
2426
+ "item",
2427
+ "background",
2428
+ "active"
2429
+ ]
2430
+ }
1594
2431
  },
1595
- "hover": {
1596
- "value": "#1d1d29",
2432
+ "foreground": {
2433
+ "value": "#ffffff",
1597
2434
  "public": true,
1598
2435
  "isReferenceToInternal": true,
1599
2436
  "filePath": "tokens/color/alias/menu.dark.json",
1600
2437
  "isSource": true,
1601
2438
  "original": {
1602
- "value": "{color.dark-mode.neutral.600}",
2439
+ "value": "{color.dark-mode.foreground.default}",
1603
2440
  "public": true,
1604
2441
  "isReferenceToInternal": true
1605
2442
  },
1606
- "name": "color-dark-mode-menu-item-background-hover",
2443
+ "name": "color-dark-mode-menu-item-foreground",
1607
2444
  "attributes": {
1608
2445
  "category": "color",
1609
2446
  "type": "dark-mode",
1610
- "item": "menu-item",
1611
- "subitem": "background",
1612
- "state": "hover"
2447
+ "item": "menu",
2448
+ "subitem": "item",
2449
+ "state": "foreground"
1613
2450
  },
1614
2451
  "path": [
1615
2452
  "color",
1616
2453
  "dark-mode",
1617
- "menu-item",
1618
- "background",
1619
- "hover"
2454
+ "menu",
2455
+ "item",
2456
+ "foreground"
1620
2457
  ]
1621
2458
  },
1622
- "active": {
1623
- "value": "#282839",
2459
+ "heading-text": {
2460
+ "value": "#a6a3b4",
1624
2461
  "public": true,
1625
2462
  "isReferenceToInternal": true,
1626
2463
  "filePath": "tokens/color/alias/menu.dark.json",
1627
2464
  "isSource": true,
1628
2465
  "original": {
1629
- "value": "{color.dark-mode.neutral.500}",
2466
+ "value": "{color.dark-mode.neutral.200.value}",
1630
2467
  "public": true,
1631
2468
  "isReferenceToInternal": true
1632
2469
  },
1633
- "name": "color-dark-mode-menu-item-background-active",
2470
+ "name": "color-dark-mode-menu-item-heading-text",
1634
2471
  "attributes": {
1635
2472
  "category": "color",
1636
2473
  "type": "dark-mode",
1637
- "item": "menu-item",
1638
- "subitem": "background",
1639
- "state": "active"
2474
+ "item": "menu",
2475
+ "subitem": "item",
2476
+ "state": "heading-text"
1640
2477
  },
1641
2478
  "path": [
1642
2479
  "color",
1643
2480
  "dark-mode",
1644
- "menu-item",
1645
- "background",
1646
- "active"
2481
+ "menu",
2482
+ "item",
2483
+ "heading-text"
1647
2484
  ]
1648
- }
1649
- },
1650
- "foreground": {
1651
- "value": "#ffffff",
1652
- "public": true,
1653
- "isReferenceToInternal": true,
1654
- "filePath": "tokens/color/alias/menu.dark.json",
1655
- "isSource": true,
1656
- "original": {
1657
- "value": "{color.dark-mode.foreground.default}",
1658
- "public": true,
1659
- "isReferenceToInternal": true
1660
- },
1661
- "name": "color-dark-mode-menu-item-foreground",
1662
- "attributes": {
1663
- "category": "color",
1664
- "type": "dark-mode",
1665
- "item": "menu-item",
1666
- "subitem": "foreground"
1667
- },
1668
- "path": [
1669
- "color",
1670
- "dark-mode",
1671
- "menu-item",
1672
- "foreground"
1673
- ]
2485
+ },
2486
+ "description-text": {
2487
+ "value": "#a6a3b4",
2488
+ "public": true,
2489
+ "isReferenceToInternal": true,
2490
+ "filePath": "tokens/color/alias/menu.dark.json",
2491
+ "isSource": true,
2492
+ "original": {
2493
+ "value": "{color.dark-mode.neutral.200.value}",
2494
+ "public": true,
2495
+ "isReferenceToInternal": true
2496
+ },
2497
+ "name": "color-dark-mode-menu-item-description-text",
2498
+ "attributes": {
2499
+ "category": "color",
2500
+ "type": "dark-mode",
2501
+ "item": "menu",
2502
+ "subitem": "item",
2503
+ "state": "description-text"
2504
+ },
2505
+ "path": [
2506
+ "color",
2507
+ "dark-mode",
2508
+ "menu",
2509
+ "item",
2510
+ "description-text"
2511
+ ]
2512
+ }
1674
2513
  }
1675
2514
  },
1676
2515
  "panel": {
@@ -1701,7 +2540,7 @@
1701
2540
  ]
1702
2541
  },
1703
2542
  "border": {
1704
- "value": "#504e62",
2543
+ "value": "#858299",
1705
2544
  "public": true,
1706
2545
  "filePath": "tokens/color/alias/panel.dark.json",
1707
2546
  "isSource": true,
@@ -1811,7 +2650,7 @@
1811
2650
  ]
1812
2651
  },
1813
2652
  "border": {
1814
- "value": "#504e62",
2653
+ "value": "#858299",
1815
2654
  "public": true,
1816
2655
  "filePath": "tokens/color/alias/panel.dark.json",
1817
2656
  "isSource": true,
@@ -1893,151 +2732,138 @@
1893
2732
  }
1894
2733
  }
1895
2734
  },
1896
- "text": {
1897
- "default": {
1898
- "value": "#ffffff",
1899
- "public": true,
1900
- "isReferenceToInternal": true,
1901
- "filePath": "tokens/color/alias/typography.dark.json",
1902
- "isSource": true,
1903
- "original": {
1904
- "value": "{color.dark-mode.neutral.000.value}",
2735
+ "tile": {
2736
+ "background": {
2737
+ "hover": {
2738
+ "value": "#504e62",
1905
2739
  "public": true,
1906
- "isReferenceToInternal": true
1907
- },
1908
- "name": "color-dark-mode-text-default",
1909
- "attributes": {
1910
- "category": "color",
1911
- "type": "dark-mode",
1912
- "item": "text",
1913
- "subitem": "default"
1914
- },
1915
- "path": [
1916
- "color",
1917
- "dark-mode",
1918
- "text",
1919
- "default"
1920
- ]
1921
- },
1922
- "paragraph": {
1923
- "value": "#ffffff",
1924
- "public": true,
1925
- "filePath": "tokens/color/alias/typography.dark.json",
1926
- "isSource": true,
1927
- "original": {
1928
- "value": "{color.dark-mode.text.default}",
1929
- "public": true
1930
- },
1931
- "name": "color-dark-mode-text-paragraph",
1932
- "attributes": {
1933
- "category": "color",
1934
- "type": "dark-mode",
1935
- "item": "text",
1936
- "subitem": "paragraph"
1937
- },
1938
- "path": [
1939
- "color",
1940
- "dark-mode",
1941
- "text",
1942
- "paragraph"
1943
- ]
1944
- },
1945
- "headings": {
1946
- "value": "#ffffff",
1947
- "public": true,
1948
- "filePath": "tokens/color/alias/typography.dark.json",
1949
- "isSource": true,
1950
- "original": {
1951
- "value": "{color.dark-mode.text.default}",
1952
- "public": true
1953
- },
1954
- "name": "color-dark-mode-text-headings",
1955
- "attributes": {
1956
- "category": "color",
1957
- "type": "dark-mode",
1958
- "item": "text",
1959
- "subitem": "headings"
2740
+ "isReferenceToInternal": true,
2741
+ "filePath": "tokens/color/alias/tile.dark.json",
2742
+ "isSource": true,
2743
+ "original": {
2744
+ "value": "{color.dark-mode.neutral.400.value}",
2745
+ "public": true,
2746
+ "isReferenceToInternal": true
2747
+ },
2748
+ "name": "color-dark-mode-tile-background-hover",
2749
+ "attributes": {
2750
+ "category": "color",
2751
+ "type": "dark-mode",
2752
+ "item": "tile",
2753
+ "subitem": "background",
2754
+ "state": "hover"
2755
+ },
2756
+ "path": [
2757
+ "color",
2758
+ "dark-mode",
2759
+ "tile",
2760
+ "background",
2761
+ "hover"
2762
+ ]
1960
2763
  },
1961
- "path": [
1962
- "color",
1963
- "dark-mode",
1964
- "text",
1965
- "headings"
1966
- ]
2764
+ "active": {
2765
+ "value": "#858299",
2766
+ "public": true,
2767
+ "isReferenceToInternal": true,
2768
+ "filePath": "tokens/color/alias/tile.dark.json",
2769
+ "isSource": true,
2770
+ "original": {
2771
+ "value": "{color.dark-mode.neutral.300.value}",
2772
+ "public": true,
2773
+ "isReferenceToInternal": true
2774
+ },
2775
+ "name": "color-dark-mode-tile-background-active",
2776
+ "attributes": {
2777
+ "category": "color",
2778
+ "type": "dark-mode",
2779
+ "item": "tile",
2780
+ "subitem": "background",
2781
+ "state": "active"
2782
+ },
2783
+ "path": [
2784
+ "color",
2785
+ "dark-mode",
2786
+ "tile",
2787
+ "background",
2788
+ "active"
2789
+ ]
2790
+ }
1967
2791
  },
1968
- "lead": {
1969
- "value": "#858299",
2792
+ "separator": {
2793
+ "value": "#504e62",
1970
2794
  "public": true,
1971
2795
  "isReferenceToInternal": true,
1972
- "filePath": "tokens/color/alias/typography.dark.json",
2796
+ "filePath": "tokens/color/alias/tile.dark.json",
1973
2797
  "isSource": true,
1974
2798
  "original": {
1975
- "value": "{color.dark-mode.neutral.300.value}",
2799
+ "value": "{color.dark-mode.neutral.400.value}",
1976
2800
  "public": true,
1977
2801
  "isReferenceToInternal": true
1978
2802
  },
1979
- "name": "color-dark-mode-text-lead",
2803
+ "name": "color-dark-mode-tile-separator",
1980
2804
  "attributes": {
1981
2805
  "category": "color",
1982
2806
  "type": "dark-mode",
1983
- "item": "text",
1984
- "subitem": "lead"
2807
+ "item": "tile",
2808
+ "subitem": "separator"
1985
2809
  },
1986
2810
  "path": [
1987
2811
  "color",
1988
2812
  "dark-mode",
1989
- "text",
1990
- "lead"
2813
+ "tile",
2814
+ "separator"
1991
2815
  ]
1992
- },
1993
- "overline": {
1994
- "value": "#858299",
2816
+ }
2817
+ },
2818
+ "text": {
2819
+ "default": {
2820
+ "value": "#ffffff",
1995
2821
  "public": true,
1996
2822
  "isReferenceToInternal": true,
1997
2823
  "filePath": "tokens/color/alias/typography.dark.json",
1998
2824
  "isSource": true,
1999
2825
  "original": {
2000
- "value": "{color.dark-mode.neutral.300.value}",
2826
+ "value": "{color.dark-mode.neutral.000.value}",
2001
2827
  "public": true,
2002
2828
  "isReferenceToInternal": true
2003
2829
  },
2004
- "name": "color-dark-mode-text-overline",
2830
+ "name": "color-dark-mode-text-default",
2005
2831
  "attributes": {
2006
2832
  "category": "color",
2007
2833
  "type": "dark-mode",
2008
2834
  "item": "text",
2009
- "subitem": "overline"
2835
+ "subitem": "default"
2010
2836
  },
2011
2837
  "path": [
2012
2838
  "color",
2013
2839
  "dark-mode",
2014
2840
  "text",
2015
- "overline"
2841
+ "default"
2016
2842
  ]
2017
2843
  },
2018
- "quote": {
2019
- "value": "#858299",
2844
+ "default-secondary": {
2845
+ "value": "#a6a3b4",
2020
2846
  "public": true,
2021
2847
  "isReferenceToInternal": true,
2022
2848
  "filePath": "tokens/color/alias/typography.dark.json",
2023
2849
  "isSource": true,
2024
2850
  "original": {
2025
- "value": "{color.dark-mode.neutral.300.value}",
2851
+ "value": "{color.dark-mode.neutral.200.value}",
2026
2852
  "public": true,
2027
2853
  "isReferenceToInternal": true
2028
2854
  },
2029
- "name": "color-dark-mode-text-quote",
2855
+ "name": "color-dark-mode-text-default-secondary",
2030
2856
  "attributes": {
2031
2857
  "category": "color",
2032
2858
  "type": "dark-mode",
2033
2859
  "item": "text",
2034
- "subitem": "quote"
2860
+ "subitem": "default-secondary"
2035
2861
  },
2036
2862
  "path": [
2037
2863
  "color",
2038
2864
  "dark-mode",
2039
2865
  "text",
2040
- "quote"
2866
+ "default-secondary"
2041
2867
  ]
2042
2868
  }
2043
2869
  },
@@ -2211,11 +3037,11 @@
2211
3037
  },
2212
3038
  "secondary": {
2213
3039
  "100": {
2214
- "value": "#f1eeff",
3040
+ "value": "#f3f0ff",
2215
3041
  "filePath": "tokens/color/base/brand.dark.json",
2216
3042
  "isSource": true,
2217
3043
  "original": {
2218
- "value": "#F1EEFF"
3044
+ "value": "#F3F0FF"
2219
3045
  },
2220
3046
  "name": "color-dark-mode-brand-secondary-100",
2221
3047
  "attributes": {
@@ -2234,11 +3060,11 @@
2234
3060
  ]
2235
3061
  },
2236
3062
  "200": {
2237
- "value": "#b5a4ff",
3063
+ "value": "#d0c6ff",
2238
3064
  "filePath": "tokens/color/base/brand.dark.json",
2239
3065
  "isSource": true,
2240
3066
  "original": {
2241
- "value": "#B5A4FF"
3067
+ "value": "#D0C6FF"
2242
3068
  },
2243
3069
  "name": "color-dark-mode-brand-secondary-200",
2244
3070
  "attributes": {
@@ -2257,11 +3083,11 @@
2257
3083
  ]
2258
3084
  },
2259
3085
  "300": {
2260
- "value": "#7657ff",
3086
+ "value": "#ad9bff",
2261
3087
  "filePath": "tokens/color/base/brand.dark.json",
2262
3088
  "isSource": true,
2263
3089
  "original": {
2264
- "value": "#7657FF"
3090
+ "value": "#AD9BFF"
2265
3091
  },
2266
3092
  "name": "color-dark-mode-brand-secondary-300",
2267
3093
  "attributes": {
@@ -2280,11 +3106,11 @@
2280
3106
  ]
2281
3107
  },
2282
3108
  "400": {
2283
- "value": "#6947ff",
3109
+ "value": "#8a70ff",
2284
3110
  "filePath": "tokens/color/base/brand.dark.json",
2285
3111
  "isSource": true,
2286
3112
  "original": {
2287
- "value": "#6947FF"
3113
+ "value": "#8A70FF"
2288
3114
  },
2289
3115
  "name": "color-dark-mode-brand-secondary-400",
2290
3116
  "attributes": {
@@ -2303,11 +3129,11 @@
2303
3129
  ]
2304
3130
  },
2305
3131
  "500": {
2306
- "value": "#4b32bb",
3132
+ "value": "#4e39a8",
2307
3133
  "filePath": "tokens/color/base/brand.dark.json",
2308
3134
  "isSource": true,
2309
3135
  "original": {
2310
- "value": "#4B32BB"
3136
+ "value": "#4E39A8"
2311
3137
  },
2312
3138
  "name": "color-dark-mode-brand-secondary-500",
2313
3139
  "attributes": {
@@ -2325,31 +3151,8 @@
2325
3151
  "500"
2326
3152
  ]
2327
3153
  },
2328
- "600": {
2329
- "value": "#271577",
2330
- "filePath": "tokens/color/base/brand.dark.json",
2331
- "isSource": true,
2332
- "original": {
2333
- "value": "#271577"
2334
- },
2335
- "name": "color-dark-mode-brand-secondary-600",
2336
- "attributes": {
2337
- "category": "color",
2338
- "type": "dark-mode",
2339
- "item": "brand",
2340
- "subitem": "secondary",
2341
- "state": "600"
2342
- },
2343
- "path": [
2344
- "color",
2345
- "dark-mode",
2346
- "brand",
2347
- "secondary",
2348
- "600"
2349
- ]
2350
- },
2351
3154
  "default": {
2352
- "value": "#6947ff",
3155
+ "value": "#8a70ff",
2353
3156
  "public": true,
2354
3157
  "isReferenceToInternal": true,
2355
3158
  "filePath": "tokens/color/base/brand.dark.json",
@@ -2806,100 +3609,46 @@
2806
3609
  },
2807
3610
  "interactive": {
2808
3611
  "link": {
2809
- "400": {
2810
- "value": "#36a3ff",
2811
- "filePath": "tokens/color/base/interactive.dark.json",
2812
- "isSource": true,
2813
- "original": {
2814
- "value": "#36A3FF"
2815
- },
2816
- "name": "color-dark-mode-interactive-link-400",
2817
- "attributes": {
2818
- "category": "color",
2819
- "type": "dark-mode",
2820
- "item": "interactive",
2821
- "subitem": "link",
2822
- "state": "400"
2823
- },
2824
- "path": [
2825
- "color",
2826
- "dark-mode",
2827
- "interactive",
2828
- "link",
2829
- "400"
2830
- ]
3612
+ "value": "#36a3ff",
3613
+ "filePath": "tokens/color/base/interactive.dark.json",
3614
+ "isSource": true,
3615
+ "original": {
3616
+ "value": "#36A3FF"
2831
3617
  },
2832
- "500": {
2833
- "value": "#2776b9",
2834
- "filePath": "tokens/color/base/interactive.dark.json",
2835
- "isSource": true,
2836
- "original": {
2837
- "value": "#2776B9"
2838
- },
2839
- "name": "color-dark-mode-interactive-link-500",
2840
- "attributes": {
2841
- "category": "color",
2842
- "type": "dark-mode",
2843
- "item": "interactive",
2844
- "subitem": "link",
2845
- "state": "500"
2846
- },
2847
- "path": [
2848
- "color",
2849
- "dark-mode",
2850
- "interactive",
2851
- "link",
2852
- "500"
2853
- ]
2854
- }
3618
+ "name": "color-dark-mode-interactive-link",
3619
+ "attributes": {
3620
+ "category": "color",
3621
+ "type": "dark-mode",
3622
+ "item": "interactive",
3623
+ "subitem": "link"
3624
+ },
3625
+ "path": [
3626
+ "color",
3627
+ "dark-mode",
3628
+ "interactive",
3629
+ "link"
3630
+ ]
2855
3631
  },
2856
3632
  "visited": {
2857
- "400": {
2858
- "value": "#967fff",
2859
- "filePath": "tokens/color/base/interactive.dark.json",
2860
- "isSource": true,
2861
- "original": {
2862
- "value": "#967FFF"
2863
- },
2864
- "name": "color-dark-mode-interactive-visited-400",
2865
- "attributes": {
2866
- "category": "color",
2867
- "type": "dark-mode",
2868
- "item": "interactive",
2869
- "subitem": "visited",
2870
- "state": "400"
2871
- },
2872
- "path": [
2873
- "color",
2874
- "dark-mode",
2875
- "interactive",
2876
- "visited",
2877
- "400"
2878
- ]
3633
+ "value": "#6f54e8",
3634
+ "filePath": "tokens/color/base/interactive.dark.json",
3635
+ "isSource": true,
3636
+ "original": {
3637
+ "value": "#6F54E8"
2879
3638
  },
2880
- "500": {
2881
- "value": "#5f41e5",
2882
- "filePath": "tokens/color/base/interactive.dark.json",
2883
- "isSource": true,
2884
- "original": {
2885
- "value": "#5F41E5"
2886
- },
2887
- "name": "color-dark-mode-interactive-visited-500",
2888
- "attributes": {
2889
- "category": "color",
2890
- "type": "dark-mode",
2891
- "item": "interactive",
2892
- "subitem": "visited",
2893
- "state": "500"
2894
- },
2895
- "path": [
2896
- "color",
2897
- "dark-mode",
2898
- "interactive",
2899
- "visited",
2900
- "500"
2901
- ]
2902
- }
3639
+ "name": "color-dark-mode-interactive-visited",
3640
+ "attributes": {
3641
+ "category": "color",
3642
+ "type": "dark-mode",
3643
+ "item": "interactive",
3644
+ "subitem": "visited"
3645
+ },
3646
+ "path": [
3647
+ "color",
3648
+ "dark-mode",
3649
+ "interactive",
3650
+ "visited"
3651
+ ]
2903
3652
  },
2904
3653
  "focus": {
2905
3654
  "value": "#36a3ff",
@@ -3399,11 +4148,11 @@
3399
4148
  },
3400
4149
  "success": {
3401
4150
  "100": {
3402
- "value": "#f0fff8",
4151
+ "value": "#f0fff9",
3403
4152
  "filePath": "tokens/color/base/semantic.dark.json",
3404
4153
  "isSource": true,
3405
4154
  "original": {
3406
- "value": "#F0FFF8"
4155
+ "value": "#F0FFF9"
3407
4156
  },
3408
4157
  "name": "color-dark-mode-semantic-success-100",
3409
4158
  "attributes": {
@@ -3422,11 +4171,11 @@
3422
4171
  ]
3423
4172
  },
3424
4173
  "200": {
3425
- "value": "#acffdc",
4174
+ "value": "#afffde",
3426
4175
  "filePath": "tokens/color/base/semantic.dark.json",
3427
4176
  "isSource": true,
3428
4177
  "original": {
3429
- "value": "#ACFFDC"
4178
+ "value": "#AFFFDE"
3430
4179
  },
3431
4180
  "name": "color-dark-mode-semantic-success-200",
3432
4181
  "attributes": {
@@ -3445,11 +4194,11 @@
3445
4194
  ]
3446
4195
  },
3447
4196
  "300": {
3448
- "value": "#22a06b",
4197
+ "value": "#3cb683",
3449
4198
  "filePath": "tokens/color/base/semantic.dark.json",
3450
4199
  "isSource": true,
3451
4200
  "original": {
3452
- "value": "#22A06B"
4201
+ "value": "#3CB683"
3453
4202
  },
3454
4203
  "name": "color-dark-mode-semantic-success-300",
3455
4204
  "attributes": {
@@ -3468,11 +4217,11 @@
3468
4217
  ]
3469
4218
  },
3470
4219
  "400": {
3471
- "value": "#137e51",
4220
+ "value": "#299467",
3472
4221
  "filePath": "tokens/color/base/semantic.dark.json",
3473
4222
  "isSource": true,
3474
4223
  "original": {
3475
- "value": "#137E51"
4224
+ "value": "#299467"
3476
4225
  },
3477
4226
  "name": "color-dark-mode-semantic-success-400",
3478
4227
  "attributes": {
@@ -3491,11 +4240,11 @@
3491
4240
  ]
3492
4241
  },
3493
4242
  "500": {
3494
- "value": "#085c39",
4243
+ "value": "#1a724d",
3495
4244
  "filePath": "tokens/color/base/semantic.dark.json",
3496
4245
  "isSource": true,
3497
4246
  "original": {
3498
- "value": "#085C39"
4247
+ "value": "#1A724D"
3499
4248
  },
3500
4249
  "name": "color-dark-mode-semantic-success-500",
3501
4250
  "attributes": {
@@ -3514,11 +4263,11 @@
3514
4263
  ]
3515
4264
  },
3516
4265
  "600": {
3517
- "value": "#133527",
4266
+ "value": "#0e5034",
3518
4267
  "filePath": "tokens/color/base/semantic.dark.json",
3519
4268
  "isSource": true,
3520
4269
  "original": {
3521
- "value": "#133527"
4270
+ "value": "#0E5034"
3522
4271
  },
3523
4272
  "name": "color-dark-mode-semantic-success-600",
3524
4273
  "attributes": {