@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
@@ -39,6 +39,13 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
39
39
  lg: string;
40
40
  xl: string;
41
41
  };
42
+ dropShadows: {
43
+ xs: string;
44
+ sm: string;
45
+ md: string;
46
+ lg: string;
47
+ xl: string;
48
+ };
42
49
  colors: {
43
50
  text: string;
44
51
  link: string;
@@ -180,6 +187,16 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
180
187
  errorSolidHover: string;
181
188
  errorSolidContrast: string;
182
189
  errorShadow: string;
190
+ neutralLight: string;
191
+ neutralLightHover: string;
192
+ neutralLightActive: string;
193
+ neutralLightContrast: string;
194
+ neutral: string;
195
+ neutralBorder: string;
196
+ neutralBorderHover: string;
197
+ neutralSolidHover: string;
198
+ neutralSolidContrast: string;
199
+ neutralShadow: string;
183
200
  gradient: string;
184
201
  accents0: string;
185
202
  accents1: string;
@@ -198,13 +215,20 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
198
215
  mono: string;
199
216
  };
200
217
  fontSizes: {
201
- tiny: string;
202
218
  xs: string;
203
- base: string;
204
219
  sm: string;
220
+ base: string;
205
221
  md: string;
206
222
  lg: string;
207
223
  xl: string;
224
+ xl2: string;
225
+ xl3: string;
226
+ xl4: string;
227
+ xl5: string;
228
+ xl6: string;
229
+ xl7: string;
230
+ xl8: string;
231
+ xl9: string;
208
232
  };
209
233
  fontWeights: {
210
234
  hairline: number;
@@ -220,9 +244,18 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
220
244
  lineHeights: {
221
245
  xs: number;
222
246
  sm: number;
247
+ base: number;
223
248
  md: number;
224
249
  lg: number;
225
250
  xl: number;
251
+ xl2: number;
252
+ xl3: number;
253
+ xl4: number;
254
+ xl5: number;
255
+ xl6: number;
256
+ xl7: number;
257
+ xl8: number;
258
+ xl9: number;
226
259
  };
227
260
  letterSpacings: {
228
261
  tighter: string;
@@ -307,6 +340,7 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
307
340
  avatar: string;
308
341
  link: string;
309
342
  card: string;
343
+ dropdownItem: string;
310
344
  };
311
345
  breakpoints: {
312
346
  xs: string;
@@ -682,7 +716,9 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
682
716
  readonly [$$PropertyValue]: "backgroundColor";
683
717
  }) => {
684
718
  bf: string;
685
- bg: string;
719
+ bg: {
720
+ readonly [$$PropertyValue]: "backgroundColor";
721
+ };
686
722
  };
687
723
  bgColor: (value: {
688
724
  readonly [$$PropertyValue]: "backgroundColor";
@@ -760,6 +796,32 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
760
796
  readonly [$$PropertyValue]: "boxShadow";
761
797
  };
762
798
  };
799
+ ds: (value: {
800
+ readonly [$$PropertyValue]: "boxShadow";
801
+ }) => {
802
+ dropShadow: {
803
+ readonly [$$PropertyValue]: "boxShadow";
804
+ };
805
+ };
806
+ shadow: (value: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ }) => {
809
+ boxShadow: {
810
+ readonly [$$PropertyValue]: "boxShadow";
811
+ };
812
+ };
813
+ dshadow: (value: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ }) => {
816
+ dropShadow: {
817
+ readonly [$$PropertyValue]: "boxShadow";
818
+ };
819
+ };
820
+ dropShadow: (value: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ }) => {
823
+ filter: string;
824
+ };
763
825
  normalShadow: (value: {
764
826
  readonly [$$PropertyValue]: "backgroundColor";
765
827
  }) => {
@@ -963,6 +1025,16 @@ export declare const StyledTableHeaderRow: import("@stitches/react/types/styled-
963
1025
  readonly [$$PropertyValue]: "textDecorationLine";
964
1026
  };
965
1027
  };
1028
+ truncateText: (value: {
1029
+ readonly [$$PropertyValue]: "width";
1030
+ }) => {
1031
+ maxWidth: {
1032
+ readonly [$$PropertyValue]: "width";
1033
+ };
1034
+ whiteSpace: string;
1035
+ overflow: string;
1036
+ textOverflow: string;
1037
+ };
966
1038
  textGradient: (value: {
967
1039
  readonly [$$PropertyValue]: "backgroundImage";
968
1040
  }) => {
@@ -1077,6 +1149,13 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1077
1149
  lg: string;
1078
1150
  xl: string;
1079
1151
  };
1152
+ dropShadows: {
1153
+ xs: string;
1154
+ sm: string;
1155
+ md: string;
1156
+ lg: string;
1157
+ xl: string;
1158
+ };
1080
1159
  colors: {
1081
1160
  text: string;
1082
1161
  link: string;
@@ -1218,6 +1297,16 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1218
1297
  errorSolidHover: string;
1219
1298
  errorSolidContrast: string;
1220
1299
  errorShadow: string;
1300
+ neutralLight: string;
1301
+ neutralLightHover: string;
1302
+ neutralLightActive: string;
1303
+ neutralLightContrast: string;
1304
+ neutral: string;
1305
+ neutralBorder: string;
1306
+ neutralBorderHover: string;
1307
+ neutralSolidHover: string;
1308
+ neutralSolidContrast: string;
1309
+ neutralShadow: string;
1221
1310
  gradient: string;
1222
1311
  accents0: string;
1223
1312
  accents1: string;
@@ -1236,13 +1325,20 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1236
1325
  mono: string;
1237
1326
  };
1238
1327
  fontSizes: {
1239
- tiny: string;
1240
1328
  xs: string;
1241
- base: string;
1242
1329
  sm: string;
1330
+ base: string;
1243
1331
  md: string;
1244
1332
  lg: string;
1245
1333
  xl: string;
1334
+ xl2: string;
1335
+ xl3: string;
1336
+ xl4: string;
1337
+ xl5: string;
1338
+ xl6: string;
1339
+ xl7: string;
1340
+ xl8: string;
1341
+ xl9: string;
1246
1342
  };
1247
1343
  fontWeights: {
1248
1344
  hairline: number;
@@ -1258,9 +1354,18 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1258
1354
  lineHeights: {
1259
1355
  xs: number;
1260
1356
  sm: number;
1357
+ base: number;
1261
1358
  md: number;
1262
1359
  lg: number;
1263
1360
  xl: number;
1361
+ xl2: number;
1362
+ xl3: number;
1363
+ xl4: number;
1364
+ xl5: number;
1365
+ xl6: number;
1366
+ xl7: number;
1367
+ xl8: number;
1368
+ xl9: number;
1264
1369
  };
1265
1370
  letterSpacings: {
1266
1371
  tighter: string;
@@ -1345,6 +1450,7 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1345
1450
  avatar: string;
1346
1451
  link: string;
1347
1452
  card: string;
1453
+ dropdownItem: string;
1348
1454
  };
1349
1455
  breakpoints: {
1350
1456
  xs: string;
@@ -1720,7 +1826,9 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1720
1826
  readonly [$$PropertyValue]: "backgroundColor";
1721
1827
  }) => {
1722
1828
  bf: string;
1723
- bg: string;
1829
+ bg: {
1830
+ readonly [$$PropertyValue]: "backgroundColor";
1831
+ };
1724
1832
  };
1725
1833
  bgColor: (value: {
1726
1834
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1798,6 +1906,32 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
1798
1906
  readonly [$$PropertyValue]: "boxShadow";
1799
1907
  };
1800
1908
  };
1909
+ ds: (value: {
1910
+ readonly [$$PropertyValue]: "boxShadow";
1911
+ }) => {
1912
+ dropShadow: {
1913
+ readonly [$$PropertyValue]: "boxShadow";
1914
+ };
1915
+ };
1916
+ shadow: (value: {
1917
+ readonly [$$PropertyValue]: "boxShadow";
1918
+ }) => {
1919
+ boxShadow: {
1920
+ readonly [$$PropertyValue]: "boxShadow";
1921
+ };
1922
+ };
1923
+ dshadow: (value: {
1924
+ readonly [$$PropertyValue]: "boxShadow";
1925
+ }) => {
1926
+ dropShadow: {
1927
+ readonly [$$PropertyValue]: "boxShadow";
1928
+ };
1929
+ };
1930
+ dropShadow: (value: {
1931
+ readonly [$$PropertyValue]: "boxShadow";
1932
+ }) => {
1933
+ filter: string;
1934
+ };
1801
1935
  normalShadow: (value: {
1802
1936
  readonly [$$PropertyValue]: "backgroundColor";
1803
1937
  }) => {
@@ -2001,6 +2135,16 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2001
2135
  readonly [$$PropertyValue]: "textDecorationLine";
2002
2136
  };
2003
2137
  };
2138
+ truncateText: (value: {
2139
+ readonly [$$PropertyValue]: "width";
2140
+ }) => {
2141
+ maxWidth: {
2142
+ readonly [$$PropertyValue]: "width";
2143
+ };
2144
+ whiteSpace: string;
2145
+ overflow: string;
2146
+ textOverflow: string;
2147
+ };
2004
2148
  textGradient: (value: {
2005
2149
  readonly [$$PropertyValue]: "backgroundImage";
2006
2150
  }) => {
@@ -2051,6 +2195,13 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2051
2195
  lg: string;
2052
2196
  xl: string;
2053
2197
  };
2198
+ dropShadows: {
2199
+ xs: string;
2200
+ sm: string;
2201
+ md: string;
2202
+ lg: string;
2203
+ xl: string;
2204
+ };
2054
2205
  colors: {
2055
2206
  text: string;
2056
2207
  link: string;
@@ -2192,6 +2343,16 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2192
2343
  errorSolidHover: string;
2193
2344
  errorSolidContrast: string;
2194
2345
  errorShadow: string;
2346
+ neutralLight: string;
2347
+ neutralLightHover: string;
2348
+ neutralLightActive: string;
2349
+ neutralLightContrast: string;
2350
+ neutral: string;
2351
+ neutralBorder: string;
2352
+ neutralBorderHover: string;
2353
+ neutralSolidHover: string;
2354
+ neutralSolidContrast: string;
2355
+ neutralShadow: string;
2195
2356
  gradient: string;
2196
2357
  accents0: string;
2197
2358
  accents1: string;
@@ -2210,13 +2371,20 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2210
2371
  mono: string;
2211
2372
  };
