@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
@@ -42,6 +42,13 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
42
42
  lg: string;
43
43
  xl: string;
44
44
  };
45
+ dropShadows: {
46
+ xs: string;
47
+ sm: string;
48
+ md: string;
49
+ lg: string;
50
+ xl: string;
51
+ };
45
52
  colors: {
46
53
  text: string;
47
54
  link: string;
@@ -183,6 +190,16 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
183
190
  errorSolidHover: string;
184
191
  errorSolidContrast: string;
185
192
  errorShadow: string;
193
+ neutralLight: string;
194
+ neutralLightHover: string;
195
+ neutralLightActive: string;
196
+ neutralLightContrast: string;
197
+ neutral: string;
198
+ neutralBorder: string;
199
+ neutralBorderHover: string;
200
+ neutralSolidHover: string;
201
+ neutralSolidContrast: string;
202
+ neutralShadow: string;
186
203
  gradient: string;
187
204
  accents0: string;
188
205
  accents1: string;
@@ -201,13 +218,20 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
201
218
  mono: string;
202
219
  };
203
220
  fontSizes: {
204
- tiny: string;
205
221
  xs: string;
206
- base: string;
207
222
  sm: string;
223
+ base: string;
208
224
  md: string;
209
225
  lg: string;
210
226
  xl: string;
227
+ xl2: string;
228
+ xl3: string;
229
+ xl4: string;
230
+ xl5: string;
231
+ xl6: string;
232
+ xl7: string;
233
+ xl8: string;
234
+ xl9: string;
211
235
  };
212
236
  fontWeights: {
213
237
  hairline: number;
@@ -223,9 +247,18 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
223
247
  lineHeights: {
224
248
  xs: number;
225
249
  sm: number;
250
+ base: number;
226
251
  md: number;
227
252
  lg: number;
228
253
  xl: number;
254
+ xl2: number;
255
+ xl3: number;
256
+ xl4: number;
257
+ xl5: number;
258
+ xl6: number;
259
+ xl7: number;
260
+ xl8: number;
261
+ xl9: number;
229
262
  };
230
263
  letterSpacings: {
231
264
  tighter: string;
@@ -310,6 +343,7 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
310
343
  avatar: string;
311
344
  link: string;
312
345
  card: string;
346
+ dropdownItem: string;
313
347
  };
314
348
  breakpoints: {
315
349
  xs: string;
@@ -685,7 +719,9 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
685
719
  readonly [$$PropertyValue]: "backgroundColor";
686
720
  }) => {
687
721
  bf: string;
688
- bg: string;
722
+ bg: {
723
+ readonly [$$PropertyValue]: "backgroundColor";
724
+ };
689
725
  };
690
726
  bgColor: (value: {
691
727
  readonly [$$PropertyValue]: "backgroundColor";
@@ -763,6 +799,32 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
763
799
  readonly [$$PropertyValue]: "boxShadow";
764
800
  };
765
801
  };
802
+ ds: (value: {
803
+ readonly [$$PropertyValue]: "boxShadow";
804
+ }) => {
805
+ dropShadow: {
806
+ readonly [$$PropertyValue]: "boxShadow";
807
+ };
808
+ };
809
+ shadow: (value: {
810
+ readonly [$$PropertyValue]: "boxShadow";
811
+ }) => {
812
+ boxShadow: {
813
+ readonly [$$PropertyValue]: "boxShadow";
814
+ };
815
+ };
816
+ dshadow: (value: {
817
+ readonly [$$PropertyValue]: "boxShadow";
818
+ }) => {
819
+ dropShadow: {
820
+ readonly [$$PropertyValue]: "boxShadow";
821
+ };
822
+ };
823
+ dropShadow: (value: {
824
+ readonly [$$PropertyValue]: "boxShadow";
825
+ }) => {
826
+ filter: string;
827
+ };
766
828
  normalShadow: (value: {
767
829
  readonly [$$PropertyValue]: "backgroundColor";
768
830
  }) => {
@@ -966,6 +1028,16 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
966
1028
  readonly [$$PropertyValue]: "textDecorationLine";
967
1029
  };
968
1030
  };
