@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
@@ -2,7 +2,7 @@ import type { VariantProps } from '../theme/stitches.config';
2
2
  export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
3
3
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
4
4
  isDisabled?: boolean | "true" | undefined;
5
- disableAnimation?: boolean | "false" | undefined;
5
+ disableAnimation?: boolean | "true" | undefined;
6
6
  }, {
7
7
  xs: string;
8
8
  sm: string;
@@ -43,6 +43,13 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
43
43
  lg: string;
44
44
  xl: string;
45
45
  };
46
+ dropShadows: {
47
+ xs: string;
48
+ sm: string;
49
+ md: string;
50
+ lg: string;
51
+ xl: string;
52
+ };
46
53
  colors: {
47
54
  text: string;
48
55
  link: string;
@@ -184,6 +191,16 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
184
191
  errorSolidHover: string;
185
192
  errorSolidContrast: string;
186
193
  errorShadow: string;
194
+ neutralLight: string;
195
+ neutralLightHover: string;
196
+ neutralLightActive: string;
197
+ neutralLightContrast: string;
198
+ neutral: string;
199
+ neutralBorder: string;
200
+ neutralBorderHover: string;
201
+ neutralSolidHover: string;
202
+ neutralSolidContrast: string;
203
+ neutralShadow: string;
187
204
  gradient: string;
188
205
  accents0: string;
189
206
  accents1: string;
@@ -202,13 +219,20 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
202
219
  mono: string;
203
220
  };
204
221
  fontSizes: {
205
- tiny: string;
206
222
  xs: string;
207
- base: string;
208
223
  sm: string;
224
+ base: string;
209
225
  md: string;
210
226
  lg: string;
211
227
  xl: string;
228
+ xl2: string;
229
+ xl3: string;
230
+ xl4: string;
231
+ xl5: string;
232
+ xl6: string;
233
+ xl7: string;
234
+ xl8: string;
235
+ xl9: string;
212
236
  };
213
237
  fontWeights: {
214
238
  hairline: number;
@@ -224,9 +248,18 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
224
248
  lineHeights: {
225
249
  xs: number;
226
250
  sm: number;
251
+ base: number;
227
252
  md: number;
228
253
  lg: number;
229
254
  xl: number;
255
+ xl2: number;
256
+ xl3: number;
257
+ xl4: number;
258
+ xl5: number;
259
+ xl6: number;
260
+ xl7: number;
261
+ xl8: number;
262
+ xl9: number;
230
263
  };
231
264
  letterSpacings: {
232
265
  tighter: string;
@@ -311,6 +344,7 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
311
344
  avatar: string;
312
345
  link: string;
313
346
  card: string;
347
+ dropdownItem: string;
314
348
  };
315
349
  breakpoints: {
316
350
  xs: string;
@@ -686,7 +720,9 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
686
720
  readonly [$$PropertyValue]: "backgroundColor";
687
721
  }) => {
688
722
  bf: string;
689
- bg: string;
723
+ bg: {
724
+ readonly [$$PropertyValue]: "backgroundColor";
725
+ };
690
726
  };
691
727
  bgColor: (value: {
692
728
  readonly [$$PropertyValue]: "backgroundColor";
@@ -764,6 +800,32 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
764
800
  readonly [$$PropertyValue]: "boxShadow";
765
801
  };
766
802
  };
803
+ ds: (value: {
804
+ readonly [$$PropertyValue]: "boxShadow";
805
+ }) => {
806
+ dropShadow: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ };
809
+ };
810
+ shadow: (value: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ }) => {
813
+ boxShadow: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ };
816
+ };
817
+ dshadow: (value: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ }) => {
820
+ dropShadow: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ };
823
+ };
824
+ dropShadow: (value: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ }) => {
827
+ filter: string;
828
+ };
767
829
  normalShadow: (value: {
768
830
  readonly [$$PropertyValue]: "backgroundColor";
769
831
  }) => {
@@ -967,6 +1029,16 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
967
1029
  readonly [$$PropertyValue]: "textDecorationLine";
968
1030
  };
969
1031
  };
1032
+ truncateText: (value: {
1033
+ readonly [$$PropertyValue]: "width";
1034
+ }) => {
1035
+ maxWidth: {
1036
+ readonly [$$PropertyValue]: "width";
1037
+ };
1038
+ whiteSpace: string;
1039
+ overflow: string;
1040
+ textOverflow: string;
1041
+ };
970
1042
  textGradient: (value: {
971
1043
  readonly [$$PropertyValue]: "backgroundImage";
972
1044
  }) => {
@@ -1022,6 +1094,13 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1022
1094
  lg: string;
1023
1095
  xl: string;
1024
1096
  };
1097
+ dropShadows: {
1098
+ xs: string;
1099
+ sm: string;
1100
+ md: string;
1101
+ lg: string;
1102
+ xl: string;
1103
+ };
1025
1104
  colors: {
1026
1105
  text: string;
1027
1106
  link: string;
@@ -1163,6 +1242,16 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1163
1242
  errorSolidHover: string;
1164
1243
  errorSolidContrast: string;
1165
1244
  errorShadow: string;
1245
+ neutralLight: string;
1246
+ neutralLightHover: string;
1247
+ neutralLightActive: string;
1248
+ neutralLightContrast: string;
1249
+ neutral: string;
1250
+ neutralBorder: string;
1251
+ neutralBorderHover: string;
1252
+ neutralSolidHover: string;
1253
+ neutralSolidContrast: string;
1254
+ neutralShadow: string;
1166
1255
  gradient: string;
1167
1256
  accents0: string;
1168
1257
  accents1: string;
@@ -1181,13 +1270,20 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1181
1270
  mono: string;
1182
1271
  };
1183
1272
  fontSizes: {
1184
- tiny: string;
1185
1273
  xs: string;
1186
- base: string;
1187
1274
  sm: string;
1275
+ base: string;
1188
1276
  md: string;
1189
1277
  lg: string;
1190
1278
  xl: string;
1279
+ xl2: string;
1280
+ xl3: string;
1281
+ xl4: string;
1282
+ xl5: string;
1283
+ xl6: string;
1284
+ xl7: string;
1285
+ xl8: string;
1286
+ xl9: string;
1191
1287
  };
