@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1

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 (278) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/button.js +1 -1
  6. package/cjs/button/button.styles.js +1 -1
  7. package/cjs/button/utils.js +1 -1
  8. package/cjs/card/card.js +1 -1
  9. package/cjs/card/card.styles.js +1 -1
  10. package/cjs/card/index.js +1 -1
  11. package/cjs/card/use-card.js +1 -0
  12. package/cjs/checkbox/checkbox-context.js +1 -1
  13. package/cjs/checkbox/checkbox-group.js +1 -1
  14. package/cjs/checkbox/checkbox.js +1 -1
  15. package/cjs/checkbox/checkbox.styles.js +1 -1
  16. package/cjs/checkbox/use-checkbox-group.js +1 -0
  17. package/cjs/checkbox/use-checkbox.js +1 -0
  18. package/cjs/collapse/collapse.styles.js +1 -1
  19. package/cjs/css-baseline/css-baseline.js +1 -1
  20. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  21. package/cjs/dropdown/dropdown-button.js +1 -0
  22. package/cjs/dropdown/dropdown-context.js +1 -0
  23. package/cjs/dropdown/dropdown-icon.js +1 -0
  24. package/cjs/dropdown/dropdown-item.js +1 -0
  25. package/cjs/dropdown/dropdown-menu.js +1 -0
  26. package/cjs/dropdown/dropdown-section.js +1 -0
  27. package/cjs/dropdown/dropdown-trigger.js +1 -0
  28. package/cjs/dropdown/dropdown-types.js +1 -0
  29. package/cjs/dropdown/dropdown.js +1 -0
  30. package/cjs/dropdown/dropdown.styles.js +1 -0
  31. package/cjs/dropdown/index.js +1 -0
  32. package/cjs/dropdown/use-dropdown.js +1 -0
  33. package/cjs/grid/grid-container.js +1 -1
  34. package/cjs/image/image.js +1 -1
  35. package/cjs/image/image.styles.js +1 -1
  36. package/cjs/index.js +1 -1
  37. package/cjs/input/input.styles.js +1 -1
  38. package/cjs/link/link.js +1 -1
  39. package/cjs/link/link.styles.js +1 -1
  40. package/cjs/modal/modal.styles.js +1 -1
  41. package/cjs/pagination/pagination.styles.js +1 -1
  42. package/cjs/popover/popover-content.js +1 -1
  43. package/cjs/popover/popover-trigger.js +1 -1
  44. package/cjs/popover/popover.js +1 -1
  45. package/cjs/popover/popover.styles.js +1 -1
  46. package/cjs/popover/use-popover.js +1 -1
  47. package/cjs/popover/utils.js +1 -1
  48. package/cjs/radio/index.js +1 -1
  49. package/cjs/radio/radio-context.js +1 -1
  50. package/cjs/radio/radio-group.js +1 -1
  51. package/cjs/radio/radio.js +1 -1
  52. package/cjs/radio/radio.styles.js +1 -1
  53. package/cjs/radio/use-radio-group.js +1 -0
  54. package/cjs/radio/use-radio.js +1 -0
  55. package/cjs/snippet/snippet.styles.js +1 -1
  56. package/cjs/switch/switch.styles.js +1 -1
  57. package/cjs/table/table-checkbox-cell.js +1 -1
  58. package/cjs/table/table-context.js +1 -1
  59. package/cjs/table/table-select-all-checkbox.js +1 -1
  60. package/cjs/table/table.js +1 -1
  61. package/cjs/table/table.styles.js +1 -1
  62. package/cjs/table/utils.js +1 -1
  63. package/cjs/theme/colors/blue.js +1 -0
  64. package/cjs/theme/colors/cyan.js +1 -0
  65. package/cjs/theme/colors/gray.js +1 -0
  66. package/cjs/theme/colors/green.js +1 -0
  67. package/cjs/theme/colors/index.js +1 -0
  68. package/cjs/theme/colors/pink.js +1 -0
  69. package/cjs/theme/colors/purple.js +1 -0
  70. package/cjs/theme/colors/red.js +1 -0
  71. package/cjs/theme/colors/yellow.js +1 -0
  72. package/cjs/theme/common.js +1 -1
  73. package/cjs/theme/dark-theme.js +1 -1
  74. package/cjs/theme/index.js +1 -1
  75. package/cjs/theme/light-theme.js +1 -1
  76. package/cjs/theme/shared-css.js +1 -0
  77. package/cjs/theme/stitches.config.js +1 -1
  78. package/cjs/tooltip/tooltip.styles.js +1 -1
  79. package/cjs/user/index.js +1 -1
  80. package/cjs/user/user-link.js +1 -1
  81. package/cjs/user/user.js +1 -1
  82. package/cjs/user/user.styles.js +1 -1
  83. package/cjs/utils/checkmark.js +1 -0
  84. package/cjs/utils/color.js +1 -1
  85. package/cjs/utils/dom.js +1 -1
  86. package/cjs/utils/icons.js +1 -1
  87. package/cjs/utils/prop-types.js +1 -1
  88. package/dropdown/package.json +6 -0
  89. package/esm/avatar/avatar.js +1 -1
  90. package/esm/avatar/avatar.styles.js +1 -1
  91. package/esm/backdrop/backdrop.styles.js +1 -1
  92. package/esm/button/button-icon.js +1 -1
  93. package/esm/button/button.js +1 -1
  94. package/esm/button/button.styles.js +1 -1
  95. package/esm/button/utils.js +1 -1
  96. package/esm/card/card.js +1 -1
  97. package/esm/card/card.styles.js +1 -1
  98. package/esm/card/index.js +1 -1
  99. package/esm/card/use-card.js +1 -0
  100. package/esm/checkbox/checkbox-context.js +1 -1
  101. package/esm/checkbox/checkbox-group.js +1 -1
  102. package/esm/checkbox/checkbox.js +1 -1
  103. package/esm/checkbox/checkbox.styles.js +1 -1
  104. package/esm/checkbox/use-checkbox-group.js +1 -0
  105. package/esm/checkbox/use-checkbox.js +1 -0
  106. package/esm/collapse/collapse.styles.js +1 -1
  107. package/esm/css-baseline/css-baseline.js +1 -1
  108. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  109. package/esm/dropdown/dropdown-button.js +1 -0
  110. package/esm/dropdown/dropdown-context.js +1 -0
  111. package/esm/dropdown/dropdown-icon.js +1 -0
  112. package/esm/dropdown/dropdown-item.js +1 -0
  113. package/esm/dropdown/dropdown-menu.js +1 -0
  114. package/esm/dropdown/dropdown-section.js +1 -0
  115. package/esm/dropdown/dropdown-trigger.js +1 -0
  116. package/esm/dropdown/dropdown-types.js +1 -0
  117. package/esm/dropdown/dropdown.js +1 -0
  118. package/esm/dropdown/dropdown.styles.js +1 -0
  119. package/esm/dropdown/index.js +1 -0
  120. package/esm/dropdown/use-dropdown.js +1 -0
  121. package/esm/grid/grid-container.js +1 -1
  122. package/esm/image/image.js +1 -1
  123. package/esm/image/image.styles.js +1 -1
  124. package/esm/index.js +1 -1
  125. package/esm/input/input.styles.js +1 -1
  126. package/esm/link/link.js +1 -1
  127. package/esm/link/link.styles.js +1 -1
  128. package/esm/modal/modal.styles.js +1 -1
  129. package/esm/pagination/pagination.styles.js +1 -1
  130. package/esm/popover/popover-content.js +1 -1
  131. package/esm/popover/popover-trigger.js +1 -1
  132. package/esm/popover/popover.js +1 -1
  133. package/esm/popover/popover.styles.js +1 -1
  134. package/esm/popover/use-popover.js +1 -1
  135. package/esm/popover/utils.js +1 -1
  136. package/esm/radio/index.js +1 -1
  137. package/esm/radio/radio-context.js +1 -1
  138. package/esm/radio/radio-group.js +1 -1
  139. package/esm/radio/radio.js +1 -1
  140. package/esm/radio/radio.styles.js +1 -1
  141. package/esm/radio/use-radio-group.js +1 -0
  142. package/esm/radio/use-radio.js +1 -0
  143. package/esm/snippet/snippet.styles.js +1 -1
  144. package/esm/switch/switch.styles.js +1 -1
  145. package/esm/table/table-checkbox-cell.js +1 -1
  146. package/esm/table/table-context.js +1 -1
  147. package/esm/table/table-select-all-checkbox.js +1 -1
  148. package/esm/table/table.js +1 -1
  149. package/esm/table/table.styles.js +1 -1
  150. package/esm/table/utils.js +1 -1
  151. package/esm/theme/colors/blue.js +1 -0
  152. package/esm/theme/colors/cyan.js +1 -0
  153. package/esm/theme/colors/gray.js +1 -0
  154. package/esm/theme/colors/green.js +1 -0
  155. package/esm/theme/colors/index.js +1 -0
  156. package/esm/theme/colors/pink.js +1 -0
  157. package/esm/theme/colors/purple.js +1 -0
  158. package/esm/theme/colors/red.js +1 -0
  159. package/esm/theme/colors/yellow.js +1 -0
  160. package/esm/theme/common.js +1 -1
  161. package/esm/theme/dark-theme.js +1 -1
  162. package/esm/theme/index.js +1 -1
  163. package/esm/theme/light-theme.js +1 -1
  164. package/esm/theme/shared-css.js +1 -0
  165. package/esm/theme/stitches.config.js +1 -1
  166. package/esm/tooltip/tooltip.styles.js +1 -1
  167. package/esm/user/index.js +1 -1
  168. package/esm/user/user-link.js +1 -1
  169. package/esm/user/user.js +1 -1
  170. package/esm/user/user.styles.js +1 -1
  171. package/esm/utils/checkmark.js +1 -0
  172. package/esm/utils/color.js +1 -1
  173. package/esm/utils/dom.js +1 -1
  174. package/esm/utils/icons.js +1 -1
  175. package/esm/utils/prop-types.js +1 -1
  176. package/package.json +29 -24
  177. package/types/avatar/avatar-group.styles.d.ts +396 -174
  178. package/types/avatar/avatar.d.ts +2372 -11
  179. package/types/avatar/avatar.styles.d.ts +2570 -98
  180. package/types/backdrop/backdrop.styles.d.ts +594 -261
  181. package/types/button/button-group.styles.d.ts +198 -87
  182. package/types/button/button-icon.d.ts +202 -89
  183. package/types/button/button.d.ts +5 -3
  184. package/types/button/button.styles.d.ts +1636 -189
  185. package/types/card/card.d.ts +8 -9
  186. package/types/card/card.styles.d.ts +3103 -350
  187. package/types/card/use-card.d.ts +301 -0
  188. package/types/checkbox/checkbox-context.d.ts +3 -11
  189. package/types/checkbox/checkbox-group.d.ts +9 -28
  190. package/types/checkbox/checkbox.d.ts +8 -40
  191. package/types/checkbox/checkbox.styles.d.ts +2193 -2021
  192. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  193. package/types/checkbox/use-checkbox.d.ts +26 -0
  194. package/types/code/code.styles.d.ts +396 -174
  195. package/types/col/col.styles.d.ts +198 -87
  196. package/types/collapse/collapse.styles.d.ts +1199 -533
  197. package/types/container/container.styles.d.ts +198 -87
  198. package/types/divider/divider.styles.d.ts +396 -174
  199. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  200. package/types/dropdown/dropdown-button.d.ts +3689 -0
  201. package/types/dropdown/dropdown-context.d.ts +728 -0
  202. package/types/dropdown/dropdown-icon.d.ts +9 -0
  203. package/types/dropdown/dropdown-item.d.ts +31 -0
  204. package/types/dropdown/dropdown-menu.d.ts +30 -0
  205. package/types/dropdown/dropdown-section.d.ts +29 -0
  206. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  207. package/types/dropdown/dropdown-types.d.ts +24 -0
  208. package/types/dropdown/dropdown.d.ts +24 -0
  209. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  210. package/types/dropdown/index.d.ts +9 -0
  211. package/types/dropdown/use-dropdown.d.ts +389 -0
  212. package/types/grid/grid.styles.d.ts +396 -174
  213. package/types/image/image.d.ts +5 -18
  214. package/types/image/image.styles.d.ts +594 -261
  215. package/types/index.d.ts +5 -1
  216. package/types/input/input-password.d.ts +1 -1
  217. package/types/input/input-props.d.ts +2 -2
  218. package/types/input/input.styles.d.ts +2367 -1146
  219. package/types/link/link.styles.d.ts +396 -174
  220. package/types/loading/loading.styles.d.ts +1199 -533
  221. package/types/modal/modal.styles.d.ts +1199 -533
  222. package/types/pagination/pagination.styles.d.ts +1199 -533
  223. package/types/popover/popover-content.d.ts +1147 -2
  224. package/types/popover/popover-context.d.ts +120 -0
  225. package/types/popover/popover.d.ts +4 -4
  226. package/types/popover/popover.styles.d.ts +2374 -88
  227. package/types/popover/use-popover.d.ts +83 -4
  228. package/types/popover/utils.d.ts +3 -1
  229. package/types/progress/progress.d.ts +1 -1
  230. package/types/progress/progress.styles.d.ts +396 -174
  231. package/types/radio/index.d.ts +2 -2
  232. package/types/radio/radio-context.d.ts +22 -13
  233. package/types/radio/radio-group.d.ts +9 -78
  234. package/types/radio/radio.d.ts +10 -66
  235. package/types/radio/radio.styles.d.ts +3335 -562
  236. package/types/radio/use-radio-group.d.ts +26 -0
  237. package/types/radio/use-radio.d.ts +31 -0
  238. package/types/row/row.styles.d.ts +198 -87
  239. package/types/snippet/snippet.styles.d.ts +803 -359
  240. package/types/spacer/spacer.styles.d.ts +198 -87
  241. package/types/switch/switch.d.ts +1 -1
  242. package/types/switch/switch.styles.d.ts +803 -359
  243. package/types/table/table-column-header.d.ts +198 -87
  244. package/types/table/table-sort-icon.d.ts +198 -87
  245. package/types/table/table.styles.d.ts +3745 -1856
  246. package/types/table/utils.d.ts +5 -29
  247. package/types/text/text.styles.d.ts +198 -87
  248. package/types/textarea/textarea.d.ts +1 -1
  249. package/types/theme/colors/blue.d.ts +24 -0
  250. package/types/theme/colors/cyan.d.ts +24 -0
  251. package/types/theme/colors/gray.d.ts +24 -0
  252. package/types/theme/colors/green.d.ts +24 -0
  253. package/types/theme/colors/index.d.ts +8 -0
  254. package/types/theme/colors/pink.d.ts +24 -0
  255. package/types/theme/colors/purple.d.ts +24 -0
  256. package/types/theme/colors/red.d.ts +24 -0
  257. package/types/theme/colors/yellow.d.ts +24 -0
  258. package/types/theme/common.d.ts +449 -392
  259. package/types/theme/dark-theme.d.ts +112 -22
  260. package/types/theme/light-theme.d.ts +91 -13
  261. package/types/theme/shared-css.d.ts +5237 -0
  262. package/types/theme/stitches.config.d.ts +3120 -4934
  263. package/types/theme/types.d.ts +3 -0
  264. package/types/tooltip/tooltip.d.ts +1 -1
  265. package/types/tooltip/tooltip.styles.d.ts +803 -359
  266. package/types/user/index.d.ts +1 -1
  267. package/types/user/user-link.d.ts +4 -11
  268. package/types/user/user.styles.d.ts +787 -1277
  269. package/types/utils/checkmark.d.ts +19 -0
  270. package/types/utils/color.d.ts +1 -0
  271. package/types/utils/dom.d.ts +5 -2
  272. package/types/utils/drip.d.ts +199 -88
  273. package/types/utils/prop-types.d.ts +4 -0
  274. package/umd/nextui.js +14191 -17827
  275. package/umd/nextui.min.js +1 -1
  276. package/cjs/checkbox/utils.js +0 -1
  277. package/esm/checkbox/utils.js +0 -1
  278. package/types/checkbox/utils.d.ts +0 -288
