@lets-events/react 4.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/.eslintrc.json +2 -2
  2. package/.turbo/turbo-build.log +20 -18
  3. package/CHANGELOG.md +13 -0
  4. package/dist/index.d.mts +2855 -164
  5. package/dist/index.d.ts +2855 -164
  6. package/dist/index.js +1428 -403
  7. package/dist/index.mjs +1374 -369
  8. package/package.json +1 -1
  9. package/src/components/Alert.tsx +256 -0
  10. package/src/components/Avatar.tsx +55 -55
  11. package/src/components/Badge.tsx +129 -121
  12. package/src/components/Box.tsx +3 -3
  13. package/src/components/Button.tsx +328 -348
  14. package/src/components/ButtonGroup.tsx +484 -477
  15. package/src/components/CheckboxGroup.tsx +214 -208
  16. package/src/components/Container.tsx +40 -0
  17. package/src/components/Dropdown.tsx +167 -109
  18. package/src/components/Filter.tsx +164 -95
  19. package/src/components/Flex.tsx +118 -47
  20. package/src/components/Grid.tsx +138 -0
  21. package/src/components/Icon.tsx +47 -47
  22. package/src/components/Modal.tsx +109 -0
  23. package/src/components/RadioGroup.tsx +210 -203
  24. package/src/components/Section.tsx +34 -0
  25. package/src/components/Step.tsx +148 -0
  26. package/src/components/Switch.tsx +109 -0
  27. package/src/components/Text.tsx +32 -26
  28. package/src/components/TextField.tsx +241 -193
  29. package/src/index.tsx +27 -23
  30. package/src/styles/index.ts +38 -38
  31. package/src/types/typographyValues.ts +179 -0
  32. package/tsconfig.json +3 -3
  33. package/src/components/BadgeText.tsx +0 -29
  34. package/src/components/BodyText.tsx +0 -24
  35. package/src/components/CaptionText.tsx +0 -16
  36. package/src/components/DisplayText.tsx +0 -26
  37. package/src/components/Headline.tsx +0 -29
  38. package/src/components/Label.tsx +0 -28
  39. package/src/components/Subtitle.tsx +0 -26
  40. package/src/components/TooltipText.tsx +0 -15
package/dist/index.d.mts CHANGED
@@ -7,7 +7,8 @@ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'
7
7
  import * as react from 'react';
8
8
  import react__default, { ComponentProps, ElementType } from 'react';
9
9
  import * as _radix_ui_themes from '@radix-ui/themes';
10
- import { TextField as TextField$1, RadioGroup as RadioGroup$1, CheckboxGroup as CheckboxGroup$1, DropdownMenu as DropdownMenu$1 } from '@radix-ui/themes';
10
+ import { TextField as TextField$1, RadioGroup as RadioGroup$1, CheckboxGroup as CheckboxGroup$1, DropdownMenu as DropdownMenu$1, Dialog, AlertDialog, Switch as Switch$1 } from '@radix-ui/themes';
11
+ import { CSS } from '@stitches/react';
11
12
 
12
13
  interface IconProps extends Omit<FontAwesomeIconProps, "icon" | "size"> {
13
14
  name: IconName;
@@ -25,8 +26,2674 @@ declare const Icon: {
25
26
  };
26
27
  };
27
28
 
