@tamagui/theme-builder 1.79.16 → 1.79.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1646 +1,1643 @@
1
1
  import { BuildThemeSuiteProps } from './types';
2
2
  export declare function buildThemeSuite({ baseTheme, subThemes }: BuildThemeSuiteProps): {
3
- built: {
4
- [x: `light_${string}`]: any;
5
- [x: `dark_${string}`]: any;
6
- [x: `light_${string}_${string}`]: any;
7
- [x: `dark_${string}_${string}`]: any;
8
- [x: `light_${string}_Card`]: any;
9
- [x: `light_${string}_Button`]: any;
10
- [x: `light_${string}_Checkbox`]: any;
11
- [x: `light_${string}_Switch`]: any;
12
- [x: `light_${string}_SwitchThumb`]: any;
13
- [x: `light_${string}_TooltipContent`]: any;
14
- [x: `light_${string}_DrawerFrame`]: any;
15
- [x: `light_${string}_Progress`]: any;
16
- [x: `light_${string}_RadioGroupItem`]: any;
17
- [x: `light_${string}_TooltipArrow`]: any;
18
- [x: `light_${string}_SliderTrackActive`]: any;
19
- [x: `light_${string}_SliderTrack`]: any;
20
- [x: `light_${string}_SliderThumb`]: any;
21
- [x: `light_${string}_Tooltip`]: any;
22
- [x: `light_${string}_ProgressIndicator`]: any;
23
- [x: `light_${string}_SheetOverlay`]: any;
24
- [x: `light_${string}_DialogOverlay`]: any;
25
- [x: `light_${string}_ModalOverlay`]: any;
26
- [x: `light_${string}_Input`]: any;
27
- [x: `light_${string}_TextArea`]: any;
28
- [x: `dark_${string}_Card`]: any;
29
- [x: `dark_${string}_Button`]: any;
30
- [x: `dark_${string}_Checkbox`]: any;
31
- [x: `dark_${string}_Switch`]: any;
32
- [x: `dark_${string}_SwitchThumb`]: any;
33
- [x: `dark_${string}_TooltipContent`]: any;
34
- [x: `dark_${string}_DrawerFrame`]: any;
35
- [x: `dark_${string}_Progress`]: any;
36
- [x: `dark_${string}_RadioGroupItem`]: any;
37
- [x: `dark_${string}_TooltipArrow`]: any;
38
- [x: `dark_${string}_SliderTrackActive`]: any;
39
- [x: `dark_${string}_SliderTrack`]: any;
40
- [x: `dark_${string}_SliderThumb`]: any;
41
- [x: `dark_${string}_Tooltip`]: any;
42
- [x: `dark_${string}_ProgressIndicator`]: any;
43
- [x: `dark_${string}_SheetOverlay`]: any;
44
- [x: `dark_${string}_DialogOverlay`]: any;
45
- [x: `dark_${string}_ModalOverlay`]: any;
46
- [x: `dark_${string}_Input`]: any;
47
- [x: `dark_${string}_TextArea`]: any;
48
- [x: `light_${string}_${string}_Card`]: any;
49
- [x: `light_${string}_${string}_Button`]: any;
50
- [x: `light_${string}_${string}_Checkbox`]: any;
51
- [x: `light_${string}_${string}_Switch`]: any;
52
- [x: `light_${string}_${string}_SwitchThumb`]: any;
53
- [x: `light_${string}_${string}_TooltipContent`]: any;
54
- [x: `light_${string}_${string}_DrawerFrame`]: any;
55
- [x: `light_${string}_${string}_Progress`]: any;
56
- [x: `light_${string}_${string}_RadioGroupItem`]: any;
57
- [x: `light_${string}_${string}_TooltipArrow`]: any;
58
- [x: `light_${string}_${string}_SliderTrackActive`]: any;
59
- [x: `light_${string}_${string}_SliderTrack`]: any;
60
- [x: `light_${string}_${string}_SliderThumb`]: any;
61
- [x: `light_${string}_${string}_Tooltip`]: any;
62
- [x: `light_${string}_${string}_ProgressIndicator`]: any;
63
- [x: `light_${string}_${string}_SheetOverlay`]: any;
64
- [x: `light_${string}_${string}_DialogOverlay`]: any;
65
- [x: `light_${string}_${string}_ModalOverlay`]: any;
66
- [x: `light_${string}_${string}_Input`]: any;
67
- [x: `light_${string}_${string}_TextArea`]: any;
68
- [x: `dark_${string}_${string}_Card`]: any;
69
- [x: `dark_${string}_${string}_Button`]: any;
70
- [x: `dark_${string}_${string}_Checkbox`]: any;
71
- [x: `dark_${string}_${string}_Switch`]: any;
72
- [x: `dark_${string}_${string}_SwitchThumb`]: any;
73
- [x: `dark_${string}_${string}_TooltipContent`]: any;
74
- [x: `dark_${string}_${string}_DrawerFrame`]: any;
75
- [x: `dark_${string}_${string}_Progress`]: any;
76
- [x: `dark_${string}_${string}_RadioGroupItem`]: any;
77
- [x: `dark_${string}_${string}_TooltipArrow`]: any;
78
- [x: `dark_${string}_${string}_SliderTrackActive`]: any;
79
- [x: `dark_${string}_${string}_SliderTrack`]: any;
80
- [x: `dark_${string}_${string}_SliderThumb`]: any;
81
- [x: `dark_${string}_${string}_Tooltip`]: any;
82
- [x: `dark_${string}_${string}_ProgressIndicator`]: any;
83
- [x: `dark_${string}_${string}_SheetOverlay`]: any;
84
- [x: `dark_${string}_${string}_DialogOverlay`]: any;
85
- [x: `dark_${string}_${string}_ModalOverlay`]: any;
86
- [x: `dark_${string}_${string}_Input`]: any;
87
- [x: `dark_${string}_${string}_TextArea`]: any;
88
- readonly light: {
89
- accentBackground: string;
90
- accentColor: string;
91
- background0: string;
92
- background025: string;
93
- background05: string;
94
- background075: string;
95
- color0: string;
96
- color025: string;
97
- color05: string;
98
- color075: string;
99
- background: string;
100
- backgroundHover: string;
101
- backgroundPress: string;
102
- backgroundFocus: string;
103
- color: string;
104
- colorHover: string;
105
- colorPress: string;
106
- colorFocus: string;
107
- placeholderColor: string;
108
- borderColor: string;
109
- borderColorHover: string;
110
- borderColorFocus: string;
111
- borderColorPress: string;
112
- color1: string;
113
- color2: string;
114
- color3: string;
115
- color4: string;
116
- color5: string;
117
- color6: string;
118
- color7: string;
119
- color8: string;
120
- color9: string;
121
- color10: string;
122
- color11: string;
123
- color12: string;
124
- };
125
- readonly dark: {
126
- accentBackground: string;
127
- accentColor: string;
128
- background0: string;
129
- background025: string;
130
- background05: string;
131
- background075: string;
132
- color0: string;
133
- color025: string;
134
- color05: string;
135
- color075: string;
136
- background: string;
137
- backgroundHover: string;
138
- backgroundPress: string;
139
- backgroundFocus: string;
140
- color: string;
141
- colorHover: string;
142
- colorPress: string;
143
- colorFocus: string;
144
- placeholderColor: string;
145
- borderColor: string;
146
- borderColorHover: string;
147
- borderColorFocus: string;
148
- borderColorPress: string;
149
- color1: string;
150
- color2: string;
151
- color3: string;
152
- color4: string;
153
- color5: string;
154
- color6: string;
155
- color7: string;
156
- color8: string;
157
- color9: string;
158
- color10: string;
159
- color11: string;
160
- color12: string;
161
- };
162
- light_Card: {
163
- accentBackground: string;
164
- accentColor: string;
165
- background0: string;
166
- background025: string;
167
- background05: string;
168
- background075: string;
169
- color0: string;
170
- color025: string;
171
- color05: string;
172
- color075: string;
173
- background: string;
174
- backgroundHover: string;
175
- backgroundPress: string;
176
- backgroundFocus: string;
177
- color: string;
178
- colorHover: string;
179
- colorPress: string;
180
- colorFocus: string;
181
- placeholderColor: string;
182
- borderColor: string;
183
- borderColorHover: string;
184
- borderColorFocus: string;
185
- borderColorPress: string;
186
- color1: string;
187
- color2: string;
188
- color3: string;
189
- color4: string;
190
- color5: string;
191
- color6: string;
192
- color7: string;
193
- color8: string;
194
- color9: string;
195
- color10: string;
196
- color11: string;
197
- color12: string;
198
- };
199
- light_Button: {
200
- accentBackground: string;
201
- accentColor: string;
202
- background0: string;
203
- background025: string;
204
- background05: string;
205
- background075: string;
206
- color0: string;
207
- color025: string;
208
- color05: string;
209
- color075: string;
210
- background: string;
211
- backgroundHover: string;
212
- backgroundPress: string;
213
- backgroundFocus: string;
214
- color: string;
215
- colorHover: string;
216
- colorPress: string;
217
- colorFocus: string;
218
- placeholderColor: string;
219
- borderColor: string;
220
- borderColorHover: string;
221
- borderColorFocus: string;
222
- borderColorPress: string;
223
- color1: string;
224
- color2: string;
225
- color3: string;
226
- color4: string;
227
- color5: string;
228
- color6: string;
229
- color7: string;
230
- color8: string;
231
- color9: string;
232
- color10: string;
233
- color11: string;
234
- color12: string;
235
- };
236
- light_Checkbox: {
237
- accentBackground: string;
238
- accentColor: string;
239
- background0: string;
240
- background025: string;
241
- background05: string;
242
- background075: string;
243
- color0: string;
244
- color025: string;
245
- color05: string;
246
- color075: string;
247
- background: string;
248
- backgroundHover: string;
249
- backgroundPress: string;
250
- backgroundFocus: string;
251
- color: string;
252
- colorHover: string;
253
- colorPress: string;
254
- colorFocus: string;
255
- placeholderColor: string;
256
- borderColor: string;
257
- borderColorHover: string;
258
- borderColorFocus: string;
259
- borderColorPress: string;
260
- color1: string;
261
- color2: string;
262
- color3: string;
263
- color4: string;
264
- color5: string;
265
- color6: string;
266
- color7: string;
267
- color8: string;
268
- color9: string;
269
- color10: string;
270
- color11: string;
271
- color12: string;
272
- };
273
- light_Switch: {
274
- accentBackground: string;
275
- accentColor: string;
276
- background0: string;
277
- background025: string;
278
- background05: string;
279
- background075: string;
280
- color0: string;
281
- color025: string;
282
- color05: string;
283
- color075: string;
284
- background: string;
285
- backgroundHover: string;
286
- backgroundPress: string;
287
- backgroundFocus: string;
288
- color: string;
289
- colorHover: string;
290
- colorPress: string;
291
- colorFocus: string;
292
- placeholderColor: string;
293
- borderColor: string;
294
- borderColorHover: string;
295
- borderColorFocus: string;
296
- borderColorPress: string;
297
- color1: string;
298
- color2: string;
299
- color3: string;
300
- color4: string;
301
- color5: string;
302
- color6: string;
303
- color7: string;
304
- color8: string;
305
- color9: string;
306
- color10: string;
307
- color11: string;
308
- color12: string;
309
- };
310
- light_SwitchThumb: {
311
- accentBackground: string;
312
- accentColor: string;
313
- background0: string;
314
- background025: string;
315
- background05: string;
316
- background075: string;
317
- color0: string;
318
- color025: string;
319
- color05: string;
320
- color075: string;
321
- background: string;
322
- backgroundHover: string;
323
- backgroundPress: string;
324
- backgroundFocus: string;
325
- color: string;
326
- colorHover: string;
327
- colorPress: string;
328
- colorFocus: string;
329
- placeholderColor: string;
330
- borderColor: string;
331
- borderColorHover: string;
332
- borderColorFocus: string;
333
- borderColorPress: string;
334
- color1: string;
335
- color2: string;
336
- color3: string;
337
- color4: string;
338
- color5: string;
339
- color6: string;
340
- color7: string;
341
- color8: string;
342
- color9: string;
343
- color10: string;
344
- color11: string;
345
- color12: string;
346
- };
347
- light_TooltipContent: {
348
- accentBackground: string;
349
- accentColor: string;
350
- background0: string;
351
- background025: string;
352
- background05: string;
353
- background075: string;
354
- color0: string;
355
- color025: string;
356
- color05: string;
357
- color075: string;
358
- background: string;
359
- backgroundHover: string;
360
- backgroundPress: string;
361
- backgroundFocus: string;
362
- color: string;
363
- colorHover: string;
364
- colorPress: string;
365
- colorFocus: string;
366
- placeholderColor: string;
367
- borderColor: string;
368
- borderColorHover: string;
369
- borderColorFocus: string;
370
- borderColorPress: string;
371
- color1: string;
372
- color2: string;
373
- color3: string;
374
- color4: string;
375
- color5: string;
376
- color6: string;
377
- color7: string;
378
- color8: string;
379
- color9: string;
380
- color10: string;
381
- color11: string;
382
- color12: string;
383
- };
384
- light_DrawerFrame: {
385
- accentBackground: string;
386
- accentColor: string;
387
- background0: string;
388
- background025: string;
389
- background05: string;
390
- background075: string;
391
- color0: string;
392
- color025: string;
393
- color05: string;
394
- color075: string;
395
- background: string;
396
- backgroundHover: string;
397
- backgroundPress: string;
398
- backgroundFocus: string;
399
- color: string;
400
- colorHover: string;
401
- colorPress: string;
402
- colorFocus: string;
403
- placeholderColor: string;
404
- borderColor: string;
405
- borderColorHover: string;
406
- borderColorFocus: string;
407
- borderColorPress: string;
408
- color1: string;
409
- color2: string;
410
- color3: string;
411
- color4: string;
412
- color5: string;
413
- color6: string;
414
- color7: string;
415
- color8: string;
416
- color9: string;
417
- color10: string;
418
- color11: string;
419
- color12: string;
420
- };
421
- light_Progress: {
422
- accentBackground: string;
423
- accentColor: string;
424
- background0: string;
425
- background025: string;
426
- background05: string;
427
- background075: string;
428
- color0: string;
429
- color025: string;
430
- color05: string;
431
- color075: string;
432
- background: string;
433
- backgroundHover: string;
434
- backgroundPress: string;
435
- backgroundFocus: string;
436
- color: string;
437
- colorHover: string;
438
- colorPress: string;
439
- colorFocus: string;
440
- placeholderColor: string;
441
- borderColor: string;
442
- borderColorHover: string;
443
- borderColorFocus: string;
444
- borderColorPress: string;
445
- color1: string;
446
- color2: string;
447
- color3: string;
448
- color4: string;
449
- color5: string;
450
- color6: string;
451
- color7: string;
452
- color8: string;
453
- color9: string;
454
- color10: string;
455
- color11: string;
456
- color12: string;
457
- };
458
- light_RadioGroupItem: {
459
- accentBackground: string;
460
- accentColor: string;
461
- background0: string;
462
- background025: string;
463
- background05: string;
464
- background075: string;
465
- color0: string;
466
- color025: string;
467
- color05: string;
468
- color075: string;
469
- background: string;
470
- backgroundHover: string;
471
- backgroundPress: string;
472
- backgroundFocus: string;
473
- color: string;
474
- colorHover: string;
475
- colorPress: string;
476
- colorFocus: string;
477
- placeholderColor: string;
478
- borderColor: string;
479
- borderColorHover: string;
480
- borderColorFocus: string;
481
- borderColorPress: string;
482
- color1: string;
483
- color2: string;
484
- color3: string;
485
- color4: string;
486
- color5: string;
487
- color6: string;
488
- color7: string;
489
- color8: string;
490
- color9: string;
491
- color10: string;
492
- color11: string;
493
- color12: string;
494
- };
495
- light_TooltipArrow: {
496
- accentBackground: string;
497
- accentColor: string;
498
- background0: string;
499
- background025: string;
500
- background05: string;
501
- background075: string;
502
- color0: string;
503
- color025: string;
504
- color05: string;
505
- color075: string;
506
- background: string;
507
- backgroundHover: string;
508
- backgroundPress: string;
509
- backgroundFocus: string;
510
- color: string;
511
- colorHover: string;
512
- colorPress: string;
513
- colorFocus: string;
514
- placeholderColor: string;
515
- borderColor: string;
516
- borderColorHover: string;
517
- borderColorFocus: string;
518
- borderColorPress: string;
519
- color1: string;
520
- color2: string;
521
- color3: string;
522
- color4: string;
523
- color5: string;
524
- color6: string;
525
- color7: string;
526
- color8: string;
527
- color9: string;
528
- color10: string;
529
- color11: string;
530
- color12: string;
531
- };
532
- light_SliderTrackActive: {
533
- accentBackground: string;
534
- accentColor: string;
535
- background0: string;
536
- background025: string;
537
- background05: string;
538
- background075: string;
539
- color0: string;
540
- color025: string;
541
- color05: string;
542
- color075: string;
543
- background: string;
544
- backgroundHover: string;
545
- backgroundPress: string;
546
- backgroundFocus: string;
547
- color: string;
548
- colorHover: string;
549
- colorPress: string;
550
- colorFocus: string;
551
- placeholderColor: string;
552
- borderColor: string;
553
- borderColorHover: string;
554
- borderColorFocus: string;
555
- borderColorPress: string;
556
- color1: string;
557
- color2: string;
558
- color3: string;
559
- color4: string;
560
- color5: string;
561
- color6: string;
562
- color7: string;
563
- color8: string;
564
- color9: string;
565
- color10: string;
566
- color11: string;
567
- color12: string;
568
- };
569
- light_SliderTrack: {
570
- accentBackground: string;
571
- accentColor: string;
572
- background0: string;
573
- background025: string;
574
- background05: string;
575
- background075: string;
576
- color0: string;
577
- color025: string;
578
- color05: string;
579
- color075: string;
580
- background: string;
581
- backgroundHover: string;
582
- backgroundPress: string;
583
- backgroundFocus: string;
584
- color: string;
585
- colorHover: string;
586
- colorPress: string;
587
- colorFocus: string;
588
- placeholderColor: string;
589
- borderColor: string;
590
- borderColorHover: string;
591
- borderColorFocus: string;
592
- borderColorPress: string;
593
- color1: string;
594
- color2: string;
595
- color3: string;
596
- color4: string;
597
- color5: string;
598
- color6: string;
599
- color7: string;
600
- color8: string;
601
- color9: string;
602
- color10: string;
603
- color11: string;
604
- color12: string;
605
- };
606
- light_SliderThumb: {
607
- accentBackground: string;
608
- accentColor: string;
609
- background0: string;
610
- background025: string;
611
- background05: string;
612
- background075: string;
613
- color0: string;
614
- color025: string;
615
- color05: string;
616
- color075: string;
617
- background: string;
618
- backgroundHover: string;
619
- backgroundPress: string;
620
- backgroundFocus: string;
621
- color: string;
622
- colorHover: string;
623
- colorPress: string;
624
- colorFocus: string;
625
- placeholderColor: string;
626
- borderColor: string;
627
- borderColorHover: string;
628
- borderColorFocus: string;
629
- borderColorPress: string;
630
- color1: string;
631
- color2: string;
632
- color3: string;
633
- color4: string;
634
- color5: string;
635
- color6: string;
636
- color7: string;
637
- color8: string;
638
- color9: string;
639
- color10: string;
640
- color11: string;
641
- color12: string;
642
- };
643
- light_Tooltip: {
644
- accentBackground: string;
645
- accentColor: string;
646
- background0: string;
647
- background025: string;
648
- background05: string;
649
- background075: string;
650
- color0: string;
651
- color025: string;
652
- color05: string;
653
- color075: string;
654
- background: string;
655
- backgroundHover: string;
656
- backgroundPress: string;
657
- backgroundFocus: string;
658
- color: string;
659
- colorHover: string;
660
- colorPress: string;
661
- colorFocus: string;
662
- placeholderColor: string;
663
- borderColor: string;
664
- borderColorHover: string;
665
- borderColorFocus: string;
666
- borderColorPress: string;
667
- color1: string;
668
- color2: string;
669
- color3: string;
670
- color4: string;
671
- color5: string;
672
- color6: string;
673
- color7: string;
674
- color8: string;
675
- color9: string;
676
- color10: string;
677
- color11: string;
678
- color12: string;
679
- };
680
- light_ProgressIndicator: {
681
- accentBackground: string;
682
- accentColor: string;
683
- background0: string;
684
- background025: string;
685
- background05: string;
686
- background075: string;
687
- color0: string;
688
- color025: string;
689
- color05: string;
690
- color075: string;
691
- background: string;
692
- backgroundHover: string;
693
- backgroundPress: string;
694
- backgroundFocus: string;
695
- color: string;
696
- colorHover: string;
697
- colorPress: string;
698
- colorFocus: string;
699
- placeholderColor: string;
700
- borderColor: string;
701
- borderColorHover: string;
702
- borderColorFocus: string;
703
- borderColorPress: string;
704
- color1: string;
705
- color2: string;
706
- color3: string;
707
- color4: string;
708
- color5: string;
709
- color6: string;
710
- color7: string;
711
- color8: string;
712
- color9: string;
713
- color10: string;
714
- color11: string;
715
- color12: string;
716
- };
717
- light_SheetOverlay: {
718
- accentBackground: string;
719
- accentColor: string;
720
- background0: string;
721
- background025: string;
722
- background05: string;
723
- background075: string;
724
- color0: string;
725
- color025: string;
726
- color05: string;
727
- color075: string;
728
- background: string;
729
- backgroundHover: string;
730
- backgroundPress: string;
731
- backgroundFocus: string;
732
- color: string;
733
- colorHover: string;
734
- colorPress: string;
735
- colorFocus: string;
736
- placeholderColor: string;
737
- borderColor: string;
738
- borderColorHover: string;
739
- borderColorFocus: string;
740
- borderColorPress: string;
741
- color1: string;
742
- color2: string;
743
- color3: string;
744
- color4: string;
745
- color5: string;
746
- color6: string;
747
- color7: string;
748
- color8: string;
749
- color9: string;
750
- color10: string;
751
- color11: string;
752
- color12: string;
753
- };
754
- light_DialogOverlay: {
755
- accentBackground: string;
756
- accentColor: string;
757
- background0: string;
758
- background025: string;
759
- background05: string;
760
- background075: string;
761
- color0: string;
762
- color025: string;
763
- color05: string;
764
- color075: string;
765
- background: string;
766
- backgroundHover: string;
767
- backgroundPress: string;
768
- backgroundFocus: string;
769
- color: string;
770
- colorHover: string;
771
- colorPress: string;
772
- colorFocus: string;
773
- placeholderColor: string;
774
- borderColor: string;
775
- borderColorHover: string;
776
- borderColorFocus: string;
777
- borderColorPress: string;
778
- color1: string;
779
- color2: string;
780
- color3: string;
781
- color4: string;
782
- color5: string;
783
- color6: string;
784
- color7: string;
785
- color8: string;
786
- color9: string;
787
- color10: string;
788
- color11: string;
789
- color12: string;
790
- };
791
- light_ModalOverlay: {
792
- accentBackground: string;
793
- accentColor: string;
794
- background0: string;
795
- background025: string;
796
- background05: string;
797
- background075: string;
798
- color0: string;
799
- color025: string;
800
- color05: string;
801
- color075: string;
802
- background: string;
803
- backgroundHover: string;
804
- backgroundPress: string;
805
- backgroundFocus: string;
806
- color: string;
807
- colorHover: string;
808
- colorPress: string;
809
- colorFocus: string;
810
- placeholderColor: string;
811
- borderColor: string;
812
- borderColorHover: string;
813
- borderColorFocus: string;
814
- borderColorPress: string;
815
- color1: string;
816
- color2: string;
817
- color3: string;
818
- color4: string;
819
- color5: string;
820
- color6: string;
821
- color7: string;
822
- color8: string;
823
- color9: string;
824
- color10: string;
825
- color11: string;
826
- color12: string;
827
- };
828
- light_Input: {
829
- accentBackground: string;
830
- accentColor: string;
831
- background0: string;
832
- background025: string;
833
- background05: string;
834
- background075: string;
835
- color0: string;
836
- color025: string;
837
- color05: string;
838
- color075: string;
839
- background: string;
840
- backgroundHover: string;
841
- backgroundPress: string;
842
- backgroundFocus: string;
843
- color: string;
844
- colorHover: string;
845
- colorPress: string;
846
- colorFocus: string;
847
- placeholderColor: string;
848
- borderColor: string;
849
- borderColorHover: string;
850
- borderColorFocus: string;
851
- borderColorPress: string;
852
- color1: string;
853
- color2: string;
854
- color3: string;
855
- color4: string;
856
- color5: string;
857
- color6: string;
858
- color7: string;
859
- color8: string;
860
- color9: string;
861
- color10: string;
862
- color11: string;
863
- color12: string;
864
- };
865
- light_TextArea: {
866
- accentBackground: string;
867
- accentColor: string;
868
- background0: string;
869
- background025: string;
870
- background05: string;
871
- background075: string;
872
- color0: string;
873
- color025: string;
874
- color05: string;
875
- color075: string;
876
- background: string;
877
- backgroundHover: string;
878
- backgroundPress: string;
879
- backgroundFocus: string;
880
- color: string;
881
- colorHover: string;
882
- colorPress: string;
883
- colorFocus: string;
884
- placeholderColor: string;
885
- borderColor: string;
886
- borderColorHover: string;
887
- borderColorFocus: string;
888
- borderColorPress: string;
889
- color1: string;
890
- color2: string;
891
- color3: string;
892
- color4: string;
893
- color5: string;
894
- color6: string;
895
- color7: string;
896
- color8: string;
897
- color9: string;
898
- color10: string;
899
- color11: string;
900
- color12: string;
901
- };
902
- dark_Card: {
903
- accentBackground: string;
904
- accentColor: string;
905
- background0: string;
906
- background025: string;
907
- background05: string;
908
- background075: string;
909
- color0: string;
910
- color025: string;
911
- color05: string;
912
- color075: string;
913
- background: string;
914
- backgroundHover: string;
915
- backgroundPress: string;
916
- backgroundFocus: string;
917
- color: string;
918
- colorHover: string;
919
- colorPress: string;
920
- colorFocus: string;
921
- placeholderColor: string;
922
- borderColor: string;
923
- borderColorHover: string;
924
- borderColorFocus: string;
925
- borderColorPress: string;
926
- color1: string;
927
- color2: string;
928
- color3: string;
929
- color4: string;
930
- color5: string;
931
- color6: string;
932
- color7: string;
933
- color8: string;
934
- color9: string;
935
- color10: string;
936
- color11: string;
937
- color12: string;
938
- };
939
- dark_Button: {
940
- accentBackground: string;
941
- accentColor: string;
942
- background0: string;
943
- background025: string;
944
- background05: string;
945
- background075: string;
946
- color0: string;
947
- color025: string;
948
- color05: string;
949
- color075: string;
950
- background: string;
951
- backgroundHover: string;
952
- backgroundPress: string;
953
- backgroundFocus: string;
954
- color: string;
955
- colorHover: string;
956
- colorPress: string;
957
- colorFocus: string;
958
- placeholderColor: string;
959
- borderColor: string;
960
- borderColorHover: string;
961
- borderColorFocus: string;
962
- borderColorPress: string;
963
- color1: string;
964
- color2: string;
965
- color3: string;
966
- color4: string;
967
- color5: string;
968
- color6: string;
969
- color7: string;
970
- color8: string;
971
- color9: string;
972
- color10: string;
973
- color11: string;
974
- color12: string;
975
- };
976
- dark_Checkbox: {
977
- accentBackground: string;
978
- accentColor: string;
979
- background0: string;
980
- background025: string;
981
- background05: string;
982
- background075: string;
983
- color0: string;
984
- color025: string;
985
- color05: string;
986
- color075: string;
987
- background: string;
988
- backgroundHover: string;
989
- backgroundPress: string;
990
- backgroundFocus: string;
991
- color: string;
992
- colorHover: string;
993
- colorPress: string;
994
- colorFocus: string;
995
- placeholderColor: string;
996
- borderColor: string;
997
- borderColorHover: string;
998
- borderColorFocus: string;
999
- borderColorPress: string;
1000
- color1: string;
1001
- color2: string;
1002
- color3: string;
1003
- color4: string;
1004
- color5: string;
1005
- color6: string;
1006
- color7: string;
1007
- color8: string;
1008
- color9: string;
1009
- color10: string;
1010
- color11: string;
1011
- color12: string;
1012
- };
1013
- dark_Switch: {
1014
- accentBackground: string;
1015
- accentColor: string;
1016
- background0: string;
1017
- background025: string;
1018
- background05: string;
1019
- background075: string;
1020
- color0: string;
1021
- color025: string;
1022
- color05: string;
1023
- color075: string;
1024
- background: string;
1025
- backgroundHover: string;
1026
- backgroundPress: string;
1027
- backgroundFocus: string;
1028
- color: string;
1029
- colorHover: string;
1030
- colorPress: string;
1031
- colorFocus: string;
1032
- placeholderColor: string;
1033
- borderColor: string;
1034
- borderColorHover: string;
1035
- borderColorFocus: string;
1036
- borderColorPress: string;
1037
- color1: string;
1038
- color2: string;
1039
- color3: string;
1040
- color4: string;
1041
- color5: string;
1042
- color6: string;
1043
- color7: string;
1044
- color8: string;
1045
- color9: string;
1046
- color10: string;
1047
- color11: string;
1048
- color12: string;
1049
- };
1050
- dark_SwitchThumb: {
1051
- accentBackground: string;
1052
- accentColor: string;
1053
- background0: string;
1054
- background025: string;
1055
- background05: string;
1056
- background075: string;
1057
- color0: string;
1058
- color025: string;
1059
- color05: string;
1060
- color075: string;
1061
- background: string;
1062
- backgroundHover: string;
1063
- backgroundPress: string;
1064
- backgroundFocus: string;
1065
- color: string;
1066
- colorHover: string;
1067
- colorPress: string;
1068
- colorFocus: string;
1069
- placeholderColor: string;
1070
- borderColor: string;
1071
- borderColorHover: string;
1072
- borderColorFocus: string;
1073
- borderColorPress: string;
1074
- color1: string;
1075
- color2: string;
1076
- color3: string;
1077
- color4: string;
1078
- color5: string;
1079
- color6: string;
1080
- color7: string;
1081
- color8: string;
1082
- color9: string;
1083
- color10: string;
1084
- color11: string;
1085
- color12: string;
1086
- };
1087
- dark_TooltipContent: {
1088
- accentBackground: string;
1089
- accentColor: string;
1090
- background0: string;
1091
- background025: string;
1092
- background05: string;
1093
- background075: string;
1094
- color0: string;
1095
- color025: string;
1096
- color05: string;
1097
- color075: string;
1098
- background: string;
1099
- backgroundHover: string;
1100
- backgroundPress: string;
1101
- backgroundFocus: string;
1102
- color: string;
1103
- colorHover: string;
1104
- colorPress: string;
1105
- colorFocus: string;
1106
- placeholderColor: string;
1107
- borderColor: string;
1108
- borderColorHover: string;
1109
- borderColorFocus: string;
1110
- borderColorPress: string;
1111
- color1: string;
1112
- color2: string;
1113
- color3: string;
1114
- color4: string;
1115
- color5: string;
1116
- color6: string;
1117
- color7: string;
1118
- color8: string;
1119
- color9: string;
1120
- color10: string;
1121
- color11: string;
1122
- color12: string;
1123
- };
1124
- dark_DrawerFrame: {
1125
- accentBackground: string;
1126
- accentColor: string;
1127
- background0: string;
1128
- background025: string;
1129
- background05: string;
1130
- background075: string;
1131
- color0: string;
1132
- color025: string;
1133
- color05: string;
1134
- color075: string;
1135
- background: string;
1136
- backgroundHover: string;
1137
- backgroundPress: string;
1138
- backgroundFocus: string;
1139
- color: string;
1140
- colorHover: string;
1141
- colorPress: string;
1142
- colorFocus: string;
1143
- placeholderColor: string;
1144
- borderColor: string;
1145
- borderColorHover: string;
1146
- borderColorFocus: string;
1147
- borderColorPress: string;
1148
- color1: string;
1149
- color2: string;
1150
- color3: string;
1151
- color4: string;
1152
- color5: string;
1153
- color6: string;
1154
- color7: string;
1155
- color8: string;
1156
- color9: string;
1157
- color10: string;
1158
- color11: string;
1159
- color12: string;
1160
- };
1161
- dark_Progress: {
1162
- accentBackground: string;
1163
- accentColor: string;
1164
- background0: string;
1165
- background025: string;
1166
- background05: string;
1167
- background075: string;
1168
- color0: string;
1169
- color025: string;
1170
- color05: string;
1171
- color075: string;
1172
- background: string;
1173
- backgroundHover: string;
1174
- backgroundPress: string;
1175
- backgroundFocus: string;
1176
- color: string;
1177
- colorHover: string;
1178
- colorPress: string;
1179
- colorFocus: string;
1180
- placeholderColor: string;
1181
- borderColor: string;
1182
- borderColorHover: string;
1183
- borderColorFocus: string;
1184
- borderColorPress: string;
1185
- color1: string;
1186
- color2: string;
1187
- color3: string;
1188
- color4: string;
1189
- color5: string;
1190
- color6: string;
1191
- color7: string;
1192
- color8: string;
1193
- color9: string;
1194
- color10: string;
1195
- color11: string;
1196
- color12: string;
1197
- };
1198
- dark_RadioGroupItem: {
1199
- accentBackground: string;
1200
- accentColor: string;
1201
- background0: string;
1202
- background025: string;
1203
- background05: string;
1204
- background075: string;
1205
- color0: string;
1206
- color025: string;
1207
- color05: string;
1208
- color075: string;
1209
- background: string;
1210
- backgroundHover: string;
1211
- backgroundPress: string;
1212
- backgroundFocus: string;
1213
- color: string;
1214
- colorHover: string;
1215
- colorPress: string;
1216
- colorFocus: string;
1217
- placeholderColor: string;
1218
- borderColor: string;
1219
- borderColorHover: string;
1220
- borderColorFocus: string;
1221
- borderColorPress: string;
1222
- color1: string;
1223
- color2: string;
1224
- color3: string;
1225
- color4: string;
1226
- color5: string;
1227
- color6: string;
1228
- color7: string;
1229
- color8: string;
1230
- color9: string;
1231
- color10: string;
1232
- color11: string;
1233
- color12: string;
1234
- };
1235
- dark_TooltipArrow: {
1236
- accentBackground: string;
1237
- accentColor: string;
1238
- background0: string;
1239
- background025: string;
1240
- background05: string;
1241
- background075: string;
1242
- color0: string;
1243
- color025: string;
1244
- color05: string;
1245
- color075: string;
1246
- background: string;
1247
- backgroundHover: string;
1248
- backgroundPress: string;
1249
- backgroundFocus: string;
1250
- color: string;
1251
- colorHover: string;
1252
- colorPress: string;
1253
- colorFocus: string;
1254
- placeholderColor: string;
1255
- borderColor: string;
1256
- borderColorHover: string;
1257
- borderColorFocus: string;
1258
- borderColorPress: string;
1259
- color1: string;
1260
- color2: string;
1261
- color3: string;
1262
- color4: string;
1263
- color5: string;
1264
- color6: string;
1265
- color7: string;
1266
- color8: string;
1267
- color9: string;
1268
- color10: string;
1269
- color11: string;
1270
- color12: string;
1271
- };
1272
- dark_SliderTrackActive: {
1273
- accentBackground: string;
1274
- accentColor: string;
1275
- background0: string;
1276
- background025: string;
1277
- background05: string;
1278
- background075: string;
1279
- color0: string;
1280
- color025: string;
1281
- color05: string;
1282
- color075: string;
1283
- background: string;
1284
- backgroundHover: string;
1285
- backgroundPress: string;
1286
- backgroundFocus: string;
1287
- color: string;
1288
- colorHover: string;
1289
- colorPress: string;
1290
- colorFocus: string;
1291
- placeholderColor: string;
1292
- borderColor: string;
1293
- borderColorHover: string;
1294
- borderColorFocus: string;
1295
- borderColorPress: string;
1296
- color1: string;
1297
- color2: string;
1298
- color3: string;
1299
- color4: string;
1300
- color5: string;
1301
- color6: string;
1302
- color7: string;
1303
- color8: string;
1304
- color9: string;
1305
- color10: string;
1306
- color11: string;
1307
- color12: string;
1308
- };
1309
- dark_SliderTrack: {
1310
- accentBackground: string;
1311
- accentColor: string;
1312
- background0: string;
1313
- background025: string;
1314
- background05: string;
1315
- background075: string;
1316
- color0: string;
1317
- color025: string;
1318
- color05: string;
1319
- color075: string;
1320
- background: string;
1321
- backgroundHover: string;
1322
- backgroundPress: string;
1323
- backgroundFocus: string;
1324
- color: string;
1325
- colorHover: string;
1326
- colorPress: string;
1327
- colorFocus: string;
1328
- placeholderColor: string;
1329
- borderColor: string;
1330
- borderColorHover: string;
1331
- borderColorFocus: string;
1332
- borderColorPress: string;
1333
- color1: string;
1334
- color2: string;
1335
- color3: string;
1336
- color4: string;
1337
- color5: string;
1338
- color6: string;
1339
- color7: string;
1340
- color8: string;
1341
- color9: string;
1342
- color10: string;
1343
- color11: string;
1344
- color12: string;
1345
- };
1346
- dark_SliderThumb: {
1347
- accentBackground: string;
1348
- accentColor: string;
1349
- background0: string;
1350
- background025: string;
1351
- background05: string;
1352
- background075: string;
1353
- color0: string;
1354
- color025: string;
1355
- color05: string;
1356
- color075: string;
1357
- background: string;
1358
- backgroundHover: string;
1359
- backgroundPress: string;
1360
- backgroundFocus: string;
1361
- color: string;
1362
- colorHover: string;
1363
- colorPress: string;
1364
- colorFocus: string;
1365
- placeholderColor: string;
1366
- borderColor: string;
1367
- borderColorHover: string;
1368
- borderColorFocus: string;
1369
- borderColorPress: string;
1370
- color1: string;
1371
- color2: string;
1372
- color3: string;
1373
- color4: string;
1374
- color5: string;
1375
- color6: string;
1376
- color7: string;
1377
- color8: string;
1378
- color9: string;
1379
- color10: string;
1380
- color11: string;
1381
- color12: string;
1382
- };
1383
- dark_Tooltip: {
1384
- accentBackground: string;
1385
- accentColor: string;
1386
- background0: string;
1387
- background025: string;
1388
- background05: string;
1389
- background075: string;
1390
- color0: string;
1391
- color025: string;
1392
- color05: string;
1393
- color075: string;
1394
- background: string;
1395
- backgroundHover: string;
1396
- backgroundPress: string;
1397
- backgroundFocus: string;
1398
- color: string;
1399
- colorHover: string;
1400
- colorPress: string;
1401
- colorFocus: string;
1402
- placeholderColor: string;
1403
- borderColor: string;
1404
- borderColorHover: string;
1405
- borderColorFocus: string;
1406
- borderColorPress: string;
1407
- color1: string;
1408
- color2: string;
1409
- color3: string;
1410
- color4: string;
1411
- color5: string;
1412
- color6: string;
1413
- color7: string;
1414
- color8: string;
1415
- color9: string;
1416
- color10: string;
1417
- color11: string;
1418
- color12: string;
1419
- };
1420
- dark_ProgressIndicator: {
1421
- accentBackground: string;
1422
- accentColor: string;
1423
- background0: string;
1424
- background025: string;
1425
- background05: string;
1426
- background075: string;
1427
- color0: string;
1428
- color025: string;
1429
- color05: string;
1430
- color075: string;
1431
- background: string;
1432
- backgroundHover: string;
1433
- backgroundPress: string;
1434
- backgroundFocus: string;
1435
- color: string;
1436
- colorHover: string;
1437
- colorPress: string;
1438
- colorFocus: string;
1439
- placeholderColor: string;
1440
- borderColor: string;
1441
- borderColorHover: string;
1442
- borderColorFocus: string;
1443
- borderColorPress: string;
1444
- color1: string;
1445
- color2: string;
1446
- color3: string;
1447
- color4: string;
1448
- color5: string;
1449
- color6: string;
1450
- color7: string;
1451
- color8: string;
1452
- color9: string;
1453
- color10: string;
1454
- color11: string;
1455
- color12: string;
1456
- };
1457
- dark_SheetOverlay: {
1458
- accentBackground: string;
1459
- accentColor: string;
1460
- background0: string;
1461
- background025: string;
1462
- background05: string;
1463
- background075: string;
1464
- color0: string;
1465
- color025: string;
1466
- color05: string;
1467
- color075: string;
1468
- background: string;
1469
- backgroundHover: string;
1470
- backgroundPress: string;
1471
- backgroundFocus: string;
1472
- color: string;
1473
- colorHover: string;
1474
- colorPress: string;
1475
- colorFocus: string;
1476
- placeholderColor: string;
1477
- borderColor: string;
1478
- borderColorHover: string;
1479
- borderColorFocus: string;
1480
- borderColorPress: string;
1481
- color1: string;
1482
- color2: string;
1483
- color3: string;
1484
- color4: string;
1485
- color5: string;
1486
- color6: string;
1487
- color7: string;
1488
- color8: string;
1489
- color9: string;
1490
- color10: string;
1491
- color11: string;
1492
- color12: string;
1493
- };
1494
- dark_DialogOverlay: {
1495
- accentBackground: string;
1496
- accentColor: string;
1497
- background0: string;
1498
- background025: string;
1499
- background05: string;
1500
- background075: string;
1501
- color0: string;
1502
- color025: string;
1503
- color05: string;
1504
- color075: string;
1505
- background: string;
1506
- backgroundHover: string;
1507
- backgroundPress: string;
1508
- backgroundFocus: string;
1509
- color: string;
1510
- colorHover: string;
1511
- colorPress: string;
1512
- colorFocus: string;
1513
- placeholderColor: string;
1514
- borderColor: string;
1515
- borderColorHover: string;
1516
- borderColorFocus: string;
1517
- borderColorPress: string;
1518
- color1: string;
1519
- color2: string;
1520
- color3: string;
1521
- color4: string;
1522
- color5: string;
1523
- color6: string;
1524
- color7: string;
1525
- color8: string;
1526
- color9: string;
1527
- color10: string;
1528
- color11: string;
1529
- color12: string;
1530
- };
1531
- dark_ModalOverlay: {
1532
- accentBackground: string;
1533
- accentColor: string;
1534
- background0: string;
1535
- background025: string;
1536
- background05: string;
1537
- background075: string;
1538
- color0: string;
1539
- color025: string;
1540
- color05: string;
1541
- color075: string;
1542
- background: string;
1543
- backgroundHover: string;
1544
- backgroundPress: string;
1545
- backgroundFocus: string;
1546
- color: string;
1547
- colorHover: string;
1548
- colorPress: string;
1549
- colorFocus: string;
1550
- placeholderColor: string;
1551
- borderColor: string;
1552
- borderColorHover: string;
1553
- borderColorFocus: string;
1554
- borderColorPress: string;
1555
- color1: string;
1556
- color2: string;
1557
- color3: string;
1558
- color4: string;
1559
- color5: string;
1560
- color6: string;
1561
- color7: string;
1562
- color8: string;
1563
- color9: string;
1564
- color10: string;
1565
- color11: string;
1566
- color12: string;
1567
- };
1568
- dark_Input: {
1569
- accentBackground: string;
1570
- accentColor: string;
1571
- background0: string;
1572
- background025: string;
1573
- background05: string;
1574
- background075: string;
1575
- color0: string;
1576
- color025: string;
1577
- color05: string;
1578
- color075: string;
1579
- background: string;
1580
- backgroundHover: string;
1581
- backgroundPress: string;
1582
- backgroundFocus: string;
1583
- color: string;
1584
- colorHover: string;
1585
- colorPress: string;
1586
- colorFocus: string;
1587
- placeholderColor: string;
1588
- borderColor: string;
1589
- borderColorHover: string;
1590
- borderColorFocus: string;
1591
- borderColorPress: string;
1592
- color1: string;
1593
- color2: string;
1594
- color3: string;
1595
- color4: string;
1596
- color5: string;
1597
- color6: string;
1598
- color7: string;
1599
- color8: string;
1600
- color9: string;
1601
- color10: string;
1602
- color11: string;
1603
- color12: string;
1604
- };
1605
- dark_TextArea: {
1606
- accentBackground: string;
1607
- accentColor: string;
1608
- background0: string;
1609
- background025: string;
1610
- background05: string;
1611
- background075: string;
1612
- color0: string;
1613
- color025: string;
1614
- color05: string;
1615
- color075: string;
1616
- background: string;
1617
- backgroundHover: string;
1618
- backgroundPress: string;
1619
- backgroundFocus: string;
1620
- color: string;
1621
- colorHover: string;
1622
- colorPress: string;
1623
- colorFocus: string;
1624
- placeholderColor: string;
1625
- borderColor: string;
1626
- borderColorHover: string;
1627
- borderColorFocus: string;
1628
- borderColorPress: string;
1629
- color1: string;
1630
- color2: string;
1631
- color3: string;
1632
- color4: string;
1633
- color5: string;
1634
- color6: string;
1635
- color7: string;
1636
- color8: string;
1637
- color9: string;
1638
- color10: string;
1639
- color11: string;
1640
- color12: string;
1641
- };
3
+ [x: `light_${string}`]: any;
4
+ [x: `dark_${string}`]: any;
5
+ [x: `light_${string}_${string}`]: any;
6
+ [x: `dark_${string}_${string}`]: any;
7
+ [x: `light_${string}_Card`]: any;
8
+ [x: `light_${string}_Button`]: any;
9
+ [x: `light_${string}_Checkbox`]: any;
10
+ [x: `light_${string}_Switch`]: any;
11
+ [x: `light_${string}_SwitchThumb`]: any;
12
+ [x: `light_${string}_TooltipContent`]: any;
13
+ [x: `light_${string}_DrawerFrame`]: any;
14
+ [x: `light_${string}_Progress`]: any;
15
+ [x: `light_${string}_RadioGroupItem`]: any;
16
+ [x: `light_${string}_TooltipArrow`]: any;
17
+ [x: `light_${string}_SliderTrackActive`]: any;
18
+ [x: `light_${string}_SliderTrack`]: any;
19
+ [x: `light_${string}_SliderThumb`]: any;
20
+ [x: `light_${string}_Tooltip`]: any;
21
+ [x: `light_${string}_ProgressIndicator`]: any;
22
+ [x: `light_${string}_SheetOverlay`]: any;
23
+ [x: `light_${string}_DialogOverlay`]: any;
24
+ [x: `light_${string}_ModalOverlay`]: any;
25
+ [x: `light_${string}_Input`]: any;
26
+ [x: `light_${string}_TextArea`]: any;
27
+ [x: `dark_${string}_Card`]: any;
28
+ [x: `dark_${string}_Button`]: any;
29
+ [x: `dark_${string}_Checkbox`]: any;
30
+ [x: `dark_${string}_Switch`]: any;
31
+ [x: `dark_${string}_SwitchThumb`]: any;
32
+ [x: `dark_${string}_TooltipContent`]: any;
33
+ [x: `dark_${string}_DrawerFrame`]: any;
34
+ [x: `dark_${string}_Progress`]: any;
35
+ [x: `dark_${string}_RadioGroupItem`]: any;
36
+ [x: `dark_${string}_TooltipArrow`]: any;
37
+ [x: `dark_${string}_SliderTrackActive`]: any;
38
+ [x: `dark_${string}_SliderTrack`]: any;
39
+ [x: `dark_${string}_SliderThumb`]: any;
40
+ [x: `dark_${string}_Tooltip`]: any;
41
+ [x: `dark_${string}_ProgressIndicator`]: any;
42
+ [x: `dark_${string}_SheetOverlay`]: any;
43
+ [x: `dark_${string}_DialogOverlay`]: any;
44
+ [x: `dark_${string}_ModalOverlay`]: any;
45
+ [x: `dark_${string}_Input`]: any;
46
+ [x: `dark_${string}_TextArea`]: any;
47
+ [x: `light_${string}_${string}_Card`]: any;
48
+ [x: `light_${string}_${string}_Button`]: any;
49
+ [x: `light_${string}_${string}_Checkbox`]: any;
50
+ [x: `light_${string}_${string}_Switch`]: any;
51
+ [x: `light_${string}_${string}_SwitchThumb`]: any;
52
+ [x: `light_${string}_${string}_TooltipContent`]: any;
53
+ [x: `light_${string}_${string}_DrawerFrame`]: any;
54
+ [x: `light_${string}_${string}_Progress`]: any;
55
+ [x: `light_${string}_${string}_RadioGroupItem`]: any;
56
+ [x: `light_${string}_${string}_TooltipArrow`]: any;
57
+ [x: `light_${string}_${string}_SliderTrackActive`]: any;
58
+ [x: `light_${string}_${string}_SliderTrack`]: any;
59
+ [x: `light_${string}_${string}_SliderThumb`]: any;
60
+ [x: `light_${string}_${string}_Tooltip`]: any;
61
+ [x: `light_${string}_${string}_ProgressIndicator`]: any;
62
+ [x: `light_${string}_${string}_SheetOverlay`]: any;
63
+ [x: `light_${string}_${string}_DialogOverlay`]: any;
64
+ [x: `light_${string}_${string}_ModalOverlay`]: any;
65
+ [x: `light_${string}_${string}_Input`]: any;
66
+ [x: `light_${string}_${string}_TextArea`]: any;
67
+ [x: `dark_${string}_${string}_Card`]: any;
68
+ [x: `dark_${string}_${string}_Button`]: any;
69
+ [x: `dark_${string}_${string}_Checkbox`]: any;
70
+ [x: `dark_${string}_${string}_Switch`]: any;
71
+ [x: `dark_${string}_${string}_SwitchThumb`]: any;
72
+ [x: `dark_${string}_${string}_TooltipContent`]: any;
73
+ [x: `dark_${string}_${string}_DrawerFrame`]: any;
74
+ [x: `dark_${string}_${string}_Progress`]: any;
75
+ [x: `dark_${string}_${string}_RadioGroupItem`]: any;
76
+ [x: `dark_${string}_${string}_TooltipArrow`]: any;
77
+ [x: `dark_${string}_${string}_SliderTrackActive`]: any;
78
+ [x: `dark_${string}_${string}_SliderTrack`]: any;
79
+ [x: `dark_${string}_${string}_SliderThumb`]: any;
80
+ [x: `dark_${string}_${string}_Tooltip`]: any;
81
+ [x: `dark_${string}_${string}_ProgressIndicator`]: any;
82
+ [x: `dark_${string}_${string}_SheetOverlay`]: any;
83
+ [x: `dark_${string}_${string}_DialogOverlay`]: any;
84
+ [x: `dark_${string}_${string}_ModalOverlay`]: any;
85
+ [x: `dark_${string}_${string}_Input`]: any;
86
+ [x: `dark_${string}_${string}_TextArea`]: any;
87
+ readonly light: {
88
+ accentBackground: string;
89
+ accentColor: string;
90
+ background0: string;
91
+ background025: string;
92
+ background05: string;
93
+ background075: string;
94
+ color0: string;
95
+ color025: string;
96
+ color05: string;
97
+ color075: string;
98
+ background: string;
99
+ backgroundHover: string;
100
+ backgroundPress: string;
101
+ backgroundFocus: string;
102
+ color: string;
103
+ colorHover: string;
104
+ colorPress: string;
105
+ colorFocus: string;
106
+ placeholderColor: string;
107
+ borderColor: string;
108
+ borderColorHover: string;
109
+ borderColorFocus: string;
110
+ borderColorPress: string;
111
+ color1: string;
112
+ color2: string;
113
+ color3: string;
114
+ color4: string;
115
+ color5: string;
116
+ color6: string;
117
+ color7: string;
118
+ color8: string;
119
+ color9: string;
120
+ color10: string;
121
+ color11: string;
122
+ color12: string;
123
+ };
124
+ readonly dark: {
125
+ accentBackground: string;
126
+ accentColor: string;
127
+ background0: string;
128
+ background025: string;
129
+ background05: string;
130
+ background075: string;
131
+ color0: string;
132
+ color025: string;
133
+ color05: string;
134
+ color075: string;
135
+ background: string;
136
+ backgroundHover: string;
137
+ backgroundPress: string;
138
+ backgroundFocus: string;
139
+ color: string;
140
+ colorHover: string;
141
+ colorPress: string;
142
+ colorFocus: string;
143
+ placeholderColor: string;
144
+ borderColor: string;
145
+ borderColorHover: string;
146
+ borderColorFocus: string;
147
+ borderColorPress: string;
148
+ color1: string;
149
+ color2: string;
150
+ color3: string;
151
+ color4: string;
152
+ color5: string;
153
+ color6: string;
154
+ color7: string;
155
+ color8: string;
156
+ color9: string;
157
+ color10: string;
158
+ color11: string;
159
+ color12: string;
160
+ };
161
+ light_Card: {
162
+ accentBackground: string;
163
+ accentColor: string;
164
+ background0: string;
165
+ background025: string;
166
+ background05: string;
167
+ background075: string;
168
+ color0: string;
169
+ color025: string;
170
+ color05: string;
171
+ color075: string;
172
+ background: string;
173
+ backgroundHover: string;
174
+ backgroundPress: string;
175
+ backgroundFocus: string;
176
+ color: string;
177
+ colorHover: string;
178
+ colorPress: string;
179
+ colorFocus: string;
180
+ placeholderColor: string;
181
+ borderColor: string;
182
+ borderColorHover: string;
183
+ borderColorFocus: string;
184
+ borderColorPress: string;
185
+ color1: string;
186
+ color2: string;
187
+ color3: string;
188
+ color4: string;
189
+ color5: string;
190
+ color6: string;
191
+ color7: string;
192
+ color8: string;
193
+ color9: string;
194
+ color10: string;
195
+ color11: string;
196
+ color12: string;
197
+ };
198
+ light_Button: {
199
+ accentBackground: string;
200
+ accentColor: string;
201
+ background0: string;
202
+ background025: string;
203
+ background05: string;
204
+ background075: string;
205
+ color0: string;
206
+ color025: string;
207
+ color05: string;
208
+ color075: string;
209
+ background: string;
210
+ backgroundHover: string;
211
+ backgroundPress: string;
212
+ backgroundFocus: string;
213
+ color: string;
214
+ colorHover: string;
215
+ colorPress: string;
216
+ colorFocus: string;
217
+ placeholderColor: string;
218
+ borderColor: string;
219
+ borderColorHover: string;
220
+ borderColorFocus: string;
221
+ borderColorPress: string;
222
+ color1: string;
223
+ color2: string;
224
+ color3: string;
225
+ color4: string;
226
+ color5: string;
227
+ color6: string;
228
+ color7: string;
229
+ color8: string;
230
+ color9: string;
231
+ color10: string;
232
+ color11: string;
233
+ color12: string;
234
+ };
235
+ light_Checkbox: {
236
+ accentBackground: string;
237
+ accentColor: string;
238
+ background0: string;
239
+ background025: string;
240
+ background05: string;
241
+ background075: string;
242
+ color0: string;
243
+ color025: string;
244
+ color05: string;
245
+ color075: string;
246
+ background: string;
247
+ backgroundHover: string;
248
+ backgroundPress: string;
249
+ backgroundFocus: string;
250
+ color: string;
251
+ colorHover: string;
252
+ colorPress: string;
253
+ colorFocus: string;
254
+ placeholderColor: string;
255
+ borderColor: string;
256
+ borderColorHover: string;
257
+ borderColorFocus: string;
258
+ borderColorPress: string;
259
+ color1: string;
260
+ color2: string;
261
+ color3: string;
262
+ color4: string;
263
+ color5: string;
264
+ color6: string;
265
+ color7: string;
266
+ color8: string;
267
+ color9: string;
268
+ color10: string;
269
+ color11: string;
270
+ color12: string;
271
+ };
272
+ light_Switch: {
273
+ accentBackground: string;
274
+ accentColor: string;
275
+ background0: string;
276
+ background025: string;
277
+ background05: string;
278
+ background075: string;
279
+ color0: string;
280
+ color025: string;
281
+ color05: string;
282
+ color075: string;
283
+ background: string;
284
+ backgroundHover: string;
285
+ backgroundPress: string;
286
+ backgroundFocus: string;
287
+ color: string;
288
+ colorHover: string;
289
+ colorPress: string;
290
+ colorFocus: string;
291
+ placeholderColor: string;
292
+ borderColor: string;
293
+ borderColorHover: string;
294
+ borderColorFocus: string;
295
+ borderColorPress: string;
296
+ color1: string;
297
+ color2: string;
298
+ color3: string;
299
+ color4: string;
300
+ color5: string;
301
+ color6: string;
302
+ color7: string;
303
+ color8: string;
304
+ color9: string;
305
+ color10: string;
306
+ color11: string;
307
+ color12: string;
308
+ };
309
+ light_SwitchThumb: {
310
+ accentBackground: string;
311
+ accentColor: string;
312
+ background0: string;
313
+ background025: string;
314
+ background05: string;
315
+ background075: string;
316
+ color0: string;
317
+ color025: string;
318
+ color05: string;
319
+ color075: string;
320
+ background: string;
321
+ backgroundHover: string;
322
+ backgroundPress: string;
323
+ backgroundFocus: string;
324
+ color: string;
325
+ colorHover: string;
326
+ colorPress: string;
327
+ colorFocus: string;
328
+ placeholderColor: string;
329
+ borderColor: string;
330
+ borderColorHover: string;
331
+ borderColorFocus: string;
332
+ borderColorPress: string;
333
+ color1: string;
334
+ color2: string;
335
+ color3: string;
336
+ color4: string;
337
+ color5: string;
338
+ color6: string;
339
+ color7: string;
340
+ color8: string;
341
+ color9: string;
342
+ color10: string;
343
+ color11: string;
344
+ color12: string;
345
+ };
346
+ light_TooltipContent: {
347
+ accentBackground: string;
348
+ accentColor: string;
349
+ background0: string;
350
+ background025: string;
351
+ background05: string;
352
+ background075: string;
353
+ color0: string;
354
+ color025: string;
355
+ color05: string;
356
+ color075: string;
357
+ background: string;
358
+ backgroundHover: string;
359
+ backgroundPress: string;
360
+ backgroundFocus: string;
361
+ color: string;
362
+ colorHover: string;
363
+ colorPress: string;
364
+ colorFocus: string;
365
+ placeholderColor: string;
366
+ borderColor: string;
367
+ borderColorHover: string;
368
+ borderColorFocus: string;
369
+ borderColorPress: string;
370
+ color1: string;
371
+ color2: string;
372
+ color3: string;
373
+ color4: string;
374
+ color5: string;
375
+ color6: string;
376
+ color7: string;
377
+ color8: string;
378
+ color9: string;
379
+ color10: string;
380
+ color11: string;
381
+ color12: string;
382
+ };
383
+ light_DrawerFrame: {
384
+ accentBackground: string;
385
+ accentColor: string;
386
+ background0: string;
387
+ background025: string;
388
+ background05: string;
389
+ background075: string;
390
+ color0: string;
391
+ color025: string;
392
+ color05: string;
393
+ color075: string;
394
+ background: string;
395
+ backgroundHover: string;
396
+ backgroundPress: string;
397
+ backgroundFocus: string;
398
+ color: string;
399
+ colorHover: string;
400
+ colorPress: string;
401
+ colorFocus: string;
402
+ placeholderColor: string;
403
+ borderColor: string;
404
+ borderColorHover: string;
405
+ borderColorFocus: string;
406
+ borderColorPress: string;
407
+ color1: string;
408
+ color2: string;
409
+ color3: string;
410
+ color4: string;
411
+ color5: string;
412
+ color6: string;
413
+ color7: string;
414
+ color8: string;
415
+ color9: string;
416
+ color10: string;
417
+ color11: string;
418
+ color12: string;
419
+ };
420
+ light_Progress: {
421
+ accentBackground: string;
422
+ accentColor: string;
423
+ background0: string;
424
+ background025: string;
425
+ background05: string;
426
+ background075: string;
427
+ color0: string;
428
+ color025: string;
429
+ color05: string;
430
+ color075: string;
431
+ background: string;
432
+ backgroundHover: string;
433
+ backgroundPress: string;
434
+ backgroundFocus: string;
435
+ color: string;
436
+ colorHover: string;
437
+ colorPress: string;
438
+ colorFocus: string;
439
+ placeholderColor: string;
440
+ borderColor: string;
441
+ borderColorHover: string;
442
+ borderColorFocus: string;
443
+ borderColorPress: string;
444
+ color1: string;
445
+ color2: string;
446
+ color3: string;
447
+ color4: string;
448
+ color5: string;
449
+ color6: string;
450
+ color7: string;
451
+ color8: string;
452
+ color9: string;
453
+ color10: string;
454
+ color11: string;
455
+ color12: string;
456
+ };
457
+ light_RadioGroupItem: {
458
+ accentBackground: string;
459
+ accentColor: string;
460
+ background0: string;
461
+ background025: string;
462
+ background05: string;
463
+ background075: string;
464
+ color0: string;
465
+ color025: string;
466
+ color05: string;
467
+ color075: string;
468
+ background: string;
469
+ backgroundHover: string;
470
+ backgroundPress: string;
471
+ backgroundFocus: string;
472
+ color: string;
473
+ colorHover: string;
474
+ colorPress: string;
475
+ colorFocus: string;
476
+ placeholderColor: string;
477
+ borderColor: string;
478
+ borderColorHover: string;
479
+ borderColorFocus: string;
480
+ borderColorPress: string;
481
+ color1: string;
482
+ color2: string;
483
+ color3: string;
484
+ color4: string;
485
+ color5: string;
486
+ color6: string;
487
+ color7: string;
488
+ color8: string;
489
+ color9: string;
490
+ color10: string;
491
+ color11: string;
492
+ color12: string;
493
+ };
494
+ light_TooltipArrow: {
495
+ accentBackground: string;
496
+ accentColor: string;
497
+ background0: string;
498
+ background025: string;
499
+ background05: string;
500
+ background075: string;
501
+ color0: string;
502
+ color025: string;
503
+ color05: string;
504
+ color075: string;
505
+ background: string;
506
+ backgroundHover: string;
507
+ backgroundPress: string;
508
+ backgroundFocus: string;
509
+ color: string;
510
+ colorHover: string;
511
+ colorPress: string;
512
+ colorFocus: string;
513
+ placeholderColor: string;
514
+ borderColor: string;
515
+ borderColorHover: string;
516
+ borderColorFocus: string;
517
+ borderColorPress: string;
518
+ color1: string;
519
+ color2: string;
520
+ color3: string;
521
+ color4: string;
522
+ color5: string;
523
+ color6: string;
524
+ color7: string;
525
+ color8: string;
526
+ color9: string;
527
+ color10: string;
528
+ color11: string;
529
+ color12: string;
530
+ };
531
+ light_SliderTrackActive: {
532
+ accentBackground: string;
533
+ accentColor: string;
534
+ background0: string;
535
+ background025: string;
536
+ background05: string;
537
+ background075: string;
538
+ color0: string;
539
+ color025: string;
540
+ color05: string;
541
+ color075: string;
542
+ background: string;
543
+ backgroundHover: string;
544
+ backgroundPress: string;
545
+ backgroundFocus: string;
546
+ color: string;
547
+ colorHover: string;
548
+ colorPress: string;
549
+ colorFocus: string;
550
+ placeholderColor: string;
551
+ borderColor: string;
552
+ borderColorHover: string;
553
+ borderColorFocus: string;
554
+ borderColorPress: string;
555
+ color1: string;
556
+ color2: string;
557
+ color3: string;
558
+ color4: string;
559
+ color5: string;
560
+ color6: string;
561
+ color7: string;
562
+ color8: string;
563
+ color9: string;
564
+ color10: string;
565
+ color11: string;
566
+ color12: string;
567
+ };
568
+ light_SliderTrack: {
569
+ accentBackground: string;
570
+ accentColor: string;
571
+ background0: string;
572
+ background025: string;
573
+ background05: string;
574
+ background075: string;
575
+ color0: string;
576
+ color025: string;
577
+ color05: string;
578
+ color075: string;
579
+ background: string;
580
+ backgroundHover: string;
581
+ backgroundPress: string;
582
+ backgroundFocus: string;
583
+ color: string;
584
+ colorHover: string;
585
+ colorPress: string;
586
+ colorFocus: string;
587
+ placeholderColor: string;
588
+ borderColor: string;
589
+ borderColorHover: string;
590
+ borderColorFocus: string;
591
+ borderColorPress: string;
592
+ color1: string;
593
+ color2: string;
594
+ color3: string;
595
+ color4: string;
596
+ color5: string;
597
+ color6: string;
598
+ color7: string;
599
+ color8: string;
600
+ color9: string;
601
+ color10: string;
602
+ color11: string;
603
+ color12: string;
604
+ };
605
+ light_SliderThumb: {
606
+ accentBackground: string;
607
+ accentColor: string;
608
+ background0: string;
609
+ background025: string;
610
+ background05: string;
611
+ background075: string;
612
+ color0: string;
613
+ color025: string;
614
+ color05: string;
615
+ color075: string;
616
+ background: string;
617
+ backgroundHover: string;
618
+ backgroundPress: string;
619
+ backgroundFocus: string;
620
+ color: string;
621
+ colorHover: string;
622
+ colorPress: string;
623
+ colorFocus: string;
624
+ placeholderColor: string;
625
+ borderColor: string;
626
+ borderColorHover: string;
627
+ borderColorFocus: string;
628
+ borderColorPress: string;
629
+ color1: string;
630
+ color2: string;
631
+ color3: string;
632
+ color4: string;
633
+ color5: string;
634
+ color6: string;
635
+ color7: string;
636
+ color8: string;
637
+ color9: string;
638
+ color10: string;
639
+ color11: string;
640
+ color12: string;
641
+ };
642
+ light_Tooltip: {
643
+ accentBackground: string;
644
+ accentColor: string;
645
+ background0: string;
646
+ background025: string;
647
+ background05: string;
648
+ background075: string;
649
+ color0: string;
650
+ color025: string;
651
+ color05: string;
652
+ color075: string;
653
+ background: string;
654
+ backgroundHover: string;
655
+ backgroundPress: string;
656
+ backgroundFocus: string;
657
+ color: string;
658
+ colorHover: string;
659
+ colorPress: string;
660
+ colorFocus: string;
661
+ placeholderColor: string;
662
+ borderColor: string;
663
+ borderColorHover: string;
664
+ borderColorFocus: string;
665
+ borderColorPress: string;
666
+ color1: string;
667
+ color2: string;
668
+ color3: string;
669
+ color4: string;
670
+ color5: string;
671
+ color6: string;
672
+ color7: string;
673
+ color8: string;
674
+ color9: string;
675
+ color10: string;
676
+ color11: string;
677
+ color12: string;
678
+ };
679
+ light_ProgressIndicator: {
680
+ accentBackground: string;
681
+ accentColor: string;
682
+ background0: string;
683
+ background025: string;
684
+ background05: string;
685
+ background075: string;
686
+ color0: string;
687
+ color025: string;
688
+ color05: string;
689
+ color075: string;
690
+ background: string;
691
+ backgroundHover: string;
692
+ backgroundPress: string;
693
+ backgroundFocus: string;
694
+ color: string;
695
+ colorHover: string;
696
+ colorPress: string;
697
+ colorFocus: string;
698
+ placeholderColor: string;
699
+ borderColor: string;
700
+ borderColorHover: string;
701
+ borderColorFocus: string;
702
+ borderColorPress: string;
703
+ color1: string;
704
+ color2: string;
705
+ color3: string;
706
+ color4: string;
707
+ color5: string;
708
+ color6: string;
709
+ color7: string;
710
+ color8: string;
711
+ color9: string;
712
+ color10: string;
713
+ color11: string;
714
+ color12: string;
715
+ };
716
+ light_SheetOverlay: {
717
+ accentBackground: string;
718
+ accentColor: string;
719
+ background0: string;
720
+ background025: string;
721
+ background05: string;
722
+ background075: string;
723
+ color0: string;
724
+ color025: string;
725
+ color05: string;
726
+ color075: string;
727
+ background: string;
728
+ backgroundHover: string;
729
+ backgroundPress: string;
730
+ backgroundFocus: string;
731
+ color: string;
732
+ colorHover: string;
733
+ colorPress: string;
734
+ colorFocus: string;
735
+ placeholderColor: string;
736
+ borderColor: string;
737
+ borderColorHover: string;
738
+ borderColorFocus: string;
739
+ borderColorPress: string;
740
+ color1: string;
741
+ color2: string;
742
+ color3: string;
743
+ color4: string;
744
+ color5: string;
745
+ color6: string;
746
+ color7: string;
747
+ color8: string;
748
+ color9: string;
749
+ color10: string;
750
+ color11: string;
751
+ color12: string;
752
+ };
753
+ light_DialogOverlay: {
754
+ accentBackground: string;
755
+ accentColor: string;
756
+ background0: string;
757
+ background025: string;
758
+ background05: string;
759
+ background075: string;
760
+ color0: string;
761
+ color025: string;
762
+ color05: string;
763
+ color075: string;
764
+ background: string;
765
+ backgroundHover: string;
766
+ backgroundPress: string;
767
+ backgroundFocus: string;
768
+ color: string;
769
+ colorHover: string;
770
+ colorPress: string;
771
+ colorFocus: string;
772
+ placeholderColor: string;
773
+ borderColor: string;
774
+ borderColorHover: string;
775
+ borderColorFocus: string;
776
+ borderColorPress: string;
777
+ color1: string;
778
+ color2: string;
779
+ color3: string;
780
+ color4: string;
781
+ color5: string;
782
+ color6: string;
783
+ color7: string;
784
+ color8: string;
785
+ color9: string;
786
+ color10: string;
787
+ color11: string;
788
+ color12: string;
789
+ };
790
+ light_ModalOverlay: {
791
+ accentBackground: string;
792
+ accentColor: string;
793
+ background0: string;
794
+ background025: string;
795
+ background05: string;
796
+ background075: string;
797
+ color0: string;
798
+ color025: string;
799
+ color05: string;
800
+ color075: string;
801
+ background: string;
802
+ backgroundHover: string;
803
+ backgroundPress: string;
804
+ backgroundFocus: string;
805
+ color: string;
806
+ colorHover: string;
807
+ colorPress: string;
808
+ colorFocus: string;
809
+ placeholderColor: string;
810
+ borderColor: string;
811
+ borderColorHover: string;
812
+ borderColorFocus: string;
813
+ borderColorPress: string;
814
+ color1: string;
815
+ color2: string;
816
+ color3: string;
817
+ color4: string;
818
+ color5: string;
819
+ color6: string;
820
+ color7: string;
821
+ color8: string;
822
+ color9: string;
823
+ color10: string;
824
+ color11: string;
825
+ color12: string;
826
+ };
827
+ light_Input: {
828
+ accentBackground: string;
829
+ accentColor: string;
830
+ background0: string;
831
+ background025: string;
832
+ background05: string;
833
+ background075: string;
834
+ color0: string;
835
+ color025: string;
836
+ color05: string;
837
+ color075: string;
838
+ background: string;
839
+ backgroundHover: string;
840
+ backgroundPress: string;
841
+ backgroundFocus: string;
842
+ color: string;
843
+ colorHover: string;
844
+ colorPress: string;
845
+ colorFocus: string;
846
+ placeholderColor: string;
847
+ borderColor: string;
848
+ borderColorHover: string;
849
+ borderColorFocus: string;
850
+ borderColorPress: string;
851
+ color1: string;
852
+ color2: string;
853
+ color3: string;
854
+ color4: string;
855
+ color5: string;
856
+ color6: string;
857
+ color7: string;
858
+ color8: string;
859
+ color9: string;
860
+ color10: string;
861
+ color11: string;
862
+ color12: string;
863
+ };
864
+ light_TextArea: {
865
+ accentBackground: string;
866
+ accentColor: string;
867
+ background0: string;
868
+ background025: string;
869
+ background05: string;
870
+ background075: string;
871
+ color0: string;
872
+ color025: string;
873
+ color05: string;
874
+ color075: string;
875
+ background: string;
876
+ backgroundHover: string;
877
+ backgroundPress: string;
878
+ backgroundFocus: string;
879
+ color: string;
880
+ colorHover: string;
881
+ colorPress: string;
882
+ colorFocus: string;
883
+ placeholderColor: string;
884
+ borderColor: string;
885
+ borderColorHover: string;
886
+ borderColorFocus: string;
887
+ borderColorPress: string;
888
+ color1: string;
889
+ color2: string;
890
+ color3: string;
891
+ color4: string;
892
+ color5: string;
893
+ color6: string;
894
+ color7: string;
895
+ color8: string;
896
+ color9: string;
897
+ color10: string;
898
+ color11: string;
899
+ color12: string;
900
+ };
901
+ dark_Card: {
902
+ accentBackground: string;
903
+ accentColor: string;
904
+ background0: string;
905
+ background025: string;
906
+ background05: string;
907
+ background075: string;
908
+ color0: string;
909
+ color025: string;
910
+ color05: string;
911
+ color075: string;
912
+ background: string;
913
+ backgroundHover: string;
914
+ backgroundPress: string;
915
+ backgroundFocus: string;
916
+ color: string;
917
+ colorHover: string;
918
+ colorPress: string;
919
+ colorFocus: string;
920
+ placeholderColor: string;
921
+ borderColor: string;
922
+ borderColorHover: string;
923
+ borderColorFocus: string;
924
+ borderColorPress: string;
925
+ color1: string;
926
+ color2: string;
927
+ color3: string;
928
+ color4: string;
929
+ color5: string;
930
+ color6: string;
931
+ color7: string;
932
+ color8: string;
933
+ color9: string;
934
+ color10: string;
935
+ color11: string;
936
+ color12: string;
937
+ };
938
+ dark_Button: {
939
+ accentBackground: string;
940
+ accentColor: string;
941
+ background0: string;
942
+ background025: string;
943
+ background05: string;
944
+ background075: string;
945
+ color0: string;
946
+ color025: string;
947
+ color05: string;
948
+ color075: string;
949
+ background: string;
950
+ backgroundHover: string;
951
+ backgroundPress: string;
952
+ backgroundFocus: string;
953
+ color: string;
954
+ colorHover: string;
955
+ colorPress: string;
956
+ colorFocus: string;
957
+ placeholderColor: string;
958
+ borderColor: string;
959
+ borderColorHover: string;
960
+ borderColorFocus: string;
961
+ borderColorPress: string;
962
+ color1: string;
963
+ color2: string;
964
+ color3: string;
965
+ color4: string;
966
+ color5: string;
967
+ color6: string;
968
+ color7: string;
969
+ color8: string;
970
+ color9: string;
971
+ color10: string;
972
+ color11: string;
973
+ color12: string;
974
+ };
975
+ dark_Checkbox: {
976
+ accentBackground: string;
977
+ accentColor: string;
978
+ background0: string;
979
+ background025: string;
980
+ background05: string;
981
+ background075: string;
982
+ color0: string;
983
+ color025: string;
984
+ color05: string;
985
+ color075: string;
986
+ background: string;
987
+ backgroundHover: string;
988
+ backgroundPress: string;
989
+ backgroundFocus: string;
990
+ color: string;
991
+ colorHover: string;
992
+ colorPress: string;
993
+ colorFocus: string;
994
+ placeholderColor: string;
995
+ borderColor: string;
996
+ borderColorHover: string;
997
+ borderColorFocus: string;
998
+ borderColorPress: string;
999
+ color1: string;
1000
+ color2: string;
1001
+ color3: string;
1002
+ color4: string;
1003
+ color5: string;
1004
+ color6: string;
1005
+ color7: string;
1006
+ color8: string;
1007
+ color9: string;
1008
+ color10: string;
1009
+ color11: string;
1010
+ color12: string;
1011
+ };
1012
+ dark_Switch: {
1013
+ accentBackground: string;
1014
+ accentColor: string;
1015
+ background0: string;
1016
+ background025: string;
1017
+ background05: string;
1018
+ background075: string;
1019
+ color0: string;
1020
+ color025: string;
1021
+ color05: string;
1022
+ color075: string;
1023
+ background: string;
1024
+ backgroundHover: string;
1025
+ backgroundPress: string;
1026
+ backgroundFocus: string;
1027
+ color: string;
1028
+ colorHover: string;
1029
+ colorPress: string;
1030
+ colorFocus: string;
1031
+ placeholderColor: string;
1032
+ borderColor: string;
1033
+ borderColorHover: string;
1034
+ borderColorFocus: string;
1035
+ borderColorPress: string;
1036
+ color1: string;
1037
+ color2: string;
1038
+ color3: string;
1039
+ color4: string;
1040
+ color5: string;
1041
+ color6: string;
1042
+ color7: string;
1043
+ color8: string;
1044
+ color9: string;
1045
+ color10: string;
1046
+ color11: string;
1047
+ color12: string;
1048
+ };
1049
+ dark_SwitchThumb: {
1050
+ accentBackground: string;
1051
+ accentColor: string;
1052
+ background0: string;
1053
+ background025: string;
1054
+ background05: string;
1055
+ background075: string;
1056
+ color0: string;
1057
+ color025: string;
1058
+ color05: string;
1059
+ color075: string;
1060
+ background: string;
1061
+ backgroundHover: string;
1062
+ backgroundPress: string;
1063
+ backgroundFocus: string;
1064
+ color: string;
1065
+ colorHover: string;
1066
+ colorPress: string;
1067
+ colorFocus: string;
1068
+ placeholderColor: string;
1069
+ borderColor: string;
1070
+ borderColorHover: string;
1071
+ borderColorFocus: string;
1072
+ borderColorPress: string;
1073
+ color1: string;
1074
+ color2: string;
1075
+ color3: string;
1076
+ color4: string;
1077
+ color5: string;
1078
+ color6: string;
1079
+ color7: string;
1080
+ color8: string;
1081
+ color9: string;
1082
+ color10: string;
1083
+ color11: string;
1084
+ color12: string;
1085
+ };
1086
+ dark_TooltipContent: {
1087
+ accentBackground: string;
1088
+ accentColor: string;
1089
+ background0: string;
1090
+ background025: string;
1091
+ background05: string;
1092
+ background075: string;
1093
+ color0: string;
1094
+ color025: string;
1095
+ color05: string;
1096
+ color075: string;
1097
+ background: string;
1098
+ backgroundHover: string;
1099
+ backgroundPress: string;
1100
+ backgroundFocus: string;
1101
+ color: string;
1102
+ colorHover: string;
1103
+ colorPress: string;
1104
+ colorFocus: string;
1105
+ placeholderColor: string;
1106
+ borderColor: string;
1107
+ borderColorHover: string;
1108
+ borderColorFocus: string;
1109
+ borderColorPress: string;
1110
+ color1: string;
1111
+ color2: string;
1112
+ color3: string;
1113
+ color4: string;
1114
+ color5: string;
1115
+ color6: string;
1116
+ color7: string;
1117
+ color8: string;
1118
+ color9: string;
1119
+ color10: string;
1120
+ color11: string;
1121
+ color12: string;
1122
+ };
1123
+ dark_DrawerFrame: {
1124
+ accentBackground: string;
1125
+ accentColor: string;
1126
+ background0: string;
1127
+ background025: string;
1128
+ background05: string;
1129
+ background075: string;
1130
+ color0: string;
1131
+ color025: string;
1132
+ color05: string;
1133
+ color075: string;
1134
+ background: string;
1135
+ backgroundHover: string;
1136
+ backgroundPress: string;
1137
+ backgroundFocus: string;
1138
+ color: string;
1139
+ colorHover: string;
1140
+ colorPress: string;
1141
+ colorFocus: string;
1142
+ placeholderColor: string;
1143
+ borderColor: string;
1144
+ borderColorHover: string;
1145
+ borderColorFocus: string;
1146
+ borderColorPress: string;
1147
+ color1: string;
1148
+ color2: string;
1149
+ color3: string;
1150
+ color4: string;
1151
+ color5: string;
1152
+ color6: string;
1153
+ color7: string;
1154
+ color8: string;
1155
+ color9: string;
1156
+ color10: string;
1157
+ color11: string;
1158
+ color12: string;
1159
+ };
1160
+ dark_Progress: {
1161
+ accentBackground: string;
1162
+ accentColor: string;
1163
+ background0: string;
1164
+ background025: string;
1165
+ background05: string;
1166
+ background075: string;
1167
+ color0: string;
1168
+ color025: string;
1169
+ color05: string;
1170
+ color075: string;
1171
+ background: string;
1172
+ backgroundHover: string;
1173
+ backgroundPress: string;
1174
+ backgroundFocus: string;
1175
+ color: string;
1176
+ colorHover: string;
1177
+ colorPress: string;
1178
+ colorFocus: string;
1179
+ placeholderColor: string;
1180
+ borderColor: string;
1181
+ borderColorHover: string;
1182
+ borderColorFocus: string;
1183
+ borderColorPress: string;
1184
+ color1: string;
1185
+ color2: string;
1186
+ color3: string;
1187
+ color4: string;
1188
+ color5: string;
1189
+ color6: string;
1190
+ color7: string;
1191
+ color8: string;
1192
+ color9: string;
1193
+ color10: string;
1194
+ color11: string;
1195
+ color12: string;
1196
+ };
1197
+ dark_RadioGroupItem: {
1198
+ accentBackground: string;
1199
+ accentColor: string;
1200
+ background0: string;
1201
+ background025: string;
1202
+ background05: string;
1203
+ background075: string;
1204
+ color0: string;
1205
+ color025: string;
1206
+ color05: string;
1207
+ color075: string;
1208
+ background: string;
1209
+ backgroundHover: string;
1210
+ backgroundPress: string;
1211
+ backgroundFocus: string;
1212
+ color: string;
1213
+ colorHover: string;
1214
+ colorPress: string;
1215
+ colorFocus: string;
1216
+ placeholderColor: string;
1217
+ borderColor: string;
1218
+ borderColorHover: string;
1219
+ borderColorFocus: string;
1220
+ borderColorPress: string;
1221
+ color1: string;
1222
+ color2: string;
1223
+ color3: string;
1224
+ color4: string;
1225
+ color5: string;
1226
+ color6: string;
1227
+ color7: string;
1228
+ color8: string;
1229
+ color9: string;
1230
+ color10: string;
1231
+ color11: string;
1232
+ color12: string;
1233
+ };
1234
+ dark_TooltipArrow: {
1235
+ accentBackground: string;
1236
+ accentColor: string;
1237
+ background0: string;
1238
+ background025: string;
1239
+ background05: string;
1240
+ background075: string;
1241
+ color0: string;
1242
+ color025: string;
1243
+ color05: string;
1244
+ color075: string;
1245
+ background: string;
1246
+ backgroundHover: string;
1247
+ backgroundPress: string;
1248
+ backgroundFocus: string;
1249
+ color: string;
1250
+ colorHover: string;
1251
+ colorPress: string;
1252
+ colorFocus: string;
1253
+ placeholderColor: string;
1254
+ borderColor: string;
1255
+ borderColorHover: string;
1256
+ borderColorFocus: string;
1257
+ borderColorPress: string;
1258
+ color1: string;
1259
+ color2: string;
1260
+ color3: string;
1261
+ color4: string;
1262
+ color5: string;
1263
+ color6: string;
1264
+ color7: string;
1265
+ color8: string;
1266
+ color9: string;
1267
+ color10: string;
1268
+ color11: string;
1269
+ color12: string;
1270
+ };
1271
+ dark_SliderTrackActive: {
1272
+ accentBackground: string;
1273
+ accentColor: string;
1274
+ background0: string;
1275
+ background025: string;
1276
+ background05: string;
1277
+ background075: string;
1278
+ color0: string;
1279
+ color025: string;
1280
+ color05: string;
1281
+ color075: string;
1282
+ background: string;
1283
+ backgroundHover: string;
1284
+ backgroundPress: string;
1285
+ backgroundFocus: string;
1286
+ color: string;
1287
+ colorHover: string;
1288
+ colorPress: string;
1289
+ colorFocus: string;
1290
+ placeholderColor: string;
1291
+ borderColor: string;
1292
+ borderColorHover: string;
1293
+ borderColorFocus: string;
1294
+ borderColorPress: string;
1295
+ color1: string;
1296
+ color2: string;
1297
+ color3: string;
1298
+ color4: string;
1299
+ color5: string;
1300
+ color6: string;
1301
+ color7: string;
1302
+ color8: string;
1303
+ color9: string;
1304
+ color10: string;
1305
+ color11: string;
1306
+ color12: string;
1307
+ };
1308
+ dark_SliderTrack: {
1309
+ accentBackground: string;
1310
+ accentColor: string;
1311
+ background0: string;
1312
+ background025: string;
1313
+ background05: string;
1314
+ background075: string;
1315
+ color0: string;
1316
+ color025: string;
1317
+ color05: string;
1318
+ color075: string;
1319
+ background: string;
1320
+ backgroundHover: string;
1321
+ backgroundPress: string;
1322
+ backgroundFocus: string;
1323
+ color: string;
1324
+ colorHover: string;
1325
+ colorPress: string;
1326
+ colorFocus: string;
1327
+ placeholderColor: string;
1328
+ borderColor: string;
1329
+ borderColorHover: string;
1330
+ borderColorFocus: string;
1331
+ borderColorPress: string;
1332
+ color1: string;
1333
+ color2: string;
1334
+ color3: string;
1335
+ color4: string;
1336
+ color5: string;
1337
+ color6: string;
1338
+ color7: string;
1339
+ color8: string;
1340
+ color9: string;
1341
+ color10: string;
1342
+ color11: string;
1343
+ color12: string;
1344
+ };
1345
+ dark_SliderThumb: {
1346
+ accentBackground: string;
1347
+ accentColor: string;
1348
+ background0: string;
1349
+ background025: string;
1350
+ background05: string;
1351
+ background075: string;
1352
+ color0: string;
1353
+ color025: string;
1354
+ color05: string;
1355
+ color075: string;
1356
+ background: string;
1357
+ backgroundHover: string;
1358
+ backgroundPress: string;
1359
+ backgroundFocus: string;
1360
+ color: string;
1361
+ colorHover: string;
1362
+ colorPress: string;
1363
+ colorFocus: string;
1364
+ placeholderColor: string;
1365
+ borderColor: string;
1366
+ borderColorHover: string;
1367
+ borderColorFocus: string;
1368
+ borderColorPress: string;
1369
+ color1: string;
1370
+ color2: string;
1371
+ color3: string;
1372
+ color4: string;
1373
+ color5: string;
1374
+ color6: string;
1375
+ color7: string;
1376
+ color8: string;
1377
+ color9: string;
1378
+ color10: string;
1379
+ color11: string;
1380
+ color12: string;
1381
+ };
1382
+ dark_Tooltip: {
1383
+ accentBackground: string;
1384
+ accentColor: string;
1385
+ background0: string;
1386
+ background025: string;
1387
+ background05: string;
1388
+ background075: string;
1389
+ color0: string;
1390
+ color025: string;
1391
+ color05: string;
1392
+ color075: string;
1393
+ background: string;
1394
+ backgroundHover: string;
1395
+ backgroundPress: string;
1396
+ backgroundFocus: string;
1397
+ color: string;
1398
+ colorHover: string;
1399
+ colorPress: string;
1400
+ colorFocus: string;
1401
+ placeholderColor: string;
1402
+ borderColor: string;
1403
+ borderColorHover: string;
1404
+ borderColorFocus: string;
1405
+ borderColorPress: string;
1406
+ color1: string;
1407
+ color2: string;
1408
+ color3: string;
1409
+ color4: string;
1410
+ color5: string;
1411
+ color6: string;
1412
+ color7: string;
1413
+ color8: string;
1414
+ color9: string;
1415
+ color10: string;
1416
+ color11: string;
1417
+ color12: string;
1418
+ };
1419
+ dark_ProgressIndicator: {
1420
+ accentBackground: string;
1421
+ accentColor: string;
1422
+ background0: string;
1423
+ background025: string;
1424
+ background05: string;
1425
+ background075: string;
1426
+ color0: string;
1427
+ color025: string;
1428
+ color05: string;
1429
+ color075: string;
1430
+ background: string;
1431
+ backgroundHover: string;
1432
+ backgroundPress: string;
1433
+ backgroundFocus: string;
1434
+ color: string;
1435
+ colorHover: string;
1436
+ colorPress: string;
1437
+ colorFocus: string;
1438
+ placeholderColor: string;
1439
+ borderColor: string;
1440
+ borderColorHover: string;
1441
+ borderColorFocus: string;
1442
+ borderColorPress: string;
1443
+ color1: string;
1444
+ color2: string;
1445
+ color3: string;
1446
+ color4: string;
1447
+ color5: string;
1448
+ color6: string;
1449
+ color7: string;
1450
+ color8: string;
1451
+ color9: string;
1452
+ color10: string;
1453
+ color11: string;
1454
+ color12: string;
1455
+ };
1456
+ dark_SheetOverlay: {
1457
+ accentBackground: string;
1458
+ accentColor: string;
1459
+ background0: string;
1460
+ background025: string;
1461
+ background05: string;
1462
+ background075: string;
1463
+ color0: string;
1464
+ color025: string;
1465
+ color05: string;
1466
+ color075: string;
1467
+ background: string;
1468
+ backgroundHover: string;
1469
+ backgroundPress: string;
1470
+ backgroundFocus: string;
1471
+ color: string;
1472
+ colorHover: string;
1473
+ colorPress: string;
1474
+ colorFocus: string;
1475
+ placeholderColor: string;
1476
+ borderColor: string;
1477
+ borderColorHover: string;
1478
+ borderColorFocus: string;
1479
+ borderColorPress: string;
1480
+ color1: string;
1481
+ color2: string;
1482
+ color3: string;
1483
+ color4: string;
1484
+ color5: string;
1485
+ color6: string;
1486
+ color7: string;
1487
+ color8: string;
1488
+ color9: string;
1489
+ color10: string;
1490
+ color11: string;
1491
+ color12: string;
1492
+ };
1493
+ dark_DialogOverlay: {
1494
+ accentBackground: string;
1495
+ accentColor: string;
1496
+ background0: string;
1497
+ background025: string;
1498
+ background05: string;
1499
+ background075: string;
1500
+ color0: string;
1501
+ color025: string;
1502
+ color05: string;
1503
+ color075: string;
1504
+ background: string;
1505
+ backgroundHover: string;
1506
+ backgroundPress: string;
1507
+ backgroundFocus: string;
1508
+ color: string;
1509
+ colorHover: string;
1510
+ colorPress: string;
1511
+ colorFocus: string;
1512
+ placeholderColor: string;
1513
+ borderColor: string;
1514
+ borderColorHover: string;
1515
+ borderColorFocus: string;
1516
+ borderColorPress: string;
1517
+ color1: string;
1518
+ color2: string;
1519
+ color3: string;
1520
+ color4: string;
1521
+ color5: string;
1522
+ color6: string;
1523
+ color7: string;
1524
+ color8: string;
1525
+ color9: string;
1526
+ color10: string;
1527
+ color11: string;
1528
+ color12: string;
1529
+ };
1530
+ dark_ModalOverlay: {
1531
+ accentBackground: string;
1532
+ accentColor: string;
1533
+ background0: string;
1534
+ background025: string;
1535
+ background05: string;
1536
+ background075: string;
1537
+ color0: string;
1538
+ color025: string;
1539
+ color05: string;
1540
+ color075: string;
1541
+ background: string;
1542
+ backgroundHover: string;
1543
+ backgroundPress: string;
1544
+ backgroundFocus: string;
1545
+ color: string;
1546
+ colorHover: string;
1547
+ colorPress: string;
1548
+ colorFocus: string;
1549
+ placeholderColor: string;
1550
+ borderColor: string;
1551
+ borderColorHover: string;
1552
+ borderColorFocus: string;
1553
+ borderColorPress: string;
1554
+ color1: string;
1555
+ color2: string;
1556
+ color3: string;
1557
+ color4: string;
1558
+ color5: string;
1559
+ color6: string;
1560
+ color7: string;
1561
+ color8: string;
1562
+ color9: string;
1563
+ color10: string;
1564
+ color11: string;
1565
+ color12: string;
1566
+ };
1567
+ dark_Input: {
1568
+ accentBackground: string;
1569
+ accentColor: string;
1570
+ background0: string;
1571
+ background025: string;
1572
+ background05: string;
1573
+ background075: string;
1574
+ color0: string;
1575
+ color025: string;
1576
+ color05: string;
1577
+ color075: string;
1578
+ background: string;
1579
+ backgroundHover: string;
1580
+ backgroundPress: string;
1581
+ backgroundFocus: string;
1582
+ color: string;
1583
+ colorHover: string;
1584
+ colorPress: string;
1585
+ colorFocus: string;
1586
+ placeholderColor: string;
1587
+ borderColor: string;
1588
+ borderColorHover: string;
1589
+ borderColorFocus: string;
1590
+ borderColorPress: string;
1591
+ color1: string;
1592
+ color2: string;
1593
+ color3: string;
1594
+ color4: string;
1595
+ color5: string;
1596
+ color6: string;
1597
+ color7: string;
1598
+ color8: string;
1599
+ color9: string;
1600
+ color10: string;
1601
+ color11: string;
1602
+ color12: string;
1603
+ };
1604
+ dark_TextArea: {
1605
+ accentBackground: string;
1606
+ accentColor: string;
1607
+ background0: string;
1608
+ background025: string;
1609
+ background05: string;
1610
+ background075: string;
1611
+ color0: string;
1612
+ color025: string;
1613
+ color05: string;
1614
+ color075: string;
1615
+ background: string;
1616
+ backgroundHover: string;
1617
+ backgroundPress: string;
1618
+ backgroundFocus: string;
1619
+ color: string;
1620
+ colorHover: string;
1621
+ colorPress: string;
1622
+ colorFocus: string;
1623
+ placeholderColor: string;
1624
+ borderColor: string;
1625
+ borderColorHover: string;
1626
+ borderColorFocus: string;
1627
+ borderColorPress: string;
1628
+ color1: string;
1629
+ color2: string;
1630
+ color3: string;
1631
+ color4: string;
1632
+ color5: string;
1633
+ color6: string;
1634
+ color7: string;
1635
+ color8: string;
1636
+ color9: string;
1637
+ color10: string;
1638
+ color11: string;
1639
+ color12: string;
1642
1640
  };
1643
- palettes: import("./types").BuildThemeSuitePalettes;
1644
1641
  };
1645
1642
  export type BuildBaseThemesResult = ReturnType<typeof buildThemeSuite>;
1646
1643
  //# sourceMappingURL=buildThemeSuite.d.ts.map