1192
1288
  fontWeights: {
1193
1289
  hairline: number;
@@ -1203,9 +1299,18 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1203
1299
  lineHeights: {
1204
1300
  xs: number;
1205
1301
  sm: number;
1302
+ base: number;
1206
1303
  md: number;
1207
1304
  lg: number;
1208
1305
  xl: number;
1306
+ xl2: number;
1307
+ xl3: number;
1308
+ xl4: number;
1309
+ xl5: number;
1310
+ xl6: number;
1311
+ xl7: number;
1312
+ xl8: number;
1313
+ xl9: number;
1209
1314
  };
1210
1315
  letterSpacings: {
1211
1316
  tighter: string;
@@ -1290,6 +1395,7 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1290
1395
  avatar: string;
1291
1396
  link: string;
1292
1397
  card: string;
1398
+ dropdownItem: string;
1293
1399
  };
1294
1400
  breakpoints: {
1295
1401
  xs: string;
@@ -1665,7 +1771,9 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1665
1771
  readonly [$$PropertyValue]: "backgroundColor";
1666
1772
  }) => {
1667
1773
  bf: string;
1668
- bg: string;
1774
+ bg: {
1775
+ readonly [$$PropertyValue]: "backgroundColor";
1776
+ };
1669
1777
  };
1670
1778
  bgColor: (value: {
1671
1779
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1743,6 +1851,32 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1743
1851
  readonly [$$PropertyValue]: "boxShadow";
1744
1852
  };
1745
1853
  };
1854
+ ds: (value: {
1855
+ readonly [$$PropertyValue]: "boxShadow";
1856
+ }) => {
1857
+ dropShadow: {
1858
+ readonly [$$PropertyValue]: "boxShadow";
1859
+ };
1860
+ };
1861
+ shadow: (value: {
1862
+ readonly [$$PropertyValue]: "boxShadow";
1863
+ }) => {
1864
+ boxShadow: {
1865
+ readonly [$$PropertyValue]: "boxShadow";
1866
+ };
1867
+ };
1868
+ dshadow: (value: {
1869
+ readonly [$$PropertyValue]: "boxShadow";
1870
+ }) => {
1871
+ dropShadow: {
1872
+ readonly [$$PropertyValue]: "boxShadow";
1873
+ };
1874
+ };
1875
+ dropShadow: (value: {
1876
+ readonly [$$PropertyValue]: "boxShadow";
1877
+ }) => {
1878
+ filter: string;
1879
+ };
1746
1880
  normalShadow: (value: {
1747
1881
  readonly [$$PropertyValue]: "backgroundColor";
1748
1882
  }) => {
@@ -1946,6 +2080,16 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
1946
2080
  readonly [$$PropertyValue]: "textDecorationLine";
1947
2081
  };
1948
2082
  };
2083
+ truncateText: (value: {
2084
+ readonly [$$PropertyValue]: "width";
2085
+ }) => {
2086
+ maxWidth: {
2087
+ readonly [$$PropertyValue]: "width";
2088
+ };
2089
+ whiteSpace: string;
2090
+ overflow: string;
2091
+ textOverflow: string;
2092
+ };
1949
2093
  textGradient: (value: {
1950
2094
  readonly [$$PropertyValue]: "backgroundImage";
1951
2095
  }) => {
@@ -2001,6 +2145,13 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2001
2145
  lg: string;
2002
2146
  xl: string;
2003
2147
  };
2148
+ dropShadows: {
2149
+ xs: string;
2150
+ sm: string;
2151
+ md: string;
2152
+ lg: string;
2153
+ xl: string;
2154
+ };
2004
2155
  colors: {
2005
2156
  text: string;
2006
2157
  link: string;
@@ -2142,6 +2293,16 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2142
2293
  errorSolidHover: string;
2143
2294
  errorSolidContrast: string;
2144
2295
  errorShadow: string;
2296
+ neutralLight: string;
2297
+ neutralLightHover: string;
2298
+ neutralLightActive: string;
2299
+ neutralLightContrast: string;
2300
+ neutral: string;
2301
+ neutralBorder: string;
2302
+ neutralBorderHover: string;
2303
+ neutralSolidHover: string;
2304
+ neutralSolidContrast: string;
2305
+ neutralShadow: string;
2145
2306
  gradient: string;
2146
2307
  accents0: string;
2147
2308
  accents1: string;
@@ -2160,13 +2321,20 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2160
2321
  mono: string;
2161
2322
  };
2162
2323
  fontSizes: {
2163
- tiny: string;
2164
2324
  xs: string;
2165
- base: string;
2166
2325
  sm: string;
2326
+ base: string;
2167
2327
  md: string;
2168
2328
  lg: string;
2169
2329
  xl: string;
2330
+ xl2: string;
2331
+ xl3: string;
2332
+ xl4: string;
2333
+ xl5: string;
2334
+ xl6: string;
2335
+ xl7: string;
2336
+ xl8: string;
2337
+ xl9: string;
2170
2338
  };
2171
2339
  fontWeights: {
2172
2340
  hairline: number;
@@ -2182,9 +2350,18 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2182
2350
  lineHeights: {
2183
2351
  xs: number;
2184
2352
  sm: number;
2353
+ base: number;
2185
2354
  md: number;
2186
2355
  lg: number;
2187
2356
  xl: number;
2357
+ xl2: number;
2358
+ xl3: number;
2359
+ xl4: number;
2360
+ xl5: number;
2361
+ xl6: number;
2362
+ xl7: number;
2363
+ xl8: number;
2364
+ xl9: number;
2188
2365
  };
2189
2366
  letterSpacings: {
2190
2367
  tighter: string;
@@ -2269,6 +2446,7 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2269
2446
  avatar: string;
2270
2447
  link: string;
2271
2448
  card: string;
2449
+ dropdownItem: string;
2272
2450
  };
2273
2451
  breakpoints: {
2274
2452
  xs: string;
@@ -2644,7 +2822,9 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2644
2822
  readonly [$$PropertyValue]: "backgroundColor";
2645
2823
  }) => {
2646
2824
  bf: string;
2647
- bg: string;
2825
+ bg: {
2826
+ readonly [$$PropertyValue]: "backgroundColor";
2827
+ };
2648
2828
  };
