@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
@@ -46,6 +46,13 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
46
46
  lg: string;
47
47
  xl: string;
48
48
  };
49
+ dropShadows: {
50
+ xs: string;
51
+ sm: string;
52
+ md: string;
53
+ lg: string;
54
+ xl: string;
55
+ };
49
56
  colors: {
50
57
  text: string;
51
58
  link: string;
@@ -187,6 +194,16 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
187
194
  errorSolidHover: string;
188
195
  errorSolidContrast: string;
189
196
  errorShadow: string;
197
+ neutralLight: string;
198
+ neutralLightHover: string;
199
+ neutralLightActive: string;
200
+ neutralLightContrast: string;
201
+ neutral: string;
202
+ neutralBorder: string;
203
+ neutralBorderHover: string;
204
+ neutralSolidHover: string;
205
+ neutralSolidContrast: string;
206
+ neutralShadow: string;
190
207
  gradient: string;
191
208
  accents0: string;
192
209
  accents1: string;
@@ -205,13 +222,20 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
205
222
  mono: string;
206
223
  };
207
224
  fontSizes: {
208
- tiny: string;
209
225
  xs: string;
210
- base: string;
211
226
  sm: string;
227
+ base: string;
212
228
  md: string;
213
229
  lg: string;
214
230
  xl: string;
231
+ xl2: string;
232
+ xl3: string;
233
+ xl4: string;
234
+ xl5: string;
235
+ xl6: string;
236
+ xl7: string;
237
+ xl8: string;
238
+ xl9: string;
215
239
  };
216
240
  fontWeights: {
217
241
  hairline: number;
@@ -227,9 +251,18 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
227
251
  lineHeights: {
228
252
  xs: number;
229
253
  sm: number;
254
+ base: number;
230
255
  md: number;
231
256
  lg: number;
232
257
  xl: number;
258
+ xl2: number;
259
+ xl3: number;
260
+ xl4: number;
261
+ xl5: number;
262
+ xl6: number;
263
+ xl7: number;
264
+ xl8: number;
265
+ xl9: number;
233
266
  };
234
267
  letterSpacings: {
235
268
  tighter: string;
@@ -314,6 +347,7 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
314
347
  avatar: string;
315
348
  link: string;
316
349
  card: string;
350
+ dropdownItem: string;
317
351
  };
318
352
  breakpoints: {
319
353
  xs: string;
@@ -689,7 +723,9 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
689
723
  readonly [$$PropertyValue]: "backgroundColor";
690
724
  }) => {
691
725
  bf: string;
692
- bg: string;
726
+ bg: {
727
+ readonly [$$PropertyValue]: "backgroundColor";
728
+ };
693
729
  };
694
730
  bgColor: (value: {
695
731
  readonly [$$PropertyValue]: "backgroundColor";
@@ -767,6 +803,32 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
767
803
  readonly [$$PropertyValue]: "boxShadow";
768
804
  };
769
805
  };
806
+ ds: (value: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ }) => {
809
+ dropShadow: {
810
+ readonly [$$PropertyValue]: "boxShadow";
811
+ };
812
+ };
813
+ shadow: (value: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ }) => {
816
+ boxShadow: {
817
+ readonly [$$PropertyValue]: "boxShadow";
818
+ };
819
+ };
820
+ dshadow: (value: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ }) => {
823
+ dropShadow: {
824
+ readonly [$$PropertyValue]: "boxShadow";
825
+ };
826
+ };
827
+ dropShadow: (value: {
828
+ readonly [$$PropertyValue]: "boxShadow";
829
+ }) => {
830
+ filter: string;
831
+ };
770
832
  normalShadow: (value: {
771
833
  readonly [$$PropertyValue]: "backgroundColor";
772
834
  }) => {
@@ -970,6 +1032,16 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
970
1032
  readonly [$$PropertyValue]: "textDecorationLine";
971
1033
  };
972
1034
  };
