@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
@@ -141,18 +141,23 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
141
141
  primaryLight: string;
142
142
  primary: string;
143
143
  primaryDark: string;
144
+ primaryShadow: string;
144
145
  secondaryLight: string;
145
146
  secondary: string;
146
147
  secondaryDark: string;
148
+ secondaryShadow: string;
147
149
  successLight: string;
148
150
  success: string;
149
151
  successDark: string;
152
+ successShadow: string;
150
153
  warningLight: string;
151
154
  warning: string;
152
155
  warningDark: string;
156
+ warningShadow: string;
153
157
  errorLight: string;
154
158
  error: string;
155
159
  errorDark: string;
160
+ errorShadow: string;
156
161
  gradient: string;
157
162
  link: string;
158
163
  };
@@ -928,6 +933,9 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
928
933
  backgroundImage: string;
929
934
  WebkitBackgroundClip: string;
930
935
  WebkitTextFillColor: string;
936
+ '&::selection': {
937
+ WebkitTextFillColor: string;
938
+ };
931
939
  };
932
940
  }>>;
933
941
  export declare const StyledInputContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -1070,18 +1078,23 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1070
1078
  primaryLight: string;
1071
1079
  primary: string;
1072
1080
  primaryDark: string;
1081
+ primaryShadow: string;
1073
1082
  secondaryLight: string;
1074
1083
  secondary: string;
1075
1084
  secondaryDark: string;
1085
+ secondaryShadow: string;
1076
1086
  successLight: string;
1077
1087
  success: string;
1078
1088
  successDark: string;
1089
+ successShadow: string;
1079
1090
  warningLight: string;
1080
1091
  warning: string;
1081
1092
  warningDark: string;
1093
+ warningShadow: string;
1082
1094
  errorLight: string;
1083
1095
  error: string;
1084
1096
  errorDark: string;
1097
+ errorShadow: string;
1085
1098
  gradient: string;
1086
1099
  link: string;
1087
1100
  };
@@ -1857,6 +1870,9 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
1857
1870
  backgroundImage: string;
1858
1871
  WebkitBackgroundClip: string;
1859
1872
  WebkitTextFillColor: string;
1873
+ '&::selection': {
1874
+ WebkitTextFillColor: string;
1875
+ };
1860
1876
  };
1861
1877
  }>>;
1862
1878
  export declare const StyledInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {
@@ -2001,18 +2017,23 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2001
2017
  primaryLight: string;
2002
2018
  primary: string;
2003
2019
  primaryDark: string;
2020
+ primaryShadow: string;
2004
2021
  secondaryLight: string;
2005
2022
  secondary: string;
2006
2023
  secondaryDark: string;
2024
+ secondaryShadow: string;
2007
2025
  successLight: string;
2008
2026
  success: string;
2009
2027
  successDark: string;
2028
+ successShadow: string;
2010
2029
  warningLight: string;
2011
2030
  warning: string;
2012
2031
  warningDark: string;
2032
+ warningShadow: string;
2013
2033
  errorLight: string;
2014
2034
  error: string;
2015
2035
  errorDark: string;
2036
+ errorShadow: string;
2016
2037
  gradient: string;
2017
2038
  link: string;
2018
2039
  };
@@ -2788,6 +2809,9 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
2788
2809
  backgroundImage: string;
2789
2810
  WebkitBackgroundClip: string;
2790
2811
  WebkitTextFillColor: string;
2812
+ '&::selection': {
2813
+ WebkitTextFillColor: string;
2814
+ };
2791
2815
  };
2792
2816
  }>>;
2793
2817
  export declare const StyledInputWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -2933,18 +2957,23 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
2933
2957
  primaryLight: string;
2934
2958
  primary: string;
2935
2959
  primaryDark: string;
2960
+ primaryShadow: string;
2936
2961
  secondaryLight: string;
2937
2962
  secondary: string;
2938
2963
  secondaryDark: string;
2964
+ secondaryShadow: string;
2939
2965
  successLight: string;
2940
2966
  success: string;
2941
2967
  successDark: string;
2968
+ successShadow: string;
2942
2969
  warningLight: string;
2943
2970
  warning: string;
