@nextui-org/react 1.0.2-beta.1 → 1.0.2-beta.2

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.
@@ -2,6 +2,490 @@
2
2
  import type * as Stitches from '@stitches/react';
3
3
  import { Theme, BaseTheme } from './types';
4
4
  export declare const getStitchesTheme: (targetTheme: BaseTheme) => BaseTheme;
5
+ export declare const createThemeBase: <Argument0 extends string | ({
6
+ shadows?: {
7
+ xs?: string | number | boolean | undefined;
8
+ sm?: string | number | boolean | undefined;
9
+ md?: string | number | boolean | undefined;
10
+ lg?: string | number | boolean | undefined;
11
+ xl?: string | number | boolean | undefined;
12
+ } | undefined;
13
+ colors?: {
14
+ accents1?: string | number | boolean | undefined;
15
+ accents2?: string | number | boolean | undefined;
16
+ accents3?: string | number | boolean | undefined;
17
+ accents4?: string | number | boolean | undefined;
18
+ accents5?: string | number | boolean | undefined;
19
+ accents6?: string | number | boolean | undefined;
20
+ accents7?: string | number | boolean | undefined;
21
+ accents8?: string | number | boolean | undefined;
22
+ accents9?: string | number | boolean | undefined;
23
+ text?: string | number | boolean | undefined;
24
+ background?: string | number | boolean | undefined;
25
+ foreground?: string | number | boolean | undefined;
26
+ codeLight?: string | number | boolean | undefined;
27
+ code?: string | number | boolean | undefined;
28
+ border?: string | number | boolean | undefined;
29
+ selection?: string | number | boolean | undefined;
30
+ white?: string | number | boolean | undefined;
31
+ black?: string | number | boolean | undefined;
32
+ blue100?: string | number | boolean | undefined;
33
+ blue200?: string | number | boolean | undefined;
34
+ blue300?: string | number | boolean | undefined;
35
+ blue400?: string | number | boolean | undefined;
36
+ blue500?: string | number | boolean | undefined;
37
+ blue600?: string | number | boolean | undefined;
38
+ blue700?: string | number | boolean | undefined;
39
+ blue800?: string | number | boolean | undefined;
40
+ blue900?: string | number | boolean | undefined;
41
+ purple100?: string | number | boolean | undefined;
42
+ purple200?: string | number | boolean | undefined;
43
+ purple300?: string | number | boolean | undefined;
44
+ purple400?: string | number | boolean | undefined;
45
+ purple500?: string | number | boolean | undefined;
46
+ purple600?: string | number | boolean | undefined;
47
+ purple700?: string | number | boolean | undefined;
48
+ purple800?: string | number | boolean | undefined;
49
+ purple900?: string | number | boolean | undefined;
50
+ green100?: string | number | boolean | undefined;
51
+ green200?: string | number | boolean | undefined;
52
+ green300?: string | number | boolean | undefined;
53
+ green400?: string | number | boolean | undefined;
54
+ green500?: string | number | boolean | undefined;
55
+ green600?: string | number | boolean | undefined;
56
+ green700?: string | number | boolean | undefined;
57
+ green800?: string | number | boolean | undefined;
58
+ green900?: string | number | boolean | undefined;
59
+ yellow100?: string | number | boolean | undefined;
60
+ yellow200?: string | number | boolean | undefined;
61
+ yellow300?: string | number | boolean | undefined;
62
+ yellow400?: string | number | boolean | undefined;
63
+ yellow500?: string | number | boolean | undefined;
64
+ yellow600?: string | number | boolean | undefined;
65
+ yellow700?: string | number | boolean | undefined;
66
+ yellow800?: string | number | boolean | undefined;
67
+ yellow900?: string | number | boolean | undefined;
68
+ red100?: string | number | boolean | undefined;
69
+ red200?: string | number | boolean | undefined;
70
+ red300?: string | number | boolean | undefined;
71
+ red400?: string | number | boolean | undefined;
72
+ red500?: string | number | boolean | undefined;
73
+ red600?: string | number | boolean | undefined;
74
+ red700?: string | number | boolean | undefined;
75
+ red800?: string | number | boolean | undefined;
76
+ red900?: string | number | boolean | undefined;
77
+ cyan100?: string | number | boolean | undefined;
78
+ cyan200?: string | number | boolean | undefined;
79
+ cyan300?: string | number | boolean | undefined;
80
+ cyan400?: string | number | boolean | undefined;
81
+ cyan500?: string | number | boolean | undefined;
82
+ cyan600?: string | number | boolean | undefined;
83
+ cyan700?: string | number | boolean | undefined;
84
+ cyan800?: string | number | boolean | undefined;
85
+ cyan900?: string | number | boolean | undefined;
86
+ pink100?: string | number | boolean | undefined;
87
+ pink200?: string | number | boolean | undefined;
88
+ pink300?: string | number | boolean | undefined;
89
+ pink400?: string | number | boolean | undefined;
90
+ pink500?: string | number | boolean | undefined;
91
+ pink600?: string | number | boolean | undefined;
92
+ pink700?: string | number | boolean | undefined;
93
+ pink800?: string | number | boolean | undefined;
94
+ pink900?: string | number | boolean | undefined;
95
+ gray100?: string | number | boolean | undefined;
96
+ gray200?: string | number | boolean | undefined;
97
+ gray300?: string | number | boolean | undefined;
98
+ gray400?: string | number | boolean | undefined;
99
+ gray500?: string | number | boolean | undefined;
100
+ gray600?: string | number | boolean | undefined;
101
+ gray700?: string | number | boolean | undefined;
102
+ gray800?: string | number | boolean | undefined;
103
+ gray900?: string | number | boolean | undefined;
104
+ primaryLight?: string | number | boolean | undefined;
105
+ primary?: string | number | boolean | undefined;
106
+ primaryDark?: string | number | boolean | undefined;
107
+ secondaryLight?: string | number | boolean | undefined;
108
+ secondary?: string | number | boolean | undefined;
109
+ secondaryDark?: string | number | boolean | undefined;
110
+ successLight?: string | number | boolean | undefined;
111
+ success?: string | number | boolean | undefined;
112
+ successDark?: string | number | boolean | undefined;
113
+ warningLight?: string | number | boolean | undefined;
114
+ warning?: string | number | boolean | undefined;
115
+ warningDark?: string | number | boolean | undefined;
116
+ errorLight?: string | number | boolean | undefined;
117
+ error?: string | number | boolean | undefined;
118
+ errorDark?: string | number | boolean | undefined;
119
+ gradient?: string | number | boolean | undefined;
120
+ link?: string | number | boolean | undefined;
121
+ } | undefined;
122
+ fonts?: {
123
+ sans?: string | number | boolean | undefined;
124
+ mono?: string | number | boolean | undefined;
125
+ } | undefined;
126
+ fontSizes?: {
127
+ tiny?: string | number | boolean | undefined;
128
+ xs?: string | number | boolean | undefined;
129
+ base?: string | number | boolean | undefined;
130
+ sm?: string | number | boolean | undefined;
131
+ md?: string | number | boolean | undefined;
132
+ lg?: string | number | boolean | undefined;
133
+ xl?: string | number | boolean | undefined;
134
+ } | undefined;
135
+ fontWeights?: {
136
+ hairline?: string | number | boolean | undefined;
137
+ thin?: string | number | boolean | undefined;
138
+ light?: string | number | boolean | undefined;
139
+ normal?: string | number | boolean | undefined;
140
+ medium?: string | number | boolean | undefined;
141
+ semibold?: string | number | boolean | undefined;
142
+ bold?: string | number | boolean | undefined;
143
+ extrabold?: string | number | boolean | undefined;
144
+ black?: string | number | boolean | undefined;
145
+ } | undefined;
146
+ lineHeights?: {
147
+ xs?: string | number | boolean | undefined;
148
+ sm?: string | number | boolean | undefined;
149
+ md?: string | number | boolean | undefined;
150
+ lg?: string | number | boolean | undefined;
151
+ xl?: string | number | boolean | undefined;
152
+ } | undefined;
153
+ letterSpacings?: {
154
+ tighter?: string | number | boolean | undefined;
155
+ tight?: string | number | boolean | undefined;
156
+ normal?: string | number | boolean | undefined;
157
+ wide?: string | number | boolean | undefined;
158
+ wider?: string | number | boolean | undefined;
159
+ widest?: string | number | boolean | undefined;
160
+ } | undefined;
161
+ space?: {
162
+ 0?: string | number | boolean | undefined;
163
+ xs?: string | number | boolean | undefined;
164
+ sm?: string | number | boolean | undefined;
165
+ md?: string | number | boolean | undefined;
166
+ lg?: string | number | boolean | undefined;
167
+ xl?: string | number | boolean | undefined;
168
+ px?: string | number | boolean | undefined;
169
+ 1?: string | number | boolean | undefined;
170
+ 2?: string | number | boolean | undefined;
171
+ 3?: string | number | boolean | undefined;
172
+ 4?: string | number | boolean | undefined;
173
+ 5?: string | number | boolean | undefined;
174
+ 6?: string | number | boolean | undefined;
175
+ 7?: string | number | boolean | undefined;
176
+ 8?: string | number | boolean | undefined;
177
+ 9?: string | number | boolean | undefined;
178
+ 10?: string | number | boolean | undefined;
179
+ 11?: string | number | boolean | undefined;
180
+ 12?: string | number | boolean | undefined;
181
+ 13?: string | number | boolean | undefined;
182
+ 14?: string | number | boolean | undefined;
183
+ 15?: string | number | boolean | undefined;
184
+ 16?: string | number | boolean | undefined;
185
+ 17?: string | number | boolean | undefined;
186
+ 18?: string | number | boolean | undefined;
187
+ 20?: string | number | boolean | undefined;
188
+ 24?: string | number | boolean | undefined;
189
+ 28?: string | number | boolean | undefined;
190
+ 32?: string | number | boolean | undefined;
191
+ 36?: string | number | boolean | undefined;
192
+ 40?: string | number | boolean | undefined;
193
+ 44?: string | number | boolean | undefined;
194
+ 48?: string | number | boolean | undefined;
195
+ 52?: string | number | boolean | undefined;
196
+ 56?: string | number | boolean | undefined;
197
+ 60?: string | number | boolean | undefined;
198
+ 64?: string | number | boolean | undefined;
199
+ 72?: string | number | boolean | undefined;
200
+ 80?: string | number | boolean | undefined;
201
+ 96?: string | number | boolean | undefined;
202
+ } | undefined;
203
+ radii?: {
204
+ xs?: string | number | boolean | undefined;
205
+ sm?: string | number | boolean | undefined;
206
+ md?: string | number | boolean | undefined;
207
+ base?: string | number | boolean | undefined;
208
+ lg?: string | number | boolean | undefined;
209
+ xl?: string | number | boolean | undefined;
210
+ squared?: string | number | boolean | undefined;
211
+ rounded?: string | number | boolean | undefined;
212
+ pill?: string | number | boolean | undefined;
213
+ } | undefined;
214
+ zIndices?: {
215
+ 1?: string | number | boolean | undefined;
216
+ 2?: string | number | boolean | undefined;
217
+ 3?: string | number | boolean | undefined;
218
+ 4?: string | number | boolean | undefined;
219
+ 5?: string | number | boolean | undefined;
220
+ 10?: string | number | boolean | undefined;
221
+ max?: string | number | boolean | undefined;
222
+ } | undefined;
223
+ borderWeights?: {
224
+ light?: string | number | boolean | undefined;
225
+ normal?: string | number | boolean | undefined;
226
+ bold?: string | number | boolean | undefined;
227
+ extrabold?: string | number | boolean | undefined;
228
+ black?: string | number | boolean | undefined;
229
+ } | undefined;
230
+ transitions?: {
231
+ default?: string | number | boolean | undefined;
232
+ } | undefined;
233
+ breakpoints?: {
234
+ xs?: string | number | boolean | undefined;
235
+ sm?: string | number | boolean | undefined;
236
+ md?: string | number | boolean | undefined;
237
+ lg?: string | number | boolean | undefined;
238
+ xl?: string | number | boolean | undefined;
239
+ } | undefined;
240
+ } & {
241
+ [x: string]: {
242
+ [x: string]: string | number | boolean;
243
+ [x: number]: string | number | boolean;
244
+ };
245
+ }), Argument1 extends string | ({
246
+ shadows?: {
247
+ xs?: string | number | boolean | undefined;
248
+ sm?: string | number | boolean | undefined;
249
+ md?: string | number | boolean | undefined;
250
+ lg?: string | number | boolean | undefined;
251
+ xl?: string | number | boolean | undefined;
252
+ } | undefined;
253
+ colors?: {
254
+ accents1?: string | number | boolean | undefined;
255
+ accents2?: string | number | boolean | undefined;
256
+ accents3?: string | number | boolean | undefined;
257
+ accents4?: string | number | boolean | undefined;
258
+ accents5?: string | number | boolean | undefined;
259
+ accents6?: string | number | boolean | undefined;
260
+ accents7?: string | number | boolean | undefined;
261
+ accents8?: string | number | boolean | undefined;
262
+ accents9?: string | number | boolean | undefined;
263
+ text?: string | number | boolean | undefined;
264
+ background?: string | number | boolean | undefined;
265
+ foreground?: string | number | boolean | undefined;
266
+ codeLight?: string | number | boolean | undefined;
267
+ code?: string | number | boolean | undefined;
268
+ border?: string | number | boolean | undefined;
269
+ selection?: string | number | boolean | undefined;
270
+ white?: string | number | boolean | undefined;
271
+ black?: string | number | boolean | undefined;
272
+ blue100?: string | number | boolean | undefined;
273
+ blue200?: string | number | boolean | undefined;
274
+ blue300?: string | number | boolean | undefined;
275
+ blue400?: string | number | boolean | undefined;
276
+ blue500?: string | number | boolean | undefined;
277
+ blue600?: string | number | boolean | undefined;
278
+ blue700?: string | number | boolean | undefined;
279
+ blue800?: string | number | boolean | undefined;
280
+ blue900?: string | number | boolean | undefined;
281
+ purple100?: string | number | boolean | undefined;
282
+ purple200?: string | number | boolean | undefined;
283
+ purple300?: string | number | boolean | undefined;
284
+ purple400?: string | number | boolean | undefined;
285
+ purple500?: string | number | boolean | undefined;
286
+ purple600?: string | number | boolean | undefined;
287
+ purple700?: string | number | boolean | undefined;
288
+ purple800?: string | number | boolean | undefined;
289
+ purple900?: string | number | boolean | undefined;
290
+ green100?: string | number | boolean | undefined;
291
+ green200?: string | number | boolean | undefined;
292
+ green300?: string | number | boolean | undefined;
293
+ green400?: string | number | boolean | undefined;
294
+ green500?: string | number | boolean | undefined;
295
+ green600?: string | number | boolean | undefined;
296
+ green700?: string | number | boolean | undefined;
297
+ green800?: string | number | boolean | undefined;
298
+ green900?: string | number | boolean | undefined;
299
+ yellow100?: string | number | boolean | undefined;
300
+ yellow200?: string | number | boolean | undefined;
301
+ yellow300?: string | number | boolean | undefined;
302
+ yellow400?: string | number | boolean | undefined;
303
+ yellow500?: string | number | boolean | undefined;
304
+ yellow600?: string | number | boolean | undefined;
305
+ yellow700?: string | number | boolean | undefined;
306
+ yellow800?: string | number | boolean | undefined;
307
+ yellow900?: string | number | boolean | undefined;
308
+ red100?: string | number | boolean | undefined;
309
+ red200?: string | number | boolean | undefined;
310
+ red300?: string | number | boolean | undefined;
311
+ red400?: string | number | boolean | undefined;
312
+ red500?: string | number | boolean | undefined;
313
+ red600?: string | number | boolean | undefined;
314
+ red700?: string | number | boolean | undefined;
315
+ red800?: string | number | boolean | undefined;
316
+ red900?: string | number | boolean | undefined;
317
+ cyan100?: string | number | boolean | undefined;
318
+ cyan200?: string | number | boolean | undefined;
319
+ cyan300?: string | number | boolean | undefined;
320
+ cyan400?: string | number | boolean | undefined;
321
+ cyan500?: string | number | boolean | undefined;
322
+ cyan600?: string | number | boolean | undefined;
323
+ cyan700?: string | number | boolean | undefined;
324
+ cyan800?: string | number | boolean | undefined;
325
+ cyan900?: string | number | boolean | undefined;
326
+ pink100?: string | number | boolean | undefined;
327
+ pink200?: string | number | boolean | undefined;
328
+ pink300?: string | number | boolean | undefined;
329
+ pink400?: string | number | boolean | undefined;
330
+ pink500?: string | number | boolean | undefined;
331
+ pink600?: string | number | boolean | undefined;
332
+ pink700?: string | number | boolean | undefined;
333
+ pink800?: string | number | boolean | undefined;
334
+ pink900?: string | number | boolean | undefined;
335
+ gray100?: string | number | boolean | undefined;
336
+ gray200?: string | number | boolean | undefined;
337
+ gray300?: string | number | boolean | undefined;
338
+ gray400?: string | number | boolean | undefined;
339
+ gray500?: string | number | boolean | undefined;
340
+ gray600?: string | number | boolean | undefined;
341
+ gray700?: string | number | boolean | undefined;
342
+ gray800?: string | number | boolean | undefined;
343
+ gray900?: string | number | boolean | undefined;
344
+ primaryLight?: string | number | boolean | undefined;
345
+ primary?: string | number | boolean | undefined;
346
+ primaryDark?: string | number | boolean | undefined;
347
+ secondaryLight?: string | number | boolean | undefined;
348
+ secondary?: string | number | boolean | undefined;
349
+ secondaryDark?: string | number | boolean | undefined;
350
+ successLight?: string | number | boolean | undefined;
351
+ success?: string | number | boolean | undefined;
352
+ successDark?: string | number | boolean | undefined;
353
+ warningLight?: string | number | boolean | undefined;
354
+ warning?: string | number | boolean | undefined;
355
+ warningDark?: string | number | boolean | undefined;
356
+ errorLight?: string | number | boolean | undefined;
357
+ error?: string | number | boolean | undefined;
358
+ errorDark?: string | number | boolean | undefined;
359
+ gradient?: string | number | boolean | undefined;
360
+ link?: string | number | boolean | undefined;
361
+ } | undefined;
362
+ fonts?: {
363
+ sans?: string | number | boolean | undefined;
364
+ mono?: string | number | boolean | undefined;
365
+ } | undefined;
366
+ fontSizes?: {
367
+ tiny?: string | number | boolean | undefined;
368
+ xs?: string | number | boolean | undefined;
369
+ base?: string | number | boolean | undefined;
370
+ sm?: string | number | boolean | undefined;
371
+ md?: string | number | boolean | undefined;
372
+ lg?: string | number | boolean | undefined;
373
+ xl?: string | number | boolean | undefined;
374
+ } | undefined;
375
+ fontWeights?: {
376
+ hairline?: string | number | boolean | undefined;
377
+ thin?: string | number | boolean | undefined;
378
+ light?: string | number | boolean | undefined;
379
+ normal?: string | number | boolean | undefined;
380
+ medium?: string | number | boolean | undefined;
381
+ semibold?: string | number | boolean | undefined;
382
+ bold?: string | number | boolean | undefined;
383
+ extrabold?: string | number | boolean | undefined;
384
+ black?: string | number | boolean | undefined;
385
+ } | undefined;
386
+ lineHeights?: {
387
+ xs?: string | number | boolean | undefined;
388
+ sm?: string | number | boolean | undefined;
389
+ md?: string | number | boolean | undefined;
390
+ lg?: string | number | boolean | undefined;
391
+ xl?: string | number | boolean | undefined;
392
+ } | undefined;
393
+ letterSpacings?: {
394
+ tighter?: string | number | boolean | undefined;
395
+ tight?: string | number | boolean | undefined;
396
+ normal?: string | number | boolean | undefined;
397
+ wide?: string | number | boolean | undefined;
398
+ wider?: string | number | boolean | undefined;
399
+ widest?: string | number | boolean | undefined;
400
+ } | undefined;
401
+ space?: {
402
+ 0?: string | number | boolean | undefined;
403
+ xs?: string | number | boolean | undefined;
404
+ sm?: string | number | boolean | undefined;
405
+ md?: string | number | boolean | undefined;
406
+ lg?: string | number | boolean | undefined;
407
+ xl?: string | number | boolean | undefined;
408
+ px?: string | number | boolean | undefined;
409
+ 1?: string | number | boolean | undefined;
410
+ 2?: string | number | boolean | undefined;
411
+ 3?: string | number | boolean | undefined;
412
+ 4?: string | number | boolean | undefined;
413
+ 5?: string | number | boolean | undefined;
414
+ 6?: string | number | boolean | undefined;
415
+ 7?: string | number | boolean | undefined;
416
+ 8?: string | number | boolean | undefined;
417
+ 9?: string | number | boolean | undefined;
418
+ 10?: string | number | boolean | undefined;
419
+ 11?: string | number | boolean | undefined;
420
+ 12?: string | number | boolean | undefined;
421
+ 13?: string | number | boolean | undefined;
422
+ 14?: string | number | boolean | undefined;
423
+ 15?: string | number | boolean | undefined;
424
+ 16?: string | number | boolean | undefined;
425
+ 17?: string | number | boolean | undefined;
426
+ 18?: string | number | boolean | undefined;
427
+ 20?: string | number | boolean | undefined;
428
+ 24?: string | number | boolean | undefined;
429
+ 28?: string | number | boolean | undefined;
430
+ 32?: string | number | boolean | undefined;
431
+ 36?: string | number | boolean | undefined;
432
+ 40?: string | number | boolean | undefined;
433
+ 44?: string | number | boolean | undefined;
434
+ 48?: string | number | boolean | undefined;
435
+ 52?: string | number | boolean | undefined;
436
+ 56?: string | number | boolean | undefined;
437
+ 60?: string | number | boolean | undefined;
438
+ 64?: string | number | boolean | undefined;
439
+ 72?: string | number | boolean | undefined;
440
+ 80?: string | number | boolean | undefined;
441
+ 96?: string | number | boolean | undefined;
442
+ } | undefined;
443
+ radii?: {
444
+ xs?: string | number | boolean | undefined;
445
+ sm?: string | number | boolean | undefined;
446
+ md?: string | number | boolean | undefined;
447
+ base?: string | number | boolean | undefined;
448
+ lg?: string | number | boolean | undefined;
449
+ xl?: string | number | boolean | undefined;
450
+ squared?: string | number | boolean | undefined;
451
+ rounded?: string | number | boolean | undefined;
452
+ pill?: string | number | boolean | undefined;
453
+ } | undefined;
454
+ zIndices?: {
455
+ 1?: string | number | boolean | undefined;
456
+ 2?: string | number | boolean | undefined;
457
+ 3?: string | number | boolean | undefined;
458
+ 4?: string | number | boolean | undefined;
459
+ 5?: string | number | boolean | undefined;
460
+ 10?: string | number | boolean | undefined;
461
+ max?: string | number | boolean | undefined;
462
+ } | undefined;
463
+ borderWeights?: {
464
+ light?: string | number | boolean | undefined;
465
+ normal?: string | number | boolean | undefined;
466
+ bold?: string | number | boolean | undefined;
467
+ extrabold?: string | number | boolean | undefined;
468
+ black?: string | number | boolean | undefined;
469
+ } | undefined;
470
+ transitions?: {
471
+ default?: string | number | boolean | undefined;
472
+ } | undefined;
473
+ breakpoints?: {
474
+ xs?: string | number | boolean | undefined;
475
+ sm?: string | number | boolean | undefined;
476
+ md?: string | number | boolean | undefined;
477
+ lg?: string | number | boolean | undefined;
478
+ xl?: string | number | boolean | undefined;
479
+ } | undefined;
480
+ } & {
481
+ [x: string]: {
482
+ [x: string]: string | number | boolean;
483
+ [x: number]: string | number | boolean;
484
+ };
485
+ })>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
486
+ className: string;
487
+ selector: string;
488
+ } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, string> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, string>);
5
489
  export declare const styled: <Type extends keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("@stitches/react/types/util").Function, Composers extends (string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function | {
6
490
  [name: string]: unknown;
7
491
  })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