2212
2373
  fontSizes: {
2213
- tiny: string;
2214
2374
  xs: string;
2215
- base: string;
2216
2375
  sm: string;
2376
+ base: string;
2217
2377
  md: string;
2218
2378
  lg: string;
2219
2379
  xl: string;
2380
+ xl2: string;
2381
+ xl3: string;
2382
+ xl4: string;
2383
+ xl5: string;
2384
+ xl6: string;
2385
+ xl7: string;
2386
+ xl8: string;
2387
+ xl9: string;
2220
2388
  };
2221
2389
  fontWeights: {
2222
2390
  hairline: number;
@@ -2232,9 +2400,18 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2232
2400
  lineHeights: {
2233
2401
  xs: number;
2234
2402
  sm: number;
2403
+ base: number;
2235
2404
  md: number;
2236
2405
  lg: number;
2237
2406
  xl: number;
2407
+ xl2: number;
2408
+ xl3: number;
2409
+ xl4: number;
2410
+ xl5: number;
2411
+ xl6: number;
2412
+ xl7: number;
2413
+ xl8: number;
2414
+ xl9: number;
2238
2415
  };
2239
2416
  letterSpacings: {
2240
2417
  tighter: string;
@@ -2319,6 +2496,7 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2319
2496
  avatar: string;
2320
2497
  link: string;
2321
2498
  card: string;
2499
+ dropdownItem: string;
2322
2500
  };
2323
2501
  breakpoints: {
2324
2502
  xs: string;
@@ -2694,7 +2872,9 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2694
2872
  readonly [$$PropertyValue]: "backgroundColor";
2695
2873
  }) => {
2696
2874
  bf: string;
2697
- bg: string;
2875
+ bg: {
2876
+ readonly [$$PropertyValue]: "backgroundColor";
2877
+ };
2698
2878
  };
2699
2879
  bgColor: (value: {
2700
2880
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2772,6 +2952,32 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2772
2952
  readonly [$$PropertyValue]: "boxShadow";
2773
2953
  };
2774
2954
  };
2955
+ ds: (value: {
2956
+ readonly [$$PropertyValue]: "boxShadow";
2957
+ }) => {
2958
+ dropShadow: {
2959
+ readonly [$$PropertyValue]: "boxShadow";
2960
+ };
2961
+ };
2962
+ shadow: (value: {
2963
+ readonly [$$PropertyValue]: "boxShadow";
2964
+ }) => {
2965
+ boxShadow: {
2966
+ readonly [$$PropertyValue]: "boxShadow";
2967
+ };
2968
+ };
2969
+ dshadow: (value: {
2970
+ readonly [$$PropertyValue]: "boxShadow";
2971
+ }) => {
2972
+ dropShadow: {
2973
+ readonly [$$PropertyValue]: "boxShadow";
2974
+ };
2975
+ };
2976
+ dropShadow: (value: {
2977
+ readonly [$$PropertyValue]: "boxShadow";
2978
+ }) => {
2979
+ filter: string;
2980
+ };
2775
2981
  normalShadow: (value: {
2776
2982
  readonly [$$PropertyValue]: "backgroundColor";
2777
2983
  }) => {
@@ -2975,6 +3181,16 @@ export declare const StyledTableColumnHeader: import("@stitches/react/types/styl
2975
3181
  readonly [$$PropertyValue]: "textDecorationLine";
2976
3182
  };
2977
3183
  };
3184
+ truncateText: (value: {
3185
+ readonly [$$PropertyValue]: "width";
3186
+ }) => {
3187
+ maxWidth: {
3188
+ readonly [$$PropertyValue]: "width";
3189
+ };
3190
+ whiteSpace: string;
3191
+ overflow: string;
3192
+ textOverflow: string;
3193
+ };
2978
3194
  textGradient: (value: {
2979
3195
  readonly [$$PropertyValue]: "backgroundImage";
2980
3196
  }) => {
@@ -3089,6 +3305,13 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3089
3305
  lg: string;
3090
3306
  xl: string;
3091
3307
  };
3308
+ dropShadows: {
3309
+ xs: string;
3310
+ sm: string;
3311
+ md: string;
3312
+ lg: string;
3313
+ xl: string;
3314
+ };
3092
3315
  colors: {
3093
3316
  text: string;
3094
3317
  link: string;
@@ -3230,6 +3453,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3230
3453
  errorSolidHover: string;
3231
3454
  errorSolidContrast: string;
3232
3455
  errorShadow: string;
3456
+ neutralLight: string;
3457
+ neutralLightHover: string;
3458
+ neutralLightActive: string;
3459
+ neutralLightContrast: string;
3460
+ neutral: string;
3461
+ neutralBorder: string;
3462
+ neutralBorderHover: string;
3463
+ neutralSolidHover: string;
3464
+ neutralSolidContrast: string;
3465
+ neutralShadow: string;
3233
3466
  gradient: string;
3234
3467
  accents0: string;
3235
3468
  accents1: string;
@@ -3248,13 +3481,20 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3248
3481
  mono: string;
3249
3482
  };
3250
3483
  fontSizes: {
3251
- tiny: string;
3252
3484
  xs: string;
3253
- base: string;
3254
3485
  sm: string;
3486
+ base: string;
3255
3487
  md: string;
3256
3488
  lg: string;
3257
3489
  xl: string;
3490
+ xl2: string;
3491
+ xl3: string;
3492
+ xl4: string;
3493
+ xl5: string;
3494
+ xl6: string;
3495
+ xl7: string;
3496
+ xl8: string;
3497
+ xl9: string;
3258
3498
  };
3259
3499
  fontWeights: {
3260
3500
  hairline: number;
@@ -3270,9 +3510,18 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3270
3510
  lineHeights: {
3271
3511
  xs: number;
3272
3512
  sm: number;
3513
+ base: number;
3273
3514
  md: number;
3274
3515
  lg: number;
3275
3516
  xl: number;
3517
+ xl2: number;
3518
+ xl3: number;
3519
+ xl4: number;
3520
+ xl5: number;
3521
+ xl6: number;
3522
+ xl7: number;
3523
+ xl8: number;
3524
+ xl9: number;
3276
3525
  };
3277
3526
  letterSpacings: {
3278
3527
  tighter: string;
@@ -3357,6 +3606,7 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3357
3606
  avatar: string;
3358
3607
  link: string;
3359
3608
  card: string;
3609
+ dropdownItem: string;
3360
3610
  };
3361
3611
  breakpoints: {
3362
3612
  xs: string;
@@ -3732,7 +3982,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3732
3982
  readonly [$$PropertyValue]: "backgroundColor";
3733
3983
  }) => {
3734
3984
  bf: string;
3735
- bg: string;
3985
+ bg: {
3986
+ readonly [$$PropertyValue]: "backgroundColor";
3987
+ };
3736
3988
  };
3737
3989
  bgColor: (value: {
3738
3990
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3810,6 +4062,32 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
3810
4062
  readonly [$$PropertyValue]: "boxShadow";
3811
4063
  };
3812
4064
  };
4065
+ ds: (value: {
4066
+ readonly [$$PropertyValue]: "boxShadow";
4067
+ }) => {
4068
+ dropShadow: {
4069
+ readonly [$$PropertyValue]: "boxShadow";
4070
+ };
4071
+ };
4072
+ shadow: (value: {
4073
+ readonly [$$PropertyValue]: "boxShadow";
4074
+ }) => {
4075
+ boxShadow: {
4076
+ readonly [$$PropertyValue]: "boxShadow";
4077
+ };
4078
+ };
4079
+ dshadow: (value: {
4080
+ readonly [$$PropertyValue]: "boxShadow";
4081
+ }) => {
4082
+ dropShadow: {
4083
+ readonly [$$PropertyValue]: "boxShadow";
4084
+ };
4085
+ };
4086
+ dropShadow: (value: {
4087
+ readonly [$$PropertyValue]: "boxShadow";
4088
+ }) => {
4089
+ filter: string;
4090
+ };
3813
4091
  normalShadow: (value: {
3814
4092
  readonly [$$PropertyValue]: "backgroundColor";
3815
4093
  }) => {
@@ -4013,6 +4291,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4013
4291
  readonly [$$PropertyValue]: "textDecorationLine";
4014
4292
  };
4015
4293
  };
4294
+ truncateText: (value: {
4295
+ readonly [$$PropertyValue]: "width";
4296
+ }) => {
4297
+ maxWidth: {
4298
+ readonly [$$PropertyValue]: "width";
4299
+ };
4300
+ whiteSpace: string;
4301
+ overflow: string;
4302
+ textOverflow: string;
4303
+ };
4016
4304
  textGradient: (value: {
4017
4305
  readonly [$$PropertyValue]: "backgroundImage";
4018
4306
  }) => {
@@ -4063,6 +4351,13 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4063
4351
  lg: string;
4064
4352
  xl: string;
4065
4353
  };
4354
+ dropShadows: {
4355
+ xs: string;
4356
+ sm: string;
4357
+ md: string;
4358
+ lg: string;
4359
+ xl: string;
4360
+ };
4066
4361
  colors: {
4067
4362
  text: string;
4068
4363
  link: string;
@@ -4204,6 +4499,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4204
4499
  errorSolidHover: string;
4205
4500
  errorSolidContrast: string;
4206
4501
  errorShadow: string;
4502
+ neutralLight: string;
4503
+ neutralLightHover: string;
4504
+ neutralLightActive: string;
4505
+ neutralLightContrast: string;
4506
+ neutral: string;
4507
+ neutralBorder: string;
4508
+ neutralBorderHover: string;
4509
+ neutralSolidHover: string;
4510
+ neutralSolidContrast: string;
4511
+ neutralShadow: string;
4207
4512
  gradient: string;
4208
4513
  accents0: string;
4209
4514
  accents1: string;
@@ -4222,13 +4527,20 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4222
4527
  mono: string;
4223
4528
  };
4224
4529
  fontSizes: {
4225
- tiny: string;
4226
4530
  xs: string;
4227
- base: string;
4228
4531
  sm: string;
4532
+ base: string;
4229
4533
  md: string;
4230
4534
  lg: string;
4231
4535
  xl: string;
4536
+ xl2: string;
4537
+ xl3: string;
4538
+ xl4: string;
4539
+ xl5: string;
4540
+ xl6: string;
4541
+ xl7: string;
4542
+ xl8: string;
4543
+ xl9: string;
4232
4544
  };
