@dafaz-ui/react 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1691 -1
- package/dist/index.d.ts +1691 -1
- package/dist/index.js +20 -3
- package/dist/index.mjs +11 -2
- package/package.json +1 -1
- package/src/components/Button.tsx +104 -104
- package/src/index.tsx +3 -1
- package/src/styles/index.ts +38 -38
- package/tsconfig.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
2
2
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
3
3
|
import { ComponentProps } from '@stitches/react';
|
4
|
+
import * as react from 'react';
|
4
5
|
import { ElementType } from 'react';
|
6
|
+
import * as _stitches_react_types_theme from '@stitches/react/types/theme';
|
7
|
+
import * as _stitches_react_types_css from '@stitches/react/types/css';
|
8
|
+
import * as _stitches_react_types_stitches from '@stitches/react/types/stitches';
|
9
|
+
import * as _stitches_react_types_util from '@stitches/react/types/util';
|
5
10
|
|
6
11
|
/** Primary UI component for user interaction */
|
7
12
|
declare const Button: _stitches_react_types_styled_component.StyledComponent<"button", {
|
@@ -20,6 +25,7 @@ declare const Button: _stitches_react_types_styled_component.StyledComponent<"bu
|
|
20
25
|
dafaz400: string;
|
21
26
|
dafaz600: string;
|
22
27
|
dafaz800: string;
|
28
|
+
teste: string;
|
23
29
|
};
|
24
30
|
fontSizes: {
|
25
31
|
xxs: string;
|
@@ -220,4 +226,1688 @@ interface ButtonProps extends ComponentProps<typeof Button> {
|
|
220
226
|
variant?: 'primary' | 'secondary' | 'tertiary';
|
221
227
|
}
|
222
228
|
|
223
|
-
|
229
|
+
declare const styled: <Type extends keyof JSX.IntrinsicElements | React.ComponentType<any> | _stitches_react_types_util.Function, Composers extends (string | React.ComponentType<any> | _stitches_react_types_util.Function | {
|
230
|
+
[name: string]: unknown;
|
231
|
+
})[], CSS = _stitches_react_types_css_util.CSS<{}, {
|
232
|
+
colors: {
|
233
|
+
white: string;
|
234
|
+
black: string;
|
235
|
+
gray100: string;
|
236
|
+
gray200: string;
|
237
|
+
gray400: string;
|
238
|
+
gray800: string;
|
239
|
+
dafaz100: string;
|
240
|
+
dafaz200: string;
|
241
|
+
dafaz400: string;
|
242
|
+
dafaz600: string;
|
243
|
+
dafaz800: string;
|
244
|
+
teste: string;
|
245
|
+
};
|
246
|
+
fontSizes: {
|
247
|
+
xxs: string;
|
248
|
+
xs: string;
|
249
|
+
sm: string;
|
250
|
+
md: string;
|
251
|
+
lg: string;
|
252
|
+
xl: string;
|
253
|
+
'2xl': string;
|
254
|
+
};
|
255
|
+
fontWeights: {
|
256
|
+
regular: string;
|
257
|
+
medium: string;
|
258
|
+
bold: string;
|
259
|
+
};
|
260
|
+
fonts: {
|
261
|
+
default: string;
|
262
|
+
app: string;
|
263
|
+
web: string;
|
264
|
+
offer: string;
|
265
|
+
code: string;
|
266
|
+
};
|
267
|
+
lineHeights: {
|
268
|
+
shorter: string;
|
269
|
+
short: string;
|
270
|
+
base: string;
|
271
|
+
tall: string;
|
272
|
+
};
|
273
|
+
radii: {
|
274
|
+
px: string;
|
275
|
+
sm: string;
|
276
|
+
md: string;
|
277
|
+
full: string;
|
278
|
+
};
|
279
|
+
space: {
|
280
|
+
1: string;
|
281
|
+
2: string;
|
282
|
+
3: string;
|
283
|
+
4: string;
|
284
|
+
5: string;
|
285
|
+
6: string;
|
286
|
+
7: string;
|
287
|
+
8: string;
|
288
|
+
10: string;
|
289
|
+
12: string;
|
290
|
+
16: string;
|
291
|
+
20: string;
|
292
|
+
40: string;
|
293
|
+
64: string;
|
294
|
+
80: string;
|
295
|
+
};
|
296
|
+
opacities: {
|
297
|
+
opacity400: string;
|
298
|
+
opacity600: string;
|
299
|
+
opacity800: string;
|
300
|
+
opacity900: string;
|
301
|
+
};
|
302
|
+
}, {
|
303
|
+
height: "space";
|
304
|
+
width: "space";
|
305
|
+
gap: "space";
|
306
|
+
gridGap: "space";
|
307
|
+
columnGap: "space";
|
308
|
+
gridColumnGap: "space";
|
309
|
+
rowGap: "space";
|
310
|
+
gridRowGap: "space";
|
311
|
+
inset: "space";
|
312
|
+
insetBlock: "space";
|
313
|
+
insetBlockEnd: "space";
|
314
|
+
insetBlockStart: "space";
|
315
|
+
insetInline: "space";
|
316
|
+
insetInlineEnd: "space";
|
317
|
+
insetInlineStart: "space";
|
318
|
+
margin: "space";
|
319
|
+
marginTop: "space";
|
320
|
+
marginRight: "space";
|
321
|
+
marginBottom: "space";
|
322
|
+
marginLeft: "space";
|
323
|
+
marginBlock: "space";
|
324
|
+
marginBlockEnd: "space";
|
325
|
+
marginBlockStart: "space";
|
326
|
+
marginInline: "space";
|
327
|
+
marginInlineEnd: "space";
|
328
|
+
marginInlineStart: "space";
|
329
|
+
padding: "space";
|
330
|
+
paddingTop: "space";
|
331
|
+
paddingRight: "space";
|
332
|
+
paddingBottom: "space";
|
333
|
+
paddingLeft: "space";
|
334
|
+
paddingBlock: "space";
|
335
|
+
paddingBlockEnd: "space";
|
336
|
+
paddingBlockStart: "space";
|
337
|
+
paddingInline: "space";
|
338
|
+
paddingInlineEnd: "space";
|
339
|
+
paddingInlineStart: "space";
|
340
|
+
scrollMargin: "space";
|
341
|
+
scrollMarginTop: "space";
|
342
|
+
scrollMarginRight: "space";
|
343
|
+
scrollMarginBottom: "space";
|
344
|
+
scrollMarginLeft: "space";
|
345
|
+
scrollMarginBlock: "space";
|
346
|
+
scrollMarginBlockEnd: "space";
|
347
|
+
scrollMarginBlockStart: "space";
|
348
|
+
scrollMarginInline: "space";
|
349
|
+
scrollMarginInlineEnd: "space";
|
350
|
+
scrollMarginInlineStart: "space";
|
351
|
+
scrollPadding: "space";
|
352
|
+
scrollPaddingTop: "space";
|
353
|
+
scrollPaddingRight: "space";
|
354
|
+
scrollPaddingBottom: "space";
|
355
|
+
scrollPaddingLeft: "space";
|
356
|
+
scrollPaddingBlock: "space";
|
357
|
+
scrollPaddingBlockEnd: "space";
|
358
|
+
scrollPaddingBlockStart: "space";
|
359
|
+
scrollPaddingInline: "space";
|
360
|
+
scrollPaddingInlineEnd: "space";
|
361
|
+
scrollPaddingInlineStart: "space";
|
362
|
+
top: "space";
|
363
|
+
right: "space";
|
364
|
+
bottom: "space";
|
365
|
+
left: "space";
|
366
|
+
fontSize: "fontSizes";
|
367
|
+
background: "colors";
|
368
|
+
backgroundColor: "colors";
|
369
|
+
backgroundImage: "colors";
|
370
|
+
borderImage: "colors";
|
371
|
+
border: "colors";
|
372
|
+
borderBlock: "colors";
|
373
|
+
borderBlockEnd: "colors";
|
374
|
+
borderBlockStart: "colors";
|
375
|
+
borderBottom: "colors";
|
376
|
+
borderBottomColor: "colors";
|
377
|
+
borderColor: "colors";
|
378
|
+
borderInline: "colors";
|
379
|
+
borderInlineEnd: "colors";
|
380
|
+
borderInlineStart: "colors";
|
381
|
+
borderLeft: "colors";
|
382
|
+
borderLeftColor: "colors";
|
383
|
+
borderRight: "colors";
|
384
|
+
borderRightColor: "colors";
|
385
|
+
borderTop: "colors";
|
386
|
+
borderTopColor: "colors";
|
387
|
+
caretColor: "colors";
|
388
|
+
color: "colors";
|
389
|
+
columnRuleColor: "colors";
|
390
|
+
outline: "colors";
|
391
|
+
outlineColor: "colors";
|
392
|
+
fill: "colors";
|
393
|
+
stroke: "colors";
|
394
|
+
textDecorationColor: "colors";
|
395
|
+
fontFamily: "fonts";
|
396
|
+
fontWeight: "fontWeights";
|
397
|
+
lineHeight: "lineHeights";
|
398
|
+
letterSpacing: "letterSpacings";
|
399
|
+
blockSize: "sizes";
|
400
|
+
minBlockSize: "sizes";
|
401
|
+
maxBlockSize: "sizes";
|
402
|
+
inlineSize: "sizes";
|
403
|
+
minInlineSize: "sizes";
|
404
|
+
maxInlineSize: "sizes";
|
405
|
+
minWidth: "sizes";
|
406
|
+
maxWidth: "sizes";
|
407
|
+
minHeight: "sizes";
|
408
|
+
maxHeight: "sizes";
|
409
|
+
flexBasis: "sizes";
|
410
|
+
gridTemplateColumns: "sizes";
|
411
|
+
gridTemplateRows: "sizes";
|
412
|
+
borderWidth: "borderWidths";
|
413
|
+
borderTopWidth: "borderWidths";
|
414
|
+
borderLeftWidth: "borderWidths";
|
415
|
+
borderRightWidth: "borderWidths";
|
416
|
+
borderBottomWidth: "borderWidths";
|
417
|
+
borderStyle: "borderStyles";
|
418
|
+
borderTopStyle: "borderStyles";
|
419
|
+
borderLeftStyle: "borderStyles";
|
420
|
+
borderRightStyle: "borderStyles";
|
421
|
+
borderBottomStyle: "borderStyles";
|
422
|
+
borderRadius: "radii";
|
423
|
+
borderTopLeftRadius: "radii";
|
424
|
+
borderTopRightRadius: "radii";
|
425
|
+
borderBottomRightRadius: "radii";
|
426
|
+
borderBottomLeftRadius: "radii";
|
427
|
+
boxShadow: "shadows";
|
428
|
+
textShadow: "shadows";
|
429
|
+
transition: "transitions";
|
430
|
+
zIndex: "zIndices";
|
431
|
+
}, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | react.ComponentType<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS> & {
|
432
|
+
variants?: {
|
433
|
+
[x: string]: {
|
434
|
+
[x: string]: CSS;
|
435
|
+
[x: number]: CSS;
|
436
|
+
};
|
437
|
+
} | undefined;
|
438
|
+
compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : _stitches_react_types_util.WideObject) & {
|
439
|
+
css: CSS;
|
440
|
+
})[] | undefined;
|
441
|
+
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : _stitches_react_types_util.WideObject) | undefined;
|
442
|
+
} & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => _stitches_react_types_styled_component.StyledComponent<Type, _stitches_react_types_styled_component.StyledComponentProps<Composers>, {}, _stitches_react_types_css_util.CSS<{}, {
|
443
|
+
colors: {
|
444
|
+
white: string;
|
445
|
+
black: string;
|
446
|
+
gray100: string;
|
447
|
+
gray200: string;
|
448
|
+
gray400: string;
|
449
|
+
gray800: string;
|
450
|
+
dafaz100: string;
|
451
|
+
dafaz200: string;
|
452
|
+
dafaz400: string;
|
453
|
+
dafaz600: string;
|
454
|
+
dafaz800: string;
|
455
|
+
teste: string;
|
456
|
+
};
|
457
|
+
fontSizes: {
|
458
|
+
xxs: string;
|
459
|
+
xs: string;
|
460
|
+
sm: string;
|
461
|
+
md: string;
|
462
|
+
lg: string;
|
463
|
+
xl: string;
|
464
|
+
'2xl': string;
|
465
|
+
};
|
466
|
+
fontWeights: {
|
467
|
+
regular: string;
|
468
|
+
medium: string;
|
469
|
+
bold: string;
|
470
|
+
};
|
471
|
+
fonts: {
|
472
|
+
default: string;
|
473
|
+
app: string;
|
474
|
+
web: string;
|
475
|
+
offer: string;
|
476
|
+
code: string;
|
477
|
+
};
|
478
|
+
lineHeights: {
|
479
|
+
shorter: string;
|
480
|
+
short: string;
|
481
|
+
base: string;
|
482
|
+
tall: string;
|
483
|
+
};
|
484
|
+
radii: {
|
485
|
+
px: string;
|
486
|
+
sm: string;
|
487
|
+
md: string;
|
488
|
+
full: string;
|
489
|
+
};
|
490
|
+
space: {
|
491
|
+
1: string;
|
492
|
+
2: string;
|
493
|
+
3: string;
|
494
|
+
4: string;
|
495
|
+
5: string;
|
496
|
+
6: string;
|
497
|
+
7: string;
|
498
|
+
8: string;
|
499
|
+
10: string;
|
500
|
+
12: string;
|
501
|
+
16: string;
|
502
|
+
20: string;
|
503
|
+
40: string;
|
504
|
+
64: string;
|
505
|
+
80: string;
|
506
|
+
};
|
507
|
+
opacities: {
|
508
|
+
opacity400: string;
|
509
|
+
opacity600: string;
|
510
|
+
opacity800: string;
|
511
|
+
opacity900: string;
|
512
|
+
};
|
513
|
+
}, {
|
514
|
+
height: "space";
|
515
|
+
width: "space";
|
516
|
+
gap: "space";
|
517
|
+
gridGap: "space";
|
518
|
+
columnGap: "space";
|
519
|
+
gridColumnGap: "space";
|
520
|
+
rowGap: "space";
|
521
|
+
gridRowGap: "space";
|
522
|
+
inset: "space";
|
523
|
+
insetBlock: "space";
|
524
|
+
insetBlockEnd: "space";
|
525
|
+
insetBlockStart: "space";
|
526
|
+
insetInline: "space";
|
527
|
+
insetInlineEnd: "space";
|
528
|
+
insetInlineStart: "space";
|
529
|
+
margin: "space";
|
530
|
+
marginTop: "space";
|
531
|
+
marginRight: "space";
|
532
|
+
marginBottom: "space";
|
533
|
+
marginLeft: "space";
|
534
|
+
marginBlock: "space";
|
535
|
+
marginBlockEnd: "space";
|
536
|
+
marginBlockStart: "space";
|
537
|
+
marginInline: "space";
|
538
|
+
marginInlineEnd: "space";
|
539
|
+
marginInlineStart: "space";
|
540
|
+
padding: "space";
|
541
|
+
paddingTop: "space";
|
542
|
+
paddingRight: "space";
|
543
|
+
paddingBottom: "space";
|
544
|
+
paddingLeft: "space";
|
545
|
+
paddingBlock: "space";
|
546
|
+
paddingBlockEnd: "space";
|
547
|
+
paddingBlockStart: "space";
|
548
|
+
paddingInline: "space";
|
549
|
+
paddingInlineEnd: "space";
|
550
|
+
paddingInlineStart: "space";
|
551
|
+
scrollMargin: "space";
|
552
|
+
scrollMarginTop: "space";
|
553
|
+
scrollMarginRight: "space";
|
554
|
+
scrollMarginBottom: "space";
|
555
|
+
scrollMarginLeft: "space";
|
556
|
+
scrollMarginBlock: "space";
|
557
|
+
scrollMarginBlockEnd: "space";
|
558
|
+
scrollMarginBlockStart: "space";
|
559
|
+
scrollMarginInline: "space";
|
560
|
+
scrollMarginInlineEnd: "space";
|
561
|
+
scrollMarginInlineStart: "space";
|
562
|
+
scrollPadding: "space";
|
563
|
+
scrollPaddingTop: "space";
|
564
|
+
scrollPaddingRight: "space";
|
565
|
+
scrollPaddingBottom: "space";
|
566
|
+
scrollPaddingLeft: "space";
|
567
|
+
scrollPaddingBlock: "space";
|
568
|
+
scrollPaddingBlockEnd: "space";
|
569
|
+
scrollPaddingBlockStart: "space";
|
570
|
+
scrollPaddingInline: "space";
|
571
|
+
scrollPaddingInlineEnd: "space";
|
572
|
+
scrollPaddingInlineStart: "space";
|
573
|
+
top: "space";
|
574
|
+
right: "space";
|
575
|
+
bottom: "space";
|
576
|
+
left: "space";
|
577
|
+
fontSize: "fontSizes";
|
578
|
+
background: "colors";
|
579
|
+
backgroundColor: "colors";
|
580
|
+
backgroundImage: "colors";
|
581
|
+
borderImage: "colors";
|
582
|
+
border: "colors";
|
583
|
+
borderBlock: "colors";
|
584
|
+
borderBlockEnd: "colors";
|
585
|
+
borderBlockStart: "colors";
|
586
|
+
borderBottom: "colors";
|
587
|
+
borderBottomColor: "colors";
|
588
|
+
borderColor: "colors";
|
589
|
+
borderInline: "colors";
|
590
|
+
borderInlineEnd: "colors";
|
591
|
+
borderInlineStart: "colors";
|
592
|
+
borderLeft: "colors";
|
593
|
+
borderLeftColor: "colors";
|
594
|
+
borderRight: "colors";
|
595
|
+
borderRightColor: "colors";
|
596
|
+
borderTop: "colors";
|
597
|
+
borderTopColor: "colors";
|
598
|
+
caretColor: "colors";
|
599
|
+
color: "colors";
|
600
|
+
columnRuleColor: "colors";
|
601
|
+
outline: "colors";
|
602
|
+
outlineColor: "colors";
|
603
|
+
fill: "colors";
|
604
|
+
stroke: "colors";
|
605
|
+
textDecorationColor: "colors";
|
606
|
+
fontFamily: "fonts";
|
607
|
+
fontWeight: "fontWeights";
|
608
|
+
lineHeight: "lineHeights";
|
609
|
+
letterSpacing: "letterSpacings";
|
610
|
+
blockSize: "sizes";
|
611
|
+
minBlockSize: "sizes";
|
612
|
+
maxBlockSize: "sizes";
|
613
|
+
inlineSize: "sizes";
|
614
|
+
minInlineSize: "sizes";
|
615
|
+
maxInlineSize: "sizes";
|
616
|
+
minWidth: "sizes";
|
617
|
+
maxWidth: "sizes";
|
618
|
+
minHeight: "sizes";
|
619
|
+
maxHeight: "sizes";
|
620
|
+
flexBasis: "sizes";
|
621
|
+
gridTemplateColumns: "sizes";
|
622
|
+
gridTemplateRows: "sizes";
|
623
|
+
borderWidth: "borderWidths";
|
624
|
+
borderTopWidth: "borderWidths";
|
625
|
+
borderLeftWidth: "borderWidths";
|
626
|
+
borderRightWidth: "borderWidths";
|
627
|
+
borderBottomWidth: "borderWidths";
|
628
|
+
borderStyle: "borderStyles";
|
629
|
+
borderTopStyle: "borderStyles";
|
630
|
+
borderLeftStyle: "borderStyles";
|
631
|
+
borderRightStyle: "borderStyles";
|
632
|
+
borderBottomStyle: "borderStyles";
|
633
|
+
borderRadius: "radii";
|
634
|
+
borderTopLeftRadius: "radii";
|
635
|
+
borderTopRightRadius: "radii";
|
636
|
+
borderBottomRightRadius: "radii";
|
637
|
+
borderBottomLeftRadius: "radii";
|
638
|
+
boxShadow: "shadows";
|
639
|
+
textShadow: "shadows";
|
640
|
+
transition: "transitions";
|
641
|
+
zIndex: "zIndices";
|
642
|
+
}, {}>>;
|
643
|
+
declare const css: <Composers extends (string | React.ExoticComponent<any> | React.JSXElementConstructor<any> | _stitches_react_types_util.Function | {
|
644
|
+
[name: string]: unknown;
|
645
|
+
})[], CSS = _stitches_react_types_css_util.CSS<{}, {
|
646
|
+
colors: {
|
647
|
+
white: string;
|
648
|
+
black: string;
|
649
|
+
gray100: string;
|
650
|
+
gray200: string;
|
651
|
+
gray400: string;
|
652
|
+
gray800: string;
|
653
|
+
dafaz100: string;
|
654
|
+
dafaz200: string;
|
655
|
+
dafaz400: string;
|
656
|
+
dafaz600: string;
|
657
|
+
dafaz800: string;
|
658
|
+
teste: string;
|
659
|
+
};
|
660
|
+
fontSizes: {
|
661
|
+
xxs: string;
|
662
|
+
xs: string;
|
663
|
+
sm: string;
|
664
|
+
md: string;
|
665
|
+
lg: string;
|
666
|
+
xl: string;
|
667
|
+
'2xl': string;
|
668
|
+
};
|
669
|
+
fontWeights: {
|
670
|
+
regular: string;
|
671
|
+
medium: string;
|
672
|
+
bold: string;
|
673
|
+
};
|
674
|
+
fonts: {
|
675
|
+
default: string;
|
676
|
+
app: string;
|
677
|
+
web: string;
|
678
|
+
offer: string;
|
679
|
+
code: string;
|
680
|
+
};
|
681
|
+
lineHeights: {
|
682
|
+
shorter: string;
|
683
|
+
short: string;
|
684
|
+
base: string;
|
685
|
+
tall: string;
|
686
|
+
};
|
687
|
+
radii: {
|
688
|
+
px: string;
|
689
|
+
sm: string;
|
690
|
+
md: string;
|
691
|
+
full: string;
|
692
|
+
};
|
693
|
+
space: {
|
694
|
+
1: string;
|
695
|
+
2: string;
|
696
|
+
3: string;
|
697
|
+
4: string;
|
698
|
+
5: string;
|
699
|
+
6: string;
|
700
|
+
7: string;
|
701
|
+
8: string;
|
702
|
+
10: string;
|
703
|
+
12: string;
|
704
|
+
16: string;
|
705
|
+
20: string;
|
706
|
+
40: string;
|
707
|
+
64: string;
|
708
|
+
80: string;
|
709
|
+
};
|
710
|
+
opacities: {
|
711
|
+
opacity400: string;
|
712
|
+
opacity600: string;
|
713
|
+
opacity800: string;
|
714
|
+
opacity900: string;
|
715
|
+
};
|
716
|
+
}, {
|
717
|
+
height: "space";
|
718
|
+
width: "space";
|
719
|
+
gap: "space";
|
720
|
+
gridGap: "space";
|
721
|
+
columnGap: "space";
|
722
|
+
gridColumnGap: "space";
|
723
|
+
rowGap: "space";
|
724
|
+
gridRowGap: "space";
|
725
|
+
inset: "space";
|
726
|
+
insetBlock: "space";
|
727
|
+
insetBlockEnd: "space";
|
728
|
+
insetBlockStart: "space";
|
729
|
+
insetInline: "space";
|
730
|
+
insetInlineEnd: "space";
|
731
|
+
insetInlineStart: "space";
|
732
|
+
margin: "space";
|
733
|
+
marginTop: "space";
|
734
|
+
marginRight: "space";
|
735
|
+
marginBottom: "space";
|
736
|
+
marginLeft: "space";
|
737
|
+
marginBlock: "space";
|
738
|
+
marginBlockEnd: "space";
|
739
|
+
marginBlockStart: "space";
|
740
|
+
marginInline: "space";
|
741
|
+
marginInlineEnd: "space";
|
742
|
+
marginInlineStart: "space";
|
743
|
+
padding: "space";
|
744
|
+
paddingTop: "space";
|
745
|
+
paddingRight: "space";
|
746
|
+
paddingBottom: "space";
|
747
|
+
paddingLeft: "space";
|
748
|
+
paddingBlock: "space";
|
749
|
+
paddingBlockEnd: "space";
|
750
|
+
paddingBlockStart: "space";
|
751
|
+
paddingInline: "space";
|
752
|
+
paddingInlineEnd: "space";
|
753
|
+
paddingInlineStart: "space";
|
754
|
+
scrollMargin: "space";
|
755
|
+
scrollMarginTop: "space";
|
756
|
+
scrollMarginRight: "space";
|
757
|
+
scrollMarginBottom: "space";
|
758
|
+
scrollMarginLeft: "space";
|
759
|
+
scrollMarginBlock: "space";
|
760
|
+
scrollMarginBlockEnd: "space";
|
761
|
+
scrollMarginBlockStart: "space";
|
762
|
+
scrollMarginInline: "space";
|
763
|
+
scrollMarginInlineEnd: "space";
|
764
|
+
scrollMarginInlineStart: "space";
|
765
|
+
scrollPadding: "space";
|
766
|
+
scrollPaddingTop: "space";
|
767
|
+
scrollPaddingRight: "space";
|
768
|
+
scrollPaddingBottom: "space";
|
769
|
+
scrollPaddingLeft: "space";
|
770
|
+
scrollPaddingBlock: "space";
|
771
|
+
scrollPaddingBlockEnd: "space";
|
772
|
+
scrollPaddingBlockStart: "space";
|
773
|
+
scrollPaddingInline: "space";
|
774
|
+
scrollPaddingInlineEnd: "space";
|
775
|
+
scrollPaddingInlineStart: "space";
|
776
|
+
top: "space";
|
777
|
+
right: "space";
|
778
|
+
bottom: "space";
|
779
|
+
left: "space";
|
780
|
+
fontSize: "fontSizes";
|
781
|
+
background: "colors";
|
782
|
+
backgroundColor: "colors";
|
783
|
+
backgroundImage: "colors";
|
784
|
+
borderImage: "colors";
|
785
|
+
border: "colors";
|
786
|
+
borderBlock: "colors";
|
787
|
+
borderBlockEnd: "colors";
|
788
|
+
borderBlockStart: "colors";
|
789
|
+
borderBottom: "colors";
|
790
|
+
borderBottomColor: "colors";
|
791
|
+
borderColor: "colors";
|
792
|
+
borderInline: "colors";
|
793
|
+
borderInlineEnd: "colors";
|
794
|
+
borderInlineStart: "colors";
|
795
|
+
borderLeft: "colors";
|
796
|
+
borderLeftColor: "colors";
|
797
|
+
borderRight: "colors";
|
798
|
+
borderRightColor: "colors";
|
799
|
+
borderTop: "colors";
|
800
|
+
borderTopColor: "colors";
|
801
|
+
caretColor: "colors";
|
802
|
+
color: "colors";
|
803
|
+
columnRuleColor: "colors";
|
804
|
+
outline: "colors";
|
805
|
+
outlineColor: "colors";
|
806
|
+
fill: "colors";
|
807
|
+
stroke: "colors";
|
808
|
+
textDecorationColor: "colors";
|
809
|
+
fontFamily: "fonts";
|
810
|
+
fontWeight: "fontWeights";
|
811
|
+
lineHeight: "lineHeights";
|
812
|
+
letterSpacing: "letterSpacings";
|
813
|
+
blockSize: "sizes";
|
814
|
+
minBlockSize: "sizes";
|
815
|
+
maxBlockSize: "sizes";
|
816
|
+
inlineSize: "sizes";
|
817
|
+
minInlineSize: "sizes";
|
818
|
+
maxInlineSize: "sizes";
|
819
|
+
minWidth: "sizes";
|
820
|
+
maxWidth: "sizes";
|
821
|
+
minHeight: "sizes";
|
822
|
+
maxHeight: "sizes";
|
823
|
+
flexBasis: "sizes";
|
824
|
+
gridTemplateColumns: "sizes";
|
825
|
+
gridTemplateRows: "sizes";
|
826
|
+
borderWidth: "borderWidths";
|
827
|
+
borderTopWidth: "borderWidths";
|
828
|
+
borderLeftWidth: "borderWidths";
|
829
|
+
borderRightWidth: "borderWidths";
|
830
|
+
borderBottomWidth: "borderWidths";
|
831
|
+
borderStyle: "borderStyles";
|
832
|
+
borderTopStyle: "borderStyles";
|
833
|
+
borderLeftStyle: "borderStyles";
|
834
|
+
borderRightStyle: "borderStyles";
|
835
|
+
borderBottomStyle: "borderStyles";
|
836
|
+
borderRadius: "radii";
|
837
|
+
borderTopLeftRadius: "radii";
|
838
|
+
borderTopRightRadius: "radii";
|
839
|
+
borderBottomRightRadius: "radii";
|
840
|
+
borderBottomLeftRadius: "radii";
|
841
|
+
boxShadow: "shadows";
|
842
|
+
textShadow: "shadows";
|
843
|
+
transition: "transitions";
|
844
|
+
zIndex: "zIndices";
|
845
|
+
}, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | react.ExoticComponent<any> | react.JSXElementConstructor<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS> & {
|
846
|
+
variants?: {
|
847
|
+
[x: string]: {
|
848
|
+
[x: string]: CSS;
|
849
|
+
[x: number]: CSS;
|
850
|
+
};
|
851
|
+
} | undefined;
|
852
|
+
compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : _stitches_react_types_util.WideObject) & {
|
853
|
+
css: CSS;
|
854
|
+
})[] | undefined;
|
855
|
+
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : _stitches_react_types_util.WideObject) | undefined;
|
856
|
+
} & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => _stitches_react_types_styled_component.CssComponent<_stitches_react_types_styled_component.StyledComponentType<Composers>, _stitches_react_types_styled_component.StyledComponentProps<Composers>, {}, CSS>;
|
857
|
+
declare const globalCss: <Styles extends {
|
858
|
+
[K: string]: any;
|
859
|
+
}>(...styles: ({
|
860
|
+
'@import'?: unknown;
|
861
|
+
'@font-face'?: unknown;
|
862
|
+
} & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? _stitches_react_types_css.AtRule.FontFace | _stitches_react_types_css.AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
|
863
|
+
[x: string]: _stitches_react_types_css_util.CSS<{}, {
|
864
|
+
colors: {
|
865
|
+
white: string;
|
866
|
+
black: string;
|
867
|
+
gray100: string;
|
868
|
+
gray200: string;
|
869
|
+
gray400: string;
|
870
|
+
gray800: string;
|
871
|
+
dafaz100: string;
|
872
|
+
dafaz200: string;
|
873
|
+
dafaz400: string;
|
874
|
+
dafaz600: string;
|
875
|
+
dafaz800: string;
|
876
|
+
teste: string;
|
877
|
+
};
|
878
|
+
fontSizes: {
|
879
|
+
xxs: string;
|
880
|
+
xs: string;
|
881
|
+
sm: string;
|
882
|
+
md: string;
|
883
|
+
lg: string;
|
884
|
+
xl: string;
|
885
|
+
'2xl': string;
|
886
|
+
};
|
887
|
+
fontWeights: {
|
888
|
+
regular: string;
|
889
|
+
medium: string;
|
890
|
+
bold: string;
|
891
|
+
};
|
892
|
+
fonts: {
|
893
|
+
default: string;
|
894
|
+
app: string;
|
895
|
+
web: string;
|
896
|
+
offer: string;
|
897
|
+
code: string;
|
898
|
+
};
|
899
|
+
lineHeights: {
|
900
|
+
shorter: string;
|
901
|
+
short: string;
|
902
|
+
base: string;
|
903
|
+
tall: string;
|
904
|
+
};
|
905
|
+
radii: {
|
906
|
+
px: string;
|
907
|
+
sm: string;
|
908
|
+
md: string;
|
909
|
+
full: string;
|
910
|
+
};
|
911
|
+
space: {
|
912
|
+
1: string;
|
913
|
+
2: string;
|
914
|
+
3: string;
|
915
|
+
4: string;
|
916
|
+
5: string;
|
917
|
+
6: string;
|
918
|
+
7: string;
|
919
|
+
8: string;
|
920
|
+
10: string;
|
921
|
+
12: string;
|
922
|
+
16: string;
|
923
|
+
20: string;
|
924
|
+
40: string;
|
925
|
+
64: string;
|
926
|
+
80: string;
|
927
|
+
};
|
928
|
+
opacities: {
|
929
|
+
opacity400: string;
|
930
|
+
opacity600: string;
|
931
|
+
opacity800: string;
|
932
|
+
opacity900: string;
|
933
|
+
};
|
934
|
+
}, {
|
935
|
+
height: "space";
|
936
|
+
width: "space";
|
937
|
+
gap: "space";
|
938
|
+
gridGap: "space";
|
939
|
+
columnGap: "space";
|
940
|
+
gridColumnGap: "space";
|
941
|
+
rowGap: "space";
|
942
|
+
gridRowGap: "space";
|
943
|
+
inset: "space";
|
944
|
+
insetBlock: "space";
|
945
|
+
insetBlockEnd: "space";
|
946
|
+
insetBlockStart: "space";
|
947
|
+
insetInline: "space";
|
948
|
+
insetInlineEnd: "space";
|
949
|
+
insetInlineStart: "space";
|
950
|
+
margin: "space";
|
951
|
+
marginTop: "space";
|
952
|
+
marginRight: "space";
|
953
|
+
marginBottom: "space";
|
954
|
+
marginLeft: "space";
|
955
|
+
marginBlock: "space";
|
956
|
+
marginBlockEnd: "space";
|
957
|
+
marginBlockStart: "space";
|
958
|
+
marginInline: "space";
|
959
|
+
marginInlineEnd: "space";
|
960
|
+
marginInlineStart: "space";
|
961
|
+
padding: "space";
|
962
|
+
paddingTop: "space";
|
963
|
+
paddingRight: "space";
|
964
|
+
paddingBottom: "space";
|
965
|
+
paddingLeft: "space";
|
966
|
+
paddingBlock: "space";
|
967
|
+
paddingBlockEnd: "space";
|
968
|
+
paddingBlockStart: "space";
|
969
|
+
paddingInline: "space";
|
970
|
+
paddingInlineEnd: "space";
|
971
|
+
paddingInlineStart: "space";
|
972
|
+
scrollMargin: "space";
|
973
|
+
scrollMarginTop: "space";
|
974
|
+
scrollMarginRight: "space";
|
975
|
+
scrollMarginBottom: "space";
|
976
|
+
scrollMarginLeft: "space";
|
977
|
+
scrollMarginBlock: "space";
|
978
|
+
scrollMarginBlockEnd: "space";
|
979
|
+
scrollMarginBlockStart: "space";
|
980
|
+
scrollMarginInline: "space";
|
981
|
+
scrollMarginInlineEnd: "space";
|
982
|
+
scrollMarginInlineStart: "space";
|
983
|
+
scrollPadding: "space";
|
984
|
+
scrollPaddingTop: "space";
|
985
|
+
scrollPaddingRight: "space";
|
986
|
+
scrollPaddingBottom: "space";
|
987
|
+
scrollPaddingLeft: "space";
|
988
|
+
scrollPaddingBlock: "space";
|
989
|
+
scrollPaddingBlockEnd: "space";
|
990
|
+
scrollPaddingBlockStart: "space";
|
991
|
+
scrollPaddingInline: "space";
|
992
|
+
scrollPaddingInlineEnd: "space";
|
993
|
+
scrollPaddingInlineStart: "space";
|
994
|
+
top: "space";
|
995
|
+
right: "space";
|
996
|
+
bottom: "space";
|
997
|
+
left: "space";
|
998
|
+
fontSize: "fontSizes";
|
999
|
+
background: "colors";
|
1000
|
+
backgroundColor: "colors";
|
1001
|
+
backgroundImage: "colors";
|
1002
|
+
borderImage: "colors";
|
1003
|
+
border: "colors";
|
1004
|
+
borderBlock: "colors";
|
1005
|
+
borderBlockEnd: "colors";
|
1006
|
+
borderBlockStart: "colors";
|
1007
|
+
borderBottom: "colors";
|
1008
|
+
borderBottomColor: "colors";
|
1009
|
+
borderColor: "colors";
|
1010
|
+
borderInline: "colors";
|
1011
|
+
borderInlineEnd: "colors";
|
1012
|
+
borderInlineStart: "colors";
|
1013
|
+
borderLeft: "colors";
|
1014
|
+
borderLeftColor: "colors";
|
1015
|
+
borderRight: "colors";
|
1016
|
+
borderRightColor: "colors";
|
1017
|
+
borderTop: "colors";
|
1018
|
+
borderTopColor: "colors";
|
1019
|
+
caretColor: "colors";
|
1020
|
+
color: "colors";
|
1021
|
+
columnRuleColor: "colors";
|
1022
|
+
outline: "colors";
|
1023
|
+
outlineColor: "colors";
|
1024
|
+
fill: "colors";
|
1025
|
+
stroke: "colors";
|
1026
|
+
textDecorationColor: "colors";
|
1027
|
+
fontFamily: "fonts";
|
1028
|
+
fontWeight: "fontWeights";
|
1029
|
+
lineHeight: "lineHeights";
|
1030
|
+
letterSpacing: "letterSpacings";
|
1031
|
+
blockSize: "sizes";
|
1032
|
+
minBlockSize: "sizes";
|
1033
|
+
maxBlockSize: "sizes";
|
1034
|
+
inlineSize: "sizes";
|
1035
|
+
minInlineSize: "sizes";
|
1036
|
+
maxInlineSize: "sizes";
|
1037
|
+
minWidth: "sizes";
|
1038
|
+
maxWidth: "sizes";
|
1039
|
+
minHeight: "sizes";
|
1040
|
+
maxHeight: "sizes";
|
1041
|
+
flexBasis: "sizes";
|
1042
|
+
gridTemplateColumns: "sizes";
|
1043
|
+
gridTemplateRows: "sizes";
|
1044
|
+
borderWidth: "borderWidths";
|
1045
|
+
borderTopWidth: "borderWidths";
|
1046
|
+
borderLeftWidth: "borderWidths";
|
1047
|
+
borderRightWidth: "borderWidths";
|
1048
|
+
borderBottomWidth: "borderWidths";
|
1049
|
+
borderStyle: "borderStyles";
|
1050
|
+
borderTopStyle: "borderStyles";
|
1051
|
+
borderLeftStyle: "borderStyles";
|
1052
|
+
borderRightStyle: "borderStyles";
|
1053
|
+
borderBottomStyle: "borderStyles";
|
1054
|
+
borderRadius: "radii";
|
1055
|
+
borderTopLeftRadius: "radii";
|
1056
|
+
borderTopRightRadius: "radii";
|
1057
|
+
borderBottomRightRadius: "radii";
|
1058
|
+
borderBottomLeftRadius: "radii";
|
1059
|
+
boxShadow: "shadows";
|
1060
|
+
textShadow: "shadows";
|
1061
|
+
transition: "transitions";
|
1062
|
+
zIndex: "zIndices";
|
1063
|
+
}, {}>;
|
1064
|
+
} : K extends `@property ${string}` ? _stitches_react_types_css.AtRule.Property : _stitches_react_types_css_util.CSS<{}, {
|
1065
|
+
colors: {
|
1066
|
+
white: string;
|
1067
|
+
black: string;
|
1068
|
+
gray100: string;
|
1069
|
+
gray200: string;
|
1070
|
+
gray400: string;
|
1071
|
+
gray800: string;
|
1072
|
+
dafaz100: string;
|
1073
|
+
dafaz200: string;
|
1074
|
+
dafaz400: string;
|
1075
|
+
dafaz600: string;
|
1076
|
+
dafaz800: string;
|
1077
|
+
teste: string;
|
1078
|
+
};
|
1079
|
+
fontSizes: {
|
1080
|
+
xxs: string;
|
1081
|
+
xs: string;
|
1082
|
+
sm: string;
|
1083
|
+
md: string;
|
1084
|
+
lg: string;
|
1085
|
+
xl: string;
|
1086
|
+
'2xl': string;
|
1087
|
+
};
|
1088
|
+
fontWeights: {
|
1089
|
+
regular: string;
|
1090
|
+
medium: string;
|
1091
|
+
bold: string;
|
1092
|
+
};
|
1093
|
+
fonts: {
|
1094
|
+
default: string;
|
1095
|
+
app: string;
|
1096
|
+
web: string;
|
1097
|
+
offer: string;
|
1098
|
+
code: string;
|
1099
|
+
};
|
1100
|
+
lineHeights: {
|
1101
|
+
shorter: string;
|
1102
|
+
short: string;
|
1103
|
+
base: string;
|
1104
|
+
tall: string;
|
1105
|
+
};
|
1106
|
+
radii: {
|
1107
|
+
px: string;
|
1108
|
+
sm: string;
|
1109
|
+
md: string;
|
1110
|
+
full: string;
|
1111
|
+
};
|
1112
|
+
space: {
|
1113
|
+
1: string;
|
1114
|
+
2: string;
|
1115
|
+
3: string;
|
1116
|
+
4: string;
|
1117
|
+
5: string;
|
1118
|
+
6: string;
|
1119
|
+
7: string;
|
1120
|
+
8: string;
|
1121
|
+
10: string;
|
1122
|
+
12: string;
|
1123
|
+
16: string;
|
1124
|
+
20: string;
|
1125
|
+
40: string;
|
1126
|
+
64: string;
|
1127
|
+
80: string;
|
1128
|
+
};
|
1129
|
+
opacities: {
|
1130
|
+
opacity400: string;
|
1131
|
+
opacity600: string;
|
1132
|
+
opacity800: string;
|
1133
|
+
opacity900: string;
|
1134
|
+
};
|
1135
|
+
}, {
|
1136
|
+
height: "space";
|
1137
|
+
width: "space";
|
1138
|
+
gap: "space";
|
1139
|
+
gridGap: "space";
|
1140
|
+
columnGap: "space";
|
1141
|
+
gridColumnGap: "space";
|
1142
|
+
rowGap: "space";
|
1143
|
+
gridRowGap: "space";
|
1144
|
+
inset: "space";
|
1145
|
+
insetBlock: "space";
|
1146
|
+
insetBlockEnd: "space";
|
1147
|
+
insetBlockStart: "space";
|
1148
|
+
insetInline: "space";
|
1149
|
+
insetInlineEnd: "space";
|
1150
|
+
insetInlineStart: "space";
|
1151
|
+
margin: "space";
|
1152
|
+
marginTop: "space";
|
1153
|
+
marginRight: "space";
|
1154
|
+
marginBottom: "space";
|
1155
|
+
marginLeft: "space";
|
1156
|
+
marginBlock: "space";
|
1157
|
+
marginBlockEnd: "space";
|
1158
|
+
marginBlockStart: "space";
|
1159
|
+
marginInline: "space";
|
1160
|
+
marginInlineEnd: "space";
|
1161
|
+
marginInlineStart: "space";
|
1162
|
+
padding: "space";
|
1163
|
+
paddingTop: "space";
|
1164
|
+
paddingRight: "space";
|
1165
|
+
paddingBottom: "space";
|
1166
|
+
paddingLeft: "space";
|
1167
|
+
paddingBlock: "space";
|
1168
|
+
paddingBlockEnd: "space";
|
1169
|
+
paddingBlockStart: "space";
|
1170
|
+
paddingInline: "space";
|
1171
|
+
paddingInlineEnd: "space";
|
1172
|
+
paddingInlineStart: "space";
|
1173
|
+
scrollMargin: "space";
|
1174
|
+
scrollMarginTop: "space";
|
1175
|
+
scrollMarginRight: "space";
|
1176
|
+
scrollMarginBottom: "space";
|
1177
|
+
scrollMarginLeft: "space";
|
1178
|
+
scrollMarginBlock: "space";
|
1179
|
+
scrollMarginBlockEnd: "space";
|
1180
|
+
scrollMarginBlockStart: "space";
|
1181
|
+
scrollMarginInline: "space";
|
1182
|
+
scrollMarginInlineEnd: "space";
|
1183
|
+
scrollMarginInlineStart: "space";
|
1184
|
+
scrollPadding: "space";
|
1185
|
+
scrollPaddingTop: "space";
|
1186
|
+
scrollPaddingRight: "space";
|
1187
|
+
scrollPaddingBottom: "space";
|
1188
|
+
scrollPaddingLeft: "space";
|
1189
|
+
scrollPaddingBlock: "space";
|
1190
|
+
scrollPaddingBlockEnd: "space";
|
1191
|
+
scrollPaddingBlockStart: "space";
|
1192
|
+
scrollPaddingInline: "space";
|
1193
|
+
scrollPaddingInlineEnd: "space";
|
1194
|
+
scrollPaddingInlineStart: "space";
|
1195
|
+
top: "space";
|
1196
|
+
right: "space";
|
1197
|
+
bottom: "space";
|
1198
|
+
left: "space";
|
1199
|
+
fontSize: "fontSizes";
|
1200
|
+
background: "colors";
|
1201
|
+
backgroundColor: "colors";
|
1202
|
+
backgroundImage: "colors";
|
1203
|
+
borderImage: "colors";
|
1204
|
+
border: "colors";
|
1205
|
+
borderBlock: "colors";
|
1206
|
+
borderBlockEnd: "colors";
|
1207
|
+
borderBlockStart: "colors";
|
1208
|
+
borderBottom: "colors";
|
1209
|
+
borderBottomColor: "colors";
|
1210
|
+
borderColor: "colors";
|
1211
|
+
borderInline: "colors";
|
1212
|
+
borderInlineEnd: "colors";
|
1213
|
+
borderInlineStart: "colors";
|
1214
|
+
borderLeft: "colors";
|
1215
|
+
borderLeftColor: "colors";
|
1216
|
+
borderRight: "colors";
|
1217
|
+
borderRightColor: "colors";
|
1218
|
+
borderTop: "colors";
|
1219
|
+
borderTopColor: "colors";
|
1220
|
+
caretColor: "colors";
|
1221
|
+
color: "colors";
|
1222
|
+
columnRuleColor: "colors";
|
1223
|
+
outline: "colors";
|
1224
|
+
outlineColor: "colors";
|
1225
|
+
fill: "colors";
|
1226
|
+
stroke: "colors";
|
1227
|
+
textDecorationColor: "colors";
|
1228
|
+
fontFamily: "fonts";
|
1229
|
+
fontWeight: "fontWeights";
|
1230
|
+
lineHeight: "lineHeights";
|
1231
|
+
letterSpacing: "letterSpacings";
|
1232
|
+
blockSize: "sizes";
|
1233
|
+
minBlockSize: "sizes";
|
1234
|
+
maxBlockSize: "sizes";
|
1235
|
+
inlineSize: "sizes";
|
1236
|
+
minInlineSize: "sizes";
|
1237
|
+
maxInlineSize: "sizes";
|
1238
|
+
minWidth: "sizes";
|
1239
|
+
maxWidth: "sizes";
|
1240
|
+
minHeight: "sizes";
|
1241
|
+
maxHeight: "sizes";
|
1242
|
+
flexBasis: "sizes";
|
1243
|
+
gridTemplateColumns: "sizes";
|
1244
|
+
gridTemplateRows: "sizes";
|
1245
|
+
borderWidth: "borderWidths";
|
1246
|
+
borderTopWidth: "borderWidths";
|
1247
|
+
borderLeftWidth: "borderWidths";
|
1248
|
+
borderRightWidth: "borderWidths";
|
1249
|
+
borderBottomWidth: "borderWidths";
|
1250
|
+
borderStyle: "borderStyles";
|
1251
|
+
borderTopStyle: "borderStyles";
|
1252
|
+
borderLeftStyle: "borderStyles";
|
1253
|
+
borderRightStyle: "borderStyles";
|
1254
|
+
borderBottomStyle: "borderStyles";
|
1255
|
+
borderRadius: "radii";
|
1256
|
+
borderTopLeftRadius: "radii";
|
1257
|
+
borderTopRightRadius: "radii";
|
1258
|
+
borderBottomRightRadius: "radii";
|
1259
|
+
borderBottomLeftRadius: "radii";
|
1260
|
+
boxShadow: "shadows";
|
1261
|
+
textShadow: "shadows";
|
1262
|
+
transition: "transitions";
|
1263
|
+
zIndex: "zIndices";
|
1264
|
+
}, {}>; })[]) => {
|
1265
|
+
(): string;
|
1266
|
+
};
|
1267
|
+
declare const keyframes: (style: {
|
1268
|
+
[offset: string]: _stitches_react_types_css_util.CSS<{}, {
|
1269
|
+
colors: {
|
1270
|
+
white: string;
|
1271
|
+
black: string;
|
1272
|
+
gray100: string;
|
1273
|
+
gray200: string;
|
1274
|
+
gray400: string;
|
1275
|
+
gray800: string;
|
1276
|
+
dafaz100: string;
|
1277
|
+
dafaz200: string;
|
1278
|
+
dafaz400: string;
|
1279
|
+
dafaz600: string;
|
1280
|
+
dafaz800: string;
|
1281
|
+
teste: string;
|
1282
|
+
};
|
1283
|
+
fontSizes: {
|
1284
|
+
xxs: string;
|
1285
|
+
xs: string;
|
1286
|
+
sm: string;
|
1287
|
+
md: string;
|
1288
|
+
lg: string;
|
1289
|
+
xl: string;
|
1290
|
+
'2xl': string;
|
1291
|
+
};
|
1292
|
+
fontWeights: {
|
1293
|
+
regular: string;
|
1294
|
+
medium: string;
|
1295
|
+
bold: string;
|
1296
|
+
};
|
1297
|
+
fonts: {
|
1298
|
+
default: string;
|
1299
|
+
app: string;
|
1300
|
+
web: string;
|
1301
|
+
offer: string;
|
1302
|
+
code: string;
|
1303
|
+
};
|
1304
|
+
lineHeights: {
|
1305
|
+
shorter: string;
|
1306
|
+
short: string;
|
1307
|
+
base: string;
|
1308
|
+
tall: string;
|
1309
|
+
};
|
1310
|
+
radii: {
|
1311
|
+
px: string;
|
1312
|
+
sm: string;
|
1313
|
+
md: string;
|
1314
|
+
full: string;
|
1315
|
+
};
|
1316
|
+
space: {
|
1317
|
+
1: string;
|
1318
|
+
2: string;
|
1319
|
+
3: string;
|
1320
|
+
4: string;
|
1321
|
+
5: string;
|
1322
|
+
6: string;
|
1323
|
+
7: string;
|
1324
|
+
8: string;
|
1325
|
+
10: string;
|
1326
|
+
12: string;
|
1327
|
+
16: string;
|
1328
|
+
20: string;
|
1329
|
+
40: string;
|
1330
|
+
64: string;
|
1331
|
+
80: string;
|
1332
|
+
};
|
1333
|
+
opacities: {
|
1334
|
+
opacity400: string;
|
1335
|
+
opacity600: string;
|
1336
|
+
opacity800: string;
|
1337
|
+
opacity900: string;
|
1338
|
+
};
|
1339
|
+
}, {
|
1340
|
+
height: "space";
|
1341
|
+
width: "space";
|
1342
|
+
gap: "space";
|
1343
|
+
gridGap: "space";
|
1344
|
+
columnGap: "space";
|
1345
|
+
gridColumnGap: "space";
|
1346
|
+
rowGap: "space";
|
1347
|
+
gridRowGap: "space";
|
1348
|
+
inset: "space";
|
1349
|
+
insetBlock: "space";
|
1350
|
+
insetBlockEnd: "space";
|
1351
|
+
insetBlockStart: "space";
|
1352
|
+
insetInline: "space";
|
1353
|
+
insetInlineEnd: "space";
|
1354
|
+
insetInlineStart: "space";
|
1355
|
+
margin: "space";
|
1356
|
+
marginTop: "space";
|
1357
|
+
marginRight: "space";
|
1358
|
+
marginBottom: "space";
|
1359
|
+
marginLeft: "space";
|
1360
|
+
marginBlock: "space";
|
1361
|
+
marginBlockEnd: "space";
|
1362
|
+
marginBlockStart: "space";
|
1363
|
+
marginInline: "space";
|
1364
|
+
marginInlineEnd: "space";
|
1365
|
+
marginInlineStart: "space";
|
1366
|
+
padding: "space";
|
1367
|
+
paddingTop: "space";
|
1368
|
+
paddingRight: "space";
|
1369
|
+
paddingBottom: "space";
|
1370
|
+
paddingLeft: "space";
|
1371
|
+
paddingBlock: "space";
|
1372
|
+
paddingBlockEnd: "space";
|
1373
|
+
paddingBlockStart: "space";
|
1374
|
+
paddingInline: "space";
|
1375
|
+
paddingInlineEnd: "space";
|
1376
|
+
paddingInlineStart: "space";
|
1377
|
+
scrollMargin: "space";
|
1378
|
+
scrollMarginTop: "space";
|
1379
|
+
scrollMarginRight: "space";
|
1380
|
+
scrollMarginBottom: "space";
|
1381
|
+
scrollMarginLeft: "space";
|
1382
|
+
scrollMarginBlock: "space";
|
1383
|
+
scrollMarginBlockEnd: "space";
|
1384
|
+
scrollMarginBlockStart: "space";
|
1385
|
+
scrollMarginInline: "space";
|
1386
|
+
scrollMarginInlineEnd: "space";
|
1387
|
+
scrollMarginInlineStart: "space";
|
1388
|
+
scrollPadding: "space";
|
1389
|
+
scrollPaddingTop: "space";
|
1390
|
+
scrollPaddingRight: "space";
|
1391
|
+
scrollPaddingBottom: "space";
|
1392
|
+
scrollPaddingLeft: "space";
|
1393
|
+
scrollPaddingBlock: "space";
|
1394
|
+
scrollPaddingBlockEnd: "space";
|
1395
|
+
scrollPaddingBlockStart: "space";
|
1396
|
+
scrollPaddingInline: "space";
|
1397
|
+
scrollPaddingInlineEnd: "space";
|
1398
|
+
scrollPaddingInlineStart: "space";
|
1399
|
+
top: "space";
|
1400
|
+
right: "space";
|
1401
|
+
bottom: "space";
|
1402
|
+
left: "space";
|
1403
|
+
fontSize: "fontSizes";
|
1404
|
+
background: "colors";
|
1405
|
+
backgroundColor: "colors";
|
1406
|
+
backgroundImage: "colors";
|
1407
|
+
borderImage: "colors";
|
1408
|
+
border: "colors";
|
1409
|
+
borderBlock: "colors";
|
1410
|
+
borderBlockEnd: "colors";
|
1411
|
+
borderBlockStart: "colors";
|
1412
|
+
borderBottom: "colors";
|
1413
|
+
borderBottomColor: "colors";
|
1414
|
+
borderColor: "colors";
|
1415
|
+
borderInline: "colors";
|
1416
|
+
borderInlineEnd: "colors";
|
1417
|
+
borderInlineStart: "colors";
|
1418
|
+
borderLeft: "colors";
|
1419
|
+
borderLeftColor: "colors";
|
1420
|
+
borderRight: "colors";
|
1421
|
+
borderRightColor: "colors";
|
1422
|
+
borderTop: "colors";
|
1423
|
+
borderTopColor: "colors";
|
1424
|
+
caretColor: "colors";
|
1425
|
+
color: "colors";
|
1426
|
+
columnRuleColor: "colors";
|
1427
|
+
outline: "colors";
|
1428
|
+
outlineColor: "colors";
|
1429
|
+
fill: "colors";
|
1430
|
+
stroke: "colors";
|
1431
|
+
textDecorationColor: "colors";
|
1432
|
+
fontFamily: "fonts";
|
1433
|
+
fontWeight: "fontWeights";
|
1434
|
+
lineHeight: "lineHeights";
|
1435
|
+
letterSpacing: "letterSpacings";
|
1436
|
+
blockSize: "sizes";
|
1437
|
+
minBlockSize: "sizes";
|
1438
|
+
maxBlockSize: "sizes";
|
1439
|
+
inlineSize: "sizes";
|
1440
|
+
minInlineSize: "sizes";
|
1441
|
+
maxInlineSize: "sizes";
|
1442
|
+
minWidth: "sizes";
|
1443
|
+
maxWidth: "sizes";
|
1444
|
+
minHeight: "sizes";
|
1445
|
+
maxHeight: "sizes";
|
1446
|
+
flexBasis: "sizes";
|
1447
|
+
gridTemplateColumns: "sizes";
|
1448
|
+
gridTemplateRows: "sizes";
|
1449
|
+
borderWidth: "borderWidths";
|
1450
|
+
borderTopWidth: "borderWidths";
|
1451
|
+
borderLeftWidth: "borderWidths";
|
1452
|
+
borderRightWidth: "borderWidths";
|
1453
|
+
borderBottomWidth: "borderWidths";
|
1454
|
+
borderStyle: "borderStyles";
|
1455
|
+
borderTopStyle: "borderStyles";
|
1456
|
+
borderLeftStyle: "borderStyles";
|
1457
|
+
borderRightStyle: "borderStyles";
|
1458
|
+
borderBottomStyle: "borderStyles";
|
1459
|
+
borderRadius: "radii";
|
1460
|
+
borderTopLeftRadius: "radii";
|
1461
|
+
borderTopRightRadius: "radii";
|
1462
|
+
borderBottomRightRadius: "radii";
|
1463
|
+
borderBottomLeftRadius: "radii";
|
1464
|
+
boxShadow: "shadows";
|
1465
|
+
textShadow: "shadows";
|
1466
|
+
transition: "transitions";
|
1467
|
+
zIndex: "zIndices";
|
1468
|
+
}, {}>;
|
1469
|
+
}) => {
|
1470
|
+
(): string;
|
1471
|
+
name: string;
|
1472
|
+
};
|
1473
|
+
declare const getCssText: () => string;
|
1474
|
+
declare const theme: string & {
|
1475
|
+
className: string;
|
1476
|
+
selector: string;
|
1477
|
+
} & {
|
1478
|
+
colors: {
|
1479
|
+
white: _stitches_react_types_theme.Token<"white", string, "colors", "">;
|
1480
|
+
black: _stitches_react_types_theme.Token<"black", string, "colors", "">;
|
1481
|
+
gray100: _stitches_react_types_theme.Token<"gray100", string, "colors", "">;
|
1482
|
+
gray200: _stitches_react_types_theme.Token<"gray200", string, "colors", "">;
|
1483
|
+
gray400: _stitches_react_types_theme.Token<"gray400", string, "colors", "">;
|
1484
|
+
gray800: _stitches_react_types_theme.Token<"gray800", string, "colors", "">;
|
1485
|
+
dafaz100: _stitches_react_types_theme.Token<"dafaz100", string, "colors", "">;
|
1486
|
+
dafaz200: _stitches_react_types_theme.Token<"dafaz200", string, "colors", "">;
|
1487
|
+
dafaz400: _stitches_react_types_theme.Token<"dafaz400", string, "colors", "">;
|
1488
|
+
dafaz600: _stitches_react_types_theme.Token<"dafaz600", string, "colors", "">;
|
1489
|
+
dafaz800: _stitches_react_types_theme.Token<"dafaz800", string, "colors", "">;
|
1490
|
+
teste: _stitches_react_types_theme.Token<"teste", string, "colors", "">;
|
1491
|
+
};
|
1492
|
+
fontSizes: {
|
1493
|
+
xxs: _stitches_react_types_theme.Token<"xxs", string, "fontSizes", "">;
|
1494
|
+
xs: _stitches_react_types_theme.Token<"xs", string, "fontSizes", "">;
|
1495
|
+
sm: _stitches_react_types_theme.Token<"sm", string, "fontSizes", "">;
|
1496
|
+
md: _stitches_react_types_theme.Token<"md", string, "fontSizes", "">;
|
1497
|
+
lg: _stitches_react_types_theme.Token<"lg", string, "fontSizes", "">;
|
1498
|
+
xl: _stitches_react_types_theme.Token<"xl", string, "fontSizes", "">;
|
1499
|
+
'2xl': _stitches_react_types_theme.Token<"2xl", string, "fontSizes", "">;
|
1500
|
+
};
|
1501
|
+
fontWeights: {
|
1502
|
+
regular: _stitches_react_types_theme.Token<"regular", string, "fontWeights", "">;
|
1503
|
+
medium: _stitches_react_types_theme.Token<"medium", string, "fontWeights", "">;
|
1504
|
+
bold: _stitches_react_types_theme.Token<"bold", string, "fontWeights", "">;
|
1505
|
+
};
|
1506
|
+
fonts: {
|
1507
|
+
default: _stitches_react_types_theme.Token<"default", string, "fonts", "">;
|
1508
|
+
app: _stitches_react_types_theme.Token<"app", string, "fonts", "">;
|
1509
|
+
web: _stitches_react_types_theme.Token<"web", string, "fonts", "">;
|
1510
|
+
offer: _stitches_react_types_theme.Token<"offer", string, "fonts", "">;
|
1511
|
+
code: _stitches_react_types_theme.Token<"code", string, "fonts", "">;
|
1512
|
+
};
|
1513
|
+
lineHeights: {
|
1514
|
+
shorter: _stitches_react_types_theme.Token<"shorter", string, "lineHeights", "">;
|
1515
|
+
short: _stitches_react_types_theme.Token<"short", string, "lineHeights", "">;
|
1516
|
+
base: _stitches_react_types_theme.Token<"base", string, "lineHeights", "">;
|
1517
|
+
tall: _stitches_react_types_theme.Token<"tall", string, "lineHeights", "">;
|
1518
|
+
};
|
1519
|
+
radii: {
|
1520
|
+
px: _stitches_react_types_theme.Token<"px", string, "radii", "">;
|
1521
|
+
sm: _stitches_react_types_theme.Token<"sm", string, "radii", "">;
|
1522
|
+
md: _stitches_react_types_theme.Token<"md", string, "radii", "">;
|
1523
|
+
full: _stitches_react_types_theme.Token<"full", string, "radii", "">;
|
1524
|
+
};
|
1525
|
+
space: {
|
1526
|
+
1: _stitches_react_types_theme.Token<"1", string, "space", "">;
|
1527
|
+
2: _stitches_react_types_theme.Token<"2", string, "space", "">;
|
1528
|
+
3: _stitches_react_types_theme.Token<"3", string, "space", "">;
|
1529
|
+
4: _stitches_react_types_theme.Token<"4", string, "space", "">;
|
1530
|
+
5: _stitches_react_types_theme.Token<"5", string, "space", "">;
|
1531
|
+
6: _stitches_react_types_theme.Token<"6", string, "space", "">;
|
1532
|
+
7: _stitches_react_types_theme.Token<"7", string, "space", "">;
|
1533
|
+
8: _stitches_react_types_theme.Token<"8", string, "space", "">;
|
1534
|
+
10: _stitches_react_types_theme.Token<"10", string, "space", "">;
|
1535
|
+
12: _stitches_react_types_theme.Token<"12", string, "space", "">;
|
1536
|
+
16: _stitches_react_types_theme.Token<"16", string, "space", "">;
|
1537
|
+
20: _stitches_react_types_theme.Token<"20", string, "space", "">;
|
1538
|
+
40: _stitches_react_types_theme.Token<"40", string, "space", "">;
|
1539
|
+
64: _stitches_react_types_theme.Token<"64", string, "space", "">;
|
1540
|
+
80: _stitches_react_types_theme.Token<"80", string, "space", "">;
|
1541
|
+
};
|
1542
|
+
opacities: {
|
1543
|
+
opacity400: _stitches_react_types_theme.Token<"opacity400", string, "opacities", "">;
|
1544
|
+
opacity600: _stitches_react_types_theme.Token<"opacity600", string, "opacities", "">;
|
1545
|
+
opacity800: _stitches_react_types_theme.Token<"opacity800", string, "opacities", "">;
|
1546
|
+
opacity900: _stitches_react_types_theme.Token<"opacity900", string, "opacities", "">;
|
1547
|
+
};
|
1548
|
+
};
|
1549
|
+
declare const createTheme: <Argument0 extends string | ({
|
1550
|
+
colors?: {
|
1551
|
+
white?: string | number | boolean | undefined;
|
1552
|
+
black?: string | number | boolean | undefined;
|
1553
|
+
gray100?: string | number | boolean | undefined;
|
1554
|
+
gray200?: string | number | boolean | undefined;
|
1555
|
+
gray400?: string | number | boolean | undefined;
|
1556
|
+
gray800?: string | number | boolean | undefined;
|
1557
|
+
dafaz100?: string | number | boolean | undefined;
|
1558
|
+
dafaz200?: string | number | boolean | undefined;
|
1559
|
+
dafaz400?: string | number | boolean | undefined;
|
1560
|
+
dafaz600?: string | number | boolean | undefined;
|
1561
|
+
dafaz800?: string | number | boolean | undefined;
|
1562
|
+
teste?: string | number | boolean | undefined;
|
1563
|
+
} | undefined;
|
1564
|
+
fontSizes?: {
|
1565
|
+
xxs?: string | number | boolean | undefined;
|
1566
|
+
xs?: string | number | boolean | undefined;
|
1567
|
+
sm?: string | number | boolean | undefined;
|
1568
|
+
md?: string | number | boolean | undefined;
|
1569
|
+
lg?: string | number | boolean | undefined;
|
1570
|
+
xl?: string | number | boolean | undefined;
|
1571
|
+
'2xl'?: string | number | boolean | undefined;
|
1572
|
+
} | undefined;
|
1573
|
+
fontWeights?: {
|
1574
|
+
regular?: string | number | boolean | undefined;
|
1575
|
+
medium?: string | number | boolean | undefined;
|
1576
|
+
bold?: string | number | boolean | undefined;
|
1577
|
+
} | undefined;
|
1578
|
+
fonts?: {
|
1579
|
+
default?: string | number | boolean | undefined;
|
1580
|
+
app?: string | number | boolean | undefined;
|
1581
|
+
web?: string | number | boolean | undefined;
|
1582
|
+
offer?: string | number | boolean | undefined;
|
1583
|
+
code?: string | number | boolean | undefined;
|
1584
|
+
} | undefined;
|
1585
|
+
lineHeights?: {
|
1586
|
+
shorter?: string | number | boolean | undefined;
|
1587
|
+
short?: string | number | boolean | undefined;
|
1588
|
+
base?: string | number | boolean | undefined;
|
1589
|
+
tall?: string | number | boolean | undefined;
|
1590
|
+
} | undefined;
|
1591
|
+
radii?: {
|
1592
|
+
px?: string | number | boolean | undefined;
|
1593
|
+
sm?: string | number | boolean | undefined;
|
1594
|
+
md?: string | number | boolean | undefined;
|
1595
|
+
full?: string | number | boolean | undefined;
|
1596
|
+
} | undefined;
|
1597
|
+
space?: {
|
1598
|
+
1?: string | number | boolean | undefined;
|
1599
|
+
2?: string | number | boolean | undefined;
|
1600
|
+
3?: string | number | boolean | undefined;
|
1601
|
+
4?: string | number | boolean | undefined;
|
1602
|
+
5?: string | number | boolean | undefined;
|
1603
|
+
6?: string | number | boolean | undefined;
|
1604
|
+
7?: string | number | boolean | undefined;
|
1605
|
+
8?: string | number | boolean | undefined;
|
1606
|
+
10?: string | number | boolean | undefined;
|
1607
|
+
12?: string | number | boolean | undefined;
|
1608
|
+
16?: string | number | boolean | undefined;
|
1609
|
+
20?: string | number | boolean | undefined;
|
1610
|
+
40?: string | number | boolean | undefined;
|
1611
|
+
64?: string | number | boolean | undefined;
|
1612
|
+
80?: string | number | boolean | undefined;
|
1613
|
+
} | undefined;
|
1614
|
+
opacities?: {
|
1615
|
+
opacity400?: string | number | boolean | undefined;
|
1616
|
+
opacity600?: string | number | boolean | undefined;
|
1617
|
+
opacity800?: string | number | boolean | undefined;
|
1618
|
+
opacity900?: string | number | boolean | undefined;
|
1619
|
+
} | undefined;
|
1620
|
+
} & {
|
1621
|
+
[x: string]: {
|
1622
|
+
[x: string]: string | number | boolean;
|
1623
|
+
[x: number]: string | number | boolean;
|
1624
|
+
};
|
1625
|
+
}), Argument1 extends string | ({
|
1626
|
+
colors?: {
|
1627
|
+
white?: string | number | boolean | undefined;
|
1628
|
+
black?: string | number | boolean | undefined;
|
1629
|
+
gray100?: string | number | boolean | undefined;
|
1630
|
+
gray200?: string | number | boolean | undefined;
|
1631
|
+
gray400?: string | number | boolean | undefined;
|
1632
|
+
gray800?: string | number | boolean | undefined;
|
1633
|
+
dafaz100?: string | number | boolean | undefined;
|
1634
|
+
dafaz200?: string | number | boolean | undefined;
|
1635
|
+
dafaz400?: string | number | boolean | undefined;
|
1636
|
+
dafaz600?: string | number | boolean | undefined;
|
1637
|
+
dafaz800?: string | number | boolean | undefined;
|
1638
|
+
teste?: string | number | boolean | undefined;
|
1639
|
+
} | undefined;
|
1640
|
+
fontSizes?: {
|
1641
|
+
xxs?: string | number | boolean | undefined;
|
1642
|
+
xs?: string | number | boolean | undefined;
|
1643
|
+
sm?: string | number | boolean | undefined;
|
1644
|
+
md?: string | number | boolean | undefined;
|
1645
|
+
lg?: string | number | boolean | undefined;
|
1646
|
+
xl?: string | number | boolean | undefined;
|
1647
|
+
'2xl'?: string | number | boolean | undefined;
|
1648
|
+
} | undefined;
|
1649
|
+
fontWeights?: {
|
1650
|
+
regular?: string | number | boolean | undefined;
|
1651
|
+
medium?: string | number | boolean | undefined;
|
1652
|
+
bold?: string | number | boolean | undefined;
|
1653
|
+
} | undefined;
|
1654
|
+
fonts?: {
|
1655
|
+
default?: string | number | boolean | undefined;
|
1656
|
+
app?: string | number | boolean | undefined;
|
1657
|
+
web?: string | number | boolean | undefined;
|
1658
|
+
offer?: string | number | boolean | undefined;
|
1659
|
+
code?: string | number | boolean | undefined;
|
1660
|
+
} | undefined;
|
1661
|
+
lineHeights?: {
|
1662
|
+
shorter?: string | number | boolean | undefined;
|
1663
|
+
short?: string | number | boolean | undefined;
|
1664
|
+
base?: string | number | boolean | undefined;
|
1665
|
+
tall?: string | number | boolean | undefined;
|
1666
|
+
} | undefined;
|
1667
|
+
radii?: {
|
1668
|
+
px?: string | number | boolean | undefined;
|
1669
|
+
sm?: string | number | boolean | undefined;
|
1670
|
+
md?: string | number | boolean | undefined;
|
1671
|
+
full?: string | number | boolean | undefined;
|
1672
|
+
} | undefined;
|
1673
|
+
space?: {
|
1674
|
+
1?: string | number | boolean | undefined;
|
1675
|
+
2?: string | number | boolean | undefined;
|
1676
|
+
3?: string | number | boolean | undefined;
|
1677
|
+
4?: string | number | boolean | undefined;
|
1678
|
+
5?: string | number | boolean | undefined;
|
1679
|
+
6?: string | number | boolean | undefined;
|
1680
|
+
7?: string | number | boolean | undefined;
|
1681
|
+
8?: string | number | boolean | undefined;
|
1682
|
+
10?: string | number | boolean | undefined;
|
1683
|
+
12?: string | number | boolean | undefined;
|
1684
|
+
16?: string | number | boolean | undefined;
|
1685
|
+
20?: string | number | boolean | undefined;
|
1686
|
+
40?: string | number | boolean | undefined;
|
1687
|
+
64?: string | number | boolean | undefined;
|
1688
|
+
80?: string | number | boolean | undefined;
|
1689
|
+
} | undefined;
|
1690
|
+
opacities?: {
|
1691
|
+
opacity400?: string | number | boolean | undefined;
|
1692
|
+
opacity600?: string | number | boolean | undefined;
|
1693
|
+
opacity800?: string | number | boolean | undefined;
|
1694
|
+
opacity900?: string | number | boolean | undefined;
|
1695
|
+
} | undefined;
|
1696
|
+
} & {
|
1697
|
+
[x: string]: {
|
1698
|
+
[x: string]: string | number | boolean;
|
1699
|
+
[x: number]: string | number | boolean;
|
1700
|
+
};
|
1701
|
+
})>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
|
1702
|
+
className: string;
|
1703
|
+
selector: string;
|
1704
|
+
} & (Argument0 extends string ? _stitches_react_types_stitches.ThemeTokens<Argument1, ""> : _stitches_react_types_stitches.ThemeTokens<Argument0, "">);
|
1705
|
+
declare const config: {
|
1706
|
+
prefix: "";
|
1707
|
+
media: {};
|
1708
|
+
theme: {
|
1709
|
+
colors: {
|
1710
|
+
white: string;
|
1711
|
+
black: string;
|
1712
|
+
gray100: string;
|
1713
|
+
gray200: string;
|
1714
|
+
gray400: string;
|
1715
|
+
gray800: string;
|
1716
|
+
dafaz100: string;
|
1717
|
+
dafaz200: string;
|
1718
|
+
dafaz400: string;
|
1719
|
+
dafaz600: string;
|
1720
|
+
dafaz800: string;
|
1721
|
+
teste: string;
|
1722
|
+
};
|
1723
|
+
fontSizes: {
|
1724
|
+
xxs: string;
|
1725
|
+
xs: string;
|
1726
|
+
sm: string;
|
1727
|
+
md: string;
|
1728
|
+
lg: string;
|
1729
|
+
xl: string;
|
1730
|
+
'2xl': string;
|
1731
|
+
};
|
1732
|
+
fontWeights: {
|
1733
|
+
regular: string;
|
1734
|
+
medium: string;
|
1735
|
+
bold: string;
|
1736
|
+
};
|
1737
|
+
fonts: {
|
1738
|
+
default: string;
|
1739
|
+
app: string;
|
1740
|
+
web: string;
|
1741
|
+
offer: string;
|
1742
|
+
code: string;
|
1743
|
+
};
|
1744
|
+
lineHeights: {
|
1745
|
+
shorter: string;
|
1746
|
+
short: string;
|
1747
|
+
base: string;
|
1748
|
+
tall: string;
|
1749
|
+
};
|
1750
|
+
radii: {
|
1751
|
+
px: string;
|
1752
|
+
sm: string;
|
1753
|
+
md: string;
|
1754
|
+
full: string;
|
1755
|
+
};
|
1756
|
+
space: {
|
1757
|
+
1: string;
|
1758
|
+
2: string;
|
1759
|
+
3: string;
|
1760
|
+
4: string;
|
1761
|
+
5: string;
|
1762
|
+
6: string;
|
1763
|
+
7: string;
|
1764
|
+
8: string;
|
1765
|
+
10: string;
|
1766
|
+
12: string;
|
1767
|
+
16: string;
|
1768
|
+
20: string;
|
1769
|
+
40: string;
|
1770
|
+
64: string;
|
1771
|
+
80: string;
|
1772
|
+
};
|
1773
|
+
opacities: {
|
1774
|
+
opacity400: string;
|
1775
|
+
opacity600: string;
|
1776
|
+
opacity800: string;
|
1777
|
+
opacity900: string;
|
1778
|
+
};
|
1779
|
+
};
|
1780
|
+
themeMap: {
|
1781
|
+
height: "space";
|
1782
|
+
width: "space";
|
1783
|
+
gap: "space";
|
1784
|
+
gridGap: "space";
|
1785
|
+
columnGap: "space";
|
1786
|
+
gridColumnGap: "space";
|
1787
|
+
rowGap: "space";
|
1788
|
+
gridRowGap: "space";
|
1789
|
+
inset: "space";
|
1790
|
+
insetBlock: "space";
|
1791
|
+
insetBlockEnd: "space";
|
1792
|
+
insetBlockStart: "space";
|
1793
|
+
insetInline: "space";
|
1794
|
+
insetInlineEnd: "space";
|
1795
|
+
insetInlineStart: "space";
|
1796
|
+
margin: "space";
|
1797
|
+
marginTop: "space";
|
1798
|
+
marginRight: "space";
|
1799
|
+
marginBottom: "space";
|
1800
|
+
marginLeft: "space";
|
1801
|
+
marginBlock: "space";
|
1802
|
+
marginBlockEnd: "space";
|
1803
|
+
marginBlockStart: "space";
|
1804
|
+
marginInline: "space";
|
1805
|
+
marginInlineEnd: "space";
|
1806
|
+
marginInlineStart: "space";
|
1807
|
+
padding: "space";
|
1808
|
+
paddingTop: "space";
|
1809
|
+
paddingRight: "space";
|
1810
|
+
paddingBottom: "space";
|
1811
|
+
paddingLeft: "space";
|
1812
|
+
paddingBlock: "space";
|
1813
|
+
paddingBlockEnd: "space";
|
1814
|
+
paddingBlockStart: "space";
|
1815
|
+
paddingInline: "space";
|
1816
|
+
paddingInlineEnd: "space";
|
1817
|
+
paddingInlineStart: "space";
|
1818
|
+
scrollMargin: "space";
|
1819
|
+
scrollMarginTop: "space";
|
1820
|
+
scrollMarginRight: "space";
|
1821
|
+
scrollMarginBottom: "space";
|
1822
|
+
scrollMarginLeft: "space";
|
1823
|
+
scrollMarginBlock: "space";
|
1824
|
+
scrollMarginBlockEnd: "space";
|
1825
|
+
scrollMarginBlockStart: "space";
|
1826
|
+
scrollMarginInline: "space";
|
1827
|
+
scrollMarginInlineEnd: "space";
|
1828
|
+
scrollMarginInlineStart: "space";
|
1829
|
+
scrollPadding: "space";
|
1830
|
+
scrollPaddingTop: "space";
|
1831
|
+
scrollPaddingRight: "space";
|
1832
|
+
scrollPaddingBottom: "space";
|
1833
|
+
scrollPaddingLeft: "space";
|
1834
|
+
scrollPaddingBlock: "space";
|
1835
|
+
scrollPaddingBlockEnd: "space";
|
1836
|
+
scrollPaddingBlockStart: "space";
|
1837
|
+
scrollPaddingInline: "space";
|
1838
|
+
scrollPaddingInlineEnd: "space";
|
1839
|
+
scrollPaddingInlineStart: "space";
|
1840
|
+
top: "space";
|
1841
|
+
right: "space";
|
1842
|
+
bottom: "space";
|
1843
|
+
left: "space";
|
1844
|
+
fontSize: "fontSizes";
|
1845
|
+
background: "colors";
|
1846
|
+
backgroundColor: "colors";
|
1847
|
+
backgroundImage: "colors";
|
1848
|
+
borderImage: "colors";
|
1849
|
+
border: "colors";
|
1850
|
+
borderBlock: "colors";
|
1851
|
+
borderBlockEnd: "colors";
|
1852
|
+
borderBlockStart: "colors";
|
1853
|
+
borderBottom: "colors";
|
1854
|
+
borderBottomColor: "colors";
|
1855
|
+
borderColor: "colors";
|
1856
|
+
borderInline: "colors";
|
1857
|
+
borderInlineEnd: "colors";
|
1858
|
+
borderInlineStart: "colors";
|
1859
|
+
borderLeft: "colors";
|
1860
|
+
borderLeftColor: "colors";
|
1861
|
+
borderRight: "colors";
|
1862
|
+
borderRightColor: "colors";
|
1863
|
+
borderTop: "colors";
|
1864
|
+
borderTopColor: "colors";
|
1865
|
+
caretColor: "colors";
|
1866
|
+
color: "colors";
|
1867
|
+
columnRuleColor: "colors";
|
1868
|
+
outline: "colors";
|
1869
|
+
outlineColor: "colors";
|
1870
|
+
fill: "colors";
|
1871
|
+
stroke: "colors";
|
1872
|
+
textDecorationColor: "colors";
|
1873
|
+
fontFamily: "fonts";
|
1874
|
+
fontWeight: "fontWeights";
|
1875
|
+
lineHeight: "lineHeights";
|
1876
|
+
letterSpacing: "letterSpacings";
|
1877
|
+
blockSize: "sizes";
|
1878
|
+
minBlockSize: "sizes";
|
1879
|
+
maxBlockSize: "sizes";
|
1880
|
+
inlineSize: "sizes";
|
1881
|
+
minInlineSize: "sizes";
|
1882
|
+
maxInlineSize: "sizes";
|
1883
|
+
minWidth: "sizes";
|
1884
|
+
maxWidth: "sizes";
|
1885
|
+
minHeight: "sizes";
|
1886
|
+
maxHeight: "sizes";
|
1887
|
+
flexBasis: "sizes";
|
1888
|
+
gridTemplateColumns: "sizes";
|
1889
|
+
gridTemplateRows: "sizes";
|
1890
|
+
borderWidth: "borderWidths";
|
1891
|
+
borderTopWidth: "borderWidths";
|
1892
|
+
borderLeftWidth: "borderWidths";
|
1893
|
+
borderRightWidth: "borderWidths";
|
1894
|
+
borderBottomWidth: "borderWidths";
|
1895
|
+
borderStyle: "borderStyles";
|
1896
|
+
borderTopStyle: "borderStyles";
|
1897
|
+
borderLeftStyle: "borderStyles";
|
1898
|
+
borderRightStyle: "borderStyles";
|
1899
|
+
borderBottomStyle: "borderStyles";
|
1900
|
+
borderRadius: "radii";
|
1901
|
+
borderTopLeftRadius: "radii";
|
1902
|
+
borderTopRightRadius: "radii";
|
1903
|
+
borderBottomRightRadius: "radii";
|
1904
|
+
borderBottomLeftRadius: "radii";
|
1905
|
+
boxShadow: "shadows";
|
1906
|
+
textShadow: "shadows";
|
1907
|
+
transition: "transitions";
|
1908
|
+
zIndex: "zIndices";
|
1909
|
+
};
|
1910
|
+
utils: {};
|
1911
|
+
};
|
1912
|
+
|
1913
|
+
export { Button, type ButtonProps, config, createTheme, css, getCssText, globalCss, keyframes, styled, theme };
|