@nextui-org/react 1.0.0-beta.7 → 1.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/button/button-icon.js +1 -1
  4. package/cjs/button/button.js +1 -1
  5. package/cjs/button/button.styles.js +1 -1
  6. package/cjs/card/card.js +1 -1
  7. package/cjs/card/card.styles.js +1 -1
  8. package/cjs/card/index.js +1 -1
  9. package/cjs/card/use-card.js +1 -0
  10. package/cjs/checkbox/checkbox-group.js +1 -1
  11. package/cjs/checkbox/checkbox.styles.js +1 -1
  12. package/cjs/checkbox/use-checkbox-group.js +1 -1
  13. package/cjs/collapse/collapse.styles.js +1 -1
  14. package/cjs/css-baseline/css-baseline.js +1 -1
  15. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  16. package/cjs/dropdown/dropdown-button.js +1 -0
  17. package/cjs/dropdown/dropdown-context.js +1 -0
  18. package/cjs/dropdown/dropdown-icon.js +1 -0
  19. package/cjs/dropdown/dropdown-item.js +1 -0
  20. package/cjs/dropdown/dropdown-menu.js +1 -0
  21. package/cjs/dropdown/dropdown-section.js +1 -0
  22. package/cjs/dropdown/dropdown-trigger.js +1 -0
  23. package/cjs/dropdown/dropdown-types.js +1 -0
  24. package/cjs/dropdown/dropdown.js +1 -0
  25. package/cjs/dropdown/dropdown.styles.js +1 -0
  26. package/cjs/dropdown/index.js +1 -0
  27. package/cjs/dropdown/use-dropdown.js +1 -0
  28. package/cjs/image/image.js +1 -1
  29. package/cjs/image/image.styles.js +1 -1
  30. package/cjs/index.js +1 -1
  31. package/cjs/input/input.styles.js +1 -1
  32. package/cjs/modal/modal.styles.js +1 -1
  33. package/cjs/pagination/pagination.styles.js +1 -1
  34. package/cjs/popover/popover-content.js +1 -1
  35. package/cjs/popover/popover-trigger.js +1 -1
  36. package/cjs/popover/popover.js +1 -1
  37. package/cjs/popover/popover.styles.js +1 -1
  38. package/cjs/popover/use-popover.js +1 -1
  39. package/cjs/popover/utils.js +1 -1
  40. package/cjs/radio/index.js +1 -1
  41. package/cjs/radio/radio-context.js +1 -1
  42. package/cjs/radio/radio-group.js +1 -1
  43. package/cjs/radio/radio.js +1 -1
  44. package/cjs/radio/radio.styles.js +1 -1
  45. package/cjs/radio/use-radio-group.js +1 -0
  46. package/cjs/radio/use-radio.js +1 -0
  47. package/cjs/snippet/snippet.styles.js +1 -1
  48. package/cjs/switch/switch.styles.js +1 -1
  49. package/cjs/table/table.styles.js +1 -1
  50. package/cjs/theme/colors/gray.js +1 -1
  51. package/cjs/theme/common.js +1 -1
  52. package/cjs/theme/dark-theme.js +1 -1
  53. package/cjs/theme/light-theme.js +1 -1
  54. package/cjs/theme/shared-css.js +1 -0
  55. package/cjs/theme/stitches.config.js +1 -1
  56. package/cjs/tooltip/tooltip.styles.js +1 -1
  57. package/cjs/user/index.js +1 -1
  58. package/cjs/user/user-link.js +1 -1
  59. package/cjs/user/user.js +1 -1
  60. package/cjs/user/user.styles.js +1 -1
  61. package/cjs/utils/checkmark.js +1 -0
  62. package/cjs/utils/color.js +1 -1
  63. package/cjs/utils/dom.js +1 -1
  64. package/cjs/utils/icons.js +1 -1
  65. package/cjs/utils/prop-types.js +1 -1
  66. package/dropdown/package.json +6 -0
  67. package/esm/avatar/avatar.js +1 -1
  68. package/esm/avatar/avatar.styles.js +1 -1
  69. package/esm/button/button-icon.js +1 -1
  70. package/esm/button/button.js +1 -1
  71. package/esm/button/button.styles.js +1 -1
  72. package/esm/card/card.js +1 -1
  73. package/esm/card/card.styles.js +1 -1
  74. package/esm/card/index.js +1 -1
  75. package/esm/card/use-card.js +1 -0
  76. package/esm/checkbox/checkbox-group.js +1 -1
  77. package/esm/checkbox/checkbox.styles.js +1 -1
  78. package/esm/checkbox/use-checkbox-group.js +1 -1
  79. package/esm/collapse/collapse.styles.js +1 -1
  80. package/esm/css-baseline/css-baseline.js +1 -1
  81. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  82. package/esm/dropdown/dropdown-button.js +1 -0
  83. package/esm/dropdown/dropdown-context.js +1 -0
  84. package/esm/dropdown/dropdown-icon.js +1 -0
  85. package/esm/dropdown/dropdown-item.js +1 -0
  86. package/esm/dropdown/dropdown-menu.js +1 -0
  87. package/esm/dropdown/dropdown-section.js +1 -0
  88. package/esm/dropdown/dropdown-trigger.js +1 -0
  89. package/esm/dropdown/dropdown-types.js +1 -0
  90. package/esm/dropdown/dropdown.js +1 -0
  91. package/esm/dropdown/dropdown.styles.js +1 -0
  92. package/esm/dropdown/index.js +1 -0
  93. package/esm/dropdown/use-dropdown.js +1 -0
  94. package/esm/image/image.js +1 -1
  95. package/esm/image/image.styles.js +1 -1
  96. package/esm/index.js +1 -1
  97. package/esm/input/input.styles.js +1 -1
  98. package/esm/modal/modal.styles.js +1 -1
  99. package/esm/pagination/pagination.styles.js +1 -1
  100. package/esm/popover/popover-content.js +1 -1
  101. package/esm/popover/popover-trigger.js +1 -1
  102. package/esm/popover/popover.js +1 -1
  103. package/esm/popover/popover.styles.js +1 -1
  104. package/esm/popover/use-popover.js +1 -1
  105. package/esm/popover/utils.js +1 -1
  106. package/esm/radio/index.js +1 -1
  107. package/esm/radio/radio-context.js +1 -1
  108. package/esm/radio/radio-group.js +1 -1
  109. package/esm/radio/radio.js +1 -1
  110. package/esm/radio/radio.styles.js +1 -1
  111. package/esm/radio/use-radio-group.js +1 -0
  112. package/esm/radio/use-radio.js +1 -0
  113. package/esm/snippet/snippet.styles.js +1 -1
  114. package/esm/switch/switch.styles.js +1 -1
  115. package/esm/table/table.styles.js +1 -1
  116. package/esm/theme/colors/gray.js +1 -1
  117. package/esm/theme/common.js +1 -1
  118. package/esm/theme/dark-theme.js +1 -1
  119. package/esm/theme/light-theme.js +1 -1
  120. package/esm/theme/shared-css.js +1 -0
  121. package/esm/theme/stitches.config.js +1 -1
  122. package/esm/tooltip/tooltip.styles.js +1 -1
  123. package/esm/user/index.js +1 -1
  124. package/esm/user/user-link.js +1 -1
  125. package/esm/user/user.js +1 -1
  126. package/esm/user/user.styles.js +1 -1
  127. package/esm/utils/checkmark.js +1 -0
  128. package/esm/utils/color.js +1 -1
  129. package/esm/utils/dom.js +1 -1
  130. package/esm/utils/icons.js +1 -1
  131. package/esm/utils/prop-types.js +1 -1
  132. package/package.json +6 -1
  133. package/types/avatar/avatar-group.styles.d.ts +150 -6
  134. package/types/avatar/avatar.d.ts +2372 -11
  135. package/types/avatar/avatar.styles.d.ts +2447 -14
  136. package/types/backdrop/backdrop.styles.d.ts +225 -9
  137. package/types/button/button-group.styles.d.ts +75 -3
  138. package/types/button/button-icon.d.ts +79 -5
  139. package/types/button/button.d.ts +5 -3
  140. package/types/button/button.styles.d.ts +1249 -7
  141. package/types/card/card.d.ts +8 -9
  142. package/types/card/card.styles.d.ts +2621 -24
  143. package/types/card/use-card.d.ts +301 -0
  144. package/types/checkbox/checkbox.styles.d.ts +751 -31
  145. package/types/checkbox/use-checkbox-group.d.ts +3 -2
  146. package/types/code/code.styles.d.ts +150 -6
  147. package/types/col/col.styles.d.ts +75 -3
  148. package/types/collapse/collapse.styles.d.ts +450 -18
  149. package/types/container/container.styles.d.ts +75 -3
  150. package/types/divider/divider.styles.d.ts +150 -6
  151. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  152. package/types/dropdown/dropdown-button.d.ts +3689 -0
  153. package/types/dropdown/dropdown-context.d.ts +728 -0
  154. package/types/dropdown/dropdown-icon.d.ts +9 -0
  155. package/types/dropdown/dropdown-item.d.ts +31 -0
  156. package/types/dropdown/dropdown-menu.d.ts +30 -0
  157. package/types/dropdown/dropdown-section.d.ts +29 -0
  158. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  159. package/types/dropdown/dropdown-types.d.ts +24 -0
  160. package/types/dropdown/dropdown.d.ts +24 -0
  161. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  162. package/types/dropdown/index.d.ts +9 -0
  163. package/types/dropdown/use-dropdown.d.ts +389 -0
  164. package/types/grid/grid.styles.d.ts +150 -6
  165. package/types/image/image.d.ts +5 -18
  166. package/types/image/image.styles.d.ts +225 -9
  167. package/types/index.d.ts +4 -1
  168. package/types/input/input-password.d.ts +1 -1
  169. package/types/input/input-props.d.ts +2 -2
  170. package/types/input/input.styles.d.ts +825 -33
  171. package/types/link/link.styles.d.ts +150 -6
  172. package/types/loading/loading.styles.d.ts +450 -18
  173. package/types/modal/modal.styles.d.ts +450 -18
  174. package/types/pagination/pagination.styles.d.ts +450 -18
  175. package/types/popover/popover-content.d.ts +1147 -2
  176. package/types/popover/popover-context.d.ts +120 -0
  177. package/types/popover/popover.d.ts +4 -4
  178. package/types/popover/popover.styles.d.ts +1279 -7
  179. package/types/popover/use-popover.d.ts +83 -4
  180. package/types/popover/utils.d.ts +3 -1
  181. package/types/progress/progress.d.ts +1 -1
  182. package/types/progress/progress.styles.d.ts +150 -6
  183. package/types/radio/index.d.ts +2 -2
  184. package/types/radio/radio-context.d.ts +22 -13
  185. package/types/radio/radio-group.d.ts +9 -78
  186. package/types/radio/radio.d.ts +10 -66
  187. package/types/radio/radio.styles.d.ts +2574 -35
  188. package/types/radio/use-radio-group.d.ts +26 -0
  189. package/types/radio/use-radio.d.ts +31 -0
  190. package/types/row/row.styles.d.ts +75 -3
  191. package/types/snippet/snippet.styles.d.ts +300 -12
  192. package/types/spacer/spacer.styles.d.ts +75 -3
  193. package/types/switch/switch.d.ts +1 -1
  194. package/types/switch/switch.styles.d.ts +300 -12
  195. package/types/table/table-column-header.d.ts +75 -3
  196. package/types/table/table-sort-icon.d.ts +75 -3
  197. package/types/table/table.styles.d.ts +1278 -52
  198. package/types/text/text.styles.d.ts +75 -3
  199. package/types/textarea/textarea.d.ts +1 -1
  200. package/types/theme/common.d.ts +127 -6
  201. package/types/theme/dark-theme.d.ts +11 -0
  202. package/types/theme/light-theme.d.ts +7 -0
  203. package/types/theme/shared-css.d.ts +5237 -0
  204. package/types/theme/stitches.config.d.ts +643 -2964
  205. package/types/theme/types.d.ts +3 -0
  206. package/types/tooltip/tooltip.d.ts +1 -1
  207. package/types/tooltip/tooltip.styles.d.ts +300 -12
  208. package/types/user/index.d.ts +1 -1
  209. package/types/user/user-link.d.ts +4 -11
  210. package/types/user/user.styles.d.ts +298 -983
  211. package/types/utils/checkmark.d.ts +19 -0
  212. package/types/utils/color.d.ts +1 -0
  213. package/types/utils/dom.d.ts +5 -2
  214. package/types/utils/drip.d.ts +76 -4
  215. package/types/utils/prop-types.d.ts +4 -0
  216. package/umd/nextui.js +6269 -3172
  217. package/umd/nextui.min.js +1 -1
