@tamagui/themes 1.31.4 → 1.32.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 (67) hide show
  1. package/dist/cjs/componentThemeDefinitions.js +7 -6
  2. package/dist/cjs/componentThemeDefinitions.js.map +1 -1
  3. package/dist/cjs/generated-new.js +171 -460
  4. package/dist/cjs/generated-new.js.map +1 -1
  5. package/dist/cjs/index.js +6 -0
  6. package/dist/cjs/index.js.map +1 -1
  7. package/dist/cjs/masks.js +4 -1
  8. package/dist/cjs/masks.js.map +1 -1
  9. package/dist/cjs/shadows.js +46 -0
  10. package/dist/cjs/shadows.js.map +6 -0
  11. package/dist/cjs/themes-new.js +3 -19
  12. package/dist/cjs/themes-new.js.map +1 -1
  13. package/dist/cjs/themes.js +11 -301
  14. package/dist/cjs/themes.js.map +1 -1
  15. package/dist/esm/componentThemeDefinitions.js +7 -6
  16. package/dist/esm/componentThemeDefinitions.js.map +1 -1
  17. package/dist/esm/generated-new.js +171 -460
  18. package/dist/esm/generated-new.js.map +1 -1
  19. package/dist/esm/index.js +3 -0
  20. package/dist/esm/index.js.map +1 -1
  21. package/dist/esm/masks.js +4 -1
  22. package/dist/esm/masks.js.map +1 -1
  23. package/dist/esm/shadows.js +22 -0
  24. package/dist/esm/shadows.js.map +6 -0
  25. package/dist/esm/themes-new.js +3 -19
  26. package/dist/esm/themes-new.js.map +1 -1
  27. package/dist/esm/themes.js +1 -308
  28. package/dist/esm/themes.js.map +1 -1
  29. package/package.json +10 -8
  30. package/src/componentThemeDefinitions.tsx +137 -0
  31. package/src/generated-new.ts +4313 -0
  32. package/src/helpers.ts +44 -0
  33. package/src/index.tsx +3 -9
  34. package/src/masks.tsx +45 -0
  35. package/src/palettes.tsx +91 -0
  36. package/src/shadows.tsx +19 -0
  37. package/src/templates.tsx +111 -0
  38. package/src/themes-new.tsx +74 -0
  39. package/src/{themes.outlined.tsx → themes-old.tsx} +108 -17
  40. package/src/themes.tsx +4 -378
  41. package/types/componentThemeDefinitions.d.ts +628 -0
  42. package/types/componentThemeDefinitions.d.ts.map +1 -1
  43. package/types/generated-new.d.ts +516 -0
  44. package/types/generated-new.d.ts.map +1 -1
  45. package/types/helpers.d.ts +24 -0
  46. package/types/index.d.ts +3 -0
  47. package/types/index.d.ts.map +1 -1
  48. package/types/masks.d.ts +13 -0
  49. package/types/masks.d.ts.map +1 -1
  50. package/types/palettes.d.ts +21 -0
  51. package/types/shadows.d.ts +15 -0
  52. package/types/shadows.d.ts.map +1 -0
  53. package/types/templates.d.ts +142 -0
  54. package/types/themes-new.d.ts +40323 -0
  55. package/types/themes-new.d.ts.map +1 -1
  56. package/types/themes-old.d.ts +51411 -0
  57. package/types/themes.d.ts +2 -51602
  58. package/types/themes.d.ts.map +1 -1
  59. package/types/tokens.d.ts +2 -2
  60. package/dist/cjs/generated-old.js +0 -13599
  61. package/dist/cjs/generated-old.js.map +0 -6
  62. package/dist/esm/generated-old.js +0 -12064
  63. package/dist/esm/generated-old.js.map +0 -6
  64. package/src/generate.ts +0 -25
  65. package/src/generated.js +0 -23954
  66. package/types/generate.d.ts +0 -2
  67. package/types/themes.outlined.d.ts +0 -2643
