@tamagui/themes 1.121.11 → 1.121.12-1737177163952

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 (139) hide show
  1. package/dist/cjs/getThemeSuitePalettes.cjs +81 -0
  2. package/dist/cjs/getThemeSuitePalettes.js +63 -0
  3. package/dist/cjs/getThemeSuitePalettes.js.map +6 -0
  4. package/dist/cjs/getThemeSuitePalettes.native.js +94 -0
  5. package/dist/cjs/getThemeSuitePalettes.native.js.map +6 -0
  6. package/dist/cjs/index.cjs +10 -10
  7. package/dist/cjs/index.js +10 -10
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/index.native.js +10 -10
  10. package/dist/cjs/index.native.js.map +1 -1
  11. package/dist/cjs/types.cjs +16 -0
  12. package/dist/cjs/types.js +14 -0
  13. package/dist/cjs/types.js.map +6 -0
  14. package/dist/cjs/types.native.js +15 -0
  15. package/dist/cjs/types.native.js.map +6 -0
  16. package/dist/cjs/utils.cjs +40 -0
  17. package/dist/cjs/utils.js +37 -0
  18. package/dist/cjs/utils.js.map +6 -0
  19. package/dist/cjs/utils.native.js +49 -0
  20. package/dist/cjs/utils.native.js.map +6 -0
  21. package/dist/cjs/v3-themes.cjs +12 -27
  22. package/dist/cjs/v3-themes.js +10 -28
  23. package/dist/cjs/v3-themes.js.map +1 -1
  24. package/dist/cjs/v3-themes.native.js +8 -34
  25. package/dist/cjs/v3-themes.native.js.map +2 -2
  26. package/dist/cjs/v4-createTheme.cjs +257 -0
  27. package/dist/cjs/v4-createTheme.js +232 -0
  28. package/dist/cjs/v4-createTheme.js.map +6 -0
  29. package/dist/cjs/v4-createTheme.native.js +284 -0
  30. package/dist/cjs/v4-createTheme.native.js.map +6 -0
  31. package/dist/cjs/v4-default.cjs +102 -0
  32. package/dist/cjs/v4-default.js +89 -0
  33. package/dist/cjs/v4-default.js.map +6 -0
  34. package/dist/cjs/v4-default.native.js +99 -0
  35. package/dist/cjs/v4-default.native.js.map +6 -0
  36. package/dist/cjs/v4-defaultTemplates.cjs +158 -0
  37. package/dist/cjs/v4-defaultTemplates.js +144 -0
  38. package/dist/cjs/v4-defaultTemplates.js.map +6 -0
  39. package/dist/cjs/v4-defaultTemplates.native.js +154 -0
  40. package/dist/cjs/v4-defaultTemplates.native.js.map +6 -0
  41. package/dist/cjs/v4-tamagui-out.cjs +1217 -0
  42. package/dist/cjs/v4-tamagui-out.js +4075 -0
  43. package/dist/cjs/v4-tamagui-out.js.map +6 -0
  44. package/dist/cjs/v4-tamagui-out.native.js +12662 -0
  45. package/dist/cjs/v4-tamagui-out.native.js.map +6 -0
  46. package/dist/cjs/v4-tamagui.cjs +183 -0
  47. package/dist/cjs/v4-tamagui.js +224 -0
  48. package/dist/cjs/v4-tamagui.js.map +6 -0
  49. package/dist/cjs/v4-tamagui.native.js +228 -0
  50. package/dist/cjs/v4-tamagui.native.js.map +6 -0
  51. package/dist/cjs/v4.cjs +41 -0
  52. package/dist/cjs/v4.js +30 -0
  53. package/dist/cjs/v4.js.map +6 -0
  54. package/dist/cjs/v4.native.js +37 -0
  55. package/dist/cjs/v4.native.js.map +6 -0
  56. package/dist/esm/getThemeSuitePalettes.js +47 -0
  57. package/dist/esm/getThemeSuitePalettes.js.map +6 -0
  58. package/dist/esm/getThemeSuitePalettes.mjs +57 -0
  59. package/dist/esm/getThemeSuitePalettes.mjs.map +1 -0
  60. package/dist/esm/getThemeSuitePalettes.native.js +73 -0
  61. package/dist/esm/getThemeSuitePalettes.native.js.map +6 -0
  62. package/dist/esm/types.js +1 -0
  63. package/dist/esm/types.js.map +6 -0
  64. package/dist/esm/types.mjs +2 -0
  65. package/dist/esm/types.mjs.map +1 -0
  66. package/dist/esm/types.native.js +1 -0
  67. package/dist/esm/types.native.js.map +6 -0
  68. package/dist/esm/utils.js +21 -0
  69. package/dist/esm/utils.js.map +6 -0
  70. package/dist/esm/utils.mjs +14 -0
  71. package/dist/esm/utils.mjs.map +1 -0
  72. package/dist/esm/utils.native.js +25 -0
  73. package/dist/esm/utils.native.js.map +6 -0
  74. package/dist/esm/v3-themes.js +2 -19
  75. package/dist/esm/v3-themes.js.map +1 -1
  76. package/dist/esm/v3-themes.mjs +3 -14
  77. package/dist/esm/v3-themes.mjs.map +1 -1
  78. package/dist/esm/v3-themes.native.js +2 -23
  79. package/dist/esm/v3-themes.native.js.map +2 -2
  80. package/dist/esm/v4-createTheme.js +221 -0
  81. package/dist/esm/v4-createTheme.js.map +6 -0
  82. package/dist/esm/v4-createTheme.mjs +226 -0
  83. package/dist/esm/v4-createTheme.mjs.map +1 -0
  84. package/dist/esm/v4-createTheme.native.js +261 -0
  85. package/dist/esm/v4-createTheme.native.js.map +6 -0
  86. package/dist/esm/v4-default.js +74 -0
  87. package/dist/esm/v4-default.js.map +6 -0
  88. package/dist/esm/v4-default.mjs +79 -0
  89. package/dist/esm/v4-default.mjs.map +1 -0
  90. package/dist/esm/v4-default.native.js +80 -0
  91. package/dist/esm/v4-default.native.js.map +6 -0
  92. package/dist/esm/v4-defaultTemplates.js +128 -0
  93. package/dist/esm/v4-defaultTemplates.js.map +6 -0
  94. package/dist/esm/v4-defaultTemplates.mjs +135 -0
  95. package/dist/esm/v4-defaultTemplates.mjs.map +1 -0
  96. package/dist/esm/v4-defaultTemplates.native.js +134 -0
  97. package/dist/esm/v4-defaultTemplates.native.js.map +6 -0
  98. package/dist/esm/v4-tamagui-out.js +4059 -0
  99. package/dist/esm/v4-tamagui-out.js.map +6 -0
  100. package/dist/esm/v4-tamagui-out.mjs +677 -0
  101. package/dist/esm/v4-tamagui-out.mjs.map +1 -0
  102. package/dist/esm/v4-tamagui-out.native.js +12124 -0
  103. package/dist/esm/v4-tamagui-out.native.js.map +6 -0
  104. package/dist/esm/v4-tamagui.js +226 -0
  105. package/dist/esm/v4-tamagui.js.map +6 -0
  106. package/dist/esm/v4-tamagui.mjs +160 -0
  107. package/dist/esm/v4-tamagui.mjs.map +1 -0
  108. package/dist/esm/v4-tamagui.native.js +209 -0
  109. package/dist/esm/v4-tamagui.native.js.map +6 -0
  110. package/dist/esm/v4.js +8 -0
  111. package/dist/esm/v4.js.map +6 -0
  112. package/dist/esm/v4.mjs +5 -0
  113. package/dist/esm/v4.mjs.map +1 -0
  114. package/dist/esm/v4.native.js +8 -0
  115. package/dist/esm/v4.native.js.map +6 -0
  116. package/package.json +17 -7
  117. package/src/getThemeSuitePalettes.ts +94 -0
  118. package/src/types.ts +94 -0
  119. package/src/utils.ts +51 -0
  120. package/src/v3-themes.ts +2 -53
  121. package/src/v4-createTheme.ts +403 -0
  122. package/src/v4-default.ts +88 -0
  123. package/src/v4-defaultTemplates.ts +165 -0
  124. package/src/v4-tamagui-out.ts +4500 -0
  125. package/src/v4-tamagui.ts +241 -0
  126. package/src/v4.tsx +4 -0
  127. package/tsconfig.json +2 -1
  128. package/types/getThemeSuitePalettes.d.ts +7 -0
  129. package/types/types.d.ts +72 -0
  130. package/types/utils.d.ts +21 -0
  131. package/types/v3-themes.d.ts +0 -20
  132. package/types/v4-createTheme.d.ts +157 -0
  133. package/types/v4-default.d.ts +797 -0
  134. package/types/v4-defaultTemplates.d.ts +44 -0
  135. package/types/v4-tamagui-out.d.ts +659 -0
  136. package/types/v4-tamagui.d.ts +16247 -0
  137. package/types/v4.d.ts +4 -0
  138. package/v4.d.ts +1 -0
  139. package/v4.js +1 -0