@@ -47,6 +47,13 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
47
47
  lg: string;
48
48
  xl: string;
49
49
  };
50
+ dropShadows: {
51
+ xs: string;
52
+ sm: string;
53
+ md: string;
54
+ lg: string;
55
+ xl: string;
56
+ };
50
57
  colors: {
51
58
  text: string;
52
59
  link: string;
@@ -188,6 +195,16 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
188
195
  errorSolidHover: string;
189
196
  errorSolidContrast: string;
190
197
  errorShadow: string;
198
+ neutralLight: string;
199
+ neutralLightHover: string;
200
+ neutralLightActive: string;
201
+ neutralLightContrast: string;
202
+ neutral: string;
203
+ neutralBorder: string;
204
+ neutralBorderHover: string;
205
+ neutralSolidHover: string;
206
+ neutralSolidContrast: string;
207
+ neutralShadow: string;
191
208
  gradient: string;
192
209
  accents0: string;
193
210
  accents1: string;
@@ -206,13 +223,20 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
206
223
  mono: string;
207
224
  };
208
225
  fontSizes: {
209
- tiny: string;
210
226
  xs: string;
211
- base: string;
212
227
  sm: string;
228
+ base: string;
213
229
  md: string;
214
230
  lg: string;
215
231
  xl: string;
232
+ xl2: string;
233
+ xl3: string;
234
+ xl4: string;
235
+ xl5: string;
236
+ xl6: string;
237
+ xl7: string;
238
+ xl8: string;
239
+ xl9: string;
216
240
  };
217
241
  fontWeights: {
218
242
  hairline: number;
@@ -228,9 +252,18 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
228
252
  lineHeights: {
229
253
  xs: number;
230
254
  sm: number;
255
+ base: number;
231
256
  md: number;
232
257
  lg: number;
233
258
  xl: number;
259
+ xl2: number;
260
+ xl3: number;
261
+ xl4: number;
262
+ xl5: number;
263
+ xl6: number;
264
+ xl7: number;
265
+ xl8: number;
266
+ xl9: number;
234
267
  };
235
268
  letterSpacings: {
236
269
  tighter: string;
@@ -315,6 +348,7 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
315
348
  avatar: string;
316
349
  link: string;
317
350
  card: string;
351
+ dropdownItem: string;
318
352
  };
319
353
  breakpoints: {
320
354
  xs: string;
@@ -690,7 +724,9 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
690
724
  readonly [$$PropertyValue]: "backgroundColor";
691
725
  }) => {
692
726
  bf: string;
693
- bg: string;
727
+ bg: {
728
+ readonly [$$PropertyValue]: "backgroundColor";
729
+ };
694
730
  };
695
731
  bgColor: (value: {
696
732
  readonly [$$PropertyValue]: "backgroundColor";
@@ -768,6 +804,32 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
768
804
  readonly [$$PropertyValue]: "boxShadow";
769
805
  };
770
806
  };
807
+ ds: (value: {
808
+ readonly [$$PropertyValue]: "boxShadow";
809
+ }) => {
810
+ dropShadow: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ };
813
+ };
814
+ shadow: (value: {
815
+ readonly [$$PropertyValue]: "boxShadow";
816
+ }) => {
817
+ boxShadow: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ };
820
+ };
821
+ dshadow: (value: {
822
+ readonly [$$PropertyValue]: "boxShadow";
823
+ }) => {
824
+ dropShadow: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ };
827
+ };
828
+ dropShadow: (value: {
829
+ readonly [$$PropertyValue]: "boxShadow";
830
+ }) => {
831
+ filter: string;
832
+ };
771
833
  normalShadow: (value: {
772
834
  readonly [$$PropertyValue]: "backgroundColor";
773
835
  }) => {
@@ -971,6 +1033,16 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
971
1033
  readonly [$$PropertyValue]: "textDecorationLine";
972
1034
  };