2649
2829
  bgColor: (value: {
2650
2830
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2722,6 +2902,32 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2722
2902
  readonly [$$PropertyValue]: "boxShadow";
2723
2903
  };
2724
2904
  };
2905
+ ds: (value: {
2906
+ readonly [$$PropertyValue]: "boxShadow";
2907
+ }) => {
2908
+ dropShadow: {
2909
+ readonly [$$PropertyValue]: "boxShadow";
2910
+ };
2911
+ };
2912
+ shadow: (value: {
2913
+ readonly [$$PropertyValue]: "boxShadow";
2914
+ }) => {
2915
+ boxShadow: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ };
2918
+ };
2919
+ dshadow: (value: {
2920
+ readonly [$$PropertyValue]: "boxShadow";
2921
+ }) => {
2922
+ dropShadow: {
2923
+ readonly [$$PropertyValue]: "boxShadow";
2924
+ };
2925
+ };
2926
+ dropShadow: (value: {
2927
+ readonly [$$PropertyValue]: "boxShadow";
2928
+ }) => {
2929
+ filter: string;
2930
+ };
2725
2931
  normalShadow: (value: {
2726
2932
  readonly [$$PropertyValue]: "backgroundColor";
2727
2933
  }) => {
@@ -2925,6 +3131,16 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
2925
3131
  readonly [$$PropertyValue]: "textDecorationLine";
2926
3132
  };
2927
3133
  };
3134
+ truncateText: (value: {
3135
+ readonly [$$PropertyValue]: "width";
3136
+ }) => {
3137
+ maxWidth: {
3138
+ readonly [$$PropertyValue]: "width";
3139
+ };
3140
+ whiteSpace: string;
3141
+ overflow: string;
3142
+ textOverflow: string;
3143
+ };
2928
3144
  textGradient: (value: {
2929
3145
  readonly [$$PropertyValue]: "backgroundImage";
2930
3146
  }) => {
@@ -2981,6 +3197,13 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
2981
3197
  lg: string;
2982
3198
  xl: string;
2983
3199
  };
3200
+ dropShadows: {
3201
+ xs: string;
3202
+ sm: string;
3203
+ md: string;
3204
+ lg: string;
3205
+ xl: string;
3206
+ };
2984
3207
  colors: {
2985
3208
  text: string;
2986
3209
  link: string;
@@ -3122,6 +3345,16 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3122
3345
  errorSolidHover: string;
3123
3346
  errorSolidContrast: string;
3124
3347
  errorShadow: string;
3348
+ neutralLight: string;
3349
+ neutralLightHover: string;
3350
+ neutralLightActive: string;
3351
+ neutralLightContrast: string;
3352
+ neutral: string;
3353
+ neutralBorder: string;
3354
+ neutralBorderHover: string;
3355
+ neutralSolidHover: string;
3356
+ neutralSolidContrast: string;
3357
+ neutralShadow: string;
3125
3358
  gradient: string;
3126
3359
  accents0: string;
3127
3360
  accents1: string;
@@ -3140,13 +3373,20 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3140
3373
  mono: string;
3141
3374
  };
3142
3375
  fontSizes: {
3143
- tiny: string;
3144
3376
  xs: string;
3145
- base: string;
3146
3377
  sm: string;
3378
+ base: string;
3147
3379
  md: string;
3148
3380
  lg: string;
3149
3381
  xl: string;
3382
+ xl2: string;
3383
+ xl3: string;
3384
+ xl4: string;
3385
+ xl5: string;
3386
+ xl6: string;
3387
+ xl7: string;
3388
+ xl8: string;
3389
+ xl9: string;
3150
3390
  };
3151
3391
  fontWeights: {
3152
3392
  hairline: number;
@@ -3162,9 +3402,18 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3162
3402
  lineHeights: {
3163
3403
  xs: number;
3164
3404
  sm: number;
3405
+ base: number;
3165
3406
  md: number;
3166
3407
  lg: number;
3167
3408
  xl: number;
3409
+ xl2: number;
3410
+ xl3: number;
3411
+ xl4: number;
3412
+ xl5: number;
3413
+ xl6: number;
3414
+ xl7: number;
3415
+ xl8: number;
3416
+ xl9: number;
3168
3417
  };
3169
3418
  letterSpacings: {
3170
3419
  tighter: string;
@@ -3249,6 +3498,7 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3249
3498
  avatar: string;
3250
3499
  link: string;
3251
3500
  card: string;
3501
+ dropdownItem: string;
3252
3502
  };
3253
3503
  breakpoints: {
3254
3504
  xs: string;
@@ -3624,7 +3874,9 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3624
3874
  readonly [$$PropertyValue]: "backgroundColor";
3625
3875
  }) => {
3626
3876
  bf: string;
3627
- bg: string;
3877
+ bg: {
3878
+ readonly [$$PropertyValue]: "backgroundColor";
3879
+ };
3628
3880
  };
3629
3881
  bgColor: (value: {
3630
3882
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3702,6 +3954,32 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3702
3954
  readonly [$$PropertyValue]: "boxShadow";
3703
3955
  };
3704
3956
  };
3957
+ ds: (value: {
3958
+ readonly [$$PropertyValue]: "boxShadow";
3959
+ }) => {
3960
+ dropShadow: {
3961
+ readonly [$$PropertyValue]: "boxShadow";
3962
+ };
3963
+ };
3964
+ shadow: (value: {
3965
+ readonly [$$PropertyValue]: "boxShadow";
3966
+ }) => {
3967
+ boxShadow: {
3968
+ readonly [$$PropertyValue]: "boxShadow";
3969
+ };
3970
+ };
3971
+ dshadow: (value: {
3972
+ readonly [$$PropertyValue]: "boxShadow";
3973
+ }) => {
3974
+ dropShadow: {
3975
+ readonly [$$PropertyValue]: "boxShadow";
3976
+ };
3977
+ };
3978
+ dropShadow: (value: {
3979
+ readonly [$$PropertyValue]: "boxShadow";
3980
+ }) => {
3981
+ filter: string;
3982
+ };
3705
3983
  normalShadow: (value: {
3706
3984
  readonly [$$PropertyValue]: "backgroundColor";
3707
3985
  }) => {
@@ -3905,6 +4183,16 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
3905
4183
  readonly [$$PropertyValue]: "textDecorationLine";
3906
4184
  };