1031
+ truncateText: (value: {
1032
+ readonly [$$PropertyValue]: "width";
1033
+ }) => {
1034
+ maxWidth: {
1035
+ readonly [$$PropertyValue]: "width";
1036
+ };
1037
+ whiteSpace: string;
1038
+ overflow: string;
1039
+ textOverflow: string;
1040
+ };
969
1041
  textGradient: (value: {
970
1042
  readonly [$$PropertyValue]: "backgroundImage";
971
1043
  }) => {
@@ -1017,6 +1089,13 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1017
1089
  lg: string;
1018
1090
  xl: string;
1019
1091
  };
1092
+ dropShadows: {
1093
+ xs: string;
1094
+ sm: string;
1095
+ md: string;
1096
+ lg: string;
1097
+ xl: string;
1098
+ };
1020
1099
  colors: {
1021
1100
  text: string;
1022
1101
  link: string;
@@ -1158,6 +1237,16 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1158
1237
  errorSolidHover: string;
1159
1238
  errorSolidContrast: string;
1160
1239
  errorShadow: string;
1240
+ neutralLight: string;
1241
+ neutralLightHover: string;
1242
+ neutralLightActive: string;
1243
+ neutralLightContrast: string;
1244
+ neutral: string;
1245
+ neutralBorder: string;
1246
+ neutralBorderHover: string;
1247
+ neutralSolidHover: string;
1248
+ neutralSolidContrast: string;
1249
+ neutralShadow: string;
1161
1250
  gradient: string;
1162
1251
  accents0: string;
1163
1252
  accents1: string;
@@ -1176,13 +1265,20 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1176
1265
  mono: string;
1177
1266
  };
1178
1267
  fontSizes: {
1179
- tiny: string;
1180
1268
  xs: string;
1181
- base: string;
1182
1269
  sm: string;
1270
+ base: string;
1183
1271
  md: string;
1184
1272
  lg: string;
1185
1273
  xl: string;
1274
+ xl2: string;
1275
+ xl3: string;
1276
+ xl4: string;
1277
+ xl5: string;
1278
+ xl6: string;
1279
+ xl7: string;
1280
+ xl8: string;
1281
+ xl9: string;
1186
1282
  };
1187
1283
  fontWeights: {
1188
1284
  hairline: number;
@@ -1198,9 +1294,18 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1198
1294
  lineHeights: {
1199
1295
  xs: number;
1200
1296
  sm: number;
1297
+ base: number;
1201
1298
  md: number;
1202
1299
  lg: number;
1203
1300
  xl: number;
1301
+ xl2: number;
1302
+ xl3: number;
1303
+ xl4: number;
1304
+ xl5: number;
1305
+ xl6: number;
1306
+ xl7: number;
1307
+ xl8: number;
1308
+ xl9: number;
1204
1309
  };
1205
1310
  letterSpacings: {
1206
1311
  tighter: string;
@@ -1285,6 +1390,7 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1285
1390
  avatar: string;
1286
1391
  link: string;
1287
1392
  card: string;
1393
+ dropdownItem: string;
1288
1394
  };
1289
1395
  breakpoints: {
1290
1396
  xs: string;
@@ -1660,7 +1766,9 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1660
1766
  readonly [$$PropertyValue]: "backgroundColor";
1661
1767
  }) => {
1662
1768
  bf: string;
1663
- bg: string;
1769
+ bg: {
1770
+ readonly [$$PropertyValue]: "backgroundColor";
1771
+ };
1664
1772
  };
1665
1773
  bgColor: (value: {
1666
1774
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1738,6 +1846,32 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1738
1846
  readonly [$$PropertyValue]: "boxShadow";
1739
1847
  };
1740
1848
  };