@@ -0,0 +1,797 @@
1
+ /**
2
+ * Default themes for the tamagui.dev site
3
+ * If you'd like to create your own themes, use `createThemeSuite`
4
+ */
5
+ export declare const defaultThemes: {
6
+ light: {
7
+ borderColor: string;
8
+ borderColorHover: string;
9
+ borderColorPress: string;
10
+ borderColorFocus: string;
11
+ yellow1: string;
12
+ yellow2: string;
13
+ yellow3: string;
14
+ yellow4: string;
15
+ yellow5: string;
16
+ yellow6: string;
17
+ yellow7: string;
18
+ yellow8: string;
19
+ yellow9: string;
20
+ yellow10: string;
21
+ yellow11: string;
22
+ yellow12: string;
23
+ red1: string;
24
+ red2: string;
25
+ red3: string;
26
+ red4: string;
27
+ red5: string;
28
+ red6: string;
29
+ red7: string;
30
+ red8: string;
31
+ red9: string;
32
+ red10: string;
33
+ red11: string;
34
+ red12: string;
35
+ green1: string;
36
+ green2: string;
37
+ green3: string;
38
+ green4: string;
39
+ green5: string;
40
+ green6: string;
41
+ green7: string;
42
+ green8: string;
43
+ green9: string;
44
+ green10: string;
45
+ green11: string;
46
+ green12: string;
47
+ color: string;
48
+ shadowColor: string;
49
+ shadowColorHover: string;
50
+ shadowColorPress: string;
51
+ shadowColorFocus: string;
52
+ colorHover: string;
53
+ colorFocus: string;
54
+ colorPress: string;
55
+ color1: string;
56
+ color2: string;
57
+ color3: string;
58
+ color4: string;
59
+ color5: string;
60
+ color6: string;
61
+ color7: string;
62
+ color8: string;
63
+ color9: string;
64
+ color10: string;
65
+ color11: string;
66
+ color12: string;
67
+ background: string;
68
+ backgroundHover: string;
69
+ backgroundPress: string;
70
+ backgroundFocus: string;
71
+ colorTransparent: string;
72
+ placeholderColor: string;
73
+ outlineColor: string;
74
+ accentBackground: string;
75
+ accentColor: string;
76
+ background0: string;
77
+ background025: string;
78
+ background05: string;
79
+ background075: string;
80
+ color0: string;
81
+ color025: string;
82
+ color05: string;
83
+ color075: string;
84
+ };
85
+ dark: {
86
+ borderColor: string;
87
+ borderColorHover: string;
88
+ borderColorPress: string;
89
+ borderColorFocus: string;
90
+ yellow1: string;
91
+ yellow2: string;
92
+ yellow3: string;
93
+ yellow4: string;
94
+ yellow5: string;
95
+ yellow6: string;
96
+ yellow7: string;
97
+ yellow8: string;
98
+ yellow9: string;
99
+ yellow10: string;
100
+ yellow11: string;
101
+ yellow12: string;
102
+ red1: string;
103
+ red2: string;
104
+ red3: string;
105
+ red4: string;
106
+ red5: string;
107
+ red6: string;
108
+ red7: string;
109
+ red8: string;
110
+ red9: string;
111
+ red10: string;
112
+ red11: string;
113
+ red12: string;
114
+ green1: string;
115
+ green2: string;
116
+ green3: string;
117
+ green4: string;
118
+ green5: string;
119
+ green6: string;
120
+ green7: string;
121
+ green8: string;
122
+ green9: string;
123
+ green10: string;
124
+ green11: string;
125
+ green12: string;
126
+ color: string;
127
+ shadowColor: string;
128
+ shadowColorHover: string;
129
+ shadowColorPress: string;
130
+ shadowColorFocus: string;
131
+ colorHover: string;
132
+ colorFocus: string;
133
+ colorPress: string;
134
+ color1: string;
135
+ color2: string;
136
+ color3: string;
137
+ color4: string;
138
+ color5: string;
139
+ color6: string;
140
+ color7: string;
141
+ color8: string;
142
+ color9: string;
143
+ color10: string;
144
+ color11: string;
145
+ color12: string;
146
+ background: string;
147
+ backgroundHover: string;
148
+ backgroundPress: string;
149
+ backgroundFocus: string;
150
+ colorTransparent: string;
151
+ placeholderColor: string;
152
+ outlineColor: string;
153
+ accentBackground: string;
154
+ accentColor: string;
155
+ background0: string;
156
+ background025: string;
157
+ background05: string;
158
+ background075: string;
159
+ color0: string;
160
+ color025: string;
161
+ color05: string;
162
+ color075: string;
163
+ };
164
+ light_accent: {
165
+ borderColor: string;
166
+ borderColorHover: string;
167
+ borderColorPress: string;
168
+ borderColorFocus: string;
169
+ yellow1: string;
170
+ yellow2: string;
171
+ yellow3: string;
172
+ yellow4: string;
173
+ yellow5: string;
174
+ yellow6: string;
175
+ yellow7: string;
176
+ yellow8: string;
177
+ yellow9: string;
178
+ yellow10: string;
179
+ yellow11: string;
180
+ yellow12: string;
181
+ red1: string;
182
+ red2: string;
183
+ red3: string;
184
+ red4: string;
185
+ red5: string;
186
+ red6: string;
187
+ red7: string;
188
+ red8: string;
189
+ red9: string;
190
+ red10: string;
191
+ red11: string;
192
+ red12: 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
+ color: string;
206
+ shadowColor: string;
207
+ shadowColorHover: string;
208
+ shadowColorPress: string;
209
+ shadowColorFocus: string;
210
+ colorHover: string;
211
+ colorFocus: string;
212
+ colorPress: string;
213
+ color1: string;
214
+ color2: string;
215
+ color3: string;
216
+ color4: string;
217
+ color5: string;
218
+ color6: string;
219
+ color7: string;
220
+ color8: string;
221
+ color9: string;
222
+ color10: string;
223
+ color11: string;
224
+ color12: string;
225
+ background: string;
226
+ backgroundHover: string;
227
+ backgroundPress: string;
228
+ backgroundFocus: string;
229
+ colorTransparent: string;
230
+ placeholderColor: string;
231
+ outlineColor: string;
232
+ accentBackground: string;
233
+ accentColor: string;
234
+ background0: string;
235
+ background025: string;
236
+ background05: string;
237
+ background075: string;
238
+ color0: string;
239
+ color025: string;
240
+ color05: string;
241
+ color075: string;
242
+ };
243
+ dark_accent: {
244
+ borderColor: string;
245
+ borderColorHover: string;
246
+ borderColorPress: string;
247
+ borderColorFocus: string;
248
+ yellow1: string;
249
+ yellow2: string;
250
+ yellow3: string;
251
+ yellow4: string;
252
+ yellow5: string;
253
+ yellow6: string;
254
+ yellow7: string;
255
+ yellow8: string;
256
+ yellow9: string;
257
+ yellow10: string;
258
+ yellow11: string;
259
+ yellow12: string;
260
+ red1: string;
261
+ red2: string;
262
+ red3: string;
263
+ red4: string;
264
+ red5: string;
265
+ red6: string;
266
+ red7: string;
267
+ red8: string;
268
+ red9: string;
269
+ red10: string;
270
+ red11: string;
271
+ red12: string;
272
+ green1: string;
273
+ green2: string;
274
+ green3: string;
275
+ green4: string;
276
+ green5: string;
277
+ green6: string;
278
+ green7: string;
279
+ green8: string;
280
+ green9: string;
281
+ green10: string;
282
+ green11: string;
283
+ green12: string;
284
+ color: string;
285
+ shadowColor: string;
286
+ shadowColorHover: string;
287
+ shadowColorPress: string;
288
+ shadowColorFocus: string;
289
+ colorHover: string;
290
+ colorFocus: string;
291
+ colorPress: string;
292
+ color1: string;
293
+ color2: string;
294
+ color3: string;
295
+ color4: string;
296
+ color5: string;
297
+ color6: string;
298
+ color7: string;
299
+ color8: string;
300
+ color9: string;
301
+ color10: string;
302
+ color11: string;
303
+ color12: string;
304
+ background: string;
305
+ backgroundHover: string;
306
+ backgroundPress: string;
307
+ backgroundFocus: string;
308
+ colorTransparent: string;
309
+ placeholderColor: string;
310
+ outlineColor: string;
311
+ accentBackground: string;
312
+ accentColor: string;
313
+ background0: string;
314
+ background025: string;
315
+ background05: string;
316
+ background075: string;
317
+ color0: string;
318
+ color025: string;
319
+ color05: string;
320
+ color075: string;
321
+ };
322
+ light_error: {
323
+ borderColor: string;
324
+ borderColorHover: string;
325
+ borderColorPress: string;
326
+ borderColorFocus: string;
327
+ yellow1: string;
328
+ yellow2: string;
329
+ yellow3: string;
330
+ yellow4: string;
331
+ yellow5: string;
332
+ yellow6: string;
333
+ yellow7: string;
334
+ yellow8: string;
335
+ yellow9: string;
336
+ yellow10: string;
337
+ yellow11: string;
338
+ yellow12: string;
339
+ red1: string;
340
+ red2: string;
341
+ red3: string;
342
+ red4: string;
343
+ red5: string;
344
+ red6: string;
345
+ red7: string;
346
+ red8: string;
347
+ red9: string;
348
+ red10: string;
349
+ red11: string;
350
+ red12: string;
351
+ green1: string;
352
+ green2: string;
353
+ green3: string;
354
+ green4: string;
355
+ green5: string;
356
+ green6: string;
357
+ green7: string;
358
+ green8: string;
359
+ green9: string;
360
+ green10: string;
361
+ green11: string;
362
+ green12: string;
363
+ color: string;
364
+ shadowColor: string;
365
+ shadowColorHover: string;
366
+ shadowColorPress: string;
367
+ shadowColorFocus: string;
368
+ colorHover: string;
369
+ colorFocus: string;
370
+ colorPress: string;
371
+ color1: string;
372
+ color2: string;
373
+ color3: string;
374
+ color4: string;
375
+ color5: string;
376
+ color6: string;
377
+ color7: string;
378
+ color8: string;
379
+ color9: string;
380
+ color10: string;
381
+ color11: string;
382
+ color12: string;
383
+ background: string;
384
+ backgroundHover: string;
385
+ backgroundPress: string;
386
+ backgroundFocus: string;
387
+ colorTransparent: string;
388
+ placeholderColor: string;
389
+ outlineColor: string;
390
+ accentBackground: string;
391
+ accentColor: string;
392
+ background0: string;
393
+ background025: string;
394
+ background05: string;
395
+ background075: string;
396
+ color0: string;
397
+ color025: string;
398
+ color05: string;
399
+ color075: string;
400
+ };
401
+ light_warning: {
402
+ borderColor: string;
403
+ borderColorHover: string;
404
+ borderColorPress: string;
405
+ borderColorFocus: string;
406
+ yellow1: string;
407
+ yellow2: string;
408
+ yellow3: string;
409
+ yellow4: string;
410
+ yellow5: string;
411
+ yellow6: string;
412
+ yellow7: string;
413
+ yellow8: string;
414
+ yellow9: string;
415
+ yellow10: string;
416
+ yellow11: string;
417
+ yellow12: string;
418
+ red1: string;
419
+ red2: string;
420
+ red3: string;
421
+ red4: string;
422
+ red5: string;
423
+ red6: string;
424
+ red7: string;
425
+ red8: string;
426
+ red9: string;
427
+ red10: string;
428
+ red11: string;
429
+ red12: string;
430
+ green1: string;
431
+ green2: string;
432
+ green3: string;
433
+ green4: string;
434
+ green5: string;
435
+ green6: string;
436
+ green7: string;
437
+ green8: string;
438
+ green9: string;
439
+ green10: string;
440
+ green11: string;
441
+ green12: string;
442
+ color: string;
443
+ shadowColor: string;
444
+ shadowColorHover: string;
445
+ shadowColorPress: string;
446
+ shadowColorFocus: string;
447
+ colorHover: string;
448
+ colorFocus: string;
449
+ colorPress: string;
450
+ color1: string;
451
+ color2: string;
452
+ color3: string;
453
+ color4: string;
454
+ color5: string;
455
+ color6: string;
456
+ color7: string;
457
+ color8: string;
458
+ color9: string;
459
+ color10: string;
460
+ color11: string;
461
+ color12: string;
462
+ background: string;
463
+ backgroundHover: string;
464
+ backgroundPress: string;
465
+ backgroundFocus: string;
466
+ colorTransparent: string;
467
+ placeholderColor: string;
468
+ outlineColor: string;
469
+ accentBackground: string;
470
+ accentColor: string;
471
+ background0: string;
472
+ background025: string;
473
+ background05: string;
474
+ background075: string;
475
+ color0: string;
476
+ color025: string;
477
+ color05: string;
478
+ color075: string;
479
+ };
480
+ light_success: {
481
+ borderColor: string;
482
+ borderColorHover: string;
483
+ borderColorPress: string;
484
+ borderColorFocus: string;
485
+ yellow1: string;
486
+ yellow2: string;
487
+ yellow3: string;
488
+ yellow4: string;
489
+ yellow5: string;
490
+ yellow6: string;
491
+ yellow7: string;
492
+ yellow8: string;
493
+ yellow9: string;
494
+ yellow10: string;
495
+ yellow11: string;
496
+ yellow12: string;
497
+ red1: string;
498
+ red2: string;
499
+ red3: string;
500
+ red4: string;
501
+ red5: string;
502
+ red6: string;
503
+ red7: string;
504
+ red8: string;
505
+ red9: string;
506
+ red10: string;
507
+ red11: string;
508
+ red12: string;
509
+ green1: string;
510
+ green2: string;
511
+ green3: string;
512
+ green4: string;
513
+ green5: string;
514
+ green6: string;
515
+ green7: string;
516
+ green8: string;
517
+ green9: string;
518
+ green10: string;
519
+ green11: string;
520
+ green12: string;
521
+ color: string;
522
+ shadowColor: string;
523
+ shadowColorHover: string;
524
+ shadowColorPress: string;
525
+ shadowColorFocus: string;
526
+ colorHover: string;
527
+ colorFocus: string;
528
+ colorPress: string;
529
+ color1: string;
530
+ color2: string;
531
+ color3: string;
532
+ color4: string;
533
+ color5: string;
534
+ color6: string;
535
+ color7: string;
536
+ color8: string;
537
+ color9: string;
538
+ color10: string;
539
+ color11: string;
540
+ color12: string;
541
+ background: string;
542
+ backgroundHover: string;
543
+ backgroundPress: string;
544
+ backgroundFocus: string;
545
+ colorTransparent: string;
546
+ placeholderColor: string;
547
+ outlineColor: string;
548
+ accentBackground: string;
549
+ accentColor: string;
550
+ background0: string;
551
+ background025: string;
552
+ background05: string;
553
+ background075: string;
554
+ color0: string;
555
+ color025: string;
556
+ color05: string;
557
+ color075: string;
558
+ };
559
+ dark_error: {
560
+ borderColor: string;
561
+ borderColorHover: string;
562
+ borderColorPress: string;
563
+ borderColorFocus: string;
564
+ yellow1: string;
565
+ yellow2: string;
566
+ yellow3: string;
567
+ yellow4: string;
568
+ yellow5: string;
569
+ yellow6: string;
570
+ yellow7: string;
571
+ yellow8: string;
572
+ yellow9: string;
573
+ yellow10: string;
574
+ yellow11: string;
575
+ yellow12: string;
576
+ red1: string;
577
+ red2: string;
578
+ red3: string;
579
+ red4: string;
580
+ red5: string;
581
+ red6: string;
582
+ red7: string;
583
+ red8: string;
584
+ red9: string;
585
+ red10: string;
586
+ red11: string;
587
+ red12: string;
588
+ green1: string;
589
+ green2: string;
590
+ green3: string;
591
+ green4: string;
592
+ green5: string;
593
+ green6: string;
594
+ green7: string;
595
+ green8: string;
596
+ green9: string;
597
+ green10: string;
598
+ green11: string;
599
+ green12: string;
600
+ color: string;
601
+ shadowColor: string;
602
+ shadowColorHover: string;
603
+ shadowColorPress: string;
604
+ shadowColorFocus: string;
605
+ colorHover: string;
606
+ colorFocus: string;
607
+ colorPress: string;
608
+ color1: string;
609
+ color2: string;
610
+ color3: string;
611
+ color4: string;
612
+ color5: string;
613
+ color6: string;
614
+ color7: string;
615
+ color8: string;
616
+ color9: string;
617
+ color10: string;
618
+ color11: string;
619
+ color12: string;
620
+ background: string;
621
+ backgroundHover: string;
622
+ backgroundPress: string;
623
+ backgroundFocus: string;
624
+ colorTransparent: string;
625
+ placeholderColor: string;
626
+ outlineColor: string;
627
+ accentBackground: string;
628
+ accentColor: string;
629
+ background0: string;
630
+ background025: string;
631
+ background05: string;
632
+ background075: string;
633
+ color0: string;
634
+ color025: string;
635
+ color05: string;
636
+ color075: string;
637
+ };
638
+ dark_warning: {
639
+ borderColor: string;
640
+ borderColorHover: string;
641
+ borderColorPress: string;
642
+ borderColorFocus: string;
643
+ yellow1: string;
644
+ yellow2: string;
645
+ yellow3: string;
646
+ yellow4: string;
647
+ yellow5: string;
648
+ yellow6: string;
649
+ yellow7: string;
650
+ yellow8: string;
651
+ yellow9: string;
652
+ yellow10: string;
653
+ yellow11: string;
654
+ yellow12: string;
655
+ red1: string;
656
+ red2: string;
657
+ red3: string;
658
+ red4: string;
659
+ red5: string;
660
+ red6: string;
661
+ red7: string;
662
+ red8: string;
663
+ red9: string;
664
+ red10: string;
665
+ red11: string;
666
+ red12: string;
667
+ green1: string;
668
+ green2: string;
669
+ green3: string;
670
+ green4: string;
671
+ green5: string;
672
+ green6: string;
673
+ green7: string;
674
+ green8: string;
675
+ green9: string;
676
+ green10: string;
677
+ green11: string;
678
+ green12: string;
679
+ color: string;
680
+ shadowColor: string;
681
+ shadowColorHover: string;
682
+ shadowColorPress: string;
683
+ shadowColorFocus: string;
684
+ colorHover: string;
685
+ colorFocus: string;
686
+ colorPress: string;
687
+ color1: string;
688
+ color2: string;
689
+ color3: string;
690
+ color4: string;
691
+ color5: string;
692
+ color6: string;
693
+ color7: string;
694
+ color8: string;
695
+ color9: string;
696
+ color10: string;
697
+ color11: string;
698
+ color12: string;
699
+ background: string;
700
+ backgroundHover: string;
701
+ backgroundPress: string;
702
+ backgroundFocus: string;
703
+ colorTransparent: string;
704
+ placeholderColor: string;
705
+ outlineColor: string;
706
+ accentBackground: string;
707
+ accentColor: string;
708
+ background0: string;
709
+ background025: string;
710
+ background05: string;
711
+ background075: string;
712
+ color0: string;
713
+ color025: string;
714
+ color05: string;
715
+ color075: string;
716
+ };
717
+ dark_success: {
718
+ borderColor: string;
719
+ borderColorHover: string;
720
+ borderColorPress: string;
721
+ borderColorFocus: string;
722
+ yellow1: string;
723
+ yellow2: string;
724
+ yellow3: string;
725
+ yellow4: string;
726
+ yellow5: string;
727
+ yellow6: string;
728
+ yellow7: string;
729
+ yellow8: string;
730
+ yellow9: string;
731
+ yellow10: string;
732
+ yellow11: string;
733
+ yellow12: string;
734
+ red1: string;
735
+ red2: string;
736
+ red3: string;
737
+ red4: string;
738
+ red5: string;
739
+ red6: string;
740
+ red7: string;
741
+ red8: string;
742
+ red9: string;
743
+ red10: string;
744
+ red11: string;
745
+ red12: string;
746
+ green1: string;
747
+ green2: string;
748
+ green3: string;
749
+ green4: string;
750
+ green5: string;
751
+ green6: string;
752
+ green7: string;
753
+ green8: string;
754
+ green9: string;
755
+ green10: string;
756
+ green11: string;
757
+ green12: string;
758
+ color: string;
759
+ shadowColor: string;
760
+ shadowColorHover: string;
761
+ shadowColorPress: string;
762
+ shadowColorFocus: string;
763
+ colorHover: string;
764
+ colorFocus: string;
765
+ colorPress: string;
766
+ color1: string;
767
+ color2: string;
768
+ color3: string;
769
+ color4: string;
770
+ color5: string;
771
+ color6: string;
772
+ color7: string;
773
+ color8: string;
774
+ color9: string;
775
+ color10: string;
776
+ color11: string;
777
+ color12: string;
778
+ background: string;
779
+ backgroundHover: string;
780
+ backgroundPress: string;
781
+ backgroundFocus: string;
782
+ colorTransparent: string;
783
+ placeholderColor: string;
784
+ outlineColor: string;
785
+ accentBackground: string;
786
+ accentColor: string;
787
+ background0: string;
788
+ background025: string;
789
+ background05: string;
790
+ background075: string;
791
+ color0: string;
792
+ color025: string;
793
+ color05: string;
794
+ color075: string;
795
+ };
796
+ };
797
+ //# sourceMappingURL=v4-default.d.ts.map