@bitrise/bitkit-v2 0.3.252 → 0.3.253-beta.1710

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.
Files changed (123) hide show
  1. package/AGENTS.md +6 -0
  2. package/dist/components/BitkitActionBar/BitkitActionBar.js +1 -1
  3. package/dist/components/BitkitActionBar/BitkitActionBar.js.map +1 -1
  4. package/dist/components/BitkitAlert/BitkitAlert.js +2 -2
  5. package/dist/components/BitkitAlert/BitkitAlert.js.map +1 -1
  6. package/dist/components/BitkitAvatar/BitkitAvatar.d.ts +3 -4
  7. package/dist/components/BitkitAvatar/BitkitAvatar.js +4 -6
  8. package/dist/components/BitkitAvatar/BitkitAvatar.js.map +1 -1
  9. package/dist/components/BitkitBadge/BitkitBadge.d.ts +2 -5
  10. package/dist/components/BitkitBadge/BitkitBadge.js.map +1 -1
  11. package/dist/components/BitkitCloseButton/BitkitCloseButton.d.ts +1 -1
  12. package/dist/components/BitkitCloseButton/BitkitCloseButton.js +6 -3
  13. package/dist/components/BitkitCloseButton/BitkitCloseButton.js.map +1 -1
  14. package/dist/components/BitkitColorButton/BitkitColorButton.d.ts +1 -1
  15. package/dist/components/BitkitColorButton/BitkitColorButton.js.map +1 -1
  16. package/dist/components/BitkitLabel/BitkitLabel.js +1 -1
  17. package/dist/components/BitkitLabel/BitkitLabel.js.map +1 -1
  18. package/dist/components/BitkitList/BitkitList.d.ts +1 -1
  19. package/dist/components/BitkitList/BitkitList.js +6 -6
  20. package/dist/components/BitkitList/BitkitList.js.map +1 -1
  21. package/dist/components/BitkitMarkdown/BitkitMarkdown.js +1 -1
  22. package/dist/components/BitkitMarkdown/BitkitMarkdown.js.map +1 -1
  23. package/dist/components/BitkitMultiselect/BitkitMultiselect.js +3 -3
  24. package/dist/components/BitkitMultiselect/BitkitMultiselect.js.map +1 -1
  25. package/dist/components/BitkitPageFooter/BitkitPageFooter.d.ts +2 -2
  26. package/dist/components/BitkitPageFooter/BitkitPageFooter.js +7 -7
  27. package/dist/components/BitkitPageFooter/BitkitPageFooter.js.map +1 -1
  28. package/dist/components/BitkitRadio/BitkitRadio.js +1 -1
  29. package/dist/components/BitkitRadio/BitkitRadio.js.map +1 -1
  30. package/dist/components/BitkitRibbon/BitkitRibbon.d.ts +1 -1
  31. package/dist/components/BitkitRibbon/BitkitRibbon.js +4 -6
  32. package/dist/components/BitkitRibbon/BitkitRibbon.js.map +1 -1
  33. package/dist/components/BitkitSearchInput/BitkitSearchInput.js +1 -1
  34. package/dist/components/BitkitSearchInput/BitkitSearchInput.js.map +1 -1
  35. package/dist/components/BitkitSwitch/components/BitkitSwitchReadOnly.js +2 -2
  36. package/dist/components/BitkitSwitch/components/BitkitSwitchReadOnly.js.map +1 -1
  37. package/dist/components/BitkitTable/BitkitSortableColumnHeader.js +1 -1
  38. package/dist/components/BitkitTable/BitkitSortableColumnHeader.js.map +1 -1
  39. package/dist/components/BitkitTag/BitkitTag.js +1 -1
  40. package/dist/components/BitkitTag/BitkitTag.js.map +1 -1
  41. package/dist/components/BitkitToast/BitkitToaster.js +2 -2
  42. package/dist/components/BitkitToast/BitkitToaster.js.map +1 -1
  43. package/dist/components/BitkitTooltip/BitkitTooltip.js +1 -1
  44. package/dist/components/BitkitTooltip/BitkitTooltip.js.map +1 -1
  45. package/dist/components/common/notificationMaps.d.ts +8 -1
  46. package/dist/components/common/notificationMaps.js.map +1 -1
  47. package/dist/docs/shared.d.ts +1 -1
  48. package/dist/theme/common/AlertAndToast.common.js +1 -1
  49. package/dist/theme/common/AlertAndToast.common.js.map +1 -1
  50. package/dist/theme/global-css.js +1 -1
  51. package/dist/theme/global-css.js.map +1 -1
  52. package/dist/theme/recipes/Badge.recipe.d.ts +39 -5
  53. package/dist/theme/recipes/Badge.recipe.js +77 -20
  54. package/dist/theme/recipes/Badge.recipe.js.map +1 -1
  55. package/dist/theme/recipes/Button.recipe.js +12 -12
  56. package/dist/theme/recipes/Button.recipe.js.map +1 -1
  57. package/dist/theme/recipes/CloseButton.recipe.d.ts +68 -0
  58. package/dist/theme/recipes/CloseButton.recipe.js +56 -17
  59. package/dist/theme/recipes/CloseButton.recipe.js.map +1 -1
  60. package/dist/theme/recipes/ColorButton.recipe.d.ts +93 -0
  61. package/dist/theme/recipes/ColorButton.recipe.js +75 -30
  62. package/dist/theme/recipes/ColorButton.recipe.js.map +1 -1
  63. package/dist/theme/recipes/DefinitionTooltip.recipe.js +2 -2
  64. package/dist/theme/recipes/DefinitionTooltip.recipe.js.map +1 -1
  65. package/dist/theme/recipes/Link.recipe.d.ts +1 -1
  66. package/dist/theme/recipes/Link.recipe.js +1 -1
  67. package/dist/theme/recipes/Link.recipe.js.map +1 -1
  68. package/dist/theme/recipes/Separator.recipe.js +1 -1
  69. package/dist/theme/recipes/Separator.recipe.js.map +1 -1
  70. package/dist/theme/recipes/Skeleton.recipe.js +2 -2
  71. package/dist/theme/recipes/Skeleton.recipe.js.map +1 -1
  72. package/dist/theme/recipes/index.d.ts +201 -6
  73. package/dist/theme/semantic-tokens/index.d.ts +1772 -1
  74. package/dist/theme/semantic-tokens/semanticColors.d.ts +1772 -1
  75. package/dist/theme/semantic-tokens/semanticColors.js +356 -472
  76. package/dist/theme/semantic-tokens/semanticColors.js.map +1 -1
  77. package/dist/theme/slot-recipes/Avatar.recipe.d.ts +56 -0
  78. package/dist/theme/slot-recipes/Avatar.recipe.js +40 -3
  79. package/dist/theme/slot-recipes/Avatar.recipe.js.map +1 -1
  80. package/dist/theme/slot-recipes/Collapsible.recipe.js +1 -1
  81. package/dist/theme/slot-recipes/Collapsible.recipe.js.map +1 -1
  82. package/dist/theme/slot-recipes/Dialog.recipe.js +1 -1
  83. package/dist/theme/slot-recipes/Dialog.recipe.js.map +1 -1
  84. package/dist/theme/slot-recipes/Drawer.recipe.js +2 -2
  85. package/dist/theme/slot-recipes/Drawer.recipe.js.map +1 -1
  86. package/dist/theme/slot-recipes/EmptyState.recipe.d.ts +2 -2
  87. package/dist/theme/slot-recipes/EmptyState.recipe.js +3 -3
  88. package/dist/theme/slot-recipes/EmptyState.recipe.js.map +1 -1
  89. package/dist/theme/slot-recipes/MarkdownCard.recipe.d.ts +3 -3
  90. package/dist/theme/slot-recipes/MarkdownCard.recipe.js +4 -4
  91. package/dist/theme/slot-recipes/MarkdownCard.recipe.js.map +1 -1
  92. package/dist/theme/slot-recipes/NoteCard.recipe.d.ts +2 -2
  93. package/dist/theme/slot-recipes/NoteCard.recipe.js +8 -8
  94. package/dist/theme/slot-recipes/NoteCard.recipe.js.map +1 -1
  95. package/dist/theme/slot-recipes/OverflowContent.recipe.js +1 -1
  96. package/dist/theme/slot-recipes/OverflowContent.recipe.js.map +1 -1
  97. package/dist/theme/slot-recipes/PageFooter.recipe.d.ts +4 -4
  98. package/dist/theme/slot-recipes/PageFooter.recipe.js +5 -5
  99. package/dist/theme/slot-recipes/PageFooter.recipe.js.map +1 -1
  100. package/dist/theme/slot-recipes/Ribbon.recipe.d.ts +39 -1
  101. package/dist/theme/slot-recipes/Ribbon.recipe.js +29 -5
  102. package/dist/theme/slot-recipes/Ribbon.recipe.js.map +1 -1
  103. package/dist/theme/slot-recipes/Tabs.recipe.d.ts +1 -1
  104. package/dist/theme/slot-recipes/Tabs.recipe.js +1 -1
  105. package/dist/theme/slot-recipes/Tabs.recipe.js.map +1 -1
  106. package/dist/theme/slot-recipes/Tag.recipe.d.ts +44 -0
  107. package/dist/theme/slot-recipes/Tag.recipe.js +38 -7
  108. package/dist/theme/slot-recipes/Tag.recipe.js.map +1 -1
  109. package/dist/theme/slot-recipes/TagsInput.recipe.js +5 -5
  110. package/dist/theme/slot-recipes/TagsInput.recipe.js.map +1 -1
  111. package/dist/theme/slot-recipes/Tooltip.recipe.d.ts +2 -2
  112. package/dist/theme/slot-recipes/Tooltip.recipe.js +3 -3
  113. package/dist/theme/slot-recipes/Tooltip.recipe.js.map +1 -1
  114. package/dist/theme/slot-recipes/index.d.ts +153 -15
  115. package/dist/theme/slot-recipes/index.js +1 -1
  116. package/dist/theme/tokens/colors.d.ts +4 -846
  117. package/dist/theme/tokens/colors.js +22 -137
  118. package/dist/theme/tokens/colors.js.map +1 -1
  119. package/dist/theme/tokens/index.d.ts +15 -312
  120. package/dist/theme/tokens/index.js +1 -1
  121. package/package.json +6 -5
  122. package/scripts/postinstall.cjs +8 -0
  123. package/scripts/prune-color-tokens.cjs +78 -0