2944
2971
  warningDark: string;
2972
+ warningShadow: string;
2945
2973
  errorLight: string;
2946
2974
  error: string;
2947
2975
  errorDark: string;
2976
+ errorShadow: string;
2948
2977
  gradient: string;
2949
2978
  link: string;
2950
2979
  };
@@ -3720,6 +3749,9 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
3720
3749
  backgroundImage: string;
3721
3750
  WebkitBackgroundClip: string;
3722
3751
  WebkitTextFillColor: string;
3752
+ '&::selection': {
3753
+ WebkitTextFillColor: string;
3754
+ };
3723
3755
  };
3724
3756
  }>>;
3725
3757
  export declare const StyledHelperTextContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -3859,18 +3891,23 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
3859
3891
  primaryLight: string;
3860
3892
  primary: string;
3861
3893
  primaryDark: string;
3894
+ primaryShadow: string;
3862
3895
  secondaryLight: string;
3863
3896
  secondary: string;
3864
3897
  secondaryDark: string;
3898
+ secondaryShadow: string;
3865
3899
  successLight: string;
3866
3900
  success: string;
3867
3901
  successDark: string;
3902
+ successShadow: string;
3868
3903
  warningLight: string;
3869
3904
  warning: string;
3870
3905
  warningDark: string;
3906
+ warningShadow: string;
3871
3907
  errorLight: string;
3872
3908
  error: string;
3873
3909
  errorDark: string;
3910
+ errorShadow: string;
3874
3911
  gradient: string;
3875
3912
  link: string;
3876
3913
  };
@@ -4646,6 +4683,9 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
4646
4683
  backgroundImage: string;
4647
4684
  WebkitBackgroundClip: string;
4648
4685
  WebkitTextFillColor: string;
4686
+ '&::selection': {
4687
+ WebkitTextFillColor: string;
4688
+ };
4649
4689
  };
4650
4690
  }>>;
4651
4691
  export declare const StyledHelperText: import("@stitches/react/types/styled-component").StyledComponent<"p", {}, {
@@ -4782,18 +4822,23 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
4782
4822
  primaryLight: string;
4783
4823
  primary: string;
4784
4824
  primaryDark: string;
4825
+ primaryShadow: string;
4785
4826
  secondaryLight: string;
4786
4827
  secondary: string;
4787
4828
  secondaryDark: string;
4829
+ secondaryShadow: string;
4788
4830
  successLight: string;
4789
4831
  success: string;
4790
4832
  successDark: string;
4833
+ successShadow: string;
4791
4834
  warningLight: string;
4792
4835
  warning: string;
4793
4836
  warningDark: string;
4837
+ warningShadow: string;
4794
4838
  errorLight: string;
4795
4839
  error: string;
4796
4840
  errorDark: string;
4841
+ errorShadow: string;
4797
4842
  gradient: string;
4798
4843
  link: string;
4799
4844
  };
@@ -5569,6 +5614,9 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
5569
5614
  backgroundImage: string;
5570
5615
  WebkitBackgroundClip: string;
5571
5616
  WebkitTextFillColor: string;
5617
+ '&::selection': {
5618
+ WebkitTextFillColor: string;
5619
+ };
5572
5620
  };
5573
5621
  }>>;
5574
5622
  export declare const StyledInputPlaceholder: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
@@ -5705,18 +5753,23 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
5705
5753
  primaryLight: string;
5706
5754
  primary: string;
5707
5755
  primaryDark: string;
5756
+ primaryShadow: string;
5708
5757
  secondaryLight: string;
5709
5758
  secondary: string;
5710
5759
  secondaryDark: string;
5760
+ secondaryShadow: string;
5711
5761
  successLight: string;
5712
5762
  success: string;
5713
5763
  successDark: string;
5764
+ successShadow: string;
5714
5765
  warningLight: string;
5715
5766
  warning: string;
5716
5767
  warningDark: string;
5768
+ warningShadow: string;
5717
5769
  errorLight: string;
5718
5770
  error: string;
5719
5771
  errorDark: string;
5772
+ errorShadow: string;
5720
5773
  gradient: string;
5721
5774
  link: string;
5722
5775
  };