3907
4185
  };
4186
+ truncateText: (value: {
4187
+ readonly [$$PropertyValue]: "width";
4188
+ }) => {
4189
+ maxWidth: {
4190
+ readonly [$$PropertyValue]: "width";
4191
+ };
4192
+ whiteSpace: string;
4193
+ overflow: string;
4194
+ textOverflow: string;
4195
+ };
3908
4196
  textGradient: (value: {
3909
4197
  readonly [$$PropertyValue]: "backgroundImage";
3910
4198
  }) => {
@@ -3960,6 +4248,13 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
3960
4248
  lg: string;
3961
4249
  xl: string;
3962
4250
  };
4251
+ dropShadows: {
4252
+ xs: string;
4253
+ sm: string;
4254
+ md: string;
4255
+ lg: string;
4256
+ xl: string;
4257
+ };
3963
4258
  colors: {
3964
4259
  text: string;
3965
4260
  link: string;
@@ -4101,6 +4396,16 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4101
4396
  errorSolidHover: string;
4102
4397
  errorSolidContrast: string;
4103
4398
  errorShadow: string;
4399
+ neutralLight: string;
4400
+ neutralLightHover: string;
4401
+ neutralLightActive: string;
4402
+ neutralLightContrast: string;
4403
+ neutral: string;
4404
+ neutralBorder: string;
4405
+ neutralBorderHover: string;
4406
+ neutralSolidHover: string;
4407
+ neutralSolidContrast: string;
4408
+ neutralShadow: string;
4104
4409
  gradient: string;
4105
4410
  accents0: string;
4106
4411
  accents1: string;
@@ -4119,13 +4424,20 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4119
4424
  mono: string;
4120
4425
  };
4121
4426
  fontSizes: {
4122
- tiny: string;
4123
4427
  xs: string;
4124
- base: string;
4125
4428
  sm: string;
4429
+ base: string;
4126
4430
  md: string;
4127
4431
  lg: string;
4128
4432
  xl: string;
4433
+ xl2: string;
4434
+ xl3: string;
4435
+ xl4: string;
4436
+ xl5: string;
4437
+ xl6: string;
4438
+ xl7: string;
4439
+ xl8: string;
4440
+ xl9: string;
4129
4441
  };
4130
4442
  fontWeights: {
4131
4443
  hairline: number;
@@ -4141,9 +4453,18 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4141
4453
  lineHeights: {
4142
4454
  xs: number;
4143
4455
  sm: number;
4456
+ base: number;
4144
4457
  md: number;
4145
4458
  lg: number;
4146
4459
  xl: number;
4460
+ xl2: number;
4461
+ xl3: number;
4462
+ xl4: number;
4463
+ xl5: number;
4464
+ xl6: number;
4465
+ xl7: number;
4466
+ xl8: number;
4467
+ xl9: number;
4147
4468
  };
4148
4469
  letterSpacings: {
4149
4470
  tighter: string;
@@ -4228,6 +4549,7 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4228
4549
  avatar: string;
4229
4550
  link: string;
4230
4551
  card: string;
4552
+ dropdownItem: string;
4231
4553
  };
4232
4554
  breakpoints: {
4233
4555
  xs: string;
@@ -4603,7 +4925,9 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4603
4925
  readonly [$$PropertyValue]: "backgroundColor";
4604
4926
  }) => {
4605
4927
  bf: string;
4606
- bg: string;
4928
+ bg: {
4929
+ readonly [$$PropertyValue]: "backgroundColor";
4930
+ };
4607
4931
  };
4608
4932
  bgColor: (value: {
4609
4933
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4681,6 +5005,32 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4681
5005
  readonly [$$PropertyValue]: "boxShadow";
4682
5006
  };
4683
5007
  };
5008
+ ds: (value: {
5009
+ readonly [$$PropertyValue]: "boxShadow";
5010
+ }) => {
5011
+ dropShadow: {
5012
+ readonly [$$PropertyValue]: "boxShadow";
5013
+ };
5014
+ };
5015
+ shadow: (value: {
5016
+ readonly [$$PropertyValue]: "boxShadow";
5017
+ }) => {
5018
+ boxShadow: {
5019
+ readonly [$$PropertyValue]: "boxShadow";
5020
+ };
5021
+ };
5022
+ dshadow: (value: {
5023
+ readonly [$$PropertyValue]: "boxShadow";
5024
+ }) => {
5025
+ dropShadow: {
5026
+ readonly [$$PropertyValue]: "boxShadow";
5027
+ };
5028
+ };
5029
+ dropShadow: (value: {
5030
+ readonly [$$PropertyValue]: "boxShadow";
5031
+ }) => {
5032
+ filter: string;
5033
+ };
4684
5034
  normalShadow: (value: {
4685
5035
  readonly [$$PropertyValue]: "backgroundColor";
4686
5036
  }) => {
@@ -4884,6 +5234,16 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
4884
5234
  readonly [$$PropertyValue]: "textDecorationLine";
4885
5235
  };
4886
5236
  };
5237
+ truncateText: (value: {
5238
+ readonly [$$PropertyValue]: "width";
5239
+ }) => {
5240
+ maxWidth: {
5241
+ readonly [$$PropertyValue]: "width";
5242
+ };
5243
+ whiteSpace: string;
5244
+ overflow: string;
5245
+ textOverflow: string;
5246
+ };
4887
5247
  textGradient: (value: {
4888
5248
  readonly [$$PropertyValue]: "backgroundImage";
4889
5249
  }) => {
@@ -4941,6 +5301,13 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
4941
5301
  lg: string;
4942
5302
  xl: string;
4943
5303
  };
