@nextui-org/react 1.0.2-beta.2 → 1.0.2-beta.5-dbg1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1254) hide show
  1. package/README.md +9 -3
  2. package/lib/LICENSE +21 -0
  3. package/lib/README.md +98 -0
  4. package/{avatar → lib/avatar}/package.json +0 -0
  5. package/{backdrop → lib/backdrop}/package.json +0 -0
  6. package/{button → lib/button}/package.json +0 -0
  7. package/{card → lib/card}/package.json +0 -0
  8. package/{checkbox → lib/checkbox}/package.json +0 -0
  9. package/lib/cjs/avatar/avatar-group.js +1 -0
  10. package/lib/cjs/avatar/avatar-group.styles.js +1 -0
  11. package/lib/cjs/avatar/avatar.js +1 -0
  12. package/lib/cjs/avatar/avatar.styles.js +1 -0
  13. package/lib/cjs/avatar/index.js +1 -0
  14. package/lib/cjs/backdrop/backdrop.js +1 -0
  15. package/lib/cjs/backdrop/backdrop.styles.js +1 -0
  16. package/lib/cjs/backdrop/index.js +1 -0
  17. package/lib/cjs/button/button-group-context.js +1 -0
  18. package/lib/cjs/button/button-group.js +1 -0
  19. package/lib/cjs/button/button-group.styles.js +1 -0
  20. package/lib/cjs/button/button-icon.js +1 -0
  21. package/lib/cjs/button/button.js +1 -0
  22. package/lib/cjs/button/button.styles.js +1 -0
  23. package/lib/cjs/button/index.js +1 -0
  24. package/lib/cjs/button/utils.js +1 -0
  25. package/lib/cjs/card/card.js +1 -0
  26. package/lib/cjs/card/card.styles.js +1 -0
  27. package/lib/cjs/card/index.js +1 -0
  28. package/lib/cjs/checkbox/checkbox-context.js +1 -0
  29. package/lib/cjs/checkbox/checkbox-group.js +1 -0
  30. package/lib/cjs/checkbox/checkbox.js +1 -0
  31. package/lib/cjs/checkbox/checkbox.styles.js +1 -0
  32. package/lib/cjs/checkbox/index.js +1 -0
  33. package/lib/cjs/code/code.js +1 -0
  34. package/lib/cjs/code/code.styles.js +1 -0
  35. package/lib/cjs/code/index.js +1 -0
  36. package/lib/cjs/col/col.js +1 -0
  37. package/lib/cjs/col/col.styles.js +1 -0
  38. package/lib/cjs/col/index.js +1 -0
  39. package/lib/cjs/collapse/collapse-context.js +1 -0
  40. package/lib/cjs/collapse/collapse-group.js +1 -0
  41. package/lib/cjs/collapse/collapse-icon.js +1 -0
  42. package/lib/cjs/collapse/collapse.js +1 -0
  43. package/lib/cjs/collapse/collapse.styles.js +1 -0
  44. package/lib/cjs/collapse/index.js +1 -0
  45. package/lib/cjs/container/container.js +1 -0
  46. package/lib/cjs/container/container.styles.js +1 -0
  47. package/lib/cjs/container/index.js +1 -0
  48. package/lib/cjs/css-baseline/css-baseline.js +1 -0
  49. package/lib/cjs/css-baseline/index.js +1 -0
  50. package/lib/cjs/divider/divider.js +1 -0
  51. package/lib/cjs/divider/divider.styles.js +1 -0
  52. package/lib/cjs/divider/index.js +1 -0
  53. package/lib/cjs/grid/grid-container.js +1 -0
  54. package/lib/cjs/grid/grid-item.js +1 -0
  55. package/lib/cjs/grid/grid.js +1 -0
  56. package/lib/cjs/grid/grid.styles.js +1 -0
  57. package/lib/cjs/grid/index.js +1 -0
  58. package/lib/cjs/image/image.js +1 -0
  59. package/lib/cjs/image/image.skeleton.js +1 -0
  60. package/lib/cjs/image/image.styles.js +1 -0
  61. package/lib/cjs/image/index.js +1 -0
  62. package/lib/cjs/index.js +1 -0
  63. package/lib/cjs/input/index.js +1 -0
  64. package/lib/cjs/input/input-password.js +1 -0
  65. package/lib/cjs/input/input-props.js +1 -0
  66. package/lib/cjs/input/input.js +1 -0
  67. package/lib/cjs/input/input.styles.js +1 -0
  68. package/lib/cjs/input/password-icon.js +1 -0
  69. package/lib/cjs/link/icon.js +1 -0
  70. package/lib/cjs/link/index.js +1 -0
  71. package/lib/cjs/link/link.js +1 -0
  72. package/lib/cjs/link/link.styles.js +1 -0
  73. package/lib/cjs/loading/index.js +1 -0
  74. package/lib/cjs/loading/loading.js +1 -0
  75. package/lib/cjs/loading/loading.styles.js +1 -0
  76. package/lib/cjs/loading/spinner.js +1 -0
  77. package/lib/cjs/modal/index.js +1 -0
  78. package/lib/cjs/modal/modal-body.js +1 -0
  79. package/lib/cjs/modal/modal-close-button.js +1 -0
  80. package/lib/cjs/modal/modal-context.js +1 -0
  81. package/lib/cjs/modal/modal-footer.js +1 -0
  82. package/lib/cjs/modal/modal-header.js +1 -0
  83. package/lib/cjs/modal/modal-wrapper.js +1 -0
  84. package/lib/cjs/modal/modal.js +1 -0
  85. package/lib/cjs/modal/modal.styles.js +1 -0
  86. package/lib/cjs/modal/use-modal.js +1 -0
  87. package/lib/cjs/pagination/index.js +1 -0
  88. package/lib/cjs/pagination/pagination-ellipsis.js +1 -0
  89. package/lib/cjs/pagination/pagination-highlight.js +1 -0
  90. package/lib/cjs/pagination/pagination-icon.js +1 -0
  91. package/lib/cjs/pagination/pagination-item.js +1 -0
  92. package/lib/cjs/pagination/pagination.js +1 -0
  93. package/lib/cjs/pagination/pagination.styles.js +1 -0
  94. package/lib/cjs/progress/index.js +1 -0
  95. package/lib/cjs/progress/progress.js +1 -0
  96. package/lib/cjs/progress/progress.styles.js +1 -0
  97. package/lib/cjs/radio/index.js +1 -0
  98. package/lib/cjs/radio/radio-context.js +1 -0
  99. package/lib/cjs/radio/radio-group.js +1 -0
  100. package/lib/cjs/radio/radio.js +1 -0
  101. package/lib/cjs/radio/radio.styles.js +1 -0
  102. package/lib/cjs/row/index.js +1 -0
  103. package/lib/cjs/row/row.js +1 -0
  104. package/lib/cjs/row/row.styles.js +1 -0
  105. package/lib/cjs/snippet/index.js +1 -0
  106. package/lib/cjs/snippet/snippet-icon.js +1 -0
  107. package/lib/cjs/snippet/snippet.js +1 -0
  108. package/lib/cjs/snippet/snippet.styles.js +1 -0
  109. package/lib/cjs/spacer/index.js +1 -0
  110. package/lib/cjs/spacer/spacer.js +1 -0
  111. package/lib/cjs/spacer/spacer.styles.js +1 -0
  112. package/lib/cjs/switch/index.js +1 -0
  113. package/lib/cjs/switch/switch.js +1 -0
  114. package/lib/cjs/switch/switch.styles.js +1 -0
  115. package/lib/cjs/table/base/index.js +1 -0
  116. package/lib/cjs/table/base/table-body.js +1 -0
  117. package/lib/cjs/table/base/table-cell.js +1 -0
  118. package/lib/cjs/table/base/table-column.js +1 -0
  119. package/lib/cjs/table/base/table-header.js +1 -0
  120. package/lib/cjs/table/base/table-row.js +1 -0
  121. package/lib/cjs/table/index.js +1 -0
  122. package/lib/cjs/table/table-body.js +1 -0
  123. package/lib/cjs/table/table-cell.js +1 -0
  124. package/lib/cjs/table/table-checkbox-cell.js +1 -0
  125. package/lib/cjs/table/table-column-header.js +1 -0
  126. package/lib/cjs/table/table-context.js +1 -0
  127. package/lib/cjs/table/table-footer.js +1 -0
  128. package/lib/cjs/table/table-header-row.js +1 -0
  129. package/lib/cjs/table/table-pagination.js +1 -0
  130. package/lib/cjs/table/table-row-group.js +1 -0
  131. package/lib/cjs/table/table-row.js +1 -0
  132. package/lib/cjs/table/table-select-all-checkbox.js +1 -0
  133. package/lib/cjs/table/table-sort-icon.js +1 -0
  134. package/lib/cjs/table/table.js +1 -0
  135. package/lib/cjs/table/table.styles.js +1 -0
  136. package/lib/cjs/table/utils.js +1 -0
  137. package/lib/cjs/text/child.js +1 -0
  138. package/lib/cjs/text/index.js +1 -0
  139. package/lib/cjs/text/text.js +1 -0
  140. package/lib/cjs/text/text.styles.js +1 -0
  141. package/lib/cjs/textarea/index.js +1 -0
  142. package/lib/cjs/textarea/textarea.js +1 -0
  143. package/lib/cjs/textarea/utils.js +1 -0
  144. package/lib/cjs/theme/common.js +1 -0
  145. package/lib/cjs/theme/dark-theme.js +1 -0
  146. package/lib/cjs/theme/index.js +1 -0
  147. package/lib/cjs/theme/light-theme.js +1 -0
  148. package/lib/cjs/theme/stitches.config.js +1 -0
  149. package/lib/cjs/theme/theme-context.js +1 -0
  150. package/lib/cjs/theme/theme-provider.js +1 -0
  151. package/lib/cjs/theme/types.js +1 -0
  152. package/lib/cjs/theme/utils.js +1 -0
  153. package/lib/cjs/tooltip/index.js +1 -0
  154. package/lib/cjs/tooltip/placement.js +1 -0
  155. package/lib/cjs/tooltip/tooltip-content.js +1 -0
  156. package/lib/cjs/tooltip/tooltip.js +1 -0
  157. package/lib/cjs/tooltip/tooltip.styles.js +1 -0
  158. package/lib/cjs/use-body-scroll/index.js +1 -0
  159. package/lib/cjs/use-body-scroll/use-body-scroll.js +1 -0
  160. package/lib/cjs/use-click-anywhere/index.js +1 -0
  161. package/lib/cjs/use-click-anywhere/use-click-anywhere.js +1 -0
  162. package/lib/cjs/use-click-away/index.js +1 -0
  163. package/lib/cjs/use-click-away/use-click-away.js +1 -0
  164. package/lib/cjs/use-clipboard/index.js +1 -0
  165. package/lib/cjs/use-clipboard/use-clipboard.js +1 -0
  166. package/lib/cjs/use-current-state/index.js +1 -0
  167. package/lib/cjs/use-current-state/use-current-state.js +1 -0
  168. package/lib/cjs/use-drip/index.js +1 -0
  169. package/lib/cjs/use-drip/use-drip.js +1 -0
  170. package/lib/cjs/use-input/index.js +1 -0
  171. package/lib/cjs/use-input/use-input.js +1 -0
  172. package/lib/cjs/use-keyboard/codes.js +1 -0
  173. package/lib/cjs/use-keyboard/helper.js +1 -0
  174. package/lib/cjs/use-keyboard/index.js +1 -0
  175. package/lib/cjs/use-keyboard/use-keyboard.js +1 -0
  176. package/lib/cjs/use-pagination/index.js +1 -0
  177. package/lib/cjs/use-portal/index.js +1 -0
  178. package/lib/cjs/use-portal/use-portal.js +1 -0
  179. package/lib/cjs/use-real-shape/index.js +1 -0
  180. package/lib/cjs/use-real-shape/use-real-shape.js +1 -0
  181. package/lib/cjs/use-resize/index.js +1 -0
  182. package/lib/cjs/use-resize/use-resize.js +1 -0
  183. package/lib/cjs/use-ssr/index.js +1 -0
  184. package/lib/cjs/use-ssr/use-ssr.js +1 -0
  185. package/lib/cjs/use-theme/index.js +1 -0
  186. package/lib/cjs/use-theme/use-theme.js +1 -0
  187. package/lib/cjs/use-warning/index.js +1 -0
  188. package/lib/cjs/use-warning/use-warning.js +1 -0
  189. package/lib/cjs/user/index.js +1 -0
  190. package/lib/cjs/user/user-link.js +1 -0
  191. package/lib/cjs/user/user.js +1 -0
  192. package/lib/cjs/user/user.styles.js +1 -0
  193. package/lib/cjs/utils/assertion.js +1 -0
  194. package/lib/cjs/utils/clear-icon.js +1 -0
  195. package/lib/cjs/utils/clsx.js +1 -0
  196. package/lib/cjs/utils/collections.js +1 -0
  197. package/lib/cjs/utils/color.js +1 -0
  198. package/lib/cjs/utils/css-transition.js +1 -0
  199. package/lib/cjs/utils/deep-merge.js +1 -0
  200. package/lib/cjs/utils/dimensions.js +1 -0
  201. package/lib/cjs/utils/dom.js +1 -0
  202. package/lib/cjs/utils/drip.js +1 -0
  203. package/lib/cjs/utils/expand.js +1 -0
  204. package/lib/cjs/utils/icons.js +1 -0
  205. package/lib/cjs/utils/numbers.js +1 -0
  206. package/lib/cjs/utils/object.js +1 -0
  207. package/lib/cjs/utils/prop-types.js +1 -0
  208. package/lib/cjs/utils/react.js +1 -0
  209. package/lib/cjs/utils/strings.js +1 -0
  210. package/lib/cjs/utils/types.d.js +1 -0
  211. package/lib/cjs/utils/with-defaults.js +1 -0
  212. package/{code → lib/code}/package.json +0 -0
  213. package/{col → lib/col}/package.json +0 -0
  214. package/{collapse → lib/collapse}/package.json +0 -0
  215. package/{container → lib/container}/package.json +0 -0
  216. package/{css-baseline → lib/css-baseline}/package.json +0 -0
  217. package/{divider → lib/divider}/package.json +0 -0
  218. package/lib/esm/avatar/avatar-group.js +1 -0
  219. package/lib/esm/avatar/avatar-group.styles.js +1 -0
  220. package/lib/esm/avatar/avatar.js +1 -0
  221. package/lib/esm/avatar/avatar.styles.js +1 -0
  222. package/lib/esm/avatar/index.js +1 -0
  223. package/lib/esm/backdrop/backdrop.js +1 -0
  224. package/lib/esm/backdrop/backdrop.styles.js +1 -0
  225. package/lib/esm/backdrop/index.js +1 -0
  226. package/lib/esm/button/button-group-context.js +1 -0
  227. package/lib/esm/button/button-group.js +1 -0
  228. package/lib/esm/button/button-group.styles.js +1 -0
  229. package/lib/esm/button/button-icon.js +1 -0
  230. package/lib/esm/button/button.js +1 -0
  231. package/lib/esm/button/button.styles.js +1 -0
  232. package/lib/esm/button/index.js +1 -0
  233. package/lib/esm/button/utils.js +1 -0
  234. package/lib/esm/card/card.js +1 -0
  235. package/lib/esm/card/card.styles.js +1 -0
  236. package/lib/esm/card/index.js +1 -0
  237. package/lib/esm/checkbox/checkbox-context.js +1 -0
  238. package/lib/esm/checkbox/checkbox-group.js +1 -0
  239. package/lib/esm/checkbox/checkbox.js +1 -0
  240. package/lib/esm/checkbox/checkbox.styles.js +1 -0
  241. package/lib/esm/checkbox/index.js +1 -0
  242. package/lib/esm/code/code.js +1 -0
  243. package/lib/esm/code/code.styles.js +1 -0
  244. package/lib/esm/code/index.js +1 -0
  245. package/lib/esm/col/col.js +1 -0
  246. package/lib/esm/col/col.styles.js +1 -0
  247. package/lib/esm/col/index.js +1 -0
  248. package/lib/esm/collapse/collapse-context.js +1 -0
  249. package/lib/esm/collapse/collapse-group.js +1 -0
  250. package/lib/esm/collapse/collapse-icon.js +1 -0
  251. package/lib/esm/collapse/collapse.js +1 -0
  252. package/lib/esm/collapse/collapse.styles.js +1 -0
  253. package/lib/esm/collapse/index.js +1 -0
  254. package/lib/esm/container/container.js +1 -0
  255. package/lib/esm/container/container.styles.js +1 -0
  256. package/lib/esm/container/index.js +1 -0
  257. package/lib/esm/css-baseline/css-baseline.js +1 -0
  258. package/lib/esm/css-baseline/index.js +1 -0
  259. package/lib/esm/divider/divider.js +1 -0
  260. package/lib/esm/divider/divider.styles.js +1 -0
  261. package/lib/esm/divider/index.js +1 -0
  262. package/lib/esm/grid/grid-container.js +1 -0
  263. package/lib/esm/grid/grid-item.js +1 -0
  264. package/lib/esm/grid/grid.js +1 -0
  265. package/lib/esm/grid/grid.styles.js +1 -0
  266. package/lib/esm/grid/index.js +1 -0
  267. package/lib/esm/image/image.js +1 -0
  268. package/lib/esm/image/image.skeleton.js +1 -0
  269. package/lib/esm/image/image.styles.js +1 -0
  270. package/lib/esm/image/index.js +1 -0
  271. package/lib/esm/index.js +1 -0
  272. package/lib/esm/input/index.js +1 -0
  273. package/lib/esm/input/input-password.js +1 -0
  274. package/lib/esm/input/input-props.js +1 -0
  275. package/lib/esm/input/input.js +1 -0
  276. package/lib/esm/input/input.styles.js +1 -0
  277. package/lib/esm/input/password-icon.js +1 -0
  278. package/lib/esm/link/icon.js +1 -0
  279. package/lib/esm/link/index.js +1 -0
  280. package/lib/esm/link/link.js +1 -0
  281. package/lib/esm/link/link.styles.js +1 -0
  282. package/lib/esm/loading/index.js +1 -0
  283. package/lib/esm/loading/loading.js +1 -0
  284. package/lib/esm/loading/loading.styles.js +1 -0
  285. package/lib/esm/loading/spinner.js +1 -0
  286. package/lib/esm/modal/index.js +1 -0
  287. package/lib/esm/modal/modal-body.js +1 -0
  288. package/lib/esm/modal/modal-close-button.js +1 -0
  289. package/lib/esm/modal/modal-context.js +1 -0
  290. package/lib/esm/modal/modal-footer.js +1 -0
  291. package/lib/esm/modal/modal-header.js +1 -0
  292. package/lib/esm/modal/modal-wrapper.js +1 -0
  293. package/lib/esm/modal/modal.js +1 -0
  294. package/lib/esm/modal/modal.styles.js +1 -0
  295. package/lib/esm/modal/use-modal.js +1 -0
  296. package/lib/esm/pagination/index.js +1 -0
  297. package/lib/esm/pagination/pagination-ellipsis.js +1 -0
  298. package/lib/esm/pagination/pagination-highlight.js +1 -0
  299. package/lib/esm/pagination/pagination-icon.js +1 -0
  300. package/lib/esm/pagination/pagination-item.js +1 -0
  301. package/lib/esm/pagination/pagination.js +1 -0
  302. package/lib/esm/pagination/pagination.styles.js +1 -0
  303. package/lib/esm/progress/index.js +1 -0
  304. package/lib/esm/progress/progress.js +1 -0
  305. package/lib/esm/progress/progress.styles.js +1 -0
  306. package/lib/esm/radio/index.js +1 -0
  307. package/lib/esm/radio/radio-context.js +1 -0
  308. package/lib/esm/radio/radio-group.js +1 -0
  309. package/lib/esm/radio/radio.js +1 -0
  310. package/lib/esm/radio/radio.styles.js +1 -0
  311. package/lib/esm/row/index.js +1 -0
  312. package/lib/esm/row/row.js +1 -0
  313. package/lib/esm/row/row.styles.js +1 -0
  314. package/lib/esm/snippet/index.js +1 -0
  315. package/lib/esm/snippet/snippet-icon.js +1 -0
  316. package/lib/esm/snippet/snippet.js +1 -0
  317. package/lib/esm/snippet/snippet.styles.js +1 -0
  318. package/lib/esm/spacer/index.js +1 -0
  319. package/lib/esm/spacer/spacer.js +1 -0
  320. package/lib/esm/spacer/spacer.styles.js +1 -0
  321. package/lib/esm/switch/index.js +1 -0
  322. package/lib/esm/switch/switch.js +1 -0
  323. package/lib/esm/switch/switch.styles.js +1 -0
  324. package/lib/esm/table/base/index.js +1 -0
  325. package/lib/esm/table/base/table-body.js +1 -0
  326. package/lib/esm/table/base/table-cell.js +1 -0
  327. package/lib/esm/table/base/table-column.js +1 -0
  328. package/lib/esm/table/base/table-header.js +1 -0
  329. package/lib/esm/table/base/table-row.js +1 -0
  330. package/lib/esm/table/index.js +1 -0
  331. package/lib/esm/table/table-body.js +1 -0
  332. package/lib/esm/table/table-cell.js +1 -0
  333. package/lib/esm/table/table-checkbox-cell.js +1 -0
  334. package/lib/esm/table/table-column-header.js +1 -0
  335. package/lib/esm/table/table-context.js +1 -0
  336. package/lib/esm/table/table-footer.js +1 -0
  337. package/lib/esm/table/table-header-row.js +1 -0
  338. package/lib/esm/table/table-pagination.js +1 -0
  339. package/lib/esm/table/table-row-group.js +1 -0
  340. package/lib/esm/table/table-row.js +1 -0
  341. package/lib/esm/table/table-select-all-checkbox.js +1 -0
  342. package/lib/esm/table/table-sort-icon.js +1 -0
  343. package/lib/esm/table/table.js +1 -0
  344. package/lib/esm/table/table.styles.js +1 -0
  345. package/lib/esm/table/utils.js +1 -0
  346. package/lib/esm/text/child.js +1 -0
  347. package/lib/esm/text/index.js +1 -0
  348. package/lib/esm/text/text.js +1 -0
  349. package/lib/esm/text/text.styles.js +1 -0
  350. package/lib/esm/textarea/index.js +1 -0
  351. package/lib/esm/textarea/textarea.js +1 -0
  352. package/lib/esm/textarea/utils.js +1 -0
  353. package/lib/esm/theme/common.js +1 -0
  354. package/lib/esm/theme/dark-theme.js +1 -0
  355. package/lib/esm/theme/index.js +1 -0
  356. package/lib/esm/theme/light-theme.js +1 -0
  357. package/lib/esm/theme/stitches.config.js +1 -0
  358. package/lib/esm/theme/theme-context.js +1 -0
  359. package/lib/esm/theme/theme-provider.js +1 -0
  360. package/lib/esm/theme/types.js +1 -0
  361. package/lib/esm/theme/utils.js +1 -0
  362. package/lib/esm/tooltip/index.js +1 -0
  363. package/lib/esm/tooltip/placement.js +1 -0
  364. package/lib/esm/tooltip/tooltip-content.js +1 -0
  365. package/lib/esm/tooltip/tooltip.js +1 -0
  366. package/lib/esm/tooltip/tooltip.styles.js +1 -0
  367. package/lib/esm/use-body-scroll/index.js +1 -0
  368. package/lib/esm/use-body-scroll/use-body-scroll.js +1 -0
  369. package/lib/esm/use-click-anywhere/index.js +1 -0
  370. package/lib/esm/use-click-anywhere/use-click-anywhere.js +1 -0
  371. package/lib/esm/use-click-away/index.js +1 -0
  372. package/lib/esm/use-click-away/use-click-away.js +1 -0
  373. package/lib/esm/use-clipboard/index.js +1 -0
  374. package/lib/esm/use-clipboard/use-clipboard.js +1 -0
  375. package/lib/esm/use-current-state/index.js +1 -0
  376. package/lib/esm/use-current-state/use-current-state.js +1 -0
  377. package/lib/esm/use-drip/index.js +1 -0
  378. package/lib/esm/use-drip/use-drip.js +1 -0
  379. package/lib/esm/use-input/index.js +1 -0
  380. package/lib/esm/use-input/use-input.js +1 -0
  381. package/lib/esm/use-keyboard/codes.js +1 -0
  382. package/lib/esm/use-keyboard/helper.js +1 -0
  383. package/lib/esm/use-keyboard/index.js +1 -0
  384. package/lib/esm/use-keyboard/use-keyboard.js +1 -0
  385. package/lib/esm/use-pagination/index.js +1 -0
  386. package/lib/esm/use-portal/index.js +1 -0
  387. package/lib/esm/use-portal/use-portal.js +1 -0
  388. package/lib/esm/use-real-shape/index.js +1 -0
  389. package/lib/esm/use-real-shape/use-real-shape.js +1 -0
  390. package/lib/esm/use-resize/index.js +1 -0
  391. package/lib/esm/use-resize/use-resize.js +1 -0
  392. package/lib/esm/use-ssr/index.js +1 -0
  393. package/lib/esm/use-ssr/use-ssr.js +1 -0
  394. package/lib/esm/use-theme/index.js +1 -0
  395. package/lib/esm/use-theme/use-theme.js +1 -0
  396. package/lib/esm/use-warning/index.js +1 -0
  397. package/lib/esm/use-warning/use-warning.js +1 -0
  398. package/lib/esm/user/index.js +1 -0
  399. package/lib/esm/user/user-link.js +1 -0
  400. package/lib/esm/user/user.js +1 -0
  401. package/lib/esm/user/user.styles.js +1 -0
  402. package/lib/esm/utils/assertion.js +1 -0
  403. package/lib/esm/utils/clear-icon.js +1 -0
  404. package/lib/esm/utils/clsx.js +1 -0
  405. package/lib/esm/utils/collections.js +1 -0
  406. package/lib/esm/utils/color.js +1 -0
  407. package/lib/esm/utils/css-transition.js +1 -0
  408. package/lib/esm/utils/deep-merge.js +1 -0
  409. package/lib/esm/utils/dimensions.js +1 -0
  410. package/lib/esm/utils/dom.js +1 -0
  411. package/lib/esm/utils/drip.js +1 -0
  412. package/lib/esm/utils/expand.js +1 -0
  413. package/lib/esm/utils/icons.js +1 -0
  414. package/lib/esm/utils/numbers.js +1 -0
  415. package/lib/esm/utils/object.js +1 -0
  416. package/lib/esm/utils/prop-types.js +1 -0
  417. package/lib/esm/utils/react.js +1 -0
  418. package/lib/esm/utils/strings.js +1 -0
  419. package/lib/esm/utils/types.d.js +1 -0
  420. package/lib/esm/utils/with-defaults.js +1 -0
  421. package/{grid → lib/grid}/package.json +0 -0
  422. package/{image → lib/image}/package.json +0 -0
  423. package/{input → lib/input}/package.json +0 -0
  424. package/{link → lib/link}/package.json +0 -0
  425. package/{loading → lib/loading}/package.json +0 -0
  426. package/{modal → lib/modal}/package.json +0 -0
  427. package/lib/package.json +56 -0
  428. package/{pagination → lib/pagination}/package.json +0 -0
  429. package/{progress → lib/progress}/package.json +0 -0
  430. package/{radio → lib/radio}/package.json +0 -0
  431. package/{row → lib/row}/package.json +0 -0
  432. package/{snippet → lib/snippet}/package.json +0 -0
  433. package/{spacer → lib/spacer}/package.json +0 -0
  434. package/{switch → lib/switch}/package.json +0 -0
  435. package/lib/table/package.json +6 -0
  436. package/{text → lib/text}/package.json +0 -0
  437. package/{textarea → lib/textarea}/package.json +0 -0
  438. package/{tooltip → lib/tooltip}/package.json +0 -0
  439. package/{cjs → lib/types}/avatar/avatar-group.d.ts +0 -0
  440. package/lib/types/avatar/avatar-group.styles.d.ts +1867 -0
  441. package/{cjs → lib/types}/avatar/avatar.d.ts +0 -0
  442. package/lib/types/avatar/avatar.styles.d.ts +945 -0
  443. package/{cjs → lib/types}/avatar/index.d.ts +0 -0
  444. package/lib/types/backdrop/backdrop.d.ts +37 -0
  445. package/lib/types/backdrop/backdrop.styles.d.ts +2800 -0
  446. package/{cjs → lib/types}/backdrop/index.d.ts +0 -0
  447. package/{cjs → lib/types}/button/button-group-context.d.ts +0 -0
  448. package/{cjs → lib/types}/button/button-group.d.ts +0 -0
  449. package/lib/types/button/button-group.styles.d.ts +940 -0
  450. package/lib/types/button/button-icon.d.ts +951 -0
  451. package/lib/types/button/button.d.ts +31 -0
  452. package/lib/types/button/button.styles.d.ts +3066 -0
  453. package/{cjs → lib/types}/button/index.d.ts +0 -0
  454. package/{cjs → lib/types}/button/utils.d.ts +0 -0
  455. package/{cjs → lib/types}/card/card.d.ts +0 -0
  456. package/lib/types/card/card.styles.d.ts +3739 -0
  457. package/{cjs → lib/types}/card/index.d.ts +0 -0
  458. package/{cjs → lib/types}/checkbox/checkbox-context.d.ts +0 -0
  459. package/{cjs → lib/types}/checkbox/checkbox-group.d.ts +0 -0
  460. package/lib/types/checkbox/checkbox.d.ts +58 -0
  461. package/lib/types/checkbox/checkbox.styles.d.ts +9412 -0
  462. package/lib/types/checkbox/index.d.ts +6 -0
  463. package/{cjs → lib/types}/code/code.d.ts +0 -0
  464. package/lib/types/code/code.styles.d.ts +1864 -0
  465. package/{cjs → lib/types}/code/index.d.ts +0 -0
  466. package/{cjs → lib/types}/col/col.d.ts +0 -0
  467. package/lib/types/col/col.styles.d.ts +934 -0
  468. package/{cjs → lib/types}/col/index.d.ts +0 -0
  469. package/{cjs → lib/types}/collapse/collapse-context.d.ts +0 -0
  470. package/{cjs → lib/types}/collapse/collapse-group.d.ts +0 -0
  471. package/{cjs → lib/types}/collapse/collapse-icon.d.ts +0 -0
  472. package/lib/types/collapse/collapse.d.ts +43 -0
  473. package/lib/types/collapse/collapse.styles.d.ts +4677 -0
  474. package/{cjs → lib/types}/collapse/index.d.ts +0 -0
  475. package/{cjs → lib/types}/container/container.d.ts +0 -0
  476. package/lib/types/container/container.styles.d.ts +937 -0
  477. package/{cjs → lib/types}/container/index.d.ts +0 -0
  478. package/{cjs → lib/types}/css-baseline/css-baseline.d.ts +0 -0
  479. package/{cjs → lib/types}/css-baseline/index.d.ts +0 -0
  480. package/{cjs → lib/types}/divider/divider.d.ts +0 -0
  481. package/lib/types/divider/divider.styles.d.ts +1869 -0
  482. package/{cjs → lib/types}/divider/index.d.ts +0 -0
  483. package/{cjs → lib/types}/grid/grid-container.d.ts +0 -0
  484. package/{cjs → lib/types}/grid/grid-item.d.ts +0 -0
  485. package/{cjs → lib/types}/grid/grid.d.ts +0 -0
  486. package/lib/types/grid/grid.styles.d.ts +1865 -0
  487. package/{cjs → lib/types}/grid/index.d.ts +0 -0
  488. package/{cjs → lib/types}/image/image.d.ts +0 -0
  489. package/{cjs → lib/types}/image/image.skeleton.d.ts +0 -0
  490. package/lib/types/image/image.styles.d.ts +2799 -0
  491. package/{cjs → lib/types}/image/index.d.ts +0 -0
  492. package/lib/types/index.d.ts +83 -0
  493. package/{cjs → lib/types}/input/index.d.ts +0 -0
  494. package/lib/types/input/input-password.d.ts +98 -0
  495. package/{cjs → lib/types}/input/input-props.d.ts +0 -0
  496. package/{cjs → lib/types}/input/input.d.ts +0 -0
  497. package/lib/types/input/input.styles.d.ts +10305 -0
  498. package/{cjs → lib/types}/input/password-icon.d.ts +0 -0
  499. package/{cjs → lib/types}/link/icon.d.ts +0 -0
  500. package/{cjs → lib/types}/link/index.d.ts +0 -0
  501. package/lib/types/link/link.d.ts +43 -0
  502. package/lib/types/link/link.styles.d.ts +1870 -0
  503. package/{cjs → lib/types}/loading/index.d.ts +0 -0
  504. package/{cjs → lib/types}/loading/loading.d.ts +0 -0
  505. package/lib/types/loading/loading.styles.d.ts +5602 -0
  506. package/{cjs → lib/types}/loading/spinner.d.ts +0 -0
  507. package/{cjs → lib/types}/modal/index.d.ts +0 -0
  508. package/{cjs → lib/types}/modal/modal-body.d.ts +0 -0
  509. package/{cjs → lib/types}/modal/modal-close-button.d.ts +0 -0
  510. package/{cjs → lib/types}/modal/modal-context.d.ts +0 -0
  511. package/{cjs → lib/types}/modal/modal-footer.d.ts +0 -0
  512. package/{cjs → lib/types}/modal/modal-header.d.ts +0 -0
  513. package/{cjs → lib/types}/modal/modal-wrapper.d.ts +0 -0
  514. package/{cjs → lib/types}/modal/modal.d.ts +0 -0
  515. package/lib/types/modal/modal.styles.d.ts +5608 -0
  516. package/{cjs → lib/types}/modal/use-modal.d.ts +0 -0
  517. package/{cjs → lib/types}/pagination/index.d.ts +0 -0
  518. package/{cjs → lib/types}/pagination/pagination-ellipsis.d.ts +0 -0
  519. package/lib/types/pagination/pagination-highlight.d.ts +15 -0
  520. package/{cjs → lib/types}/pagination/pagination-icon.d.ts +0 -0
  521. package/{cjs → lib/types}/pagination/pagination-item.d.ts +0 -0
  522. package/{cjs → lib/types}/pagination/pagination.d.ts +0 -0
  523. package/lib/types/pagination/pagination.styles.d.ts +5615 -0
  524. package/{cjs → lib/types}/progress/index.d.ts +0 -0
  525. package/lib/types/progress/progress.d.ts +65 -0
  526. package/lib/types/progress/progress.styles.d.ts +1875 -0
  527. package/{cjs → lib/types}/radio/index.d.ts +0 -0
  528. package/{cjs → lib/types}/radio/radio-context.d.ts +0 -0
  529. package/{cjs → lib/types}/radio/radio-group.d.ts +0 -0
  530. package/{cjs → lib/types}/radio/radio.d.ts +0 -0
  531. package/lib/types/radio/radio.styles.d.ts +5603 -0
  532. package/{cjs → lib/types}/row/index.d.ts +0 -0
  533. package/{cjs → lib/types}/row/row.d.ts +0 -0
  534. package/lib/types/row/row.styles.d.ts +936 -0
  535. package/{cjs → lib/types}/snippet/index.d.ts +0 -0
  536. package/{cjs → lib/types}/snippet/snippet-icon.d.ts +0 -0
  537. package/{cjs → lib/types}/snippet/snippet.d.ts +0 -0
  538. package/lib/types/snippet/snippet.styles.d.ts +3734 -0
  539. package/{cjs → lib/types}/spacer/index.d.ts +0 -0
  540. package/lib/types/spacer/spacer.d.ts +41 -0
  541. package/lib/types/spacer/spacer.styles.d.ts +935 -0
  542. package/lib/types/switch/index.d.ts +5 -0
  543. package/lib/types/switch/switch.d.ts +82 -0
  544. package/lib/types/switch/switch.styles.d.ts +3740 -0
  545. package/lib/types/table/base/index.d.ts +5 -0
  546. package/lib/types/table/base/table-body.d.ts +8 -0
  547. package/lib/types/table/base/table-cell.d.ts +8 -0
  548. package/lib/types/table/base/table-column.d.ts +8 -0
  549. package/lib/types/table/base/table-header.d.ts +4 -0
  550. package/lib/types/table/base/table-row.d.ts +8 -0
  551. package/lib/types/table/index.d.ts +12 -0
  552. package/lib/types/table/table-body.d.ts +20 -0
  553. package/lib/types/table/table-cell-old.d.ts +22 -0
  554. package/lib/types/table/table-cell.d.ts +20 -0
  555. package/lib/types/table/table-checkbox-cell.d.ts +23 -0
  556. package/lib/types/table/table-column-header.d.ts +1018 -0
  557. package/lib/types/table/table-column.d.ts +17 -0
  558. package/lib/types/table/table-context.d.ts +29 -0
  559. package/lib/types/table/table-footer.d.ts +31 -0
  560. package/lib/types/table/table-header-row.d.ts +19 -0
  561. package/lib/types/table/table-old.d.ts +49 -0
  562. package/lib/types/table/table-pagination.d.ts +16 -0
  563. package/lib/types/table/table-row-group.d.ts +14 -0
  564. package/lib/types/table/table-row.d.ts +20 -0
  565. package/lib/types/table/table-select-all-checkbox.d.ts +20 -0
  566. package/lib/types/table/table-sort-icon.d.ts +944 -0
  567. package/lib/types/table/table-types.d.ts +30 -0
  568. package/lib/types/table/table.d.ts +28 -0
  569. package/lib/types/table/table.styles.d.ts +15098 -0
  570. package/lib/types/table/utils.d.ts +2 -0
  571. package/{cjs → lib/types}/text/child.d.ts +0 -0
  572. package/{cjs → lib/types}/text/index.d.ts +0 -0
  573. package/lib/types/text/text.d.ts +59 -0
  574. package/lib/types/text/text.styles.d.ts +935 -0
  575. package/{cjs → lib/types}/textarea/index.d.ts +0 -0
  576. package/{cjs → lib/types}/textarea/textarea.d.ts +0 -0
  577. package/{cjs → lib/types}/textarea/utils.d.ts +0 -0
  578. package/lib/types/theme/common.d.ts +1660 -0
  579. package/lib/types/theme/dark-theme.d.ts +43 -0
  580. package/{cjs → lib/types}/theme/light-theme.d.ts +0 -0
  581. package/lib/types/theme/ssr-provider.d.ts +7 -0
  582. package/lib/types/theme/stitches.config.d.ts +10025 -0
  583. package/{cjs → lib/types}/theme/theme-context.d.ts +0 -0
  584. package/{cjs → lib/types}/theme/theme-provider.d.ts +0 -0
  585. package/{cjs → lib/types}/theme/types.d.ts +0 -0
  586. package/{cjs → lib/types}/theme/utils.d.ts +0 -0
  587. package/{cjs → lib/types}/tooltip/index.d.ts +0 -0
  588. package/{cjs → lib/types}/tooltip/placement.d.ts +0 -0
  589. package/{cjs → lib/types}/tooltip/tooltip-content.d.ts +0 -0
  590. package/lib/types/tooltip/tooltip.d.ts +59 -0
  591. package/lib/types/tooltip/tooltip.styles.d.ts +3735 -0
  592. package/{cjs → lib/types}/use-body-scroll/index.d.ts +0 -0
  593. package/{cjs → lib/types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  594. package/{cjs → lib/types}/use-click-anywhere/index.d.ts +0 -0
  595. package/{cjs → lib/types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  596. package/{cjs → lib/types}/use-click-away/index.d.ts +0 -0
  597. package/{cjs → lib/types}/use-click-away/use-click-away.d.ts +0 -0
  598. package/{cjs → lib/types}/use-clipboard/index.d.ts +0 -0
  599. package/{cjs → lib/types}/use-clipboard/use-clipboard.d.ts +0 -0
  600. package/{cjs → lib/types}/use-current-state/index.d.ts +0 -0
  601. package/{cjs → lib/types}/use-current-state/use-current-state.d.ts +0 -0
  602. package/{cjs → lib/types}/use-drip/index.d.ts +0 -0
  603. package/{cjs → lib/types}/use-drip/use-drip.d.ts +0 -0
  604. package/{cjs → lib/types}/use-input/index.d.ts +0 -0
  605. package/{cjs → lib/types}/use-input/use-input.d.ts +0 -0
  606. package/{cjs → lib/types}/use-keyboard/codes.d.ts +0 -0
  607. package/{cjs → lib/types}/use-keyboard/helper.d.ts +0 -0
  608. package/{cjs → lib/types}/use-keyboard/index.d.ts +0 -0
  609. package/{cjs → lib/types}/use-keyboard/use-keyboard.d.ts +0 -0
  610. package/{cjs → lib/types}/use-pagination/index.d.ts +0 -0
  611. package/{cjs → lib/types}/use-portal/index.d.ts +0 -0
  612. package/{cjs → lib/types}/use-portal/use-portal.d.ts +0 -0
  613. package/{cjs → lib/types}/use-real-shape/index.d.ts +0 -0
  614. package/{cjs → lib/types}/use-real-shape/use-real-shape.d.ts +0 -0
  615. package/{cjs → lib/types}/use-resize/index.d.ts +0 -0
  616. package/{cjs → lib/types}/use-resize/use-resize.d.ts +0 -0
  617. package/{cjs → lib/types}/use-ssr/index.d.ts +0 -0
  618. package/{cjs → lib/types}/use-ssr/use-ssr.d.ts +0 -0
  619. package/{cjs → lib/types}/use-theme/index.d.ts +0 -0
  620. package/{cjs → lib/types}/use-theme/use-theme.d.ts +0 -0
  621. package/{cjs → lib/types}/use-warning/index.d.ts +0 -0
  622. package/{cjs → lib/types}/use-warning/use-warning.d.ts +0 -0
  623. package/lib/types/user/index.d.ts +5 -0
  624. package/lib/types/user/user-link.d.ts +15 -0
  625. package/lib/types/user/user.d.ts +35 -0
  626. package/lib/types/user/user.styles.d.ts +4655 -0
  627. package/{cjs → lib/types}/utils/assertion.d.ts +0 -0
  628. package/{cjs → lib/types}/utils/clear-icon.d.ts +0 -0
  629. package/{cjs → lib/types}/utils/clsx.d.ts +0 -0
  630. package/lib/types/utils/collections.d.ts +13 -0
  631. package/{cjs → lib/types}/utils/color.d.ts +0 -0
  632. package/{cjs → lib/types}/utils/css-transition.d.ts +0 -0
  633. package/{cjs → lib/types}/utils/deep-merge.d.ts +0 -0
  634. package/{cjs → lib/types}/utils/dimensions.d.ts +0 -0
  635. package/lib/types/utils/drip.d.ts +977 -0
  636. package/{cjs → lib/types}/utils/expand.d.ts +0 -0
  637. package/{cjs → lib/types}/utils/numbers.d.ts +0 -0
  638. package/lib/types/utils/object.d.ts +15 -0
  639. package/lib/types/utils/prop-types.d.ts +61 -0
  640. package/{cjs → lib/types}/utils/with-defaults.d.ts +0 -0
  641. package/lib/umd/nextui.js +34283 -0
  642. package/lib/umd/nextui.min.js +2 -0
  643. package/lib/umd/nextui.min.js.LICENSE.txt +29 -0
  644. package/{use-body-scroll → lib/use-body-scroll}/package.json +0 -0
  645. package/{use-click-anywhere → lib/use-click-anywhere}/package.json +0 -0
  646. package/{use-click-away → lib/use-click-away}/package.json +0 -0
  647. package/{use-clipboard → lib/use-clipboard}/package.json +0 -0
  648. package/{use-current-state → lib/use-current-state}/package.json +0 -0
  649. package/{use-drip → lib/use-drip}/package.json +0 -0
  650. package/{use-input → lib/use-input}/package.json +0 -0
  651. package/{use-keyboard → lib/use-keyboard}/package.json +0 -0
  652. package/{use-portal → lib/use-portal}/package.json +0 -0
  653. package/{use-real-shape → lib/use-real-shape}/package.json +0 -0
  654. package/{use-resize → lib/use-resize}/package.json +0 -0
  655. package/{use-ssr → lib/use-ssr}/package.json +0 -0
  656. package/{use-theme → lib/use-theme}/package.json +0 -0
  657. package/{use-warning → lib/use-warning}/package.json +0 -0
  658. package/{user → lib/user}/package.json +0 -0
  659. package/{utils → lib/utils}/package.json +0 -0
  660. package/package.json +96 -9
  661. package/cjs/avatar/avatar-group.js +0 -35
  662. package/cjs/avatar/avatar-group.styles.d.ts +0 -1851
  663. package/cjs/avatar/avatar-group.styles.js +0 -52
  664. package/cjs/avatar/avatar.js +0 -75
  665. package/cjs/avatar/avatar.styles.d.ts +0 -937
  666. package/cjs/avatar/avatar.styles.js +0 -334
  667. package/cjs/avatar/index.js +0 -22
  668. package/cjs/backdrop/backdrop.d.ts +0 -37
  669. package/cjs/backdrop/backdrop.js +0 -137
  670. package/cjs/backdrop/backdrop.styles.d.ts +0 -2776
  671. package/cjs/backdrop/backdrop.styles.js +0 -119
  672. package/cjs/backdrop/index.js +0 -16
  673. package/cjs/button/button-group-context.js +0 -21
  674. package/cjs/button/button-group.js +0 -81
  675. package/cjs/button/button-group.styles.d.ts +0 -932
  676. package/cjs/button/button-group.styles.js +0 -136
  677. package/cjs/button/button-icon.d.ts +0 -942
  678. package/cjs/button/button-icon.js +0 -68
  679. package/cjs/button/button.d.ts +0 -30
  680. package/cjs/button/button.js +0 -145
  681. package/cjs/button/button.styles.d.ts +0 -940
  682. package/cjs/button/button.styles.js +0 -726
  683. package/cjs/button/index.js +0 -25
  684. package/cjs/button/utils.js +0 -27
  685. package/cjs/card/card.js +0 -117
  686. package/cjs/card/card.styles.d.ts +0 -3707
  687. package/cjs/card/card.styles.js +0 -267
  688. package/cjs/card/index.js +0 -24
  689. package/cjs/checkbox/checkbox-context.js +0 -25
  690. package/cjs/checkbox/checkbox-group.js +0 -89
  691. package/cjs/checkbox/checkbox.d.ts +0 -58
  692. package/cjs/checkbox/checkbox.js +0 -192
  693. package/cjs/checkbox/checkbox.styles.d.ts +0 -8351
  694. package/cjs/checkbox/checkbox.styles.js +0 -563
  695. package/cjs/checkbox/index.d.ts +0 -6
  696. package/cjs/checkbox/index.js +0 -26
  697. package/cjs/code/code.js +0 -42
  698. package/cjs/code/code.styles.d.ts +0 -1848
  699. package/cjs/code/code.styles.js +0 -14
  700. package/cjs/code/index.js +0 -15
  701. package/cjs/col/col.js +0 -46
  702. package/cjs/col/col.styles.d.ts +0 -926
  703. package/cjs/col/col.styles.js +0 -16
  704. package/cjs/col/index.js +0 -14
  705. package/cjs/collapse/collapse-context.js +0 -20
  706. package/cjs/collapse/collapse-group.js +0 -90
  707. package/cjs/collapse/collapse-icon.js +0 -41
  708. package/cjs/collapse/collapse.d.ts +0 -43
  709. package/cjs/collapse/collapse.js +0 -191
  710. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  711. package/cjs/collapse/collapse.styles.js +0 -256
  712. package/cjs/collapse/index.js +0 -22
  713. package/cjs/container/container.js +0 -91
  714. package/cjs/container/container.styles.d.ts +0 -929
  715. package/cjs/container/container.styles.js +0 -45
  716. package/cjs/container/index.js +0 -14
  717. package/cjs/css-baseline/css-baseline.js +0 -247
  718. package/cjs/css-baseline/index.js +0 -11
  719. package/cjs/divider/divider.js +0 -82
  720. package/cjs/divider/divider.styles.d.ts +0 -1853
  721. package/cjs/divider/divider.styles.js +0 -77
  722. package/cjs/divider/index.js +0 -15
  723. package/cjs/grid/grid-container.js +0 -60
  724. package/cjs/grid/grid-item.js +0 -123
  725. package/cjs/grid/grid.js +0 -29
  726. package/cjs/grid/grid.styles.d.ts +0 -1849
  727. package/cjs/grid/grid.styles.js +0 -15
  728. package/cjs/grid/index.js +0 -18
  729. package/cjs/image/image.js +0 -150
  730. package/cjs/image/image.skeleton.js +0 -50
  731. package/cjs/image/image.styles.d.ts +0 -2775
  732. package/cjs/image/image.styles.js +0 -57
  733. package/cjs/image/index.js +0 -16
  734. package/cjs/index.d.ts +0 -79
  735. package/cjs/index.js +0 -435
  736. package/cjs/input/index.js +0 -30
  737. package/cjs/input/input-password.d.ts +0 -98
  738. package/cjs/input/input-password.js +0 -80
  739. package/cjs/input/input-props.js +0 -30
  740. package/cjs/input/input.js +0 -318
  741. package/cjs/input/input.styles.d.ts +0 -10217
  742. package/cjs/input/input.styles.js +0 -878
  743. package/cjs/input/password-icon.js +0 -51
  744. package/cjs/link/icon.js +0 -42
  745. package/cjs/link/index.js +0 -15
  746. package/cjs/link/link.d.ts +0 -43
  747. package/cjs/link/link.js +0 -42
  748. package/cjs/link/link.styles.d.ts +0 -1854
  749. package/cjs/link/link.styles.js +0 -135
  750. package/cjs/loading/index.js +0 -24
  751. package/cjs/loading/loading.js +0 -80
  752. package/cjs/loading/loading.styles.d.ts +0 -5554
  753. package/cjs/loading/loading.styles.js +0 -438
  754. package/cjs/loading/spinner.js +0 -47
  755. package/cjs/modal/index.js +0 -28
  756. package/cjs/modal/modal-body.js +0 -62
  757. package/cjs/modal/modal-close-button.js +0 -49
  758. package/cjs/modal/modal-context.js +0 -18
  759. package/cjs/modal/modal-footer.js +0 -69
  760. package/cjs/modal/modal-header.js +0 -69
  761. package/cjs/modal/modal-wrapper.js +0 -153
  762. package/cjs/modal/modal.js +0 -159
  763. package/cjs/modal/modal.styles.d.ts +0 -5560
  764. package/cjs/modal/modal.styles.js +0 -243
  765. package/cjs/modal/use-modal.js +0 -25
  766. package/cjs/pagination/index.js +0 -19
  767. package/cjs/pagination/pagination-ellipsis.js +0 -86
  768. package/cjs/pagination/pagination-highlight.d.ts +0 -14
  769. package/cjs/pagination/pagination-highlight.js +0 -52
  770. package/cjs/pagination/pagination-icon.js +0 -59
  771. package/cjs/pagination/pagination-item.js +0 -104
  772. package/cjs/pagination/pagination.js +0 -169
  773. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  774. package/cjs/pagination/pagination.styles.js +0 -361
  775. package/cjs/progress/index.js +0 -15
  776. package/cjs/progress/progress.d.ts +0 -65
  777. package/cjs/progress/progress.js +0 -101
  778. package/cjs/progress/progress.styles.d.ts +0 -1859
  779. package/cjs/progress/progress.styles.js +0 -165
  780. package/cjs/radio/index.js +0 -24
  781. package/cjs/radio/radio-context.js +0 -24
  782. package/cjs/radio/radio-group.js +0 -78
  783. package/cjs/radio/radio.js +0 -156
  784. package/cjs/radio/radio.styles.d.ts +0 -5555
  785. package/cjs/radio/radio.styles.js +0 -240
  786. package/cjs/row/index.js +0 -14
  787. package/cjs/row/row.js +0 -54
  788. package/cjs/row/row.styles.d.ts +0 -928
  789. package/cjs/row/row.styles.js +0 -25
  790. package/cjs/snippet/index.js +0 -16
  791. package/cjs/snippet/snippet-icon.js +0 -52
  792. package/cjs/snippet/snippet.js +0 -137
  793. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  794. package/cjs/snippet/snippet.styles.js +0 -141
  795. package/cjs/spacer/index.js +0 -14
  796. package/cjs/spacer/spacer.d.ts +0 -41
  797. package/cjs/spacer/spacer.js +0 -49
  798. package/cjs/spacer/spacer.styles.d.ts +0 -927
  799. package/cjs/spacer/spacer.styles.js +0 -24
  800. package/cjs/switch/index.d.ts +0 -5
  801. package/cjs/switch/index.js +0 -17
  802. package/cjs/switch/switch.d.ts +0 -82
  803. package/cjs/switch/switch.js +0 -142
  804. package/cjs/switch/switch.styles.d.ts +0 -3708
  805. package/cjs/switch/switch.styles.js +0 -283
  806. package/cjs/text/child.js +0 -83
  807. package/cjs/text/index.js +0 -14
  808. package/cjs/text/text.d.ts +0 -59
  809. package/cjs/text/text.js +0 -124
  810. package/cjs/text/text.styles.d.ts +0 -927
  811. package/cjs/text/text.styles.js +0 -41
  812. package/cjs/textarea/index.js +0 -12
  813. package/cjs/textarea/textarea.js +0 -126
  814. package/cjs/textarea/utils.js +0 -126
  815. package/cjs/theme/common.d.ts +0 -1644
  816. package/cjs/theme/common.js +0 -503
  817. package/cjs/theme/dark-theme.d.ts +0 -33
  818. package/cjs/theme/dark-theme.js +0 -38
  819. package/cjs/theme/index.js +0 -31
  820. package/cjs/theme/light-theme.js +0 -33
  821. package/cjs/theme/stitches.config.d.ts +0 -9004
  822. package/cjs/theme/stitches.config.js +0 -88
  823. package/cjs/theme/theme-context.js +0 -22
  824. package/cjs/theme/theme-provider.js +0 -111
  825. package/cjs/theme/types.js +0 -3
  826. package/cjs/theme/utils.js +0 -113
  827. package/cjs/tooltip/index.js +0 -17
  828. package/cjs/tooltip/placement.js +0 -193
  829. package/cjs/tooltip/tooltip-content.js +0 -135
  830. package/cjs/tooltip/tooltip.d.ts +0 -59
  831. package/cjs/tooltip/tooltip.js +0 -143
  832. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  833. package/cjs/tooltip/tooltip.styles.js +0 -159
  834. package/cjs/use-body-scroll/index.js +0 -12
  835. package/cjs/use-body-scroll/use-body-scroll.js +0 -77
  836. package/cjs/use-click-anywhere/index.js +0 -12
  837. package/cjs/use-click-anywhere/use-click-anywhere.js +0 -19
  838. package/cjs/use-click-away/index.js +0 -12
  839. package/cjs/use-click-away/use-click-away.js +0 -23
  840. package/cjs/use-clipboard/index.js +0 -12
  841. package/cjs/use-clipboard/use-clipboard.js +0 -57
  842. package/cjs/use-current-state/index.js +0 -12
  843. package/cjs/use-current-state/use-current-state.js +0 -28
  844. package/cjs/use-drip/index.js +0 -12
  845. package/cjs/use-drip/use-drip.js +0 -38
  846. package/cjs/use-input/index.js +0 -12
  847. package/cjs/use-input/use-input.js +0 -32
  848. package/cjs/use-keyboard/codes.js +0 -104
  849. package/cjs/use-keyboard/helper.js +0 -35
  850. package/cjs/use-keyboard/index.js +0 -15
  851. package/cjs/use-keyboard/use-keyboard.js +0 -76
  852. package/cjs/use-pagination/index.js +0 -88
  853. package/cjs/use-portal/index.js +0 -12
  854. package/cjs/use-portal/use-portal.js +0 -43
  855. package/cjs/use-real-shape/index.js +0 -12
  856. package/cjs/use-real-shape/use-real-shape.js +0 -55
  857. package/cjs/use-resize/index.js +0 -12
  858. package/cjs/use-resize/use-resize.js +0 -23
  859. package/cjs/use-ssr/index.js +0 -12
  860. package/cjs/use-ssr/use-ssr.js +0 -25
  861. package/cjs/use-theme/index.js +0 -12
  862. package/cjs/use-theme/use-theme.js +0 -16
  863. package/cjs/use-warning/index.js +0 -12
  864. package/cjs/use-warning/use-warning.js +0 -23
  865. package/cjs/user/index.d.ts +0 -6
  866. package/cjs/user/index.js +0 -21
  867. package/cjs/user/user-link.d.ts +0 -32
  868. package/cjs/user/user-link.js +0 -46
  869. package/cjs/user/user.d.ts +0 -35
  870. package/cjs/user/user.js +0 -63
  871. package/cjs/user/user.styles.d.ts +0 -4621
  872. package/cjs/user/user.styles.js +0 -56
  873. package/cjs/utils/assertion.js +0 -42
  874. package/cjs/utils/clear-icon.js +0 -70
  875. package/cjs/utils/clsx.js +0 -57
  876. package/cjs/utils/collections.d.ts +0 -12
  877. package/cjs/utils/collections.js +0 -110
  878. package/cjs/utils/color.js +0 -187
  879. package/cjs/utils/css-transition.js +0 -76
  880. package/cjs/utils/deep-merge.js +0 -33
  881. package/cjs/utils/dimensions.js +0 -10
  882. package/cjs/utils/dom.js +0 -110
  883. package/cjs/utils/drip.d.ts +0 -969
  884. package/cjs/utils/drip.js +0 -116
  885. package/cjs/utils/expand.js +0 -109
  886. package/cjs/utils/icons.js +0 -481
  887. package/cjs/utils/numbers.js +0 -23
  888. package/cjs/utils/object.d.ts +0 -11
  889. package/cjs/utils/object.js +0 -40
  890. package/cjs/utils/prop-types.d.ts +0 -54
  891. package/cjs/utils/prop-types.js +0 -56
  892. package/cjs/utils/react.js +0 -24
  893. package/cjs/utils/strings.js +0 -18
  894. package/cjs/utils/types.d.js +0 -3
  895. package/cjs/utils/with-defaults.js +0 -13
  896. package/esm/avatar/avatar-group.d.ts +0 -13
  897. package/esm/avatar/avatar-group.js +0 -35
  898. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  899. package/esm/avatar/avatar-group.styles.js +0 -52
  900. package/esm/avatar/avatar.d.ts +0 -21
  901. package/esm/avatar/avatar.js +0 -75
  902. package/esm/avatar/avatar.styles.d.ts +0 -937
  903. package/esm/avatar/avatar.styles.js +0 -334
  904. package/esm/avatar/index.d.ts +0 -7
  905. package/esm/avatar/index.js +0 -22
  906. package/esm/backdrop/backdrop.d.ts +0 -37
  907. package/esm/backdrop/backdrop.js +0 -137
  908. package/esm/backdrop/backdrop.styles.d.ts +0 -2776
  909. package/esm/backdrop/backdrop.styles.js +0 -119
  910. package/esm/backdrop/index.d.ts +0 -5
  911. package/esm/backdrop/index.js +0 -16
  912. package/esm/button/button-group-context.d.ts +0 -20
  913. package/esm/button/button-group-context.js +0 -21
  914. package/esm/button/button-group.d.ts +0 -34
  915. package/esm/button/button-group.js +0 -81
  916. package/esm/button/button-group.styles.d.ts +0 -932
  917. package/esm/button/button-group.styles.js +0 -136
  918. package/esm/button/button-icon.d.ts +0 -942
  919. package/esm/button/button-icon.js +0 -68
  920. package/esm/button/button.d.ts +0 -30
  921. package/esm/button/button.js +0 -145
  922. package/esm/button/button.styles.d.ts +0 -940
  923. package/esm/button/button.styles.js +0 -726
  924. package/esm/button/index.d.ts +0 -10
  925. package/esm/button/index.js +0 -25
  926. package/esm/button/utils.d.ts +0 -4
  927. package/esm/button/utils.js +0 -27
  928. package/esm/card/card.d.ts +0 -23
  929. package/esm/card/card.js +0 -117
  930. package/esm/card/card.styles.d.ts +0 -3707
  931. package/esm/card/card.styles.js +0 -267
  932. package/esm/card/index.d.ts +0 -5
  933. package/esm/card/index.js +0 -24
  934. package/esm/checkbox/checkbox-context.d.ts +0 -13
  935. package/esm/checkbox/checkbox-context.js +0 -25
  936. package/esm/checkbox/checkbox-group.d.ts +0 -29
  937. package/esm/checkbox/checkbox-group.js +0 -89
  938. package/esm/checkbox/checkbox.d.ts +0 -58
  939. package/esm/checkbox/checkbox.js +0 -192
  940. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  941. package/esm/checkbox/checkbox.styles.js +0 -563
  942. package/esm/checkbox/index.d.ts +0 -6
  943. package/esm/checkbox/index.js +0 -26
  944. package/esm/code/code.d.ts +0 -15
  945. package/esm/code/code.js +0 -42
  946. package/esm/code/code.styles.d.ts +0 -1848
  947. package/esm/code/code.styles.js +0 -14
  948. package/esm/code/index.d.ts +0 -5
  949. package/esm/code/index.js +0 -15
  950. package/esm/col/col.d.ts +0 -20
  951. package/esm/col/col.js +0 -46
  952. package/esm/col/col.styles.d.ts +0 -926
  953. package/esm/col/col.styles.js +0 -16
  954. package/esm/col/index.d.ts +0 -5
  955. package/esm/col/index.js +0 -14
  956. package/esm/collapse/collapse-context.d.ts +0 -9
  957. package/esm/collapse/collapse-context.js +0 -20
  958. package/esm/collapse/collapse-group.d.ts +0 -18
  959. package/esm/collapse/collapse-group.js +0 -90
  960. package/esm/collapse/collapse-icon.d.ts +0 -19
  961. package/esm/collapse/collapse-icon.js +0 -41
  962. package/esm/collapse/collapse.d.ts +0 -43
  963. package/esm/collapse/collapse.js +0 -191
  964. package/esm/collapse/collapse.styles.d.ts +0 -4637
  965. package/esm/collapse/collapse.styles.js +0 -256
  966. package/esm/collapse/index.d.ts +0 -6
  967. package/esm/collapse/index.js +0 -22
  968. package/esm/container/container.d.ts +0 -40
  969. package/esm/container/container.js +0 -91
  970. package/esm/container/container.styles.d.ts +0 -929
  971. package/esm/container/container.styles.js +0 -45
  972. package/esm/container/index.d.ts +0 -5
  973. package/esm/container/index.js +0 -14
  974. package/esm/css-baseline/css-baseline.d.ts +0 -9
  975. package/esm/css-baseline/css-baseline.js +0 -247
  976. package/esm/css-baseline/index.d.ts +0 -1
  977. package/esm/css-baseline/index.js +0 -11
  978. package/esm/divider/divider.d.ts +0 -22
  979. package/esm/divider/divider.js +0 -82
  980. package/esm/divider/divider.styles.d.ts +0 -1853
  981. package/esm/divider/divider.styles.js +0 -77
  982. package/esm/divider/index.d.ts +0 -5
  983. package/esm/divider/index.js +0 -15
  984. package/esm/grid/grid-container.d.ts +0 -22
  985. package/esm/grid/grid-container.js +0 -60
  986. package/esm/grid/grid-item.d.ts +0 -37
  987. package/esm/grid/grid-item.js +0 -123
  988. package/esm/grid/grid.d.ts +0 -9
  989. package/esm/grid/grid.js +0 -29
  990. package/esm/grid/grid.styles.d.ts +0 -1849
  991. package/esm/grid/grid.styles.js +0 -15
  992. package/esm/grid/index.d.ts +0 -7
  993. package/esm/grid/index.js +0 -18
  994. package/esm/image/image.d.ts +0 -29
  995. package/esm/image/image.js +0 -150
  996. package/esm/image/image.skeleton.d.ts +0 -19
  997. package/esm/image/image.skeleton.js +0 -50
  998. package/esm/image/image.styles.d.ts +0 -2775
  999. package/esm/image/image.styles.js +0 -57
  1000. package/esm/image/index.d.ts +0 -5
  1001. package/esm/image/index.js +0 -16
  1002. package/esm/index.d.ts +0 -79
  1003. package/esm/index.js +0 -435
  1004. package/esm/input/index.d.ts +0 -7
  1005. package/esm/input/index.js +0 -30
  1006. package/esm/input/input-password.d.ts +0 -98
  1007. package/esm/input/input-password.js +0 -80
  1008. package/esm/input/input-props.d.ts +0 -66
  1009. package/esm/input/input-props.js +0 -30
  1010. package/esm/input/input.d.ts +0 -18
  1011. package/esm/input/input.js +0 -318
  1012. package/esm/input/input.styles.d.ts +0 -10217
  1013. package/esm/input/input.styles.js +0 -878
  1014. package/esm/input/password-icon.d.ts +0 -6
  1015. package/esm/input/password-icon.js +0 -51
  1016. package/esm/link/icon.d.ts +0 -4
  1017. package/esm/link/icon.js +0 -42
  1018. package/esm/link/index.d.ts +0 -5
  1019. package/esm/link/index.js +0 -15
  1020. package/esm/link/link.d.ts +0 -43
  1021. package/esm/link/link.js +0 -42
  1022. package/esm/link/link.styles.d.ts +0 -1854
  1023. package/esm/link/link.styles.js +0 -135
  1024. package/esm/loading/index.d.ts +0 -7
  1025. package/esm/loading/index.js +0 -24
  1026. package/esm/loading/loading.d.ts +0 -24
  1027. package/esm/loading/loading.js +0 -80
  1028. package/esm/loading/loading.styles.d.ts +0 -5554
  1029. package/esm/loading/loading.styles.js +0 -438
  1030. package/esm/loading/spinner.d.ts +0 -17
  1031. package/esm/loading/spinner.js +0 -47
  1032. package/esm/modal/index.d.ts +0 -8
  1033. package/esm/modal/index.js +0 -28
  1034. package/esm/modal/modal-body.d.ts +0 -45
  1035. package/esm/modal/modal-body.js +0 -62
  1036. package/esm/modal/modal-close-button.d.ts +0 -13
  1037. package/esm/modal/modal-close-button.js +0 -49
  1038. package/esm/modal/modal-context.d.ts +0 -8
  1039. package/esm/modal/modal-context.js +0 -18
  1040. package/esm/modal/modal-footer.d.ts +0 -24
  1041. package/esm/modal/modal-footer.js +0 -69
  1042. package/esm/modal/modal-header.d.ts +0 -24
  1043. package/esm/modal/modal-header.js +0 -69
  1044. package/esm/modal/modal-wrapper.d.ts +0 -24
  1045. package/esm/modal/modal-wrapper.js +0 -153
  1046. package/esm/modal/modal.d.ts +0 -42
  1047. package/esm/modal/modal.js +0 -159
  1048. package/esm/modal/modal.styles.d.ts +0 -5560
  1049. package/esm/modal/modal.styles.js +0 -243
  1050. package/esm/modal/use-modal.d.ts +0 -11
  1051. package/esm/modal/use-modal.js +0 -25
  1052. package/esm/pagination/index.d.ts +0 -7
  1053. package/esm/pagination/index.js +0 -19
  1054. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  1055. package/esm/pagination/pagination-ellipsis.js +0 -86
  1056. package/esm/pagination/pagination-highlight.d.ts +0 -14
  1057. package/esm/pagination/pagination-highlight.js +0 -52
  1058. package/esm/pagination/pagination-icon.d.ts +0 -16
  1059. package/esm/pagination/pagination-icon.js +0 -59
  1060. package/esm/pagination/pagination-item.d.ts +0 -22
  1061. package/esm/pagination/pagination-item.js +0 -104
  1062. package/esm/pagination/pagination.d.ts +0 -46
  1063. package/esm/pagination/pagination.js +0 -169
  1064. package/esm/pagination/pagination.styles.d.ts +0 -5567
  1065. package/esm/pagination/pagination.styles.js +0 -361
  1066. package/esm/progress/index.d.ts +0 -5
  1067. package/esm/progress/index.js +0 -15
  1068. package/esm/progress/progress.d.ts +0 -65
  1069. package/esm/progress/progress.js +0 -101
  1070. package/esm/progress/progress.styles.d.ts +0 -1859
  1071. package/esm/progress/progress.styles.js +0 -165
  1072. package/esm/radio/index.d.ts +0 -4
  1073. package/esm/radio/index.js +0 -24
  1074. package/esm/radio/radio-context.d.ts +0 -13
  1075. package/esm/radio/radio-context.js +0 -24
  1076. package/esm/radio/radio-group.d.ts +0 -30
  1077. package/esm/radio/radio-group.js +0 -78
  1078. package/esm/radio/radio.d.ts +0 -45
  1079. package/esm/radio/radio.js +0 -156
  1080. package/esm/radio/radio.styles.d.ts +0 -5555
  1081. package/esm/radio/radio.styles.js +0 -240
  1082. package/esm/row/index.d.ts +0 -5
  1083. package/esm/row/index.js +0 -14
  1084. package/esm/row/row.d.ts +0 -21
  1085. package/esm/row/row.js +0 -54
  1086. package/esm/row/row.styles.d.ts +0 -928
  1087. package/esm/row/row.styles.js +0 -25
  1088. package/esm/snippet/index.d.ts +0 -5
  1089. package/esm/snippet/index.js +0 -16
  1090. package/esm/snippet/snippet-icon.d.ts +0 -21
  1091. package/esm/snippet/snippet-icon.js +0 -52
  1092. package/esm/snippet/snippet.d.ts +0 -35
  1093. package/esm/snippet/snippet.js +0 -137
  1094. package/esm/snippet/snippet.styles.d.ts +0 -3702
  1095. package/esm/snippet/snippet.styles.js +0 -141
  1096. package/esm/spacer/index.d.ts +0 -5
  1097. package/esm/spacer/index.js +0 -14
  1098. package/esm/spacer/spacer.d.ts +0 -41
  1099. package/esm/spacer/spacer.js +0 -49
  1100. package/esm/spacer/spacer.styles.d.ts +0 -927
  1101. package/esm/spacer/spacer.styles.js +0 -24
  1102. package/esm/switch/index.d.ts +0 -5
  1103. package/esm/switch/index.js +0 -17
  1104. package/esm/switch/switch.d.ts +0 -82
  1105. package/esm/switch/switch.js +0 -142
  1106. package/esm/switch/switch.styles.d.ts +0 -3708
  1107. package/esm/switch/switch.styles.js +0 -283
  1108. package/esm/text/child.d.ts +0 -23
  1109. package/esm/text/child.js +0 -83
  1110. package/esm/text/index.d.ts +0 -4
  1111. package/esm/text/index.js +0 -14
  1112. package/esm/text/text.d.ts +0 -59
  1113. package/esm/text/text.js +0 -124
  1114. package/esm/text/text.styles.d.ts +0 -927
  1115. package/esm/text/text.styles.js +0 -41
  1116. package/esm/textarea/index.d.ts +0 -3
  1117. package/esm/textarea/index.js +0 -12
  1118. package/esm/textarea/textarea.d.ts +0 -42
  1119. package/esm/textarea/textarea.js +0 -126
  1120. package/esm/textarea/utils.d.ts +0 -13
  1121. package/esm/textarea/utils.js +0 -126
  1122. package/esm/theme/common.d.ts +0 -1644
  1123. package/esm/theme/common.js +0 -503
  1124. package/esm/theme/dark-theme.d.ts +0 -33
  1125. package/esm/theme/dark-theme.js +0 -38
  1126. package/esm/theme/index.js +0 -31
  1127. package/esm/theme/light-theme.d.ts +0 -28
  1128. package/esm/theme/light-theme.js +0 -33
  1129. package/esm/theme/stitches.config.d.ts +0 -9004
  1130. package/esm/theme/stitches.config.js +0 -88
  1131. package/esm/theme/theme-context.d.ts +0 -5
  1132. package/esm/theme/theme-context.js +0 -22
  1133. package/esm/theme/theme-provider.d.ts +0 -14
  1134. package/esm/theme/theme-provider.js +0 -111
  1135. package/esm/theme/types.d.ts +0 -76
  1136. package/esm/theme/types.js +0 -3
  1137. package/esm/theme/utils.d.ts +0 -16
  1138. package/esm/theme/utils.js +0 -113
  1139. package/esm/tooltip/index.d.ts +0 -6
  1140. package/esm/tooltip/index.js +0 -17
  1141. package/esm/tooltip/placement.d.ts +0 -39
  1142. package/esm/tooltip/placement.js +0 -193
  1143. package/esm/tooltip/tooltip-content.d.ts +0 -27
  1144. package/esm/tooltip/tooltip-content.js +0 -135
  1145. package/esm/tooltip/tooltip.d.ts +0 -59
  1146. package/esm/tooltip/tooltip.js +0 -143
  1147. package/esm/tooltip/tooltip.styles.d.ts +0 -3703
  1148. package/esm/tooltip/tooltip.styles.js +0 -159
  1149. package/esm/use-body-scroll/index.d.ts +0 -3
  1150. package/esm/use-body-scroll/index.js +0 -12
  1151. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  1152. package/esm/use-body-scroll/use-body-scroll.js +0 -77
  1153. package/esm/use-click-anywhere/index.d.ts +0 -2
  1154. package/esm/use-click-anywhere/index.js +0 -12
  1155. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  1156. package/esm/use-click-anywhere/use-click-anywhere.js +0 -19
  1157. package/esm/use-click-away/index.d.ts +0 -2
  1158. package/esm/use-click-away/index.js +0 -12
  1159. package/esm/use-click-away/use-click-away.d.ts +0 -3
  1160. package/esm/use-click-away/use-click-away.js +0 -23
  1161. package/esm/use-clipboard/index.d.ts +0 -3
  1162. package/esm/use-clipboard/index.js +0 -12
  1163. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  1164. package/esm/use-clipboard/use-clipboard.js +0 -57
  1165. package/esm/use-current-state/index.d.ts +0 -2
  1166. package/esm/use-current-state/index.js +0 -12
  1167. package/esm/use-current-state/use-current-state.d.ts +0 -8
  1168. package/esm/use-current-state/use-current-state.js +0 -28
  1169. package/esm/use-drip/index.d.ts +0 -2
  1170. package/esm/use-drip/index.js +0 -12
  1171. package/esm/use-drip/use-drip.d.ts +0 -9
  1172. package/esm/use-drip/use-drip.js +0 -38
  1173. package/esm/use-input/index.d.ts +0 -2
  1174. package/esm/use-input/index.js +0 -12
  1175. package/esm/use-input/use-input.d.ts +0 -13
  1176. package/esm/use-input/use-input.js +0 -32
  1177. package/esm/use-keyboard/codes.d.ts +0 -92
  1178. package/esm/use-keyboard/codes.js +0 -104
  1179. package/esm/use-keyboard/helper.d.ts +0 -3
  1180. package/esm/use-keyboard/helper.js +0 -35
  1181. package/esm/use-keyboard/index.d.ts +0 -5
  1182. package/esm/use-keyboard/index.js +0 -15
  1183. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  1184. package/esm/use-keyboard/use-keyboard.js +0 -76
  1185. package/esm/use-pagination/index.d.ts +0 -20
  1186. package/esm/use-pagination/index.js +0 -88
  1187. package/esm/use-portal/index.d.ts +0 -2
  1188. package/esm/use-portal/index.js +0 -12
  1189. package/esm/use-portal/use-portal.d.ts +0 -2
  1190. package/esm/use-portal/use-portal.js +0 -43
  1191. package/esm/use-real-shape/index.d.ts +0 -2
  1192. package/esm/use-real-shape/index.js +0 -12
  1193. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  1194. package/esm/use-real-shape/use-real-shape.js +0 -55
  1195. package/esm/use-resize/index.d.ts +0 -2
  1196. package/esm/use-resize/index.js +0 -12
  1197. package/esm/use-resize/use-resize.d.ts +0 -2
  1198. package/esm/use-resize/use-resize.js +0 -23
  1199. package/esm/use-ssr/index.d.ts +0 -2
  1200. package/esm/use-ssr/index.js +0 -12
  1201. package/esm/use-ssr/use-ssr.d.ts +0 -6
  1202. package/esm/use-ssr/use-ssr.js +0 -25
  1203. package/esm/use-theme/index.d.ts +0 -2
  1204. package/esm/use-theme/index.js +0 -12
  1205. package/esm/use-theme/use-theme.d.ts +0 -3
  1206. package/esm/use-theme/use-theme.js +0 -16
  1207. package/esm/use-warning/index.d.ts +0 -2
  1208. package/esm/use-warning/index.js +0 -12
  1209. package/esm/use-warning/use-warning.d.ts +0 -2
  1210. package/esm/use-warning/use-warning.js +0 -23
  1211. package/esm/user/index.d.ts +0 -6
  1212. package/esm/user/index.js +0 -21
  1213. package/esm/user/user-link.d.ts +0 -32
  1214. package/esm/user/user-link.js +0 -46
  1215. package/esm/user/user.d.ts +0 -35
  1216. package/esm/user/user.js +0 -63
  1217. package/esm/user/user.styles.d.ts +0 -4621
  1218. package/esm/user/user.styles.js +0 -56
  1219. package/esm/utils/assertion.d.ts +0 -8
  1220. package/esm/utils/assertion.js +0 -42
  1221. package/esm/utils/clear-icon.d.ts +0 -16
  1222. package/esm/utils/clear-icon.js +0 -70
  1223. package/esm/utils/clsx.d.ts +0 -1
  1224. package/esm/utils/clsx.js +0 -57
  1225. package/esm/utils/collections.d.ts +0 -12
  1226. package/esm/utils/collections.js +0 -110
  1227. package/esm/utils/color.d.ts +0 -28
  1228. package/esm/utils/color.js +0 -187
  1229. package/esm/utils/css-transition.d.ts +0 -27
  1230. package/esm/utils/css-transition.js +0 -76
  1231. package/esm/utils/deep-merge.d.ts +0 -1
  1232. package/esm/utils/deep-merge.js +0 -33
  1233. package/esm/utils/dimensions.d.ts +0 -1
  1234. package/esm/utils/dimensions.js +0 -10
  1235. package/esm/utils/dom.js +0 -110
  1236. package/esm/utils/drip.d.ts +0 -969
  1237. package/esm/utils/drip.js +0 -116
  1238. package/esm/utils/expand.d.ts +0 -20
  1239. package/esm/utils/expand.js +0 -109
  1240. package/esm/utils/icons.js +0 -481
  1241. package/esm/utils/numbers.d.ts +0 -9
  1242. package/esm/utils/numbers.js +0 -23
  1243. package/esm/utils/object.d.ts +0 -11
  1244. package/esm/utils/object.js +0 -40
  1245. package/esm/utils/prop-types.d.ts +0 -54
  1246. package/esm/utils/prop-types.js +0 -56
  1247. package/esm/utils/react.js +0 -24
  1248. package/esm/utils/strings.js +0 -18
  1249. package/esm/utils/types.d.js +0 -3
  1250. package/esm/utils/with-defaults.d.ts +0 -3
  1251. package/esm/utils/with-defaults.js +0 -13
  1252. package/umd/nextui.js +0 -14060
  1253. package/umd/nextui.min.js +0 -2
  1254. package/umd/nextui.min.js.LICENSE.txt +0 -14
@@ -0,0 +1,977 @@
1
+ import React from 'react';
2
+ import { VariantProps } from '../theme/stitches.config';
3
+ interface Props {
4
+ visible: boolean;
5
+ x: number;
6
+ y: number;
7
+ onCompleted: () => void;
8
+ color?: string;
9
+ className?: string;
10
+ }
11
+ declare const defaultProps: {
12
+ visible: boolean;
13
+ x: number;
14
+ y: number;
15
+ className: string;
16
+ };
17
+ export declare const StyledDrip: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
18
+ xs: string;
19
+ sm: string;
20
+ md: string;
21
+ lg: string;
22
+ xl: string;
23
+ xsMax: string;
24
+ smMax: string;
25
+ mdMax: string;
26
+ lgMax: string;
27
+ xlMax: string;
28
+ motion: string;
29
+ safari: string;
30
+ hover: string;
31
+ dark: string;
32
+ light: string;
33
+ }, import("@stitches/react/types/css-util").CSS<{
34
+ xs: string;
35
+ sm: string;
36
+ md: string;
37
+ lg: string;
38
+ xl: string;
39
+ xsMax: string;
40
+ smMax: string;
41
+ mdMax: string;
42
+ lgMax: string;
43
+ xlMax: string;
44
+ motion: string;
45
+ safari: string;
46
+ hover: string;
47
+ dark: string;
48
+ light: string;
49
+ }, {
50
+ shadows: {
51
+ xs: string;
52
+ sm: string;
53
+ md: string;
54
+ lg: string;
55
+ xl: string;
56
+ };
57
+ colors: {
58
+ accents1: string;
59
+ accents2: string;
60
+ accents3: string;
61
+ accents4: string;
62
+ accents5: string;
63
+ accents6: string;
64
+ accents7: string;
65
+ accents8: string;
66
+ accents9: string;
67
+ text: string;
68
+ background: string;
69
+ foreground: string;
70
+ codeLight: string;
71
+ code: string;
72
+ border: string;
73
+ selection: string;
74
+ white: string;
75
+ black: string;
76
+ blue100: string;
77
+ blue200: string;
78
+ blue300: string;
79
+ blue400: string;
80
+ blue500: string;
81
+ blue600: string;
82
+ blue700: string;
83
+ blue800: string;
84
+ blue900: string;
85
+ purple100: string;
86
+ purple200: string;
87
+ purple300: string;
88
+ purple400: string;
89
+ purple500: string;
90
+ purple600: string;
91
+ purple700: string;
92
+ purple800: string;
93
+ purple900: string;
94
+ green100: string;
95
+ green200: string;
96
+ green300: string;
97
+ green400: string;
98
+ green500: string;
99
+ green600: string;
100
+ green700: string;
101
+ green800: string;
102
+ green900: string;
103
+ yellow100: string;
104
+ yellow200: string;
105
+ yellow300: string;
106
+ yellow400: string;
107
+ yellow500: string;
108
+ yellow600: string;
109
+ yellow700: string;
110
+ yellow800: string;
111
+ yellow900: string;
112
+ red100: string;
113
+ red200: string;
114
+ red300: string;
115
+ red400: string;
116
+ red500: string;
117
+ red600: string;
118
+ red700: string;
119
+ red800: string;
120
+ red900: string;
121
+ cyan100: string;
122
+ cyan200: string;
123
+ cyan300: string;
124
+ cyan400: string;
125
+ cyan500: string;
126
+ cyan600: string;
127
+ cyan700: string;
128
+ cyan800: string;
129
+ cyan900: string;
130
+ pink100: string;
131
+ pink200: string;
132
+ pink300: string;
133
+ pink400: string;
134
+ pink500: string;
135
+ pink600: string;
136
+ pink700: string;
137
+ pink800: string;
138
+ pink900: string;
139
+ gray100: string;
140
+ gray200: string;
141
+ gray300: string;
142
+ gray400: string;
143
+ gray500: string;
144
+ gray600: string;
145
+ gray700: string;
146
+ gray800: string;
147
+ gray900: string;
148
+ primaryLight: string;
149
+ primary: string;
150
+ primaryDark: string;
151
+ primaryShadow: string;
152
+ secondaryLight: string;
153
+ secondary: string;
154
+ secondaryDark: string;
155
+ secondaryShadow: string;
156
+ successLight: string;
157
+ success: string;
158
+ successDark: string;
159
+ successShadow: string;
160
+ warningLight: string;
161
+ warning: string;
162
+ warningDark: string;
163
+ warningShadow: string;
164
+ errorLight: string;
165
+ error: string;
166
+ errorDark: string;
167
+ errorShadow: string;
168
+ gradient: string;
169
+ link: string;
170
+ };
171
+ fonts: {
172
+ sans: string;
173
+ mono: string;
174
+ };
175
+ fontSizes: {
176
+ tiny: string;
177
+ xs: string;
178
+ base: string;
179
+ sm: string;
180
+ md: string;
181
+ lg: string;
182
+ xl: string;
183
+ };
184
+ fontWeights: {
185
+ hairline: number;
186
+ thin: number;
187
+ light: number;
188
+ normal: number;
189
+ medium: number;
190
+ semibold: number;
191
+ bold: number;
192
+ extrabold: number;
193
+ black: number;
194
+ };
195
+ lineHeights: {
196
+ xs: number;
197
+ sm: number;
198
+ md: number;
199
+ lg: number;
200
+ xl: number;
201
+ };
202
+ letterSpacings: {
203
+ tighter: string;
204
+ tight: string;
205
+ normal: string;
206
+ wide: string;
207
+ wider: string;
208
+ widest: string;
209
+ };
210
+ space: {
211
+ 0: string;
212
+ xs: string;
213
+ sm: string;
214
+ md: string;
215
+ lg: string;
216
+ xl: string;
217
+ px: string;
218
+ 1: string;
219
+ 2: string;
220
+ 3: string;
221
+ 4: string;
222
+ 5: string;
223
+ 6: string;
224
+ 7: string;
225
+ 8: string;
226
+ 9: string;
227
+ 10: string;
228
+ 11: string;
229
+ 12: string;
230
+ 13: string;
231
+ 14: string;
232
+ 15: string;
233
+ 16: string;
234
+ 17: string;
235
+ 18: string;
236
+ 20: string;
237
+ 24: string;
238
+ 28: string;
239
+ 32: string;
240
+ 36: string;
241
+ 40: string;
242
+ 44: string;
243
+ 48: string;
244
+ 52: string;
245
+ 56: string;
246
+ 60: string;
247
+ 64: string;
248
+ 72: string;
249
+ 80: string;
250
+ 96: string;
251
+ };
252
+ radii: {
253
+ xs: string;
254
+ sm: string;
255
+ md: string;
256
+ base: string;
257
+ lg: string;
258
+ xl: string;
259
+ squared: string;
260
+ rounded: string;
261
+ pill: string;
262
+ };
263
+ zIndices: {
264
+ 1: string;
265
+ 2: string;
266
+ 3: string;
267
+ 4: string;
268
+ 5: string;
269
+ 10: string;
270
+ max: string;
271
+ };
272
+ borderWeights: {
273
+ light: string;
274
+ normal: string;
275
+ bold: string;
276
+ extrabold: string;
277
+ black: string;
278
+ };
279
+ transitions: {
280
+ default: string;
281
+ };
282
+ breakpoints: {
283
+ xs: string;
284
+ sm: string;
285
+ md: string;
286
+ lg: string;
287
+ xl: string;
288
+ };
289
+ }, {
290
+ width: string;
291
+ height: string;
292
+ minWidth: string;
293
+ maxWidth: string;
294
+ minHeight: string;
295
+ maxHeight: string;
296
+ flexBasis: string;
297
+ gridTemplateColumns: string;
298
+ gridTemplateRows: string;
299
+ blockSize: string;
300
+ minBlockSize: string;
301
+ maxBlockSize: string;
302
+ inlineSize: string;
303
+ minInlineSize: string;
304
+ maxInlineSize: string;
305
+ borderWidth: string;
306
+ gap: "space";
307
+ gridGap: "space";
308
+ columnGap: "space";
309
+ gridColumnGap: "space";
310
+ rowGap: "space";
311
+ gridRowGap: "space";
312
+ inset: "space";
313
+ insetBlock: "space";
314
+ insetBlockEnd: "space";
315
+ insetBlockStart: "space";
316
+ insetInline: "space";
317
+ insetInlineEnd: "space";
318
+ insetInlineStart: "space";
319
+ margin: "space";
320
+ marginTop: "space";
321
+ marginRight: "space";
322
+ marginBottom: "space";
323
+ marginLeft: "space";
324
+ marginBlock: "space";
325
+ marginBlockEnd: "space";
326
+ marginBlockStart: "space";
327
+ marginInline: "space";
328
+ marginInlineEnd: "space";
329
+ marginInlineStart: "space";
330
+ padding: "space";
331
+ paddingTop: "space";
332
+ paddingRight: "space";
333
+ paddingBottom: "space";
334
+ paddingLeft: "space";
335
+ paddingBlock: "space";
336
+ paddingBlockEnd: "space";
337
+ paddingBlockStart: "space";
338
+ paddingInline: "space";
339
+ paddingInlineEnd: "space";
340
+ paddingInlineStart: "space";
341
+ scrollMargin: "space";
342
+ scrollMarginTop: "space";
343
+ scrollMarginRight: "space";
344
+ scrollMarginBottom: "space";
345
+ scrollMarginLeft: "space";
346
+ scrollMarginBlock: "space";
347
+ scrollMarginBlockEnd: "space";
348
+ scrollMarginBlockStart: "space";
349
+ scrollMarginInline: "space";
350
+ scrollMarginInlineEnd: "space";
351
+ scrollMarginInlineStart: "space";
352
+ scrollPadding: "space";
353
+ scrollPaddingTop: "space";
354
+ scrollPaddingRight: "space";
355
+ scrollPaddingBottom: "space";
356
+ scrollPaddingLeft: "space";
357
+ scrollPaddingBlock: "space";
358
+ scrollPaddingBlockEnd: "space";
359
+ scrollPaddingBlockStart: "space";
360
+ scrollPaddingInline: "space";
361
+ scrollPaddingInlineEnd: "space";
362
+ scrollPaddingInlineStart: "space";
363
+ top: "space";
364
+ right: "space";
365
+ bottom: "space";
366
+ left: "space";
367
+ fontSize: "fontSizes";
368
+ background: "colors";
369
+ backgroundColor: "colors";
370
+ backgroundImage: "colors";
371
+ borderImage: "colors";
372
+ border: "colors";
373
+ borderBlock: "colors";
374
+ borderBlockEnd: "colors";
375
+ borderBlockStart: "colors";
376
+ borderBottom: "colors";
377
+ borderBottomColor: "colors";
378
+ borderColor: "colors";
379
+ borderInline: "colors";
380
+ borderInlineEnd: "colors";
381
+ borderInlineStart: "colors";
382
+ borderLeft: "colors";
383
+ borderLeftColor: "colors";
384
+ borderRight: "colors";
385
+ borderRightColor: "colors";
386
+ borderTop: "colors";
387
+ borderTopColor: "colors";
388
+ caretColor: "colors";
389
+ color: "colors";
390
+ columnRuleColor: "colors";
391
+ outline: "colors";
392
+ outlineColor: "colors";
393
+ fill: "colors";
394
+ stroke: "colors";
395
+ textDecorationColor: "colors";
396
+ fontFamily: "fonts";
397
+ fontWeight: "fontWeights";
398
+ lineHeight: "lineHeights";
399
+ letterSpacing: "letterSpacings";
400
+ borderTopWidth: "borderWidths";
401
+ borderLeftWidth: "borderWidths";
402
+ borderRightWidth: "borderWidths";
403
+ borderBottomWidth: "borderWidths";
404
+ borderStyle: "borderStyles";
405
+ borderTopStyle: "borderStyles";
406
+ borderLeftStyle: "borderStyles";
407
+ borderRightStyle: "borderStyles";
408
+ borderBottomStyle: "borderStyles";
409
+ borderRadius: "radii";
410
+ borderTopLeftRadius: "radii";
411
+ borderTopRightRadius: "radii";
412
+ borderBottomRightRadius: "radii";
413
+ borderBottomLeftRadius: "radii";
414
+ boxShadow: "shadows";
415
+ textShadow: "shadows";
416
+ transition: "transitions";
417
+ zIndex: "zIndices";
418
+ }, {
419
+ p: (value: {
420
+ readonly [$$PropertyValue]: "padding";
421
+ }) => {
422
+ padding: {
423
+ readonly [$$PropertyValue]: "padding";
424
+ };
425
+ };
426
+ pt: (value: {
427
+ readonly [$$PropertyValue]: "paddingTop";
428
+ }) => {
429
+ paddingTop: {
430
+ readonly [$$PropertyValue]: "paddingTop";
431
+ };
432
+ };
433
+ pr: (value: {
434
+ readonly [$$PropertyValue]: "paddingRight";
435
+ }) => {
436
+ paddingRight: {
437
+ readonly [$$PropertyValue]: "paddingRight";
438
+ };
439
+ };
440
+ pb: (value: {
441
+ readonly [$$PropertyValue]: "paddingBottom";
442
+ }) => {
443
+ paddingBottom: {
444
+ readonly [$$PropertyValue]: "paddingBottom";
445
+ };
446
+ };
447
+ pl: (value: {
448
+ readonly [$$PropertyValue]: "paddingLeft";
449
+ }) => {
450
+ paddingLeft: {
451
+ readonly [$$PropertyValue]: "paddingLeft";
452
+ };
453
+ };
454
+ px: (value: {
455
+ readonly [$$PropertyValue]: "paddingLeft";
456
+ }) => {
457
+ paddingLeft: {
458
+ readonly [$$PropertyValue]: "paddingLeft";
459
+ };
460
+ paddingRight: {
461
+ readonly [$$PropertyValue]: "paddingLeft";
462
+ };
463
+ };
464
+ py: (value: {
465
+ readonly [$$PropertyValue]: "paddingTop";
466
+ }) => {
467
+ paddingTop: {
468
+ readonly [$$PropertyValue]: "paddingTop";
469
+ };
470
+ paddingBottom: {
471
+ readonly [$$PropertyValue]: "paddingTop";
472
+ };
473
+ };
474
+ m: (value: {
475
+ readonly [$$PropertyValue]: "margin";
476
+ }) => {
477
+ margin: {
478
+ readonly [$$PropertyValue]: "margin";
479
+ };
480
+ };
481
+ mt: (value: {
482
+ readonly [$$PropertyValue]: "marginTop";
483
+ }) => {
484
+ marginTop: {
485
+ readonly [$$PropertyValue]: "marginTop";
486
+ };
487
+ };
488
+ mr: (value: {
489
+ readonly [$$PropertyValue]: "marginRight";
490
+ }) => {
491
+ marginRight: {
492
+ readonly [$$PropertyValue]: "marginRight";
493
+ };
494
+ };
495
+ mb: (value: {
496
+ readonly [$$PropertyValue]: "marginBottom";
497
+ }) => {
498
+ marginBottom: {
499
+ readonly [$$PropertyValue]: "marginBottom";
500
+ };
501
+ };
502
+ ml: (value: {
503
+ readonly [$$PropertyValue]: "marginLeft";
504
+ }) => {
505
+ marginLeft: {
506
+ readonly [$$PropertyValue]: "marginLeft";
507
+ };
508
+ };
509
+ mx: (value: {
510
+ readonly [$$PropertyValue]: "marginLeft";
511
+ }) => {
512
+ marginLeft: {
513
+ readonly [$$PropertyValue]: "marginLeft";
514
+ };
515
+ marginRight: {
516
+ readonly [$$PropertyValue]: "marginLeft";
517
+ };
518
+ };
519
+ my: (value: {
520
+ readonly [$$PropertyValue]: "marginTop";
521
+ }) => {
522
+ marginTop: {
523
+ readonly [$$PropertyValue]: "marginTop";
524
+ };
525
+ marginBottom: {
526
+ readonly [$$PropertyValue]: "marginTop";
527
+ };
528
+ };
529
+ ta: (value: {
530
+ readonly [$$PropertyValue]: "textAlign";
531
+ }) => {
532
+ textAlign: {
533
+ readonly [$$PropertyValue]: "textAlign";
534
+ };
535
+ };
536
+ tt: (value: {
537
+ readonly [$$PropertyValue]: "textTransform";
538
+ }) => {
539
+ textTransform: {
540
+ readonly [$$PropertyValue]: "textTransform";
541
+ };
542
+ };
543
+ to: (value: {
544
+ readonly [$$PropertyValue]: "textOverflow";
545
+ }) => {
546
+ textOverflow: {
547
+ readonly [$$PropertyValue]: "textOverflow";
548
+ };
549
+ };
550
+ d: (value: {
551
+ readonly [$$PropertyValue]: "display";
552
+ }) => {
553
+ display: {
554
+ readonly [$$PropertyValue]: "display";
555
+ };
556
+ };
557
+ dflex: (value: {
558
+ readonly [$$PropertyValue]: "alignItems";
559
+ }) => {
560
+ display: string;
561
+ alignItems: {
562
+ readonly [$$PropertyValue]: "alignItems";
563
+ };
564
+ justifyContent: {
565
+ readonly [$$PropertyValue]: "alignItems";
566
+ };
567
+ };
568
+ fd: (value: {
569
+ readonly [$$PropertyValue]: "flexDirection";
570
+ }) => {
571
+ flexDirection: {
572
+ readonly [$$PropertyValue]: "flexDirection";
573
+ };
574
+ };
575
+ fw: (value: {
576
+ readonly [$$PropertyValue]: "flexWrap";
577
+ }) => {
578
+ flexWrap: {
579
+ readonly [$$PropertyValue]: "flexWrap";
580
+ };
581
+ };
582
+ ai: (value: {
583
+ readonly [$$PropertyValue]: "alignItems";
584
+ }) => {
585
+ alignItems: {
586
+ readonly [$$PropertyValue]: "alignItems";
587
+ };
588
+ };
589
+ ac: (value: {
590
+ readonly [$$PropertyValue]: "alignContent";
591
+ }) => {
592
+ alignContent: {
593
+ readonly [$$PropertyValue]: "alignContent";
594
+ };
595
+ };
596
+ jc: (value: {
597
+ readonly [$$PropertyValue]: "justifyContent";
598
+ }) => {
599
+ justifyContent: {
600
+ readonly [$$PropertyValue]: "justifyContent";
601
+ };
602
+ };
603
+ as: (value: {
604
+ readonly [$$PropertyValue]: "alignSelf";
605
+ }) => {
606
+ alignSelf: {
607
+ readonly [$$PropertyValue]: "alignSelf";
608
+ };
609
+ };
610
+ fg: (value: {
611
+ readonly [$$PropertyValue]: "flexGrow";
612
+ }) => {
613
+ flexGrow: {
614
+ readonly [$$PropertyValue]: "flexGrow";
615
+ };
616
+ };
617
+ fs: (value: {
618
+ readonly [$$PropertyValue]: "fontSize";
619
+ }) => {
620
+ fontSize: {
621
+ readonly [$$PropertyValue]: "fontSize";
622
+ };
623
+ };
624
+ fb: (value: {
625
+ readonly [$$PropertyValue]: "flexBasis";
626
+ }) => {
627
+ flexBasis: {
628
+ readonly [$$PropertyValue]: "flexBasis";
629
+ };
630
+ };
631
+ bc: (value: {
632
+ readonly [$$PropertyValue]: "backgroundColor";
633
+ }) => {
634
+ backgroundColor: {
635
+ readonly [$$PropertyValue]: "backgroundColor";
636
+ };
637
+ };
638
+ bf: (value: {
639
+ readonly [$$PropertyValue]: "backdropFilter";
640
+ }) => {
641
+ backdropFilter: {
642
+ readonly [$$PropertyValue]: "backdropFilter";
643
+ };
644
+ };
645
+ bg: (value: {
646
+ readonly [$$PropertyValue]: "backgroundColor";
647
+ }) => {
648
+ background: {
649
+ readonly [$$PropertyValue]: "backgroundColor";
650
+ };
651
+ };
652
+ bgBlur: (value: {
653
+ readonly [$$PropertyValue]: "backgroundColor";
654
+ }) => {
655
+ bf: string;
656
+ bg: string;
657
+ };
658
+ bgColor: (value: {
659
+ readonly [$$PropertyValue]: "backgroundColor";
660
+ }) => {
661
+ backgroundColor: {
662
+ readonly [$$PropertyValue]: "backgroundColor";
663
+ };
664
+ };
665
+ backgroundClip: (value: {
666
+ readonly [$$PropertyValue]: "backgroundClip";
667
+ }) => {
668
+ WebkitBackgroundClip: {
669
+ readonly [$$PropertyValue]: "backgroundClip";
670
+ };
671
+ backgroundClip: {
672
+ readonly [$$PropertyValue]: "backgroundClip";
673
+ };
674
+ };
675
+ bgClip: (value: {
676
+ readonly [$$PropertyValue]: "backgroundClip";
677
+ }) => {
678
+ WebkitBackgroundClip: {
679
+ readonly [$$PropertyValue]: "backgroundClip";
680
+ };
681
+ backgroundClip: {
682
+ readonly [$$PropertyValue]: "backgroundClip";
683
+ };
684
+ };
685
+ br: (value: {
686
+ readonly [$$PropertyValue]: "borderRadius";
687
+ }) => {
688
+ borderRadius: {
689
+ readonly [$$PropertyValue]: "borderRadius";
690
+ };
691
+ };
692
+ bw: (value: {
693
+ readonly [$$PropertyValue]: "borderWidth";
694
+ }) => {
695
+ borderWidth: {
696
+ readonly [$$PropertyValue]: "borderWidth";
697
+ };
698
+ };
699
+ btrr: (value: {
700
+ readonly [$$PropertyValue]: "borderTopRightRadius";
701
+ }) => {
702
+ borderTopRightRadius: {
703
+ readonly [$$PropertyValue]: "borderTopRightRadius";
704
+ };
705
+ };
706
+ bbrr: (value: {
707
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
708
+ }) => {
709
+ borderBottomRightRadius: {
710
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
711
+ };
712
+ };
713
+ bblr: (value: {
714
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
715
+ }) => {
716
+ borderBottomLeftRadius: {
717
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
718
+ };
719
+ };
720
+ btlr: (value: {
721
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
722
+ }) => {
723
+ borderTopLeftRadius: {
724
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
725
+ };
726
+ };
727
+ bs: (value: {
728
+ readonly [$$PropertyValue]: "boxShadow";
729
+ }) => {
730
+ boxShadow: {
731
+ readonly [$$PropertyValue]: "boxShadow";
732
+ };
733
+ };
734
+ normalShadow: (value: {
735
+ readonly [$$PropertyValue]: "backgroundColor";
736
+ }) => {
737
+ boxShadow: string;
738
+ };
739
+ normalShadowVar: (value: {
740
+ readonly [$$PropertyValue]: "backgroundColor";
741
+ }) => {
742
+ boxShadow: string;
743
+ };
744
+ lh: (value: {
745
+ readonly [$$PropertyValue]: "lineHeight";
746
+ }) => {
747
+ lineHeight: {
748
+ readonly [$$PropertyValue]: "lineHeight";
749
+ };
750
+ };
751
+ ov: (value: {
752
+ readonly [$$PropertyValue]: "overflow";
753
+ }) => {
754
+ overflow: {
755
+ readonly [$$PropertyValue]: "overflow";
756
+ };
757
+ };
758
+ ox: (value: {
759
+ readonly [$$PropertyValue]: "overflowX";
760
+ }) => {
761
+ overflowX: {
762
+ readonly [$$PropertyValue]: "overflowX";
763
+ };
764
+ };
765
+ oy: (value: {
766
+ readonly [$$PropertyValue]: "overflowY";
767
+ }) => {
768
+ overflowY: {
769
+ readonly [$$PropertyValue]: "overflowY";
770
+ };
771
+ };
772
+ pe: (value: {
773
+ readonly [$$PropertyValue]: "pointerEvents";
774
+ }) => {
775
+ pointerEvents: {
776
+ readonly [$$PropertyValue]: "pointerEvents";
777
+ };
778
+ };
779
+ events: (value: {
780
+ readonly [$$PropertyValue]: "pointerEvents";
781
+ }) => {
782
+ pointerEvents: {
783
+ readonly [$$PropertyValue]: "pointerEvents";
784
+ };
785
+ };
786
+ us: (value: {
787
+ readonly [$$PropertyValue]: "userSelect";
788
+ }) => {
789
+ WebkitUserSelect: {
790
+ readonly [$$PropertyValue]: "userSelect";
791
+ };
792
+ userSelect: {
793
+ readonly [$$PropertyValue]: "userSelect";
794
+ };
795
+ };
796
+ userSelect: (value: {
797
+ readonly [$$PropertyValue]: "userSelect";
798
+ }) => {
799
+ WebkitUserSelect: {
800
+ readonly [$$PropertyValue]: "userSelect";
801
+ };
802
+ userSelect: {
803
+ readonly [$$PropertyValue]: "userSelect";
804
+ };
805
+ };
806
+ w: (value: {
807
+ readonly [$$PropertyValue]: "width";
808
+ }) => {
809
+ width: {
810
+ readonly [$$PropertyValue]: "width";
811
+ };
812
+ };
813
+ h: (value: {
814
+ readonly [$$PropertyValue]: "height";
815
+ }) => {
816
+ height: {
817
+ readonly [$$PropertyValue]: "height";
818
+ };
819
+ };
820
+ mw: (value: {
821
+ readonly [$$PropertyValue]: "maxWidth";
822
+ }) => {
823
+ maxWidth: {
824
+ readonly [$$PropertyValue]: "maxWidth";
825
+ };
826
+ };
827
+ maxW: (value: {
828
+ readonly [$$PropertyValue]: "maxWidth";
829
+ }) => {
830
+ maxWidth: {
831
+ readonly [$$PropertyValue]: "maxWidth";
832
+ };
833
+ };
834
+ mh: (value: {
835
+ readonly [$$PropertyValue]: "maxHeight";
836
+ }) => {
837
+ maxHeight: {
838
+ readonly [$$PropertyValue]: "maxHeight";
839
+ };
840
+ };
841
+ maxH: (value: {
842
+ readonly [$$PropertyValue]: "maxHeight";
843
+ }) => {
844
+ maxHeight: {
845
+ readonly [$$PropertyValue]: "maxHeight";
846
+ };
847
+ };
848
+ size: (value: {
849
+ readonly [$$PropertyValue]: "width";
850
+ }) => {
851
+ width: {
852
+ readonly [$$PropertyValue]: "width";
853
+ };
854
+ height: {
855
+ readonly [$$PropertyValue]: "width";
856
+ };
857
+ };
858
+ minSize: (value: {
859
+ readonly [$$PropertyValue]: "width";
860
+ }) => {
861
+ minWidth: {
862
+ readonly [$$PropertyValue]: "width";
863
+ };
864
+ minHeight: {
865
+ readonly [$$PropertyValue]: "width";
866
+ };
867
+ width: {
868
+ readonly [$$PropertyValue]: "width";
869
+ };
870
+ height: {
871
+ readonly [$$PropertyValue]: "width";
872
+ };
873
+ };
874
+ sizeMin: (value: {
875
+ readonly [$$PropertyValue]: "width";
876
+ }) => {
877
+ minWidth: {
878
+ readonly [$$PropertyValue]: "width";
879
+ };
880
+ minHeight: {
881
+ readonly [$$PropertyValue]: "width";
882
+ };
883
+ width: {
884
+ readonly [$$PropertyValue]: "width";
885
+ };
886
+ height: {
887
+ readonly [$$PropertyValue]: "width";
888
+ };
889
+ };
890
+ maxSize: (value: {
891
+ readonly [$$PropertyValue]: "width";
892
+ }) => {
893
+ maxWidth: {
894
+ readonly [$$PropertyValue]: "width";
895
+ };
896
+ maxHeight: {
897
+ readonly [$$PropertyValue]: "width";
898
+ };
899
+ };
900
+ sizeMax: (value: {
901
+ readonly [$$PropertyValue]: "width";
902
+ }) => {
903
+ maxWidth: {
904
+ readonly [$$PropertyValue]: "width";
905
+ };
906
+ maxHeight: {
907
+ readonly [$$PropertyValue]: "width";
908
+ };
909
+ };
910
+ appearance: (value: {
911
+ readonly [$$PropertyValue]: "appearance";
912
+ }) => {
913
+ WebkitAppearance: {
914
+ readonly [$$PropertyValue]: "appearance";
915
+ };
916
+ appearance: {
917
+ readonly [$$PropertyValue]: "appearance";
918
+ };
919
+ };
920
+ scale: (value: {
921
+ readonly [$$PropertyValue]: "scale";
922
+ }) => {
923
+ transform: string;
924
+ };
925
+ linearGradient: (value: {
926
+ readonly [$$PropertyValue]: "backgroundImage";
927
+ }) => {
928
+ backgroundImage: string;
929
+ };
930
+ tdl: (value: {
931
+ readonly [$$PropertyValue]: "textDecorationLine";
932
+ }) => {
933
+ textDecorationLine: {
934
+ readonly [$$PropertyValue]: "textDecorationLine";
935
+ };
936
+ };
937
+ textGradient: (value: {
938
+ readonly [$$PropertyValue]: "backgroundImage";
939
+ }) => {
940
+ backgroundImage: string;
941
+ WebkitBackgroundClip: string;
942
+ WebkitTextFillColor: string;
943
+ '&::selection': {
944
+ WebkitTextFillColor: string;
945
+ };
946
+ };
947
+ }>>;
948
+ declare type DripVariants = VariantProps<typeof StyledDrip>;
949
+ export declare type DripProps = Props & typeof defaultProps & DripVariants;
950
+ declare const _default: React.ComponentType<Partial<{
951
+ visible: boolean;
952
+ x: number;
953
+ y: number;
954
+ className: string;
955
+ }> & Omit<Props & {
956
+ visible: boolean;
957
+ x: number;
958
+ y: number;
959
+ className: string;
960
+ } & import("@stitches/react/types/styled-component").TransformProps<{}, {
961
+ xs: string;
962
+ sm: string;
963
+ md: string;
964
+ lg: string;
965
+ xl: string;
966
+ xsMax: string;
967
+ smMax: string;
968
+ mdMax: string;
969
+ lgMax: string;
970
+ xlMax: string;
971
+ motion: string;
972
+ safari: string;
973
+ hover: string;
974
+ dark: string;
975
+ light: string;
976
+ }>, "visible" | "x" | "y" | "className">>;
977
+ export default _default;