1035
+ truncateText: (value: {
1036
+ readonly [$$PropertyValue]: "width";
1037
+ }) => {
1038
+ maxWidth: {
1039
+ readonly [$$PropertyValue]: "width";
1040
+ };
1041
+ whiteSpace: string;
1042
+ overflow: string;
1043
+ textOverflow: string;
1044
+ };
973
1045
  textGradient: (value: {
974
1046
  readonly [$$PropertyValue]: "backgroundImage";
975
1047
  }) => {
@@ -1042,6 +1114,13 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1042
1114
  lg: string;
1043
1115
  xl: string;
1044
1116
  };
1117
+ dropShadows: {
1118
+ xs: string;
1119
+ sm: string;
1120
+ md: string;
1121
+ lg: string;
1122
+ xl: string;
1123
+ };
1045
1124
  colors: {
1046
1125
  text: string;
1047
1126
  link: string;
@@ -1183,6 +1262,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1183
1262
  errorSolidHover: string;
1184
1263
  errorSolidContrast: string;
1185
1264
  errorShadow: string;
1265
+ neutralLight: string;
1266
+ neutralLightHover: string;
1267
+ neutralLightActive: string;
1268
+ neutralLightContrast: string;
1269
+ neutral: string;
1270
+ neutralBorder: string;
1271
+ neutralBorderHover: string;
1272
+ neutralSolidHover: string;
1273
+ neutralSolidContrast: string;
1274
+ neutralShadow: string;
1186
1275
  gradient: string;
1187
1276
  accents0: string;
1188
1277
  accents1: string;
@@ -1201,13 +1290,20 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1201
1290
  mono: string;
1202
1291
  };
1203
1292
  fontSizes: {
1204
- tiny: string;
1205
1293
  xs: string;
1206
- base: string;
1207
1294
  sm: string;
1295
+ base: string;
1208
1296
  md: string;
1209
1297
  lg: string;
1210
1298
  xl: string;
1299
+ xl2: string;
1300
+ xl3: string;
1301
+ xl4: string;
1302
+ xl5: string;
1303
+ xl6: string;
1304
+ xl7: string;
1305
+ xl8: string;
1306
+ xl9: string;
1211
1307
  };
1212
1308
  fontWeights: {
1213
1309
  hairline: number;
@@ -1223,9 +1319,18 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1223
1319
  lineHeights: {
1224
1320
  xs: number;
1225
1321
  sm: number;
1322
+ base: number;
1226
1323
  md: number;
1227
1324
  lg: number;
1228
1325
  xl: number;
1326
+ xl2: number;
1327
+ xl3: number;
1328
+ xl4: number;
1329
+ xl5: number;
1330
+ xl6: number;
1331
+ xl7: number;
1332
+ xl8: number;
1333
+ xl9: number;
1229
1334
  };
1230
1335
  letterSpacings: {
1231
1336
  tighter: string;
@@ -1310,6 +1415,7 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1310
1415
  avatar: string;
1311
1416
  link: string;
1312
1417
  card: string;
1418
+ dropdownItem: string;
1313
1419
  };
1314
1420
  breakpoints: {
1315
1421
  xs: string;
@@ -1685,7 +1791,9 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1685
1791
  readonly [$$PropertyValue]: "backgroundColor";
1686
1792
  }) => {
1687
1793
  bf: string;
1688
- bg: string;
1794
+ bg: {
1795
+ readonly [$$PropertyValue]: "backgroundColor";
1796
+ };
1689
1797
  };
1690
1798
  bgColor: (value: {
1691
1799
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1763,6 +1871,32 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1763
1871
  readonly [$$PropertyValue]: "boxShadow";
1764
1872
  };
1765
1873
  };
1874
+ ds: (value: {
1875
+ readonly [$$PropertyValue]: "boxShadow";
1876
+ }) => {
1877
+ dropShadow: {
1878
+ readonly [$$PropertyValue]: "boxShadow";
1879
+ };
1880
+ };
1881
+ shadow: (value: {
1882
+ readonly [$$PropertyValue]: "boxShadow";
1883
+ }) => {
1884
+ boxShadow: {
1885
+ readonly [$$PropertyValue]: "boxShadow";
1886
+ };
1887
+ };
1888
+ dshadow: (value: {
1889
+ readonly [$$PropertyValue]: "boxShadow";
1890
+ }) => {
1891
+ dropShadow: {
1892
+ readonly [$$PropertyValue]: "boxShadow";
1893
+ };
1894
+ };
1895
+ dropShadow: (value: {
1896
+ readonly [$$PropertyValue]: "boxShadow";
1897
+ }) => {
1898
+ filter: string;
1899
+ };
1766
1900
  normalShadow: (value: {
1767
1901
  readonly [$$PropertyValue]: "backgroundColor";
1768
1902
  }) => {
@@ -1966,6 +2100,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
1966
2100
  readonly [$$PropertyValue]: "textDecorationLine";
1967
2101
  };
