@tamagui/theme-builder 1.79.18 → 1.80.0

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 (63) hide show
  1. package/dist/cjs/ThemeBuilder.js +4 -1
  2. package/dist/cjs/ThemeBuilder.js.map +1 -1
  3. package/dist/cjs/ThemeBuilder.native.js +4 -1
  4. package/dist/cjs/ThemeBuilder.native.js.map +1 -1
  5. package/dist/cjs/buildMask.js +1 -1
  6. package/dist/cjs/buildMask.js.map +1 -1
  7. package/dist/cjs/buildMask.native.js +1 -1
  8. package/dist/cjs/buildMask.native.js.map +1 -1
  9. package/dist/cjs/buildThemeSuite.js +230 -245
  10. package/dist/cjs/buildThemeSuite.js.map +2 -2
  11. package/dist/cjs/buildThemeSuite.native.js +230 -245
  12. package/dist/cjs/buildThemeSuite.native.js.map +2 -2
  13. package/dist/cjs/buildThemeSuiteScales.js.map +1 -1
  14. package/dist/cjs/buildThemeSuiteScales.native.js.map +1 -1
  15. package/dist/cjs/index.js +1 -11
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/cjs/index.native.js +1 -11
  18. package/dist/cjs/index.native.js.map +1 -1
  19. package/dist/cjs/masks.js +0 -142
  20. package/dist/cjs/masks.js.map +2 -2
  21. package/dist/cjs/masks.native.js +0 -142
  22. package/dist/cjs/masks.native.js.map +2 -2
  23. package/dist/esm/ThemeBuilder.js +4 -1
  24. package/dist/esm/ThemeBuilder.js.map +1 -1
  25. package/dist/esm/ThemeBuilder.native.js +4 -1
  26. package/dist/esm/ThemeBuilder.native.js.map +1 -1
  27. package/dist/esm/buildMask.js +1 -1
  28. package/dist/esm/buildMask.js.map +1 -1
  29. package/dist/esm/buildMask.native.js +1 -1
  30. package/dist/esm/buildMask.native.js.map +1 -1
  31. package/dist/esm/buildThemeSuite.js +227 -248
  32. package/dist/esm/buildThemeSuite.js.map +2 -2
  33. package/dist/esm/buildThemeSuite.native.js +227 -248
  34. package/dist/esm/buildThemeSuite.native.js.map +2 -2
  35. package/dist/esm/buildThemeSuiteScales.js.map +1 -1
  36. package/dist/esm/buildThemeSuiteScales.native.js.map +1 -1
  37. package/dist/esm/index.js +0 -5
  38. package/dist/esm/index.js.map +1 -1
  39. package/dist/esm/index.native.js +0 -5
  40. package/dist/esm/index.native.js.map +1 -1
  41. package/dist/esm/masks.js +0 -129
  42. package/dist/esm/masks.js.map +2 -2
  43. package/dist/esm/masks.native.js +0 -129
  44. package/dist/esm/masks.native.js.map +2 -2
  45. package/package.json +3 -3
  46. package/src/ThemeBuilder.ts +15 -8
  47. package/src/index.ts +0 -7
  48. package/types/ThemeBuilder.d.ts +5 -1
  49. package/types/ThemeBuilder.d.ts.map +1 -1
  50. package/types/buildMask.d.ts.map +1 -1
  51. package/types/buildThemeSuite.d.ts +4 -1639
  52. package/types/buildThemeSuite.d.ts.map +1 -1
  53. package/types/buildThemeSuiteScales.d.ts.map +1 -1
  54. package/types/index.d.ts +0 -5
  55. package/types/index.d.ts.map +1 -1
  56. package/types/types.d.ts +13 -8
  57. package/types/types.d.ts.map +1 -1
  58. package/src/buildMask.ts +0 -63
  59. package/src/buildThemeSuite.ts +0 -384
  60. package/src/buildThemeSuitePalettes.ts +0 -164
  61. package/src/buildThemeSuiteScales.ts +0 -254
  62. package/src/masks.ts +0 -147
  63. package/src/types.ts +0 -102
@@ -1,1643 +1,8 @@
1
+ import { ThemeBuilder } from './ThemeBuilder';
1
2
  import { BuildThemeSuiteProps } from './types';
2
- export declare function buildThemeSuite({ baseTheme, subThemes }: BuildThemeSuiteProps): {
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;
1640
- };
3
+ export declare function buildThemeSuite(props: BuildThemeSuiteProps): {
4
+ [x: string]: any;
1641
5
  };
6
+ export declare function getThemeSuiteBuilder({ subThemes, templates, palettes, componentThemes, }: BuildThemeSuiteProps): ThemeBuilder<any>;
1642
7
  export type BuildBaseThemesResult = ReturnType<typeof buildThemeSuite>;
1643
8
  //# sourceMappingURL=buildThemeSuite.d.ts.map