1849
+ ds: (value: {
1850
+ readonly [$$PropertyValue]: "boxShadow";
1851
+ }) => {
1852
+ dropShadow: {
1853
+ readonly [$$PropertyValue]: "boxShadow";
1854
+ };
1855
+ };
1856
+ shadow: (value: {
1857
+ readonly [$$PropertyValue]: "boxShadow";
1858
+ }) => {
1859
+ boxShadow: {
1860
+ readonly [$$PropertyValue]: "boxShadow";
1861
+ };
1862
+ };
1863
+ dshadow: (value: {
1864
+ readonly [$$PropertyValue]: "boxShadow";
1865
+ }) => {
1866
+ dropShadow: {
1867
+ readonly [$$PropertyValue]: "boxShadow";
1868
+ };
1869
+ };
1870
+ dropShadow: (value: {
1871
+ readonly [$$PropertyValue]: "boxShadow";
1872
+ }) => {
1873
+ filter: string;
1874
+ };
1741
1875
  normalShadow: (value: {
1742
1876
  readonly [$$PropertyValue]: "backgroundColor";
1743
1877
  }) => {
@@ -1941,6 +2075,16 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1941
2075
  readonly [$$PropertyValue]: "textDecorationLine";
1942
2076
  };
1943
2077
  };
2078
+ truncateText: (value: {
2079
+ readonly [$$PropertyValue]: "width";
2080
+ }) => {
2081
+ maxWidth: {
2082
+ readonly [$$PropertyValue]: "width";
2083
+ };
2084
+ whiteSpace: string;
2085
+ overflow: string;
2086
+ textOverflow: string;
2087
+ };
1944
2088
  textGradient: (value: {
1945
2089
  readonly [$$PropertyValue]: "backgroundImage";
1946
2090
  }) => {
@@ -1994,6 +2138,13 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
1994
2138
  lg: string;
1995
2139
  xl: string;
1996
2140
  };
2141
+ dropShadows: {
2142
+ xs: string;
2143
+ sm: string;
2144
+ md: string;
2145
+ lg: string;
2146
+ xl: string;
2147
+ };
1997
2148
  colors: {
1998
2149
  text: string;
1999
2150
  link: string;
@@ -2135,6 +2286,16 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2135
2286
  errorSolidHover: string;
2136
2287
  errorSolidContrast: string;
2137
2288
  errorShadow: string;
2289
+ neutralLight: string;
2290
+ neutralLightHover: string;
2291
+ neutralLightActive: string;
2292
+ neutralLightContrast: string;
2293
+ neutral: string;
2294
+ neutralBorder: string;
2295
+ neutralBorderHover: string;
2296
+ neutralSolidHover: string;
2297
+ neutralSolidContrast: string;
2298
+ neutralShadow: string;
2138
2299
  gradient: string;
2139
2300
  accents0: string;
2140
2301
  accents1: string;
@@ -2153,13 +2314,20 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2153
2314
  mono: string;
2154
2315
  };
2155
2316
  fontSizes: {
2156
- tiny: string;
2157
2317
  xs: string;
2158
- base: string;
2159
2318
  sm: string;
2319
+ base: string;
2160
2320
  md: string;
2161
2321
  lg: string;
2162
2322
  xl: string;
2323
+ xl2: string;
2324
+ xl3: string;
2325
+ xl4: string;
2326
+ xl5: string;
2327
+ xl6: string;
2328
+ xl7: string;
2329
+ xl8: string;
2330
+ xl9: string;
2163
2331
  };
2164
2332
  fontWeights: {
2165
2333
  hairline: number;
@@ -2175,9 +2343,18 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2175
2343
  lineHeights: {
2176
2344
  xs: number;
2177
2345
  sm: number;
2346
+ base: number;
2178
2347
  md: number;
2179
2348
  lg: number;
2180
2349
  xl: number;
2350
+ xl2: number;
2351
+ xl3: number;
2352
+ xl4: number;
2353
+ xl5: number;
2354
+ xl6: number;
2355
+ xl7: number;
2356
+ xl8: number;
2357
+ xl9: number;
2181
2358
  };
2182
2359
  letterSpacings: {
2183
2360
  tighter: string;
@@ -2262,6 +2439,7 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2262
2439
  avatar: string;
2263
2440
  link: string;
2264
2441
  card: string;
2442
+ dropdownItem: string;
2265
2443
  };
2266
2444
  breakpoints: {
2267
2445
  xs: string;
@@ -2637,7 +2815,9 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2637
2815
  readonly [$$PropertyValue]: "backgroundColor";
2638
2816
  }) => {
2639
2817
  bf: string;
2640
- bg: string;
2818
+ bg: {
2819
+ readonly [$$PropertyValue]: "backgroundColor";
2820
+ };
2641
2821
  };