1968
2102
  };
2103
+ truncateText: (value: {
2104
+ readonly [$$PropertyValue]: "width";
2105
+ }) => {
2106
+ maxWidth: {
2107
+ readonly [$$PropertyValue]: "width";
2108
+ };
2109
+ whiteSpace: string;
2110
+ overflow: string;
2111
+ textOverflow: string;
2112
+ };
1969
2113
  textGradient: (value: {
1970
2114
  readonly [$$PropertyValue]: "backgroundImage";
1971
2115
  }) => {
@@ -2016,6 +2160,13 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2016
2160
  lg: string;
2017
2161
  xl: string;
2018
2162
  };
2163
+ dropShadows: {
2164
+ xs: string;
2165
+ sm: string;
2166
+ md: string;
2167
+ lg: string;
2168
+ xl: string;
2169
+ };
2019
2170
  colors: {
2020
2171
  text: string;
2021
2172
  link: string;
@@ -2157,6 +2308,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2157
2308
  errorSolidHover: string;
2158
2309
  errorSolidContrast: string;
2159
2310
  errorShadow: string;
2311
+ neutralLight: string;
2312
+ neutralLightHover: string;
2313
+ neutralLightActive: string;
2314
+ neutralLightContrast: string;
2315
+ neutral: string;
2316
+ neutralBorder: string;
2317
+ neutralBorderHover: string;
2318
+ neutralSolidHover: string;
2319
+ neutralSolidContrast: string;
2320
+ neutralShadow: string;
2160
2321
  gradient: string;
2161
2322
  accents0: string;
2162
2323
  accents1: string;
@@ -2175,13 +2336,20 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2175
2336
  mono: string;
2176
2337
  };
2177
2338
  fontSizes: {
2178
- tiny: string;
2179
2339
  xs: string;
2180
- base: string;
2181
2340
  sm: string;
2341
+ base: string;
2182
2342
  md: string;
2183
2343
  lg: string;
2184
2344
  xl: string;
2345
+ xl2: string;
2346
+ xl3: string;
2347
+ xl4: string;
2348
+ xl5: string;
2349
+ xl6: string;
2350
+ xl7: string;
2351
+ xl8: string;
2352
+ xl9: string;
2185
2353
  };
2186
2354
  fontWeights: {
2187
2355
  hairline: number;
@@ -2197,9 +2365,18 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2197
2365
  lineHeights: {
2198
2366
  xs: number;
2199
2367
  sm: number;
2368
+ base: number;
2200
2369
  md: number;
2201
2370
  lg: number;
2202
2371
  xl: number;
2372
+ xl2: number;
2373
+ xl3: number;
2374
+ xl4: number;
2375
+ xl5: number;
2376
+ xl6: number;
2377
+ xl7: number;
2378
+ xl8: number;
2379
+ xl9: number;
2203
2380
  };
2204
2381
  letterSpacings: {
2205
2382
  tighter: string;
@@ -2284,6 +2461,7 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2284
2461
  avatar: string;
2285
2462
  link: string;
2286
2463
  card: string;
2464
+ dropdownItem: string;
2287
2465
  };
2288
2466
  breakpoints: {
2289
2467
  xs: string;
@@ -2659,7 +2837,9 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2659
2837
  readonly [$$PropertyValue]: "backgroundColor";
2660
2838
  }) => {
2661
2839
  bf: string;
2662
- bg: string;
2840
+ bg: {
2841
+ readonly [$$PropertyValue]: "backgroundColor";
2842
+ };
2663
2843
  };
2664
2844
  bgColor: (value: {
2665
2845
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2737,6 +2917,32 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2737
2917
  readonly [$$PropertyValue]: "boxShadow";
2738
2918
  };
2739
2919
  };