973
1035
  };
1036
+ truncateText: (value: {
1037
+ readonly [$$PropertyValue]: "width";
1038
+ }) => {
1039
+ maxWidth: {
1040
+ readonly [$$PropertyValue]: "width";
1041
+ };
1042
+ whiteSpace: string;
1043
+ overflow: string;
1044
+ textOverflow: string;
1045
+ };
974
1046
  textGradient: (value: {
975
1047
  readonly [$$PropertyValue]: "backgroundImage";
976
1048
  }) => {
@@ -1028,6 +1100,13 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1028
1100
  lg: string;
1029
1101
  xl: string;
1030
1102
  };
1103
+ dropShadows: {
1104
+ xs: string;
1105
+ sm: string;
1106
+ md: string;
1107
+ lg: string;
1108
+ xl: string;
1109
+ };
1031
1110
  colors: {
1032
1111
  text: string;
1033
1112
  link: string;
@@ -1169,6 +1248,16 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1169
1248
  errorSolidHover: string;
1170
1249
  errorSolidContrast: string;
1171
1250
  errorShadow: string;
1251
+ neutralLight: string;
1252
+ neutralLightHover: string;
1253
+ neutralLightActive: string;
1254
+ neutralLightContrast: string;
1255
+ neutral: string;
1256
+ neutralBorder: string;
1257
+ neutralBorderHover: string;
1258
+ neutralSolidHover: string;
1259
+ neutralSolidContrast: string;
1260
+ neutralShadow: string;
1172
1261
  gradient: string;
1173
1262
  accents0: string;
1174
1263
  accents1: string;
@@ -1187,13 +1276,20 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1187
1276
  mono: string;
1188
1277
  };
1189
1278
  fontSizes: {
1190
- tiny: string;
1191
1279
  xs: string;
1192
- base: string;
1193
1280
  sm: string;
1281
+ base: string;
1194
1282
  md: string;
1195
1283
  lg: string;
1196
1284
  xl: string;
1285
+ xl2: string;
1286
+ xl3: string;
1287
+ xl4: string;
1288
+ xl5: string;
1289
+ xl6: string;
1290
+ xl7: string;
1291
+ xl8: string;
1292
+ xl9: string;
1197
1293
  };
1198
1294
  fontWeights: {
1199
1295
  hairline: number;
@@ -1209,9 +1305,18 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1209
1305
  lineHeights: {
1210
1306
  xs: number;
1211
1307
  sm: number;
1308
+ base: number;
1212
1309
  md: number;
1213
1310
  lg: number;
1214
1311
  xl: number;
1312
+ xl2: number;
1313
+ xl3: number;
1314
+ xl4: number;
1315
+ xl5: number;
1316
+ xl6: number;
1317
+ xl7: number;
1318
+ xl8: number;
1319
+ xl9: number;
1215
1320
  };
1216
1321
  letterSpacings: {
1217
1322
  tighter: string;
@@ -1296,6 +1401,7 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1296
1401
  avatar: string;
1297
1402
  link: string;
1298
1403
  card: string;
1404
+ dropdownItem: string;
1299
1405
  };
1300
1406
  breakpoints: {
1301
1407
  xs: string;
@@ -1671,7 +1777,9 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1671
1777
  readonly [$$PropertyValue]: "backgroundColor";
1672
1778
  }) => {
1673
1779
  bf: string;
1674
- bg: string;
1780
+ bg: {
1781
+ readonly [$$PropertyValue]: "backgroundColor";
1782
+ };
1675
1783
  };
1676
1784
  bgColor: (value: {
1677
1785
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1749,6 +1857,32 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1749
1857
  readonly [$$PropertyValue]: "boxShadow";
1750
1858
  };
1751
1859
  };
1860
+ ds: (value: {
1861
+ readonly [$$PropertyValue]: "boxShadow";
1862
+ }) => {
1863
+ dropShadow: {
1864
+ readonly [$$PropertyValue]: "boxShadow";
1865
+ };
1866
+ };
1867
+ shadow: (value: {
1868
+ readonly [$$PropertyValue]: "boxShadow";
1869
+ }) => {
1870
+ boxShadow: {
1871
+ readonly [$$PropertyValue]: "boxShadow";
1872
+ };
1873
+ };
1874
+ dshadow: (value: {
1875
+ readonly [$$PropertyValue]: "boxShadow";
1876
+ }) => {
1877
+ dropShadow: {
1878
+ readonly [$$PropertyValue]: "boxShadow";
1879
+ };
1880
+ };
1881
+ dropShadow: (value: {
1882
+ readonly [$$PropertyValue]: "boxShadow";
1883
+ }) => {
1884
+ filter: string;
1885
+ };
1752
1886
  normalShadow: (value: {
1753
1887
  readonly [$$PropertyValue]: "backgroundColor";
1754
1888
  }) => {
@@ -1952,6 +2086,16 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1952
2086
  readonly [$$PropertyValue]: "textDecorationLine";
1953
2087
  };
1954
2088
  };
2089
+ truncateText: (value: {
2090
+ readonly [$$PropertyValue]: "width";
2091
+ }) => {
2092
+ maxWidth: {
2093
+ readonly [$$PropertyValue]: "width";
2094
+ };
2095
+ whiteSpace: string;
2096
+ overflow: string;
2097
+ textOverflow: string;
2098
+ };
1955
2099
  textGradient: (value: {
1956
2100
  readonly [$$PropertyValue]: "backgroundImage";
1957
2101
  }) => {
@@ -2011,6 +2155,13 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2011
2155
  lg: string;
2012
2156
  xl: string;
2013
2157
  };
2158
+ dropShadows: {
2159
+ xs: string;
2160
+ sm: string;
2161
+ md: string;
2162
+ lg: string;
2163
+ xl: string;
2164
+ };
2014
2165
  colors: {
2015
2166
  text: string;
2016
2167
  link: string;
@@ -2152,6 +2303,16 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2152
2303
  errorSolidHover: string;
2153
2304
  errorSolidContrast: string;
2154
2305
  errorShadow: string;
2306
+ neutralLight: string;
2307
+ neutralLightHover: string;
2308
+ neutralLightActive: string;
2309
+ neutralLightContrast: string;
2310
+ neutral: string;
2311
+ neutralBorder: string;
2312
+ neutralBorderHover: string;
2313
+ neutralSolidHover: string;
2314
+ neutralSolidContrast: string;
2315
+ neutralShadow: string;
2155
2316
  gradient: string;
2156
2317
  accents0: string;
2157
2318
  accents1: string;
@@ -2170,13 +2331,20 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2170
2331
  mono: string;
2171
2332
  };
2172
2333
  fontSizes: {
2173
- tiny: string;
2174
2334
  xs: string;
2175
- base: string;
2176
2335
  sm: string;
2336
+ base: string;
2177
2337
  md: string;
2178
2338
  lg: string;
2179
2339
  xl: string;
2340
+ xl2: string;
2341
+ xl3: string;
2342
+ xl4: string;
2343
+ xl5: string;
2344
+ xl6: string;
2345
+ xl7: string;
2346
+ xl8: string;
2347
+ xl9: string;
2180
2348
  };
2181
2349
  fontWeights: {
2182
2350
  hairline: number;
@@ -2192,9 +2360,18 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2192
2360
  lineHeights: {
2193
2361
  xs: number;
2194
2362
  sm: number;
2363
+ base: number;
2195
2364
  md: number;
2196
2365
  lg: number;
2197
2366
  xl: number;
2367
+ xl2: number;
2368
+ xl3: number;
2369
+ xl4: number;
2370
+ xl5: number;
2371
+ xl6: number;
2372
+ xl7: number;
2373
+ xl8: number;
2374
+ xl9: number;
2198
2375
  };
2199
2376
  letterSpacings: {
2200
2377
  tighter: string;
@@ -2279,6 +2456,7 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2279
2456
  avatar: string;
2280
2457
  link: string;
2281
2458
  card: string;
2459
+ dropdownItem: string;
2282
2460
  };
2283
2461
  breakpoints: {
2284
2462
  xs: string;
@@ -2654,7 +2832,9 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2654
2832
  readonly [$$PropertyValue]: "backgroundColor";
2655
2833
  }) => {
2656
2834
  bf: string;
2657
- bg: string;
2835
+ bg: {
2836
+ readonly [$$PropertyValue]: "backgroundColor";
2837
+ };
2658
2838
  };