5304
+ dropShadows: {
5305
+ xs: string;
5306
+ sm: string;
5307
+ md: string;
5308
+ lg: string;
5309
+ xl: string;
5310
+ };
4944
5311
  colors: {
4945
5312
  text: string;
4946
5313
  link: string;
@@ -5082,6 +5449,16 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5082
5449
  errorSolidHover: string;
5083
5450
  errorSolidContrast: string;
5084
5451
  errorShadow: string;
5452
+ neutralLight: string;
5453
+ neutralLightHover: string;
5454
+ neutralLightActive: string;
5455
+ neutralLightContrast: string;
5456
+ neutral: string;
5457
+ neutralBorder: string;
5458
+ neutralBorderHover: string;
5459
+ neutralSolidHover: string;
5460
+ neutralSolidContrast: string;
5461
+ neutralShadow: string;
5085
5462
  gradient: string;
5086
5463
  accents0: string;
5087
5464
  accents1: string;
@@ -5100,13 +5477,20 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5100
5477
  mono: string;
5101
5478
  };
5102
5479
  fontSizes: {
5103
- tiny: string;
5104
5480
  xs: string;
5105
- base: string;
5106
5481
  sm: string;
5482
+ base: string;
5107
5483
  md: string;
5108
5484
  lg: string;
5109
5485
  xl: string;
5486
+ xl2: string;
5487
+ xl3: string;
5488
+ xl4: string;
5489
+ xl5: string;
5490
+ xl6: string;
5491
+ xl7: string;
5492
+ xl8: string;
5493
+ xl9: string;
5110
5494
  };
5111
5495
  fontWeights: {
5112
5496
  hairline: number;
@@ -5122,9 +5506,18 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5122
5506
  lineHeights: {
5123
5507
  xs: number;
5124
5508
  sm: number;
5509
+ base: number;
5125
5510
  md: number;
5126
5511
  lg: number;
5127
5512
  xl: number;
5513
+ xl2: number;
5514
+ xl3: number;
5515
+ xl4: number;
5516
+ xl5: number;
5517
+ xl6: number;
5518
+ xl7: number;
5519
+ xl8: number;
5520
+ xl9: number;
5128
5521
  };
5129
5522
  letterSpacings: {
5130
5523
  tighter: string;
@@ -5209,6 +5602,7 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5209
5602
  avatar: string;
5210
5603
  link: string;
5211
5604
  card: string;
5605
+ dropdownItem: string;
5212
5606
  };
5213
5607
  breakpoints: {
5214
5608
  xs: string;
@@ -5584,7 +5978,9 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5584
5978
  readonly [$$PropertyValue]: "backgroundColor";
5585
5979
  }) => {
5586
5980
  bf: string;
5587
- bg: string;
5981
+ bg: {
5982
+ readonly [$$PropertyValue]: "backgroundColor";
5983
+ };
5588
5984
  };
5589
5985
  bgColor: (value: {
5590
5986
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5662,6 +6058,32 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5662
6058
  readonly [$$PropertyValue]: "boxShadow";
5663
6059
  };
5664
6060
  };
6061
+ ds: (value: {
6062
+ readonly [$$PropertyValue]: "boxShadow";
6063
+ }) => {
6064
+ dropShadow: {
6065
+ readonly [$$PropertyValue]: "boxShadow";
6066
+ };
6067
+ };
6068
+ shadow: (value: {
6069
+ readonly [$$PropertyValue]: "boxShadow";
6070
+ }) => {
6071
+ boxShadow: {
6072
+ readonly [$$PropertyValue]: "boxShadow";
6073
+ };
6074
+ };
6075
+ dshadow: (value: {
6076
+ readonly [$$PropertyValue]: "boxShadow";
6077
+ }) => {
6078
+ dropShadow: {
6079
+ readonly [$$PropertyValue]: "boxShadow";
6080
+ };
6081
+ };
6082
+ dropShadow: (value: {
6083
+ readonly [$$PropertyValue]: "boxShadow";
6084
+ }) => {
6085
+ filter: string;
6086
+ };
5665
6087
  normalShadow: (value: {
5666
6088
  readonly [$$PropertyValue]: "backgroundColor";
5667
6089
  }) => {
@@ -5865,6 +6287,16 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
5865
6287
  readonly [$$PropertyValue]: "textDecorationLine";
5866
6288
  };
5867
6289
  };
6290
+ truncateText: (value: {
6291
+ readonly [$$PropertyValue]: "width";
6292
+ }) => {
6293
+ maxWidth: {
6294
+ readonly [$$PropertyValue]: "width";
6295
+ };
6296
+ whiteSpace: string;
6297
+ overflow: string;
6298
+ textOverflow: string;
6299
+ };
5868
6300
  textGradient: (value: {
5869
6301
  readonly [$$PropertyValue]: "backgroundImage";
5870
6302
  }) => {
@@ -6004,6 +6436,13 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6004
6436
  lg: string;
6005
6437
  xl: string;
6006
6438
  };
6439
+ dropShadows: {
6440
+ xs: string;
6441
+ sm: string;
6442
+ md: string;
6443
+ lg: string;
6444
+ xl: string;
6445
+ };
6007
6446
  colors: {
6008
6447
  text: string;
6009
6448
  link: string;
@@ -6145,6 +6584,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6145
6584
  errorSolidHover: string;
6146
6585
  errorSolidContrast: string;
6147
6586
  errorShadow: string;
6587
+ neutralLight: string;
6588
+ neutralLightHover: string;
6589
+ neutralLightActive: string;
6590
+ neutralLightContrast: string;
6591
+ neutral: string;
6592
+ neutralBorder: string;
6593
+ neutralBorderHover: string;
6594
+ neutralSolidHover: string;
6595
+ neutralSolidContrast: string;
6596
+ neutralShadow: string;
6148
6597
  gradient: string;
6149
6598
  accents0: string;
6150
6599
  accents1: string;
@@ -6163,13 +6612,20 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6163
6612
  mono: string;
6164
6613
  };
6165
6614
  fontSizes: {
6166
- tiny: string;
6167
6615
  xs: string;
6168
- base: string;
6169
6616
  sm: string;
6617
+ base: string;
6170
6618
  md: string;
6171
6619
  lg: string;
6172
6620
  xl: string;
6621
+ xl2: string;
6622
+ xl3: string;
6623
+ xl4: string;
6624
+ xl5: string;
6625
+ xl6: string;
6626
+ xl7: string;
6627
+ xl8: string;
6628
+ xl9: string;
6173
6629
  };