2642
2822
  bgColor: (value: {
2643
2823
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2715,6 +2895,32 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2715
2895
  readonly [$$PropertyValue]: "boxShadow";
2716
2896
  };
2717
2897
  };
2898
+ ds: (value: {
2899
+ readonly [$$PropertyValue]: "boxShadow";
2900
+ }) => {
2901
+ dropShadow: {
2902
+ readonly [$$PropertyValue]: "boxShadow";
2903
+ };
2904
+ };
2905
+ shadow: (value: {
2906
+ readonly [$$PropertyValue]: "boxShadow";
2907
+ }) => {
2908
+ boxShadow: {
2909
+ readonly [$$PropertyValue]: "boxShadow";
2910
+ };
2911
+ };
2912
+ dshadow: (value: {
2913
+ readonly [$$PropertyValue]: "boxShadow";
2914
+ }) => {
2915
+ dropShadow: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ };
2918
+ };
2919
+ dropShadow: (value: {
2920
+ readonly [$$PropertyValue]: "boxShadow";
2921
+ }) => {
2922
+ filter: string;
2923
+ };
2718
2924
  normalShadow: (value: {
2719
2925
  readonly [$$PropertyValue]: "backgroundColor";
2720
2926
  }) => {
@@ -2918,6 +3124,16 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2918
3124
  readonly [$$PropertyValue]: "textDecorationLine";
2919
3125
  };
2920
3126
  };
3127
+ truncateText: (value: {
3128
+ readonly [$$PropertyValue]: "width";
3129
+ }) => {
3130
+ maxWidth: {
3131
+ readonly [$$PropertyValue]: "width";
3132
+ };
3133
+ whiteSpace: string;
3134
+ overflow: string;
3135
+ textOverflow: string;
3136
+ };
2921
3137
  textGradient: (value: {
2922
3138
  readonly [$$PropertyValue]: "backgroundImage";
2923
3139
  }) => {
@@ -2969,6 +3185,13 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
2969
3185
  lg: string;
2970
3186
  xl: string;
2971
3187
  };
3188
+ dropShadows: {
3189
+ xs: string;
3190
+ sm: string;
3191
+ md: string;
3192
+ lg: string;
3193
+ xl: string;
3194
+ };
2972
3195
  colors: {
2973
3196
  text: string;
2974
3197
  link: string;
@@ -3110,6 +3333,16 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3110
3333
  errorSolidHover: string;
3111
3334
  errorSolidContrast: string;
3112
3335
  errorShadow: string;
3336
+ neutralLight: string;
3337
+ neutralLightHover: string;
3338
+ neutralLightActive: string;
3339
+ neutralLightContrast: string;
3340
+ neutral: string;
3341
+ neutralBorder: string;
3342
+ neutralBorderHover: string;
3343
+ neutralSolidHover: string;
3344
+ neutralSolidContrast: string;
3345
+ neutralShadow: string;
3113
3346
  gradient: string;
3114
3347
  accents0: string;
3115
3348
  accents1: string;
@@ -3128,13 +3361,20 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3128
3361
  mono: string;
3129
3362
  };
3130
3363
  fontSizes: {
3131
- tiny: string;
3132
3364
  xs: string;
3133
- base: string;
3134
3365
  sm: string;
3366
+ base: string;
3135
3367
  md: string;
3136
3368
  lg: string;
3137
3369
  xl: string;
3370
+ xl2: string;
3371
+ xl3: string;
3372
+ xl4: string;
3373
+ xl5: string;
3374
+ xl6: string;
3375
+ xl7: string;
3376
+ xl8: string;
3377
+ xl9: string;
3138
3378
  };