@@ -6492,6 +6545,9 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
6492
6545
  backgroundImage: string;
6493
6546
  WebkitBackgroundClip: string;
6494
6547
  WebkitTextFillColor: string;
6548
+ '&::selection': {
6549
+ WebkitTextFillColor: string;
6550
+ };
6495
6551
  };
6496
6552
  }>>;
6497
6553
  export declare const StyledInputBlockLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
@@ -6638,18 +6694,23 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
6638
6694
  primaryLight: string;
6639
6695
  primary: string;
6640
6696
  primaryDark: string;
6697
+ primaryShadow: string;
6641
6698
  secondaryLight: string;
6642
6699
  secondary: string;
6643
6700
  secondaryDark: string;
6701
+ secondaryShadow: string;
6644
6702
  successLight: string;
6645
6703
  success: string;
6646
6704
  successDark: string;
6705
+ successShadow: string;
6647
6706
  warningLight: string;
6648
6707
  warning: string;
6649
6708
  warningDark: string;
6709
+ warningShadow: string;
6650
6710
  errorLight: string;
6651
6711
  error: string;
6652
6712
  errorDark: string;
6713
+ errorShadow: string;
6653
6714
  gradient: string;
6654
6715
  link: string;
6655
6716
  };
@@ -7425,6 +7486,9 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
7425
7486
  backgroundImage: string;
7426
7487
  WebkitBackgroundClip: string;
7427
7488
  WebkitTextFillColor: string;
7489
+ '&::selection': {
7490
+ WebkitTextFillColor: string;
7491
+ };
7428
7492
  };
7429
7493
  }>>;
7430
7494
  export declare const StyledInputLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
@@ -7567,18 +7631,23 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
7567
7631
  primaryLight: string;
7568
7632
  primary: string;
7569
7633
  primaryDark: string;
7634
+ primaryShadow: string;
7570
7635
  secondaryLight: string;
7571
7636
  secondary: string;
7572
7637
  secondaryDark: string;
7638
+ secondaryShadow: string;
7573
7639
  successLight: string;
7574
7640
  success: string;
7575
7641
  successDark: string;
7642
+ successShadow: string;
7576
7643
  warningLight: string;
7577
7644
  warning: string;
7578
7645
  warningDark: string;
7646
+ warningShadow: string;
7579
7647
  errorLight: string;
7580
7648
  error: string;
7581
7649
  errorDark: string;
7650
+ errorShadow: string;
7582
7651
  gradient: string;
7583
7652
  link: string;
7584
7653
  };
@@ -8354,6 +8423,9 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
8354
8423
  backgroundImage: string;
8355
8424
  WebkitBackgroundClip: string;
8356
8425
  WebkitTextFillColor: string;
8426
+ '&::selection': {
8427
+ WebkitTextFillColor: string;
8428
+ };
8357
8429
  };
8358
8430
  }>>;
8359
8431
  export declare const StyledInputContent: import("@stitches/react/types/styled-component").StyledComponent<"span", {
@@ -8493,18 +8565,23 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
8493
8565
  primaryLight: string;
8494
8566
  primary: string;
8495
8567
  primaryDark: string;
8568
+ primaryShadow: string;
8496
8569
  secondaryLight: string;
8497
8570
  secondary: string;
8498
8571
  secondaryDark: string;
8572
+ secondaryShadow: string;
8499
8573
  successLight: string;
8500
8574
  success: string;
8501
8575
  successDark: string;
8576
+ successShadow: string;
8502
8577
  warningLight: string;
8503
8578
  warning: string;
8504
8579
  warningDark: string;
8580
+ warningShadow: string;
8505
8581
  errorLight: string;
8506
8582
  error: string;
8507
8583
  errorDark: string;
8584
+ errorShadow: string;
8508
8585
  gradient: string;
8509
8586
  link: string;
8510
8587
  };
@@ -9280,6 +9357,9 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
9280
9357
  backgroundImage: string;
9281
9358
  WebkitBackgroundClip: string;
9282
9359
  WebkitTextFillColor: string;
9360
+ '&::selection': {
9361
+ WebkitTextFillColor: string;
9362
+ };
9283
9363
  };
9284
9364
  }>>;