2659
2839
  bgColor: (value: {
2660
2840
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2732,6 +2912,32 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2732
2912
  readonly [$$PropertyValue]: "boxShadow";
2733
2913
  };
2734
2914
  };
2915
+ ds: (value: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ }) => {
2918
+ dropShadow: {
2919
+ readonly [$$PropertyValue]: "boxShadow";
2920
+ };
2921
+ };
2922
+ shadow: (value: {
2923
+ readonly [$$PropertyValue]: "boxShadow";
2924
+ }) => {
2925
+ boxShadow: {
2926
+ readonly [$$PropertyValue]: "boxShadow";
2927
+ };
2928
+ };
2929
+ dshadow: (value: {
2930
+ readonly [$$PropertyValue]: "boxShadow";
2931
+ }) => {
2932
+ dropShadow: {
2933
+ readonly [$$PropertyValue]: "boxShadow";
2934
+ };
2935
+ };
2936
+ dropShadow: (value: {
2937
+ readonly [$$PropertyValue]: "boxShadow";
2938
+ }) => {
2939
+ filter: string;
2940
+ };
2735
2941
  normalShadow: (value: {
2736
2942
  readonly [$$PropertyValue]: "backgroundColor";
2737
2943
  }) => {
@@ -2935,6 +3141,16 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2935
3141
  readonly [$$PropertyValue]: "textDecorationLine";
2936
3142
  };
2937
3143
  };
3144
+ truncateText: (value: {
3145
+ readonly [$$PropertyValue]: "width";
3146
+ }) => {
3147
+ maxWidth: {
3148
+ readonly [$$PropertyValue]: "width";
3149
+ };
3150
+ whiteSpace: string;
3151
+ overflow: string;
3152
+ textOverflow: string;
3153
+ };
2938
3154
  textGradient: (value: {
2939
3155
  readonly [$$PropertyValue]: "backgroundImage";
2940
3156
  }) => {
@@ -2995,6 +3211,13 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
2995
3211
  lg: string;
2996
3212
  xl: string;
2997
3213
  };
3214
+ dropShadows: {
3215
+ xs: string;
3216
+ sm: string;
3217
+ md: string;
3218
+ lg: string;
3219
+ xl: string;
3220
+ };
2998
3221
  colors: {
2999
3222
  text: string;
3000
3223
  link: string;
@@ -3136,6 +3359,16 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3136
3359
  errorSolidHover: string;
3137
3360
  errorSolidContrast: string;
3138
3361
  errorShadow: string;
3362
+ neutralLight: string;
3363
+ neutralLightHover: string;
3364
+ neutralLightActive: string;
3365
+ neutralLightContrast: string;
3366
+ neutral: string;
3367
+ neutralBorder: string;
3368
+ neutralBorderHover: string;
3369
+ neutralSolidHover: string;
3370
+ neutralSolidContrast: string;
3371
+ neutralShadow: string;
3139
3372
  gradient: string;
3140
3373
  accents0: string;
3141
3374
  accents1: string;
@@ -3154,13 +3387,20 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3154
3387
  mono: string;
3155
3388
  };
3156
3389
  fontSizes: {
3157
- tiny: string;
3158
3390
  xs: string;
3159
- base: string;
3160
3391
  sm: string;
3392
+ base: string;
3161
3393
  md: string;
3162
3394
  lg: string;
3163
3395
  xl: string;
3396
+ xl2: string;
3397
+ xl3: string;
3398
+ xl4: string;
3399
+ xl5: string;
3400
+ xl6: string;
3401
+ xl7: string;
3402
+ xl8: string;
3403
+ xl9: string;
3164
3404
  };
3165
3405
  fontWeights: {
3166
3406
  hairline: number;
@@ -3176,9 +3416,18 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3176
3416
  lineHeights: {
3177
3417
  xs: number;
3178
3418
  sm: number;
3419
+ base: number;
3179
3420
  md: number;
3180
3421
  lg: number;
3181
3422
  xl: number;
3423
+ xl2: number;
3424
+ xl3: number;
3425
+ xl4: number;
3426
+ xl5: number;
3427
+ xl6: number;
3428
+ xl7: number;
3429
+ xl8: number;
3430
+ xl9: number;
3182
3431
  };
3183
3432
  letterSpacings: {
3184
3433
  tighter: string;
@@ -3263,6 +3512,7 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3263
3512
  avatar: string;
3264
3513
  link: string;
3265
3514
  card: string;
3515
+ dropdownItem: string;
3266
3516
  };
3267
3517
  breakpoints: {
3268
3518
  xs: string;
@@ -3638,7 +3888,9 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3638
3888
  readonly [$$PropertyValue]: "backgroundColor";
3639
3889
  }) => {
3640
3890
  bf: string;
3641
- bg: string;
3891
+ bg: {
3892
+ readonly [$$PropertyValue]: "backgroundColor";
3893
+ };
3642
3894
  };
3643
3895
  bgColor: (value: {
3644
3896
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3716,6 +3968,32 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3716
3968
  readonly [$$PropertyValue]: "boxShadow";
3717
3969
  };
3718
3970
  };
3971
+ ds: (value: {
3972
+ readonly [$$PropertyValue]: "boxShadow";
3973
+ }) => {
3974
+ dropShadow: {
3975
+ readonly [$$PropertyValue]: "boxShadow";
3976
+ };
3977
+ };
3978
+ shadow: (value: {
3979
+ readonly [$$PropertyValue]: "boxShadow";
3980
+ }) => {
3981
+ boxShadow: {
3982
+ readonly [$$PropertyValue]: "boxShadow";
3983
+ };
3984
+ };
3985
+ dshadow: (value: {
3986
+ readonly [$$PropertyValue]: "boxShadow";
3987
+ }) => {
3988
+ dropShadow: {
3989
+ readonly [$$PropertyValue]: "boxShadow";
3990
+ };
3991
+ };
3992
+ dropShadow: (value: {
3993
+ readonly [$$PropertyValue]: "boxShadow";
3994
+ }) => {
3995
+ filter: string;
3996
+ };
3719
3997
  normalShadow: (value: {
3720
3998
  readonly [$$PropertyValue]: "backgroundColor";
3721
3999
  }) => {
@@ -3919,6 +4197,16 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3919
4197
  readonly [$$PropertyValue]: "textDecorationLine";
3920
4198
  };
3921
4199
  };
4200
+ truncateText: (value: {
4201
+ readonly [$$PropertyValue]: "width";
4202
+ }) => {
4203
+ maxWidth: {
4204
+ readonly [$$PropertyValue]: "width";
4205
+ };
4206
+ whiteSpace: string;
4207
+ overflow: string;
4208
+ textOverflow: string;
4209
+ };
3922
4210
  textGradient: (value: {
3923
4211
  readonly [$$PropertyValue]: "backgroundImage";
3924
4212
  }) => {
@@ -3973,6 +4261,13 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
3973
4261
  lg: string;
3974
4262
  xl: string;
3975
4263
  };
4264
+ dropShadows: {
4265
+ xs: string;
4266
+ sm: string;
4267
+ md: string;
4268
+ lg: string;
4269
+ xl: string;
4270
+ };
3976
4271
  colors: {
3977
4272
  text: string;
3978
4273
  link: string;
@@ -4114,6 +4409,16 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4114
4409
  errorSolidHover: string;
4115
4410
  errorSolidContrast: string;
4116
4411
  errorShadow: string;
4412
+ neutralLight: string;
4413
+ neutralLightHover: string;
4414
+ neutralLightActive: string;
4415
+ neutralLightContrast: string;
4416
+ neutral: string;
4417
+ neutralBorder: string;
4418
+ neutralBorderHover: string;
4419
+ neutralSolidHover: string;
4420
+ neutralSolidContrast: string;
4421
+ neutralShadow: string;
4117
4422
  gradient: string;
4118
4423
  accents0: string;
4119
4424
  accents1: string;
@@ -4132,13 +4437,20 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4132
4437
  mono: string;
4133
4438
  };