3139
3379
  fontWeights: {
3140
3380
  hairline: number;
@@ -3150,9 +3390,18 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3150
3390
  lineHeights: {
3151
3391
  xs: number;
3152
3392
  sm: number;
3393
+ base: number;
3153
3394
  md: number;
3154
3395
  lg: number;
3155
3396
  xl: number;
3397
+ xl2: number;
3398
+ xl3: number;
3399
+ xl4: number;
3400
+ xl5: number;
3401
+ xl6: number;
3402
+ xl7: number;
3403
+ xl8: number;
3404
+ xl9: number;
3156
3405
  };
3157
3406
  letterSpacings: {
3158
3407
  tighter: string;
@@ -3237,6 +3486,7 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3237
3486
  avatar: string;
3238
3487
  link: string;
3239
3488
  card: string;
3489
+ dropdownItem: string;
3240
3490
  };
3241
3491
  breakpoints: {
3242
3492
  xs: string;
@@ -3612,7 +3862,9 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3612
3862
  readonly [$$PropertyValue]: "backgroundColor";
3613
3863
  }) => {
3614
3864
  bf: string;
3615
- bg: string;
3865
+ bg: {
3866
+ readonly [$$PropertyValue]: "backgroundColor";
3867
+ };
3616
3868
  };
3617
3869
  bgColor: (value: {
3618
3870
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3690,6 +3942,32 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3690
3942
  readonly [$$PropertyValue]: "boxShadow";
3691
3943
  };
3692
3944
  };
3945
+ ds: (value: {
3946
+ readonly [$$PropertyValue]: "boxShadow";
3947
+ }) => {
3948
+ dropShadow: {
3949
+ readonly [$$PropertyValue]: "boxShadow";
3950
+ };
3951
+ };
3952
+ shadow: (value: {
3953
+ readonly [$$PropertyValue]: "boxShadow";
3954
+ }) => {
3955
+ boxShadow: {
3956
+ readonly [$$PropertyValue]: "boxShadow";
3957
+ };
3958
+ };
3959
+ dshadow: (value: {
3960
+ readonly [$$PropertyValue]: "boxShadow";
3961
+ }) => {
3962
+ dropShadow: {
3963
+ readonly [$$PropertyValue]: "boxShadow";
3964
+ };
3965
+ };
3966
+ dropShadow: (value: {
3967
+ readonly [$$PropertyValue]: "boxShadow";
3968
+ }) => {
3969
+ filter: string;
3970
+ };
3693
3971
  normalShadow: (value: {
3694
3972
  readonly [$$PropertyValue]: "backgroundColor";
3695
3973
  }) => {
@@ -3893,6 +4171,16 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3893
4171
  readonly [$$PropertyValue]: "textDecorationLine";
3894
4172
  };
3895
4173
  };
4174
+ truncateText: (value: {
4175
+ readonly [$$PropertyValue]: "width";
4176
+ }) => {
4177
+ maxWidth: {
4178
+ readonly [$$PropertyValue]: "width";
4179
+ };
4180
+ whiteSpace: string;
4181
+ overflow: string;
4182
+ textOverflow: string;
4183
+ };
3896
4184
  textGradient: (value: {
3897
4185
  readonly [$$PropertyValue]: "backgroundImage";
3898
4186
  }) => {
@@ -3947,6 +4235,13 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
3947
4235
  lg: string;
3948
4236
  xl: string;
3949
4237
  };
4238
+ dropShadows: {
4239
+ xs: string;
4240
+ sm: string;
4241
+ md: string;
4242
+ lg: string;
4243
+ xl: string;
4244
+ };
3950
4245
  colors: {
3951
4246
  text: string;
3952
4247
  link: string;
@@ -4088,6 +4383,16 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4088
4383
  errorSolidHover: string;
4089
4384
  errorSolidContrast: string;
4090
4385
  errorShadow: string;
4386
+ neutralLight: string;
4387
+ neutralLightHover: string;
4388
+ neutralLightActive: string;
4389
+ neutralLightContrast: string;
4390
+ neutral: string;
4391
+ neutralBorder: string;
4392
+ neutralBorderHover: string;
4393
+ neutralSolidHover: string;
4394
+ neutralSolidContrast: string;
4395
+ neutralShadow: string;
4091
4396
  gradient: string;
4092
4397
  accents0: string;
4093
4398
  accents1: string;
@@ -4106,13 +4411,20 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4106
4411
  mono: string;
4107
4412
  };
4108
4413
  fontSizes: {
4109
- tiny: string;
4110
4414
  xs: string;
4111
- base: string;
4112
4415
  sm: string;
4416
+ base: string;
4113
4417
  md: string;
4114
4418
  lg: string;
4115
4419
  xl: string;
4420
+ xl2: string;
4421
+ xl3: string;
4422
+ xl4: string;
4423
+ xl5: string;
4424
+ xl6: string;
4425
+ xl7: string;
4426
+ xl8: string;
4427
+ xl9: string;
4116
4428
  };
