@nextui-org/react 1.0.2-beta.3 → 1.0.2-beta.4

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 (716) 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/text/child.js +1 -83
  109. package/cjs/text/index.js +1 -14
  110. package/cjs/text/text.js +1 -124
  111. package/cjs/text/text.styles.js +1 -41
  112. package/cjs/textarea/index.js +1 -12
  113. package/cjs/textarea/textarea.js +1 -126
  114. package/cjs/textarea/utils.js +1 -126
  115. package/cjs/theme/common.js +1 -503
  116. package/cjs/theme/dark-theme.js +1 -38
  117. package/cjs/theme/index.js +1 -31
  118. package/cjs/theme/light-theme.js +1 -33
  119. package/cjs/theme/stitches.config.js +1 -88
  120. package/cjs/theme/theme-context.js +1 -22
  121. package/cjs/theme/theme-provider.js +1 -111
  122. package/cjs/theme/types.js +1 -3
  123. package/cjs/theme/utils.js +1 -113
  124. package/cjs/tooltip/index.js +1 -17
  125. package/cjs/tooltip/placement.js +1 -193
  126. package/cjs/tooltip/tooltip-content.js +1 -135
  127. package/cjs/tooltip/tooltip.js +1 -143
  128. package/cjs/tooltip/tooltip.styles.js +1 -159
  129. package/cjs/use-body-scroll/index.js +1 -12
  130. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  131. package/cjs/use-click-anywhere/index.js +1 -12
  132. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  133. package/cjs/use-click-away/index.js +1 -12
  134. package/cjs/use-click-away/use-click-away.js +1 -23
  135. package/cjs/use-clipboard/index.js +1 -12
  136. package/cjs/use-clipboard/use-clipboard.js +1 -57
  137. package/cjs/use-current-state/index.js +1 -12
  138. package/cjs/use-current-state/use-current-state.js +1 -28
  139. package/cjs/use-drip/index.js +1 -12
  140. package/cjs/use-drip/use-drip.js +1 -38
  141. package/cjs/use-input/index.js +1 -12
  142. package/cjs/use-input/use-input.js +1 -32
  143. package/cjs/use-keyboard/codes.js +1 -104
  144. package/cjs/use-keyboard/helper.js +1 -35
  145. package/cjs/use-keyboard/index.js +1 -15
  146. package/cjs/use-keyboard/use-keyboard.js +1 -76
  147. package/cjs/use-pagination/index.js +1 -88
  148. package/cjs/use-portal/index.js +1 -12
  149. package/cjs/use-portal/use-portal.js +1 -43
  150. package/cjs/use-real-shape/index.js +1 -12
  151. package/cjs/use-real-shape/use-real-shape.js +1 -55
  152. package/cjs/use-resize/index.js +1 -12
  153. package/cjs/use-resize/use-resize.js +1 -23
  154. package/cjs/use-ssr/index.js +1 -12
  155. package/cjs/use-ssr/use-ssr.js +1 -25
  156. package/cjs/use-theme/index.js +1 -12
  157. package/cjs/use-theme/use-theme.js +1 -16
  158. package/cjs/use-warning/index.js +1 -12
  159. package/cjs/use-warning/use-warning.js +1 -23
  160. package/cjs/user/index.js +1 -21
  161. package/cjs/user/user-link.js +1 -46
  162. package/cjs/user/user.js +1 -63
  163. package/cjs/user/user.styles.js +1 -56
  164. package/cjs/utils/assertion.js +1 -42
  165. package/cjs/utils/clear-icon.js +1 -70
  166. package/cjs/utils/clsx.js +1 -57
  167. package/cjs/utils/collections.js +1 -110
  168. package/cjs/utils/color.js +1 -187
  169. package/cjs/utils/css-transition.js +1 -76
  170. package/cjs/utils/deep-merge.js +1 -33
  171. package/cjs/utils/dimensions.js +1 -10
  172. package/cjs/utils/dom.js +1 -110
  173. package/cjs/utils/drip.js +1 -116
  174. package/cjs/utils/expand.js +1 -109
  175. package/cjs/utils/icons.js +1 -481
  176. package/cjs/utils/numbers.js +1 -23
  177. package/cjs/utils/object.js +1 -40
  178. package/cjs/utils/prop-types.js +1 -56
  179. package/cjs/utils/react.js +1 -24
  180. package/cjs/utils/strings.js +1 -18
  181. package/cjs/utils/types.d.js +1 -3
  182. package/cjs/utils/with-defaults.js +1 -13
  183. package/esm/avatar/avatar-group.js +1 -35
  184. package/esm/avatar/avatar-group.styles.js +1 -52
  185. package/esm/avatar/avatar.js +1 -75
  186. package/esm/avatar/avatar.styles.js +1 -334
  187. package/esm/avatar/index.js +1 -22
  188. package/esm/backdrop/backdrop.js +1 -137
  189. package/esm/backdrop/backdrop.styles.js +1 -119
  190. package/esm/backdrop/index.js +1 -16
  191. package/esm/button/button-group-context.js +1 -21
  192. package/esm/button/button-group.js +1 -81
  193. package/esm/button/button-group.styles.js +1 -136
  194. package/esm/button/button-icon.js +1 -68
  195. package/esm/button/button.js +1 -145
  196. package/esm/button/button.styles.js +1 -726
  197. package/esm/button/index.js +1 -25
  198. package/esm/button/utils.js +1 -27
  199. package/esm/card/card.js +1 -117
  200. package/esm/card/card.styles.js +1 -267
  201. package/esm/card/index.js +1 -24
  202. package/esm/checkbox/checkbox-context.js +1 -25
  203. package/esm/checkbox/checkbox-group.js +1 -89
  204. package/esm/checkbox/checkbox.js +1 -192
  205. package/esm/checkbox/checkbox.styles.js +1 -563
  206. package/esm/checkbox/index.js +1 -26
  207. package/esm/code/code.js +1 -42
  208. package/esm/code/code.styles.js +1 -14
  209. package/esm/code/index.js +1 -15
  210. package/esm/col/col.js +1 -46
  211. package/esm/col/col.styles.js +1 -16
  212. package/esm/col/index.js +1 -14
  213. package/esm/collapse/collapse-context.js +1 -20
  214. package/esm/collapse/collapse-group.js +1 -90
  215. package/esm/collapse/collapse-icon.js +1 -41
  216. package/esm/collapse/collapse.js +1 -196
  217. package/esm/collapse/collapse.styles.js +1 -256
  218. package/esm/collapse/index.js +1 -22
  219. package/esm/container/container.js +1 -91
  220. package/esm/container/container.styles.js +1 -45
  221. package/esm/container/index.js +1 -14
  222. package/esm/css-baseline/css-baseline.js +1 -247
  223. package/esm/css-baseline/index.js +1 -11
  224. package/esm/divider/divider.js +1 -82
  225. package/esm/divider/divider.styles.js +1 -77
  226. package/esm/divider/index.js +1 -15
  227. package/esm/grid/grid-container.js +1 -60
  228. package/esm/grid/grid-item.js +1 -123
  229. package/esm/grid/grid.js +1 -29
  230. package/esm/grid/grid.styles.js +1 -15
  231. package/esm/grid/index.js +1 -18
  232. package/esm/image/image.js +1 -150
  233. package/esm/image/image.skeleton.js +1 -50
  234. package/esm/image/image.styles.js +1 -57
  235. package/esm/image/index.js +1 -16
  236. package/esm/index.js +1 -435
  237. package/esm/input/index.js +1 -30
  238. package/esm/input/input-password.js +1 -80
  239. package/esm/input/input-props.js +1 -30
  240. package/esm/input/input.js +1 -318
  241. package/esm/input/input.styles.js +1 -878
  242. package/esm/input/password-icon.js +1 -51
  243. package/esm/link/icon.js +1 -42
  244. package/esm/link/index.js +1 -15
  245. package/esm/link/link.js +1 -42
  246. package/esm/link/link.styles.js +1 -135
  247. package/esm/loading/index.js +1 -24
  248. package/esm/loading/loading.js +1 -80
  249. package/esm/loading/loading.styles.js +1 -438
  250. package/esm/loading/spinner.js +1 -47
  251. package/esm/modal/index.js +1 -28
  252. package/esm/modal/modal-body.js +1 -62
  253. package/esm/modal/modal-close-button.js +1 -49
  254. package/esm/modal/modal-context.js +1 -18
  255. package/esm/modal/modal-footer.js +1 -69
  256. package/esm/modal/modal-header.js +1 -69
  257. package/esm/modal/modal-wrapper.js +1 -153
  258. package/esm/modal/modal.js +1 -159
  259. package/esm/modal/modal.styles.js +1 -243
  260. package/esm/modal/use-modal.js +1 -25
  261. package/esm/pagination/index.js +1 -19
  262. package/esm/pagination/pagination-ellipsis.js +1 -86
  263. package/esm/pagination/pagination-highlight.js +1 -52
  264. package/esm/pagination/pagination-icon.js +1 -59
  265. package/esm/pagination/pagination-item.js +1 -104
  266. package/esm/pagination/pagination.js +1 -169
  267. package/esm/pagination/pagination.styles.js +1 -361
  268. package/esm/progress/index.js +1 -15
  269. package/esm/progress/progress.js +1 -101
  270. package/esm/progress/progress.styles.js +1 -165
  271. package/esm/radio/index.js +1 -24
  272. package/esm/radio/radio-context.js +1 -24
  273. package/esm/radio/radio-group.js +1 -78
  274. package/esm/radio/radio.js +1 -156
  275. package/esm/radio/radio.styles.js +1 -240
  276. package/esm/row/index.js +1 -14
  277. package/esm/row/row.js +1 -54
  278. package/esm/row/row.styles.js +1 -25
  279. package/esm/snippet/index.js +1 -16
  280. package/esm/snippet/snippet-icon.js +1 -52
  281. package/esm/snippet/snippet.js +1 -137
  282. package/esm/snippet/snippet.styles.js +1 -141
  283. package/esm/spacer/index.js +1 -14
  284. package/esm/spacer/spacer.js +1 -49
  285. package/esm/spacer/spacer.styles.js +1 -24
  286. package/esm/switch/index.js +1 -17
  287. package/esm/switch/switch.js +1 -142
  288. package/esm/switch/switch.styles.js +1 -283
  289. package/esm/text/child.js +1 -83
  290. package/esm/text/index.js +1 -14
  291. package/esm/text/text.js +1 -124
  292. package/esm/text/text.styles.js +1 -41
  293. package/esm/textarea/index.js +1 -12
  294. package/esm/textarea/textarea.js +1 -126
  295. package/esm/textarea/utils.js +1 -126
  296. package/esm/theme/common.js +1 -503
  297. package/esm/theme/dark-theme.js +1 -38
  298. package/esm/theme/index.js +1 -31
  299. package/esm/theme/light-theme.js +1 -33
  300. package/esm/theme/stitches.config.js +1 -88
  301. package/esm/theme/theme-context.js +1 -22
  302. package/esm/theme/theme-provider.js +1 -111
  303. package/esm/theme/types.js +1 -3
  304. package/esm/theme/utils.js +1 -113
  305. package/esm/tooltip/index.js +1 -17
  306. package/esm/tooltip/placement.js +1 -193
  307. package/esm/tooltip/tooltip-content.js +1 -135
  308. package/esm/tooltip/tooltip.js +1 -143
  309. package/esm/tooltip/tooltip.styles.js +1 -159
  310. package/esm/use-body-scroll/index.js +1 -12
  311. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  312. package/esm/use-click-anywhere/index.js +1 -12
  313. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  314. package/esm/use-click-away/index.js +1 -12
  315. package/esm/use-click-away/use-click-away.js +1 -23
  316. package/esm/use-clipboard/index.js +1 -12
  317. package/esm/use-clipboard/use-clipboard.js +1 -57
  318. package/esm/use-current-state/index.js +1 -12
  319. package/esm/use-current-state/use-current-state.js +1 -28
  320. package/esm/use-drip/index.js +1 -12
  321. package/esm/use-drip/use-drip.js +1 -38
  322. package/esm/use-input/index.js +1 -12
  323. package/esm/use-input/use-input.js +1 -32
  324. package/esm/use-keyboard/codes.js +1 -104
  325. package/esm/use-keyboard/helper.js +1 -35
  326. package/esm/use-keyboard/index.js +1 -15
  327. package/esm/use-keyboard/use-keyboard.js +1 -76
  328. package/esm/use-pagination/index.js +1 -88
  329. package/esm/use-portal/index.js +1 -12
  330. package/esm/use-portal/use-portal.js +1 -43
  331. package/esm/use-real-shape/index.js +1 -12
  332. package/esm/use-real-shape/use-real-shape.js +1 -55
  333. package/esm/use-resize/index.js +1 -12
  334. package/esm/use-resize/use-resize.js +1 -23
  335. package/esm/use-ssr/index.js +1 -12
  336. package/esm/use-ssr/use-ssr.js +1 -25
  337. package/esm/use-theme/index.js +1 -12
  338. package/esm/use-theme/use-theme.js +1 -16
  339. package/esm/use-warning/index.js +1 -12
  340. package/esm/use-warning/use-warning.js +1 -23
  341. package/esm/user/index.js +1 -21
  342. package/esm/user/user-link.js +1 -46
  343. package/esm/user/user.js +1 -63
  344. package/esm/user/user.styles.js +1 -56
  345. package/esm/utils/assertion.js +1 -42
  346. package/esm/utils/clear-icon.js +1 -70
  347. package/esm/utils/clsx.js +1 -57
  348. package/esm/utils/collections.js +1 -110
  349. package/esm/utils/color.js +1 -187
  350. package/esm/utils/css-transition.js +1 -76
  351. package/esm/utils/deep-merge.js +1 -33
  352. package/esm/utils/dimensions.js +1 -10
  353. package/esm/utils/dom.js +1 -110
  354. package/esm/utils/drip.js +1 -116
  355. package/esm/utils/expand.js +1 -109
  356. package/esm/utils/icons.js +1 -481
  357. package/esm/utils/numbers.js +1 -23
  358. package/esm/utils/object.js +1 -40
  359. package/esm/utils/prop-types.js +1 -56
  360. package/esm/utils/react.js +1 -24
  361. package/esm/utils/strings.js +1 -18
  362. package/esm/utils/types.d.js +1 -3
  363. package/esm/utils/with-defaults.js +1 -13
  364. package/package.json +7 -3
  365. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  366. package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
  367. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  368. package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
  369. package/{cjs → types}/avatar/index.d.ts +0 -0
  370. package/{cjs → types}/backdrop/backdrop.d.ts +0 -0
  371. package/{cjs → types}/backdrop/backdrop.styles.d.ts +24 -0
  372. package/{cjs → types}/backdrop/index.d.ts +0 -0
  373. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  374. package/{cjs → types}/button/button-group.d.ts +0 -0
  375. package/{cjs → types}/button/button-group.styles.d.ts +8 -0
  376. package/{esm → types}/button/button-icon.d.ts +9 -0
  377. package/{cjs → types}/button/button.d.ts +1 -0
  378. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -931
  379. package/{cjs → types}/button/index.d.ts +0 -0
  380. package/{cjs → types}/button/utils.d.ts +0 -0
  381. package/{cjs → types}/card/card.d.ts +0 -0
  382. package/{cjs → types}/card/card.styles.d.ts +32 -0
  383. package/{cjs → types}/card/index.d.ts +0 -0
  384. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  385. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  386. package/{cjs → types}/checkbox/checkbox.d.ts +0 -0
  387. package/{cjs → types}/checkbox/checkbox.styles.d.ts +72 -0
  388. package/{cjs → types}/checkbox/index.d.ts +0 -0
  389. package/{cjs → types}/code/code.d.ts +0 -0
  390. package/{esm → types}/code/code.styles.d.ts +16 -0
  391. package/{cjs → types}/code/index.d.ts +0 -0
  392. package/{cjs → types}/col/col.d.ts +0 -0
  393. package/{esm → types}/col/col.styles.d.ts +8 -0
  394. package/{cjs → types}/col/index.d.ts +0 -0
  395. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  396. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  397. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  398. package/{cjs → types}/collapse/collapse.d.ts +0 -0
  399. package/{esm → types}/collapse/collapse.styles.d.ts +40 -0
  400. package/{cjs → types}/collapse/index.d.ts +0 -0
  401. package/{cjs → types}/container/container.d.ts +0 -0
  402. package/{esm → types}/container/container.styles.d.ts +8 -0
  403. package/{cjs → types}/container/index.d.ts +0 -0
  404. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  405. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  406. package/{cjs → types}/divider/divider.d.ts +0 -0
  407. package/{esm → types}/divider/divider.styles.d.ts +16 -0
  408. package/{cjs → types}/divider/index.d.ts +0 -0
  409. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  410. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  411. package/{cjs → types}/grid/grid.d.ts +0 -0
  412. package/{cjs → types}/grid/grid.styles.d.ts +16 -0
  413. package/{cjs → types}/grid/index.d.ts +0 -0
  414. package/{cjs → types}/image/image.d.ts +0 -0
  415. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  416. package/{esm → types}/image/image.styles.d.ts +24 -0
  417. package/{cjs → types}/image/index.d.ts +0 -0
  418. package/{cjs → types}/index.d.ts +0 -0
  419. package/{cjs → types}/input/index.d.ts +0 -0
  420. package/{cjs → types}/input/input-password.d.ts +0 -0
  421. package/{cjs → types}/input/input-props.d.ts +0 -0
  422. package/{cjs → types}/input/input.d.ts +0 -0
  423. package/{cjs → types}/input/input.styles.d.ts +88 -0
  424. package/{cjs → types}/input/password-icon.d.ts +0 -0
  425. package/{cjs → types}/link/icon.d.ts +0 -0
  426. package/{cjs → types}/link/index.d.ts +0 -0
  427. package/{cjs → types}/link/link.d.ts +1 -1
  428. package/{cjs → types}/link/link.styles.d.ts +17 -1
  429. package/{cjs → types}/loading/index.d.ts +0 -0
  430. package/{cjs → types}/loading/loading.d.ts +0 -0
  431. package/{esm → types}/loading/loading.styles.d.ts +48 -0
  432. package/{cjs → types}/loading/spinner.d.ts +0 -0
  433. package/{cjs → types}/modal/index.d.ts +0 -0
  434. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  435. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  436. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  437. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  438. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  439. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  440. package/{cjs → types}/modal/modal.d.ts +0 -0
  441. package/{cjs → types}/modal/modal.styles.d.ts +48 -0
  442. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  443. package/{cjs → types}/pagination/index.d.ts +0 -0
  444. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  445. package/{cjs → types}/pagination/pagination-highlight.d.ts +0 -0
  446. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  447. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  448. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  449. package/{esm → types}/pagination/pagination.styles.d.ts +48 -0
  450. package/{cjs → types}/progress/index.d.ts +0 -0
  451. package/{esm → types}/progress/progress.d.ts +1 -1
  452. package/{esm → types}/progress/progress.styles.d.ts +17 -1
  453. package/{cjs → types}/radio/index.d.ts +0 -0
  454. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  455. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  456. package/{cjs → types}/radio/radio.d.ts +0 -0
  457. package/{cjs → types}/radio/radio.styles.d.ts +48 -0
  458. package/{cjs → types}/row/index.d.ts +0 -0
  459. package/{cjs → types}/row/row.d.ts +0 -0
  460. package/{esm → types}/row/row.styles.d.ts +8 -0
  461. package/{cjs → types}/snippet/index.d.ts +0 -0
  462. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  463. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  464. package/{esm → types}/snippet/snippet.styles.d.ts +32 -0
  465. package/{cjs → types}/spacer/index.d.ts +0 -0
  466. package/{cjs → types}/spacer/spacer.d.ts +0 -0
  467. package/{cjs → types}/spacer/spacer.styles.d.ts +8 -0
  468. package/{cjs → types}/switch/index.d.ts +0 -0
  469. package/{cjs → types}/switch/switch.d.ts +0 -0
  470. package/{cjs → types}/switch/switch.styles.d.ts +32 -0
  471. package/{cjs → types}/text/child.d.ts +0 -0
  472. package/{cjs → types}/text/index.d.ts +0 -0
  473. package/{cjs → types}/text/text.d.ts +0 -0
  474. package/{cjs → types}/text/text.styles.d.ts +8 -0
  475. package/{cjs → types}/textarea/index.d.ts +0 -0
  476. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  477. package/{cjs → types}/textarea/utils.d.ts +0 -0
  478. package/{cjs → types}/theme/common.d.ts +16 -0
  479. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  480. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  481. package/{cjs → types}/theme/stitches.config.d.ts +1021 -1
  482. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  483. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  484. package/{cjs → types}/theme/types.d.ts +0 -0
  485. package/{cjs → types}/theme/utils.d.ts +0 -0
  486. package/{cjs → types}/tooltip/index.d.ts +0 -0
  487. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  488. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  489. package/{cjs → types}/tooltip/tooltip.d.ts +0 -0
  490. package/{esm → types}/tooltip/tooltip.styles.d.ts +32 -0
  491. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  492. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  493. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  494. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  495. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  496. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  497. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  498. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  499. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  500. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  501. package/{cjs → types}/use-drip/index.d.ts +0 -0
  502. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  503. package/{cjs → types}/use-input/index.d.ts +0 -0
  504. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  505. package/{cjs → types}/use-keyboard/codes.d.ts +0 -0
  506. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  507. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  508. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  509. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  510. package/{cjs → types}/use-portal/index.d.ts +0 -0
  511. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  512. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  513. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  514. package/{cjs → types}/use-resize/index.d.ts +0 -0
  515. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  516. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  517. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  518. package/{cjs → types}/use-theme/index.d.ts +0 -0
  519. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  520. package/{cjs → types}/use-warning/index.d.ts +0 -0
  521. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  522. package/{cjs → types}/user/index.d.ts +0 -0
  523. package/{cjs → types}/user/user-link.d.ts +0 -0
  524. package/{cjs → types}/user/user.d.ts +0 -0
  525. package/{cjs → types}/user/user.styles.d.ts +40 -0
  526. package/{cjs → types}/utils/assertion.d.ts +0 -0
  527. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  528. package/{cjs → types}/utils/clsx.d.ts +0 -0
  529. package/{cjs → types}/utils/collections.d.ts +0 -0
  530. package/{cjs → types}/utils/color.d.ts +0 -0
  531. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  532. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  533. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  534. package/{cjs → types}/utils/drip.d.ts +8 -0
  535. package/{cjs → types}/utils/expand.d.ts +0 -0
  536. package/{cjs → types}/utils/numbers.d.ts +0 -0
  537. package/{cjs → types}/utils/object.d.ts +0 -0
  538. package/{cjs → types}/utils/prop-types.d.ts +0 -0
  539. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  540. package/umd/nextui.js +4436 -512
  541. package/umd/nextui.min.js +1 -1
  542. package/cjs/avatar/avatar.styles.d.ts +0 -937
  543. package/cjs/button/button-icon.d.ts +0 -942
  544. package/cjs/button/button.styles.d.ts +0 -940
  545. package/cjs/code/code.styles.d.ts +0 -1848
  546. package/cjs/col/col.styles.d.ts +0 -926
  547. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  548. package/cjs/container/container.styles.d.ts +0 -929
  549. package/cjs/divider/divider.styles.d.ts +0 -1853
  550. package/cjs/image/image.styles.d.ts +0 -2775
  551. package/cjs/loading/loading.styles.d.ts +0 -5554
  552. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  553. package/cjs/progress/progress.d.ts +0 -65
  554. package/cjs/progress/progress.styles.d.ts +0 -1859
  555. package/cjs/row/row.styles.d.ts +0 -928
  556. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  557. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  558. package/esm/avatar/avatar-group.d.ts +0 -13
  559. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  560. package/esm/avatar/avatar.d.ts +0 -21
  561. package/esm/avatar/index.d.ts +0 -7
  562. package/esm/backdrop/backdrop.d.ts +0 -37
  563. package/esm/backdrop/index.d.ts +0 -5
  564. package/esm/button/button-group-context.d.ts +0 -20
  565. package/esm/button/button-group.d.ts +0 -34
  566. package/esm/button/button-group.styles.d.ts +0 -932
  567. package/esm/button/button.d.ts +0 -30
  568. package/esm/button/button.styles.d.ts +0 -940
  569. package/esm/button/index.d.ts +0 -10
  570. package/esm/button/utils.d.ts +0 -4
  571. package/esm/card/card.d.ts +0 -23
  572. package/esm/card/card.styles.d.ts +0 -3707
  573. package/esm/card/index.d.ts +0 -5
  574. package/esm/checkbox/checkbox-context.d.ts +0 -13
  575. package/esm/checkbox/checkbox-group.d.ts +0 -29
  576. package/esm/checkbox/checkbox.d.ts +0 -58
  577. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  578. package/esm/checkbox/index.d.ts +0 -6
  579. package/esm/code/code.d.ts +0 -15
  580. package/esm/code/index.d.ts +0 -5
  581. package/esm/col/col.d.ts +0 -20
  582. package/esm/col/index.d.ts +0 -5
  583. package/esm/collapse/collapse-context.d.ts +0 -9
  584. package/esm/collapse/collapse-group.d.ts +0 -18
  585. package/esm/collapse/collapse-icon.d.ts +0 -19
  586. package/esm/collapse/collapse.d.ts +0 -43
  587. package/esm/collapse/index.d.ts +0 -6
  588. package/esm/container/container.d.ts +0 -40
  589. package/esm/container/index.d.ts +0 -5
  590. package/esm/css-baseline/css-baseline.d.ts +0 -9
  591. package/esm/css-baseline/index.d.ts +0 -1
  592. package/esm/divider/divider.d.ts +0 -22
  593. package/esm/divider/index.d.ts +0 -5
  594. package/esm/grid/grid-container.d.ts +0 -22
  595. package/esm/grid/grid-item.d.ts +0 -37
  596. package/esm/grid/grid.d.ts +0 -9
  597. package/esm/grid/grid.styles.d.ts +0 -1849
  598. package/esm/grid/index.d.ts +0 -7
  599. package/esm/image/image.d.ts +0 -29
  600. package/esm/image/image.skeleton.d.ts +0 -19
  601. package/esm/image/index.d.ts +0 -5
  602. package/esm/index.d.ts +0 -79
  603. package/esm/input/index.d.ts +0 -7
  604. package/esm/input/input-password.d.ts +0 -98
  605. package/esm/input/input-props.d.ts +0 -66
  606. package/esm/input/input.d.ts +0 -18
  607. package/esm/input/input.styles.d.ts +0 -10217
  608. package/esm/input/password-icon.d.ts +0 -6
  609. package/esm/link/icon.d.ts +0 -4
  610. package/esm/link/index.d.ts +0 -5
  611. package/esm/link/link.d.ts +0 -43
  612. package/esm/link/link.styles.d.ts +0 -1854
  613. package/esm/loading/index.d.ts +0 -7
  614. package/esm/loading/loading.d.ts +0 -24
  615. package/esm/loading/spinner.d.ts +0 -17
  616. package/esm/modal/index.d.ts +0 -8
  617. package/esm/modal/modal-body.d.ts +0 -45
  618. package/esm/modal/modal-close-button.d.ts +0 -13
  619. package/esm/modal/modal-context.d.ts +0 -8
  620. package/esm/modal/modal-footer.d.ts +0 -24
  621. package/esm/modal/modal-header.d.ts +0 -24
  622. package/esm/modal/modal-wrapper.d.ts +0 -24
  623. package/esm/modal/modal.d.ts +0 -42
  624. package/esm/modal/modal.styles.d.ts +0 -5560
  625. package/esm/modal/use-modal.d.ts +0 -11
  626. package/esm/pagination/index.d.ts +0 -7
  627. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  628. package/esm/pagination/pagination-highlight.d.ts +0 -14
  629. package/esm/pagination/pagination-icon.d.ts +0 -16
  630. package/esm/pagination/pagination-item.d.ts +0 -22
  631. package/esm/pagination/pagination.d.ts +0 -46
  632. package/esm/progress/index.d.ts +0 -5
  633. package/esm/radio/index.d.ts +0 -4
  634. package/esm/radio/radio-context.d.ts +0 -13
  635. package/esm/radio/radio-group.d.ts +0 -30
  636. package/esm/radio/radio.d.ts +0 -45
  637. package/esm/radio/radio.styles.d.ts +0 -5555
  638. package/esm/row/index.d.ts +0 -5
  639. package/esm/row/row.d.ts +0 -21
  640. package/esm/snippet/index.d.ts +0 -5
  641. package/esm/snippet/snippet-icon.d.ts +0 -21
  642. package/esm/snippet/snippet.d.ts +0 -35
  643. package/esm/spacer/index.d.ts +0 -5
  644. package/esm/spacer/spacer.d.ts +0 -41
  645. package/esm/spacer/spacer.styles.d.ts +0 -927
  646. package/esm/switch/index.d.ts +0 -5
  647. package/esm/switch/switch.d.ts +0 -82
  648. package/esm/switch/switch.styles.d.ts +0 -3708
  649. package/esm/text/child.d.ts +0 -23
  650. package/esm/text/index.d.ts +0 -4
  651. package/esm/text/text.d.ts +0 -59
  652. package/esm/text/text.styles.d.ts +0 -927
  653. package/esm/textarea/index.d.ts +0 -3
  654. package/esm/textarea/textarea.d.ts +0 -42
  655. package/esm/textarea/utils.d.ts +0 -13
  656. package/esm/theme/common.d.ts +0 -1644
  657. package/esm/theme/dark-theme.d.ts +0 -33
  658. package/esm/theme/light-theme.d.ts +0 -28
  659. package/esm/theme/stitches.config.d.ts +0 -9004
  660. package/esm/theme/theme-context.d.ts +0 -5
  661. package/esm/theme/theme-provider.d.ts +0 -14
  662. package/esm/theme/types.d.ts +0 -76
  663. package/esm/theme/utils.d.ts +0 -16
  664. package/esm/tooltip/index.d.ts +0 -6
  665. package/esm/tooltip/placement.d.ts +0 -39
  666. package/esm/tooltip/tooltip-content.d.ts +0 -27
  667. package/esm/tooltip/tooltip.d.ts +0 -59
  668. package/esm/use-body-scroll/index.d.ts +0 -3
  669. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  670. package/esm/use-click-anywhere/index.d.ts +0 -2
  671. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  672. package/esm/use-click-away/index.d.ts +0 -2
  673. package/esm/use-click-away/use-click-away.d.ts +0 -3
  674. package/esm/use-clipboard/index.d.ts +0 -3
  675. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  676. package/esm/use-current-state/index.d.ts +0 -2
  677. package/esm/use-current-state/use-current-state.d.ts +0 -8
  678. package/esm/use-drip/index.d.ts +0 -2
  679. package/esm/use-drip/use-drip.d.ts +0 -9
  680. package/esm/use-input/index.d.ts +0 -2
  681. package/esm/use-input/use-input.d.ts +0 -13
  682. package/esm/use-keyboard/codes.d.ts +0 -92
  683. package/esm/use-keyboard/helper.d.ts +0 -3
  684. package/esm/use-keyboard/index.d.ts +0 -5
  685. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  686. package/esm/use-pagination/index.d.ts +0 -20
  687. package/esm/use-portal/index.d.ts +0 -2
  688. package/esm/use-portal/use-portal.d.ts +0 -2
  689. package/esm/use-real-shape/index.d.ts +0 -2
  690. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  691. package/esm/use-resize/index.d.ts +0 -2
  692. package/esm/use-resize/use-resize.d.ts +0 -2
  693. package/esm/use-ssr/index.d.ts +0 -2
  694. package/esm/use-ssr/use-ssr.d.ts +0 -6
  695. package/esm/use-theme/index.d.ts +0 -2
  696. package/esm/use-theme/use-theme.d.ts +0 -3
  697. package/esm/use-warning/index.d.ts +0 -2
  698. package/esm/use-warning/use-warning.d.ts +0 -2
  699. package/esm/user/index.d.ts +0 -6
  700. package/esm/user/user-link.d.ts +0 -32
  701. package/esm/user/user.d.ts +0 -35
  702. package/esm/user/user.styles.d.ts +0 -4621
  703. package/esm/utils/assertion.d.ts +0 -8
  704. package/esm/utils/clear-icon.d.ts +0 -16
  705. package/esm/utils/clsx.d.ts +0 -1
  706. package/esm/utils/collections.d.ts +0 -12
  707. package/esm/utils/color.d.ts +0 -28
  708. package/esm/utils/css-transition.d.ts +0 -27
  709. package/esm/utils/deep-merge.d.ts +0 -1
  710. package/esm/utils/dimensions.d.ts +0 -1
  711. package/esm/utils/drip.d.ts +0 -969
  712. package/esm/utils/expand.d.ts +0 -20
  713. package/esm/utils/numbers.d.ts +0 -9
  714. package/esm/utils/object.d.ts +0 -11
  715. package/esm/utils/prop-types.d.ts +0 -54
  716. 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,14 @@ 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