6174
6630
  fontWeights: {
6175
6631
  hairline: number;
@@ -6185,9 +6641,18 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6185
6641
  lineHeights: {
6186
6642
  xs: number;
6187
6643
  sm: number;
6644
+ base: number;
6188
6645
  md: number;
6189
6646
  lg: number;
6190
6647
  xl: number;
6648
+ xl2: number;
6649
+ xl3: number;
6650
+ xl4: number;
6651
+ xl5: number;
6652
+ xl6: number;
6653
+ xl7: number;
6654
+ xl8: number;
6655
+ xl9: number;
6191
6656
  };
6192
6657
  letterSpacings: {
6193
6658
  tighter: string;
@@ -6272,6 +6737,7 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6272
6737
  avatar: string;
6273
6738
  link: string;
6274
6739
  card: string;
6740
+ dropdownItem: string;
6275
6741
  };
6276
6742
  breakpoints: {
6277
6743
  xs: string;
@@ -6647,7 +7113,9 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6647
7113
  readonly [$$PropertyValue]: "backgroundColor";
6648
7114
  }) => {
6649
7115
  bf: string;
6650
- bg: string;
7116
+ bg: {
7117
+ readonly [$$PropertyValue]: "backgroundColor";
7118
+ };
6651
7119
  };
6652
7120
  bgColor: (value: {
6653
7121
  readonly [$$PropertyValue]: "backgroundColor";
@@ -6725,6 +7193,32 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6725
7193
  readonly [$$PropertyValue]: "boxShadow";
6726
7194
  };
6727
7195
  };
7196
+ ds: (value: {
7197
+ readonly [$$PropertyValue]: "boxShadow";
7198
+ }) => {
7199
+ dropShadow: {
7200
+ readonly [$$PropertyValue]: "boxShadow";
7201
+ };
7202
+ };
7203
+ shadow: (value: {
7204
+ readonly [$$PropertyValue]: "boxShadow";
7205
+ }) => {
7206
+ boxShadow: {
7207
+ readonly [$$PropertyValue]: "boxShadow";
7208
+ };
7209
+ };
7210
+ dshadow: (value: {
7211
+ readonly [$$PropertyValue]: "boxShadow";
7212
+ }) => {
7213
+ dropShadow: {
7214
+ readonly [$$PropertyValue]: "boxShadow";
7215
+ };
7216
+ };
7217
+ dropShadow: (value: {
7218
+ readonly [$$PropertyValue]: "boxShadow";
7219
+ }) => {
7220
+ filter: string;
7221
+ };
6728
7222
  normalShadow: (value: {
6729
7223
  readonly [$$PropertyValue]: "backgroundColor";
6730
7224
  }) => {
@@ -6928,6 +7422,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6928
7422
  readonly [$$PropertyValue]: "textDecorationLine";
6929
7423
  };
6930
7424
  };
7425
+ truncateText: (value: {
7426
+ readonly [$$PropertyValue]: "width";
7427
+ }) => {
7428
+ maxWidth: {
7429
+ readonly [$$PropertyValue]: "width";
7430
+ };
7431
+ whiteSpace: string;
7432
+ overflow: string;
7433
+ textOverflow: string;
7434
+ };
6931
7435
  textGradient: (value: {
6932
7436
  readonly [$$PropertyValue]: "backgroundImage";
6933
7437
  }) => {
@@ -6978,6 +7482,13 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
6978
7482
  lg: string;
6979
7483
  xl: string;
6980
7484
  };
7485
+ dropShadows: {
7486
+ xs: string;
7487
+ sm: string;
7488
+ md: string;
7489
+ lg: string;
7490
+ xl: string;
7491
+ };
6981
7492
  colors: {
6982
7493
  text: string;
6983
7494
  link: string;
@@ -7119,6 +7630,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7119
7630
  errorSolidHover: string;
7120
7631
  errorSolidContrast: string;
7121
7632
  errorShadow: string;
7633
+ neutralLight: string;
7634
+ neutralLightHover: string;
7635
+ neutralLightActive: string;
7636
+ neutralLightContrast: string;
7637
+ neutral: string;
7638
+ neutralBorder: string;
7639
+ neutralBorderHover: string;
7640
+ neutralSolidHover: string;
7641
+ neutralSolidContrast: string;
7642
+ neutralShadow: string;
7122
7643
  gradient: string;
7123
7644
  accents0: string;
7124
7645
  accents1: string;
@@ -7137,13 +7658,20 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7137
7658
  mono: string;
7138
7659
  };
7139
7660
  fontSizes: {
7140
- tiny: string;
7141
7661
  xs: string;
7142
- base: string;
7143
7662
  sm: string;
7663
+ base: string;
7144
7664
  md: string;
7145
7665
  lg: string;
7146
7666
  xl: string;
7667
+ xl2: string;
7668
+ xl3: string;
7669
+ xl4: string;
7670
+ xl5: string;
7671
+ xl6: string;
7672
+ xl7: string;
7673
+ xl8: string;
7674
+ xl9: string;
7147
7675
  };
7148
7676
  fontWeights: {
7149
7677
  hairline: number;
@@ -7159,9 +7687,18 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7159
7687
  lineHeights: {
7160
7688
  xs: number;
7161
7689
  sm: number;
7690
+ base: number;
7162
7691
  md: number;
7163
7692
  lg: number;
7164
7693
  xl: number;
7694
+ xl2: number;
7695
+ xl3: number;
7696
+ xl4: number;
7697
+ xl5: number;
7698
+ xl6: number;
7699
+ xl7: number;
7700
+ xl8: number;
7701
+ xl9: number;
7165
7702
  };
7166
7703
  letterSpacings: {
7167
7704
  tighter: string;
@@ -7246,6 +7783,7 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7246
7783
  avatar: string;
7247
7784
  link: string;
7248
7785
  card: string;
7786
+ dropdownItem: string;
7249
7787
  };
7250
7788
  breakpoints: {
7251
7789
  xs: string;
@@ -7621,7 +8159,9 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7621
8159
  readonly [$$PropertyValue]: "backgroundColor";
7622
8160
  }) => {
7623
8161
  bf: string;
7624
- bg: string;
8162
+ bg: {
8163
+ readonly [$$PropertyValue]: "backgroundColor";
8164
+ };
7625
8165
  };