4134
4439
  fontSizes: {
4135
- tiny: string;
4136
4440
  xs: string;
4137
- base: string;
4138
4441
  sm: string;
4442
+ base: string;
4139
4443
  md: string;
4140
4444
  lg: string;
4141
4445
  xl: string;
4446
+ xl2: string;
4447
+ xl3: string;
4448
+ xl4: string;
4449
+ xl5: string;
4450
+ xl6: string;
4451
+ xl7: string;
4452
+ xl8: string;
4453
+ xl9: string;
4142
4454
  };
4143
4455
  fontWeights: {
4144
4456
  hairline: number;
@@ -4154,9 +4466,18 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4154
4466
  lineHeights: {
4155
4467
  xs: number;
4156
4468
  sm: number;
4469
+ base: number;
4157
4470
  md: number;
4158
4471
  lg: number;
4159
4472
  xl: number;
4473
+ xl2: number;
4474
+ xl3: number;
4475
+ xl4: number;
4476
+ xl5: number;
4477
+ xl6: number;
4478
+ xl7: number;
4479
+ xl8: number;
4480
+ xl9: number;
4160
4481
  };
4161
4482
  letterSpacings: {
4162
4483
  tighter: string;
@@ -4241,6 +4562,7 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4241
4562
  avatar: string;
4242
4563
  link: string;
4243
4564
  card: string;
4565
+ dropdownItem: string;
4244
4566
  };
4245
4567
  breakpoints: {
4246
4568
  xs: string;
@@ -4616,7 +4938,9 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4616
4938
  readonly [$$PropertyValue]: "backgroundColor";
4617
4939
  }) => {
4618
4940
  bf: string;
4619
- bg: string;
4941
+ bg: {
4942
+ readonly [$$PropertyValue]: "backgroundColor";
4943
+ };
4620
4944
  };
4621
4945
  bgColor: (value: {
4622
4946
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4694,6 +5018,32 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4694
5018
  readonly [$$PropertyValue]: "boxShadow";
4695
5019
  };
4696
5020
  };
5021
+ ds: (value: {
5022
+ readonly [$$PropertyValue]: "boxShadow";
5023
+ }) => {
5024
+ dropShadow: {
5025
+ readonly [$$PropertyValue]: "boxShadow";
5026
+ };
5027
+ };
5028
+ shadow: (value: {
5029
+ readonly [$$PropertyValue]: "boxShadow";
5030
+ }) => {
5031
+ boxShadow: {
5032
+ readonly [$$PropertyValue]: "boxShadow";
5033
+ };
5034
+ };
5035
+ dshadow: (value: {
5036
+ readonly [$$PropertyValue]: "boxShadow";
5037
+ }) => {
5038
+ dropShadow: {
5039
+ readonly [$$PropertyValue]: "boxShadow";
5040
+ };
5041
+ };
5042
+ dropShadow: (value: {
5043
+ readonly [$$PropertyValue]: "boxShadow";
5044
+ }) => {
5045
+ filter: string;
5046
+ };
4697
5047
  normalShadow: (value: {
4698
5048
  readonly [$$PropertyValue]: "backgroundColor";
4699
5049
  }) => {
@@ -4897,6 +5247,16 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4897
5247
  readonly [$$PropertyValue]: "textDecorationLine";
4898
5248
  };
4899
5249
  };
5250
+ truncateText: (value: {
5251
+ readonly [$$PropertyValue]: "width";
5252
+ }) => {
5253
+ maxWidth: {
5254
+ readonly [$$PropertyValue]: "width";
5255
+ };
5256
+ whiteSpace: string;
5257
+ overflow: string;
5258
+ textOverflow: string;
5259
+ };
4900
5260
  textGradient: (value: {
4901
5261
  readonly [$$PropertyValue]: "backgroundImage";
4902
5262
  }) => {
@@ -4948,6 +5308,13 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4948
5308
  lg: string;
4949
5309
  xl: string;
4950
5310
  };
5311
+ dropShadows: {
5312
+ xs: string;
5313
+ sm: string;
5314
+ md: string;
5315
+ lg: string;
5316
+ xl: string;
5317
+ };
4951
5318
  colors: {
4952
5319
  text: string;
4953
5320
  link: string;
@@ -5089,6 +5456,16 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5089
5456
  errorSolidHover: string;
5090
5457
  errorSolidContrast: string;
5091
5458
  errorShadow: string;
5459
+ neutralLight: string;
5460
+ neutralLightHover: string;
5461
+ neutralLightActive: string;
5462
+ neutralLightContrast: string;
5463
+ neutral: string;
5464
+ neutralBorder: string;
5465
+ neutralBorderHover: string;
5466
+ neutralSolidHover: string;
5467
+ neutralSolidContrast: string;
5468
+ neutralShadow: string;
5092
5469
  gradient: string;
5093
5470
  accents0: string;
5094
5471
  accents1: string;
@@ -5107,13 +5484,20 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5107
5484
  mono: string;
5108
5485
  };
5109
5486
  fontSizes: {
5110
- tiny: string;
5111
5487
  xs: string;
5112
- base: string;
5113
5488
  sm: string;
5489
+ base: string;
5114
5490
  md: string;
5115
5491
  lg: string;
5116
5492
  xl: string;
5493
+ xl2: string;
5494
+ xl3: string;
5495
+ xl4: string;
5496
+ xl5: string;
5497
+ xl6: string;
5498
+ xl7: string;
5499
+ xl8: string;
5500
+ xl9: string;
5117
5501
  };
5118
5502
  fontWeights: {
5119
5503
  hairline: number;
@@ -5129,9 +5513,18 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5129
5513
  lineHeights: {
5130
5514
  xs: number;
5131
5515
  sm: number;
5516
+ base: number;
5132
5517
  md: number;
5133
5518
  lg: number;
5134
5519
  xl: number;
5520
+ xl2: number;
5521
+ xl3: number;
5522
+ xl4: number;
5523
+ xl5: number;
5524
+ xl6: number;
5525
+ xl7: number;
5526
+ xl8: number;
5527
+ xl9: number;
5135
5528
  };
5136
5529
  letterSpacings: {
5137
5530
  tighter: string;
@@ -5216,6 +5609,7 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5216
5609
  avatar: string;
5217
5610
  link: string;
5218
5611
  card: string;
5612
+ dropdownItem: string;
5219
5613
  };
5220
5614
  breakpoints: {
5221
5615
  xs: string;
@@ -5591,7 +5985,9 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5591
5985
  readonly [$$PropertyValue]: "backgroundColor";
5592
5986
  }) => {
5593
5987
  bf: string;
5594
- bg: string;
5988
+ bg: {
5989
+ readonly [$$PropertyValue]: "backgroundColor";
5990
+ };
5595
5991
  };
5596
5992
  bgColor: (value: {
5597
5993
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5669,6 +6065,32 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5669
6065
  readonly [$$PropertyValue]: "boxShadow";
5670
6066
  };
5671
6067
  };
6068
+ ds: (value: {
6069
+ readonly [$$PropertyValue]: "boxShadow";
6070
+ }) => {
6071
+ dropShadow: {
6072
+ readonly [$$PropertyValue]: "boxShadow";
6073
+ };
6074
+ };
6075
+ shadow: (value: {
6076
+ readonly [$$PropertyValue]: "boxShadow";
6077
+ }) => {
6078
+ boxShadow: {
6079
+ readonly [$$PropertyValue]: "boxShadow";
6080
+ };
6081
+ };
6082
+ dshadow: (value: {
6083
+ readonly [$$PropertyValue]: "boxShadow";
6084
+ }) => {
6085
+ dropShadow: {
6086
+ readonly [$$PropertyValue]: "boxShadow";
6087
+ };
6088
+ };
6089
+ dropShadow: (value: {
6090
+ readonly [$$PropertyValue]: "boxShadow";
6091
+ }) => {
6092
+ filter: string;
6093
+ };
5672
6094
  normalShadow: (value: {
5673
6095
  readonly [$$PropertyValue]: "backgroundColor";
5674
6096
  }) => {
@@ -5872,6 +6294,16 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5872
6294
  readonly [$$PropertyValue]: "textDecorationLine";
5873
6295
  };
5874
6296
  };
6297
+ truncateText: (value: {
6298
+ readonly [$$PropertyValue]: "width";
6299
+ }) => {
6300
+ maxWidth: {
6301
+ readonly [$$PropertyValue]: "width";
6302
+ };
6303
+ whiteSpace: string;
6304
+ overflow: string;
6305
+ textOverflow: string;
6306
+ };
5875
6307
  textGradient: (value: {
5876
6308
  readonly [$$PropertyValue]: "backgroundImage";
5877
6309
  }) => {
@@ -5923,6 +6355,13 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5923
6355
  lg: string;
5924
6356
  xl: string;
5925
6357
  };
