@nextui-org/react 1.0.2-beta.3 → 1.0.2-beta.5-dbg2

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 (788) hide show
  1. package/README.md +2 -2
  2. package/cjs/avatar/avatar-group.js +1 -35
  3. package/cjs/avatar/avatar-group.styles.js +1 -52
  4. package/cjs/avatar/avatar.js +1 -75
  5. package/cjs/avatar/avatar.styles.js +1 -334
  6. package/cjs/avatar/index.js +1 -22
  7. package/cjs/backdrop/backdrop.js +1 -137
  8. package/cjs/backdrop/backdrop.styles.js +1 -119
  9. package/cjs/backdrop/index.js +1 -16
  10. package/cjs/button/button-group-context.js +1 -21
  11. package/cjs/button/button-group.js +1 -81
  12. package/cjs/button/button-group.styles.js +1 -136
  13. package/cjs/button/button-icon.js +1 -68
  14. package/cjs/button/button.js +1 -145
  15. package/cjs/button/button.styles.js +1 -726
  16. package/cjs/button/index.js +1 -25
  17. package/cjs/button/utils.js +1 -27
  18. package/cjs/card/card.js +1 -117
  19. package/cjs/card/card.styles.js +1 -267
  20. package/cjs/card/index.js +1 -24
  21. package/cjs/checkbox/checkbox-context.js +1 -25
  22. package/cjs/checkbox/checkbox-group.js +1 -89
  23. package/cjs/checkbox/checkbox.js +1 -192
  24. package/cjs/checkbox/checkbox.styles.js +1 -563
  25. package/cjs/checkbox/index.js +1 -26
  26. package/cjs/code/code.js +1 -42
  27. package/cjs/code/code.styles.js +1 -14
  28. package/cjs/code/index.js +1 -15
  29. package/cjs/col/col.js +1 -46
  30. package/cjs/col/col.styles.js +1 -16
  31. package/cjs/col/index.js +1 -14
  32. package/cjs/collapse/collapse-context.js +1 -20
  33. package/cjs/collapse/collapse-group.js +1 -90
  34. package/cjs/collapse/collapse-icon.js +1 -41
  35. package/cjs/collapse/collapse.js +1 -196
  36. package/cjs/collapse/collapse.styles.js +1 -256
  37. package/cjs/collapse/index.js +1 -22
  38. package/cjs/container/container.js +1 -91
  39. package/cjs/container/container.styles.js +1 -45
  40. package/cjs/container/index.js +1 -14
  41. package/cjs/css-baseline/css-baseline.js +1 -247
  42. package/cjs/css-baseline/index.js +1 -11
  43. package/cjs/divider/divider.js +1 -82
  44. package/cjs/divider/divider.styles.js +1 -77
  45. package/cjs/divider/index.js +1 -15
  46. package/cjs/grid/grid-container.js +1 -60
  47. package/cjs/grid/grid-item.js +1 -123
  48. package/cjs/grid/grid.js +1 -29
  49. package/cjs/grid/grid.styles.js +1 -15
  50. package/cjs/grid/index.js +1 -18
  51. package/cjs/image/image.js +1 -150
  52. package/cjs/image/image.skeleton.js +1 -50
  53. package/cjs/image/image.styles.js +1 -57
  54. package/cjs/image/index.js +1 -16
  55. package/cjs/index.js +1 -435
  56. package/cjs/input/index.js +1 -30
  57. package/cjs/input/input-password.js +1 -80
  58. package/cjs/input/input-props.js +1 -30
  59. package/cjs/input/input.js +1 -318
  60. package/cjs/input/input.styles.js +1 -878
  61. package/cjs/input/password-icon.js +1 -51
  62. package/cjs/link/icon.js +1 -42
  63. package/cjs/link/index.js +1 -15
  64. package/cjs/link/link.js +1 -42
  65. package/cjs/link/link.styles.js +1 -135
  66. package/cjs/loading/index.js +1 -24
  67. package/cjs/loading/loading.js +1 -80
  68. package/cjs/loading/loading.styles.js +1 -438
  69. package/cjs/loading/spinner.js +1 -47
  70. package/cjs/modal/index.js +1 -28
  71. package/cjs/modal/modal-body.js +1 -62
  72. package/cjs/modal/modal-close-button.js +1 -49
  73. package/cjs/modal/modal-context.js +1 -18
  74. package/cjs/modal/modal-footer.js +1 -69
  75. package/cjs/modal/modal-header.js +1 -69
  76. package/cjs/modal/modal-wrapper.js +1 -153
  77. package/cjs/modal/modal.js +1 -159
  78. package/cjs/modal/modal.styles.js +1 -243
  79. package/cjs/modal/use-modal.js +1 -25
  80. package/cjs/pagination/index.js +1 -19
  81. package/cjs/pagination/pagination-ellipsis.js +1 -86
  82. package/cjs/pagination/pagination-highlight.js +1 -52
  83. package/cjs/pagination/pagination-icon.js +1 -59
  84. package/cjs/pagination/pagination-item.js +1 -104
  85. package/cjs/pagination/pagination.js +1 -169
  86. package/cjs/pagination/pagination.styles.js +1 -361
  87. package/cjs/progress/index.js +1 -15
  88. package/cjs/progress/progress.js +1 -101
  89. package/cjs/progress/progress.styles.js +1 -165
  90. package/cjs/radio/index.js +1 -24
  91. package/cjs/radio/radio-context.js +1 -24
  92. package/cjs/radio/radio-group.js +1 -78
  93. package/cjs/radio/radio.js +1 -156
  94. package/cjs/radio/radio.styles.js +1 -240
  95. package/cjs/row/index.js +1 -14
  96. package/cjs/row/row.js +1 -54
  97. package/cjs/row/row.styles.js +1 -25
  98. package/cjs/snippet/index.js +1 -16
  99. package/cjs/snippet/snippet-icon.js +1 -52
  100. package/cjs/snippet/snippet.js +1 -137
  101. package/cjs/snippet/snippet.styles.js +1 -141
  102. package/cjs/spacer/index.js +1 -14
  103. package/cjs/spacer/spacer.js +1 -49
  104. package/cjs/spacer/spacer.styles.js +1 -24
  105. package/cjs/switch/index.js +1 -17
  106. package/cjs/switch/switch.js +1 -142
  107. package/cjs/switch/switch.styles.js +1 -283
  108. package/cjs/table/base/index.js +1 -0
  109. package/cjs/table/base/table-body.js +1 -0
  110. package/cjs/table/base/table-cell.js +1 -0
  111. package/cjs/table/base/table-column.js +1 -0
  112. package/cjs/table/base/table-header.js +1 -0
  113. package/cjs/table/base/table-row.js +1 -0
  114. package/cjs/table/index.js +1 -0
  115. package/cjs/table/table-body.js +1 -0
  116. package/cjs/table/table-cell.js +1 -0
  117. package/cjs/table/table-checkbox-cell.js +1 -0
  118. package/cjs/table/table-column-header.js +1 -0
  119. package/cjs/table/table-context.js +1 -0
  120. package/cjs/table/table-footer.js +1 -0
  121. package/cjs/table/table-header-row.js +1 -0
  122. package/cjs/table/table-pagination.js +1 -0
  123. package/cjs/table/table-row-group.js +1 -0
  124. package/cjs/table/table-row.js +1 -0
  125. package/cjs/table/table-select-all-checkbox.js +1 -0
  126. package/cjs/table/table-sort-icon.js +1 -0
  127. package/cjs/table/table.js +1 -0
  128. package/cjs/table/table.styles.js +1 -0
  129. package/cjs/table/utils.js +1 -0
  130. package/cjs/text/child.js +1 -83
  131. package/cjs/text/index.js +1 -14
  132. package/cjs/text/text.js +1 -124
  133. package/cjs/text/text.styles.js +1 -41
  134. package/cjs/textarea/index.js +1 -12
  135. package/cjs/textarea/textarea.js +1 -126
  136. package/cjs/textarea/utils.js +1 -126
  137. package/cjs/theme/common.js +1 -503
  138. package/cjs/theme/dark-theme.js +1 -38
  139. package/cjs/theme/index.js +1 -31
  140. package/cjs/theme/light-theme.js +1 -33
  141. package/cjs/theme/stitches.config.js +1 -88
  142. package/cjs/theme/theme-context.js +1 -22
  143. package/cjs/theme/theme-provider.js +1 -111
  144. package/cjs/theme/types.js +1 -3
  145. package/cjs/theme/utils.js +1 -113
  146. package/cjs/tooltip/index.js +1 -17
  147. package/cjs/tooltip/placement.js +1 -193
  148. package/cjs/tooltip/tooltip-content.js +1 -135
  149. package/cjs/tooltip/tooltip.js +1 -143
  150. package/cjs/tooltip/tooltip.styles.js +1 -159
  151. package/cjs/use-body-scroll/index.js +1 -12
  152. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  153. package/cjs/use-click-anywhere/index.js +1 -12
  154. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  155. package/cjs/use-click-away/index.js +1 -12
  156. package/cjs/use-click-away/use-click-away.js +1 -23
  157. package/cjs/use-clipboard/index.js +1 -12
  158. package/cjs/use-clipboard/use-clipboard.js +1 -57
  159. package/cjs/use-current-state/index.js +1 -12
  160. package/cjs/use-current-state/use-current-state.js +1 -28
  161. package/cjs/use-drip/index.js +1 -12
  162. package/cjs/use-drip/use-drip.js +1 -38
  163. package/cjs/use-input/index.js +1 -12
  164. package/cjs/use-input/use-input.js +1 -32
  165. package/cjs/use-keyboard/codes.js +1 -104
  166. package/cjs/use-keyboard/helper.js +1 -35
  167. package/cjs/use-keyboard/index.js +1 -15
  168. package/cjs/use-keyboard/use-keyboard.js +1 -76
  169. package/cjs/use-pagination/index.js +1 -88
  170. package/cjs/use-portal/index.js +1 -12
  171. package/cjs/use-portal/use-portal.js +1 -43
  172. package/cjs/use-real-shape/index.js +1 -12
  173. package/cjs/use-real-shape/use-real-shape.js +1 -55
  174. package/cjs/use-resize/index.js +1 -12
  175. package/cjs/use-resize/use-resize.js +1 -23
  176. package/cjs/use-ssr/index.js +1 -12
  177. package/cjs/use-ssr/use-ssr.js +1 -25
  178. package/cjs/use-theme/index.js +1 -12
  179. package/cjs/use-theme/use-theme.js +1 -16
  180. package/cjs/use-warning/index.js +1 -12
  181. package/cjs/use-warning/use-warning.js +1 -23
  182. package/cjs/user/index.js +1 -21
  183. package/cjs/user/user-link.js +1 -46
  184. package/cjs/user/user.js +1 -63
  185. package/cjs/user/user.styles.js +1 -56
  186. package/cjs/utils/assertion.js +1 -42
  187. package/cjs/utils/clear-icon.js +1 -70
  188. package/cjs/utils/clsx.js +1 -57
  189. package/cjs/utils/collections.js +1 -110
  190. package/cjs/utils/color.js +1 -187
  191. package/cjs/utils/css-transition.js +1 -76
  192. package/cjs/utils/deep-merge.js +1 -33
  193. package/cjs/utils/dimensions.js +1 -10
  194. package/cjs/utils/dom.js +1 -110
  195. package/cjs/utils/drip.js +1 -116
  196. package/cjs/utils/expand.js +1 -109
  197. package/cjs/utils/icons.js +1 -481
  198. package/cjs/utils/numbers.js +1 -23
  199. package/cjs/utils/object.js +1 -40
  200. package/cjs/utils/prop-types.js +1 -56
  201. package/cjs/utils/react.js +1 -24
  202. package/cjs/utils/strings.js +1 -18
  203. package/cjs/utils/types.d.js +1 -3
  204. package/cjs/utils/with-defaults.js +1 -13
  205. package/esm/avatar/avatar-group.js +1 -35
  206. package/esm/avatar/avatar-group.styles.js +1 -52
  207. package/esm/avatar/avatar.js +1 -75
  208. package/esm/avatar/avatar.styles.js +1 -334
  209. package/esm/avatar/index.js +1 -22
  210. package/esm/backdrop/backdrop.js +1 -137
  211. package/esm/backdrop/backdrop.styles.js +1 -119
  212. package/esm/backdrop/index.js +1 -16
  213. package/esm/button/button-group-context.js +1 -21
  214. package/esm/button/button-group.js +1 -81
  215. package/esm/button/button-group.styles.js +1 -136
  216. package/esm/button/button-icon.js +1 -68
  217. package/esm/button/button.js +1 -145
  218. package/esm/button/button.styles.js +1 -726
  219. package/esm/button/index.js +1 -25
  220. package/esm/button/utils.js +1 -27
  221. package/esm/card/card.js +1 -117
  222. package/esm/card/card.styles.js +1 -267
  223. package/esm/card/index.js +1 -24
  224. package/esm/checkbox/checkbox-context.js +1 -25
  225. package/esm/checkbox/checkbox-group.js +1 -89
  226. package/esm/checkbox/checkbox.js +1 -192
  227. package/esm/checkbox/checkbox.styles.js +1 -563
  228. package/esm/checkbox/index.js +1 -26
  229. package/esm/code/code.js +1 -42
  230. package/esm/code/code.styles.js +1 -14
  231. package/esm/code/index.js +1 -15
  232. package/esm/col/col.js +1 -46
  233. package/esm/col/col.styles.js +1 -16
  234. package/esm/col/index.js +1 -14
  235. package/esm/collapse/collapse-context.js +1 -20
  236. package/esm/collapse/collapse-group.js +1 -90
  237. package/esm/collapse/collapse-icon.js +1 -41
  238. package/esm/collapse/collapse.js +1 -196
  239. package/esm/collapse/collapse.styles.js +1 -256
  240. package/esm/collapse/index.js +1 -22
  241. package/esm/container/container.js +1 -91
  242. package/esm/container/container.styles.js +1 -45
  243. package/esm/container/index.js +1 -14
  244. package/esm/css-baseline/css-baseline.js +1 -247
  245. package/esm/css-baseline/index.js +1 -11
  246. package/esm/divider/divider.js +1 -82
  247. package/esm/divider/divider.styles.js +1 -77
  248. package/esm/divider/index.js +1 -15
  249. package/esm/grid/grid-container.js +1 -60
  250. package/esm/grid/grid-item.js +1 -123
  251. package/esm/grid/grid.js +1 -29
  252. package/esm/grid/grid.styles.js +1 -15
  253. package/esm/grid/index.js +1 -18
  254. package/esm/image/image.js +1 -150
  255. package/esm/image/image.skeleton.js +1 -50
  256. package/esm/image/image.styles.js +1 -57
  257. package/esm/image/index.js +1 -16
  258. package/esm/index.js +1 -435
  259. package/esm/input/index.js +1 -30
  260. package/esm/input/input-password.js +1 -80
  261. package/esm/input/input-props.js +1 -30
  262. package/esm/input/input.js +1 -318
  263. package/esm/input/input.styles.js +1 -878
  264. package/esm/input/password-icon.js +1 -51
  265. package/esm/link/icon.js +1 -42
  266. package/esm/link/index.js +1 -15
  267. package/esm/link/link.js +1 -42
  268. package/esm/link/link.styles.js +1 -135
  269. package/esm/loading/index.js +1 -24
  270. package/esm/loading/loading.js +1 -80
  271. package/esm/loading/loading.styles.js +1 -438
  272. package/esm/loading/spinner.js +1 -47
  273. package/esm/modal/index.js +1 -28
  274. package/esm/modal/modal-body.js +1 -62
  275. package/esm/modal/modal-close-button.js +1 -49
  276. package/esm/modal/modal-context.js +1 -18
  277. package/esm/modal/modal-footer.js +1 -69
  278. package/esm/modal/modal-header.js +1 -69
  279. package/esm/modal/modal-wrapper.js +1 -153
  280. package/esm/modal/modal.js +1 -159
  281. package/esm/modal/modal.styles.js +1 -243
  282. package/esm/modal/use-modal.js +1 -25
  283. package/esm/pagination/index.js +1 -19
  284. package/esm/pagination/pagination-ellipsis.js +1 -86
  285. package/esm/pagination/pagination-highlight.js +1 -52
  286. package/esm/pagination/pagination-icon.js +1 -59
  287. package/esm/pagination/pagination-item.js +1 -104
  288. package/esm/pagination/pagination.js +1 -169
  289. package/esm/pagination/pagination.styles.js +1 -361
  290. package/esm/progress/index.js +1 -15
  291. package/esm/progress/progress.js +1 -101
  292. package/esm/progress/progress.styles.js +1 -165
  293. package/esm/radio/index.js +1 -24
  294. package/esm/radio/radio-context.js +1 -24
  295. package/esm/radio/radio-group.js +1 -78
  296. package/esm/radio/radio.js +1 -156
  297. package/esm/radio/radio.styles.js +1 -240
  298. package/esm/row/index.js +1 -14
  299. package/esm/row/row.js +1 -54
  300. package/esm/row/row.styles.js +1 -25
  301. package/esm/snippet/index.js +1 -16
  302. package/esm/snippet/snippet-icon.js +1 -52
  303. package/esm/snippet/snippet.js +1 -137
  304. package/esm/snippet/snippet.styles.js +1 -141
  305. package/esm/spacer/index.js +1 -14
  306. package/esm/spacer/spacer.js +1 -49
  307. package/esm/spacer/spacer.styles.js +1 -24
  308. package/esm/switch/index.js +1 -17
  309. package/esm/switch/switch.js +1 -142
  310. package/esm/switch/switch.styles.js +1 -283
  311. package/esm/table/base/index.js +1 -0
  312. package/esm/table/base/table-body.js +1 -0
  313. package/esm/table/base/table-cell.js +1 -0
  314. package/esm/table/base/table-column.js +1 -0
  315. package/esm/table/base/table-header.js +1 -0
  316. package/esm/table/base/table-row.js +1 -0
  317. package/esm/table/index.js +1 -0
  318. package/esm/table/table-body.js +1 -0
  319. package/esm/table/table-cell.js +1 -0
  320. package/esm/table/table-checkbox-cell.js +1 -0
  321. package/esm/table/table-column-header.js +1 -0
  322. package/esm/table/table-context.js +1 -0
  323. package/esm/table/table-footer.js +1 -0
  324. package/esm/table/table-header-row.js +1 -0
  325. package/esm/table/table-pagination.js +1 -0
  326. package/esm/table/table-row-group.js +1 -0
  327. package/esm/table/table-row.js +1 -0
  328. package/esm/table/table-select-all-checkbox.js +1 -0
  329. package/esm/table/table-sort-icon.js +1 -0
  330. package/esm/table/table.js +1 -0
  331. package/esm/table/table.styles.js +1 -0
  332. package/esm/table/utils.js +1 -0
  333. package/esm/text/child.js +1 -83
  334. package/esm/text/index.js +1 -14
  335. package/esm/text/text.js +1 -124
  336. package/esm/text/text.styles.js +1 -41
  337. package/esm/textarea/index.js +1 -12
  338. package/esm/textarea/textarea.js +1 -126
  339. package/esm/textarea/utils.js +1 -126
  340. package/esm/theme/common.js +1 -503
  341. package/esm/theme/dark-theme.js +1 -38
  342. package/esm/theme/index.js +1 -31
  343. package/esm/theme/light-theme.js +1 -33
  344. package/esm/theme/stitches.config.js +1 -88
  345. package/esm/theme/theme-context.js +1 -22
  346. package/esm/theme/theme-provider.js +1 -111
  347. package/esm/theme/types.js +1 -3
  348. package/esm/theme/utils.js +1 -113
  349. package/esm/tooltip/index.js +1 -17
  350. package/esm/tooltip/placement.js +1 -193
  351. package/esm/tooltip/tooltip-content.js +1 -135
  352. package/esm/tooltip/tooltip.js +1 -143
  353. package/esm/tooltip/tooltip.styles.js +1 -159
  354. package/esm/use-body-scroll/index.js +1 -12
  355. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  356. package/esm/use-click-anywhere/index.js +1 -12
  357. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  358. package/esm/use-click-away/index.js +1 -12
  359. package/esm/use-click-away/use-click-away.js +1 -23
  360. package/esm/use-clipboard/index.js +1 -12
  361. package/esm/use-clipboard/use-clipboard.js +1 -57
  362. package/esm/use-current-state/index.js +1 -12
  363. package/esm/use-current-state/use-current-state.js +1 -28
  364. package/esm/use-drip/index.js +1 -12
  365. package/esm/use-drip/use-drip.js +1 -38
  366. package/esm/use-input/index.js +1 -12
  367. package/esm/use-input/use-input.js +1 -32
  368. package/esm/use-keyboard/codes.js +1 -104
  369. package/esm/use-keyboard/helper.js +1 -35
  370. package/esm/use-keyboard/index.js +1 -15
  371. package/esm/use-keyboard/use-keyboard.js +1 -76
  372. package/esm/use-pagination/index.js +1 -88
  373. package/esm/use-portal/index.js +1 -12
  374. package/esm/use-portal/use-portal.js +1 -43
  375. package/esm/use-real-shape/index.js +1 -12
  376. package/esm/use-real-shape/use-real-shape.js +1 -55
  377. package/esm/use-resize/index.js +1 -12
  378. package/esm/use-resize/use-resize.js +1 -23
  379. package/esm/use-ssr/index.js +1 -12
  380. package/esm/use-ssr/use-ssr.js +1 -25
  381. package/esm/use-theme/index.js +1 -12
  382. package/esm/use-theme/use-theme.js +1 -16
  383. package/esm/use-warning/index.js +1 -12
  384. package/esm/use-warning/use-warning.js +1 -23
  385. package/esm/user/index.js +1 -21
  386. package/esm/user/user-link.js +1 -46
  387. package/esm/user/user.js +1 -63
  388. package/esm/user/user.styles.js +1 -56
  389. package/esm/utils/assertion.js +1 -42
  390. package/esm/utils/clear-icon.js +1 -70
  391. package/esm/utils/clsx.js +1 -57
  392. package/esm/utils/collections.js +1 -110
  393. package/esm/utils/color.js +1 -187
  394. package/esm/utils/css-transition.js +1 -76
  395. package/esm/utils/deep-merge.js +1 -33
  396. package/esm/utils/dimensions.js +1 -10
  397. package/esm/utils/dom.js +1 -110
  398. package/esm/utils/drip.js +1 -116
  399. package/esm/utils/expand.js +1 -109
  400. package/esm/utils/icons.js +1 -481
  401. package/esm/utils/numbers.js +1 -23
  402. package/esm/utils/object.js +1 -40
  403. package/esm/utils/prop-types.js +1 -56
  404. package/esm/utils/react.js +1 -24
  405. package/esm/utils/strings.js +1 -18
  406. package/esm/utils/types.d.js +1 -3
  407. package/esm/utils/with-defaults.js +1 -13
  408. package/package.json +17 -3
  409. package/table/package.json +6 -0
  410. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  411. package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
  412. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  413. package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
  414. package/{cjs → types}/avatar/index.d.ts +0 -0
  415. package/{cjs → types}/backdrop/backdrop.d.ts +1 -1
  416. package/{cjs → types}/backdrop/backdrop.styles.d.ts +25 -1
  417. package/{cjs → types}/backdrop/index.d.ts +0 -0
  418. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  419. package/{cjs → types}/button/button-group.d.ts +0 -0
  420. package/{cjs → types}/button/button-group.styles.d.ts +9 -1
  421. package/{esm → types}/button/button-icon.d.ts +9 -0
  422. package/{cjs → types}/button/button.d.ts +1 -0
  423. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -930
  424. package/{cjs → types}/button/index.d.ts +0 -0
  425. package/{cjs → types}/button/utils.d.ts +0 -0
  426. package/{cjs → types}/card/card.d.ts +0 -0
  427. package/{cjs → types}/card/card.styles.d.ts +35 -3
  428. package/{cjs → types}/card/index.d.ts +0 -0
  429. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  430. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  431. package/{cjs → types}/checkbox/checkbox.d.ts +3 -3
  432. package/{esm/input/input.styles.d.ts → types/checkbox/checkbox.styles.d.ts} +181 -986
  433. package/{cjs → types}/checkbox/index.d.ts +1 -1
  434. package/{cjs → types}/code/code.d.ts +0 -0
  435. package/{esm → types}/code/code.styles.d.ts +16 -0
  436. package/{cjs → types}/code/index.d.ts +0 -0
  437. package/{cjs → types}/col/col.d.ts +0 -0
  438. package/{esm → types}/col/col.styles.d.ts +8 -0
  439. package/{cjs → types}/col/index.d.ts +0 -0
  440. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  441. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  442. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  443. package/{cjs → types}/collapse/collapse.d.ts +0 -0
  444. package/{esm → types}/collapse/collapse.styles.d.ts +42 -2
  445. package/{cjs → types}/collapse/index.d.ts +0 -0
  446. package/{cjs → types}/container/container.d.ts +0 -0
  447. package/{esm → types}/container/container.styles.d.ts +8 -0
  448. package/{cjs → types}/container/index.d.ts +0 -0
  449. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  450. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  451. package/{cjs → types}/divider/divider.d.ts +0 -0
  452. package/{esm → types}/divider/divider.styles.d.ts +16 -0
  453. package/{cjs → types}/divider/index.d.ts +0 -0
  454. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  455. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  456. package/{cjs → types}/grid/grid.d.ts +0 -0
  457. package/{cjs → types}/grid/grid.styles.d.ts +16 -0
  458. package/{cjs → types}/grid/index.d.ts +0 -0
  459. package/{cjs → types}/image/image.d.ts +0 -0
  460. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  461. package/{esm → types}/image/image.styles.d.ts +25 -1
  462. package/{cjs → types}/image/index.d.ts +0 -0
  463. package/{cjs → types}/index.d.ts +4 -0
  464. package/{cjs → types}/input/index.d.ts +0 -0
  465. package/{esm → types}/input/input-password.d.ts +1 -1
  466. package/{cjs → types}/input/input-props.d.ts +0 -0
  467. package/{cjs → types}/input/input.d.ts +0 -0
  468. package/{cjs → types}/input/input.styles.d.ts +93 -5
  469. package/{cjs → types}/input/password-icon.d.ts +0 -0
  470. package/{cjs → types}/link/icon.d.ts +0 -0
  471. package/{cjs → types}/link/index.d.ts +0 -0
  472. package/{cjs → types}/link/link.d.ts +1 -1
  473. package/{cjs → types}/link/link.styles.d.ts +17 -1
  474. package/{cjs → types}/loading/index.d.ts +0 -0
  475. package/{cjs → types}/loading/loading.d.ts +0 -0
  476. package/{esm → types}/loading/loading.styles.d.ts +48 -0
  477. package/{cjs → types}/loading/spinner.d.ts +0 -0
  478. package/{cjs → types}/modal/index.d.ts +0 -0
  479. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  480. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  481. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  482. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  483. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  484. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  485. package/{cjs → types}/modal/modal.d.ts +0 -0
  486. package/{cjs → types}/modal/modal.styles.d.ts +49 -1
  487. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  488. package/{cjs → types}/pagination/index.d.ts +0 -0
  489. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  490. package/{esm → types}/pagination/pagination-highlight.d.ts +2 -1
  491. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  492. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  493. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  494. package/{esm → types}/pagination/pagination.styles.d.ts +53 -5
  495. package/{cjs → types}/progress/index.d.ts +0 -0
  496. package/{esm → types}/progress/progress.d.ts +2 -2
  497. package/{esm → types}/progress/progress.styles.d.ts +17 -1
  498. package/{cjs → types}/radio/index.d.ts +0 -0
  499. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  500. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  501. package/{cjs → types}/radio/radio.d.ts +0 -0
  502. package/{cjs → types}/radio/radio.styles.d.ts +51 -3
  503. package/{cjs → types}/row/index.d.ts +0 -0
  504. package/{cjs → types}/row/row.d.ts +0 -0
  505. package/{esm → types}/row/row.styles.d.ts +8 -0
  506. package/{cjs → types}/snippet/index.d.ts +0 -0
  507. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  508. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  509. package/{esm → types}/snippet/snippet.styles.d.ts +33 -1
  510. package/{cjs → types}/spacer/index.d.ts +0 -0
  511. package/{esm → types}/spacer/spacer.d.ts +1 -1
  512. package/{cjs → types}/spacer/spacer.styles.d.ts +9 -1
  513. package/{cjs → types}/switch/index.d.ts +0 -0
  514. package/{esm → types}/switch/switch.d.ts +1 -1
  515. package/{cjs → types}/switch/switch.styles.d.ts +33 -1
  516. package/types/table/base/index.d.ts +5 -0
  517. package/types/table/base/table-body.d.ts +8 -0
  518. package/types/table/base/table-cell.d.ts +8 -0
  519. package/types/table/base/table-column.d.ts +8 -0
  520. package/types/table/base/table-header.d.ts +4 -0
  521. package/types/table/base/table-row.d.ts +8 -0
  522. package/types/table/index.d.ts +12 -0
  523. package/types/table/table-body.d.ts +20 -0
  524. package/types/table/table-cell-old.d.ts +22 -0
  525. package/types/table/table-cell.d.ts +20 -0
  526. package/types/table/table-checkbox-cell.d.ts +23 -0
  527. package/{esm/utils/drip.d.ts → types/table/table-column-header.d.ts} +79 -30
  528. package/types/table/table-column.d.ts +17 -0
  529. package/types/table/table-context.d.ts +29 -0
  530. package/types/table/table-footer.d.ts +31 -0
  531. package/types/table/table-header-row.d.ts +19 -0
  532. package/types/table/table-old.d.ts +49 -0
  533. package/types/table/table-pagination.d.ts +16 -0
  534. package/{esm/code/code.d.ts → types/table/table-row-group.d.ts} +4 -5
  535. package/types/table/table-row.d.ts +20 -0
  536. package/types/table/table-select-all-checkbox.d.ts +20 -0
  537. package/{cjs/button/button-icon.d.ts → types/table/table-sort-icon.d.ts} +20 -18
  538. package/types/table/table-types.d.ts +30 -0
  539. package/types/table/table.d.ts +28 -0
  540. package/{cjs/checkbox/checkbox.styles.d.ts → types/table/table.styles.d.ts} +6795 -48
  541. package/types/table/utils.d.ts +2 -0
  542. package/{cjs → types}/text/child.d.ts +0 -0
  543. package/{cjs → types}/text/index.d.ts +0 -0
  544. package/{cjs → types}/text/text.d.ts +0 -0
  545. package/{cjs → types}/text/text.styles.d.ts +8 -0
  546. package/{cjs → types}/textarea/index.d.ts +0 -0
  547. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  548. package/{cjs → types}/textarea/utils.d.ts +0 -0
  549. package/{cjs → types}/theme/common.d.ts +16 -0
  550. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  551. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  552. package/types/theme/ssr-provider.d.ts +7 -0
  553. package/{cjs → types}/theme/stitches.config.d.ts +1022 -1
  554. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  555. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  556. package/{cjs → types}/theme/types.d.ts +0 -0
  557. package/{cjs → types}/theme/utils.d.ts +0 -0
  558. package/{cjs → types}/tooltip/index.d.ts +0 -0
  559. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  560. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  561. package/{esm → types}/tooltip/tooltip.d.ts +1 -1
  562. package/{esm → types}/tooltip/tooltip.styles.d.ts +34 -2
  563. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  564. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  565. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  566. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  567. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  568. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  569. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  570. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  571. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  572. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  573. package/{cjs → types}/use-drip/index.d.ts +0 -0
  574. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  575. package/{cjs → types}/use-input/index.d.ts +0 -0
  576. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  577. package/types/use-keyboard/codes.d.ts +92 -0
  578. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  579. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  580. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  581. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  582. package/{cjs → types}/use-portal/index.d.ts +0 -0
  583. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  584. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  585. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  586. package/{cjs → types}/use-resize/index.d.ts +0 -0
  587. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  588. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  589. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  590. package/{cjs → types}/use-theme/index.d.ts +0 -0
  591. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  592. package/{cjs → types}/use-warning/index.d.ts +0 -0
  593. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  594. package/types/user/index.d.ts +5 -0
  595. package/types/user/user-link.d.ts +15 -0
  596. package/{esm → types}/user/user.d.ts +2 -2
  597. package/{cjs → types}/user/user.styles.d.ts +41 -7
  598. package/{cjs → types}/utils/assertion.d.ts +0 -0
  599. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  600. package/{cjs → types}/utils/clsx.d.ts +0 -0
  601. package/{cjs → types}/utils/collections.d.ts +2 -1
  602. package/{cjs → types}/utils/color.d.ts +0 -0
  603. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  604. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  605. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  606. package/{cjs → types}/utils/drip.d.ts +8 -0
  607. package/{cjs → types}/utils/expand.d.ts +0 -0
  608. package/{cjs → types}/utils/numbers.d.ts +0 -0
  609. package/{cjs → types}/utils/object.d.ts +4 -0
  610. package/{esm → types}/utils/prop-types.d.ts +7 -0
  611. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  612. package/umd/nextui.js +30819 -10604
  613. package/umd/nextui.min.js +1 -1
  614. package/umd/nextui.min.js.LICENSE.txt +15 -0
  615. package/cjs/avatar/avatar.styles.d.ts +0 -937
  616. package/cjs/button/button.styles.d.ts +0 -940
  617. package/cjs/code/code.styles.d.ts +0 -1848
  618. package/cjs/col/col.styles.d.ts +0 -926
  619. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  620. package/cjs/container/container.styles.d.ts +0 -929
  621. package/cjs/divider/divider.styles.d.ts +0 -1853
  622. package/cjs/image/image.styles.d.ts +0 -2775
  623. package/cjs/input/input-password.d.ts +0 -98
  624. package/cjs/loading/loading.styles.d.ts +0 -5554
  625. package/cjs/pagination/pagination-highlight.d.ts +0 -14
  626. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  627. package/cjs/progress/progress.d.ts +0 -65
  628. package/cjs/progress/progress.styles.d.ts +0 -1859
  629. package/cjs/row/row.styles.d.ts +0 -928
  630. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  631. package/cjs/spacer/spacer.d.ts +0 -41
  632. package/cjs/switch/switch.d.ts +0 -82
  633. package/cjs/tooltip/tooltip.d.ts +0 -59
  634. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  635. package/cjs/use-keyboard/codes.d.ts +0 -92
  636. package/cjs/user/index.d.ts +0 -6
  637. package/cjs/user/user-link.d.ts +0 -32
  638. package/cjs/user/user.d.ts +0 -35
  639. package/cjs/utils/prop-types.d.ts +0 -54
  640. package/esm/avatar/avatar-group.d.ts +0 -13
  641. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  642. package/esm/avatar/avatar.d.ts +0 -21
  643. package/esm/avatar/index.d.ts +0 -7
  644. package/esm/backdrop/backdrop.d.ts +0 -37
  645. package/esm/backdrop/index.d.ts +0 -5
  646. package/esm/button/button-group-context.d.ts +0 -20
  647. package/esm/button/button-group.d.ts +0 -34
  648. package/esm/button/button-group.styles.d.ts +0 -932
  649. package/esm/button/button.d.ts +0 -30
  650. package/esm/button/button.styles.d.ts +0 -940
  651. package/esm/button/index.d.ts +0 -10
  652. package/esm/button/utils.d.ts +0 -4
  653. package/esm/card/card.d.ts +0 -23
  654. package/esm/card/card.styles.d.ts +0 -3707
  655. package/esm/card/index.d.ts +0 -5
  656. package/esm/checkbox/checkbox-context.d.ts +0 -13
  657. package/esm/checkbox/checkbox-group.d.ts +0 -29
  658. package/esm/checkbox/checkbox.d.ts +0 -58
  659. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  660. package/esm/checkbox/index.d.ts +0 -6
  661. package/esm/code/index.d.ts +0 -5
  662. package/esm/col/col.d.ts +0 -20
  663. package/esm/col/index.d.ts +0 -5
  664. package/esm/collapse/collapse-context.d.ts +0 -9
  665. package/esm/collapse/collapse-group.d.ts +0 -18
  666. package/esm/collapse/collapse-icon.d.ts +0 -19
  667. package/esm/collapse/collapse.d.ts +0 -43
  668. package/esm/collapse/index.d.ts +0 -6
  669. package/esm/container/container.d.ts +0 -40
  670. package/esm/container/index.d.ts +0 -5
  671. package/esm/css-baseline/css-baseline.d.ts +0 -9
  672. package/esm/css-baseline/index.d.ts +0 -1
  673. package/esm/divider/divider.d.ts +0 -22
  674. package/esm/divider/index.d.ts +0 -5
  675. package/esm/grid/grid-container.d.ts +0 -22
  676. package/esm/grid/grid-item.d.ts +0 -37
  677. package/esm/grid/grid.d.ts +0 -9
  678. package/esm/grid/grid.styles.d.ts +0 -1849
  679. package/esm/grid/index.d.ts +0 -7
  680. package/esm/image/image.d.ts +0 -29
  681. package/esm/image/image.skeleton.d.ts +0 -19
  682. package/esm/image/index.d.ts +0 -5
  683. package/esm/index.d.ts +0 -79
  684. package/esm/input/index.d.ts +0 -7
  685. package/esm/input/input-props.d.ts +0 -66
  686. package/esm/input/input.d.ts +0 -18
  687. package/esm/input/password-icon.d.ts +0 -6
  688. package/esm/link/icon.d.ts +0 -4
  689. package/esm/link/index.d.ts +0 -5
  690. package/esm/link/link.d.ts +0 -43
  691. package/esm/link/link.styles.d.ts +0 -1854
  692. package/esm/loading/index.d.ts +0 -7
  693. package/esm/loading/loading.d.ts +0 -24
  694. package/esm/loading/spinner.d.ts +0 -17
  695. package/esm/modal/index.d.ts +0 -8
  696. package/esm/modal/modal-body.d.ts +0 -45
  697. package/esm/modal/modal-close-button.d.ts +0 -13
  698. package/esm/modal/modal-context.d.ts +0 -8
  699. package/esm/modal/modal-footer.d.ts +0 -24
  700. package/esm/modal/modal-header.d.ts +0 -24
  701. package/esm/modal/modal-wrapper.d.ts +0 -24
  702. package/esm/modal/modal.d.ts +0 -42
  703. package/esm/modal/modal.styles.d.ts +0 -5560
  704. package/esm/modal/use-modal.d.ts +0 -11
  705. package/esm/pagination/index.d.ts +0 -7
  706. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  707. package/esm/pagination/pagination-icon.d.ts +0 -16
  708. package/esm/pagination/pagination-item.d.ts +0 -22
  709. package/esm/pagination/pagination.d.ts +0 -46
  710. package/esm/progress/index.d.ts +0 -5
  711. package/esm/radio/index.d.ts +0 -4
  712. package/esm/radio/radio-context.d.ts +0 -13
  713. package/esm/radio/radio-group.d.ts +0 -30
  714. package/esm/radio/radio.d.ts +0 -45
  715. package/esm/radio/radio.styles.d.ts +0 -5555
  716. package/esm/row/index.d.ts +0 -5
  717. package/esm/row/row.d.ts +0 -21
  718. package/esm/snippet/index.d.ts +0 -5
  719. package/esm/snippet/snippet-icon.d.ts +0 -21
  720. package/esm/snippet/snippet.d.ts +0 -35
  721. package/esm/spacer/index.d.ts +0 -5
  722. package/esm/spacer/spacer.styles.d.ts +0 -927
  723. package/esm/switch/index.d.ts +0 -5
  724. package/esm/switch/switch.styles.d.ts +0 -3708
  725. package/esm/text/child.d.ts +0 -23
  726. package/esm/text/index.d.ts +0 -4
  727. package/esm/text/text.d.ts +0 -59
  728. package/esm/text/text.styles.d.ts +0 -927
  729. package/esm/textarea/index.d.ts +0 -3
  730. package/esm/textarea/textarea.d.ts +0 -42
  731. package/esm/textarea/utils.d.ts +0 -13
  732. package/esm/theme/common.d.ts +0 -1644
  733. package/esm/theme/dark-theme.d.ts +0 -33
  734. package/esm/theme/light-theme.d.ts +0 -28
  735. package/esm/theme/stitches.config.d.ts +0 -9004
  736. package/esm/theme/theme-context.d.ts +0 -5
  737. package/esm/theme/theme-provider.d.ts +0 -14
  738. package/esm/theme/types.d.ts +0 -76
  739. package/esm/theme/utils.d.ts +0 -16
  740. package/esm/tooltip/index.d.ts +0 -6
  741. package/esm/tooltip/placement.d.ts +0 -39
  742. package/esm/tooltip/tooltip-content.d.ts +0 -27
  743. package/esm/use-body-scroll/index.d.ts +0 -3
  744. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  745. package/esm/use-click-anywhere/index.d.ts +0 -2
  746. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  747. package/esm/use-click-away/index.d.ts +0 -2
  748. package/esm/use-click-away/use-click-away.d.ts +0 -3
  749. package/esm/use-clipboard/index.d.ts +0 -3
  750. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  751. package/esm/use-current-state/index.d.ts +0 -2
  752. package/esm/use-current-state/use-current-state.d.ts +0 -8
  753. package/esm/use-drip/index.d.ts +0 -2
  754. package/esm/use-drip/use-drip.d.ts +0 -9
  755. package/esm/use-input/index.d.ts +0 -2
  756. package/esm/use-input/use-input.d.ts +0 -13
  757. package/esm/use-keyboard/codes.d.ts +0 -92
  758. package/esm/use-keyboard/helper.d.ts +0 -3
  759. package/esm/use-keyboard/index.d.ts +0 -5
  760. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  761. package/esm/use-pagination/index.d.ts +0 -20
  762. package/esm/use-portal/index.d.ts +0 -2
  763. package/esm/use-portal/use-portal.d.ts +0 -2
  764. package/esm/use-real-shape/index.d.ts +0 -2
  765. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  766. package/esm/use-resize/index.d.ts +0 -2
  767. package/esm/use-resize/use-resize.d.ts +0 -2
  768. package/esm/use-ssr/index.d.ts +0 -2
  769. package/esm/use-ssr/use-ssr.d.ts +0 -6
  770. package/esm/use-theme/index.d.ts +0 -2
  771. package/esm/use-theme/use-theme.d.ts +0 -3
  772. package/esm/use-warning/index.d.ts +0 -2
  773. package/esm/use-warning/use-warning.d.ts +0 -2
  774. package/esm/user/index.d.ts +0 -6
  775. package/esm/user/user-link.d.ts +0 -32
  776. package/esm/user/user.styles.d.ts +0 -4621
  777. package/esm/utils/assertion.d.ts +0 -8
  778. package/esm/utils/clear-icon.d.ts +0 -16
  779. package/esm/utils/clsx.d.ts +0 -1
  780. package/esm/utils/collections.d.ts +0 -12
  781. package/esm/utils/color.d.ts +0 -28
  782. package/esm/utils/css-transition.d.ts +0 -27
  783. package/esm/utils/deep-merge.d.ts +0 -1
  784. package/esm/utils/dimensions.d.ts +0 -1
  785. package/esm/utils/expand.d.ts +0 -20
  786. package/esm/utils/numbers.d.ts +0 -9
  787. package/esm/utils/object.d.ts +0 -11
  788. package/esm/utils/with-defaults.d.ts +0 -3
