@lets-events/react 4.0.0 → 5.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.
package/dist/index.d.ts 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,7 +26,7 @@ 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
+ declare const TextStyle: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextProps & react.RefAttributes<HTMLSpanElement>>, {
29
30
  size?: "sm" | "md" | "lg" | undefined;
30
31
  }, {}, _stitches_react_types_css_util.CSS<{}, {
31
32
  colors: {
@@ -397,12 +398,2674 @@ declare const Text: _stitches_react_types_styled_component.StyledComponent<react
397
398
  transition: "transitions";
398
399
  zIndex: "zIndices";
399
400
  }, {}>>;
400
- type TextProps = ComponentProps<typeof Text> & {
401
+ type TextProps = ComponentProps<typeof TextStyle> & {
401
402
  as?: ElementType;
403
+ asChild?: boolean;
404
+ css?: CSS;
405
+ };
406
+ declare function Text({ ...props }: TextProps): react_jsx_runtime.JSX.Element;
407
+
408
+ declare const ButtonStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
409
+ color?: "purple" | "brand" | "neutral" | undefined;
410
+ variant?: "text" | "contained" | "outlined" | undefined;
411
+ size?: "xs" | "sm" | "md" | "lg" | undefined;
412
+ radii?: "full" | undefined;
413
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
414
+ colors: {
415
+ brand50: string;
416
+ brand100: string;
417
+ brand200: string;
418
+ brand300: string;
419
+ brand400: string;
420
+ brand500: string;
421
+ brand600: string;
422
+ brand700: string;
423
+ brand800: string;
424
+ brand900: string;
425
+ brand950: string;
426
+ blue50: string;
427
+ blue100: string;
428
+ blue200: string;
429
+ blue300: string;
430
+ blue400: string;
431
+ blue500: string;
432
+ blue600: string;
433
+ blue700: string;
434
+ blue800: string;
435
+ blue900: string;
436
+ blue950: string;
437
+ red50: string;
438
+ red100: string;
439
+ red200: string;
440
+ red300: string;
441
+ red400: string;
442
+ red500: string;
443
+ red600: string;
444
+ red700: string;
445
+ red800: string;
446
+ red900: string;
447
+ red950: string;
448
+ purple50: string;
449
+ purple100: string;
450
+ purple200: string;
451
+ purple300: string;
452
+ purple400: string;
453
+ purple500: string;
454
+ purple600: string;
455
+ purple700: string;
456
+ purple800: string;
457
+ purple900: string;
458
+ purple950: string;
459
+ yellow50: string;
460
+ yellow100: string;
461
+ yellow200: string;
462
+ yellow300: string;
463
+ yellow400: string;
464
+ yellow500: string;
465
+ yellow600: string;
466
+ yellow700: string;
467
+ yellow800: string;
468
+ yellow900: string;
469
+ yellow950: string;
470
+ dark50: string;
471
+ dark100: string;
472
+ dark200: string;
473
+ dark300: string;
474
+ dark400: string;
475
+ dark500: string;
476
+ dark600: string;
477
+ dark700: string;
478
+ dark800: string;
479
+ dark900: string;
480
+ dark950: string;
481
+ neutral50: string;
482
+ neutral100: string;
483
+ neutral200: string;
484
+ neutral300: string;
485
+ neutral400: string;
486
+ neutral500: string;
487
+ neutral600: string;
488
+ neutral700: string;
489
+ neutral800: string;
490
+ neutral900: string;
491
+ neutral950: string;
492
+ green50: string;
493
+ green100: string;
494
+ green200: string;
495
+ green300: string;
496
+ green400: string;
497
+ green500: string;
498
+ green600: string;
499
+ green700: string;
500
+ green800: string;
501
+ green900: string;
502
+ green950: string;
503
+ grey50: string;
504
+ grey100: string;
505
+ grey200: string;
506
+ grey300: string;
507
+ grey400: string;
508
+ grey500: string;
509
+ grey600: string;
510
+ grey700: string;
511
+ grey800: string;
512
+ grey900: string;
513
+ grey950: string;
514
+ error50: string;
515
+ error100: string;
516
+ error200: string;
517
+ error300: string;
518
+ error400: string;
519
+ error500: string;
520
+ error600: string;
521
+ error700: string;
522
+ error800: string;
523
+ error900: string;
524
+ error950: string;
525
+ success50: string;
526
+ success100: string;
527
+ success200: string;
528
+ success300: string;
529
+ success400: string;
530
+ success500: string;
531
+ success600: string;
532
+ success700: string;
533
+ success800: string;
534
+ success900: string;
535
+ success950: string;
536
+ warning50: string;
537
+ warning100: string;
538
+ warning200: string;
539
+ warning300: string;
540
+ warning400: string;
541
+ warning500: string;
542
+ warning600: string;
543
+ warning700: string;
544
+ warning800: string;
545
+ warning900: string;
546
+ warning950: string;
547
+ info50: string;
548
+ info100: string;
549
+ info200: string;
550
+ info300: string;
551
+ info400: string;
552
+ info500: string;
553
+ info600: string;
554
+ info700: string;
555
+ info800: string;
556
+ info900: string;
557
+ info950: string;
558
+ };
559
+ fontSizes: {
560
+ 2: string;
561
+ 4: string;
562
+ 6: string;
563
+ 8: string;
564
+ 10: string;
565
+ 12: string;
566
+ 13: string;
567
+ 14: string;
568
+ 16: string;
569
+ 18: string;
570
+ 20: string;
571
+ 22: string;
572
+ 24: string;
573
+ 32: string;
574
+ 36: string;
575
+ 40: string;
576
+ 48: string;
577
+ 56: string;
578
+ 64: string;
579
+ 72: string;
580
+ 80: string;
581
+ xs: string;
582
+ sm: string;
583
+ md: string;
584
+ lg: string;
585
+ '2xl': string;
586
+ '3xl': string;
587
+ '4xl': string;
588
+ full: string;
589
+ };
590
+ fonts: {
591
+ default: string;
592
+ };
593
+ fontWeights: {
594
+ regular: string;
595
+ medium: string;
596
+ semibold: string;
597
+ bold: string;
598
+ };
599
+ lineHeights: {
600
+ smaller: string;
601
+ shorter: string;
602
+ short: string;
603
+ base: string;
604
+ tall: string;
605
+ };
606
+ radii: {
607
+ '3xs': string;
608
+ '2xs': string;
609
+ xs: string;
610
+ sm: string;
611
+ md: string;
612
+ lg: string;
613
+ xl: string;
614
+ '2xl': string;
615
+ '3xl': string;
616
+ '4xl': string;
617
+ '5xl': string;
618
+ '6xl': string;
619
+ '7xl': string;
620
+ '8xl': string;
621
+ '9xl': string;
622
+ '10xl': string;
623
+ '11xl': string;
624
+ '12xl': string;
625
+ '13xl': string;
626
+ '14xl': string;
627
+ full: string;
628
+ };
629
+ space: {
630
+ 2: string;
631
+ 4: string;
632
+ 6: string;
633
+ 8: string;
634
+ 10: string;
635
+ 12: string;
636
+ 13: string;
637
+ 14: string;
638
+ 16: string;
639
+ 18: string;
640
+ 20: string;
641
+ 22: string;
642
+ 24: string;
643
+ 32: string;
644
+ 36: string;
645
+ 40: string;
646
+ 48: string;
647
+ 56: string;
648
+ 64: string;
649
+ 72: string;
650
+ 80: string;
651
+ full: string;
652
+ };
653
+ }, {
654
+ height: "space";
655
+ width: "space";
656
+ gap: "space";
657
+ gridGap: "space";
658
+ columnGap: "space";
659
+ gridColumnGap: "space";
660
+ rowGap: "space";
661
+ gridRowGap: "space";
662
+ inset: "space";
663
+ insetBlock: "space";
664
+ insetBlockEnd: "space";
665
+ insetBlockStart: "space";
666
+ insetInline: "space";
667
+ insetInlineEnd: "space";
668
+ insetInlineStart: "space";
669
+ margin: "space";
670
+ marginTop: "space";
671
+ marginRight: "space";
672
+ marginBottom: "space";
673
+ marginLeft: "space";
674
+ marginBlock: "space";
675
+ marginBlockEnd: "space";
676
+ marginBlockStart: "space";
677
+ marginInline: "space";
678
+ marginInlineEnd: "space";
679
+ marginInlineStart: "space";
680
+ padding: "space";
681
+ paddingTop: "space";
682
+ paddingRight: "space";
683
+ paddingBottom: "space";
684
+ paddingLeft: "space";
685
+ paddingBlock: "space";
686
+ paddingBlockEnd: "space";
687
+ paddingBlockStart: "space";
688
+ paddingInline: "space";
689
+ paddingInlineEnd: "space";
690
+ paddingInlineStart: "space";
691
+ scrollMargin: "space";
692
+ scrollMarginTop: "space";
693
+ scrollMarginRight: "space";
694
+ scrollMarginBottom: "space";
695
+ scrollMarginLeft: "space";
696
+ scrollMarginBlock: "space";
697
+ scrollMarginBlockEnd: "space";
698
+ scrollMarginBlockStart: "space";
699
+ scrollMarginInline: "space";
700
+ scrollMarginInlineEnd: "space";
701
+ scrollMarginInlineStart: "space";
702
+ scrollPadding: "space";
703
+ scrollPaddingTop: "space";
704
+ scrollPaddingRight: "space";
705
+ scrollPaddingBottom: "space";
706
+ scrollPaddingLeft: "space";
707
+ scrollPaddingBlock: "space";
708
+ scrollPaddingBlockEnd: "space";
709
+ scrollPaddingBlockStart: "space";
710
+ scrollPaddingInline: "space";
711
+ scrollPaddingInlineEnd: "space";
712
+ scrollPaddingInlineStart: "space";
713
+ top: "space";
714
+ right: "space";
715
+ bottom: "space";
716
+ left: "space";
717
+ fontSize: "fontSizes";
718
+ background: "colors";
719
+ backgroundColor: "colors";
720
+ backgroundImage: "colors";
721
+ borderImage: "colors";
722
+ border: "colors";
723
+ borderBlock: "colors";
724
+ borderBlockEnd: "colors";
725
+ borderBlockStart: "colors";
726
+ borderBottom: "colors";
727
+ borderBottomColor: "colors";
728
+ borderColor: "colors";
729
+ borderInline: "colors";
730
+ borderInlineEnd: "colors";
731
+ borderInlineStart: "colors";
732
+ borderLeft: "colors";
733
+ borderLeftColor: "colors";
734
+ borderRight: "colors";
735
+ borderRightColor: "colors";
736
+ borderTop: "colors";
737
+ borderTopColor: "colors";
738
+ caretColor: "colors";
739
+ color: "colors";
740
+ columnRuleColor: "colors";
741
+ outline: "colors";
742
+ outlineColor: "colors";
743
+ fill: "colors";
744
+ stroke: "colors";
745
+ textDecorationColor: "colors";
746
+ fontFamily: "fonts";
747
+ fontWeight: "fontWeights";
748
+ lineHeight: "lineHeights";
749
+ letterSpacing: "letterSpacings";
750
+ blockSize: "sizes";
751
+ minBlockSize: "sizes";
752
+ maxBlockSize: "sizes";
753
+ inlineSize: "sizes";
754
+ minInlineSize: "sizes";
755
+ maxInlineSize: "sizes";
756
+ minWidth: "sizes";
757
+ maxWidth: "sizes";
758
+ minHeight: "sizes";
759
+ maxHeight: "sizes";
760
+ flexBasis: "sizes";
761
+ gridTemplateColumns: "sizes";
762
+ gridTemplateRows: "sizes";
763
+ borderWidth: "borderWidths";
764
+ borderTopWidth: "borderWidths";
765
+ borderLeftWidth: "borderWidths";
766
+ borderRightWidth: "borderWidths";
767
+ borderBottomWidth: "borderWidths";
768
+ borderStyle: "borderStyles";
769
+ borderTopStyle: "borderStyles";
770
+ borderLeftStyle: "borderStyles";
771
+ borderRightStyle: "borderStyles";
772
+ borderBottomStyle: "borderStyles";
773
+ borderRadius: "radii";
774
+ borderTopLeftRadius: "radii";
775
+ borderTopRightRadius: "radii";
776
+ borderBottomRightRadius: "radii";
777
+ borderBottomLeftRadius: "radii";
778
+ boxShadow: "shadows";
779
+ textShadow: "shadows";
780
+ transition: "transitions";
781
+ zIndex: "zIndices";
782
+ }, {}>>;
783
+ interface ButtonProps extends ComponentProps<typeof ButtonStyled> {
784
+ asChild?: boolean;
785
+ }
786
+ declare function Button({ asChild, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
787
+
788
+ declare const ButtonItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ButtonProps & react.RefAttributes<HTMLButtonElement>>, {
789
+ active?: boolean | "true" | undefined;
790
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
791
+ colors: {
792
+ brand50: string;
793
+ brand100: string;
794
+ brand200: string;
795
+ brand300: string;
796
+ brand400: string;
797
+ brand500: string;
798
+ brand600: string;
799
+ brand700: string;
800
+ brand800: string;
801
+ brand900: string;
802
+ brand950: string;
803
+ blue50: string;
804
+ blue100: string;
805
+ blue200: string;
806
+ blue300: string;
807
+ blue400: string;
808
+ blue500: string;
809
+ blue600: string;
810
+ blue700: string;
811
+ blue800: string;
812
+ blue900: string;
813
+ blue950: string;
814
+ red50: string;
815
+ red100: string;
816
+ red200: string;
817
+ red300: string;
818
+ red400: string;
819
+ red500: string;
820
+ red600: string;
821
+ red700: string;
822
+ red800: string;
823
+ red900: string;
824
+ red950: string;
825
+ purple50: string;
826
+ purple100: string;
827
+ purple200: string;
828
+ purple300: string;
829
+ purple400: string;
830
+ purple500: string;
831
+ purple600: string;
832
+ purple700: string;
833
+ purple800: string;
834
+ purple900: string;
835
+ purple950: string;
836
+ yellow50: string;
837
+ yellow100: string;
838
+ yellow200: string;
839
+ yellow300: string;
840
+ yellow400: string;
841
+ yellow500: string;
842
+ yellow600: string;
843
+ yellow700: string;
844
+ yellow800: string;
845
+ yellow900: string;
846
+ yellow950: string;
847
+ dark50: string;
848
+ dark100: string;
849
+ dark200: string;
850
+ dark300: string;
851
+ dark400: string;
852
+ dark500: string;
853
+ dark600: string;
854
+ dark700: string;
855
+ dark800: string;
856
+ dark900: string;
857
+ dark950: string;
858
+ neutral50: string;
859
+ neutral100: string;
860
+ neutral200: string;
861
+ neutral300: string;
862
+ neutral400: string;
863
+ neutral500: string;
864
+ neutral600: string;
865
+ neutral700: string;
866
+ neutral800: string;
867
+ neutral900: string;
868
+ neutral950: string;
869
+ green50: string;
870
+ green100: string;
871
+ green200: string;
872
+ green300: string;
873
+ green400: string;
874
+ green500: string;
875
+ green600: string;
876
+ green700: string;
877
+ green800: string;
878
+ green900: string;
879
+ green950: string;
880
+ grey50: string;
881
+ grey100: string;
882
+ grey200: string;
883
+ grey300: string;
884
+ grey400: string;
885
+ grey500: string;
886
+ grey600: string;
887
+ grey700: string;
888
+ grey800: string;
889
+ grey900: string;
890
+ grey950: string;
891
+ error50: string;
892
+ error100: string;
893
+ error200: string;
894
+ error300: string;
895
+ error400: string;
896
+ error500: string;
897
+ error600: string;
898
+ error700: string;
899
+ error800: string;
900
+ error900: string;
901
+ error950: string;
902
+ success50: string;
903
+ success100: string;
904
+ success200: string;
905
+ success300: string;
906
+ success400: string;
907
+ success500: string;
908
+ success600: string;
909
+ success700: string;
910
+ success800: string;
911
+ success900: string;
912
+ success950: string;
913
+ warning50: string;
914
+ warning100: string;
915
+ warning200: string;
916
+ warning300: string;
917
+ warning400: string;
918
+ warning500: string;
919
+ warning600: string;
920
+ warning700: string;
921
+ warning800: string;
922
+ warning900: string;
923
+ warning950: string;
924
+ info50: string;
925
+ info100: string;
926
+ info200: string;
927
+ info300: string;
928
+ info400: string;
929
+ info500: string;
930
+ info600: string;
931
+ info700: string;
932
+ info800: string;
933
+ info900: string;
934
+ info950: string;
935
+ };
936
+ fontSizes: {
937
+ 2: string;
938
+ 4: string;
939
+ 6: string;
940
+ 8: string;
941
+ 10: string;
942
+ 12: string;
943
+ 13: string;
944
+ 14: string;
945
+ 16: string;
946
+ 18: string;
947
+ 20: string;
948
+ 22: string;
949
+ 24: string;
950
+ 32: string;
951
+ 36: string;
952
+ 40: string;
953
+ 48: string;
954
+ 56: string;
955
+ 64: string;
956
+ 72: string;
957
+ 80: string;
958
+ xs: string;
959
+ sm: string;
960
+ md: string;
961
+ lg: string;
962
+ '2xl': string;
963
+ '3xl': string;
964
+ '4xl': string;
965
+ full: string;
966
+ };
967
+ fonts: {
968
+ default: string;
969
+ };
970
+ fontWeights: {
971
+ regular: string;
972
+ medium: string;
973
+ semibold: string;
974
+ bold: string;
975
+ };
976
+ lineHeights: {
977
+ smaller: string;
978
+ shorter: string;
979
+ short: string;
980
+ base: string;
981
+ tall: string;
982
+ };
983
+ radii: {
984
+ '3xs': string;
985
+ '2xs': string;
986
+ xs: string;
987
+ sm: string;
988
+ md: string;
989
+ lg: string;
990
+ xl: string;
991
+ '2xl': string;
992
+ '3xl': string;
993
+ '4xl': string;
994
+ '5xl': string;
995
+ '6xl': string;
996
+ '7xl': string;
997
+ '8xl': string;
998
+ '9xl': string;
999
+ '10xl': string;
1000
+ '11xl': string;
1001
+ '12xl': string;
1002
+ '13xl': string;
1003
+ '14xl': string;
1004
+ full: string;
1005
+ };
1006
+ space: {
1007
+ 2: string;
1008
+ 4: string;
1009
+ 6: string;
1010
+ 8: string;
1011
+ 10: string;
1012
+ 12: string;
1013
+ 13: string;
1014
+ 14: string;
1015
+ 16: string;
1016
+ 18: string;
1017
+ 20: string;
1018
+ 22: string;
1019
+ 24: string;
1020
+ 32: string;
1021
+ 36: string;
1022
+ 40: string;
1023
+ 48: string;
1024
+ 56: string;
1025
+ 64: string;
1026
+ 72: string;
1027
+ 80: string;
1028
+ full: string;
1029
+ };
1030
+ }, {
1031
+ height: "space";
1032
+ width: "space";
1033
+ gap: "space";
1034
+ gridGap: "space";
1035
+ columnGap: "space";
1036
+ gridColumnGap: "space";
1037
+ rowGap: "space";
1038
+ gridRowGap: "space";
1039
+ inset: "space";
1040
+ insetBlock: "space";
1041
+ insetBlockEnd: "space";
1042
+ insetBlockStart: "space";
1043
+ insetInline: "space";
1044
+ insetInlineEnd: "space";
1045
+ insetInlineStart: "space";
1046
+ margin: "space";
1047
+ marginTop: "space";
1048
+ marginRight: "space";
1049
+ marginBottom: "space";
1050
+ marginLeft: "space";
1051
+ marginBlock: "space";
1052
+ marginBlockEnd: "space";
1053
+ marginBlockStart: "space";
1054
+ marginInline: "space";
1055
+ marginInlineEnd: "space";
1056
+ marginInlineStart: "space";
1057
+ padding: "space";
1058
+ paddingTop: "space";
1059
+ paddingRight: "space";
1060
+ paddingBottom: "space";
1061
+ paddingLeft: "space";
1062
+ paddingBlock: "space";
1063
+ paddingBlockEnd: "space";
1064
+ paddingBlockStart: "space";
1065
+ paddingInline: "space";
1066
+ paddingInlineEnd: "space";
1067
+ paddingInlineStart: "space";
1068
+ scrollMargin: "space";
1069
+ scrollMarginTop: "space";
1070
+ scrollMarginRight: "space";
1071
+ scrollMarginBottom: "space";
1072
+ scrollMarginLeft: "space";
1073
+ scrollMarginBlock: "space";
1074
+ scrollMarginBlockEnd: "space";
1075
+ scrollMarginBlockStart: "space";
1076
+ scrollMarginInline: "space";
1077
+ scrollMarginInlineEnd: "space";
1078
+ scrollMarginInlineStart: "space";
1079
+ scrollPadding: "space";
1080
+ scrollPaddingTop: "space";
1081
+ scrollPaddingRight: "space";
1082
+ scrollPaddingBottom: "space";
1083
+ scrollPaddingLeft: "space";
1084
+ scrollPaddingBlock: "space";
1085
+ scrollPaddingBlockEnd: "space";
1086
+ scrollPaddingBlockStart: "space";
1087
+ scrollPaddingInline: "space";
1088
+ scrollPaddingInlineEnd: "space";
1089
+ scrollPaddingInlineStart: "space";
1090
+ top: "space";
1091
+ right: "space";
1092
+ bottom: "space";
1093
+ left: "space";
1094
+ fontSize: "fontSizes";
1095
+ background: "colors";
1096
+ backgroundColor: "colors";
1097
+ backgroundImage: "colors";
1098
+ borderImage: "colors";
1099
+ border: "colors";
1100
+ borderBlock: "colors";
1101
+ borderBlockEnd: "colors";
1102
+ borderBlockStart: "colors";
1103
+ borderBottom: "colors";
1104
+ borderBottomColor: "colors";
1105
+ borderColor: "colors";
1106
+ borderInline: "colors";
1107
+ borderInlineEnd: "colors";
1108
+ borderInlineStart: "colors";
1109
+ borderLeft: "colors";
1110
+ borderLeftColor: "colors";
1111
+ borderRight: "colors";
1112
+ borderRightColor: "colors";
1113
+ borderTop: "colors";
1114
+ borderTopColor: "colors";
1115
+ caretColor: "colors";
1116
+ color: "colors";
1117
+ columnRuleColor: "colors";
1118
+ outline: "colors";
1119
+ outlineColor: "colors";
1120
+ fill: "colors";
1121
+ stroke: "colors";
1122
+ textDecorationColor: "colors";
1123
+ fontFamily: "fonts";
1124
+ fontWeight: "fontWeights";
1125
+ lineHeight: "lineHeights";
1126
+ letterSpacing: "letterSpacings";
1127
+ blockSize: "sizes";
1128
+ minBlockSize: "sizes";
1129
+ maxBlockSize: "sizes";
1130
+ inlineSize: "sizes";
1131
+ minInlineSize: "sizes";
1132
+ maxInlineSize: "sizes";
1133
+ minWidth: "sizes";
1134
+ maxWidth: "sizes";
1135
+ minHeight: "sizes";
1136
+ maxHeight: "sizes";
1137
+ flexBasis: "sizes";
1138
+ gridTemplateColumns: "sizes";
1139
+ gridTemplateRows: "sizes";
1140
+ borderWidth: "borderWidths";
1141
+ borderTopWidth: "borderWidths";
1142
+ borderLeftWidth: "borderWidths";
1143
+ borderRightWidth: "borderWidths";
1144
+ borderBottomWidth: "borderWidths";
1145
+ borderStyle: "borderStyles";
1146
+ borderTopStyle: "borderStyles";
1147
+ borderLeftStyle: "borderStyles";
1148
+ borderRightStyle: "borderStyles";
1149
+ borderBottomStyle: "borderStyles";
1150
+ borderRadius: "radii";
1151
+ borderTopLeftRadius: "radii";
1152
+ borderTopRightRadius: "radii";
1153
+ borderBottomRightRadius: "radii";
1154
+ borderBottomLeftRadius: "radii";
1155
+ boxShadow: "shadows";
1156
+ textShadow: "shadows";
1157
+ transition: "transitions";
1158
+ zIndex: "zIndices";
1159
+ }, {}>>;
1160
+ declare const ButtonGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
1161
+ color?: "blue" | "green" | "purple" | "red" | "brand" | "neutral" | undefined;
1162
+ variant?: "text" | "contained" | "outlined" | undefined;
1163
+ size?: "xs" | "sm" | "md" | "lg" | undefined;
1164
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1165
+ colors: {
1166
+ brand50: string;
1167
+ brand100: string;
1168
+ brand200: string;
1169
+ brand300: string;
1170
+ brand400: string;
1171
+ brand500: string;
1172
+ brand600: string;
1173
+ brand700: string;
1174
+ brand800: string;
1175
+ brand900: string;
1176
+ brand950: string;
1177
+ blue50: string;
1178
+ blue100: string;
1179
+ blue200: string;
1180
+ blue300: string;
1181
+ blue400: string;
1182
+ blue500: string;
1183
+ blue600: string;
1184
+ blue700: string;
1185
+ blue800: string;
1186
+ blue900: string;
1187
+ blue950: string;
1188
+ red50: string;
1189
+ red100: string;
1190
+ red200: string;
1191
+ red300: string;
1192
+ red400: string;
1193
+ red500: string;
1194
+ red600: string;
1195
+ red700: string;
1196
+ red800: string;
1197
+ red900: string;
1198
+ red950: string;
1199
+ purple50: string;
1200
+ purple100: string;
1201
+ purple200: string;
1202
+ purple300: string;
1203
+ purple400: string;
1204
+ purple500: string;
1205
+ purple600: string;
1206
+ purple700: string;
1207
+ purple800: string;
1208
+ purple900: string;
1209
+ purple950: string;
1210
+ yellow50: string;
1211
+ yellow100: string;
1212
+ yellow200: string;
1213
+ yellow300: string;
1214
+ yellow400: string;
1215
+ yellow500: string;
1216
+ yellow600: string;
1217
+ yellow700: string;
1218
+ yellow800: string;
1219
+ yellow900: string;
1220
+ yellow950: string;
1221
+ dark50: string;
1222
+ dark100: string;
1223
+ dark200: string;
1224
+ dark300: string;
1225
+ dark400: string;
1226
+ dark500: string;
1227
+ dark600: string;
1228
+ dark700: string;
1229
+ dark800: string;
1230
+ dark900: string;
1231
+ dark950: string;
1232
+ neutral50: string;
1233
+ neutral100: string;
1234
+ neutral200: string;
1235
+ neutral300: string;
1236
+ neutral400: string;
1237
+ neutral500: string;
1238
+ neutral600: string;
1239
+ neutral700: string;
1240
+ neutral800: string;
1241
+ neutral900: string;
1242
+ neutral950: string;
1243
+ green50: string;
1244
+ green100: string;
1245
+ green200: string;
1246
+ green300: string;
1247
+ green400: string;
1248
+ green500: string;
1249
+ green600: string;
1250
+ green700: string;
1251
+ green800: string;
1252
+ green900: string;
1253
+ green950: string;
1254
+ grey50: string;
1255
+ grey100: string;
1256
+ grey200: string;
1257
+ grey300: string;
1258
+ grey400: string;
1259
+ grey500: string;
1260
+ grey600: string;
1261
+ grey700: string;
1262
+ grey800: string;
1263
+ grey900: string;
1264
+ grey950: string;
1265
+ error50: string;
1266
+ error100: string;
1267
+ error200: string;
1268
+ error300: string;
1269
+ error400: string;
1270
+ error500: string;
1271
+ error600: string;
1272
+ error700: string;
1273
+ error800: string;
1274
+ error900: string;
1275
+ error950: string;
1276
+ success50: string;
1277
+ success100: string;
1278
+ success200: string;
1279
+ success300: string;
1280
+ success400: string;
1281
+ success500: string;
1282
+ success600: string;
1283
+ success700: string;
1284
+ success800: string;
1285
+ success900: string;
1286
+ success950: string;
1287
+ warning50: string;
1288
+ warning100: string;
1289
+ warning200: string;
1290
+ warning300: string;
1291
+ warning400: string;
1292
+ warning500: string;
1293
+ warning600: string;
1294
+ warning700: string;
1295
+ warning800: string;
1296
+ warning900: string;
1297
+ warning950: string;
1298
+ info50: string;
1299
+ info100: string;
1300
+ info200: string;
1301
+ info300: string;
1302
+ info400: string;
1303
+ info500: string;
1304
+ info600: string;
1305
+ info700: string;
1306
+ info800: string;
1307
+ info900: string;
1308
+ info950: string;
1309
+ };
1310
+ fontSizes: {
1311
+ 2: string;
1312
+ 4: string;
1313
+ 6: string;
1314
+ 8: string;
1315
+ 10: string;
1316
+ 12: string;
1317
+ 13: string;
1318
+ 14: string;
1319
+ 16: string;
1320
+ 18: string;
1321
+ 20: string;
1322
+ 22: string;
1323
+ 24: string;
1324
+ 32: string;
1325
+ 36: string;
1326
+ 40: string;
1327
+ 48: string;
1328
+ 56: string;
1329
+ 64: string;
1330
+ 72: string;
1331
+ 80: string;
1332
+ xs: string;
1333
+ sm: string;
1334
+ md: string;
1335
+ lg: string;
1336
+ '2xl': string;
1337
+ '3xl': string;
1338
+ '4xl': string;
1339
+ full: string;
1340
+ };
1341
+ fonts: {
1342
+ default: string;
1343
+ };
1344
+ fontWeights: {
1345
+ regular: string;
1346
+ medium: string;
1347
+ semibold: string;
1348
+ bold: string;
1349
+ };
1350
+ lineHeights: {
1351
+ smaller: string;
1352
+ shorter: string;
1353
+ short: string;
1354
+ base: string;
1355
+ tall: string;
1356
+ };
1357
+ radii: {
1358
+ '3xs': string;
1359
+ '2xs': string;
1360
+ xs: string;
1361
+ sm: string;
1362
+ md: string;
1363
+ lg: string;
1364
+ xl: string;
1365
+ '2xl': string;
1366
+ '3xl': string;
1367
+ '4xl': string;
1368
+ '5xl': string;
1369
+ '6xl': string;
1370
+ '7xl': string;
1371
+ '8xl': string;
1372
+ '9xl': string;
1373
+ '10xl': string;
1374
+ '11xl': string;
1375
+ '12xl': string;
1376
+ '13xl': string;
1377
+ '14xl': string;
1378
+ full: string;
1379
+ };
1380
+ space: {
1381
+ 2: string;
1382
+ 4: string;
1383
+ 6: string;
1384
+ 8: string;
1385
+ 10: string;
1386
+ 12: string;
1387
+ 13: string;
1388
+ 14: string;
1389
+ 16: string;
1390
+ 18: string;
1391
+ 20: string;
1392
+ 22: string;
1393
+ 24: string;
1394
+ 32: string;
1395
+ 36: string;
1396
+ 40: string;
1397
+ 48: string;
1398
+ 56: string;
1399
+ 64: string;
1400
+ 72: string;
1401
+ 80: string;
1402
+ full: string;
1403
+ };
1404
+ }, {
1405
+ height: "space";
1406
+ width: "space";
1407
+ gap: "space";
1408
+ gridGap: "space";
1409
+ columnGap: "space";
1410
+ gridColumnGap: "space";
1411
+ rowGap: "space";
1412
+ gridRowGap: "space";
1413
+ inset: "space";
1414
+ insetBlock: "space";
1415
+ insetBlockEnd: "space";
1416
+ insetBlockStart: "space";
1417
+ insetInline: "space";
1418
+ insetInlineEnd: "space";
1419
+ insetInlineStart: "space";
1420
+ margin: "space";
1421
+ marginTop: "space";
1422
+ marginRight: "space";
1423
+ marginBottom: "space";
1424
+ marginLeft: "space";
1425
+ marginBlock: "space";
1426
+ marginBlockEnd: "space";
1427
+ marginBlockStart: "space";
1428
+ marginInline: "space";
1429
+ marginInlineEnd: "space";
1430
+ marginInlineStart: "space";
1431
+ padding: "space";
1432
+ paddingTop: "space";
1433
+ paddingRight: "space";
1434
+ paddingBottom: "space";
1435
+ paddingLeft: "space";
1436
+ paddingBlock: "space";
1437
+ paddingBlockEnd: "space";
1438
+ paddingBlockStart: "space";
1439
+ paddingInline: "space";
1440
+ paddingInlineEnd: "space";
1441
+ paddingInlineStart: "space";
1442
+ scrollMargin: "space";
1443
+ scrollMarginTop: "space";
1444
+ scrollMarginRight: "space";
1445
+ scrollMarginBottom: "space";
1446
+ scrollMarginLeft: "space";
1447
+ scrollMarginBlock: "space";
1448
+ scrollMarginBlockEnd: "space";
1449
+ scrollMarginBlockStart: "space";
1450
+ scrollMarginInline: "space";
1451
+ scrollMarginInlineEnd: "space";
1452
+ scrollMarginInlineStart: "space";
1453
+ scrollPadding: "space";
1454
+ scrollPaddingTop: "space";
1455
+ scrollPaddingRight: "space";
1456
+ scrollPaddingBottom: "space";
1457
+ scrollPaddingLeft: "space";
1458
+ scrollPaddingBlock: "space";
1459
+ scrollPaddingBlockEnd: "space";
1460
+ scrollPaddingBlockStart: "space";
1461
+ scrollPaddingInline: "space";
1462
+ scrollPaddingInlineEnd: "space";
1463
+ scrollPaddingInlineStart: "space";
1464
+ top: "space";
1465
+ right: "space";
1466
+ bottom: "space";
1467
+ left: "space";
1468
+ fontSize: "fontSizes";
1469
+ background: "colors";
1470
+ backgroundColor: "colors";
1471
+ backgroundImage: "colors";
1472
+ borderImage: "colors";
1473
+ border: "colors";
1474
+ borderBlock: "colors";
1475
+ borderBlockEnd: "colors";
1476
+ borderBlockStart: "colors";
1477
+ borderBottom: "colors";
1478
+ borderBottomColor: "colors";
1479
+ borderColor: "colors";
1480
+ borderInline: "colors";
1481
+ borderInlineEnd: "colors";
1482
+ borderInlineStart: "colors";
1483
+ borderLeft: "colors";
1484
+ borderLeftColor: "colors";
1485
+ borderRight: "colors";
1486
+ borderRightColor: "colors";
1487
+ borderTop: "colors";
1488
+ borderTopColor: "colors";
1489
+ caretColor: "colors";
1490
+ color: "colors";
1491
+ columnRuleColor: "colors";
1492
+ outline: "colors";
1493
+ outlineColor: "colors";
1494
+ fill: "colors";
1495
+ stroke: "colors";
1496
+ textDecorationColor: "colors";
1497
+ fontFamily: "fonts";
1498
+ fontWeight: "fontWeights";
1499
+ lineHeight: "lineHeights";
1500
+ letterSpacing: "letterSpacings";
1501
+ blockSize: "sizes";
1502
+ minBlockSize: "sizes";
1503
+ maxBlockSize: "sizes";
1504
+ inlineSize: "sizes";
1505
+ minInlineSize: "sizes";
1506
+ maxInlineSize: "sizes";
1507
+ minWidth: "sizes";
1508
+ maxWidth: "sizes";
1509
+ minHeight: "sizes";
1510
+ maxHeight: "sizes";
1511
+ flexBasis: "sizes";
1512
+ gridTemplateColumns: "sizes";
1513
+ gridTemplateRows: "sizes";
1514
+ borderWidth: "borderWidths";
1515
+ borderTopWidth: "borderWidths";
1516
+ borderLeftWidth: "borderWidths";
1517
+ borderRightWidth: "borderWidths";
1518
+ borderBottomWidth: "borderWidths";
1519
+ borderStyle: "borderStyles";
1520
+ borderTopStyle: "borderStyles";
1521
+ borderLeftStyle: "borderStyles";
1522
+ borderRightStyle: "borderStyles";
1523
+ borderBottomStyle: "borderStyles";
1524
+ borderRadius: "radii";
1525
+ borderTopLeftRadius: "radii";
1526
+ borderTopRightRadius: "radii";
1527
+ borderBottomRightRadius: "radii";
1528
+ borderBottomLeftRadius: "radii";
1529
+ boxShadow: "shadows";
1530
+ textShadow: "shadows";
1531
+ transition: "transitions";
1532
+ zIndex: "zIndices";
1533
+ }, {}>>;
1534
+ interface ButtonItemProps extends ComponentProps<typeof ButtonItemStyled> {
1535
+ }
1536
+ type ButtonGroupProps = ComponentProps<typeof ButtonGroupStyled>;
1537
+ declare function ButtonItem({ children, active, ...props }: ButtonItemProps): react_jsx_runtime.JSX.Element;
1538
+ declare function ButtonGroup({ children, ...props }: ButtonGroupProps): react_jsx_runtime.JSX.Element;
1539
+
1540
+ declare const AvatarStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.AvatarProps & react.RefAttributes<HTMLImageElement>>, {
1541
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | undefined;
1542
+ radii?: "full" | undefined;
1543
+ variant?: "without-image" | "with-image" | undefined;
1544
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1545
+ colors: {
1546
+ brand50: string;
1547
+ brand100: string;
1548
+ brand200: string;
1549
+ brand300: string;
1550
+ brand400: string;
1551
+ brand500: string;
1552
+ brand600: string;
1553
+ brand700: string;
1554
+ brand800: string;
1555
+ brand900: string;
1556
+ brand950: string;
1557
+ blue50: string;
1558
+ blue100: string;
1559
+ blue200: string;
1560
+ blue300: string;
1561
+ blue400: string;
1562
+ blue500: string;
1563
+ blue600: string;
1564
+ blue700: string;
1565
+ blue800: string;
1566
+ blue900: string;
1567
+ blue950: string;
1568
+ red50: string;
1569
+ red100: string;
1570
+ red200: string;
1571
+ red300: string;
1572
+ red400: string;
1573
+ red500: string;
1574
+ red600: string;
1575
+ red700: string;
1576
+ red800: string;
1577
+ red900: string;
1578
+ red950: string;
1579
+ purple50: string;
1580
+ purple100: string;
1581
+ purple200: string;
1582
+ purple300: string;
1583
+ purple400: string;
1584
+ purple500: string;
1585
+ purple600: string;
1586
+ purple700: string;
1587
+ purple800: string;
1588
+ purple900: string;
1589
+ purple950: string;
1590
+ yellow50: string;
1591
+ yellow100: string;
1592
+ yellow200: string;
1593
+ yellow300: string;
1594
+ yellow400: string;
1595
+ yellow500: string;
1596
+ yellow600: string;
1597
+ yellow700: string;
1598
+ yellow800: string;
1599
+ yellow900: string;
1600
+ yellow950: string;
1601
+ dark50: string;
1602
+ dark100: string;
1603
+ dark200: string;
1604
+ dark300: string;
1605
+ dark400: string;
1606
+ dark500: string;
1607
+ dark600: string;
1608
+ dark700: string;
1609
+ dark800: string;
1610
+ dark900: string;
1611
+ dark950: string;
1612
+ neutral50: string;
1613
+ neutral100: string;
1614
+ neutral200: string;
1615
+ neutral300: string;
1616
+ neutral400: string;
1617
+ neutral500: string;
1618
+ neutral600: string;
1619
+ neutral700: string;
1620
+ neutral800: string;
1621
+ neutral900: string;
1622
+ neutral950: string;
1623
+ green50: string;
1624
+ green100: string;
1625
+ green200: string;
1626
+ green300: string;
1627
+ green400: string;
1628
+ green500: string;
1629
+ green600: string;
1630
+ green700: string;
1631
+ green800: string;
1632
+ green900: string;
1633
+ green950: string;
1634
+ grey50: string;
1635
+ grey100: string;
1636
+ grey200: string;
1637
+ grey300: string;
1638
+ grey400: string;
1639
+ grey500: string;
1640
+ grey600: string;
1641
+ grey700: string;
1642
+ grey800: string;
1643
+ grey900: string;
1644
+ grey950: string;
1645
+ error50: string;
1646
+ error100: string;
1647
+ error200: string;
1648
+ error300: string;
1649
+ error400: string;
1650
+ error500: string;
1651
+ error600: string;
1652
+ error700: string;
1653
+ error800: string;
1654
+ error900: string;
1655
+ error950: string;
1656
+ success50: string;
1657
+ success100: string;
1658
+ success200: string;
1659
+ success300: string;
1660
+ success400: string;
1661
+ success500: string;
1662
+ success600: string;
1663
+ success700: string;
1664
+ success800: string;
1665
+ success900: string;
1666
+ success950: string;
1667
+ warning50: string;
1668
+ warning100: string;
1669
+ warning200: string;
1670
+ warning300: string;
1671
+ warning400: string;
1672
+ warning500: string;
1673
+ warning600: string;
1674
+ warning700: string;
1675
+ warning800: string;
1676
+ warning900: string;
1677
+ warning950: string;
1678
+ info50: string;
1679
+ info100: string;
1680
+ info200: string;
1681
+ info300: string;
1682
+ info400: string;
1683
+ info500: string;
1684
+ info600: string;
1685
+ info700: string;
1686
+ info800: string;
1687
+ info900: string;
1688
+ info950: string;
1689
+ };
1690
+ fontSizes: {
1691
+ 2: string;
1692
+ 4: string;
1693
+ 6: string;
1694
+ 8: string;
1695
+ 10: string;
1696
+ 12: string;
1697
+ 13: string;
1698
+ 14: string;
1699
+ 16: string;
1700
+ 18: string;
1701
+ 20: string;
1702
+ 22: string;
1703
+ 24: string;
1704
+ 32: string;
1705
+ 36: string;
1706
+ 40: string;
1707
+ 48: string;
1708
+ 56: string;
1709
+ 64: string;
1710
+ 72: string;
1711
+ 80: string;
1712
+ xs: string;
1713
+ sm: string;
1714
+ md: string;
1715
+ lg: string;
1716
+ '2xl': string;
1717
+ '3xl': string;
1718
+ '4xl': string;
1719
+ full: string;
1720
+ };
1721
+ fonts: {
1722
+ default: string;
1723
+ };
1724
+ fontWeights: {
1725
+ regular: string;
1726
+ medium: string;
1727
+ semibold: string;
1728
+ bold: string;
1729
+ };
1730
+ lineHeights: {
1731
+ smaller: string;
1732
+ shorter: string;
1733
+ short: string;
1734
+ base: string;
1735
+ tall: string;
1736
+ };
1737
+ radii: {
1738
+ '3xs': string;
1739
+ '2xs': string;
1740
+ xs: string;
1741
+ sm: string;
1742
+ md: string;
1743
+ lg: string;
1744
+ xl: string;
1745
+ '2xl': string;
1746
+ '3xl': string;
1747
+ '4xl': string;
1748
+ '5xl': string;
1749
+ '6xl': string;
1750
+ '7xl': string;
1751
+ '8xl': string;
1752
+ '9xl': string;
1753
+ '10xl': string;
1754
+ '11xl': string;
1755
+ '12xl': string;
1756
+ '13xl': string;
1757
+ '14xl': string;
1758
+ full: string;
1759
+ };
1760
+ space: {
1761
+ 2: string;
1762
+ 4: string;
1763
+ 6: string;
1764
+ 8: string;
1765
+ 10: string;
1766
+ 12: string;
1767
+ 13: string;
1768
+ 14: string;
1769
+ 16: string;
1770
+ 18: string;
1771
+ 20: string;
1772
+ 22: string;
1773
+ 24: string;
1774
+ 32: string;
1775
+ 36: string;
1776
+ 40: string;
1777
+ 48: string;
1778
+ 56: string;
1779
+ 64: string;
1780
+ 72: string;
1781
+ 80: string;
1782
+ full: string;
1783
+ };
1784
+ }, {
1785
+ height: "space";
1786
+ width: "space";
1787
+ gap: "space";
1788
+ gridGap: "space";
1789
+ columnGap: "space";
1790
+ gridColumnGap: "space";
1791
+ rowGap: "space";
1792
+ gridRowGap: "space";
1793
+ inset: "space";
1794
+ insetBlock: "space";
1795
+ insetBlockEnd: "space";
1796
+ insetBlockStart: "space";
1797
+ insetInline: "space";
1798
+ insetInlineEnd: "space";
1799
+ insetInlineStart: "space";
1800
+ margin: "space";
1801
+ marginTop: "space";
1802
+ marginRight: "space";
1803
+ marginBottom: "space";
1804
+ marginLeft: "space";
1805
+ marginBlock: "space";
1806
+ marginBlockEnd: "space";
1807
+ marginBlockStart: "space";
1808
+ marginInline: "space";
1809
+ marginInlineEnd: "space";
1810
+ marginInlineStart: "space";
1811
+ padding: "space";
1812
+ paddingTop: "space";
1813
+ paddingRight: "space";
1814
+ paddingBottom: "space";
1815
+ paddingLeft: "space";
1816
+ paddingBlock: "space";
1817
+ paddingBlockEnd: "space";
1818
+ paddingBlockStart: "space";
1819
+ paddingInline: "space";
1820
+ paddingInlineEnd: "space";
1821
+ paddingInlineStart: "space";
1822
+ scrollMargin: "space";
1823
+ scrollMarginTop: "space";
1824
+ scrollMarginRight: "space";
1825
+ scrollMarginBottom: "space";
1826
+ scrollMarginLeft: "space";
1827
+ scrollMarginBlock: "space";
1828
+ scrollMarginBlockEnd: "space";
1829
+ scrollMarginBlockStart: "space";
1830
+ scrollMarginInline: "space";
1831
+ scrollMarginInlineEnd: "space";
1832
+ scrollMarginInlineStart: "space";
1833
+ scrollPadding: "space";
1834
+ scrollPaddingTop: "space";
1835
+ scrollPaddingRight: "space";
1836
+ scrollPaddingBottom: "space";
1837
+ scrollPaddingLeft: "space";
1838
+ scrollPaddingBlock: "space";
1839
+ scrollPaddingBlockEnd: "space";
1840
+ scrollPaddingBlockStart: "space";
1841
+ scrollPaddingInline: "space";
1842
+ scrollPaddingInlineEnd: "space";
1843
+ scrollPaddingInlineStart: "space";
1844
+ top: "space";
1845
+ right: "space";
1846
+ bottom: "space";
1847
+ left: "space";
1848
+ fontSize: "fontSizes";
1849
+ background: "colors";
1850
+ backgroundColor: "colors";
1851
+ backgroundImage: "colors";
1852
+ borderImage: "colors";
1853
+ border: "colors";
1854
+ borderBlock: "colors";
1855
+ borderBlockEnd: "colors";
1856
+ borderBlockStart: "colors";
1857
+ borderBottom: "colors";
1858
+ borderBottomColor: "colors";
1859
+ borderColor: "colors";
1860
+ borderInline: "colors";
1861
+ borderInlineEnd: "colors";
1862
+ borderInlineStart: "colors";
1863
+ borderLeft: "colors";
1864
+ borderLeftColor: "colors";
1865
+ borderRight: "colors";
1866
+ borderRightColor: "colors";
1867
+ borderTop: "colors";
1868
+ borderTopColor: "colors";
1869
+ caretColor: "colors";
1870
+ color: "colors";
1871
+ columnRuleColor: "colors";
1872
+ outline: "colors";
1873
+ outlineColor: "colors";
1874
+ fill: "colors";
1875
+ stroke: "colors";
1876
+ textDecorationColor: "colors";
1877
+ fontFamily: "fonts";
1878
+ fontWeight: "fontWeights";
1879
+ lineHeight: "lineHeights";
1880
+ letterSpacing: "letterSpacings";
1881
+ blockSize: "sizes";
1882
+ minBlockSize: "sizes";
1883
+ maxBlockSize: "sizes";
1884
+ inlineSize: "sizes";
1885
+ minInlineSize: "sizes";
1886
+ maxInlineSize: "sizes";
1887
+ minWidth: "sizes";
1888
+ maxWidth: "sizes";
1889
+ minHeight: "sizes";
1890
+ maxHeight: "sizes";
1891
+ flexBasis: "sizes";
1892
+ gridTemplateColumns: "sizes";
1893
+ gridTemplateRows: "sizes";
1894
+ borderWidth: "borderWidths";
1895
+ borderTopWidth: "borderWidths";
1896
+ borderLeftWidth: "borderWidths";
1897
+ borderRightWidth: "borderWidths";
1898
+ borderBottomWidth: "borderWidths";
1899
+ borderStyle: "borderStyles";
1900
+ borderTopStyle: "borderStyles";
1901
+ borderLeftStyle: "borderStyles";
1902
+ borderRightStyle: "borderStyles";
1903
+ borderBottomStyle: "borderStyles";
1904
+ borderRadius: "radii";
1905
+ borderTopLeftRadius: "radii";
1906
+ borderTopRightRadius: "radii";
1907
+ borderBottomRightRadius: "radii";
1908
+ borderBottomLeftRadius: "radii";
1909
+ boxShadow: "shadows";
1910
+ textShadow: "shadows";
1911
+ transition: "transitions";
1912
+ zIndex: "zIndices";
1913
+ }, {}>>;
1914
+ type AvatarProps = ComponentProps<typeof AvatarStyled> & {
1915
+ as?: ElementType;
1916
+ fallback?: string;
1917
+ src?: string;
1918
+ };
1919
+ declare function Avatar({ asChild, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
1920
+
1921
+ declare const TextFieldStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.RootProps & react.RefAttributes<HTMLInputElement>>, {
1922
+ color?: "default" | "error" | undefined;
1923
+ isValid?: boolean | "false" | "true" | undefined;
1924
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
1925
+ colors: {
1926
+ brand50: string;
1927
+ brand100: string;
1928
+ brand200: string;
1929
+ brand300: string;
1930
+ brand400: string;
1931
+ brand500: string;
1932
+ brand600: string;
1933
+ brand700: string;
1934
+ brand800: string;
1935
+ brand900: string;
1936
+ brand950: string;
1937
+ blue50: string;
1938
+ blue100: string;
1939
+ blue200: string;
1940
+ blue300: string;
1941
+ blue400: string;
1942
+ blue500: string;
1943
+ blue600: string;
1944
+ blue700: string;
1945
+ blue800: string;
1946
+ blue900: string;
1947
+ blue950: string;
1948
+ red50: string;
1949
+ red100: string;
1950
+ red200: string;
1951
+ red300: string;
1952
+ red400: string;
1953
+ red500: string;
1954
+ red600: string;
1955
+ red700: string;
1956
+ red800: string;
1957
+ red900: string;
1958
+ red950: string;
1959
+ purple50: string;
1960
+ purple100: string;
1961
+ purple200: string;
1962
+ purple300: string;
1963
+ purple400: string;
1964
+ purple500: string;
1965
+ purple600: string;
1966
+ purple700: string;
1967
+ purple800: string;
1968
+ purple900: string;
1969
+ purple950: string;
1970
+ yellow50: string;
1971
+ yellow100: string;
1972
+ yellow200: string;
1973
+ yellow300: string;
1974
+ yellow400: string;
1975
+ yellow500: string;
1976
+ yellow600: string;
1977
+ yellow700: string;
1978
+ yellow800: string;
1979
+ yellow900: string;
1980
+ yellow950: string;
1981
+ dark50: string;
1982
+ dark100: string;
1983
+ dark200: string;
1984
+ dark300: string;
1985
+ dark400: string;
1986
+ dark500: string;
1987
+ dark600: string;
1988
+ dark700: string;
1989
+ dark800: string;
1990
+ dark900: string;
1991
+ dark950: string;
1992
+ neutral50: string;
1993
+ neutral100: string;
1994
+ neutral200: string;
1995
+ neutral300: string;
1996
+ neutral400: string;
1997
+ neutral500: string;
1998
+ neutral600: string;
1999
+ neutral700: string;
2000
+ neutral800: string;
2001
+ neutral900: string;
2002
+ neutral950: string;
2003
+ green50: string;
2004
+ green100: string;
2005
+ green200: string;
2006
+ green300: string;
2007
+ green400: string;
2008
+ green500: string;
2009
+ green600: string;
2010
+ green700: string;
2011
+ green800: string;
2012
+ green900: string;
2013
+ green950: string;
2014
+ grey50: string;
2015
+ grey100: string;
2016
+ grey200: string;
2017
+ grey300: string;
2018
+ grey400: string;
2019
+ grey500: string;
2020
+ grey600: string;
2021
+ grey700: string;
2022
+ grey800: string;
2023
+ grey900: string;
2024
+ grey950: string;
2025
+ error50: string;
2026
+ error100: string;
2027
+ error200: string;
2028
+ error300: string;
2029
+ error400: string;
2030
+ error500: string;
2031
+ error600: string;
2032
+ error700: string;
2033
+ error800: string;
2034
+ error900: string;
2035
+ error950: string;
2036
+ success50: string;
2037
+ success100: string;
2038
+ success200: string;
2039
+ success300: string;
2040
+ success400: string;
2041
+ success500: string;
2042
+ success600: string;
2043
+ success700: string;
2044
+ success800: string;
2045
+ success900: string;
2046
+ success950: string;
2047
+ warning50: string;
2048
+ warning100: string;
2049
+ warning200: string;
2050
+ warning300: string;
2051
+ warning400: string;
2052
+ warning500: string;
2053
+ warning600: string;
2054
+ warning700: string;
2055
+ warning800: string;
2056
+ warning900: string;
2057
+ warning950: string;
2058
+ info50: string;
2059
+ info100: string;
2060
+ info200: string;
2061
+ info300: string;
2062
+ info400: string;
2063
+ info500: string;
2064
+ info600: string;
2065
+ info700: string;
2066
+ info800: string;
2067
+ info900: string;
2068
+ info950: string;
2069
+ };
2070
+ fontSizes: {
2071
+ 2: string;
2072
+ 4: string;
2073
+ 6: string;
2074
+ 8: string;
2075
+ 10: string;
2076
+ 12: string;
2077
+ 13: string;
2078
+ 14: string;
2079
+ 16: string;
2080
+ 18: string;
2081
+ 20: string;
2082
+ 22: string;
2083
+ 24: string;
2084
+ 32: string;
2085
+ 36: string;
2086
+ 40: string;
2087
+ 48: string;
2088
+ 56: string;
2089
+ 64: string;
2090
+ 72: string;
2091
+ 80: string;
2092
+ xs: string;
2093
+ sm: string;
2094
+ md: string;
2095
+ lg: string;
2096
+ '2xl': string;
2097
+ '3xl': string;
2098
+ '4xl': string;
2099
+ full: string;
2100
+ };
2101
+ fonts: {
2102
+ default: string;
2103
+ };
2104
+ fontWeights: {
2105
+ regular: string;
2106
+ medium: string;
2107
+ semibold: string;
2108
+ bold: string;
2109
+ };
2110
+ lineHeights: {
2111
+ smaller: string;
2112
+ shorter: string;
2113
+ short: string;
2114
+ base: string;
2115
+ tall: string;
2116
+ };
2117
+ radii: {
2118
+ '3xs': string;
2119
+ '2xs': string;
2120
+ xs: string;
2121
+ sm: string;
2122
+ md: string;
2123
+ lg: string;
2124
+ xl: string;
2125
+ '2xl': string;
2126
+ '3xl': string;
2127
+ '4xl': string;
2128
+ '5xl': string;
2129
+ '6xl': string;
2130
+ '7xl': string;
2131
+ '8xl': string;
2132
+ '9xl': string;
2133
+ '10xl': string;
2134
+ '11xl': string;
2135
+ '12xl': string;
2136
+ '13xl': string;
2137
+ '14xl': string;
2138
+ full: string;
2139
+ };
2140
+ space: {
2141
+ 2: string;
2142
+ 4: string;
2143
+ 6: string;
2144
+ 8: string;
2145
+ 10: string;
2146
+ 12: string;
2147
+ 13: string;
2148
+ 14: string;
2149
+ 16: string;
2150
+ 18: string;
2151
+ 20: string;
2152
+ 22: string;
2153
+ 24: string;
2154
+ 32: string;
2155
+ 36: string;
2156
+ 40: string;
2157
+ 48: string;
2158
+ 56: string;
2159
+ 64: string;
2160
+ 72: string;
2161
+ 80: string;
2162
+ full: string;
2163
+ };
2164
+ }, {
2165
+ height: "space";
2166
+ width: "space";
2167
+ gap: "space";
2168
+ gridGap: "space";
2169
+ columnGap: "space";
2170
+ gridColumnGap: "space";
2171
+ rowGap: "space";
2172
+ gridRowGap: "space";
2173
+ inset: "space";
2174
+ insetBlock: "space";
2175
+ insetBlockEnd: "space";
2176
+ insetBlockStart: "space";
2177
+ insetInline: "space";
2178
+ insetInlineEnd: "space";
2179
+ insetInlineStart: "space";
2180
+ margin: "space";
2181
+ marginTop: "space";
2182
+ marginRight: "space";
2183
+ marginBottom: "space";
2184
+ marginLeft: "space";
2185
+ marginBlock: "space";
2186
+ marginBlockEnd: "space";
2187
+ marginBlockStart: "space";
2188
+ marginInline: "space";
2189
+ marginInlineEnd: "space";
2190
+ marginInlineStart: "space";
2191
+ padding: "space";
2192
+ paddingTop: "space";
2193
+ paddingRight: "space";
2194
+ paddingBottom: "space";
2195
+ paddingLeft: "space";
2196
+ paddingBlock: "space";
2197
+ paddingBlockEnd: "space";
2198
+ paddingBlockStart: "space";
2199
+ paddingInline: "space";
2200
+ paddingInlineEnd: "space";
2201
+ paddingInlineStart: "space";
2202
+ scrollMargin: "space";
2203
+ scrollMarginTop: "space";
2204
+ scrollMarginRight: "space";
2205
+ scrollMarginBottom: "space";
2206
+ scrollMarginLeft: "space";
2207
+ scrollMarginBlock: "space";
2208
+ scrollMarginBlockEnd: "space";
2209
+ scrollMarginBlockStart: "space";
2210
+ scrollMarginInline: "space";
2211
+ scrollMarginInlineEnd: "space";
2212
+ scrollMarginInlineStart: "space";
2213
+ scrollPadding: "space";
2214
+ scrollPaddingTop: "space";
2215
+ scrollPaddingRight: "space";
2216
+ scrollPaddingBottom: "space";
2217
+ scrollPaddingLeft: "space";
2218
+ scrollPaddingBlock: "space";
2219
+ scrollPaddingBlockEnd: "space";
2220
+ scrollPaddingBlockStart: "space";
2221
+ scrollPaddingInline: "space";
2222
+ scrollPaddingInlineEnd: "space";
2223
+ scrollPaddingInlineStart: "space";
2224
+ top: "space";
2225
+ right: "space";
2226
+ bottom: "space";
2227
+ left: "space";
2228
+ fontSize: "fontSizes";
2229
+ background: "colors";
2230
+ backgroundColor: "colors";
2231
+ backgroundImage: "colors";
2232
+ borderImage: "colors";
2233
+ border: "colors";
2234
+ borderBlock: "colors";
2235
+ borderBlockEnd: "colors";
2236
+ borderBlockStart: "colors";
2237
+ borderBottom: "colors";
2238
+ borderBottomColor: "colors";
2239
+ borderColor: "colors";
2240
+ borderInline: "colors";
2241
+ borderInlineEnd: "colors";
2242
+ borderInlineStart: "colors";
2243
+ borderLeft: "colors";
2244
+ borderLeftColor: "colors";
2245
+ borderRight: "colors";
2246
+ borderRightColor: "colors";
2247
+ borderTop: "colors";
2248
+ borderTopColor: "colors";
2249
+ caretColor: "colors";
2250
+ color: "colors";
2251
+ columnRuleColor: "colors";
2252
+ outline: "colors";
2253
+ outlineColor: "colors";
2254
+ fill: "colors";
2255
+ stroke: "colors";
2256
+ textDecorationColor: "colors";
2257
+ fontFamily: "fonts";
2258
+ fontWeight: "fontWeights";
2259
+ lineHeight: "lineHeights";
2260
+ letterSpacing: "letterSpacings";
2261
+ blockSize: "sizes";
2262
+ minBlockSize: "sizes";
2263
+ maxBlockSize: "sizes";
2264
+ inlineSize: "sizes";
2265
+ minInlineSize: "sizes";
2266
+ maxInlineSize: "sizes";
2267
+ minWidth: "sizes";
2268
+ maxWidth: "sizes";
2269
+ minHeight: "sizes";
2270
+ maxHeight: "sizes";
2271
+ flexBasis: "sizes";
2272
+ gridTemplateColumns: "sizes";
2273
+ gridTemplateRows: "sizes";
2274
+ borderWidth: "borderWidths";
2275
+ borderTopWidth: "borderWidths";
2276
+ borderLeftWidth: "borderWidths";
2277
+ borderRightWidth: "borderWidths";
2278
+ borderBottomWidth: "borderWidths";
2279
+ borderStyle: "borderStyles";
2280
+ borderTopStyle: "borderStyles";
2281
+ borderLeftStyle: "borderStyles";
2282
+ borderRightStyle: "borderStyles";
2283
+ borderBottomStyle: "borderStyles";
2284
+ borderRadius: "radii";
2285
+ borderTopLeftRadius: "radii";
2286
+ borderTopRightRadius: "radii";
2287
+ borderBottomRightRadius: "radii";
2288
+ borderBottomLeftRadius: "radii";
2289
+ boxShadow: "shadows";
2290
+ textShadow: "shadows";
2291
+ transition: "transitions";
2292
+ zIndex: "zIndices";
2293
+ }, {}>>;
2294
+ declare const TextFieldSlotStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.SlotProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
2295
+ colors: {
2296
+ brand50: string;
2297
+ brand100: string;
2298
+ brand200: string;
2299
+ brand300: string;
2300
+ brand400: string;
2301
+ brand500: string;
2302
+ brand600: string;
2303
+ brand700: string;
2304
+ brand800: string;
2305
+ brand900: string;
2306
+ brand950: string;
2307
+ blue50: string;
2308
+ blue100: string;
2309
+ blue200: string;
2310
+ blue300: string;
2311
+ blue400: string;
2312
+ blue500: string;
2313
+ blue600: string;
2314
+ blue700: string;
2315
+ blue800: string;
2316
+ blue900: string;
2317
+ blue950: string;
2318
+ red50: string;
2319
+ red100: string;
2320
+ red200: string;
2321
+ red300: string;
2322
+ red400: string;
2323
+ red500: string;
2324
+ red600: string;
2325
+ red700: string;
2326
+ red800: string;
2327
+ red900: string;
2328
+ red950: string;
2329
+ purple50: string;
2330
+ purple100: string;
2331
+ purple200: string;
2332
+ purple300: string;
2333
+ purple400: string;
2334
+ purple500: string;
2335
+ purple600: string;
2336
+ purple700: string;
2337
+ purple800: string;
2338
+ purple900: string;
2339
+ purple950: string;
2340
+ yellow50: string;
2341
+ yellow100: string;
2342
+ yellow200: string;
2343
+ yellow300: string;
2344
+ yellow400: string;
2345
+ yellow500: string;
2346
+ yellow600: string;
2347
+ yellow700: string;
2348
+ yellow800: string;
2349
+ yellow900: string;
2350
+ yellow950: string;
2351
+ dark50: string;
2352
+ dark100: string;
2353
+ dark200: string;
2354
+ dark300: string;
2355
+ dark400: string;
2356
+ dark500: string;
2357
+ dark600: string;
2358
+ dark700: string;
2359
+ dark800: string;
2360
+ dark900: string;
2361
+ dark950: string;
2362
+ neutral50: string;
2363
+ neutral100: string;
2364
+ neutral200: string;
2365
+ neutral300: string;
2366
+ neutral400: string;
2367
+ neutral500: string;
2368
+ neutral600: string;
2369
+ neutral700: string;
2370
+ neutral800: string;
2371
+ neutral900: string;
2372
+ neutral950: string;
2373
+ green50: string;
2374
+ green100: string;
2375
+ green200: string;
2376
+ green300: string;
2377
+ green400: string;
2378
+ green500: string;
2379
+ green600: string;
2380
+ green700: string;
2381
+ green800: string;
2382
+ green900: string;
2383
+ green950: string;
2384
+ grey50: string;
2385
+ grey100: string;
2386
+ grey200: string;
2387
+ grey300: string;
2388
+ grey400: string;
2389
+ grey500: string;
2390
+ grey600: string;
2391
+ grey700: string;
2392
+ grey800: string;
2393
+ grey900: string;
2394
+ grey950: string;
2395
+ error50: string;
2396
+ error100: string;
2397
+ error200: string;
2398
+ error300: string;
2399
+ error400: string;
2400
+ error500: string;
2401
+ error600: string;
2402
+ error700: string;
2403
+ error800: string;
2404
+ error900: string;
2405
+ error950: string;
2406
+ success50: string;
2407
+ success100: string;
2408
+ success200: string;
2409
+ success300: string;
2410
+ success400: string;
2411
+ success500: string;
2412
+ success600: string;
2413
+ success700: string;
2414
+ success800: string;
2415
+ success900: string;
2416
+ success950: string;
2417
+ warning50: string;
2418
+ warning100: string;
2419
+ warning200: string;
2420
+ warning300: string;
2421
+ warning400: string;
2422
+ warning500: string;
2423
+ warning600: string;
2424
+ warning700: string;
2425
+ warning800: string;
2426
+ warning900: string;
2427
+ warning950: string;
2428
+ info50: string;
2429
+ info100: string;
2430
+ info200: string;
2431
+ info300: string;
2432
+ info400: string;
2433
+ info500: string;
2434
+ info600: string;
2435
+ info700: string;
2436
+ info800: string;
2437
+ info900: string;
2438
+ info950: string;
2439
+ };
2440
+ fontSizes: {
2441
+ 2: string;
2442
+ 4: string;
2443
+ 6: string;
2444
+ 8: string;
2445
+ 10: string;
2446
+ 12: string;
2447
+ 13: string;
2448
+ 14: string;
2449
+ 16: string;
2450
+ 18: string;
2451
+ 20: string;
2452
+ 22: string;
2453
+ 24: string;
2454
+ 32: string;
2455
+ 36: string;
2456
+ 40: string;
2457
+ 48: string;
2458
+ 56: string;
2459
+ 64: string;
2460
+ 72: string;
2461
+ 80: string;
2462
+ xs: string;
2463
+ sm: string;
2464
+ md: string;
2465
+ lg: string;
2466
+ '2xl': string;
2467
+ '3xl': string;
2468
+ '4xl': string;
2469
+ full: string;
2470
+ };
2471
+ fonts: {
2472
+ default: string;
2473
+ };
2474
+ fontWeights: {
2475
+ regular: string;
2476
+ medium: string;
2477
+ semibold: string;
2478
+ bold: string;
2479
+ };
2480
+ lineHeights: {
2481
+ smaller: string;
2482
+ shorter: string;
2483
+ short: string;
2484
+ base: string;
2485
+ tall: string;
2486
+ };
2487
+ radii: {
2488
+ '3xs': string;
2489
+ '2xs': string;
2490
+ xs: string;
2491
+ sm: string;
2492
+ md: string;
2493
+ lg: string;
2494
+ xl: string;
2495
+ '2xl': string;
2496
+ '3xl': string;
2497
+ '4xl': string;
2498
+ '5xl': string;
2499
+ '6xl': string;
2500
+ '7xl': string;
2501
+ '8xl': string;
2502
+ '9xl': string;
2503
+ '10xl': string;
2504
+ '11xl': string;
2505
+ '12xl': string;
2506
+ '13xl': string;
2507
+ '14xl': string;
2508
+ full: string;
2509
+ };
2510
+ space: {
2511
+ 2: string;
2512
+ 4: string;
2513
+ 6: string;
2514
+ 8: string;
2515
+ 10: string;
2516
+ 12: string;
2517
+ 13: string;
2518
+ 14: string;
2519
+ 16: string;
2520
+ 18: string;
2521
+ 20: string;
2522
+ 22: string;
2523
+ 24: string;
2524
+ 32: string;
2525
+ 36: string;
2526
+ 40: string;
2527
+ 48: string;
2528
+ 56: string;
2529
+ 64: string;
2530
+ 72: string;
2531
+ 80: string;
2532
+ full: string;
2533
+ };
2534
+ }, {
2535
+ height: "space";
2536
+ width: "space";
2537
+ gap: "space";
2538
+ gridGap: "space";
2539
+ columnGap: "space";
2540
+ gridColumnGap: "space";
2541
+ rowGap: "space";
2542
+ gridRowGap: "space";
2543
+ inset: "space";
2544
+ insetBlock: "space";
2545
+ insetBlockEnd: "space";
2546
+ insetBlockStart: "space";
2547
+ insetInline: "space";
2548
+ insetInlineEnd: "space";
2549
+ insetInlineStart: "space";
2550
+ margin: "space";
2551
+ marginTop: "space";
2552
+ marginRight: "space";
2553
+ marginBottom: "space";
2554
+ marginLeft: "space";
2555
+ marginBlock: "space";
2556
+ marginBlockEnd: "space";
2557
+ marginBlockStart: "space";
2558
+ marginInline: "space";
2559
+ marginInlineEnd: "space";
2560
+ marginInlineStart: "space";
2561
+ padding: "space";
2562
+ paddingTop: "space";
2563
+ paddingRight: "space";
2564
+ paddingBottom: "space";
2565
+ paddingLeft: "space";
2566
+ paddingBlock: "space";
2567
+ paddingBlockEnd: "space";
2568
+ paddingBlockStart: "space";
2569
+ paddingInline: "space";
2570
+ paddingInlineEnd: "space";
2571
+ paddingInlineStart: "space";
2572
+ scrollMargin: "space";
2573
+ scrollMarginTop: "space";
2574
+ scrollMarginRight: "space";
2575
+ scrollMarginBottom: "space";
2576
+ scrollMarginLeft: "space";
2577
+ scrollMarginBlock: "space";
2578
+ scrollMarginBlockEnd: "space";
2579
+ scrollMarginBlockStart: "space";
2580
+ scrollMarginInline: "space";
2581
+ scrollMarginInlineEnd: "space";
2582
+ scrollMarginInlineStart: "space";
2583
+ scrollPadding: "space";
2584
+ scrollPaddingTop: "space";
2585
+ scrollPaddingRight: "space";
2586
+ scrollPaddingBottom: "space";
2587
+ scrollPaddingLeft: "space";
2588
+ scrollPaddingBlock: "space";
2589
+ scrollPaddingBlockEnd: "space";
2590
+ scrollPaddingBlockStart: "space";
2591
+ scrollPaddingInline: "space";
2592
+ scrollPaddingInlineEnd: "space";
2593
+ scrollPaddingInlineStart: "space";
2594
+ top: "space";
2595
+ right: "space";
2596
+ bottom: "space";
2597
+ left: "space";
2598
+ fontSize: "fontSizes";
2599
+ background: "colors";
2600
+ backgroundColor: "colors";
2601
+ backgroundImage: "colors";
2602
+ borderImage: "colors";
2603
+ border: "colors";
2604
+ borderBlock: "colors";
2605
+ borderBlockEnd: "colors";
2606
+ borderBlockStart: "colors";
2607
+ borderBottom: "colors";
2608
+ borderBottomColor: "colors";
2609
+ borderColor: "colors";
2610
+ borderInline: "colors";
2611
+ borderInlineEnd: "colors";
2612
+ borderInlineStart: "colors";
2613
+ borderLeft: "colors";
2614
+ borderLeftColor: "colors";
2615
+ borderRight: "colors";
2616
+ borderRightColor: "colors";
2617
+ borderTop: "colors";
2618
+ borderTopColor: "colors";
2619
+ caretColor: "colors";
2620
+ color: "colors";
2621
+ columnRuleColor: "colors";
2622
+ outline: "colors";
2623
+ outlineColor: "colors";
2624
+ fill: "colors";
2625
+ stroke: "colors";
2626
+ textDecorationColor: "colors";
2627
+ fontFamily: "fonts";
2628
+ fontWeight: "fontWeights";
2629
+ lineHeight: "lineHeights";
2630
+ letterSpacing: "letterSpacings";
2631
+ blockSize: "sizes";
2632
+ minBlockSize: "sizes";
2633
+ maxBlockSize: "sizes";
2634
+ inlineSize: "sizes";
2635
+ minInlineSize: "sizes";
2636
+ maxInlineSize: "sizes";
2637
+ minWidth: "sizes";
2638
+ maxWidth: "sizes";
2639
+ minHeight: "sizes";
2640
+ maxHeight: "sizes";
2641
+ flexBasis: "sizes";
2642
+ gridTemplateColumns: "sizes";
2643
+ gridTemplateRows: "sizes";
2644
+ borderWidth: "borderWidths";
2645
+ borderTopWidth: "borderWidths";
2646
+ borderLeftWidth: "borderWidths";
2647
+ borderRightWidth: "borderWidths";
2648
+ borderBottomWidth: "borderWidths";
2649
+ borderStyle: "borderStyles";
2650
+ borderTopStyle: "borderStyles";
2651
+ borderLeftStyle: "borderStyles";
2652
+ borderRightStyle: "borderStyles";
2653
+ borderBottomStyle: "borderStyles";
2654
+ borderRadius: "radii";
2655
+ borderTopLeftRadius: "radii";
2656
+ borderTopRightRadius: "radii";
2657
+ borderBottomRightRadius: "radii";
2658
+ borderBottomLeftRadius: "radii";
2659
+ boxShadow: "shadows";
2660
+ textShadow: "shadows";
2661
+ transition: "transitions";
2662
+ zIndex: "zIndices";
2663
+ }, {}>>;
2664
+ type TextFieldProps = ComponentProps<typeof TextFieldStyled> & {
2665
+ placeholder?: string;
2666
+ children?: React.ReactNode;
2667
+ isValid?: boolean;
2668
+ name?: string;
2669
+ };
2670
+ type TextFieldSlotProps = Omit<ComponentProps<typeof TextFieldStyled>, 'color'> & {
2671
+ placeholder?: string;
2672
+ children?: React.ReactNode;
2673
+ position?: 'flex-start' | 'flex-end';
2674
+ onClick?: () => void;
2675
+ color?: "error" | "success" | undefined;
2676
+ };
2677
+ declare function TextField({ children, isValid, name, color, ...props }: TextFieldProps): react_jsx_runtime.JSX.Element;
2678
+ declare function TextFieldSlot({ children, position, onClick, ...props }: TextFieldSlotProps): react_jsx_runtime.JSX.Element;
2679
+
2680
+ declare const RadioGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadioGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
2681
+ color?: "blue" | "error" | "success" | undefined;
2682
+ disabled?: boolean | "false" | "true" | undefined;
2683
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
2684
+ colors: {
2685
+ brand50: string;
2686
+ brand100: string;
2687
+ brand200: string;
2688
+ brand300: string;
2689
+ brand400: string;
2690
+ brand500: string;
2691
+ brand600: string;
2692
+ brand700: string;
2693
+ brand800: string;
2694
+ brand900: string;
2695
+ brand950: string;
2696
+ blue50: string;
2697
+ blue100: string;
2698
+ blue200: string;
2699
+ blue300: string;
2700
+ blue400: string;
2701
+ blue500: string;
2702
+ blue600: string;
2703
+ blue700: string;
2704
+ blue800: string;
2705
+ blue900: string;
2706
+ blue950: string;
2707
+ red50: string;
2708
+ red100: string;
2709
+ red200: string;
2710
+ red300: string;
2711
+ red400: string;
2712
+ red500: string;
2713
+ red600: string;
2714
+ red700: string;
2715
+ red800: string;
2716
+ red900: string;
2717
+ red950: string;
2718
+ purple50: string;
2719
+ purple100: string;
2720
+ purple200: string;
2721
+ purple300: string;
2722
+ purple400: string;
2723
+ purple500: string;
2724
+ purple600: string;
2725
+ purple700: string;
2726
+ purple800: string;
2727
+ purple900: string;
2728
+ purple950: string;
2729
+ yellow50: string;
2730
+ yellow100: string;
2731
+ yellow200: string;
2732
+ yellow300: string;
2733
+ yellow400: string;
2734
+ yellow500: string;
2735
+ yellow600: string;
2736
+ yellow700: string;
2737
+ yellow800: string;
2738
+ yellow900: string;
2739
+ yellow950: string;
2740
+ dark50: string;
2741
+ dark100: string;
2742
+ dark200: string;
2743
+ dark300: string;
2744
+ dark400: string;
2745
+ dark500: string;
2746
+ dark600: string;
2747
+ dark700: string;
2748
+ dark800: string;
2749
+ dark900: string;
2750
+ dark950: string;
2751
+ neutral50: string;
2752
+ neutral100: string;
2753
+ neutral200: string;
2754
+ neutral300: string;
2755
+ neutral400: string;
2756
+ neutral500: string;
2757
+ neutral600: string;
2758
+ neutral700: string;
2759
+ neutral800: string;
2760
+ neutral900: string;
2761
+ neutral950: string;
2762
+ green50: string;
2763
+ green100: string;
2764
+ green200: string;
2765
+ green300: string;
2766
+ green400: string;
2767
+ green500: string;
2768
+ green600: string;
2769
+ green700: string;
2770
+ green800: string;
2771
+ green900: string;
2772
+ green950: string;
2773
+ grey50: string;
2774
+ grey100: string;
2775
+ grey200: string;
2776
+ grey300: string;
2777
+ grey400: string;
2778
+ grey500: string;
2779
+ grey600: string;
2780
+ grey700: string;
2781
+ grey800: string;
2782
+ grey900: string;
2783
+ grey950: string;
2784
+ error50: string;
2785
+ error100: string;
2786
+ error200: string;
2787
+ error300: string;
2788
+ error400: string;
2789
+ error500: string;
2790
+ error600: string;
2791
+ error700: string;
2792
+ error800: string;
2793
+ error900: string;
2794
+ error950: string;
2795
+ success50: string;
2796
+ success100: string;
2797
+ success200: string;
2798
+ success300: string;
2799
+ success400: string;
2800
+ success500: string;
2801
+ success600: string;
2802
+ success700: string;
2803
+ success800: string;
2804
+ success900: string;
2805
+ success950: string;
2806
+ warning50: string;
2807
+ warning100: string;
2808
+ warning200: string;
2809
+ warning300: string;
2810
+ warning400: string;
2811
+ warning500: string;
2812
+ warning600: string;
2813
+ warning700: string;
2814
+ warning800: string;
2815
+ warning900: string;
2816
+ warning950: string;
2817
+ info50: string;
2818
+ info100: string;
2819
+ info200: string;
2820
+ info300: string;
2821
+ info400: string;
2822
+ info500: string;
2823
+ info600: string;
2824
+ info700: string;
2825
+ info800: string;
2826
+ info900: string;
2827
+ info950: string;
2828
+ };
2829
+ fontSizes: {
2830
+ 2: string;
2831
+ 4: string;
2832
+ 6: string;
2833
+ 8: string;
2834
+ 10: string;
2835
+ 12: string;
2836
+ 13: string;
2837
+ 14: string;
2838
+ 16: string;
2839
+ 18: string;
2840
+ 20: string;
2841
+ 22: string;
2842
+ 24: string;
2843
+ 32: string;
2844
+ 36: string;
2845
+ 40: string;
2846
+ 48: string;
2847
+ 56: string;
2848
+ 64: string;
2849
+ 72: string;
2850
+ 80: string;
2851
+ xs: string;
2852
+ sm: string;
2853
+ md: string;
2854
+ lg: string;
2855
+ '2xl': string;
2856
+ '3xl': string;
2857
+ '4xl': string;
2858
+ full: string;
2859
+ };
2860
+ fonts: {
2861
+ default: string;
2862
+ };
2863
+ fontWeights: {
2864
+ regular: string;
2865
+ medium: string;
2866
+ semibold: string;
2867
+ bold: string;
2868
+ };
2869
+ lineHeights: {
2870
+ smaller: string;
2871
+ shorter: string;
2872
+ short: string;
2873
+ base: string;
2874
+ tall: string;
2875
+ };
2876
+ radii: {
2877
+ '3xs': string;
2878
+ '2xs': string;
2879
+ xs: string;
2880
+ sm: string;
2881
+ md: string;
2882
+ lg: string;
2883
+ xl: string;
2884
+ '2xl': string;
2885
+ '3xl': string;
2886
+ '4xl': string;
2887
+ '5xl': string;
2888
+ '6xl': string;
2889
+ '7xl': string;
2890
+ '8xl': string;
2891
+ '9xl': string;
2892
+ '10xl': string;
2893
+ '11xl': string;
2894
+ '12xl': string;
2895
+ '13xl': string;
2896
+ '14xl': string;
2897
+ full: string;
2898
+ };
2899
+ space: {
2900
+ 2: string;
2901
+ 4: string;
2902
+ 6: string;
2903
+ 8: string;
2904
+ 10: string;
2905
+ 12: string;
2906
+ 13: string;
2907
+ 14: string;
2908
+ 16: string;
2909
+ 18: string;
2910
+ 20: string;
2911
+ 22: string;
2912
+ 24: string;
2913
+ 32: string;
2914
+ 36: string;
2915
+ 40: string;
2916
+ 48: string;
2917
+ 56: string;
2918
+ 64: string;
2919
+ 72: string;
2920
+ 80: string;
2921
+ full: string;
2922
+ };
2923
+ }, {
2924
+ height: "space";
2925
+ width: "space";
2926
+ gap: "space";
2927
+ gridGap: "space";
2928
+ columnGap: "space";
2929
+ gridColumnGap: "space";
2930
+ rowGap: "space";
2931
+ gridRowGap: "space";
2932
+ inset: "space";
2933
+ insetBlock: "space";
2934
+ insetBlockEnd: "space";
2935
+ insetBlockStart: "space";
2936
+ insetInline: "space";
2937
+ insetInlineEnd: "space";
2938
+ insetInlineStart: "space";
2939
+ margin: "space";
2940
+ marginTop: "space";
2941
+ marginRight: "space";
2942
+ marginBottom: "space";
2943
+ marginLeft: "space";
2944
+ marginBlock: "space";
2945
+ marginBlockEnd: "space";
2946
+ marginBlockStart: "space";
2947
+ marginInline: "space";
2948
+ marginInlineEnd: "space";
2949
+ marginInlineStart: "space";
2950
+ padding: "space";
2951
+ paddingTop: "space";
2952
+ paddingRight: "space";
2953
+ paddingBottom: "space";
2954
+ paddingLeft: "space";
2955
+ paddingBlock: "space";
2956
+ paddingBlockEnd: "space";
2957
+ paddingBlockStart: "space";
2958
+ paddingInline: "space";
2959
+ paddingInlineEnd: "space";
2960
+ paddingInlineStart: "space";
2961
+ scrollMargin: "space";
2962
+ scrollMarginTop: "space";
2963
+ scrollMarginRight: "space";
2964
+ scrollMarginBottom: "space";
2965
+ scrollMarginLeft: "space";
2966
+ scrollMarginBlock: "space";
2967
+ scrollMarginBlockEnd: "space";
2968
+ scrollMarginBlockStart: "space";
2969
+ scrollMarginInline: "space";
2970
+ scrollMarginInlineEnd: "space";
2971
+ scrollMarginInlineStart: "space";
2972
+ scrollPadding: "space";
2973
+ scrollPaddingTop: "space";
2974
+ scrollPaddingRight: "space";
2975
+ scrollPaddingBottom: "space";
2976
+ scrollPaddingLeft: "space";
2977
+ scrollPaddingBlock: "space";
2978
+ scrollPaddingBlockEnd: "space";
2979
+ scrollPaddingBlockStart: "space";
2980
+ scrollPaddingInline: "space";
2981
+ scrollPaddingInlineEnd: "space";
2982
+ scrollPaddingInlineStart: "space";
2983
+ top: "space";
2984
+ right: "space";
2985
+ bottom: "space";
2986
+ left: "space";
2987
+ fontSize: "fontSizes";
2988
+ background: "colors";
2989
+ backgroundColor: "colors";
2990
+ backgroundImage: "colors";
2991
+ borderImage: "colors";
2992
+ border: "colors";
2993
+ borderBlock: "colors";
2994
+ borderBlockEnd: "colors";
2995
+ borderBlockStart: "colors";
2996
+ borderBottom: "colors";
2997
+ borderBottomColor: "colors";
2998
+ borderColor: "colors";
2999
+ borderInline: "colors";
3000
+ borderInlineEnd: "colors";
3001
+ borderInlineStart: "colors";
3002
+ borderLeft: "colors";
3003
+ borderLeftColor: "colors";
3004
+ borderRight: "colors";
3005
+ borderRightColor: "colors";
3006
+ borderTop: "colors";
3007
+ borderTopColor: "colors";
3008
+ caretColor: "colors";
3009
+ color: "colors";
3010
+ columnRuleColor: "colors";
3011
+ outline: "colors";
3012
+ outlineColor: "colors";
3013
+ fill: "colors";
3014
+ stroke: "colors";
3015
+ textDecorationColor: "colors";
3016
+ fontFamily: "fonts";
3017
+ fontWeight: "fontWeights";
3018
+ lineHeight: "lineHeights";
3019
+ letterSpacing: "letterSpacings";
3020
+ blockSize: "sizes";
3021
+ minBlockSize: "sizes";
3022
+ maxBlockSize: "sizes";
3023
+ inlineSize: "sizes";
3024
+ minInlineSize: "sizes";
3025
+ maxInlineSize: "sizes";
3026
+ minWidth: "sizes";
3027
+ maxWidth: "sizes";
3028
+ minHeight: "sizes";
3029
+ maxHeight: "sizes";
3030
+ flexBasis: "sizes";
3031
+ gridTemplateColumns: "sizes";
3032
+ gridTemplateRows: "sizes";
3033
+ borderWidth: "borderWidths";
3034
+ borderTopWidth: "borderWidths";
3035
+ borderLeftWidth: "borderWidths";
3036
+ borderRightWidth: "borderWidths";
3037
+ borderBottomWidth: "borderWidths";
3038
+ borderStyle: "borderStyles";
3039
+ borderTopStyle: "borderStyles";
3040
+ borderLeftStyle: "borderStyles";
3041
+ borderRightStyle: "borderStyles";
3042
+ borderBottomStyle: "borderStyles";
3043
+ borderRadius: "radii";
3044
+ borderTopLeftRadius: "radii";
3045
+ borderTopRightRadius: "radii";
3046
+ borderBottomRightRadius: "radii";
3047
+ borderBottomLeftRadius: "radii";
3048
+ boxShadow: "shadows";
3049
+ textShadow: "shadows";
3050
+ transition: "transitions";
3051
+ zIndex: "zIndices";
3052
+ }, {}>>;
3053
+ type RadioGroupProps = ComponentProps<typeof RadioGroupStyled> & {
3054
+ placeholder?: string;
3055
+ children?: React.ReactNode;
3056
+ color?: string;
3057
+ disabled?: boolean;
3058
+ };
3059
+ type RadioItemProps = {
3060
+ children?: React.ReactNode;
3061
+ value: string;
402
3062
  };
3063
+ declare function RadioGroup({ children, disabled, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
3064
+ declare function RadioItem({ children, ...props }: RadioItemProps): react_jsx_runtime.JSX.Element;
403
3065
 
404
- declare const DisplayText: _stitches_react_types_styled_component.StyledComponent<"p", {
405
- size?: "sm" | "md" | "lg" | undefined;
3066
+ declare const CheckboxGroupStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<CheckboxGroup$1.RootProps & react.RefAttributes<HTMLDivElement>>, {
3067
+ color?: "blue" | "error" | "success" | undefined;
3068
+ disabled?: boolean | "false" | "true" | undefined;
406
3069
  }, {}, _stitches_react_types_css_util.CSS<{}, {
407
3070
  colors: {
408
3071
  brand50: string;
@@ -773,13 +3436,32 @@ declare const DisplayText: _stitches_react_types_styled_component.StyledComponen
773
3436
  transition: "transitions";
774
3437
  zIndex: "zIndices";
775
3438
  }, {}>>;
776
- type DisplayTextProps = ComponentProps<typeof DisplayText> & {
3439
+ type CheckboxGroupProps = ComponentProps<typeof CheckboxGroupStyled> & {
3440
+ placeholder?: string;
3441
+ children?: React.ReactNode;
3442
+ color?: string;
3443
+ disabled?: boolean;
3444
+ };
3445
+ type CheckboxItemProps = {
3446
+ children?: React.ReactNode;
3447
+ value: string;
3448
+ style?: React.CSSProperties;
3449
+ };
3450
+ declare function CheckboxGroup({ children, ...props }: CheckboxGroupProps): react_jsx_runtime.JSX.Element;
3451
+ declare function CheckboxItem({ children, ...props }: CheckboxItemProps): react_jsx_runtime.JSX.Element;
3452
+
3453
+ type FilterProps = ComponentProps<typeof DropdownMenu$1.Root> & {
3454
+ as?: ElementType;
3455
+ placeholder?: string;
3456
+ };
3457
+ type FilterItemProps = ComponentProps<typeof CheckboxItem> & {
777
3458
  as?: ElementType;
3459
+ value: string;
778
3460
  };
3461
+ declare function Filter({ children, placeholder, ...props }: FilterProps): react_jsx_runtime.JSX.Element;
3462
+ declare function FilterItem({ children, ...props }: FilterItemProps): react_jsx_runtime.JSX.Element;
779
3463
 
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;
782
- }, {}, _stitches_react_types_css_util.CSS<{}, {
3464
+ declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<DropdownMenu$1.ItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
783
3465
  colors: {
784
3466
  brand50: string;
785
3467
  brand100: string;
@@ -1149,12 +3831,21 @@ declare const Headline: _stitches_react_types_styled_component.StyledComponent<r
1149
3831
  transition: "transitions";
1150
3832
  zIndex: "zIndices";
1151
3833
  }, {}>>;
1152
- type HeadlineProps = ComponentProps<typeof Headline> & {
3834
+ type DropdownMenuProps = ComponentProps<typeof DropdownMenu$1.Root> & {
3835
+ as?: ElementType;
3836
+ placeholder?: string;
3837
+ };
3838
+ type DropdownMenuItemProps = ComponentProps<typeof DropdownMenuItemStyled> & {
1153
3839
  as?: ElementType;
3840
+ value: string;
1154
3841
  };
3842
+ declare function DropdownMenu({ children, placeholder, ...props }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
3843
+ declare function DropdownMenuItem({ children, ...props }: DropdownMenuItemProps): react_jsx_runtime.JSX.Element;
1155
3844
 
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;
3845
+ declare const BadgeStyled: _stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_radix_ui_themes.BadgeProps & react__default.RefAttributes<HTMLSpanElement>>, {
3846
+ color?: "blue" | "green" | "grey" | "orange" | "pink" | "purple" | "red" | "yellow" | "dark" | "light" | "primary" | "disable" | undefined;
3847
+ size?: "xs" | "sm" | "md" | "xl" | undefined;
3848
+ radii?: "full" | undefined;
1158
3849
  }, {}, _stitches_react_types_css_util.CSS<{}, {
1159
3850
  colors: {
1160
3851
  brand50: string;
@@ -1525,13 +4216,15 @@ declare const Subtitle: _stitches_react_types_styled_component.StyledComponent<r
1525
4216
  transition: "transitions";
1526
4217
  zIndex: "zIndices";
1527
4218
  }, {}>>;
1528
- type SubtitleProps = ComponentProps<typeof Subtitle> & {
4219
+ type BadgeProps = ComponentProps<typeof BadgeStyled> & {
1529
4220
  as?: ElementType;
4221
+ icon?: boolean;
4222
+ size: 'md';
4223
+ children: react__default.ReactNode;
1530
4224
  };
4225
+ declare function Badge({ asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
1531
4226
 
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<{}, {
4227
+ declare const ModalStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
1535
4228
  colors: {
1536
4229
  brand50: string;
1537
4230
  brand100: string;
@@ -1901,13 +4594,7 @@ declare const BodyText: _stitches_react_types_styled_component.StyledComponent<r
1901
4594
  transition: "transitions";
1902
4595
  zIndex: "zIndices";
1903
4596
  }, {}>>;
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<{}, {
4597
+ declare const ModalContentStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1911
4598
  colors: {
1912
4599
  brand50: string;
1913
4600
  brand100: string;
@@ -2277,13 +4964,7 @@ declare const Label: _stitches_react_types_styled_component.StyledComponent<reac
2277
4964
  transition: "transitions";
2278
4965
  zIndex: "zIndices";
2279
4966
  }, {}>>;
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<{}, {
4967
+ declare const ModalTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
2287
4968
  colors: {
2288
4969
  brand50: string;
2289
4970
  brand100: string;
@@ -2653,11 +5334,21 @@ declare const BadgeText: _stitches_react_types_styled_component.StyledComponent<
2653
5334
  transition: "transitions";
2654
5335
  zIndex: "zIndices";
2655
5336
  }, {}>>;
2656
- type BadgeTextProps = ComponentProps<typeof BadgeText> & {
2657
- as?: ElementType;
5337
+ type ModalProps = ComponentProps<typeof ModalStyled> & {
5338
+ trigger: React.ReactNode;
5339
+ title?: string;
5340
+ children: React.ReactNode;
5341
+ cancel?: boolean;
5342
+ cancelText?: string;
5343
+ action?: boolean;
5344
+ actionText?: string;
5345
+ onAction?: () => void;
2658
5346
  };
5347
+ declare function Modal({ children, title, trigger, cancel, cancelText, action, actionText, onAction, ...props }: ModalProps): react_jsx_runtime.JSX.Element;
2659
5348
 
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<{}, {
5349
+ declare const AlertDialogSimpleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
5350
+ color?: "info" | "warning" | "error" | "success" | undefined;
5351
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
2661
5352
  colors: {
2662
5353
  brand50: string;
2663
5354
  brand100: string;
@@ -3027,11 +5718,9 @@ declare const CaptionText: _stitches_react_types_styled_component.StyledComponen
3027
5718
  transition: "transitions";
3028
5719
  zIndex: "zIndices";
3029
5720
  }, {}>>;
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<{}, {
5721
+ declare const AlertDialogCompleteStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
5722
+ color?: undefined;
5723
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
3035
5724
  colors: {
3036
5725
  brand50: string;
3037
5726
  brand100: string;
@@ -3401,16 +6090,7 @@ declare const TooltipText: _stitches_react_types_styled_component.StyledComponen
3401
6090
  transition: "transitions";
3402
6091
  zIndex: "zIndices";
3403
6092
  }, {}>>;
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<{}, {
6093
+ declare const AlertDialogDescriptionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.DescriptionProps & react.RefAttributes<HTMLParagraphElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
3414
6094
  colors: {
3415
6095
  brand50: string;
3416
6096
  brand100: string;
@@ -3780,14 +6460,7 @@ declare const ButtonStyled: _stitches_react_types_styled_component.StyledCompone
3780
6460
  transition: "transitions";
3781
6461
  zIndex: "zIndices";
3782
6462
  }, {}>>;
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<{}, {
6463
+ declare const AlertDialogTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
3791
6464
  colors: {
3792
6465
  brand50: string;
3793
6466
  brand100: string;
@@ -4157,11 +6830,7 @@ declare const ButtonItemStyled: _stitches_react_types_styled_component.StyledCom
4157
6830
  transition: "transitions";
4158
6831
  zIndex: "zIndices";
4159
6832
  }, {}>>;
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<{}, {
6833
+ declare const AlertDialogSubtitleStyled: _stitches_react_types_styled_component.StyledComponent<typeof Text, {}, {}, _stitches_react_types_css_util.CSS<{}, {
4165
6834
  colors: {
4166
6835
  brand50: string;
4167
6836
  brand100: string;
@@ -4531,17 +7200,7 @@ declare const ButtonGroupStyled: _stitches_react_types_styled_component.StyledCo
4531
7200
  transition: "transitions";
4532
7201
  zIndex: "zIndices";
4533
7202
  }, {}>>;
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<{}, {
7203
+ declare const AlertDialogRowStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
4545
7204
  colors: {
4546
7205
  brand50: string;
4547
7206
  brand100: string;
@@ -4911,17 +7570,7 @@ declare const AvatarStyled: _stitches_react_types_styled_component.StyledCompone
4911
7570
  transition: "transitions";
4912
7571
  zIndex: "zIndices";
4913
7572
  }, {}>>;
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<{}, {
7573
+ declare const AlertDialoghrStyled: _stitches_react_types_styled_component.StyledComponent<"hr", {}, {}, _stitches_react_types_css_util.CSS<{}, {
4925
7574
  colors: {
4926
7575
  brand50: string;
4927
7576
  brand100: string;
@@ -5291,15 +7940,28 @@ declare const Flex: _stitches_react_types_styled_component.StyledComponent<react
5291
7940
  transition: "transitions";
5292
7941
  zIndex: "zIndices";
5293
7942
  }, {}>>;
5294
- type FlexProps = ComponentProps<typeof Flex> & {
5295
- as?: ElementType;
7943
+ type AlertProps = {
7944
+ trigger: React.ReactNode;
7945
+ color?: 'error' | 'warning' | 'success' | 'info';
7946
+ simpleAlert?: {
7947
+ description: string;
7948
+ cancel: boolean;
7949
+ };
7950
+ completAlert?: {
7951
+ title?: string;
7952
+ subtitle?: string;
7953
+ description: string;
7954
+ cancel: boolean;
7955
+ cancelText?: string;
7956
+ actionText?: string;
7957
+ onAction?: () => void;
7958
+ };
5296
7959
  };
7960
+ declare function Alert({ color, trigger, completAlert, simpleAlert, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
5297
7961
 
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;
7962
+ declare const SwitchStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
7963
+ color?: "brand" | undefined;
7964
+ size?: "sm" | "md" | "lg" | undefined;
5303
7965
  }, {}, _stitches_react_types_css_util.CSS<{}, {
5304
7966
  colors: {
5305
7967
  brand50: string;
@@ -5670,7 +8332,13 @@ declare const TextFieldStyled: _stitches_react_types_styled_component.StyledComp
5670
8332
  transition: "transitions";
5671
8333
  zIndex: "zIndices";
5672
8334
  }, {}>>;
5673
- declare const TextFieldSlotStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<TextField$1.SlotProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8335
+ type SwitchProps = ComponentProps<typeof Switch$1> & {
8336
+ color?: 'brand';
8337
+ size?: 'sm' | 'md' | 'lg';
8338
+ };
8339
+ declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
8340
+
8341
+ declare const StepStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
5674
8342
  colors: {
5675
8343
  brand50: string;
5676
8344
  brand100: string;
@@ -6040,25 +8708,37 @@ declare const TextFieldSlotStyled: _stitches_react_types_styled_component.Styled
6040
8708
  transition: "transitions";
6041
8709
  zIndex: "zIndices";
6042
8710
  }, {}>>;
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;
8711
+ type StepProps = ComponentProps<typeof StepStyled> & {
8712
+ children: react__default.ReactNode;
8713
+ defaultValue: number;
6055
8714
  };
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;
8715
+ declare function Step({ children, defaultValue, ...props }: StepProps): react_jsx_runtime.JSX.Element;
8716
+ declare function StepTrigger({ value, children, currentStep, ...props }: {
8717
+ value: number;
8718
+ children: react__default.ReactNode | string;
8719
+ currentStep?: number;
8720
+ onClick: () => void;
8721
+ }): react_jsx_runtime.JSX.Element;
8722
+ declare function StepContent({ value, children, ...props }: {
8723
+ value: number;
8724
+ children: react__default.ReactNode;
8725
+ }): react_jsx_runtime.JSX.Element;
8726
+ declare function StepList({ children, currentStep, ...props }: {
8727
+ children: react__default.ReactNode;
8728
+ currentStep: number;
8729
+ }): react_jsx_runtime.JSX.Element;
8730
+ declare function StepWrapper({ children, ...props }: {
8731
+ children: react__default.ReactNode;
8732
+ }): react_jsx_runtime.JSX.Element;
6058
8733
 
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;
8734
+ declare const FlexStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.FlexProps & react.RefAttributes<HTMLDivElement>>, {
8735
+ display?: "flex" | "inline-flex" | undefined;
8736
+ align?: "end" | "stretch" | "center" | "start" | "baseline" | undefined;
8737
+ justify?: "end" | "center" | "start" | "between" | "around" | "evenly" | undefined;
8738
+ direction?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
8739
+ 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;
8740
+ 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;
8741
+ 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
8742
  }, {}, _stitches_react_types_css_util.CSS<{}, {
6063
8743
  colors: {
6064
8744
  brand50: string;
@@ -6429,22 +9109,24 @@ declare const RadioGroupStyled: _stitches_react_types_styled_component.StyledCom
6429
9109
  transition: "transitions";
6430
9110
  zIndex: "zIndices";
6431
9111
  }, {}>>;
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;
9112
+ type FlexProps = ComponentProps<typeof FlexStyled> & {
9113
+ as?: ElementType;
9114
+ children: React.ReactNode;
6441
9115
  };
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;
9116
+ declare function Flex({ children, ...props }: FlexProps): react_jsx_runtime.JSX.Element;
6444
9117
 
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;
9118
+ declare const Box: react.ForwardRefExoticComponent<_radix_ui_themes.BoxProps & react.RefAttributes<HTMLDivElement>>;
9119
+
9120
+ declare const GridStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.GridProps & react.RefAttributes<HTMLDivElement>>, {
9121
+ display?: "grid" | "inline-grid" | undefined;
9122
+ align?: "end" | "stretch" | "center" | "start" | undefined;
9123
+ justify?: "end" | "center" | "start" | "between" | undefined;
9124
+ flow?: "column" | "row" | "row-dense" | "column-dense" | undefined;
9125
+ columns?: 1 | 2 | "1" | "2" | "3" | "4" | "6" | 4 | 6 | 12 | "12" | 3 | undefined;
9126
+ rows?: 1 | 2 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | 4 | 6 | 8 | 10 | 12 | "10" | "12" | 3 | 9 | "11" | 5 | 7 | 11 | undefined;
9127
+ 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;
9128
+ 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;
9129
+ 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
9130
  }, {}, _stitches_react_types_css_util.CSS<{}, {
6449
9131
  colors: {
6450
9132
  brand50: string;
@@ -6815,32 +9497,18 @@ declare const CheckboxGroupStyled: _stitches_react_types_styled_component.Styled
6815
9497
  transition: "transitions";
6816
9498
  zIndex: "zIndices";
6817
9499
  }, {}>>;
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> & {
9500
+ type GridProps = ComponentProps<typeof GridStyled> & {
6837
9501
  as?: ElementType;
6838
- value: string;
9502
+ children: React.ReactNode;
9503
+ areas?: string;
6839
9504
  };
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;
9505
+ declare function Grid({ children, ...props }: GridProps): react_jsx_runtime.JSX.Element;
6842
9506
 
6843
- declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<DropdownMenu$1.ItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9507
+ declare const ContainerStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.ContainerProps & react.RefAttributes<HTMLDivElement>>, {
9508
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | "xxl" | "responsive" | undefined;
9509
+ display?: "initial" | "none" | undefined;
9510
+ align?: "left" | "right" | "center" | undefined;
9511
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
6844
9512
  colors: {
6845
9513
  brand50: string;
6846
9514
  brand100: string;
@@ -7210,21 +9878,15 @@ declare const DropdownMenuItemStyled: _stitches_react_types_styled_component.Sty
7210
9878
  transition: "transitions";
7211
9879
  zIndex: "zIndices";
7212
9880
  }, {}>>;
7213
- type DropdownMenuProps = ComponentProps<typeof DropdownMenu$1.Root> & {
9881
+ type ContainerProps = ComponentProps<typeof ContainerStyled> & {
7214
9882
  as?: ElementType;
7215
- placeholder?: string;
7216
- };
7217
- type DropdownMenuItemProps = ComponentProps<typeof DropdownMenuItemStyled> & {
7218
- as?: ElementType;
7219
- value: string;
9883
+ children: React.ReactNode;
7220
9884
  };
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;
9885
+ declare function Container({ children, ...props }: ContainerProps): react_jsx_runtime.JSX.Element;
7223
9886
 
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;
9887
+ declare const SectionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SectionProps & react.RefAttributes<HTMLDivElement>>, {
9888
+ size?: "xs" | "sm" | "md" | "xl" | "lg" | "xxl" | "responsive" | undefined;
9889
+ display?: "initial" | "none" | undefined;
7228
9890
  }, {}, _stitches_react_types_css_util.CSS<{}, {
7229
9891
  colors: {
7230
9892
  brand50: string;
@@ -7595,12 +10257,10 @@ declare const BadgeStyled: _stitches_react_types_styled_component.StyledComponen
7595
10257
  transition: "transitions";
7596
10258
  zIndex: "zIndices";
7597
10259
  }, {}>>;
7598
- type BadgeProps = ComponentProps<typeof BadgeStyled> & {
10260
+ type SectionProps = ComponentProps<typeof SectionStyled> & {
7599
10261
  as?: ElementType;
7600
- icon?: boolean;
7601
- size: 'md';
7602
- children: react__default.ReactNode;
10262
+ children: React.ReactNode;
7603
10263
  };
7604
- declare function Badge({ asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
10264
+ declare function Section({ children, ...props }: SectionProps): react_jsx_runtime.JSX.Element;
7605
10265
 
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 };
10266
+ 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 };