6358
+ dropShadows: {
6359
+ xs: string;
6360
+ sm: string;
6361
+ md: string;
6362
+ lg: string;
6363
+ xl: string;
6364
+ };
5926
6365
  colors: {
5927
6366
  text: string;
5928
6367
  link: string;
@@ -6064,6 +6503,16 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6064
6503
  errorSolidHover: string;
6065
6504
  errorSolidContrast: string;
6066
6505
  errorShadow: string;
6506
+ neutralLight: string;
6507
+ neutralLightHover: string;
6508
+ neutralLightActive: string;
6509
+ neutralLightContrast: string;
6510
+ neutral: string;
6511
+ neutralBorder: string;
6512
+ neutralBorderHover: string;
6513
+ neutralSolidHover: string;
6514
+ neutralSolidContrast: string;
6515
+ neutralShadow: string;
6067
6516
  gradient: string;
6068
6517
  accents0: string;
6069
6518
  accents1: string;
@@ -6082,13 +6531,20 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6082
6531
  mono: string;
6083
6532
  };
6084
6533
  fontSizes: {
6085
- tiny: string;
6086
6534
  xs: string;
6087
- base: string;
6088
6535
  sm: string;
6536
+ base: string;
6089
6537
  md: string;
6090
6538
  lg: string;
6091
6539
  xl: string;
6540
+ xl2: string;
6541
+ xl3: string;
6542
+ xl4: string;
6543
+ xl5: string;
6544
+ xl6: string;
6545
+ xl7: string;
6546
+ xl8: string;
6547
+ xl9: string;
6092
6548
  };
6093
6549
  fontWeights: {
6094
6550
  hairline: number;
@@ -6104,9 +6560,18 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6104
6560
  lineHeights: {
6105
6561
  xs: number;
6106
6562
  sm: number;
6563
+ base: number;
6107
6564
  md: number;
6108
6565
  lg: number;
6109
6566
  xl: number;
6567
+ xl2: number;
6568
+ xl3: number;
6569
+ xl4: number;
6570
+ xl5: number;
6571
+ xl6: number;
6572
+ xl7: number;
6573
+ xl8: number;
6574
+ xl9: number;
6110
6575
  };
6111
6576
  letterSpacings: {
6112
6577
  tighter: string;
@@ -6191,6 +6656,7 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6191
6656
  avatar: string;
6192
6657
  link: string;
6193
6658
  card: string;
6659
+ dropdownItem: string;
6194
6660
  };
6195
6661
  breakpoints: {
6196
6662
  xs: string;
@@ -6566,7 +7032,9 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6566
7032
  readonly [$$PropertyValue]: "backgroundColor";
6567
7033
  }) => {
6568
7034
  bf: string;
6569
- bg: string;
7035
+ bg: {
7036
+ readonly [$$PropertyValue]: "backgroundColor";
7037
+ };
6570
7038
  };
6571
7039
  bgColor: (value: {
6572
7040
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6644,6 +7112,32 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6644
7112
  readonly [$$PropertyValue]: "boxShadow";
6645
7113
  };
6646
7114
  };
7115
+ ds: (value: {
7116
+ readonly [$$PropertyValue]: "boxShadow";
7117
+ }) => {
7118
+ dropShadow: {
7119
+ readonly [$$PropertyValue]: "boxShadow";
7120
+ };
7121
+ };
7122
+ shadow: (value: {
7123
+ readonly [$$PropertyValue]: "boxShadow";
7124
+ }) => {
7125
+ boxShadow: {
7126
+ readonly [$$PropertyValue]: "boxShadow";
7127
+ };
7128
+ };
7129
+ dshadow: (value: {
7130
+ readonly [$$PropertyValue]: "boxShadow";
7131
+ }) => {
7132
+ dropShadow: {
7133
+ readonly [$$PropertyValue]: "boxShadow";
7134
+ };
7135
+ };
7136
+ dropShadow: (value: {
7137
+ readonly [$$PropertyValue]: "boxShadow";
7138
+ }) => {
7139
+ filter: string;
7140
+ };
6647
7141
  normalShadow: (value: {
6648
7142
  readonly [$$PropertyValue]: "backgroundColor";
6649
7143
  }) => {
@@ -6847,6 +7341,16 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6847
7341
  readonly [$$PropertyValue]: "textDecorationLine";
6848
7342
  };
6849
7343
  };
7344
+ truncateText: (value: {
7345
+ readonly [$$PropertyValue]: "width";
7346
+ }) => {
7347
+ maxWidth: {
7348
+ readonly [$$PropertyValue]: "width";
7349
+ };
7350
+ whiteSpace: string;
7351
+ overflow: string;
7352
+ textOverflow: string;
7353
+ };
6850
7354
  textGradient: (value: {
6851
7355
  readonly [$$PropertyValue]: "backgroundImage";
6852
7356
  }) => {
@@ -6908,6 +7412,13 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6908
7412
  lg: string;
6909
7413
  xl: string;
6910
7414
  };
7415
+ dropShadows: {
7416
+ xs: string;
7417
+ sm: string;
7418
+ md: string;
7419
+ lg: string;
7420
+ xl: string;
7421
+ };
6911
7422
  colors: {
6912
7423
  text: string;
6913
7424
  link: string;
@@ -7049,6 +7560,16 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7049
7560
  errorSolidHover: string;
7050
7561
  errorSolidContrast: string;
7051
7562
  errorShadow: string;
7563
+ neutralLight: string;
7564
+ neutralLightHover: string;
7565
+ neutralLightActive: string;
7566
+ neutralLightContrast: string;
7567
+ neutral: string;
7568
+ neutralBorder: string;
7569
+ neutralBorderHover: string;
7570
+ neutralSolidHover: string;
7571
+ neutralSolidContrast: string;
7572
+ neutralShadow: string;
7052
7573
  gradient: string;
7053
7574
  accents0: string;
7054
7575
  accents1: string;
@@ -7067,13 +7588,20 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7067
7588
  mono: string;
7068
7589
  };
7069
7590
  fontSizes: {
7070
- tiny: string;
7071
7591
  xs: string;
7072
- base: string;
7073
7592
  sm: string;
7593
+ base: string;
7074
7594
  md: string;
7075
7595
  lg: string;
7076
7596
  xl: string;
7597
+ xl2: string;
7598
+ xl3: string;
7599
+ xl4: string;
7600
+ xl5: string;
7601
+ xl6: string;
7602
+ xl7: string;
7603
+ xl8: string;
7604
+ xl9: string;
7077
7605
  };
7078
7606
  fontWeights: {
7079
7607
  hairline: number;
@@ -7089,9 +7617,18 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7089
7617
  lineHeights: {
7090
7618
  xs: number;
7091
7619
  sm: number;
7620
+ base: number;
7092
7621
  md: number;
7093
7622
  lg: number;
7094
7623
  xl: number;
7624
+ xl2: number;
7625
+ xl3: number;
7626
+ xl4: number;
7627
+ xl5: number;
7628
+ xl6: number;
7629
+ xl7: number;
7630
+ xl8: number;
7631
+ xl9: number;
7095
7632
  };
7096
7633
  letterSpacings: {
7097
7634
  tighter: string;
@@ -7176,6 +7713,7 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7176
7713
  avatar: string;
7177
7714
  link: string;
7178
7715
  card: string;
7716
+ dropdownItem: string;
7179
7717
  };
7180
7718
  breakpoints: {
7181
7719
  xs: string;
@@ -7551,7 +8089,9 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7551
8089
  readonly [$$PropertyValue]: "backgroundColor";
7552
8090
  }) => {
7553
8091
  bf: string;
7554
- bg: string;
8092
+ bg: {
8093
+ readonly [$$PropertyValue]: "backgroundColor";
8094
+ };
7555
8095
  };
7556
8096
  bgColor: (value: {
7557
8097
  readonly [$$PropertyValue]: "backgroundColor";
@@ -7629,6 +8169,32 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7629
8169
  readonly [$$PropertyValue]: "boxShadow";
7630
8170
  };
7631
8171
  };