@@ -104,18 +104,23 @@ export declare const createThemeBase: <Argument0 extends string | ({
104
104
  primaryLight?: string | number | boolean | undefined;
105
105
  primary?: string | number | boolean | undefined;
106
106
  primaryDark?: string | number | boolean | undefined;
107
+ primaryShadow?: string | number | boolean | undefined;
107
108
  secondaryLight?: string | number | boolean | undefined;
108
109
  secondary?: string | number | boolean | undefined;
109
110
  secondaryDark?: string | number | boolean | undefined;
111
+ secondaryShadow?: string | number | boolean | undefined;
110
112
  successLight?: string | number | boolean | undefined;
111
113
  success?: string | number | boolean | undefined;
112
114
  successDark?: string | number | boolean | undefined;
115
+ successShadow?: string | number | boolean | undefined;
113
116
  warningLight?: string | number | boolean | undefined;
114
117
  warning?: string | number | boolean | undefined;
115
118
  warningDark?: string | number | boolean | undefined;
119
+ warningShadow?: string | number | boolean | undefined;
116
120
  errorLight?: string | number | boolean | undefined;
117
121
  error?: string | number | boolean | undefined;
118
122
  errorDark?: string | number | boolean | undefined;
123
+ errorShadow?: string | number | boolean | undefined;
119
124
  gradient?: string | number | boolean | undefined;
120
125
  link?: string | number | boolean | undefined;
121
126
  } | undefined;
@@ -344,18 +349,23 @@ export declare const createThemeBase: <Argument0 extends string | ({
344
349
  primaryLight?: string | number | boolean | undefined;
345
350
  primary?: string | number | boolean | undefined;
346
351
  primaryDark?: string | number | boolean | undefined;
352
+ primaryShadow?: string | number | boolean | undefined;
347
353
  secondaryLight?: string | number | boolean | undefined;
348
354
  secondary?: string | number | boolean | undefined;
349
355
  secondaryDark?: string | number | boolean | undefined;
356
+ secondaryShadow?: string | number | boolean | undefined;
350
357
  successLight?: string | number | boolean | undefined;
351
358
  success?: string | number | boolean | undefined;
352
359
  successDark?: string | number | boolean | undefined;
360
+ successShadow?: string | number | boolean | undefined;
353
361
  warningLight?: string | number | boolean | undefined;
354
362
  warning?: string | number | boolean | undefined;
355
363
  warningDark?: string | number | boolean | undefined;
364
+ warningShadow?: string | number | boolean | undefined;
356
365
  errorLight?: string | number | boolean | undefined;
357
366
  error?: string | number | boolean | undefined;
358
367
  errorDark?: string | number | boolean | undefined;
368
+ errorShadow?: string | number | boolean | undefined;
359
369
  gradient?: string | number | boolean | undefined;
360
370
  link?: string | number | boolean | undefined;
361
371
  } | undefined;
@@ -606,18 +616,23 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
606
616
  primaryLight: string;
607
617
  primary: string;
608
618
  primaryDark: string;
619
+ primaryShadow: string;
609
620
  secondaryLight: string;
610
621
  secondary: string;
611
622
  secondaryDark: string;
623
+ secondaryShadow: string;
612
624
  successLight: string;
613
625
  success: string;
614
626
  successDark: string;
627
+ successShadow: string;
615
628
  warningLight: string;
616
629
  warning: string;
617
630
  warningDark: string;
631
+ warningShadow: string;
618
632
  errorLight: string;
619
633
  error: string;
620
634
  errorDark: string;
635
+ errorShadow: string;
621
636
  gradient: string;
622
637
  link: string;
623
638
  };
@@ -1393,6 +1408,9 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
1393
1408
  backgroundImage: string;
1394
1409
  WebkitBackgroundClip: string;
1395
1410
  WebkitTextFillColor: string;
1411
+ '&::selection': {
1412
+ WebkitTextFillColor: string;
1413
+ };
1396
1414
  };