9285
9365
  export declare const StyledInputClearButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
@@ -9422,18 +9502,23 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
9422
9502
  primaryLight: string;
9423
9503
  primary: string;
9424
9504
  primaryDark: string;
9505
+ primaryShadow: string;
9425
9506
  secondaryLight: string;
9426
9507
  secondary: string;
9427
9508
  secondaryDark: string;
9509
+ secondaryShadow: string;
9428
9510
  successLight: string;
9429
9511
  success: string;
9430
9512
  successDark: string;
9513
+ successShadow: string;
9431
9514
  warningLight: string;
9432
9515
  warning: string;
9433
9516
  warningDark: string;
9517
+ warningShadow: string;
9434
9518
  errorLight: string;
9435
9519
  error: string;
9436
9520
  errorDark: string;
9521
+ errorShadow: string;
9437
9522
  gradient: string;
9438
9523
  link: string;
9439
9524
  };
@@ -10209,6 +10294,9 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
10209
10294
  backgroundImage: string;
10210
10295
  WebkitBackgroundClip: string;
10211
10296
  WebkitTextFillColor: string;
10297
+ '&::selection': {
10298
+ WebkitTextFillColor: string;
10299
+ };
10212
10300
  };
10213
10301
  }>>;
10214
10302
  export declare type InputVariantsProps = VariantProps<typeof StyledInput>;
File without changes
File without changes
File without changes
@@ -17,7 +17,7 @@ declare const _default: React.ComponentType<Partial<{
17
17
  }> & Omit<Props & {
18
18
  icon: boolean;
19
19
  } & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<{
20
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
20
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "text" | undefined;
21
21
  underline?: boolean | "true" | undefined;
22
22
  block?: boolean | "true" | undefined;
23
23
  animated?: boolean | "true" | undefined;
@@ -133,18 +133,23 @@ export declare const StyledLinkIcon: import("@stitches/react/types/styled-compon
133
133
  primaryLight: string;
134
134
  primary: string;
135
135
  primaryDark: string;
136
+ primaryShadow: string;
136
137
  secondaryLight: string;
137
138
  secondary: string;
138
139
  secondaryDark: string;
140
+ secondaryShadow: string;
139
141
  successLight: string;
140
142
  success: string;
141
143
  successDark: string;
144
+ successShadow: string;
142
145
  warningLight: string;
143
146
  warning: string;
144
147
  warningDark: string;
148
+ warningShadow: string;
145
149
  errorLight: string;
146
150
  error: string;
147
151
  errorDark: string;
152
+ errorShadow: string;
148
153
  gradient: string;
149
154
  link: string;
150
155
  };
@@ -920,10 +925,13 @@ export declare const StyledLinkIcon: import("@stitches/react/types/styled-compon
920
925
  backgroundImage: string;
921
926
  WebkitBackgroundClip: string;
922
927
  WebkitTextFillColor: string;
928
+ '&::selection': {
929
+ WebkitTextFillColor: string;
930
+ };
923
931
  };
924
932
  }>>;
925
933
  export declare const StyledLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {
926
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
934
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "text" | undefined;
927
935
  underline?: boolean | "true" | undefined;
928
936
  block?: boolean | "true" | undefined;
929
937
  animated?: boolean | "true" | undefined;
@@ -1061,18 +1069,23 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
1061
1069
  primaryLight: string;
1062
1070
  primary: string;
1063
1071
  primaryDark: string;
1072
+ primaryShadow: string;
1064
1073
  secondaryLight: string;
1065
1074
  secondary: string;
1066
1075
  secondaryDark: string;
1076
+ secondaryShadow: string;
1067
1077
  successLight: string;
1068
1078
  success: string;
1069
1079
  successDark: string;
1080
+ successShadow: string;
1070
1081
  warningLight: string;
1071
1082
  warning: string;
1072
1083
  warningDark: string;
1084
+ warningShadow: string;
1073
1085
  errorLight: string;
1074
1086
  error: string;
1075
1087
  errorDark: string;
1088
+ errorShadow: string;
1076
1089
  gradient: string;
1077
1090
  link: string;
1078
1091
  };
@@ -1848,6 +1861,9 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
1848
1861
  backgroundImage: string;