4233
4545
  fontWeights: {
4234
4546
  hairline: number;
@@ -4244,9 +4556,18 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4244
4556
  lineHeights: {
4245
4557
  xs: number;
4246
4558
  sm: number;
4559
+ base: number;
4247
4560
  md: number;
4248
4561
  lg: number;
4249
4562
  xl: number;
4563
+ xl2: number;
4564
+ xl3: number;
4565
+ xl4: number;
4566
+ xl5: number;
4567
+ xl6: number;
4568
+ xl7: number;
4569
+ xl8: number;
4570
+ xl9: number;
4250
4571
  };
4251
4572
  letterSpacings: {
4252
4573
  tighter: string;
@@ -4331,6 +4652,7 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4331
4652
  avatar: string;
4332
4653
  link: string;
4333
4654
  card: string;
4655
+ dropdownItem: string;
4334
4656
  };
4335
4657
  breakpoints: {
4336
4658
  xs: string;
@@ -4706,7 +5028,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4706
5028
  readonly [$$PropertyValue]: "backgroundColor";
4707
5029
  }) => {
4708
5030
  bf: string;
4709
- bg: string;
5031
+ bg: {
5032
+ readonly [$$PropertyValue]: "backgroundColor";
5033
+ };
4710
5034
  };
4711
5035
  bgColor: (value: {
4712
5036
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4784,6 +5108,32 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4784
5108
  readonly [$$PropertyValue]: "boxShadow";
4785
5109
  };
4786
5110
  };
5111
+ ds: (value: {
5112
+ readonly [$$PropertyValue]: "boxShadow";
5113
+ }) => {
5114
+ dropShadow: {
5115
+ readonly [$$PropertyValue]: "boxShadow";
5116
+ };
5117
+ };
5118
+ shadow: (value: {
5119
+ readonly [$$PropertyValue]: "boxShadow";
5120
+ }) => {
5121
+ boxShadow: {
5122
+ readonly [$$PropertyValue]: "boxShadow";
5123
+ };
5124
+ };
5125
+ dshadow: (value: {
5126
+ readonly [$$PropertyValue]: "boxShadow";
5127
+ }) => {
5128
+ dropShadow: {
5129
+ readonly [$$PropertyValue]: "boxShadow";
5130
+ };
5131
+ };
5132
+ dropShadow: (value: {
5133
+ readonly [$$PropertyValue]: "boxShadow";
5134
+ }) => {
5135
+ filter: string;
5136
+ };
4787
5137
  normalShadow: (value: {
4788
5138
  readonly [$$PropertyValue]: "backgroundColor";
4789
5139
  }) => {
@@ -4987,6 +5337,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
4987
5337
  readonly [$$PropertyValue]: "textDecorationLine";
4988
5338
  };
4989
5339
  };
5340
+ truncateText: (value: {
5341
+ readonly [$$PropertyValue]: "width";
5342
+ }) => {
5343
+ maxWidth: {
5344
+ readonly [$$PropertyValue]: "width";
5345
+ };
5346
+ whiteSpace: string;
5347
+ overflow: string;
5348
+ textOverflow: string;
5349
+ };
4990
5350
  textGradient: (value: {
4991
5351
  readonly [$$PropertyValue]: "backgroundImage";
4992
5352
  }) => {
@@ -5039,6 +5399,13 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5039
5399
  lg: string;
5040
5400
  xl: string;
5041
5401
  };
5402
+ dropShadows: {
5403
+ xs: string;
5404
+ sm: string;
5405
+ md: string;
5406
+ lg: string;
5407
+ xl: string;
5408
+ };
5042
5409
  colors: {
5043
5410
  text: string;
5044
5411
  link: string;
@@ -5180,6 +5547,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5180
5547
  errorSolidHover: string;
5181
5548
  errorSolidContrast: string;
5182
5549
  errorShadow: string;
5550
+ neutralLight: string;
5551
+ neutralLightHover: string;
5552
+ neutralLightActive: string;
5553
+ neutralLightContrast: string;
5554
+ neutral: string;
5555
+ neutralBorder: string;
5556
+ neutralBorderHover: string;
5557
+ neutralSolidHover: string;
5558
+ neutralSolidContrast: string;
5559
+ neutralShadow: string;
5183
5560
  gradient: string;
5184
5561
  accents0: string;
5185
5562
  accents1: string;
@@ -5198,13 +5575,20 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5198
5575
  mono: string;
5199
5576
  };
5200
5577
  fontSizes: {
5201
- tiny: string;
5202
5578
  xs: string;
5203
- base: string;
5204
5579
  sm: string;
5580
+ base: string;
5205
5581
  md: string;
5206
5582
  lg: string;
5207
5583
  xl: string;
5584
+ xl2: string;
5585
+ xl3: string;
5586
+ xl4: string;
5587
+ xl5: string;
5588
+ xl6: string;
5589
+ xl7: string;
5590
+ xl8: string;
5591
+ xl9: string;
5208
5592
  };
5209
5593
  fontWeights: {
5210
5594
  hairline: number;
@@ -5220,9 +5604,18 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5220
5604
  lineHeights: {
5221
5605
  xs: number;
5222
5606
  sm: number;
5607
+ base: number;
5223
5608
  md: number;
5224
5609
  lg: number;
5225
5610
  xl: number;
5611
+ xl2: number;
5612
+ xl3: number;
5613
+ xl4: number;
5614
+ xl5: number;
5615
+ xl6: number;
5616
+ xl7: number;
5617
+ xl8: number;
5618
+ xl9: number;
5226
5619
  };
5227
5620
  letterSpacings: {
5228
5621
  tighter: string;
@@ -5307,6 +5700,7 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5307
5700
  avatar: string;
5308
5701
  link: string;
5309
5702
  card: string;
5703
+ dropdownItem: string;
5310
5704
  };
5311
5705
  breakpoints: {
5312
5706
  xs: string;
@@ -5682,7 +6076,9 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5682
6076
  readonly [$$PropertyValue]: "backgroundColor";
5683
6077
  }) => {
5684
6078
  bf: string;
5685
- bg: string;
6079
+ bg: {
6080
+ readonly [$$PropertyValue]: "backgroundColor";
6081
+ };
5686
6082
  };
5687
6083
  bgColor: (value: {
5688
6084
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5760,6 +6156,32 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5760
6156
  readonly [$$PropertyValue]: "boxShadow";
5761
6157
  };
5762
6158
  };
6159
+ ds: (value: {
6160
+ readonly [$$PropertyValue]: "boxShadow";
6161
+ }) => {
6162
+ dropShadow: {
6163
+ readonly [$$PropertyValue]: "boxShadow";
6164
+ };
6165
+ };
6166
+ shadow: (value: {
6167
+ readonly [$$PropertyValue]: "boxShadow";
6168
+ }) => {
6169
+ boxShadow: {
6170
+ readonly [$$PropertyValue]: "boxShadow";
6171
+ };
6172
+ };
6173
+ dshadow: (value: {
6174
+ readonly [$$PropertyValue]: "boxShadow";
6175
+ }) => {
6176
+ dropShadow: {
6177
+ readonly [$$PropertyValue]: "boxShadow";
6178
+ };
6179
+ };
6180
+ dropShadow: (value: {
6181
+ readonly [$$PropertyValue]: "boxShadow";
6182
+ }) => {
6183
+ filter: string;
6184
+ };
5763
6185
  normalShadow: (value: {
5764
6186
  readonly [$$PropertyValue]: "backgroundColor";
5765
6187
  }) => {
@@ -5963,6 +6385,16 @@ export declare const StyledTableHeaderCell: import("@stitches/react/types/styled
5963
6385
  readonly [$$PropertyValue]: "textDecorationLine";
5964
6386
  };
5965
6387
  };
6388
+ truncateText: (value: {
6389
+ readonly [$$PropertyValue]: "width";
6390
+ }) => {
6391
+ maxWidth: {
6392
+ readonly [$$PropertyValue]: "width";
6393
+ };
6394
+ whiteSpace: string;
6395
+ overflow: string;
6396
+ textOverflow: string;
6397
+ };
5966
6398
  textGradient: (value: {
5967
6399
  readonly [$$PropertyValue]: "backgroundImage";
5968
6400
  }) => {
@@ -6016,6 +6448,13 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6016
6448
  lg: string;
6017
6449
  xl: string;
6018
6450
  };
6451
+ dropShadows: {
6452
+ xs: string;
6453
+ sm: string;
6454
+ md: string;
6455
+ lg: string;
6456
+ xl: string;
6457
+ };
6019
6458
  colors: {
6020
6459
  text: string;
6021
6460
  link: string;
@@ -6157,6 +6596,16 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6157
6596
  errorSolidHover: string;
6158
6597
  errorSolidContrast: string;
6159
6598
  errorShadow: string;
6599
+ neutralLight: string;
6600
+ neutralLightHover: string;
6601
+ neutralLightActive: string;
6602
+ neutralLightContrast: string;
6603
+ neutral: string;
6604
+ neutralBorder: string;
6605
+ neutralBorderHover: string;
6606
+ neutralSolidHover: string;
6607
+ neutralSolidContrast: string;
6608
+ neutralShadow: string;
6160
6609
  gradient: string;
6161
6610
  accents0: string;
6162
6611
  accents1: string;
@@ -6175,13 +6624,20 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6175
6624
  mono: string;
6176
6625
  };
6177
6626
  fontSizes: {
6178
- tiny: string;
6179
6627
  xs: string;
6180
- base: string;
6181
6628
  sm: string;
6629
+ base: string;
6182
6630
  md: string;
6183
6631
  lg: string;
6184
6632
  xl: string;
6633
+ xl2: string;
6634
+ xl3: string;
6635
+ xl4: string;
6636
+ xl5: string;
6637
+ xl6: string;
6638
+ xl7: string;
6639
+ xl8: string;
6640
+ xl9: string;
6185
6641
  };
6186
6642
  fontWeights: {
6187
6643
  hairline: number;
@@ -6197,9 +6653,18 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6197
6653
  lineHeights: {
6198
6654
  xs: number;
6199
6655
  sm: number;
6656
+ base: number;
6200
6657
  md: number;
6201
6658
  lg: number;
6202
6659
  xl: number;
6660
+ xl2: number;
6661
+ xl3: number;
6662
+ xl4: number;
6663
+ xl5: number;
6664
+ xl6: number;
6665
+ xl7: number;
6666
+ xl8: number;
6667
+ xl9: number;
6203
6668
  };
6204
6669
  letterSpacings: {
6205
6670
  tighter: string;
@@ -6284,6 +6749,7 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6284
6749
  avatar: string;
6285
6750
  link: string;
6286
6751
  card: string;
6752
+ dropdownItem: string;
6287
6753
  };
6288
6754
  breakpoints: {
6289
6755
  xs: string;
@@ -6659,7 +7125,9 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6659
7125
  readonly [$$PropertyValue]: "backgroundColor";
6660
7126
  }) => {
6661
7127
  bf: string;
6662
- bg: string;
7128
+ bg: {
7129
+ readonly [$$PropertyValue]: "backgroundColor";
7130
+ };
6663
7131
  };