1397
1415
  }>>(type: Type, ...composers: { [K in keyof Composers]: Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
1398
1416
  variants?: {
@@ -1539,18 +1557,23 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
1539
1557
  primaryLight: string;
1540
1558
  primary: string;
1541
1559
  primaryDark: string;
1560
+ primaryShadow: string;
1542
1561
  secondaryLight: string;
1543
1562
  secondary: string;
1544
1563
  secondaryDark: string;
1564
+ secondaryShadow: string;
1545
1565
  successLight: string;
1546
1566
  success: string;
1547
1567
  successDark: string;
1568
+ successShadow: string;
1548
1569
  warningLight: string;
1549
1570
  warning: string;
1550
1571
  warningDark: string;
1572
+ warningShadow: string;
1551
1573
  errorLight: string;
1552
1574
  error: string;
1553
1575
  errorDark: string;
1576
+ errorShadow: string;
1554
1577
  gradient: string;
1555
1578
  link: string;
1556
1579
  };
@@ -2326,6 +2349,9 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
2326
2349
  backgroundImage: string;
2327
2350
  WebkitBackgroundClip: string;
2328
2351
  WebkitTextFillColor: string;
2352
+ '&::selection': {
2353
+ WebkitTextFillColor: string;
2354
+ };
2329
2355
  };
2330
2356
  }>>;