1849
1862
  WebkitBackgroundClip: string;
1850
1863
  WebkitTextFillColor: string;
1864
+ '&::selection': {
1865
+ WebkitTextFillColor: string;
1866
+ };
1851
1867
  };
1852
1868
  }>>;
1853
1869
  export declare type LinkVariantsProps = VariantProps<typeof StyledLink>;
File without changes
File without changes
@@ -136,18 +136,23 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
136
136
  primaryLight: string;
137
137
  primary: string;
138
138
  primaryDark: string;
139
+ primaryShadow: string;
139
140
  secondaryLight: string;
140
141
  secondary: string;
141
142
  secondaryDark: string;
143
+ secondaryShadow: string;
142
144
  successLight: string;
143
145
  success: string;
144
146
  successDark: string;
147
+ successShadow: string;
145
148
  warningLight: string;
146
149
  warning: string;
147
150
  warningDark: string;
151
+ warningShadow: string;
148
152
  errorLight: string;
149
153
  error: string;
150
154
  errorDark: string;
155
+ errorShadow: string;
151
156
  gradient: string;
152
157
  link: string;
153
158
  };
@@ -923,6 +928,9 @@ export declare const StyledLoadingContainer: import("@stitches/react/types/style
923
928
  backgroundImage: string;
924
929
  WebkitBackgroundClip: string;
925
930
  WebkitTextFillColor: string;
931
+ '&::selection': {
932
+ WebkitTextFillColor: string;
933
+ };
926
934
  };
927
935
  }>>;
928
936
  export declare const StyledSpinnerContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1059,18 +1067,23 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1059
1067
  primaryLight: string;
1060
1068
  primary: string;
1061
1069
  primaryDark: string;
1070
+ primaryShadow: string;
1062
1071
  secondaryLight: string;
1063
1072
  secondary: string;
1064
1073
  secondaryDark: string;
1074
+ secondaryShadow: string;
1065
1075
  successLight: string;
1066
1076
  success: string;
1067
1077
  successDark: string;
1078
+ successShadow: string;
1068
1079
  warningLight: string;
1069
1080
  warning: string;
1070
1081
  warningDark: string;
1082
+ warningShadow: string;
1071
1083
  errorLight: string;
1072
1084
  error: string;
1073
1085
  errorDark: string;
1086
+ errorShadow: string;
1074
1087
  gradient: string;
1075
1088
  link: string;
1076
1089
  };
@@ -1846,6 +1859,9 @@ export declare const StyledSpinnerContainer: import("@stitches/react/types/style
1846
1859
  backgroundImage: string;
1847
1860
  WebkitBackgroundClip: string;
1848
1861
  WebkitTextFillColor: string;
1862
+ '&::selection': {
1863
+ WebkitTextFillColor: string;
1864
+ };
1849
1865
  };
1850
1866
  }>>;
1851
1867
  export declare const StyledSpinner: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -1984,18 +2000,23 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
1984
2000
  primaryLight: string;
1985
2001
  primary: string;
1986
2002
  primaryDark: string;
2003
+ primaryShadow: string;
1987
2004
  secondaryLight: string;
1988
2005
  secondary: string;
1989
2006
  secondaryDark: string;
2007
+ secondaryShadow: string;
1990
2008
  successLight: string;
1991
2009
  success: string;
1992
2010
  successDark: string;
2011
+ successShadow: string;
1993
2012
  warningLight: string;
1994
2013
  warning: string;
1995
2014
  warningDark: string;
2015
+ warningShadow: string;
1996
2016
  errorLight: string;
1997
2017
  error: string;
1998
2018
  errorDark: string;
2019
+ errorShadow: string;
1999
2020
  gradient: string;
2000
2021
  link: string;
2001
2022
  };
@@ -2771,6 +2792,9 @@ export declare const StyledSpinner: import("@stitches/react/types/styled-compone
2771
2792
  backgroundImage: string;
2772
2793
  WebkitBackgroundClip: string;
2773
2794
  WebkitTextFillColor: string;
2795
+ '&::selection': {
2796
+ WebkitTextFillColor: string;
2797
+ };
2774
2798
  };
2775
2799
  }>>;