2920
+ ds: (value: {
2921
+ readonly [$$PropertyValue]: "boxShadow";
2922
+ }) => {
2923
+ dropShadow: {
2924
+ readonly [$$PropertyValue]: "boxShadow";
2925
+ };
2926
+ };
2927
+ shadow: (value: {
2928
+ readonly [$$PropertyValue]: "boxShadow";
2929
+ }) => {
2930
+ boxShadow: {
2931
+ readonly [$$PropertyValue]: "boxShadow";
2932
+ };
2933
+ };
2934
+ dshadow: (value: {
2935
+ readonly [$$PropertyValue]: "boxShadow";
2936
+ }) => {
2937
+ dropShadow: {
2938
+ readonly [$$PropertyValue]: "boxShadow";
2939
+ };
2940
+ };
2941
+ dropShadow: (value: {
2942
+ readonly [$$PropertyValue]: "boxShadow";
2943
+ }) => {
2944
+ filter: string;
2945
+ };
2740
2946
  normalShadow: (value: {
2741
2947
  readonly [$$PropertyValue]: "backgroundColor";
2742
2948
  }) => {
@@ -2940,6 +3146,16 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
2940
3146
  readonly [$$PropertyValue]: "textDecorationLine";
2941
3147
  };
2942
3148
  };
3149
+ truncateText: (value: {
3150
+ readonly [$$PropertyValue]: "width";
3151
+ }) => {
3152
+ maxWidth: {
3153
+ readonly [$$PropertyValue]: "width";
3154
+ };
3155
+ whiteSpace: string;
3156
+ overflow: string;
3157
+ textOverflow: string;
3158
+ };
2943
3159
  textGradient: (value: {
2944
3160
  readonly [$$PropertyValue]: "backgroundImage";
2945
3161
  }) => {
@@ -2991,6 +3207,13 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
2991
3207
  lg: string;
2992
3208
  xl: string;
2993
3209
  };
3210
+ dropShadows: {
3211
+ xs: string;
3212
+ sm: string;
3213
+ md: string;
3214
+ lg: string;
3215
+ xl: string;
3216
+ };
2994
3217
  colors: {
2995
3218
  text: string;
2996
3219
  link: string;
@@ -3132,6 +3355,16 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3132
3355
  errorSolidHover: string;
3133
3356
  errorSolidContrast: string;
3134
3357
  errorShadow: string;
3358
+ neutralLight: string;
3359
+ neutralLightHover: string;
3360
+ neutralLightActive: string;
3361
+ neutralLightContrast: string;
3362
+ neutral: string;
3363
+ neutralBorder: string;
3364
+ neutralBorderHover: string;
3365
+ neutralSolidHover: string;
3366
+ neutralSolidContrast: string;
3367
+ neutralShadow: string;
3135
3368
  gradient: string;
3136
3369
  accents0: string;
3137
3370
  accents1: string;
@@ -3150,13 +3383,20 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3150
3383
  mono: string;
3151
3384
  };
3152
3385
  fontSizes: {
3153
- tiny: string;
3154
3386
  xs: string;
3155
- base: string;
3156
3387
  sm: string;
3388
+ base: string;
3157
3389
  md: string;
3158
3390
  lg: string;
3159
3391
  xl: string;
3392
+ xl2: string;
3393
+ xl3: string;
3394
+ xl4: string;
3395
+ xl5: string;
3396
+ xl6: string;
3397
+ xl7: string;
3398
+ xl8: string;
3399
+ xl9: string;
3160
3400
  };
3161
3401
  fontWeights: {
3162
3402
  hairline: number;
@@ -3172,9 +3412,18 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3172
3412
  lineHeights: {
3173
3413
  xs: number;
3174
3414
  sm: number;
3415
+ base: number;
3175
3416
  md: number;
3176
3417
  lg: number;
3177
3418
  xl: number;
3419
+ xl2: number;
3420
+ xl3: number;
3421
+ xl4: number;
3422
+ xl5: number;
3423
+ xl6: number;
3424
+ xl7: number;
3425
+ xl8: number;
3426
+ xl9: number;
3178
3427
  };
3179
3428
  letterSpacings: {
3180
3429
  tighter: string;
@@ -3259,6 +3508,7 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3259
3508
  avatar: string;
3260
3509
  link: string;
3261
3510
  card: string;
3511
+ dropdownItem: string;
3262
3512
  };
3263
3513
  breakpoints: {
3264
3514
  xs: string;
@@ -3634,7 +3884,9 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3634
3884
  readonly [$$PropertyValue]: "backgroundColor";
3635
3885
  }) => {
3636
3886
  bf: string;
3637
- bg: string;
3887
+ bg: {
3888
+ readonly [$$PropertyValue]: "backgroundColor";
3889
+ };
3638
3890
  };