2331
2357
  export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> | {
@@ -2448,18 +2474,23 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
2448
2474
  primaryLight: string;
2449
2475
  primary: string;
2450
2476
  primaryDark: string;
2477
+ primaryShadow: string;
2451
2478
  secondaryLight: string;
2452
2479
  secondary: string;
2453
2480
  secondaryDark: string;
2481
+ secondaryShadow: string;
2454
2482
  successLight: string;
2455
2483
  success: string;
2456
2484
  successDark: string;
2485
+ successShadow: string;
2457
2486
  warningLight: string;
2458
2487
  warning: string;
2459
2488
  warningDark: string;
2489
+ warningShadow: string;
2460
2490
  errorLight: string;
2461
2491
  error: string;
2462
2492
  errorDark: string;
2493
+ errorShadow: string;
2463
2494
  gradient: string;
2464
2495
  link: string;
2465
2496
  };
@@ -3235,6 +3266,9 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
3235
3266
  backgroundImage: string;
3236
3267
  WebkitBackgroundClip: string;
3237
3268
  WebkitTextFillColor: string;
3269
+ '&::selection': {
3270
+ WebkitTextFillColor: string;
3271
+ };
3238
3272
  };
3239
3273
  }>>(...composers: { [K in keyof Composers]: Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
3240
3274
  variants?: {
@@ -3388,18 +3422,23 @@ export declare const globalCss: <Styles extends {
3388
3422
  primaryLight: string;
3389
3423
  primary: string;
3390
3424
  primaryDark: string;
3425
+ primaryShadow: string;
3391
3426
  secondaryLight: string;
3392
3427
  secondary: string;
3393
3428
  secondaryDark: string;
3429
+ secondaryShadow: string;
3394
3430
  successLight: string;
3395
3431
  success: string;
3396
3432
  successDark: string;
3433
+ successShadow: string;
3397
3434
  warningLight: string;
3398
3435
  warning: string;
3399
3436
  warningDark: string;
3437
+ warningShadow: string;
3400
3438
  errorLight: string;
3401
3439
  error: string;
3402
3440
  errorDark: string;
3441
+ errorShadow: string;
3403
3442
  gradient: string;
3404
3443
  link: string;
3405
3444
  };
@@ -4175,6 +4214,9 @@ export declare const globalCss: <Styles extends {
4175
4214
  backgroundImage: string;
4176
4215
  WebkitBackgroundClip: string;
4177
4216
  WebkitTextFillColor: string;
4217
+ '&::selection': {
4218
+ WebkitTextFillColor: string;
4219
+ };
4178
4220
  };
4179
4221
  }>;
4180
4222
  } : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
@@ -4295,18 +4337,23 @@ export declare const globalCss: <Styles extends {
4295
4337
  primaryLight: string;
4296
4338
  primary: string;
4297
4339
  primaryDark: string;
4340
+ primaryShadow: string;
4298
4341
  secondaryLight: string;
4299
4342
  secondary: string;
4300
4343
  secondaryDark: string;
4344
+ secondaryShadow: string;
4301
4345
  successLight: string;
4302
4346
  success: string;
4303
4347
  successDark: string;
4348
+ successShadow: string;
4304
4349
  warningLight: string;
4305
4350
  warning: string;
4306
4351
  warningDark: string;
4352
+ warningShadow: string;
4307
4353
  errorLight: string;
4308
4354
  error: string;
4309
4355
  errorDark: string;
4356
+ errorShadow: string;
4310
4357
  gradient: string;
4311
4358
  link: string;
4312
4359
  };
@@ -5082,6 +5129,9 @@ export declare const globalCss: <Styles extends {
5082
5129
  backgroundImage: string;
5083
5130
  WebkitBackgroundClip: string;
5084
5131
  WebkitTextFillColor: string;
5132
+ '&::selection': {
5133
+ WebkitTextFillColor: string;
5134
+ };
5085
5135
  };
5086
5136
  }>; })[]) => () => string;