4117
4429
  fontWeights: {
4118
4430
  hairline: number;
@@ -4128,9 +4440,18 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4128
4440
  lineHeights: {
4129
4441
  xs: number;
4130
4442
  sm: number;
4443
+ base: number;
4131
4444
  md: number;
4132
4445
  lg: number;
4133
4446
  xl: number;
4447
+ xl2: number;
4448
+ xl3: number;
4449
+ xl4: number;
4450
+ xl5: number;
4451
+ xl6: number;
4452
+ xl7: number;
4453
+ xl8: number;
4454
+ xl9: number;
4134
4455
  };
4135
4456
  letterSpacings: {
4136
4457
  tighter: string;
@@ -4215,6 +4536,7 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4215
4536
  avatar: string;
4216
4537
  link: string;
4217
4538
  card: string;
4539
+ dropdownItem: string;
4218
4540
  };
4219
4541
  breakpoints: {
4220
4542
  xs: string;
@@ -4590,7 +4912,9 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4590
4912
  readonly [$$PropertyValue]: "backgroundColor";
4591
4913
  }) => {
4592
4914
  bf: string;
4593
- bg: string;
4915
+ bg: {
4916
+ readonly [$$PropertyValue]: "backgroundColor";
4917
+ };
4594
4918
  };
4595
4919
  bgColor: (value: {
4596
4920
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4668,6 +4992,32 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4668
4992
  readonly [$$PropertyValue]: "boxShadow";
4669
4993
  };
4670
4994
  };
4995
+ ds: (value: {
4996
+ readonly [$$PropertyValue]: "boxShadow";
4997
+ }) => {
4998
+ dropShadow: {
4999
+ readonly [$$PropertyValue]: "boxShadow";
5000
+ };
5001
+ };
5002
+ shadow: (value: {
5003
+ readonly [$$PropertyValue]: "boxShadow";
5004
+ }) => {
5005
+ boxShadow: {
5006
+ readonly [$$PropertyValue]: "boxShadow";
5007
+ };
5008
+ };
5009
+ dshadow: (value: {
5010
+ readonly [$$PropertyValue]: "boxShadow";
5011
+ }) => {
5012
+ dropShadow: {
5013
+ readonly [$$PropertyValue]: "boxShadow";
5014
+ };
5015
+ };
5016
+ dropShadow: (value: {
5017
+ readonly [$$PropertyValue]: "boxShadow";
5018
+ }) => {
5019
+ filter: string;
5020
+ };
4671
5021
  normalShadow: (value: {
4672
5022
  readonly [$$PropertyValue]: "backgroundColor";
4673
5023
  }) => {
@@ -4871,6 +5221,16 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4871
5221
  readonly [$$PropertyValue]: "textDecorationLine";
4872
5222
  };
4873
5223
  };
5224
+ truncateText: (value: {
5225
+ readonly [$$PropertyValue]: "width";
5226
+ }) => {
5227
+ maxWidth: {
5228
+ readonly [$$PropertyValue]: "width";
5229
+ };
5230
+ whiteSpace: string;
5231
+ overflow: string;
5232
+ textOverflow: string;
5233
+ };
4874
5234
  textGradient: (value: {
4875
5235
  readonly [$$PropertyValue]: "backgroundImage";
4876
5236
  }) => {
@@ -4924,6 +5284,13 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
4924
5284
  lg: string;
4925
5285
  xl: string;
4926
5286
  };
5287
+ dropShadows: {
5288
+ xs: string;
5289
+ sm: string;
5290
+ md: string;
5291
+ lg: string;
5292
+ xl: string;
5293
+ };
4927
5294
  colors: {
4928
5295
  text: string;
4929
5296
  link: string;
@@ -5065,6 +5432,16 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5065
5432
  errorSolidHover: string;
5066
5433
  errorSolidContrast: string;
5067
5434
  errorShadow: string;
5435
+ neutralLight: string;
5436
+ neutralLightHover: string;
5437
+ neutralLightActive: string;
5438
+ neutralLightContrast: string;
5439
+ neutral: string;
5440
+ neutralBorder: string;
5441
+ neutralBorderHover: string;
5442
+ neutralSolidHover: string;
5443
+ neutralSolidContrast: string;
5444
+ neutralShadow: string;
5068
5445
  gradient: string;
5069
5446
  accents0: string;
5070
5447
  accents1: string;
@@ -5083,13 +5460,20 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5083
5460
  mono: string;
5084
5461
  };