6664
7132
  bgColor: (value: {
6665
7133
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6737,6 +7205,32 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6737
7205
  readonly [$$PropertyValue]: "boxShadow";
6738
7206
  };
6739
7207
  };
7208
+ ds: (value: {
7209
+ readonly [$$PropertyValue]: "boxShadow";
7210
+ }) => {
7211
+ dropShadow: {
7212
+ readonly [$$PropertyValue]: "boxShadow";
7213
+ };
7214
+ };
7215
+ shadow: (value: {
7216
+ readonly [$$PropertyValue]: "boxShadow";
7217
+ }) => {
7218
+ boxShadow: {
7219
+ readonly [$$PropertyValue]: "boxShadow";
7220
+ };
7221
+ };
7222
+ dshadow: (value: {
7223
+ readonly [$$PropertyValue]: "boxShadow";
7224
+ }) => {
7225
+ dropShadow: {
7226
+ readonly [$$PropertyValue]: "boxShadow";
7227
+ };
7228
+ };
7229
+ dropShadow: (value: {
7230
+ readonly [$$PropertyValue]: "boxShadow";
7231
+ }) => {
7232
+ filter: string;
7233
+ };
6740
7234
  normalShadow: (value: {
6741
7235
  readonly [$$PropertyValue]: "backgroundColor";
6742
7236
  }) => {
@@ -6940,6 +7434,16 @@ export declare const StyledTableFooter: import("@stitches/react/types/styled-com
6940
7434
  readonly [$$PropertyValue]: "textDecorationLine";
6941
7435
  };
6942
7436
  };
7437
+ truncateText: (value: {
7438
+ readonly [$$PropertyValue]: "width";
7439
+ }) => {
7440
+ maxWidth: {
7441
+ readonly [$$PropertyValue]: "width";
7442
+ };
7443
+ whiteSpace: string;
7444
+ overflow: string;
7445
+ textOverflow: string;
7446
+ };
6943
7447
  textGradient: (value: {
6944
7448
  readonly [$$PropertyValue]: "backgroundImage";
6945
7449
  }) => {
@@ -6991,6 +7495,13 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
6991
7495
  lg: string;
6992
7496
  xl: string;
6993
7497
  };
7498
+ dropShadows: {
7499
+ xs: string;
7500
+ sm: string;
7501
+ md: string;
7502
+ lg: string;
7503
+ xl: string;
7504
+ };
6994
7505
  colors: {
6995
7506
  text: string;
6996
7507
  link: string;
@@ -7132,6 +7643,16 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7132
7643
  errorSolidHover: string;
7133
7644
  errorSolidContrast: string;
7134
7645
  errorShadow: string;
7646
+ neutralLight: string;
7647
+ neutralLightHover: string;
7648
+ neutralLightActive: string;
7649
+ neutralLightContrast: string;
7650
+ neutral: string;
7651
+ neutralBorder: string;
7652
+ neutralBorderHover: string;
7653
+ neutralSolidHover: string;
7654
+ neutralSolidContrast: string;
7655
+ neutralShadow: string;
7135
7656
  gradient: string;
7136
7657
  accents0: string;
7137
7658
  accents1: string;
@@ -7150,13 +7671,20 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7150
7671
  mono: string;
7151
7672
  };
7152
7673
  fontSizes: {
7153
- tiny: string;
7154
7674
  xs: string;
7155
- base: string;
7156
7675
  sm: string;
7676
+ base: string;
7157
7677
  md: string;
7158
7678
  lg: string;
7159
7679
  xl: string;
7680
+ xl2: string;
7681
+ xl3: string;
7682
+ xl4: string;
7683
+ xl5: string;
7684
+ xl6: string;
7685
+ xl7: string;
7686
+ xl8: string;
7687
+ xl9: string;
7160
7688
  };
7161
7689
  fontWeights: {
7162
7690
  hairline: number;
@@ -7172,9 +7700,18 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7172
7700
  lineHeights: {
7173
7701
  xs: number;
7174
7702
  sm: number;
7703
+ base: number;
7175
7704
  md: number;
7176
7705
  lg: number;
7177
7706
  xl: number;
7707
+ xl2: number;
7708
+ xl3: number;
7709
+ xl4: number;
7710
+ xl5: number;
7711
+ xl6: number;
7712
+ xl7: number;
7713
+ xl8: number;
7714
+ xl9: number;
7178
7715
  };
7179
7716
  letterSpacings: {
7180
7717
  tighter: string;
@@ -7259,6 +7796,7 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7259
7796
  avatar: string;
7260
7797
  link: string;
7261
7798
  card: string;
7799
+ dropdownItem: string;
7262
7800
  };
7263
7801
  breakpoints: {
7264
7802
  xs: string;
@@ -7634,7 +8172,9 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7634
8172
  readonly [$$PropertyValue]: "backgroundColor";
7635
8173
  }) => {
7636
8174
  bf: string;
7637
- bg: string;
8175
+ bg: {
8176
+ readonly [$$PropertyValue]: "backgroundColor";
8177
+ };
7638
8178
  };
7639
8179
  bgColor: (value: {
7640
8180
  readonly [$$PropertyValue]: "backgroundColor";
@@ -7712,7 +8252,33 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7712
8252
  readonly [$$PropertyValue]: "boxShadow";
7713
8253
  };
7714
8254
  };