5087
5137
  export declare const keyframes: (style: {
@@ -5203,18 +5253,23 @@ export declare const keyframes: (style: {
5203
5253
  primaryLight: string;
5204
5254
  primary: string;
5205
5255
  primaryDark: string;
5256
+ primaryShadow: string;
5206
5257
  secondaryLight: string;
5207
5258
  secondary: string;
5208
5259
  secondaryDark: string;
5260
+ secondaryShadow: string;
5209
5261
  successLight: string;
5210
5262
  success: string;
5211
5263
  successDark: string;
5264
+ successShadow: string;
5212
5265
  warningLight: string;
5213
5266
  warning: string;
5214
5267
  warningDark: string;
5268
+ warningShadow: string;
5215
5269
  errorLight: string;
5216
5270
  error: string;
5217
5271
  errorDark: string;
5272
+ errorShadow: string;
5218
5273
  gradient: string;
5219
5274
  link: string;
5220
5275
  };
@@ -5990,6 +6045,9 @@ export declare const keyframes: (style: {
5990
6045
  backgroundImage: string;
5991
6046
  WebkitBackgroundClip: string;
5992
6047
  WebkitTextFillColor: string;
6048
+ '&::selection': {
6049
+ WebkitTextFillColor: string;
6050
+ };
5993
6051
  };
5994
6052
  }>;
5995
6053
  }) => {
@@ -6102,18 +6160,23 @@ export declare const theme: string & {
6102
6160
  primaryLight: import("@stitches/react/types/theme").Token<"primaryLight", string, "colors", string>;
6103
6161
  primary: import("@stitches/react/types/theme").Token<"primary", string, "colors", string>;
6104
6162
  primaryDark: import("@stitches/react/types/theme").Token<"primaryDark", string, "colors", string>;
6163
+ primaryShadow: import("@stitches/react/types/theme").Token<"primaryShadow", string, "colors", string>;
6105
6164
  secondaryLight: import("@stitches/react/types/theme").Token<"secondaryLight", string, "colors", string>;
6106
6165
  secondary: import("@stitches/react/types/theme").Token<"secondary", string, "colors", string>;
6107
6166
  secondaryDark: import("@stitches/react/types/theme").Token<"secondaryDark", string, "colors", string>;
6167
+ secondaryShadow: import("@stitches/react/types/theme").Token<"secondaryShadow", string, "colors", string>;
6108
6168
  successLight: import("@stitches/react/types/theme").Token<"successLight", string, "colors", string>;
6109
6169
  success: import("@stitches/react/types/theme").Token<"success", string, "colors", string>;
6110
6170
  successDark: import("@stitches/react/types/theme").Token<"successDark", string, "colors", string>;
6171
+ successShadow: import("@stitches/react/types/theme").Token<"successShadow", string, "colors", string>;
6111
6172
  warningLight: import("@stitches/react/types/theme").Token<"warningLight", string, "colors", string>;
6112
6173
  warning: import("@stitches/react/types/theme").Token<"warning", string, "colors", string>;
6113
6174
  warningDark: import("@stitches/react/types/theme").Token<"warningDark", string, "colors", string>;
6175
+ warningShadow: import("@stitches/react/types/theme").Token<"warningShadow", string, "colors", string>;
6114
6176
  errorLight: import("@stitches/react/types/theme").Token<"errorLight", string, "colors", string>;
6115
6177
  error: import("@stitches/react/types/theme").Token<"error", string, "colors", string>;
6116
6178
  errorDark: import("@stitches/react/types/theme").Token<"errorDark", string, "colors", string>;
6179
+ errorShadow: import("@stitches/react/types/theme").Token<"errorShadow", string, "colors", string>;
6117
6180
  gradient: import("@stitches/react/types/theme").Token<"gradient", string, "colors", string>;
6118
6181
  link: import("@stitches/react/types/theme").Token<"link", string, "colors", string>;
6119
6182
  };
@@ -6357,18 +6420,23 @@ export declare const config: {
6357
6420
  primaryLight: string;
6358
6421
  primary: string;
6359
6422
  primaryDark: string;
6423
+ primaryShadow: string;
6360
6424
  secondaryLight: string;
6361
6425
  secondary: string;
6362
6426
  secondaryDark: string;
6427
+ secondaryShadow: string;
6363
6428
  successLight: string;
6364
6429
  success: string;
6365
6430
  successDark: string;
6431
+ successShadow: string;
6366
6432
  warningLight: string;
6367
6433
  warning: string;
6368
6434
  warningDark: string;
6435
+ warningShadow: string;
6369
6436
  errorLight: string;
6370
6437
  error: string;
6371
6438
  errorDark: string;
6439
+ errorShadow: string;
6372
6440
  gradient: string;
6373
6441
  link: string;
6374
6442
  };
@@ -7146,6 +7214,9 @@ export declare const config: {
7146
7214
  backgroundImage: string;
7147
7215
  WebkitBackgroundClip: string;
7148
7216
  WebkitTextFillColor: string;
7217
+ '&::selection': {
7218
+ WebkitTextFillColor: string;
7219
+ };
7149
7220
  };
7150
7221
  };
7151
7222
  };