8172
+ ds: (value: {
8173
+ readonly [$$PropertyValue]: "boxShadow";
8174
+ }) => {
8175
+ dropShadow: {
8176
+ readonly [$$PropertyValue]: "boxShadow";
8177
+ };
8178
+ };
8179
+ shadow: (value: {
8180
+ readonly [$$PropertyValue]: "boxShadow";
8181
+ }) => {
8182
+ boxShadow: {
8183
+ readonly [$$PropertyValue]: "boxShadow";
8184
+ };
8185
+ };
8186
+ dshadow: (value: {
8187
+ readonly [$$PropertyValue]: "boxShadow";
8188
+ }) => {
8189
+ dropShadow: {
8190
+ readonly [$$PropertyValue]: "boxShadow";
8191
+ };
8192
+ };
8193
+ dropShadow: (value: {
8194
+ readonly [$$PropertyValue]: "boxShadow";
8195
+ }) => {
8196
+ filter: string;
8197
+ };
7632
8198
  normalShadow: (value: {
7633
8199
  readonly [$$PropertyValue]: "backgroundColor";
7634
8200
  }) => {
@@ -7832,6 +8398,16 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7832
8398
  readonly [$$PropertyValue]: "textDecorationLine";
7833
8399
  };
7834
8400
  };
8401
+ truncateText: (value: {
8402
+ readonly [$$PropertyValue]: "width";
8403
+ }) => {
8404
+ maxWidth: {
8405
+ readonly [$$PropertyValue]: "width";
8406
+ };
8407
+ whiteSpace: string;
8408
+ overflow: string;
8409
+ textOverflow: string;
8410
+ };
7835
8411
  textGradient: (value: {
7836
8412
  readonly [$$PropertyValue]: "backgroundImage";
7837
8413
  }) => {
@@ -7889,6 +8465,13 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7889
8465
  lg: string;
7890
8466
  xl: string;
7891
8467
  };
8468
+ dropShadows: {
8469
+ xs: string;
8470
+ sm: string;
8471
+ md: string;
8472
+ lg: string;
8473
+ xl: string;
8474
+ };
7892
8475
  colors: {
7893
8476
  text: string;
7894
8477
  link: string;
@@ -8030,6 +8613,16 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8030
8613
  errorSolidHover: string;
8031
8614
  errorSolidContrast: string;
8032
8615
  errorShadow: string;
8616
+ neutralLight: string;
8617
+ neutralLightHover: string;
8618
+ neutralLightActive: string;
8619
+ neutralLightContrast: string;
8620
+ neutral: string;
8621
+ neutralBorder: string;
8622
+ neutralBorderHover: string;
8623
+ neutralSolidHover: string;
8624
+ neutralSolidContrast: string;
8625
+ neutralShadow: string;
8033
8626
  gradient: string;
8034
8627
  accents0: string;
8035
8628
  accents1: string;
@@ -8048,13 +8641,20 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8048
8641
  mono: string;
8049
8642
  };
8050
8643
  fontSizes: {
8051
- tiny: string;
8052
8644
  xs: string;
8053
- base: string;
8054
8645
  sm: string;
8646
+ base: string;
8055
8647
  md: string;
8056
8648
  lg: string;
8057
8649
  xl: string;
8650
+ xl2: string;
8651
+ xl3: string;
8652
+ xl4: string;
8653
+ xl5: string;
8654
+ xl6: string;
8655
+ xl7: string;
8656
+ xl8: string;
8657
+ xl9: string;
8058
8658
  };
8059
8659
  fontWeights: {
8060
8660
  hairline: number;
@@ -8070,9 +8670,18 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8070
8670
  lineHeights: {
8071
8671
  xs: number;
8072
8672
  sm: number;
8673
+ base: number;
8073
8674
  md: number;
8074
8675
  lg: number;
8075
8676
  xl: number;
8677
+ xl2: number;
8678
+ xl3: number;
8679
+ xl4: number;
8680
+ xl5: number;
8681
+ xl6: number;
8682
+ xl7: number;
8683
+ xl8: number;
8684
+ xl9: number;
8076
8685
  };
8077
8686
  letterSpacings: {
8078
8687
  tighter: string;
@@ -8157,6 +8766,7 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8157
8766
  avatar: string;
8158
8767
  link: string;
8159
8768
  card: string;
8769
+ dropdownItem: string;
8160
8770
  };
8161
8771
  breakpoints: {
8162
8772
  xs: string;
@@ -8532,7 +9142,9 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8532
9142
  readonly [$$PropertyValue]: "backgroundColor";
8533
9143
  }) => {
8534
9144
  bf: string;
8535
- bg: string;
9145
+ bg: {
9146
+ readonly [$$PropertyValue]: "backgroundColor";
9147
+ };
8536
9148
  };
8537
9149
  bgColor: (value: {
8538
9150
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8610,6 +9222,32 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8610
9222
  readonly [$$PropertyValue]: "boxShadow";
8611
9223
  };
8612
9224
  };
9225
+ ds: (value: {
9226
+ readonly [$$PropertyValue]: "boxShadow";
9227
+ }) => {
9228
+ dropShadow: {
9229
+ readonly [$$PropertyValue]: "boxShadow";
9230
+ };
9231
+ };
9232
+ shadow: (value: {
9233
+ readonly [$$PropertyValue]: "boxShadow";
9234
+ }) => {
9235
+ boxShadow: {
9236
+ readonly [$$PropertyValue]: "boxShadow";
9237
+ };
9238
+ };
9239
+ dshadow: (value: {
9240
+ readonly [$$PropertyValue]: "boxShadow";
9241
+ }) => {
9242
+ dropShadow: {
9243
+ readonly [$$PropertyValue]: "boxShadow";
9244
+ };
9245
+ };
9246
+ dropShadow: (value: {
9247
+ readonly [$$PropertyValue]: "boxShadow";
9248
+ }) => {
9249
+ filter: string;
9250
+ };
8613
9251
  normalShadow: (value: {
8614
9252
  readonly [$$PropertyValue]: "backgroundColor";
8615
9253
  }) => {
@@ -8813,6 +9451,16 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8813
9451
  readonly [$$PropertyValue]: "textDecorationLine";
8814
9452
  };
8815
9453
  };
9454
+ truncateText: (value: {
9455
+ readonly [$$PropertyValue]: "width";
9456
+ }) => {
9457
+ maxWidth: {
9458
+ readonly [$$PropertyValue]: "width";
9459
+ };
9460
+ whiteSpace: string;
9461
+ overflow: string;
9462
+ textOverflow: string;
9463
+ };
8816
9464
  textGradient: (value: {
8817
9465
  readonly [$$PropertyValue]: "backgroundImage";
8818
9466
  }) => {
@@ -8867,6 +9515,13 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8867
9515
  lg: string;
8868
9516
  xl: string;
8869
9517
  };
9518
+ dropShadows: {
9519
+ xs: string;
9520
+ sm: string;
9521
+ md: string;
9522
+ lg: string;
9523
+ xl: string;
9524
+ };
8870
9525
  colors: {
8871
9526
  text: string;
8872
9527
  link: string;
@@ -9008,6 +9663,16 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9008
9663
  errorSolidHover: string;
9009
9664
  errorSolidContrast: string;
9010
9665
  errorShadow: string;
9666
+ neutralLight: string;
9667
+ neutralLightHover: string;
9668
+ neutralLightActive: string;
9669
+ neutralLightContrast: string;
9670
+ neutral: string;
9671
+ neutralBorder: string;
9672
+ neutralBorderHover: string;
9673
+ neutralSolidHover: string;
9674
+ neutralSolidContrast: string;
9675
+ neutralShadow: string;
9011
9676
  gradient: string;
9012
9677
  accents0: string;
9013
9678
  accents1: string;
@@ -9026,13 +9691,20 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9026
9691
  mono: string;
9027
9692
  };
9028
9693
  fontSizes: {
9029
- tiny: string;
9030
9694
  xs: string;
9031
- base: string;
9032
9695
  sm: string;
9696
+ base: string;
9033
9697
  md: string;
9034
9698
  lg: string;
9035
9699
  xl: string;
9700
+ xl2: string;
9701
+ xl3: string;
9702
+ xl4: string;
9703
+ xl5: string;
9704
+ xl6: string;
9705
+ xl7: string;
9706
+ xl8: string;
9707
+ xl9: string;
9036
9708
  };