7715
- normalShadow: (value: {
8255
+ ds: (value: {
8256
+ readonly [$$PropertyValue]: "boxShadow";
8257
+ }) => {
8258
+ dropShadow: {
8259
+ readonly [$$PropertyValue]: "boxShadow";
8260
+ };
8261
+ };
8262
+ shadow: (value: {
8263
+ readonly [$$PropertyValue]: "boxShadow";
8264
+ }) => {
8265
+ boxShadow: {
8266
+ readonly [$$PropertyValue]: "boxShadow";
8267
+ };
8268
+ };
8269
+ dshadow: (value: {
8270
+ readonly [$$PropertyValue]: "boxShadow";
8271
+ }) => {
8272
+ dropShadow: {
8273
+ readonly [$$PropertyValue]: "boxShadow";
8274
+ };
8275
+ };
8276
+ dropShadow: (value: {
8277
+ readonly [$$PropertyValue]: "boxShadow";
8278
+ }) => {
8279
+ filter: string;
8280
+ };
8281
+ normalShadow: (value: {
7716
8282
  readonly [$$PropertyValue]: "backgroundColor";
7717
8283
  }) => {
7718
8284
  boxShadow: string;
@@ -7915,6 +8481,16 @@ export declare const StyledBaseTableCell: import("@stitches/react/types/styled-c
7915
8481
  readonly [$$PropertyValue]: "textDecorationLine";
7916
8482
  };
7917
8483
  };
8484
+ truncateText: (value: {
8485
+ readonly [$$PropertyValue]: "width";
8486
+ }) => {
8487
+ maxWidth: {
8488
+ readonly [$$PropertyValue]: "width";
8489
+ };
8490
+ whiteSpace: string;
8491
+ overflow: string;
8492
+ textOverflow: string;
8493
+ };
7918
8494
  textGradient: (value: {
7919
8495
  readonly [$$PropertyValue]: "backgroundImage";
7920
8496
  }) => {
@@ -7966,6 +8542,13 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
7966
8542
  lg: string;
7967
8543
  xl: string;
7968
8544
  };
8545
+ dropShadows: {
8546
+ xs: string;
8547
+ sm: string;
8548
+ md: string;
8549
+ lg: string;
8550
+ xl: string;
8551
+ };
7969
8552
  colors: {
7970
8553
  text: string;
7971
8554
  link: string;
@@ -8107,6 +8690,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8107
8690
  errorSolidHover: string;
8108
8691
  errorSolidContrast: string;
8109
8692
  errorShadow: string;
8693
+ neutralLight: string;
8694
+ neutralLightHover: string;
8695
+ neutralLightActive: string;
8696
+ neutralLightContrast: string;
8697
+ neutral: string;
8698
+ neutralBorder: string;
8699
+ neutralBorderHover: string;
8700
+ neutralSolidHover: string;
8701
+ neutralSolidContrast: string;
8702
+ neutralShadow: string;
8110
8703
  gradient: string;
8111
8704
  accents0: string;
8112
8705
  accents1: string;
@@ -8125,13 +8718,20 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8125
8718
  mono: string;
8126
8719
  };
8127
8720
  fontSizes: {
8128
- tiny: string;
8129
8721
  xs: string;
8130
- base: string;
8131
8722
  sm: string;
8723
+ base: string;
8132
8724
  md: string;
8133
8725
  lg: string;
8134
8726
  xl: string;
8727
+ xl2: string;
8728
+ xl3: string;
8729
+ xl4: string;
8730
+ xl5: string;
8731
+ xl6: string;
8732
+ xl7: string;
8733
+ xl8: string;
8734
+ xl9: string;
8135
8735
  };
8136
8736
  fontWeights: {
8137
8737
  hairline: number;
@@ -8147,9 +8747,18 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8147
8747
  lineHeights: {
8148
8748
  xs: number;
8149
8749
  sm: number;
8750
+ base: number;
8150
8751
  md: number;
8151
8752
  lg: number;
8152
8753
  xl: number;
8754
+ xl2: number;
8755
+ xl3: number;
8756
+ xl4: number;
8757
+ xl5: number;
8758
+ xl6: number;
8759
+ xl7: number;
8760
+ xl8: number;
8761
+ xl9: number;
8153
8762
  };
8154
8763
  letterSpacings: {
8155
8764
  tighter: string;
@@ -8234,6 +8843,7 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8234
8843
  avatar: string;
8235
8844
  link: string;
8236
8845
  card: string;
8846
+ dropdownItem: string;
8237
8847
  };
8238
8848
  breakpoints: {
8239
8849
  xs: string;
@@ -8609,7 +9219,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8609
9219
  readonly [$$PropertyValue]: "backgroundColor";
8610
9220
  }) => {
8611
9221
  bf: string;
8612
- bg: string;
9222
+ bg: {
9223
+ readonly [$$PropertyValue]: "backgroundColor";
9224
+ };
8613
9225
  };
8614
9226
  bgColor: (value: {
8615
9227
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8687,6 +9299,32 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8687
9299
  readonly [$$PropertyValue]: "boxShadow";
8688
9300
  };
8689
9301
  };
9302
+ ds: (value: {
9303
+ readonly [$$PropertyValue]: "boxShadow";
9304
+ }) => {
9305
+ dropShadow: {
9306
+ readonly [$$PropertyValue]: "boxShadow";
9307
+ };
9308
+ };
9309
+ shadow: (value: {
9310
+ readonly [$$PropertyValue]: "boxShadow";
9311
+ }) => {
9312
+ boxShadow: {
9313
+ readonly [$$PropertyValue]: "boxShadow";
9314
+ };
9315
+ };
9316
+ dshadow: (value: {
9317
+ readonly [$$PropertyValue]: "boxShadow";
9318
+ }) => {
9319
+ dropShadow: {
9320
+ readonly [$$PropertyValue]: "boxShadow";
9321
+ };
9322
+ };
9323
+ dropShadow: (value: {
9324
+ readonly [$$PropertyValue]: "boxShadow";
9325
+ }) => {
9326
+ filter: string;
9327
+ };
8690
9328
  normalShadow: (value: {
8691
9329
  readonly [$$PropertyValue]: "backgroundColor";
8692
9330
  }) => {
@@ -8890,6 +9528,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8890
9528
  readonly [$$PropertyValue]: "textDecorationLine";
8891
9529
  };
8892
9530
  };
9531
+ truncateText: (value: {
9532
+ readonly [$$PropertyValue]: "width";
9533
+ }) => {
9534
+ maxWidth: {
9535
+ readonly [$$PropertyValue]: "width";
9536
+ };
9537
+ whiteSpace: string;
9538
+ overflow: string;
9539
+ textOverflow: string;
9540
+ };
8893
9541
  textGradient: (value: {
8894
9542
  readonly [$$PropertyValue]: "backgroundImage";
8895
9543
  }) => {
@@ -8924,6 +9572,8 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8924
9572
  top: number;
8925
9573
  left: number;
8926
9574
  opacity: number;
9575
+ transform: string;
9576
+ backfaceVisibility: string;
8927
9577
  };
8928
9578
  variants: {
8929
9579
  align: {
@@ -8980,6 +9630,13 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
8980
9630
  lg: string;
8981
9631
  xl: string;
8982
9632
  };
9633
+ dropShadows: {
9634
+ xs: string;
9635
+ sm: string;
9636
+ md: string;
9637
+ lg: string;
9638
+ xl: string;
9639
+ };
8983
9640
  colors: {
8984
9641
  text: string;
8985
9642
  link: string;
@@ -9121,6 +9778,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9121
9778
  errorSolidHover: string;
9122
9779
  errorSolidContrast: string;
9123
9780
  errorShadow: string;
9781
+ neutralLight: string;
9782
+ neutralLightHover: string;
9783
+ neutralLightActive: string;
9784
+ neutralLightContrast: string;
9785
+ neutral: string;
9786
+ neutralBorder: string;
9787
+ neutralBorderHover: string;
9788
+ neutralSolidHover: string;
9789
+ neutralSolidContrast: string;
9790
+ neutralShadow: string;
9124
9791
  gradient: string;
9125
9792
  accents0: string;
9126
9793
  accents1: string;
@@ -9139,13 +9806,20 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9139
9806
  mono: string;
9140
9807
  };
9141
9808
  fontSizes: {
9142
- tiny: string;
9143
9809
  xs: string;
9144
- base: string;
9145
9810
  sm: string;
9811
+ base: string;
9146
9812
  md: string;
9147
9813
  lg: string;
9148
9814
  xl: string;
9815
+ xl2: string;
9816
+ xl3: string;
9817
+ xl4: string;
9818
+ xl5: string;
9819
+ xl6: string;
9820
+ xl7: string;
9821
+ xl8: string;
9822
+ xl9: string;
9149
9823
  };
9150
9824
  fontWeights: {
9151
9825
  hairline: number;
@@ -9161,9 +9835,18 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9161
9835
  lineHeights: {
9162
9836
  xs: number;
9163
9837
  sm: number;
9838
+ base: number;
9164
9839
  md: number;
9165
9840
  lg: number;
9166
9841
  xl: number;
9842
+ xl2: number;
9843
+ xl3: number;
9844
+ xl4: number;
9845
+ xl5: number;
9846
+ xl6: number;
9847
+ xl7: number;
9848
+ xl8: number;
9849
+ xl9: number;
9167
9850
  };
9168
9851
  letterSpacings: {
9169
9852
  tighter: string;
@@ -9248,6 +9931,7 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9248
9931
  avatar: string;
9249
9932
  link: string;
9250
9933
  card: string;
9934
+ dropdownItem: string;
9251
9935
  };
9252
9936
  breakpoints: {
9253
9937
  xs: string;
@@ -9623,7 +10307,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9623
10307
  readonly [$$PropertyValue]: "backgroundColor";
9624
10308
  }) => {
9625
10309
  bf: string;
9626
- bg: string;
10310
+ bg: {
10311
+ readonly [$$PropertyValue]: "backgroundColor";
10312
+ };
9627
10313
  };
9628
10314
  bgColor: (value: {
9629
10315
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9701,6 +10387,32 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9701
10387
  readonly [$$PropertyValue]: "boxShadow";
9702
10388
  };
9703
10389
  };
10390
+ ds: (value: {
10391
+ readonly [$$PropertyValue]: "boxShadow";
10392
+ }) => {
10393
+ dropShadow: {
10394
+ readonly [$$PropertyValue]: "boxShadow";
10395
+ };
10396
+ };
10397
+ shadow: (value: {
10398
+ readonly [$$PropertyValue]: "boxShadow";
10399
+ }) => {
10400
+ boxShadow: {
10401
+ readonly [$$PropertyValue]: "boxShadow";
10402
+ };
10403
+ };
10404
+ dshadow: (value: {
10405
+ readonly [$$PropertyValue]: "boxShadow";
10406
+ }) => {
10407
+ dropShadow: {
10408
+ readonly [$$PropertyValue]: "boxShadow";
10409
+ };
10410
+ };
10411
+ dropShadow: (value: {
10412
+ readonly [$$PropertyValue]: "boxShadow";
10413
+ }) => {
10414
+ filter: string;
10415
+ };
9704
10416
  normalShadow: (value: {
9705
10417
  readonly [$$PropertyValue]: "backgroundColor";
9706
10418
  }) => {
@@ -9904,6 +10616,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9904
10616
  readonly [$$PropertyValue]: "textDecorationLine";
9905
10617
  };
9906
10618
  };
10619
+ truncateText: (value: {
10620
+ readonly [$$PropertyValue]: "width";
10621
+ }) => {
10622
+ maxWidth: {
10623
+ readonly [$$PropertyValue]: "width";
10624
+ };
10625
+ whiteSpace: string;
10626
+ overflow: string;
10627
+ textOverflow: string;
10628
+ };
9907
10629
  textGradient: (value: {
9908
10630
  readonly [$$PropertyValue]: "backgroundImage";
9909
10631
  }) => {
@@ -9954,6 +10676,13 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
9954
10676
  lg: string;
9955
10677
  xl: string;
9956
10678
  };
10679
+ dropShadows: {
10680
+ xs: string;
10681
+ sm: string;
10682
+ md: string;
10683
+ lg: string;
10684
+ xl: string;
10685
+ };
9957
10686
  colors: {
9958
10687
  text: string;
9959
10688
  link: string;
@@ -10095,6 +10824,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10095
10824
  errorSolidHover: string;
10096
10825
  errorSolidContrast: string;
10097
10826
  errorShadow: string;
10827
+ neutralLight: string;
10828
+ neutralLightHover: string;
10829
+ neutralLightActive: string;
10830
+ neutralLightContrast: string;
10831
+ neutral: string;
10832
+ neutralBorder: string;
10833
+ neutralBorderHover: string;
10834
+ neutralSolidHover: string;
10835
+ neutralSolidContrast: string;
10836
+ neutralShadow: string;
10098
10837
  gradient: string;
10099
10838
  accents0: string;
10100
10839
  accents1: string;
@@ -10113,13 +10852,20 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10113
10852
  mono: string;
10114
10853
  };
10115
10854
  fontSizes: {
10116
- tiny: string;
10117
10855
  xs: string;
10118
- base: string;
10119
10856
  sm: string;
10857
+ base: string;
10120
10858
  md: string;
10121
10859
  lg: string;
10122
10860
  xl: string;
10861
+ xl2: string;
10862
+ xl3: string;
10863
+ xl4: string;
10864
+ xl5: string;
10865
+ xl6: string;
10866
+ xl7: string;
10867
+ xl8: string;
10868
+ xl9: string;
10123
10869
  };
10124
10870
  fontWeights: {
10125
10871
  hairline: number;
@@ -10135,9 +10881,18 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10135
10881
  lineHeights: {
10136
10882
  xs: number;
10137
10883
  sm: number;
10884
+ base: number;
10138
10885
  md: number;
10139
10886
  lg: number;
10140
10887
  xl: number;
10888
+ xl2: number;
10889
+ xl3: number;
10890
+ xl4: number;
10891
+ xl5: number;
10892
+ xl6: number;
10893
+ xl7: number;
10894
+ xl8: number;
10895
+ xl9: number;
10141
10896
  };
10142
10897
  letterSpacings: {
10143
10898
  tighter: string;
@@ -10222,6 +10977,7 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10222
10977
  avatar: string;
10223
10978
  link: string;
10224
10979
  card: string;
10980
+ dropdownItem: string;
10225
10981
  };
10226
10982
  breakpoints: {
10227
10983
  xs: string;
@@ -10597,7 +11353,9 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10597
11353
  readonly [$$PropertyValue]: "backgroundColor";
10598
11354
  }) => {
10599
11355
  bf: string;
10600
- bg: string;
11356
+ bg: {
11357
+ readonly [$$PropertyValue]: "backgroundColor";
11358
+ };
10601
11359
  };
10602
11360
  bgColor: (value: {
10603
11361
  readonly [$$PropertyValue]: "backgroundColor";
@@ -10675,6 +11433,32 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10675
11433
  readonly [$$PropertyValue]: "boxShadow";
10676
11434
  };
10677
11435
  };
11436
+ ds: (value: {
11437
+ readonly [$$PropertyValue]: "boxShadow";
11438
+ }) => {
11439
+ dropShadow: {
11440
+ readonly [$$PropertyValue]: "boxShadow";
11441
+ };
11442
+ };
11443
+ shadow: (value: {
11444
+ readonly [$$PropertyValue]: "boxShadow";
11445
+ }) => {
11446
+ boxShadow: {
11447
+ readonly [$$PropertyValue]: "boxShadow";
11448
+ };
11449
+ };
11450
+ dshadow: (value: {
11451
+ readonly [$$PropertyValue]: "boxShadow";
11452
+ }) => {
11453
+ dropShadow: {
11454
+ readonly [$$PropertyValue]: "boxShadow";
11455
+ };
11456
+ };
11457
+ dropShadow: (value: {
11458
+ readonly [$$PropertyValue]: "boxShadow";
11459
+ }) => {
11460
+ filter: string;
11461
+ };
10678
11462
  normalShadow: (value: {
10679
11463
  readonly [$$PropertyValue]: "backgroundColor";
10680
11464
  }) => {
@@ -10878,6 +11662,16 @@ export declare const StyledTableCell: import("@stitches/react/types/styled-compo
10878
11662
  readonly [$$PropertyValue]: "textDecorationLine";
10879
11663
  };
10880
11664
  };
11665
+ truncateText: (value: {
11666
+ readonly [$$PropertyValue]: "width";
11667
+ }) => {
11668
+ maxWidth: {
11669
+ readonly [$$PropertyValue]: "width";
11670
+ };
11671
+ whiteSpace: string;
11672
+ overflow: string;
11673
+ textOverflow: string;
11674
+ };
10881
11675
  textGradient: (value: {
10882
11676
  readonly [$$PropertyValue]: "backgroundImage";
10883
11677
  }) => {
@@ -10952,6 +11746,13 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
10952
11746
  lg: string;
10953
11747
  xl: string;
10954
11748
  };
11749
+ dropShadows: {
11750
+ xs: string;
11751
+ sm: string;
11752
+ md: string;
11753
+ lg: string;
11754
+ xl: string;
11755
+ };
10955
11756
  colors: {
10956
11757
  text: string;
10957
11758
  link: string;
@@ -11093,6 +11894,16 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11093
11894
  errorSolidHover: string;
11094
11895
  errorSolidContrast: string;
11095
11896
  errorShadow: string;
11897
+ neutralLight: string;
11898
+ neutralLightHover: string;
11899
+ neutralLightActive: string;
11900
+ neutralLightContrast: string;
11901
+ neutral: string;
11902
+ neutralBorder: string;
11903
+ neutralBorderHover: string;
11904
+ neutralSolidHover: string;
11905
+ neutralSolidContrast: string;
11906
+ neutralShadow: string;
11096
11907
  gradient: string;
11097
11908
  accents0: string;
11098
11909
  accents1: string;
@@ -11111,13 +11922,20 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11111
11922
  mono: string;
11112
11923
  };
11113
11924
  fontSizes: {
11114
- tiny: string;
11115
11925
  xs: string;
11116
- base: string;
11117
11926
  sm: string;
11927
+ base: string;
11118
11928
  md: string;
11119
11929
  lg: string;
11120
11930
  xl: string;
11931
+ xl2: string;
11932
+ xl3: string;
11933
+ xl4: string;
11934
+ xl5: string;
11935
+ xl6: string;
11936
+ xl7: string;
11937
+ xl8: string;
11938
+ xl9: string;
11121
11939
  };
11122
11940
  fontWeights: {
11123
11941
  hairline: number;
@@ -11133,9 +11951,18 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11133
11951
  lineHeights: {
11134
11952
  xs: number;
11135
11953
  sm: number;
11954
+ base: number;
11136
11955
  md: number;
11137
11956
  lg: number;
11138
11957
  xl: number;
11958
+ xl2: number;
11959
+ xl3: number;
11960
+ xl4: number;
11961
+ xl5: number;
11962
+ xl6: number;
11963
+ xl7: number;
11964
+ xl8: number;
11965
+ xl9: number;
11139
11966
  };
11140
11967
  letterSpacings: {
11141
11968
  tighter: string;
@@ -11220,6 +12047,7 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11220
12047
  avatar: string;
11221
12048
  link: string;
11222
12049
  card: string;
12050
+ dropdownItem: string;
11223
12051
  };
11224
12052
  breakpoints: {
11225
12053
  xs: string;
@@ -11595,7 +12423,9 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11595
12423
  readonly [$$PropertyValue]: "backgroundColor";
11596
12424
  }) => {
11597
12425
  bf: string;
11598
- bg: string;
12426
+ bg: {
12427
+ readonly [$$PropertyValue]: "backgroundColor";
12428
+ };
11599
12429
  };
11600
12430
  bgColor: (value: {
11601
12431
  readonly [$$PropertyValue]: "backgroundColor";
@@ -11673,6 +12503,32 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11673
12503
  readonly [$$PropertyValue]: "boxShadow";
11674
12504
  };
11675
12505
  };
12506
+ ds: (value: {
12507
+ readonly [$$PropertyValue]: "boxShadow";
12508
+ }) => {
12509
+ dropShadow: {
12510
+ readonly [$$PropertyValue]: "boxShadow";
12511
+ };
12512
+ };
12513
+ shadow: (value: {
12514
+ readonly [$$PropertyValue]: "boxShadow";
12515
+ }) => {
12516
+ boxShadow: {
12517
+ readonly [$$PropertyValue]: "boxShadow";
12518
+ };
12519
+ };
12520
+ dshadow: (value: {
12521
+ readonly [$$PropertyValue]: "boxShadow";
12522
+ }) => {
12523
+ dropShadow: {
12524
+ readonly [$$PropertyValue]: "boxShadow";
12525
+ };
12526
+ };
12527
+ dropShadow: (value: {
12528
+ readonly [$$PropertyValue]: "boxShadow";
12529
+ }) => {
12530
+ filter: string;
12531
+ };
11676
12532
  normalShadow: (value: {
11677
12533
  readonly [$$PropertyValue]: "backgroundColor";
11678
12534
  }) => {
@@ -11876,6 +12732,16 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11876
12732
  readonly [$$PropertyValue]: "textDecorationLine";
11877
12733
  };
11878
12734
  };