5085
5462
  fontSizes: {
5086
- tiny: string;
5087
5463
  xs: string;
5088
- base: string;
5089
5464
  sm: string;
5465
+ base: string;
5090
5466
  md: string;
5091
5467
  lg: string;
5092
5468
  xl: string;
5469
+ xl2: string;
5470
+ xl3: string;
5471
+ xl4: string;
5472
+ xl5: string;
5473
+ xl6: string;
5474
+ xl7: string;
5475
+ xl8: string;
5476
+ xl9: string;
5093
5477
  };
5094
5478
  fontWeights: {
5095
5479
  hairline: number;
@@ -5105,9 +5489,18 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5105
5489
  lineHeights: {
5106
5490
  xs: number;
5107
5491
  sm: number;
5492
+ base: number;
5108
5493
  md: number;
5109
5494
  lg: number;
5110
5495
  xl: number;
5496
+ xl2: number;
5497
+ xl3: number;
5498
+ xl4: number;
5499
+ xl5: number;
5500
+ xl6: number;
5501
+ xl7: number;
5502
+ xl8: number;
5503
+ xl9: number;
5111
5504
  };
5112
5505
  letterSpacings: {
5113
5506
  tighter: string;
@@ -5192,6 +5585,7 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5192
5585
  avatar: string;
5193
5586
  link: string;
5194
5587
  card: string;
5588
+ dropdownItem: string;
5195
5589
  };
5196
5590
  breakpoints: {
5197
5591
  xs: string;
@@ -5567,7 +5961,9 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5567
5961
  readonly [$$PropertyValue]: "backgroundColor";
5568
5962
  }) => {
5569
5963
  bf: string;
5570
- bg: string;
5964
+ bg: {
5965
+ readonly [$$PropertyValue]: "backgroundColor";
5966
+ };
5571
5967
  };
5572
5968
  bgColor: (value: {
5573
5969
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5645,6 +6041,32 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5645
6041
  readonly [$$PropertyValue]: "boxShadow";
5646
6042
  };
5647
6043
  };
6044
+ ds: (value: {
6045
+ readonly [$$PropertyValue]: "boxShadow";
6046
+ }) => {
6047
+ dropShadow: {
6048
+ readonly [$$PropertyValue]: "boxShadow";
6049
+ };
6050
+ };
6051
+ shadow: (value: {
6052
+ readonly [$$PropertyValue]: "boxShadow";
6053
+ }) => {
6054
+ boxShadow: {
6055
+ readonly [$$PropertyValue]: "boxShadow";
6056
+ };
6057
+ };
6058
+ dshadow: (value: {
6059
+ readonly [$$PropertyValue]: "boxShadow";
6060
+ }) => {
6061
+ dropShadow: {
6062
+ readonly [$$PropertyValue]: "boxShadow";
6063
+ };
6064
+ };
6065
+ dropShadow: (value: {
6066
+ readonly [$$PropertyValue]: "boxShadow";
6067
+ }) => {
6068
+ filter: string;
6069
+ };
5648
6070
  normalShadow: (value: {
5649
6071
  readonly [$$PropertyValue]: "backgroundColor";
5650
6072
  }) => {
@@ -5848,6 +6270,16 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5848
6270
  readonly [$$PropertyValue]: "textDecorationLine";
5849
6271
  };
5850
6272
  };
6273
+ truncateText: (value: {
6274
+ readonly [$$PropertyValue]: "width";
6275
+ }) => {
6276
+ maxWidth: {
6277
+ readonly [$$PropertyValue]: "width";
6278
+ };
6279
+ whiteSpace: string;
6280
+ overflow: string;
6281
+ textOverflow: string;
6282
+ };
5851
6283
  textGradient: (value: {
5852
6284
  readonly [$$PropertyValue]: "backgroundImage";
5853
6285
  }) => {