@@ -7283,18 +7354,23 @@ export declare const sharedFocus: import("@stitches/react/types/styled-component
7283
7354
  primaryLight: string;
7284
7355
  primary: string;
7285
7356
  primaryDark: string;
7357
+ primaryShadow: string;
7286
7358
  secondaryLight: string;
7287
7359
  secondary: string;
7288
7360
  secondaryDark: string;
7361
+ secondaryShadow: string;
7289
7362
  successLight: string;
7290
7363
  success: string;
7291
7364
  successDark: string;
7365
+ successShadow: string;
7292
7366
  warningLight: string;
7293
7367
  warning: string;
7294
7368
  warningDark: string;
7369
+ warningShadow: string;
7295
7370
  errorLight: string;
7296
7371
  error: string;
7297
7372
  errorDark: string;
7373
+ errorShadow: string;
7298
7374
  gradient: string;
7299
7375
  link: string;
7300
7376
  };
@@ -8070,9 +8146,15 @@ export declare const sharedFocus: import("@stitches/react/types/styled-component
8070
8146
  backgroundImage: string;
8071
8147
  WebkitBackgroundClip: string;
8072
8148
  WebkitTextFillColor: string;
8149
+ '&::selection': {
8150
+ WebkitTextFillColor: string;
8151
+ };
8073
8152
  };
8074
8153
  }>>;
8075
- export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
8154
+ export declare const cssFocusVisible: import("@stitches/react/types/styled-component").CssComponent<never, {
8155
+ animated?: boolean | "false" | undefined;
8156
+ isFocusVisible?: boolean | "false" | "true" | undefined;
8157
+ }, {
8076
8158
  xs: string;
8077
8159
  sm: string;
8078
8160
  md: string;
@@ -8206,18 +8288,23 @@ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-
8206
8288
  primaryLight: string;
8207
8289
  primary: string;
8208
8290
  primaryDark: string;
8291
+ primaryShadow: string;
8209
8292
  secondaryLight: string;
8210
8293
  secondary: string;
8211
8294
  secondaryDark: string;
8295
+ secondaryShadow: string;
8212
8296
  successLight: string;
8213
8297
  success: string;
8214
8298
  successDark: string;
8299
+ successShadow: string;
8215
8300
  warningLight: string;
8216
8301
  warning: string;
8217
8302
  warningDark: string;
8303
+ warningShadow: string;
8218
8304
  errorLight: string;
8219
8305
  error: string;
8220
8306
  errorDark: string;
8307
+ errorShadow: string;
8221
8308
  gradient: string;
8222
8309
  link: string;
8223
8310
  };
@@ -8993,6 +9080,940 @@ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-
8993
9080
  backgroundImage: string;
8994
9081
  WebkitBackgroundClip: string;
8995
9082
  WebkitTextFillColor: string;