12735
+ truncateText: (value: {
12736
+ readonly [$$PropertyValue]: "width";
12737
+ }) => {
12738
+ maxWidth: {
12739
+ readonly [$$PropertyValue]: "width";
12740
+ };
12741
+ whiteSpace: string;
12742
+ overflow: string;
12743
+ textOverflow: string;
12744
+ };
11879
12745
  textGradient: (value: {
11880
12746
  readonly [$$PropertyValue]: "backgroundImage";
11881
12747
  }) => {
@@ -11926,6 +12792,13 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
11926
12792
  lg: string;
11927
12793
  xl: string;
11928
12794
  };
12795
+ dropShadows: {
12796
+ xs: string;
12797
+ sm: string;
12798
+ md: string;
12799
+ lg: string;
12800
+ xl: string;
12801
+ };
11929
12802
  colors: {
11930
12803
  text: string;
11931
12804
  link: string;
@@ -12067,6 +12940,16 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12067
12940
  errorSolidHover: string;
12068
12941
  errorSolidContrast: string;
12069
12942
  errorShadow: string;
12943
+ neutralLight: string;
12944
+ neutralLightHover: string;
12945
+ neutralLightActive: string;
12946
+ neutralLightContrast: string;
12947
+ neutral: string;
12948
+ neutralBorder: string;
12949
+ neutralBorderHover: string;
12950
+ neutralSolidHover: string;
12951
+ neutralSolidContrast: string;
12952
+ neutralShadow: string;
12070
12953
  gradient: string;
12071
12954
  accents0: string;
12072
12955
  accents1: string;
@@ -12085,13 +12968,20 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12085
12968
  mono: string;
12086
12969
  };
12087
12970
  fontSizes: {
12088
- tiny: string;
12089
12971
  xs: string;
12090
- base: string;
12091
12972
  sm: string;
12973
+ base: string;
12092
12974
  md: string;
12093
12975
  lg: string;
12094
12976
  xl: string;
12977
+ xl2: string;
12978
+ xl3: string;
12979
+ xl4: string;
12980
+ xl5: string;
12981
+ xl6: string;
12982
+ xl7: string;
12983
+ xl8: string;
12984
+ xl9: string;
12095
12985
  };
12096
12986
  fontWeights: {
12097
12987
  hairline: number;
@@ -12107,9 +12997,18 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12107
12997
  lineHeights: {
12108
12998
  xs: number;
12109
12999
  sm: number;
13000
+ base: number;
12110
13001
  md: number;
12111
13002
  lg: number;
12112
13003
  xl: number;
13004
+ xl2: number;
13005
+ xl3: number;
13006
+ xl4: number;
13007
+ xl5: number;
13008
+ xl6: number;
13009
+ xl7: number;
13010
+ xl8: number;
13011
+ xl9: number;
12113
13012
  };
12114
13013
  letterSpacings: {
12115
13014
  tighter: string;
@@ -12194,6 +13093,7 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12194
13093
  avatar: string;
12195
13094
  link: string;
12196
13095
  card: string;
13096
+ dropdownItem: string;
12197
13097
  };
12198
13098
  breakpoints: {
12199
13099
  xs: string;
@@ -12569,7 +13469,9 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12569
13469
  readonly [$$PropertyValue]: "backgroundColor";
12570
13470
  }) => {
12571
13471
  bf: string;
12572
- bg: string;
13472
+ bg: {
13473
+ readonly [$$PropertyValue]: "backgroundColor";
13474
+ };
12573
13475
  };
12574
13476
  bgColor: (value: {
12575
13477
  readonly [$$PropertyValue]: "backgroundColor";
@@ -12647,6 +13549,32 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12647
13549
  readonly [$$PropertyValue]: "boxShadow";
12648
13550
  };
12649
13551
  };
13552
+ ds: (value: {
13553
+ readonly [$$PropertyValue]: "boxShadow";
13554
+ }) => {
13555
+ dropShadow: {
13556
+ readonly [$$PropertyValue]: "boxShadow";
13557
+ };
13558
+ };
13559
+ shadow: (value: {
13560
+ readonly [$$PropertyValue]: "boxShadow";
13561
+ }) => {
13562
+ boxShadow: {
13563
+ readonly [$$PropertyValue]: "boxShadow";
13564
+ };
13565
+ };
13566
+ dshadow: (value: {
13567
+ readonly [$$PropertyValue]: "boxShadow";
13568
+ }) => {
13569
+ dropShadow: {
13570
+ readonly [$$PropertyValue]: "boxShadow";
13571
+ };
13572
+ };
13573
+ dropShadow: (value: {
13574
+ readonly [$$PropertyValue]: "boxShadow";
13575
+ }) => {
13576
+ filter: string;
13577
+ };
12650
13578
  normalShadow: (value: {
12651
13579
  readonly [$$PropertyValue]: "backgroundColor";
12652
13580
  }) => {
@@ -12850,6 +13778,16 @@ export declare const StyledTableRow: import("@stitches/react/types/styled-compon
12850
13778
  readonly [$$PropertyValue]: "textDecorationLine";
12851
13779
  };
12852
13780
  };