7626
8166
  bgColor: (value: {
7627
8167
  readonly [$$PropertyValue]: "backgroundColor";
@@ -7699,6 +8239,32 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7699
8239
  readonly [$$PropertyValue]: "boxShadow";
7700
8240
  };
7701
8241
  };
8242
+ ds: (value: {
8243
+ readonly [$$PropertyValue]: "boxShadow";
8244
+ }) => {
8245
+ dropShadow: {
8246
+ readonly [$$PropertyValue]: "boxShadow";
8247
+ };
8248
+ };
8249
+ shadow: (value: {
8250
+ readonly [$$PropertyValue]: "boxShadow";
8251
+ }) => {
8252
+ boxShadow: {
8253
+ readonly [$$PropertyValue]: "boxShadow";
8254
+ };
8255
+ };
8256
+ dshadow: (value: {
8257
+ readonly [$$PropertyValue]: "boxShadow";
8258
+ }) => {
8259
+ dropShadow: {
8260
+ readonly [$$PropertyValue]: "boxShadow";
8261
+ };
8262
+ };
8263
+ dropShadow: (value: {
8264
+ readonly [$$PropertyValue]: "boxShadow";
8265
+ }) => {
8266
+ filter: string;
8267
+ };
7702
8268
  normalShadow: (value: {
7703
8269
  readonly [$$PropertyValue]: "backgroundColor";
7704
8270
  }) => {
@@ -7902,6 +8468,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
7902
8468
  readonly [$$PropertyValue]: "textDecorationLine";
7903
8469
  };
7904
8470
  };
8471
+ truncateText: (value: {
8472
+ readonly [$$PropertyValue]: "width";
8473
+ }) => {
8474
+ maxWidth: {
8475
+ readonly [$$PropertyValue]: "width";
8476
+ };
8477
+ whiteSpace: string;
8478
+ overflow: string;
8479
+ textOverflow: string;
8480
+ };
7905
8481
  textGradient: (value: {
7906
8482
  readonly [$$PropertyValue]: "backgroundImage";
7907
8483
  }) => {
@@ -7956,6 +8532,13 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
7956
8532
  lg: string;
7957
8533
  xl: string;
7958
8534
  };
8535
+ dropShadows: {
8536
+ xs: string;
8537
+ sm: string;
8538
+ md: string;
8539
+ lg: string;
8540
+ xl: string;
8541
+ };
7959
8542
  colors: {
7960
8543
  text: string;
7961
8544
  link: string;
@@ -8097,6 +8680,16 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8097
8680
  errorSolidHover: string;
8098
8681
  errorSolidContrast: string;
8099
8682
  errorShadow: string;
8683
+ neutralLight: string;
8684
+ neutralLightHover: string;
8685
+ neutralLightActive: string;
8686
+ neutralLightContrast: string;
8687
+ neutral: string;
8688
+ neutralBorder: string;
8689
+ neutralBorderHover: string;
8690
+ neutralSolidHover: string;
8691
+ neutralSolidContrast: string;
8692
+ neutralShadow: string;
8100
8693
  gradient: string;
8101
8694
  accents0: string;
8102
8695
  accents1: string;
@@ -8115,13 +8708,20 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8115
8708
  mono: string;
8116
8709
  };
8117
8710
  fontSizes: {
8118
- tiny: string;
8119
8711
  xs: string;
8120
- base: string;
8121
8712
  sm: string;
8713
+ base: string;
8122
8714
  md: string;
8123
8715
  lg: string;
8124
8716
  xl: string;
8717
+ xl2: string;
8718
+ xl3: string;
8719
+ xl4: string;
8720
+ xl5: string;
8721
+ xl6: string;
8722
+ xl7: string;
8723
+ xl8: string;
8724
+ xl9: string;
8125
8725
  };
8126
8726
  fontWeights: {
8127
8727
  hairline: number;
@@ -8137,9 +8737,18 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8137
8737
  lineHeights: {
8138
8738
  xs: number;
8139
8739
  sm: number;
8740
+ base: number;
8140
8741
  md: number;
8141
8742
  lg: number;
8142
8743
  xl: number;
8744
+ xl2: number;
8745
+ xl3: number;
8746
+ xl4: number;
8747
+ xl5: number;
8748
+ xl6: number;
8749
+ xl7: number;
8750
+ xl8: number;
8751
+ xl9: number;
8143
8752
  };
8144
8753
  letterSpacings: {
8145
8754
  tighter: string;
@@ -8224,6 +8833,7 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8224
8833
  avatar: string;
8225
8834
  link: string;
8226
8835
  card: string;
8836
+ dropdownItem: string;
8227
8837
  };
8228
8838
  breakpoints: {
8229
8839
  xs: string;
@@ -8599,7 +9209,9 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8599
9209
  readonly [$$PropertyValue]: "backgroundColor";
8600
9210
  }) => {
8601
9211
  bf: string;
8602
- bg: string;
9212
+ bg: {
9213
+ readonly [$$PropertyValue]: "backgroundColor";
9214
+ };
8603
9215
  };
8604
9216
  bgColor: (value: {
8605
9217
  readonly [$$PropertyValue]: "backgroundColor";
@@ -8677,6 +9289,32 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8677
9289
  readonly [$$PropertyValue]: "boxShadow";
8678
9290
  };
8679
9291
  };
9292
+ ds: (value: {
9293
+ readonly [$$PropertyValue]: "boxShadow";
9294
+ }) => {
9295
+ dropShadow: {
9296
+ readonly [$$PropertyValue]: "boxShadow";
9297
+ };
9298
+ };
9299
+ shadow: (value: {
9300
+ readonly [$$PropertyValue]: "boxShadow";
9301
+ }) => {
9302
+ boxShadow: {
9303
+ readonly [$$PropertyValue]: "boxShadow";
9304
+ };
9305
+ };
9306
+ dshadow: (value: {
9307
+ readonly [$$PropertyValue]: "boxShadow";
9308
+ }) => {
9309
+ dropShadow: {
9310
+ readonly [$$PropertyValue]: "boxShadow";
9311
+ };
9312
+ };
9313
+ dropShadow: (value: {
9314
+ readonly [$$PropertyValue]: "boxShadow";
9315
+ }) => {
9316
+ filter: string;
9317
+ };
8680
9318
  normalShadow: (value: {
8681
9319
  readonly [$$PropertyValue]: "backgroundColor";
8682
9320
  }) => {
@@ -8880,6 +9518,16 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
8880
9518
  readonly [$$PropertyValue]: "textDecorationLine";
8881
9519
  };