3639
3891
  bgColor: (value: {
3640
3892
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3712,6 +3964,32 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3712
3964
  readonly [$$PropertyValue]: "boxShadow";
3713
3965
  };
3714
3966
  };
3967
+ ds: (value: {
3968
+ readonly [$$PropertyValue]: "boxShadow";
3969
+ }) => {
3970
+ dropShadow: {
3971
+ readonly [$$PropertyValue]: "boxShadow";
3972
+ };
3973
+ };
3974
+ shadow: (value: {
3975
+ readonly [$$PropertyValue]: "boxShadow";
3976
+ }) => {
3977
+ boxShadow: {
3978
+ readonly [$$PropertyValue]: "boxShadow";
3979
+ };
3980
+ };
3981
+ dshadow: (value: {
3982
+ readonly [$$PropertyValue]: "boxShadow";
3983
+ }) => {
3984
+ dropShadow: {
3985
+ readonly [$$PropertyValue]: "boxShadow";
3986
+ };
3987
+ };
3988
+ dropShadow: (value: {
3989
+ readonly [$$PropertyValue]: "boxShadow";
3990
+ }) => {
3991
+ filter: string;
3992
+ };
3715
3993
  normalShadow: (value: {
3716
3994
  readonly [$$PropertyValue]: "backgroundColor";
3717
3995
  }) => {
@@ -3915,6 +4193,16 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
3915
4193
  readonly [$$PropertyValue]: "textDecorationLine";
3916
4194
  };
3917
4195
  };
4196
+ truncateText: (value: {
4197
+ readonly [$$PropertyValue]: "width";
4198
+ }) => {
4199
+ maxWidth: {
4200
+ readonly [$$PropertyValue]: "width";
4201
+ };
4202
+ whiteSpace: string;
4203
+ overflow: string;
4204
+ textOverflow: string;
4205
+ };
3918
4206
  textGradient: (value: {
3919
4207
  readonly [$$PropertyValue]: "backgroundImage";
3920
4208
  }) => {
@@ -3966,6 +4254,13 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
3966
4254
  lg: string;
3967
4255
  xl: string;
3968
4256
  };
4257
+ dropShadows: {
4258
+ xs: string;
4259
+ sm: string;
4260
+ md: string;
4261
+ lg: string;
4262
+ xl: string;
4263
+ };
3969
4264
  colors: {
3970
4265
  text: string;
3971
4266
  link: string;
@@ -4107,6 +4402,16 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4107
4402
  errorSolidHover: string;
4108
4403
  errorSolidContrast: string;
4109
4404
  errorShadow: string;
4405
+ neutralLight: string;
4406
+ neutralLightHover: string;
4407
+ neutralLightActive: string;
4408
+ neutralLightContrast: string;
4409
+ neutral: string;
4410
+ neutralBorder: string;
4411
+ neutralBorderHover: string;
4412
+ neutralSolidHover: string;
4413
+ neutralSolidContrast: string;
4414
+ neutralShadow: string;
4110
4415
  gradient: string;
4111
4416
  accents0: string;
4112
4417
  accents1: string;
@@ -4125,13 +4430,20 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4125
4430
  mono: string;
4126
4431
  };
4127
4432
  fontSizes: {
4128
- tiny: string;
4129
4433
  xs: string;
4130
- base: string;
4131
4434
  sm: string;
4435
+ base: string;
4132
4436
  md: string;
4133
4437
  lg: string;
4134
4438
  xl: string;
4439
+ xl2: string;
4440
+ xl3: string;
4441
+ xl4: string;
4442
+ xl5: string;
4443
+ xl6: string;
4444
+ xl7: string;
4445
+ xl8: string;
4446
+ xl9: string;
4135
4447
  };
