@bitrise/bitkit-v2 0.3.251 → 0.3.252-beta.1703

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