8882
9520
  };
9521
+ truncateText: (value: {
9522
+ readonly [$$PropertyValue]: "width";
9523
+ }) => {
9524
+ maxWidth: {
9525
+ readonly [$$PropertyValue]: "width";
9526
+ };
9527
+ whiteSpace: string;
9528
+ overflow: string;
9529
+ textOverflow: string;
9530
+ };
8883
9531
  textGradient: (value: {
8884
9532
  readonly [$$PropertyValue]: "backgroundImage";
8885
9533
  }) => {
@@ -8933,6 +9581,13 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
8933
9581
  lg: string;
8934
9582
  xl: string;
8935
9583
  };
9584
+ dropShadows: {
9585
+ xs: string;
9586
+ sm: string;
9587
+ md: string;
9588
+ lg: string;
9589
+ xl: string;
9590
+ };
8936
9591
  colors: {
8937
9592
  text: string;
8938
9593
  link: string;
@@ -9074,6 +9729,16 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9074
9729
  errorSolidHover: string;
9075
9730
  errorSolidContrast: string;
9076
9731
  errorShadow: string;
9732
+ neutralLight: string;
9733
+ neutralLightHover: string;
9734
+ neutralLightActive: string;
9735
+ neutralLightContrast: string;
9736
+ neutral: string;
9737
+ neutralBorder: string;
9738
+ neutralBorderHover: string;
9739
+ neutralSolidHover: string;
9740
+ neutralSolidContrast: string;
9741
+ neutralShadow: string;
9077
9742
  gradient: string;
9078
9743
  accents0: string;
9079
9744
  accents1: string;
@@ -9092,13 +9757,20 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9092
9757
  mono: string;
9093
9758
  };
9094
9759
  fontSizes: {
9095
- tiny: string;
9096
9760
  xs: string;
9097
- base: string;
9098
9761
  sm: string;
9762
+ base: string;
9099
9763
  md: string;
9100
9764
  lg: string;
9101
9765
  xl: string;
9766
+ xl2: string;
9767
+ xl3: string;
9768
+ xl4: string;
9769
+ xl5: string;
9770
+ xl6: string;
9771
+ xl7: string;
9772
+ xl8: string;
9773
+ xl9: string;
9102
9774
  };
9103
9775
  fontWeights: {
9104
9776
  hairline: number;
@@ -9114,9 +9786,18 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9114
9786
  lineHeights: {
9115
9787
  xs: number;
9116
9788
  sm: number;
9789
+ base: number;
9117
9790
  md: number;
9118
9791
  lg: number;
9119
9792
  xl: number;
9793
+ xl2: number;
9794
+ xl3: number;
9795
+ xl4: number;
9796
+ xl5: number;
9797
+ xl6: number;
9798
+ xl7: number;
9799
+ xl8: number;
9800
+ xl9: number;
9120
9801
  };
9121
9802
  letterSpacings: {
9122
9803
  tighter: string;
@@ -9201,6 +9882,7 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9201
9882
  avatar: string;
9202
9883
  link: string;
9203
9884
  card: string;
9885
+ dropdownItem: string;
9204
9886
  };
9205
9887
  breakpoints: {
9206
9888
  xs: string;
@@ -9576,7 +10258,9 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9576
10258
  readonly [$$PropertyValue]: "backgroundColor";
9577
10259
  }) => {
9578
10260
  bf: string;
9579
- bg: string;
10261
+ bg: {
10262
+ readonly [$$PropertyValue]: "backgroundColor";
10263
+ };
9580
10264
  };
9581
10265
  bgColor: (value: {
9582
10266
  readonly [$$PropertyValue]: "backgroundColor";
@@ -9654,6 +10338,32 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9654
10338
  readonly [$$PropertyValue]: "boxShadow";
9655
10339
  };
9656
10340
  };
10341
+ ds: (value: {
10342
+ readonly [$$PropertyValue]: "boxShadow";
10343
+ }) => {
10344
+ dropShadow: {
10345
+ readonly [$$PropertyValue]: "boxShadow";
10346
+ };
10347
+ };
10348
+ shadow: (value: {
10349
+ readonly [$$PropertyValue]: "boxShadow";
10350
+ }) => {
10351
+ boxShadow: {
10352
+ readonly [$$PropertyValue]: "boxShadow";
10353
+ };
10354
+ };
10355
+ dshadow: (value: {
10356
+ readonly [$$PropertyValue]: "boxShadow";
10357
+ }) => {
10358
+ dropShadow: {
10359
+ readonly [$$PropertyValue]: "boxShadow";
10360
+ };
10361
+ };
10362
+ dropShadow: (value: {
10363
+ readonly [$$PropertyValue]: "boxShadow";
10364
+ }) => {
10365
+ filter: string;
10366
+ };
9657
10367
  normalShadow: (value: {
9658
10368
  readonly [$$PropertyValue]: "backgroundColor";
9659
10369
  }) => {
@@ -9857,6 +10567,16 @@ export declare const StyledCheckboxGroupContainer: import("@stitches/react/types
9857
10567
  readonly [$$PropertyValue]: "textDecorationLine";
9858
10568
  };
9859
10569
  };
10570
+ truncateText: (value: {
10571
+ readonly [$$PropertyValue]: "width";
10572
+ }) => {
10573
+ maxWidth: {
10574
+ readonly [$$PropertyValue]: "width";
10575
+ };
10576
+ whiteSpace: string;
10577
+ overflow: string;
10578
+ textOverflow: string;
10579
+ };
9860
10580
  textGradient: (value: {
9861
10581
  readonly [$$PropertyValue]: "backgroundImage";
9862
10582
  }) => {