28
- declare const Text: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
29
- size?: "sm" | "md" | "lg" | undefined;
29
+ declare const TextStyle: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
30
+ typography?: "tooltip" | "displayLarge" | "displayMedium" | "displaySmall" | "headline1" | "headline2" | "headline3" | "headline4" | "headline5" | "headline6" | "headline7" | "headline8" | "bodyXL" | "bodyL" | "bodyM" | "bodyS" | "bodyXS" | "bodyXXS" | "badgeLarge" | "badgeMedium" | "badgeSmall" | "badgeExtraSmall" | "popoversRegular" | "captionLarge" | "captionMedium" | "captionSmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
31
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
32
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
33
+ colors: {
34
+ brand50: string;
35
+ brand100: string;
36
+ brand200: string;
37
+ brand300: string;
38
+ brand400: string;
39
+ brand500: string;
40
+ brand600: string;
41
+ brand700: string;
42
+ brand800: string;
43
+ brand900: string;
44
+ brand950: string;
45
+ blue50: string;
46
+ blue100: string;
47
+ blue200: string;
48
+ blue300: string;
49
+ blue400: string;
50
+ blue500: string;
51
+ blue600: string;
52
+ blue700: string;
53
+ blue800: string;
54
+ blue900: string;
55
+ blue950: string;
56
+ red50: string;
57
+ red100: string;
58
+ red200: string;
59
+ red300: string;
60
+ red400: string;
61
+ red500: string;
62
+ red600: string;
63
+ red700: string;
64
+ red800: string;
65
+ red900: string;
66
+ red950: string;
67
+ purple50: string;
68
+ purple100: string;
69
+ purple200: string;
70
+ purple300: string;
71
+ purple400: string;
72
+ purple500: string;
73
+ purple600: string;
74
+ purple700: string;
75
+ purple800: string;
76
+ purple900: string;
77
+ purple950: string;
78
+ yellow50: string;
79
+ yellow100: string;
80
+ yellow200: string;
81
+ yellow300: string;
82
+ yellow400: string;
83
+ yellow500: string;
84
+ yellow600: string;
85
+ yellow700: string;
86
+ yellow800: string;
87
+ yellow900: string;
88
+ yellow950: string;
89
+ dark50: string;
90
+ dark100: string;
91
+ dark200: string;
92
+ dark300: string;
93
+ dark400: string;
94
+ dark500: string;
95
+ dark600: string;
96
+ dark700: string;
97
+ dark800: string;
98
+ dark900: string;
99
+ dark950: string;
100
+ neutral50: string;
101
+ neutral100: string;
102
+ neutral200: string;
103
+ neutral300: string;
104
+ neutral400: string;
105
+ neutral500: string;
106
+ neutral600: string;
107
+ neutral700: string;
108
+ neutral800: string;
109
+ neutral900: string;
110
+ neutral950: string;
111
+ green50: string;
112
+ green100: string;
113
+ green200: string;
114
+ green300: string;
115
+ green400: string;
116
+ green500: string;
117
+ green600: string;
118
+ green700: string;
119
+ green800: string;
120
+ green900: string;
121
+ green950: string;
122
+ grey50: string;
123
+ grey100: string;
124
+ grey200: string;
125
+ grey300: string;
126
+ grey400: string;
127
+ grey500: string;
128
+ grey600: string;
129
+ grey700: string;
130
+ grey800: string;
131
+ grey900: string;
132
+ grey950: string;
133
+ error50: string;
134
+ error100: string;
135
+ error200: string;
136
+ error300: string;
137
+ error400: string;
138
+ error500: string;
139
+ error600: string;
140
+ error700: string;
141
+ error800: string;
142
+ error900: string;
143
+ error950: string;
144
+ success50: string;
145
+ success100: string;
146
+ success200: string;
147
+ success300: string;
148
+ success400: string;
149
+ success500: string;
150
+ success600: string;
151
+ success700: string;
152
+ success800: string;
153
+ success900: string;
154
+ success950: string;
155
+ warning50: string;
156
+ warning100: string;
157
+ warning200: string;
158
+ warning300: string;
159
+ warning400: string;
160
+ warning500: string;
161
+ warning600: string;
162
+ warning700: string;
163
+ warning800: string;
164
+ warning900: string;
165
+ warning950: string;
166
+ info50: string;
167
+ info100: string;
168
+ info200: string;
169
+ info300: string;
170
+ info400: string;
171
+ info500: string;
172
+ info600: string;
173
+ info700: string;
174
+ info800: string;
175
+ info900: string;
176
+ info950: string;
177
+ };
178
+ fontSizes: {
179
+ 2: string;
180
+ 4: string;
181
+ 6: string;
182
+ 8: string;
183
+ 10: string;
184
+ 12: string;
185
+ 13: string;
186
+ 14: string;
187
+ 16: string;
188
+ 18: string;
189
+ 20: string;
190
+ 22: string;
191
+ 24: string;
192
+ 32: string;
193
+ 36: string;
194
+ 40: string;
195
+ 48: string;
196
+ 56: string;
197
+ 64: string;
198
+ 72: string;
199
+ 80: string;
200
+ xs: string;
201
+ sm: string;
202
+ md: string;
203
+ lg: string;
204
+ '2xl': string;
205
+ '3xl': string;
206
+ '4xl': string;
207
+ full: string;
208
+ };
209
+ fonts: {
210
+ default: string;
211
+ };
212
+ fontWeights: {
213
+ regular: string;
214
+ medium: string;
215
+ semibold: string;
216
+ bold: string;
217
+ };
218
+ lineHeights: {
219
+ smaller: string;
220
+ shorter: string;
221
+ short: string;
222
+ base: string;
223
+ tall: string;
224
+ };
225
+ radii: {
226
+ '3xs': string;
227
+ '2xs': string;
228
+ xs: string;
229
+ sm: string;
230
+ md: string;
231
+ lg: string;
232
+ xl: string;
233
+ '2xl': string;
234
+ '3xl': string;
235
+ '4xl': string;
236
+ '5xl': string;
237
+ '6xl': string;
238
+ '7xl': string;
239
+ '8xl': string;
240
+ '9xl': string;
241
+ '10xl': string;
242
+ '11xl': string;
243
+ '12xl': string;
244
+ '13xl': string;
245
+ '14xl': string;
246
+ full: string;
247
+ };
248
+ space: {
249
+ 2: string;
250
+ 4: string;
251
+ 6: string;
252
+ 8: string;
253
+ 10: string;
254
+ 12: string;
255
+ 13: string;
256
+ 14: string;
257
+ 16: string;
258
+ 18: string;
259
+ 20: string;
260
+ 22: string;
261
+ 24: string;
262
+ 32: string;
263
+ 36: string;
264
+ 40: string;
265
+ 48: string;
266
+ 56: string;
267
+ 64: string;
268
+ 72: string;
269
+ 80: string;
270
+ full: string;
271
+ };
272
+ }, {
273
+ height: "space";
274
+ width: "space";
275
+ gap: "space";
276
+ gridGap: "space";
277
+ columnGap: "space";
278
+ gridColumnGap: "space";
279
+ rowGap: "space";
280
+ gridRowGap: "space";
281
+ inset: "space";
282
+ insetBlock: "space";
283
+ insetBlockEnd: "space";
284
+ insetBlockStart: "space";
285
+ insetInline: "space";
286
+ insetInlineEnd: "space";
287
+ insetInlineStart: "space";
288
+ margin: "space";
289
+ marginTop: "space";
290
+ marginRight: "space";
291
+ marginBottom: "space";
292
+ marginLeft: "space";
293
+ marginBlock: "space";
294
+ marginBlockEnd: "space";
295
+ marginBlockStart: "space";
296
+ marginInline: "space";
297
+ marginInlineEnd: "space";
298
+ marginInlineStart: "space";
299
+ padding: "space";
300
+ paddingTop: "space";
301
+ paddingRight: "space";
302
+ paddingBottom: "space";
303
+ paddingLeft: "space";
304
+ paddingBlock: "space";
305
+ paddingBlockEnd: "space";
306
+ paddingBlockStart: "space";
307
+ paddingInline: "space";
308
+ paddingInlineEnd: "space";
309
+ paddingInlineStart: "space";
310
+ scrollMargin: "space";
311
+ scrollMarginTop: "space";
312
+ scrollMarginRight: "space";
313
+ scrollMarginBottom: "space";
314
+ scrollMarginLeft: "space";
315
+ scrollMarginBlock: "space";
316
+ scrollMarginBlockEnd: "space";
317
+ scrollMarginBlockStart: "space";
318
+ scrollMarginInline: "space";
319
+ scrollMarginInlineEnd: "space";
320
+ scrollMarginInlineStart: "space";
321
+ scrollPadding: "space";
322
+ scrollPaddingTop: "space";
323
+ scrollPaddingRight: "space";
324
+ scrollPaddingBottom: "space";
325
+ scrollPaddingLeft: "space";
326
+ scrollPaddingBlock: "space";
327
+ scrollPaddingBlockEnd: "space";
328
+ scrollPaddingBlockStart: "space";
329
+ scrollPaddingInline: "space";
330
+ scrollPaddingInlineEnd: "space";
331
+ scrollPaddingInlineStart: "space";
332
+ top: "space";
333
+ right: "space";
334
+ bottom: "space";
335
+ left: "space";
336
+ fontSize: "fontSizes";
337
+ background: "colors";
338
+ backgroundColor: "colors";
339
+ backgroundImage: "colors";
340
+ borderImage: "colors";
341
+ border: "colors";
342
+ borderBlock: "colors";
343
+ borderBlockEnd: "colors";
344
+ borderBlockStart: "colors";
345
+ borderBottom: "colors";
346
+ borderBottomColor: "colors";
347
+ borderColor: "colors";
348
+ borderInline: "colors";
349
+ borderInlineEnd: "colors";
350
+ borderInlineStart: "colors";
351
+ borderLeft: "colors";
352
+ borderLeftColor: "colors";
353
+ borderRight: "colors";
354
+ borderRightColor: "colors";
355
+ borderTop: "colors";
356
+ borderTopColor: "colors";
357
+ caretColor: "colors";
358
+ color: "colors";
359
+ columnRuleColor: "colors";
360
+ outline: "colors";
361
+ outlineColor: "colors";
362
+ fill: "colors";
363
+ stroke: "colors";
364
+ textDecorationColor: "colors";
365
+ fontFamily: "fonts";
366
+ fontWeight: "fontWeights";
367
+ lineHeight: "lineHeights";
368
+ letterSpacing: "letterSpacings";
369
+ blockSize: "sizes";
370
+ minBlockSize: "sizes";
371
+ maxBlockSize: "sizes";
372
+ inlineSize: "sizes";
373
+ minInlineSize: "sizes";
374
+ maxInlineSize: "sizes";
375
+ minWidth: "sizes";
376
+ maxWidth: "sizes";
377
+ minHeight: "sizes";
378
+ maxHeight: "sizes";
379
+ flexBasis: "sizes";
380
+ gridTemplateColumns: "sizes";
381
+ gridTemplateRows: "sizes";
382
+ borderWidth: "borderWidths";
383
+ borderTopWidth: "borderWidths";
384
+ borderLeftWidth: "borderWidths";
385
+ borderRightWidth: "borderWidths";
386
+ borderBottomWidth: "borderWidths";
387
+ borderStyle: "borderStyles";
388
+ borderTopStyle: "borderStyles";
389
+ borderLeftStyle: "borderStyles";
390
+ borderRightStyle: "borderStyles";
391
+ borderBottomStyle: "borderStyles";
392
+ borderRadius: "radii";
393
+ borderTopLeftRadius: "radii";
394
+ borderTopRightRadius: "radii";
395
+ borderBottomRightRadius: "radii";
396
+ borderBottomLeftRadius: "radii";
397
+ boxShadow: "shadows";
398
+ textShadow: "shadows";
399
+ transition: "transitions";
400
+ zIndex: "zIndices";
401
+ }, {}>>;
402
+ type TextProps = ComponentProps<typeof TextStyle> & {
403
+ as?: ElementType;
404
+ asChild?: boolean;
405
+ css?: CSS;
406
+ };
407
+ declare function Text({ ...props }: TextProps): react_jsx_runtime.JSX.Element;
408
+
409
+ declare const ButtonStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
410
+ color?: "purple" | "brand" | "neutral" | undefined;
411
+ variant?: "text" | "contained" | "outlined" | undefined;
412
+ typography?: "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | undefined;
413
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
414
+ radii?: "full" | undefined;
415
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
416
+ colors: {
417
+ brand50: string;
418
+ brand100: string;
419
+ brand200: string;
420
+ brand300: string;
421
+ brand400: string;
422
+ brand500: string;
423
+ brand600: string;
424
+ brand700: string;
425
+ brand800: string;
426
+ brand900: string;
427
+ brand950: string;
428
+ blue50: string;
429
+ blue100: string;
430
+ blue200: string;
431
+ blue300: string;
432
+ blue400: string;
433
+ blue500: string;
434
+ blue600: string;
435
+ blue700: string;
436
+ blue800: string;
437
+ blue900: string;
438
+ blue950: string;
439
+ red50: string;
440
+ red100: string;
441
+ red200: string;
442
+ red300: string;
443
+ red400: string;
444
+ red500: string;
445
+ red600: string;
446
+ red700: string;
447
+ red800: string;
448
+ red900: string;
449
+ red950: string;
450
+ purple50: string;
451
+ purple100: string;
452
+ purple200: string;
453
+ purple300: string;
454
+ purple400: string;
455
+ purple500: string;
456
+ purple600: string;
457
+ purple700: string;
458
+ purple800: string;
459
+ purple900: string;
460
+ purple950: string;
461
+ yellow50: string;
462
+ yellow100: string;
463
+ yellow200: string;
464
+ yellow300: string;
465
+ yellow400: string;
466
+ yellow500: string;
467
+ yellow600: string;
468
+ yellow700: string;
469
+ yellow800: string;
470
+ yellow900: string;
471
+ yellow950: string;
472
+ dark50: string;
473
+ dark100: string;
474
+ dark200: string;
475
+ dark300: string;
476
+ dark400: string;
477
+ dark500: string;
478
+ dark600: string;
479
+ dark700: string;
480
+ dark800: string;
481
+ dark900: string;
482
+ dark950: string;
483
+ neutral50: string;
484
+ neutral100: string;
485
+ neutral200: string;
486
+ neutral300: string;
487
+ neutral400: string;
488
+ neutral500: string;
489
+ neutral600: string;
490
+ neutral700: string;
491
+ neutral800: string;
492
+ neutral900: string;
493
+ neutral950: string;
494
+ green50: string;
495
+ green100: string;
496
+ green200: string;
497
+ green300: string;
498
+ green400: string;
499
+ green500: string;
500
+ green600: string;
501
+ green700: string;
502
+ green800: string;
503
+ green900: string;
504
+ green950: string;
505
+ grey50: string;
506
+ grey100: string;
507
+ grey200: string;
508
+ grey300: string;
509
+ grey400: string;
510
+ grey500: string;
511
+ grey600: string;
512
+ grey700: string;
513
+ grey800: string;
514
+ grey900: string;
515
+ grey950: string;
516
+ error50: string;
517
+ error100: string;
518
+ error200: string;
519
+ error300: string;
520
+ error400: string;
521
+ error500: string;
522
+ error600: string;
523
+ error700: string;
524
+ error800: string;
525
+ error900: string;
526
+ error950: string;
527
+ success50: string;
528
+ success100: string;
529
+ success200: string;
530
+ success300: string;
531
+ success400: string;
532
+ success500: string;
533
+ success600: string;
534
+ success700: string;
535
+ success800: string;
536
+ success900: string;
537
+ success950: string;
538
+ warning50: string;
539
+ warning100: string;
540
+ warning200: string;
541
+ warning300: string;
542
+ warning400: string;
543
+ warning500: string;
544
+ warning600: string;
545
+ warning700: string;
546
+ warning800: string;
547
+ warning900: string;
548
+ warning950: string;
549
+ info50: string;
550
+ info100: string;
551
+ info200: string;
552
+ info300: string;
553
+ info400: string;
554
+ info500: string;
555
+ info600: string;
556
+ info700: string;
557
+ info800: string;
558
+ info900: string;
559
+ info950: string;
560
+ };
561
+ fontSizes: {
562
+ 2: string;
563
+ 4: string;
564
+ 6: string;
565
+ 8: string;
566
+ 10: string;
567
+ 12: string;
568
+ 13: string;
569
+ 14: string;
570
+ 16: string;
571
+ 18: string;
572
+ 20: string;
573
+ 22: string;
574
+ 24: string;
575
+ 32: string;
576
+ 36: string;
577
+ 40: string;
578
+ 48: string;
579
+ 56: string;
580
+ 64: string;
581
+ 72: string;
582
+ 80: string;
583
+ xs: string;
584
+ sm: string;
585
+ md: string;
586
+ lg: string;
587
+ '2xl': string;
588
+ '3xl': string;
589
+ '4xl': string;
590
+ full: string;
591
+ };
592
+ fonts: {
593
+ default: string;
594
+ };
595
+ fontWeights: {
596
+ regular: string;
597
+ medium: string;
598
+ semibold: string;
599
+ bold: string;
600
+ };
601
+ lineHeights: {
602
+ smaller: string;
603
+ shorter: string;
604
+ short: string;
605
+ base: string;
606
+ tall: string;
607
+ };
608
+ radii: {
609
+ '3xs': string;
610
+ '2xs': string;
611
+ xs: string;
612
+ sm: string;
613
+ md: string;
614
+ lg: string;
615
+ xl: string;
616
+ '2xl': string;
617
+ '3xl': string;
618
+ '4xl': string;
619
+ '5xl': string;
620
+ '6xl': string;
621
+ '7xl': string;
622
+ '8xl': string;
623
+ '9xl': string;
624
+ '10xl': string;
625
+ '11xl': string;
626
+ '12xl': string;
627
+ '13xl': string;
628
+ '14xl': string;
629
+ full: string;
630
+ };
631
+ space: {
632
+ 2: string;
633
+ 4: string;
634
+ 6: string;
635
+ 8: string;
636
+ 10: string;
637
+ 12: string;
638
+ 13: string;
639
+ 14: string;
640
+ 16: string;
641
+ 18: string;
642
+ 20: string;
643
+ 22: string;
644
+ 24: string;
645
+ 32: string;
646
+ 36: string;
647
+ 40: string;
648
+ 48: string;
649
+ 56: string;
650
+ 64: string;
651
+ 72: string;
652
+ 80: string;
653
+ full: string;
654
+ };
655
+ }, {
656
+ height: "space";
657
+ width: "space";
658
+ gap: "space";
659
+ gridGap: "space";
660
+ columnGap: "space";
661
+ gridColumnGap: "space";
662
+ rowGap: "space";
663
+ gridRowGap: "space";
664
+ inset: "space";
665
+ insetBlock: "space";
666
+ insetBlockEnd: "space";
667
+ insetBlockStart: "space";
668
+ insetInline: "space";
669
+ insetInlineEnd: "space";
670
+ insetInlineStart: "space";
671
+ margin: "space";
672
+ marginTop: "space";
673
+ marginRight: "space";
674
+ marginBottom: "space";
675
+ marginLeft: "space";
676
+ marginBlock: "space";
677
+ marginBlockEnd: "space";
678
+ marginBlockStart: "space";
679
+ marginInline: "space";
680
+ marginInlineEnd: "space";
681
+ marginInlineStart: "space";
682
+ padding: "space";
683
+ paddingTop: "space";
684
+ paddingRight: "space";
685
+ paddingBottom: "space";
686
+ paddingLeft: "space";
687
+ paddingBlock: "space";
688
+ paddingBlockEnd: "space";
689
+ paddingBlockStart: "space";
690
+ paddingInline: "space";
691
+ paddingInlineEnd: "space";
692
+ paddingInlineStart: "space";
693
+ scrollMargin: "space";
694
+ scrollMarginTop: "space";
695
+ scrollMarginRight: "space";
696
+ scrollMarginBottom: "space";
697
+ scrollMarginLeft: "space";
698
+ scrollMarginBlock: "space";
699
+ scrollMarginBlockEnd: "space";
700
+ scrollMarginBlockStart: "space";
701
+ scrollMarginInline: "space";
702
+ scrollMarginInlineEnd: "space";
703
+ scrollMarginInlineStart: "space";
704
+ scrollPadding: "space";
705
+ scrollPaddingTop: "space";
706
+ scrollPaddingRight: "space";
707
+ scrollPaddingBottom: "space";
708
+ scrollPaddingLeft: "space";
709
+ scrollPaddingBlock: "space";
710
+ scrollPaddingBlockEnd: "space";
711
+ scrollPaddingBlockStart: "space";
712
+ scrollPaddingInline: "space";
713
+ scrollPaddingInlineEnd: "space";
714
+ scrollPaddingInlineStart: "space";
715
+ top: "space";
716
+ right: "space";
717
+ bottom: "space";
718
+ left: "space";
719
+ fontSize: "fontSizes";
720
+ background: "colors";
721
+ backgroundColor: "colors";
722
+ backgroundImage: "colors";
723
+ borderImage: "colors";
724
+ border: "colors";
725
+ borderBlock: "colors";
726
+ borderBlockEnd: "colors";
727
+ borderBlockStart: "colors";
728
+ borderBottom: "colors";
729
+ borderBottomColor: "colors";
730
+ borderColor: "colors";
731
+ borderInline: "colors";
732
+ borderInlineEnd: "colors";
733
+ borderInlineStart: "colors";
734
+ borderLeft: "colors";
735
+ borderLeftColor: "colors";
736
+ borderRight: "colors";
737
+ borderRightColor: "colors";
738
+ borderTop: "colors";
739
+ borderTopColor: "colors";
740
+ caretColor: "colors";
741
+ color: "colors";
742
+ columnRuleColor: "colors";
743
+ outline: "colors";
744
+ outlineColor: "colors";
745
+ fill: "colors";
746
+ stroke: "colors";
747
+ textDecorationColor: "colors";
748
+ fontFamily: "fonts";
749
+ fontWeight: "fontWeights";
750
+ lineHeight: "lineHeights";
751
+ letterSpacing: "letterSpacings";
752
+ blockSize: "sizes";
753
+ minBlockSize: "sizes";
754
+ maxBlockSize: "sizes";
755
+ inlineSize: "sizes";
756
+ minInlineSize: "sizes";
757
+ maxInlineSize: "sizes";
758
+ minWidth: "sizes";
759
+ maxWidth: "sizes";
760
+ minHeight: "sizes";
761
+ maxHeight: "sizes";
762
+ flexBasis: "sizes";
763
+ gridTemplateColumns: "sizes";
764
+ gridTemplateRows: "sizes";
765
+ borderWidth: "borderWidths";
766
+ borderTopWidth: "borderWidths";
767
+ borderLeftWidth: "borderWidths";
768
+ borderRightWidth: "borderWidths";
769
+ borderBottomWidth: "borderWidths";
770
+ borderStyle: "borderStyles";
771
+ borderTopStyle: "borderStyles";
772
+ borderLeftStyle: "borderStyles";
773
+ borderRightStyle: "borderStyles";
774
+ borderBottomStyle: "borderStyles";
775
+ borderRadius: "radii";
776
+ borderTopLeftRadius: "radii";
777
+ borderTopRightRadius: "radii";
778
+ borderBottomRightRadius: "radii";
779
+ borderBottomLeftRadius: "radii";
780
+ boxShadow: "shadows";
781
+ textShadow: "shadows";
782
+ transition: "transitions";
783
+ zIndex: "zIndices";
784
+ }, {}>>;
785
+ interface ButtonProps extends ComponentProps<typeof ButtonStyled> {
786
+ asChild?: boolean;
787
+ }
788
+ declare function Button({ asChild, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
789
+
790
+ declare const ButtonItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
791
+ active?: boolean | "true" | undefined;
792
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
793
+ colors: {
794
+ brand50: string;
795
+ brand100: string;
796
+ brand200: string;
797
+ brand300: string;
798
+ brand400: string;
799
+ brand500: string;
800
+ brand600: string;
801
+ brand700: string;
802
+ brand800: string;
803
+ brand900: string;
804
+ brand950: string;
805
+ blue50: string;
806
+ blue100: string;
807
+ blue200: string;
808
+ blue300: string;
809
+ blue400: string;
810
+ blue500: string;
811
+ blue600: string;
812
+ blue700: string;
813
+ blue800: string;
814
+ blue900: string;
815
+ blue950: string;
816
+ red50: string;
817
+ red100: string;
818
+ red200: string;
819
+ red300: string;
820
+ red400: string;
821
+ red500: string;
822
+ red600: string;
823
+ red700: string;
824
+ red800: string;
825
+ red900: string;
826
+ red950: string;
827
+ purple50: string;
828
+ purple100: string;
829
+ purple200: string;
830
+ purple300: string;
831
+ purple400: string;
832
+ purple500: string;
833
+ purple600: string;
834
+ purple700: string;
835
+ purple800: string;
836
+ purple900: string;
837
+ purple950: string;
838
+ yellow50: string;
839
+ yellow100: string;
840
+ yellow200: string;
841
+ yellow300: string;
842
+ yellow400: string;
843
+ yellow500: string;
844
+ yellow600: string;
845
+ yellow700: string;
846
+ yellow800: string;
847
+ yellow900: string;
848
+ yellow950: string;
849
+ dark50: string;
850
+ dark100: string;
851
+ dark200: string;
852
+ dark300: string;
853
+ dark400: string;
854
+ dark500: string;
855
+ dark600: string;
856
+ dark700: string;
857
+ dark800: string;
858
+ dark900: string;
859
+ dark950: string;
860
+ neutral50: string;
861
+ neutral100: string;
862
+ neutral200: string;
863
+ neutral300: string;
864
+ neutral400: string;
865
+ neutral500: string;
866
+ neutral600: string;
867
+ neutral700: string;
868
+ neutral800: string;
869
+ neutral900: string;
870
+ neutral950: string;
871
+ green50: string;
872
+ green100: string;
873
+ green200: string;
874
+ green300: string;
875
+ green400: string;
876
+ green500: string;
877
+ green600: string;
878
+ green700: string;
879
+ green800: string;
880
+ green900: string;
881
+ green950: string;
882
+ grey50: string;
883
+ grey100: string;
884
+ grey200: string;
885
+ grey300: string;
886
+ grey400: string;
887
+ grey500: string;
888
+ grey600: string;
889
+ grey700: string;
890
+ grey800: string;
891
+ grey900: string;
892
+ grey950: string;
893
+ error50: string;
894
+ error100: string;
895
+ error200: string;
896
+ error300: string;
897
+ error400: string;
898
+ error500: string;
899
+ error600: string;
900
+ error700: string;
901
+ error800: string;
902
+ error900: string;
903
+ error950: string;
904
+ success50: string;
905
+ success100: string;
906
+ success200: string;
907
+ success300: string;
908
+ success400: string;
909
+ success500: string;
910
+ success600: string;
911
+ success700: string;
912
+ success800: string;
913
+ success900: string;
914
+ success950: string;
915
+ warning50: string;
916
+ warning100: string;
917
+ warning200: string;
918
+ warning300: string;
919
+ warning400: string;
920
+ warning500: string;
921
+ warning600: string;
922
+ warning700: string;
923
+ warning800: string;
924
+ warning900: string;
925
+ warning950: string;
926
+ info50: string;
927
+ info100: string;
928
+ info200: string;
929
+ info300: string;
930
+ info400: string;
931
+ info500: string;
932
+ info600: string;
933
+ info700: string;
934
+ info800: string;
935
+ info900: string;
936
+ info950: string;
937
+ };
938
+ fontSizes: {
939
+ 2: string;
940
+ 4: string;
941
+ 6: string;
942
+ 8: string;
943
+ 10: string;
944
+ 12: string;
945
+ 13: string;
946
+ 14: string;
947
+ 16: string;
948
+ 18: string;
949
+ 20: string;
950
+ 22: string;
951
+ 24: string;
952
+ 32: string;
953
+ 36: string;
954
+ 40: string;
955
+ 48: string;
956
+ 56: string;
957
+ 64: string;
958
+ 72: string;
959
+ 80: string;
960
+ xs: string;
961
+ sm: string;
962
+ md: string;
963
+ lg: string;
964
+ '2xl': string;
965
+ '3xl': string;
966
+ '4xl': string;
967
+ full: string;
968
+ };
969
+ fonts: {
970
+ default: string;
971
+ };
972
+ fontWeights: {
973
+ regular: string;
974
+ medium: string;
975
+ semibold: string;
976
+ bold: string;
977
+ };
978
+ lineHeights: {
979
+ smaller: string;
980
+ shorter: string;
981
+ short: string;
982
+ base: string;
983
+ tall: string;
984
+ };
985
+ radii: {
986
+ '3xs': string;
987
+ '2xs': string;
988
+ xs: string;
989
+ sm: string;
990
+ md: string;
991
+ lg: string;
992
+ xl: string;
993
+ '2xl': string;
994
+ '3xl': string;
995
+ '4xl': string;
996
+ '5xl': string;
997
+ '6xl': string;
998
+ '7xl': string;
999
+ '8xl': string;
1000
+ '9xl': string;
1001
+ '10xl': string;
1002
+ '11xl': string;
1003
+ '12xl': string;
1004
+ '13xl': string;
1005
+ '14xl': string;
1006
+ full: string;
1007
+ };
1008
+ space: {
1009
+ 2: string;
1010
+ 4: string;
1011
+ 6: string;
1012
+ 8: string;
1013
+ 10: string;
1014
+ 12: string;
1015
+ 13: string;
1016
+ 14: string;
1017
+ 16: string;
1018
+ 18: string;
1019
+ 20: string;
1020
+ 22: string;
1021
+ 24: string;
1022
+ 32: string;
1023
+ 36: string;
1024
+ 40: string;
1025
+ 48: string;
1026
+ 56: string;
1027
+ 64: string;
1028
+ 72: string;
1029
+ 80: string;
1030
+ full: string;
1031
+ };
1032
+ }, {
1033
+ height: "space";
1034
+ width: "space";
1035
+ gap: "space";
1036
+ gridGap: "space";
1037
+ columnGap: "space";
1038
+ gridColumnGap: "space";
1039
+ rowGap: "space";
1040
+ gridRowGap: "space";
1041
+ inset: "space";
1042
+ insetBlock: "space";
1043
+ insetBlockEnd: "space";
1044
+ insetBlockStart: "space";
1045
+ insetInline: "space";
1046
+ insetInlineEnd: "space";
1047
+ insetInlineStart: "space";
1048
+ margin: "space";
1049
+ marginTop: "space";
1050
+ marginRight: "space";
1051
+ marginBottom: "space";
1052
+ marginLeft: "space";
1053
+ marginBlock: "space";
1054
+ marginBlockEnd: "space";
1055
+ marginBlockStart: "space";
1056
+ marginInline: "space";
1057
+ marginInlineEnd: "space";
1058
+ marginInlineStart: "space";
1059
+ padding: "space";
1060
+ paddingTop: "space";
1061
+ paddingRight: "space";
1062
+ paddingBottom: "space";
1063
+ paddingLeft: "space";
1064
+ paddingBlock: "space";
1065
+ paddingBlockEnd: "space";
1066
+ paddingBlockStart: "space";
1067
+ paddingInline: "space";
1068
+ paddingInlineEnd: "space";
1069
+ paddingInlineStart: "space";
1070
+ scrollMargin: "space";
1071
+ scrollMarginTop: "space";
1072
+ scrollMarginRight: "space";
1073
+ scrollMarginBottom: "space";
1074
+ scrollMarginLeft: "space";
1075
+ scrollMarginBlock: "space";
1076
+ scrollMarginBlockEnd: "space";
1077
+ scrollMarginBlockStart: "space";
1078
+ scrollMarginInline: "space";
1079
+ scrollMarginInlineEnd: "space";
1080
+ scrollMarginInlineStart: "space";
1081
+ scrollPadding: "space";
1082
+ scrollPaddingTop: "space";
1083
+ scrollPaddingRight: "space";
1084
+ scrollPaddingBottom: "space";
1085
+ scrollPaddingLeft: "space";
1086
+ scrollPaddingBlock: "space";
1087
+ scrollPaddingBlockEnd: "space";
1088
+ scrollPaddingBlockStart: "space";
1089
+ scrollPaddingInline: "space";
1090
+ scrollPaddingInlineEnd: "space";
1091
+ scrollPaddingInlineStart: "space";
1092
+ top: "space";
1093
+ right: "space";
1094
+ bottom: "space";
1095
+ left: "space";
1096
+ fontSize: "fontSizes";
1097
+ background: "colors";
1098
+ backgroundColor: "colors";
1099
+ backgroundImage: "colors";
1100
+ borderImage: "colors";
1101
+ border: "colors";
1102
+ borderBlock: "colors";
1103
+ borderBlockEnd: "colors";
1104
+ borderBlockStart: "colors";
1105
+ borderBottom: "colors";
1106
+ borderBottomColor: "colors";
1107
+ borderColor: "colors";
1108
+ borderInline: "colors";
1109
+ borderInlineEnd: "colors";
1110
+ borderInlineStart: "colors";
1111
+ borderLeft: "colors";
1112
+ borderLeftColor: "colors";
1113
+ borderRight: "colors";
1114
+ borderRightColor: "colors";
1115
+ borderTop: "colors";
1116
+ borderTopColor: "colors";
1117
+ caretColor: "colors";
1118
+ color: "colors";
1119
+ columnRuleColor: "colors";
1120
+ outline: "colors";
1121
+ outlineColor: "colors";
1122
+ fill: "colors";
1123
+ stroke: "colors";
1124
+ textDecorationColor: "colors";
1125
+ fontFamily: "fonts";
1126
+ fontWeight: "fontWeights";
1127
+ lineHeight: "lineHeights";
1128
+ letterSpacing: "letterSpacings";
1129
+ blockSize: "sizes";
1130
+ minBlockSize: "sizes";
1131
+ maxBlockSize: "sizes";
1132
+ inlineSize: "sizes";
1133
+ minInlineSize: "sizes";
1134
+ maxInlineSize: "sizes";
1135
+ minWidth: "sizes";
1136
+ maxWidth: "sizes";
1137
+ minHeight: "sizes";
1138
+ maxHeight: "sizes";
1139
+ flexBasis: "sizes";
1140
+ gridTemplateColumns: "sizes";
1141
+ gridTemplateRows: "sizes";
1142
+ borderWidth: "borderWidths";
1143
+ borderTopWidth: "borderWidths";
1144
+ borderLeftWidth: "borderWidths";
1145
+ borderRightWidth: "borderWidths";
1146
+ borderBottomWidth: "borderWidths";
1147
+ borderStyle: "borderStyles";
1148
+ borderTopStyle: "borderStyles";
1149
+ borderLeftStyle: "borderStyles";
1150
+ borderRightStyle: "borderStyles";
1151
+ borderBottomStyle: "borderStyles";
1152
+ borderRadius: "radii";
1153
+ borderTopLeftRadius: "radii";
1154
+ borderTopRightRadius: "radii";
1155
+ borderBottomRightRadius: "radii";
1156
+ borderBottomLeftRadius: "radii";
1157
+ boxShadow: "shadows";
1158
+ textShadow: "shadows";
1159
+ transition: "transitions";
1160
+ zIndex: "zIndices";
1161
+ }, {}>>;
1162
+ declare const ButtonGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
1163
+ color?: "blue" | "green" | "purple" | "red" | "brand" | "neutral" | undefined;
1164
+ variant?: "text" | "contained" | "outlined" | undefined;
1165
+ typography?: "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | undefined;
1166
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
1167
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1168
+ colors: {
1169
+ brand50: string;
1170
+ brand100: string;
1171
+ brand200: string;
1172
+ brand300: string;
1173
+ brand400: string;
1174
+ brand500: string;
1175
+ brand600: string;
1176
+ brand700: string;
1177
+ brand800: string;
1178
+ brand900: string;
1179
+ brand950: string;
1180
+ blue50: string;
1181
+ blue100: string;
1182
+ blue200: string;
1183
+ blue300: string;
1184
+ blue400: string;
1185
+ blue500: string;
1186
+ blue600: string;
1187
+ blue700: string;
1188
+ blue800: string;
1189
+ blue900: string;
1190
+ blue950: string;
1191
+ red50: string;
1192
+ red100: string;
1193
+ red200: string;
1194
+ red300: string;
1195
+ red400: string;
1196
+ red500: string;
1197
+ red600: string;
1198
+ red700: string;
1199
+ red800: string;
1200
+ red900: string;
1201
+ red950: string;
1202
+ purple50: string;
1203
+ purple100: string;
1204
+ purple200: string;
1205
+ purple300: string;
1206
+ purple400: string;
1207
+ purple500: string;
1208
+ purple600: string;
1209
+ purple700: string;
1210
+ purple800: string;
1211
+ purple900: string;
1212
+ purple950: string;
1213
+ yellow50: string;
1214
+ yellow100: string;
1215
+ yellow200: string;
1216
+ yellow300: string;
1217
+ yellow400: string;
1218
+ yellow500: string;
1219
+ yellow600: string;
1220
+ yellow700: string;
1221
+ yellow800: string;
1222
+ yellow900: string;
1223
+ yellow950: string;
1224
+ dark50: string;
1225
+ dark100: string;
1226
+ dark200: string;
1227
+ dark300: string;
1228
+ dark400: string;
1229
+ dark500: string;
1230
+ dark600: string;
1231
+ dark700: string;
1232
+ dark800: string;
1233
+ dark900: string;
1234
+ dark950: string;
1235
+ neutral50: string;
1236
+ neutral100: string;
1237
+ neutral200: string;
1238
+ neutral300: string;
1239
+ neutral400: string;
1240
+ neutral500: string;
1241
+ neutral600: string;
1242
+ neutral700: string;
1243
+ neutral800: string;
1244
+ neutral900: string;
1245
+ neutral950: string;
1246
+ green50: string;
1247
+ green100: string;
1248
+ green200: string;
1249
+ green300: string;
1250
+ green400: string;
1251
+ green500: string;
1252
+ green600: string;
1253
+ green700: string;
1254
+ green800: string;
1255
+ green900: string;
1256
+ green950: string;
1257
+ grey50: string;
1258
+ grey100: string;
1259
+ grey200: string;
1260
+ grey300: string;
1261
+ grey400: string;
1262
+ grey500: string;
1263
+ grey600: string;
1264
+ grey700: string;
1265
+ grey800: string;
1266
+ grey900: string;
1267
+ grey950: string;
1268
+ error50: string;
1269
+ error100: string;
1270
+ error200: string;
1271
+ error300: string;
1272
+ error400: string;
1273
+ error500: string;
1274
+ error600: string;
1275
+ error700: string;
1276
+ error800: string;
1277
+ error900: string;
1278
+ error950: string;
1279
+ success50: string;
1280
+ success100: string;
1281
+ success200: string;
1282
+ success300: string;
1283
+ success400: string;
1284
+ success500: string;
1285
+ success600: string;
1286
+ success700: string;
1287
+ success800: string;
1288
+ success900: string;
1289
+ success950: string;
1290
+ warning50: string;
1291
+ warning100: string;
1292
+ warning200: string;
1293
+ warning300: string;
1294
+ warning400: string;
1295
+ warning500: string;
1296
+ warning600: string;
1297
+ warning700: string;
1298
+ warning800: string;
1299
+ warning900: string;
1300
+ warning950: string;
1301
+ info50: string;
1302
+ info100: string;
1303
+ info200: string;
1304
+ info300: string;
1305
+ info400: string;
1306
+ info500: string;
1307
+ info600: string;
1308
+ info700: string;
1309
+ info800: string;
1310
+ info900: string;
1311
+ info950: string;
1312
+ };
1313
+ fontSizes: {
1314
+ 2: string;
1315
+ 4: string;
1316
+ 6: string;
1317
+ 8: string;
1318
+ 10: string;
1319
+ 12: string;
1320
+ 13: string;
1321
+ 14: string;
1322
+ 16: string;
1323
+ 18: string;
1324
+ 20: string;
1325
+ 22: string;
1326
+ 24: string;
1327
+ 32: string;
1328
+ 36: string;
1329
+ 40: string;
1330
+ 48: string;
1331
+ 56: string;
1332
+ 64: string;
1333
+ 72: string;
1334
+ 80: string;
1335
+ xs: string;
1336
+ sm: string;
1337
+ md: string;
1338
+ lg: string;
1339
+ '2xl': string;
1340
+ '3xl': string;
1341
+ '4xl': string;
1342
+ full: string;
1343
+ };
1344
+ fonts: {
1345
+ default: string;
1346
+ };
1347
+ fontWeights: {
1348
+ regular: string;
1349
+ medium: string;
1350
+ semibold: string;
1351
+ bold: string;
1352
+ };
1353
+ lineHeights: {
1354
+ smaller: string;
1355
+ shorter: string;
1356
+ short: string;
1357
+ base: string;
1358
+ tall: string;
1359
+ };
1360
+ radii: {
1361
+ '3xs': string;
1362
+ '2xs': string;
1363
+ xs: string;
1364
+ sm: string;
1365
+ md: string;
1366
+ lg: string;
1367
+ xl: string;
1368
+ '2xl': string;
1369
+ '3xl': string;
1370
+ '4xl': string;
1371
+ '5xl': string;
1372
+ '6xl': string;
1373
+ '7xl': string;
1374
+ '8xl': string;
1375
+ '9xl': string;
1376
+ '10xl': string;
1377
+ '11xl': string;
1378
+ '12xl': string;
1379
+ '13xl': string;
1380
+ '14xl': string;
1381
+ full: string;
1382
+ };
1383
+ space: {
1384
+ 2: string;
1385
+ 4: string;
1386
+ 6: string;
1387
+ 8: string;
1388
+ 10: string;
1389
+ 12: string;
1390
+ 13: string;
1391
+ 14: string;
1392
+ 16: string;
1393
+ 18: string;
1394
+ 20: string;
1395
+ 22: string;
1396
+ 24: string;
1397
+ 32: string;
1398
+ 36: string;
1399
+ 40: string;
1400
+ 48: string;
1401
+ 56: string;
1402
+ 64: string;
1403
+ 72: string;
1404
+ 80: string;
1405
+ full: string;
1406
+ };
1407
+ }, {
1408
+ height: "space";
1409
+ width: "space";
1410
+ gap: "space";
1411
+ gridGap: "space";
1412
+ columnGap: "space";
1413
+ gridColumnGap: "space";
1414
+ rowGap: "space";
1415
+ gridRowGap: "space";
1416
+ inset: "space";
1417
+ insetBlock: "space";
1418
+ insetBlockEnd: "space";
1419
+ insetBlockStart: "space";
1420
+ insetInline: "space";
1421
+ insetInlineEnd: "space";
1422
+ insetInlineStart: "space";
1423
+ margin: "space";
1424
+ marginTop: "space";
1425
+ marginRight: "space";
1426
+ marginBottom: "space";
1427
+ marginLeft: "space";
1428
+ marginBlock: "space";
1429
+ marginBlockEnd: "space";
1430
+ marginBlockStart: "space";
1431
+ marginInline: "space";
1432
+ marginInlineEnd: "space";
1433
+ marginInlineStart: "space";
1434
+ padding: "space";
1435
+ paddingTop: "space";
1436
+ paddingRight: "space";
1437
+ paddingBottom: "space";
1438
+ paddingLeft: "space";
1439
+ paddingBlock: "space";
1440
+ paddingBlockEnd: "space";
1441
+ paddingBlockStart: "space";
1442
+ paddingInline: "space";
1443
+ paddingInlineEnd: "space";
1444
+ paddingInlineStart: "space";
1445
+ scrollMargin: "space";
1446
+ scrollMarginTop: "space";
1447
+ scrollMarginRight: "space";
1448
+ scrollMarginBottom: "space";
1449
+ scrollMarginLeft: "space";
1450
+ scrollMarginBlock: "space";
1451
+ scrollMarginBlockEnd: "space";
1452
+ scrollMarginBlockStart: "space";
1453
+ scrollMarginInline: "space";
1454
+ scrollMarginInlineEnd: "space";
1455
+ scrollMarginInlineStart: "space";
1456
+ scrollPadding: "space";
1457
+ scrollPaddingTop: "space";
1458
+ scrollPaddingRight: "space";
1459
+ scrollPaddingBottom: "space";
1460
+ scrollPaddingLeft: "space";
1461
+ scrollPaddingBlock: "space";
1462
+ scrollPaddingBlockEnd: "space";
1463
+ scrollPaddingBlockStart: "space";
1464
+ scrollPaddingInline: "space";
1465
+ scrollPaddingInlineEnd: "space";
1466
+ scrollPaddingInlineStart: "space";
1467
+ top: "space";
1468
+ right: "space";
1469
+ bottom: "space";
1470
+ left: "space";
1471
+ fontSize: "fontSizes";
1472
+ background: "colors";
1473
+ backgroundColor: "colors";
1474
+ backgroundImage: "colors";
1475
+ borderImage: "colors";
1476
+ border: "colors";
1477
+ borderBlock: "colors";
1478
+ borderBlockEnd: "colors";
1479
+ borderBlockStart: "colors";
1480
+ borderBottom: "colors";
1481
+ borderBottomColor: "colors";
1482
+ borderColor: "colors";
1483
+ borderInline: "colors";
1484
+ borderInlineEnd: "colors";
1485
+ borderInlineStart: "colors";
1486
+ borderLeft: "colors";
1487
+ borderLeftColor: "colors";
1488
+ borderRight: "colors";
1489
+ borderRightColor: "colors";
1490
+ borderTop: "colors";
1491
+ borderTopColor: "colors";
1492
+ caretColor: "colors";
1493
+ color: "colors";
1494
+ columnRuleColor: "colors";
1495
+ outline: "colors";
1496
+ outlineColor: "colors";
1497
+ fill: "colors";
1498
+ stroke: "colors";
1499
+ textDecorationColor: "colors";
1500
+ fontFamily: "fonts";
1501
+ fontWeight: "fontWeights";
1502
+ lineHeight: "lineHeights";
1503
+ letterSpacing: "letterSpacings";
1504
+ blockSize: "sizes";
1505
+ minBlockSize: "sizes";
1506
+ maxBlockSize: "sizes";
1507
+ inlineSize: "sizes";
1508
+ minInlineSize: "sizes";
1509
+ maxInlineSize: "sizes";
1510
+ minWidth: "sizes";
1511
+ maxWidth: "sizes";
1512
+ minHeight: "sizes";
1513
+ maxHeight: "sizes";
1514
+ flexBasis: "sizes";
1515
+ gridTemplateColumns: "sizes";
1516
+ gridTemplateRows: "sizes";
1517
+ borderWidth: "borderWidths";
1518
+ borderTopWidth: "borderWidths";
1519
+ borderLeftWidth: "borderWidths";
1520
+ borderRightWidth: "borderWidths";
1521
+ borderBottomWidth: "borderWidths";
1522
+ borderStyle: "borderStyles";
1523
+ borderTopStyle: "borderStyles";
1524
+ borderLeftStyle: "borderStyles";
1525
+ borderRightStyle: "borderStyles";
1526
+ borderBottomStyle: "borderStyles";
1527
+ borderRadius: "radii";
1528
+ borderTopLeftRadius: "radii";
1529
+ borderTopRightRadius: "radii";
1530
+ borderBottomRightRadius: "radii";
1531
+ borderBottomLeftRadius: "radii";
1532
+ boxShadow: "shadows";
1533
+ textShadow: "shadows";
1534
+ transition: "transitions";
1535
+ zIndex: "zIndices";
1536
+ }, {}>>;
1537
+ interface ButtonItemProps extends ComponentProps<typeof ButtonItemStyled> {
1538
+ }
1539
+ type ButtonGroupProps = ComponentProps<typeof ButtonGroupStyled>;
1540
+ declare function ButtonItem({ children, active, ...props }: ButtonItemProps): react_jsx_runtime.JSX.Element;
1541
+ declare function ButtonGroup({ children, ...props }: ButtonGroupProps): react_jsx_runtime.JSX.Element;
1542
+
1543
+ declare const AvatarStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.AvatarProps & react.RefAttributes<HTMLImageElement>>, {
1544
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | undefined;
1545
+ radii?: "full" | undefined;
1546
+ variant?: "without-image" | "with-image" | undefined;
1547
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1548
+ colors: {
1549
+ brand50: string;
1550
+ brand100: string;
1551
+ brand200: string;
1552
+ brand300: string;
1553
+ brand400: string;
1554
+ brand500: string;
1555
+ brand600: string;
1556
+ brand700: string;
1557
+ brand800: string;
1558
+ brand900: string;
1559
+ brand950: string;
1560
+ blue50: string;
1561
+ blue100: string;
1562
+ blue200: string;
1563
+ blue300: string;
1564
+ blue400: string;
1565
+ blue500: string;
1566
+ blue600: string;
1567
+ blue700: string;
1568
+ blue800: string;
1569
+ blue900: string;
1570
+ blue950: string;
1571
+ red50: string;
1572
+ red100: string;
1573
+ red200: string;
1574
+ red300: string;
1575
+ red400: string;
1576
+ red500: string;
1577
+ red600: string;
1578
+ red700: string;
1579
+ red800: string;
1580
+ red900: string;
1581
+ red950: string;
1582
+ purple50: string;
1583
+ purple100: string;
1584
+ purple200: string;
1585
+ purple300: string;
1586
+ purple400: string;
1587
+ purple500: string;
1588
+ purple600: string;
1589
+ purple700: string;
1590
+ purple800: string;
1591
+ purple900: string;
1592
+ purple950: string;
1593
+ yellow50: string;
1594
+ yellow100: string;
1595
+ yellow200: string;
1596
+ yellow300: string;
1597
+ yellow400: string;
1598
+ yellow500: string;
1599
+ yellow600: string;
1600
+ yellow700: string;
1601
+ yellow800: string;
1602
+ yellow900: string;
1603
+ yellow950: string;
1604
+ dark50: string;
1605
+ dark100: string;
1606
+ dark200: string;
1607
+ dark300: string;
1608
+ dark400: string;
1609
+ dark500: string;
1610
+ dark600: string;
1611
+ dark700: string;
1612
+ dark800: string;
1613
+ dark900: string;
1614
+ dark950: string;
1615
+ neutral50: string;
1616
+ neutral100: string;
1617
+ neutral200: string;
1618
+ neutral300: string;
1619
+ neutral400: string;
1620
+ neutral500: string;
1621
+ neutral600: string;
1622
+ neutral700: string;
1623
+ neutral800: string;
1624
+ neutral900: string;
1625
+ neutral950: string;
1626
+ green50: string;
1627
+ green100: string;
1628
+ green200: string;
1629
+ green300: string;
1630
+ green400: string;
1631
+ green500: string;
1632
+ green600: string;
1633
+ green700: string;
1634
+ green800: string;
1635
+ green900: string;
1636
+ green950: string;
1637
+ grey50: string;
1638
+ grey100: string;
1639
+ grey200: string;
1640
+ grey300: string;
1641
+ grey400: string;
1642
+ grey500: string;
1643
+ grey600: string;
1644
+ grey700: string;
1645
+ grey800: string;
1646
+ grey900: string;
1647
+ grey950: string;
1648
+ error50: string;
1649
+ error100: string;
1650
+ error200: string;
1651
+ error300: string;
1652
+ error400: string;
1653
+ error500: string;
1654
+ error600: string;
1655
+ error700: string;
1656
+ error800: string;
1657
+ error900: string;
1658
+ error950: string;
1659
+ success50: string;
1660
+ success100: string;
1661
+ success200: string;
1662
+ success300: string;
1663
+ success400: string;
1664
+ success500: string;
1665
+ success600: string;
1666
+ success700: string;
1667
+ success800: string;
1668
+ success900: string;
1669
+ success950: string;
1670
+ warning50: string;
1671
+ warning100: string;
1672
+ warning200: string;
1673
+ warning300: string;
1674
+ warning400: string;
1675
+ warning500: string;
1676
+ warning600: string;
1677
+ warning700: string;
1678
+ warning800: string;
1679
+ warning900: string;
1680
+ warning950: string;
1681
+ info50: string;
1682
+ info100: string;
1683
+ info200: string;
1684
+ info300: string;
1685
+ info400: string;
1686
+ info500: string;
1687
+ info600: string;
1688
+ info700: string;
1689
+ info800: string;
1690
+ info900: string;
1691
+ info950: string;
1692
+ };
1693
+ fontSizes: {
1694
+ 2: string;
1695
+ 4: string;
1696
+ 6: string;
1697
+ 8: string;
1698
+ 10: string;
1699
+ 12: string;
1700
+ 13: string;
1701
+ 14: string;
1702
+ 16: string;
1703
+ 18: string;
1704
+ 20: string;
1705
+ 22: string;
1706
+ 24: string;
1707
+ 32: string;
1708
+ 36: string;
1709
+ 40: string;
1710
+ 48: string;
1711
+ 56: string;
1712
+ 64: string;
1713
+ 72: string;
1714
+ 80: string;
1715
+ xs: string;
1716
+ sm: string;
1717
+ md: string;
1718
+ lg: string;
1719
+ '2xl': string;
1720
+ '3xl': string;
1721
+ '4xl': string;
1722
+ full: string;
1723
+ };
1724
+ fonts: {
1725
+ default: string;
1726
+ };
1727
+ fontWeights: {
1728
+ regular: string;
1729
+ medium: string;
1730
+ semibold: string;
1731
+ bold: string;
1732
+ };
1733
+ lineHeights: {
1734
+ smaller: string;
1735
+ shorter: string;
1736
+ short: string;
1737
+ base: string;
1738
+ tall: string;
1739
+ };
1740
+ radii: {
1741
+ '3xs': string;
1742
+ '2xs': string;
1743
+ xs: string;
1744
+ sm: string;
1745
+ md: string;
1746
+ lg: string;
1747
+ xl: string;
1748
+ '2xl': string;
1749
+ '3xl': string;
1750
+ '4xl': string;
1751
+ '5xl': string;
1752
+ '6xl': string;
1753
+ '7xl': string;
1754
+ '8xl': string;
1755
+ '9xl': string;
1756
+ '10xl': string;
1757
+ '11xl': string;
1758
+ '12xl': string;
1759
+ '13xl': string;
1760
+ '14xl': string;
1761
+ full: string;
1762
+ };
1763
+ space: {
1764
+ 2: string;
1765
+ 4: string;
1766
+ 6: string;
1767
+ 8: string;
1768
+ 10: string;
1769
+ 12: string;
1770
+ 13: string;
1771
+ 14: string;
1772
+ 16: string;
1773
+ 18: string;
1774
+ 20: string;
1775
+ 22: string;
1776
+ 24: string;
1777
+ 32: string;
1778
+ 36: string;
1779
+ 40: string;
1780
+ 48: string;
1781
+ 56: string;
1782
+ 64: string;
1783
+ 72: string;
1784
+ 80: string;
1785
+ full: string;
1786
+ };
1787
+ }, {
1788
+ height: "space";
1789
+ width: "space";
1790
+ gap: "space";
1791
+ gridGap: "space";
1792
+ columnGap: "space";
1793
+ gridColumnGap: "space";
1794
+ rowGap: "space";
1795
+ gridRowGap: "space";
1796
+ inset: "space";
1797
+ insetBlock: "space";
1798
+ insetBlockEnd: "space";
1799
+ insetBlockStart: "space";
1800
+ insetInline: "space";
1801
+ insetInlineEnd: "space";
1802
+ insetInlineStart: "space";
1803
+ margin: "space";
1804
+ marginTop: "space";
1805
+ marginRight: "space";
1806
+ marginBottom: "space";
1807
+ marginLeft: "space";
1808
+ marginBlock: "space";
1809
+ marginBlockEnd: "space";
1810
+ marginBlockStart: "space";
1811
+ marginInline: "space";
1812
+ marginInlineEnd: "space";
1813
+ marginInlineStart: "space";
1814
+ padding: "space";
1815
+ paddingTop: "space";
1816
+ paddingRight: "space";
1817
+ paddingBottom: "space";
1818
+ paddingLeft: "space";
1819
+ paddingBlock: "space";
1820
+ paddingBlockEnd: "space";
1821
+ paddingBlockStart: "space";
1822
+ paddingInline: "space";
1823
+ paddingInlineEnd: "space";
1824
+ paddingInlineStart: "space";
1825
+ scrollMargin: "space";
1826
+ scrollMarginTop: "space";
1827
+ scrollMarginRight: "space";
1828
+ scrollMarginBottom: "space";
1829
+ scrollMarginLeft: "space";
1830
+ scrollMarginBlock: "space";
1831
+ scrollMarginBlockEnd: "space";
1832
+ scrollMarginBlockStart: "space";
1833
+ scrollMarginInline: "space";
1834
+ scrollMarginInlineEnd: "space";
1835
+ scrollMarginInlineStart: "space";
1836
+ scrollPadding: "space";
1837
+ scrollPaddingTop: "space";
1838
+ scrollPaddingRight: "space";
1839
+ scrollPaddingBottom: "space";
1840
+ scrollPaddingLeft: "space";
1841
+ scrollPaddingBlock: "space";
1842
+ scrollPaddingBlockEnd: "space";
1843
+ scrollPaddingBlockStart: "space";
1844
+ scrollPaddingInline: "space";
1845
+ scrollPaddingInlineEnd: "space";
1846
+ scrollPaddingInlineStart: "space";
1847
+ top: "space";
1848
+ right: "space";
1849
+ bottom: "space";
1850
+ left: "space";
1851
+ fontSize: "fontSizes";
1852
+ background: "colors";
1853
+ backgroundColor: "colors";
1854
+ backgroundImage: "colors";
1855
+ borderImage: "colors";
1856
+ border: "colors";
1857
+ borderBlock: "colors";
1858
+ borderBlockEnd: "colors";
1859
+ borderBlockStart: "colors";
1860
+ borderBottom: "colors";
1861
+ borderBottomColor: "colors";
1862
+ borderColor: "colors";
1863
+ borderInline: "colors";
1864
+ borderInlineEnd: "colors";
1865
+ borderInlineStart: "colors";
1866
+ borderLeft: "colors";
1867
+ borderLeftColor: "colors";
1868
+ borderRight: "colors";
1869
+ borderRightColor: "colors";
1870
+ borderTop: "colors";
1871
+ borderTopColor: "colors";
1872
+ caretColor: "colors";
1873
+ color: "colors";
1874
+ columnRuleColor: "colors";
1875
+ outline: "colors";
1876
+ outlineColor: "colors";
1877
+ fill: "colors";
1878
+ stroke: "colors";
1879
+ textDecorationColor: "colors";
1880
+ fontFamily: "fonts";
1881
+ fontWeight: "fontWeights";
1882
+ lineHeight: "lineHeights";
1883
+ letterSpacing: "letterSpacings";
1884
+ blockSize: "sizes";
1885
+ minBlockSize: "sizes";
1886
+ maxBlockSize: "sizes";
1887
+ inlineSize: "sizes";
1888
+ minInlineSize: "sizes";
1889
+ maxInlineSize: "sizes";
1890
+ minWidth: "sizes";
1891
+ maxWidth: "sizes";
1892
+ minHeight: "sizes";
1893
+ maxHeight: "sizes";
1894
+ flexBasis: "sizes";
1895
+ gridTemplateColumns: "sizes";
1896
+ gridTemplateRows: "sizes";
1897
+ borderWidth: "borderWidths";
1898
+ borderTopWidth: "borderWidths";
1899
+ borderLeftWidth: "borderWidths";
1900
+ borderRightWidth: "borderWidths";
1901
+ borderBottomWidth: "borderWidths";
1902
+ borderStyle: "borderStyles";
1903
+ borderTopStyle: "borderStyles";
1904
+ borderLeftStyle: "borderStyles";
1905
+ borderRightStyle: "borderStyles";
1906
+ borderBottomStyle: "borderStyles";
1907
+ borderRadius: "radii";
1908
+ borderTopLeftRadius: "radii";
1909
+ borderTopRightRadius: "radii";
1910
+ borderBottomRightRadius: "radii";
1911
+ borderBottomLeftRadius: "radii";
1912
+ boxShadow: "shadows";
1913
+ textShadow: "shadows";
1914
+ transition: "transitions";
1915
+ zIndex: "zIndices";
1916
+ }, {}>>;
1917
+ type AvatarProps = ComponentProps<typeof AvatarStyled> & {
1918
+ as?: ElementType;
1919
+ fallback?: string;
1920
+ src?: string;
1921
+ };
1922
+ declare function Avatar({ asChild, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
1923
+
1924
+ declare const TextFieldStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.RootProps & react.RefAttributes<HTMLInputElement>>, {
1925
+ color?: "default" | "error" | undefined;
1926
+ typography?: "tooltip" | "displayLarge" | "displayMedium" | "displaySmall" | "headline1" | "headline2" | "headline3" | "headline4" | "headline5" | "headline6" | "headline7" | "headline8" | "bodyXL" | "bodyL" | "bodyM" | "bodyS" | "bodyXS" | "bodyXXS" | "badgeLarge" | "badgeMedium" | "badgeSmall" | "badgeExtraSmall" | "popoversRegular" | "captionLarge" | "captionMedium" | "captionSmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
1927
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
1928
+ isValid?: boolean | "false" | "true" | undefined;
1929
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1930
+ colors: {
1931
+ brand50: string;
1932
+ brand100: string;
1933
+ brand200: string;
1934
+ brand300: string;
1935
+ brand400: string;
1936
+ brand500: string;
1937
+ brand600: string;
1938
+ brand700: string;
1939
+ brand800: string;
1940
+ brand900: string;
1941
+ brand950: string;
1942
+ blue50: string;
1943
+ blue100: string;
1944
+ blue200: string;
1945
+ blue300: string;
1946
+ blue400: string;
1947
+ blue500: string;
1948
+ blue600: string;
1949
+ blue700: string;
1950
+ blue800: string;
1951
+ blue900: string;
1952
+ blue950: string;
1953
+ red50: string;
1954
+ red100: string;
1955
+ red200: string;
1956
+ red300: string;
1957
+ red400: string;
1958
+ red500: string;
1959
+ red600: string;
1960
+ red700: string;
1961
+ red800: string;
1962
+ red900: string;
1963
+ red950: string;
1964
+ purple50: string;
1965
+ purple100: string;
1966
+ purple200: string;
1967
+ purple300: string;
1968
+ purple400: string;
1969
+ purple500: string;
1970
+ purple600: string;
1971
+ purple700: string;
1972
+ purple800: string;
1973
+ purple900: string;
1974
+ purple950: string;
1975
+ yellow50: string;
1976
+ yellow100: string;
1977
+ yellow200: string;
1978
+ yellow300: string;
1979
+ yellow400: string;
1980
+ yellow500: string;
1981
+ yellow600: string;
1982
+ yellow700: string;
1983
+ yellow800: string;
1984
+ yellow900: string;
1985
+ yellow950: string;
1986
+ dark50: string;
1987
+ dark100: string;
1988
+ dark200: string;
1989
+ dark300: string;
1990
+ dark400: string;
1991
+ dark500: string;
1992
+ dark600: string;
1993
+ dark700: string;
1994
+ dark800: string;
1995
+ dark900: string;
1996
+ dark950: string;
1997
+ neutral50: string;
1998
+ neutral100: string;
1999
+ neutral200: string;
2000
+ neutral300: string;
2001
+ neutral400: string;
2002
+ neutral500: string;
2003
+ neutral600: string;
2004
+ neutral700: string;
2005
+ neutral800: string;
2006
+ neutral900: string;
2007
+ neutral950: string;
2008
+ green50: string;
2009
+ green100: string;
2010
+ green200: string;
2011
+ green300: string;
2012
+ green400: string;
2013
+ green500: string;
2014
+ green600: string;
2015
+ green700: string;
2016
+ green800: string;
2017
+ green900: string;
2018
+ green950: string;
2019
+ grey50: string;
2020
+ grey100: string;
2021
+ grey200: string;
2022
+ grey300: string;
2023
+ grey400: string;
2024
+ grey500: string;
2025
+ grey600: string;
2026
+ grey700: string;
2027
+ grey800: string;
2028
+ grey900: string;
2029
+ grey950: string;
2030
+ error50: string;
2031
+ error100: string;
2032
+ error200: string;
2033
+ error300: string;
2034
+ error400: string;
2035
+ error500: string;
2036
+ error600: string;
2037
+ error700: string;
2038
+ error800: string;
2039
+ error900: string;
2040
+ error950: string;
2041
+ success50: string;
2042
+ success100: string;
2043
+ success200: string;
2044
+ success300: string;
2045
+ success400: string;
2046
+ success500: string;
2047
+ success600: string;
2048
+ success700: string;
2049
+ success800: string;
2050
+ success900: string;
2051
+ success950: string;
2052
+ warning50: string;
2053
+ warning100: string;
2054
+ warning200: string;
2055
+ warning300: string;
2056
+ warning400: string;
2057
+ warning500: string;
2058
+ warning600: string;
2059
+ warning700: string;
2060
+ warning800: string;
2061
+ warning900: string;
2062
+ warning950: string;
2063
+ info50: string;
2064
+ info100: string;
2065
+ info200: string;
2066
+ info300: string;
2067
+ info400: string;
2068
+ info500: string;
2069
+ info600: string;
2070
+ info700: string;
2071
+ info800: string;
2072
+ info900: string;
2073
+ info950: string;
2074
+ };
2075
+ fontSizes: {
2076
+ 2: string;
2077
+ 4: string;
2078
+ 6: string;
2079
+ 8: string;
2080
+ 10: string;
2081
+ 12: string;
2082
+ 13: string;
2083
+ 14: string;
2084
+ 16: string;
2085
+ 18: string;
2086
+ 20: string;
2087
+ 22: string;
2088
+ 24: string;
2089
+ 32: string;
2090
+ 36: string;
2091
+ 40: string;
2092
+ 48: string;
2093
+ 56: string;
2094
+ 64: string;
2095
+ 72: string;
2096
+ 80: string;
2097
+ xs: string;
2098
+ sm: string;
2099
+ md: string;
2100
+ lg: string;
2101
+ '2xl': string;
2102
+ '3xl': string;
2103
+ '4xl': string;
2104
+ full: string;
2105
+ };
2106
+ fonts: {
2107
+ default: string;
2108
+ };
2109
+ fontWeights: {
2110
+ regular: string;
2111
+ medium: string;
2112
+ semibold: string;
2113
+ bold: string;
2114
+ };
2115
+ lineHeights: {
2116
+ smaller: string;
2117
+ shorter: string;
2118
+ short: string;
2119
+ base: string;
2120
+ tall: string;
2121
+ };
2122
+ radii: {
2123
+ '3xs': string;
2124
+ '2xs': string;
2125
+ xs: string;
2126
+ sm: string;
2127
+ md: string;
2128
+ lg: string;
2129
+ xl: string;
2130
+ '2xl': string;
2131
+ '3xl': string;
2132
+ '4xl': string;
2133
+ '5xl': string;
2134
+ '6xl': string;
2135
+ '7xl': string;
2136
+ '8xl': string;
2137
+ '9xl': string;
2138
+ '10xl': string;
2139
+ '11xl': string;
2140
+ '12xl': string;
2141
+ '13xl': string;
2142
+ '14xl': string;
2143
+ full: string;
2144
+ };
2145
+ space: {
2146
+ 2: string;
2147
+ 4: string;
2148
+ 6: string;
2149
+ 8: string;
2150
+ 10: string;
2151
+ 12: string;
2152
+ 13: string;
2153
+ 14: string;
2154
+ 16: string;
2155
+ 18: string;
2156
+ 20: string;
2157
+ 22: string;
2158
+ 24: string;
2159
+ 32: string;
2160
+ 36: string;
2161
+ 40: string;
2162
+ 48: string;
2163
+ 56: string;
2164
+ 64: string;
2165
+ 72: string;
2166
+ 80: string;
2167
+ full: string;
2168
+ };
2169
+ }, {
2170
+ height: "space";
2171
+ width: "space";
2172
+ gap: "space";
2173
+ gridGap: "space";
2174
+ columnGap: "space";
2175
+ gridColumnGap: "space";
2176
+ rowGap: "space";
2177
+ gridRowGap: "space";
2178
+ inset: "space";
2179
+ insetBlock: "space";
2180
+ insetBlockEnd: "space";
2181
+ insetBlockStart: "space";
2182
+ insetInline: "space";
2183
+ insetInlineEnd: "space";
2184
+ insetInlineStart: "space";
2185
+ margin: "space";
2186
+ marginTop: "space";
2187
+ marginRight: "space";
2188
+ marginBottom: "space";
2189
+ marginLeft: "space";
2190
+ marginBlock: "space";
2191
+ marginBlockEnd: "space";
2192
+ marginBlockStart: "space";
2193
+ marginInline: "space";
2194
+ marginInlineEnd: "space";
2195
+ marginInlineStart: "space";
2196
+ padding: "space";
2197
+ paddingTop: "space";
2198
+ paddingRight: "space";
2199
+ paddingBottom: "space";
2200
+ paddingLeft: "space";
2201
+ paddingBlock: "space";
2202
+ paddingBlockEnd: "space";
2203
+ paddingBlockStart: "space";
2204
+ paddingInline: "space";
2205
+ paddingInlineEnd: "space";
2206
+ paddingInlineStart: "space";
2207
+ scrollMargin: "space";
2208
+ scrollMarginTop: "space";
2209
+ scrollMarginRight: "space";
2210
+ scrollMarginBottom: "space";
2211
+ scrollMarginLeft: "space";
2212
+ scrollMarginBlock: "space";
2213
+ scrollMarginBlockEnd: "space";
2214
+ scrollMarginBlockStart: "space";
2215
+ scrollMarginInline: "space";
2216
+ scrollMarginInlineEnd: "space";
2217
+ scrollMarginInlineStart: "space";
2218
+ scrollPadding: "space";
2219
+ scrollPaddingTop: "space";
2220
+ scrollPaddingRight: "space";
2221
+ scrollPaddingBottom: "space";
2222
+ scrollPaddingLeft: "space";
2223
+ scrollPaddingBlock: "space";
2224
+ scrollPaddingBlockEnd: "space";
2225
+ scrollPaddingBlockStart: "space";
2226
+ scrollPaddingInline: "space";
2227
+ scrollPaddingInlineEnd: "space";
2228
+ scrollPaddingInlineStart: "space";
2229
+ top: "space";
2230
+ right: "space";
2231
+ bottom: "space";
2232
+ left: "space";
2233
+ fontSize: "fontSizes";
2234
+ background: "colors";
2235
+ backgroundColor: "colors";
2236
+ backgroundImage: "colors";
2237
+ borderImage: "colors";
2238
+ border: "colors";
2239
+ borderBlock: "colors";
2240
+ borderBlockEnd: "colors";
2241
+ borderBlockStart: "colors";
2242
+ borderBottom: "colors";
2243
+ borderBottomColor: "colors";
2244
+ borderColor: "colors";
2245
+ borderInline: "colors";
2246
+ borderInlineEnd: "colors";
2247
+ borderInlineStart: "colors";
2248
+ borderLeft: "colors";
2249
+ borderLeftColor: "colors";
2250
+ borderRight: "colors";
2251
+ borderRightColor: "colors";
2252
+ borderTop: "colors";
2253
+ borderTopColor: "colors";
2254
+ caretColor: "colors";
2255
+ color: "colors";
2256
+ columnRuleColor: "colors";
2257
+ outline: "colors";
2258
+ outlineColor: "colors";
2259
+ fill: "colors";
2260
+ stroke: "colors";
2261
+ textDecorationColor: "colors";
2262
+ fontFamily: "fonts";
2263
+ fontWeight: "fontWeights";
2264
+ lineHeight: "lineHeights";
2265
+ letterSpacing: "letterSpacings";
2266
+ blockSize: "sizes";
2267
+ minBlockSize: "sizes";
2268
+ maxBlockSize: "sizes";
2269
+ inlineSize: "sizes";
2270
+ minInlineSize: "sizes";
2271
+ maxInlineSize: "sizes";
2272
+ minWidth: "sizes";
2273
+ maxWidth: "sizes";
2274
+ minHeight: "sizes";
2275
+ maxHeight: "sizes";
2276
+ flexBasis: "sizes";
2277
+ gridTemplateColumns: "sizes";
2278
+ gridTemplateRows: "sizes";
2279
+ borderWidth: "borderWidths";
2280
+ borderTopWidth: "borderWidths";
2281
+ borderLeftWidth: "borderWidths";
2282
+ borderRightWidth: "borderWidths";
2283
+ borderBottomWidth: "borderWidths";
2284
+ borderStyle: "borderStyles";
2285
+ borderTopStyle: "borderStyles";
2286
+ borderLeftStyle: "borderStyles";
2287
+ borderRightStyle: "borderStyles";
2288
+ borderBottomStyle: "borderStyles";
2289
+ borderRadius: "radii";
2290
+ borderTopLeftRadius: "radii";
2291
+ borderTopRightRadius: "radii";
2292
+ borderBottomRightRadius: "radii";
2293
+ borderBottomLeftRadius: "radii";
2294
+ boxShadow: "shadows";
2295
+ textShadow: "shadows";
2296
+ transition: "transitions";
2297
+ zIndex: "zIndices";
2298
+ }, {}>>;
2299
+ declare const TextFieldSlotStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.SlotProps & react.RefAttributes<HTMLDivElement>>, {
2300
+ typography?: "tooltip" | "displayLarge" | "displayMedium" | "displaySmall" | "headline1" | "headline2" | "headline3" | "headline4" | "headline5" | "headline6" | "headline7" | "headline8" | "bodyXL" | "bodyL" | "bodyM" | "bodyS" | "bodyXS" | "bodyXXS" | "badgeLarge" | "badgeMedium" | "badgeSmall" | "badgeExtraSmall" | "popoversRegular" | "captionLarge" | "captionMedium" | "captionSmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
2301
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
2302
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
2303
+ colors: {
2304
+ brand50: string;
2305
+ brand100: string;
2306
+ brand200: string;
2307
+ brand300: string;
2308
+ brand400: string;
2309
+ brand500: string;
2310
+ brand600: string;
2311
+ brand700: string;
2312
+ brand800: string;
2313
+ brand900: string;
2314
+ brand950: string;
2315
+ blue50: string;
2316
+ blue100: string;
2317
+ blue200: string;
2318
+ blue300: string;
2319
+ blue400: string;
2320
+ blue500: string;
2321
+ blue600: string;
2322
+ blue700: string;
2323
+ blue800: string;
2324
+ blue900: string;
2325
+ blue950: string;
2326
+ red50: string;
2327
+ red100: string;
2328
+ red200: string;
2329
+ red300: string;
2330
+ red400: string;
2331
+ red500: string;
2332
+ red600: string;
2333
+ red700: string;
2334
+ red800: string;
2335
+ red900: string;
2336
+ red950: string;
2337
+ purple50: string;
2338
+ purple100: string;
2339
+ purple200: string;
2340
+ purple300: string;
2341
+ purple400: string;
2342
+ purple500: string;
2343
+ purple600: string;
2344
+ purple700: string;
2345
+ purple800: string;
2346
+ purple900: string;
2347
+ purple950: string;
2348
+ yellow50: string;
2349
+ yellow100: string;
2350
+ yellow200: string;
2351
+ yellow300: string;
2352
+ yellow400: string;
2353
+ yellow500: string;
2354
+ yellow600: string;
2355
+ yellow700: string;
2356
+ yellow800: string;
2357
+ yellow900: string;
2358
+ yellow950: string;
2359
+ dark50: string;
2360
+ dark100: string;
2361
+ dark200: string;
2362
+ dark300: string;
2363
+ dark400: string;
2364
+ dark500: string;
2365
+ dark600: string;
2366
+ dark700: string;
2367
+ dark800: string;
2368
+ dark900: string;
2369
+ dark950: string;
2370
+ neutral50: string;
2371
+ neutral100: string;
2372
+ neutral200: string;
2373
+ neutral300: string;
2374
+ neutral400: string;
2375
+ neutral500: string;
2376
+ neutral600: string;
2377
+ neutral700: string;
2378
+ neutral800: string;
2379
+ neutral900: string;
2380
+ neutral950: string;
2381
+ green50: string;
2382
+ green100: string;
2383
+ green200: string;
2384
+ green300: string;
2385
+ green400: string;
2386
+ green500: string;
2387
+ green600: string;
2388
+ green700: string;
2389
+ green800: string;
2390
+ green900: string;
2391
+ green950: string;
2392
+ grey50: string;
2393
+ grey100: string;
2394
+ grey200: string;
2395
+ grey300: string;
2396
+ grey400: string;
2397
+ grey500: string;
2398
+ grey600: string;
2399
+ grey700: string;
2400
+ grey800: string;
2401
+ grey900: string;
2402
+ grey950: string;
2403
+ error50: string;
2404
+ error100: string;
2405
+ error200: string;
2406
+ error300: string;
2407
+ error400: string;
2408
+ error500: string;
2409
+ error600: string;
2410
+ error700: string;
2411
+ error800: string;
2412
+ error900: string;
2413
+ error950: string;
2414
+ success50: string;
2415
+ success100: string;
2416
+ success200: string;
2417
+ success300: string;
2418
+ success400: string;
2419
+ success500: string;
2420
+ success600: string;
2421
+ success700: string;
2422
+ success800: string;
2423
+ success900: string;
2424
+ success950: string;
2425
+ warning50: string;
2426
+ warning100: string;
2427
+ warning200: string;
2428
+ warning300: string;
2429
+ warning400: string;
2430
+ warning500: string;
2431
+ warning600: string;
2432
+ warning700: string;
2433
+ warning800: string;
2434
+ warning900: string;
2435
+ warning950: string;
2436
+ info50: string;
2437
+ info100: string;
2438
+ info200: string;
2439
+ info300: string;
2440
+ info400: string;
2441
+ info500: string;
2442
+ info600: string;
2443
+ info700: string;
2444
+ info800: string;
2445
+ info900: string;
2446
+ info950: string;
2447
+ };
2448
+ fontSizes: {
2449
+ 2: string;
2450
+ 4: string;
2451
+ 6: string;
2452
+ 8: string;
2453
+ 10: string;
2454
+ 12: string;
2455
+ 13: string;
2456
+ 14: string;
2457
+ 16: string;
2458
+ 18: string;
2459
+ 20: string;
2460
+ 22: string;
2461
+ 24: string;
2462
+ 32: string;
2463
+ 36: string;
2464
+ 40: string;
2465
+ 48: string;
2466
+ 56: string;
2467
+ 64: string;
2468
+ 72: string;
2469
+ 80: string;
2470
+ xs: string;
2471
+ sm: string;
2472
+ md: string;
2473
+ lg: string;
2474
+ '2xl': string;
2475
+ '3xl': string;
2476
+ '4xl': string;
2477
+ full: string;
2478
+ };
2479
+ fonts: {
2480
+ default: string;
2481
+ };
2482
+ fontWeights: {
2483
+ regular: string;
2484
+ medium: string;
2485
+ semibold: string;
2486
+ bold: string;
2487
+ };
2488
+ lineHeights: {
2489
+ smaller: string;
2490
+ shorter: string;
2491
+ short: string;
2492
+ base: string;
2493
+ tall: string;
2494
+ };
2495
+ radii: {
2496
+ '3xs': string;
2497
+ '2xs': string;
2498
+ xs: string;
2499
+ sm: string;
2500
+ md: string;
2501
+ lg: string;
2502
+ xl: string;
2503
+ '2xl': string;
2504
+ '3xl': string;
2505
+ '4xl': string;
2506
+ '5xl': string;
2507
+ '6xl': string;
2508
+ '7xl': string;
2509
+ '8xl': string;
2510
+ '9xl': string;
2511
+ '10xl': string;
2512
+ '11xl': string;
2513
+ '12xl': string;
2514
+ '13xl': string;
2515
+ '14xl': string;
2516
+ full: string;
2517
+ };
2518
+ space: {
2519
+ 2: string;
2520
+ 4: string;
2521
+ 6: string;
2522
+ 8: string;
2523
+ 10: string;
2524
+ 12: string;
2525
+ 13: string;
2526
+ 14: string;
2527
+ 16: string;
2528
+ 18: string;
2529
+ 20: string;
2530
+ 22: string;
2531
+ 24: string;
2532
+ 32: string;
2533
+ 36: string;
2534
+ 40: string;
2535
+ 48: string;
2536
+ 56: string;
2537
+ 64: string;
2538
+ 72: string;
2539
+ 80: string;
2540
+ full: string;
2541
+ };
2542
+ }, {
2543
+ height: "space";
2544
+ width: "space";
2545
+ gap: "space";
2546
+ gridGap: "space";
2547
+ columnGap: "space";
2548
+ gridColumnGap: "space";
2549
+ rowGap: "space";
2550
+ gridRowGap: "space";
2551
+ inset: "space";
2552
+ insetBlock: "space";
2553
+ insetBlockEnd: "space";
2554
+ insetBlockStart: "space";
2555
+ insetInline: "space";
2556
+ insetInlineEnd: "space";
2557
+ insetInlineStart: "space";
2558
+ margin: "space";
2559
+ marginTop: "space";
2560
+ marginRight: "space";
2561
+ marginBottom: "space";
2562
+ marginLeft: "space";
2563
+ marginBlock: "space";
2564
+ marginBlockEnd: "space";
2565
+ marginBlockStart: "space";
2566
+ marginInline: "space";
2567
+ marginInlineEnd: "space";
2568
+ marginInlineStart: "space";
2569
+ padding: "space";
2570
+ paddingTop: "space";
2571
+ paddingRight: "space";
2572
+ paddingBottom: "space";
2573
+ paddingLeft: "space";
2574
+ paddingBlock: "space";
2575
+ paddingBlockEnd: "space";
2576
+ paddingBlockStart: "space";
2577
+ paddingInline: "space";
2578
+ paddingInlineEnd: "space";
2579
+ paddingInlineStart: "space";
2580
+ scrollMargin: "space";
2581
+ scrollMarginTop: "space";
2582
+ scrollMarginRight: "space";
2583
+ scrollMarginBottom: "space";
2584
+ scrollMarginLeft: "space";
2585
+ scrollMarginBlock: "space";
2586
+ scrollMarginBlockEnd: "space";
2587
+ scrollMarginBlockStart: "space";
2588
+ scrollMarginInline: "space";
2589
+ scrollMarginInlineEnd: "space";
2590
+ scrollMarginInlineStart: "space";
2591
+ scrollPadding: "space";
2592
+ scrollPaddingTop: "space";
2593
+ scrollPaddingRight: "space";
2594
+ scrollPaddingBottom: "space";
2595
+ scrollPaddingLeft: "space";
2596
+ scrollPaddingBlock: "space";
2597
+ scrollPaddingBlockEnd: "space";
2598
+ scrollPaddingBlockStart: "space";
2599
+ scrollPaddingInline: "space";
2600
+ scrollPaddingInlineEnd: "space";
2601
+ scrollPaddingInlineStart: "space";
2602
+ top: "space";
2603
+ right: "space";
2604
+ bottom: "space";
2605
+ left: "space";
2606
+ fontSize: "fontSizes";
2607
+ background: "colors";
2608
+ backgroundColor: "colors";
2609
+ backgroundImage: "colors";
2610
+ borderImage: "colors";
2611
+ border: "colors";
2612
+ borderBlock: "colors";
2613
+ borderBlockEnd: "colors";
2614
+ borderBlockStart: "colors";
2615
+ borderBottom: "colors";
2616
+ borderBottomColor: "colors";
2617
+ borderColor: "colors";
2618
+ borderInline: "colors";
2619
+ borderInlineEnd: "colors";
2620
+ borderInlineStart: "colors";
2621
+ borderLeft: "colors";
2622
+ borderLeftColor: "colors";
2623
+ borderRight: "colors";
2624
+ borderRightColor: "colors";
2625
+ borderTop: "colors";
2626
+ borderTopColor: "colors";
2627
+ caretColor: "colors";
2628
+ color: "colors";
2629
+ columnRuleColor: "colors";
2630
+ outline: "colors";
2631
+ outlineColor: "colors";
2632
+ fill: "colors";
2633
+ stroke: "colors";
2634
+ textDecorationColor: "colors";
2635
+ fontFamily: "fonts";
2636
+ fontWeight: "fontWeights";
2637
+ lineHeight: "lineHeights";
2638
+ letterSpacing: "letterSpacings";
2639
+ blockSize: "sizes";
2640
+ minBlockSize: "sizes";
2641
+ maxBlockSize: "sizes";
2642
+ inlineSize: "sizes";
2643
+ minInlineSize: "sizes";
2644
+ maxInlineSize: "sizes";
2645
+ minWidth: "sizes";
2646
+ maxWidth: "sizes";
2647
+ minHeight: "sizes";
2648
+ maxHeight: "sizes";
2649
+ flexBasis: "sizes";
2650
+ gridTemplateColumns: "sizes";
2651
+ gridTemplateRows: "sizes";
2652
+ borderWidth: "borderWidths";
2653
+ borderTopWidth: "borderWidths";
2654
+ borderLeftWidth: "borderWidths";
2655
+ borderRightWidth: "borderWidths";
2656
+ borderBottomWidth: "borderWidths";
2657
+ borderStyle: "borderStyles";
2658
+ borderTopStyle: "borderStyles";
2659
+ borderLeftStyle: "borderStyles";
2660
+ borderRightStyle: "borderStyles";
2661
+ borderBottomStyle: "borderStyles";
2662
+ borderRadius: "radii";
2663
+ borderTopLeftRadius: "radii";
2664
+ borderTopRightRadius: "radii";
2665
+ borderBottomRightRadius: "radii";
2666
+ borderBottomLeftRadius: "radii";
2667
+ boxShadow: "shadows";
2668
+ textShadow: "shadows";
2669
+ transition: "transitions";
2670
+ zIndex: "zIndices";
2671
+ }, {}>>;
2672
+ type TextFieldProps = ComponentProps<typeof TextFieldStyled> & {
2673
+ placeholder?: string;
2674
+ children?: React.ReactNode;
2675
+ isValid?: boolean;
2676
+ name?: string;
2677
+ typography?: string;
2678
+ fontWeight?: 'regular' | 'medium' | 'semibold' | 'bold';
2679
+ };
2680
+ type TextFieldSlotProps = Omit<ComponentProps<typeof TextFieldStyled>, 'color'> & {
2681
+ placeholder?: string;
2682
+ children?: React.ReactNode;
2683
+ position?: 'flex-start' | 'flex-end';
2684
+ onClick?: () => void;
2685
+ color?: "error" | "success" | undefined;
2686
+ typography?: string;
2687
+ fontWeight?: 'regular' | 'medium' | 'semibold' | 'bold';
2688
+ };
2689
+ declare function TextField({ children, isValid, name, color, typography, fontWeight, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
2690
+ declare function TextFieldSlot({ children, position, onClick, typography, fontWeight, ...props }: TextFieldSlotProps): react_jsx_runtime.JSX.Element;
2691
+
2692
+ declare const RadioGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadioGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
2693
+ color?: "blue" | "error" | "success" | undefined;
2694
+ disabled?: boolean | "false" | "true" | undefined;
2695
+ typography?: "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
2696
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
30
2697
  }, {}, _stitches_react_types_css_util.CSS<{}, {
31
2698
  colors: {
32
2699
  brand50: string;
@@ -397,12 +3064,26 @@ declare const Text: _stitches_react_types_styled_component.StyledComponent<react
397
3064
  transition: "transitions";
398
3065
  zIndex: "zIndices";
399
3066
  }, {}>>;
400
- type TextProps = ComponentProps<typeof Text> & {
401
- as?: ElementType;
3067
+ type RadioGroupProps = ComponentProps<typeof RadioGroupStyled> & {
3068
+ placeholder?: string;
3069
+ children?: React.ReactNode;
3070
+ color?: string;
3071
+ disabled?: boolean;
3072
+ typography?: string;
3073
+ fontWeight?: 'regular' | 'medium' | 'semibold' | 'bold';
3074
+ };
3075
+ type RadioItemProps = {
3076
+ children?: React.ReactNode;
3077
+ value: string;
402
3078
  };
3079
+ declare function RadioGroup({ children, disabled, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
3080
+ declare function RadioItem({ children, ...props }: RadioItemProps): react_jsx_runtime.JSX.Element;
403
3081
 
404
- declare const DisplayText: _stitches_react_types_styled_component.StyledComponent<"p", {
405
- size?: "sm" | "md" | "lg" | undefined;
3082
+ declare const CheckboxGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<CheckboxGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
3083
+ color?: "blue" | "error" | "success" | undefined;
3084
+ disabled?: boolean | "false" | "true" | undefined;
3085
+ typography?: "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
3086
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
406
3087
  }, {}, _stitches_react_types_css_util.CSS<{}, {
407
3088
  colors: {
408
3089
  brand50: string;
@@ -773,12 +3454,38 @@ declare const DisplayText: _stitches_react_types_styled_component.StyledComponen
773
3454
  transition: "transitions";
774
3455
  zIndex: "zIndices";
775
3456
  }, {}>>;
776
- type DisplayTextProps = ComponentProps<typeof DisplayText> & {
3457
+ type CheckboxGroupProps = ComponentProps<typeof CheckboxGroupStyled> & {
3458
+ placeholder?: string;
3459
+ children?: React.ReactNode;
3460
+ color?: string;
3461
+ disabled?: boolean;
3462
+ };
3463
+ type CheckboxItemProps = {
3464
+ children?: React.ReactNode;
3465
+ value: string;
3466
+ style?: React.CSSProperties;
3467
+ };
3468
+ declare function CheckboxGroup({ children, ...props }: CheckboxGroupProps): react_jsx_runtime.JSX.Element;
3469
+ declare function CheckboxItem({ children, ...props }: CheckboxItemProps): react_jsx_runtime.JSX.Element;
3470
+
3471
+ type FilterProps = ComponentProps<typeof DropdownMenu$1.Root> & {
3472
+ as?: ElementType;
3473
+ placeholder?: string;
3474
+ fontWeight: 'regular' | 'medium' | 'semibold' | 'bold';
3475
+ typography: 'labelExtraSmall' | 'labelSmall' | 'labelMedium' | 'labelLarge';
3476
+ };
3477
+ type FilterItemProps = ComponentProps<typeof CheckboxItem> & {
777
3478
  as?: ElementType;
3479
+ value: string;
3480
+ typography: FilterProps['typography'];
3481
+ fontWeight: FilterProps['fontWeight'];
778
3482
  };
3483
+ declare function Filter({ children, placeholder, typography, fontWeight, ...props }: FilterProps): react_jsx_runtime.JSX.Element;
3484
+ declare function FilterItem({ children, ...props }: FilterItemProps): react_jsx_runtime.JSX.Element;
779
3485
 
780
- declare const Headline: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.HeadingProps & react.RefAttributes<HTMLHeadingElement>>, {
781
- size?: 1 | 2 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | 4 | 6 | 8 | 3 | 5 | 7 | undefined;
3486
+ declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<DropdownMenu$1.ItemProps & react.RefAttributes<HTMLDivElement>>, {
3487
+ typography?: "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
3488
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
782
3489
  }, {}, _stitches_react_types_css_util.CSS<{}, {
783
3490
  colors: {
784
3491
  brand50: string;
@@ -1149,12 +3856,27 @@ declare const Headline: _stitches_react_types_styled_component.StyledComponent<r
1149
3856
  transition: "transitions";
1150
3857
  zIndex: "zIndices";
1151
3858
  }, {}>>;
1152
- type HeadlineProps = ComponentProps<typeof Headline> & {
3859
+ type DropdownMenuProps = ComponentProps<typeof DropdownMenu$1.Root> & {
3860
+ as?: ElementType;
3861
+ placeholder?: string;
3862
+ fontWeight: 'regular' | 'medium' | 'semibold' | 'bold';
3863
+ typography: 'labelExtraSmall' | 'labelSmall' | 'labelMedium' | 'labelLarge';
3864
+ children: React.ReactNode;
3865
+ };
3866
+ type DropdownMenuItemProps = ComponentProps<typeof DropdownMenuItemStyled> & {
1153
3867
  as?: ElementType;
3868
+ value: string;
3869
+ typography: DropdownMenuProps['typography'];
3870
+ fontWeight: DropdownMenuProps['fontWeight'];
1154
3871
  };
3872
+ declare function DropdownMenu({ children, placeholder, typography, fontWeight, ...props }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
3873
+ declare function DropdownMenuItem({ children, typography, fontWeight, ...props }: DropdownMenuItemProps): react_jsx_runtime.JSX.Element;
1155
3874
 
1156
- declare const Subtitle: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
1157
- size?: 1 | 2 | "1" | "2" | "3" | "4" | "5" | 4 | 3 | 5 | undefined;
3875
+ declare const BadgeStyled: _stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_radix_ui_themes.BadgeProps & react__default.RefAttributes<HTMLSpanElement>>, {
3876
+ color?: "blue" | "green" | "grey" | "orange" | "pink" | "purple" | "red" | "yellow" | "dark" | "light" | "primary" | "disable" | undefined;
3877
+ size?: "xs" | "sm" | "md" | "xl" | undefined;
3878
+ fontWeight?: "bold" | "medium" | "regular" | "semibold" | undefined;
3879
+ radii?: "full" | undefined;
1158
3880
  }, {}, _stitches_react_types_css_util.CSS<{}, {
1159
3881
  colors: {
1160
3882
  brand50: string;
@@ -1525,13 +4247,15 @@ declare const Subtitle: _stitches_react_types_styled_component.StyledComponent<r
1525
4247
  transition: "transitions";
1526
4248
  zIndex: "zIndices";
1527
4249
  }, {}>>;
1528
- type SubtitleProps = ComponentProps<typeof Subtitle> & {
4250
+ type BadgeProps = ComponentProps<typeof BadgeStyled> & {
1529
4251
  as?: ElementType;
4252
+ icon?: boolean;
4253
+ size: 'md';
4254
+ children: react__default.ReactNode;
1530
4255
  };
4256
+ declare function Badge({ asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
1531
4257
 
1532
- declare const BodyText: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
1533
- size?: 1 | 2 | "1" | "2" | "3" | "4" | 4 | 3 | undefined;
1534
- }, {}, _stitches_react_types_css_util.CSS<{}, {
4258
+ declare const ModalStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
1535
4259
  colors: {
1536
4260
  brand50: string;
1537
4261
  brand100: string;
@@ -1901,13 +4625,7 @@ declare const BodyText: _stitches_react_types_styled_component.StyledComponent<r
1901
4625
  transition: "transitions";
1902
4626
  zIndex: "zIndices";
1903
4627
  }, {}>>;
1904
- type BodyTextProps = ComponentProps<typeof BodyText> & {
1905
- as?: ElementType;
1906
- };
1907
-
1908
- declare const Label: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
1909
- size?: 1 | 2 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | 4 | 6 | 3 | 5 | 7 | undefined;
1910
- }, {}, _stitches_react_types_css_util.CSS<{}, {
4628
+ declare const ModalContentStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1911
4629
  colors: {
1912
4630
  brand50: string;
1913
4631
  brand100: string;
@@ -2277,13 +4995,7 @@ declare const Label: _stitches_react_types_styled_component.StyledComponent<reac
2277
4995
  transition: "transitions";
2278
4996
  zIndex: "zIndices";
2279
4997
  }, {}>>;
2280
- type LabelProps = ComponentProps<typeof Label> & {
2281
- as?: ElementType;
2282
- };
2283
-
2284
- declare const BadgeText: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
2285
- size?: 1 | 2 | "1" | "2" | "3" | "4" | "xs" | "sm" | "md" | "xl" | 4 | 3 | undefined;
2286
- }, {}, _stitches_react_types_css_util.CSS<{}, {
4998
+ declare const ModalTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
2287
4999
  colors: {
2288
5000
  brand50: string;
2289
5001
  brand100: string;
@@ -2653,11 +5365,21 @@ declare const BadgeText: _stitches_react_types_styled_component.StyledComponent<
2653
5365
  transition: "transitions";
2654
5366
  zIndex: "zIndices";
2655
5367
  }, {}>>;
2656
- type BadgeTextProps = ComponentProps<typeof BadgeText> & {
2657
- as?: ElementType;
5368
+ type ModalProps = ComponentProps<typeof ModalStyled> & {
5369
+ trigger: React.ReactNode;
5370
+ title?: string;
5371
+ children: React.ReactNode;
5372
+ cancel?: boolean;
5373
+ cancelText?: string;
5374
+ action?: boolean;
5375
+ actionText?: string;
5376
+ onAction?: () => void;
2658
5377
  };
5378
+ declare function Modal({ children, title, trigger, cancel, cancelText, action, actionText, onAction, ...props }: ModalProps): react_jsx_runtime.JSX.Element;
2659
5379
 
2660
- declare const CaptionText: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
5380
+ declare const AlertDialogSimpleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
5381
+ color?: "info" | "warning" | "error" | "success" | undefined;
5382
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
2661
5383
  colors: {
2662
5384
  brand50: string;
2663
5385
  brand100: string;
@@ -3027,11 +5749,9 @@ declare const CaptionText: _stitches_react_types_styled_component.StyledComponen
3027
5749
  transition: "transitions";
3028
5750
  zIndex: "zIndices";
3029
5751
  }, {}>>;
3030
- type CaptionTextProps = ComponentProps<typeof CaptionText> & {
3031
- as?: ElementType;
3032
- };
3033
-
3034
- declare const TooltipText: _stitches_react_types_styled_component.StyledComponent<"span", {}, {}, _stitches_react_types_css_util.CSS<{}, {
5752
+ declare const AlertDialogCompleteStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
5753
+ color?: undefined;
5754
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
3035
5755
  colors: {
3036
5756
  brand50: string;
3037
5757
  brand100: string;
@@ -3401,16 +6121,7 @@ declare const TooltipText: _stitches_react_types_styled_component.StyledComponen
3401
6121
  transition: "transitions";
3402
6122
  zIndex: "zIndices";
3403
6123
  }, {}>>;
3404
- interface TooltipTextProps extends ComponentProps<typeof TooltipText> {
3405
- as?: ElementType;
3406
- }
3407
-
3408
- declare const ButtonStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
3409
- color?: "purple" | "brand" | "neutral" | undefined;
3410
- variant?: "text" | "contained" | "outlined" | undefined;
3411
- size?: "xs" | "sm" | "md" | "lg" | undefined;
3412
- radii?: "full" | undefined;
3413
- }, {}, _stitches_react_types_css_util.CSS<{}, {
6124
+ declare const AlertDialogDescriptionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.DescriptionProps & react.RefAttributes<HTMLParagraphElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
3414
6125
  colors: {
3415
6126
  brand50: string;
3416
6127
  brand100: string;
@@ -3780,14 +6491,7 @@ declare const ButtonStyled: _stitches_react_types_styled_component.StyledCompone
3780
6491
  transition: "transitions";
3781
6492
  zIndex: "zIndices";
3782
6493
  }, {}>>;
3783
- interface ButtonProps extends ComponentProps<typeof ButtonStyled> {
3784
- asChild?: boolean;
3785
- }
3786
- declare function Button({ asChild, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
3787
-
3788
- declare const ButtonItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
3789
- active?: boolean | "true" | undefined;
3790
- }, {}, _stitches_react_types_css_util.CSS<{}, {
6494
+ declare const AlertDialogTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
3791
6495
  colors: {
3792
6496
  brand50: string;
3793
6497
  brand100: string;
@@ -4157,11 +6861,7 @@ declare const ButtonItemStyled: _stitches_react_types_styled_component.StyledCom
4157
6861
  transition: "transitions";
4158
6862
  zIndex: "zIndices";
4159
6863
  }, {}>>;
4160
- declare const ButtonGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
4161
- color?: "blue" | "green" | "purple" | "red" | "brand" | "neutral" | undefined;
4162
- variant?: "text" | "contained" | "outlined" | undefined;
4163
- size?: "xs" | "sm" | "md" | "lg" | undefined;
4164
- }, {}, _stitches_react_types_css_util.CSS<{}, {
6864
+ declare const AlertDialogSubtitleStyled: _stitches_react_types_styled_component.StyledComponent<typeof Text, {}, {}, _stitches_react_types_css_util.CSS<{}, {
4165
6865
  colors: {
4166
6866
  brand50: string;
4167
6867
  brand100: string;
@@ -4531,17 +7231,7 @@ declare const ButtonGroupStyled: _stitches_react_types_styled_component.StyledCo
4531
7231
  transition: "transitions";
4532
7232
  zIndex: "zIndices";
4533
7233
  }, {}>>;
4534
- interface ButtonItemProps extends ComponentProps<typeof ButtonItemStyled> {
4535
- }
4536
- type ButtonGroupProps = ComponentProps<typeof ButtonGroupStyled>;
4537
- declare function ButtonItem({ children, active, ...props }: ButtonItemProps): react_jsx_runtime.JSX.Element;
4538
- declare function ButtonGroup({ children, ...props }: ButtonGroupProps): react_jsx_runtime.JSX.Element;
4539
-
4540
- declare const AvatarStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.AvatarProps & react.RefAttributes<HTMLImageElement>>, {
4541
- size?: "xs" | "sm" | "md" | "xl" | "lg" | undefined;
4542
- radii?: "full" | undefined;
4543
- variant?: "without-image" | "with-image" | undefined;
4544
- }, {}, _stitches_react_types_css_util.CSS<{}, {
7234
+ declare const AlertDialogRowStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
4545
7235
  colors: {
4546
7236
  brand50: string;
4547
7237
  brand100: string;
@@ -4911,17 +7601,7 @@ declare const AvatarStyled: _stitches_react_types_styled_component.StyledCompone
4911
7601
  transition: "transitions";
4912
7602
  zIndex: "zIndices";
4913
7603
  }, {}>>;
4914
- type AvatarProps = ComponentProps<typeof AvatarStyled> & {
4915
- as?: ElementType;
4916
- fallback?: string;
4917
- src?: string;
4918
- };
4919
- declare function Avatar({ asChild, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
4920
-
4921
- declare const Flex: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
4922
- direction?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
4923
- gap?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
4924
- }, {}, _stitches_react_types_css_util.CSS<{}, {
7604
+ declare const AlertDialoghrStyled: _stitches_react_types_styled_component.StyledComponent<"hr", {}, {}, _stitches_react_types_css_util.CSS<{}, {
4925
7605
  colors: {
4926
7606
  brand50: string;
4927
7607
  brand100: string;
@@ -5291,15 +7971,28 @@ declare const Flex: _stitches_react_types_styled_component.StyledComponent<react
5291
7971
  transition: "transitions";
5292
7972
  zIndex: "zIndices";
5293
7973
  }, {}>>;
5294
- type FlexProps = ComponentProps<typeof Flex> & {
5295
- as?: ElementType;
7974
+ type AlertProps = {
7975
+ trigger: React.ReactNode;
7976
+ color?: 'error' | 'warning' | 'success' | 'info';
7977
+ simpleAlert?: {
7978
+ description: string;
7979
+ cancel: boolean;
7980
+ };
7981
+ completAlert?: {
7982
+ title?: string;
7983
+ subtitle?: string;
7984
+ description: string;
7985
+ cancel: boolean;
7986
+ cancelText?: string;
7987
+ actionText?: string;
7988
+ onAction?: () => void;
7989
+ };
5296
7990
  };
7991
+ declare function Alert({ color, trigger, completAlert, simpleAlert, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
5297
7992
 
5298
- declare const Box: react.ForwardRefExoticComponent<_radix_ui_themes.BoxProps & react.RefAttributes<HTMLDivElement>>;
5299
-
5300
- declare const TextFieldStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.RootProps & react.RefAttributes<HTMLInputElement>>, {
5301
- color?: "default" | "error" | undefined;
5302
- isValid?: boolean | "false" | "true" | undefined;
7993
+ declare const SwitchStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
7994
+ color?: "brand" | undefined;
7995
+ size?: "sm" | "md" | "lg" | undefined;
5303
7996
  }, {}, _stitches_react_types_css_util.CSS<{}, {
5304
7997
  colors: {
5305
7998
  brand50: string;
@@ -5670,7 +8363,13 @@ declare const TextFieldStyled: _stitches_react_types_styled_component.StyledComp
5670
8363
  transition: "transitions";
5671
8364
  zIndex: "zIndices";
5672
8365
  }, {}>>;
5673
- declare const TextFieldSlotStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.SlotProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8366
+ type SwitchProps = ComponentProps<typeof Switch$1> & {
8367
+ color?: 'brand';
8368
+ size?: 'sm' | 'md' | 'lg';
8369
+ };
8370
+ declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
8371
+
8372
+ declare const StepStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
5674
8373
  colors: {
5675
8374
  brand50: string;
5676
8375
  brand100: string;
@@ -6040,25 +8739,37 @@ declare const TextFieldSlotStyled: _stitches_react_types_styled_component.Styled
6040
8739
  transition: "transitions";
6041
8740
  zIndex: "zIndices";
6042
8741
  }, {}>>;
6043
- type TextFieldProps = ComponentProps<typeof TextFieldStyled> & {
6044
- placeholder?: string;
6045
- children?: React.ReactNode;
6046
- isValid?: boolean;
6047
- name?: string;
6048
- };
6049
- type TextFieldSlotProps = Omit<ComponentProps<typeof TextFieldStyled>, 'color'> & {
6050
- placeholder?: string;
6051
- children?: React.ReactNode;
6052
- position?: 'flex-start' | 'flex-end';
6053
- onClick?: () => void;
6054
- color?: "error" | "success" | undefined;
8742
+ type StepProps = ComponentProps<typeof StepStyled> & {
8743
+ children: react__default.ReactNode;
8744
+ defaultValue: number;
6055
8745
  };
6056
- declare function TextField({ children, isValid, name, color, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
6057
- declare function TextFieldSlot({ children, position, onClick, ...props }: TextFieldSlotProps): react_jsx_runtime.JSX.Element;
8746
+ declare function Step({ children, defaultValue, ...props }: StepProps): react_jsx_runtime.JSX.Element;
8747
+ declare function StepTrigger({ value, children, currentStep, ...props }: {
8748
+ value: number;
8749
+ children: react__default.ReactNode | string;
8750
+ currentStep?: number;
8751
+ onClick: () => void;
8752
+ }): react_jsx_runtime.JSX.Element;
8753
+ declare function StepContent({ value, children, ...props }: {
8754
+ value: number;
8755
+ children: react__default.ReactNode;
8756
+ }): react_jsx_runtime.JSX.Element;
8757
+ declare function StepList({ children, currentStep, ...props }: {
8758
+ children: react__default.ReactNode;
8759
+ currentStep: number;
8760
+ }): react_jsx_runtime.JSX.Element;
8761
+ declare function StepWrapper({ children, ...props }: {
8762
+ children: react__default.ReactNode;
8763
+ }): react_jsx_runtime.JSX.Element;
6058
8764
 
6059
- declare const RadioGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadioGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
6060
- color?: "blue" | "error" | "success" | undefined;
6061
- disabled?: boolean | "false" | "true" | undefined;
8765
+ declare const FlexStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
8766
+ display?: "flex" | "inline-flex" | undefined;
8767
+ align?: "end" | "stretch" | "center" | "start" | "baseline" | undefined;
8768
+ justify?: "end" | "center" | "start" | "between" | "around" | "evenly" | undefined;
8769
+ direction?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
8770
+ gap?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
8771
+ gapY?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
8772
+ gapX?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
6062
8773
  }, {}, _stitches_react_types_css_util.CSS<{}, {
6063
8774
  colors: {
6064
8775
  brand50: string;
@@ -6429,22 +9140,24 @@ declare const RadioGroupStyled: _stitches_react_types_styled_component.StyledCom
6429
9140
  transition: "transitions";
6430
9141
  zIndex: "zIndices";
6431
9142
  }, {}>>;
6432
- type RadioGroupProps = ComponentProps<typeof RadioGroupStyled> & {
6433
- placeholder?: string;
6434
- children?: React.ReactNode;
6435
- color?: string;
6436
- disabled?: boolean;
6437
- };
6438
- type RadioItemProps = {
6439
- children?: React.ReactNode;
6440
- value: string;
9143
+ type FlexProps = ComponentProps<typeof FlexStyled> & {
9144
+ as?: ElementType;
9145
+ children: React.ReactNode;
6441
9146
  };
6442
- declare function RadioGroup({ children, disabled, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
6443
- declare function RadioItem({ children, ...props }: RadioItemProps): react_jsx_runtime.JSX.Element;
9147
+ declare function Flex({ children, ...props }: FlexProps): react_jsx_runtime.JSX.Element;
6444
9148
 
6445
- declare const CheckboxGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<CheckboxGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
6446
- color?: "blue" | "error" | "success" | undefined;
6447
- disabled?: boolean | "false" | "true" | undefined;
9149
+ declare const Box: react.ForwardRefExoticComponent<_radix_ui_themes.BoxProps & react.RefAttributes<HTMLDivElement>>;
9150
+
9151
+ declare const GridStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.GridProps & react.RefAttributes<HTMLDivElement>>, {
9152
+ display?: "grid" | "inline-grid" | undefined;
9153
+ align?: "end" | "stretch" | "center" | "start" | undefined;
9154
+ justify?: "end" | "center" | "start" | "between" | undefined;
9155
+ flow?: "column" | "row" | "row-dense" | "column-dense" | undefined;
9156
+ columns?: 1 | 2 | "1" | "2" | "3" | "4" | "6" | 4 | 6 | 12 | "12" | 3 | undefined;
9157
+ rows?: 1 | 2 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | 4 | 6 | 8 | 10 | 12 | "10" | "12" | 9 | 3 | "11" | 5 | 7 | 11 | undefined;
9158
+ gap?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
9159
+ gapX?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
9160
+ gapY?: 2 | "2" | "4" | "6" | "8" | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 20 | 22 | 24 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 80 | "full" | "10" | "12" | "14" | "16" | "20" | "22" | "24" | "32" | "36" | "40" | "48" | "56" | "64" | "72" | "80" | undefined;
6448
9161
  }, {}, _stitches_react_types_css_util.CSS<{}, {
6449
9162
  colors: {
6450
9163
  brand50: string;
@@ -6815,32 +9528,18 @@ declare const CheckboxGroupStyled: _stitches_react_types_styled_component.Styled
6815
9528
  transition: "transitions";
6816
9529
  zIndex: "zIndices";
6817
9530
  }, {}>>;
6818
- type CheckboxGroupProps = ComponentProps<typeof CheckboxGroupStyled> & {
6819
- placeholder?: string;
6820
- children?: React.ReactNode;
6821
- color?: string;
6822
- disabled?: boolean;
6823
- };
6824
- type CheckboxItemProps = {
6825
- children?: React.ReactNode;
6826
- value: string;
6827
- style?: React.CSSProperties;
6828
- };
6829
- declare function CheckboxGroup({ children, ...props }: CheckboxGroupProps): react_jsx_runtime.JSX.Element;
6830
- declare function CheckboxItem({ children, ...props }: CheckboxItemProps): react_jsx_runtime.JSX.Element;
6831
-
6832
- type FilterProps = ComponentProps<typeof DropdownMenu$1.Root> & {
6833
- as?: ElementType;
6834
- placeholder?: string;
6835
- };
6836
- type FilterItemProps = ComponentProps<typeof CheckboxItem> & {
9531
+ type GridProps = ComponentProps<typeof GridStyled> & {
6837
9532
  as?: ElementType;
6838
- value: string;
9533
+ children: React.ReactNode;
9534
+ areas?: string;
6839
9535
  };
6840
- declare function Filter({ children, placeholder, ...props }: FilterProps): react_jsx_runtime.JSX.Element;
6841
- declare function FilterItem({ children, ...props }: FilterItemProps): react_jsx_runtime.JSX.Element;
9536
+ declare function Grid({ children, ...props }: GridProps): react_jsx_runtime.JSX.Element;
6842
9537
 
6843
- declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<DropdownMenu$1.ItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9538
+ declare const ContainerStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ContainerProps & react.RefAttributes<HTMLDivElement>>, {
9539
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | "xxl" | "responsive" | undefined;
9540
+ display?: "initial" | "none" | undefined;
9541
+ align?: "left" | "right" | "center" | undefined;
9542
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
6844
9543
  colors: {
6845
9544
  brand50: string;
6846
9545
  brand100: string;
@@ -7210,21 +9909,15 @@ declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.Sty
7210
9909
  transition: "transitions";
7211
9910
  zIndex: "zIndices";
7212
9911
  }, {}>>;
7213
- type DropdownMenuProps = ComponentProps<typeof DropdownMenu$1.Root> & {
7214
- as?: ElementType;
7215
- placeholder?: string;
7216
- };
7217
- type DropdownMenuItemProps = ComponentProps<typeof DropdownMenuItemStyled> & {
9912
+ type ContainerProps = ComponentProps<typeof ContainerStyled> & {
7218
9913
  as?: ElementType;
7219
- value: string;
9914
+ children: React.ReactNode;
7220
9915
  };
7221
- declare function DropdownMenu({ children, placeholder, ...props }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
7222
- declare function DropdownMenuItem({ children, ...props }: DropdownMenuItemProps): react_jsx_runtime.JSX.Element;
9916
+ declare function Container({ children, ...props }: ContainerProps): react_jsx_runtime.JSX.Element;
7223
9917
 
7224
- declare const BadgeStyled: _stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_radix_ui_themes.BadgeProps & react__default.RefAttributes<HTMLSpanElement>>, {
7225
- color?: "blue" | "green" | "grey" | "orange" | "pink" | "purple" | "red" | "yellow" | "dark" | "light" | "primary" | "disable" | undefined;
7226
- size?: "xs" | "sm" | "md" | "xl" | undefined;
7227
- radii?: "full" | undefined;
9918
+ declare const SectionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SectionProps & react.RefAttributes<HTMLDivElement>>, {
9919
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | "xxl" | "responsive" | undefined;
9920
+ display?: "initial" | "none" | undefined;
7228
9921
  }, {}, _stitches_react_types_css_util.CSS<{}, {
7229
9922
  colors: {
7230
9923
  brand50: string;
@@ -7595,12 +10288,10 @@ declare const BadgeStyled: _stitches_react_types_styled_component.StyledComponen
7595
10288
  transition: "transitions";
7596
10289
  zIndex: "zIndices";
7597
10290
  }, {}>>;
7598
- type BadgeProps = ComponentProps<typeof BadgeStyled> & {
10291
+ type SectionProps = ComponentProps<typeof SectionStyled> & {
7599
10292
  as?: ElementType;
7600
- icon?: boolean;
7601
- size: 'md';
7602
- children: react__default.ReactNode;
10293
+ children: React.ReactNode;
7603
10294
  };
7604
- declare function Badge({ asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
10295
+ declare function Section({ children, ...props }: SectionProps): react_jsx_runtime.JSX.Element;
7605
10296
 
7606
- export { Avatar, type AvatarProps, AvatarStyled, Badge, type BadgeProps, BadgeStyled, BadgeText, type BadgeTextProps, BodyText, type BodyTextProps, Box, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupStyled, ButtonItem, type ButtonItemProps, ButtonItemStyled, type ButtonProps, ButtonStyled, CaptionText, type CaptionTextProps, CheckboxGroup, type CheckboxGroupProps, CheckboxGroupStyled, CheckboxItem, type CheckboxItemProps, DisplayText, type DisplayTextProps, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuProps, Filter, FilterItem, type FilterItemProps, type FilterProps, Flex, type FlexProps, Headline, type HeadlineProps, Icon, Label, type LabelProps, RadioGroup, type RadioGroupProps, RadioGroupStyled, RadioItem, type RadioItemProps, Subtitle, type SubtitleProps, Text, TextField, type TextFieldProps, TextFieldSlot, type TextFieldSlotProps, TextFieldSlotStyled, TextFieldStyled, type TextProps, TooltipText, type TooltipTextProps };
10297
+ export { Alert, AlertDialogCompleteStyled, AlertDialogDescriptionStyled, AlertDialogRowStyled, AlertDialogSimpleStyled, AlertDialogSubtitleStyled, AlertDialogTitleStyled, AlertDialoghrStyled, type AlertProps, Avatar, type AvatarProps, AvatarStyled, Badge, type BadgeProps, BadgeStyled, Box, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupStyled, ButtonItem, type ButtonItemProps, ButtonItemStyled, type ButtonProps, ButtonStyled, CheckboxGroup, type CheckboxGroupProps, CheckboxGroupStyled, CheckboxItem, type CheckboxItemProps, Container, type ContainerProps, ContainerStyled, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuProps, Filter, FilterItem, type FilterItemProps, type FilterProps, Flex, type FlexProps, FlexStyled, Grid, type GridProps, GridStyled, Icon, Modal, ModalContentStyled, type ModalProps, ModalStyled, ModalTitleStyled, RadioGroup, type RadioGroupProps, RadioGroupStyled, RadioItem, type RadioItemProps, Section, type SectionProps, SectionStyled, Step, StepContent, StepList, type StepProps, StepStyled, StepTrigger, StepWrapper, Switch, type SwitchProps, SwitchStyled, Text, TextField, type TextFieldProps, TextFieldSlot, type TextFieldSlotProps, TextFieldSlotStyled, TextFieldStyled, type TextProps, TextStyle };