@spies-ui/react 1.0.1

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.
@@ -0,0 +1,1790 @@
1
+ import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
2
+ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
3
+ import * as react from 'react';
4
+ import { ComponentProps, ElementType } from 'react';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import * as Avatar$1 from '@radix-ui/react-avatar';
7
+ import * as Checkbox$1 from '@radix-ui/react-checkbox';
8
+
9
+ declare const Box: _stitches_react_types_styled_component.StyledComponent<"div", {
10
+ background?: "gray600" | "gray700" | "gray800" | "gray900" | "default" | undefined;
11
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
12
+ colors: {
13
+ black: string;
14
+ white: string;
15
+ smokedWhite: string;
16
+ richBlack: string;
17
+ gray100: string;
18
+ gray200: string;
19
+ gray400: string;
20
+ gray500: string;
21
+ gray600: string;
22
+ gray700: string;
23
+ gray800: string;
24
+ gray900: string;
25
+ primary: string;
26
+ primaryLight: string;
27
+ success: string;
28
+ warning: string;
29
+ danger: string;
30
+ };
31
+ fontSizes: {
32
+ xxs: string;
33
+ xs: string;
34
+ sm: string;
35
+ md: string;
36
+ lg: string;
37
+ xl: string;
38
+ '2xl': string;
39
+ '4xl': string;
40
+ '5xl': string;
41
+ '6xl': string;
42
+ '7xl': string;
43
+ '8xl': string;
44
+ '9xl': string;
45
+ };
46
+ fontWeights: {
47
+ thin: string;
48
+ extralight: string;
49
+ light: string;
50
+ regular: string;
51
+ medium: string;
52
+ semibold: string;
53
+ bold: string;
54
+ extrabold: string;
55
+ black: string;
56
+ };
57
+ fonts: {
58
+ default: string;
59
+ heading: string;
60
+ code: string;
61
+ };
62
+ lineHeights: {
63
+ shorter: string;
64
+ short: string;
65
+ base: string;
66
+ tall: string;
67
+ };
68
+ radii: {
69
+ px: string;
70
+ xs: string;
71
+ sm: string;
72
+ md: string;
73
+ lg: string;
74
+ full: string;
75
+ };
76
+ space: {
77
+ 1: string;
78
+ 2: string;
79
+ 3: string;
80
+ 4: string;
81
+ 5: string;
82
+ 6: string;
83
+ 7: string;
84
+ 8: string;
85
+ 10: string;
86
+ 12: string;
87
+ 16: string;
88
+ 20: string;
89
+ 40: string;
90
+ 64: string;
91
+ 80: string;
92
+ };
93
+ }, {
94
+ height: "space";
95
+ width: "space";
96
+ gap: "space";
97
+ gridGap: "space";
98
+ columnGap: "space";
99
+ gridColumnGap: "space";
100
+ rowGap: "space";
101
+ gridRowGap: "space";
102
+ inset: "space";
103
+ insetBlock: "space";
104
+ insetBlockEnd: "space";
105
+ insetBlockStart: "space";
106
+ insetInline: "space";
107
+ insetInlineEnd: "space";
108
+ insetInlineStart: "space";
109
+ margin: "space";
110
+ marginTop: "space";
111
+ marginRight: "space";
112
+ marginBottom: "space";
113
+ marginLeft: "space";
114
+ marginBlock: "space";
115
+ marginBlockEnd: "space";
116
+ marginBlockStart: "space";
117
+ marginInline: "space";
118
+ marginInlineEnd: "space";
119
+ marginInlineStart: "space";
120
+ padding: "space";
121
+ paddingTop: "space";
122
+ paddingRight: "space";
123
+ paddingBottom: "space";
124
+ paddingLeft: "space";
125
+ paddingBlock: "space";
126
+ paddingBlockEnd: "space";
127
+ paddingBlockStart: "space";
128
+ paddingInline: "space";
129
+ paddingInlineEnd: "space";
130
+ paddingInlineStart: "space";
131
+ scrollMargin: "space";
132
+ scrollMarginTop: "space";
133
+ scrollMarginRight: "space";
134
+ scrollMarginBottom: "space";
135
+ scrollMarginLeft: "space";
136
+ scrollMarginBlock: "space";
137
+ scrollMarginBlockEnd: "space";
138
+ scrollMarginBlockStart: "space";
139
+ scrollMarginInline: "space";
140
+ scrollMarginInlineEnd: "space";
141
+ scrollMarginInlineStart: "space";
142
+ scrollPadding: "space";
143
+ scrollPaddingTop: "space";
144
+ scrollPaddingRight: "space";
145
+ scrollPaddingBottom: "space";
146
+ scrollPaddingLeft: "space";
147
+ scrollPaddingBlock: "space";
148
+ scrollPaddingBlockEnd: "space";
149
+ scrollPaddingBlockStart: "space";
150
+ scrollPaddingInline: "space";
151
+ scrollPaddingInlineEnd: "space";
152
+ scrollPaddingInlineStart: "space";
153
+ top: "space";
154
+ right: "space";
155
+ bottom: "space";
156
+ left: "space";
157
+ fontSize: "fontSizes";
158
+ background: "colors";
159
+ backgroundColor: "colors";
160
+ backgroundImage: "colors";
161
+ borderImage: "colors";
162
+ border: "colors";
163
+ borderBlock: "colors";
164
+ borderBlockEnd: "colors";
165
+ borderBlockStart: "colors";
166
+ borderBottom: "colors";
167
+ borderBottomColor: "colors";
168
+ borderColor: "colors";
169
+ borderInline: "colors";
170
+ borderInlineEnd: "colors";
171
+ borderInlineStart: "colors";
172
+ borderLeft: "colors";
173
+ borderLeftColor: "colors";
174
+ borderRight: "colors";
175
+ borderRightColor: "colors";
176
+ borderTop: "colors";
177
+ borderTopColor: "colors";
178
+ caretColor: "colors";
179
+ color: "colors";
180
+ columnRuleColor: "colors";
181
+ outline: "colors";
182
+ outlineColor: "colors";
183
+ fill: "colors";
184
+ stroke: "colors";
185
+ textDecorationColor: "colors";
186
+ fontFamily: "fonts";
187
+ fontWeight: "fontWeights";
188
+ lineHeight: "lineHeights";
189
+ letterSpacing: "letterSpacings";
190
+ blockSize: "sizes";
191
+ minBlockSize: "sizes";
192
+ maxBlockSize: "sizes";
193
+ inlineSize: "sizes";
194
+ minInlineSize: "sizes";
195
+ maxInlineSize: "sizes";
196
+ minWidth: "sizes";
197
+ maxWidth: "sizes";
198
+ minHeight: "sizes";
199
+ maxHeight: "sizes";
200
+ flexBasis: "sizes";
201
+ gridTemplateColumns: "sizes";
202
+ gridTemplateRows: "sizes";
203
+ borderWidth: "borderWidths";
204
+ borderTopWidth: "borderWidths";
205
+ borderLeftWidth: "borderWidths";
206
+ borderRightWidth: "borderWidths";
207
+ borderBottomWidth: "borderWidths";
208
+ borderStyle: "borderStyles";
209
+ borderTopStyle: "borderStyles";
210
+ borderLeftStyle: "borderStyles";
211
+ borderRightStyle: "borderStyles";
212
+ borderBottomStyle: "borderStyles";
213
+ borderRadius: "radii";
214
+ borderTopLeftRadius: "radii";
215
+ borderTopRightRadius: "radii";
216
+ borderBottomRightRadius: "radii";
217
+ borderBottomLeftRadius: "radii";
218
+ boxShadow: "shadows";
219
+ textShadow: "shadows";
220
+ transition: "transitions";
221
+ zIndex: "zIndices";
222
+ }, {}>>;
223
+ interface BoxProps extends ComponentProps<typeof Box> {
224
+ as?: ElementType;
225
+ }
226
+
227
+ declare const Text: _stitches_react_types_styled_component.StyledComponent<"p", {
228
+ size?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | undefined;
229
+ variant?: "primary" | "success" | "warning" | "danger" | "default" | undefined;
230
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
231
+ colors: {
232
+ black: string;
233
+ white: string;
234
+ smokedWhite: string;
235
+ richBlack: string;
236
+ gray100: string;
237
+ gray200: string;
238
+ gray400: string;
239
+ gray500: string;
240
+ gray600: string;
241
+ gray700: string;
242
+ gray800: string;
243
+ gray900: string;
244
+ primary: string;
245
+ primaryLight: string;
246
+ success: string;
247
+ warning: string;
248
+ danger: string;
249
+ };
250
+ fontSizes: {
251
+ xxs: string;
252
+ xs: string;
253
+ sm: string;
254
+ md: string;
255
+ lg: string;
256
+ xl: string;
257
+ '2xl': string;
258
+ '4xl': string;
259
+ '5xl': string;
260
+ '6xl': string;
261
+ '7xl': string;
262
+ '8xl': string;
263
+ '9xl': string;
264
+ };
265
+ fontWeights: {
266
+ thin: string;
267
+ extralight: string;
268
+ light: string;
269
+ regular: string;
270
+ medium: string;
271
+ semibold: string;
272
+ bold: string;
273
+ extrabold: string;
274
+ black: string;
275
+ };
276
+ fonts: {
277
+ default: string;
278
+ heading: string;
279
+ code: string;
280
+ };
281
+ lineHeights: {
282
+ shorter: string;
283
+ short: string;
284
+ base: string;
285
+ tall: string;
286
+ };
287
+ radii: {
288
+ px: string;
289
+ xs: string;
290
+ sm: string;
291
+ md: string;
292
+ lg: string;
293
+ full: string;
294
+ };
295
+ space: {
296
+ 1: string;
297
+ 2: string;
298
+ 3: string;
299
+ 4: string;
300
+ 5: string;
301
+ 6: string;
302
+ 7: string;
303
+ 8: string;
304
+ 10: string;
305
+ 12: string;
306
+ 16: string;
307
+ 20: string;
308
+ 40: string;
309
+ 64: string;
310
+ 80: string;
311
+ };
312
+ }, {
313
+ height: "space";
314
+ width: "space";
315
+ gap: "space";
316
+ gridGap: "space";
317
+ columnGap: "space";
318
+ gridColumnGap: "space";
319
+ rowGap: "space";
320
+ gridRowGap: "space";
321
+ inset: "space";
322
+ insetBlock: "space";
323
+ insetBlockEnd: "space";
324
+ insetBlockStart: "space";
325
+ insetInline: "space";
326
+ insetInlineEnd: "space";
327
+ insetInlineStart: "space";
328
+ margin: "space";
329
+ marginTop: "space";
330
+ marginRight: "space";
331
+ marginBottom: "space";
332
+ marginLeft: "space";
333
+ marginBlock: "space";
334
+ marginBlockEnd: "space";
335
+ marginBlockStart: "space";
336
+ marginInline: "space";
337
+ marginInlineEnd: "space";
338
+ marginInlineStart: "space";
339
+ padding: "space";
340
+ paddingTop: "space";
341
+ paddingRight: "space";
342
+ paddingBottom: "space";
343
+ paddingLeft: "space";
344
+ paddingBlock: "space";
345
+ paddingBlockEnd: "space";
346
+ paddingBlockStart: "space";
347
+ paddingInline: "space";
348
+ paddingInlineEnd: "space";
349
+ paddingInlineStart: "space";
350
+ scrollMargin: "space";
351
+ scrollMarginTop: "space";
352
+ scrollMarginRight: "space";
353
+ scrollMarginBottom: "space";
354
+ scrollMarginLeft: "space";
355
+ scrollMarginBlock: "space";
356
+ scrollMarginBlockEnd: "space";
357
+ scrollMarginBlockStart: "space";
358
+ scrollMarginInline: "space";
359
+ scrollMarginInlineEnd: "space";
360
+ scrollMarginInlineStart: "space";
361
+ scrollPadding: "space";
362
+ scrollPaddingTop: "space";
363
+ scrollPaddingRight: "space";
364
+ scrollPaddingBottom: "space";
365
+ scrollPaddingLeft: "space";
366
+ scrollPaddingBlock: "space";
367
+ scrollPaddingBlockEnd: "space";
368
+ scrollPaddingBlockStart: "space";
369
+ scrollPaddingInline: "space";
370
+ scrollPaddingInlineEnd: "space";
371
+ scrollPaddingInlineStart: "space";
372
+ top: "space";
373
+ right: "space";
374
+ bottom: "space";
375
+ left: "space";
376
+ fontSize: "fontSizes";
377
+ background: "colors";
378
+ backgroundColor: "colors";
379
+ backgroundImage: "colors";
380
+ borderImage: "colors";
381
+ border: "colors";
382
+ borderBlock: "colors";
383
+ borderBlockEnd: "colors";
384
+ borderBlockStart: "colors";
385
+ borderBottom: "colors";
386
+ borderBottomColor: "colors";
387
+ borderColor: "colors";
388
+ borderInline: "colors";
389
+ borderInlineEnd: "colors";
390
+ borderInlineStart: "colors";
391
+ borderLeft: "colors";
392
+ borderLeftColor: "colors";
393
+ borderRight: "colors";
394
+ borderRightColor: "colors";
395
+ borderTop: "colors";
396
+ borderTopColor: "colors";
397
+ caretColor: "colors";
398
+ color: "colors";
399
+ columnRuleColor: "colors";
400
+ outline: "colors";
401
+ outlineColor: "colors";
402
+ fill: "colors";
403
+ stroke: "colors";
404
+ textDecorationColor: "colors";
405
+ fontFamily: "fonts";
406
+ fontWeight: "fontWeights";
407
+ lineHeight: "lineHeights";
408
+ letterSpacing: "letterSpacings";
409
+ blockSize: "sizes";
410
+ minBlockSize: "sizes";
411
+ maxBlockSize: "sizes";
412
+ inlineSize: "sizes";
413
+ minInlineSize: "sizes";
414
+ maxInlineSize: "sizes";
415
+ minWidth: "sizes";
416
+ maxWidth: "sizes";
417
+ minHeight: "sizes";
418
+ maxHeight: "sizes";
419
+ flexBasis: "sizes";
420
+ gridTemplateColumns: "sizes";
421
+ gridTemplateRows: "sizes";
422
+ borderWidth: "borderWidths";
423
+ borderTopWidth: "borderWidths";
424
+ borderLeftWidth: "borderWidths";
425
+ borderRightWidth: "borderWidths";
426
+ borderBottomWidth: "borderWidths";
427
+ borderStyle: "borderStyles";
428
+ borderTopStyle: "borderStyles";
429
+ borderLeftStyle: "borderStyles";
430
+ borderRightStyle: "borderStyles";
431
+ borderBottomStyle: "borderStyles";
432
+ borderRadius: "radii";
433
+ borderTopLeftRadius: "radii";
434
+ borderTopRightRadius: "radii";
435
+ borderBottomRightRadius: "radii";
436
+ borderBottomLeftRadius: "radii";
437
+ boxShadow: "shadows";
438
+ textShadow: "shadows";
439
+ transition: "transitions";
440
+ zIndex: "zIndices";
441
+ }, {}>>;
442
+ interface TextProps extends ComponentProps<typeof Text> {
443
+ as?: ElementType;
444
+ }
445
+
446
+ declare const Heading: _stitches_react_types_styled_component.StyledComponent<"h2", {
447
+ size?: "sm" | "md" | "lg" | "2xl" | "4xl" | "5xl" | "6xl" | "3xl" | undefined;
448
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
449
+ colors: {
450
+ black: string;
451
+ white: string;
452
+ smokedWhite: string;
453
+ richBlack: string;
454
+ gray100: string;
455
+ gray200: string;
456
+ gray400: string;
457
+ gray500: string;
458
+ gray600: string;
459
+ gray700: string;
460
+ gray800: string;
461
+ gray900: string;
462
+ primary: string;
463
+ primaryLight: string;
464
+ success: string;
465
+ warning: string;
466
+ danger: string;
467
+ };
468
+ fontSizes: {
469
+ xxs: string;
470
+ xs: string;
471
+ sm: string;
472
+ md: string;
473
+ lg: string;
474
+ xl: string;
475
+ '2xl': string;
476
+ '4xl': string;
477
+ '5xl': string;
478
+ '6xl': string;
479
+ '7xl': string;
480
+ '8xl': string;
481
+ '9xl': string;
482
+ };
483
+ fontWeights: {
484
+ thin: string;
485
+ extralight: string;
486
+ light: string;
487
+ regular: string;
488
+ medium: string;
489
+ semibold: string;
490
+ bold: string;
491
+ extrabold: string;
492
+ black: string;
493
+ };
494
+ fonts: {
495
+ default: string;
496
+ heading: string;
497
+ code: string;
498
+ };
499
+ lineHeights: {
500
+ shorter: string;
501
+ short: string;
502
+ base: string;
503
+ tall: string;
504
+ };
505
+ radii: {
506
+ px: string;
507
+ xs: string;
508
+ sm: string;
509
+ md: string;
510
+ lg: string;
511
+ full: string;
512
+ };
513
+ space: {
514
+ 1: string;
515
+ 2: string;
516
+ 3: string;
517
+ 4: string;
518
+ 5: string;
519
+ 6: string;
520
+ 7: string;
521
+ 8: string;
522
+ 10: string;
523
+ 12: string;
524
+ 16: string;
525
+ 20: string;
526
+ 40: string;
527
+ 64: string;
528
+ 80: string;
529
+ };
530
+ }, {
531
+ height: "space";
532
+ width: "space";
533
+ gap: "space";
534
+ gridGap: "space";
535
+ columnGap: "space";
536
+ gridColumnGap: "space";
537
+ rowGap: "space";
538
+ gridRowGap: "space";
539
+ inset: "space";
540
+ insetBlock: "space";
541
+ insetBlockEnd: "space";
542
+ insetBlockStart: "space";
543
+ insetInline: "space";
544
+ insetInlineEnd: "space";
545
+ insetInlineStart: "space";
546
+ margin: "space";
547
+ marginTop: "space";
548
+ marginRight: "space";
549
+ marginBottom: "space";
550
+ marginLeft: "space";
551
+ marginBlock: "space";
552
+ marginBlockEnd: "space";
553
+ marginBlockStart: "space";
554
+ marginInline: "space";
555
+ marginInlineEnd: "space";
556
+ marginInlineStart: "space";
557
+ padding: "space";
558
+ paddingTop: "space";
559
+ paddingRight: "space";
560
+ paddingBottom: "space";
561
+ paddingLeft: "space";
562
+ paddingBlock: "space";
563
+ paddingBlockEnd: "space";
564
+ paddingBlockStart: "space";
565
+ paddingInline: "space";
566
+ paddingInlineEnd: "space";
567
+ paddingInlineStart: "space";
568
+ scrollMargin: "space";
569
+ scrollMarginTop: "space";
570
+ scrollMarginRight: "space";
571
+ scrollMarginBottom: "space";
572
+ scrollMarginLeft: "space";
573
+ scrollMarginBlock: "space";
574
+ scrollMarginBlockEnd: "space";
575
+ scrollMarginBlockStart: "space";
576
+ scrollMarginInline: "space";
577
+ scrollMarginInlineEnd: "space";
578
+ scrollMarginInlineStart: "space";
579
+ scrollPadding: "space";
580
+ scrollPaddingTop: "space";
581
+ scrollPaddingRight: "space";
582
+ scrollPaddingBottom: "space";
583
+ scrollPaddingLeft: "space";
584
+ scrollPaddingBlock: "space";
585
+ scrollPaddingBlockEnd: "space";
586
+ scrollPaddingBlockStart: "space";
587
+ scrollPaddingInline: "space";
588
+ scrollPaddingInlineEnd: "space";
589
+ scrollPaddingInlineStart: "space";
590
+ top: "space";
591
+ right: "space";
592
+ bottom: "space";
593
+ left: "space";
594
+ fontSize: "fontSizes";
595
+ background: "colors";
596
+ backgroundColor: "colors";
597
+ backgroundImage: "colors";
598
+ borderImage: "colors";
599
+ border: "colors";
600
+ borderBlock: "colors";
601
+ borderBlockEnd: "colors";
602
+ borderBlockStart: "colors";
603
+ borderBottom: "colors";
604
+ borderBottomColor: "colors";
605
+ borderColor: "colors";
606
+ borderInline: "colors";
607
+ borderInlineEnd: "colors";
608
+ borderInlineStart: "colors";
609
+ borderLeft: "colors";
610
+ borderLeftColor: "colors";
611
+ borderRight: "colors";
612
+ borderRightColor: "colors";
613
+ borderTop: "colors";
614
+ borderTopColor: "colors";
615
+ caretColor: "colors";
616
+ color: "colors";
617
+ columnRuleColor: "colors";
618
+ outline: "colors";
619
+ outlineColor: "colors";
620
+ fill: "colors";
621
+ stroke: "colors";
622
+ textDecorationColor: "colors";
623
+ fontFamily: "fonts";
624
+ fontWeight: "fontWeights";
625
+ lineHeight: "lineHeights";
626
+ letterSpacing: "letterSpacings";
627
+ blockSize: "sizes";
628
+ minBlockSize: "sizes";
629
+ maxBlockSize: "sizes";
630
+ inlineSize: "sizes";
631
+ minInlineSize: "sizes";
632
+ maxInlineSize: "sizes";
633
+ minWidth: "sizes";
634
+ maxWidth: "sizes";
635
+ minHeight: "sizes";
636
+ maxHeight: "sizes";
637
+ flexBasis: "sizes";
638
+ gridTemplateColumns: "sizes";
639
+ gridTemplateRows: "sizes";
640
+ borderWidth: "borderWidths";
641
+ borderTopWidth: "borderWidths";
642
+ borderLeftWidth: "borderWidths";
643
+ borderRightWidth: "borderWidths";
644
+ borderBottomWidth: "borderWidths";
645
+ borderStyle: "borderStyles";
646
+ borderTopStyle: "borderStyles";
647
+ borderLeftStyle: "borderStyles";
648
+ borderRightStyle: "borderStyles";
649
+ borderBottomStyle: "borderStyles";
650
+ borderRadius: "radii";
651
+ borderTopLeftRadius: "radii";
652
+ borderTopRightRadius: "radii";
653
+ borderBottomRightRadius: "radii";
654
+ borderBottomLeftRadius: "radii";
655
+ boxShadow: "shadows";
656
+ textShadow: "shadows";
657
+ transition: "transitions";
658
+ zIndex: "zIndices";
659
+ }, {}>>;
660
+ interface HeadingProps extends ComponentProps<typeof Heading> {
661
+ as?: ElementType;
662
+ }
663
+
664
+ declare const AvatarImage: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Avatar$1.AvatarImageProps & react.RefAttributes<HTMLImageElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
665
+ colors: {
666
+ black: string;
667
+ white: string;
668
+ smokedWhite: string;
669
+ richBlack: string;
670
+ gray100: string;
671
+ gray200: string;
672
+ gray400: string;
673
+ gray500: string;
674
+ gray600: string;
675
+ gray700: string;
676
+ gray800: string;
677
+ gray900: string;
678
+ primary: string;
679
+ primaryLight: string;
680
+ success: string;
681
+ warning: string;
682
+ danger: string;
683
+ };
684
+ fontSizes: {
685
+ xxs: string;
686
+ xs: string;
687
+ sm: string;
688
+ md: string;
689
+ lg: string;
690
+ xl: string;
691
+ '2xl': string;
692
+ '4xl': string;
693
+ '5xl': string;
694
+ '6xl': string;
695
+ '7xl': string;
696
+ '8xl': string;
697
+ '9xl': string;
698
+ };
699
+ fontWeights: {
700
+ thin: string;
701
+ extralight: string;
702
+ light: string;
703
+ regular: string;
704
+ medium: string;
705
+ semibold: string;
706
+ bold: string;
707
+ extrabold: string;
708
+ black: string;
709
+ };
710
+ fonts: {
711
+ default: string;
712
+ heading: string;
713
+ code: string;
714
+ };
715
+ lineHeights: {
716
+ shorter: string;
717
+ short: string;
718
+ base: string;
719
+ tall: string;
720
+ };
721
+ radii: {
722
+ px: string;
723
+ xs: string;
724
+ sm: string;
725
+ md: string;
726
+ lg: string;
727
+ full: string;
728
+ };
729
+ space: {
730
+ 1: string;
731
+ 2: string;
732
+ 3: string;
733
+ 4: string;
734
+ 5: string;
735
+ 6: string;
736
+ 7: string;
737
+ 8: string;
738
+ 10: string;
739
+ 12: string;
740
+ 16: string;
741
+ 20: string;
742
+ 40: string;
743
+ 64: string;
744
+ 80: string;
745
+ };
746
+ }, {
747
+ height: "space";
748
+ width: "space";
749
+ gap: "space";
750
+ gridGap: "space";
751
+ columnGap: "space";
752
+ gridColumnGap: "space";
753
+ rowGap: "space";
754
+ gridRowGap: "space";
755
+ inset: "space";
756
+ insetBlock: "space";
757
+ insetBlockEnd: "space";
758
+ insetBlockStart: "space";
759
+ insetInline: "space";
760
+ insetInlineEnd: "space";
761
+ insetInlineStart: "space";
762
+ margin: "space";
763
+ marginTop: "space";
764
+ marginRight: "space";
765
+ marginBottom: "space";
766
+ marginLeft: "space";
767
+ marginBlock: "space";
768
+ marginBlockEnd: "space";
769
+ marginBlockStart: "space";
770
+ marginInline: "space";
771
+ marginInlineEnd: "space";
772
+ marginInlineStart: "space";
773
+ padding: "space";
774
+ paddingTop: "space";
775
+ paddingRight: "space";
776
+ paddingBottom: "space";
777
+ paddingLeft: "space";
778
+ paddingBlock: "space";
779
+ paddingBlockEnd: "space";
780
+ paddingBlockStart: "space";
781
+ paddingInline: "space";
782
+ paddingInlineEnd: "space";
783
+ paddingInlineStart: "space";
784
+ scrollMargin: "space";
785
+ scrollMarginTop: "space";
786
+ scrollMarginRight: "space";
787
+ scrollMarginBottom: "space";
788
+ scrollMarginLeft: "space";
789
+ scrollMarginBlock: "space";
790
+ scrollMarginBlockEnd: "space";
791
+ scrollMarginBlockStart: "space";
792
+ scrollMarginInline: "space";
793
+ scrollMarginInlineEnd: "space";
794
+ scrollMarginInlineStart: "space";
795
+ scrollPadding: "space";
796
+ scrollPaddingTop: "space";
797
+ scrollPaddingRight: "space";
798
+ scrollPaddingBottom: "space";
799
+ scrollPaddingLeft: "space";
800
+ scrollPaddingBlock: "space";
801
+ scrollPaddingBlockEnd: "space";
802
+ scrollPaddingBlockStart: "space";
803
+ scrollPaddingInline: "space";
804
+ scrollPaddingInlineEnd: "space";
805
+ scrollPaddingInlineStart: "space";
806
+ top: "space";
807
+ right: "space";
808
+ bottom: "space";
809
+ left: "space";
810
+ fontSize: "fontSizes";
811
+ background: "colors";
812
+ backgroundColor: "colors";
813
+ backgroundImage: "colors";
814
+ borderImage: "colors";
815
+ border: "colors";
816
+ borderBlock: "colors";
817
+ borderBlockEnd: "colors";
818
+ borderBlockStart: "colors";
819
+ borderBottom: "colors";
820
+ borderBottomColor: "colors";
821
+ borderColor: "colors";
822
+ borderInline: "colors";
823
+ borderInlineEnd: "colors";
824
+ borderInlineStart: "colors";
825
+ borderLeft: "colors";
826
+ borderLeftColor: "colors";
827
+ borderRight: "colors";
828
+ borderRightColor: "colors";
829
+ borderTop: "colors";
830
+ borderTopColor: "colors";
831
+ caretColor: "colors";
832
+ color: "colors";
833
+ columnRuleColor: "colors";
834
+ outline: "colors";
835
+ outlineColor: "colors";
836
+ fill: "colors";
837
+ stroke: "colors";
838
+ textDecorationColor: "colors";
839
+ fontFamily: "fonts";
840
+ fontWeight: "fontWeights";
841
+ lineHeight: "lineHeights";
842
+ letterSpacing: "letterSpacings";
843
+ blockSize: "sizes";
844
+ minBlockSize: "sizes";
845
+ maxBlockSize: "sizes";
846
+ inlineSize: "sizes";
847
+ minInlineSize: "sizes";
848
+ maxInlineSize: "sizes";
849
+ minWidth: "sizes";
850
+ maxWidth: "sizes";
851
+ minHeight: "sizes";
852
+ maxHeight: "sizes";
853
+ flexBasis: "sizes";
854
+ gridTemplateColumns: "sizes";
855
+ gridTemplateRows: "sizes";
856
+ borderWidth: "borderWidths";
857
+ borderTopWidth: "borderWidths";
858
+ borderLeftWidth: "borderWidths";
859
+ borderRightWidth: "borderWidths";
860
+ borderBottomWidth: "borderWidths";
861
+ borderStyle: "borderStyles";
862
+ borderTopStyle: "borderStyles";
863
+ borderLeftStyle: "borderStyles";
864
+ borderRightStyle: "borderStyles";
865
+ borderBottomStyle: "borderStyles";
866
+ borderRadius: "radii";
867
+ borderTopLeftRadius: "radii";
868
+ borderTopRightRadius: "radii";
869
+ borderBottomRightRadius: "radii";
870
+ borderBottomLeftRadius: "radii";
871
+ boxShadow: "shadows";
872
+ textShadow: "shadows";
873
+ transition: "transitions";
874
+ zIndex: "zIndices";
875
+ }, {}>>;
876
+
877
+ interface AvatarProps extends ComponentProps<typeof AvatarImage> {
878
+ }
879
+ declare function Avatar(props: AvatarProps): react_jsx_runtime.JSX.Element;
880
+ declare namespace Avatar {
881
+ var displayName: string;
882
+ }
883
+
884
+ declare const Button: _stitches_react_types_styled_component.StyledComponent<"button", {
885
+ variant?: "primary" | "default" | undefined;
886
+ size?: "default" | "small" | "fit" | undefined;
887
+ radius?: "default" | "full" | "small" | undefined;
888
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
889
+ colors: {
890
+ black: string;
891
+ white: string;
892
+ smokedWhite: string;
893
+ richBlack: string;
894
+ gray100: string;
895
+ gray200: string;
896
+ gray400: string;
897
+ gray500: string;
898
+ gray600: string;
899
+ gray700: string;
900
+ gray800: string;
901
+ gray900: string;
902
+ primary: string;
903
+ primaryLight: string;
904
+ success: string;
905
+ warning: string;
906
+ danger: string;
907
+ };
908
+ fontSizes: {
909
+ xxs: string;
910
+ xs: string;
911
+ sm: string;
912
+ md: string;
913
+ lg: string;
914
+ xl: string;
915
+ '2xl': string;
916
+ '4xl': string;
917
+ '5xl': string;
918
+ '6xl': string;
919
+ '7xl': string;
920
+ '8xl': string;
921
+ '9xl': string;
922
+ };
923
+ fontWeights: {
924
+ thin: string;
925
+ extralight: string;
926
+ light: string;
927
+ regular: string;
928
+ medium: string;
929
+ semibold: string;
930
+ bold: string;
931
+ extrabold: string;
932
+ black: string;
933
+ };
934
+ fonts: {
935
+ default: string;
936
+ heading: string;
937
+ code: string;
938
+ };
939
+ lineHeights: {
940
+ shorter: string;
941
+ short: string;
942
+ base: string;
943
+ tall: string;
944
+ };
945
+ radii: {
946
+ px: string;
947
+ xs: string;
948
+ sm: string;
949
+ md: string;
950
+ lg: string;
951
+ full: string;
952
+ };
953
+ space: {
954
+ 1: string;
955
+ 2: string;
956
+ 3: string;
957
+ 4: string;
958
+ 5: string;
959
+ 6: string;
960
+ 7: string;
961
+ 8: string;
962
+ 10: string;
963
+ 12: string;
964
+ 16: string;
965
+ 20: string;
966
+ 40: string;
967
+ 64: string;
968
+ 80: string;
969
+ };
970
+ }, {
971
+ height: "space";
972
+ width: "space";
973
+ gap: "space";
974
+ gridGap: "space";
975
+ columnGap: "space";
976
+ gridColumnGap: "space";
977
+ rowGap: "space";
978
+ gridRowGap: "space";
979
+ inset: "space";
980
+ insetBlock: "space";
981
+ insetBlockEnd: "space";
982
+ insetBlockStart: "space";
983
+ insetInline: "space";
984
+ insetInlineEnd: "space";
985
+ insetInlineStart: "space";
986
+ margin: "space";
987
+ marginTop: "space";
988
+ marginRight: "space";
989
+ marginBottom: "space";
990
+ marginLeft: "space";
991
+ marginBlock: "space";
992
+ marginBlockEnd: "space";
993
+ marginBlockStart: "space";
994
+ marginInline: "space";
995
+ marginInlineEnd: "space";
996
+ marginInlineStart: "space";
997
+ padding: "space";
998
+ paddingTop: "space";
999
+ paddingRight: "space";
1000
+ paddingBottom: "space";
1001
+ paddingLeft: "space";
1002
+ paddingBlock: "space";
1003
+ paddingBlockEnd: "space";
1004
+ paddingBlockStart: "space";
1005
+ paddingInline: "space";
1006
+ paddingInlineEnd: "space";
1007
+ paddingInlineStart: "space";
1008
+ scrollMargin: "space";
1009
+ scrollMarginTop: "space";
1010
+ scrollMarginRight: "space";
1011
+ scrollMarginBottom: "space";
1012
+ scrollMarginLeft: "space";
1013
+ scrollMarginBlock: "space";
1014
+ scrollMarginBlockEnd: "space";
1015
+ scrollMarginBlockStart: "space";
1016
+ scrollMarginInline: "space";
1017
+ scrollMarginInlineEnd: "space";
1018
+ scrollMarginInlineStart: "space";
1019
+ scrollPadding: "space";
1020
+ scrollPaddingTop: "space";
1021
+ scrollPaddingRight: "space";
1022
+ scrollPaddingBottom: "space";
1023
+ scrollPaddingLeft: "space";
1024
+ scrollPaddingBlock: "space";
1025
+ scrollPaddingBlockEnd: "space";
1026
+ scrollPaddingBlockStart: "space";
1027
+ scrollPaddingInline: "space";
1028
+ scrollPaddingInlineEnd: "space";
1029
+ scrollPaddingInlineStart: "space";
1030
+ top: "space";
1031
+ right: "space";
1032
+ bottom: "space";
1033
+ left: "space";
1034
+ fontSize: "fontSizes";
1035
+ background: "colors";
1036
+ backgroundColor: "colors";
1037
+ backgroundImage: "colors";
1038
+ borderImage: "colors";
1039
+ border: "colors";
1040
+ borderBlock: "colors";
1041
+ borderBlockEnd: "colors";
1042
+ borderBlockStart: "colors";
1043
+ borderBottom: "colors";
1044
+ borderBottomColor: "colors";
1045
+ borderColor: "colors";
1046
+ borderInline: "colors";
1047
+ borderInlineEnd: "colors";
1048
+ borderInlineStart: "colors";
1049
+ borderLeft: "colors";
1050
+ borderLeftColor: "colors";
1051
+ borderRight: "colors";
1052
+ borderRightColor: "colors";
1053
+ borderTop: "colors";
1054
+ borderTopColor: "colors";
1055
+ caretColor: "colors";
1056
+ color: "colors";
1057
+ columnRuleColor: "colors";
1058
+ outline: "colors";
1059
+ outlineColor: "colors";
1060
+ fill: "colors";
1061
+ stroke: "colors";
1062
+ textDecorationColor: "colors";
1063
+ fontFamily: "fonts";
1064
+ fontWeight: "fontWeights";
1065
+ lineHeight: "lineHeights";
1066
+ letterSpacing: "letterSpacings";
1067
+ blockSize: "sizes";
1068
+ minBlockSize: "sizes";
1069
+ maxBlockSize: "sizes";
1070
+ inlineSize: "sizes";
1071
+ minInlineSize: "sizes";
1072
+ maxInlineSize: "sizes";
1073
+ minWidth: "sizes";
1074
+ maxWidth: "sizes";
1075
+ minHeight: "sizes";
1076
+ maxHeight: "sizes";
1077
+ flexBasis: "sizes";
1078
+ gridTemplateColumns: "sizes";
1079
+ gridTemplateRows: "sizes";
1080
+ borderWidth: "borderWidths";
1081
+ borderTopWidth: "borderWidths";
1082
+ borderLeftWidth: "borderWidths";
1083
+ borderRightWidth: "borderWidths";
1084
+ borderBottomWidth: "borderWidths";
1085
+ borderStyle: "borderStyles";
1086
+ borderTopStyle: "borderStyles";
1087
+ borderLeftStyle: "borderStyles";
1088
+ borderRightStyle: "borderStyles";
1089
+ borderBottomStyle: "borderStyles";
1090
+ borderRadius: "radii";
1091
+ borderTopLeftRadius: "radii";
1092
+ borderTopRightRadius: "radii";
1093
+ borderBottomRightRadius: "radii";
1094
+ borderBottomLeftRadius: "radii";
1095
+ boxShadow: "shadows";
1096
+ textShadow: "shadows";
1097
+ transition: "transitions";
1098
+ zIndex: "zIndices";
1099
+ }, {}>>;
1100
+ interface ButtonProps extends ComponentProps<typeof Button> {
1101
+ as?: ElementType;
1102
+ }
1103
+
1104
+ declare const Input: _stitches_react_types_styled_component.StyledComponent<"input", {}, {}, _stitches_react_types_css_util.CSS<{}, {
1105
+ colors: {
1106
+ black: string;
1107
+ white: string;
1108
+ smokedWhite: string;
1109
+ richBlack: string;
1110
+ gray100: string;
1111
+ gray200: string;
1112
+ gray400: string;
1113
+ gray500: string;
1114
+ gray600: string;
1115
+ gray700: string;
1116
+ gray800: string;
1117
+ gray900: string;
1118
+ primary: string;
1119
+ primaryLight: string;
1120
+ success: string;
1121
+ warning: string;
1122
+ danger: string;
1123
+ };
1124
+ fontSizes: {
1125
+ xxs: string;
1126
+ xs: string;
1127
+ sm: string;
1128
+ md: string;
1129
+ lg: string;
1130
+ xl: string;
1131
+ '2xl': string;
1132
+ '4xl': string;
1133
+ '5xl': string;
1134
+ '6xl': string;
1135
+ '7xl': string;
1136
+ '8xl': string;
1137
+ '9xl': string;
1138
+ };
1139
+ fontWeights: {
1140
+ thin: string;
1141
+ extralight: string;
1142
+ light: string;
1143
+ regular: string;
1144
+ medium: string;
1145
+ semibold: string;
1146
+ bold: string;
1147
+ extrabold: string;
1148
+ black: string;
1149
+ };
1150
+ fonts: {
1151
+ default: string;
1152
+ heading: string;
1153
+ code: string;
1154
+ };
1155
+ lineHeights: {
1156
+ shorter: string;
1157
+ short: string;
1158
+ base: string;
1159
+ tall: string;
1160
+ };
1161
+ radii: {
1162
+ px: string;
1163
+ xs: string;
1164
+ sm: string;
1165
+ md: string;
1166
+ lg: string;
1167
+ full: string;
1168
+ };
1169
+ space: {
1170
+ 1: string;
1171
+ 2: string;
1172
+ 3: string;
1173
+ 4: string;
1174
+ 5: string;
1175
+ 6: string;
1176
+ 7: string;
1177
+ 8: string;
1178
+ 10: string;
1179
+ 12: string;
1180
+ 16: string;
1181
+ 20: string;
1182
+ 40: string;
1183
+ 64: string;
1184
+ 80: string;
1185
+ };
1186
+ }, {
1187
+ height: "space";
1188
+ width: "space";
1189
+ gap: "space";
1190
+ gridGap: "space";
1191
+ columnGap: "space";
1192
+ gridColumnGap: "space";
1193
+ rowGap: "space";
1194
+ gridRowGap: "space";
1195
+ inset: "space";
1196
+ insetBlock: "space";
1197
+ insetBlockEnd: "space";
1198
+ insetBlockStart: "space";
1199
+ insetInline: "space";
1200
+ insetInlineEnd: "space";
1201
+ insetInlineStart: "space";
1202
+ margin: "space";
1203
+ marginTop: "space";
1204
+ marginRight: "space";
1205
+ marginBottom: "space";
1206
+ marginLeft: "space";
1207
+ marginBlock: "space";
1208
+ marginBlockEnd: "space";
1209
+ marginBlockStart: "space";
1210
+ marginInline: "space";
1211
+ marginInlineEnd: "space";
1212
+ marginInlineStart: "space";
1213
+ padding: "space";
1214
+ paddingTop: "space";
1215
+ paddingRight: "space";
1216
+ paddingBottom: "space";
1217
+ paddingLeft: "space";
1218
+ paddingBlock: "space";
1219
+ paddingBlockEnd: "space";
1220
+ paddingBlockStart: "space";
1221
+ paddingInline: "space";
1222
+ paddingInlineEnd: "space";
1223
+ paddingInlineStart: "space";
1224
+ scrollMargin: "space";
1225
+ scrollMarginTop: "space";
1226
+ scrollMarginRight: "space";
1227
+ scrollMarginBottom: "space";
1228
+ scrollMarginLeft: "space";
1229
+ scrollMarginBlock: "space";
1230
+ scrollMarginBlockEnd: "space";
1231
+ scrollMarginBlockStart: "space";
1232
+ scrollMarginInline: "space";
1233
+ scrollMarginInlineEnd: "space";
1234
+ scrollMarginInlineStart: "space";
1235
+ scrollPadding: "space";
1236
+ scrollPaddingTop: "space";
1237
+ scrollPaddingRight: "space";
1238
+ scrollPaddingBottom: "space";
1239
+ scrollPaddingLeft: "space";
1240
+ scrollPaddingBlock: "space";
1241
+ scrollPaddingBlockEnd: "space";
1242
+ scrollPaddingBlockStart: "space";
1243
+ scrollPaddingInline: "space";
1244
+ scrollPaddingInlineEnd: "space";
1245
+ scrollPaddingInlineStart: "space";
1246
+ top: "space";
1247
+ right: "space";
1248
+ bottom: "space";
1249
+ left: "space";
1250
+ fontSize: "fontSizes";
1251
+ background: "colors";
1252
+ backgroundColor: "colors";
1253
+ backgroundImage: "colors";
1254
+ borderImage: "colors";
1255
+ border: "colors";
1256
+ borderBlock: "colors";
1257
+ borderBlockEnd: "colors";
1258
+ borderBlockStart: "colors";
1259
+ borderBottom: "colors";
1260
+ borderBottomColor: "colors";
1261
+ borderColor: "colors";
1262
+ borderInline: "colors";
1263
+ borderInlineEnd: "colors";
1264
+ borderInlineStart: "colors";
1265
+ borderLeft: "colors";
1266
+ borderLeftColor: "colors";
1267
+ borderRight: "colors";
1268
+ borderRightColor: "colors";
1269
+ borderTop: "colors";
1270
+ borderTopColor: "colors";
1271
+ caretColor: "colors";
1272
+ color: "colors";
1273
+ columnRuleColor: "colors";
1274
+ outline: "colors";
1275
+ outlineColor: "colors";
1276
+ fill: "colors";
1277
+ stroke: "colors";
1278
+ textDecorationColor: "colors";
1279
+ fontFamily: "fonts";
1280
+ fontWeight: "fontWeights";
1281
+ lineHeight: "lineHeights";
1282
+ letterSpacing: "letterSpacings";
1283
+ blockSize: "sizes";
1284
+ minBlockSize: "sizes";
1285
+ maxBlockSize: "sizes";
1286
+ inlineSize: "sizes";
1287
+ minInlineSize: "sizes";
1288
+ maxInlineSize: "sizes";
1289
+ minWidth: "sizes";
1290
+ maxWidth: "sizes";
1291
+ minHeight: "sizes";
1292
+ maxHeight: "sizes";
1293
+ flexBasis: "sizes";
1294
+ gridTemplateColumns: "sizes";
1295
+ gridTemplateRows: "sizes";
1296
+ borderWidth: "borderWidths";
1297
+ borderTopWidth: "borderWidths";
1298
+ borderLeftWidth: "borderWidths";
1299
+ borderRightWidth: "borderWidths";
1300
+ borderBottomWidth: "borderWidths";
1301
+ borderStyle: "borderStyles";
1302
+ borderTopStyle: "borderStyles";
1303
+ borderLeftStyle: "borderStyles";
1304
+ borderRightStyle: "borderStyles";
1305
+ borderBottomStyle: "borderStyles";
1306
+ borderRadius: "radii";
1307
+ borderTopLeftRadius: "radii";
1308
+ borderTopRightRadius: "radii";
1309
+ borderBottomRightRadius: "radii";
1310
+ borderBottomLeftRadius: "radii";
1311
+ boxShadow: "shadows";
1312
+ textShadow: "shadows";
1313
+ transition: "transitions";
1314
+ zIndex: "zIndices";
1315
+ }, {}>>;
1316
+
1317
+ interface TextInputProps extends ComponentProps<typeof Input> {
1318
+ label?: string;
1319
+ prefix?: string;
1320
+ error?: string;
1321
+ }
1322
+ declare function TextInput({ label, prefix, error, ...props }: TextInputProps): react_jsx_runtime.JSX.Element;
1323
+ declare namespace TextInput {
1324
+ var displayName: string;
1325
+ }
1326
+
1327
+ declare const TextAreaInput: _stitches_react_types_styled_component.StyledComponent<"textarea", {
1328
+ errored?: boolean | "true" | undefined;
1329
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1330
+ colors: {
1331
+ black: string;
1332
+ white: string;
1333
+ smokedWhite: string;
1334
+ richBlack: string;
1335
+ gray100: string;
1336
+ gray200: string;
1337
+ gray400: string;
1338
+ gray500: string;
1339
+ gray600: string;
1340
+ gray700: string;
1341
+ gray800: string;
1342
+ gray900: string;
1343
+ primary: string;
1344
+ primaryLight: string;
1345
+ success: string;
1346
+ warning: string;
1347
+ danger: string;
1348
+ };
1349
+ fontSizes: {
1350
+ xxs: string;
1351
+ xs: string;
1352
+ sm: string;
1353
+ md: string;
1354
+ lg: string;
1355
+ xl: string;
1356
+ '2xl': string;
1357
+ '4xl': string;
1358
+ '5xl': string;
1359
+ '6xl': string;
1360
+ '7xl': string;
1361
+ '8xl': string;
1362
+ '9xl': string;
1363
+ };
1364
+ fontWeights: {
1365
+ thin: string;
1366
+ extralight: string;
1367
+ light: string;
1368
+ regular: string;
1369
+ medium: string;
1370
+ semibold: string;
1371
+ bold: string;
1372
+ extrabold: string;
1373
+ black: string;
1374
+ };
1375
+ fonts: {
1376
+ default: string;
1377
+ heading: string;
1378
+ code: string;
1379
+ };
1380
+ lineHeights: {
1381
+ shorter: string;
1382
+ short: string;
1383
+ base: string;
1384
+ tall: string;
1385
+ };
1386
+ radii: {
1387
+ px: string;
1388
+ xs: string;
1389
+ sm: string;
1390
+ md: string;
1391
+ lg: string;
1392
+ full: string;
1393
+ };
1394
+ space: {
1395
+ 1: string;
1396
+ 2: string;
1397
+ 3: string;
1398
+ 4: string;
1399
+ 5: string;
1400
+ 6: string;
1401
+ 7: string;
1402
+ 8: string;
1403
+ 10: string;
1404
+ 12: string;
1405
+ 16: string;
1406
+ 20: string;
1407
+ 40: string;
1408
+ 64: string;
1409
+ 80: string;
1410
+ };
1411
+ }, {
1412
+ height: "space";
1413
+ width: "space";
1414
+ gap: "space";
1415
+ gridGap: "space";
1416
+ columnGap: "space";
1417
+ gridColumnGap: "space";
1418
+ rowGap: "space";
1419
+ gridRowGap: "space";
1420
+ inset: "space";
1421
+ insetBlock: "space";
1422
+ insetBlockEnd: "space";
1423
+ insetBlockStart: "space";
1424
+ insetInline: "space";
1425
+ insetInlineEnd: "space";
1426
+ insetInlineStart: "space";
1427
+ margin: "space";
1428
+ marginTop: "space";
1429
+ marginRight: "space";
1430
+ marginBottom: "space";
1431
+ marginLeft: "space";
1432
+ marginBlock: "space";
1433
+ marginBlockEnd: "space";
1434
+ marginBlockStart: "space";
1435
+ marginInline: "space";
1436
+ marginInlineEnd: "space";
1437
+ marginInlineStart: "space";
1438
+ padding: "space";
1439
+ paddingTop: "space";
1440
+ paddingRight: "space";
1441
+ paddingBottom: "space";
1442
+ paddingLeft: "space";
1443
+ paddingBlock: "space";
1444
+ paddingBlockEnd: "space";
1445
+ paddingBlockStart: "space";
1446
+ paddingInline: "space";
1447
+ paddingInlineEnd: "space";
1448
+ paddingInlineStart: "space";
1449
+ scrollMargin: "space";
1450
+ scrollMarginTop: "space";
1451
+ scrollMarginRight: "space";
1452
+ scrollMarginBottom: "space";
1453
+ scrollMarginLeft: "space";
1454
+ scrollMarginBlock: "space";
1455
+ scrollMarginBlockEnd: "space";
1456
+ scrollMarginBlockStart: "space";
1457
+ scrollMarginInline: "space";
1458
+ scrollMarginInlineEnd: "space";
1459
+ scrollMarginInlineStart: "space";
1460
+ scrollPadding: "space";
1461
+ scrollPaddingTop: "space";
1462
+ scrollPaddingRight: "space";
1463
+ scrollPaddingBottom: "space";
1464
+ scrollPaddingLeft: "space";
1465
+ scrollPaddingBlock: "space";
1466
+ scrollPaddingBlockEnd: "space";
1467
+ scrollPaddingBlockStart: "space";
1468
+ scrollPaddingInline: "space";
1469
+ scrollPaddingInlineEnd: "space";
1470
+ scrollPaddingInlineStart: "space";
1471
+ top: "space";
1472
+ right: "space";
1473
+ bottom: "space";
1474
+ left: "space";
1475
+ fontSize: "fontSizes";
1476
+ background: "colors";
1477
+ backgroundColor: "colors";
1478
+ backgroundImage: "colors";
1479
+ borderImage: "colors";
1480
+ border: "colors";
1481
+ borderBlock: "colors";
1482
+ borderBlockEnd: "colors";
1483
+ borderBlockStart: "colors";
1484
+ borderBottom: "colors";
1485
+ borderBottomColor: "colors";
1486
+ borderColor: "colors";
1487
+ borderInline: "colors";
1488
+ borderInlineEnd: "colors";
1489
+ borderInlineStart: "colors";
1490
+ borderLeft: "colors";
1491
+ borderLeftColor: "colors";
1492
+ borderRight: "colors";
1493
+ borderRightColor: "colors";
1494
+ borderTop: "colors";
1495
+ borderTopColor: "colors";
1496
+ caretColor: "colors";
1497
+ color: "colors";
1498
+ columnRuleColor: "colors";
1499
+ outline: "colors";
1500
+ outlineColor: "colors";
1501
+ fill: "colors";
1502
+ stroke: "colors";
1503
+ textDecorationColor: "colors";
1504
+ fontFamily: "fonts";
1505
+ fontWeight: "fontWeights";
1506
+ lineHeight: "lineHeights";
1507
+ letterSpacing: "letterSpacings";
1508
+ blockSize: "sizes";
1509
+ minBlockSize: "sizes";
1510
+ maxBlockSize: "sizes";
1511
+ inlineSize: "sizes";
1512
+ minInlineSize: "sizes";
1513
+ maxInlineSize: "sizes";
1514
+ minWidth: "sizes";
1515
+ maxWidth: "sizes";
1516
+ minHeight: "sizes";
1517
+ maxHeight: "sizes";
1518
+ flexBasis: "sizes";
1519
+ gridTemplateColumns: "sizes";
1520
+ gridTemplateRows: "sizes";
1521
+ borderWidth: "borderWidths";
1522
+ borderTopWidth: "borderWidths";
1523
+ borderLeftWidth: "borderWidths";
1524
+ borderRightWidth: "borderWidths";
1525
+ borderBottomWidth: "borderWidths";
1526
+ borderStyle: "borderStyles";
1527
+ borderTopStyle: "borderStyles";
1528
+ borderLeftStyle: "borderStyles";
1529
+ borderRightStyle: "borderStyles";
1530
+ borderBottomStyle: "borderStyles";
1531
+ borderRadius: "radii";
1532
+ borderTopLeftRadius: "radii";
1533
+ borderTopRightRadius: "radii";
1534
+ borderBottomRightRadius: "radii";
1535
+ borderBottomLeftRadius: "radii";
1536
+ boxShadow: "shadows";
1537
+ textShadow: "shadows";
1538
+ transition: "transitions";
1539
+ zIndex: "zIndices";
1540
+ }, {}>>;
1541
+
1542
+ interface TextAreaProps extends ComponentProps<typeof TextAreaInput> {
1543
+ label?: string;
1544
+ error?: string;
1545
+ }
1546
+ declare function TextArea({ label, error, ...props }: TextAreaProps): react_jsx_runtime.JSX.Element;
1547
+ declare namespace TextArea {
1548
+ var displayName: string;
1549
+ }
1550
+
1551
+ declare const CheckboxContainer: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Checkbox$1.CheckboxProps & react.RefAttributes<HTMLButtonElement>>, {
1552
+ errored?: boolean | "true" | undefined;
1553
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1554
+ colors: {
1555
+ black: string;
1556
+ white: string;
1557
+ smokedWhite: string;
1558
+ richBlack: string;
1559
+ gray100: string;
1560
+ gray200: string;
1561
+ gray400: string;
1562
+ gray500: string;
1563
+ gray600: string;
1564
+ gray700: string;
1565
+ gray800: string;
1566
+ gray900: string;
1567
+ primary: string;
1568
+ primaryLight: string;
1569
+ success: string;
1570
+ warning: string;
1571
+ danger: string;
1572
+ };
1573
+ fontSizes: {
1574
+ xxs: string;
1575
+ xs: string;
1576
+ sm: string;
1577
+ md: string;
1578
+ lg: string;
1579
+ xl: string;
1580
+ '2xl': string;
1581
+ '4xl': string;
1582
+ '5xl': string;
1583
+ '6xl': string;
1584
+ '7xl': string;
1585
+ '8xl': string;
1586
+ '9xl': string;
1587
+ };
1588
+ fontWeights: {
1589
+ thin: string;
1590
+ extralight: string;
1591
+ light: string;
1592
+ regular: string;
1593
+ medium: string;
1594
+ semibold: string;
1595
+ bold: string;
1596
+ extrabold: string;
1597
+ black: string;
1598
+ };
1599
+ fonts: {
1600
+ default: string;
1601
+ heading: string;
1602
+ code: string;
1603
+ };
1604
+ lineHeights: {
1605
+ shorter: string;
1606
+ short: string;
1607
+ base: string;
1608
+ tall: string;
1609
+ };
1610
+ radii: {
1611
+ px: string;
1612
+ xs: string;
1613
+ sm: string;
1614
+ md: string;
1615
+ lg: string;
1616
+ full: string;
1617
+ };
1618
+ space: {
1619
+ 1: string;
1620
+ 2: string;
1621
+ 3: string;
1622
+ 4: string;
1623
+ 5: string;
1624
+ 6: string;
1625
+ 7: string;
1626
+ 8: string;
1627
+ 10: string;
1628
+ 12: string;
1629
+ 16: string;
1630
+ 20: string;
1631
+ 40: string;
1632
+ 64: string;
1633
+ 80: string;
1634
+ };
1635
+ }, {
1636
+ height: "space";
1637
+ width: "space";
1638
+ gap: "space";
1639
+ gridGap: "space";
1640
+ columnGap: "space";
1641
+ gridColumnGap: "space";
1642
+ rowGap: "space";
1643
+ gridRowGap: "space";
1644
+ inset: "space";
1645
+ insetBlock: "space";
1646
+ insetBlockEnd: "space";
1647
+ insetBlockStart: "space";
1648
+ insetInline: "space";
1649
+ insetInlineEnd: "space";
1650
+ insetInlineStart: "space";
1651
+ margin: "space";
1652
+ marginTop: "space";
1653
+ marginRight: "space";
1654
+ marginBottom: "space";
1655
+ marginLeft: "space";
1656
+ marginBlock: "space";
1657
+ marginBlockEnd: "space";
1658
+ marginBlockStart: "space";
1659
+ marginInline: "space";
1660
+ marginInlineEnd: "space";
1661
+ marginInlineStart: "space";
1662
+ padding: "space";
1663
+ paddingTop: "space";
1664
+ paddingRight: "space";
1665
+ paddingBottom: "space";
1666
+ paddingLeft: "space";
1667
+ paddingBlock: "space";
1668
+ paddingBlockEnd: "space";
1669
+ paddingBlockStart: "space";
1670
+ paddingInline: "space";
1671
+ paddingInlineEnd: "space";
1672
+ paddingInlineStart: "space";
1673
+ scrollMargin: "space";
1674
+ scrollMarginTop: "space";
1675
+ scrollMarginRight: "space";
1676
+ scrollMarginBottom: "space";
1677
+ scrollMarginLeft: "space";
1678
+ scrollMarginBlock: "space";
1679
+ scrollMarginBlockEnd: "space";
1680
+ scrollMarginBlockStart: "space";
1681
+ scrollMarginInline: "space";
1682
+ scrollMarginInlineEnd: "space";
1683
+ scrollMarginInlineStart: "space";
1684
+ scrollPadding: "space";
1685
+ scrollPaddingTop: "space";
1686
+ scrollPaddingRight: "space";
1687
+ scrollPaddingBottom: "space";
1688
+ scrollPaddingLeft: "space";
1689
+ scrollPaddingBlock: "space";
1690
+ scrollPaddingBlockEnd: "space";
1691
+ scrollPaddingBlockStart: "space";
1692
+ scrollPaddingInline: "space";
1693
+ scrollPaddingInlineEnd: "space";
1694
+ scrollPaddingInlineStart: "space";
1695
+ top: "space";
1696
+ right: "space";
1697
+ bottom: "space";
1698
+ left: "space";
1699
+ fontSize: "fontSizes";
1700
+ background: "colors";
1701
+ backgroundColor: "colors";
1702
+ backgroundImage: "colors";
1703
+ borderImage: "colors";
1704
+ border: "colors";
1705
+ borderBlock: "colors";
1706
+ borderBlockEnd: "colors";
1707
+ borderBlockStart: "colors";
1708
+ borderBottom: "colors";
1709
+ borderBottomColor: "colors";
1710
+ borderColor: "colors";
1711
+ borderInline: "colors";
1712
+ borderInlineEnd: "colors";
1713
+ borderInlineStart: "colors";
1714
+ borderLeft: "colors";
1715
+ borderLeftColor: "colors";
1716
+ borderRight: "colors";
1717
+ borderRightColor: "colors";
1718
+ borderTop: "colors";
1719
+ borderTopColor: "colors";
1720
+ caretColor: "colors";
1721
+ color: "colors";
1722
+ columnRuleColor: "colors";
1723
+ outline: "colors";
1724
+ outlineColor: "colors";
1725
+ fill: "colors";
1726
+ stroke: "colors";
1727
+ textDecorationColor: "colors";
1728
+ fontFamily: "fonts";
1729
+ fontWeight: "fontWeights";
1730
+ lineHeight: "lineHeights";
1731
+ letterSpacing: "letterSpacings";
1732
+ blockSize: "sizes";
1733
+ minBlockSize: "sizes";
1734
+ maxBlockSize: "sizes";
1735
+ inlineSize: "sizes";
1736
+ minInlineSize: "sizes";
1737
+ maxInlineSize: "sizes";
1738
+ minWidth: "sizes";
1739
+ maxWidth: "sizes";
1740
+ minHeight: "sizes";
1741
+ maxHeight: "sizes";
1742
+ flexBasis: "sizes";
1743
+ gridTemplateColumns: "sizes";
1744
+ gridTemplateRows: "sizes";
1745
+ borderWidth: "borderWidths";
1746
+ borderTopWidth: "borderWidths";
1747
+ borderLeftWidth: "borderWidths";
1748
+ borderRightWidth: "borderWidths";
1749
+ borderBottomWidth: "borderWidths";
1750
+ borderStyle: "borderStyles";
1751
+ borderTopStyle: "borderStyles";
1752
+ borderLeftStyle: "borderStyles";
1753
+ borderRightStyle: "borderStyles";
1754
+ borderBottomStyle: "borderStyles";
1755
+ borderRadius: "radii";
1756
+ borderTopLeftRadius: "radii";
1757
+ borderTopRightRadius: "radii";
1758
+ borderBottomRightRadius: "radii";
1759
+ borderBottomLeftRadius: "radii";
1760
+ boxShadow: "shadows";
1761
+ textShadow: "shadows";
1762
+ transition: "transitions";
1763
+ zIndex: "zIndices";
1764
+ }, {}>>;
1765
+
1766
+ interface CheckboxProps extends ComponentProps<typeof CheckboxContainer> {
1767
+ label?: string;
1768
+ error?: string;
1769
+ }
1770
+ declare function Checkbox({ label, error, ...props }: CheckboxProps): react_jsx_runtime.JSX.Element;
1771
+ declare namespace Checkbox {
1772
+ var displayName: string;
1773
+ }
1774
+
1775
+ interface Option {
1776
+ text: string;
1777
+ variant?: 'default' | 'danger';
1778
+ onSelect: () => void;
1779
+ }
1780
+ interface DropdownProps {
1781
+ options: Option[];
1782
+ name?: string;
1783
+ children?: React.ReactElement;
1784
+ }
1785
+ declare function Dropdown({ options, children, name }: DropdownProps): react_jsx_runtime.JSX.Element;
1786
+ declare namespace Dropdown {
1787
+ var displayName: string;
1788
+ }
1789
+
1790
+ export { Avatar, type AvatarProps, Box, type BoxProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Dropdown, type DropdownProps, Heading, type HeadingProps, type Option, Text, TextArea, type TextAreaProps, TextInput, type TextInputProps, type TextProps };