@obolnetwork/obol-ui 1.0.53 → 1.0.55

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.
@@ -483,9 +483,979 @@ export declare const TextField: import("@stitches/react/types/styled-component")
483
483
  };
484
484
  };
485
485
  }>>;
486
+ export declare const TextAreaField: import("@stitches/react/types/styled-component").StyledComponent<"textarea", {
487
+ withCopy?: boolean | "true" | undefined;
488
+ }, {
489
+ motion: "(prefers-reduced-motion)";
490
+ hover: "(any-hover: hover)";
491
+ dark: "(prefers-color-scheme: dark)";
492
+ light: "(prefers-color-scheme: light)";
493
+ xs: "(max-width: 520px)";
494
+ sm: "(max-width: 900px)";
495
+ bp2: "(min-width: 900px)";
496
+ md: "(max-width: 1200px)";
497
+ lg: "(max-width: 1800px)";
498
+ }, import("@stitches/react/types/css-util").CSS<{
499
+ motion: "(prefers-reduced-motion)";
500
+ hover: "(any-hover: hover)";
501
+ dark: "(prefers-color-scheme: dark)";
502
+ light: "(prefers-color-scheme: light)";
503
+ xs: "(max-width: 520px)";
504
+ sm: "(max-width: 900px)";
505
+ bp2: "(min-width: 900px)";
506
+ md: "(max-width: 1200px)";
507
+ lg: "(max-width: 1800px)";
508
+ }, {
509
+ colors: {
510
+ white: string;
511
+ black: string;
512
+ lightBackground: string;
513
+ obolBlue: string;
514
+ primaryBgDefault: string;
515
+ primaryBgDefaultHover: string;
516
+ primaryTextDefault: string;
517
+ secondaryBgDefault: string;
518
+ secondaryBgHover: string;
519
+ grayBgDefault: string;
520
+ gray2BgDefault: string;
521
+ neutralDark: string;
522
+ navButtonBgDefault: string;
523
+ navButtonBgHover: string;
524
+ cardBackgroundDark: string;
525
+ cardBackgroundLight: string;
526
+ textMiddle: string;
527
+ textLight: string;
528
+ textLighter: string;
529
+ textTabHover: string;
530
+ textTabInactive: string;
531
+ textGreenDark: string;
532
+ textGreenLight: string;
533
+ textGreen1: string;
534
+ textGreen2: string;
535
+ textGreen3: string;
536
+ textGreenHover: string;
537
+ textCreateHover: string;
538
+ textGrayHover: string;
539
+ txButton: string;
540
+ obolGreen: string;
541
+ obolMidGreen: string;
542
+ obolGreenHover: string;
543
+ obolGreenLight: string;
544
+ obolDarkDark: string;
545
+ obolDisabled: string;
546
+ linkButtonHover: string;
547
+ progressTrackerGreen: string;
548
+ lightGrey: string;
549
+ coordinate: string;
550
+ coordinateHover: string;
551
+ test: string;
552
+ testHover: string;
553
+ create: string;
554
+ createHover: string;
555
+ light: string;
556
+ body: string;
557
+ muted: string;
558
+ menu: string;
559
+ bg01: string;
560
+ bg02: string;
561
+ bg03: string;
562
+ bg04: string;
563
+ bg05: string;
564
+ tooltip: string;
565
+ tooltip2: string;
566
+ };
567
+ space: {
568
+ 1: string;
569
+ 2: string;
570
+ xxxs: string;
571
+ xxs: string;
572
+ xs: string;
573
+ sm: string;
574
+ md: string;
575
+ lg: string;
576
+ xl: string;
577
+ "2xl": string;
578
+ "3xl": string;
579
+ "4xl": string;
580
+ "5xl": string;
581
+ "6xl": string;
582
+ "7xl": string;
583
+ };
584
+ sizes: {
585
+ 1: string;
586
+ 2: string;
587
+ xxxs: string;
588
+ xxs: string;
589
+ xs: string;
590
+ sm: string;
591
+ md: string;
592
+ lg: string;
593
+ xl: string;
594
+ "2xl": string;
595
+ "3xl": string;
596
+ "4xl": string;
597
+ "5xl": string;
598
+ "6xl": string;
599
+ "7xl": string;
600
+ max: string;
601
+ min: string;
602
+ full: string;
603
+ };
604
+ radii: {
605
+ 1: string;
606
+ 2: string;
607
+ 3: string;
608
+ 4: string;
609
+ 5: string;
610
+ round: string;
611
+ pill: string;
612
+ };
613
+ fontSizes: {
614
+ 1: string;
615
+ 2: string;
616
+ 3: string;
617
+ 4: string;
618
+ 5: string;
619
+ 6: string;
620
+ 7: string;
621
+ 8: string;
622
+ 9: string;
623
+ 10: string;
624
+ 11: string;
625
+ };
626
+ fontWeights: {
627
+ hairline: number;
628
+ thin: number;
629
+ light: number;
630
+ normal: number;
631
+ medium: number;
632
+ semibold: number;
633
+ bold: number;
634
+ extrabold: number;
635
+ black: number;
636
+ };
637
+ lineHeights: {
638
+ normal: string;
639
+ none: number;
640
+ shorter: number;
641
+ short: number;
642
+ base: number;
643
+ tall: number;
644
+ tall2: number;
645
+ taller: number;
646
+ };
647
+ letterSpacings: {
648
+ tighter: string;
649
+ tight: string;
650
+ normal: string;
651
+ wide: string;
652
+ wider: string;
653
+ widest: string;
654
+ };
655
+ borderWidths: unknown;
656
+ borderStyles: unknown;
657
+ shadows: unknown;
658
+ zIndices: unknown;
659
+ transitions: unknown;
660
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
661
+ p: (value: {
662
+ readonly [Stitches.$$PropertyValue]: "padding";
663
+ }) => {
664
+ padding: {
665
+ readonly [Stitches.$$PropertyValue]: "padding";
666
+ };
667
+ };
668
+ pt: (value: {
669
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
670
+ }) => {
671
+ paddingTop: {
672
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
673
+ };
674
+ };
675
+ pr: (value: {
676
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
677
+ }) => {
678
+ paddingRight: {
679
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
680
+ };
681
+ };
682
+ pb: (value: {
683
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
684
+ }) => {
685
+ paddingBottom: {
686
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
687
+ };
688
+ };
689
+ pl: (value: {
690
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
691
+ }) => {
692
+ paddingLeft: {
693
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
694
+ };
695
+ };
696
+ px: (value: {
697
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
698
+ }) => {
699
+ paddingLeft: {
700
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
701
+ };
702
+ paddingRight: {
703
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
704
+ };
705
+ };
706
+ py: (value: {
707
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
708
+ }) => {
709
+ paddingTop: {
710
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
711
+ };
712
+ paddingBottom: {
713
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
714
+ };
715
+ };
716
+ m: (value: {
717
+ readonly [Stitches.$$PropertyValue]: "margin";
718
+ }) => {
719
+ margin: {
720
+ readonly [Stitches.$$PropertyValue]: "margin";
721
+ };
722
+ };
723
+ mt: (value: {
724
+ readonly [Stitches.$$PropertyValue]: "marginTop";
725
+ }) => {
726
+ marginTop: {
727
+ readonly [Stitches.$$PropertyValue]: "marginTop";
728
+ };
729
+ };
730
+ mr: (value: {
731
+ readonly [Stitches.$$PropertyValue]: "marginRight";
732
+ }) => {
733
+ marginRight: {
734
+ readonly [Stitches.$$PropertyValue]: "marginRight";
735
+ };
736
+ };
737
+ mb: (value: {
738
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
739
+ }) => {
740
+ marginBottom: {
741
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
742
+ };
743
+ };
744
+ ml: (value: {
745
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
746
+ }) => {
747
+ marginLeft: {
748
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
749
+ };
750
+ };
751
+ mx: (value: {
752
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
753
+ }) => {
754
+ marginLeft: {
755
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
756
+ };
757
+ marginRight: {
758
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
759
+ };
760
+ };
761
+ my: (value: {
762
+ readonly [Stitches.$$PropertyValue]: "marginTop";
763
+ }) => {
764
+ marginTop: {
765
+ readonly [Stitches.$$PropertyValue]: "marginTop";
766
+ };
767
+ marginBottom: {
768
+ readonly [Stitches.$$PropertyValue]: "marginTop";
769
+ };
770
+ };
771
+ ta: (value: {
772
+ readonly [Stitches.$$PropertyValue]: "textAlign";
773
+ }) => {
774
+ textAlign: {
775
+ readonly [Stitches.$$PropertyValue]: "textAlign";
776
+ };
777
+ };
778
+ fd: (value: {
779
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
780
+ }) => {
781
+ flexDirection: {
782
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
783
+ };
784
+ };
785
+ fw: (value: {
786
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
787
+ }) => {
788
+ flexWrap: {
789
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
790
+ };
791
+ };
792
+ ai: (value: {
793
+ readonly [Stitches.$$PropertyValue]: "alignItems";
794
+ }) => {
795
+ alignItems: {
796
+ readonly [Stitches.$$PropertyValue]: "alignItems";
797
+ };
798
+ };
799
+ ac: (value: {
800
+ readonly [Stitches.$$PropertyValue]: "alignContent";
801
+ }) => {
802
+ alignContent: {
803
+ readonly [Stitches.$$PropertyValue]: "alignContent";
804
+ };
805
+ };
806
+ jc: (value: {
807
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
808
+ }) => {
809
+ justifyContent: {
810
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
811
+ };
812
+ };
813
+ as: (value: {
814
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
815
+ }) => {
816
+ alignSelf: {
817
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
818
+ };
819
+ };
820
+ fg: (value: {
821
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
822
+ }) => {
823
+ flexGrow: {
824
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
825
+ };
826
+ };
827
+ fs: (value: {
828
+ readonly [Stitches.$$PropertyValue]: "flexShrink";
829
+ }) => {
830
+ flexShrink: {
831
+ readonly [Stitches.$$PropertyValue]: "flexShrink";
832
+ };
833
+ };
834
+ fb: (value: {
835
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
836
+ }) => {
837
+ flexBasis: {
838
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
839
+ };
840
+ };
841
+ bc: (value: {
842
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
843
+ }) => {
844
+ backgroundColor: {
845
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
846
+ };
847
+ };
848
+ br: (value: {
849
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
850
+ }) => {
851
+ borderRadius: {
852
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
853
+ };
854
+ };
855
+ btrr: (value: {
856
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
857
+ }) => {
858
+ borderTopRightRadius: {
859
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
860
+ };
861
+ };
862
+ bbrr: (value: {
863
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
864
+ }) => {
865
+ borderBottomRightRadius: {
866
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
867
+ };
868
+ };
869
+ bblr: (value: {
870
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
871
+ }) => {
872
+ borderBottomLeftRadius: {
873
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
874
+ };
875
+ };
876
+ btlr: (value: {
877
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
878
+ }) => {
879
+ borderTopLeftRadius: {
880
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
881
+ };
882
+ };
883
+ bs: (value: {
884
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
885
+ }) => {
886
+ boxShadow: {
887
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
888
+ };
889
+ };
890
+ lh: (value: {
891
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
892
+ }) => {
893
+ lineHeight: {
894
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
895
+ };
896
+ };
897
+ ox: (value: {
898
+ readonly [Stitches.$$PropertyValue]: "overflowX";
899
+ }) => {
900
+ overflowX: {
901
+ readonly [Stitches.$$PropertyValue]: "overflowX";
902
+ };
903
+ };
904
+ oy: (value: {
905
+ readonly [Stitches.$$PropertyValue]: "overflowY";
906
+ }) => {
907
+ overflowY: {
908
+ readonly [Stitches.$$PropertyValue]: "overflowY";
909
+ };
910
+ };
911
+ pe: (value: {
912
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
913
+ }) => {
914
+ pointerEvents: {
915
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
916
+ };
917
+ };
918
+ us: (value: {
919
+ readonly [Stitches.$$PropertyValue]: "userSelect";
920
+ }) => {
921
+ WebkitUserSelect: {
922
+ readonly [Stitches.$$PropertyValue]: "userSelect";
923
+ };
924
+ userSelect: {
925
+ readonly [Stitches.$$PropertyValue]: "userSelect";
926
+ };
927
+ };
928
+ userSelect: (value: {
929
+ readonly [Stitches.$$PropertyValue]: "userSelect";
930
+ }) => {
931
+ WebkitUserSelect: {
932
+ readonly [Stitches.$$PropertyValue]: "userSelect";
933
+ };
934
+ userSelect: {
935
+ readonly [Stitches.$$PropertyValue]: "userSelect";
936
+ };
937
+ };
938
+ size: (value: {
939
+ readonly [Stitches.$$PropertyValue]: "width";
940
+ }) => {
941
+ width: {
942
+ readonly [Stitches.$$PropertyValue]: "width";
943
+ };
944
+ height: {
945
+ readonly [Stitches.$$PropertyValue]: "width";
946
+ };
947
+ };
948
+ appearance: (value: {
949
+ readonly [Stitches.$$PropertyValue]: "appearance";
950
+ }) => {
951
+ WebkitAppearance: {
952
+ readonly [Stitches.$$PropertyValue]: "appearance";
953
+ };
954
+ appearance: {
955
+ readonly [Stitches.$$PropertyValue]: "appearance";
956
+ };
957
+ };
958
+ backgroundClip: (value: {
959
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
960
+ }) => {
961
+ WebkitBackgroundClip: {
962
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
963
+ };
964
+ backgroundClip: {
965
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
966
+ };
967
+ };
968
+ }>>;
486
969
  export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponent<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & {
487
970
  ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
488
- }, "withCopy" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
971
+ }, "css" | "withCopy"> & import("@stitches/react/types/styled-component").TransformProps<{
972
+ withCopy?: boolean | "true" | undefined;
973
+ }, {
974
+ motion: "(prefers-reduced-motion)";
975
+ hover: "(any-hover: hover)";
976
+ dark: "(prefers-color-scheme: dark)";
977
+ light: "(prefers-color-scheme: light)";
978
+ xs: "(max-width: 520px)";
979
+ sm: "(max-width: 900px)";
980
+ bp2: "(min-width: 900px)";
981
+ md: "(max-width: 1200px)";
982
+ lg: "(max-width: 1800px)";
983
+ }> & {
984
+ css?: import("@stitches/react/types/css-util").CSS<{
985
+ motion: "(prefers-reduced-motion)";
986
+ hover: "(any-hover: hover)";
987
+ dark: "(prefers-color-scheme: dark)";
988
+ light: "(prefers-color-scheme: light)";
989
+ xs: "(max-width: 520px)";
990
+ sm: "(max-width: 900px)";
991
+ bp2: "(min-width: 900px)";
992
+ md: "(max-width: 1200px)";
993
+ lg: "(max-width: 1800px)";
994
+ }, {
995
+ colors: {
996
+ white: string;
997
+ black: string;
998
+ lightBackground: string;
999
+ obolBlue: string;
1000
+ primaryBgDefault: string;
1001
+ primaryBgDefaultHover: string;
1002
+ primaryTextDefault: string;
1003
+ secondaryBgDefault: string;
1004
+ secondaryBgHover: string;
1005
+ grayBgDefault: string;
1006
+ gray2BgDefault: string;
1007
+ neutralDark: string;
1008
+ navButtonBgDefault: string;
1009
+ navButtonBgHover: string;
1010
+ cardBackgroundDark: string;
1011
+ cardBackgroundLight: string;
1012
+ textMiddle: string;
1013
+ textLight: string;
1014
+ textLighter: string;
1015
+ textTabHover: string;
1016
+ textTabInactive: string;
1017
+ textGreenDark: string;
1018
+ textGreenLight: string;
1019
+ textGreen1: string;
1020
+ textGreen2: string;
1021
+ textGreen3: string;
1022
+ textGreenHover: string;
1023
+ textCreateHover: string;
1024
+ textGrayHover: string;
1025
+ txButton: string;
1026
+ obolGreen: string;
1027
+ obolMidGreen: string;
1028
+ obolGreenHover: string;
1029
+ obolGreenLight: string;
1030
+ obolDarkDark: string;
1031
+ obolDisabled: string;
1032
+ linkButtonHover: string;
1033
+ progressTrackerGreen: string;
1034
+ lightGrey: string;
1035
+ coordinate: string;
1036
+ coordinateHover: string;
1037
+ test: string;
1038
+ testHover: string;
1039
+ create: string;
1040
+ createHover: string;
1041
+ light: string;
1042
+ body: string;
1043
+ muted: string;
1044
+ menu: string;
1045
+ bg01: string;
1046
+ bg02: string;
1047
+ bg03: string;
1048
+ bg04: string;
1049
+ bg05: string;
1050
+ tooltip: string;
1051
+ tooltip2: string;
1052
+ };
1053
+ space: {
1054
+ 1: string;
1055
+ 2: string;
1056
+ xxxs: string;
1057
+ xxs: string;
1058
+ xs: string;
1059
+ sm: string;
1060
+ md: string;
1061
+ lg: string;
1062
+ xl: string;
1063
+ "2xl": string;
1064
+ "3xl": string;
1065
+ "4xl": string;
1066
+ "5xl": string;
1067
+ "6xl": string;
1068
+ "7xl": string;
1069
+ };
1070
+ sizes: {
1071
+ 1: string;
1072
+ 2: string;
1073
+ xxxs: string;
1074
+ xxs: string;
1075
+ xs: string;
1076
+ sm: string;
1077
+ md: string;
1078
+ lg: string;
1079
+ xl: string;
1080
+ "2xl": string;
1081
+ "3xl": string;
1082
+ "4xl": string;
1083
+ "5xl": string;
1084
+ "6xl": string;
1085
+ "7xl": string;
1086
+ max: string;
1087
+ min: string;
1088
+ full: string;
1089
+ };
1090
+ radii: {
1091
+ 1: string;
1092
+ 2: string;
1093
+ 3: string;
1094
+ 4: string;
1095
+ 5: string;
1096
+ round: string;
1097
+ pill: string;
1098
+ };
1099
+ fontSizes: {
1100
+ 1: string;
1101
+ 2: string;
1102
+ 3: string;
1103
+ 4: string;
1104
+ 5: string;
1105
+ 6: string;
1106
+ 7: string;
1107
+ 8: string;
1108
+ 9: string;
1109
+ 10: string;
1110
+ 11: string;
1111
+ };
1112
+ fontWeights: {
1113
+ hairline: number;
1114
+ thin: number;
1115
+ light: number;
1116
+ normal: number;
1117
+ medium: number;
1118
+ semibold: number;
1119
+ bold: number;
1120
+ extrabold: number;
1121
+ black: number;
1122
+ };
1123
+ lineHeights: {
1124
+ normal: string;
1125
+ none: number;
1126
+ shorter: number;
1127
+ short: number;
1128
+ base: number;
1129
+ tall: number;
1130
+ tall2: number;
1131
+ taller: number;
1132
+ };
1133
+ letterSpacings: {
1134
+ tighter: string;
1135
+ tight: string;
1136
+ normal: string;
1137
+ wide: string;
1138
+ wider: string;
1139
+ widest: string;
1140
+ };
1141
+ borderWidths: unknown;
1142
+ borderStyles: unknown;
1143
+ shadows: unknown;
1144
+ zIndices: unknown;
1145
+ transitions: unknown;
1146
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1147
+ p: (value: {
1148
+ readonly [Stitches.$$PropertyValue]: "padding";
1149
+ }) => {
1150
+ padding: {
1151
+ readonly [Stitches.$$PropertyValue]: "padding";
1152
+ };
1153
+ };
1154
+ pt: (value: {
1155
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1156
+ }) => {
1157
+ paddingTop: {
1158
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1159
+ };
1160
+ };
1161
+ pr: (value: {
1162
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1163
+ }) => {
1164
+ paddingRight: {
1165
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1166
+ };
1167
+ };
1168
+ pb: (value: {
1169
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1170
+ }) => {
1171
+ paddingBottom: {
1172
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1173
+ };
1174
+ };
1175
+ pl: (value: {
1176
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1177
+ }) => {
1178
+ paddingLeft: {
1179
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1180
+ };
1181
+ };
1182
+ px: (value: {
1183
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1184
+ }) => {
1185
+ paddingLeft: {
1186
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1187
+ };
1188
+ paddingRight: {
1189
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1190
+ };
1191
+ };
1192
+ py: (value: {
1193
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1194
+ }) => {
1195
+ paddingTop: {
1196
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1197
+ };
1198
+ paddingBottom: {
1199
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1200
+ };
1201
+ };
1202
+ m: (value: {
1203
+ readonly [Stitches.$$PropertyValue]: "margin";
1204
+ }) => {
1205
+ margin: {
1206
+ readonly [Stitches.$$PropertyValue]: "margin";
1207
+ };
1208
+ };
1209
+ mt: (value: {
1210
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1211
+ }) => {
1212
+ marginTop: {
1213
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1214
+ };
1215
+ };
1216
+ mr: (value: {
1217
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1218
+ }) => {
1219
+ marginRight: {
1220
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1221
+ };
1222
+ };
1223
+ mb: (value: {
1224
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1225
+ }) => {
1226
+ marginBottom: {
1227
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1228
+ };
1229
+ };
1230
+ ml: (value: {
1231
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1232
+ }) => {
1233
+ marginLeft: {
1234
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1235
+ };
1236
+ };
1237
+ mx: (value: {
1238
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1239
+ }) => {
1240
+ marginLeft: {
1241
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1242
+ };
1243
+ marginRight: {
1244
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1245
+ };
1246
+ };
1247
+ my: (value: {
1248
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1249
+ }) => {
1250
+ marginTop: {
1251
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1252
+ };
1253
+ marginBottom: {
1254
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1255
+ };
1256
+ };
1257
+ ta: (value: {
1258
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1259
+ }) => {
1260
+ textAlign: {
1261
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1262
+ };
1263
+ };
1264
+ fd: (value: {
1265
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1266
+ }) => {
1267
+ flexDirection: {
1268
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1269
+ };
1270
+ };
1271
+ fw: (value: {
1272
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1273
+ }) => {
1274
+ flexWrap: {
1275
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1276
+ };
1277
+ };
1278
+ ai: (value: {
1279
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1280
+ }) => {
1281
+ alignItems: {
1282
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1283
+ };
1284
+ };
1285
+ ac: (value: {
1286
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1287
+ }) => {
1288
+ alignContent: {
1289
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1290
+ };
1291
+ };
1292
+ jc: (value: {
1293
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1294
+ }) => {
1295
+ justifyContent: {
1296
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1297
+ };
1298
+ };
1299
+ as: (value: {
1300
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1301
+ }) => {
1302
+ alignSelf: {
1303
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1304
+ };
1305
+ };
1306
+ fg: (value: {
1307
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1308
+ }) => {
1309
+ flexGrow: {
1310
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1311
+ };
1312
+ };
1313
+ fs: (value: {
1314
+ readonly [Stitches.$$PropertyValue]: "flexShrink";
1315
+ }) => {
1316
+ flexShrink: {
1317
+ readonly [Stitches.$$PropertyValue]: "flexShrink";
1318
+ };
1319
+ };
1320
+ fb: (value: {
1321
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1322
+ }) => {
1323
+ flexBasis: {
1324
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1325
+ };
1326
+ };
1327
+ bc: (value: {
1328
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1329
+ }) => {
1330
+ backgroundColor: {
1331
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1332
+ };
1333
+ };
1334
+ br: (value: {
1335
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1336
+ }) => {
1337
+ borderRadius: {
1338
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1339
+ };
1340
+ };
1341
+ btrr: (value: {
1342
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1343
+ }) => {
1344
+ borderTopRightRadius: {
1345
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1346
+ };
1347
+ };
1348
+ bbrr: (value: {
1349
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1350
+ }) => {
1351
+ borderBottomRightRadius: {
1352
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1353
+ };
1354
+ };
1355
+ bblr: (value: {
1356
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1357
+ }) => {
1358
+ borderBottomLeftRadius: {
1359
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1360
+ };
1361
+ };
1362
+ btlr: (value: {
1363
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1364
+ }) => {
1365
+ borderTopLeftRadius: {
1366
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1367
+ };
1368
+ };
1369
+ bs: (value: {
1370
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1371
+ }) => {
1372
+ boxShadow: {
1373
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1374
+ };
1375
+ };
1376
+ lh: (value: {
1377
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1378
+ }) => {
1379
+ lineHeight: {
1380
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1381
+ };
1382
+ };
1383
+ ox: (value: {
1384
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1385
+ }) => {
1386
+ overflowX: {
1387
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1388
+ };
1389
+ };
1390
+ oy: (value: {
1391
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1392
+ }) => {
1393
+ overflowY: {
1394
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1395
+ };
1396
+ };
1397
+ pe: (value: {
1398
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1399
+ }) => {
1400
+ pointerEvents: {
1401
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1402
+ };
1403
+ };
1404
+ us: (value: {
1405
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1406
+ }) => {
1407
+ WebkitUserSelect: {
1408
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1409
+ };
1410
+ userSelect: {
1411
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1412
+ };
1413
+ };
1414
+ userSelect: (value: {
1415
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1416
+ }) => {
1417
+ WebkitUserSelect: {
1418
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1419
+ };
1420
+ userSelect: {
1421
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1422
+ };
1423
+ };
1424
+ size: (value: {
1425
+ readonly [Stitches.$$PropertyValue]: "width";
1426
+ }) => {
1427
+ width: {
1428
+ readonly [Stitches.$$PropertyValue]: "width";
1429
+ };
1430
+ height: {
1431
+ readonly [Stitches.$$PropertyValue]: "width";
1432
+ };
1433
+ };
1434
+ appearance: (value: {
1435
+ readonly [Stitches.$$PropertyValue]: "appearance";
1436
+ }) => {
1437
+ WebkitAppearance: {
1438
+ readonly [Stitches.$$PropertyValue]: "appearance";
1439
+ };
1440
+ appearance: {
1441
+ readonly [Stitches.$$PropertyValue]: "appearance";
1442
+ };
1443
+ };
1444
+ backgroundClip: (value: {
1445
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1446
+ }) => {
1447
+ WebkitBackgroundClip: {
1448
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1449
+ };
1450
+ backgroundClip: {
1451
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1452
+ };
1453
+ };
1454
+ }> | undefined;
1455
+ }, "css" | "withCopy" | "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
1456
+ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComponent<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "key" | keyof import("react").TextareaHTMLAttributes<HTMLTextAreaElement>> & {
1457
+ ref?: ((instance: HTMLTextAreaElement | null) => void) | import("react").RefObject<HTMLTextAreaElement> | null | undefined;
1458
+ }, "css" | "withCopy"> & import("@stitches/react/types/styled-component").TransformProps<{
489
1459
  withCopy?: boolean | "true" | undefined;
490
1460
  }, {
491
1461
  motion: "(prefers-reduced-motion)";
@@ -969,4 +1939,6 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
969
1939
  };
970
1940
  };
971
1941
  }> | undefined;
972
- }, "withCopy" | "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "css"> & import("react").RefAttributes<HTMLInputElement>>;
1942
+ } & {
1943
+ disableResize?: boolean | undefined;
1944
+ }, "css" | "withCopy" | "key" | keyof import("react").TextareaHTMLAttributes<HTMLTextAreaElement> | "disableResize"> & import("react").RefAttributes<HTMLTextAreaElement>>;