+ isFocusVisible?: boolean | "true" | undefined;
8156
+ }, {
8076
8157
  xs: string;
8077
8158
  sm: string;
8078
8159
  md: string;
@@ -8206,18 +8287,23 @@ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-
8206
8287
  primaryLight: string;
8207
8288
  primary: string;
8208
8289
  primaryDark: string;
8290
+ primaryShadow: string;
8209
8291
  secondaryLight: string;
8210
8292
  secondary: string;
8211
8293
  secondaryDark: string;
8294
+ secondaryShadow: string;
8212
8295
  successLight: string;
8213
8296
  success: string;
8214
8297
  successDark: string;
8298
+ successShadow: string;
8215
8299
  warningLight: string;
8216
8300
  warning: string;
8217
8301
  warningDark: string;
8302
+ warningShadow: string;
8218
8303
  errorLight: string;
8219
8304
  error: string;
8220
8305
  errorDark: string;
8306
+ errorShadow: string;
8221
8307
  gradient: string;
8222
8308
  link: string;
8223
8309
  };
@@ -8993,6 +9079,940 @@ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-
8993
9079
  backgroundImage: string;
8994
9080
  WebkitBackgroundClip: string;
8995
9081
  WebkitTextFillColor: string;
9082
+ '&::selection': {
9083
+ WebkitTextFillColor: string;
9084
+ };
9085
+ };
9086
+ }>>;
9087
+ export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
9088
+ xs: string;
9089
+ sm: string;
9090
+ md: string;
9091
+ lg: string;
9092
+ xl: string;
9093
+ xsMax: string;
9094
+ smMax: string;
9095
+ mdMax: string;
9096
+ lgMax: string;
9097
+ xlMax: string;
9098
+ motion: string;
9099
+ safari: string;
9100
+ hover: string;
9101
+ dark: string;
9102
+ light: string;
9103
+ }, import("@stitches/react/types/css-util").CSS<{
9104
+ xs: string;
9105
+ sm: string;
9106
+ md: string;
9107
+ lg: string;
9108
+ xl: string;
9109
+ xsMax: string;
9110
+ smMax: string;
9111
+ mdMax: string;
9112
+ lgMax: string;
9113
+ xlMax: string;
9114
+ motion: string;
9115
+ safari: string;
9116
+ hover: string;
9117
+ dark: string;
9118
+ light: string;
9119
+ }, {
9120
+ shadows: {
9121
+ xs: string;
9122
+ sm: string;
9123
+ md: string;
9124
+ lg: string;
9125
+ xl: string;
9126
+ };
9127
+ colors: {
9128
+ accents1: string;
9129
+ accents2: string;
9130
+ accents3: string;
9131
+ accents4: string;
9132
+ accents5: string;
9133
+ accents6: string;
9134
+ accents7: string;
9135
+ accents8: string;
9136
+ accents9: string;
9137
+ text: string;
9138
+ background: string;
9139
+ foreground: string;
9140
+ codeLight: string;
9141
+ code: string;
9142
+ border: string;
9143
+ selection: string;
9144
+ white: string;
9145
+ black: string;
9146
+ blue100: string;
9147
+ blue200: string;
9148
+ blue300: string;
9149
+ blue400: string;
9150
+ blue500: string;
9151
+ blue600: string;
9152
+ blue700: string;
9153
+ blue800: string;
9154
+ blue900: string;
9155
+ purple100: string;
9156
+ purple200: string;
9157
+ purple300: string;
9158
+ purple400: string;
9159
+ purple500: string;
9160
+ purple600: string;
9161
+ purple700: string;
9162
+ purple800: string;
9163
+ purple900: string;
9164
+ green100: string;
9165
+ green200: string;
9166
+ green300: string;
9167
+ green400: string;
9168
+ green500: string;
9169
+ green600: string;
9170
+ green700: string;
9171
+ green800: string;
9172
+ green900: string;
9173
+ yellow100: string;
9174
+ yellow200: string;
9175
+ yellow300: string;
9176
+ yellow400: string;
9177
+ yellow500: string;
9178
+ yellow600: string;
9179
+ yellow700: string;
9180
+ yellow800: string;
9181
+ yellow900: string;
9182
+ red100: string;
9183
+ red200: string;
9184
+ red300: string;
9185
+ red400: string;
9186
+ red500: string;
9187
+ red600: string;
9188
+ red700: string;
9189
+ red800: string;
9190
+ red900: string;
9191
+ cyan100: string;
9192
+ cyan200: string;
9193
+ cyan300: string;
9194
+ cyan400: string;
9195
+ cyan500: string;
9196
+ cyan600: string;
9197
+ cyan700: string;
9198
+ cyan800: string;
9199
+ cyan900: string;
9200
+ pink100: string;
9201
+ pink200: string;
9202
+ pink300: string;
9203
+ pink400: string;
9204
+ pink500: string;
9205
+ pink600: string;
9206
+ pink700: string;
9207
+ pink800: string;
9208
+ pink900: string;
9209
+ gray100: string;
9210
+ gray200: string;
9211
+ gray300: string;
9212
+ gray400: string;
9213
+ gray500: string;
9214
+ gray600: string;
9215
+ gray700: string;
9216
+ gray800: string;
9217
+ gray900: string;
9218
+ primaryLight: string;
9219
+ primary: string;
9220
+ primaryDark: string;
9221
+ primaryShadow: string;
9222
+ secondaryLight: string;
9223
+ secondary: string;
9224
+ secondaryDark: string;
9225
+ secondaryShadow: string;
9226
+ successLight: string;
9227
+ success: string;
9228
+ successDark: string;
9229
+ successShadow: string;
9230
+ warningLight: string;
9231
+ warning: string;
9232
+ warningDark: string;
9233
+ warningShadow: string;
9234
+ errorLight: string;
9235
+ error: string;
9236
+ errorDark: string;
9237
+ errorShadow: string;
9238
+ gradient: string;
9239
+ link: string;
9240
+ };
9241
+ fonts: {
9242
+ sans: string;
9243
+ mono: string;
9244
+ };
9245
+ fontSizes: {
9246
+ tiny: string;
9247
+ xs: string;
9248
+ base: string;
9249
+ sm: string;
9250
+ md: string;
9251
+ lg: string;
9252
+ xl: string;
9253
+ };
9254
+ fontWeights: {
9255
+ hairline: number;
9256
+ thin: number;
9257
+ light: number;
9258
+ normal: number;
9259
+ medium: number;
9260
+ semibold: number;
9261
+ bold: number;
9262
+ extrabold: number;
9263
+ black: number;
9264
+ };
9265
+ lineHeights: {
9266
+ xs: number;
9267
+ sm: number;
9268
+ md: number;
9269
+ lg: number;
9270
+ xl: number;
9271
+ };
9272
+ letterSpacings: {
9273
+ tighter: string;
9274
+ tight: string;
9275
+ normal: string;
9276
+ wide: string;
9277
+ wider: string;
9278
+ widest: string;
9279
+ };
9280
+ space: {
9281
+ 0: string;
9282
+ xs: string;
9283
+ sm: string;
9284
+ md: string;
9285
+ lg: string;
9286
+ xl: string;
9287
+ px: string;
9288
+ 1: string;
9289
+ 2: string;
9290
+ 3: string;
9291
+ 4: string;
9292
+ 5: string;
9293
+ 6: string;
9294
+ 7: string;
9295
+ 8: string;
9296
+ 9: string;
9297
+ 10: string;
9298
+ 11: string;
9299
+ 12: string;
9300
+ 13: string;
9301
+ 14: string;
9302
+ 15: string;
9303
+ 16: string;
9304
+ 17: string;
9305
+ 18: string;
9306
+ 20: string;
9307
+ 24: string;
9308
+ 28: string;
9309
+ 32: string;
9310
+ 36: string;
9311
+ 40: string;
9312
+ 44: string;
9313
+ 48: string;
9314
+ 52: string;
9315
+ 56: string;
9316
+ 60: string;
9317
+ 64: string;
9318
+ 72: string;
9319
+ 80: string;
9320
+ 96: string;
9321
+ };
9322
+ radii: {
9323
+ xs: string;
9324
+ sm: string;
9325
+ md: string;
9326
+ base: string;
9327
+ lg: string;
9328
+ xl: string;
9329
+ squared: string;
9330
+ rounded: string;
9331
+ pill: string;
9332
+ };
9333
+ zIndices: {
9334
+ 1: string;
9335
+ 2: string;
9336
+ 3: string;
9337
+ 4: string;
9338
+ 5: string;
9339
+ 10: string;
9340
+ max: string;
9341
+ };
9342
+ borderWeights: {
9343
+ light: string;
9344
+ normal: string;
9345
+ bold: string;
9346
+ extrabold: string;
9347
+ black: string;
9348
+ };
9349
+ transitions: {
9350
+ default: string;
9351
+ };
9352
+ breakpoints: {
9353
+ xs: string;
9354
+ sm: string;
9355
+ md: string;
9356
+ lg: string;
9357
+ xl: string;
9358
+ };
9359
+ }, {
9360
+ width: string;
9361
+ height: string;
9362
+ minWidth: string;
9363
+ maxWidth: string;
9364
+ minHeight: string;
9365
+ maxHeight: string;
9366
+ flexBasis: string;
9367
+ gridTemplateColumns: string;
9368
+ gridTemplateRows: string;
9369
+ blockSize: string;
9370
+ minBlockSize: string;
9371
+ maxBlockSize: string;
9372
+ inlineSize: string;
9373
+ minInlineSize: string;
9374
+ maxInlineSize: string;
9375
+ borderWidth: string;
9376
+ gap: "space";
9377
+ gridGap: "space";
9378
+ columnGap: "space";
9379
+ gridColumnGap: "space";
9380
+ rowGap: "space";
9381
+ gridRowGap: "space";
9382
+ inset: "space";
9383
+ insetBlock: "space";
9384
+ insetBlockEnd: "space";
9385
+ insetBlockStart: "space";
9386
+ insetInline: "space";
9387
+ insetInlineEnd: "space";
9388
+ insetInlineStart: "space";
9389
+ margin: "space";
9390
+ marginTop: "space";
9391
+ marginRight: "space";
9392
+ marginBottom: "space";
9393
+ marginLeft: "space";
9394
+ marginBlock: "space";
9395
+ marginBlockEnd: "space";
9396
+ marginBlockStart: "space";
9397
+ marginInline: "space";
9398
+ marginInlineEnd: "space";
9399
+ marginInlineStart: "space";
9400
+ padding: "space";
9401
+ paddingTop: "space";
9402
+ paddingRight: "space";
9403
+ paddingBottom: "space";
9404
+ paddingLeft: "space";
9405
+ paddingBlock: "space";
9406
+ paddingBlockEnd: "space";
9407
+ paddingBlockStart: "space";
9408
+ paddingInline: "space";
9409
+ paddingInlineEnd: "space";
9410
+ paddingInlineStart: "space";
9411
+ scrollMargin: "space";
9412
+ scrollMarginTop: "space";
9413
+ scrollMarginRight: "space";
9414
+ scrollMarginBottom: "space";
9415
+ scrollMarginLeft: "space";
9416
+ scrollMarginBlock: "space";
9417
+ scrollMarginBlockEnd: "space";
9418
+ scrollMarginBlockStart: "space";
9419
+ scrollMarginInline: "space";
9420
+ scrollMarginInlineEnd: "space";
9421
+ scrollMarginInlineStart: "space";
9422
+ scrollPadding: "space";
9423
+ scrollPaddingTop: "space";
9424
+ scrollPaddingRight: "space";
9425
+ scrollPaddingBottom: "space";
9426
+ scrollPaddingLeft: "space";
9427
+ scrollPaddingBlock: "space";
9428
+ scrollPaddingBlockEnd: "space";
9429
+ scrollPaddingBlockStart: "space";
9430
+ scrollPaddingInline: "space";
9431
+ scrollPaddingInlineEnd: "space";
9432
+ scrollPaddingInlineStart: "space";
9433
+ top: "space";
9434
+ right: "space";
9435
+ bottom: "space";
9436
+ left: "space";
9437
+ fontSize: "fontSizes";
9438
+ background: "colors";
9439
+ backgroundColor: "colors";
9440
+ backgroundImage: "colors";
9441
+ borderImage: "colors";
9442
+ border: "colors";
9443
+ borderBlock: "colors";
9444
+ borderBlockEnd: "colors";
9445
+ borderBlockStart: "colors";
9446
+ borderBottom: "colors";
9447
+ borderBottomColor: "colors";
9448
+ borderColor: "colors";
9449
+ borderInline: "colors";
9450
+ borderInlineEnd: "colors";
9451
+ borderInlineStart: "colors";
9452
+ borderLeft: "colors";
9453
+ borderLeftColor: "colors";
9454
+ borderRight: "colors";
9455
+ borderRightColor: "colors";
9456
+ borderTop: "colors";
9457
+ borderTopColor: "colors";
9458
+ caretColor: "colors";
9459
+ color: "colors";
9460
+ columnRuleColor: "colors";
9461
+ outline: "colors";
9462
+ outlineColor: "colors";
9463
+ fill: "colors";
9464
+ stroke: "colors";
9465
+ textDecorationColor: "colors";
9466
+ fontFamily: "fonts";
9467
+ fontWeight: "fontWeights";
9468
+ lineHeight: "lineHeights";
9469
+ letterSpacing: "letterSpacings";
9470
+ borderTopWidth: "borderWidths";
9471
+ borderLeftWidth: "borderWidths";
9472
+ borderRightWidth: "borderWidths";
9473
+ borderBottomWidth: "borderWidths";
9474
+ borderStyle: "borderStyles";
9475
+ borderTopStyle: "borderStyles";
9476
+ borderLeftStyle: "borderStyles";
9477
+ borderRightStyle: "borderStyles";
9478
+ borderBottomStyle: "borderStyles";
9479
+ borderRadius: "radii";
9480
+ borderTopLeftRadius: "radii";
9481
+ borderTopRightRadius: "radii";
9482
+ borderBottomRightRadius: "radii";
9483
+ borderBottomLeftRadius: "radii";
9484
+ boxShadow: "shadows";
9485
+ textShadow: "shadows";
9486
+ transition: "transitions";
9487
+ zIndex: "zIndices";
9488
+ }, {
9489
+ p: (value: {
9490
+ readonly [$$PropertyValue]: "padding";
9491
+ }) => {
9492
+ padding: {
9493
+ readonly [$$PropertyValue]: "padding";
9494
+ };
9495
+ };
9496
+ pt: (value: {
9497
+ readonly [$$PropertyValue]: "paddingTop";
9498
+ }) => {
9499
+ paddingTop: {
9500
+ readonly [$$PropertyValue]: "paddingTop";
9501
+ };
9502
+ };
9503
+ pr: (value: {
9504
+ readonly [$$PropertyValue]: "paddingRight";
9505
+ }) => {
9506
+ paddingRight: {
9507
+ readonly [$$PropertyValue]: "paddingRight";
9508
+ };
9509
+ };
9510
+ pb: (value: {
9511
+ readonly [$$PropertyValue]: "paddingBottom";
9512
+ }) => {
9513
+ paddingBottom: {
9514
+ readonly [$$PropertyValue]: "paddingBottom";
9515
+ };
9516
+ };
9517
+ pl: (value: {
9518
+ readonly [$$PropertyValue]: "paddingLeft";
9519
+ }) => {
9520
+ paddingLeft: {
9521
+ readonly [$$PropertyValue]: "paddingLeft";
9522
+ };
9523
+ };
9524
+ px: (value: {
9525
+ readonly [$$PropertyValue]: "paddingLeft";
9526
+ }) => {
9527
+ paddingLeft: {
9528
+ readonly [$$PropertyValue]: "paddingLeft";
9529
+ };
9530
+ paddingRight: {
9531
+ readonly [$$PropertyValue]: "paddingLeft";
9532
+ };
9533
+ };
9534
+ py: (value: {
9535
+ readonly [$$PropertyValue]: "paddingTop";
9536
+ }) => {
9537
+ paddingTop: {
9538
+ readonly [$$PropertyValue]: "paddingTop";
9539
+ };
9540
+ paddingBottom: {
9541
+ readonly [$$PropertyValue]: "paddingTop";
9542
+ };
9543
+ };
9544
+ m: (value: {
9545
+ readonly [$$PropertyValue]: "margin";
9546
+ }) => {
9547
+ margin: {
9548
+ readonly [$$PropertyValue]: "margin";
9549
+ };
9550
+ };
9551
+ mt: (value: {
9552
+ readonly [$$PropertyValue]: "marginTop";
9553
+ }) => {
9554
+ marginTop: {
9555
+ readonly [$$PropertyValue]: "marginTop";
9556
+ };
9557
+ };
9558
+ mr: (value: {
9559
+ readonly [$$PropertyValue]: "marginRight";
9560
+ }) => {
9561
+ marginRight: {
9562
+ readonly [$$PropertyValue]: "marginRight";
9563
+ };
9564
+ };
9565
+ mb: (value: {
9566
+ readonly [$$PropertyValue]: "marginBottom";
9567
+ }) => {
9568
+ marginBottom: {
9569
+ readonly [$$PropertyValue]: "marginBottom";
9570
+ };
9571
+ };
9572
+ ml: (value: {
9573
+ readonly [$$PropertyValue]: "marginLeft";
9574
+ }) => {
9575
+ marginLeft: {
9576
+ readonly [$$PropertyValue]: "marginLeft";
9577
+ };
9578
+ };
9579
+ mx: (value: {
9580
+ readonly [$$PropertyValue]: "marginLeft";
9581
+ }) => {
9582
+ marginLeft: {
9583
+ readonly [$$PropertyValue]: "marginLeft";
9584
+ };
9585
+ marginRight: {
9586
+ readonly [$$PropertyValue]: "marginLeft";
9587
+ };
9588
+ };
9589
+ my: (value: {
9590
+ readonly [$$PropertyValue]: "marginTop";
9591
+ }) => {
9592
+ marginTop: {
9593
+ readonly [$$PropertyValue]: "marginTop";
9594
+ };
9595
+ marginBottom: {
9596
+ readonly [$$PropertyValue]: "marginTop";
9597
+ };
9598
+ };
9599
+ ta: (value: {
9600
+ readonly [$$PropertyValue]: "textAlign";
9601
+ }) => {
9602
+ textAlign: {
9603
+ readonly [$$PropertyValue]: "textAlign";
9604
+ };
9605
+ };
9606
+ tt: (value: {
9607
+ readonly [$$PropertyValue]: "textTransform";
9608
+ }) => {
9609
+ textTransform: {
9610
+ readonly [$$PropertyValue]: "textTransform";
9611
+ };
9612
+ };
9613
+ to: (value: {
9614
+ readonly [$$PropertyValue]: "textOverflow";
9615
+ }) => {
9616
+ textOverflow: {
9617
+ readonly [$$PropertyValue]: "textOverflow";
9618
+ };
9619
+ };
9620
+ d: (value: {
9621
+ readonly [$$PropertyValue]: "display";
9622
+ }) => {
9623
+ display: {
9624
+ readonly [$$PropertyValue]: "display";
9625
+ };
9626
+ };
9627
+ dflex: (value: {
9628
+ readonly [$$PropertyValue]: "alignItems";
9629
+ }) => {
9630
+ display: string;
9631
+ alignItems: {
9632
+ readonly [$$PropertyValue]: "alignItems";
9633
+ };
9634
+ justifyContent: {
9635
+ readonly [$$PropertyValue]: "alignItems";
9636
+ };
9637
+ };
9638
+ fd: (value: {
9639
+ readonly [$$PropertyValue]: "flexDirection";
9640
+ }) => {
9641
+ flexDirection: {
9642
+ readonly [$$PropertyValue]: "flexDirection";
9643
+ };
9644
+ };
9645
+ fw: (value: {
9646
+ readonly [$$PropertyValue]: "flexWrap";
9647
+ }) => {
9648
+ flexWrap: {
9649
+ readonly [$$PropertyValue]: "flexWrap";
9650
+ };
9651
+ };
9652
+ ai: (value: {
9653
+ readonly [$$PropertyValue]: "alignItems";
9654
+ }) => {
9655
+ alignItems: {
9656
+ readonly [$$PropertyValue]: "alignItems";
9657
+ };
9658
+ };
9659
+ ac: (value: {
9660
+ readonly [$$PropertyValue]: "alignContent";
9661
+ }) => {
9662
+ alignContent: {
9663
+ readonly [$$PropertyValue]: "alignContent";
9664
+ };
9665
+ };
9666
+ jc: (value: {
9667
+ readonly [$$PropertyValue]: "justifyContent";
9668
+ }) => {
9669
+ justifyContent: {
9670
+ readonly [$$PropertyValue]: "justifyContent";
9671
+ };
9672
+ };
9673
+ as: (value: {
9674
+ readonly [$$PropertyValue]: "alignSelf";
9675
+ }) => {
9676
+ alignSelf: {
9677
+ readonly [$$PropertyValue]: "alignSelf";
9678
+ };
9679
+ };
9680
+ fg: (value: {
9681
+ readonly [$$PropertyValue]: "flexGrow";
9682
+ }) => {
9683
+ flexGrow: {
9684
+ readonly [$$PropertyValue]: "flexGrow";
9685
+ };
9686
+ };
9687
+ fs: (value: {
9688
+ readonly [$$PropertyValue]: "fontSize";
9689
+ }) => {
9690
+ fontSize: {
9691
+ readonly [$$PropertyValue]: "fontSize";
9692
+ };
9693
+ };
9694
+ fb: (value: {
9695
+ readonly [$$PropertyValue]: "flexBasis";
9696
+ }) => {
9697
+ flexBasis: {
9698
+ readonly [$$PropertyValue]: "flexBasis";
9699
+ };
9700
+ };
9701
+ bc: (value: {
9702
+ readonly [$$PropertyValue]: "backgroundColor";
9703
+ }) => {
9704
+ backgroundColor: {
9705
+ readonly [$$PropertyValue]: "backgroundColor";
9706
+ };
9707
+ };
9708
+ bf: (value: {
9709
+ readonly [$$PropertyValue]: "backdropFilter";
9710
+ }) => {
9711
+ backdropFilter: {
9712
+ readonly [$$PropertyValue]: "backdropFilter";
9713
+ };
9714
+ };
9715
+ bg: (value: {
9716
+ readonly [$$PropertyValue]: "backgroundColor";
9717
+ }) => {
9718
+ background: {
9719
+ readonly [$$PropertyValue]: "backgroundColor";
9720
+ };
9721
+ };
9722
+ bgBlur: (value: {
9723
+ readonly [$$PropertyValue]: "backgroundColor";
9724
+ }) => {
9725
+ bf: string;
9726
+ bg: string;
9727
+ };
9728
+ bgColor: (value: {
9729
+ readonly [$$PropertyValue]: "backgroundColor";
9730
+ }) => {
9731
+ backgroundColor: {
9732
+ readonly [$$PropertyValue]: "backgroundColor";
9733
+ };
9734
+ };
9735
+ backgroundClip: (value: {
9736
+ readonly [$$PropertyValue]: "backgroundClip";
9737
+ }) => {
9738
+ WebkitBackgroundClip: {
9739
+ readonly [$$PropertyValue]: "backgroundClip";
9740
+ };
9741
+ backgroundClip: {
9742
+ readonly [$$PropertyValue]: "backgroundClip";
9743
+ };
9744
+ };
9745
+ bgClip: (value: {
9746
+ readonly [$$PropertyValue]: "backgroundClip";
9747
+ }) => {
9748
+ WebkitBackgroundClip: {
9749
+ readonly [$$PropertyValue]: "backgroundClip";
9750
+ };
9751
+ backgroundClip: {
9752
+ readonly [$$PropertyValue]: "backgroundClip";
9753
+ };
9754
+ };
9755
+ br: (value: {
9756
+ readonly [$$PropertyValue]: "borderRadius";
9757
+ }) => {
9758
+ borderRadius: {
9759
+ readonly [$$PropertyValue]: "borderRadius";
9760
+ };
9761
+ };
9762
+ bw: (value: {
9763
+ readonly [$$PropertyValue]: "borderWidth";
9764
+ }) => {
9765
+ borderWidth: {
9766
+ readonly [$$PropertyValue]: "borderWidth";
9767
+ };
9768
+ };
9769
+ btrr: (value: {
9770
+ readonly [$$PropertyValue]: "borderTopRightRadius";
9771
+ }) => {
9772
+ borderTopRightRadius: {
9773
+ readonly [$$PropertyValue]: "borderTopRightRadius";
9774
+ };
9775
+ };
9776
+ bbrr: (value: {
9777
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
9778
+ }) => {
9779
+ borderBottomRightRadius: {
9780
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
9781
+ };
9782
+ };
9783
+ bblr: (value: {
9784
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
9785
+ }) => {
9786
+ borderBottomLeftRadius: {
9787
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
9788
+ };
9789
+ };
9790
+ btlr: (value: {
9791
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
9792
+ }) => {
9793
+ borderTopLeftRadius: {
9794
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
9795
+ };
9796
+ };
9797
+ bs: (value: {
9798
+ readonly [$$PropertyValue]: "boxShadow";
9799
+ }) => {
9800
+ boxShadow: {
9801
+ readonly [$$PropertyValue]: "boxShadow";
9802
+ };
9803
+ };
9804
+ normalShadow: (value: {
9805
+ readonly [$$PropertyValue]: "backgroundColor";
9806
+ }) => {
9807
+ boxShadow: string;
9808
+ };
9809
+ normalShadowVar: (value: {
9810
+ readonly [$$PropertyValue]: "backgroundColor";
9811
+ }) => {
9812
+ boxShadow: string;
9813
+ };
9814
+ lh: (value: {
9815
+ readonly [$$PropertyValue]: "lineHeight";
9816
+ }) => {
9817
+ lineHeight: {
9818
+ readonly [$$PropertyValue]: "lineHeight";
9819
+ };
9820
+ };
9821
+ ov: (value: {
9822
+ readonly [$$PropertyValue]: "overflow";
9823
+ }) => {
9824
+ overflow: {
9825
+ readonly [$$PropertyValue]: "overflow";
9826
+ };
9827
+ };
9828
+ ox: (value: {
9829
+ readonly [$$PropertyValue]: "overflowX";
9830
+ }) => {
9831
+ overflowX: {
9832
+ readonly [$$PropertyValue]: "overflowX";
9833
+ };
9834
+ };
9835
+ oy: (value: {
9836
+ readonly [$$PropertyValue]: "overflowY";
9837
+ }) => {
9838
+ overflowY: {
9839
+ readonly [$$PropertyValue]: "overflowY";
9840
+ };
9841
+ };
9842
+ pe: (value: {
9843
+ readonly [$$PropertyValue]: "pointerEvents";
9844
+ }) => {
9845
+ pointerEvents: {
9846
+ readonly [$$PropertyValue]: "pointerEvents";
9847
+ };
9848
+ };
9849
+ events: (value: {
9850
+ readonly [$$PropertyValue]: "pointerEvents";
9851
+ }) => {
9852
+ pointerEvents: {
9853
+ readonly [$$PropertyValue]: "pointerEvents";
9854
+ };
9855
+ };
9856
+ us: (value: {
9857
+ readonly [$$PropertyValue]: "userSelect";
9858
+ }) => {
9859
+ WebkitUserSelect: {
9860
+ readonly [$$PropertyValue]: "userSelect";
9861
+ };
9862
+ userSelect: {
9863
+ readonly [$$PropertyValue]: "userSelect";
9864
+ };
9865
+ };
9866
+ userSelect: (value: {
9867
+ readonly [$$PropertyValue]: "userSelect";
9868
+ }) => {
9869
+ WebkitUserSelect: {
9870
+ readonly [$$PropertyValue]: "userSelect";
9871
+ };
9872
+ userSelect: {
9873
+ readonly [$$PropertyValue]: "userSelect";
9874
+ };
9875
+ };
9876
+ w: (value: {
9877
+ readonly [$$PropertyValue]: "width";
9878
+ }) => {
9879
+ width: {
9880
+ readonly [$$PropertyValue]: "width";
9881
+ };
9882
+ };
9883
+ h: (value: {
9884
+ readonly [$$PropertyValue]: "height";
9885
+ }) => {
9886
+ height: {
9887
+ readonly [$$PropertyValue]: "height";
9888
+ };
9889
+ };
9890
+ mw: (value: {
9891
+ readonly [$$PropertyValue]: "maxWidth";
9892
+ }) => {
9893
+ maxWidth: {
9894
+ readonly [$$PropertyValue]: "maxWidth";
9895
+ };
9896
+ };
9897
+ maxW: (value: {
9898
+ readonly [$$PropertyValue]: "maxWidth";
9899
+ }) => {
9900
+ maxWidth: {
9901
+ readonly [$$PropertyValue]: "maxWidth";
9902
+ };
9903
+ };
9904
+ mh: (value: {
9905
+ readonly [$$PropertyValue]: "maxHeight";
9906
+ }) => {
9907
+ maxHeight: {
9908
+ readonly [$$PropertyValue]: "maxHeight";
9909
+ };
9910
+ };
9911
+ maxH: (value: {
9912
+ readonly [$$PropertyValue]: "maxHeight";
9913
+ }) => {
9914
+ maxHeight: {
9915
+ readonly [$$PropertyValue]: "maxHeight";
9916
+ };
9917
+ };
9918
+ size: (value: {
9919
+ readonly [$$PropertyValue]: "width";
9920
+ }) => {
9921
+ width: {
9922
+ readonly [$$PropertyValue]: "width";
9923
+ };
9924
+ height: {
9925
+ readonly [$$PropertyValue]: "width";
9926
+ };
9927
+ };
9928
+ minSize: (value: {
9929
+ readonly [$$PropertyValue]: "width";
9930
+ }) => {
9931
+ minWidth: {
9932
+ readonly [$$PropertyValue]: "width";
9933
+ };
9934
+ minHeight: {
9935
+ readonly [$$PropertyValue]: "width";
9936
+ };
9937
+ width: {
9938
+ readonly [$$PropertyValue]: "width";
9939
+ };
9940
+ height: {
9941
+ readonly [$$PropertyValue]: "width";
9942
+ };
9943
+ };
9944
+ sizeMin: (value: {
9945
+ readonly [$$PropertyValue]: "width";
9946
+ }) => {
9947
+ minWidth: {
9948
+ readonly [$$PropertyValue]: "width";
9949
+ };
9950
+ minHeight: {
9951
+ readonly [$$PropertyValue]: "width";
9952
+ };
9953
+ width: {
9954
+ readonly [$$PropertyValue]: "width";
9955
+ };
9956
+ height: {
9957
+ readonly [$$PropertyValue]: "width";
9958
+ };
9959
+ };
9960
+ maxSize: (value: {
9961
+ readonly [$$PropertyValue]: "width";
9962
+ }) => {
9963
+ maxWidth: {
9964
+ readonly [$$PropertyValue]: "width";
9965
+ };
9966
+ maxHeight: {
9967
+ readonly [$$PropertyValue]: "width";
9968
+ };
9969
+ };
9970
+ sizeMax: (value: {
9971
+ readonly [$$PropertyValue]: "width";
9972
+ }) => {
9973
+ maxWidth: {
9974
+ readonly [$$PropertyValue]: "width";
9975
+ };
9976
+ maxHeight: {
9977
+ readonly [$$PropertyValue]: "width";
9978
+ };
9979
+ };
9980
+ appearance: (value: {
9981
+ readonly [$$PropertyValue]: "appearance";
9982
+ }) => {
9983
+ WebkitAppearance: {
9984
+ readonly [$$PropertyValue]: "appearance";
9985
+ };
9986
+ appearance: {
9987
+ readonly [$$PropertyValue]: "appearance";
9988
+ };
9989
+ };
9990
+ scale: (value: {
9991
+ readonly [$$PropertyValue]: "scale";
9992
+ }) => {
9993
+ transform: string;
9994
+ };
9995
+ linearGradient: (value: {
9996
+ readonly [$$PropertyValue]: "backgroundImage";
9997
+ }) => {
9998
+ backgroundImage: string;
9999
+ };
10000
+ tdl: (value: {
10001
+ readonly [$$PropertyValue]: "textDecorationLine";
10002
+ }) => {
10003
+ textDecorationLine: {
10004
+ readonly [$$PropertyValue]: "textDecorationLine";
10005
+ };
10006
+ };
10007
+ textGradient: (value: {
10008
+ readonly [$$PropertyValue]: "backgroundImage";
10009
+ }) => {
10010
+ backgroundImage: string;
10011
+ WebkitBackgroundClip: string;
10012
+ WebkitTextFillColor: string;
10013
+ '&::selection': {
10014
+ WebkitTextFillColor: string;
10015
+ };
8996
10016
  };
8997
10017
  }>>;
8998
10018
  export declare const createTheme: ({ type, theme, className }: Theme) => string & {