4136
4448
  fontWeights: {
4137
4449
  hairline: number;
@@ -4147,9 +4459,18 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4147
4459
  lineHeights: {
4148
4460
  xs: number;
4149
4461
  sm: number;
4462
+ base: number;
4150
4463
  md: number;
4151
4464
  lg: number;
4152
4465
  xl: number;
4466
+ xl2: number;
4467
+ xl3: number;
4468
+ xl4: number;
4469
+ xl5: number;
4470
+ xl6: number;
4471
+ xl7: number;
4472
+ xl8: number;
4473
+ xl9: number;
4153
4474
  };
4154
4475
  letterSpacings: {
4155
4476
  tighter: string;
@@ -4234,6 +4555,7 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4234
4555
  avatar: string;
4235
4556
  link: string;
4236
4557
  card: string;
4558
+ dropdownItem: string;
4237
4559
  };
4238
4560
  breakpoints: {
4239
4561
  xs: string;
@@ -4609,7 +4931,9 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4609
4931
  readonly [$$PropertyValue]: "backgroundColor";
4610
4932
  }) => {
4611
4933
  bf: string;
4612
- bg: string;
4934
+ bg: {
4935
+ readonly [$$PropertyValue]: "backgroundColor";
4936
+ };
4613
4937
  };
4614
4938
  bgColor: (value: {
4615
4939
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4687,6 +5011,32 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4687
5011
  readonly [$$PropertyValue]: "boxShadow";
4688
5012
  };
4689
5013
  };
5014
+ ds: (value: {
5015
+ readonly [$$PropertyValue]: "boxShadow";
5016
+ }) => {
5017
+ dropShadow: {
5018
+ readonly [$$PropertyValue]: "boxShadow";
5019
+ };
5020
+ };
5021
+ shadow: (value: {
5022
+ readonly [$$PropertyValue]: "boxShadow";
5023
+ }) => {
5024
+ boxShadow: {
5025
+ readonly [$$PropertyValue]: "boxShadow";
5026
+ };
5027
+ };
5028
+ dshadow: (value: {
5029
+ readonly [$$PropertyValue]: "boxShadow";
5030
+ }) => {
5031
+ dropShadow: {
5032
+ readonly [$$PropertyValue]: "boxShadow";
5033
+ };
5034
+ };
5035
+ dropShadow: (value: {
5036
+ readonly [$$PropertyValue]: "boxShadow";
5037
+ }) => {
5038
+ filter: string;
5039
+ };
4690
5040
  normalShadow: (value: {
4691
5041
  readonly [$$PropertyValue]: "backgroundColor";
4692
5042
  }) => {
@@ -4890,6 +5240,16 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
4890
5240
  readonly [$$PropertyValue]: "textDecorationLine";
4891
5241
  };
4892
5242
  };
5243
+ truncateText: (value: {
5244
+ readonly [$$PropertyValue]: "width";
5245
+ }) => {
5246
+ maxWidth: {
5247
+ readonly [$$PropertyValue]: "width";
5248
+ };
5249
+ whiteSpace: string;
5250
+ overflow: string;
5251
+ textOverflow: string;
5252
+ };
4893
5253
  textGradient: (value: {
4894
5254
  readonly [$$PropertyValue]: "backgroundImage";
4895
5255
  }) => {
@@ -4946,6 +5306,13 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
4946
5306
  lg: string;
4947
5307
  xl: string;
4948
5308
  };
5309
+ dropShadows: {
5310
+ xs: string;
5311
+ sm: string;
5312
+ md: string;
5313
+ lg: string;
5314
+ xl: string;
5315
+ };
4949
5316
  colors: {
4950
5317
  text: string;
4951
5318
  link: string;
@@ -5087,6 +5454,16 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5087
5454
  errorSolidHover: string;
5088
5455
  errorSolidContrast: string;
5089
5456
  errorShadow: string;
5457
+ neutralLight: string;
5458
+ neutralLightHover: string;
5459
+ neutralLightActive: string;
5460
+ neutralLightContrast: string;
5461
+ neutral: string;
5462
+ neutralBorder: string;
5463
+ neutralBorderHover: string;
5464
+ neutralSolidHover: string;
5465
+ neutralSolidContrast: string;
5466
+ neutralShadow: string;
5090
5467
  gradient: string;
5091
5468
  accents0: string;
5092
5469
  accents1: string;
@@ -5105,13 +5482,20 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5105
5482
  mono: string;
5106
5483
  };