@@ -23,6 +23,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
23
23
  br?: undefined;
24
24
  };
25
25
  auto?: undefined;
26
+ isChildLess?: undefined;
26
27
  size?: undefined;
27
28
  shadow?: undefined;
28
29
  color?: undefined;
@@ -34,6 +35,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
34
35
  rounded?: undefined;
35
36
  } | {
36
37
  auto: true;
38
+ isChildLess: false;
37
39
  size: string;
38
40
  css: {
39
41
  px: string;
@@ -89,6 +91,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
89
91
  isPressed?: undefined;
90
92
  animated?: undefined;
91
93
  auto?: undefined;
94
+ isChildLess?: undefined;
92
95
  size?: undefined;
93
96
  light?: undefined;
94
97
  bordered?: undefined;
@@ -100,6 +103,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
100
103
  light: true;
101
104
  color: string;
102
105
  css: {
106
+ [x: string]: string | {
107
+ '.nextui-drip-filler': {
108
+ opacity: number;
109
+ fill: string;
110
+ };
111
+ };
103
112
  bg: string;
104
113
  color: string;
105
114
  transform?: undefined;
@@ -121,6 +130,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
121
130
  isPressed?: undefined;
122
131
  animated?: undefined;
123
132
  auto?: undefined;
133
+ isChildLess?: undefined;
124
134
  size?: undefined;
125
135
  shadow?: undefined;
126
136
  bordered?: undefined;
@@ -158,6 +168,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
158
168
  isPressed?: undefined;
159
169
  animated?: undefined;
160
170
  auto?: undefined;
171
+ isChildLess?: undefined;
161
172
  size?: undefined;
162
173
  shadow?: undefined;
163
174
  light?: undefined;
@@ -195,6 +206,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
195
206
  isPressed?: undefined;
196
207
  animated?: undefined;
197
208
  auto?: undefined;
209
+ isChildLess?: undefined;
198
210
  size?: undefined;
199
211
  shadow?: undefined;
200
212
  light?: undefined;
@@ -208,11 +220,11 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
208
220
  color: string;
209
221
  css: {
210
222
  bg: string;
223
+ color: string;
211
224
  transform?: undefined;
212
225
  px?: undefined;
213
226
  minWidth?: undefined;
214
227
  normalShadow?: undefined;
215
- color?: undefined;
216
228
  borderColor?: undefined;
217
229
  padding?: undefined;
218
230
  bgClip?: undefined;
@@ -228,6 +240,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
228
240
  isPressed?: undefined;
229
241
  animated?: undefined;
230
242
  auto?: undefined;
243
+ isChildLess?: undefined;
231
244
  size?: undefined;
232
245
  shadow?: undefined;
233
246
  light?: undefined;
@@ -265,6 +278,73 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
265
278
  isPressed?: undefined;
266
279
  animated?: undefined;
267
280
  auto?: undefined;
281
+ isChildLess?: undefined;
282
+ size?: undefined;
283
+ shadow?: undefined;
284
+ light?: undefined;
285
+ bordered?: undefined;
286
+ ghost?: undefined;
287
+ isHovered?: undefined;
288
+ rounded?: undefined;
289
+ } | {
290
+ flat: true;
291
+ isHovered: true;
292
+ color: string;
293
+ css: {
294
+ bg: string;
295
+ transform?: undefined;
296
+ px?: undefined;
297
+ minWidth?: undefined;
298
+ normalShadow?: undefined;
299
+ color?: undefined;
300
+ borderColor?: undefined;
301
+ padding?: undefined;
302
+ bgClip?: undefined;
303
+ backgroundImage?: undefined;
304
+ border?: undefined;
305
+ '.nextui-button-text'?: undefined;
306
+ '.nextui-button-icon'?: undefined;
307
+ '.nextui-button-icon-right'?: undefined;
308
+ '.nextui-button-text-left'?: undefined;
309
+ '.nextui-button-text-right'?: undefined;
310
+ br?: undefined;
311
+ };
312
+ isPressed?: undefined;
313
+ animated?: undefined;
314
+ auto?: undefined;
315
+ isChildLess?: undefined;
316
+ size?: undefined;
317
+ shadow?: undefined;
318
+ light?: undefined;
319
+ bordered?: undefined;
320
+ ghost?: undefined;
321
+ rounded?: undefined;
322
+ } | {
323
+ flat: true;
324
+ isPressed: true;
325
+ color: string;
326
+ css: {
327
+ bg: string;
328
+ transform?: undefined;
329
+ px?: undefined;
330
+ minWidth?: undefined;
331
+ normalShadow?: undefined;
332
+ color?: undefined;
333
+ borderColor?: undefined;
334
+ padding?: undefined;
335
+ bgClip?: undefined;
336
+ backgroundImage?: undefined;
337
+ border?: undefined;
338
+ '.nextui-button-text'?: undefined;
339
+ '.nextui-button-icon'?: undefined;
340
+ '.nextui-button-icon-right'?: undefined;
341
+ '.nextui-button-text-left'?: undefined;
342
+ '.nextui-button-text-right'?: undefined;
343
+ br?: undefined;
344
+ };
345
+ animated?: undefined;
346
+ auto?: undefined;
347
+ isChildLess?: undefined;
268
348
  size?: undefined;
269
349
  shadow?: undefined;
270
350
  light?: undefined;
@@ -307,6 +387,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
307
387
  };
308
388
  isPressed?: undefined;
309
389
  animated?: undefined;
390
+ isChildLess?: undefined;
310
391
  size?: undefined;
311
392
  shadow?: undefined;
312
393
  light?: undefined;
@@ -339,6 +420,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
339
420
  isPressed?: undefined;
340
421
  animated?: undefined;
341
422
  auto?: undefined;
423
+ isChildLess?: undefined;
342
424
  shadow?: undefined;
343
425
  color?: undefined;
344
426
  light?: undefined;
@@ -365,6 +447,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
365
447
  rounded?: undefined;
366
448
  isPressed?: undefined;
367
449
  isHovered?: undefined;
450
+ isChildLess?: undefined;
368
451
  } | {
369
452
  dflex: string;
370
453
  zIndex: string;
@@ -386,6 +469,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
386
469
  rounded?: undefined;
387
470
  isPressed?: undefined;
388
471
  isHovered?: undefined;
472
+ isChildLess?: undefined;
389
473
  } | {
390
474
  zIndex: string;
391
475
  '.nextui-drip-filler': {
@@ -408,6 +492,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
408
492
  rounded?: undefined;
409
493
  isPressed?: undefined;
410
494
  isHovered?: undefined;
495
+ isChildLess?: undefined;
411
496
  } | {
412
497
  bordered: {
413
498
  true: {
@@ -417,11 +502,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
417
502
  };
418
503
  };
419
504
  ghost: {
420
- true: {
421
- '&:hover': {
422
- color: string;
423
- };
424
- };
505
+ true: {};
425
506
  };
426
507
  color: {
427
508
  default: {
@@ -457,6 +538,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
457
538
  xs: {
458
539
  $$buttonPadding: string;
459
540
  $$buttonBorderRadius: string;
541
+ $$buttonHeight: string;
460
542
  px: string;
461
543
  height: string;
462
544
  lh: string;
@@ -467,6 +549,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
467
549
  sm: {
468
550
  $$buttonPadding: string;
469
551
  $$buttonBorderRadius: string;
552
+ $$buttonHeight: string;
470
553
  px: string;
471
554
  height: string;
472
555
  lh: string;
@@ -477,6 +560,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
477
560
  md: {
478
561
  $$buttonPadding: string;
479
562
  $$buttonBorderRadius: string;
563
+ $$buttonHeight: string;
480
564
  px: string;
481
565
  height: string;
482
566
  lh: string;
@@ -487,6 +571,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
487
571
  lg: {
488
572
  $$buttonPadding: string;
489
573
  $$buttonBorderRadius: string;
574
+ $$buttonHeight: string;
490
575
  px: string;
491
576
  height: string;
492
577
  lh: string;
@@ -497,6 +582,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
497
582
  xl: {
498
583
  $$buttonPadding: string;
499
584
  $$buttonBorderRadius: string;
585
+ $$buttonHeight: string;
500
586
  px: string;
501
587
  height: string;
502
588
  lh: string;
@@ -568,8 +654,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
568
654
  true: {};
569
655
  };
570
656
  isHovered: {
657
+ true: {};
658
+ };
659
+ isChildLess: {
571
660
  true: {
572
- opacity: string;
661
+ p: number;
662
+ width: string;
663
+ height: string;
573
664
  };
574
665
  };
575
666
  transition?: undefined;
@@ -596,9 +687,9 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
596
687
  rounded?: undefined;
597
688
  isPressed?: undefined;
598
689
  isHovered?: undefined;
690
+ isChildLess?: undefined;
599
691
  };
600
692
  $$buttonBorderRadius: string;
601
- $$buttonHoverOpacity: number;
602
693
  $$buttonPressedScale: number;
603
694
  dflex: string;
604
695
  appearance: string;
@@ -635,11 +726,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
635
726
  };
636
727
  };
637
728
  ghost: {
638
- true: {
639
- '&:hover': {
640
- color: string;
641
- };
642
- };
729
+ true: {};
643
730
  };
644
731
  color: {
645
732
  default: {
@@ -675,6 +762,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
675
762
  xs: {
676
763
  $$buttonPadding: string;
677
764
  $$buttonBorderRadius: string;
765
+ $$buttonHeight: string;
678
766
  px: string;
679
767
  height: string;
680
768
  lh: string;
@@ -685,6 +773,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
685
773
  sm: {
686
774
  $$buttonPadding: string;
687
775
  $$buttonBorderRadius: string;
776
+ $$buttonHeight: string;
688
777
  px: string;
689
778
  height: string;
690
779
  lh: string;
@@ -695,6 +784,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
695
784
  md: {
696
785
  $$buttonPadding: string;
697
786
  $$buttonBorderRadius: string;
787
+ $$buttonHeight: string;
698
788
  px: string;
699
789
  height: string;
700
790
  lh: string;
@@ -705,6 +795,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
705
795
  lg: {
706
796
  $$buttonPadding: string;
707
797
  $$buttonBorderRadius: string;
798
+ $$buttonHeight: string;
708
799
  px: string;
709
800
  height: string;
710
801
  lh: string;
@@ -715,6 +806,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
715
806
  xl: {
716
807
  $$buttonPadding: string;
717
808
  $$buttonBorderRadius: string;
809
+ $$buttonHeight: string;
718
810
  px: string;
719
811
  height: string;
720
812
  lh: string;
@@ -786,8 +878,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
786
878
  true: {};
787
879
  };
788
880
  isHovered: {
881
+ true: {};
882
+ };
883
+ isChildLess: {
789
884
  true: {
790
- opacity: string;
885
+ p: number;
886
+ width: string;
887
+ height: string;
791
888
  };
792
889
  };
793
890
  };
@@ -814,6 +911,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
814
911
  br?: undefined;
815
912
  };
816
913
  auto?: undefined;
914
+ isChildLess?: undefined;
817
915
  size?: undefined;
818
916
  shadow?: undefined;
819
917
  color?: undefined;
@@ -825,6 +923,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
825
923
  rounded?: undefined;
826
924
  } | {
827
925
  auto: true;
926
+ isChildLess: false;
828
927
  size: string;
829
928
  css: {
830
929
  px: string;
@@ -880,6 +979,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
880
979
  isPressed?: undefined;
881
980
  animated?: undefined;
882
981
  auto?: undefined;
982
+ isChildLess?: undefined;
883
983
  size?: undefined;
884
984
  light?: undefined;
885
985
  bordered?: undefined;
@@ -891,6 +991,12 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
891
991
  light: true;
892
992
  color: string;
893
993
  css: {
994
+ [x: string]: string | {
995
+ '.nextui-drip-filler': {
996
+ opacity: number;
997
+ fill: string;
998
+ };
999
+ };
894
1000
  bg: string;
895
1001
  color: string;
896
1002
  transform?: undefined;
@@ -912,6 +1018,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
912
1018
  isPressed?: undefined;
913
1019
  animated?: undefined;
914
1020
  auto?: undefined;
1021
+ isChildLess?: undefined;
915
1022
  size?: undefined;
916
1023
  shadow?: undefined;
917
1024
  bordered?: undefined;
@@ -949,6 +1056,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
949
1056
  isPressed?: undefined;
950
1057
  animated?: undefined;
951
1058
  auto?: undefined;
1059
+ isChildLess?: undefined;
952
1060
  size?: undefined;
953
1061
  shadow?: undefined;
954
1062
  light?: undefined;
@@ -986,6 +1094,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
986
1094
  isPressed?: undefined;
987
1095
  animated?: undefined;
988
1096
  auto?: undefined;
1097
+ isChildLess?: undefined;
989
1098
  size?: undefined;
990
1099
  shadow?: undefined;
991
1100
  light?: undefined;
@@ -999,11 +1108,11 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
999
1108
  color: string;
1000
1109
  css: {
1001
1110
  bg: string;
1111
+ color: string;
1002
1112
  transform?: undefined;
1003
1113
  px?: undefined;
1004
1114
  minWidth?: undefined;
1005
1115
  normalShadow?: undefined;
1006
- color?: undefined;
1007
1116
  borderColor?: undefined;
1008
1117
  padding?: undefined;
1009
1118
  bgClip?: undefined;
@@ -1019,6 +1128,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1019
1128
  isPressed?: undefined;
1020
1129
  animated?: undefined;
1021
1130
  auto?: undefined;
1131
+ isChildLess?: undefined;
1022
1132
  size?: undefined;
1023
1133
  shadow?: undefined;
1024
1134
  light?: undefined;
@@ -1056,6 +1166,73 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1056
1166
  isPressed?: undefined;
1057
1167
  animated?: undefined;
1058
1168
  auto?: undefined;
1169
+ isChildLess?: undefined;
1170
+ size?: undefined;
1171
+ shadow?: undefined;
1172
+ light?: undefined;
1173
+ bordered?: undefined;
1174
+ ghost?: undefined;
1175
+ isHovered?: undefined;
1176
+ rounded?: undefined;
1177
+ } | {
1178
+ flat: true;
1179
+ isHovered: true;
1180
+ color: string;
1181
+ css: {
1182
+ bg: string;
1183
+ transform?: undefined;
1184
+ px?: undefined;
1185
+ minWidth?: undefined;
1186
+ normalShadow?: undefined;
1187
+ color?: undefined;
1188
+ borderColor?: undefined;
1189
+ padding?: undefined;
1190
+ bgClip?: undefined;
1191
+ backgroundImage?: undefined;
1192
+ border?: undefined;
1193
+ '.nextui-button-text'?: undefined;
1194
+ '.nextui-button-icon'?: undefined;
1195
+ '.nextui-button-icon-right'?: undefined;
1196
+ '.nextui-button-text-left'?: undefined;
1197
+ '.nextui-button-text-right'?: undefined;
1198
+ br?: undefined;
1199
+ };
1200
+ isPressed?: undefined;
1201
+ animated?: undefined;
1202
+ auto?: undefined;
1203
+ isChildLess?: undefined;
1204
+ size?: undefined;
1205
+ shadow?: undefined;
1206
+ light?: undefined;
1207
+ bordered?: undefined;
1208
+ ghost?: undefined;
1209
+ rounded?: undefined;
1210
+ } | {
1211
+ flat: true;
1212
+ isPressed: true;
1213
+ color: string;
1214
+ css: {
1215
+ bg: string;
1216
+ transform?: undefined;
1217
+ px?: undefined;
1218
+ minWidth?: undefined;
1219
+ normalShadow?: undefined;
1220
+ color?: undefined;
1221
+ borderColor?: undefined;
1222
+ padding?: undefined;
1223
+ bgClip?: undefined;
1224
+ backgroundImage?: undefined;
1225
+ border?: undefined;
1226
+ '.nextui-button-text'?: undefined;
1227
+ '.nextui-button-icon'?: undefined;
1228
+ '.nextui-button-icon-right'?: undefined;
1229
+ '.nextui-button-text-left'?: undefined;
1230
+ '.nextui-button-text-right'?: undefined;
1231
+ br?: undefined;
1232
+ };
1233
+ animated?: undefined;
1234
+ auto?: undefined;
1235
+ isChildLess?: undefined;
1059
1236
  size?: undefined;
1060
1237
  shadow?: undefined;
1061
1238
  light?: undefined;
@@ -1098,6 +1275,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1098
1275
  };
1099
1276
  isPressed?: undefined;
1100
1277
  animated?: undefined;
1278
+ isChildLess?: undefined;
1101
1279
  size?: undefined;
1102
1280
  shadow?: undefined;
1103
1281
  light?: undefined;
@@ -1130,6 +1308,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1130
1308
  isPressed?: undefined;
1131
1309
  animated?: undefined;
1132
1310
  auto?: undefined;
1311
+ isChildLess?: undefined;
1133
1312
  shadow?: undefined;
1134
1313
  color?: undefined;
1135
1314
  light?: undefined;
@@ -1186,89 +1365,20 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1186
1365
  lg: string;
1187
1366
  xl: string;
1188
1367
  };
1368
+ dropShadows: {
1369
+ xs: string;
1370
+ sm: string;
1371
+ md: string;
1372
+ lg: string;
1373
+ xl: string;
1374
+ };
1189
1375
  colors: {
1190
- accents1: string;
1191
- accents2: string;
1192
- accents3: string;
1193
- accents4: string;
1194
- accents5: string;
1195
- accents6: string;
1196
- accents7: string;
1197
- accents8: string;
1198
- accents9: string;
1199
- background: string;
1200
- foreground: string;
1201
- backgroundContrast: string;
1202
1376
  text: string;
1377
+ link: string;
1203
1378
  codeLight: string;
1204
1379
  code: string;
1205
- border: string;
1206
1380
  selection: string;
1207
- white: string;
1208
- black: string;
1209
- blue100: string;
1210
- blue200: string;
1211
- blue300: string;
1212
- blue400: string;
1213
- blue500: string;
1214
- blue600: string;
1215
- blue700: string;
1216
- blue800: string;
1217
- blue900: string;
1218
- purple100: string;
1219
- purple200: string;
1220
- purple300: string;
1221
- purple400: string;
1222
- purple500: string;
1223
- purple600: string;
1224
- purple700: string;
1225
- purple800: string;
1226
- purple900: string;
1227
- green100: string;
1228
- green200: string;
1229
- green300: string;
1230
- green400: string;
1231
- green500: string;
1232
- green600: string;
1233
- green700: string;
1234
- green800: string;
1235
- green900: string;
1236
- yellow100: string;
1237
- yellow200: string;
1238
- yellow300: string;
1239
- yellow400: string;
1240
- yellow500: string;
1241
- yellow600: string;
1242
- yellow700: string;
1243
- yellow800: string;
1244
- yellow900: string;
1245
- red100: string;
1246
- red200: string;
1247
- red300: string;
1248
- red400: string;
1249
- red500: string;
1250
- red600: string;
1251
- red700: string;
1252
- red800: string;
1253
- red900: string;
1254
- cyan100: string;
1255
- cyan200: string;
1256
- cyan300: string;
1257
- cyan400: string;
1258
- cyan500: string;
1259
- cyan600: string;
1260
- cyan700: string;
1261
- cyan800: string;
1262
- cyan900: string;
1263
- pink100: string;
1264
- pink200: string;
1265
- pink300: string;
1266
- pink400: string;
1267
- pink500: string;
1268
- pink600: string;
1269
- pink700: string;
1270
- pink800: string;
1271
- pink900: string;
1381
+ gray50: string;
1272
1382
  gray100: string;
1273
1383
  gray200: string;
1274
1384
  gray300: string;
@@ -1278,41 +1388,1219 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1278
1388
  gray700: string;
1279
1389
  gray800: string;
1280
1390
  gray900: string;
1391
+ pink50: string;
1392
+ pink100: string;
1393
+ pink200: string;
1394
+ pink300: string;
1395
+ pink400: string;
1396
+ pink500: string;
1397
+ pink600: string;
1398
+ pink700: string;
1399
+ pink800: string;
1400
+ pink900: string;
1401
+ cyan50: string;
1402
+ cyan100: string;
1403
+ cyan200: string;
1404
+ cyan300: string;
1405
+ cyan400: string;
1406
+ cyan500: string;
1407
+ cyan600: string;
1408
+ cyan700: string;
1409
+ cyan800: string;
1410
+ cyan900: string;
1411
+ red50: string;
1412
+ red100: string;
1413
+ red200: string;
1414
+ red300: string;
1415
+ red400: string;
1416
+ red500: string;
1417
+ red600: string;
1418
+ red700: string;
1419
+ red800: string;
1420
+ red900: string;
1421
+ yellow50: string;
1422
+ yellow100: string;
1423
+ yellow200: string;
1424
+ yellow300: string;
1425
+ yellow400: string;
1426
+ yellow500: string;
1427
+ yellow600: string;
1428
+ yellow700: string;
1429
+ yellow800: string;
1430
+ yellow900: string;
1431
+ green50: string;
1432
+ green100: string;
1433
+ green200: string;
1434
+ green300: string;
1435
+ green400: string;
1436
+ green500: string;
1437
+ green600: string;
1438
+ green700: string;
1439
+ green800: string;
1440
+ green900: string;
1441
+ purple50: string;
1442
+ purple100: string;
1443
+ purple200: string;
1444
+ purple300: string;
1445
+ purple400: string;
1446
+ purple500: string;
1447
+ purple600: string;
1448
+ purple700: string;
1449
+ purple800: string;
1450
+ purple900: string;
1451
+ blue50: string;
1452
+ blue100: string;
1453
+ blue200: string;
1454
+ blue300: string;
1455
+ blue400: string;
1456
+ blue500: string;
1457
+ blue600: string;
1458
+ blue700: string;
1459
+ blue800: string;
1460
+ blue900: string;
1461
+ background: string;
1462
+ foreground: string;
1463
+ backgroundContrast: string;
1464
+ white: string;
1465
+ black: string;
1466
+ primaryLight: string;
1467
+ primaryLightHover: string;
1468
+ primaryLightActive: string;
1469
+ primaryLightContrast: string;
1470
+ primary: string;
1471
+ primaryBorder: string;
1472
+ primaryBorderHover: string;
1473
+ primarySolidHover: string;
1474
+ primarySolidContrast: string;
1475
+ primaryShadow: string;
1476
+ secondaryLight: string;
1477
+ secondaryLightHover: string;
1478
+ secondaryLightActive: string;
1479
+ secondaryLightContrast: string;
1480
+ secondary: string;
1481
+ secondaryBorder: string;
1482
+ secondaryBorderHover: string;
1483
+ secondarySolidHover: string;
1484
+ secondarySolidContrast: string;
1485
+ secondaryShadow: string;
1486
+ successLight: string;
1487
+ successLightHover: string;
1488
+ successLightActive: string;
1489
+ successLightContrast: string;
1490
+ success: string;
1491
+ successBorder: string;
1492
+ successBorderHover: string;
1493
+ successSolidHover: string;
1494
+ successSolidContrast: string;
1495
+ successShadow: string;
1496
+ warningLight: string;
1497
+ warningLightHover: string;
1498
+ warningLightActive: string;
1499
+ warningLightContrast: string;
1500
+ warning: string;
1501
+ warningBorder: string;
1502
+ warningBorderHover: string;
1503
+ warningSolidHover: string;
1504
+ warningSolidContrast: string;
1505
+ warningShadow: string;
1506
+ errorLight: string;
1507
+ errorLightHover: string;
1508
+ errorLightActive: string;
1509
+ errorLightContrast: string;
1510
+ error: string;
1511
+ errorBorder: string;
1512
+ errorBorderHover: string;
1513
+ errorSolidHover: string;
1514
+ errorSolidContrast: string;
1515
+ errorShadow: string;
1516
+ neutralLight: string;
1517
+ neutralLightHover: string;
1518
+ neutralLightActive: string;
1519
+ neutralLightContrast: string;
1520
+ neutral: string;
1521
+ neutralBorder: string;
1522
+ neutralBorderHover: string;
1523
+ neutralSolidHover: string;
1524
+ neutralSolidContrast: string;
1525
+ neutralShadow: string;
1526
+ gradient: string;
1527
+ accents0: string;
1528
+ accents1: string;
1529
+ accents2: string;
1530
+ accents3: string;
1531
+ accents4: string;
1532
+ accents5: string;
1533
+ accents6: string;
1534
+ accents7: string;
1535
+ accents8: string;
1536
+ accents9: string;
1537
+ border: string;
1538
+ };
1539
+ fonts: {
1540
+ sans: string;
1541
+ mono: string;
1542
+ };
1543
+ fontSizes: {
1544
+ xs: string;
1545
+ sm: string;
1546
+ base: string;
1547
+ md: string;
1548
+ lg: string;
1549
+ xl: string;
1550
+ xl2: string;
1551
+ xl3: string;
1552
+ xl4: string;
1553
+ xl5: string;
1554
+ xl6: string;
1555
+ xl7: string;
1556
+ xl8: string;
1557
+ xl9: string;
1558
+ };
1559
+ fontWeights: {
1560
+ hairline: number;
1561
+ thin: number;
1562
+ light: number;
1563
+ normal: number;
1564
+ medium: number;
1565
+ semibold: number;
1566
+ bold: number;
1567
+ extrabold: number;
1568
+ black: number;
1569
+ };
1570
+ lineHeights: {
1571
+ xs: number;
1572
+ sm: number;
1573
+ base: number;
1574
+ md: number;
1575
+ lg: number;
1576
+ xl: number;
1577
+ xl2: number;
1578
+ xl3: number;
1579
+ xl4: number;
1580
+ xl5: number;
1581
+ xl6: number;
1582
+ xl7: number;
1583
+ xl8: number;
1584
+ xl9: number;
1585
+ };
1586
+ letterSpacings: {
1587
+ tighter: string;
1588
+ tight: string;
1589
+ normal: string;
1590
+ wide: string;
1591
+ wider: string;
1592
+ widest: string;
1593
+ };
1594
+ space: {
1595
+ 0: string;
1596
+ xs: string;
1597
+ sm: string;
1598
+ md: string;
1599
+ lg: string;
1600
+ xl: string;
1601
+ px: string;
1602
+ 1: string;
1603
+ 2: string;
1604
+ 3: string;
1605
+ 4: string;
1606
+ 5: string;
1607
+ 6: string;
1608
+ 7: string;
1609
+ 8: string;
1610
+ 9: string;
1611
+ 10: string;
1612
+ 11: string;
1613
+ 12: string;
1614
+ 13: string;
1615
+ 14: string;
1616
+ 15: string;
1617
+ 16: string;
1618
+ 17: string;
1619
+ 18: string;
1620
+ 20: string;
1621
+ 24: string;
1622
+ 28: string;
1623
+ 32: string;
1624
+ 36: string;
1625
+ 40: string;
1626
+ 44: string;
1627
+ 48: string;
1628
+ 52: string;
1629
+ 56: string;
1630
+ 60: string;
1631
+ 64: string;
1632
+ 72: string;
1633
+ 80: string;
1634
+ 96: string;
1635
+ };
1636
+ radii: {
1637
+ xs: string;
1638
+ sm: string;
1639
+ md: string;
1640
+ base: string;
1641
+ lg: string;
1642
+ xl: string;
1643
+ squared: string;
1644
+ rounded: string;
1645
+ pill: string;
1646
+ };
1647
+ zIndices: {
1648
+ 1: string;
1649
+ 2: string;
1650
+ 3: string;
1651
+ 4: string;
1652
+ 5: string;
1653
+ 10: string;
1654
+ max: string;
1655
+ };
1656
+ borderWeights: {
1657
+ light: string;
1658
+ normal: string;
1659
+ bold: string;
1660
+ extrabold: string;
1661
+ black: string;
1662
+ };
1663
+ transitions: {
1664
+ default: string;
1665
+ button: string;
1666
+ avatar: string;
1667
+ link: string;
1668
+ card: string;
1669
+ dropdownItem: string;
1670
+ };
1671
+ breakpoints: {
1672
+ xs: string;
1673
+ sm: string;
1674
+ md: string;
1675
+ lg: string;
1676
+ xl: string;
1677
+ };
1678
+ }, {
1679
+ width: string;
1680
+ height: string;
1681
+ minWidth: string;
1682
+ maxWidth: string;
1683
+ minHeight: string;
1684
+ maxHeight: string;
1685
+ flexBasis: string;
1686
+ gridTemplateColumns: string;
1687
+ gridTemplateRows: string;
1688
+ blockSize: string;
1689
+ minBlockSize: string;
1690
+ maxBlockSize: string;
1691
+ inlineSize: string;
1692
+ minInlineSize: string;
1693
+ maxInlineSize: string;
1694
+ borderWidth: string;
1695
+ gap: "space";
1696
+ gridGap: "space";
1697
+ columnGap: "space";
1698
+ gridColumnGap: "space";
1699
+ rowGap: "space";
1700
+ gridRowGap: "space";
1701
+ inset: "space";
1702
+ insetBlock: "space";
1703
+ insetBlockEnd: "space";
1704
+ insetBlockStart: "space";
1705
+ insetInline: "space";
1706
+ insetInlineEnd: "space";
1707
+ insetInlineStart: "space";
1708
+ margin: "space";
1709
+ marginTop: "space";
1710
+ marginRight: "space";
1711
+ marginBottom: "space";
1712
+ marginLeft: "space";
1713
+ marginBlock: "space";
1714
+ marginBlockEnd: "space";
1715
+ marginBlockStart: "space";
1716
+ marginInline: "space";
1717
+ marginInlineEnd: "space";
1718
+ marginInlineStart: "space";
1719
+ padding: "space";
1720
+ paddingTop: "space";
1721
+ paddingRight: "space";
1722
+ paddingBottom: "space";
1723
+ paddingLeft: "space";
1724
+ paddingBlock: "space";
1725
+ paddingBlockEnd: "space";
1726
+ paddingBlockStart: "space";
1727
+ paddingInline: "space";
1728
+ paddingInlineEnd: "space";
1729
+ paddingInlineStart: "space";
1730
+ scrollMargin: "space";
1731
+ scrollMarginTop: "space";
1732
+ scrollMarginRight: "space";
1733
+ scrollMarginBottom: "space";
1734
+ scrollMarginLeft: "space";
1735
+ scrollMarginBlock: "space";
1736
+ scrollMarginBlockEnd: "space";
1737
+ scrollMarginBlockStart: "space";
1738
+ scrollMarginInline: "space";
1739
+ scrollMarginInlineEnd: "space";
1740
+ scrollMarginInlineStart: "space";
1741
+ scrollPadding: "space";
1742
+ scrollPaddingTop: "space";
1743
+ scrollPaddingRight: "space";
1744
+ scrollPaddingBottom: "space";
1745
+ scrollPaddingLeft: "space";
1746
+ scrollPaddingBlock: "space";
1747
+ scrollPaddingBlockEnd: "space";
1748
+ scrollPaddingBlockStart: "space";
1749
+ scrollPaddingInline: "space";
1750
+ scrollPaddingInlineEnd: "space";
1751
+ scrollPaddingInlineStart: "space";
1752
+ top: "space";
1753
+ right: "space";
1754
+ bottom: "space";
1755
+ left: "space";
1756
+ fontSize: "fontSizes";
1757
+ background: "colors";
1758
+ backgroundColor: "colors";
1759
+ backgroundImage: "colors";
1760
+ borderImage: "colors";
1761
+ border: "colors";
1762
+ borderBlock: "colors";
1763
+ borderBlockEnd: "colors";
1764
+ borderBlockStart: "colors";
1765
+ borderBottom: "colors";
1766
+ borderBottomColor: "colors";
1767
+ borderColor: "colors";
1768
+ borderInline: "colors";
1769
+ borderInlineEnd: "colors";
1770
+ borderInlineStart: "colors";
1771
+ borderLeft: "colors";
1772
+ borderLeftColor: "colors";
1773
+ borderRight: "colors";
1774
+ borderRightColor: "colors";
1775
+ borderTop: "colors";
1776
+ borderTopColor: "colors";
1777
+ caretColor: "colors";
1778
+ color: "colors";
1779
+ columnRuleColor: "colors";
1780
+ outline: "colors";
1781
+ outlineColor: "colors";
1782
+ fill: "colors";
1783
+ stroke: "colors";
1784
+ textDecorationColor: "colors";
1785
+ fontFamily: "fonts";
1786
+ fontWeight: "fontWeights";
1787
+ lineHeight: "lineHeights";
1788
+ letterSpacing: "letterSpacings";
1789
+ borderTopWidth: "borderWidths";
1790
+ borderLeftWidth: "borderWidths";
1791
+ borderRightWidth: "borderWidths";
1792
+ borderBottomWidth: "borderWidths";
1793
+ borderStyle: "borderStyles";
1794
+ borderTopStyle: "borderStyles";
1795
+ borderLeftStyle: "borderStyles";
1796
+ borderRightStyle: "borderStyles";
1797
+ borderBottomStyle: "borderStyles";
1798
+ borderRadius: "radii";
1799
+ borderTopLeftRadius: "radii";
1800
+ borderTopRightRadius: "radii";
1801
+ borderBottomRightRadius: "radii";
1802
+ borderBottomLeftRadius: "radii";
1803
+ boxShadow: "shadows";
1804
+ textShadow: "shadows";
1805
+ transition: "transitions";
1806
+ zIndex: "zIndices";
1807
+ }, {
1808
+ p: (value: {
1809
+ readonly [$$PropertyValue]: "padding";
1810
+ }) => {
1811
+ padding: {
1812
+ readonly [$$PropertyValue]: "padding";
1813
+ };
1814
+ };
1815
+ pt: (value: {
1816
+ readonly [$$PropertyValue]: "paddingTop";
1817
+ }) => {
1818
+ paddingTop: {
1819
+ readonly [$$PropertyValue]: "paddingTop";
1820
+ };
1821
+ };
1822
+ pr: (value: {
1823
+ readonly [$$PropertyValue]: "paddingRight";
1824
+ }) => {
1825
+ paddingRight: {
1826
+ readonly [$$PropertyValue]: "paddingRight";
1827
+ };
1828
+ };
1829
+ pb: (value: {
1830
+ readonly [$$PropertyValue]: "paddingBottom";
1831
+ }) => {
1832
+ paddingBottom: {
1833
+ readonly [$$PropertyValue]: "paddingBottom";
1834
+ };
1835
+ };
1836
+ pl: (value: {
1837
+ readonly [$$PropertyValue]: "paddingLeft";
1838
+ }) => {
1839
+ paddingLeft: {
1840
+ readonly [$$PropertyValue]: "paddingLeft";
1841
+ };
1842
+ };
1843
+ px: (value: {
1844
+ readonly [$$PropertyValue]: "paddingLeft";
1845
+ }) => {
1846
+ paddingLeft: {
1847
+ readonly [$$PropertyValue]: "paddingLeft";
1848
+ };
1849
+ paddingRight: {
1850
+ readonly [$$PropertyValue]: "paddingLeft";
1851
+ };
1852
+ };
1853
+ py: (value: {
1854
+ readonly [$$PropertyValue]: "paddingTop";
1855
+ }) => {
1856
+ paddingTop: {
1857
+ readonly [$$PropertyValue]: "paddingTop";
1858
+ };
1859
+ paddingBottom: {
1860
+ readonly [$$PropertyValue]: "paddingTop";
1861
+ };
1862
+ };
1863
+ m: (value: {
1864
+ readonly [$$PropertyValue]: "margin";
1865
+ }) => {
1866
+ margin: {
1867
+ readonly [$$PropertyValue]: "margin";
1868
+ };
1869
+ };
1870
+ mt: (value: {
1871
+ readonly [$$PropertyValue]: "marginTop";
1872
+ }) => {
1873
+ marginTop: {
1874
+ readonly [$$PropertyValue]: "marginTop";
1875
+ };
1876
+ };
1877
+ mr: (value: {
1878
+ readonly [$$PropertyValue]: "marginRight";
1879
+ }) => {
1880
+ marginRight: {
1881
+ readonly [$$PropertyValue]: "marginRight";
1882
+ };
1883
+ };
1884
+ mb: (value: {
1885
+ readonly [$$PropertyValue]: "marginBottom";
1886
+ }) => {
1887
+ marginBottom: {
1888
+ readonly [$$PropertyValue]: "marginBottom";
1889
+ };
1890
+ };
1891
+ ml: (value: {
1892
+ readonly [$$PropertyValue]: "marginLeft";
1893
+ }) => {
1894
+ marginLeft: {
1895
+ readonly [$$PropertyValue]: "marginLeft";
1896
+ };
1897
+ };
1898
+ mx: (value: {
1899
+ readonly [$$PropertyValue]: "marginLeft";
1900
+ }) => {
1901
+ marginLeft: {
1902
+ readonly [$$PropertyValue]: "marginLeft";
1903
+ };
1904
+ marginRight: {
1905
+ readonly [$$PropertyValue]: "marginLeft";
1906
+ };
1907
+ };
1908
+ my: (value: {
1909
+ readonly [$$PropertyValue]: "marginTop";
1910
+ }) => {
1911
+ marginTop: {
1912
+ readonly [$$PropertyValue]: "marginTop";
1913
+ };
1914
+ marginBottom: {
1915
+ readonly [$$PropertyValue]: "marginTop";
1916
+ };
1917
+ };
1918
+ ta: (value: {
1919
+ readonly [$$PropertyValue]: "textAlign";
1920
+ }) => {
1921
+ textAlign: {
1922
+ readonly [$$PropertyValue]: "textAlign";
1923
+ };
1924
+ };
1925
+ tt: (value: {
1926
+ readonly [$$PropertyValue]: "textTransform";
1927
+ }) => {
1928
+ textTransform: {
1929
+ readonly [$$PropertyValue]: "textTransform";
1930
+ };
1931
+ };
1932
+ to: (value: {
1933
+ readonly [$$PropertyValue]: "textOverflow";
1934
+ }) => {
1935
+ textOverflow: {
1936
+ readonly [$$PropertyValue]: "textOverflow";
1937
+ };
1938
+ };
1939
+ d: (value: {
1940
+ readonly [$$PropertyValue]: "display";
1941
+ }) => {
1942
+ display: {
1943
+ readonly [$$PropertyValue]: "display";
1944
+ };
1945
+ };
1946
+ dflex: (value: {
1947
+ readonly [$$PropertyValue]: "alignItems";
1948
+ }) => {
1949
+ display: string;
1950
+ alignItems: {
1951
+ readonly [$$PropertyValue]: "alignItems";
1952
+ };
1953
+ justifyContent: {
1954
+ readonly [$$PropertyValue]: "alignItems";
1955
+ };
1956
+ };
1957
+ fd: (value: {
1958
+ readonly [$$PropertyValue]: "flexDirection";
1959
+ }) => {
1960
+ flexDirection: {
1961
+ readonly [$$PropertyValue]: "flexDirection";
1962
+ };
1963
+ };
1964
+ fw: (value: {
1965
+ readonly [$$PropertyValue]: "flexWrap";
1966
+ }) => {
1967
+ flexWrap: {
1968
+ readonly [$$PropertyValue]: "flexWrap";
1969
+ };
1970
+ };
1971
+ ai: (value: {
1972
+ readonly [$$PropertyValue]: "alignItems";
1973
+ }) => {
1974
+ alignItems: {
1975
+ readonly [$$PropertyValue]: "alignItems";
1976
+ };
1977
+ };
1978
+ ac: (value: {
1979
+ readonly [$$PropertyValue]: "alignContent";
1980
+ }) => {
1981
+ alignContent: {
1982
+ readonly [$$PropertyValue]: "alignContent";
1983
+ };
1984
+ };
1985
+ jc: (value: {
1986
+ readonly [$$PropertyValue]: "justifyContent";
1987
+ }) => {
1988
+ justifyContent: {
1989
+ readonly [$$PropertyValue]: "justifyContent";
1990
+ };
1991
+ };
1992
+ as: (value: {
1993
+ readonly [$$PropertyValue]: "alignSelf";
1994
+ }) => {
1995
+ alignSelf: {
1996
+ readonly [$$PropertyValue]: "alignSelf";
1997
+ };
1998
+ };
1999
+ fg: (value: {
2000
+ readonly [$$PropertyValue]: "flexGrow";
2001
+ }) => {
2002
+ flexGrow: {
2003
+ readonly [$$PropertyValue]: "flexGrow";
2004
+ };
2005
+ };
2006
+ fs: (value: {
2007
+ readonly [$$PropertyValue]: "fontSize";
2008
+ }) => {
2009
+ fontSize: {
2010
+ readonly [$$PropertyValue]: "fontSize";
2011
+ };
2012
+ };
2013
+ fb: (value: {
2014
+ readonly [$$PropertyValue]: "flexBasis";
2015
+ }) => {
2016
+ flexBasis: {
2017
+ readonly [$$PropertyValue]: "flexBasis";
2018
+ };
2019
+ };
2020
+ bc: (value: {
2021
+ readonly [$$PropertyValue]: "backgroundColor";
2022
+ }) => {
2023
+ backgroundColor: {
2024
+ readonly [$$PropertyValue]: "backgroundColor";
2025
+ };
2026
+ };
2027
+ bf: (value: {
2028
+ readonly [$$PropertyValue]: "backdropFilter";
2029
+ }) => {
2030
+ backdropFilter: {
2031
+ readonly [$$PropertyValue]: "backdropFilter";
2032
+ };
2033
+ };
2034
+ bg: (value: {
2035
+ readonly [$$PropertyValue]: "backgroundColor";
2036
+ }) => {
2037
+ background: {
2038
+ readonly [$$PropertyValue]: "backgroundColor";
2039
+ };
2040
+ };
2041
+ bgBlur: (value: {
2042
+ readonly [$$PropertyValue]: "backgroundColor";
2043
+ }) => {
2044
+ bf: string;
2045
+ bg: {
2046
+ readonly [$$PropertyValue]: "backgroundColor";
2047
+ };
2048
+ };
2049
+ bgColor: (value: {
2050
+ readonly [$$PropertyValue]: "backgroundColor";
2051
+ }) => {
2052
+ backgroundColor: {
2053
+ readonly [$$PropertyValue]: "backgroundColor";
2054
+ };
2055
+ };
2056
+ backgroundClip: (value: {
2057
+ readonly [$$PropertyValue]: "backgroundClip";
2058
+ }) => {
2059
+ WebkitBackgroundClip: {
2060
+ readonly [$$PropertyValue]: "backgroundClip";
2061
+ };
2062
+ backgroundClip: {
2063
+ readonly [$$PropertyValue]: "backgroundClip";
2064
+ };
2065
+ };
2066
+ bgClip: (value: {
2067
+ readonly [$$PropertyValue]: "backgroundClip";
2068
+ }) => {
2069
+ WebkitBackgroundClip: {
2070
+ readonly [$$PropertyValue]: "backgroundClip";
2071
+ };
2072
+ backgroundClip: {
2073
+ readonly [$$PropertyValue]: "backgroundClip";
2074
+ };
2075
+ };
2076
+ br: (value: {
2077
+ readonly [$$PropertyValue]: "borderRadius";
2078
+ }) => {
2079
+ borderRadius: {
2080
+ readonly [$$PropertyValue]: "borderRadius";
2081
+ };
2082
+ };
2083
+ bw: (value: {
2084
+ readonly [$$PropertyValue]: "borderWidth";
2085
+ }) => {
2086
+ borderWidth: {
2087
+ readonly [$$PropertyValue]: "borderWidth";
2088
+ };
2089
+ };
2090
+ btrr: (value: {
2091
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2092
+ }) => {
2093
+ borderTopRightRadius: {
2094
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2095
+ };
2096
+ };
2097
+ bbrr: (value: {
2098
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2099
+ }) => {
2100
+ borderBottomRightRadius: {
2101
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2102
+ };
2103
+ };
2104
+ bblr: (value: {
2105
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2106
+ }) => {
2107
+ borderBottomLeftRadius: {
2108
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2109
+ };
2110
+ };
2111
+ btlr: (value: {
2112
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2113
+ }) => {
2114
+ borderTopLeftRadius: {
2115
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2116
+ };
2117
+ };
2118
+ bs: (value: {
2119
+ readonly [$$PropertyValue]: "boxShadow";
2120
+ }) => {
2121
+ boxShadow: {
2122
+ readonly [$$PropertyValue]: "boxShadow";
2123
+ };
2124
+ };
2125
+ ds: (value: {
2126
+ readonly [$$PropertyValue]: "boxShadow";
2127
+ }) => {
2128
+ dropShadow: {
2129
+ readonly [$$PropertyValue]: "boxShadow";
2130
+ };
2131
+ };
2132
+ shadow: (value: {
2133
+ readonly [$$PropertyValue]: "boxShadow";
2134
+ }) => {
2135
+ boxShadow: {
2136
+ readonly [$$PropertyValue]: "boxShadow";
2137
+ };
2138
+ };
2139
+ dshadow: (value: {
2140
+ readonly [$$PropertyValue]: "boxShadow";
2141
+ }) => {
2142
+ dropShadow: {
2143
+ readonly [$$PropertyValue]: "boxShadow";
2144
+ };
2145
+ };
2146
+ dropShadow: (value: {
2147
+ readonly [$$PropertyValue]: "boxShadow";
2148
+ }) => {
2149
+ filter: string;
2150
+ };
2151
+ normalShadow: (value: {
2152
+ readonly [$$PropertyValue]: "backgroundColor";
2153
+ }) => {
2154
+ boxShadow: string;
2155
+ };
2156
+ normalShadowVar: (value: {
2157
+ readonly [$$PropertyValue]: "backgroundColor";
2158
+ }) => {
2159
+ boxShadow: string;
2160
+ };
2161
+ lh: (value: {
2162
+ readonly [$$PropertyValue]: "lineHeight";
2163
+ }) => {
2164
+ lineHeight: {
2165
+ readonly [$$PropertyValue]: "lineHeight";
2166
+ };
2167
+ };
2168
+ ov: (value: {
2169
+ readonly [$$PropertyValue]: "overflow";
2170
+ }) => {
2171
+ overflow: {
2172
+ readonly [$$PropertyValue]: "overflow";
2173
+ };
2174
+ };
2175
+ ox: (value: {
2176
+ readonly [$$PropertyValue]: "overflowX";
2177
+ }) => {
2178
+ overflowX: {
2179
+ readonly [$$PropertyValue]: "overflowX";
2180
+ };
2181
+ };
2182
+ oy: (value: {
2183
+ readonly [$$PropertyValue]: "overflowY";
2184
+ }) => {
2185
+ overflowY: {
2186
+ readonly [$$PropertyValue]: "overflowY";
2187
+ };
2188
+ };
2189
+ pe: (value: {
2190
+ readonly [$$PropertyValue]: "pointerEvents";
2191
+ }) => {
2192
+ pointerEvents: {
2193
+ readonly [$$PropertyValue]: "pointerEvents";
2194
+ };
2195
+ };
2196
+ events: (value: {
2197
+ readonly [$$PropertyValue]: "pointerEvents";
2198
+ }) => {
2199
+ pointerEvents: {
2200
+ readonly [$$PropertyValue]: "pointerEvents";
2201
+ };
2202
+ };
2203
+ us: (value: {
2204
+ readonly [$$PropertyValue]: "userSelect";
2205
+ }) => {
2206
+ WebkitUserSelect: {
2207
+ readonly [$$PropertyValue]: "userSelect";
2208
+ };
2209
+ userSelect: {
2210
+ readonly [$$PropertyValue]: "userSelect";
2211
+ };
2212
+ };
2213
+ userSelect: (value: {
2214
+ readonly [$$PropertyValue]: "userSelect";
2215
+ }) => {
2216
+ WebkitUserSelect: {
2217
+ readonly [$$PropertyValue]: "userSelect";
2218
+ };
2219
+ userSelect: {
2220
+ readonly [$$PropertyValue]: "userSelect";
2221
+ };
2222
+ };
2223
+ w: (value: {
2224
+ readonly [$$PropertyValue]: "width";
2225
+ }) => {
2226
+ width: {
2227
+ readonly [$$PropertyValue]: "width";
2228
+ };
2229
+ };
2230
+ h: (value: {
2231
+ readonly [$$PropertyValue]: "height";
2232
+ }) => {
2233
+ height: {
2234
+ readonly [$$PropertyValue]: "height";
2235
+ };
2236
+ };
2237
+ mw: (value: {
2238
+ readonly [$$PropertyValue]: "maxWidth";
2239
+ }) => {
2240
+ maxWidth: {
2241
+ readonly [$$PropertyValue]: "maxWidth";
2242
+ };
2243
+ };
2244
+ maxW: (value: {
2245
+ readonly [$$PropertyValue]: "maxWidth";
2246
+ }) => {
2247
+ maxWidth: {
2248
+ readonly [$$PropertyValue]: "maxWidth";
2249
+ };
2250
+ };
2251
+ mh: (value: {
2252
+ readonly [$$PropertyValue]: "maxHeight";
2253
+ }) => {
2254
+ maxHeight: {
2255
+ readonly [$$PropertyValue]: "maxHeight";
2256
+ };
2257
+ };
2258
+ maxH: (value: {
2259
+ readonly [$$PropertyValue]: "maxHeight";
2260
+ }) => {
2261
+ maxHeight: {
2262
+ readonly [$$PropertyValue]: "maxHeight";
2263
+ };
2264
+ };
2265
+ size: (value: {
2266
+ readonly [$$PropertyValue]: "width";
2267
+ }) => {
2268
+ width: {
2269
+ readonly [$$PropertyValue]: "width";
2270
+ };
2271
+ height: {
2272
+ readonly [$$PropertyValue]: "width";
2273
+ };
2274
+ };
2275
+ minSize: (value: {
2276
+ readonly [$$PropertyValue]: "width";
2277
+ }) => {
2278
+ minWidth: {
2279
+ readonly [$$PropertyValue]: "width";
2280
+ };
2281
+ minHeight: {
2282
+ readonly [$$PropertyValue]: "width";
2283
+ };
2284
+ width: {
2285
+ readonly [$$PropertyValue]: "width";
2286
+ };
2287
+ height: {
2288
+ readonly [$$PropertyValue]: "width";
2289
+ };
2290
+ };
2291
+ sizeMin: (value: {
2292
+ readonly [$$PropertyValue]: "width";
2293
+ }) => {
2294
+ minWidth: {
2295
+ readonly [$$PropertyValue]: "width";
2296
+ };
2297
+ minHeight: {
2298
+ readonly [$$PropertyValue]: "width";
2299
+ };
2300
+ width: {
2301
+ readonly [$$PropertyValue]: "width";
2302
+ };
2303
+ height: {
2304
+ readonly [$$PropertyValue]: "width";
2305
+ };
2306
+ };
2307
+ maxSize: (value: {
2308
+ readonly [$$PropertyValue]: "width";
2309
+ }) => {
2310
+ maxWidth: {
2311
+ readonly [$$PropertyValue]: "width";
2312
+ };
2313
+ maxHeight: {
2314
+ readonly [$$PropertyValue]: "width";
2315
+ };
2316
+ };
2317
+ sizeMax: (value: {
2318
+ readonly [$$PropertyValue]: "width";
2319
+ }) => {
2320
+ maxWidth: {
2321
+ readonly [$$PropertyValue]: "width";
2322
+ };
2323
+ maxHeight: {
2324
+ readonly [$$PropertyValue]: "width";
2325
+ };
2326
+ };
2327
+ appearance: (value: {
2328
+ readonly [$$PropertyValue]: "appearance";
2329
+ }) => {
2330
+ WebkitAppearance: {
2331
+ readonly [$$PropertyValue]: "appearance";
2332
+ };
2333
+ appearance: {
2334
+ readonly [$$PropertyValue]: "appearance";
2335
+ };
2336
+ };
2337
+ scale: (value: {
2338
+ readonly [$$PropertyValue]: "scale";
2339
+ }) => {
2340
+ transform: string;
2341
+ };
2342
+ linearGradient: (value: {
2343
+ readonly [$$PropertyValue]: "backgroundImage";
2344
+ }) => {
2345
+ backgroundImage: string;
2346
+ };
2347
+ tdl: (value: {
2348
+ readonly [$$PropertyValue]: "textDecorationLine";
2349
+ }) => {
2350
+ textDecorationLine: {
2351
+ readonly [$$PropertyValue]: "textDecorationLine";
2352
+ };
2353
+ };
2354
+ truncateText: (value: {
2355
+ readonly [$$PropertyValue]: "width";
2356
+ }) => {
2357
+ maxWidth: {
2358
+ readonly [$$PropertyValue]: "width";
2359
+ };
2360
+ whiteSpace: string;
2361
+ overflow: string;
2362
+ textOverflow: string;
2363
+ };
2364
+ textGradient: (value: {
2365
+ readonly [$$PropertyValue]: "backgroundImage";
2366
+ }) => {
2367
+ backgroundImage: string;
2368
+ WebkitBackgroundClip: string;
2369
+ WebkitTextFillColor: string;
2370
+ '&::selection': {
2371
+ WebkitTextFillColor: string;
2372
+ };
2373
+ };
2374
+ }>>, import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2375
+ xs: string;
2376
+ sm: string;
2377
+ md: string;
2378
+ lg: string;
2379
+ xl: string;
2380
+ xsMax: string;
2381
+ smMax: string;
2382
+ mdMax: string;
2383
+ lgMax: string;
2384
+ xlMax: string;
2385
+ motion: string;
2386
+ safari: string;
2387
+ hover: string;
2388
+ dark: string;
2389
+ light: string;
2390
+ }, import("@stitches/react/types/css-util").CSS<{
2391
+ xs: string;
2392
+ sm: string;
2393
+ md: string;
2394
+ lg: string;
2395
+ xl: string;
2396
+ xsMax: string;
2397
+ smMax: string;
2398
+ mdMax: string;
2399
+ lgMax: string;
2400
+ xlMax: string;
2401
+ motion: string;
2402
+ safari: string;
2403
+ hover: string;
2404
+ dark: string;
2405
+ light: string;
2406
+ }, {
2407
+ shadows: {
2408
+ xs: string;
2409
+ sm: string;
2410
+ md: string;
2411
+ lg: string;
2412
+ xl: string;
2413
+ };
2414
+ dropShadows: {
2415
+ xs: string;
2416
+ sm: string;
2417
+ md: string;
2418
+ lg: string;
2419
+ xl: string;
2420
+ };
2421
+ colors: {
2422
+ text: string;
2423
+ link: string;
2424
+ codeLight: string;
2425
+ code: string;
2426
+ selection: string;
2427
+ gray50: string;
2428
+ gray100: string;
2429
+ gray200: string;
2430
+ gray300: string;
2431
+ gray400: string;
2432
+ gray500: string;
2433
+ gray600: string;
2434
+ gray700: string;
2435
+ gray800: string;
2436
+ gray900: string;
2437
+ pink50: string;
2438
+ pink100: string;
2439
+ pink200: string;
2440
+ pink300: string;
2441
+ pink400: string;
2442
+ pink500: string;
2443
+ pink600: string;
2444
+ pink700: string;
2445
+ pink800: string;
2446
+ pink900: string;
2447
+ cyan50: string;
2448
+ cyan100: string;
2449
+ cyan200: string;
2450
+ cyan300: string;
2451
+ cyan400: string;
2452
+ cyan500: string;
2453
+ cyan600: string;
2454
+ cyan700: string;
2455
+ cyan800: string;
2456
+ cyan900: string;
2457
+ red50: string;
2458
+ red100: string;
2459
+ red200: string;
2460
+ red300: string;
2461
+ red400: string;
2462
+ red500: string;
2463
+ red600: string;
2464
+ red700: string;
2465
+ red800: string;
2466
+ red900: string;
2467
+ yellow50: string;
2468
+ yellow100: string;
2469
+ yellow200: string;
2470
+ yellow300: string;
2471
+ yellow400: string;
2472
+ yellow500: string;
2473
+ yellow600: string;
2474
+ yellow700: string;
2475
+ yellow800: string;
2476
+ yellow900: string;
2477
+ green50: string;
2478
+ green100: string;
2479
+ green200: string;
2480
+ green300: string;
2481
+ green400: string;
2482
+ green500: string;
2483
+ green600: string;
2484
+ green700: string;
2485
+ green800: string;
2486
+ green900: string;
2487
+ purple50: string;
2488
+ purple100: string;
2489
+ purple200: string;
2490
+ purple300: string;
2491
+ purple400: string;
2492
+ purple500: string;
2493
+ purple600: string;
2494
+ purple700: string;
2495
+ purple800: string;
2496
+ purple900: string;
2497
+ blue50: string;
2498
+ blue100: string;
2499
+ blue200: string;
2500
+ blue300: string;
2501
+ blue400: string;
2502
+ blue500: string;
2503
+ blue600: string;
2504
+ blue700: string;
2505
+ blue800: string;
2506
+ blue900: string;
2507
+ background: string;
2508
+ foreground: string;
2509
+ backgroundContrast: string;
2510
+ white: string;
2511
+ black: string;
1281
2512
  primaryLight: string;
2513
+ primaryLightHover: string;
2514
+ primaryLightActive: string;
2515
+ primaryLightContrast: string;
1282
2516
  primary: string;
1283
- primaryDark: string;
2517
+ primaryBorder: string;
2518
+ primaryBorderHover: string;
2519
+ primarySolidHover: string;
2520
+ primarySolidContrast: string;
1284
2521
  primaryShadow: string;
1285
2522
  secondaryLight: string;
2523
+ secondaryLightHover: string;
2524
+ secondaryLightActive: string;
2525
+ secondaryLightContrast: string;
1286
2526
  secondary: string;
1287
- secondaryDark: string;
2527
+ secondaryBorder: string;
2528
+ secondaryBorderHover: string;
2529
+ secondarySolidHover: string;
2530
+ secondarySolidContrast: string;
1288
2531
  secondaryShadow: string;
1289
2532
  successLight: string;
2533
+ successLightHover: string;
2534
+ successLightActive: string;
2535
+ successLightContrast: string;
1290
2536
  success: string;
1291
- successDark: string;
2537
+ successBorder: string;
2538
+ successBorderHover: string;
2539
+ successSolidHover: string;
2540
+ successSolidContrast: string;
1292
2541
  successShadow: string;
1293
2542
  warningLight: string;
2543
+ warningLightHover: string;
2544
+ warningLightActive: string;
2545
+ warningLightContrast: string;
1294
2546
  warning: string;
1295
- warningDark: string;
2547
+ warningBorder: string;
2548
+ warningBorderHover: string;
2549
+ warningSolidHover: string;
2550
+ warningSolidContrast: string;
1296
2551
  warningShadow: string;
1297
2552
  errorLight: string;
2553
+ errorLightHover: string;
2554
+ errorLightActive: string;
2555
+ errorLightContrast: string;
1298
2556
  error: string;
1299
- errorDark: string;
2557
+ errorBorder: string;
2558
+ errorBorderHover: string;
2559
+ errorSolidHover: string;
2560
+ errorSolidContrast: string;
1300
2561
  errorShadow: string;
2562
+ neutralLight: string;
2563
+ neutralLightHover: string;
2564
+ neutralLightActive: string;
2565
+ neutralLightContrast: string;
2566
+ neutral: string;
2567
+ neutralBorder: string;
2568
+ neutralBorderHover: string;
2569
+ neutralSolidHover: string;
2570
+ neutralSolidContrast: string;
2571
+ neutralShadow: string;
1301
2572
  gradient: string;
1302
- link: string;
2573
+ accents0: string;
2574
+ accents1: string;
2575
+ accents2: string;
2576
+ accents3: string;
2577
+ accents4: string;
2578
+ accents5: string;
2579
+ accents6: string;
2580
+ accents7: string;
2581
+ accents8: string;
2582
+ accents9: string;
2583
+ border: string;
1303
2584
  };
1304
2585
  fonts: {
1305
2586
  sans: string;
1306
2587
  mono: string;
1307
2588
  };
1308
2589
  fontSizes: {
1309
- tiny: string;
1310
2590
  xs: string;
1311
- base: string;
1312
2591
  sm: string;
2592
+ base: string;
1313
2593
  md: string;
1314
2594
  lg: string;
1315
2595
  xl: string;
2596
+ xl2: string;
2597
+ xl3: string;
2598
+ xl4: string;
2599
+ xl5: string;
2600
+ xl6: string;
2601
+ xl7: string;
2602
+ xl8: string;
2603
+ xl9: string;
1316
2604
  };
1317
2605
  fontWeights: {
1318
2606
  hairline: number;
@@ -1328,9 +2616,18 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1328
2616
  lineHeights: {
1329
2617
  xs: number;
1330
2618
  sm: number;
2619
+ base: number;
1331
2620
  md: number;
1332
2621
  lg: number;
1333
2622
  xl: number;
2623
+ xl2: number;
2624
+ xl3: number;
2625
+ xl4: number;
2626
+ xl5: number;
2627
+ xl6: number;
2628
+ xl7: number;
2629
+ xl8: number;
2630
+ xl9: number;
1334
2631
  };
1335
2632
  letterSpacings: {
1336
2633
  tighter: string;
@@ -1415,6 +2712,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1415
2712
  avatar: string;
1416
2713
  link: string;
1417
2714
  card: string;
2715
+ dropdownItem: string;
1418
2716
  };
1419
2717
  breakpoints: {
1420
2718
  xs: string;
@@ -1790,7 +3088,9 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1790
3088
  readonly [$$PropertyValue]: "backgroundColor";
1791
3089
  }) => {
1792
3090
  bf: string;
1793
- bg: string;
3091
+ bg: {
3092
+ readonly [$$PropertyValue]: "backgroundColor";
3093
+ };
1794
3094
  };
1795
3095
  bgColor: (value: {
1796
3096
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1868,6 +3168,32 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1868
3168
  readonly [$$PropertyValue]: "boxShadow";
1869
3169
  };
1870
3170
  };
3171
+ ds: (value: {
3172
+ readonly [$$PropertyValue]: "boxShadow";
3173
+ }) => {
3174
+ dropShadow: {
3175
+ readonly [$$PropertyValue]: "boxShadow";
3176
+ };
3177
+ };
3178
+ shadow: (value: {
3179
+ readonly [$$PropertyValue]: "boxShadow";
3180
+ }) => {
3181
+ boxShadow: {
3182
+ readonly [$$PropertyValue]: "boxShadow";
3183
+ };
3184
+ };
3185
+ dshadow: (value: {
3186
+ readonly [$$PropertyValue]: "boxShadow";
3187
+ }) => {
3188
+ dropShadow: {
3189
+ readonly [$$PropertyValue]: "boxShadow";
3190
+ };
3191
+ };
3192
+ dropShadow: (value: {
3193
+ readonly [$$PropertyValue]: "boxShadow";
3194
+ }) => {
3195
+ filter: string;
3196
+ };
1871
3197
  normalShadow: (value: {
1872
3198
  readonly [$$PropertyValue]: "backgroundColor";
1873
3199
  }) => {
@@ -2071,6 +3397,16 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2071
3397
  readonly [$$PropertyValue]: "textDecorationLine";
2072
3398
  };
2073
3399
  };
3400
+ truncateText: (value: {
3401
+ readonly [$$PropertyValue]: "width";
3402
+ }) => {
3403
+ maxWidth: {
3404
+ readonly [$$PropertyValue]: "width";
3405
+ };
3406
+ whiteSpace: string;
3407
+ overflow: string;
3408
+ textOverflow: string;
3409
+ };
2074
3410
  textGradient: (value: {
2075
3411
  readonly [$$PropertyValue]: "backgroundImage";
2076
3412
  }) => {
@@ -2121,89 +3457,20 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2121
3457
  lg: string;
2122
3458
  xl: string;
2123
3459
  };
3460
+ dropShadows: {
3461
+ xs: string;
3462
+ sm: string;
3463
+ md: string;
3464
+ lg: string;
3465
+ xl: string;
3466
+ };
2124
3467
  colors: {
2125
- accents1: string;
2126
- accents2: string;
2127
- accents3: string;
2128
- accents4: string;
2129
- accents5: string;
2130
- accents6: string;
2131
- accents7: string;
2132
- accents8: string;
2133
- accents9: string;
2134
- background: string;
2135
- foreground: string;
2136
- backgroundContrast: string;
2137
3468
  text: string;
3469
+ link: string;
2138
3470
  codeLight: string;
2139
3471
  code: string;
2140
- border: string;
2141
3472
  selection: string;
2142
- white: string;
2143
- black: string;
2144
- blue100: string;
2145
- blue200: string;
2146
- blue300: string;
2147
- blue400: string;
2148
- blue500: string;
2149
- blue600: string;
2150
- blue700: string;
2151
- blue800: string;
2152
- blue900: string;
2153
- purple100: string;
2154
- purple200: string;
2155
- purple300: string;
2156
- purple400: string;
2157
- purple500: string;
2158
- purple600: string;
2159
- purple700: string;
2160
- purple800: string;
2161
- purple900: string;
2162
- green100: string;
2163
- green200: string;
2164
- green300: string;
2165
- green400: string;
2166
- green500: string;
2167
- green600: string;
2168
- green700: string;
2169
- green800: string;
2170
- green900: string;
2171
- yellow100: string;
2172
- yellow200: string;
2173
- yellow300: string;
2174
- yellow400: string;
2175
- yellow500: string;
2176
- yellow600: string;
2177
- yellow700: string;
2178
- yellow800: string;
2179
- yellow900: string;
2180
- red100: string;
2181
- red200: string;
2182
- red300: string;
2183
- red400: string;
2184
- red500: string;
2185
- red600: string;
2186
- red700: string;
2187
- red800: string;
2188
- red900: string;
2189
- cyan100: string;
2190
- cyan200: string;
2191
- cyan300: string;
2192
- cyan400: string;
2193
- cyan500: string;
2194
- cyan600: string;
2195
- cyan700: string;
2196
- cyan800: string;
2197
- cyan900: string;
2198
- pink100: string;
2199
- pink200: string;
2200
- pink300: string;
2201
- pink400: string;
2202
- pink500: string;
2203
- pink600: string;
2204
- pink700: string;
2205
- pink800: string;
2206
- pink900: string;
3473
+ gray50: string;
2207
3474
  gray100: string;
2208
3475
  gray200: string;
2209
3476
  gray300: string;
@@ -2213,41 +3480,173 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2213
3480
  gray700: string;
2214
3481
  gray800: string;
2215
3482
  gray900: string;
3483
+ pink50: string;
3484
+ pink100: string;
3485
+ pink200: string;
3486
+ pink300: string;
3487
+ pink400: string;
3488
+ pink500: string;
3489
+ pink600: string;
3490
+ pink700: string;
3491
+ pink800: string;
3492
+ pink900: string;
3493
+ cyan50: string;
3494
+ cyan100: string;
3495
+ cyan200: string;
3496
+ cyan300: string;
3497
+ cyan400: string;
3498
+ cyan500: string;
3499
+ cyan600: string;
3500
+ cyan700: string;
3501
+ cyan800: string;
3502
+ cyan900: string;
3503
+ red50: string;
3504
+ red100: string;
3505
+ red200: string;
3506
+ red300: string;
3507
+ red400: string;
3508
+ red500: string;
3509
+ red600: string;
3510
+ red700: string;
3511
+ red800: string;
3512
+ red900: string;
3513
+ yellow50: string;
3514
+ yellow100: string;
3515
+ yellow200: string;
3516
+ yellow300: string;
3517
+ yellow400: string;
3518
+ yellow500: string;
3519
+ yellow600: string;
3520
+ yellow700: string;
3521
+ yellow800: string;
3522
+ yellow900: string;
3523
+ green50: string;
3524
+ green100: string;
3525
+ green200: string;
3526
+ green300: string;
3527
+ green400: string;
3528
+ green500: string;
3529
+ green600: string;
3530
+ green700: string;
3531
+ green800: string;
3532
+ green900: string;
3533
+ purple50: string;
3534
+ purple100: string;
3535
+ purple200: string;
3536
+ purple300: string;
3537
+ purple400: string;
3538
+ purple500: string;
3539
+ purple600: string;
3540
+ purple700: string;
3541
+ purple800: string;
3542
+ purple900: string;
3543
+ blue50: string;
3544
+ blue100: string;
3545
+ blue200: string;
3546
+ blue300: string;
3547
+ blue400: string;
3548
+ blue500: string;
3549
+ blue600: string;
3550
+ blue700: string;
3551
+ blue800: string;
3552
+ blue900: string;
3553
+ background: string;
3554
+ foreground: string;
3555
+ backgroundContrast: string;
3556
+ white: string;
3557
+ black: string;
2216
3558
  primaryLight: string;
3559
+ primaryLightHover: string;
3560
+ primaryLightActive: string;
3561
+ primaryLightContrast: string;
2217
3562
  primary: string;
2218
- primaryDark: string;
3563
+ primaryBorder: string;
3564
+ primaryBorderHover: string;
3565
+ primarySolidHover: string;
3566
+ primarySolidContrast: string;
2219
3567
  primaryShadow: string;
2220
3568
  secondaryLight: string;
3569
+ secondaryLightHover: string;
3570
+ secondaryLightActive: string;
3571
+ secondaryLightContrast: string;
2221
3572
  secondary: string;
2222
- secondaryDark: string;
3573
+ secondaryBorder: string;
3574
+ secondaryBorderHover: string;
3575
+ secondarySolidHover: string;
3576
+ secondarySolidContrast: string;
2223
3577
  secondaryShadow: string;
2224
3578
  successLight: string;
3579
+ successLightHover: string;
3580
+ successLightActive: string;
3581
+ successLightContrast: string;
2225
3582
  success: string;
2226
- successDark: string;
3583
+ successBorder: string;
3584
+ successBorderHover: string;
3585
+ successSolidHover: string;
3586
+ successSolidContrast: string;
2227
3587
  successShadow: string;
2228
3588
  warningLight: string;
3589
+ warningLightHover: string;
3590
+ warningLightActive: string;
3591
+ warningLightContrast: string;
2229
3592
  warning: string;
2230
- warningDark: string;
3593
+ warningBorder: string;
3594
+ warningBorderHover: string;
3595
+ warningSolidHover: string;
3596
+ warningSolidContrast: string;
2231
3597
  warningShadow: string;
2232
3598
  errorLight: string;
3599
+ errorLightHover: string;
3600
+ errorLightActive: string;
3601
+ errorLightContrast: string;
2233
3602
  error: string;
2234
- errorDark: string;
3603
+ errorBorder: string;
3604
+ errorBorderHover: string;
3605
+ errorSolidHover: string;
3606
+ errorSolidContrast: string;
2235
3607
  errorShadow: string;
3608
+ neutralLight: string;
3609
+ neutralLightHover: string;
3610
+ neutralLightActive: string;
3611
+ neutralLightContrast: string;
3612
+ neutral: string;
3613
+ neutralBorder: string;
3614
+ neutralBorderHover: string;
3615
+ neutralSolidHover: string;
3616
+ neutralSolidContrast: string;
3617
+ neutralShadow: string;
2236
3618
  gradient: string;
2237
- link: string;
3619
+ accents0: string;
3620
+ accents1: string;
3621
+ accents2: string;
3622
+ accents3: string;
3623
+ accents4: string;
3624
+ accents5: string;
3625
+ accents6: string;
3626
+ accents7: string;
3627
+ accents8: string;
3628
+ accents9: string;
3629
+ border: string;
2238
3630
  };
2239
3631
  fonts: {
2240
3632
  sans: string;
2241
3633
  mono: string;
2242
3634
  };
2243
3635
  fontSizes: {
2244
- tiny: string;
2245
3636
  xs: string;
2246
- base: string;
2247
3637
  sm: string;
3638
+ base: string;
2248
3639
  md: string;
2249
3640
  lg: string;
2250
3641
  xl: string;
3642
+ xl2: string;
3643
+ xl3: string;
3644
+ xl4: string;
3645
+ xl5: string;
3646
+ xl6: string;
3647
+ xl7: string;
3648
+ xl8: string;
3649
+ xl9: string;
2251
3650
  };
2252
3651
  fontWeights: {
2253
3652
  hairline: number;
@@ -2263,9 +3662,18 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2263
3662
  lineHeights: {
2264
3663
  xs: number;
2265
3664
  sm: number;
3665
+ base: number;
2266
3666
  md: number;
2267
3667
  lg: number;
2268
3668
  xl: number;
3669
+ xl2: number;
3670
+ xl3: number;
3671
+ xl4: number;
3672
+ xl5: number;
3673
+ xl6: number;
3674
+ xl7: number;
3675
+ xl8: number;
3676
+ xl9: number;
2269
3677
  };
2270
3678
  letterSpacings: {
2271
3679
  tighter: string;
@@ -2350,6 +3758,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2350
3758
  avatar: string;
2351
3759
  link: string;
2352
3760
  card: string;
3761
+ dropdownItem: string;
2353
3762
  };
2354
3763
  breakpoints: {
2355
3764
  xs: string;
@@ -2725,7 +4134,9 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2725
4134
  readonly [$$PropertyValue]: "backgroundColor";
2726
4135
  }) => {
2727
4136
  bf: string;
2728
- bg: string;
4137
+ bg: {
4138
+ readonly [$$PropertyValue]: "backgroundColor";
4139
+ };
2729
4140
  };
2730
4141
  bgColor: (value: {
2731
4142
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2803,6 +4214,32 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
2803
4214
  readonly [$$PropertyValue]: "boxShadow";
2804
4215
  };
2805
4216
  };
4217
+ ds: (value: {
4218
+ readonly [$$PropertyValue]: "boxShadow";
4219
+ }) => {
4220
+ dropShadow: {
4221
+ readonly [$$PropertyValue]: "boxShadow";
4222
+ };
4223
+ };
4224
+ shadow: (value: {
4225
+ readonly [$$PropertyValue]: "boxShadow";
4226
+ }) => {
4227
+ boxShadow: {
4228
+ readonly [$$PropertyValue]: "boxShadow";
4229
+ };
4230
+ };
4231
+ dshadow: (value: {
4232
+ readonly [$$PropertyValue]: "boxShadow";
4233
+ }) => {
4234
+ dropShadow: {
4235
+ readonly [$$PropertyValue]: "boxShadow";
4236
+ };
4237
+ };
4238
+ dropShadow: (value: {
4239
+ readonly [$$PropertyValue]: "boxShadow";
4240
+ }) => {
4241
+ filter: string;
4242
+ };
2806
4243
  normalShadow: (value: {
2807
4244
  readonly [$$PropertyValue]: "backgroundColor";
2808
4245
  }) => {
@@ -3006,6 +4443,16 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
3006
4443
  readonly [$$PropertyValue]: "textDecorationLine";
3007
4444
  };
3008
4445
  };
4446
+ truncateText: (value: {
4447
+ readonly [$$PropertyValue]: "width";
4448
+ }) => {
4449
+ maxWidth: {
4450
+ readonly [$$PropertyValue]: "width";
4451
+ };
4452
+ whiteSpace: string;
4453
+ overflow: string;
4454
+ textOverflow: string;
4455
+ };
3009
4456
  textGradient: (value: {
3010
4457
  readonly [$$PropertyValue]: "backgroundImage";
3011
4458
  }) => {