9083
+ '&::selection': {
9084
+ WebkitTextFillColor: string;
9085
+ };
9086
+ };
9087
+ }>>;
9088
+ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
9089
+ xs: string;
9090
+ sm: string;
9091
+ md: string;
9092
+ lg: string;
9093
+ xl: string;
9094
+ xsMax: string;
9095
+ smMax: string;
9096
+ mdMax: string;
9097
+ lgMax: string;
9098
+ xlMax: string;
9099
+ motion: string;
9100
+ safari: string;
9101
+ hover: string;
9102
+ dark: string;
9103
+ light: string;
9104
+ }, import("@stitches/react/types/css-util").CSS<{
9105
+ xs: string;
9106
+ sm: string;
9107
+ md: string;
9108
+ lg: string;
9109
+ xl: string;
9110
+ xsMax: string;
9111
+ smMax: string;
9112
+ mdMax: string;
9113
+ lgMax: string;
9114
+ xlMax: string;
9115
+ motion: string;
9116
+ safari: string;
9117
+ hover: string;
9118
+ dark: string;
9119
+ light: string;
9120
+ }, {
9121
+ shadows: {
9122
+ xs: string;
9123
+ sm: string;
9124
+ md: string;
9125
+ lg: string;
9126
+ xl: string;
9127
+ };
9128
+ colors: {
9129
+ accents1: string;
9130
+ accents2: string;
9131
+ accents3: string;
9132
+ accents4: string;
9133
+ accents5: string;
9134
+ accents6: string;
9135
+ accents7: string;
9136
+ accents8: string;
9137
+ accents9: string;
9138
+ text: string;
9139
+ background: string;
9140
+ foreground: string;
9141
+ codeLight: string;
9142
+ code: string;
9143
+ border: string;
9144
+ selection: string;
9145
+ white: string;
9146
+ black: string;
9147
+ blue100: string;
9148
+ blue200: string;
9149
+ blue300: string;
9150
+ blue400: string;
9151
+ blue500: string;
9152
+ blue600: string;
9153
+ blue700: string;
9154
+ blue800: string;
9155
+ blue900: string;
9156
+ purple100: string;
9157
+ purple200: string;
9158
+ purple300: string;
9159
+ purple400: string;
9160
+ purple500: string;
9161
+ purple600: string;
9162
+ purple700: string;
9163
+ purple800: string;
9164
+ purple900: string;
9165
+ green100: string;
9166
+ green200: string;
9167
+ green300: string;
9168
+ green400: string;
9169
+ green500: string;
9170
+ green600: string;
9171
+ green700: string;
9172
+ green800: string;
9173
+ green900: string;
9174
+ yellow100: string;
9175
+ yellow200: string;
9176
+ yellow300: string;
9177
+ yellow400: string;
9178
+ yellow500: string;
9179
+ yellow600: string;
9180
+ yellow700: string;
9181
+ yellow800: string;
9182
+ yellow900: string;
9183
+ red100: string;
9184
+ red200: string;
9185
+ red300: string;
9186
+ red400: string;
9187
+ red500: string;
9188
+ red600: string;
9189
+ red700: string;
9190
+ red800: string;
9191
+ red900: string;
9192
+ cyan100: string;
9193
+ cyan200: string;
9194
+ cyan300: string;
9195
+ cyan400: string;
9196
+ cyan500: string;
9197
+ cyan600: string;
9198
+ cyan700: string;
9199
+ cyan800: string;
9200
+ cyan900: string;
9201
+ pink100: string;
9202
+ pink200: string;
9203
+ pink300: string;
9204
+ pink400: string;
9205
+ pink500: string;
9206
+ pink600: string;
9207
+ pink700: string;
9208
+ pink800: string;
9209
+ pink900: string;
9210
+ gray100: string;
9211
+ gray200: string;
9212
+ gray300: string;
9213
+ gray400: string;
9214
+ gray500: string;
9215
+ gray600: string;
9216
+ gray700: string;
9217
+ gray800: string;
9218
+ gray900: string;
9219
+ primaryLight: string;
9220
+ primary: string;
9221
+ primaryDark: string;
9222
+ primaryShadow: string;
9223
+ secondaryLight: string;
9224
+ secondary: string;
9225
+ secondaryDark: string;
9226
+ secondaryShadow: string;
9227
+ successLight: string;
9228
+ success: string;
9229
+ successDark: string;
9230
+ successShadow: string;
9231
+ warningLight: string;
9232
+ warning: string;
9233
+ warningDark: string;
9234
+ warningShadow: string;
9235
+ errorLight: string;
9236
+ error: string;
9237
+ errorDark: string;
9238
+ errorShadow: string;
9239
+ gradient: string;
9240
+ link: string;
9241
+ };
9242
+ fonts: {
9243
+ sans: string;
9244
+ mono: string;
9245
+ };
9246
+ fontSizes: {
9247
+ tiny: string;
9248
+ xs: string;
9249
+ base: string;
9250
+ sm: string;
9251
+ md: string;
9252
+ lg: string;
9253
+ xl: string;
9254
+ };
9255
+ fontWeights: {
9256
+ hairline: number;
9257
+ thin: number;
9258
+ light: number;
9259
+ normal: number;
9260
+ medium: number;
9261
+ semibold: number;
9262
+ bold: number;
9263
+ extrabold: number;
9264
+ black: number;
9265
+ };
9266
+ lineHeights: {
9267
+ xs: number;
9268
+ sm: number;
9269
+ md: number;
9270
+ lg: number;
9271
+ xl: number;
9272
+ };
9273
+ letterSpacings: {
9274
+ tighter: string;
9275
+ tight: string;
9276
+ normal: string;
9277
+ wide: string;
9278
+ wider: string;
9279
+ widest: string;
9280
+ };
9281
+ space: {
9282
+ 0: string;
9283
+ xs: string;
9284
+ sm: string;
9285
+ md: string;
9286
+ lg: string;
9287
+ xl: string;
9288
+ px: string;
9289
+ 1: string;
9290
+ 2: string;
9291
+ 3: string;
9292
+ 4: string;
9293
+ 5: string;
9294
+ 6: string;
9295
+ 7: string;
9296
+ 8: string;
9297
+ 9: string;
9298
+ 10: string;
9299
+ 11: string;
9300
+ 12: string;
9301
+ 13: string;
9302
+ 14: string;
9303
+ 15: string;
9304
+ 16: string;
9305
+ 17: string;
9306
+ 18: string;
9307
+ 20: string;
9308
+ 24: string;
9309
+ 28: string;
9310
+ 32: string;
9311
+ 36: string;
9312
+ 40: string;
9313
+ 44: string;
9314
+ 48: string;
9315
+ 52: string;
9316
+ 56: string;
9317
+ 60: string;
9318
+ 64: string;
9319
+ 72: string;
9320
+ 80: string;
9321
+ 96: string;
9322
+ };
9323
+ radii: {
9324
+ xs: string;
9325
+ sm: string;
9326
+ md: string;
9327
+ base: string;
9328
+ lg: string;
9329
+ xl: string;
9330
+ squared: string;
9331
+ rounded: string;
9332
+ pill: string;
9333
+ };
9334
+ zIndices: {
9335
+ 1: string;
9336
+ 2: string;
9337
+ 3: string;
9338
+ 4: string;
9339
+ 5: string;
9340
+ 10: string;
9341
+ max: string;
9342
+ };
9343
+ borderWeights: {
9344
+ light: string;
9345
+ normal: string;
9346
+ bold: string;
9347
+ extrabold: string;
9348
+ black: string;
9349
+ };
9350
+ transitions: {
9351
+ default: string;
9352
+ };
9353
+ breakpoints: {
9354
+ xs: string;
9355
+ sm: string;
9356
+ md: string;
9357
+ lg: string;
9358
+ xl: string;
9359
+ };
9360
+ }, {
9361
+ width: string;
9362
+ height: string;
9363
+ minWidth: string;
9364
+ maxWidth: string;
9365
+ minHeight: string;
9366
+ maxHeight: string;
9367
+ flexBasis: string;
9368
+ gridTemplateColumns: string;
9369
+ gridTemplateRows: string;
9370
+ blockSize: string;
9371
+ minBlockSize: string;
9372
+ maxBlockSize: string;
9373
+ inlineSize: string;
9374
+ minInlineSize: string;
9375
+ maxInlineSize: string;
9376
+ borderWidth: string;
9377
+ gap: "space";
9378
+ gridGap: "space";
9379
+ columnGap: "space";
9380
+ gridColumnGap: "space";
9381
+ rowGap: "space";
9382
+ gridRowGap: "space";
9383
+ inset: "space";
9384
+ insetBlock: "space";
9385
+ insetBlockEnd: "space";
9386
+ insetBlockStart: "space";
9387
+ insetInline: "space";
9388
+ insetInlineEnd: "space";
9389
+ insetInlineStart: "space";
9390
+ margin: "space";
9391
+ marginTop: "space";
9392
+ marginRight: "space";
9393
+ marginBottom: "space";
9394
+ marginLeft: "space";
9395
+ marginBlock: "space";
9396
+ marginBlockEnd: "space";
9397
+ marginBlockStart: "space";
9398
+ marginInline: "space";
9399
+ marginInlineEnd: "space";
9400
+ marginInlineStart: "space";
9401
+ padding: "space";
9402
+ paddingTop: "space";
9403
+ paddingRight: "space";
9404
+ paddingBottom: "space";
9405
+ paddingLeft: "space";
9406
+ paddingBlock: "space";
9407
+ paddingBlockEnd: "space";
9408
+ paddingBlockStart: "space";
9409
+ paddingInline: "space";
9410
+ paddingInlineEnd: "space";
9411
+ paddingInlineStart: "space";
9412
+ scrollMargin: "space";
9413
+ scrollMarginTop: "space";
9414
+ scrollMarginRight: "space";
9415
+ scrollMarginBottom: "space";
9416
+ scrollMarginLeft: "space";
9417
+ scrollMarginBlock: "space";
9418
+ scrollMarginBlockEnd: "space";
9419
+ scrollMarginBlockStart: "space";
9420
+ scrollMarginInline: "space";
9421
+ scrollMarginInlineEnd: "space";
9422
+ scrollMarginInlineStart: "space";
9423
+ scrollPadding: "space";
9424
+ scrollPaddingTop: "space";
9425
+ scrollPaddingRight: "space";
9426
+ scrollPaddingBottom: "space";
9427
+ scrollPaddingLeft: "space";
9428
+ scrollPaddingBlock: "space";
9429
+ scrollPaddingBlockEnd: "space";
9430
+ scrollPaddingBlockStart: "space";
9431
+ scrollPaddingInline: "space";
9432
+ scrollPaddingInlineEnd: "space";
9433
+ scrollPaddingInlineStart: "space";
9434
+ top: "space";
9435
+ right: "space";
9436
+ bottom: "space";
9437
+ left: "space";
9438
+ fontSize: "fontSizes";
9439
+ background: "colors";
9440
+ backgroundColor: "colors";
9441
+ backgroundImage: "colors";
9442
+ borderImage: "colors";
9443
+ border: "colors";
9444
+ borderBlock: "colors";
9445
+ borderBlockEnd: "colors";
9446
+ borderBlockStart: "colors";
9447
+ borderBottom: "colors";
9448
+ borderBottomColor: "colors";
9449
+ borderColor: "colors";
9450
+ borderInline: "colors";
9451
+ borderInlineEnd: "colors";
9452
+ borderInlineStart: "colors";
9453
+ borderLeft: "colors";
9454
+ borderLeftColor: "colors";
9455
+ borderRight: "colors";
9456
+ borderRightColor: "colors";
9457
+ borderTop: "colors";
9458
+ borderTopColor: "colors";
9459
+ caretColor: "colors";
9460
+ color: "colors";
9461
+ columnRuleColor: "colors";
9462
+ outline: "colors";
9463
+ outlineColor: "colors";
9464
+ fill: "colors";
9465
+ stroke: "colors";
9466
+ textDecorationColor: "colors";
9467
+ fontFamily: "fonts";
9468
+ fontWeight: "fontWeights";
9469
+ lineHeight: "lineHeights";
9470
+ letterSpacing: "letterSpacings";
9471
+ borderTopWidth: "borderWidths";
9472
+ borderLeftWidth: "borderWidths";
9473
+ borderRightWidth: "borderWidths";
9474
+ borderBottomWidth: "borderWidths";
9475
+ borderStyle: "borderStyles";
9476
+ borderTopStyle: "borderStyles";
9477
+ borderLeftStyle: "borderStyles";
9478
+ borderRightStyle: "borderStyles";
9479
+ borderBottomStyle: "borderStyles";
9480
+ borderRadius: "radii";
9481
+ borderTopLeftRadius: "radii";
9482
+ borderTopRightRadius: "radii";
9483
+ borderBottomRightRadius: "radii";
9484
+ borderBottomLeftRadius: "radii";
9485
+ boxShadow: "shadows";
9486
+ textShadow: "shadows";
9487
+ transition: "transitions";
9488
+ zIndex: "zIndices";
9489
+ }, {
9490
+ p: (value: {
9491
+ readonly [$$PropertyValue]: "padding";
9492
+ }) => {
9493
+ padding: {
9494
+ readonly [$$PropertyValue]: "padding";
9495
+ };
9496
+ };
9497
+ pt: (value: {
9498
+ readonly [$$PropertyValue]: "paddingTop";
9499
+ }) => {
9500
+ paddingTop: {
9501
+ readonly [$$PropertyValue]: "paddingTop";
9502
+ };
9503
+ };
9504
+ pr: (value: {
9505
+ readonly [$$PropertyValue]: "paddingRight";
9506
+ }) => {
9507
+ paddingRight: {
9508
+ readonly [$$PropertyValue]: "paddingRight";
9509
+ };
9510
+ };
9511
+ pb: (value: {
9512
+ readonly [$$PropertyValue]: "paddingBottom";
9513
+ }) => {
9514
+ paddingBottom: {
9515
+ readonly [$$PropertyValue]: "paddingBottom";
9516
+ };
9517
+ };
9518
+ pl: (value: {
9519
+ readonly [$$PropertyValue]: "paddingLeft";
9520
+ }) => {
9521
+ paddingLeft: {
9522
+ readonly [$$PropertyValue]: "paddingLeft";
9523
+ };
9524
+ };
9525
+ px: (value: {
9526
+ readonly [$$PropertyValue]: "paddingLeft";
9527
+ }) => {
9528
+ paddingLeft: {
9529
+ readonly [$$PropertyValue]: "paddingLeft";
9530
+ };
9531
+ paddingRight: {
9532
+ readonly [$$PropertyValue]: "paddingLeft";
9533
+ };
9534
+ };
9535
+ py: (value: {
9536
+ readonly [$$PropertyValue]: "paddingTop";
9537
+ }) => {
9538
+ paddingTop: {
9539
+ readonly [$$PropertyValue]: "paddingTop";
9540
+ };
9541
+ paddingBottom: {
9542
+ readonly [$$PropertyValue]: "paddingTop";
9543
+ };
9544
+ };
9545
+ m: (value: {
9546
+ readonly [$$PropertyValue]: "margin";
9547
+ }) => {
9548
+ margin: {
9549
+ readonly [$$PropertyValue]: "margin";
9550
+ };
9551
+ };
9552
+ mt: (value: {
9553
+ readonly [$$PropertyValue]: "marginTop";
9554
+ }) => {
9555
+ marginTop: {
9556
+ readonly [$$PropertyValue]: "marginTop";
9557
+ };
9558
+ };
9559
+ mr: (value: {
9560
+ readonly [$$PropertyValue]: "marginRight";
9561
+ }) => {
9562
+ marginRight: {
9563
+ readonly [$$PropertyValue]: "marginRight";
9564
+ };
9565
+ };
9566
+ mb: (value: {
9567
+ readonly [$$PropertyValue]: "marginBottom";
9568
+ }) => {
9569
+ marginBottom: {
9570
+ readonly [$$PropertyValue]: "marginBottom";
9571
+ };
9572
+ };
9573
+ ml: (value: {
9574
+ readonly [$$PropertyValue]: "marginLeft";
9575
+ }) => {
9576
+ marginLeft: {
9577
+ readonly [$$PropertyValue]: "marginLeft";
9578
+ };
9579
+ };
9580
+ mx: (value: {
9581
+ readonly [$$PropertyValue]: "marginLeft";
9582
+ }) => {
9583
+ marginLeft: {
9584
+ readonly [$$PropertyValue]: "marginLeft";
9585
+ };
9586
+ marginRight: {
9587
+ readonly [$$PropertyValue]: "marginLeft";
9588
+ };
9589
+ };
9590
+ my: (value: {
9591
+ readonly [$$PropertyValue]: "marginTop";
9592
+ }) => {
9593
+ marginTop: {
9594
+ readonly [$$PropertyValue]: "marginTop";
9595
+ };
9596
+ marginBottom: {
9597
+ readonly [$$PropertyValue]: "marginTop";
9598
+ };
9599
+ };
9600
+ ta: (value: {
9601
+ readonly [$$PropertyValue]: "textAlign";
9602
+ }) => {
9603
+ textAlign: {
9604
+ readonly [$$PropertyValue]: "textAlign";
9605
+ };
9606
+ };
9607
+ tt: (value: {
9608
+ readonly [$$PropertyValue]: "textTransform";
9609
+ }) => {
9610
+ textTransform: {
9611
+ readonly [$$PropertyValue]: "textTransform";
9612
+ };
9613
+ };
9614
+ to: (value: {
9615
+ readonly [$$PropertyValue]: "textOverflow";
9616
+ }) => {
9617
+ textOverflow: {
9618
+ readonly [$$PropertyValue]: "textOverflow";
9619
+ };
9620
+ };
9621
+ d: (value: {
9622
+ readonly [$$PropertyValue]: "display";
9623
+ }) => {
9624
+ display: {
9625
+ readonly [$$PropertyValue]: "display";
9626
+ };
9627
+ };
9628
+ dflex: (value: {
9629
+ readonly [$$PropertyValue]: "alignItems";
9630
+ }) => {
9631
+ display: string;
9632
+ alignItems: {
9633
+ readonly [$$PropertyValue]: "alignItems";
9634
+ };
9635
+ justifyContent: {
9636
+ readonly [$$PropertyValue]: "alignItems";
9637
+ };
9638
+ };
9639
+ fd: (value: {
9640
+ readonly [$$PropertyValue]: "flexDirection";
9641
+ }) => {
9642
+ flexDirection: {
9643
+ readonly [$$PropertyValue]: "flexDirection";
9644
+ };
9645
+ };
9646
+ fw: (value: {
9647
+ readonly [$$PropertyValue]: "flexWrap";
9648
+ }) => {
9649
+ flexWrap: {
9650
+ readonly [$$PropertyValue]: "flexWrap";
9651
+ };
9652
+ };
9653
+ ai: (value: {
9654
+ readonly [$$PropertyValue]: "alignItems";
9655
+ }) => {
9656
+ alignItems: {
9657
+ readonly [$$PropertyValue]: "alignItems";
9658
+ };
9659
+ };
9660
+ ac: (value: {
9661
+ readonly [$$PropertyValue]: "alignContent";
9662
+ }) => {
9663
+ alignContent: {
9664
+ readonly [$$PropertyValue]: "alignContent";
9665
+ };
9666
+ };
9667
+ jc: (value: {
9668
+ readonly [$$PropertyValue]: "justifyContent";
9669
+ }) => {
9670
+ justifyContent: {
9671
+ readonly [$$PropertyValue]: "justifyContent";
9672
+ };
9673
+ };
9674
+ as: (value: {
9675
+ readonly [$$PropertyValue]: "alignSelf";
9676
+ }) => {
9677
+ alignSelf: {
9678
+ readonly [$$PropertyValue]: "alignSelf";
9679
+ };
9680
+ };
9681
+ fg: (value: {
9682
+ readonly [$$PropertyValue]: "flexGrow";
9683
+ }) => {
9684
+ flexGrow: {
9685
+ readonly [$$PropertyValue]: "flexGrow";
9686
+ };
9687
+ };
9688
+ fs: (value: {
9689
+ readonly [$$PropertyValue]: "fontSize";
9690
+ }) => {
9691
+ fontSize: {
9692
+ readonly [$$PropertyValue]: "fontSize";
9693
+ };
9694
+ };
9695
+ fb: (value: {
9696
+ readonly [$$PropertyValue]: "flexBasis";
9697
+ }) => {
9698
+ flexBasis: {
9699
+ readonly [$$PropertyValue]: "flexBasis";
9700
+ };
9701
+ };
9702
+ bc: (value: {
9703
+ readonly [$$PropertyValue]: "backgroundColor";
9704
+ }) => {
9705
+ backgroundColor: {
9706
+ readonly [$$PropertyValue]: "backgroundColor";
9707
+ };
9708
+ };
9709
+ bf: (value: {
9710
+ readonly [$$PropertyValue]: "backdropFilter";
9711
+ }) => {
9712
+ backdropFilter: {
9713
+ readonly [$$PropertyValue]: "backdropFilter";
9714
+ };
9715
+ };
9716
+ bg: (value: {
9717
+ readonly [$$PropertyValue]: "backgroundColor";
9718
+ }) => {
9719
+ background: {
9720
+ readonly [$$PropertyValue]: "backgroundColor";
9721
+ };
9722
+ };
9723
+ bgBlur: (value: {
9724
+ readonly [$$PropertyValue]: "backgroundColor";
9725
+ }) => {
9726
+ bf: string;
9727
+ bg: string;
9728
+ };
9729
+ bgColor: (value: {
9730
+ readonly [$$PropertyValue]: "backgroundColor";
9731
+ }) => {
9732
+ backgroundColor: {
9733
+ readonly [$$PropertyValue]: "backgroundColor";
9734
+ };
9735
+ };
9736
+ backgroundClip: (value: {
9737
+ readonly [$$PropertyValue]: "backgroundClip";
9738
+ }) => {
9739
+ WebkitBackgroundClip: {
9740
+ readonly [$$PropertyValue]: "backgroundClip";
9741
+ };
9742
+ backgroundClip: {
9743
+ readonly [$$PropertyValue]: "backgroundClip";
9744
+ };
9745
+ };
9746
+ bgClip: (value: {
9747
+ readonly [$$PropertyValue]: "backgroundClip";
9748
+ }) => {
9749
+ WebkitBackgroundClip: {
9750
+ readonly [$$PropertyValue]: "backgroundClip";
9751
+ };
9752
+ backgroundClip: {
9753
+ readonly [$$PropertyValue]: "backgroundClip";
9754
+ };
9755
+ };
9756
+ br: (value: {
9757
+ readonly [$$PropertyValue]: "borderRadius";
9758
+ }) => {
9759
+ borderRadius: {
9760
+ readonly [$$PropertyValue]: "borderRadius";
9761
+ };
9762
+ };
9763
+ bw: (value: {
9764
+ readonly [$$PropertyValue]: "borderWidth";
9765
+ }) => {
9766
+ borderWidth: {
9767
+ readonly [$$PropertyValue]: "borderWidth";
9768
+ };
9769
+ };
9770
+ btrr: (value: {
9771
+ readonly [$$PropertyValue]: "borderTopRightRadius";
9772
+ }) => {
9773
+ borderTopRightRadius: {
9774
+ readonly [$$PropertyValue]: "borderTopRightRadius";
9775
+ };
9776
+ };
9777
+ bbrr: (value: {
9778
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
9779
+ }) => {
9780
+ borderBottomRightRadius: {
9781
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
9782
+ };
9783
+ };
9784
+ bblr: (value: {
9785
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
9786
+ }) => {
9787
+ borderBottomLeftRadius: {
9788
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
9789
+ };
9790
+ };
9791
+ btlr: (value: {
9792
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
9793
+ }) => {
9794
+ borderTopLeftRadius: {
9795
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
9796
+ };
9797
+ };
9798
+ bs: (value: {
9799
+ readonly [$$PropertyValue]: "boxShadow";
9800
+ }) => {
9801
+ boxShadow: {
9802
+ readonly [$$PropertyValue]: "boxShadow";
9803
+ };
9804
+ };
9805
+ normalShadow: (value: {
9806
+ readonly [$$PropertyValue]: "backgroundColor";
9807
+ }) => {
9808
+ boxShadow: string;
9809
+ };
9810
+ normalShadowVar: (value: {
9811
+ readonly [$$PropertyValue]: "backgroundColor";
9812
+ }) => {
9813
+ boxShadow: string;
9814
+ };
9815
+ lh: (value: {
9816
+ readonly [$$PropertyValue]: "lineHeight";
9817
+ }) => {
9818
+ lineHeight: {
9819
+ readonly [$$PropertyValue]: "lineHeight";
9820
+ };
9821
+ };
9822
+ ov: (value: {
9823
+ readonly [$$PropertyValue]: "overflow";
9824
+ }) => {
9825
+ overflow: {
9826
+ readonly [$$PropertyValue]: "overflow";
9827
+ };
9828
+ };
9829
+ ox: (value: {
9830
+ readonly [$$PropertyValue]: "overflowX";
9831
+ }) => {
9832
+ overflowX: {
9833
+ readonly [$$PropertyValue]: "overflowX";
9834
+ };
9835
+ };
9836
+ oy: (value: {
9837
+ readonly [$$PropertyValue]: "overflowY";
9838
+ }) => {
9839
+ overflowY: {
9840
+ readonly [$$PropertyValue]: "overflowY";
9841
+ };
9842
+ };
9843
+ pe: (value: {
9844
+ readonly [$$PropertyValue]: "pointerEvents";
9845
+ }) => {
9846
+ pointerEvents: {
9847
+ readonly [$$PropertyValue]: "pointerEvents";
9848
+ };
9849
+ };
9850
+ events: (value: {
9851
+ readonly [$$PropertyValue]: "pointerEvents";
9852
+ }) => {
9853
+ pointerEvents: {
9854
+ readonly [$$PropertyValue]: "pointerEvents";
9855
+ };
9856
+ };
9857
+ us: (value: {
9858
+ readonly [$$PropertyValue]: "userSelect";
9859
+ }) => {
9860
+ WebkitUserSelect: {
9861
+ readonly [$$PropertyValue]: "userSelect";
9862
+ };
9863
+ userSelect: {
9864
+ readonly [$$PropertyValue]: "userSelect";
9865
+ };
9866
+ };
9867
+ userSelect: (value: {
9868
+ readonly [$$PropertyValue]: "userSelect";
9869
+ }) => {
9870
+ WebkitUserSelect: {
9871
+ readonly [$$PropertyValue]: "userSelect";
9872
+ };
9873
+ userSelect: {
9874
+ readonly [$$PropertyValue]: "userSelect";
9875
+ };
9876
+ };
9877
+ w: (value: {
9878
+ readonly [$$PropertyValue]: "width";
9879
+ }) => {
9880
+ width: {
9881
+ readonly [$$PropertyValue]: "width";
9882
+ };
9883
+ };
9884
+ h: (value: {
9885
+ readonly [$$PropertyValue]: "height";
9886
+ }) => {
9887
+ height: {
9888
+ readonly [$$PropertyValue]: "height";
9889
+ };
9890
+ };
9891
+ mw: (value: {
9892
+ readonly [$$PropertyValue]: "maxWidth";
9893
+ }) => {
9894
+ maxWidth: {
9895
+ readonly [$$PropertyValue]: "maxWidth";
9896
+ };
9897
+ };
9898
+ maxW: (value: {
9899
+ readonly [$$PropertyValue]: "maxWidth";
9900
+ }) => {
9901
+ maxWidth: {
9902
+ readonly [$$PropertyValue]: "maxWidth";
9903
+ };
9904
+ };
9905
+ mh: (value: {
9906
+ readonly [$$PropertyValue]: "maxHeight";
9907
+ }) => {
9908
+ maxHeight: {
9909
+ readonly [$$PropertyValue]: "maxHeight";
9910
+ };
9911
+ };
9912
+ maxH: (value: {
9913
+ readonly [$$PropertyValue]: "maxHeight";
9914
+ }) => {
9915
+ maxHeight: {
9916
+ readonly [$$PropertyValue]: "maxHeight";
9917
+ };
9918
+ };
9919
+ size: (value: {
9920
+ readonly [$$PropertyValue]: "width";
9921
+ }) => {
9922
+ width: {
9923
+ readonly [$$PropertyValue]: "width";
9924
+ };
9925
+ height: {
9926
+ readonly [$$PropertyValue]: "width";
9927
+ };
9928
+ };
9929
+ minSize: (value: {
9930
+ readonly [$$PropertyValue]: "width";
9931
+ }) => {
9932
+ minWidth: {
9933
+ readonly [$$PropertyValue]: "width";
9934
+ };
9935
+ minHeight: {
9936
+ readonly [$$PropertyValue]: "width";
9937
+ };
9938
+ width: {
9939
+ readonly [$$PropertyValue]: "width";
9940
+ };
9941
+ height: {
9942
+ readonly [$$PropertyValue]: "width";
9943
+ };
9944
+ };
9945
+ sizeMin: (value: {
9946
+ readonly [$$PropertyValue]: "width";
9947
+ }) => {
9948
+ minWidth: {
9949
+ readonly [$$PropertyValue]: "width";
9950
+ };
9951
+ minHeight: {
9952
+ readonly [$$PropertyValue]: "width";
9953
+ };
9954
+ width: {
9955
+ readonly [$$PropertyValue]: "width";
9956
+ };
9957
+ height: {
9958
+ readonly [$$PropertyValue]: "width";
9959
+ };
9960
+ };
9961
+ maxSize: (value: {
9962
+ readonly [$$PropertyValue]: "width";
9963
+ }) => {
9964
+ maxWidth: {
9965
+ readonly [$$PropertyValue]: "width";
9966
+ };
9967
+ maxHeight: {
9968
+ readonly [$$PropertyValue]: "width";
9969
+ };
9970
+ };
9971
+ sizeMax: (value: {
9972
+ readonly [$$PropertyValue]: "width";
9973
+ }) => {
9974
+ maxWidth: {
9975
+ readonly [$$PropertyValue]: "width";
9976
+ };
9977
+ maxHeight: {
9978
+ readonly [$$PropertyValue]: "width";
9979
+ };
9980
+ };
9981
+ appearance: (value: {
9982
+ readonly [$$PropertyValue]: "appearance";
9983
+ }) => {
9984
+ WebkitAppearance: {
9985
+ readonly [$$PropertyValue]: "appearance";
9986
+ };
9987
+ appearance: {
9988
+ readonly [$$PropertyValue]: "appearance";
9989
+ };
9990
+ };
9991
+ scale: (value: {
9992
+ readonly [$$PropertyValue]: "scale";
9993
+ }) => {
9994
+ transform: string;
9995
+ };
9996
+ linearGradient: (value: {
9997
+ readonly [$$PropertyValue]: "backgroundImage";
9998
+ }) => {
9999
+ backgroundImage: string;
10000
+ };
10001
+ tdl: (value: {
10002
+ readonly [$$PropertyValue]: "textDecorationLine";
10003
+ }) => {
10004
+ textDecorationLine: {
10005
+ readonly [$$PropertyValue]: "textDecorationLine";
10006
+ };
10007
+ };
10008
+ textGradient: (value: {
10009
+ readonly [$$PropertyValue]: "backgroundImage";
10010
+ }) => {
10011
+ backgroundImage: string;
10012
+ WebkitBackgroundClip: string;
10013
+ WebkitTextFillColor: string;
10014
+ '&::selection': {
10015
+ WebkitTextFillColor: string;
10016
+ };
8996
10017
  };
8997
10018
  }>>;
8998
10019
  export declare const createTheme: ({ type, theme, className }: Theme) => string & {