13781
+ truncateText: (value: {
13782
+ readonly [$$PropertyValue]: "width";
13783
+ }) => {
13784
+ maxWidth: {
13785
+ readonly [$$PropertyValue]: "width";
13786
+ };
13787
+ whiteSpace: string;
13788
+ overflow: string;
13789
+ textOverflow: string;
13790
+ };
12853
13791
  textGradient: (value: {
12854
13792
  readonly [$$PropertyValue]: "backgroundImage";
12855
13793
  }) => {
@@ -12904,6 +13842,13 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
12904
13842
  lg: string;
12905
13843
  xl: string;
12906
13844
  };
13845
+ dropShadows: {
13846
+ xs: string;
13847
+ sm: string;
13848
+ md: string;
13849
+ lg: string;
13850
+ xl: string;
13851
+ };
12907
13852
  colors: {
12908
13853
  text: string;
12909
13854
  link: string;
@@ -13045,6 +13990,16 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13045
13990
  errorSolidHover: string;
13046
13991
  errorSolidContrast: string;
13047
13992
  errorShadow: string;
13993
+ neutralLight: string;
13994
+ neutralLightHover: string;
13995
+ neutralLightActive: string;
13996
+ neutralLightContrast: string;
13997
+ neutral: string;
13998
+ neutralBorder: string;
13999
+ neutralBorderHover: string;
14000
+ neutralSolidHover: string;
14001
+ neutralSolidContrast: string;
14002
+ neutralShadow: string;
13048
14003
  gradient: string;
13049
14004
  accents0: string;
13050
14005
  accents1: string;
@@ -13063,13 +14018,20 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13063
14018
  mono: string;
13064
14019
  };
13065
14020
  fontSizes: {
13066
- tiny: string;
13067
14021
  xs: string;
13068
- base: string;
13069
14022
  sm: string;
14023
+ base: string;
13070
14024
  md: string;
13071
14025
  lg: string;
13072
14026
  xl: string;
14027
+ xl2: string;
14028
+ xl3: string;
14029
+ xl4: string;
14030
+ xl5: string;
14031
+ xl6: string;
14032
+ xl7: string;
14033
+ xl8: string;
14034
+ xl9: string;
13073
14035
  };
13074
14036
  fontWeights: {
13075
14037
  hairline: number;
@@ -13085,9 +14047,18 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13085
14047
  lineHeights: {
13086
14048
  xs: number;
13087
14049
  sm: number;
14050
+ base: number;
13088
14051
  md: number;
13089
14052
  lg: number;
13090
14053
  xl: number;
14054
+ xl2: number;
14055
+ xl3: number;
14056
+ xl4: number;
14057
+ xl5: number;
14058
+ xl6: number;
14059
+ xl7: number;
14060
+ xl8: number;
14061
+ xl9: number;
13091
14062
  };
13092
14063
  letterSpacings: {
13093
14064
  tighter: string;
@@ -13172,6 +14143,7 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13172
14143
  avatar: string;
13173
14144
  link: string;
13174
14145
  card: string;
14146
+ dropdownItem: string;
13175
14147
  };
13176
14148
  breakpoints: {
13177
14149
  xs: string;
@@ -13547,7 +14519,9 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13547
14519
  readonly [$$PropertyValue]: "backgroundColor";
13548
14520
  }) => {
13549
14521
  bf: string;
13550
- bg: string;
14522
+ bg: {
14523
+ readonly [$$PropertyValue]: "backgroundColor";
14524
+ };
13551
14525
  };
13552
14526
  bgColor: (value: {
13553
14527
  readonly [$$PropertyValue]: "backgroundColor";
@@ -13625,6 +14599,32 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13625
14599
  readonly [$$PropertyValue]: "boxShadow";
13626
14600
  };
13627
14601
  };
14602
+ ds: (value: {
14603
+ readonly [$$PropertyValue]: "boxShadow";
14604
+ }) => {
14605
+ dropShadow: {
14606
+ readonly [$$PropertyValue]: "boxShadow";
14607
+ };
14608
+ };
14609
+ shadow: (value: {
14610
+ readonly [$$PropertyValue]: "boxShadow";
14611
+ }) => {
14612
+ boxShadow: {
14613
+ readonly [$$PropertyValue]: "boxShadow";
14614
+ };
14615
+ };
14616
+ dshadow: (value: {
14617
+ readonly [$$PropertyValue]: "boxShadow";
14618
+ }) => {
14619
+ dropShadow: {
14620
+ readonly [$$PropertyValue]: "boxShadow";
14621
+ };
14622
+ };
14623
+ dropShadow: (value: {
14624
+ readonly [$$PropertyValue]: "boxShadow";
14625
+ }) => {
14626
+ filter: string;
14627
+ };
13628
14628
  normalShadow: (value: {
13629
14629
  readonly [$$PropertyValue]: "backgroundColor";
13630
14630
  }) => {
@@ -13828,6 +14828,16 @@ export declare const StyledTableRowGroup: import("@stitches/react/types/styled-c
13828
14828
  readonly [$$PropertyValue]: "textDecorationLine";
13829
14829
  };
13830
14830
  };
14831
+ truncateText: (value: {
14832
+ readonly [$$PropertyValue]: "width";
14833
+ }) => {
14834
+ maxWidth: {
14835
+ readonly [$$PropertyValue]: "width";
14836
+ };
14837
+ whiteSpace: string;
14838
+ overflow: string;
14839
+ textOverflow: string;
14840
+ };
13831
14841
  textGradient: (value: {
13832
14842
  readonly [$$PropertyValue]: "backgroundImage";
13833
14843
  }) => {
@@ -13882,6 +14892,13 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
13882
14892
  lg: string;
13883
14893
  xl: string;
13884
14894
  };
14895
+ dropShadows: {
14896
+ xs: string;
14897
+ sm: string;
14898
+ md: string;
14899
+ lg: string;
14900
+ xl: string;
14901
+ };
13885
14902
  colors: {
13886
14903
  text: string;
13887
14904
  link: string;
@@ -14023,6 +15040,16 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14023
15040
  errorSolidHover: string;
14024
15041
  errorSolidContrast: string;
14025
15042
  errorShadow: string;
15043
+ neutralLight: string;
15044
+ neutralLightHover: string;
15045
+ neutralLightActive: string;
15046
+ neutralLightContrast: string;
15047
+ neutral: string;
15048
+ neutralBorder: string;
15049
+ neutralBorderHover: string;
15050
+ neutralSolidHover: string;
15051
+ neutralSolidContrast: string;
15052
+ neutralShadow: string;
14026
15053
  gradient: string;
14027
15054
  accents0: string;
14028
15055
  accents1: string;
@@ -14041,13 +15068,20 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14041
15068
  mono: string;
14042
15069
  };
14043
15070
  fontSizes: {
14044
- tiny: string;
14045
15071
  xs: string;
14046
- base: string;
14047
15072
  sm: string;
15073
+ base: string;
14048
15074
  md: string;
14049
15075
  lg: string;
14050
15076
  xl: string;
15077
+ xl2: string;
15078
+ xl3: string;
15079
+ xl4: string;
15080
+ xl5: string;
15081
+ xl6: string;
15082
+ xl7: string;
15083
+ xl8: string;
15084
+ xl9: string;
14051
15085
  };
14052
15086
  fontWeights: {
14053
15087
  hairline: number;
@@ -14063,9 +15097,18 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14063
15097
  lineHeights: {
14064
15098
  xs: number;
14065
15099
  sm: number;
15100
+ base: number;
14066
15101
  md: number;
14067
15102
  lg: number;
14068
15103
  xl: number;
15104
+ xl2: number;
15105
+ xl3: number;
15106
+ xl4: number;
15107
+ xl5: number;
15108
+ xl6: number;
15109
+ xl7: number;
15110
+ xl8: number;
15111
+ xl9: number;
14069
15112
  };
14070
15113
  letterSpacings: {
14071
15114
  tighter: string;
@@ -14150,6 +15193,7 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14150
15193
  avatar: string;
14151
15194
  link: string;
14152
15195
  card: string;
15196
+ dropdownItem: string;
14153
15197
  };
14154
15198
  breakpoints: {
14155
15199
  xs: string;
@@ -14525,7 +15569,9 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14525
15569
  readonly [$$PropertyValue]: "backgroundColor";
14526
15570
  }) => {
14527
15571
  bf: string;
14528
- bg: string;
15572
+ bg: {
15573
+ readonly [$$PropertyValue]: "backgroundColor";
15574
+ };
14529
15575
  };
14530
15576
  bgColor: (value: {
14531
15577
  readonly [$$PropertyValue]: "backgroundColor";
@@ -14603,6 +15649,32 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14603
15649
  readonly [$$PropertyValue]: "boxShadow";
14604
15650
  };
14605
15651
  };
15652
+ ds: (value: {
15653
+ readonly [$$PropertyValue]: "boxShadow";
15654
+ }) => {
15655
+ dropShadow: {
15656
+ readonly [$$PropertyValue]: "boxShadow";
15657
+ };
15658
+ };
15659
+ shadow: (value: {
15660
+ readonly [$$PropertyValue]: "boxShadow";
15661
+ }) => {
15662
+ boxShadow: {
15663
+ readonly [$$PropertyValue]: "boxShadow";
15664
+ };
15665
+ };
15666
+ dshadow: (value: {
15667
+ readonly [$$PropertyValue]: "boxShadow";
15668
+ }) => {
15669
+ dropShadow: {
15670
+ readonly [$$PropertyValue]: "boxShadow";
15671
+ };
15672
+ };
15673
+ dropShadow: (value: {
15674
+ readonly [$$PropertyValue]: "boxShadow";
15675
+ }) => {
15676
+ filter: string;
15677
+ };
14606
15678
  normalShadow: (value: {
14607
15679
  readonly [$$PropertyValue]: "backgroundColor";
14608
15680
  }) => {
@@ -14806,6 +15878,16 @@ export declare const StyledTableLoadingRow: import("@stitches/react/types/styled
14806
15878
  readonly [$$PropertyValue]: "textDecorationLine";
14807
15879
  };
14808
15880
  };