2776
2800
  export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
@@ -2907,18 +2931,23 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
2907
2931
  primaryLight: string;
2908
2932
  primary: string;
2909
2933
  primaryDark: string;
2934
+ primaryShadow: string;
2910
2935
  secondaryLight: string;
2911
2936
  secondary: string;
2912
2937
  secondaryDark: string;
2938
+ secondaryShadow: string;
2913
2939
  successLight: string;
2914
2940
  success: string;
2915
2941
  successDark: string;
2942
+ successShadow: string;
2916
2943
  warningLight: string;
2917
2944
  warning: string;
2918
2945
  warningDark: string;
2946
+ warningShadow: string;
2919
2947
  errorLight: string;
2920
2948
  error: string;
2921
2949
  errorDark: string;
2950
+ errorShadow: string;
2922
2951
  gradient: string;
2923
2952
  link: string;
2924
2953
  };
@@ -3694,6 +3723,9 @@ export declare const StyledSpinnerSpan: import("@stitches/react/types/styled-com
3694
3723
  backgroundImage: string;
3695
3724
  WebkitBackgroundClip: string;
3696
3725
  WebkitTextFillColor: string;
3726
+ '&::selection': {
3727
+ WebkitTextFillColor: string;
3728
+ };
3697
3729
  };
3698
3730
  }>>;
3699
3731
  export declare const StyledLoading: import("@stitches/react/types/styled-component").StyledComponent<"span", {
@@ -3833,18 +3865,23 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
3833
3865
  primaryLight: string;
3834
3866
  primary: string;
3835
3867
  primaryDark: string;
3868
+ primaryShadow: string;
3836
3869
  secondaryLight: string;
3837
3870
  secondary: string;
3838
3871
  secondaryDark: string;
3872
+ secondaryShadow: string;
3839
3873
  successLight: string;
3840
3874
  success: string;
3841
3875
  successDark: string;
3876
+ successShadow: string;
3842
3877
  warningLight: string;
3843
3878
  warning: string;
3844
3879
  warningDark: string;
3880
+ warningShadow: string;
3845
3881
  errorLight: string;
3846
3882
  error: string;
3847
3883
  errorDark: string;
3884
+ errorShadow: string;
3848
3885
  gradient: string;
3849
3886
  link: string;
3850
3887
  };
@@ -4620,6 +4657,9 @@ export declare const StyledLoading: import("@stitches/react/types/styled-compone
4620
4657
  backgroundImage: string;
4621
4658
  WebkitBackgroundClip: string;
4622
4659
  WebkitTextFillColor: string;
4660
+ '&::selection': {
4661
+ WebkitTextFillColor: string;
4662
+ };
4623
4663
  };
4624
4664
  }>>;
4625
4665
  export declare const StyledLoadingLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
@@ -4758,18 +4798,23 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
4758
4798
  primaryLight: string;
4759
4799
  primary: string;
4760
4800
  primaryDark: string;
4801
+ primaryShadow: string;
4761
4802
  secondaryLight: string;
4762
4803
  secondary: string;
4763
4804
  secondaryDark: string;
4805
+ secondaryShadow: string;
4764
4806
  successLight: string;
4765
4807
  success: string;
4766
4808
  successDark: string;
4809
+ successShadow: string;
4767
4810
  warningLight: string;
4768
4811
  warning: string;
4769
4812
  warningDark: string;
4813
+ warningShadow: string;
4770
4814
  errorLight: string;
4771
4815
  error: string;
4772
4816
  errorDark: string;
4817
+ errorShadow: string;
4773
4818
  gradient: string;
4774
4819
  link: string;
4775
4820
  };
@@ -5545,6 +5590,9 @@ export declare const StyledLoadingLabel: import("@stitches/react/types/styled-co
5545
5590
  backgroundImage: string;
5546
5591
  WebkitBackgroundClip: string;
5547
5592
  WebkitTextFillColor: string;
5593
+ '&::selection': {
5594
+ WebkitTextFillColor: string;
5595
+ };
5548
5596
  };
5549
5597
  }>>;
5550
5598
  export declare type LoadingContainerVariantsProps = VariantProps<typeof StyledLoadingContainer>;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes