@bcc-code/design-tokens 3.0.21 → 3.0.22

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.
@@ -8,20 +8,20 @@ export default {
8
8
  "panel": {
9
9
  "border": {
10
10
  "width": "{border-width.1}",
11
- "color": "{content.border.color}"
11
+ "color": "{color.border.default}"
12
12
  }
13
13
  },
14
14
  "header": {
15
- "color": "{text.muted.color}",
15
+ "color": "{color.text.subtle}",
16
16
  "hover": {
17
- "color": "{text.color}",
18
- "background": "{content.background}"
17
+ "color": "{color.text.default}",
18
+ "background": "{color.elevation.surface.default}"
19
19
  },
20
20
  "active": {
21
- "color": "{text.color}",
22
- "background": "{content.background}",
21
+ "color": "{color.text.default}",
22
+ "background": "{color.elevation.surface.default}",
23
23
  "hover": {
24
- "background": "{content.background}"
24
+ "background": "{color.elevation.surface.default}"
25
25
  }
26
26
  },
27
27
  "padding": "{space.200}",
@@ -31,28 +31,28 @@ export default {
31
31
  "border": {
32
32
  "radius": "0",
33
33
  "width": "{border-width.0}",
34
- "color": "{content.border.color}"
34
+ "color": "{color.elevation.surface.default}"
35
35
  },
36
- "background": "{content.background}",
36
+ "background": "{color.elevation.surface.default}",
37
37
  "focus": {
38
38
  "ring": {
39
39
  "width": "{focus.ring.width}",
40
40
  "style": "{focus.ring.style}",
41
- "color": "{focus.ring.color}",
41
+ "color": "{color.border.focused}",
42
42
  "offset": "{focus.ring.offset}",
43
43
  "shadow": "{focus.ring.shadow}"
44
44
  }
45
45
  },
46
46
  "toggle": {
47
47
  "icon": {
48
- "color": "{text.muted.color}",
48
+ "color": "{color.icon.subtle}",
49
49
  "hover": {
50
- "color": "{text.color}"
50
+ "color": "{color.icon.default}"
51
51
  },
52
52
  "active": {
53
- "color": "{text.color}",
53
+ "color": "{color.icon.default}",
54
54
  "hover": {
55
- "color": "{text.color}"
55
+ "color": "{color.icon.default}"
56
56
  }
57
57
  }
58
58
  }
@@ -60,7 +60,7 @@ export default {
60
60
  "first": {
61
61
  "top": {
62
62
  "border": {
63
- "radius": "{content.border.radius}"
63
+ "radius": "{border-radius.sm}"
64
64
  }
65
65
  },
66
66
  "border": {
@@ -70,7 +70,7 @@ export default {
70
70
  "last": {
71
71
  "bottom": {
72
72
  "border": {
73
- "radius": "{content.border.radius}"
73
+ "radius": "{border-radius.sm}"
74
74
  }
75
75
  },
76
76
  "active": {
@@ -85,10 +85,10 @@ export default {
85
85
  "content": {
86
86
  "border": {
87
87
  "width": "{border-width.0}",
88
- "color": "{content.border.color}"
88
+ "color": "{color.border.default}"
89
89
  },
90
- "background": "{content.background}",
91
- "color": "{text.color}",
90
+ "background": "{color.elevation.surface.default}",
91
+ "color": "{color.text.default}",
92
92
  "padding": "{space.200} 0 {space.200} {space.200}"
93
93
  },
94
94
  "transition": {
@@ -96,124 +96,124 @@ export default {
96
96
  }
97
97
  },
98
98
  "autocomplete": {
99
- "background": "{form.field.background}",
99
+ "background": "{color.elevation.surface.default}",
100
100
  "disabled": {
101
- "background": "{form.field.disabled.background}",
102
- "color": "{form.field.disabled.color}"
101
+ "background": "{color.background.disabled.default}",
102
+ "color": "{color.text.disabled}"
103
103
  },
104
104
  "filled": {
105
- "background": "{form.field.filled.background}",
105
+ "background": "{color.background.accent.gray.subtler.default}",
106
106
  "focus": {
107
- "background": "{form.field.filled.focus.background}"
107
+ "background": "{color.background.accent.gray.subtler.default}"
108
108
  },
109
109
  "hover": {
110
- "background": "{form.field.filled.hover.background}"
110
+ "background": "{color.background.accent.gray.subtler.default}"
111
111
  }
112
112
  },
113
113
  "border": {
114
- "color": "{form.field.border.color}",
115
- "radius": "{form.field.border.radius}"
114
+ "color": "{color.border.default}",
115
+ "radius": "{border-radius.sm}"
116
116
  },
117
117
  "hover": {
118
118
  "border": {
119
- "color": "{form.field.hover.border.color}"
119
+ "color": "{color.border.input}"
120
120
  }
121
121
  },
122
122
  "focus": {
123
123
  "border": {
124
- "color": "{form.field.focus.border.color}"
124
+ "color": "{color.border.focused}"
125
125
  },
126
126
  "ring": {
127
127
  "width": "{form.field.focus.ring.width}",
128
128
  "style": "{form.field.focus.ring.style}",
129
- "color": "{form.field.focus.ring.color}",
129
+ "color": "{color.transparent}",
130
130
  "offset": "{form.field.focus.ring.offset}",
131
131
  "shadow": "{form.field.focus.ring.shadow}"
132
132
  }
133
133
  },
134
134
  "invalid": {
135
135
  "border": {
136
- "color": "{form.field.invalid.border.color}"
136
+ "color": "{color.border.danger}"
137
137
  },
138
138
  "placeholder": {
139
- "color": "{form.field.invalid.placeholder.color}"
139
+ "color": "{color.text.danger}"
140
140
  }
141
141
  },
142
- "color": "{form.field.color}",
142
+ "color": "{color.text.default}",
143
143
  "placeholder": {
144
- "color": "{form.field.placeholder.color}"
144
+ "color": "{color.text.subtlest}"
145
145
  },
146
146
  "shadow": "{form.field.shadow}",
147
147
  "padding": {
148
- "x": "{form.field.padding.x}",
149
- "y": "{form.field.padding.y}"
148
+ "x": "{space.75}",
149
+ "y": "{space.25}"
150
150
  },
151
151
  "overlay": {
152
- "background": "{overlay.select.background}",
152
+ "background": "{color.elevation.surface.default}",
153
153
  "border": {
154
- "color": "{overlay.select.border.color}",
155
- "radius": "{overlay.select.border.radius}"
154
+ "color": "{color.border.default}",
155
+ "radius": "{border-radius.sm}"
156
156
  },
157
157
  "color": "{overlay.select.color}",
158
158
  "shadow": "{overlay.select.shadow}"
159
159
  },
160
160
  "list": {
161
- "padding": "{list.padding}",
162
- "gap": "{list.gap}"
161
+ "padding": "{space.100}",
162
+ "gap": "{space.25}"
163
163
  },
164
164
  "option": {
165
165
  "focus": {
166
- "background": "{list.option.focus.background}",
167
- "color": "{list.option.focus.color}"
166
+ "background": "{color.background.accent.gray.subtle.hover}",
167
+ "color": "{color.text.default}"
168
168
  },
169
169
  "selected": {
170
- "background": "{list.option.selected.background}",
170
+ "background": "{color.background.brand.subtlest.default}",
171
171
  "focus": {
172
- "background": "{list.option.selected.focus.background}",
173
- "color": "{list.option.selected.focus.color}"
172
+ "background": "{color.background.brand.subtler.default}",
173
+ "color": "{color.text.selected}"
174
174
  },
175
- "color": "{list.option.selected.color}"
175
+ "color": "{color.text.selected}"
176
176
  },
177
- "color": "{list.option.color}",
178
- "padding": "{list.option.padding}",
177
+ "color": "{color.text.subtle}",
178
+ "padding": "{space.150} {space.100}",
179
179
  "border": {
180
- "radius": "{list.option.border.radius}"
180
+ "radius": "{border-radius.xs}"
181
181
  },
182
182
  "group": {
183
- "background": "{list.option.group.background}",
184
- "color": "{list.option.group.color}",
183
+ "background": "{color.elevation.surface.default}",
184
+ "color": "{color.text.subtlest}",
185
185
  "font": {
186
186
  "weight": "{list.option.group.font.weight}"
187
187
  },
188
- "padding": "{list.option.group.padding}"
188
+ "padding": "{space.100} {space.150}"
189
189
  }
190
190
  },
191
191
  "dropdown": {
192
192
  "width": "{space.500}",
193
193
  "border": {
194
- "color": "{form.field.border.color}",
195
- "radius": "{form.field.border.radius}"
194
+ "color": "{color.border.default}",
195
+ "radius": "{border-radius.sm}"
196
196
  },
197
197
  "hover": {
198
198
  "border": {
199
- "color": "{form.field.border.color}"
199
+ "color": "{color.border.default}"
200
200
  },
201
- "background": "{surface.200}",
202
- "color": "{surface.700}"
201
+ "background": "{color.background.accent.gray.subtle.hover}",
202
+ "color": "{color.icon.subtle}"
203
203
  },
204
204
  "active": {
205
205
  "border": {
206
- "color": "{form.field.border.color}"
206
+ "color": "{color.border.default}"
207
207
  },
208
- "background": "{surface.300}",
209
- "color": "{surface.800}"
208
+ "background": "{color.background.accent.gray.subtle.pressed}",
209
+ "color": "{color.icon.default}"
210
210
  },
211
211
  "focus": {
212
212
  "ring": {
213
213
  "width": "{focus.ring.width}",
214
214
  "offset": "{focus.ring.offset}",
215
215
  "style": "{focus.ring.style}",
216
- "color": "{focus.ring.color}",
216
+ "color": "{color.border.focused}",
217
217
  "shadow": "{focus.ring.shadow}"
218
218
  }
219
219
  },
@@ -223,21 +223,21 @@ export default {
223
223
  "lg": {
224
224
  "width": "{space.600}"
225
225
  },
226
- "background": "{surface.100}",
227
- "color": "{surface.600}"
226
+ "background": "{color.background.accent.gray.subtle.default}",
227
+ "color": "{color.icon.subtlest}"
228
228
  },
229
229
  "chip": {
230
230
  "border": {
231
- "radius": "{border.radius.sm}"
231
+ "radius": "{border-radius.xs}"
232
232
  },
233
233
  "focus": {
234
- "background": "{surface.200}",
235
- "color": "{surface.800}"
234
+ "background": "{color.background.accent.gray.hover}",
235
+ "color": "{color.text.default}"
236
236
  }
237
237
  },
238
238
  "empty": {
239
239
  "message": {
240
- "padding": "{list.option.padding}"
240
+ "padding": "{space.150} {space.100}"
241
241
  }
242
242
  },
243
243
  "transition": {
@@ -250,13 +250,13 @@ export default {
250
250
  "font": {
251
251
  "size": "{font-size.md}"
252
252
  },
253
- "background": "{content.border.color}",
253
+ "background": "{color.background.accent.gray.default}",
254
254
  "border": {
255
- "radius": "{content.border.radius}"
255
+ "radius": "{border-radius.sm}"
256
256
  },
257
257
  "group": {
258
258
  "border": {
259
- "color": "{content.background}"
259
+ "color": "{color.border.inverse}"
260
260
  },
261
261
  "offset": "{space.negative.150}",
262
262
  "stroke": "2px solid #ffffff"
@@ -287,14 +287,14 @@ export default {
287
287
  "offset": "{space.negative.300}"
288
288
  }
289
289
  },
290
- "color": "{content.color}",
290
+ "color": "{color.text.default}",
291
291
  "icon": {
292
292
  "size": "{space.200}"
293
293
  }
294
294
  },
295
295
  "badge": {
296
296
  "border": {
297
- "radius": "{border.radius.md}"
297
+ "radius": "{border-radius.sm}"
298
298
  },
299
299
  "padding": "{space.50}",
300
300
  "font": {
@@ -336,32 +336,32 @@ export default {
336
336
  "height": "{space.400}"
337
337
  },
338
338
  "primary": {
339
- "background": "{primary.color}",
340
- "color": "{primary.contrast.color}"
339
+ "background": "{color.background.brand.bolder.default}",
340
+ "color": "{color.text.inverse}"
341
341
  },
342
342
  "secondary": {
343
- "background": "{surface.100}",
344
- "color": "{surface.600}"
343
+ "background": "{color.background.accent.gray.default}",
344
+ "color": "{color.text.default}"
345
345
  },
346
346
  "success": {
347
- "background": "{green.500}",
348
- "color": "{surface.0}"
347
+ "background": "{color.background.success.bolder.default}",
348
+ "color": "{color.text.inverse}"
349
349
  },
350
350
  "info": {
351
- "background": "{sky.500}",
352
- "color": "{surface.0}"
351
+ "background": "{color.background.information.bolder.default}",
352
+ "color": "{color.text.inverse}"
353
353
  },
354
354
  "warn": {
355
- "background": "{orange.500}",
356
- "color": "{surface.0}"
355
+ "background": "{color.background.accent.orange.bolder.default}",
356
+ "color": "{color.text.inverse}"
357
357
  },
358
358
  "danger": {
359
- "background": "{red.500}",
360
- "color": "{surface.0}"
359
+ "background": "{color.background.danger.bolder.default}",
360
+ "color": "{color.text.inverse}"
361
361
  },
362
362
  "contrast": {
363
- "background": "{surface.950}",
364
- "color": "{surface.0}"
363
+ "background": "{color.background.accent.gray.boldest.default}",
364
+ "color": "{color.text.inverse}"
365
365
  }
366
366
  },
367
367
  "button": {
@@ -433,136 +433,136 @@ export default {
433
433
  "duration": "{form.field.transition.duration}"
434
434
  },
435
435
  "primary": {
436
- "background": "{primary.color}",
436
+ "background": "{color.background.brand.bolder.default}",
437
437
  "hover": {
438
- "background": "{primary.hover.color}",
438
+ "background": "{color.background.brand.bolder.hover}",
439
439
  "border": {
440
- "color": "{primary.hover.color}"
440
+ "color": "{color.background.brand.bolder.hover}"
441
441
  },
442
- "color": "{primary.contrast.color}"
442
+ "color": "{color.elevation.surface.default}"
443
443
  },
444
444
  "active": {
445
- "background": "{primary.active.color}",
445
+ "background": "{color.background.brand.bolder.pressed}",
446
446
  "border": {
447
- "color": "{primary.active.color}"
447
+ "color": "{color.background.brand.bolder.pressed}"
448
448
  },
449
- "color": "{primary.contrast.color}"
449
+ "color": "{color.elevation.surface.default}"
450
450
  },
451
451
  "border": {
452
- "color": "{primary.color}"
452
+ "color": "{color.background.brand.bolder.default}"
453
453
  },
454
- "color": "{primary.contrast.color}",
454
+ "color": "{color.elevation.surface.default}",
455
455
  "focus": {
456
456
  "ring": {
457
- "color": "{primary.color}",
457
+ "color": "{color.border.focused}",
458
458
  "shadow": "0 0 0 0 #00000000"
459
459
  }
460
460
  }
461
461
  },
462
462
  "secondary": {
463
- "background": "{surface.100}",
463
+ "background": "{color.background.accent.gray.subtle.default}",
464
464
  "hover": {
465
- "background": "{surface.200}",
465
+ "background": "{color.background.accent.gray.subtle.hover}",
466
466
  "border": {
467
- "color": "{surface.200}"
467
+ "color": "{color.background.accent.gray.subtle.hover}"
468
468
  },
469
- "color": "{surface.700}"
469
+ "color": "{color.text.default}"
470
470
  },
471
471
  "active": {
472
- "background": "{surface.300}",
472
+ "background": "{color.background.accent.gray.subtle.pressed}",
473
473
  "border": {
474
- "color": "{surface.300}"
474
+ "color": "{color.background.accent.gray.subtle.pressed}"
475
475
  },
476
- "color": "{surface.800}"
476
+ "color": "{color.text.default}"
477
477
  },
478
478
  "border": {
479
- "color": "{surface.100}"
479
+ "color": "{color.background.accent.gray.subtle.default}"
480
480
  },
481
- "color": "{surface.600}",
481
+ "color": "{color.text.default}",
482
482
  "focus": {
483
483
  "ring": {
484
- "color": "{surface.600}",
484
+ "color": "{color.border.accent.gray}",
485
485
  "shadow": "0 0 0 0 #00000000"
486
486
  }
487
487
  }
488
488
  },
489
489
  "info": {
490
- "background": "{sky.500}",
490
+ "background": "{color.background.information.bolder.default}",
491
491
  "hover": {
492
- "background": "{sky.600}",
492
+ "background": "{color.background.information.bolder.hover}",
493
493
  "border": {
494
- "color": "{sky.600}"
494
+ "color": "{color.background.information.bolder.hover}"
495
495
  },
496
- "color": "#ffffff"
496
+ "color": "{color.text.inverse}"
497
497
  },
498
498
  "active": {
499
- "background": "{sky.700}",
499
+ "background": "{color.background.information.bolder.pressed}",
500
500
  "border": {
501
- "color": "{sky.700}"
501
+ "color": "{color.background.information.bolder.pressed}"
502
502
  },
503
- "color": "#ffffff"
503
+ "color": "{color.text.inverse}"
504
504
  },
505
505
  "border": {
506
- "color": "{sky.500}"
506
+ "color": "{color.background.information.bolder.default}"
507
507
  },
508
- "color": "#ffffff",
508
+ "color": "{color.text.inverse}",
509
509
  "focus": {
510
510
  "ring": {
511
- "color": "{sky.500}",
511
+ "color": "{color.border.information}",
512
512
  "shadow": "0 0 0 0 #00000000"
513
513
  }
514
514
  }
515
515
  },
516
516
  "success": {
517
- "background": "{green.500}",
517
+ "background": "{color.background.success.bolder.default}",
518
518
  "hover": {
519
- "background": "{green.600}",
519
+ "background": "{color.background.success.bolder.hover}",
520
520
  "border": {
521
- "color": "{green.600}"
521
+ "color": "{color.background.success.bolder.hover}"
522
522
  },
523
- "color": "#ffffff"
523
+ "color": "{color.text.inverse}"
524
524
  },
525
525
  "active": {
526
- "background": "{green.700}",
526
+ "background": "{color.background.success.bolder.pressed}",
527
527
  "border": {
528
- "color": "{green.700}"
528
+ "color": "{color.background.success.bolder.pressed}"
529
529
  },
530
- "color": "#ffffff"
530
+ "color": "{color.text.inverse}"
531
531
  },
532
532
  "border": {
533
- "color": "{green.500}"
533
+ "color": "{color.background.success.bolder.default}"
534
534
  },
535
- "color": "#ffffff",
535
+ "color": "{color.text.inverse}",
536
536
  "focus": {
537
537
  "ring": {
538
- "color": "{green.500}",
538
+ "color": "{color.border.success}",
539
539
  "shadow": "0 0 0 0 #00000000"
540
540
  }
541
541
  }
542
542
  },
543
543
  "warn": {
544
- "background": "{orange.500}",
544
+ "background": "{color.background.accent.orange.bolder.default}",
545
545
  "hover": {
546
- "background": "{orange.600}",
546
+ "background": "{color.background.accent.orange.bolder.hover}",
547
547
  "border": {
548
- "color": "{orange.600}"
548
+ "color": "{color.background.accent.orange.bolder.hover}"
549
549
  },
550
- "color": "#ffffff"
550
+ "color": "{color.text.inverse}"
551
551
  },
552
552
  "active": {
553
- "background": "{orange.700}",
553
+ "background": "{color.background.accent.orange.bolder.pressed}",
554
554
  "border": {
555
- "color": "{orange.700}"
555
+ "color": "{color.background.accent.orange.bolder.pressed}"
556
556
  },
557
- "color": "#ffffff"
557
+ "color": "{color.text.inverse}"
558
558
  },
559
559
  "border": {
560
- "color": "{orange.500}"
560
+ "color": "{color.background.accent.orange.bolder.default}"
561
561
  },
562
- "color": "#ffffff",
562
+ "color": "{color.text.inverse}",
563
563
  "focus": {
564
564
  "ring": {
565
- "color": "{orange.500}",
565
+ "color": "{color.border.accent.orange}",
566
566
  "shadow": "0 0 0 0 #00000000"
567
567
  }
568
568
  }
@@ -595,55 +595,55 @@ export default {
595
595
  }
596
596
  },
597
597
  "danger": {
598
- "background": "{red.500}",
598
+ "background": "{color.background.danger.bolder.default}",
599
599
  "hover": {
600
- "background": "{red.600}",
600
+ "background": "{color.background.danger.bolder.hover}",
601
601
  "border": {
602
- "color": "{red.600}"
602
+ "color": "{color.background.danger.bolder.hover}"
603
603
  },
604
- "color": "#ffffff"
604
+ "color": "{color.text.inverse}"
605
605
  },
606
606
  "active": {
607
- "background": "{red.700}",
607
+ "background": "{color.background.danger.bolder.pressed}",
608
608
  "border": {
609
- "color": "{red.700}"
609
+ "color": "{color.background.danger.bolder.pressed}"
610
610
  },
611
- "color": "#ffffff"
611
+ "color": "{color.text.inverse}"
612
612
  },
613
613
  "border": {
614
- "color": "{red.500}"
614
+ "color": "{color.background.danger.bolder.default}"
615
615
  },
616
- "color": "#ffffff",
616
+ "color": "{color.text.inverse}",
617
617
  "focus": {
618
618
  "ring": {
619
- "color": "{red.500}",
619
+ "color": "{color.border.danger}",
620
620
  "shadow": "0 0 0 0 #00000000"
621
621
  }
622
622
  }
623
623
  },
624
624
  "contrast": {
625
- "background": "{surface.950}",
625
+ "background": "{color.background.accent.gray.boldest.default}",
626
626
  "hover": {
627
- "background": "{surface.900}",
627
+ "background": "{color.background.accent.gray.boldest.hover}",
628
628
  "border": {
629
- "color": "{surface.900}"
629
+ "color": "{color.background.accent.gray.boldest.hover}"
630
630
  },
631
- "color": "{surface.0}"
631
+ "color": "{color.text.inverse}"
632
632
  },
633
633
  "active": {
634
- "background": "{surface.800}",
634
+ "background": "{color.background.accent.gray.boldest.pressed}",
635
635
  "border": {
636
- "color": "{surface.800}"
636
+ "color": "{color.background.accent.gray.boldest.pressed}"
637
637
  },
638
- "color": "{surface.0}"
638
+ "color": "{color.text.inverse}"
639
639
  },
640
640
  "border": {
641
- "color": "{surface.950}"
641
+ "color": "{color.background.accent.gray.boldest.default}"
642
642
  },
643
- "color": "{surface.0}",
643
+ "color": "{color.text.inverse}",
644
644
  "focus": {
645
645
  "ring": {
646
- "color": "{surface.950}",
646
+ "color": "{color.border.accent.gray}",
647
647
  "shadow": "0 0 0 0 #00000000"
648
648
  }
649
649
  }
@@ -651,63 +651,63 @@ export default {
651
651
  "outlined": {
652
652
  "primary": {
653
653
  "hover": {
654
- "background": "{primary.50}"
654
+ "background": "{color.background.brand.subtlest.hover}"
655
655
  },
656
656
  "active": {
657
- "background": "{primary.100}"
657
+ "background": "{color.background.brand.subtlest.pressed}"
658
658
  },
659
659
  "border": {
660
- "color": "{primary.200}"
660
+ "color": "{color.border.brand}"
661
661
  },
662
- "color": "{primary.color}"
662
+ "color": "{color.text.brand.bold}"
663
663
  },
664
664
  "secondary": {
665
665
  "hover": {
666
- "background": "{surface.50}"
666
+ "background": "{color.background.accent.gray.subtlest.hover}"
667
667
  },
668
668
  "active": {
669
- "background": "{surface.100}"
669
+ "background": "{color.background.accent.gray.subtlest.pressed}"
670
670
  },
671
671
  "border": {
672
- "color": "{surface.200}"
672
+ "color": "{color.border.accent.gray}"
673
673
  },
674
- "color": "{surface.500}"
674
+ "color": "{color.text.default}"
675
675
  },
676
676
  "success": {
677
677
  "hover": {
678
- "background": "{green.50}"
678
+ "background": "{color.background.success.hover}"
679
679
  },
680
680
  "active": {
681
- "background": "{green.100}"
681
+ "background": "{color.background.success.pressed}"
682
682
  },
683
683
  "border": {
684
- "color": "{green.200}"
684
+ "color": "{color.border.success}"
685
685
  },
686
- "color": "{green.500}"
686
+ "color": "{color.text.success}"
687
687
  },
688
688
  "info": {
689
689
  "hover": {
690
- "background": "{sky.50}"
690
+ "background": "{color.background.information.hover}"
691
691
  },
692
692
  "active": {
693
- "background": "{sky.100}"
693
+ "background": "{color.background.information.pressed}"
694
694
  },
695
695
  "border": {
696
- "color": "{sky.200}"
696
+ "color": "{color.border.information}"
697
697
  },
698
- "color": "{sky.500}"
698
+ "color": "{color.text.information}"
699
699
  },
700
700
  "warn": {
701
701
  "hover": {
702
- "background": "{orange.50}"
702
+ "background": "{color.background.accent.orange.subtlest.hover}"
703
703
  },
704
704
  "active": {
705
- "background": "{orange.100}"
705
+ "background": "{color.background.accent.orange.subtlest.pressed}"
706
706
  },
707
707
  "border": {
708
- "color": "{orange.200}"
708
+ "color": "{color.border.accent.orange}"
709
709
  },
710
- "color": "{orange.500}"
710
+ "color": "{color.text.accent.orange.default}"
711
711
  },
712
712
  "help": {
713
713
  "hover": {
@@ -723,27 +723,27 @@ export default {
723
723
  },
724
724
  "danger": {
725
725
  "hover": {
726
- "background": "{red.50}"
726
+ "background": "{color.background.danger.hover}"
727
727
  },
728
728
  "active": {
729
- "background": "{red.100}"
729
+ "background": "{color.background.danger.pressed}"
730
730
  },
731
731
  "border": {
732
- "color": "{red.200}"
732
+ "color": "{color.border.danger}"
733
733
  },
734
- "color": "{red.500}"
734
+ "color": "{color.text.danger}"
735
735
  },
736
736
  "contrast": {
737
737
  "hover": {
738
- "background": "{surface.50}"
738
+ "background": "{color.background.accent.gray.subtlest.hover}"
739
739
  },
740
740
  "active": {
741
- "background": "{surface.100}"
741
+ "background": "{color.background.accent.gray.subtlest.pressed}"
742
742
  },
743
743
  "border": {
744
- "color": "{surface.700}"
744
+ "color": "{color.border.accent.gray}"
745
745
  },
746
- "color": "{surface.950}"
746
+ "color": "{color.text.default}"
747
747
  },
748
748
  "plain": {
749
749
  "hover": {
@@ -761,48 +761,48 @@ export default {
761
761
  "text": {
762
762
  "primary": {
763
763
  "hover": {
764
- "background": "{primary.50}"
764
+ "background": "{color.background.brand.subtlest.hover}"
765
765
  },
766
766
  "active": {
767
- "background": "{primary.100}"
767
+ "background": "{color.background.brand.subtlest.pressed}"
768
768
  },
769
- "color": "{primary.color}"
769
+ "color": "{color.text.brand.bold}"
770
770
  },
771
771
  "secondary": {
772
772
  "hover": {
773
- "background": "{surface.50}"
773
+ "background": "{color.background.accent.gray.subtlest.hover}"
774
774
  },
775
775
  "active": {
776
- "background": "{surface.100}"
776
+ "background": "{color.background.accent.gray.subtlest.pressed}"
777
777
  },
778
- "color": "{surface.500}"
778
+ "color": "{color.text.default}"
779
779
  },
780
780
  "success": {
781
781
  "hover": {
782
- "background": "{green.50}"
782
+ "background": "{color.background.success.hover}"
783
783
  },
784
784
  "active": {
785
- "background": "{green.100}"
785
+ "background": "{color.background.success.pressed}"
786
786
  },
787
- "color": "{green.500}"
787
+ "color": "{color.text.success}"
788
788
  },
789
789
  "info": {
790
790
  "hover": {
791
- "background": "{sky.50}"
791
+ "background": "{color.background.information.hover}"
792
792
  },
793
793
  "active": {
794
- "background": "{sky.100}"
794
+ "background": "{color.background.information.pressed}"
795
795
  },
796
- "color": "{sky.500}"
796
+ "color": "{color.text.information}"
797
797
  },
798
798
  "warn": {
799
799
  "hover": {
800
- "background": "{orange.50}"
800
+ "background": "{color.background.accent.orange.subtlest.hover}"
801
801
  },
802
802
  "active": {
803
- "background": "{orange.100}"
803
+ "background": "{color.background.accent.orange.subtlest.pressed}"
804
804
  },
805
- "color": "{orange.500}"
805
+ "color": "{color.text.accent.orange.default}"
806
806
  },
807
807
  "help": {
808
808
  "hover": {
@@ -815,12 +815,12 @@ export default {
815
815
  },
816
816
  "danger": {
817
817
  "hover": {
818
- "background": "{red.50}"
818
+ "background": "{color.background.danger.hover}"
819
819
  },
820
820
  "active": {
821
- "background": "{red.100}"
821
+ "background": "{color.background.danger.pressed}"
822
822
  },
823
- "color": "{red.500}"
823
+ "color": "{color.text.danger}"
824
824
  },
825
825
  "plain": {
826
826
  "hover": {
@@ -833,12 +833,12 @@ export default {
833
833
  },
834
834
  "contrast": {
835
835
  "hover": {
836
- "background": "{surface.50}"
836
+ "background": "{color.background.accent.gray.subtlest.hover}"
837
837
  },
838
838
  "active": {
839
- "background": "{surface.100}"
839
+ "background": "{color.background.accent.gray.subtlest.pressed}"
840
840
  },
841
- "color": "{surface.950}"
841
+ "color": "{color.text.default}"
842
842
  }
843
843
  },
844
844
  "link": {
@@ -853,80 +853,80 @@ export default {
853
853
  },
854
854
  "checkbox": {
855
855
  "border": {
856
- "radius": "{border.radius.sm}",
857
- "color": "{form.field.border.color}"
856
+ "radius": "{border-radius.xs}",
857
+ "color": "{color.border.default}"
858
858
  },
859
859
  "width": "{space.250}",
860
860
  "height": "{space.250}",
861
- "background": "{form.field.background}",
861
+ "background": "{color.elevation.surface.default}",
862
862
  "checked": {
863
- "background": "{primary.color}",
863
+ "background": "{color.background.brand.bolder.default}",
864
864
  "hover": {
865
- "background": "{primary.hover.color}",
865
+ "background": "{color.background.brand.bolder.hover}",
866
866
  "border": {
867
- "color": "{primary.hover.color}"
867
+ "color": "{color.background.brand.bolder.hover}"
868
868
  }
869
869
  },
870
870
  "border": {
871
- "color": "{primary.color}"
871
+ "color": "{color.background.brand.bolder.default}"
872
872
  },
873
873
  "focus": {
874
874
  "border": {
875
- "color": "{surface.700}"
875
+ "color": "{color.border.focused}"
876
876
  }
877
877
  },
878
878
  "disabled": {
879
879
  "border": {
880
- "color": "{form.field.border.color}"
880
+ "color": "{color.border.disabled}"
881
881
  }
882
882
  }
883
883
  },
884
884
  "disabled": {
885
- "background": "{form.field.disabled.background}"
885
+ "background": "{color.background.disabled.default}"
886
886
  },
887
887
  "filled": {
888
- "background": "{form.field.filled.background}"
888
+ "background": "{color.background.accent.gray.subtler.default}"
889
889
  },
890
890
  "hover": {
891
891
  "border": {
892
- "color": "{form.field.hover.border.color}"
892
+ "color": "{color.border.bold}"
893
893
  }
894
894
  },
895
895
  "focus": {
896
896
  "border": {
897
- "color": "{form.field.border.color}"
897
+ "color": "{color.border.focused}"
898
898
  },
899
899
  "ring": {
900
900
  "width": "{focus.ring.width}",
901
901
  "style": "{focus.ring.style}",
902
- "color": "{focus.ring.color}",
902
+ "color": "{color.border.focused}",
903
903
  "offset": "{focus.ring.offset}",
904
904
  "shadow": "{focus.ring.shadow}"
905
905
  }
906
906
  },
907
907
  "invalid": {
908
908
  "border": {
909
- "color": "{form.field.invalid.border.color}"
909
+ "color": "{color.border.danger}"
910
910
  }
911
911
  },
912
912
  "shadow": "{form.field.shadow}",
913
913
  "icon": {
914
- "size": "{space.200}",
915
- "color": "{form.field.color}",
914
+ "size": "{icon-size.xs}",
915
+ "color": "{color.icon.inverse}",
916
916
  "checked": {
917
- "color": "{primary.contrast.color}",
917
+ "color": "{color.icon.inverse}",
918
918
  "hover": {
919
- "color": "{primary.contrast.color}"
919
+ "color": "{color.icon.inverse}"
920
920
  }
921
921
  },
922
922
  "disabled": {
923
- "color": "{form.field.disabled.color}"
923
+ "color": "{color.icon.disabled}"
924
924
  },
925
925
  "sm": {
926
- "size": "{space.200}"
926
+ "size": "{icon-size.xs}"
927
927
  },
928
928
  "lg": {
929
- "size": "{space.250}"
929
+ "size": "{icon-size.sm}"
930
930
  }
931
931
  },
932
932
  "sm": {
@@ -943,7 +943,7 @@ export default {
943
943
  },
944
944
  "chip": {
945
945
  "border": {
946
- "radius": "{border.radius.lg}"
946
+ "radius": "{border-radius.md}"
947
947
  },
948
948
  "padding": {
949
949
  "x": "{space.150}",
@@ -956,7 +956,7 @@ export default {
956
956
  },
957
957
  "icon": {
958
958
  "size": "{space.250}",
959
- "color": "{surface.800}"
959
+ "color": "{color.icon.default}"
960
960
  },
961
961
  "remove": {
962
962
  "icon": {
@@ -965,27 +965,27 @@ export default {
965
965
  "width": "{focus.ring.width}",
966
966
  "style": "{focus.ring.style}",
967
967
  "offset": "{focus.ring.offset}",
968
- "color": "{focus.ring.color}",
968
+ "color": "{color.border.focused}",
969
969
  "shadow": "{form.field.focus.ring.shadow}"
970
970
  }
971
971
  },
972
972
  "size": "{space.250}",
973
- "color": "{surface.800}"
973
+ "color": "{color.icon.default}"
974
974
  }
975
975
  },
976
976
  "transition": {
977
977
  "duration": "{transition.duration}"
978
978
  },
979
- "background": "{surface.100}",
980
- "color": "{surface.800}"
979
+ "background": "{color.background.accent.gray.default}",
980
+ "color": "{color.text.default}"
981
981
  },
982
982
  "divider": {
983
983
  "border": {
984
- "color": "{content.border.color}"
984
+ "color": "{color.border.default}"
985
985
  },
986
986
  "content": {
987
- "background": "{content.background}",
988
- "color": "{text.color}"
987
+ "background": "{color.transparent}",
988
+ "color": "{color.text.default}"
989
989
  },
990
990
  "horizontal": {
991
991
  "margin": "{space.200} 0",
@@ -1004,12 +1004,12 @@ export default {
1004
1004
  },
1005
1005
  "inputgroup": {
1006
1006
  "addon": {
1007
- "background": "{form.field.background}",
1007
+ "background": "{color.elevation.surface.default}",
1008
1008
  "border": {
1009
- "color": "{form.field.border.color}",
1009
+ "color": "{color.border.input}",
1010
1010
  "radius": "{border-radius.sm}"
1011
1011
  },
1012
- "color": "{form.field.icon.color}",
1012
+ "color": "{color.text.subtle}",
1013
1013
  "padding": "{space.100}",
1014
1014
  "min": {
1015
1015
  "width": "{space.500}"
@@ -1017,52 +1017,52 @@ export default {
1017
1017
  }
1018
1018
  },
1019
1019
  "inputtext": {
1020
- "background": "{form.field.background}",
1020
+ "background": "{color.elevation.surface.default}",
1021
1021
  "disabled": {
1022
- "background": "{form.field.disabled.background}",
1023
- "color": "{form.field.disabled.color}"
1022
+ "background": "{color.background.disabled.default}",
1023
+ "color": "{color.text.disabled}"
1024
1024
  },
1025
1025
  "filled": {
1026
- "background": "{form.field.filled.background}",
1026
+ "background": "{color.background.accent.gray.subtler.default}",
1027
1027
  "focus": {
1028
- "background": "{form.field.filled.focus.background}"
1028
+ "background": "{color.background.accent.gray.subtler.default}"
1029
1029
  },
1030
1030
  "hover": {
1031
- "background": "{form.field.filled.hover.background}"
1031
+ "background": "{color.background.accent.gray.subtler.default}"
1032
1032
  }
1033
1033
  },
1034
1034
  "border": {
1035
- "color": "{form.field.border.color}",
1035
+ "color": "{color.border.default}",
1036
1036
  "radius": "{border-radius.sm}"
1037
1037
  },
1038
1038
  "hover": {
1039
1039
  "border": {
1040
- "color": "{form.field.hover.border.color}"
1040
+ "color": "{color.border.input}"
1041
1041
  }
1042
1042
  },
1043
1043
  "focus": {
1044
1044
  "border": {
1045
- "color": "{form.field.focus.border.color}"
1045
+ "color": "{color.border.focused}"
1046
1046
  },
1047
1047
  "ring": {
1048
1048
  "width": "{form.field.focus.ring.width}",
1049
1049
  "style": "{form.field.focus.ring.style}",
1050
- "color": "{form.field.focus.ring.color}",
1050
+ "color": "{color.transparent}",
1051
1051
  "offset": "{form.field.focus.ring.offset}",
1052
1052
  "shadow": "{form.field.focus.ring.shadow}"
1053
1053
  }
1054
1054
  },
1055
1055
  "invalid": {
1056
1056
  "border": {
1057
- "color": "{form.field.invalid.border.color}"
1057
+ "color": "{color.border.danger}"
1058
1058
  },
1059
1059
  "placeholder": {
1060
- "color": "{form.field.invalid.placeholder.color}"
1060
+ "color": "{color.text.danger}"
1061
1061
  }
1062
1062
  },
1063
- "color": "{form.field.color}",
1063
+ "color": "{color.text.default}",
1064
1064
  "placeholder": {
1065
- "color": "{form.field.placeholder.color}"
1065
+ "color": "{color.text.subtlest}"
1066
1066
  },
1067
1067
  "shadow": "{form.field.shadow}",
1068
1068
  "padding": {
@@ -1092,50 +1092,50 @@ export default {
1092
1092
  }
1093
1093
  },
1094
1094
  "listbox": {
1095
- "background": "{form.field.background}",
1095
+ "background": "{color.elevation.surface.default}",
1096
1096
  "disabled": {
1097
- "background": "{form.field.disabled.background}",
1098
- "color": "{form.field.disabled.color}"
1097
+ "background": "{color.background.disabled.default}",
1098
+ "color": "{color.background.accent.gray.default}"
1099
1099
  },
1100
1100
  "border": {
1101
- "color": "{form.field.border.color}",
1102
- "radius": "{form.field.border.radius}"
1101
+ "color": "{color.border.default}",
1102
+ "radius": "{border-radius.sm}"
1103
1103
  },
1104
1104
  "invalid": {
1105
1105
  "border": {
1106
- "color": "{form.field.invalid.border.color}"
1106
+ "color": "{color.border.danger}"
1107
1107
  }
1108
1108
  },
1109
- "color": "{form.field.color}",
1109
+ "color": "{color.elevation.surface.default}",
1110
1110
  "shadow": "{form.field.shadow}",
1111
1111
  "list": {
1112
1112
  "padding": "{space.100}",
1113
1113
  "gap": "{space.25}",
1114
1114
  "header": {
1115
- "padding": "{list.header.padding}"
1115
+ "padding": "{space.100}"
1116
1116
  }
1117
1117
  },
1118
1118
  "option": {
1119
1119
  "focus": {
1120
- "background": "{list.option.focus.background}",
1121
- "color": "{list.option.focus.color}"
1120
+ "background": "{color.background.accent.gray.subtle.hover}",
1121
+ "color": "{color.text.default}"
1122
1122
  },
1123
1123
  "selected": {
1124
- "background": "{list.option.selected.background}",
1124
+ "background": "{color.background.brand.subtlest.default}",
1125
1125
  "focus": {
1126
- "background": "{list.option.selected.focus.background}",
1127
- "color": "{list.option.selected.focus.color}"
1126
+ "background": "{color.background.brand.subtler.default}",
1127
+ "color": "{color.text.selected}"
1128
1128
  },
1129
- "color": "{list.option.selected.color}"
1129
+ "color": "{color.text.selected}"
1130
1130
  },
1131
- "color": "{list.option.color}",
1132
- "padding": "{list.option.padding}",
1131
+ "color": "{color.text.subtle}",
1132
+ "padding": "{space.150} {space.100}",
1133
1133
  "border": {
1134
- "radius": "{list.option.border.radius}"
1134
+ "radius": "{border-radius.xs}"
1135
1135
  },
1136
1136
  "group": {
1137
- "background": "{list.option.group.background}",
1138
- "color": "{list.option.group.color}",
1137
+ "background": "{color.elevation.surface.default}",
1138
+ "color": "{color.text.subtlest}",
1139
1139
  "font": {
1140
1140
  "weight": "{list.option.group.font.weight}"
1141
1141
  },
@@ -1146,15 +1146,15 @@ export default {
1146
1146
  }
1147
1147
  },
1148
1148
  "checkmark": {
1149
- "color": "{list.option.color}",
1149
+ "color": "{color.icon.subtle}",
1150
1150
  "gutter": {
1151
- "start": "-0.375rem",
1152
- "end": "0.375rem"
1151
+ "start": "{space.negative.75}",
1152
+ "end": "{space.75}"
1153
1153
  }
1154
1154
  },
1155
1155
  "empty": {
1156
1156
  "message": {
1157
- "padding": "{list.option.padding}"
1157
+ "padding": "{space.150} {space.100}"
1158
1158
  }
1159
1159
  },
1160
1160
  "transition": {
@@ -1163,7 +1163,7 @@ export default {
1163
1163
  },
1164
1164
  "message": {
1165
1165
  "border": {
1166
- "radius": "{content.border.radius}",
1166
+ "radius": "{border-radius.sm}",
1167
1167
  "width": "{border-width.1}"
1168
1168
  },
1169
1169
  "content": {
@@ -1206,7 +1206,7 @@ export default {
1206
1206
  "width": "{space.300}",
1207
1207
  "height": "{space.300}",
1208
1208
  "border": {
1209
- "radius": "{message.close.button.width} / 2"
1209
+ "radius": "{border-radius.lg}"
1210
1210
  },
1211
1211
  "focus": {
1212
1212
  "ring": {
@@ -1240,109 +1240,109 @@ export default {
1240
1240
  "duration": "{transition.duration}"
1241
1241
  },
1242
1242
  "info": {
1243
- "background": "{blue.50}",
1243
+ "background": "{color.background.information.default}",
1244
1244
  "border": {
1245
- "color": "{blue.200}"
1245
+ "color": "{color.border.information}"
1246
1246
  },
1247
- "color": "{blue.600}",
1247
+ "color": "{color.text.information}",
1248
1248
  "shadow": "0 4px 8px 0 rgba(2, 5, 10, 0.04)",
1249
1249
  "close": {
1250
1250
  "button": {
1251
1251
  "hover": {
1252
- "background": "{blue.100}"
1252
+ "background": "{color.background.information.hover}"
1253
1253
  },
1254
1254
  "focus": {
1255
1255
  "ring": {
1256
- "color": "{blue.600}",
1256
+ "color": "{color.border.information}",
1257
1257
  "shadow": "0 0 0 0 #00000000"
1258
1258
  }
1259
1259
  }
1260
1260
  }
1261
1261
  },
1262
1262
  "outlined": {
1263
- "color": "{blue.600}",
1263
+ "color": "{color.text.information}",
1264
1264
  "border": {
1265
- "color": "{blue.600}"
1265
+ "color": "{color.border.information}"
1266
1266
  }
1267
1267
  },
1268
1268
  "simple": {
1269
- "color": "{blue.600}"
1269
+ "color": "{color.text.information}"
1270
1270
  }
1271
1271
  },
1272
1272
  "success": {
1273
- "background": "{green.50}",
1273
+ "background": "{color.background.success.default}",
1274
1274
  "border": {
1275
- "color": "{green.200}"
1275
+ "color": "{color.border.success}"
1276
1276
  },
1277
- "color": "{green.600}",
1277
+ "color": "{color.text.success}",
1278
1278
  "shadow": "0 4px 8px 0 rgba(1, 8, 4, 0.04)",
1279
1279
  "close": {
1280
1280
  "button": {
1281
1281
  "hover": {
1282
- "background": "{green.100}"
1282
+ "background": "{color.background.success.hover}"
1283
1283
  },
1284
1284
  "focus": {
1285
1285
  "ring": {
1286
- "color": "{green.600}",
1286
+ "color": "{color.border.success}",
1287
1287
  "shadow": "0 0 0 0 #00000000"
1288
1288
  }
1289
1289
  }
1290
1290
  }
1291
1291
  },
1292
1292
  "outlined": {
1293
- "color": "{green.600}",
1293
+ "color": "{color.text.success}",
1294
1294
  "border": {
1295
- "color": "{green.600}"
1295
+ "color": "{color.border.success}"
1296
1296
  }
1297
1297
  },
1298
1298
  "simple": {
1299
- "color": "{green.600}"
1299
+ "color": "{color.text.success}"
1300
1300
  }
1301
1301
  },
1302
1302
  "warn": {
1303
- "background": "{yellow.50}",
1303
+ "background": "{color.background.accent.orange.subtlest.default}",
1304
1304
  "border": {
1305
- "color": "{yellow.200}"
1305
+ "color": "{color.border.accent.orange}"
1306
1306
  },
1307
1307
  "shadow": "0 4px 8px 0 rgba(9, 7, 0, 0.04)",
1308
1308
  "close": {
1309
1309
  "button": {
1310
1310
  "hover": {
1311
- "background": "{yellow.100}"
1311
+ "background": "{color.background.accent.orange.subtlest.hover}"
1312
1312
  },
1313
1313
  "focus": {
1314
1314
  "ring": {
1315
- "color": "{yellow.600}",
1315
+ "color": "{color.border.accent.orange}",
1316
1316
  "shadow": "0 0 0 0 #00000000"
1317
1317
  }
1318
1318
  }
1319
1319
  }
1320
1320
  },
1321
- "color": "{yellow.600}",
1321
+ "color": "{color.text.accent.orange.default}",
1322
1322
  "outlined": {
1323
- "color": "{yellow.600}",
1323
+ "color": "{color.text.accent.orange.default}",
1324
1324
  "border": {
1325
- "color": "{yellow.600}"
1325
+ "color": "{color.border.accent.orange}"
1326
1326
  }
1327
1327
  },
1328
1328
  "simple": {
1329
- "color": "{yellow.600}"
1329
+ "color": "{color.text.accent.orange.default}"
1330
1330
  }
1331
1331
  },
1332
1332
  "error": {
1333
- "background": "{red.50}",
1333
+ "background": "{color.background.danger.default}",
1334
1334
  "border": {
1335
- "color": "{red.200}"
1335
+ "color": "{color.border.danger}"
1336
1336
  },
1337
- "color": "{red.600}",
1337
+ "color": "{color.text.danger}",
1338
1338
  "close": {
1339
1339
  "button": {
1340
1340
  "hover": {
1341
- "background": "{red.100}"
1341
+ "background": "{color.background.danger.hover}"
1342
1342
  },
1343
1343
  "focus": {
1344
1344
  "ring": {
1345
- "color": "{red.600}",
1345
+ "color": "{color.border.danger}",
1346
1346
  "shadow": "0 0 0 0 #00000000"
1347
1347
  }
1348
1348
  }
@@ -1350,211 +1350,211 @@ export default {
1350
1350
  },
1351
1351
  "shadow": "0 4px 8px 0 rgba(10, 3, 3, 0.04)",
1352
1352
  "outlined": {
1353
- "color": "{red.600}",
1353
+ "color": "{color.text.danger}",
1354
1354
  "border": {
1355
- "color": "{red.600}"
1355
+ "color": "{color.border.danger}"
1356
1356
  }
1357
1357
  },
1358
1358
  "simple": {
1359
- "color": "{red.600}"
1359
+ "color": "{color.text.danger}"
1360
1360
  }
1361
1361
  },
1362
1362
  "secondary": {
1363
- "background": "{surface.100}",
1363
+ "background": "{color.background.accent.gray.subtler.default}",
1364
1364
  "border": {
1365
- "color": "{surface.200}"
1365
+ "color": "{color.border.accent.gray}"
1366
1366
  },
1367
- "color": "{surface.600}",
1367
+ "color": "{color.text.default}",
1368
1368
  "shadow": "0 4px 8px 0 rgba(4, 5, 6, 0.04)",
1369
1369
  "close": {
1370
1370
  "button": {
1371
1371
  "hover": {
1372
- "background": "{surface.200}"
1372
+ "background": "{color.background.accent.gray.subtler.hover}"
1373
1373
  },
1374
1374
  "focus": {
1375
1375
  "ring": {
1376
- "color": "{surface.600}",
1376
+ "color": "{color.border.accent.gray}",
1377
1377
  "shadow": "0 0 0 0 #00000000"
1378
1378
  }
1379
1379
  }
1380
1380
  }
1381
1381
  },
1382
1382
  "outlined": {
1383
- "color": "{surface.500}",
1383
+ "color": "{color.text.default}",
1384
1384
  "border": {
1385
- "color": "{surface.500}"
1385
+ "color": "{color.border.accent.gray}"
1386
1386
  }
1387
1387
  },
1388
1388
  "simple": {
1389
- "color": "{surface.500}"
1389
+ "color": "{color.text.default}"
1390
1390
  }
1391
1391
  },
1392
1392
  "contrast": {
1393
- "background": "{surface.900}",
1393
+ "background": "{color.background.accent.gray.boldest.default}",
1394
1394
  "border": {
1395
- "color": "{surface.950}"
1395
+ "color": "{color.icon.default}"
1396
1396
  },
1397
- "color": "{surface.50}",
1397
+ "color": "{color.text.inverse}",
1398
1398
  "shadow": "0 4px 8px 0 rgba(0, 0, 1, 0.04)",
1399
1399
  "close": {
1400
1400
  "button": {
1401
1401
  "hover": {
1402
- "background": "{surface.800}"
1402
+ "background": "{color.background.accent.gray.boldest.hover}"
1403
1403
  },
1404
1404
  "focus": {
1405
1405
  "ring": {
1406
- "color": "{surface.50}",
1406
+ "color": "{color.border.inverse}",
1407
1407
  "shadow": "0 0 0 0 #00000000"
1408
1408
  }
1409
1409
  }
1410
1410
  }
1411
1411
  },
1412
1412
  "outlined": {
1413
- "color": "{surface.950}",
1413
+ "color": "{color.text.default}",
1414
1414
  "border": {
1415
- "color": "{surface.950}"
1415
+ "color": "{color.background.accent.gray.boldest.default}"
1416
1416
  }
1417
1417
  },
1418
1418
  "simple": {
1419
- "color": "{surface.950}"
1419
+ "color": "{color.text.default}"
1420
1420
  }
1421
1421
  }
1422
1422
  },
1423
1423
  "multiselect": {
1424
- "background": "{form.field.background}",
1424
+ "background": "{color.elevation.surface.default}",
1425
1425
  "disabled": {
1426
- "background": "{form.field.disabled.background}",
1427
- "color": "{form.field.disabled.color}"
1426
+ "background": "{color.background.disabled.default}",
1427
+ "color": "{color.text.disabled}"
1428
1428
  },
1429
1429
  "filled": {
1430
- "background": "{form.field.filled.background}",
1430
+ "background": "{color.background.accent.gray.subtler.default}",
1431
1431
  "focus": {
1432
- "background": "{form.field.filled.focus.background}"
1432
+ "background": "{color.background.accent.gray.subtler.default}"
1433
1433
  },
1434
1434
  "hover": {
1435
- "background": "{form.field.filled.hover.background}"
1435
+ "background": "{color.background.accent.gray.subtler.default}"
1436
1436
  }
1437
1437
  },
1438
1438
  "border": {
1439
- "color": "{form.field.border.color}",
1440
- "radius": "{form.field.border.radius}"
1439
+ "color": "{color.border.default}",
1440
+ "radius": "{border-radius.sm}"
1441
1441
  },
1442
1442
  "hover": {
1443
1443
  "border": {
1444
- "color": "{form.field.hover.border.color}"
1444
+ "color": "{color.border.input}"
1445
1445
  }
1446
1446
  },
1447
1447
  "focus": {
1448
1448
  "border": {
1449
- "color": "{form.field.focus.border.color}"
1449
+ "color": "{color.border.focused}"
1450
1450
  },
1451
1451
  "ring": {
1452
1452
  "width": "{form.field.focus.ring.width}",
1453
1453
  "offset": "{form.field.focus.ring.offset}",
1454
1454
  "style": "{form.field.focus.ring.style}",
1455
- "color": "{form.field.focus.ring.color}",
1455
+ "color": "{color.transparent}",
1456
1456
  "shadow": "{form.field.focus.ring.shadow}"
1457
1457
  }
1458
1458
  },
1459
1459
  "invalid": {
1460
1460
  "border": {
1461
- "color": "{form.field.invalid.border.color}"
1461
+ "color": "{color.border.danger}"
1462
1462
  },
1463
1463
  "placeholder": {
1464
- "color": "{form.field.invalid.placeholder.color}"
1464
+ "color": "{color.text.danger}"
1465
1465
  }
1466
1466
  },
1467
- "color": "{form.field.color}",
1467
+ "color": "{color.text.default}",
1468
1468
  "placeholder": {
1469
- "color": "{form.field.placeholder.color}"
1469
+ "color": "{color.text.subtlest}"
1470
1470
  },
1471
1471
  "shadow": "{form.field.shadow}",
1472
1472
  "padding": {
1473
- "x": "{form.field.padding.x}",
1474
- "y": "{form.field.padding.y}"
1473
+ "x": "{space.150}",
1474
+ "y": "{space.50}"
1475
1475
  },
1476
1476
  "dropdown": {
1477
1477
  "width": "{space.500}",
1478
- "color": "{form.field.icon.color}"
1478
+ "color": "{color.icon.subtlest}"
1479
1479
  },
1480
1480
  "overlay": {
1481
- "background": "{overlay.select.background}",
1481
+ "background": "{color.elevation.surface.default}",
1482
1482
  "border": {
1483
- "color": "{overlay.select.border.color}",
1484
- "radius": "{overlay.select.border.radius}"
1483
+ "color": "{color.border.default}",
1484
+ "radius": "{border-radius.sm}"
1485
1485
  },
1486
1486
  "color": "{overlay.select.color}",
1487
1487
  "shadow": "{overlay.select.shadow}"
1488
1488
  },
1489
1489
  "list": {
1490
- "padding": "{list.padding}",
1491
- "gap": "{list.gap}",
1490
+ "padding": "{space.100}",
1491
+ "gap": "{space.25}",
1492
1492
  "header": {
1493
- "padding": "{list.header.padding}"
1493
+ "padding": "{space.100}"
1494
1494
  }
1495
1495
  },
1496
1496
  "header": {
1497
- "padding": "{list.header.padding}"
1497
+ "padding": "{space.100}"
1498
1498
  },
1499
1499
  "option": {
1500
1500
  "focus": {
1501
- "background": "{list.option.focus.background}",
1502
- "color": "{list.option.focus.color}"
1501
+ "background": "{color.background.accent.gray.subtle.hover}",
1502
+ "color": "{color.text.default}"
1503
1503
  },
1504
1504
  "selected": {
1505
- "background": "{list.option.selected.background}",
1505
+ "background": "{color.background.brand.subtlest.default}",
1506
1506
  "focus": {
1507
- "background": "{list.option.selected.focus.background}",
1508
- "color": "{list.option.selected.focus.color}"
1507
+ "background": "{color.background.brand.subtler.default}",
1508
+ "color": "{color.text.selected}"
1509
1509
  },
1510
- "color": "{list.option.selected.color}"
1510
+ "color": "{color.text.selected}"
1511
1511
  },
1512
- "color": "{list.option.color}",
1513
- "padding": "{list.option.padding}",
1512
+ "color": "{color.text.subtle}",
1513
+ "padding": "{space.150} {space.100}",
1514
1514
  "border": {
1515
- "radius": "{list.option.border.radius}"
1515
+ "radius": "{border-radius.xs}"
1516
1516
  },
1517
1517
  "gap": "{space.100}",
1518
1518
  "group": {
1519
- "background": "{list.option.group.background}",
1520
- "color": "{list.option.group.color}",
1519
+ "background": "{color.elevation.surface.default}",
1520
+ "color": "{color.text.subtlest}",
1521
1521
  "font": {
1522
1522
  "weight": "{list.option.group.font.weight}"
1523
1523
  },
1524
- "padding": "{list.option.group.padding}"
1524
+ "padding": "{space.100} {space.150}"
1525
1525
  }
1526
1526
  },
1527
1527
  "chip": {
1528
1528
  "border": {
1529
- "radius": "{border.radius.sm}"
1529
+ "radius": "{border-radius.xs}"
1530
1530
  }
1531
1531
  },
1532
1532
  "empty": {
1533
1533
  "message": {
1534
- "padding": "{list.option.padding}"
1534
+ "padding": "{space.150} {space.100}"
1535
1535
  }
1536
1536
  },
1537
1537
  "sm": {
1538
1538
  "padding": {
1539
- "x": "{form.field.sm.padding.x}",
1540
- "y": "{form.field.sm.padding.y}"
1539
+ "x": "{space.150}",
1540
+ "y": "{space.50}"
1541
1541
  },
1542
1542
  "font": {
1543
- "size": "{form.field.sm.font.size}"
1543
+ "size": "{font-size.sm}"
1544
1544
  }
1545
1545
  },
1546
1546
  "lg": {
1547
1547
  "padding": {
1548
- "x": "{form.field.lg.padding.x}",
1549
- "y": "{form.field.lg.padding.y}"
1548
+ "x": "{space.150}",
1549
+ "y": "{space.100}"
1550
1550
  },
1551
1551
  "font": {
1552
- "size": "{form.field.lg.font.size}"
1552
+ "size": "{font-size.md}"
1553
1553
  }
1554
1554
  },
1555
1555
  "clear": {
1556
1556
  "icon": {
1557
- "color": "{form.field.icon.color}"
1557
+ "color": "{color.icon.subtlest}"
1558
1558
  }
1559
1559
  },
1560
1560
  "transition": {
@@ -1562,15 +1562,15 @@ export default {
1562
1562
  }
1563
1563
  },
1564
1564
  "progressbar": {
1565
- "background": "{content.border.color}",
1565
+ "background": "{color.background.accent.gray.default}",
1566
1566
  "border": {
1567
- "radius": "{content.border.radius}"
1567
+ "radius": "{border-radius.sm}"
1568
1568
  },
1569
1569
  "value": {
1570
- "background": "{primary.color}"
1570
+ "background": "{color.background.brand.bolder.default}"
1571
1571
  },
1572
1572
  "label": {
1573
- "color": "{primary.contrast.color}",
1573
+ "color": "{color.text.inverse}",
1574
1574
  "font": {
1575
1575
  "size": "{font-size.xs}",
1576
1576
  "weight": "{font-weight.medium}"
@@ -1581,71 +1581,71 @@ export default {
1581
1581
  "radiobutton": {
1582
1582
  "width": "{space.250}",
1583
1583
  "height": "{space.250}",
1584
- "background": "{form.field.background}",
1584
+ "background": "{color.elevation.surface.default}",
1585
1585
  "checked": {
1586
- "background": "{primary.color}",
1586
+ "background": "{color.background.brand.bolder.default}",
1587
1587
  "hover": {
1588
- "background": "{primary.hover.color}",
1588
+ "background": "{color.background.brand.bolder.hover}",
1589
1589
  "border": {
1590
- "color": "{primary.hover.color}"
1590
+ "color": "{color.background.brand.bolder.hover}"
1591
1591
  }
1592
1592
  },
1593
1593
  "border": {
1594
- "color": "{primary.color}"
1594
+ "color": "{color.background.brand.bolder.default}"
1595
1595
  },
1596
1596
  "focus": {
1597
1597
  "border": {
1598
- "color": "{slate.700}"
1598
+ "color": "{color.border.focused}"
1599
1599
  }
1600
1600
  },
1601
1601
  "disabled": {
1602
1602
  "border": {
1603
- "color": "{form.field.border.color}"
1603
+ "color": "{color.border.disabled}"
1604
1604
  }
1605
1605
  }
1606
1606
  },
1607
1607
  "disabled": {
1608
- "background": "{form.field.disabled.background}"
1608
+ "background": "{color.background.disabled.default}"
1609
1609
  },
1610
1610
  "filled": {
1611
- "background": "{form.field.filled.background}"
1611
+ "background": "{color.background.accent.gray.subtler.default}"
1612
1612
  },
1613
1613
  "border": {
1614
- "color": "{form.field.border.color}"
1614
+ "color": "{color.border.default}"
1615
1615
  },
1616
1616
  "hover": {
1617
1617
  "border": {
1618
- "color": "{form.field.hover.border.color}"
1618
+ "color": "{color.border.bold}"
1619
1619
  }
1620
1620
  },
1621
1621
  "focus": {
1622
1622
  "border": {
1623
- "color": "{form.field.border.color}"
1623
+ "color": "{color.border.focused}"
1624
1624
  },
1625
1625
  "ring": {
1626
1626
  "width": "{focus.ring.width}",
1627
1627
  "style": "{focus.ring.style}",
1628
- "color": "{focus.ring.color}",
1628
+ "color": "{color.border.focused}",
1629
1629
  "offset": "{focus.ring.offset}",
1630
1630
  "shadow": "{focus.ring.shadow}"
1631
1631
  }
1632
1632
  },
1633
1633
  "invalid": {
1634
1634
  "border": {
1635
- "color": "{form.field.invalid.border.color}"
1635
+ "color": "{color.border.danger}"
1636
1636
  }
1637
1637
  },
1638
1638
  "shadow": "{form.field.shadow}",
1639
1639
  "icon": {
1640
1640
  "size": "{space.150}",
1641
1641
  "checked": {
1642
- "color": "{primary.contrast.color}",
1642
+ "color": "{color.icon.inverse}",
1643
1643
  "hover": {
1644
- "color": "{primary.contrast.color}"
1644
+ "color": "{color.icon.inverse}"
1645
1645
  }
1646
1646
  },
1647
1647
  "disabled": {
1648
- "color": "{form.field.disabled.color}"
1648
+ "color": "{color.icon.disabled}"
1649
1649
  },
1650
1650
  "sm": {
1651
1651
  "size": "{space.100}"
@@ -1667,32 +1667,32 @@ export default {
1667
1667
  }
1668
1668
  },
1669
1669
  "select": {
1670
- "background": "{form.field.background}",
1670
+ "background": "{color.elevation.surface.default}",
1671
1671
  "disabled": {
1672
- "background": "{form.field.disabled.background}",
1673
- "color": "{form.field.disabled.color}"
1672
+ "background": "{color.background.disabled.default}",
1673
+ "color": "{color.text.disabled}"
1674
1674
  },
1675
1675
  "filled": {
1676
- "background": "{form.field.filled.background}",
1676
+ "background": "{color.background.accent.gray.subtler.default}",
1677
1677
  "focus": {
1678
- "background": "{form.field.filled.focus.background}"
1678
+ "background": "{color.background.accent.gray.subtler.default}"
1679
1679
  },
1680
1680
  "hover": {
1681
- "background": "{form.field.filled.hover.background}"
1681
+ "background": "{color.background.accent.gray.subtler.default}"
1682
1682
  }
1683
1683
  },
1684
1684
  "border": {
1685
- "color": "{form.field.border.color}",
1686
- "radius": "{form.field.border.radius}"
1685
+ "color": "{color.background.accent.gray.hover}",
1686
+ "radius": "{border-radius.sm}"
1687
1687
  },
1688
1688
  "hover": {
1689
1689
  "border": {
1690
- "color": "{form.field.hover.border.color}"
1690
+ "color": "{color.background.accent.gray.pressed}"
1691
1691
  }
1692
1692
  },
1693
1693
  "focus": {
1694
1694
  "border": {
1695
- "color": "{form.field.focus.border.color}"
1695
+ "color": "{color.border.focused}"
1696
1696
  },
1697
1697
  "ring": {
1698
1698
  "width": "{form.field.focus.ring.width}",
@@ -1704,101 +1704,101 @@ export default {
1704
1704
  },
1705
1705
  "invalid": {
1706
1706
  "border": {
1707
- "color": "{form.field.invalid.border.color}"
1707
+ "color": "{color.border.danger}"
1708
1708
  },
1709
1709
  "placeholder": {
1710
- "color": "{form.field.invalid.placeholder.color}"
1710
+ "color": "{color.text.danger}"
1711
1711
  }
1712
1712
  },
1713
- "color": "{form.field.color}",
1713
+ "color": "{color.text.default}",
1714
1714
  "placeholder": {
1715
- "color": "{form.field.placeholder.color}"
1715
+ "color": "{color.text.subtlest}"
1716
1716
  },
1717
1717
  "shadow": "{form.field.shadow}",
1718
1718
  "padding": {
1719
- "x": "{form.field.padding.x}",
1720
- "y": "{form.field.padding.y}"
1719
+ "x": "{space.150}",
1720
+ "y": "{space.50}"
1721
1721
  },
1722
1722
  "dropdown": {
1723
1723
  "width": "{space.500}",
1724
- "color": "{form.field.icon.color}"
1724
+ "color": "{color.icon.subtlest}"
1725
1725
  },
1726
1726
  "overlay": {
1727
- "background": "{overlay.select.background}",
1727
+ "background": "{color.elevation.surface.default}",
1728
1728
  "border": {
1729
- "color": "{overlay.select.border.color}",
1730
- "radius": "{overlay.select.border.radius}"
1729
+ "color": "{color.border.default}",
1730
+ "radius": "{border-radius.sm}"
1731
1731
  },
1732
1732
  "color": "{overlay.select.color}",
1733
1733
  "shadow": "{overlay.select.shadow}"
1734
1734
  },
1735
1735
  "list": {
1736
- "padding": "{list.padding}",
1737
- "gap": "{list.gap}",
1736
+ "padding": "{space.100}",
1737
+ "gap": "{space.25}",
1738
1738
  "header": {
1739
- "padding": "{list.header.padding}"
1739
+ "padding": "{space.100}"
1740
1740
  }
1741
1741
  },
1742
1742
  "option": {
1743
1743
  "focus": {
1744
- "background": "{list.option.focus.background}",
1745
- "color": "{list.option.focus.color}"
1744
+ "background": "{color.background.accent.gray.subtle.hover}",
1745
+ "color": "{color.text.default}"
1746
1746
  },
1747
1747
  "selected": {
1748
- "background": "{list.option.selected.background}",
1748
+ "background": "{color.background.brand.subtlest.default}",
1749
1749
  "focus": {
1750
- "background": "{list.option.selected.focus.background}",
1751
- "color": "{list.option.selected.focus.color}"
1750
+ "background": "{color.background.brand.subtler.default}",
1751
+ "color": "{color.text.selected}"
1752
1752
  },
1753
- "color": "{list.option.selected.color}"
1753
+ "color": "{color.text.selected}"
1754
1754
  },
1755
- "color": "{list.option.color}",
1756
- "padding": "{list.option.padding}",
1755
+ "color": "{color.text.subtle}",
1756
+ "padding": "{space.150} {space.100}",
1757
1757
  "border": {
1758
- "radius": "{list.option.border.radius}"
1758
+ "radius": "{border-radius.xs}"
1759
1759
  },
1760
1760
  "group": {
1761
- "background": "{list.option.group.background}",
1762
- "color": "{list.option.group.color}",
1761
+ "background": "{color.elevation.surface.default}",
1762
+ "color": "{color.text.subtlest}",
1763
1763
  "font": {
1764
1764
  "weight": "{list.option.group.font.weight}"
1765
1765
  },
1766
- "padding": "{list.option.group.padding}"
1766
+ "padding": "{space.100} {space.150}"
1767
1767
  }
1768
1768
  },
1769
1769
  "clear": {
1770
1770
  "icon": {
1771
- "color": "{form.field.icon.color}"
1771
+ "color": "{color.icon.subtle}"
1772
1772
  }
1773
1773
  },
1774
1774
  "checkmark": {
1775
- "color": "{list.option.color}",
1775
+ "color": "{color.text.subtle}",
1776
1776
  "gutter": {
1777
- "start": "-0.375rem",
1778
- "end": "0.375rem"
1777
+ "start": "{space.negative.75}",
1778
+ "end": "{space.75}"
1779
1779
  }
1780
1780
  },
1781
1781
  "empty": {
1782
1782
  "message": {
1783
- "padding": "{list.option.padding}"
1783
+ "padding": "{space.150} {space.100}"
1784
1784
  }
1785
1785
  },
1786
1786
  "sm": {
1787
1787
  "font": {
1788
- "size": "{form.field.sm.font.size}"
1788
+ "size": "{font-size.sm}"
1789
1789
  },
1790
1790
  "padding": {
1791
- "x": "{form.field.sm.padding.x}",
1792
- "y": "{form.field.sm.padding.y}"
1791
+ "x": "{space.150}",
1792
+ "y": "{space.50}"
1793
1793
  }
1794
1794
  },
1795
1795
  "lg": {
1796
1796
  "font": {
1797
- "size": "{form.field.lg.font.size}"
1797
+ "size": "{font-size.md}"
1798
1798
  },
1799
1799
  "padding": {
1800
- "x": "{form.field.lg.padding.x}",
1801
- "y": "{form.field.lg.padding.y}"
1800
+ "x": "{space.150}",
1801
+ "y": "{space.100}"
1802
1802
  }
1803
1803
  },
1804
1804
  "transition": {
@@ -1807,43 +1807,43 @@ export default {
1807
1807
  },
1808
1808
  "selectbutton": {
1809
1809
  "border": {
1810
- "radius": "{space.100}"
1810
+ "radius": "{border-radius.md}"
1811
1811
  },
1812
1812
  "invalid": {
1813
1813
  "border": {
1814
- "color": "{form.field.invalid.border.color}"
1814
+ "color": "{color.border.danger}"
1815
1815
  }
1816
1816
  }
1817
1817
  },
1818
1818
  "tabs": {
1819
1819
  "tablist": {
1820
- "background": "{content.background}",
1820
+ "background": "{color.transparent}",
1821
1821
  "border": {
1822
- "color": "{content.border.color}",
1822
+ "color": "{color.border.default}",
1823
1823
  "width": "{border-width.1}"
1824
1824
  }
1825
1825
  },
1826
1826
  "tab": {
1827
1827
  "border": {
1828
- "color": "{content.border.color}",
1828
+ "color": "{color.border.default}",
1829
1829
  "width": "{border-width.1}"
1830
1830
  },
1831
1831
  "active": {
1832
1832
  "border": {
1833
- "color": "{primary.color}"
1833
+ "color": "{color.border.selected}"
1834
1834
  },
1835
- "color": "{primary.color}",
1836
- "background": "rgba(0, 0, 0, 0)"
1835
+ "color": "{color.text.selected}",
1836
+ "background": "{color.transparent}"
1837
1837
  },
1838
- "color": "{text.muted.color}",
1838
+ "color": "{color.text.subtlest}",
1839
1839
  "hover": {
1840
- "color": "{text.color}",
1841
- "background": "rgba(0, 0, 0, 0)",
1840
+ "color": "{color.text.default}",
1841
+ "background": "{color.transparent}",
1842
1842
  "border": {
1843
- "color": "{content.border.color}"
1843
+ "color": "{color.border.default}"
1844
1844
  }
1845
1845
  },
1846
- "background": "rgba(0, 0, 0, 0)",
1846
+ "background": "{color.transparent}",
1847
1847
  "padding": "{space.150}",
1848
1848
  "font": {
1849
1849
  "weight": "{font-weight.medium}"
@@ -1855,20 +1855,20 @@ export default {
1855
1855
  "width": "{focus.ring.width}",
1856
1856
  "offset": "-1px",
1857
1857
  "style": "{focus.ring.style}",
1858
- "color": "{focus.ring.color}",
1858
+ "color": "{color.border.focused}",
1859
1859
  "shadow": "{focus.ring.shadow}"
1860
1860
  }
1861
1861
  }
1862
1862
  },
1863
1863
  "tabpanel": {
1864
- "background": "{content.background}",
1865
- "color": "{content.color}",
1864
+ "background": "{color.transparent}",
1865
+ "color": "{color.text.default}",
1866
1866
  "padding": "{space.200}",
1867
1867
  "focus": {
1868
1868
  "ring": {
1869
1869
  "width": "{focus.ring.width}",
1870
1870
  "offset": "{focus.ring.offset}",
1871
- "color": "{focus.ring.color}",
1871
+ "color": "{color.border.focused}",
1872
1872
  "style": "{focus.ring.style}",
1873
1873
  "shadow": "{focus.ring.shadow}"
1874
1874
  }
@@ -1913,7 +1913,7 @@ export default {
1913
1913
  "padding": "{space.100} {space.50}",
1914
1914
  "gap": "{space.50}",
1915
1915
  "border": {
1916
- "radius": "{content.border.radius}"
1916
+ "radius": "{border-radius.sm}"
1917
1917
  },
1918
1918
  "rounded": {
1919
1919
  "border": {
@@ -1921,94 +1921,94 @@ export default {
1921
1921
  }
1922
1922
  },
1923
1923
  "icon": {
1924
- "size": "{space.200}"
1924
+ "size": "{icon-size.xs}"
1925
1925
  },
1926
1926
  "primary": {
1927
- "background": "{primary.100}",
1928
- "color": "{primary.700}"
1927
+ "background": "{color.background.brand.subtler.default}",
1928
+ "color": "{color.text.brand.bold}"
1929
1929
  },
1930
1930
  "secondary": {
1931
- "background": "{surface.100}",
1932
- "color": "{surface.700}"
1931
+ "background": "{color.background.accent.gray.subtle.default}",
1932
+ "color": "{color.text.accent.gray.bold}"
1933
1933
  },
1934
1934
  "success": {
1935
- "background": "{green.100}",
1936
- "color": "{green.700}"
1935
+ "background": "{color.background.accent.green.subtler.default}",
1936
+ "color": "{color.text.accent.green.bold}"
1937
1937
  },
1938
1938
  "info": {
1939
- "background": "{sky.100}",
1940
- "color": "{sky.700}"
1939
+ "background": "{color.background.accent.blue.subtler.default}",
1940
+ "color": "{color.text.accent.blue.bold}"
1941
1941
  },
1942
1942
  "warn": {
1943
- "background": "{orange.100}",
1944
- "color": "{orange.700}"
1943
+ "background": "{color.background.accent.orange.subtler.default}",
1944
+ "color": "{color.text.accent.orange.bold}"
1945
1945
  },
1946
1946
  "danger": {
1947
- "background": "{red.100}",
1948
- "color": "{red.700}"
1947
+ "background": "{color.background.accent.red.subtler.default}",
1948
+ "color": "{color.text.accent.red.bold}"
1949
1949
  },
1950
1950
  "contrast": {
1951
- "background": "{surface.950}",
1952
- "color": "{surface.0}"
1951
+ "background": "{color.background.accent.gray.bolder.default}",
1952
+ "color": "{color.text.inverse}"
1953
1953
  }
1954
1954
  },
1955
1955
  "textarea": {
1956
- "background": "{form.field.background}",
1956
+ "background": "{color.elevation.surface.default}",
1957
1957
  "disabled": {
1958
- "background": "{form.field.disabled.background}",
1959
- "color": "{form.field.disabled.color}"
1958
+ "background": "{color.background.disabled.default}",
1959
+ "color": "{color.text.disabled}"
1960
1960
  },
1961
1961
  "filled": {
1962
- "background": "{form.field.filled.background}",
1962
+ "background": "{color.background.accent.gray.subtler.default}",
1963
1963
  "focus": {
1964
- "background": "{form.field.filled.focus.background}"
1964
+ "background": "{color.background.accent.gray.subtler.default}"
1965
1965
  },
1966
1966
  "hover": {
1967
- "background": "{form.field.filled.hover.background}"
1967
+ "background": "{color.background.accent.gray.subtler.default}"
1968
1968
  }
1969
1969
  },
1970
1970
  "border": {
1971
- "color": "{form.field.border.color}",
1972
- "radius": "{form.field.border.radius}"
1971
+ "color": "{color.border.default}",
1972
+ "radius": "{border-radius.sm}"
1973
1973
  },
1974
1974
  "hover": {
1975
1975
  "border": {
1976
- "color": "{form.field.hover.border.color}"
1976
+ "color": "{color.border.bold}"
1977
1977
  }
1978
1978
  },
1979
1979
  "focus": {
1980
1980
  "border": {
1981
- "color": "{form.field.focus.border.color}"
1981
+ "color": "{color.border.focused}"
1982
1982
  },
1983
1983
  "ring": {
1984
1984
  "width": "{form.field.focus.ring.width}",
1985
1985
  "offset": "{form.field.focus.ring.offset}",
1986
- "color": "{form.field.focus.ring.color}",
1986
+ "color": "{color.transparent}",
1987
1987
  "style": "{form.field.focus.ring.style}",
1988
1988
  "shadow": "{form.field.focus.ring.shadow}"
1989
1989
  }
1990
1990
  },
1991
1991
  "invalid": {
1992
1992
  "border": {
1993
- "color": "{form.field.invalid.border.color}"
1993
+ "color": "{color.border.danger}"
1994
1994
  },
1995
1995
  "placeholder": {
1996
- "color": "{form.field.invalid.placeholder.color}"
1996
+ "color": "{color.text.danger}"
1997
1997
  }
1998
1998
  },
1999
- "color": "{form.field.color}",
1999
+ "color": "{color.text.default}",
2000
2000
  "placeholder": {
2001
- "color": "{form.field.placeholder.color}"
2001
+ "color": "{color.text.subtlest}"
2002
2002
  },
2003
2003
  "shadow": "{form.field.shadow}",
2004
2004
  "padding": {
2005
- "x": "{form.field.padding.x}",
2006
- "y": "{form.field.padding.y}"
2005
+ "x": "{space.150}",
2006
+ "y": "{space.50}"
2007
2007
  },
2008
2008
  "sm": {
2009
2009
  "padding": {
2010
- "x": "{form.field.sm.padding.x}",
2011
- "y": "{form.field.sm.padding.y}"
2010
+ "x": "{space.150}",
2011
+ "y": "{space.50}"
2012
2012
  },
2013
2013
  "font": {
2014
2014
  "size": "{form.field.sm.font.size}"
@@ -2016,8 +2016,8 @@ export default {
2016
2016
  },
2017
2017
  "lg": {
2018
2018
  "padding": {
2019
- "x": "{form.field.lg.padding.x}",
2020
- "y": "{form.field.lg.padding.y}"
2019
+ "x": "{space.150}",
2020
+ "y": "{space.50}"
2021
2021
  },
2022
2022
  "font": {
2023
2023
  "size": "{form.field.lg.font.size}"
@@ -2030,7 +2030,7 @@ export default {
2030
2030
  "toast": {
2031
2031
  "width": "{space.1000}",
2032
2032
  "border": {
2033
- "radius": "{content.border.radius}",
2033
+ "radius": "{border-radius.sm}",
2034
2034
  "width": "{border-width.1}"
2035
2035
  },
2036
2036
  "icon": {
@@ -2057,7 +2057,7 @@ export default {
2057
2057
  "width": "{space.300}",
2058
2058
  "height": "{space.300}",
2059
2059
  "border": {
2060
- "radius": "{toast.close.button.width} / 2"
2060
+ "radius": "{border-radius.lg}"
2061
2061
  },
2062
2062
  "focus": {
2063
2063
  "ring": {
@@ -2078,23 +2078,23 @@ export default {
2078
2078
  "duration": "{transition.duration}"
2079
2079
  },
2080
2080
  "info": {
2081
- "background": "{blue.50}",
2081
+ "background": "{color.background.information.default}",
2082
2082
  "border": {
2083
- "color": "{blue.200}"
2083
+ "color": "{color.border.information}"
2084
2084
  },
2085
- "color": "{blue.600}",
2085
+ "color": "{color.text.information}",
2086
2086
  "detail": {
2087
- "color": "{surface.700}"
2087
+ "color": "{color.text.subtle}"
2088
2088
  },
2089
2089
  "shadow": "0 4px 8px 0 rgba(2, 5, 10, 0.04)",
2090
2090
  "close": {
2091
2091
  "button": {
2092
2092
  "hover": {
2093
- "background": "{blue.100}"
2093
+ "background": "{color.background.information.hover}"
2094
2094
  },
2095
2095
  "focus": {
2096
2096
  "ring": {
2097
- "color": "{blue.600}",
2097
+ "color": "{color.border.information}",
2098
2098
  "shadow": "0 0 0 0 #00000000"
2099
2099
  }
2100
2100
  }
@@ -2102,23 +2102,23 @@ export default {
2102
2102
  }
2103
2103
  },
2104
2104
  "success": {
2105
- "background": "{green.50}",
2105
+ "background": "{color.background.success.default}",
2106
2106
  "border": {
2107
- "color": "{green.200}"
2107
+ "color": "{color.border.success}"
2108
2108
  },
2109
- "color": "{green.600}",
2109
+ "color": "{color.text.success}",
2110
2110
  "detail": {
2111
- "color": "{surface.700}"
2111
+ "color": "{color.text.subtle}"
2112
2112
  },
2113
2113
  "shadow": "0 4px 8px 0 rgba(1, 8, 4, 0.04)",
2114
2114
  "close": {
2115
2115
  "button": {
2116
2116
  "hover": {
2117
- "background": "{green.100}"
2117
+ "background": "{color.background.success.hover}"
2118
2118
  },
2119
2119
  "focus": {
2120
2120
  "ring": {
2121
- "color": "{green.600}",
2121
+ "color": "{color.border.success}",
2122
2122
  "shadow": "0 0 0 0 #00000000"
2123
2123
  }
2124
2124
  }
@@ -2126,23 +2126,23 @@ export default {
2126
2126
  }
2127
2127
  },
2128
2128
  "warn": {
2129
- "background": "{yellow.50}",
2129
+ "background": "{color.background.accent.orange.subtlest.default}",
2130
2130
  "border": {
2131
- "color": "{yellow.200}"
2131
+ "color": "{color.border.accent.orange}"
2132
2132
  },
2133
- "color": "{yellow.600}",
2133
+ "color": "{color.text.accent.orange.default}",
2134
2134
  "detail": {
2135
- "color": "{surface.700}"
2135
+ "color": "{color.text.subtle}"
2136
2136
  },
2137
2137
  "shadow": "0 4px 8px 0 rgba(9, 7, 0, 0.04)",
2138
2138
  "close": {
2139
2139
  "button": {
2140
2140
  "hover": {
2141
- "background": "{yellow.100}"
2141
+ "background": "{color.background.accent.orange.subtlest.hover}"
2142
2142
  },
2143
2143
  "focus": {
2144
2144
  "ring": {
2145
- "color": "{yellow.600}",
2145
+ "color": "{color.border.accent.orange}",
2146
2146
  "shadow": "0 0 0 0 #00000000"
2147
2147
  }
2148
2148
  }
@@ -2150,23 +2150,23 @@ export default {
2150
2150
  }
2151
2151
  },
2152
2152
  "error": {
2153
- "background": "{red.50}",
2153
+ "background": "{color.background.danger.default}",
2154
2154
  "border": {
2155
- "color": "{red.200}"
2155
+ "color": "{color.border.danger}"
2156
2156
  },
2157
- "color": "{red.600}",
2157
+ "color": "{color.text.danger}",
2158
2158
  "detail": {
2159
- "color": "{surface.700}"
2159
+ "color": "{color.text.subtle}"
2160
2160
  },
2161
2161
  "shadow": "0 4px 8px 0 rgba(10, 3, 3, 0.04)",
2162
2162
  "close": {
2163
2163
  "button": {
2164
2164
  "hover": {
2165
- "background": "{red.100}"
2165
+ "background": "{color.background.danger.hover}"
2166
2166
  },
2167
2167
  "focus": {
2168
2168
  "ring": {
2169
- "color": "{red.600}",
2169
+ "color": "{color.border.danger}",
2170
2170
  "shadow": "0 0 0 0 #00000000"
2171
2171
  }
2172
2172
  }
@@ -2174,23 +2174,23 @@ export default {
2174
2174
  }
2175
2175
  },
2176
2176
  "secondary": {
2177
- "background": "{surface.100}",
2177
+ "background": "{color.background.accent.gray.subtler.default}",
2178
2178
  "border": {
2179
- "color": "{surface.200}"
2179
+ "color": "{color.border.accent.gray}"
2180
2180
  },
2181
- "color": "{surface.600}",
2181
+ "color": "{color.text.default}",
2182
2182
  "detail": {
2183
- "color": "{surface.700}"
2183
+ "color": "{color.text.subtle}"
2184
2184
  },
2185
2185
  "shadow": "0 4px 8px 0 rgba(4, 5, 6, 0.04)",
2186
2186
  "close": {
2187
2187
  "button": {
2188
2188
  "hover": {
2189
- "background": "{surface.200}"
2189
+ "background": "{color.background.accent.gray.subtler.hover}"
2190
2190
  },
2191
2191
  "focus": {
2192
2192
  "ring": {
2193
- "color": "{surface.600}",
2193
+ "color": "{color.border.accent.gray}",
2194
2194
  "shadow": "0 0 0 0 #00000000"
2195
2195
  }
2196
2196
  }
@@ -2198,23 +2198,23 @@ export default {
2198
2198
  }
2199
2199
  },
2200
2200
  "contrast": {
2201
- "background": "{surface.900}",
2201
+ "background": "{color.background.accent.gray.boldest.default}",
2202
2202
  "border": {
2203
- "color": "{surface.950}"
2203
+ "color": "{color.border.inverse}"
2204
2204
  },
2205
- "color": "{surface.50}",
2205
+ "color": "{color.text.inverse}",
2206
2206
  "detail": {
2207
- "color": "{surface.0}"
2207
+ "color": "{color.text.inverse}"
2208
2208
  },
2209
2209
  "shadow": "0 4px 8px 0 rgba(0, 0, 1, 0.04)",
2210
2210
  "close": {
2211
2211
  "button": {
2212
2212
  "hover": {
2213
- "background": "{surface.800}"
2213
+ "background": "{color.background.accent.gray.boldest.hover}"
2214
2214
  },
2215
2215
  "focus": {
2216
2216
  "ring": {
2217
- "color": "{surface.50}",
2217
+ "color": "{color.border.inverse}",
2218
2218
  "shadow": "0 0 0 0 #00000000"
2219
2219
  }
2220
2220
  }
@@ -2226,22 +2226,22 @@ export default {
2226
2226
  "togglebutton": {
2227
2227
  "border": {
2228
2228
  "radius": "{border-radius.md}",
2229
- "color": "{surface.100}"
2229
+ "color": "{color.background.accent.gray.default}"
2230
2230
  },
2231
2231
  "gap": "{space.100}",
2232
2232
  "font": {
2233
2233
  "weight": "{font-weight.medium}"
2234
2234
  },
2235
2235
  "disabled": {
2236
- "background": "{form.field.disabled.background}",
2236
+ "background": "{color.background.disabled.default}",
2237
2237
  "border": {
2238
- "color": "{form.field.disabled.background}"
2238
+ "color": "{color.background.disabled.default}"
2239
2239
  },
2240
- "color": "{form.field.disabled.color}"
2240
+ "color": "{color.text.disabled}"
2241
2241
  },
2242
2242
  "invalid": {
2243
2243
  "border": {
2244
- "color": "{form.field.invalid.border.color}"
2244
+ "color": "{color.border.danger}"
2245
2245
  }
2246
2246
  },
2247
2247
  "focus": {
@@ -2249,30 +2249,30 @@ export default {
2249
2249
  "width": "{focus.ring.width}",
2250
2250
  "offset": "{focus.ring.offset}",
2251
2251
  "style": "{focus.ring.style}",
2252
- "color": "{focus.ring.color}",
2252
+ "color": "{color.border.focused}",
2253
2253
  "shadow": "{focus.ring.shadow}"
2254
2254
  }
2255
2255
  },
2256
2256
  "icon": {
2257
2257
  "disabled": {
2258
- "color": "{form.field.disabled.color}"
2258
+ "color": "{color.icon.disabled}"
2259
2259
  },
2260
- "color": "{surface.500}",
2260
+ "color": "{color.icon.subtle}",
2261
2261
  "hover": {
2262
- "color": "{surface.700}"
2262
+ "color": "{color.icon.default}"
2263
2263
  },
2264
2264
  "checked": {
2265
- "color": "{surface.900}"
2265
+ "color": "{color.icon.default}"
2266
2266
  }
2267
2267
  },
2268
2268
  "content": {
2269
2269
  "checked": {
2270
2270
  "shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.04)",
2271
- "background": "{surface.0}"
2271
+ "background": "{color.elevation.surface.default}"
2272
2272
  },
2273
2273
  "padding": "{space.100} {space.50}",
2274
2274
  "border": {
2275
- "radius": "{content.border.radius}"
2275
+ "radius": "{border-radius.sm}"
2276
2276
  },
2277
2277
  "sm": {
2278
2278
  "padding": "{space.50} {space.25}"
@@ -2283,7 +2283,7 @@ export default {
2283
2283
  },
2284
2284
  "sm": {
2285
2285
  "font": {
2286
- "size": "{form.field.sm.font.size}"
2286
+ "size": "{font-size.sm}"
2287
2287
  },
2288
2288
  "padding": "{space.50}"
2289
2289
  },
@@ -2297,19 +2297,19 @@ export default {
2297
2297
  "duration": "{form.field.transition.duration}"
2298
2298
  },
2299
2299
  "padding": "{space.50}",
2300
- "background": "{surface.100}",
2300
+ "background": "{color.background.accent.gray.default}",
2301
2301
  "checked": {
2302
- "background": "{surface.100}",
2303
- "color": "{surface.900}",
2302
+ "background": "{color.background.accent.gray.default}",
2303
+ "color": "{color.text.default}",
2304
2304
  "border": {
2305
- "color": "{surface.100}"
2305
+ "color": "{color.background.accent.gray.default}"
2306
2306
  }
2307
2307
  },
2308
2308
  "hover": {
2309
- "background": "{surface.100}",
2310
- "color": "{surface.700}"
2309
+ "background": "{color.background.accent.gray.default}",
2310
+ "color": "{color.text.default}"
2311
2311
  },
2312
- "color": "{surface.500}"
2312
+ "color": "{color.text.subtle}"
2313
2313
  },
2314
2314
  "toggleswitch": {
2315
2315
  "width": "{space.500}",
@@ -2317,27 +2317,27 @@ export default {
2317
2317
  "border": {
2318
2318
  "radius": "{border-radius.3xl}",
2319
2319
  "width": "{border-width.1}",
2320
- "color": "rgba(0, 0, 0, 0)"
2320
+ "color": "{color.transparent}"
2321
2321
  },
2322
2322
  "gap": "{space.50}",
2323
2323
  "shadow": "{form.field.shadow}",
2324
2324
  "hover": {
2325
2325
  "border": {
2326
- "color": "rgba(0, 0, 0, 0)"
2326
+ "color": "{color.transparent}"
2327
2327
  },
2328
- "background": "{surface.400}"
2328
+ "background": "{color.background.accent.gray.hover}"
2329
2329
  },
2330
2330
  "checked": {
2331
2331
  "border": {
2332
- "color": "rgba(0, 0, 0, 0)"
2332
+ "color": "{color.transparent}"
2333
2333
  },
2334
2334
  "hover": {
2335
2335
  "border": {
2336
- "color": "rgba(0, 0, 0, 0)"
2336
+ "color": "{color.transparent}"
2337
2337
  },
2338
- "background": "{primary.hover.color}"
2338
+ "background": "{color.background.brand.bolder.default}"
2339
2339
  },
2340
- "background": "{primary.color}"
2340
+ "background": "{color.background.brand.bolder.default}"
2341
2341
  },
2342
2342
  "invalid": {
2343
2343
  "border": {
@@ -2349,22 +2349,22 @@ export default {
2349
2349
  "radius": "{border-radius.full}"
2350
2350
  },
2351
2351
  "size": "{space.200}",
2352
- "background": "{surface.0}",
2352
+ "background": "{color.elevation.surface.default}",
2353
2353
  "hover": {
2354
- "background": "{surface.0}",
2355
- "color": "{text.color}"
2354
+ "background": "{color.elevation.surface.hovered}",
2355
+ "color": "{color.text.default}"
2356
2356
  },
2357
2357
  "checked": {
2358
- "background": "{surface.0}",
2358
+ "background": "{color.elevation.surface.default}",
2359
2359
  "hover": {
2360
- "background": "{surface.0}",
2361
- "color": "{primary.hover.color}"
2360
+ "background": "{color.elevation.surface.default}",
2361
+ "color": "{color.background.brand.bolder.hover}"
2362
2362
  },
2363
- "color": "{primary.color}"
2363
+ "color": "{color.background.brand.bolder.default}"
2364
2364
  },
2365
- "color": "{text.muted.color}",
2365
+ "color": "{color.text.subtlest}",
2366
2366
  "disabled": {
2367
- "background": "{form.field.disabled.color}"
2367
+ "background": "{color.icon.disabled}"
2368
2368
  }
2369
2369
  },
2370
2370
  "focus": {
@@ -2382,9 +2382,9 @@ export default {
2382
2382
  "slide": {
2383
2383
  "duration": "0.2s"
2384
2384
  },
2385
- "background": "{surface.300}",
2385
+ "background": "{color.background.accent.gray.default}",
2386
2386
  "disabled": {
2387
- "background": "{form.field.disabled.background}"
2387
+ "background": "{color.background.disabled.default}"
2388
2388
  }
2389
2389
  }
2390
2390
  };