@@ -1,5 +1,1776 @@
1
1
  declare const semanticTokens: {
2
- colors: Record<string, any>;
2
+ colors: {
3
+ 'sys/fg/base': {
4
+ value: {
5
+ _light: string;
6
+ };
7
+ };
8
+ 'sys/fg/primary': {
9
+ value: {
10
+ _light: string;
11
+ };
12
+ };
13
+ 'sys/fg/secondary': {
14
+ value: {
15
+ _light: string;
16
+ };
17
+ };
18
+ 'sys/fg/tertiary': {
19
+ value: {
20
+ _light: string;
21
+ };
22
+ };
23
+ 'sys/fg/subtle': {
24
+ value: {
25
+ _light: string;
26
+ };
27
+ };
28
+ 'sys/fg/minimal': {
29
+ value: {
30
+ _light: string;
31
+ };
32
+ };
33
+ 'sys/fg/positive': {
34
+ value: {
35
+ _light: string;
36
+ };
37
+ };
38
+ 'sys/fg/negative': {
39
+ value: {
40
+ _light: string;
41
+ };
42
+ };
43
+ 'sys/fg/on-color': {
44
+ value: {
45
+ _light: string;
46
+ };
47
+ };
48
+ 'sys/fg/on-contrast': {
49
+ value: {
50
+ _light: string;
51
+ };
52
+ };
53
+ 'sys/fg/on-disabled': {
54
+ value: {
55
+ _light: string;
56
+ };
57
+ };
58
+ 'sys/fg/disabled': {
59
+ value: {
60
+ _light: string;
61
+ };
62
+ };
63
+ 'sys/fg/warning': {
64
+ value: {
65
+ _light: string;
66
+ };
67
+ };
68
+ 'sys/bg/surface': {
69
+ value: {
70
+ _light: string;
71
+ };
72
+ };
73
+ 'sys/bg/contrast': {
74
+ value: {
75
+ _light: string;
76
+ };
77
+ };
78
+ 'sys/bg/moderate': {
79
+ value: {
80
+ _light: string;
81
+ };
82
+ };
83
+ 'sys/bg/subtle': {
84
+ value: {
85
+ _light: string;
86
+ };
87
+ };
88
+ 'sys/bg/minimal': {
89
+ value: {
90
+ _light: string;
91
+ };
92
+ };
93
+ 'sys/bg/disabled': {
94
+ value: {
95
+ _light: string;
96
+ };
97
+ };
98
+ 'sys/border/minimal': {
99
+ value: {
100
+ _light: string;
101
+ };
102
+ };
103
+ 'sys/border/subtle': {
104
+ value: {
105
+ _light: string;
106
+ };
107
+ };
108
+ 'sys/border/strong': {
109
+ value: {
110
+ _light: string;
111
+ };
112
+ };
113
+ 'sys/border/emphasized': {
114
+ value: {
115
+ _light: string;
116
+ };
117
+ };
118
+ 'sys/border/critical': {
119
+ value: {
120
+ _light: string;
121
+ };
122
+ };
123
+ 'sys/border/inverse': {
124
+ value: {
125
+ _light: string;
126
+ };
127
+ };
128
+ 'sys/border/on-contrast': {
129
+ value: {
130
+ _light: string;
131
+ };
132
+ };
133
+ 'sys/border/disabled': {
134
+ value: {
135
+ _light: string;
136
+ };
137
+ };
138
+ 'sys/primary/base': {
139
+ value: {
140
+ _light: string;
141
+ };
142
+ };
143
+ 'sys/primary/emphasized': {
144
+ value: {
145
+ _light: string;
146
+ };
147
+ };
148
+ 'sys/primary/contrast': {
149
+ value: {
150
+ _light: string;
151
+ };
152
+ };
153
+ 'sys/primary/muted': {
154
+ value: {
155
+ _light: string;
156
+ };
157
+ };
158
+ 'sys/primary/subtle': {
159
+ value: {
160
+ _light: string;
161
+ };
162
+ };
163
+ 'sys/primary/disabled': {
164
+ value: {
165
+ _light: string;
166
+ };
167
+ };
168
+ 'sys/interactive/base': {
169
+ value: {
170
+ _light: string;
171
+ };
172
+ };
173
+ 'sys/interactive/strong': {
174
+ value: {
175
+ _light: string;
176
+ };
177
+ };
178
+ 'sys/interactive/highlight': {
179
+ value: {
180
+ _light: string;
181
+ };
182
+ };
183
+ 'sys/interactive/disabled': {
184
+ value: {
185
+ _light: string;
186
+ };
187
+ };
188
+ 'sys/ui/header/control/bg': {
189
+ value: {
190
+ _light: string;
191
+ };
192
+ };
193
+ 'sys/ui/header/control/bg-hover': {
194
+ value: {
195
+ _light: string;
196
+ };
197
+ };
198
+ 'sys/ui/header/control/bg-active': {
199
+ value: {
200
+ _light: string;
201
+ };
202
+ };
203
+ 'sys/ui/header/control/bg-selected': {
204
+ value: {
205
+ _light: string;
206
+ };
207
+ };
208
+ 'sys/ui/header/control/bg-selected-hover': {
209
+ value: {
210
+ _light: string;
211
+ };
212
+ };
213
+ 'color/purple/base': {
214
+ value: {
215
+ _light: string;
216
+ };
217
+ };
218
+ 'color/purple/strong': {
219
+ value: {
220
+ _light: string;
221
+ };
222
+ };
223
+ 'color/purple/bold': {
224
+ value: {
225
+ _light: string;
226
+ };
227
+ };
228
+ 'color/purple/highlight': {
229
+ value: {
230
+ _light: string;
231
+ };
232
+ };
233
+ 'color/purple/muted': {
234
+ value: {
235
+ _light: string;
236
+ };
237
+ };
238
+ 'color/purple/moderate': {
239
+ value: {
240
+ _light: string;
241
+ };
242
+ };
243
+ 'color/purple/subtle': {
244
+ value: {
245
+ _light: string;
246
+ };
247
+ };
248
+ 'color/purple/minimal': {
249
+ value: {
250
+ _light: string;
251
+ };
252
+ };
253
+ 'color/purple/disabled': {
254
+ value: {
255
+ _light: string;
256
+ };
257
+ };
258
+ 'color/indigo/base': {
259
+ value: {
260
+ _light: string;
261
+ };
262
+ };
263
+ 'color/indigo/dark': {
264
+ value: {
265
+ _light: string;
266
+ };
267
+ };
268
+ 'color/indigo/emphasized': {
269
+ value: {
270
+ _light: string;
271
+ };
272
+ };
273
+ 'color/indigo/strong': {
274
+ value: {
275
+ _light: string;
276
+ };
277
+ };
278
+ 'color/indigo/bold': {
279
+ value: {
280
+ _light: string;
281
+ };
282
+ };
283
+ 'color/indigo/muted': {
284
+ value: {
285
+ _light: string;
286
+ };
287
+ };
288
+ 'color/indigo/moderate': {
289
+ value: {
290
+ _light: string;
291
+ };
292
+ };
293
+ 'color/indigo/subtle': {
294
+ value: {
295
+ _light: string;
296
+ };
297
+ };
298
+ 'color/indigo/minimal': {
299
+ value: {
300
+ _light: string;
301
+ };
302
+ };
303
+ 'color/blue/base': {
304
+ value: {
305
+ _light: string;
306
+ };
307
+ };
308
+ 'color/blue/strong': {
309
+ value: {
310
+ _light: string;
311
+ };
312
+ };
313
+ 'color/blue/bold': {
314
+ value: {
315
+ _light: string;
316
+ };
317
+ };
318
+ 'color/blue/muted': {
319
+ value: {
320
+ _light: string;
321
+ };
322
+ };
323
+ 'color/blue/moderate': {
324
+ value: {
325
+ _light: string;
326
+ };
327
+ };
328
+ 'color/blue/subtle': {
329
+ value: {
330
+ _light: string;
331
+ };
332
+ };
333
+ 'color/blue/minimal': {
334
+ value: {
335
+ _light: string;
336
+ };
337
+ };
338
+ 'color/green/base': {
339
+ value: {
340
+ _light: string;
341
+ };
342
+ };
343
+ 'color/green/strong': {
344
+ value: {
345
+ _light: string;
346
+ };
347
+ };
348
+ 'color/green/bold': {
349
+ value: {
350
+ _light: string;
351
+ };
352
+ };
353
+ 'color/green/muted': {
354
+ value: {
355
+ _light: string;
356
+ };
357
+ };
358
+ 'color/green/moderate': {
359
+ value: {
360
+ _light: string;
361
+ };
362
+ };
363
+ 'color/green/subtle': {
364
+ value: {
365
+ _light: string;
366
+ };
367
+ };
368
+ 'color/green/minimal': {
369
+ value: {
370
+ _light: string;
371
+ };
372
+ };
373
+ 'color/yellow/base': {
374
+ value: {
375
+ _light: string;
376
+ };
377
+ };
378
+ 'color/yellow/strong': {
379
+ value: {
380
+ _light: string;
381
+ };
382
+ };
383
+ 'color/yellow/bold': {
384
+ value: {
385
+ _light: string;
386
+ };
387
+ };
388
+ 'color/yellow/muted': {
389
+ value: {
390
+ _light: string;
391
+ };
392
+ };
393
+ 'color/yellow/moderate': {
394
+ value: {
395
+ _light: string;
396
+ };
397
+ };
398
+ 'color/yellow/subtle': {
399
+ value: {
400
+ _light: string;
401
+ };
402
+ };
403
+ 'color/yellow/minimal': {
404
+ value: {
405
+ _light: string;
406
+ };
407
+ };
408
+ 'color/red/base': {
409
+ value: {
410
+ _light: string;
411
+ };
412
+ };
413
+ 'color/red/dark': {
414
+ value: {
415
+ _light: string;
416
+ };
417
+ };
418
+ 'color/red/strong': {
419
+ value: {
420
+ _light: string;
421
+ };
422
+ };
423
+ 'color/red/bold': {
424
+ value: {
425
+ _light: string;
426
+ };
427
+ };
428
+ 'color/red/muted': {
429
+ value: {
430
+ _light: string;
431
+ };
432
+ };
433
+ 'color/red/moderate': {
434
+ value: {
435
+ _light: string;
436
+ };
437
+ };
438
+ 'color/red/subtle': {
439
+ value: {
440
+ _light: string;
441
+ };
442
+ };
443
+ 'color/red/minimal': {
444
+ value: {
445
+ _light: string;
446
+ };
447
+ };
448
+ 'color/neutral/base': {
449
+ value: {
450
+ _light: string;
451
+ };
452
+ };
453
+ 'color/neutral/strong': {
454
+ value: {
455
+ _light: string;
456
+ };
457
+ };
458
+ 'color/neutral/bold': {
459
+ value: {
460
+ _light: string;
461
+ };
462
+ };
463
+ 'color/neutral/muted': {
464
+ value: {
465
+ _light: string;
466
+ };
467
+ };
468
+ 'color/neutral/moderate': {
469
+ value: {
470
+ _light: string;
471
+ };
472
+ };
473
+ 'color/neutral/subtle': {
474
+ value: {
475
+ _light: string;
476
+ };
477
+ };
478
+ 'color/neutral/minimal': {
479
+ value: {
480
+ _light: string;
481
+ };
482
+ };
483
+ 'color/orange/base': {
484
+ value: {
485
+ _light: string;
486
+ };
487
+ };
488
+ 'color/orange/strong': {
489
+ value: {
490
+ _light: string;
491
+ };
492
+ };
493
+ 'color/orange/bold': {
494
+ value: {
495
+ _light: string;
496
+ };
497
+ };
498
+ 'color/orange/muted': {
499
+ value: {
500
+ _light: string;
501
+ };
502
+ };
503
+ 'color/orange/moderate': {
504
+ value: {
505
+ _light: string;
506
+ };
507
+ };
508
+ 'color/orange/subtle': {
509
+ value: {
510
+ _light: string;
511
+ };
512
+ };
513
+ 'color/orange/minimal': {
514
+ value: {
515
+ _light: string;
516
+ };
517
+ };
518
+ 'color/turquoise/base': {
519
+ value: {
520
+ _light: string;
521
+ };
522
+ };
523
+ 'color/turquoise/dark': {
524
+ value: {
525
+ _light: string;
526
+ };
527
+ };
528
+ 'color/turquoise/emphasized': {
529
+ value: {
530
+ _light: string;
531
+ };
532
+ };
533
+ 'color/turquoise/strong': {
534
+ value: {
535
+ _light: string;
536
+ };
537
+ };
538
+ 'color/turquoise/bold': {
539
+ value: {
540
+ _light: string;
541
+ };
542
+ };
543
+ 'color/turquoise/muted': {
544
+ value: {
545
+ _light: string;
546
+ };
547
+ };
548
+ 'color/turquoise/moderate': {
549
+ value: {
550
+ _light: string;
551
+ };
552
+ };
553
+ 'color/turquoise/subtle': {
554
+ value: {
555
+ _light: string;
556
+ };
557
+ };
558
+ 'color/turquoise/minimal': {
559
+ value: {
560
+ _light: string;
561
+ };
562
+ };
563
+ 'color/white/a0': {
564
+ value: {
565
+ _light: string;
566
+ };
567
+ };
568
+ 'color/white/a10': {
569
+ value: {
570
+ _light: string;
571
+ };
572
+ };
573
+ 'color/white/a15': {
574
+ value: {
575
+ _light: string;
576
+ };
577
+ };
578
+ 'color/white/a20': {
579
+ value: {
580
+ _light: string;
581
+ };
582
+ };
583
+ 'color/white/a30': {
584
+ value: {
585
+ _light: string;
586
+ };
587
+ };
588
+ 'color/white/a50': {
589
+ value: {
590
+ _light: string;
591
+ };
592
+ };
593
+ 'color/white/a80': {
594
+ value: {
595
+ _light: string;
596
+ };
597
+ };
598
+ 'color/white/a90': {
599
+ value: {
600
+ _light: string;
601
+ };
602
+ };
603
+ 'color/white/a100': {
604
+ value: {
605
+ _light: string;
606
+ };
607
+ };
608
+ 'ai/background/base': {
609
+ value: {
610
+ base: string;
611
+ };
612
+ };
613
+ 'ai/background/bold': {
614
+ value: {
615
+ base: string;
616
+ };
617
+ };
618
+ 'ai/background/muted': {
619
+ value: {
620
+ base: string;
621
+ };
622
+ };
623
+ 'ai/background/minimal': {
624
+ value: {
625
+ base: string;
626
+ };
627
+ };
628
+ 'ai/background/subtle': {
629
+ value: {
630
+ base: string;
631
+ };
632
+ };
633
+ 'ai/background/moderate': {
634
+ value: {
635
+ base: string;
636
+ };
637
+ };
638
+ 'ai/background/minimal-vertical': {
639
+ value: {
640
+ base: string;
641
+ };
642
+ };
643
+ 'ai/border/regular': {
644
+ value: {
645
+ base: string;
646
+ };
647
+ };
648
+ 'ai/border/minimal': {
649
+ value: {
650
+ base: string;
651
+ };
652
+ };
653
+ 'ai/border/strong': {
654
+ value: {
655
+ base: string;
656
+ };
657
+ };
658
+ 'background/primary': {
659
+ value: {
660
+ base: string;
661
+ };
662
+ };
663
+ 'background/secondary': {
664
+ value: {
665
+ base: string;
666
+ };
667
+ };
668
+ 'background/tertiary': {
669
+ value: {
670
+ base: string;
671
+ };
672
+ };
673
+ 'background/hover': {
674
+ value: {
675
+ base: string;
676
+ };
677
+ };
678
+ 'background/active': {
679
+ value: {
680
+ base: string;
681
+ };
682
+ };
683
+ 'background/selected': {
684
+ value: {
685
+ base: string;
686
+ };
687
+ };
688
+ 'background/selected-active': {
689
+ value: {
690
+ base: string;
691
+ };
692
+ };
693
+ 'background/selected-hover': {
694
+ value: {
695
+ base: string;
696
+ };
697
+ };
698
+ 'background/contrast': {
699
+ value: {
700
+ base: string;
701
+ };
702
+ };
703
+ 'background/disabled': {
704
+ value: {
705
+ base: string;
706
+ };
707
+ };
708
+ 'border/regular': {
709
+ value: {
710
+ base: string;
711
+ };
712
+ };
713
+ 'border/minimal': {
714
+ value: {
715
+ base: string;
716
+ };
717
+ };
718
+ 'border/strong': {
719
+ value: {
720
+ base: string;
721
+ };
722
+ };
723
+ 'border/hover': {
724
+ value: {
725
+ base: string;
726
+ };
727
+ };
728
+ 'border/focus': {
729
+ value: {
730
+ base: string;
731
+ };
732
+ };
733
+ 'border/selected': {
734
+ value: {
735
+ base: string;
736
+ };
737
+ };
738
+ 'border/error': {
739
+ value: {
740
+ base: string;
741
+ };
742
+ };
743
+ 'border/inverse': {
744
+ value: {
745
+ base: string;
746
+ };
747
+ };
748
+ 'border/on-contrast': {
749
+ value: {
750
+ base: string;
751
+ };
752
+ };
753
+ 'border/disabled': {
754
+ value: {
755
+ base: string;
756
+ };
757
+ };
758
+ 'text/primary': {
759
+ value: {
760
+ base: string;
761
+ };
762
+ };
763
+ 'text/secondary': {
764
+ value: {
765
+ base: string;
766
+ };
767
+ };
768
+ 'text/tertiary': {
769
+ value: {
770
+ base: string;
771
+ };
772
+ };
773
+ 'text/body': {
774
+ value: {
775
+ base: string;
776
+ };
777
+ };
778
+ 'text/helper': {
779
+ value: {
780
+ base: string;
781
+ };
782
+ };
783
+ 'text/link': {
784
+ value: {
785
+ base: string;
786
+ };
787
+ };
788
+ 'text/link-hover': {
789
+ value: {
790
+ base: string;
791
+ };
792
+ };
793
+ 'text/selected': {
794
+ value: {
795
+ base: string;
796
+ };
797
+ };
798
+ 'text/positive': {
799
+ value: {
800
+ base: string;
801
+ };
802
+ };
803
+ 'text/negative': {
804
+ value: {
805
+ base: string;
806
+ };
807
+ };
808
+ 'text/on-color': {
809
+ value: {
810
+ base: string;
811
+ };
812
+ };
813
+ 'text/on-contrast': {
814
+ value: {
815
+ base: string;
816
+ };
817
+ };
818
+ 'text/on-disabled': {
819
+ value: {
820
+ base: string;
821
+ };
822
+ };
823
+ 'text/disabled': {
824
+ value: {
825
+ base: string;
826
+ };
827
+ };
828
+ 'icon/primary': {
829
+ value: {
830
+ base: string;
831
+ };
832
+ };
833
+ 'icon/secondary': {
834
+ value: {
835
+ base: string;
836
+ };
837
+ };
838
+ 'icon/tertiary': {
839
+ value: {
840
+ base: string;
841
+ };
842
+ };
843
+ 'icon/interactive': {
844
+ value: {
845
+ base: string;
846
+ };
847
+ };
848
+ 'icon/interactive-hover': {
849
+ value: {
850
+ base: string;
851
+ };
852
+ };
853
+ 'icon/positive': {
854
+ value: {
855
+ base: string;
856
+ };
857
+ };
858
+ 'icon/negative': {
859
+ value: {
860
+ base: string;
861
+ };
862
+ };
863
+ 'icon/on-color': {
864
+ value: {
865
+ base: string;
866
+ };
867
+ };
868
+ 'icon/on-contrast': {
869
+ value: {
870
+ base: string;
871
+ };
872
+ };
873
+ 'icon/on-disabled': {
874
+ value: {
875
+ base: string;
876
+ };
877
+ };
878
+ 'icon/disabled': {
879
+ value: {
880
+ base: string;
881
+ };
882
+ };
883
+ 'icon/warning': {
884
+ value: {
885
+ base: string;
886
+ };
887
+ };
888
+ 'button/primary/bg': {
889
+ value: {
890
+ base: string;
891
+ };
892
+ };
893
+ 'button/primary/bg-hover': {
894
+ value: {
895
+ base: string;
896
+ };
897
+ };
898
+ 'button/primary/bg-active': {
899
+ value: {
900
+ base: string;
901
+ };
902
+ };
903
+ 'button/primary/bg-disabled': {
904
+ value: {
905
+ base: string;
906
+ };
907
+ };
908
+ 'button/primary/fg': {
909
+ value: {
910
+ base: string;
911
+ };
912
+ };
913
+ 'button/primary/fg-hover': {
914
+ value: {
915
+ base: string;
916
+ };
917
+ };
918
+ 'button/primary/fg-active': {
919
+ value: {
920
+ base: string;
921
+ };
922
+ };
923
+ 'button/primary/fg-disabled': {
924
+ value: {
925
+ base: string;
926
+ };
927
+ };
928
+ 'button/secondary/bg': {
929
+ value: {
930
+ base: string;
931
+ };
932
+ };
933
+ 'button/secondary/bg-hover': {
934
+ value: {
935
+ base: string;
936
+ };
937
+ };
938
+ 'button/secondary/bg-active': {
939
+ value: {
940
+ base: string;
941
+ };
942
+ };
943
+ 'button/secondary/bg-disabled': {
944
+ value: {
945
+ base: string;
946
+ };
947
+ };
948
+ 'button/secondary/fg/base': {
949
+ value: {
950
+ base: string;
951
+ };
952
+ };
953
+ 'button/secondary/fg/text': {
954
+ value: {
955
+ base: string;
956
+ };
957
+ };
958
+ 'button/secondary/fg/icon': {
959
+ value: {
960
+ base: string;
961
+ };
962
+ };
963
+ 'button/secondary/fg-hover': {
964
+ value: {
965
+ base: string;
966
+ };
967
+ };
968
+ 'button/secondary/fg-active': {
969
+ value: {
970
+ base: string;
971
+ };
972
+ };
973
+ 'button/secondary/fg-disabled': {
974
+ value: {
975
+ base: string;
976
+ };
977
+ };
978
+ 'button/secondary/border': {
979
+ value: {
980
+ base: string;
981
+ };
982
+ };
983
+ 'button/secondary/border-hover': {
984
+ value: {
985
+ base: string;
986
+ };
987
+ };
988
+ 'button/secondary/border-active': {
989
+ value: {
990
+ base: string;
991
+ };
992
+ };
993
+ 'button/secondary/border-disabled': {
994
+ value: {
995
+ base: string;
996
+ };
997
+ };
998
+ 'button/tertiary/bg': {
999
+ value: {
1000
+ base: string;
1001
+ };
1002
+ };
1003
+ 'button/tertiary/bg-hover': {
1004
+ value: {
1005
+ base: string;
1006
+ };
1007
+ };
1008
+ 'button/tertiary/bg-active': {
1009
+ value: {
1010
+ base: string;
1011
+ };
1012
+ };
1013
+ 'button/tertiary/bg-disabled': {
1014
+ value: {
1015
+ base: string;
1016
+ };
1017
+ };
1018
+ 'button/tertiary/fg': {
1019
+ value: {
1020
+ base: string;
1021
+ };
1022
+ };
1023
+ 'button/tertiary/fg-hover': {
1024
+ value: {
1025
+ base: string;
1026
+ };
1027
+ };
1028
+ 'button/tertiary/fg-active': {
1029
+ value: {
1030
+ base: string;
1031
+ };
1032
+ };
1033
+ 'button/tertiary/fg-disabled': {
1034
+ value: {
1035
+ base: string;
1036
+ };
1037
+ };
1038
+ 'button/danger-primary/bg': {
1039
+ value: {
1040
+ base: string;
1041
+ };
1042
+ };
1043
+ 'button/danger-primary/bg-hover': {
1044
+ value: {
1045
+ base: string;
1046
+ };
1047
+ };
1048
+ 'button/danger-primary/bg-active': {
1049
+ value: {
1050
+ base: string;
1051
+ };
1052
+ };
1053
+ 'button/danger-primary/bg-disabled': {
1054
+ value: {
1055
+ base: string;
1056
+ };
1057
+ };
1058
+ 'button/danger-primary/fg': {
1059
+ value: {
1060
+ base: string;
1061
+ };
1062
+ };
1063
+ 'button/danger-primary/fg-hover': {
1064
+ value: {
1065
+ base: string;
1066
+ };
1067
+ };
1068
+ 'button/danger-primary/fg-active': {
1069
+ value: {
1070
+ base: string;
1071
+ };
1072
+ };
1073
+ 'button/danger-primary/fg-disabled': {
1074
+ value: {
1075
+ base: string;
1076
+ };
1077
+ };
1078
+ 'button/danger-secondary/bg': {
1079
+ value: {
1080
+ base: string;
1081
+ };
1082
+ };
1083
+ 'button/danger-secondary/bg-hover': {
1084
+ value: {
1085
+ base: string;
1086
+ };
1087
+ };
1088
+ 'button/danger-secondary/bg-active': {
1089
+ value: {
1090
+ base: string;
1091
+ };
1092
+ };
1093
+ 'button/danger-secondary/bg-disabled': {
1094
+ value: {
1095
+ base: string;
1096
+ };
1097
+ };
1098
+ 'button/danger-secondary/fg': {
1099
+ value: {
1100
+ base: string;
1101
+ };
1102
+ };
1103
+ 'button/danger-secondary/fg-hover': {
1104
+ value: {
1105
+ base: string;
1106
+ };
1107
+ };
1108
+ 'button/danger-secondary/fg-active': {
1109
+ value: {
1110
+ base: string;
1111
+ };
1112
+ };
1113
+ 'button/danger-secondary/fg-disabled': {
1114
+ value: {
1115
+ base: string;
1116
+ };
1117
+ };
1118
+ 'button/danger-secondary/border': {
1119
+ value: {
1120
+ base: string;
1121
+ };
1122
+ };
1123
+ 'button/danger-secondary/border-hover': {
1124
+ value: {
1125
+ base: string;
1126
+ };
1127
+ };
1128
+ 'button/danger-secondary/border-active': {
1129
+ value: {
1130
+ base: string;
1131
+ };
1132
+ };
1133
+ 'button/danger-secondary/border-disabled': {
1134
+ value: {
1135
+ base: string;
1136
+ };
1137
+ };
1138
+ 'button/danger-tertiary/bg': {
1139
+ value: {
1140
+ base: string;
1141
+ };
1142
+ };
1143
+ 'button/danger-tertiary/bg-hover': {
1144
+ value: {
1145
+ base: string;
1146
+ };
1147
+ };
1148
+ 'button/danger-tertiary/bg-active': {
1149
+ value: {
1150
+ base: string;
1151
+ };
1152
+ };
1153
+ 'button/danger-tertiary/bg-disabled': {
1154
+ value: {
1155
+ base: string;
1156
+ };
1157
+ };
1158
+ 'button/danger-tertiary/fg': {
1159
+ value: {
1160
+ base: string;
1161
+ };
1162
+ };
1163
+ 'button/danger-tertiary/fg-hover': {
1164
+ value: {
1165
+ base: string;
1166
+ };
1167
+ };
1168
+ 'button/danger-tertiary/fg-active': {
1169
+ value: {
1170
+ base: string;
1171
+ };
1172
+ };
1173
+ 'button/danger-tertiary/fg-disabled': {
1174
+ value: {
1175
+ base: string;
1176
+ };
1177
+ };
1178
+ 'button/ai-primary/bg': {
1179
+ value: {
1180
+ base: string;
1181
+ };
1182
+ };
1183
+ 'button/ai-primary/bg-hover': {
1184
+ value: {
1185
+ base: string;
1186
+ };
1187
+ };
1188
+ 'button/ai-primary/bg-active': {
1189
+ value: {
1190
+ base: string;
1191
+ };
1192
+ };
1193
+ 'button/ai-primary/bg-disabled': {
1194
+ value: {
1195
+ base: string;
1196
+ };
1197
+ };
1198
+ 'button/ai-primary/fg': {
1199
+ value: {
1200
+ base: string;
1201
+ };
1202
+ };
1203
+ 'button/ai-primary/fg-hover': {
1204
+ value: {
1205
+ base: string;
1206
+ };
1207
+ };
1208
+ 'button/ai-primary/fg-active': {
1209
+ value: {
1210
+ base: string;
1211
+ };
1212
+ };
1213
+ 'button/ai-primary/fg-disabled': {
1214
+ value: {
1215
+ base: string;
1216
+ };
1217
+ };
1218
+ 'button/ai-secondary/bg': {
1219
+ value: {
1220
+ base: string;
1221
+ };
1222
+ };
1223
+ 'button/ai-secondary/bg-hover': {
1224
+ value: {
1225
+ base: string;
1226
+ };
1227
+ };
1228
+ 'button/ai-secondary/bg-active': {
1229
+ value: {
1230
+ base: string;
1231
+ };
1232
+ };
1233
+ 'button/ai-secondary/bg-disabled': {
1234
+ value: {
1235
+ base: string;
1236
+ };
1237
+ };
1238
+ 'button/ai-secondary/fg': {
1239
+ value: {
1240
+ base: string;
1241
+ };
1242
+ };
1243
+ 'button/ai-secondary/fg-hover': {
1244
+ value: {
1245
+ base: string;
1246
+ };
1247
+ };
1248
+ 'button/ai-secondary/fg-active': {
1249
+ value: {
1250
+ base: string;
1251
+ };
1252
+ };
1253
+ 'button/ai-secondary/fg-disabled': {
1254
+ value: {
1255
+ base: string;
1256
+ };
1257
+ };
1258
+ 'button/ai-secondary/border': {
1259
+ value: {
1260
+ base: string;
1261
+ };
1262
+ };
1263
+ 'button/ai-secondary/border-hover': {
1264
+ value: {
1265
+ base: string;
1266
+ };
1267
+ };
1268
+ 'button/ai-secondary/border-active': {
1269
+ value: {
1270
+ base: string;
1271
+ };
1272
+ };
1273
+ 'button/ai-secondary/border-disabled': {
1274
+ value: {
1275
+ base: string;
1276
+ };
1277
+ };
1278
+ 'button/ai-tertiary/bg': {
1279
+ value: {
1280
+ base: string;
1281
+ };
1282
+ };
1283
+ 'button/ai-tertiary/bg-hover': {
1284
+ value: {
1285
+ base: string;
1286
+ };
1287
+ };
1288
+ 'button/ai-tertiary/bg-active': {
1289
+ value: {
1290
+ base: string;
1291
+ };
1292
+ };
1293
+ 'button/ai-tertiary/bg-disabled': {
1294
+ value: {
1295
+ base: string;
1296
+ };
1297
+ };
1298
+ 'button/ai-tertiary/fg': {
1299
+ value: {
1300
+ base: string;
1301
+ };
1302
+ };
1303
+ 'button/ai-tertiary/fg-hover': {
1304
+ value: {
1305
+ base: string;
1306
+ };
1307
+ };
1308
+ 'button/ai-tertiary/fg-active': {
1309
+ value: {
1310
+ base: string;
1311
+ };
1312
+ };
1313
+ 'button/ai-tertiary/fg-disabled': {
1314
+ value: {
1315
+ base: string;
1316
+ };
1317
+ };
1318
+ 'button/control/bg': {
1319
+ value: {
1320
+ base: string;
1321
+ };
1322
+ };
1323
+ 'button/control/bg-hover': {
1324
+ value: {
1325
+ base: string;
1326
+ };
1327
+ };
1328
+ 'button/control/bg-active': {
1329
+ value: {
1330
+ base: string;
1331
+ };
1332
+ };
1333
+ 'button/control/bg-disabled': {
1334
+ value: {
1335
+ base: string;
1336
+ };
1337
+ };
1338
+ 'button/control/fg': {
1339
+ value: {
1340
+ base: string;
1341
+ };
1342
+ };
1343
+ 'button/control/fg-hover': {
1344
+ value: {
1345
+ base: string;
1346
+ };
1347
+ };
1348
+ 'button/control/fg-active': {
1349
+ value: {
1350
+ base: string;
1351
+ };
1352
+ };
1353
+ 'button/control/fg-disabled': {
1354
+ value: {
1355
+ base: string;
1356
+ };
1357
+ };
1358
+ 'button/control-danger/bg': {
1359
+ value: {
1360
+ base: string;
1361
+ };
1362
+ };
1363
+ 'button/control-danger/bg-hover': {
1364
+ value: {
1365
+ base: string;
1366
+ };
1367
+ };
1368
+ 'button/control-danger/bg-active': {
1369
+ value: {
1370
+ base: string;
1371
+ };
1372
+ };
1373
+ 'button/control-danger/bg-disabled': {
1374
+ value: {
1375
+ base: string;
1376
+ };
1377
+ };
1378
+ 'button/control-danger/fg': {
1379
+ value: {
1380
+ base: string;
1381
+ };
1382
+ };
1383
+ 'button/control-danger/fg-hover': {
1384
+ value: {
1385
+ base: string;
1386
+ };
1387
+ };
1388
+ 'button/control-danger/fg-active': {
1389
+ value: {
1390
+ base: string;
1391
+ };
1392
+ };
1393
+ 'button/control-danger/fg-disabled': {
1394
+ value: {
1395
+ base: string;
1396
+ };
1397
+ };
1398
+ 'ui-header/bg': {
1399
+ value: {
1400
+ base: string;
1401
+ };
1402
+ };
1403
+ 'ui-header/bg-hover': {
1404
+ value: {
1405
+ base: string;
1406
+ };
1407
+ };
1408
+ 'ui-header/bg-active': {
1409
+ value: {
1410
+ base: string;
1411
+ };
1412
+ };
1413
+ 'ui-header/bg-selected': {
1414
+ value: {
1415
+ base: string;
1416
+ };
1417
+ };
1418
+ 'ui-header/bg-selected-hover': {
1419
+ value: {
1420
+ base: string;
1421
+ };
1422
+ };
1423
+ 'input/text/label': {
1424
+ value: {
1425
+ base: string;
1426
+ };
1427
+ };
1428
+ 'input/text/inputValue': {
1429
+ value: {
1430
+ base: string;
1431
+ };
1432
+ };
1433
+ 'input/text/placeholder': {
1434
+ value: {
1435
+ base: string;
1436
+ };
1437
+ };
1438
+ 'input/text/helper': {
1439
+ value: {
1440
+ base: string;
1441
+ };
1442
+ };
1443
+ 'input/text/error': {
1444
+ value: {
1445
+ base: string;
1446
+ };
1447
+ };
1448
+ 'input/checkbox/selection': {
1449
+ value: {
1450
+ base: string;
1451
+ };
1452
+ };
1453
+ 'input/checkbox/selection-disabled': {
1454
+ value: {
1455
+ base: string;
1456
+ };
1457
+ };
1458
+ 'input/switch/on/track': {
1459
+ value: {
1460
+ base: string;
1461
+ };
1462
+ };
1463
+ 'input/switch/on/track-disabled': {
1464
+ value: {
1465
+ base: string;
1466
+ };
1467
+ };
1468
+ 'input/switch/on/thumb': {
1469
+ value: {
1470
+ base: string;
1471
+ };
1472
+ };
1473
+ 'input/switch/on/thumb-disabled': {
1474
+ value: {
1475
+ base: string;
1476
+ };
1477
+ };
1478
+ 'input/switch/off/track': {
1479
+ value: {
1480
+ base: string;
1481
+ };
1482
+ };
1483
+ 'input/switch/off/track-disabled': {
1484
+ value: {
1485
+ base: string;
1486
+ };
1487
+ };
1488
+ 'input/switch/off/thumb': {
1489
+ value: {
1490
+ base: string;
1491
+ };
1492
+ };
1493
+ 'input/switch/off/thumb-disabled': {
1494
+ value: {
1495
+ base: string;
1496
+ };
1497
+ };
1498
+ 'interactive/base': {
1499
+ value: {
1500
+ base: string;
1501
+ };
1502
+ };
1503
+ 'interactive/bold': {
1504
+ value: {
1505
+ base: string;
1506
+ };
1507
+ };
1508
+ 'interactive/highlight': {
1509
+ value: {
1510
+ base: string;
1511
+ };
1512
+ };
1513
+ 'interactive/muted': {
1514
+ value: {
1515
+ base: string;
1516
+ };
1517
+ };
1518
+ 'interactive/moderate': {
1519
+ value: {
1520
+ base: string;
1521
+ };
1522
+ };
1523
+ 'interactive/subtle': {
1524
+ value: {
1525
+ base: string;
1526
+ };
1527
+ };
1528
+ 'interactive/minimal': {
1529
+ value: {
1530
+ base: string;
1531
+ };
1532
+ };
1533
+ 'interactive/disabled': {
1534
+ value: {
1535
+ base: string;
1536
+ };
1537
+ };
1538
+ 'status/info/bg': {
1539
+ value: {
1540
+ base: string;
1541
+ };
1542
+ };
1543
+ 'status/info/bg-hover': {
1544
+ value: {
1545
+ base: string;
1546
+ };
1547
+ };
1548
+ 'status/info/bg-active': {
1549
+ value: {
1550
+ base: string;
1551
+ };
1552
+ };
1553
+ 'status/info/border': {
1554
+ value: {
1555
+ base: string;
1556
+ };
1557
+ };
1558
+ 'status/info/icon': {
1559
+ value: {
1560
+ base: string;
1561
+ };
1562
+ };
1563
+ 'status/info/text': {
1564
+ value: {
1565
+ base: string;
1566
+ };
1567
+ };
1568
+ 'status/success/bg': {
1569
+ value: {
1570
+ base: string;
1571
+ };
1572
+ };
1573
+ 'status/success/bg-hover': {
1574
+ value: {
1575
+ base: string;
1576
+ };
1577
+ };
1578
+ 'status/success/bg-active': {
1579
+ value: {
1580
+ base: string;
1581
+ };
1582
+ };
1583
+ 'status/success/border': {
1584
+ value: {
1585
+ base: string;
1586
+ };
1587
+ };
1588
+ 'status/success/icon': {
1589
+ value: {
1590
+ base: string;
1591
+ };
1592
+ };
1593
+ 'status/success/text': {
1594
+ value: {
1595
+ base: string;
1596
+ };
1597
+ };
1598
+ 'status/warning/bg': {
1599
+ value: {
1600
+ base: string;
1601
+ };
1602
+ };
1603
+ 'status/warning/bg-hover': {
1604
+ value: {
1605
+ base: string;
1606
+ };
1607
+ };
1608
+ 'status/warning/bg-active': {
1609
+ value: {
1610
+ base: string;
1611
+ };
1612
+ };
1613
+ 'status/warning/border': {
1614
+ value: {
1615
+ base: string;
1616
+ };
1617
+ };
1618
+ 'status/warning/icon': {
1619
+ value: {
1620
+ base: string;
1621
+ };
1622
+ };
1623
+ 'status/warning/text': {
1624
+ value: {
1625
+ base: string;
1626
+ };
1627
+ };
1628
+ 'status/critical/bg': {
1629
+ value: {
1630
+ base: string;
1631
+ };
1632
+ };
1633
+ 'status/critical/bg-hover': {
1634
+ value: {
1635
+ base: string;
1636
+ };
1637
+ };
1638
+ 'status/critical/bg-active': {
1639
+ value: {
1640
+ base: string;
1641
+ };
1642
+ };
1643
+ 'status/critical/border': {
1644
+ value: {
1645
+ base: string;
1646
+ };
1647
+ };
1648
+ 'status/critical/icon': {
1649
+ value: {
1650
+ base: string;
1651
+ };
1652
+ };
1653
+ 'status/critical/text': {
1654
+ value: {
1655
+ base: string;
1656
+ };
1657
+ };
1658
+ 'status/progress/bg': {
1659
+ value: {
1660
+ base: string;
1661
+ };
1662
+ };
1663
+ 'status/progress/bg-hover': {
1664
+ value: {
1665
+ base: string;
1666
+ };
1667
+ };
1668
+ 'status/progress/bg-active': {
1669
+ value: {
1670
+ base: string;
1671
+ };
1672
+ };
1673
+ 'status/progress/border': {
1674
+ value: {
1675
+ base: string;
1676
+ };
1677
+ };
1678
+ 'status/progress/icon': {
1679
+ value: {
1680
+ base: string;
1681
+ };
1682
+ };
1683
+ 'status/progress/text': {
1684
+ value: {
1685
+ base: string;
1686
+ };
1687
+ };
1688
+ 'status/neutral/bg': {
1689
+ value: {
1690
+ base: string;
1691
+ };
1692
+ };
1693
+ 'status/neutral/bg-hover': {
1694
+ value: {
1695
+ base: string;
1696
+ };
1697
+ };
1698
+ 'status/neutral/bg-active': {
1699
+ value: {
1700
+ base: string;
1701
+ };
1702
+ };
1703
+ 'status/neutral/border': {
1704
+ value: {
1705
+ base: string;
1706
+ };
1707
+ };
1708
+ 'status/neutral/icon': {
1709
+ value: {
1710
+ base: string;
1711
+ };
1712
+ };
1713
+ 'status/neutral/text': {
1714
+ value: {
1715
+ base: string;
1716
+ };
1717
+ };
1718
+ 'status/ai/bg': {
1719
+ value: {
1720
+ base: string;
1721
+ };
1722
+ };
1723
+ 'status/ai/bg-hover': {
1724
+ value: {
1725
+ base: string;
1726
+ };
1727
+ };
1728
+ 'status/ai/bg-active': {
1729
+ value: {
1730
+ base: string;
1731
+ };
1732
+ };
1733
+ 'status/ai/border': {
1734
+ value: {
1735
+ base: string;
1736
+ };
1737
+ };
1738
+ 'status/ai/icon': {
1739
+ value: {
1740
+ base: string;
1741
+ };
1742
+ };
1743
+ 'status/ai/text': {
1744
+ value: {
1745
+ base: string;
1746
+ };
1747
+ };
1748
+ 'utilities/overlay': {
1749
+ value: {
1750
+ base: string;
1751
+ };
1752
+ };
1753
+ 'utilities/overlay-side': {
1754
+ value: {
1755
+ base: string;
1756
+ };
1757
+ };
1758
+ 'utilities/overlay-light': {
1759
+ value: {
1760
+ base: string;
1761
+ };
1762
+ };
1763
+ 'utilities/skeleton': {
1764
+ value: {
1765
+ base: string;
1766
+ };
1767
+ };
1768
+ 'utilities/skeleton-strong': {
1769
+ value: {
1770
+ base: string;
1771
+ };
1772
+ };
1773
+ };
3
1774
  shadows: Record<string, any>;
4
1775
  };
5
1776
  export default semanticTokens;