15881
+ truncateText: (value: {
15882
+ readonly [$$PropertyValue]: "width";
15883
+ }) => {
15884
+ maxWidth: {
15885
+ readonly [$$PropertyValue]: "width";
15886
+ };
15887
+ whiteSpace: string;
15888
+ overflow: string;
15889
+ textOverflow: string;
15890
+ };
14809
15891
  textGradient: (value: {
14810
15892
  readonly [$$PropertyValue]: "backgroundImage";
14811
15893
  }) => {
@@ -14871,6 +15953,13 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
14871
15953
  lg: string;
14872
15954
  xl: string;
14873
15955
  };
15956
+ dropShadows: {
15957
+ xs: string;
15958
+ sm: string;
15959
+ md: string;
15960
+ lg: string;
15961
+ xl: string;
15962
+ };
14874
15963
  colors: {
14875
15964
  text: string;
14876
15965
  link: string;
@@ -15012,6 +16101,16 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15012
16101
  errorSolidHover: string;
15013
16102
  errorSolidContrast: string;
15014
16103
  errorShadow: string;
16104
+ neutralLight: string;
16105
+ neutralLightHover: string;
16106
+ neutralLightActive: string;
16107
+ neutralLightContrast: string;
16108
+ neutral: string;
16109
+ neutralBorder: string;
16110
+ neutralBorderHover: string;
16111
+ neutralSolidHover: string;
16112
+ neutralSolidContrast: string;
16113
+ neutralShadow: string;
15015
16114
  gradient: string;
15016
16115
  accents0: string;
15017
16116
  accents1: string;
@@ -15030,13 +16129,20 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15030
16129
  mono: string;
15031
16130
  };
15032
16131
  fontSizes: {
15033
- tiny: string;
15034
16132
  xs: string;
15035
- base: string;
15036
16133
  sm: string;
16134
+ base: string;
15037
16135
  md: string;
15038
16136
  lg: string;
15039
16137
  xl: string;
16138
+ xl2: string;
16139
+ xl3: string;
16140
+ xl4: string;
16141
+ xl5: string;
16142
+ xl6: string;
16143
+ xl7: string;
16144
+ xl8: string;
16145
+ xl9: string;
15040
16146
  };
15041
16147
  fontWeights: {
15042
16148
  hairline: number;
@@ -15052,9 +16158,18 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15052
16158
  lineHeights: {
15053
16159
  xs: number;
15054
16160
  sm: number;
16161
+ base: number;
15055
16162
  md: number;
15056
16163
  lg: number;
15057
16164
  xl: number;
16165
+ xl2: number;
16166
+ xl3: number;
16167
+ xl4: number;
16168
+ xl5: number;
16169
+ xl6: number;
16170
+ xl7: number;
16171
+ xl8: number;
16172
+ xl9: number;
15058
16173
  };
15059
16174
  letterSpacings: {
15060
16175
  tighter: string;
@@ -15139,6 +16254,7 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15139
16254
  avatar: string;
15140
16255
  link: string;
15141
16256
  card: string;
16257
+ dropdownItem: string;
15142
16258
  };
15143
16259
  breakpoints: {
15144
16260
  xs: string;
@@ -15514,7 +16630,9 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15514
16630
  readonly [$$PropertyValue]: "backgroundColor";
15515
16631
  }) => {
15516
16632
  bf: string;
15517
- bg: string;
16633
+ bg: {
16634
+ readonly [$$PropertyValue]: "backgroundColor";
16635
+ };
15518
16636
  };
15519
16637
  bgColor: (value: {
15520
16638
  readonly [$$PropertyValue]: "backgroundColor";
@@ -15592,6 +16710,32 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15592
16710
  readonly [$$PropertyValue]: "boxShadow";
15593
16711
  };
15594
16712
  };
16713
+ ds: (value: {
16714
+ readonly [$$PropertyValue]: "boxShadow";
16715
+ }) => {
16716
+ dropShadow: {
16717
+ readonly [$$PropertyValue]: "boxShadow";
16718
+ };
16719
+ };
16720
+ shadow: (value: {
16721
+ readonly [$$PropertyValue]: "boxShadow";
16722
+ }) => {
16723
+ boxShadow: {
16724
+ readonly [$$PropertyValue]: "boxShadow";
16725
+ };
16726
+ };
16727
+ dshadow: (value: {
16728
+ readonly [$$PropertyValue]: "boxShadow";
16729
+ }) => {
16730
+ dropShadow: {
16731
+ readonly [$$PropertyValue]: "boxShadow";
16732
+ };
16733
+ };
16734
+ dropShadow: (value: {
16735
+ readonly [$$PropertyValue]: "boxShadow";
16736
+ }) => {
16737
+ filter: string;
16738
+ };
15595
16739
  normalShadow: (value: {
15596
16740
  readonly [$$PropertyValue]: "backgroundColor";
15597
16741
  }) => {
@@ -15795,6 +16939,16 @@ export declare const StyledTable: import("@stitches/react/types/styled-component
15795
16939
  readonly [$$PropertyValue]: "textDecorationLine";
15796
16940
  };
15797
16941
  };
16942
+ truncateText: (value: {
16943
+ readonly [$$PropertyValue]: "width";
16944
+ }) => {
16945
+ maxWidth: {
16946
+ readonly [$$PropertyValue]: "width";
16947
+ };
16948
+ whiteSpace: string;
16949
+ overflow: string;
16950
+ textOverflow: string;
16951
+ };
15798
16952
  textGradient: (value: {
15799
16953
  readonly [$$PropertyValue]: "backgroundImage";
15800
16954
  }) => {
@@ -15850,6 +17004,13 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
15850
17004
  lg: string;
15851
17005
  xl: string;
15852
17006
  };
17007
+ dropShadows: {
17008
+ xs: string;
17009
+ sm: string;
17010
+ md: string;
17011
+ lg: string;
17012
+ xl: string;
17013
+ };
15853
17014
  colors: {
15854
17015
  text: string;
15855
17016
  link: string;
@@ -15991,6 +17152,16 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
15991
17152
  errorSolidHover: string;
15992
17153
  errorSolidContrast: string;
15993
17154
  errorShadow: string;
17155
+ neutralLight: string;
17156
+ neutralLightHover: string;
17157
+ neutralLightActive: string;
17158
+ neutralLightContrast: string;
17159
+ neutral: string;
17160
+ neutralBorder: string;
17161
+ neutralBorderHover: string;
17162
+ neutralSolidHover: string;
17163
+ neutralSolidContrast: string;
17164
+ neutralShadow: string;
15994
17165
  gradient: string;
15995
17166
  accents0: string;
15996
17167
  accents1: string;
@@ -16009,13 +17180,20 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16009
17180
  mono: string;
16010
17181
  };
16011
17182
  fontSizes: {
16012
- tiny: string;
16013
17183
  xs: string;
16014
- base: string;
16015
17184
  sm: string;
17185
+ base: string;
16016
17186
  md: string;
16017
17187
  lg: string;
16018
17188
  xl: string;
17189
+ xl2: string;
17190
+ xl3: string;
17191
+ xl4: string;
17192
+ xl5: string;
17193
+ xl6: string;
17194
+ xl7: string;
17195
+ xl8: string;
17196
+ xl9: string;
16019
17197
  };
16020
17198
  fontWeights: {
16021
17199
  hairline: number;
@@ -16031,9 +17209,18 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16031
17209
  lineHeights: {
16032
17210
  xs: number;
16033
17211
  sm: number;
17212
+ base: number;
16034
17213
  md: number;
16035
17214
  lg: number;
16036
17215
  xl: number;
17216
+ xl2: number;
17217
+ xl3: number;
17218
+ xl4: number;
17219
+ xl5: number;
17220
+ xl6: number;
17221
+ xl7: number;
17222
+ xl8: number;
17223
+ xl9: number;
16037
17224
  };
16038
17225
  letterSpacings: {
16039
17226
  tighter: string;
@@ -16118,6 +17305,7 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16118
17305
  avatar: string;
16119
17306
  link: string;
16120
17307
  card: string;
17308
+ dropdownItem: string;
16121
17309
  };
16122
17310
  breakpoints: {
16123
17311
  xs: string;
@@ -16493,7 +17681,9 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16493
17681
  readonly [$$PropertyValue]: "backgroundColor";
16494
17682
  }) => {
16495
17683
  bf: string;
16496
- bg: string;
17684
+ bg: {
17685
+ readonly [$$PropertyValue]: "backgroundColor";
17686
+ };
16497
17687
  };
16498
17688
  bgColor: (value: {
16499
17689
  readonly [$$PropertyValue]: "backgroundColor";
@@ -16571,6 +17761,32 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16571
17761
  readonly [$$PropertyValue]: "boxShadow";
16572
17762
  };
16573
17763
  };
17764
+ ds: (value: {
17765
+ readonly [$$PropertyValue]: "boxShadow";
17766
+ }) => {
17767
+ dropShadow: {
17768
+ readonly [$$PropertyValue]: "boxShadow";
17769
+ };
17770
+ };
17771
+ shadow: (value: {
17772
+ readonly [$$PropertyValue]: "boxShadow";
17773
+ }) => {
17774
+ boxShadow: {
17775
+ readonly [$$PropertyValue]: "boxShadow";
17776
+ };
17777
+ };
17778
+ dshadow: (value: {
17779
+ readonly [$$PropertyValue]: "boxShadow";
17780
+ }) => {
17781
+ dropShadow: {
17782
+ readonly [$$PropertyValue]: "boxShadow";
17783
+ };
17784
+ };
17785
+ dropShadow: (value: {
17786
+ readonly [$$PropertyValue]: "boxShadow";
17787
+ }) => {
17788
+ filter: string;
17789
+ };
16574
17790
  normalShadow: (value: {
16575
17791
  readonly [$$PropertyValue]: "backgroundColor";
16576
17792
  }) => {
@@ -16774,6 +17990,16 @@ export declare const StyledTableContainer: import("@stitches/react/types/styled-
16774
17990
  readonly [$$PropertyValue]: "textDecorationLine";
16775
17991
  };
16776
17992
  };
17993
+ truncateText: (value: {
17994
+ readonly [$$PropertyValue]: "width";
17995
+ }) => {
17996
+ maxWidth: {
17997
+ readonly [$$PropertyValue]: "width";
17998
+ };
17999
+ whiteSpace: string;
18000
+ overflow: string;
18001
+ textOverflow: string;
18002
+ };
16777
18003
  textGradient: (value: {
16778
18004
  readonly [$$PropertyValue]: "backgroundImage";
16779
18005
  }) => {