9037
9709
  fontWeights: {
9038
9710
  hairline: number;
@@ -9048,9 +9720,18 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9048
9720
  lineHeights: {
9049
9721
  xs: number;
9050
9722
  sm: number;
9723
+ base: number;
9051
9724
  md: number;
9052
9725
  lg: number;
9053
9726
  xl: number;
9727
+ xl2: number;
9728
+ xl3: number;
9729
+ xl4: number;
9730
+ xl5: number;
9731
+ xl6: number;
9732
+ xl7: number;
9733
+ xl8: number;
9734
+ xl9: number;
9054
9735
  };
9055
9736
  letterSpacings: {
9056
9737
  tighter: string;
@@ -9135,6 +9816,7 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9135
9816
  avatar: string;
9136
9817
  link: string;
9137
9818
  card: string;
9819
+ dropdownItem: string;
9138
9820
  };
9139
9821
  breakpoints: {
9140
9822
  xs: string;
@@ -9510,7 +10192,9 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9510
10192
  readonly [$$PropertyValue]: "backgroundColor";
9511
10193
  }) => {
9512
10194
  bf: string;
9513
- bg: string;
10195
+ bg: {
10196
+ readonly [$$PropertyValue]: "backgroundColor";
10197
+ };
9514
10198
  };
9515
10199
  bgColor: (value: {
9516
10200
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9588,6 +10272,32 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9588
10272
  readonly [$$PropertyValue]: "boxShadow";
9589
10273
  };
9590
10274
  };
10275
+ ds: (value: {
10276
+ readonly [$$PropertyValue]: "boxShadow";
10277
+ }) => {
10278
+ dropShadow: {
10279
+ readonly [$$PropertyValue]: "boxShadow";
10280
+ };
10281
+ };
10282
+ shadow: (value: {
10283
+ readonly [$$PropertyValue]: "boxShadow";
10284
+ }) => {
10285
+ boxShadow: {
10286
+ readonly [$$PropertyValue]: "boxShadow";
10287
+ };
10288
+ };
10289
+ dshadow: (value: {
10290
+ readonly [$$PropertyValue]: "boxShadow";
10291
+ }) => {
10292
+ dropShadow: {
10293
+ readonly [$$PropertyValue]: "boxShadow";
10294
+ };
10295
+ };
10296
+ dropShadow: (value: {
10297
+ readonly [$$PropertyValue]: "boxShadow";
10298
+ }) => {
10299
+ filter: string;
10300
+ };
9591
10301
  normalShadow: (value: {
9592
10302
  readonly [$$PropertyValue]: "backgroundColor";
9593
10303
  }) => {
@@ -9791,6 +10501,16 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9791
10501
  readonly [$$PropertyValue]: "textDecorationLine";
9792
10502
  };
9793
10503
  };
10504
+ truncateText: (value: {
10505
+ readonly [$$PropertyValue]: "width";
10506
+ }) => {
10507
+ maxWidth: {
10508
+ readonly [$$PropertyValue]: "width";
10509
+ };
10510
+ whiteSpace: string;
10511
+ overflow: string;
10512
+ textOverflow: string;
10513
+ };
9794
10514
  textGradient: (value: {
9795
10515
  readonly [$$PropertyValue]: "backgroundImage";
9796
10516
  }) => {
@@ -9848,6 +10568,13 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9848
10568
  lg: string;
9849
10569
  xl: string;
9850
10570
  };
10571
+ dropShadows: {
10572
+ xs: string;
10573
+ sm: string;
10574
+ md: string;
10575
+ lg: string;
10576
+ xl: string;
10577
+ };
9851
10578
  colors: {
9852
10579
  text: string;
9853
10580
  link: string;
@@ -9989,6 +10716,16 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9989
10716
  errorSolidHover: string;
9990
10717
  errorSolidContrast: string;
9991
10718
  errorShadow: string;
10719
+ neutralLight: string;
10720
+ neutralLightHover: string;
10721
+ neutralLightActive: string;
10722
+ neutralLightContrast: string;
10723
+ neutral: string;
10724
+ neutralBorder: string;
10725
+ neutralBorderHover: string;
10726
+ neutralSolidHover: string;
10727
+ neutralSolidContrast: string;
10728
+ neutralShadow: string;
9992
10729
  gradient: string;
9993
10730
  accents0: string;
9994
10731
  accents1: string;
@@ -10007,13 +10744,20 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10007
10744
  mono: string;
10008
10745
  };
10009
10746
  fontSizes: {
10010
- tiny: string;
10011
10747
  xs: string;
10012
- base: string;
10013
10748
  sm: string;
10749
+ base: string;
10014
10750
  md: string;
10015
10751
  lg: string;
10016
10752
  xl: string;
10753
+ xl2: string;
10754
+ xl3: string;
10755
+ xl4: string;
10756
+ xl5: string;
10757
+ xl6: string;
10758
+ xl7: string;
10759
+ xl8: string;
10760
+ xl9: string;
10017
10761
  };
10018
10762
  fontWeights: {
10019
10763
  hairline: number;
@@ -10029,9 +10773,18 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10029
10773
  lineHeights: {
10030
10774
  xs: number;
10031
10775
  sm: number;
10776
+ base: number;
10032
10777
  md: number;
10033
10778
  lg: number;
10034
10779
  xl: number;
10780
+ xl2: number;
10781
+ xl3: number;
10782
+ xl4: number;
10783
+ xl5: number;
10784
+ xl6: number;
10785
+ xl7: number;
10786
+ xl8: number;
10787
+ xl9: number;
10035
10788
  };
10036
10789
  letterSpacings: {
10037
10790
  tighter: string;
@@ -10116,6 +10869,7 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10116
10869
  avatar: string;
10117
10870
  link: string;
10118
10871
  card: string;
10872
+ dropdownItem: string;
10119
10873
  };
10120
10874
  breakpoints: {
10121
10875
  xs: string;
@@ -10491,7 +11245,9 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10491
11245
  readonly [$$PropertyValue]: "backgroundColor";
10492
11246
  }) => {
10493
11247
  bf: string;
10494
- bg: string;
11248
+ bg: {
11249
+ readonly [$$PropertyValue]: "backgroundColor";
11250
+ };
10495
11251
  };
10496
11252
  bgColor: (value: {
10497
11253
  readonly [$$PropertyValue]: "backgroundColor";
@@ -10569,6 +11325,32 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10569
11325
  readonly [$$PropertyValue]: "boxShadow";
10570
11326
  };
10571
11327
  };
11328
+ ds: (value: {
11329
+ readonly [$$PropertyValue]: "boxShadow";
11330
+ }) => {
11331
+ dropShadow: {
11332
+ readonly [$$PropertyValue]: "boxShadow";
11333
+ };
11334
+ };
11335
+ shadow: (value: {
11336
+ readonly [$$PropertyValue]: "boxShadow";
11337
+ }) => {
11338
+ boxShadow: {
11339
+ readonly [$$PropertyValue]: "boxShadow";
11340
+ };
11341
+ };
11342
+ dshadow: (value: {
11343
+ readonly [$$PropertyValue]: "boxShadow";
11344
+ }) => {
11345
+ dropShadow: {
11346
+ readonly [$$PropertyValue]: "boxShadow";
11347
+ };
11348
+ };
11349
+ dropShadow: (value: {
11350
+ readonly [$$PropertyValue]: "boxShadow";
11351
+ }) => {
11352
+ filter: string;
11353
+ };
10572
11354
  normalShadow: (value: {
10573
11355
  readonly [$$PropertyValue]: "backgroundColor";
10574
11356
  }) => {
@@ -10772,6 +11554,16 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10772
11554
  readonly [$$PropertyValue]: "textDecorationLine";
10773
11555
  };
10774
11556
  };
11557
+ truncateText: (value: {
11558
+ readonly [$$PropertyValue]: "width";
11559
+ }) => {
11560
+ maxWidth: {
11561
+ readonly [$$PropertyValue]: "width";
11562
+ };
11563
+ whiteSpace: string;
11564
+ overflow: string;
11565
+ textOverflow: string;
11566
+ };
10775
11567
  textGradient: (value: {
10776
11568
  readonly [$$PropertyValue]: "backgroundImage";
10777
11569
  }) => {