5107
5484
  fontSizes: {
5108
- tiny: string;
5109
5485
  xs: string;
5110
- base: string;
5111
5486
  sm: string;
5487
+ base: string;
5112
5488
  md: string;
5113
5489
  lg: string;
5114
5490
  xl: string;
5491
+ xl2: string;
5492
+ xl3: string;
5493
+ xl4: string;
5494
+ xl5: string;
5495
+ xl6: string;
5496
+ xl7: string;
5497
+ xl8: string;
5498
+ xl9: string;
5115
5499
  };
5116
5500
  fontWeights: {
5117
5501
  hairline: number;
@@ -5127,9 +5511,18 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5127
5511
  lineHeights: {
5128
5512
  xs: number;
5129
5513
  sm: number;
5514
+ base: number;
5130
5515
  md: number;
5131
5516
  lg: number;
5132
5517
  xl: number;
5518
+ xl2: number;
5519
+ xl3: number;
5520
+ xl4: number;
5521
+ xl5: number;
5522
+ xl6: number;
5523
+ xl7: number;
5524
+ xl8: number;
5525
+ xl9: number;
5133
5526
  };
5134
5527
  letterSpacings: {
5135
5528
  tighter: string;
@@ -5214,6 +5607,7 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5214
5607
  avatar: string;
5215
5608
  link: string;
5216
5609
  card: string;
5610
+ dropdownItem: string;
5217
5611
  };
5218
5612
  breakpoints: {
5219
5613
  xs: string;
@@ -5589,7 +5983,9 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5589
5983
  readonly [$$PropertyValue]: "backgroundColor";
5590
5984
  }) => {
5591
5985
  bf: string;
5592
- bg: string;
5986
+ bg: {
5987
+ readonly [$$PropertyValue]: "backgroundColor";
5988
+ };
5593
5989
  };
5594
5990
  bgColor: (value: {
5595
5991
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5667,6 +6063,32 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5667
6063
  readonly [$$PropertyValue]: "boxShadow";
5668
6064
  };
5669
6065
  };
6066
+ ds: (value: {
6067
+ readonly [$$PropertyValue]: "boxShadow";
6068
+ }) => {
6069
+ dropShadow: {
6070
+ readonly [$$PropertyValue]: "boxShadow";
6071
+ };
6072
+ };
6073
+ shadow: (value: {
6074
+ readonly [$$PropertyValue]: "boxShadow";
6075
+ }) => {
6076
+ boxShadow: {
6077
+ readonly [$$PropertyValue]: "boxShadow";
6078
+ };
6079
+ };
6080
+ dshadow: (value: {
6081
+ readonly [$$PropertyValue]: "boxShadow";
6082
+ }) => {
6083
+ dropShadow: {
6084
+ readonly [$$PropertyValue]: "boxShadow";
6085
+ };
6086
+ };
6087
+ dropShadow: (value: {
6088
+ readonly [$$PropertyValue]: "boxShadow";
6089
+ }) => {
6090
+ filter: string;
6091
+ };
5670
6092
  normalShadow: (value: {
5671
6093
  readonly [$$PropertyValue]: "backgroundColor";
5672
6094
  }) => {
@@ -5870,6 +6292,16 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
5870
6292
  readonly [$$PropertyValue]: "textDecorationLine";
5871
6293
  };
5872
6294
  };
6295
+ truncateText: (value: {
6296
+ readonly [$$PropertyValue]: "width";
6297
+ }) => {
6298
+ maxWidth: {
6299
+ readonly [$$PropertyValue]: "width";
6300
+ };
6301
+ whiteSpace: string;
6302
+ overflow: string;
6303
+ textOverflow: string;
6304
+ };
5873
6305
  textGradient: (value: {
5874
6306
  readonly [$$PropertyValue]: "backgroundImage";
5875
6307
  }) => {