@@ -1,2643 +0,0 @@
1
- export declare const themes: {
2
- light: {
3
- yellow1: string;
4
- yellow2: string;
5
- yellow3: string;
6
- yellow4: string;
7
- yellow5: string;
8
- yellow6: string;
9
- yellow7: string;
10
- yellow8: string;
11
- yellow9: string;
12
- yellow10: string;
13
- yellow11: string;
14
- yellow12: string;
15
- red1: string;
16
- red2: string;
17
- red3: string;
18
- red4: string;
19
- red5: string;
20
- red6: string;
21
- red7: string;
22
- red8: string;
23
- red9: string;
24
- red10: string;
25
- red11: string;
26
- red12: string;
27
- purple1: string;
28
- purple2: string;
29
- purple3: string;
30
- purple4: string;
31
- purple5: string;
32
- purple6: string;
33
- purple7: string;
34
- purple8: string;
35
- purple9: string;
36
- purple10: string;
37
- purple11: string;
38
- purple12: string;
39
- pink1: string;
40
- pink2: string;
41
- pink3: string;
42
- pink4: string;
43
- pink5: string;
44
- pink6: string;
45
- pink7: string;
46
- pink8: string;
47
- pink9: string;
48
- pink10: string;
49
- pink11: string;
50
- pink12: string;
51
- orange1: string;
52
- orange2: string;
53
- orange3: string;
54
- orange4: string;
55
- orange5: string;
56
- orange6: string;
57
- orange7: string;
58
- orange8: string;
59
- orange9: string;
60
- orange10: string;
61
- orange11: string;
62
- orange12: string;
63
- green1: string;
64
- green2: string;
65
- green3: string;
66
- green4: string;
67
- green5: string;
68
- green6: string;
69
- green7: string;
70
- green8: string;
71
- green9: string;
72
- green10: string;
73
- green11: string;
74
- green12: string;
75
- gray1: string;
76
- gray2: string;
77
- gray3: string;
78
- gray4: string;
79
- gray5: string;
80
- gray6: string;
81
- gray7: string;
82
- gray8: string;
83
- gray9: string;
84
- gray10: string;
85
- gray11: string;
86
- gray12: string;
87
- blue1: string;
88
- blue2: string;
89
- blue3: string;
90
- blue4: string;
91
- blue5: string;
92
- blue6: string;
93
- blue7: string;
94
- blue8: string;
95
- blue9: string;
96
- blue10: string;
97
- blue11: string;
98
- blue12: string;
99
- shadowColor: string;
100
- shadowColorHover: string;
101
- shadowColorPress: string;
102
- shadowColorFocus: string;
103
- background: string;
104
- backgroundHover: string;
105
- backgroundPress: string;
106
- borderColor: string;
107
- borderColorHover: string;
108
- borderColorFocus: string;
109
- borderColorPress: string;
110
- backgroundFocus: string;
111
- backgroundStrong: string;
112
- backgroundTransparent: string;
113
- color: string;
114
- colorHover: string;
115
- colorPress: string;
116
- colorFocus: string;
117
- colorTransparent: string;
118
- placeholderColor: string;
119
- color1: string;
120
- color2: string;
121
- color3: string;
122
- color4: string;
123
- color5: string;
124
- color6: string;
125
- color7: string;
126
- color8: string;
127
- color9: string;
128
- color10: string;
129
- color11: string;
130
- color12: string;
131
- };
132
- dark: {
133
- yellow1: string;
134
- yellow2: string;
135
- yellow3: string;
136
- yellow4: string;
137
- yellow5: string;
138
- yellow6: string;
139
- yellow7: string;
140
- yellow8: string;
141
- yellow9: string;
142
- yellow10: string;
143
- yellow11: string;
144
- yellow12: string;
145
- red1: string;
146
- red2: string;
147
- red3: string;
148
- red4: string;
149
- red5: string;
150
- red6: string;
151
- red7: string;
152
- red8: string;
153
- red9: string;
154
- red10: string;
155
- red11: string;
156
- red12: string;
157
- purple1: string;
158
- purple2: string;
159
- purple3: string;
160
- purple4: string;
161
- purple5: string;
162
- purple6: string;
163
- purple7: string;
164
- purple8: string;
165
- purple9: string;
166
- purple10: string;
167
- purple11: string;
168
- purple12: string;
169
- pink1: string;
170
- pink2: string;
171
- pink3: string;
172
- pink4: string;
173
- pink5: string;
174
- pink6: string;
175
- pink7: string;
176
- pink8: string;
177
- pink9: string;
178
- pink10: string;
179
- pink11: string;
180
- pink12: string;
181
- orange1: string;
182
- orange2: string;
183
- orange3: string;
184
- orange4: string;
185
- orange5: string;
186
- orange6: string;
187
- orange7: string;
188
- orange8: string;
189
- orange9: string;
190
- orange10: string;
191
- orange11: string;
192
- orange12: string;
193
- green1: string;
194
- green2: string;
195
- green3: string;
196
- green4: string;
197
- green5: string;
198
- green6: string;
199
- green7: string;
200
- green8: string;
201
- green9: string;
202
- green10: string;
203
- green11: string;
204
- green12: string;
205
- gray1: string;
206
- gray2: string;
207
- gray3: string;
208
- gray4: string;
209
- gray5: string;
210
- gray6: string;
211
- gray7: string;
212
- gray8: string;
213
- gray9: string;
214
- gray10: string;
215
- gray11: string;
216
- gray12: string;
217
- blue1: string;
218
- blue2: string;
219
- blue3: string;
220
- blue4: string;
221
- blue5: string;
222
- blue6: string;
223
- blue7: string;
224
- blue8: string;
225
- blue9: string;
226
- blue10: string;
227
- blue11: string;
228
- blue12: string;
229
- shadowColor: string;
230
- shadowColorHover: string;
231
- shadowColorPress: string;
232
- shadowColorFocus: string;
233
- background: string;
234
- backgroundHover: string;
235
- backgroundPress: string;
236
- borderColor: string;
237
- borderColorHover: string;
238
- borderColorFocus: string;
239
- borderColorPress: string;
240
- backgroundFocus: string;
241
- backgroundStrong: string;
242
- backgroundTransparent: string;
243
- color: string;
244
- colorHover: string;
245
- colorPress: string;
246
- colorFocus: string;
247
- colorTransparent: string;
248
- placeholderColor: string;
249
- color1: string;
250
- color2: string;
251
- color3: string;
252
- color4: string;
253
- color5: string;
254
- color6: string;
255
- color7: string;
256
- color8: string;
257
- color9: string;
258
- color10: string;
259
- color11: string;
260
- color12: string;
261
- };
262
- light_blue: {
263
- shadowColor: string;
264
- shadowColorHover: string;
265
- shadowColorPress: string;
266
- shadowColorFocus: string;
267
- background: string;
268
- backgroundHover: string;
269
- backgroundPress: string;
270
- borderColor: string;
271
- borderColorHover: string;
272
- borderColorFocus: string;
273
- borderColorPress: string;
274
- backgroundFocus: string;
275
- backgroundStrong: string;
276
- backgroundTransparent: string;
277
- color: string;
278
- colorHover: string;
279
- colorPress: string;
280
- colorFocus: string;
281
- colorTransparent: string;
282
- placeholderColor: string;
283
- color1: string;
284
- color2: string;
285
- color3: string;
286
- color4: string;
287
- color5: string;
288
- color6: string;
289
- color7: string;
290
- color8: string;
291
- color9: string;
292
- color10: string;
293
- color11: string;
294
- color12: string;
295
- };
296
- light_gray: {
297
- shadowColor: string;
298
- shadowColorHover: string;
299
- shadowColorPress: string;
300
- shadowColorFocus: string;
301
- background: string;
302
- backgroundHover: string;
303
- backgroundPress: string;
304
- borderColor: string;
305
- borderColorHover: string;
306
- borderColorFocus: string;
307
- borderColorPress: string;
308
- backgroundFocus: string;
309
- backgroundStrong: string;
310
- backgroundTransparent: string;
311
- color: string;
312
- colorHover: string;
313
- colorPress: string;
314
- colorFocus: string;
315
- colorTransparent: string;
316
- placeholderColor: string;
317
- color1: string;
318
- color2: string;
319
- color3: string;
320
- color4: string;
321
- color5: string;
322
- color6: string;
323
- color7: string;
324
- color8: string;
325
- color9: string;
326
- color10: string;
327
- color11: string;
328
- color12: string;
329
- };
330
- light_green: {
331
- shadowColor: string;
332
- shadowColorHover: string;
333
- shadowColorPress: string;
334
- shadowColorFocus: string;
335
- background: string;
336
- backgroundHover: string;
337
- backgroundPress: string;
338
- borderColor: string;
339
- borderColorHover: string;
340
- borderColorFocus: string;
341
- borderColorPress: string;
342
- backgroundFocus: string;
343
- backgroundStrong: string;
344
- backgroundTransparent: string;
345
- color: string;
346
- colorHover: string;
347
- colorPress: string;
348
- colorFocus: string;
349
- colorTransparent: string;
350
- placeholderColor: string;
351
- color1: string;
352
- color2: string;
353
- color3: string;
354
- color4: string;
355
- color5: string;
356
- color6: string;
357
- color7: string;
358
- color8: string;
359
- color9: string;
360
- color10: string;
361
- color11: string;
362
- color12: string;
363
- };
364
- light_orange: {
365
- shadowColor: string;
366
- shadowColorHover: string;
367
- shadowColorPress: string;
368
- shadowColorFocus: string;
369
- background: string;
370
- backgroundHover: string;
371
- backgroundPress: string;
372
- borderColor: string;
373
- borderColorHover: string;
374
- borderColorFocus: string;
375
- borderColorPress: string;
376
- backgroundFocus: string;
377
- backgroundStrong: string;
378
- backgroundTransparent: string;
379
- color: string;
380
- colorHover: string;
381
- colorPress: string;
382
- colorFocus: string;
383
- colorTransparent: string;
384
- placeholderColor: string;
385
- color1: string;
386
- color2: string;
387
- color3: string;
388
- color4: string;
389
- color5: string;
390
- color6: string;
391
- color7: string;
392
- color8: string;
393
- color9: string;
394
- color10: string;
395
- color11: string;
396
- color12: string;
397
- };
398
- light_pink: {
399
- shadowColor: string;
400
- shadowColorHover: string;
401
- shadowColorPress: string;
402
- shadowColorFocus: string;
403
- background: string;
404
- backgroundHover: string;
405
- backgroundPress: string;
406
- borderColor: string;
407
- borderColorHover: string;
408
- borderColorFocus: string;
409
- borderColorPress: string;
410
- backgroundFocus: string;
411
- backgroundStrong: string;
412
- backgroundTransparent: string;
413
- color: string;
414
- colorHover: string;
415
- colorPress: string;
416
- colorFocus: string;
417
- colorTransparent: string;
418
- placeholderColor: string;
419
- color1: string;
420
- color2: string;
421
- color3: string;
422
- color4: string;
423
- color5: string;
424
- color6: string;
425
- color7: string;
426
- color8: string;
427
- color9: string;
428
- color10: string;
429
- color11: string;
430
- color12: string;
431
- };
432
- light_purple: {
433
- shadowColor: string;
434
- shadowColorHover: string;
435
- shadowColorPress: string;
436
- shadowColorFocus: string;
437
- background: string;
438
- backgroundHover: string;
439
- backgroundPress: string;
440
- borderColor: string;
441
- borderColorHover: string;
442
- borderColorFocus: string;
443
- borderColorPress: string;
444
- backgroundFocus: string;
445
- backgroundStrong: string;
446
- backgroundTransparent: string;
447
- color: string;
448
- colorHover: string;
449
- colorPress: string;
450
- colorFocus: string;
451
- colorTransparent: string;
452
- placeholderColor: string;
453
- color1: string;
454
- color2: string;
455
- color3: string;
456
- color4: string;
457
- color5: string;
458
- color6: string;
459
- color7: string;
460
- color8: string;
461
- color9: string;
462
- color10: string;
463
- color11: string;
464
- color12: string;
465
- };
466
- light_red: {
467
- shadowColor: string;
468
- shadowColorHover: string;
469
- shadowColorPress: string;
470
- shadowColorFocus: string;
471
- background: string;
472
- backgroundHover: string;
473
- backgroundPress: string;
474
- borderColor: string;
475
- borderColorHover: string;
476
- borderColorFocus: string;
477
- borderColorPress: string;
478
- backgroundFocus: string;
479
- backgroundStrong: string;
480
- backgroundTransparent: string;
481
- color: string;
482
- colorHover: string;
483
- colorPress: string;
484
- colorFocus: string;
485
- colorTransparent: string;
486
- placeholderColor: string;
487
- color1: string;
488
- color2: string;
489
- color3: string;
490
- color4: string;
491
- color5: string;
492
- color6: string;
493
- color7: string;
494
- color8: string;
495
- color9: string;
496
- color10: string;
497
- color11: string;
498
- color12: string;
499
- };
500
- light_yellow: {
501
- shadowColor: string;
502
- shadowColorHover: string;
503
- shadowColorPress: string;
504
- shadowColorFocus: string;
505
- background: string;
506
- backgroundHover: string;
507
- backgroundPress: string;
508
- borderColor: string;
509
- borderColorHover: string;
510
- borderColorFocus: string;
511
- borderColorPress: string;
512
- backgroundFocus: string;
513
- backgroundStrong: string;
514
- backgroundTransparent: string;
515
- color: string;
516
- colorHover: string;
517
- colorPress: string;
518
- colorFocus: string;
519
- colorTransparent: string;
520
- placeholderColor: string;
521
- color1: string;
522
- color2: string;
523
- color3: string;
524
- color4: string;
525
- color5: string;
526
- color6: string;
527
- color7: string;
528
- color8: string;
529
- color9: string;
530
- color10: string;
531
- color11: string;
532
- color12: string;
533
- };
534
- light_alt1: {
535
- shadowColor: string;
536
- shadowColorHover: string;
537
- shadowColorPress: string;
538
- shadowColorFocus: string;
539
- background: string;
540
- backgroundHover: string;
541
- backgroundPress: string;
542
- borderColor: string;
543
- borderColorHover: string;
544
- borderColorFocus: string;
545
- borderColorPress: string;
546
- backgroundFocus: string;
547
- backgroundStrong: string;
548
- backgroundTransparent: string;
549
- color: string;
550
- colorHover: string;
551
- colorPress: string;
552
- colorFocus: string;
553
- colorTransparent: string;
554
- placeholderColor: 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_alt2: {
569
- shadowColor: string;
570
- shadowColorHover: string;
571
- shadowColorPress: string;
572
- shadowColorFocus: string;
573
- background: string;
574
- backgroundHover: string;
575
- backgroundPress: string;
576
- borderColor: string;
577
- borderColorHover: string;
578
- borderColorFocus: string;
579
- borderColorPress: string;
580
- backgroundFocus: string;
581
- backgroundStrong: string;
582
- backgroundTransparent: string;
583
- color: string;
584
- colorHover: string;
585
- colorPress: string;
586
- colorFocus: string;
587
- colorTransparent: string;
588
- placeholderColor: string;
589
- color1: string;
590
- color2: string;
591
- color3: string;
592
- color4: string;
593
- color5: string;
594
- color6: string;
595
- color7: string;
596
- color8: string;
597
- color9: string;
598
- color10: string;
599
- color11: string;
600
- color12: string;
601
- };
602
- light_active: {
603
- shadowColor: string;
604
- shadowColorHover: string;
605
- shadowColorPress: string;
606
- shadowColorFocus: string;
607
- background: string;
608
- backgroundHover: string;
609
- backgroundPress: string;
610
- borderColor: string;
611
- borderColorHover: string;
612
- borderColorFocus: string;
613
- borderColorPress: string;
614
- backgroundFocus: string;
615
- backgroundStrong: string;
616
- backgroundTransparent: string;
617
- color: string;
618
- colorHover: string;
619
- colorPress: string;
620
- colorFocus: string;
621
- colorTransparent: string;
622
- placeholderColor: string;
623
- color1: string;
624
- color2: string;
625
- color3: string;
626
- color4: string;
627
- color5: string;
628
- color6: string;
629
- color7: string;
630
- color8: string;
631
- color9: string;
632
- color10: string;
633
- color11: string;
634
- color12: string;
635
- };
636
- light_blue_alt1: {
637
- shadowColor: string;
638
- shadowColorHover: string;
639
- shadowColorPress: string;
640
- shadowColorFocus: string;
641
- background: string;
642
- backgroundHover: string;
643
- backgroundPress: string;
644
- borderColor: string;
645
- borderColorHover: string;
646
- borderColorFocus: string;
647
- borderColorPress: string;
648
- backgroundFocus: string;
649
- backgroundStrong: string;
650
- backgroundTransparent: string;
651
- color: string;
652
- colorHover: string;
653
- colorPress: string;
654
- colorFocus: string;
655
- colorTransparent: string;
656
- placeholderColor: string;
657
- color1: string;
658
- color2: string;
659
- color3: string;
660
- color4: string;
661
- color5: string;
662
- color6: string;
663
- color7: string;
664
- color8: string;
665
- color9: string;
666
- color10: string;
667
- color11: string;
668
- color12: string;
669
- };
670
- light_blue_alt2: {
671
- shadowColor: string;
672
- shadowColorHover: string;
673
- shadowColorPress: string;
674
- shadowColorFocus: string;
675
- background: string;
676
- backgroundHover: string;
677
- backgroundPress: string;
678
- borderColor: string;
679
- borderColorHover: string;
680
- borderColorFocus: string;
681
- borderColorPress: string;
682
- backgroundFocus: string;
683
- backgroundStrong: string;
684
- backgroundTransparent: string;
685
- color: string;
686
- colorHover: string;
687
- colorPress: string;
688
- colorFocus: string;
689
- colorTransparent: string;
690
- placeholderColor: string;
691
- color1: string;
692
- color2: string;
693
- color3: string;
694
- color4: string;
695
- color5: string;
696
- color6: string;
697
- color7: string;
698
- color8: string;
699
- color9: string;
700
- color10: string;
701
- color11: string;
702
- color12: string;
703
- };
704
- light_blue_active: {
705
- shadowColor: string;
706
- shadowColorHover: string;
707
- shadowColorPress: string;
708
- shadowColorFocus: string;
709
- background: string;
710
- backgroundHover: string;
711
- backgroundPress: string;
712
- borderColor: string;
713
- borderColorHover: string;
714
- borderColorFocus: string;
715
- borderColorPress: string;
716
- backgroundFocus: string;
717
- backgroundStrong: string;
718
- backgroundTransparent: string;
719
- color: string;
720
- colorHover: string;
721
- colorPress: string;
722
- colorFocus: string;
723
- colorTransparent: string;
724
- placeholderColor: string;
725
- color1: string;
726
- color2: string;
727
- color3: string;
728
- color4: string;
729
- color5: string;
730
- color6: string;
731
- color7: string;
732
- color8: string;
733
- color9: string;
734
- color10: string;
735
- color11: string;
736
- color12: string;
737
- };
738
- light_gray_alt1: {
739
- shadowColor: string;
740
- shadowColorHover: string;
741
- shadowColorPress: string;
742
- shadowColorFocus: string;
743
- background: string;
744
- backgroundHover: string;
745
- backgroundPress: string;
746
- borderColor: string;
747
- borderColorHover: string;
748
- borderColorFocus: string;
749
- borderColorPress: string;
750
- backgroundFocus: string;
751
- backgroundStrong: string;
752
- backgroundTransparent: string;
753
- color: string;
754
- colorHover: string;
755
- colorPress: string;
756
- colorFocus: string;
757
- colorTransparent: string;
758
- placeholderColor: string;
759
- color1: string;
760
- color2: string;
761
- color3: string;
762
- color4: string;
763
- color5: string;
764
- color6: string;
765
- color7: string;
766
- color8: string;
767
- color9: string;
768
- color10: string;
769
- color11: string;
770
- color12: string;
771
- };
772
- light_gray_alt2: {
773
- shadowColor: string;
774
- shadowColorHover: string;
775
- shadowColorPress: string;
776
- shadowColorFocus: string;
777
- background: string;
778
- backgroundHover: string;
779
- backgroundPress: string;
780
- borderColor: string;
781
- borderColorHover: string;
782
- borderColorFocus: string;
783
- borderColorPress: string;
784
- backgroundFocus: string;
785
- backgroundStrong: string;
786
- backgroundTransparent: string;
787
- color: string;
788
- colorHover: string;
789
- colorPress: string;
790
- colorFocus: string;
791
- colorTransparent: string;
792
- placeholderColor: string;
793
- color1: string;
794
- color2: string;
795
- color3: string;
796
- color4: string;
797
- color5: string;
798
- color6: string;
799
- color7: string;
800
- color8: string;
801
- color9: string;
802
- color10: string;
803
- color11: string;
804
- color12: string;
805
- };
806
- light_gray_active: {
807
- shadowColor: string;
808
- shadowColorHover: string;
809
- shadowColorPress: string;
810
- shadowColorFocus: string;
811
- background: string;
812
- backgroundHover: string;
813
- backgroundPress: string;
814
- borderColor: string;
815
- borderColorHover: string;
816
- borderColorFocus: string;
817
- borderColorPress: string;
818
- backgroundFocus: string;
819
- backgroundStrong: string;
820
- backgroundTransparent: string;
821
- color: string;
822
- colorHover: string;
823
- colorPress: string;
824
- colorFocus: string;
825
- colorTransparent: string;
826
- placeholderColor: string;
827
- color1: string;
828
- color2: string;
829
- color3: string;
830
- color4: string;
831
- color5: string;
832
- color6: string;
833
- color7: string;
834
- color8: string;
835
- color9: string;
836
- color10: string;
837
- color11: string;
838
- color12: string;
839
- };
840
- light_green_alt1: {
841
- shadowColor: string;
842
- shadowColorHover: string;
843
- shadowColorPress: string;
844
- shadowColorFocus: string;
845
- background: string;
846
- backgroundHover: string;
847
- backgroundPress: string;
848
- borderColor: string;
849
- borderColorHover: string;
850
- borderColorFocus: string;
851
- borderColorPress: string;
852
- backgroundFocus: string;
853
- backgroundStrong: string;
854
- backgroundTransparent: string;
855
- color: string;
856
- colorHover: string;
857
- colorPress: string;
858
- colorFocus: string;
859
- colorTransparent: string;
860
- placeholderColor: string;
861
- color1: string;
862
- color2: string;
863
- color3: string;
864
- color4: string;
865
- color5: string;
866
- color6: string;
867
- color7: string;
868
- color8: string;
869
- color9: string;
870
- color10: string;
871
- color11: string;
872
- color12: string;
873
- };
874
- light_green_alt2: {
875
- shadowColor: string;
876
- shadowColorHover: string;
877
- shadowColorPress: string;
878
- shadowColorFocus: string;
879
- background: string;
880
- backgroundHover: string;
881
- backgroundPress: string;
882
- borderColor: string;
883
- borderColorHover: string;
884
- borderColorFocus: string;
885
- borderColorPress: string;
886
- backgroundFocus: string;
887
- backgroundStrong: string;
888
- backgroundTransparent: string;
889
- color: string;
890
- colorHover: string;
891
- colorPress: string;
892
- colorFocus: string;
893
- colorTransparent: string;
894
- placeholderColor: string;
895
- color1: string;
896
- color2: string;
897
- color3: string;
898
- color4: string;
899
- color5: string;
900
- color6: string;
901
- color7: string;
902
- color8: string;
903
- color9: string;
904
- color10: string;
905
- color11: string;
906
- color12: string;
907
- };
908
- light_green_active: {
909
- shadowColor: string;
910
- shadowColorHover: string;
911
- shadowColorPress: string;
912
- shadowColorFocus: string;
913
- background: string;
914
- backgroundHover: string;
915
- backgroundPress: string;
916
- borderColor: string;
917
- borderColorHover: string;
918
- borderColorFocus: string;
919
- borderColorPress: string;
920
- backgroundFocus: string;
921
- backgroundStrong: string;
922
- backgroundTransparent: string;
923
- color: string;
924
- colorHover: string;
925
- colorPress: string;
926
- colorFocus: string;
927
- colorTransparent: string;
928
- placeholderColor: string;
929
- color1: string;
930
- color2: string;
931
- color3: string;
932
- color4: string;
933
- color5: string;
934
- color6: string;
935
- color7: string;
936
- color8: string;
937
- color9: string;
938
- color10: string;
939
- color11: string;
940
- color12: string;
941
- };
942
- light_orange_alt1: {
943
- shadowColor: string;
944
- shadowColorHover: string;
945
- shadowColorPress: string;
946
- shadowColorFocus: string;
947
- background: string;
948
- backgroundHover: string;
949
- backgroundPress: string;
950
- borderColor: string;
951
- borderColorHover: string;
952
- borderColorFocus: string;
953
- borderColorPress: string;
954
- backgroundFocus: string;
955
- backgroundStrong: string;
956
- backgroundTransparent: string;
957
- color: string;
958
- colorHover: string;
959
- colorPress: string;
960
- colorFocus: string;
961
- colorTransparent: string;
962
- placeholderColor: 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
- light_orange_alt2: {
977
- shadowColor: string;
978
- shadowColorHover: string;
979
- shadowColorPress: string;
980
- shadowColorFocus: string;
981
- background: string;
982
- backgroundHover: string;
983
- backgroundPress: string;
984
- borderColor: string;
985
- borderColorHover: string;
986
- borderColorFocus: string;
987
- borderColorPress: string;
988
- backgroundFocus: string;
989
- backgroundStrong: string;
990
- backgroundTransparent: string;
991
- color: string;
992
- colorHover: string;
993
- colorPress: string;
994
- colorFocus: string;
995
- colorTransparent: string;
996
- placeholderColor: string;
997
- color1: string;
998
- color2: string;
999
- color3: string;
1000
- color4: string;
1001
- color5: string;
1002
- color6: string;
1003
- color7: string;
1004
- color8: string;
1005
- color9: string;
1006
- color10: string;
1007
- color11: string;
1008
- color12: string;
1009
- };
1010
- light_orange_active: {
1011
- shadowColor: string;
1012
- shadowColorHover: string;
1013
- shadowColorPress: string;
1014
- shadowColorFocus: string;
1015
- background: string;
1016
- backgroundHover: string;
1017
- backgroundPress: string;
1018
- borderColor: string;
1019
- borderColorHover: string;
1020
- borderColorFocus: string;
1021
- borderColorPress: string;
1022
- backgroundFocus: string;
1023
- backgroundStrong: string;
1024
- backgroundTransparent: string;
1025
- color: string;
1026
- colorHover: string;
1027
- colorPress: string;
1028
- colorFocus: string;
1029
- colorTransparent: string;
1030
- placeholderColor: string;
1031
- color1: string;
1032
- color2: string;
1033
- color3: string;
1034
- color4: string;
1035
- color5: string;
1036
- color6: string;
1037
- color7: string;
1038
- color8: string;
1039
- color9: string;
1040
- color10: string;
1041
- color11: string;
1042
- color12: string;
1043
- };
1044
- light_pink_alt1: {
1045
- shadowColor: string;
1046
- shadowColorHover: string;
1047
- shadowColorPress: string;
1048
- shadowColorFocus: string;
1049
- background: string;
1050
- backgroundHover: string;
1051
- backgroundPress: string;
1052
- borderColor: string;
1053
- borderColorHover: string;
1054
- borderColorFocus: string;
1055
- borderColorPress: string;
1056
- backgroundFocus: string;
1057
- backgroundStrong: string;
1058
- backgroundTransparent: string;
1059
- color: string;
1060
- colorHover: string;
1061
- colorPress: string;
1062
- colorFocus: string;
1063
- colorTransparent: string;
1064
- placeholderColor: string;
1065
- color1: string;
1066
- color2: string;
1067
- color3: string;
1068
- color4: string;
1069
- color5: string;
1070
- color6: string;
1071
- color7: string;
1072
- color8: string;
1073
- color9: string;
1074
- color10: string;
1075
- color11: string;
1076
- color12: string;
1077
- };
1078
- light_pink_alt2: {
1079
- shadowColor: string;
1080
- shadowColorHover: string;
1081
- shadowColorPress: string;
1082
- shadowColorFocus: string;
1083
- background: string;
1084
- backgroundHover: string;
1085
- backgroundPress: string;
1086
- borderColor: string;
1087
- borderColorHover: string;
1088
- borderColorFocus: string;
1089
- borderColorPress: string;
1090
- backgroundFocus: string;
1091
- backgroundStrong: string;
1092
- backgroundTransparent: string;
1093
- color: string;
1094
- colorHover: string;
1095
- colorPress: string;
1096
- colorFocus: string;
1097
- colorTransparent: string;
1098
- placeholderColor: string;
1099
- color1: string;
1100
- color2: string;
1101
- color3: string;
1102
- color4: string;
1103
- color5: string;
1104
- color6: string;
1105
- color7: string;
1106
- color8: string;
1107
- color9: string;
1108
- color10: string;
1109
- color11: string;
1110
- color12: string;
1111
- };
1112
- light_pink_active: {
1113
- shadowColor: string;
1114
- shadowColorHover: string;
1115
- shadowColorPress: string;
1116
- shadowColorFocus: string;
1117
- background: string;
1118
- backgroundHover: string;
1119
- backgroundPress: string;
1120
- borderColor: string;
1121
- borderColorHover: string;
1122
- borderColorFocus: string;
1123
- borderColorPress: string;
1124
- backgroundFocus: string;
1125
- backgroundStrong: string;
1126
- backgroundTransparent: string;
1127
- color: string;
1128
- colorHover: string;
1129
- colorPress: string;
1130
- colorFocus: string;
1131
- colorTransparent: string;
1132
- placeholderColor: string;
1133
- color1: string;
1134
- color2: string;
1135
- color3: string;
1136
- color4: string;
1137
- color5: string;
1138
- color6: string;
1139
- color7: string;
1140
- color8: string;
1141
- color9: string;
1142
- color10: string;
1143
- color11: string;
1144
- color12: string;
1145
- };
1146
- light_purple_alt1: {
1147
- shadowColor: string;
1148
- shadowColorHover: string;
1149
- shadowColorPress: string;
1150
- shadowColorFocus: string;
1151
- background: string;
1152
- backgroundHover: string;
1153
- backgroundPress: string;
1154
- borderColor: string;
1155
- borderColorHover: string;
1156
- borderColorFocus: string;
1157
- borderColorPress: string;
1158
- backgroundFocus: string;
1159
- backgroundStrong: string;
1160
- backgroundTransparent: string;
1161
- color: string;
1162
- colorHover: string;
1163
- colorPress: string;
1164
- colorFocus: string;
1165
- colorTransparent: string;
1166
- placeholderColor: string;
1167
- color1: string;
1168
- color2: string;
1169
- color3: string;
1170
- color4: string;
1171
- color5: string;
1172
- color6: string;
1173
- color7: string;
1174
- color8: string;
1175
- color9: string;
1176
- color10: string;
1177
- color11: string;
1178
- color12: string;
1179
- };
1180
- light_purple_alt2: {
1181
- shadowColor: string;
1182
- shadowColorHover: string;
1183
- shadowColorPress: string;
1184
- shadowColorFocus: string;
1185
- background: string;
1186
- backgroundHover: string;
1187
- backgroundPress: string;
1188
- borderColor: string;
1189
- borderColorHover: string;
1190
- borderColorFocus: string;
1191
- borderColorPress: string;
1192
- backgroundFocus: string;
1193
- backgroundStrong: string;
1194
- backgroundTransparent: string;
1195
- color: string;
1196
- colorHover: string;
1197
- colorPress: string;
1198
- colorFocus: string;
1199
- colorTransparent: string;
1200
- placeholderColor: string;
1201
- color1: string;
1202
- color2: string;
1203
- color3: string;
1204
- color4: string;
1205
- color5: string;
1206
- color6: string;
1207
- color7: string;
1208
- color8: string;
1209
- color9: string;
1210
- color10: string;
1211
- color11: string;
1212
- color12: string;
1213
- };
1214
- light_purple_active: {
1215
- shadowColor: string;
1216
- shadowColorHover: string;
1217
- shadowColorPress: string;
1218
- shadowColorFocus: string;
1219
- background: string;
1220
- backgroundHover: string;
1221
- backgroundPress: string;
1222
- borderColor: string;
1223
- borderColorHover: string;
1224
- borderColorFocus: string;
1225
- borderColorPress: string;
1226
- backgroundFocus: string;
1227
- backgroundStrong: string;
1228
- backgroundTransparent: string;
1229
- color: string;
1230
- colorHover: string;
1231
- colorPress: string;
1232
- colorFocus: string;
1233
- colorTransparent: string;
1234
- placeholderColor: string;
1235
- color1: string;
1236
- color2: string;
1237
- color3: string;
1238
- color4: string;
1239
- color5: string;
1240
- color6: string;
1241
- color7: string;
1242
- color8: string;
1243
- color9: string;
1244
- color10: string;
1245
- color11: string;
1246
- color12: string;
1247
- };
1248
- light_red_alt1: {
1249
- shadowColor: string;
1250
- shadowColorHover: string;
1251
- shadowColorPress: string;
1252
- shadowColorFocus: string;
1253
- background: string;
1254
- backgroundHover: string;
1255
- backgroundPress: string;
1256
- borderColor: string;
1257
- borderColorHover: string;
1258
- borderColorFocus: string;
1259
- borderColorPress: string;
1260
- backgroundFocus: string;
1261
- backgroundStrong: string;
1262
- backgroundTransparent: string;
1263
- color: string;
1264
- colorHover: string;
1265
- colorPress: string;
1266
- colorFocus: string;
1267
- colorTransparent: string;
1268
- placeholderColor: string;
1269
- color1: string;
1270
- color2: string;
1271
- color3: string;
1272
- color4: string;
1273
- color5: string;
1274
- color6: string;
1275
- color7: string;
1276
- color8: string;
1277
- color9: string;
1278
- color10: string;
1279
- color11: string;
1280
- color12: string;
1281
- };
1282
- light_red_alt2: {
1283
- shadowColor: string;
1284
- shadowColorHover: string;
1285
- shadowColorPress: string;
1286
- shadowColorFocus: string;
1287
- background: string;
1288
- backgroundHover: string;
1289
- backgroundPress: string;
1290
- borderColor: string;
1291
- borderColorHover: string;
1292
- borderColorFocus: string;
1293
- borderColorPress: string;
1294
- backgroundFocus: string;
1295
- backgroundStrong: string;
1296
- backgroundTransparent: string;
1297
- color: string;
1298
- colorHover: string;
1299
- colorPress: string;
1300
- colorFocus: string;
1301
- colorTransparent: string;
1302
- placeholderColor: string;
1303
- color1: string;
1304
- color2: string;
1305
- color3: string;
1306
- color4: string;
1307
- color5: string;
1308
- color6: string;
1309
- color7: string;
1310
- color8: string;
1311
- color9: string;
1312
- color10: string;
1313
- color11: string;
1314
- color12: string;
1315
- };
1316
- light_red_active: {
1317
- shadowColor: string;
1318
- shadowColorHover: string;
1319
- shadowColorPress: string;
1320
- shadowColorFocus: string;
1321
- background: string;
1322
- backgroundHover: string;
1323
- backgroundPress: string;
1324
- borderColor: string;
1325
- borderColorHover: string;
1326
- borderColorFocus: string;
1327
- borderColorPress: string;
1328
- backgroundFocus: string;
1329
- backgroundStrong: string;
1330
- backgroundTransparent: string;
1331
- color: string;
1332
- colorHover: string;
1333
- colorPress: string;
1334
- colorFocus: string;
1335
- colorTransparent: string;
1336
- placeholderColor: string;
1337
- color1: string;
1338
- color2: string;
1339
- color3: string;
1340
- color4: string;
1341
- color5: string;
1342
- color6: string;
1343
- color7: string;
1344
- color8: string;
1345
- color9: string;
1346
- color10: string;
1347
- color11: string;
1348
- color12: string;
1349
- };
1350
- light_yellow_alt1: {
1351
- shadowColor: string;
1352
- shadowColorHover: string;
1353
- shadowColorPress: string;
1354
- shadowColorFocus: string;
1355
- background: string;
1356
- backgroundHover: string;
1357
- backgroundPress: string;
1358
- borderColor: string;
1359
- borderColorHover: string;
1360
- borderColorFocus: string;
1361
- borderColorPress: string;
1362
- backgroundFocus: string;
1363
- backgroundStrong: string;
1364
- backgroundTransparent: string;
1365
- color: string;
1366
- colorHover: string;
1367
- colorPress: string;
1368
- colorFocus: string;
1369
- colorTransparent: string;
1370
- placeholderColor: string;
1371
- color1: string;
1372
- color2: string;
1373
- color3: string;
1374
- color4: string;
1375
- color5: string;
1376
- color6: string;
1377
- color7: string;
1378
- color8: string;
1379
- color9: string;
1380
- color10: string;
1381
- color11: string;
1382
- color12: string;
1383
- };
1384
- light_yellow_alt2: {
1385
- shadowColor: string;
1386
- shadowColorHover: string;
1387
- shadowColorPress: string;
1388
- shadowColorFocus: string;
1389
- background: string;
1390
- backgroundHover: string;
1391
- backgroundPress: string;
1392
- borderColor: string;
1393
- borderColorHover: string;
1394
- borderColorFocus: string;
1395
- borderColorPress: string;
1396
- backgroundFocus: string;
1397
- backgroundStrong: string;
1398
- backgroundTransparent: string;
1399
- color: string;
1400
- colorHover: string;
1401
- colorPress: string;
1402
- colorFocus: string;
1403
- colorTransparent: string;
1404
- placeholderColor: string;
1405
- color1: string;
1406
- color2: string;
1407
- color3: string;
1408
- color4: string;
1409
- color5: string;
1410
- color6: string;
1411
- color7: string;
1412
- color8: string;
1413
- color9: string;
1414
- color10: string;
1415
- color11: string;
1416
- color12: string;
1417
- };
1418
- light_yellow_active: {
1419
- shadowColor: string;
1420
- shadowColorHover: string;
1421
- shadowColorPress: string;
1422
- shadowColorFocus: string;
1423
- background: string;
1424
- backgroundHover: string;
1425
- backgroundPress: string;
1426
- borderColor: string;
1427
- borderColorHover: string;
1428
- borderColorFocus: string;
1429
- borderColorPress: string;
1430
- backgroundFocus: string;
1431
- backgroundStrong: string;
1432
- backgroundTransparent: string;
1433
- color: string;
1434
- colorHover: string;
1435
- colorPress: string;
1436
- colorFocus: string;
1437
- colorTransparent: string;
1438
- placeholderColor: string;
1439
- color1: string;
1440
- color2: string;
1441
- color3: string;
1442
- color4: string;
1443
- color5: string;
1444
- color6: string;
1445
- color7: string;
1446
- color8: string;
1447
- color9: string;
1448
- color10: string;
1449
- color11: string;
1450
- color12: string;
1451
- };
1452
- dark_blue: {
1453
- shadowColor: string;
1454
- shadowColorHover: string;
1455
- shadowColorPress: string;
1456
- shadowColorFocus: string;
1457
- background: string;
1458
- backgroundHover: string;
1459
- backgroundPress: string;
1460
- borderColor: string;
1461
- borderColorHover: string;
1462
- borderColorFocus: string;
1463
- borderColorPress: string;
1464
- backgroundFocus: string;
1465
- backgroundStrong: string;
1466
- backgroundTransparent: string;
1467
- color: string;
1468
- colorHover: string;
1469
- colorPress: string;
1470
- colorFocus: string;
1471
- colorTransparent: string;
1472
- placeholderColor: string;
1473
- color1: string;
1474
- color2: string;
1475
- color3: string;
1476
- color4: string;
1477
- color5: string;
1478
- color6: string;
1479
- color7: string;
1480
- color8: string;
1481
- color9: string;
1482
- color10: string;
1483
- color11: string;
1484
- color12: string;
1485
- };
1486
- dark_gray: {
1487
- shadowColor: string;
1488
- shadowColorHover: string;
1489
- shadowColorPress: string;
1490
- shadowColorFocus: string;
1491
- background: string;
1492
- backgroundHover: string;
1493
- backgroundPress: string;
1494
- borderColor: string;
1495
- borderColorHover: string;
1496
- borderColorFocus: string;
1497
- borderColorPress: string;
1498
- backgroundFocus: string;
1499
- backgroundStrong: string;
1500
- backgroundTransparent: string;
1501
- color: string;
1502
- colorHover: string;
1503
- colorPress: string;
1504
- colorFocus: string;
1505
- colorTransparent: string;
1506
- placeholderColor: string;
1507
- color1: string;
1508
- color2: string;
1509
- color3: string;
1510
- color4: string;
1511
- color5: string;
1512
- color6: string;
1513
- color7: string;
1514
- color8: string;
1515
- color9: string;
1516
- color10: string;
1517
- color11: string;
1518
- color12: string;
1519
- };
1520
- dark_green: {
1521
- shadowColor: string;
1522
- shadowColorHover: string;
1523
- shadowColorPress: string;
1524
- shadowColorFocus: string;
1525
- background: string;
1526
- backgroundHover: string;
1527
- backgroundPress: string;
1528
- borderColor: string;
1529
- borderColorHover: string;
1530
- borderColorFocus: string;
1531
- borderColorPress: string;
1532
- backgroundFocus: string;
1533
- backgroundStrong: string;
1534
- backgroundTransparent: string;
1535
- color: string;
1536
- colorHover: string;
1537
- colorPress: string;
1538
- colorFocus: string;
1539
- colorTransparent: string;
1540
- placeholderColor: string;
1541
- color1: string;
1542
- color2: string;
1543
- color3: string;
1544
- color4: string;
1545
- color5: string;
1546
- color6: string;
1547
- color7: string;
1548
- color8: string;
1549
- color9: string;
1550
- color10: string;
1551
- color11: string;
1552
- color12: string;
1553
- };
1554
- dark_orange: {
1555
- shadowColor: string;
1556
- shadowColorHover: string;
1557
- shadowColorPress: string;
1558
- shadowColorFocus: string;
1559
- background: string;
1560
- backgroundHover: string;
1561
- backgroundPress: string;
1562
- borderColor: string;
1563
- borderColorHover: string;
1564
- borderColorFocus: string;
1565
- borderColorPress: string;
1566
- backgroundFocus: string;
1567
- backgroundStrong: string;
1568
- backgroundTransparent: string;
1569
- color: string;
1570
- colorHover: string;
1571
- colorPress: string;
1572
- colorFocus: string;
1573
- colorTransparent: string;
1574
- placeholderColor: string;
1575
- color1: string;
1576
- color2: string;
1577
- color3: string;
1578
- color4: string;
1579
- color5: string;
1580
- color6: string;
1581
- color7: string;
1582
- color8: string;
1583
- color9: string;
1584
- color10: string;
1585
- color11: string;
1586
- color12: string;
1587
- };
1588
- dark_pink: {
1589
- shadowColor: string;
1590
- shadowColorHover: string;
1591
- shadowColorPress: string;
1592
- shadowColorFocus: string;
1593
- background: string;
1594
- backgroundHover: string;
1595
- backgroundPress: string;
1596
- borderColor: string;
1597
- borderColorHover: string;
1598
- borderColorFocus: string;
1599
- borderColorPress: string;
1600
- backgroundFocus: string;
1601
- backgroundStrong: string;
1602
- backgroundTransparent: string;
1603
- color: string;
1604
- colorHover: string;
1605
- colorPress: string;
1606
- colorFocus: string;
1607
- colorTransparent: string;
1608
- placeholderColor: string;
1609
- color1: string;
1610
- color2: string;
1611
- color3: string;
1612
- color4: string;
1613
- color5: string;
1614
- color6: string;
1615
- color7: string;
1616
- color8: string;
1617
- color9: string;
1618
- color10: string;
1619
- color11: string;
1620
- color12: string;
1621
- };
1622
- dark_purple: {
1623
- shadowColor: string;
1624
- shadowColorHover: string;
1625
- shadowColorPress: string;
1626
- shadowColorFocus: string;
1627
- background: string;
1628
- backgroundHover: string;
1629
- backgroundPress: string;
1630
- borderColor: string;
1631
- borderColorHover: string;
1632
- borderColorFocus: string;
1633
- borderColorPress: string;
1634
- backgroundFocus: string;
1635
- backgroundStrong: string;
1636
- backgroundTransparent: string;
1637
- color: string;
1638
- colorHover: string;
1639
- colorPress: string;
1640
- colorFocus: string;
1641
- colorTransparent: string;
1642
- placeholderColor: string;
1643
- color1: string;
1644
- color2: string;
1645
- color3: string;
1646
- color4: string;
1647
- color5: string;
1648
- color6: string;
1649
- color7: string;
1650
- color8: string;
1651
- color9: string;
1652
- color10: string;
1653
- color11: string;
1654
- color12: string;
1655
- };
1656
- dark_red: {
1657
- shadowColor: string;
1658
- shadowColorHover: string;
1659
- shadowColorPress: string;
1660
- shadowColorFocus: string;
1661
- background: string;
1662
- backgroundHover: string;
1663
- backgroundPress: string;
1664
- borderColor: string;
1665
- borderColorHover: string;
1666
- borderColorFocus: string;
1667
- borderColorPress: string;
1668
- backgroundFocus: string;
1669
- backgroundStrong: string;
1670
- backgroundTransparent: string;
1671
- color: string;
1672
- colorHover: string;
1673
- colorPress: string;
1674
- colorFocus: string;
1675
- colorTransparent: string;
1676
- placeholderColor: string;
1677
- color1: string;
1678
- color2: string;
1679
- color3: string;
1680
- color4: string;
1681
- color5: string;
1682
- color6: string;
1683
- color7: string;
1684
- color8: string;
1685
- color9: string;
1686
- color10: string;
1687
- color11: string;
1688
- color12: string;
1689
- };
1690
- dark_yellow: {
1691
- shadowColor: string;
1692
- shadowColorHover: string;
1693
- shadowColorPress: string;
1694
- shadowColorFocus: string;
1695
- background: string;
1696
- backgroundHover: string;
1697
- backgroundPress: string;
1698
- borderColor: string;
1699
- borderColorHover: string;
1700
- borderColorFocus: string;
1701
- borderColorPress: string;
1702
- backgroundFocus: string;
1703
- backgroundStrong: string;
1704
- backgroundTransparent: string;
1705
- color: string;
1706
- colorHover: string;
1707
- colorPress: string;
1708
- colorFocus: string;
1709
- colorTransparent: string;
1710
- placeholderColor: string;
1711
- color1: string;
1712
- color2: string;
1713
- color3: string;
1714
- color4: string;
1715
- color5: string;
1716
- color6: string;
1717
- color7: string;
1718
- color8: string;
1719
- color9: string;
1720
- color10: string;
1721
- color11: string;
1722
- color12: string;
1723
- };
1724
- dark_alt1: {
1725
- shadowColor: string;
1726
- shadowColorHover: string;
1727
- shadowColorPress: string;
1728
- shadowColorFocus: string;
1729
- background: string;
1730
- backgroundHover: string;
1731
- backgroundPress: string;
1732
- borderColor: string;
1733
- borderColorHover: string;
1734
- borderColorFocus: string;
1735
- borderColorPress: string;
1736
- backgroundFocus: string;
1737
- backgroundStrong: string;
1738
- backgroundTransparent: string;
1739
- color: string;
1740
- colorHover: string;
1741
- colorPress: string;
1742
- colorFocus: string;
1743
- colorTransparent: string;
1744
- placeholderColor: string;
1745
- color1: string;
1746
- color2: string;
1747
- color3: string;
1748
- color4: string;
1749
- color5: string;
1750
- color6: string;
1751
- color7: string;
1752
- color8: string;
1753
- color9: string;
1754
- color10: string;
1755
- color11: string;
1756
- color12: string;
1757
- };
1758
- dark_alt2: {
1759
- shadowColor: string;
1760
- shadowColorHover: string;
1761
- shadowColorPress: string;
1762
- shadowColorFocus: string;
1763
- background: string;
1764
- backgroundHover: string;
1765
- backgroundPress: string;
1766
- borderColor: string;
1767
- borderColorHover: string;
1768
- borderColorFocus: string;
1769
- borderColorPress: string;
1770
- backgroundFocus: string;
1771
- backgroundStrong: string;
1772
- backgroundTransparent: string;
1773
- color: string;
1774
- colorHover: string;
1775
- colorPress: string;
1776
- colorFocus: string;
1777
- colorTransparent: string;
1778
- placeholderColor: string;
1779
- color1: string;
1780
- color2: string;
1781
- color3: string;
1782
- color4: string;
1783
- color5: string;
1784
- color6: string;
1785
- color7: string;
1786
- color8: string;
1787
- color9: string;
1788
- color10: string;
1789
- color11: string;
1790
- color12: string;
1791
- };
1792
- dark_active: {
1793
- shadowColor: string;
1794
- shadowColorHover: string;
1795
- shadowColorPress: string;
1796
- shadowColorFocus: string;
1797
- background: string;
1798
- backgroundHover: string;
1799
- backgroundPress: string;
1800
- borderColor: string;
1801
- borderColorHover: string;
1802
- borderColorFocus: string;
1803
- borderColorPress: string;
1804
- backgroundFocus: string;
1805
- backgroundStrong: string;
1806
- backgroundTransparent: string;
1807
- color: string;
1808
- colorHover: string;
1809
- colorPress: string;
1810
- colorFocus: string;
1811
- colorTransparent: string;
1812
- placeholderColor: string;
1813
- color1: string;
1814
- color2: string;
1815
- color3: string;
1816
- color4: string;
1817
- color5: string;
1818
- color6: string;
1819
- color7: string;
1820
- color8: string;
1821
- color9: string;
1822
- color10: string;
1823
- color11: string;
1824
- color12: string;
1825
- };
1826
- dark_blue_alt1: {
1827
- shadowColor: string;
1828
- shadowColorHover: string;
1829
- shadowColorPress: string;
1830
- shadowColorFocus: string;
1831
- background: string;
1832
- backgroundHover: string;
1833
- backgroundPress: string;
1834
- borderColor: string;
1835
- borderColorHover: string;
1836
- borderColorFocus: string;
1837
- borderColorPress: string;
1838
- backgroundFocus: string;
1839
- backgroundStrong: string;
1840
- backgroundTransparent: string;
1841
- color: string;
1842
- colorHover: string;
1843
- colorPress: string;
1844
- colorFocus: string;
1845
- colorTransparent: string;
1846
- placeholderColor: string;
1847
- color1: string;
1848
- color2: string;
1849
- color3: string;
1850
- color4: string;
1851
- color5: string;
1852
- color6: string;
1853
- color7: string;
1854
- color8: string;
1855
- color9: string;
1856
- color10: string;
1857
- color11: string;
1858
- color12: string;
1859
- };
1860
- dark_blue_alt2: {
1861
- shadowColor: string;
1862
- shadowColorHover: string;
1863
- shadowColorPress: string;
1864
- shadowColorFocus: string;
1865
- background: string;
1866
- backgroundHover: string;
1867
- backgroundPress: string;
1868
- borderColor: string;
1869
- borderColorHover: string;
1870
- borderColorFocus: string;
1871
- borderColorPress: string;
1872
- backgroundFocus: string;
1873
- backgroundStrong: string;
1874
- backgroundTransparent: string;
1875
- color: string;
1876
- colorHover: string;
1877
- colorPress: string;
1878
- colorFocus: string;
1879
- colorTransparent: string;
1880
- placeholderColor: string;
1881
- color1: string;
1882
- color2: string;
1883
- color3: string;
1884
- color4: string;
1885
- color5: string;
1886
- color6: string;
1887
- color7: string;
1888
- color8: string;
1889
- color9: string;
1890
- color10: string;
1891
- color11: string;
1892
- color12: string;
1893
- };
1894
- dark_blue_active: {
1895
- shadowColor: string;
1896
- shadowColorHover: string;
1897
- shadowColorPress: string;
1898
- shadowColorFocus: string;
1899
- background: string;
1900
- backgroundHover: string;
1901
- backgroundPress: string;
1902
- borderColor: string;
1903
- borderColorHover: string;
1904
- borderColorFocus: string;
1905
- borderColorPress: string;
1906
- backgroundFocus: string;
1907
- backgroundStrong: string;
1908
- backgroundTransparent: string;
1909
- color: string;
1910
- colorHover: string;
1911
- colorPress: string;
1912
- colorFocus: string;
1913
- colorTransparent: string;
1914
- placeholderColor: string;
1915
- color1: string;
1916
- color2: string;
1917
- color3: string;
1918
- color4: string;
1919
- color5: string;
1920
- color6: string;
1921
- color7: string;
1922
- color8: string;
1923
- color9: string;
1924
- color10: string;
1925
- color11: string;
1926
- color12: string;
1927
- };
1928
- dark_gray_alt1: {
1929
- shadowColor: string;
1930
- shadowColorHover: string;
1931
- shadowColorPress: string;
1932
- shadowColorFocus: string;
1933
- background: string;
1934
- backgroundHover: string;
1935
- backgroundPress: string;
1936
- borderColor: string;
1937
- borderColorHover: string;
1938
- borderColorFocus: string;
1939
- borderColorPress: string;
1940
- backgroundFocus: string;
1941
- backgroundStrong: string;
1942
- backgroundTransparent: string;
1943
- color: string;
1944
- colorHover: string;
1945
- colorPress: string;
1946
- colorFocus: string;
1947
- colorTransparent: string;
1948
- placeholderColor: string;
1949
- color1: string;
1950
- color2: string;
1951
- color3: string;
1952
- color4: string;
1953
- color5: string;
1954
- color6: string;
1955
- color7: string;
1956
- color8: string;
1957
- color9: string;
1958
- color10: string;
1959
- color11: string;
1960
- color12: string;
1961
- };
1962
- dark_gray_alt2: {
1963
- shadowColor: string;
1964
- shadowColorHover: string;
1965
- shadowColorPress: string;
1966
- shadowColorFocus: string;
1967
- background: string;
1968
- backgroundHover: string;
1969
- backgroundPress: string;
1970
- borderColor: string;
1971
- borderColorHover: string;
1972
- borderColorFocus: string;
1973
- borderColorPress: string;
1974
- backgroundFocus: string;
1975
- backgroundStrong: string;
1976
- backgroundTransparent: string;
1977
- color: string;
1978
- colorHover: string;
1979
- colorPress: string;
1980
- colorFocus: string;
1981
- colorTransparent: string;
1982
- placeholderColor: string;
1983
- color1: string;
1984
- color2: string;
1985
- color3: string;
1986
- color4: string;
1987
- color5: string;
1988
- color6: string;
1989
- color7: string;
1990
- color8: string;
1991
- color9: string;
1992
- color10: string;
1993
- color11: string;
1994
- color12: string;
1995
- };
1996
- dark_gray_active: {
1997
- shadowColor: string;
1998
- shadowColorHover: string;
1999
- shadowColorPress: string;
2000
- shadowColorFocus: string;
2001
- background: string;
2002
- backgroundHover: string;
2003
- backgroundPress: string;
2004
- borderColor: string;
2005
- borderColorHover: string;
2006
- borderColorFocus: string;
2007
- borderColorPress: string;
2008
- backgroundFocus: string;
2009
- backgroundStrong: string;
2010
- backgroundTransparent: string;
2011
- color: string;
2012
- colorHover: string;
2013
- colorPress: string;
2014
- colorFocus: string;
2015
- colorTransparent: string;
2016
- placeholderColor: string;
2017
- color1: string;
2018
- color2: string;
2019
- color3: string;
2020
- color4: string;
2021
- color5: string;
2022
- color6: string;
2023
- color7: string;
2024
- color8: string;
2025
- color9: string;
2026
- color10: string;
2027
- color11: string;
2028
- color12: string;
2029
- };
2030
- dark_green_alt1: {
2031
- shadowColor: string;
2032
- shadowColorHover: string;
2033
- shadowColorPress: string;
2034
- shadowColorFocus: string;
2035
- background: string;
2036
- backgroundHover: string;
2037
- backgroundPress: string;
2038
- borderColor: string;
2039
- borderColorHover: string;
2040
- borderColorFocus: string;
2041
- borderColorPress: string;
2042
- backgroundFocus: string;
2043
- backgroundStrong: string;
2044
- backgroundTransparent: string;
2045
- color: string;
2046
- colorHover: string;
2047
- colorPress: string;
2048
- colorFocus: string;
2049
- colorTransparent: string;
2050
- placeholderColor: string;
2051
- color1: string;
2052
- color2: string;
2053
- color3: string;
2054
- color4: string;
2055
- color5: string;
2056
- color6: string;
2057
- color7: string;
2058
- color8: string;
2059
- color9: string;
2060
- color10: string;
2061
- color11: string;
2062
- color12: string;
2063
- };
2064
- dark_green_alt2: {
2065
- shadowColor: string;
2066
- shadowColorHover: string;
2067
- shadowColorPress: string;
2068
- shadowColorFocus: string;
2069
- background: string;
2070
- backgroundHover: string;
2071
- backgroundPress: string;
2072
- borderColor: string;
2073
- borderColorHover: string;
2074
- borderColorFocus: string;
2075
- borderColorPress: string;
2076
- backgroundFocus: string;
2077
- backgroundStrong: string;
2078
- backgroundTransparent: string;
2079
- color: string;
2080
- colorHover: string;
2081
- colorPress: string;
2082
- colorFocus: string;
2083
- colorTransparent: string;
2084
- placeholderColor: string;
2085
- color1: string;
2086
- color2: string;
2087
- color3: string;
2088
- color4: string;
2089
- color5: string;
2090
- color6: string;
2091
- color7: string;
2092
- color8: string;
2093
- color9: string;
2094
- color10: string;
2095
- color11: string;
2096
- color12: string;
2097
- };
2098
- dark_green_active: {
2099
- shadowColor: string;
2100
- shadowColorHover: string;
2101
- shadowColorPress: string;
2102
- shadowColorFocus: string;
2103
- background: string;
2104
- backgroundHover: string;
2105
- backgroundPress: string;
2106
- borderColor: string;
2107
- borderColorHover: string;
2108
- borderColorFocus: string;
2109
- borderColorPress: string;
2110
- backgroundFocus: string;
2111
- backgroundStrong: string;
2112
- backgroundTransparent: string;
2113
- color: string;
2114
- colorHover: string;
2115
- colorPress: string;
2116
- colorFocus: string;
2117
- colorTransparent: string;
2118
- placeholderColor: string;
2119
- color1: string;
2120
- color2: string;
2121
- color3: string;
2122
- color4: string;
2123
- color5: string;
2124
- color6: string;
2125
- color7: string;
2126
- color8: string;
2127
- color9: string;
2128
- color10: string;
2129
- color11: string;
2130
- color12: string;
2131
- };
2132
- dark_orange_alt1: {
2133
- shadowColor: string;
2134
- shadowColorHover: string;
2135
- shadowColorPress: string;
2136
- shadowColorFocus: string;
2137
- background: string;
2138
- backgroundHover: string;
2139
- backgroundPress: string;
2140
- borderColor: string;
2141
- borderColorHover: string;
2142
- borderColorFocus: string;
2143
- borderColorPress: string;
2144
- backgroundFocus: string;
2145
- backgroundStrong: string;
2146
- backgroundTransparent: string;
2147
- color: string;
2148
- colorHover: string;
2149
- colorPress: string;
2150
- colorFocus: string;
2151
- colorTransparent: string;
2152
- placeholderColor: string;
2153
- color1: string;
2154
- color2: string;
2155
- color3: string;
2156
- color4: string;
2157
- color5: string;
2158
- color6: string;
2159
- color7: string;
2160
- color8: string;
2161
- color9: string;
2162
- color10: string;
2163
- color11: string;
2164
- color12: string;
2165
- };
2166
- dark_orange_alt2: {
2167
- shadowColor: string;
2168
- shadowColorHover: string;
2169
- shadowColorPress: string;
2170
- shadowColorFocus: string;
2171
- background: string;
2172
- backgroundHover: string;
2173
- backgroundPress: string;
2174
- borderColor: string;
2175
- borderColorHover: string;
2176
- borderColorFocus: string;
2177
- borderColorPress: string;
2178
- backgroundFocus: string;
2179
- backgroundStrong: string;
2180
- backgroundTransparent: string;
2181
- color: string;
2182
- colorHover: string;
2183
- colorPress: string;
2184
- colorFocus: string;
2185
- colorTransparent: string;
2186
- placeholderColor: string;
2187
- color1: string;
2188
- color2: string;
2189
- color3: string;
2190
- color4: string;
2191
- color5: string;
2192
- color6: string;
2193
- color7: string;
2194
- color8: string;
2195
- color9: string;
2196
- color10: string;
2197
- color11: string;
2198
- color12: string;
2199
- };
2200
- dark_orange_active: {
2201
- shadowColor: string;
2202
- shadowColorHover: string;
2203
- shadowColorPress: string;
2204
- shadowColorFocus: string;
2205
- background: string;
2206
- backgroundHover: string;
2207
- backgroundPress: string;
2208
- borderColor: string;
2209
- borderColorHover: string;
2210
- borderColorFocus: string;
2211
- borderColorPress: string;
2212
- backgroundFocus: string;
2213
- backgroundStrong: string;
2214
- backgroundTransparent: string;
2215
- color: string;
2216
- colorHover: string;
2217
- colorPress: string;
2218
- colorFocus: string;
2219
- colorTransparent: string;
2220
- placeholderColor: string;
2221
- color1: string;
2222
- color2: string;
2223
- color3: string;
2224
- color4: string;
2225
- color5: string;
2226
- color6: string;
2227
- color7: string;
2228
- color8: string;
2229
- color9: string;
2230
- color10: string;
2231
- color11: string;
2232
- color12: string;
2233
- };
2234
- dark_pink_alt1: {
2235
- shadowColor: string;
2236
- shadowColorHover: string;
2237
- shadowColorPress: string;
2238
- shadowColorFocus: string;
2239
- background: string;
2240
- backgroundHover: string;
2241
- backgroundPress: string;
2242
- borderColor: string;
2243
- borderColorHover: string;
2244
- borderColorFocus: string;
2245
- borderColorPress: string;
2246
- backgroundFocus: string;
2247
- backgroundStrong: string;
2248
- backgroundTransparent: string;
2249
- color: string;
2250
- colorHover: string;
2251
- colorPress: string;
2252
- colorFocus: string;
2253
- colorTransparent: string;
2254
- placeholderColor: string;
2255
- color1: string;
2256
- color2: string;
2257
- color3: string;
2258
- color4: string;
2259
- color5: string;
2260
- color6: string;
2261
- color7: string;
2262
- color8: string;
2263
- color9: string;
2264
- color10: string;
2265
- color11: string;
2266
- color12: string;
2267
- };
2268
- dark_pink_alt2: {
2269
- shadowColor: string;
2270
- shadowColorHover: string;
2271
- shadowColorPress: string;
2272
- shadowColorFocus: string;
2273
- background: string;
2274
- backgroundHover: string;
2275
- backgroundPress: string;
2276
- borderColor: string;
2277
- borderColorHover: string;
2278
- borderColorFocus: string;
2279
- borderColorPress: string;
2280
- backgroundFocus: string;
2281
- backgroundStrong: string;
2282
- backgroundTransparent: string;
2283
- color: string;
2284
- colorHover: string;
2285
- colorPress: string;
2286
- colorFocus: string;
2287
- colorTransparent: string;
2288
- placeholderColor: string;
2289
- color1: string;
2290
- color2: string;
2291
- color3: string;
2292
- color4: string;
2293
- color5: string;
2294
- color6: string;
2295
- color7: string;
2296
- color8: string;
2297
- color9: string;
2298
- color10: string;
2299
- color11: string;
2300
- color12: string;
2301
- };
2302
- dark_pink_active: {
2303
- shadowColor: string;
2304
- shadowColorHover: string;
2305
- shadowColorPress: string;
2306
- shadowColorFocus: string;
2307
- background: string;
2308
- backgroundHover: string;
2309
- backgroundPress: string;
2310
- borderColor: string;
2311
- borderColorHover: string;
2312
- borderColorFocus: string;
2313
- borderColorPress: string;
2314
- backgroundFocus: string;
2315
- backgroundStrong: string;
2316
- backgroundTransparent: string;
2317
- color: string;
2318
- colorHover: string;
2319
- colorPress: string;
2320
- colorFocus: string;
2321
- colorTransparent: string;
2322
- placeholderColor: string;
2323
- color1: string;
2324
- color2: string;
2325
- color3: string;
2326
- color4: string;
2327
- color5: string;
2328
- color6: string;
2329
- color7: string;
2330
- color8: string;
2331
- color9: string;
2332
- color10: string;
2333
- color11: string;
2334
- color12: string;
2335
- };
2336
- dark_purple_alt1: {
2337
- shadowColor: string;
2338
- shadowColorHover: string;
2339
- shadowColorPress: string;
2340
- shadowColorFocus: string;
2341
- background: string;
2342
- backgroundHover: string;
2343
- backgroundPress: string;
2344
- borderColor: string;
2345
- borderColorHover: string;
2346
- borderColorFocus: string;
2347
- borderColorPress: string;
2348
- backgroundFocus: string;
2349
- backgroundStrong: string;
2350
- backgroundTransparent: string;
2351
- color: string;
2352
- colorHover: string;
2353
- colorPress: string;
2354
- colorFocus: string;
2355
- colorTransparent: string;
2356
- placeholderColor: string;
2357
- color1: string;
2358
- color2: string;
2359
- color3: string;
2360
- color4: string;
2361
- color5: string;
2362
- color6: string;
2363
- color7: string;
2364
- color8: string;
2365
- color9: string;
2366
- color10: string;
2367
- color11: string;
2368
- color12: string;
2369
- };
2370
- dark_purple_alt2: {
2371
- shadowColor: string;
2372
- shadowColorHover: string;
2373
- shadowColorPress: string;
2374
- shadowColorFocus: string;
2375
- background: string;
2376
- backgroundHover: string;
2377
- backgroundPress: string;
2378
- borderColor: string;
2379
- borderColorHover: string;
2380
- borderColorFocus: string;
2381
- borderColorPress: string;
2382
- backgroundFocus: string;
2383
- backgroundStrong: string;
2384
- backgroundTransparent: string;
2385
- color: string;
2386
- colorHover: string;
2387
- colorPress: string;
2388
- colorFocus: string;
2389
- colorTransparent: string;
2390
- placeholderColor: string;
2391
- color1: string;
2392
- color2: string;
2393
- color3: string;
2394
- color4: string;
2395
- color5: string;
2396
- color6: string;
2397
- color7: string;
2398
- color8: string;
2399
- color9: string;
2400
- color10: string;
2401
- color11: string;
2402
- color12: string;
2403
- };
2404
- dark_purple_active: {
2405
- shadowColor: string;
2406
- shadowColorHover: string;
2407
- shadowColorPress: string;
2408
- shadowColorFocus: string;
2409
- background: string;
2410
- backgroundHover: string;
2411
- backgroundPress: string;
2412
- borderColor: string;
2413
- borderColorHover: string;
2414
- borderColorFocus: string;
2415
- borderColorPress: string;
2416
- backgroundFocus: string;
2417
- backgroundStrong: string;
2418
- backgroundTransparent: string;
2419
- color: string;
2420
- colorHover: string;
2421
- colorPress: string;
2422
- colorFocus: string;
2423
- colorTransparent: string;
2424
- placeholderColor: string;
2425
- color1: string;
2426
- color2: string;
2427
- color3: string;
2428
- color4: string;
2429
- color5: string;
2430
- color6: string;
2431
- color7: string;
2432
- color8: string;
2433
- color9: string;
2434
- color10: string;
2435
- color11: string;
2436
- color12: string;
2437
- };
2438
- dark_red_alt1: {
2439
- shadowColor: string;
2440
- shadowColorHover: string;
2441
- shadowColorPress: string;
2442
- shadowColorFocus: string;
2443
- background: string;
2444
- backgroundHover: string;
2445
- backgroundPress: string;
2446
- borderColor: string;
2447
- borderColorHover: string;
2448
- borderColorFocus: string;
2449
- borderColorPress: string;
2450
- backgroundFocus: string;
2451
- backgroundStrong: string;
2452
- backgroundTransparent: string;
2453
- color: string;
2454
- colorHover: string;
2455
- colorPress: string;
2456
- colorFocus: string;
2457
- colorTransparent: string;
2458
- placeholderColor: string;
2459
- color1: string;
2460
- color2: string;
2461
- color3: string;
2462
- color4: string;
2463
- color5: string;
2464
- color6: string;
2465
- color7: string;
2466
- color8: string;
2467
- color9: string;
2468
- color10: string;
2469
- color11: string;
2470
- color12: string;
2471
- };
2472
- dark_red_alt2: {
2473
- shadowColor: string;
2474
- shadowColorHover: string;
2475
- shadowColorPress: string;
2476
- shadowColorFocus: string;
2477
- background: string;
2478
- backgroundHover: string;
2479
- backgroundPress: string;
2480
- borderColor: string;
2481
- borderColorHover: string;
2482
- borderColorFocus: string;
2483
- borderColorPress: string;
2484
- backgroundFocus: string;
2485
- backgroundStrong: string;
2486
- backgroundTransparent: string;
2487
- color: string;
2488
- colorHover: string;
2489
- colorPress: string;
2490
- colorFocus: string;
2491
- colorTransparent: string;
2492
- placeholderColor: string;
2493
- color1: string;
2494
- color2: string;
2495
- color3: string;
2496
- color4: string;
2497
- color5: string;
2498
- color6: string;
2499
- color7: string;
2500
- color8: string;
2501
- color9: string;
2502
- color10: string;
2503
- color11: string;
2504
- color12: string;
2505
- };
2506
- dark_red_active: {
2507
- shadowColor: string;
2508
- shadowColorHover: string;
2509
- shadowColorPress: string;
2510
- shadowColorFocus: string;
2511
- background: string;
2512
- backgroundHover: string;
2513
- backgroundPress: string;
2514
- borderColor: string;
2515
- borderColorHover: string;
2516
- borderColorFocus: string;
2517
- borderColorPress: string;
2518
- backgroundFocus: string;
2519
- backgroundStrong: string;
2520
- backgroundTransparent: string;
2521
- color: string;
2522
- colorHover: string;
2523
- colorPress: string;
2524
- colorFocus: string;
2525
- colorTransparent: string;
2526
- placeholderColor: string;
2527
- color1: string;
2528
- color2: string;
2529
- color3: string;
2530
- color4: string;
2531
- color5: string;
2532
- color6: string;
2533
- color7: string;
2534
- color8: string;
2535
- color9: string;
2536
- color10: string;
2537
- color11: string;
2538
- color12: string;
2539
- };
2540
- dark_yellow_alt1: {
2541
- shadowColor: string;
2542
- shadowColorHover: string;
2543
- shadowColorPress: string;
2544
- shadowColorFocus: string;
2545
- background: string;
2546
- backgroundHover: string;
2547
- backgroundPress: string;
2548
- borderColor: string;
2549
- borderColorHover: string;
2550
- borderColorFocus: string;
2551
- borderColorPress: string;
2552
- backgroundFocus: string;
2553
- backgroundStrong: string;
2554
- backgroundTransparent: string;
2555
- color: string;
2556
- colorHover: string;
2557
- colorPress: string;
2558
- colorFocus: string;
2559
- colorTransparent: string;
2560
- placeholderColor: string;
2561
- color1: string;
2562
- color2: string;
2563
- color3: string;
2564
- color4: string;
2565
- color5: string;
2566
- color6: string;
2567
- color7: string;
2568
- color8: string;
2569
- color9: string;
2570
- color10: string;
2571
- color11: string;
2572
- color12: string;
2573
- };
2574
- dark_yellow_alt2: {
2575
- shadowColor: string;
2576
- shadowColorHover: string;
2577
- shadowColorPress: string;
2578
- shadowColorFocus: string;
2579
- background: string;
2580
- backgroundHover: string;
2581
- backgroundPress: string;
2582
- borderColor: string;
2583
- borderColorHover: string;
2584
- borderColorFocus: string;
2585
- borderColorPress: string;
2586
- backgroundFocus: string;
2587
- backgroundStrong: string;
2588
- backgroundTransparent: string;
2589
- color: string;
2590
- colorHover: string;
2591
- colorPress: string;
2592
- colorFocus: string;
2593
- colorTransparent: string;
2594
- placeholderColor: string;
2595
- color1: string;
2596
- color2: string;
2597
- color3: string;
2598
- color4: string;
2599
- color5: string;
2600
- color6: string;
2601
- color7: string;
2602
- color8: string;
2603
- color9: string;
2604
- color10: string;
2605
- color11: string;
2606
- color12: string;
2607
- };
2608
- dark_yellow_active: {
2609
- shadowColor: string;
2610
- shadowColorHover: string;
2611
- shadowColorPress: string;
2612
- shadowColorFocus: string;
2613
- background: string;
2614
- backgroundHover: string;
2615
- backgroundPress: string;
2616
- borderColor: string;
2617
- borderColorHover: string;
2618
- borderColorFocus: string;
2619
- borderColorPress: string;
2620
- backgroundFocus: string;
2621
- backgroundStrong: string;
2622
- backgroundTransparent: string;
2623
- color: string;
2624
- colorHover: string;
2625
- colorPress: string;
2626
- colorFocus: string;
2627
- colorTransparent: string;
2628
- placeholderColor: string;
2629
- color1: string;
2630
- color2: string;
2631
- color3: string;
2632
- color4: string;
2633
- color5: string;
2634
- color6: string;
2635
- color7: string;
2636
- color8: string;
2637
- color9: string;
2638
- color10: string;
2639
- color11: string;
2640
- color12: string;
2641
- };
2642
- };
2643
- //# sourceMappingURL=themes.outlined.d.ts.map