@@ -1843,7 +2327,8 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
1843
2327
  WebkitBackgroundClip: string;
1844
2328
  WebkitTextFillColor: string;
1845
2329
  };
1846
- }>>, css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> | {
2330
+ }>>;
2331
+ export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> | {
1847
2332
  [name: string]: unknown;
1848
2333
  })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
1849
2334
  xs: string;
@@ -2495,1011 +2980,291 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
2495
2980
  br: (value: {
2496
2981
  readonly [$$PropertyValue]: "borderRadius";
2497
2982
  }) => {
2498
- borderRadius: {
2499
- readonly [$$PropertyValue]: "borderRadius";
2500
- };
2501
- };
2502
- bw: (value: {
2503
- readonly [$$PropertyValue]: "borderWidth";
2504
- }) => {
2505
- borderWidth: {
2506
- readonly [$$PropertyValue]: "borderWidth";
2507
- };
2508
- };
2509
- btrr: (value: {
2510
- readonly [$$PropertyValue]: "borderTopRightRadius";
2511
- }) => {
2512
- borderTopRightRadius: {
2513
- readonly [$$PropertyValue]: "borderTopRightRadius";
2514
- };
2515
- };
2516
- bbrr: (value: {
2517
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2518
- }) => {
2519
- borderBottomRightRadius: {
2520
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2521
- };
2522
- };
2523
- bblr: (value: {
2524
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2525
- }) => {
2526
- borderBottomLeftRadius: {
2527
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2528
- };
2529
- };
2530
- btlr: (value: {
2531
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2532
- }) => {
2533
- borderTopLeftRadius: {
2534
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2535
- };
2536
- };
2537
- bs: (value: {
2538
- readonly [$$PropertyValue]: "boxShadow";
2539
- }) => {
2540
- boxShadow: {
2541
- readonly [$$PropertyValue]: "boxShadow";
2542
- };
2543
- };
2544
- normalShadow: (value: {
2545
- readonly [$$PropertyValue]: "backgroundColor";
2546
- }) => {
2547
- boxShadow: string;
2548
- };
2549
- normalShadowVar: (value: {
2550
- readonly [$$PropertyValue]: "backgroundColor";
2551
- }) => {
2552
- boxShadow: string;
2553
- };
2554
- lh: (value: {
2555
- readonly [$$PropertyValue]: "lineHeight";
2556
- }) => {
2557
- lineHeight: {
2558
- readonly [$$PropertyValue]: "lineHeight";
2559
- };
2560
- };
2561
- ov: (value: {
2562
- readonly [$$PropertyValue]: "overflow";
2563
- }) => {
2564
- overflow: {
2565
- readonly [$$PropertyValue]: "overflow";
2566
- };
2567
- };
2568
- ox: (value: {
2569
- readonly [$$PropertyValue]: "overflowX";
2570
- }) => {
2571
- overflowX: {
2572
- readonly [$$PropertyValue]: "overflowX";
2573
- };
2574
- };
2575
- oy: (value: {
2576
- readonly [$$PropertyValue]: "overflowY";
2577
- }) => {
2578
- overflowY: {
2579
- readonly [$$PropertyValue]: "overflowY";
2580
- };
2581
- };
2582
- pe: (value: {
2583
- readonly [$$PropertyValue]: "pointerEvents";
2584
- }) => {
2585
- pointerEvents: {
2586
- readonly [$$PropertyValue]: "pointerEvents";
2587
- };
2588
- };
2589
- events: (value: {
2590
- readonly [$$PropertyValue]: "pointerEvents";
2591
- }) => {
2592
- pointerEvents: {
2593
- readonly [$$PropertyValue]: "pointerEvents";
2594
- };
2595
- };
2596
- us: (value: {
2597
- readonly [$$PropertyValue]: "userSelect";
2598
- }) => {
2599
- WebkitUserSelect: {
2600
- readonly [$$PropertyValue]: "userSelect";
2601
- };
2602
- userSelect: {
2603
- readonly [$$PropertyValue]: "userSelect";
2604
- };
2605
- };
2606
- userSelect: (value: {
2607
- readonly [$$PropertyValue]: "userSelect";
2608
- }) => {
2609
- WebkitUserSelect: {
2610
- readonly [$$PropertyValue]: "userSelect";
2611
- };
2612
- userSelect: {
2613
- readonly [$$PropertyValue]: "userSelect";
2614
- };
2615
- };
2616
- w: (value: {
2617
- readonly [$$PropertyValue]: "width";
2618
- }) => {
2619
- width: {
2620
- readonly [$$PropertyValue]: "width";
2621
- };
2622
- };
2623
- h: (value: {
2624
- readonly [$$PropertyValue]: "height";
2625
- }) => {
2626
- height: {
2627
- readonly [$$PropertyValue]: "height";
2628
- };
2629
- };
2630
- mw: (value: {
2631
- readonly [$$PropertyValue]: "maxWidth";
2632
- }) => {
2633
- maxWidth: {
2634
- readonly [$$PropertyValue]: "maxWidth";
2635
- };
2636
- };
2637
- maxW: (value: {
2638
- readonly [$$PropertyValue]: "maxWidth";
2639
- }) => {
2640
- maxWidth: {
2641
- readonly [$$PropertyValue]: "maxWidth";
2642
- };
2643
- };
2644
- mh: (value: {
2645
- readonly [$$PropertyValue]: "maxHeight";
2646
- }) => {
2647
- maxHeight: {
2648
- readonly [$$PropertyValue]: "maxHeight";
2649
- };
2650
- };
2651
- maxH: (value: {
2652
- readonly [$$PropertyValue]: "maxHeight";
2653
- }) => {
2654
- maxHeight: {
2655
- readonly [$$PropertyValue]: "maxHeight";
2983
+ borderRadius: {
2984
+ readonly [$$PropertyValue]: "borderRadius";
2656
2985
  };
2657
2986
  };
2658
- size: (value: {
2659
- readonly [$$PropertyValue]: "width";
2987
+ bw: (value: {
2988
+ readonly [$$PropertyValue]: "borderWidth";
2660
2989
  }) => {
2661
- width: {
2662
- readonly [$$PropertyValue]: "width";
2663
- };
2664
- height: {
2665
- readonly [$$PropertyValue]: "width";
2990
+ borderWidth: {
2991
+ readonly [$$PropertyValue]: "borderWidth";
2666
2992
  };
2667
2993
  };
2668
- minSize: (value: {
2669
- readonly [$$PropertyValue]: "width";
2994
+ btrr: (value: {
2995
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2670
2996
  }) => {
2671
- minWidth: {
2672
- readonly [$$PropertyValue]: "width";
2673
- };
2674
- minHeight: {
2675
- readonly [$$PropertyValue]: "width";
2676
- };
2677
- width: {
2678
- readonly [$$PropertyValue]: "width";
2679
- };
2680
- height: {
2681
- readonly [$$PropertyValue]: "width";
2997
+ borderTopRightRadius: {
2998
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2682
2999
  };
2683
3000
  };
2684
- sizeMin: (value: {
2685
- readonly [$$PropertyValue]: "width";
3001
+ bbrr: (value: {
3002
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2686
3003
  }) => {
2687
- minWidth: {
2688
- readonly [$$PropertyValue]: "width";
2689
- };
2690
- minHeight: {
2691
- readonly [$$PropertyValue]: "width";
2692
- };
2693
- width: {
2694
- readonly [$$PropertyValue]: "width";
2695
- };
2696
- height: {
2697
- readonly [$$PropertyValue]: "width";
3004
+ borderBottomRightRadius: {
3005
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2698
3006
  };
2699
3007
  };
2700
- maxSize: (value: {
2701
- readonly [$$PropertyValue]: "width";
3008
+ bblr: (value: {
3009
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2702
3010
  }) => {
2703
- maxWidth: {
2704
- readonly [$$PropertyValue]: "width";
2705
- };
2706
- maxHeight: {
2707
- readonly [$$PropertyValue]: "width";
3011
+ borderBottomLeftRadius: {
3012
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2708
3013
  };
2709
3014
  };
2710
- sizeMax: (value: {
2711
- readonly [$$PropertyValue]: "width";
3015
+ btlr: (value: {
3016
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2712
3017
  }) => {
2713
- maxWidth: {
2714
- readonly [$$PropertyValue]: "width";
2715
- };
2716
- maxHeight: {
2717
- readonly [$$PropertyValue]: "width";
3018
+ borderTopLeftRadius: {
3019
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2718
3020
  };
2719
3021
  };
2720
- appearance: (value: {
2721
- readonly [$$PropertyValue]: "appearance";
3022
+ bs: (value: {
3023
+ readonly [$$PropertyValue]: "boxShadow";
2722
3024
  }) => {
2723
- WebkitAppearance: {
2724
- readonly [$$PropertyValue]: "appearance";
2725
- };
2726
- appearance: {
2727
- readonly [$$PropertyValue]: "appearance";
3025
+ boxShadow: {
3026
+ readonly [$$PropertyValue]: "boxShadow";
2728
3027
  };
2729
3028
  };
2730
- scale: (value: {
2731
- readonly [$$PropertyValue]: "scale";
3029
+ normalShadow: (value: {
3030
+ readonly [$$PropertyValue]: "backgroundColor";
2732
3031
  }) => {
2733
- transform: string;
3032
+ boxShadow: string;
2734
3033
  };
2735
- linearGradient: (value: {
2736
- readonly [$$PropertyValue]: "backgroundImage";
3034
+ normalShadowVar: (value: {
3035
+ readonly [$$PropertyValue]: "backgroundColor";
2737
3036
  }) => {
2738
- backgroundImage: string;
3037
+ boxShadow: string;
2739
3038
  };
2740
- tdl: (value: {
2741
- readonly [$$PropertyValue]: "textDecorationLine";
3039
+ lh: (value: {
3040
+ readonly [$$PropertyValue]: "lineHeight";
2742
3041
  }) => {
2743
- textDecorationLine: {
2744
- readonly [$$PropertyValue]: "textDecorationLine";
3042
+ lineHeight: {
3043
+ readonly [$$PropertyValue]: "lineHeight";
2745
3044
  };
2746
3045
  };
2747
- textGradient: (value: {
2748
- readonly [$$PropertyValue]: "backgroundImage";
3046
+ ov: (value: {
3047
+ readonly [$$PropertyValue]: "overflow";
2749
3048
  }) => {
2750
- backgroundImage: string;
2751
- WebkitBackgroundClip: string;
2752
- WebkitTextFillColor: string;
2753
- };
2754
- }>>(...composers: { [K in keyof Composers]: Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
2755
- variants?: {
2756
- [x: string]: {
2757
- [x: string]: CSS_1;
2758
- [x: number]: CSS_1;
3049
+ overflow: {
3050
+ readonly [$$PropertyValue]: "overflow";
2759
3051
  };
2760
- } | undefined;
2761
- compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
2762
- css: CSS_1;
2763
- })[] | undefined;
2764
- defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
2765
- } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
2766
- xs: string;
2767
- sm: string;
2768
- md: string;
2769
- lg: string;
2770
- xl: string;
2771
- xsMax: string;
2772
- smMax: string;
2773
- mdMax: string;
2774
- lgMax: string;
2775
- xlMax: string;
2776
- motion: string;
2777
- safari: string;
2778
- hover: string;
2779
- dark: string;
2780
- light: string;
2781
- }, CSS_1>, theme: string & {
2782
- className: string;
2783
- selector: string;
2784
- } & {
2785
- shadows: {
2786
- xs: import("@stitches/react/types/theme").Token<"xs", string, "shadows", string>;
2787
- sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", string>;
2788
- md: import("@stitches/react/types/theme").Token<"md", string, "shadows", string>;
2789
- lg: import("@stitches/react/types/theme").Token<"lg", string, "shadows", string>;
2790
- xl: import("@stitches/react/types/theme").Token<"xl", string, "shadows", string>;
2791
3052
  };
2792
- colors: {
2793
- accents1: import("@stitches/react/types/theme").Token<"accents1", string, "colors", string>;
2794
- accents2: import("@stitches/react/types/theme").Token<"accents2", string, "colors", string>;
2795
- accents3: import("@stitches/react/types/theme").Token<"accents3", string, "colors", string>;
2796
- accents4: import("@stitches/react/types/theme").Token<"accents4", string, "colors", string>;
2797
- accents5: import("@stitches/react/types/theme").Token<"accents5", string, "colors", string>;
2798
- accents6: import("@stitches/react/types/theme").Token<"accents6", string, "colors", string>;
2799
- accents7: import("@stitches/react/types/theme").Token<"accents7", string, "colors", string>;
2800
- accents8: import("@stitches/react/types/theme").Token<"accents8", string, "colors", string>;
2801
- accents9: import("@stitches/react/types/theme").Token<"accents9", string, "colors", string>;
2802
- text: import("@stitches/react/types/theme").Token<"text", string, "colors", string>;
2803
- background: import("@stitches/react/types/theme").Token<"background", string, "colors", string>;
2804
- foreground: import("@stitches/react/types/theme").Token<"foreground", string, "colors", string>;
2805
- codeLight: import("@stitches/react/types/theme").Token<"codeLight", string, "colors", string>;
2806
- code: import("@stitches/react/types/theme").Token<"code", string, "colors", string>;
2807
- border: import("@stitches/react/types/theme").Token<"border", string, "colors", string>;
2808
- selection: import("@stitches/react/types/theme").Token<"selection", string, "colors", string>;
2809
- white: import("@stitches/react/types/theme").Token<"white", string, "colors", string>;
2810
- black: import("@stitches/react/types/theme").Token<"black", string, "colors", string>;
2811
- blue100: import("@stitches/react/types/theme").Token<"blue100", string, "colors", string>;
2812
- blue200: import("@stitches/react/types/theme").Token<"blue200", string, "colors", string>;
2813
- blue300: import("@stitches/react/types/theme").Token<"blue300", string, "colors", string>;
2814
- blue400: import("@stitches/react/types/theme").Token<"blue400", string, "colors", string>;
2815
- blue500: import("@stitches/react/types/theme").Token<"blue500", string, "colors", string>;
2816
- blue600: import("@stitches/react/types/theme").Token<"blue600", string, "colors", string>;
2817
- blue700: import("@stitches/react/types/theme").Token<"blue700", string, "colors", string>;
2818
- blue800: import("@stitches/react/types/theme").Token<"blue800", string, "colors", string>;
2819
- blue900: import("@stitches/react/types/theme").Token<"blue900", string, "colors", string>;
2820
- purple100: import("@stitches/react/types/theme").Token<"purple100", string, "colors", string>;
2821
- purple200: import("@stitches/react/types/theme").Token<"purple200", string, "colors", string>;
2822
- purple300: import("@stitches/react/types/theme").Token<"purple300", string, "colors", string>;
2823
- purple400: import("@stitches/react/types/theme").Token<"purple400", string, "colors", string>;
2824
- purple500: import("@stitches/react/types/theme").Token<"purple500", string, "colors", string>;
2825
- purple600: import("@stitches/react/types/theme").Token<"purple600", string, "colors", string>;
2826
- purple700: import("@stitches/react/types/theme").Token<"purple700", string, "colors", string>;
2827
- purple800: import("@stitches/react/types/theme").Token<"purple800", string, "colors", string>;
2828
- purple900: import("@stitches/react/types/theme").Token<"purple900", string, "colors", string>;
2829
- green100: import("@stitches/react/types/theme").Token<"green100", string, "colors", string>;
2830
- green200: import("@stitches/react/types/theme").Token<"green200", string, "colors", string>;
2831
- green300: import("@stitches/react/types/theme").Token<"green300", string, "colors", string>;
2832
- green400: import("@stitches/react/types/theme").Token<"green400", string, "colors", string>;
2833
- green500: import("@stitches/react/types/theme").Token<"green500", string, "colors", string>;
2834
- green600: import("@stitches/react/types/theme").Token<"green600", string, "colors", string>;
2835
- green700: import("@stitches/react/types/theme").Token<"green700", string, "colors", string>;
2836
- green800: import("@stitches/react/types/theme").Token<"green800", string, "colors", string>;
2837
- green900: import("@stitches/react/types/theme").Token<"green900", string, "colors", string>;
2838
- yellow100: import("@stitches/react/types/theme").Token<"yellow100", string, "colors", string>;
2839
- yellow200: import("@stitches/react/types/theme").Token<"yellow200", string, "colors", string>;
2840
- yellow300: import("@stitches/react/types/theme").Token<"yellow300", string, "colors", string>;
2841
- yellow400: import("@stitches/react/types/theme").Token<"yellow400", string, "colors", string>;
2842
- yellow500: import("@stitches/react/types/theme").Token<"yellow500", string, "colors", string>;
2843
- yellow600: import("@stitches/react/types/theme").Token<"yellow600", string, "colors", string>;
2844
- yellow700: import("@stitches/react/types/theme").Token<"yellow700", string, "colors", string>;
2845
- yellow800: import("@stitches/react/types/theme").Token<"yellow800", string, "colors", string>;
2846
- yellow900: import("@stitches/react/types/theme").Token<"yellow900", string, "colors", string>;
2847
- red100: import("@stitches/react/types/theme").Token<"red100", string, "colors", string>;
2848
- red200: import("@stitches/react/types/theme").Token<"red200", string, "colors", string>;
2849
- red300: import("@stitches/react/types/theme").Token<"red300", string, "colors", string>;
2850
- red400: import("@stitches/react/types/theme").Token<"red400", string, "colors", string>;
2851
- red500: import("@stitches/react/types/theme").Token<"red500", string, "colors", string>;
2852
- red600: import("@stitches/react/types/theme").Token<"red600", string, "colors", string>;
2853
- red700: import("@stitches/react/types/theme").Token<"red700", string, "colors", string>;
2854
- red800: import("@stitches/react/types/theme").Token<"red800", string, "colors", string>;
2855
- red900: import("@stitches/react/types/theme").Token<"red900", string, "colors", string>;
2856
- cyan100: import("@stitches/react/types/theme").Token<"cyan100", string, "colors", string>;
2857
- cyan200: import("@stitches/react/types/theme").Token<"cyan200", string, "colors", string>;
2858
- cyan300: import("@stitches/react/types/theme").Token<"cyan300", string, "colors", string>;
2859
- cyan400: import("@stitches/react/types/theme").Token<"cyan400", string, "colors", string>;
2860
- cyan500: import("@stitches/react/types/theme").Token<"cyan500", string, "colors", string>;
2861
- cyan600: import("@stitches/react/types/theme").Token<"cyan600", string, "colors", string>;
2862
- cyan700: import("@stitches/react/types/theme").Token<"cyan700", string, "colors", string>;
2863
- cyan800: import("@stitches/react/types/theme").Token<"cyan800", string, "colors", string>;
2864
- cyan900: import("@stitches/react/types/theme").Token<"cyan900", string, "colors", string>;
2865
- pink100: import("@stitches/react/types/theme").Token<"pink100", string, "colors", string>;
2866
- pink200: import("@stitches/react/types/theme").Token<"pink200", string, "colors", string>;
2867
- pink300: import("@stitches/react/types/theme").Token<"pink300", string, "colors", string>;
2868
- pink400: import("@stitches/react/types/theme").Token<"pink400", string, "colors", string>;
2869
- pink500: import("@stitches/react/types/theme").Token<"pink500", string, "colors", string>;
2870
- pink600: import("@stitches/react/types/theme").Token<"pink600", string, "colors", string>;
2871
- pink700: import("@stitches/react/types/theme").Token<"pink700", string, "colors", string>;
2872
- pink800: import("@stitches/react/types/theme").Token<"pink800", string, "colors", string>;
2873
- pink900: import("@stitches/react/types/theme").Token<"pink900", string, "colors", string>;
2874
- gray100: import("@stitches/react/types/theme").Token<"gray100", string, "colors", string>;
2875
- gray200: import("@stitches/react/types/theme").Token<"gray200", string, "colors", string>;
2876
- gray300: import("@stitches/react/types/theme").Token<"gray300", string, "colors", string>;
2877
- gray400: import("@stitches/react/types/theme").Token<"gray400", string, "colors", string>;
2878
- gray500: import("@stitches/react/types/theme").Token<"gray500", string, "colors", string>;
2879
- gray600: import("@stitches/react/types/theme").Token<"gray600", string, "colors", string>;
2880
- gray700: import("@stitches/react/types/theme").Token<"gray700", string, "colors", string>;
2881
- gray800: import("@stitches/react/types/theme").Token<"gray800", string, "colors", string>;
2882
- gray900: import("@stitches/react/types/theme").Token<"gray900", string, "colors", string>;
2883
- primaryLight: import("@stitches/react/types/theme").Token<"primaryLight", string, "colors", string>;
2884
- primary: import("@stitches/react/types/theme").Token<"primary", string, "colors", string>;
2885
- primaryDark: import("@stitches/react/types/theme").Token<"primaryDark", string, "colors", string>;
2886
- secondaryLight: import("@stitches/react/types/theme").Token<"secondaryLight", string, "colors", string>;
2887
- secondary: import("@stitches/react/types/theme").Token<"secondary", string, "colors", string>;
2888
- secondaryDark: import("@stitches/react/types/theme").Token<"secondaryDark", string, "colors", string>;
2889
- successLight: import("@stitches/react/types/theme").Token<"successLight", string, "colors", string>;
2890
- success: import("@stitches/react/types/theme").Token<"success", string, "colors", string>;
2891
- successDark: import("@stitches/react/types/theme").Token<"successDark", string, "colors", string>;
2892
- warningLight: import("@stitches/react/types/theme").Token<"warningLight", string, "colors", string>;
2893
- warning: import("@stitches/react/types/theme").Token<"warning", string, "colors", string>;
2894
- warningDark: import("@stitches/react/types/theme").Token<"warningDark", string, "colors", string>;
2895
- errorLight: import("@stitches/react/types/theme").Token<"errorLight", string, "colors", string>;
2896
- error: import("@stitches/react/types/theme").Token<"error", string, "colors", string>;
2897
- errorDark: import("@stitches/react/types/theme").Token<"errorDark", string, "colors", string>;
2898
- gradient: import("@stitches/react/types/theme").Token<"gradient", string, "colors", string>;
2899
- link: import("@stitches/react/types/theme").Token<"link", string, "colors", string>;
3053
+ ox: (value: {
3054
+ readonly [$$PropertyValue]: "overflowX";
3055
+ }) => {
3056
+ overflowX: {
3057
+ readonly [$$PropertyValue]: "overflowX";
3058
+ };
2900
3059
  };
2901
- fonts: {
2902
- sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", string>;
2903
- mono: import("@stitches/react/types/theme").Token<"mono", string, "fonts", string>;
3060
+ oy: (value: {
3061
+ readonly [$$PropertyValue]: "overflowY";
3062
+ }) => {
3063
+ overflowY: {
3064
+ readonly [$$PropertyValue]: "overflowY";
3065
+ };
2904
3066
  };
2905
- fontSizes: {
2906
- tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", string>;
2907
- xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", string>;
2908
- base: import("@stitches/react/types/theme").Token<"base", string, "fontSizes", string>;
2909
- sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", string>;
2910
- md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", string>;
2911
- lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", string>;
2912
- xl: import("@stitches/react/types/theme").Token<"xl", string, "fontSizes", string>;
3067
+ pe: (value: {
3068
+ readonly [$$PropertyValue]: "pointerEvents";
3069
+ }) => {
3070
+ pointerEvents: {
3071
+ readonly [$$PropertyValue]: "pointerEvents";
3072
+ };
2913
3073
  };
2914
- fontWeights: {
2915
- hairline: import("@stitches/react/types/theme").Token<"hairline", string, "fontWeights", string>;
2916
- thin: import("@stitches/react/types/theme").Token<"thin", string, "fontWeights", string>;
2917
- light: import("@stitches/react/types/theme").Token<"light", string, "fontWeights", string>;
2918
- normal: import("@stitches/react/types/theme").Token<"normal", string, "fontWeights", string>;
2919
- medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", string>;
2920
- semibold: import("@stitches/react/types/theme").Token<"semibold", string, "fontWeights", string>;
2921
- bold: import("@stitches/react/types/theme").Token<"bold", string, "fontWeights", string>;
2922
- extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "fontWeights", string>;
2923
- black: import("@stitches/react/types/theme").Token<"black", string, "fontWeights", string>;
3074
+ events: (value: {
3075
+ readonly [$$PropertyValue]: "pointerEvents";
3076
+ }) => {
3077
+ pointerEvents: {
3078
+ readonly [$$PropertyValue]: "pointerEvents";
3079
+ };
2924
3080
  };
2925
- lineHeights: {
2926
- xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", string>;
2927
- sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", string>;
2928
- md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", string>;
2929
- lg: import("@stitches/react/types/theme").Token<"lg", string, "lineHeights", string>;
2930
- xl: import("@stitches/react/types/theme").Token<"xl", string, "lineHeights", string>;
3081
+ us: (value: {
3082
+ readonly [$$PropertyValue]: "userSelect";
3083
+ }) => {
3084
+ WebkitUserSelect: {
3085
+ readonly [$$PropertyValue]: "userSelect";
3086
+ };
3087
+ userSelect: {
3088
+ readonly [$$PropertyValue]: "userSelect";
3089
+ };
2931
3090
  };
2932
- letterSpacings: {
2933
- tighter: import("@stitches/react/types/theme").Token<"tighter", string, "letterSpacings", string>;
2934
- tight: import("@stitches/react/types/theme").Token<"tight", string, "letterSpacings", string>;
2935
- normal: import("@stitches/react/types/theme").Token<"normal", string, "letterSpacings", string>;
2936
- wide: import("@stitches/react/types/theme").Token<"wide", string, "letterSpacings", string>;
2937
- wider: import("@stitches/react/types/theme").Token<"wider", string, "letterSpacings", string>;
2938
- widest: import("@stitches/react/types/theme").Token<"widest", string, "letterSpacings", string>;
3091
+ userSelect: (value: {
3092
+ readonly [$$PropertyValue]: "userSelect";
3093
+ }) => {
3094
+ WebkitUserSelect: {
3095
+ readonly [$$PropertyValue]: "userSelect";
3096
+ };
3097
+ userSelect: {
3098
+ readonly [$$PropertyValue]: "userSelect";
3099
+ };
2939
3100
  };
2940
- space: {
2941
- 0: import("@stitches/react/types/theme").Token<"0", string, "space", string>;
2942
- xs: import("@stitches/react/types/theme").Token<"xs", string, "space", string>;
2943
- sm: import("@stitches/react/types/theme").Token<"sm", string, "space", string>;
2944
- md: import("@stitches/react/types/theme").Token<"md", string, "space", string>;
2945
- lg: import("@stitches/react/types/theme").Token<"lg", string, "space", string>;
2946
- xl: import("@stitches/react/types/theme").Token<"xl", string, "space", string>;
2947
- px: import("@stitches/react/types/theme").Token<"px", string, "space", string>;
2948
- 1: import("@stitches/react/types/theme").Token<"1", string, "space", string>;
2949
- 2: import("@stitches/react/types/theme").Token<"2", string, "space", string>;
2950
- 3: import("@stitches/react/types/theme").Token<"3", string, "space", string>;
2951
- 4: import("@stitches/react/types/theme").Token<"4", string, "space", string>;
2952
- 5: import("@stitches/react/types/theme").Token<"5", string, "space", string>;
2953
- 6: import("@stitches/react/types/theme").Token<"6", string, "space", string>;
2954
- 7: import("@stitches/react/types/theme").Token<"7", string, "space", string>;
2955
- 8: import("@stitches/react/types/theme").Token<"8", string, "space", string>;
2956
- 9: import("@stitches/react/types/theme").Token<"9", string, "space", string>;
2957
- 10: import("@stitches/react/types/theme").Token<"10", string, "space", string>;
2958
- 11: import("@stitches/react/types/theme").Token<"11", string, "space", string>;
2959
- 12: import("@stitches/react/types/theme").Token<"12", string, "space", string>;
2960
- 13: import("@stitches/react/types/theme").Token<"13", string, "space", string>;
2961
- 14: import("@stitches/react/types/theme").Token<"14", string, "space", string>;
2962
- 15: import("@stitches/react/types/theme").Token<"15", string, "space", string>;
2963
- 16: import("@stitches/react/types/theme").Token<"16", string, "space", string>;
2964
- 17: import("@stitches/react/types/theme").Token<"17", string, "space", string>;
2965
- 18: import("@stitches/react/types/theme").Token<"18", string, "space", string>;
2966
- 20: import("@stitches/react/types/theme").Token<"20", string, "space", string>;
2967
- 24: import("@stitches/react/types/theme").Token<"24", string, "space", string>;
2968
- 28: import("@stitches/react/types/theme").Token<"28", string, "space", string>;
2969
- 32: import("@stitches/react/types/theme").Token<"32", string, "space", string>;
2970
- 36: import("@stitches/react/types/theme").Token<"36", string, "space", string>;
2971
- 40: import("@stitches/react/types/theme").Token<"40", string, "space", string>;
2972
- 44: import("@stitches/react/types/theme").Token<"44", string, "space", string>;
2973
- 48: import("@stitches/react/types/theme").Token<"48", string, "space", string>;
2974
- 52: import("@stitches/react/types/theme").Token<"52", string, "space", string>;
2975
- 56: import("@stitches/react/types/theme").Token<"56", string, "space", string>;
2976
- 60: import("@stitches/react/types/theme").Token<"60", string, "space", string>;
2977
- 64: import("@stitches/react/types/theme").Token<"64", string, "space", string>;
2978
- 72: import("@stitches/react/types/theme").Token<"72", string, "space", string>;
2979
- 80: import("@stitches/react/types/theme").Token<"80", string, "space", string>;
2980
- 96: import("@stitches/react/types/theme").Token<"96", string, "space", string>;
3101
+ w: (value: {
3102
+ readonly [$$PropertyValue]: "width";
3103
+ }) => {
3104
+ width: {
3105
+ readonly [$$PropertyValue]: "width";
3106
+ };
2981
3107
  };
2982
- radii: {
2983
- xs: import("@stitches/react/types/theme").Token<"xs", string, "radii", string>;
2984
- sm: import("@stitches/react/types/theme").Token<"sm", string, "radii", string>;
2985
- md: import("@stitches/react/types/theme").Token<"md", string, "radii", string>;
2986
- base: import("@stitches/react/types/theme").Token<"base", string, "radii", string>;
2987
- lg: import("@stitches/react/types/theme").Token<"lg", string, "radii", string>;
2988
- xl: import("@stitches/react/types/theme").Token<"xl", string, "radii", string>;
2989
- squared: import("@stitches/react/types/theme").Token<"squared", string, "radii", string>;
2990
- rounded: import("@stitches/react/types/theme").Token<"rounded", string, "radii", string>;
2991
- pill: import("@stitches/react/types/theme").Token<"pill", string, "radii", string>;
3108
+ h: (value: {
3109
+ readonly [$$PropertyValue]: "height";
3110
+ }) => {
3111
+ height: {
3112
+ readonly [$$PropertyValue]: "height";
3113
+ };
2992
3114
  };
2993
- zIndices: {
2994
- 1: import("@stitches/react/types/theme").Token<"1", string, "zIndices", string>;
2995
- 2: import("@stitches/react/types/theme").Token<"2", string, "zIndices", string>;
2996
- 3: import("@stitches/react/types/theme").Token<"3", string, "zIndices", string>;
2997
- 4: import("@stitches/react/types/theme").Token<"4", string, "zIndices", string>;
2998
- 5: import("@stitches/react/types/theme").Token<"5", string, "zIndices", string>;
2999
- 10: import("@stitches/react/types/theme").Token<"10", string, "zIndices", string>;
3000
- max: import("@stitches/react/types/theme").Token<"max", string, "zIndices", string>;
3115
+ mw: (value: {
3116
+ readonly [$$PropertyValue]: "maxWidth";
3117
+ }) => {
3118
+ maxWidth: {
3119
+ readonly [$$PropertyValue]: "maxWidth";
3120
+ };
3001
3121
  };
3002
- borderWeights: {
3003
- light: import("@stitches/react/types/theme").Token<"light", string, "borderWeights", string>;
3004
- normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWeights", string>;
3005
- bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWeights", string>;
3006
- extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWeights", string>;
3007
- black: import("@stitches/react/types/theme").Token<"black", string, "borderWeights", string>;
3122
+ maxW: (value: {
3123
+ readonly [$$PropertyValue]: "maxWidth";
3124
+ }) => {
3125
+ maxWidth: {
3126
+ readonly [$$PropertyValue]: "maxWidth";
3127
+ };
3008
3128
  };
3009
- transitions: {
3010
- default: import("@stitches/react/types/theme").Token<"default", string, "transitions", string>;
3129
+ mh: (value: {
3130
+ readonly [$$PropertyValue]: "maxHeight";
3131
+ }) => {
3132
+ maxHeight: {
3133
+ readonly [$$PropertyValue]: "maxHeight";
3134
+ };
3135
+ };
3136
+ maxH: (value: {
3137
+ readonly [$$PropertyValue]: "maxHeight";
3138
+ }) => {
3139
+ maxHeight: {
3140
+ readonly [$$PropertyValue]: "maxHeight";
3141
+ };
3142
+ };
3143
+ size: (value: {
3144
+ readonly [$$PropertyValue]: "width";
3145
+ }) => {
3146
+ width: {
3147
+ readonly [$$PropertyValue]: "width";
3148
+ };
3149
+ height: {
3150
+ readonly [$$PropertyValue]: "width";
3151
+ };
3152
+ };
3153
+ minSize: (value: {
3154
+ readonly [$$PropertyValue]: "width";
3155
+ }) => {
3156
+ minWidth: {
3157
+ readonly [$$PropertyValue]: "width";
3158
+ };
3159
+ minHeight: {
3160
+ readonly [$$PropertyValue]: "width";
3161
+ };
3162
+ width: {
3163
+ readonly [$$PropertyValue]: "width";
3164
+ };
3165
+ height: {
3166
+ readonly [$$PropertyValue]: "width";
3167
+ };
3168
+ };
3169
+ sizeMin: (value: {
3170
+ readonly [$$PropertyValue]: "width";
3171
+ }) => {
3172
+ minWidth: {
3173
+ readonly [$$PropertyValue]: "width";
3174
+ };
3175
+ minHeight: {
3176
+ readonly [$$PropertyValue]: "width";
3177
+ };
3178
+ width: {
3179
+ readonly [$$PropertyValue]: "width";
3180
+ };
3181
+ height: {
3182
+ readonly [$$PropertyValue]: "width";
3183
+ };
3184
+ };
3185
+ maxSize: (value: {
3186
+ readonly [$$PropertyValue]: "width";
3187
+ }) => {
3188
+ maxWidth: {
3189
+ readonly [$$PropertyValue]: "width";
3190
+ };
3191
+ maxHeight: {
3192
+ readonly [$$PropertyValue]: "width";
3193
+ };
3194
+ };
3195
+ sizeMax: (value: {
3196
+ readonly [$$PropertyValue]: "width";
3197
+ }) => {
3198
+ maxWidth: {
3199
+ readonly [$$PropertyValue]: "width";
3200
+ };
3201
+ maxHeight: {
3202
+ readonly [$$PropertyValue]: "width";
3203
+ };
3204
+ };
3205
+ appearance: (value: {
3206
+ readonly [$$PropertyValue]: "appearance";
3207
+ }) => {
3208
+ WebkitAppearance: {
3209
+ readonly [$$PropertyValue]: "appearance";
3210
+ };
3211
+ appearance: {
3212
+ readonly [$$PropertyValue]: "appearance";
3213
+ };
3214
+ };
3215
+ scale: (value: {
3216
+ readonly [$$PropertyValue]: "scale";
3217
+ }) => {
3218
+ transform: string;
3011
3219
  };
3012
- breakpoints: {
3013
- xs: import("@stitches/react/types/theme").Token<"xs", string, "breakpoints", string>;
3014
- sm: import("@stitches/react/types/theme").Token<"sm", string, "breakpoints", string>;
3015
- md: import("@stitches/react/types/theme").Token<"md", string, "breakpoints", string>;
3016
- lg: import("@stitches/react/types/theme").Token<"lg", string, "breakpoints", string>;
3017
- xl: import("@stitches/react/types/theme").Token<"xl", string, "breakpoints", string>;
3220
+ linearGradient: (value: {
3221
+ readonly [$$PropertyValue]: "backgroundImage";
3222
+ }) => {
3223
+ backgroundImage: string;
3018
3224
  };
3019
- }, createThemeBase: <Argument0 extends string | ({
3020
- shadows?: {
3021
- xs?: string | number | boolean | undefined;
3022
- sm?: string | number | boolean | undefined;
3023
- md?: string | number | boolean | undefined;
3024
- lg?: string | number | boolean | undefined;
3025
- xl?: string | number | boolean | undefined;
3026
- } | undefined;
3027
- colors?: {
3028
- accents1?: string | number | boolean | undefined;
3029
- accents2?: string | number | boolean | undefined;
3030
- accents3?: string | number | boolean | undefined;
3031
- accents4?: string | number | boolean | undefined;
3032
- accents5?: string | number | boolean | undefined;
3033
- accents6?: string | number | boolean | undefined;
3034
- accents7?: string | number | boolean | undefined;
3035
- accents8?: string | number | boolean | undefined;
3036
- accents9?: string | number | boolean | undefined;
3037
- text?: string | number | boolean | undefined;
3038
- background?: string | number | boolean | undefined;
3039
- foreground?: string | number | boolean | undefined;
3040
- codeLight?: string | number | boolean | undefined;
3041
- code?: string | number | boolean | undefined;
3042
- border?: string | number | boolean | undefined;
3043
- selection?: string | number | boolean | undefined;
3044
- white?: string | number | boolean | undefined;
3045
- black?: string | number | boolean | undefined;
3046
- blue100?: string | number | boolean | undefined;
3047
- blue200?: string | number | boolean | undefined;
3048
- blue300?: string | number | boolean | undefined;
3049
- blue400?: string | number | boolean | undefined;
3050
- blue500?: string | number | boolean | undefined;
3051
- blue600?: string | number | boolean | undefined;
3052
- blue700?: string | number | boolean | undefined;
3053
- blue800?: string | number | boolean | undefined;
3054
- blue900?: string | number | boolean | undefined;
3055
- purple100?: string | number | boolean | undefined;
3056
- purple200?: string | number | boolean | undefined;
3057
- purple300?: string | number | boolean | undefined;
3058
- purple400?: string | number | boolean | undefined;
3059
- purple500?: string | number | boolean | undefined;
3060
- purple600?: string | number | boolean | undefined;
3061
- purple700?: string | number | boolean | undefined;
3062
- purple800?: string | number | boolean | undefined;
3063
- purple900?: string | number | boolean | undefined;
3064
- green100?: string | number | boolean | undefined;
3065
- green200?: string | number | boolean | undefined;
3066
- green300?: string | number | boolean | undefined;
3067
- green400?: string | number | boolean | undefined;
3068
- green500?: string | number | boolean | undefined;
3069
- green600?: string | number | boolean | undefined;
3070
- green700?: string | number | boolean | undefined;
3071
- green800?: string | number | boolean | undefined;
3072
- green900?: string | number | boolean | undefined;
3073
- yellow100?: string | number | boolean | undefined;
3074
- yellow200?: string | number | boolean | undefined;
3075
- yellow300?: string | number | boolean | undefined;
3076
- yellow400?: string | number | boolean | undefined;
3077
- yellow500?: string | number | boolean | undefined;
3078
- yellow600?: string | number | boolean | undefined;
3079
- yellow700?: string | number | boolean | undefined;
3080
- yellow800?: string | number | boolean | undefined;
3081
- yellow900?: string | number | boolean | undefined;
3082
- red100?: string | number | boolean | undefined;
3083
- red200?: string | number | boolean | undefined;
3084
- red300?: string | number | boolean | undefined;
3085
- red400?: string | number | boolean | undefined;
3086
- red500?: string | number | boolean | undefined;
3087
- red600?: string | number | boolean | undefined;
3088
- red700?: string | number | boolean | undefined;
3089
- red800?: string | number | boolean | undefined;
3090
- red900?: string | number | boolean | undefined;
3091
- cyan100?: string | number | boolean | undefined;
3092
- cyan200?: string | number | boolean | undefined;
3093
- cyan300?: string | number | boolean | undefined;
3094
- cyan400?: string | number | boolean | undefined;
3095
- cyan500?: string | number | boolean | undefined;
3096
- cyan600?: string | number | boolean | undefined;
3097
- cyan700?: string | number | boolean | undefined;
3098
- cyan800?: string | number | boolean | undefined;
3099
- cyan900?: string | number | boolean | undefined;
3100
- pink100?: string | number | boolean | undefined;
3101
- pink200?: string | number | boolean | undefined;
3102
- pink300?: string | number | boolean | undefined;
3103
- pink400?: string | number | boolean | undefined;
3104
- pink500?: string | number | boolean | undefined;
3105
- pink600?: string | number | boolean | undefined;
3106
- pink700?: string | number | boolean | undefined;
3107
- pink800?: string | number | boolean | undefined;
3108
- pink900?: string | number | boolean | undefined;
3109
- gray100?: string | number | boolean | undefined;
3110
- gray200?: string | number | boolean | undefined;
3111
- gray300?: string | number | boolean | undefined;
3112
- gray400?: string | number | boolean | undefined;
3113
- gray500?: string | number | boolean | undefined;
3114
- gray600?: string | number | boolean | undefined;
3115
- gray700?: string | number | boolean | undefined;
3116
- gray800?: string | number | boolean | undefined;
3117
- gray900?: string | number | boolean | undefined;
3118
- primaryLight?: string | number | boolean | undefined;
3119
- primary?: string | number | boolean | undefined;
3120
- primaryDark?: string | number | boolean | undefined;
3121
- secondaryLight?: string | number | boolean | undefined;
3122
- secondary?: string | number | boolean | undefined;
3123
- secondaryDark?: string | number | boolean | undefined;
3124
- successLight?: string | number | boolean | undefined;
3125
- success?: string | number | boolean | undefined;
3126
- successDark?: string | number | boolean | undefined;
3127
- warningLight?: string | number | boolean | undefined;
3128
- warning?: string | number | boolean | undefined;
3129
- warningDark?: string | number | boolean | undefined;
3130
- errorLight?: string | number | boolean | undefined;
3131
- error?: string | number | boolean | undefined;
3132
- errorDark?: string | number | boolean | undefined;
3133
- gradient?: string | number | boolean | undefined;
3134
- link?: string | number | boolean | undefined;
3135
- } | undefined;
3136
- fonts?: {
3137
- sans?: string | number | boolean | undefined;
3138
- mono?: string | number | boolean | undefined;
3139
- } | undefined;
3140
- fontSizes?: {
3141
- tiny?: string | number | boolean | undefined;
3142
- xs?: string | number | boolean | undefined;
3143
- base?: string | number | boolean | undefined;
3144
- sm?: string | number | boolean | undefined;
3145
- md?: string | number | boolean | undefined;
3146
- lg?: string | number | boolean | undefined;
3147
- xl?: string | number | boolean | undefined;
3148
- } | undefined;
3149
- fontWeights?: {
3150
- hairline?: string | number | boolean | undefined;
3151
- thin?: string | number | boolean | undefined;
3152
- light?: string | number | boolean | undefined;
3153
- normal?: string | number | boolean | undefined;
3154
- medium?: string | number | boolean | undefined;
3155
- semibold?: string | number | boolean | undefined;
3156
- bold?: string | number | boolean | undefined;
3157
- extrabold?: string | number | boolean | undefined;
3158
- black?: string | number | boolean | undefined;
3159
- } | undefined;
3160
- lineHeights?: {
3161
- xs?: string | number | boolean | undefined;
3162
- sm?: string | number | boolean | undefined;
3163
- md?: string | number | boolean | undefined;
3164
- lg?: string | number | boolean | undefined;
3165
- xl?: string | number | boolean | undefined;
3166
- } | undefined;
3167
- letterSpacings?: {
3168
- tighter?: string | number | boolean | undefined;
3169
- tight?: string | number | boolean | undefined;
3170
- normal?: string | number | boolean | undefined;
3171
- wide?: string | number | boolean | undefined;
3172
- wider?: string | number | boolean | undefined;
3173
- widest?: string | number | boolean | undefined;
3174
- } | undefined;
3175
- space?: {
3176
- 0?: string | number | boolean | undefined;
3177
- xs?: string | number | boolean | undefined;
3178
- sm?: string | number | boolean | undefined;
3179
- md?: string | number | boolean | undefined;
3180
- lg?: string | number | boolean | undefined;
3181
- xl?: string | number | boolean | undefined;
3182
- px?: string | number | boolean | undefined;
3183
- 1?: string | number | boolean | undefined;
3184
- 2?: string | number | boolean | undefined;
3185
- 3?: string | number | boolean | undefined;
3186
- 4?: string | number | boolean | undefined;
3187
- 5?: string | number | boolean | undefined;
3188
- 6?: string | number | boolean | undefined;
3189
- 7?: string | number | boolean | undefined;
3190
- 8?: string | number | boolean | undefined;
3191
- 9?: string | number | boolean | undefined;
3192
- 10?: string | number | boolean | undefined;
3193
- 11?: string | number | boolean | undefined;
3194
- 12?: string | number | boolean | undefined;
3195
- 13?: string | number | boolean | undefined;
3196
- 14?: string | number | boolean | undefined;
3197
- 15?: string | number | boolean | undefined;
3198
- 16?: string | number | boolean | undefined;
3199
- 17?: string | number | boolean | undefined;
3200
- 18?: string | number | boolean | undefined;
3201
- 20?: string | number | boolean | undefined;
3202
- 24?: string | number | boolean | undefined;
3203
- 28?: string | number | boolean | undefined;
3204
- 32?: string | number | boolean | undefined;
3205
- 36?: string | number | boolean | undefined;
3206
- 40?: string | number | boolean | undefined;
3207
- 44?: string | number | boolean | undefined;
3208
- 48?: string | number | boolean | undefined;
3209
- 52?: string | number | boolean | undefined;
3210
- 56?: string | number | boolean | undefined;
3211
- 60?: string | number | boolean | undefined;
3212
- 64?: string | number | boolean | undefined;
3213
- 72?: string | number | boolean | undefined;
3214
- 80?: string | number | boolean | undefined;
3215
- 96?: string | number | boolean | undefined;
3216
- } | undefined;
3217
- radii?: {
3218
- xs?: string | number | boolean | undefined;
3219
- sm?: string | number | boolean | undefined;
3220
- md?: string | number | boolean | undefined;
3221
- base?: string | number | boolean | undefined;
3222
- lg?: string | number | boolean | undefined;
3223
- xl?: string | number | boolean | undefined;
3224
- squared?: string | number | boolean | undefined;
3225
- rounded?: string | number | boolean | undefined;
3226
- pill?: string | number | boolean | undefined;
3227
- } | undefined;
3228
- zIndices?: {
3229
- 1?: string | number | boolean | undefined;
3230
- 2?: string | number | boolean | undefined;
3231
- 3?: string | number | boolean | undefined;
3232
- 4?: string | number | boolean | undefined;
3233
- 5?: string | number | boolean | undefined;
3234
- 10?: string | number | boolean | undefined;
3235
- max?: string | number | boolean | undefined;
3236
- } | undefined;
3237
- borderWeights?: {
3238
- light?: string | number | boolean | undefined;
3239
- normal?: string | number | boolean | undefined;
3240
- bold?: string | number | boolean | undefined;
3241
- extrabold?: string | number | boolean | undefined;
3242
- black?: string | number | boolean | undefined;
3243
- } | undefined;
3244
- transitions?: {
3245
- default?: string | number | boolean | undefined;
3246
- } | undefined;
3247
- breakpoints?: {
3248
- xs?: string | number | boolean | undefined;
3249
- sm?: string | number | boolean | undefined;
3250
- md?: string | number | boolean | undefined;
3251
- lg?: string | number | boolean | undefined;
3252
- xl?: string | number | boolean | undefined;
3253
- } | undefined;
3254
- } & {
3255
- [x: string]: {
3256
- [x: string]: string | number | boolean;
3257
- [x: number]: string | number | boolean;
3225
+ tdl: (value: {
3226
+ readonly [$$PropertyValue]: "textDecorationLine";
3227
+ }) => {
3228
+ textDecorationLine: {
3229
+ readonly [$$PropertyValue]: "textDecorationLine";
3230
+ };
3231
+ };
3232
+ textGradient: (value: {
3233
+ readonly [$$PropertyValue]: "backgroundImage";
3234
+ }) => {
3235
+ backgroundImage: string;
3236
+ WebkitBackgroundClip: string;
3237
+ WebkitTextFillColor: string;
3258
3238
  };
3259
- }), Argument1 extends string | ({
3260
- shadows?: {
3261
- xs?: string | number | boolean | undefined;
3262
- sm?: string | number | boolean | undefined;
3263
- md?: string | number | boolean | undefined;
3264
- lg?: string | number | boolean | undefined;
3265
- xl?: string | number | boolean | undefined;
3266
- } | undefined;
3267
- colors?: {
3268
- accents1?: string | number | boolean | undefined;
3269
- accents2?: string | number | boolean | undefined;
3270
- accents3?: string | number | boolean | undefined;
3271
- accents4?: string | number | boolean | undefined;
3272
- accents5?: string | number | boolean | undefined;
3273
- accents6?: string | number | boolean | undefined;
3274
- accents7?: string | number | boolean | undefined;
3275
- accents8?: string | number | boolean | undefined;
3276
- accents9?: string | number | boolean | undefined;
3277
- text?: string | number | boolean | undefined;
3278
- background?: string | number | boolean | undefined;
3279
- foreground?: string | number | boolean | undefined;
3280
- codeLight?: string | number | boolean | undefined;
3281
- code?: string | number | boolean | undefined;
3282
- border?: string | number | boolean | undefined;
3283
- selection?: string | number | boolean | undefined;
3284
- white?: string | number | boolean | undefined;
3285
- black?: string | number | boolean | undefined;
3286
- blue100?: string | number | boolean | undefined;
3287
- blue200?: string | number | boolean | undefined;
3288
- blue300?: string | number | boolean | undefined;
3289
- blue400?: string | number | boolean | undefined;
3290
- blue500?: string | number | boolean | undefined;
3291
- blue600?: string | number | boolean | undefined;
3292
- blue700?: string | number | boolean | undefined;
3293
- blue800?: string | number | boolean | undefined;
3294
- blue900?: string | number | boolean | undefined;
3295
- purple100?: string | number | boolean | undefined;
3296
- purple200?: string | number | boolean | undefined;
3297
- purple300?: string | number | boolean | undefined;
3298
- purple400?: string | number | boolean | undefined;
3299
- purple500?: string | number | boolean | undefined;
3300
- purple600?: string | number | boolean | undefined;
3301
- purple700?: string | number | boolean | undefined;
3302
- purple800?: string | number | boolean | undefined;
3303
- purple900?: string | number | boolean | undefined;
3304
- green100?: string | number | boolean | undefined;
3305
- green200?: string | number | boolean | undefined;
3306
- green300?: string | number | boolean | undefined;
3307
- green400?: string | number | boolean | undefined;
3308
- green500?: string | number | boolean | undefined;
3309
- green600?: string | number | boolean | undefined;
3310
- green700?: string | number | boolean | undefined;
3311
- green800?: string | number | boolean | undefined;
3312
- green900?: string | number | boolean | undefined;
3313
- yellow100?: string | number | boolean | undefined;
3314
- yellow200?: string | number | boolean | undefined;
3315
- yellow300?: string | number | boolean | undefined;
3316
- yellow400?: string | number | boolean | undefined;
3317
- yellow500?: string | number | boolean | undefined;
3318
- yellow600?: string | number | boolean | undefined;
3319
- yellow700?: string | number | boolean | undefined;
3320
- yellow800?: string | number | boolean | undefined;
3321
- yellow900?: string | number | boolean | undefined;
3322
- red100?: string | number | boolean | undefined;
3323
- red200?: string | number | boolean | undefined;
3324
- red300?: string | number | boolean | undefined;
3325
- red400?: string | number | boolean | undefined;
3326
- red500?: string | number | boolean | undefined;
3327
- red600?: string | number | boolean | undefined;
3328
- red700?: string | number | boolean | undefined;
3329
- red800?: string | number | boolean | undefined;
3330
- red900?: string | number | boolean | undefined;
3331
- cyan100?: string | number | boolean | undefined;
3332
- cyan200?: string | number | boolean | undefined;
3333
- cyan300?: string | number | boolean | undefined;
3334
- cyan400?: string | number | boolean | undefined;
3335
- cyan500?: string | number | boolean | undefined;
3336
- cyan600?: string | number | boolean | undefined;
3337
- cyan700?: string | number | boolean | undefined;
3338
- cyan800?: string | number | boolean | undefined;
3339
- cyan900?: string | number | boolean | undefined;
3340
- pink100?: string | number | boolean | undefined;
3341
- pink200?: string | number | boolean | undefined;
3342
- pink300?: string | number | boolean | undefined;
3343
- pink400?: string | number | boolean | undefined;
3344
- pink500?: string | number | boolean | undefined;
3345
- pink600?: string | number | boolean | undefined;
3346
- pink700?: string | number | boolean | undefined;
3347
- pink800?: string | number | boolean | undefined;
3348
- pink900?: string | number | boolean | undefined;
3349
- gray100?: string | number | boolean | undefined;
3350
- gray200?: string | number | boolean | undefined;
3351
- gray300?: string | number | boolean | undefined;
3352
- gray400?: string | number | boolean | undefined;
3353
- gray500?: string | number | boolean | undefined;
3354
- gray600?: string | number | boolean | undefined;
3355
- gray700?: string | number | boolean | undefined;
3356
- gray800?: string | number | boolean | undefined;
3357
- gray900?: string | number | boolean | undefined;
3358
- primaryLight?: string | number | boolean | undefined;
3359
- primary?: string | number | boolean | undefined;
3360
- primaryDark?: string | number | boolean | undefined;
3361
- secondaryLight?: string | number | boolean | undefined;
3362
- secondary?: string | number | boolean | undefined;
3363
- secondaryDark?: string | number | boolean | undefined;
3364
- successLight?: string | number | boolean | undefined;
3365
- success?: string | number | boolean | undefined;
3366
- successDark?: string | number | boolean | undefined;
3367
- warningLight?: string | number | boolean | undefined;
3368
- warning?: string | number | boolean | undefined;
3369
- warningDark?: string | number | boolean | undefined;
3370
- errorLight?: string | number | boolean | undefined;
3371
- error?: string | number | boolean | undefined;
3372
- errorDark?: string | number | boolean | undefined;
3373
- gradient?: string | number | boolean | undefined;
3374
- link?: string | number | boolean | undefined;
3375
- } | undefined;
3376
- fonts?: {
3377
- sans?: string | number | boolean | undefined;
3378
- mono?: string | number | boolean | undefined;
3379
- } | undefined;
3380
- fontSizes?: {
3381
- tiny?: string | number | boolean | undefined;
3382
- xs?: string | number | boolean | undefined;
3383
- base?: string | number | boolean | undefined;
3384
- sm?: string | number | boolean | undefined;
3385
- md?: string | number | boolean | undefined;
3386
- lg?: string | number | boolean | undefined;
3387
- xl?: string | number | boolean | undefined;
3388
- } | undefined;
3389
- fontWeights?: {
3390
- hairline?: string | number | boolean | undefined;
3391
- thin?: string | number | boolean | undefined;
3392
- light?: string | number | boolean | undefined;
3393
- normal?: string | number | boolean | undefined;
3394
- medium?: string | number | boolean | undefined;
3395
- semibold?: string | number | boolean | undefined;
3396
- bold?: string | number | boolean | undefined;
3397
- extrabold?: string | number | boolean | undefined;
3398
- black?: string | number | boolean | undefined;
3399
- } | undefined;
3400
- lineHeights?: {
3401
- xs?: string | number | boolean | undefined;
3402
- sm?: string | number | boolean | undefined;
3403
- md?: string | number | boolean | undefined;
3404
- lg?: string | number | boolean | undefined;
3405
- xl?: string | number | boolean | undefined;
3406
- } | undefined;
3407
- letterSpacings?: {
3408
- tighter?: string | number | boolean | undefined;
3409
- tight?: string | number | boolean | undefined;
3410
- normal?: string | number | boolean | undefined;
3411
- wide?: string | number | boolean | undefined;
3412
- wider?: string | number | boolean | undefined;
3413
- widest?: string | number | boolean | undefined;
3414
- } | undefined;
3415
- space?: {
3416
- 0?: string | number | boolean | undefined;
3417
- xs?: string | number | boolean | undefined;
3418
- sm?: string | number | boolean | undefined;
3419
- md?: string | number | boolean | undefined;
3420
- lg?: string | number | boolean | undefined;
3421
- xl?: string | number | boolean | undefined;
3422
- px?: string | number | boolean | undefined;
3423
- 1?: string | number | boolean | undefined;
3424
- 2?: string | number | boolean | undefined;
3425
- 3?: string | number | boolean | undefined;
3426
- 4?: string | number | boolean | undefined;
3427
- 5?: string | number | boolean | undefined;
3428
- 6?: string | number | boolean | undefined;
3429
- 7?: string | number | boolean | undefined;
3430
- 8?: string | number | boolean | undefined;
3431
- 9?: string | number | boolean | undefined;
3432
- 10?: string | number | boolean | undefined;
3433
- 11?: string | number | boolean | undefined;
3434
- 12?: string | number | boolean | undefined;
3435
- 13?: string | number | boolean | undefined;
3436
- 14?: string | number | boolean | undefined;
3437
- 15?: string | number | boolean | undefined;
3438
- 16?: string | number | boolean | undefined;
3439
- 17?: string | number | boolean | undefined;
3440
- 18?: string | number | boolean | undefined;
3441
- 20?: string | number | boolean | undefined;
3442
- 24?: string | number | boolean | undefined;
3443
- 28?: string | number | boolean | undefined;
3444
- 32?: string | number | boolean | undefined;
3445
- 36?: string | number | boolean | undefined;
3446
- 40?: string | number | boolean | undefined;
3447
- 44?: string | number | boolean | undefined;
3448
- 48?: string | number | boolean | undefined;
3449
- 52?: string | number | boolean | undefined;
3450
- 56?: string | number | boolean | undefined;
3451
- 60?: string | number | boolean | undefined;
3452
- 64?: string | number | boolean | undefined;
3453
- 72?: string | number | boolean | undefined;
3454
- 80?: string | number | boolean | undefined;
3455
- 96?: string | number | boolean | undefined;
3456
- } | undefined;
3457
- radii?: {
3458
- xs?: string | number | boolean | undefined;
3459
- sm?: string | number | boolean | undefined;
3460
- md?: string | number | boolean | undefined;
3461
- base?: string | number | boolean | undefined;
3462
- lg?: string | number | boolean | undefined;
3463
- xl?: string | number | boolean | undefined;
3464
- squared?: string | number | boolean | undefined;
3465
- rounded?: string | number | boolean | undefined;
3466
- pill?: string | number | boolean | undefined;
3467
- } | undefined;
3468
- zIndices?: {
3469
- 1?: string | number | boolean | undefined;
3470
- 2?: string | number | boolean | undefined;
3471
- 3?: string | number | boolean | undefined;
3472
- 4?: string | number | boolean | undefined;
3473
- 5?: string | number | boolean | undefined;
3474
- 10?: string | number | boolean | undefined;
3475
- max?: string | number | boolean | undefined;
3476
- } | undefined;
3477
- borderWeights?: {
3478
- light?: string | number | boolean | undefined;
3479
- normal?: string | number | boolean | undefined;
3480
- bold?: string | number | boolean | undefined;
3481
- extrabold?: string | number | boolean | undefined;
3482
- black?: string | number | boolean | undefined;
3483
- } | undefined;
3484
- transitions?: {
3485
- default?: string | number | boolean | undefined;
3486
- } | undefined;
3487
- breakpoints?: {
3488
- xs?: string | number | boolean | undefined;
3489
- sm?: string | number | boolean | undefined;
3490
- md?: string | number | boolean | undefined;
3491
- lg?: string | number | boolean | undefined;
3492
- xl?: string | number | boolean | undefined;
3239
+ }>>(...composers: { [K in keyof Composers]: Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
3240
+ variants?: {
3241
+ [x: string]: {
3242
+ [x: string]: CSS_1;
3243
+ [x: number]: CSS_1;
3244
+ };
3493
3245
  } | undefined;
3494
- } & {
3495
- [x: string]: {
3496
- [x: string]: string | number | boolean;
3497
- [x: number]: string | number | boolean;
3498
- };
3499
- })>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
3500
- className: string;
3501
- selector: string;
3502
- } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, string> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, string>), getCssText: () => string, globalCss: <Styles extends {
3246
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
3247
+ css: CSS_1;
3248
+ })[] | undefined;
3249
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
3250
+ } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
3251
+ xs: string;
3252
+ sm: string;
3253
+ md: string;
3254
+ lg: string;
3255
+ xl: string;
3256
+ xsMax: string;
3257
+ smMax: string;
3258
+ mdMax: string;
3259
+ lgMax: string;
3260
+ xlMax: string;
3261
+ motion: string;
3262
+ safari: string;
3263
+ hover: string;
3264
+ dark: string;
3265
+ light: string;
3266
+ }, CSS_1>;
3267
+ export declare const globalCss: <Styles extends {
3503
3268
  [K: string]: any;
3504
3269
  }>(...styles: ({
3505
3270
  '@import'?: unknown;
@@ -5318,7 +5083,8 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
5318
5083
  WebkitBackgroundClip: string;
5319
5084
  WebkitTextFillColor: string;
5320
5085
  };
5321
- }>; })[]) => () => string, keyframes: (style: {
5086
+ }>; })[]) => () => string;
5087
+ export declare const keyframes: (style: {
5322
5088
  [offset: string]: import("@stitches/react/types/css-util").CSS<{
5323
5089
  xs: string;
5324
5090
  sm: string;
@@ -6229,7 +5995,248 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
6229
5995
  }) => {
6230
5996
  (): string;
6231
5997
  name: string;
6232
- }, config: {
5998
+ };
5999
+ export declare const getCssText: () => string;
6000
+ export declare const theme: string & {
6001
+ className: string;
6002
+ selector: string;
6003
+ } & {
6004
+ shadows: {
6005
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "shadows", string>;
6006
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", string>;
6007
+ md: import("@stitches/react/types/theme").Token<"md", string, "shadows", string>;
6008
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "shadows", string>;
6009
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "shadows", string>;
6010
+ };
6011
+ colors: {
6012
+ accents1: import("@stitches/react/types/theme").Token<"accents1", string, "colors", string>;
6013
+ accents2: import("@stitches/react/types/theme").Token<"accents2", string, "colors", string>;
6014
+ accents3: import("@stitches/react/types/theme").Token<"accents3", string, "colors", string>;
6015
+ accents4: import("@stitches/react/types/theme").Token<"accents4", string, "colors", string>;
6016
+ accents5: import("@stitches/react/types/theme").Token<"accents5", string, "colors", string>;
6017
+ accents6: import("@stitches/react/types/theme").Token<"accents6", string, "colors", string>;
6018
+ accents7: import("@stitches/react/types/theme").Token<"accents7", string, "colors", string>;
6019
+ accents8: import("@stitches/react/types/theme").Token<"accents8", string, "colors", string>;
6020
+ accents9: import("@stitches/react/types/theme").Token<"accents9", string, "colors", string>;
6021
+ text: import("@stitches/react/types/theme").Token<"text", string, "colors", string>;
6022
+ background: import("@stitches/react/types/theme").Token<"background", string, "colors", string>;
6023
+ foreground: import("@stitches/react/types/theme").Token<"foreground", string, "colors", string>;
6024
+ codeLight: import("@stitches/react/types/theme").Token<"codeLight", string, "colors", string>;
6025
+ code: import("@stitches/react/types/theme").Token<"code", string, "colors", string>;
6026
+ border: import("@stitches/react/types/theme").Token<"border", string, "colors", string>;
6027
+ selection: import("@stitches/react/types/theme").Token<"selection", string, "colors", string>;
6028
+ white: import("@stitches/react/types/theme").Token<"white", string, "colors", string>;
6029
+ black: import("@stitches/react/types/theme").Token<"black", string, "colors", string>;
6030
+ blue100: import("@stitches/react/types/theme").Token<"blue100", string, "colors", string>;
6031
+ blue200: import("@stitches/react/types/theme").Token<"blue200", string, "colors", string>;
6032
+ blue300: import("@stitches/react/types/theme").Token<"blue300", string, "colors", string>;
6033
+ blue400: import("@stitches/react/types/theme").Token<"blue400", string, "colors", string>;
6034
+ blue500: import("@stitches/react/types/theme").Token<"blue500", string, "colors", string>;
6035
+ blue600: import("@stitches/react/types/theme").Token<"blue600", string, "colors", string>;
6036
+ blue700: import("@stitches/react/types/theme").Token<"blue700", string, "colors", string>;
6037
+ blue800: import("@stitches/react/types/theme").Token<"blue800", string, "colors", string>;
6038
+ blue900: import("@stitches/react/types/theme").Token<"blue900", string, "colors", string>;
6039
+ purple100: import("@stitches/react/types/theme").Token<"purple100", string, "colors", string>;
6040
+ purple200: import("@stitches/react/types/theme").Token<"purple200", string, "colors", string>;
6041
+ purple300: import("@stitches/react/types/theme").Token<"purple300", string, "colors", string>;
6042
+ purple400: import("@stitches/react/types/theme").Token<"purple400", string, "colors", string>;
6043
+ purple500: import("@stitches/react/types/theme").Token<"purple500", string, "colors", string>;
6044
+ purple600: import("@stitches/react/types/theme").Token<"purple600", string, "colors", string>;
6045
+ purple700: import("@stitches/react/types/theme").Token<"purple700", string, "colors", string>;
6046
+ purple800: import("@stitches/react/types/theme").Token<"purple800", string, "colors", string>;
6047
+ purple900: import("@stitches/react/types/theme").Token<"purple900", string, "colors", string>;
6048
+ green100: import("@stitches/react/types/theme").Token<"green100", string, "colors", string>;
6049
+ green200: import("@stitches/react/types/theme").Token<"green200", string, "colors", string>;
6050
+ green300: import("@stitches/react/types/theme").Token<"green300", string, "colors", string>;
6051
+ green400: import("@stitches/react/types/theme").Token<"green400", string, "colors", string>;
6052
+ green500: import("@stitches/react/types/theme").Token<"green500", string, "colors", string>;
6053
+ green600: import("@stitches/react/types/theme").Token<"green600", string, "colors", string>;
6054
+ green700: import("@stitches/react/types/theme").Token<"green700", string, "colors", string>;
6055
+ green800: import("@stitches/react/types/theme").Token<"green800", string, "colors", string>;
6056
+ green900: import("@stitches/react/types/theme").Token<"green900", string, "colors", string>;
6057
+ yellow100: import("@stitches/react/types/theme").Token<"yellow100", string, "colors", string>;
6058
+ yellow200: import("@stitches/react/types/theme").Token<"yellow200", string, "colors", string>;
6059
+ yellow300: import("@stitches/react/types/theme").Token<"yellow300", string, "colors", string>;
6060
+ yellow400: import("@stitches/react/types/theme").Token<"yellow400", string, "colors", string>;
6061
+ yellow500: import("@stitches/react/types/theme").Token<"yellow500", string, "colors", string>;
6062
+ yellow600: import("@stitches/react/types/theme").Token<"yellow600", string, "colors", string>;
6063
+ yellow700: import("@stitches/react/types/theme").Token<"yellow700", string, "colors", string>;
6064
+ yellow800: import("@stitches/react/types/theme").Token<"yellow800", string, "colors", string>;
6065
+ yellow900: import("@stitches/react/types/theme").Token<"yellow900", string, "colors", string>;
6066
+ red100: import("@stitches/react/types/theme").Token<"red100", string, "colors", string>;
6067
+ red200: import("@stitches/react/types/theme").Token<"red200", string, "colors", string>;
6068
+ red300: import("@stitches/react/types/theme").Token<"red300", string, "colors", string>;
6069
+ red400: import("@stitches/react/types/theme").Token<"red400", string, "colors", string>;
6070
+ red500: import("@stitches/react/types/theme").Token<"red500", string, "colors", string>;
6071
+ red600: import("@stitches/react/types/theme").Token<"red600", string, "colors", string>;
6072
+ red700: import("@stitches/react/types/theme").Token<"red700", string, "colors", string>;
6073
+ red800: import("@stitches/react/types/theme").Token<"red800", string, "colors", string>;
6074
+ red900: import("@stitches/react/types/theme").Token<"red900", string, "colors", string>;
6075
+ cyan100: import("@stitches/react/types/theme").Token<"cyan100", string, "colors", string>;
6076
+ cyan200: import("@stitches/react/types/theme").Token<"cyan200", string, "colors", string>;
6077
+ cyan300: import("@stitches/react/types/theme").Token<"cyan300", string, "colors", string>;
6078
+ cyan400: import("@stitches/react/types/theme").Token<"cyan400", string, "colors", string>;
6079
+ cyan500: import("@stitches/react/types/theme").Token<"cyan500", string, "colors", string>;
6080
+ cyan600: import("@stitches/react/types/theme").Token<"cyan600", string, "colors", string>;
6081
+ cyan700: import("@stitches/react/types/theme").Token<"cyan700", string, "colors", string>;
6082
+ cyan800: import("@stitches/react/types/theme").Token<"cyan800", string, "colors", string>;
6083
+ cyan900: import("@stitches/react/types/theme").Token<"cyan900", string, "colors", string>;
6084
+ pink100: import("@stitches/react/types/theme").Token<"pink100", string, "colors", string>;
6085
+ pink200: import("@stitches/react/types/theme").Token<"pink200", string, "colors", string>;
6086
+ pink300: import("@stitches/react/types/theme").Token<"pink300", string, "colors", string>;
6087
+ pink400: import("@stitches/react/types/theme").Token<"pink400", string, "colors", string>;
6088
+ pink500: import("@stitches/react/types/theme").Token<"pink500", string, "colors", string>;
6089
+ pink600: import("@stitches/react/types/theme").Token<"pink600", string, "colors", string>;
6090
+ pink700: import("@stitches/react/types/theme").Token<"pink700", string, "colors", string>;
6091
+ pink800: import("@stitches/react/types/theme").Token<"pink800", string, "colors", string>;
6092
+ pink900: import("@stitches/react/types/theme").Token<"pink900", string, "colors", string>;
6093
+ gray100: import("@stitches/react/types/theme").Token<"gray100", string, "colors", string>;
6094
+ gray200: import("@stitches/react/types/theme").Token<"gray200", string, "colors", string>;
6095
+ gray300: import("@stitches/react/types/theme").Token<"gray300", string, "colors", string>;
6096
+ gray400: import("@stitches/react/types/theme").Token<"gray400", string, "colors", string>;
6097
+ gray500: import("@stitches/react/types/theme").Token<"gray500", string, "colors", string>;
6098
+ gray600: import("@stitches/react/types/theme").Token<"gray600", string, "colors", string>;
6099
+ gray700: import("@stitches/react/types/theme").Token<"gray700", string, "colors", string>;
6100
+ gray800: import("@stitches/react/types/theme").Token<"gray800", string, "colors", string>;
6101
+ gray900: import("@stitches/react/types/theme").Token<"gray900", string, "colors", string>;
6102
+ primaryLight: import("@stitches/react/types/theme").Token<"primaryLight", string, "colors", string>;
6103
+ primary: import("@stitches/react/types/theme").Token<"primary", string, "colors", string>;
6104
+ primaryDark: import("@stitches/react/types/theme").Token<"primaryDark", string, "colors", string>;
6105
+ secondaryLight: import("@stitches/react/types/theme").Token<"secondaryLight", string, "colors", string>;
6106
+ secondary: import("@stitches/react/types/theme").Token<"secondary", string, "colors", string>;
6107
+ secondaryDark: import("@stitches/react/types/theme").Token<"secondaryDark", string, "colors", string>;
6108
+ successLight: import("@stitches/react/types/theme").Token<"successLight", string, "colors", string>;
6109
+ success: import("@stitches/react/types/theme").Token<"success", string, "colors", string>;
6110
+ successDark: import("@stitches/react/types/theme").Token<"successDark", string, "colors", string>;
6111
+ warningLight: import("@stitches/react/types/theme").Token<"warningLight", string, "colors", string>;
6112
+ warning: import("@stitches/react/types/theme").Token<"warning", string, "colors", string>;
6113
+ warningDark: import("@stitches/react/types/theme").Token<"warningDark", string, "colors", string>;
6114
+ errorLight: import("@stitches/react/types/theme").Token<"errorLight", string, "colors", string>;
6115
+ error: import("@stitches/react/types/theme").Token<"error", string, "colors", string>;
6116
+ errorDark: import("@stitches/react/types/theme").Token<"errorDark", string, "colors", string>;
6117
+ gradient: import("@stitches/react/types/theme").Token<"gradient", string, "colors", string>;
6118
+ link: import("@stitches/react/types/theme").Token<"link", string, "colors", string>;
6119
+ };
6120
+ fonts: {
6121
+ sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", string>;
6122
+ mono: import("@stitches/react/types/theme").Token<"mono", string, "fonts", string>;
6123
+ };
6124
+ fontSizes: {
6125
+ tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", string>;
6126
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", string>;
6127
+ base: import("@stitches/react/types/theme").Token<"base", string, "fontSizes", string>;
6128
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", string>;
6129
+ md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", string>;
6130
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", string>;
6131
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "fontSizes", string>;
6132
+ };
6133
+ fontWeights: {
6134
+ hairline: import("@stitches/react/types/theme").Token<"hairline", string, "fontWeights", string>;
6135
+ thin: import("@stitches/react/types/theme").Token<"thin", string, "fontWeights", string>;
6136
+ light: import("@stitches/react/types/theme").Token<"light", string, "fontWeights", string>;
6137
+ normal: import("@stitches/react/types/theme").Token<"normal", string, "fontWeights", string>;
6138
+ medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", string>;
6139
+ semibold: import("@stitches/react/types/theme").Token<"semibold", string, "fontWeights", string>;
6140
+ bold: import("@stitches/react/types/theme").Token<"bold", string, "fontWeights", string>;
6141
+ extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "fontWeights", string>;
6142
+ black: import("@stitches/react/types/theme").Token<"black", string, "fontWeights", string>;
6143
+ };
6144
+ lineHeights: {
6145
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", string>;
6146
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", string>;
6147
+ md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", string>;
6148
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "lineHeights", string>;
6149
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "lineHeights", string>;
6150
+ };
6151
+ letterSpacings: {
6152
+ tighter: import("@stitches/react/types/theme").Token<"tighter", string, "letterSpacings", string>;
6153
+ tight: import("@stitches/react/types/theme").Token<"tight", string, "letterSpacings", string>;
6154
+ normal: import("@stitches/react/types/theme").Token<"normal", string, "letterSpacings", string>;
6155
+ wide: import("@stitches/react/types/theme").Token<"wide", string, "letterSpacings", string>;
6156
+ wider: import("@stitches/react/types/theme").Token<"wider", string, "letterSpacings", string>;
6157
+ widest: import("@stitches/react/types/theme").Token<"widest", string, "letterSpacings", string>;
6158
+ };
6159
+ space: {
6160
+ 0: import("@stitches/react/types/theme").Token<"0", string, "space", string>;
6161
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "space", string>;
6162
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "space", string>;
6163
+ md: import("@stitches/react/types/theme").Token<"md", string, "space", string>;
6164
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "space", string>;
6165
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "space", string>;
6166
+ px: import("@stitches/react/types/theme").Token<"px", string, "space", string>;
6167
+ 1: import("@stitches/react/types/theme").Token<"1", string, "space", string>;
6168
+ 2: import("@stitches/react/types/theme").Token<"2", string, "space", string>;
6169
+ 3: import("@stitches/react/types/theme").Token<"3", string, "space", string>;
6170
+ 4: import("@stitches/react/types/theme").Token<"4", string, "space", string>;
6171
+ 5: import("@stitches/react/types/theme").Token<"5", string, "space", string>;
6172
+ 6: import("@stitches/react/types/theme").Token<"6", string, "space", string>;
6173
+ 7: import("@stitches/react/types/theme").Token<"7", string, "space", string>;
6174
+ 8: import("@stitches/react/types/theme").Token<"8", string, "space", string>;
6175
+ 9: import("@stitches/react/types/theme").Token<"9", string, "space", string>;
6176
+ 10: import("@stitches/react/types/theme").Token<"10", string, "space", string>;
6177
+ 11: import("@stitches/react/types/theme").Token<"11", string, "space", string>;
6178
+ 12: import("@stitches/react/types/theme").Token<"12", string, "space", string>;
6179
+ 13: import("@stitches/react/types/theme").Token<"13", string, "space", string>;
6180
+ 14: import("@stitches/react/types/theme").Token<"14", string, "space", string>;
6181
+ 15: import("@stitches/react/types/theme").Token<"15", string, "space", string>;
6182
+ 16: import("@stitches/react/types/theme").Token<"16", string, "space", string>;
6183
+ 17: import("@stitches/react/types/theme").Token<"17", string, "space", string>;
6184
+ 18: import("@stitches/react/types/theme").Token<"18", string, "space", string>;
6185
+ 20: import("@stitches/react/types/theme").Token<"20", string, "space", string>;
6186
+ 24: import("@stitches/react/types/theme").Token<"24", string, "space", string>;
6187
+ 28: import("@stitches/react/types/theme").Token<"28", string, "space", string>;
6188
+ 32: import("@stitches/react/types/theme").Token<"32", string, "space", string>;
6189
+ 36: import("@stitches/react/types/theme").Token<"36", string, "space", string>;
6190
+ 40: import("@stitches/react/types/theme").Token<"40", string, "space", string>;
6191
+ 44: import("@stitches/react/types/theme").Token<"44", string, "space", string>;
6192
+ 48: import("@stitches/react/types/theme").Token<"48", string, "space", string>;
6193
+ 52: import("@stitches/react/types/theme").Token<"52", string, "space", string>;
6194
+ 56: import("@stitches/react/types/theme").Token<"56", string, "space", string>;
6195
+ 60: import("@stitches/react/types/theme").Token<"60", string, "space", string>;
6196
+ 64: import("@stitches/react/types/theme").Token<"64", string, "space", string>;
6197
+ 72: import("@stitches/react/types/theme").Token<"72", string, "space", string>;
6198
+ 80: import("@stitches/react/types/theme").Token<"80", string, "space", string>;
6199
+ 96: import("@stitches/react/types/theme").Token<"96", string, "space", string>;
6200
+ };
6201
+ radii: {
6202
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "radii", string>;
6203
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "radii", string>;
6204
+ md: import("@stitches/react/types/theme").Token<"md", string, "radii", string>;
6205
+ base: import("@stitches/react/types/theme").Token<"base", string, "radii", string>;
6206
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "radii", string>;
6207
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "radii", string>;
6208
+ squared: import("@stitches/react/types/theme").Token<"squared", string, "radii", string>;
6209
+ rounded: import("@stitches/react/types/theme").Token<"rounded", string, "radii", string>;
6210
+ pill: import("@stitches/react/types/theme").Token<"pill", string, "radii", string>;
6211
+ };
6212
+ zIndices: {
6213
+ 1: import("@stitches/react/types/theme").Token<"1", string, "zIndices", string>;
6214
+ 2: import("@stitches/react/types/theme").Token<"2", string, "zIndices", string>;
6215
+ 3: import("@stitches/react/types/theme").Token<"3", string, "zIndices", string>;
6216
+ 4: import("@stitches/react/types/theme").Token<"4", string, "zIndices", string>;
6217
+ 5: import("@stitches/react/types/theme").Token<"5", string, "zIndices", string>;
6218
+ 10: import("@stitches/react/types/theme").Token<"10", string, "zIndices", string>;
6219
+ max: import("@stitches/react/types/theme").Token<"max", string, "zIndices", string>;
6220
+ };
6221
+ borderWeights: {
6222
+ light: import("@stitches/react/types/theme").Token<"light", string, "borderWeights", string>;
6223
+ normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWeights", string>;
6224
+ bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWeights", string>;
6225
+ extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWeights", string>;
6226
+ black: import("@stitches/react/types/theme").Token<"black", string, "borderWeights", string>;
6227
+ };
6228
+ transitions: {
6229
+ default: import("@stitches/react/types/theme").Token<"default", string, "transitions", string>;
6230
+ };
6231
+ breakpoints: {
6232
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "breakpoints", string>;
6233
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "breakpoints", string>;
6234
+ md: import("@stitches/react/types/theme").Token<"md", string, "breakpoints", string>;
6235
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "breakpoints", string>;
6236
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "breakpoints", string>;
6237
+ };
6238
+ };
6239
+ export declare const config: {
6233
6240
  prefix: string;
6234
6241
  media: {
6235
6242
  xs: string;