@nextui-org/react 1.0.2-beta.4 → 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 (696) hide show
  1. package/lib/LICENSE +21 -0
  2. package/lib/README.md +98 -0
  3. package/{avatar → lib/avatar}/package.json +0 -0
  4. package/{backdrop → lib/backdrop}/package.json +0 -0
  5. package/{button → lib/button}/package.json +0 -0
  6. package/{card → lib/card}/package.json +0 -0
  7. package/{checkbox → lib/checkbox}/package.json +0 -0
  8. package/{cjs → lib/cjs}/avatar/avatar-group.js +0 -0
  9. package/{cjs → lib/cjs}/avatar/avatar-group.styles.js +0 -0
  10. package/{cjs → lib/cjs}/avatar/avatar.js +0 -0
  11. package/lib/cjs/avatar/avatar.styles.js +1 -0
  12. package/{cjs → lib/cjs}/avatar/index.js +0 -0
  13. package/{cjs → lib/cjs}/backdrop/backdrop.js +0 -0
  14. package/{cjs → lib/cjs}/backdrop/backdrop.styles.js +0 -0
  15. package/{cjs → lib/cjs}/backdrop/index.js +0 -0
  16. package/{cjs → lib/cjs}/button/button-group-context.js +0 -0
  17. package/{cjs → lib/cjs}/button/button-group.js +0 -0
  18. package/{cjs → lib/cjs}/button/button-group.styles.js +0 -0
  19. package/{cjs → lib/cjs}/button/button-icon.js +0 -0
  20. package/{cjs → lib/cjs}/button/button.js +0 -0
  21. package/{cjs → lib/cjs}/button/button.styles.js +0 -0
  22. package/{cjs → lib/cjs}/button/index.js +0 -0
  23. package/{cjs → lib/cjs}/button/utils.js +0 -0
  24. package/{cjs → lib/cjs}/card/card.js +0 -0
  25. package/{cjs → lib/cjs}/card/card.styles.js +0 -0
  26. package/{cjs → lib/cjs}/card/index.js +0 -0
  27. package/{cjs → lib/cjs}/checkbox/checkbox-context.js +0 -0
  28. package/{cjs → lib/cjs}/checkbox/checkbox-group.js +0 -0
  29. package/lib/cjs/checkbox/checkbox.js +1 -0
  30. package/lib/cjs/checkbox/checkbox.styles.js +1 -0
  31. package/{cjs → lib/cjs}/checkbox/index.js +0 -0
  32. package/{cjs → lib/cjs}/code/code.js +0 -0
  33. package/{cjs → lib/cjs}/code/code.styles.js +0 -0
  34. package/{cjs → lib/cjs}/code/index.js +0 -0
  35. package/{cjs → lib/cjs}/col/col.js +0 -0
  36. package/{cjs → lib/cjs}/col/col.styles.js +0 -0
  37. package/{cjs → lib/cjs}/col/index.js +0 -0
  38. package/{cjs → lib/cjs}/collapse/collapse-context.js +0 -0
  39. package/{cjs → lib/cjs}/collapse/collapse-group.js +0 -0
  40. package/{cjs → lib/cjs}/collapse/collapse-icon.js +0 -0
  41. package/{cjs → lib/cjs}/collapse/collapse.js +0 -0
  42. package/{cjs → lib/cjs}/collapse/collapse.styles.js +0 -0
  43. package/{cjs → lib/cjs}/collapse/index.js +0 -0
  44. package/{cjs → lib/cjs}/container/container.js +0 -0
  45. package/{cjs → lib/cjs}/container/container.styles.js +0 -0
  46. package/{cjs → lib/cjs}/container/index.js +0 -0
  47. package/{cjs → lib/cjs}/css-baseline/css-baseline.js +0 -0
  48. package/{cjs → lib/cjs}/css-baseline/index.js +0 -0
  49. package/{cjs → lib/cjs}/divider/divider.js +0 -0
  50. package/{cjs → lib/cjs}/divider/divider.styles.js +0 -0
  51. package/{cjs → lib/cjs}/divider/index.js +0 -0
  52. package/{cjs → lib/cjs}/grid/grid-container.js +0 -0
  53. package/{cjs → lib/cjs}/grid/grid-item.js +0 -0
  54. package/{cjs → lib/cjs}/grid/grid.js +0 -0
  55. package/{cjs → lib/cjs}/grid/grid.styles.js +0 -0
  56. package/{cjs → lib/cjs}/grid/index.js +0 -0
  57. package/{cjs → lib/cjs}/image/image.js +0 -0
  58. package/{cjs → lib/cjs}/image/image.skeleton.js +0 -0
  59. package/{cjs → lib/cjs}/image/image.styles.js +0 -0
  60. package/{cjs → lib/cjs}/image/index.js +0 -0
  61. package/lib/cjs/index.js +1 -0
  62. package/{cjs → lib/cjs}/input/index.js +0 -0
  63. package/{cjs → lib/cjs}/input/input-password.js +0 -0
  64. package/{cjs → lib/cjs}/input/input-props.js +0 -0
  65. package/{cjs → lib/cjs}/input/input.js +0 -0
  66. package/{cjs → lib/cjs}/input/input.styles.js +0 -0
  67. package/{cjs → lib/cjs}/input/password-icon.js +0 -0
  68. package/{cjs → lib/cjs}/link/icon.js +0 -0
  69. package/{cjs → lib/cjs}/link/index.js +0 -0
  70. package/{cjs → lib/cjs}/link/link.js +0 -0
  71. package/{cjs → lib/cjs}/link/link.styles.js +0 -0
  72. package/{cjs → lib/cjs}/loading/index.js +0 -0
  73. package/{cjs → lib/cjs}/loading/loading.js +0 -0
  74. package/{cjs → lib/cjs}/loading/loading.styles.js +0 -0
  75. package/{cjs → lib/cjs}/loading/spinner.js +0 -0
  76. package/{cjs → lib/cjs}/modal/index.js +0 -0
  77. package/{cjs → lib/cjs}/modal/modal-body.js +0 -0
  78. package/{cjs → lib/cjs}/modal/modal-close-button.js +0 -0
  79. package/{cjs → lib/cjs}/modal/modal-context.js +0 -0
  80. package/{cjs → lib/cjs}/modal/modal-footer.js +0 -0
  81. package/{cjs → lib/cjs}/modal/modal-header.js +0 -0
  82. package/{cjs → lib/cjs}/modal/modal-wrapper.js +0 -0
  83. package/{cjs → lib/cjs}/modal/modal.js +0 -0
  84. package/{cjs → lib/cjs}/modal/modal.styles.js +0 -0
  85. package/{cjs → lib/cjs}/modal/use-modal.js +0 -0
  86. package/{cjs → lib/cjs}/pagination/index.js +0 -0
  87. package/{cjs → lib/cjs}/pagination/pagination-ellipsis.js +0 -0
  88. package/lib/cjs/pagination/pagination-highlight.js +1 -0
  89. package/{cjs → lib/cjs}/pagination/pagination-icon.js +0 -0
  90. package/{cjs → lib/cjs}/pagination/pagination-item.js +0 -0
  91. package/{cjs → lib/cjs}/pagination/pagination.js +1 -1
  92. package/lib/cjs/pagination/pagination.styles.js +1 -0
  93. package/{cjs → lib/cjs}/progress/index.js +0 -0
  94. package/{cjs → lib/cjs}/progress/progress.js +0 -0
  95. package/{cjs → lib/cjs}/progress/progress.styles.js +0 -0
  96. package/{cjs → lib/cjs}/radio/index.js +0 -0
  97. package/{cjs → lib/cjs}/radio/radio-context.js +0 -0
  98. package/{cjs → lib/cjs}/radio/radio-group.js +0 -0
  99. package/{cjs → lib/cjs}/radio/radio.js +0 -0
  100. package/{cjs → lib/cjs}/radio/radio.styles.js +0 -0
  101. package/{cjs → lib/cjs}/row/index.js +0 -0
  102. package/{cjs → lib/cjs}/row/row.js +0 -0
  103. package/{cjs → lib/cjs}/row/row.styles.js +0 -0
  104. package/{cjs → lib/cjs}/snippet/index.js +0 -0
  105. package/{cjs → lib/cjs}/snippet/snippet-icon.js +0 -0
  106. package/{cjs → lib/cjs}/snippet/snippet.js +0 -0
  107. package/{cjs → lib/cjs}/snippet/snippet.styles.js +0 -0
  108. package/{cjs → lib/cjs}/spacer/index.js +0 -0
  109. package/lib/cjs/spacer/spacer.js +1 -0
  110. package/{cjs → lib/cjs}/spacer/spacer.styles.js +0 -0
  111. package/{cjs → lib/cjs}/switch/index.js +0 -0
  112. package/{cjs → lib/cjs}/switch/switch.js +0 -0
  113. package/{cjs → lib/cjs}/switch/switch.styles.js +0 -0
  114. package/lib/cjs/table/base/index.js +1 -0
  115. package/lib/cjs/table/base/table-body.js +1 -0
  116. package/lib/cjs/table/base/table-cell.js +1 -0
  117. package/lib/cjs/table/base/table-column.js +1 -0
  118. package/lib/cjs/table/base/table-header.js +1 -0
  119. package/lib/cjs/table/base/table-row.js +1 -0
  120. package/lib/cjs/table/index.js +1 -0
  121. package/lib/cjs/table/table-body.js +1 -0
  122. package/lib/cjs/table/table-cell.js +1 -0
  123. package/lib/cjs/table/table-checkbox-cell.js +1 -0
  124. package/lib/cjs/table/table-column-header.js +1 -0
  125. package/lib/cjs/table/table-context.js +1 -0
  126. package/lib/cjs/table/table-footer.js +1 -0
  127. package/lib/cjs/table/table-header-row.js +1 -0
  128. package/lib/cjs/table/table-pagination.js +1 -0
  129. package/lib/cjs/table/table-row-group.js +1 -0
  130. package/lib/cjs/table/table-row.js +1 -0
  131. package/lib/cjs/table/table-select-all-checkbox.js +1 -0
  132. package/lib/cjs/table/table-sort-icon.js +1 -0
  133. package/lib/cjs/table/table.js +1 -0
  134. package/lib/cjs/table/table.styles.js +1 -0
  135. package/lib/cjs/table/utils.js +1 -0
  136. package/{cjs → lib/cjs}/text/child.js +0 -0
  137. package/{cjs → lib/cjs}/text/index.js +0 -0
  138. package/{cjs → lib/cjs}/text/text.js +0 -0
  139. package/{cjs → lib/cjs}/text/text.styles.js +0 -0
  140. package/{cjs → lib/cjs}/textarea/index.js +0 -0
  141. package/{cjs → lib/cjs}/textarea/textarea.js +0 -0
  142. package/{cjs → lib/cjs}/textarea/utils.js +0 -0
  143. package/{cjs → lib/cjs}/theme/common.js +1 -1
  144. package/{cjs → lib/cjs}/theme/dark-theme.js +0 -0
  145. package/{cjs → lib/cjs}/theme/index.js +0 -0
  146. package/{cjs → lib/cjs}/theme/light-theme.js +0 -0
  147. package/lib/cjs/theme/stitches.config.js +1 -0
  148. package/{cjs → lib/cjs}/theme/theme-context.js +0 -0
  149. package/{cjs → lib/cjs}/theme/theme-provider.js +0 -0
  150. package/{cjs → lib/cjs}/theme/types.js +0 -0
  151. package/{cjs → lib/cjs}/theme/utils.js +1 -1
  152. package/{cjs → lib/cjs}/tooltip/index.js +0 -0
  153. package/{cjs → lib/cjs}/tooltip/placement.js +0 -0
  154. package/{cjs → lib/cjs}/tooltip/tooltip-content.js +0 -0
  155. package/{cjs → lib/cjs}/tooltip/tooltip.js +1 -1
  156. package/lib/cjs/tooltip/tooltip.styles.js +1 -0
  157. package/{cjs → lib/cjs}/use-body-scroll/index.js +0 -0
  158. package/{cjs → lib/cjs}/use-body-scroll/use-body-scroll.js +0 -0
  159. package/{cjs → lib/cjs}/use-click-anywhere/index.js +0 -0
  160. package/{cjs → lib/cjs}/use-click-anywhere/use-click-anywhere.js +0 -0
  161. package/{cjs → lib/cjs}/use-click-away/index.js +0 -0
  162. package/{cjs → lib/cjs}/use-click-away/use-click-away.js +0 -0
  163. package/{cjs → lib/cjs}/use-clipboard/index.js +0 -0
  164. package/{cjs → lib/cjs}/use-clipboard/use-clipboard.js +0 -0
  165. package/{cjs → lib/cjs}/use-current-state/index.js +0 -0
  166. package/{cjs → lib/cjs}/use-current-state/use-current-state.js +0 -0
  167. package/{cjs → lib/cjs}/use-drip/index.js +0 -0
  168. package/{cjs → lib/cjs}/use-drip/use-drip.js +0 -0
  169. package/{cjs → lib/cjs}/use-input/index.js +0 -0
  170. package/{cjs → lib/cjs}/use-input/use-input.js +0 -0
  171. package/{cjs → lib/cjs}/use-keyboard/codes.js +0 -0
  172. package/{cjs → lib/cjs}/use-keyboard/helper.js +0 -0
  173. package/{cjs → lib/cjs}/use-keyboard/index.js +0 -0
  174. package/{cjs → lib/cjs}/use-keyboard/use-keyboard.js +0 -0
  175. package/lib/cjs/use-pagination/index.js +1 -0
  176. package/{cjs → lib/cjs}/use-portal/index.js +0 -0
  177. package/{cjs → lib/cjs}/use-portal/use-portal.js +0 -0
  178. package/{cjs → lib/cjs}/use-real-shape/index.js +0 -0
  179. package/{cjs → lib/cjs}/use-real-shape/use-real-shape.js +0 -0
  180. package/{cjs → lib/cjs}/use-resize/index.js +0 -0
  181. package/{cjs → lib/cjs}/use-resize/use-resize.js +0 -0
  182. package/{cjs → lib/cjs}/use-ssr/index.js +0 -0
  183. package/{cjs → lib/cjs}/use-ssr/use-ssr.js +0 -0
  184. package/{cjs → lib/cjs}/use-theme/index.js +0 -0
  185. package/{cjs → lib/cjs}/use-theme/use-theme.js +0 -0
  186. package/{cjs → lib/cjs}/use-warning/index.js +0 -0
  187. package/{cjs → lib/cjs}/use-warning/use-warning.js +0 -0
  188. package/lib/cjs/user/index.js +1 -0
  189. package/{cjs → lib/cjs}/user/user-link.js +0 -0
  190. package/lib/cjs/user/user.js +1 -0
  191. package/lib/cjs/user/user.styles.js +1 -0
  192. package/{cjs → lib/cjs}/utils/assertion.js +0 -0
  193. package/{cjs → lib/cjs}/utils/clear-icon.js +0 -0
  194. package/{cjs → lib/cjs}/utils/clsx.js +0 -0
  195. package/lib/cjs/utils/collections.js +1 -0
  196. package/{cjs → lib/cjs}/utils/color.js +0 -0
  197. package/{cjs → lib/cjs}/utils/css-transition.js +0 -0
  198. package/{cjs → lib/cjs}/utils/deep-merge.js +0 -0
  199. package/{cjs → lib/cjs}/utils/dimensions.js +0 -0
  200. package/{cjs → lib/cjs}/utils/dom.js +0 -0
  201. package/{cjs → lib/cjs}/utils/drip.js +0 -0
  202. package/{cjs → lib/cjs}/utils/expand.js +0 -0
  203. package/lib/cjs/utils/icons.js +1 -0
  204. package/{cjs → lib/cjs}/utils/numbers.js +0 -0
  205. package/lib/cjs/utils/object.js +1 -0
  206. package/lib/cjs/utils/prop-types.js +1 -0
  207. package/{cjs → lib/cjs}/utils/react.js +0 -0
  208. package/{cjs → lib/cjs}/utils/strings.js +0 -0
  209. package/{cjs → lib/cjs}/utils/types.d.js +0 -0
  210. package/{cjs → lib/cjs}/utils/with-defaults.js +0 -0
  211. package/{code → lib/code}/package.json +0 -0
  212. package/{col → lib/col}/package.json +0 -0
  213. package/{collapse → lib/collapse}/package.json +0 -0
  214. package/{container → lib/container}/package.json +0 -0
  215. package/{css-baseline → lib/css-baseline}/package.json +0 -0
  216. package/{divider → lib/divider}/package.json +0 -0
  217. package/{esm → lib/esm}/avatar/avatar-group.js +0 -0
  218. package/{esm → lib/esm}/avatar/avatar-group.styles.js +0 -0
  219. package/{esm → lib/esm}/avatar/avatar.js +0 -0
  220. package/lib/esm/avatar/avatar.styles.js +1 -0
  221. package/{esm → lib/esm}/avatar/index.js +0 -0
  222. package/{esm → lib/esm}/backdrop/backdrop.js +0 -0
  223. package/{esm → lib/esm}/backdrop/backdrop.styles.js +0 -0
  224. package/{esm → lib/esm}/backdrop/index.js +0 -0
  225. package/{esm → lib/esm}/button/button-group-context.js +0 -0
  226. package/{esm → lib/esm}/button/button-group.js +0 -0
  227. package/{esm → lib/esm}/button/button-group.styles.js +0 -0
  228. package/{esm → lib/esm}/button/button-icon.js +0 -0
  229. package/{esm → lib/esm}/button/button.js +0 -0
  230. package/{esm → lib/esm}/button/button.styles.js +0 -0
  231. package/{esm → lib/esm}/button/index.js +0 -0
  232. package/{esm → lib/esm}/button/utils.js +0 -0
  233. package/{esm → lib/esm}/card/card.js +0 -0
  234. package/{esm → lib/esm}/card/card.styles.js +0 -0
  235. package/{esm → lib/esm}/card/index.js +0 -0
  236. package/{esm → lib/esm}/checkbox/checkbox-context.js +0 -0
  237. package/{esm → lib/esm}/checkbox/checkbox-group.js +0 -0
  238. package/lib/esm/checkbox/checkbox.js +1 -0
  239. package/lib/esm/checkbox/checkbox.styles.js +1 -0
  240. package/{esm → lib/esm}/checkbox/index.js +0 -0
  241. package/{esm → lib/esm}/code/code.js +0 -0
  242. package/{esm → lib/esm}/code/code.styles.js +0 -0
  243. package/{esm → lib/esm}/code/index.js +0 -0
  244. package/{esm → lib/esm}/col/col.js +0 -0
  245. package/{esm → lib/esm}/col/col.styles.js +0 -0
  246. package/{esm → lib/esm}/col/index.js +0 -0
  247. package/{esm → lib/esm}/collapse/collapse-context.js +0 -0
  248. package/{esm → lib/esm}/collapse/collapse-group.js +0 -0
  249. package/{esm → lib/esm}/collapse/collapse-icon.js +0 -0
  250. package/{esm → lib/esm}/collapse/collapse.js +0 -0
  251. package/{esm → lib/esm}/collapse/collapse.styles.js +0 -0
  252. package/{esm → lib/esm}/collapse/index.js +0 -0
  253. package/{esm → lib/esm}/container/container.js +0 -0
  254. package/{esm → lib/esm}/container/container.styles.js +0 -0
  255. package/{esm → lib/esm}/container/index.js +0 -0
  256. package/{esm → lib/esm}/css-baseline/css-baseline.js +0 -0
  257. package/{esm → lib/esm}/css-baseline/index.js +0 -0
  258. package/{esm → lib/esm}/divider/divider.js +0 -0
  259. package/{esm → lib/esm}/divider/divider.styles.js +0 -0
  260. package/{esm → lib/esm}/divider/index.js +0 -0
  261. package/{esm → lib/esm}/grid/grid-container.js +0 -0
  262. package/{esm → lib/esm}/grid/grid-item.js +0 -0
  263. package/{esm → lib/esm}/grid/grid.js +0 -0
  264. package/{esm → lib/esm}/grid/grid.styles.js +0 -0
  265. package/{esm → lib/esm}/grid/index.js +0 -0
  266. package/{esm → lib/esm}/image/image.js +0 -0
  267. package/{esm → lib/esm}/image/image.skeleton.js +0 -0
  268. package/{esm → lib/esm}/image/image.styles.js +0 -0
  269. package/{esm → lib/esm}/image/index.js +0 -0
  270. package/lib/esm/index.js +1 -0
  271. package/{esm → lib/esm}/input/index.js +0 -0
  272. package/{esm → lib/esm}/input/input-password.js +0 -0
  273. package/{esm → lib/esm}/input/input-props.js +0 -0
  274. package/{esm → lib/esm}/input/input.js +0 -0
  275. package/{esm → lib/esm}/input/input.styles.js +0 -0
  276. package/{esm → lib/esm}/input/password-icon.js +0 -0
  277. package/{esm → lib/esm}/link/icon.js +0 -0
  278. package/{esm → lib/esm}/link/index.js +0 -0
  279. package/{esm → lib/esm}/link/link.js +0 -0
  280. package/{esm → lib/esm}/link/link.styles.js +0 -0
  281. package/{esm → lib/esm}/loading/index.js +0 -0
  282. package/{esm → lib/esm}/loading/loading.js +0 -0
  283. package/{esm → lib/esm}/loading/loading.styles.js +0 -0
  284. package/{esm → lib/esm}/loading/spinner.js +0 -0
  285. package/{esm → lib/esm}/modal/index.js +0 -0
  286. package/{esm → lib/esm}/modal/modal-body.js +0 -0
  287. package/{esm → lib/esm}/modal/modal-close-button.js +0 -0
  288. package/{esm → lib/esm}/modal/modal-context.js +0 -0
  289. package/{esm → lib/esm}/modal/modal-footer.js +0 -0
  290. package/{esm → lib/esm}/modal/modal-header.js +0 -0
  291. package/{esm → lib/esm}/modal/modal-wrapper.js +0 -0
  292. package/{esm → lib/esm}/modal/modal.js +0 -0
  293. package/{esm → lib/esm}/modal/modal.styles.js +0 -0
  294. package/{esm → lib/esm}/modal/use-modal.js +0 -0
  295. package/{esm → lib/esm}/pagination/index.js +0 -0
  296. package/{esm → lib/esm}/pagination/pagination-ellipsis.js +0 -0
  297. package/lib/esm/pagination/pagination-highlight.js +1 -0
  298. package/{esm → lib/esm}/pagination/pagination-icon.js +0 -0
  299. package/{esm → lib/esm}/pagination/pagination-item.js +0 -0
  300. package/{esm → lib/esm}/pagination/pagination.js +1 -1
  301. package/lib/esm/pagination/pagination.styles.js +1 -0
  302. package/{esm → lib/esm}/progress/index.js +0 -0
  303. package/{esm → lib/esm}/progress/progress.js +0 -0
  304. package/{esm → lib/esm}/progress/progress.styles.js +0 -0
  305. package/{esm → lib/esm}/radio/index.js +0 -0
  306. package/{esm → lib/esm}/radio/radio-context.js +0 -0
  307. package/{esm → lib/esm}/radio/radio-group.js +0 -0
  308. package/{esm → lib/esm}/radio/radio.js +0 -0
  309. package/{esm → lib/esm}/radio/radio.styles.js +0 -0
  310. package/{esm → lib/esm}/row/index.js +0 -0
  311. package/{esm → lib/esm}/row/row.js +0 -0
  312. package/{esm → lib/esm}/row/row.styles.js +0 -0
  313. package/{esm → lib/esm}/snippet/index.js +0 -0
  314. package/{esm → lib/esm}/snippet/snippet-icon.js +0 -0
  315. package/{esm → lib/esm}/snippet/snippet.js +0 -0
  316. package/{esm → lib/esm}/snippet/snippet.styles.js +0 -0
  317. package/{esm → lib/esm}/spacer/index.js +0 -0
  318. package/lib/esm/spacer/spacer.js +1 -0
  319. package/{esm → lib/esm}/spacer/spacer.styles.js +0 -0
  320. package/{esm → lib/esm}/switch/index.js +0 -0
  321. package/{esm → lib/esm}/switch/switch.js +0 -0
  322. package/{esm → lib/esm}/switch/switch.styles.js +0 -0
  323. package/lib/esm/table/base/index.js +1 -0
  324. package/lib/esm/table/base/table-body.js +1 -0
  325. package/lib/esm/table/base/table-cell.js +1 -0
  326. package/lib/esm/table/base/table-column.js +1 -0
  327. package/lib/esm/table/base/table-header.js +1 -0
  328. package/lib/esm/table/base/table-row.js +1 -0
  329. package/lib/esm/table/index.js +1 -0
  330. package/lib/esm/table/table-body.js +1 -0
  331. package/lib/esm/table/table-cell.js +1 -0
  332. package/lib/esm/table/table-checkbox-cell.js +1 -0
  333. package/lib/esm/table/table-column-header.js +1 -0
  334. package/lib/esm/table/table-context.js +1 -0
  335. package/lib/esm/table/table-footer.js +1 -0
  336. package/lib/esm/table/table-header-row.js +1 -0
  337. package/lib/esm/table/table-pagination.js +1 -0
  338. package/lib/esm/table/table-row-group.js +1 -0
  339. package/lib/esm/table/table-row.js +1 -0
  340. package/lib/esm/table/table-select-all-checkbox.js +1 -0
  341. package/lib/esm/table/table-sort-icon.js +1 -0
  342. package/lib/esm/table/table.js +1 -0
  343. package/lib/esm/table/table.styles.js +1 -0
  344. package/lib/esm/table/utils.js +1 -0
  345. package/{esm → lib/esm}/text/child.js +0 -0
  346. package/{esm → lib/esm}/text/index.js +0 -0
  347. package/{esm → lib/esm}/text/text.js +0 -0
  348. package/{esm → lib/esm}/text/text.styles.js +0 -0
  349. package/{esm → lib/esm}/textarea/index.js +0 -0
  350. package/{esm → lib/esm}/textarea/textarea.js +0 -0
  351. package/{esm → lib/esm}/textarea/utils.js +0 -0
  352. package/{esm → lib/esm}/theme/common.js +1 -1
  353. package/{esm → lib/esm}/theme/dark-theme.js +0 -0
  354. package/{esm → lib/esm}/theme/index.js +0 -0
  355. package/{esm → lib/esm}/theme/light-theme.js +0 -0
  356. package/lib/esm/theme/stitches.config.js +1 -0
  357. package/{esm → lib/esm}/theme/theme-context.js +0 -0
  358. package/{esm → lib/esm}/theme/theme-provider.js +0 -0
  359. package/{esm → lib/esm}/theme/types.js +0 -0
  360. package/{esm → lib/esm}/theme/utils.js +1 -1
  361. package/{esm → lib/esm}/tooltip/index.js +0 -0
  362. package/{esm → lib/esm}/tooltip/placement.js +0 -0
  363. package/{esm → lib/esm}/tooltip/tooltip-content.js +0 -0
  364. package/{esm → lib/esm}/tooltip/tooltip.js +1 -1
  365. package/lib/esm/tooltip/tooltip.styles.js +1 -0
  366. package/{esm → lib/esm}/use-body-scroll/index.js +0 -0
  367. package/{esm → lib/esm}/use-body-scroll/use-body-scroll.js +0 -0
  368. package/{esm → lib/esm}/use-click-anywhere/index.js +0 -0
  369. package/{esm → lib/esm}/use-click-anywhere/use-click-anywhere.js +0 -0
  370. package/{esm → lib/esm}/use-click-away/index.js +0 -0
  371. package/{esm → lib/esm}/use-click-away/use-click-away.js +0 -0
  372. package/{esm → lib/esm}/use-clipboard/index.js +0 -0
  373. package/{esm → lib/esm}/use-clipboard/use-clipboard.js +0 -0
  374. package/{esm → lib/esm}/use-current-state/index.js +0 -0
  375. package/{esm → lib/esm}/use-current-state/use-current-state.js +0 -0
  376. package/{esm → lib/esm}/use-drip/index.js +0 -0
  377. package/{esm → lib/esm}/use-drip/use-drip.js +0 -0
  378. package/{esm → lib/esm}/use-input/index.js +0 -0
  379. package/{esm → lib/esm}/use-input/use-input.js +0 -0
  380. package/{esm → lib/esm}/use-keyboard/codes.js +0 -0
  381. package/{esm → lib/esm}/use-keyboard/helper.js +0 -0
  382. package/{esm → lib/esm}/use-keyboard/index.js +0 -0
  383. package/{esm → lib/esm}/use-keyboard/use-keyboard.js +0 -0
  384. package/lib/esm/use-pagination/index.js +1 -0
  385. package/{esm → lib/esm}/use-portal/index.js +0 -0
  386. package/{esm → lib/esm}/use-portal/use-portal.js +0 -0
  387. package/{esm → lib/esm}/use-real-shape/index.js +0 -0
  388. package/{esm → lib/esm}/use-real-shape/use-real-shape.js +0 -0
  389. package/{esm → lib/esm}/use-resize/index.js +0 -0
  390. package/{esm → lib/esm}/use-resize/use-resize.js +0 -0
  391. package/{esm → lib/esm}/use-ssr/index.js +0 -0
  392. package/{esm → lib/esm}/use-ssr/use-ssr.js +0 -0
  393. package/{esm → lib/esm}/use-theme/index.js +0 -0
  394. package/{esm → lib/esm}/use-theme/use-theme.js +0 -0
  395. package/{esm → lib/esm}/use-warning/index.js +0 -0
  396. package/{esm → lib/esm}/use-warning/use-warning.js +0 -0
  397. package/lib/esm/user/index.js +1 -0
  398. package/{esm → lib/esm}/user/user-link.js +0 -0
  399. package/lib/esm/user/user.js +1 -0
  400. package/lib/esm/user/user.styles.js +1 -0
  401. package/{esm → lib/esm}/utils/assertion.js +0 -0
  402. package/{esm → lib/esm}/utils/clear-icon.js +0 -0
  403. package/{esm → lib/esm}/utils/clsx.js +0 -0
  404. package/lib/esm/utils/collections.js +1 -0
  405. package/{esm → lib/esm}/utils/color.js +0 -0
  406. package/{esm → lib/esm}/utils/css-transition.js +0 -0
  407. package/{esm → lib/esm}/utils/deep-merge.js +0 -0
  408. package/{esm → lib/esm}/utils/dimensions.js +0 -0
  409. package/{esm → lib/esm}/utils/dom.js +0 -0
  410. package/{esm → lib/esm}/utils/drip.js +0 -0
  411. package/{esm → lib/esm}/utils/expand.js +0 -0
  412. package/{esm → lib/esm}/utils/icons.js +1 -1
  413. package/{esm → lib/esm}/utils/numbers.js +0 -0
  414. package/lib/esm/utils/object.js +1 -0
  415. package/{esm → lib/esm}/utils/prop-types.js +1 -1
  416. package/{esm → lib/esm}/utils/react.js +0 -0
  417. package/{esm → lib/esm}/utils/strings.js +0 -0
  418. package/{esm → lib/esm}/utils/types.d.js +0 -0
  419. package/{esm → lib/esm}/utils/with-defaults.js +0 -0
  420. package/{grid → lib/grid}/package.json +0 -0
  421. package/{image → lib/image}/package.json +0 -0
  422. package/{input → lib/input}/package.json +0 -0
  423. package/{link → lib/link}/package.json +0 -0
  424. package/{loading → lib/loading}/package.json +0 -0
  425. package/{modal → lib/modal}/package.json +0 -0
  426. package/lib/package.json +56 -0
  427. package/{pagination → lib/pagination}/package.json +0 -0
  428. package/{progress → lib/progress}/package.json +0 -0
  429. package/{radio → lib/radio}/package.json +0 -0
  430. package/{row → lib/row}/package.json +0 -0
  431. package/{snippet → lib/snippet}/package.json +0 -0
  432. package/{spacer → lib/spacer}/package.json +0 -0
  433. package/{switch → lib/switch}/package.json +0 -0
  434. package/lib/table/package.json +6 -0
  435. package/{text → lib/text}/package.json +0 -0
  436. package/{textarea → lib/textarea}/package.json +0 -0
  437. package/{tooltip → lib/tooltip}/package.json +0 -0
  438. package/{types → lib/types}/avatar/avatar-group.d.ts +0 -0
  439. package/{types → lib/types}/avatar/avatar-group.styles.d.ts +0 -0
  440. package/{types → lib/types}/avatar/avatar.d.ts +0 -0
  441. package/{types → lib/types}/avatar/avatar.styles.d.ts +0 -0
  442. package/{types → lib/types}/avatar/index.d.ts +0 -0
  443. package/{types → lib/types}/backdrop/backdrop.d.ts +1 -1
  444. package/{types → lib/types}/backdrop/backdrop.styles.d.ts +1 -1
  445. package/{types → lib/types}/backdrop/index.d.ts +0 -0
  446. package/{types → lib/types}/button/button-group-context.d.ts +0 -0
  447. package/{types → lib/types}/button/button-group.d.ts +0 -0
  448. package/{types → lib/types}/button/button-group.styles.d.ts +1 -1
  449. package/{types → lib/types}/button/button-icon.d.ts +0 -0
  450. package/{types → lib/types}/button/button.d.ts +0 -0
  451. package/{types → lib/types}/button/button.styles.d.ts +2 -1
  452. package/{types → lib/types}/button/index.d.ts +0 -0
  453. package/{types → lib/types}/button/utils.d.ts +0 -0
  454. package/{types → lib/types}/card/card.d.ts +0 -0
  455. package/{types → lib/types}/card/card.styles.d.ts +3 -3
  456. package/{types → lib/types}/card/index.d.ts +0 -0
  457. package/{types → lib/types}/checkbox/checkbox-context.d.ts +0 -0
  458. package/{types → lib/types}/checkbox/checkbox-group.d.ts +0 -0
  459. package/{types → lib/types}/checkbox/checkbox.d.ts +3 -3
  460. package/{types → lib/types}/checkbox/checkbox.styles.d.ts +995 -6
  461. package/{types → lib/types}/checkbox/index.d.ts +1 -1
  462. package/{types → lib/types}/code/code.d.ts +0 -0
  463. package/{types → lib/types}/code/code.styles.d.ts +0 -0
  464. package/{types → lib/types}/code/index.d.ts +0 -0
  465. package/{types → lib/types}/col/col.d.ts +0 -0
  466. package/{types → lib/types}/col/col.styles.d.ts +0 -0
  467. package/{types → lib/types}/col/index.d.ts +0 -0
  468. package/{types → lib/types}/collapse/collapse-context.d.ts +0 -0
  469. package/{types → lib/types}/collapse/collapse-group.d.ts +0 -0
  470. package/{types → lib/types}/collapse/collapse-icon.d.ts +0 -0
  471. package/{types → lib/types}/collapse/collapse.d.ts +0 -0
  472. package/{types → lib/types}/collapse/collapse.styles.d.ts +2 -2
  473. package/{types → lib/types}/collapse/index.d.ts +0 -0
  474. package/{types → lib/types}/container/container.d.ts +0 -0
  475. package/{types → lib/types}/container/container.styles.d.ts +0 -0
  476. package/{types → lib/types}/container/index.d.ts +0 -0
  477. package/{types → lib/types}/css-baseline/css-baseline.d.ts +0 -0
  478. package/{types → lib/types}/css-baseline/index.d.ts +0 -0
  479. package/{types → lib/types}/divider/divider.d.ts +0 -0
  480. package/{types → lib/types}/divider/divider.styles.d.ts +0 -0
  481. package/{types → lib/types}/divider/index.d.ts +0 -0
  482. package/{types → lib/types}/grid/grid-container.d.ts +0 -0
  483. package/{types → lib/types}/grid/grid-item.d.ts +0 -0
  484. package/{types → lib/types}/grid/grid.d.ts +0 -0
  485. package/{types → lib/types}/grid/grid.styles.d.ts +0 -0
  486. package/{types → lib/types}/grid/index.d.ts +0 -0
  487. package/{types → lib/types}/image/image.d.ts +0 -0
  488. package/{types → lib/types}/image/image.skeleton.d.ts +0 -0
  489. package/{types → lib/types}/image/image.styles.d.ts +1 -1
  490. package/{types → lib/types}/image/index.d.ts +0 -0
  491. package/{types → lib/types}/index.d.ts +4 -0
  492. package/{types → lib/types}/input/index.d.ts +0 -0
  493. package/{types → lib/types}/input/input-password.d.ts +1 -1
  494. package/{types → lib/types}/input/input-props.d.ts +0 -0
  495. package/{types → lib/types}/input/input.d.ts +0 -0
  496. package/{types → lib/types}/input/input.styles.d.ts +5 -5
  497. package/{types → lib/types}/input/password-icon.d.ts +0 -0
  498. package/{types → lib/types}/link/icon.d.ts +0 -0
  499. package/{types → lib/types}/link/index.d.ts +0 -0
  500. package/{types → lib/types}/link/link.d.ts +0 -0
  501. package/{types → lib/types}/link/link.styles.d.ts +0 -0
  502. package/{types → lib/types}/loading/index.d.ts +0 -0
  503. package/{types → lib/types}/loading/loading.d.ts +0 -0
  504. package/{types → lib/types}/loading/loading.styles.d.ts +0 -0
  505. package/{types → lib/types}/loading/spinner.d.ts +0 -0
  506. package/{types → lib/types}/modal/index.d.ts +0 -0
  507. package/{types → lib/types}/modal/modal-body.d.ts +0 -0
  508. package/{types → lib/types}/modal/modal-close-button.d.ts +0 -0
  509. package/{types → lib/types}/modal/modal-context.d.ts +0 -0
  510. package/{types → lib/types}/modal/modal-footer.d.ts +0 -0
  511. package/{types → lib/types}/modal/modal-header.d.ts +0 -0
  512. package/{types → lib/types}/modal/modal-wrapper.d.ts +0 -0
  513. package/{types → lib/types}/modal/modal.d.ts +0 -0
  514. package/{types → lib/types}/modal/modal.styles.d.ts +1 -1
  515. package/{types → lib/types}/modal/use-modal.d.ts +0 -0
  516. package/{types → lib/types}/pagination/index.d.ts +0 -0
  517. package/{types → lib/types}/pagination/pagination-ellipsis.d.ts +0 -0
  518. package/{types → lib/types}/pagination/pagination-highlight.d.ts +2 -1
  519. package/{types → lib/types}/pagination/pagination-icon.d.ts +0 -0
  520. package/{types → lib/types}/pagination/pagination-item.d.ts +0 -0
  521. package/{types → lib/types}/pagination/pagination.d.ts +0 -0
  522. package/{types → lib/types}/pagination/pagination.styles.d.ts +5 -5
  523. package/{types → lib/types}/progress/index.d.ts +0 -0
  524. package/{types → lib/types}/progress/progress.d.ts +1 -1
  525. package/{types → lib/types}/progress/progress.styles.d.ts +0 -0
  526. package/{types → lib/types}/radio/index.d.ts +0 -0
  527. package/{types → lib/types}/radio/radio-context.d.ts +0 -0
  528. package/{types → lib/types}/radio/radio-group.d.ts +0 -0
  529. package/{types → lib/types}/radio/radio.d.ts +0 -0
  530. package/{types → lib/types}/radio/radio.styles.d.ts +3 -3
  531. package/{types → lib/types}/row/index.d.ts +0 -0
  532. package/{types → lib/types}/row/row.d.ts +0 -0
  533. package/{types → lib/types}/row/row.styles.d.ts +0 -0
  534. package/{types → lib/types}/snippet/index.d.ts +0 -0
  535. package/{types → lib/types}/snippet/snippet-icon.d.ts +0 -0
  536. package/{types → lib/types}/snippet/snippet.d.ts +0 -0
  537. package/{types → lib/types}/snippet/snippet.styles.d.ts +1 -1
  538. package/{types → lib/types}/spacer/index.d.ts +0 -0
  539. package/{types → lib/types}/spacer/spacer.d.ts +1 -1
  540. package/{types → lib/types}/spacer/spacer.styles.d.ts +1 -1
  541. package/{types → lib/types}/switch/index.d.ts +0 -0
  542. package/{types → lib/types}/switch/switch.d.ts +1 -1
  543. package/{types → lib/types}/switch/switch.styles.d.ts +1 -1
  544. package/lib/types/table/base/index.d.ts +5 -0
  545. package/lib/types/table/base/table-body.d.ts +8 -0
  546. package/lib/types/table/base/table-cell.d.ts +8 -0
  547. package/lib/types/table/base/table-column.d.ts +8 -0
  548. package/lib/types/table/base/table-header.d.ts +4 -0
  549. package/lib/types/table/base/table-row.d.ts +8 -0
  550. package/lib/types/table/index.d.ts +12 -0
  551. package/lib/types/table/table-body.d.ts +20 -0
  552. package/lib/types/table/table-cell-old.d.ts +22 -0
  553. package/lib/types/table/table-cell.d.ts +20 -0
  554. package/lib/types/table/table-checkbox-cell.d.ts +23 -0
  555. package/lib/types/table/table-column-header.d.ts +1018 -0
  556. package/lib/types/table/table-column.d.ts +17 -0
  557. package/lib/types/table/table-context.d.ts +29 -0
  558. package/lib/types/table/table-footer.d.ts +31 -0
  559. package/lib/types/table/table-header-row.d.ts +19 -0
  560. package/lib/types/table/table-old.d.ts +49 -0
  561. package/lib/types/table/table-pagination.d.ts +16 -0
  562. package/lib/types/table/table-row-group.d.ts +14 -0
  563. package/lib/types/table/table-row.d.ts +20 -0
  564. package/lib/types/table/table-select-all-checkbox.d.ts +20 -0
  565. package/lib/types/table/table-sort-icon.d.ts +944 -0
  566. package/lib/types/table/table-types.d.ts +30 -0
  567. package/lib/types/table/table.d.ts +28 -0
  568. package/lib/types/table/table.styles.d.ts +15098 -0
  569. package/lib/types/table/utils.d.ts +2 -0
  570. package/{types → lib/types}/text/child.d.ts +0 -0
  571. package/{types → lib/types}/text/index.d.ts +0 -0
  572. package/{types → lib/types}/text/text.d.ts +0 -0
  573. package/{types → lib/types}/text/text.styles.d.ts +0 -0
  574. package/{types → lib/types}/textarea/index.d.ts +0 -0
  575. package/{types → lib/types}/textarea/textarea.d.ts +0 -0
  576. package/{types → lib/types}/textarea/utils.d.ts +0 -0
  577. package/{types → lib/types}/theme/common.d.ts +0 -0
  578. package/{types → lib/types}/theme/dark-theme.d.ts +0 -0
  579. package/{types → lib/types}/theme/light-theme.d.ts +0 -0
  580. package/lib/types/theme/ssr-provider.d.ts +7 -0
  581. package/{types → lib/types}/theme/stitches.config.d.ts +2 -1
  582. package/{types → lib/types}/theme/theme-context.d.ts +0 -0
  583. package/{types → lib/types}/theme/theme-provider.d.ts +0 -0
  584. package/{types → lib/types}/theme/types.d.ts +0 -0
  585. package/{types → lib/types}/theme/utils.d.ts +0 -0
  586. package/{types → lib/types}/tooltip/index.d.ts +0 -0
  587. package/{types → lib/types}/tooltip/placement.d.ts +0 -0
  588. package/{types → lib/types}/tooltip/tooltip-content.d.ts +0 -0
  589. package/{types → lib/types}/tooltip/tooltip.d.ts +1 -1
  590. package/{types → lib/types}/tooltip/tooltip.styles.d.ts +2 -2
  591. package/{types → lib/types}/use-body-scroll/index.d.ts +0 -0
  592. package/{types → lib/types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  593. package/{types → lib/types}/use-click-anywhere/index.d.ts +0 -0
  594. package/{types → lib/types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  595. package/{types → lib/types}/use-click-away/index.d.ts +0 -0
  596. package/{types → lib/types}/use-click-away/use-click-away.d.ts +0 -0
  597. package/{types → lib/types}/use-clipboard/index.d.ts +0 -0
  598. package/{types → lib/types}/use-clipboard/use-clipboard.d.ts +0 -0
  599. package/{types → lib/types}/use-current-state/index.d.ts +0 -0
  600. package/{types → lib/types}/use-current-state/use-current-state.d.ts +0 -0
  601. package/{types → lib/types}/use-drip/index.d.ts +0 -0
  602. package/{types → lib/types}/use-drip/use-drip.d.ts +0 -0
  603. package/{types → lib/types}/use-input/index.d.ts +0 -0
  604. package/{types → lib/types}/use-input/use-input.d.ts +0 -0
  605. package/{types → lib/types}/use-keyboard/codes.d.ts +0 -0
  606. package/{types → lib/types}/use-keyboard/helper.d.ts +0 -0
  607. package/{types → lib/types}/use-keyboard/index.d.ts +0 -0
  608. package/{types → lib/types}/use-keyboard/use-keyboard.d.ts +0 -0
  609. package/{types → lib/types}/use-pagination/index.d.ts +0 -0
  610. package/{types → lib/types}/use-portal/index.d.ts +0 -0
  611. package/{types → lib/types}/use-portal/use-portal.d.ts +0 -0
  612. package/{types → lib/types}/use-real-shape/index.d.ts +0 -0
  613. package/{types → lib/types}/use-real-shape/use-real-shape.d.ts +0 -0
  614. package/{types → lib/types}/use-resize/index.d.ts +0 -0
  615. package/{types → lib/types}/use-resize/use-resize.d.ts +0 -0
  616. package/{types → lib/types}/use-ssr/index.d.ts +0 -0
  617. package/{types → lib/types}/use-ssr/use-ssr.d.ts +0 -0
  618. package/{types → lib/types}/use-theme/index.d.ts +0 -0
  619. package/{types → lib/types}/use-theme/use-theme.d.ts +0 -0
  620. package/{types → lib/types}/use-warning/index.d.ts +0 -0
  621. package/{types → lib/types}/use-warning/use-warning.d.ts +0 -0
  622. package/lib/types/user/index.d.ts +5 -0
  623. package/lib/types/user/user-link.d.ts +15 -0
  624. package/{types → lib/types}/user/user.d.ts +2 -2
  625. package/{types → lib/types}/user/user.styles.d.ts +1 -7
  626. package/{types → lib/types}/utils/assertion.d.ts +0 -0
  627. package/{types → lib/types}/utils/clear-icon.d.ts +0 -0
  628. package/{types → lib/types}/utils/clsx.d.ts +0 -0
  629. package/{types → lib/types}/utils/collections.d.ts +2 -1
  630. package/{types → lib/types}/utils/color.d.ts +0 -0
  631. package/{types → lib/types}/utils/css-transition.d.ts +0 -0
  632. package/{types → lib/types}/utils/deep-merge.d.ts +0 -0
  633. package/{types → lib/types}/utils/dimensions.d.ts +0 -0
  634. package/{types → lib/types}/utils/drip.d.ts +0 -0
  635. package/{types → lib/types}/utils/expand.d.ts +0 -0
  636. package/{types → lib/types}/utils/numbers.d.ts +0 -0
  637. package/{types → lib/types}/utils/object.d.ts +4 -0
  638. package/{types → lib/types}/utils/prop-types.d.ts +7 -0
  639. package/{types → lib/types}/utils/with-defaults.d.ts +0 -0
  640. package/lib/umd/nextui.js +34283 -0
  641. package/lib/umd/nextui.min.js +2 -0
  642. package/lib/umd/nextui.min.js.LICENSE.txt +29 -0
  643. package/{use-body-scroll → lib/use-body-scroll}/package.json +0 -0
  644. package/{use-click-anywhere → lib/use-click-anywhere}/package.json +0 -0
  645. package/{use-click-away → lib/use-click-away}/package.json +0 -0
  646. package/{use-clipboard → lib/use-clipboard}/package.json +0 -0
  647. package/{use-current-state → lib/use-current-state}/package.json +0 -0
  648. package/{use-drip → lib/use-drip}/package.json +0 -0
  649. package/{use-input → lib/use-input}/package.json +0 -0
  650. package/{use-keyboard → lib/use-keyboard}/package.json +0 -0
  651. package/{use-portal → lib/use-portal}/package.json +0 -0
  652. package/{use-real-shape → lib/use-real-shape}/package.json +0 -0
  653. package/{use-resize → lib/use-resize}/package.json +0 -0
  654. package/{use-ssr → lib/use-ssr}/package.json +0 -0
  655. package/{use-theme → lib/use-theme}/package.json +0 -0
  656. package/{use-warning → lib/use-warning}/package.json +0 -0
  657. package/{user → lib/user}/package.json +0 -0
  658. package/{utils → lib/utils}/package.json +0 -0
  659. package/package.json +95 -12
  660. package/cjs/avatar/avatar.styles.js +0 -1
  661. package/cjs/checkbox/checkbox.js +0 -1
  662. package/cjs/checkbox/checkbox.styles.js +0 -1
  663. package/cjs/index.js +0 -1
  664. package/cjs/pagination/pagination-highlight.js +0 -1
  665. package/cjs/pagination/pagination.styles.js +0 -1
  666. package/cjs/spacer/spacer.js +0 -1
  667. package/cjs/theme/stitches.config.js +0 -1
  668. package/cjs/tooltip/tooltip.styles.js +0 -1
  669. package/cjs/use-pagination/index.js +0 -1
  670. package/cjs/user/index.js +0 -1
  671. package/cjs/user/user.js +0 -1
  672. package/cjs/user/user.styles.js +0 -1
  673. package/cjs/utils/collections.js +0 -1
  674. package/cjs/utils/icons.js +0 -1
  675. package/cjs/utils/object.js +0 -1
  676. package/cjs/utils/prop-types.js +0 -1
  677. package/esm/avatar/avatar.styles.js +0 -1
  678. package/esm/checkbox/checkbox.js +0 -1
  679. package/esm/checkbox/checkbox.styles.js +0 -1
  680. package/esm/index.js +0 -1
  681. package/esm/pagination/pagination-highlight.js +0 -1
  682. package/esm/pagination/pagination.styles.js +0 -1
  683. package/esm/spacer/spacer.js +0 -1
  684. package/esm/theme/stitches.config.js +0 -1
  685. package/esm/tooltip/tooltip.styles.js +0 -1
  686. package/esm/use-pagination/index.js +0 -1
  687. package/esm/user/index.js +0 -1
  688. package/esm/user/user.js +0 -1
  689. package/esm/user/user.styles.js +0 -1
  690. package/esm/utils/collections.js +0 -1
  691. package/esm/utils/object.js +0 -1
  692. package/types/user/index.d.ts +0 -6
  693. package/types/user/user-link.d.ts +0 -32
  694. package/umd/nextui.js +0 -17989
  695. package/umd/nextui.min.js +0 -2
  696. package/umd/nextui.min.js.LICENSE.txt +0 -14
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1 +1 @@
1
- import e from"react";import{jsx as t}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>l?t("svg",{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:t("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:[t("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),t("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),t("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",o?{viewBox:"0 0 512 512",width:l||n||24,height:l||r||24,...a,children:t("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:l||n||24,height:l||r||24,...a,children:t("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>{const d=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>{const d=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:o,children:[t("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),t("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>t("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||h||24,height:r||n||24,...s,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),t("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:l||n||24,height:l||r||24,fill:"none",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>t("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),t("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),t("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M6 12h12"}),t("path",{d:"M12 18V6"})]})});export const Minus=({theme:e,fill:i,size:o,height:l,width:r,...n})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||r||24,height:o||l||24,viewBox:"0 0 24 24",...n,children:t("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});
1
+ import e from"react";import{jsx as t}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>r?t("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:t("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:[t("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),t("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),t("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",o?{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:o,children:[t("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),t("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:n||h||24,height:n||l||24,...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),t("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||l||24,height:r||n||24,fill:"none",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),t("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),t("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M6 12h12"}),t("path",{d:"M12 18V6"})]})});export const Minus=({theme:e,fill:i,size:o,height:r,width:n,...l})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",...l,children:t("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});export const Eye=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M12.9833 10C12.9833 11.65 11.65 12.9833 10 12.9833C8.35 12.9833 7.01666 11.65 7.01666 10C7.01666 8.35 8.35 7.01666 10 7.01666C11.65 7.01666 12.9833 8.35 12.9833 10Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.99999 16.8916C12.9417 16.8916 15.6833 15.1583 17.5917 12.1583C18.3417 10.9833 18.3417 9.00831 17.5917 7.83331C15.6833 4.83331 12.9417 3.09998 9.99999 3.09998C7.05833 3.09998 4.31666 4.83331 2.40833 7.83331C1.65833 9.00831 1.65833 10.9833 2.40833 12.1583C4.31666 15.1583 7.05833 16.8916 9.99999 16.8916Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Edit=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M11.05 3.00002L4.20835 10.2417C3.95002 10.5167 3.70002 11.0584 3.65002 11.4334L3.34169 14.1334C3.23335 15.1084 3.93335 15.775 4.90002 15.6084L7.58335 15.15C7.95835 15.0834 8.48335 14.8084 8.74168 14.525L15.5834 7.28335C16.7667 6.03335 17.3 4.60835 15.4583 2.86668C13.625 1.14168 12.2334 1.75002 11.05 3.00002Z",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.90833 4.20831C10.2667 6.50831 12.1333 8.26665 14.45 8.49998",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M2.5 18.3333H17.5",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Delete=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.08331 4.14169L7.26665 3.05002C7.39998 2.25835 7.49998 1.66669 8.90831 1.66669H11.0916C12.5 1.66669 12.6083 2.29169 12.7333 3.05835L12.9166 4.14169",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M15.7084 7.61664L15.1667 16.0083C15.075 17.3166 15 18.3333 12.675 18.3333H7.32502C5.00002 18.3333 4.92502 17.3166 4.83335 16.0083L4.29169 7.61664",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M8.60834 13.75H11.3833",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.91669 10.4167H12.0834",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});
File without changes
@@ -0,0 +1 @@
1
+ export const isObject=e=>e&&"object"==typeof e;export const renameProp=(e,t,{[e]:r,...c})=>({[t]:r,...c});export const copyObject=e=>isObject(e)?e instanceof Array?[...e]:{...e}:e;export const omitObject=(e,t)=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const r={...e};return t.forEach((e=>r[e]&&delete r[e])),r};export const cleanObject=e=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const t={...e};return Object.keys(t).forEach((e=>{void 0!==t[e]&&null!==t[e]||delete t[e]})),t};export const cleanObjectKeys=(e,t=[])=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const r={...e};return t.forEach((e=>{r[e]&&delete r[e]})),r};export const getKeyValue=(e,t)=>isObject(e)?e instanceof Array?[...e]:e[t]:e;
@@ -1 +1 @@
1
- export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");
1
+ export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right"),tuple("start","center","end");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");export const excludedTableProps=tuple("items","disabledKeys","allowDuplicateSelectionEvents","disallowEmptySelection","defaultSelectedKeys","sortDescriptor","onSortChange");tuple("toggle","replace"),tuple("none","single","multiple");
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
File without changes
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "@nextui-org/react",
3
+ "version": "1.0.2-beta.4",
4
+ "license": "MIT",
5
+ "description": "🚀 Beautiful and modern React UI library.",
6
+ "homepage": "https://nextui.org",
7
+ "author": {
8
+ "name": "Junior Garcia",
9
+ "email": "jrgarciadev@gmail.com"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/nextui-org/nextui/issues/new/choose"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/nextui-org/nextui"
17
+ },
18
+ "keywords": [
19
+ "next",
20
+ "next ui",
21
+ "components",
22
+ "modern components",
23
+ "react components",
24
+ "react ui"
25
+ ],
26
+ "source": "src/index.ts",
27
+ "main": "cjs/index.js",
28
+ "module": "esm/index.js",
29
+ "unpkg": "umd/nextui.min.js",
30
+ "types": "types/index.d.ts",
31
+ "sideEffects": false,
32
+ "scripts": {},
33
+ "dependencies": {
34
+ "@babel/runtime": "7.9.6",
35
+ "@stitches/react": "1.2.6",
36
+ "@react-aria/checkbox": "3.3.0",
37
+ "@react-aria/focus": "3.5.1",
38
+ "@react-aria/i18n": "3.3.6",
39
+ "@react-aria/interactions": "3.8.0",
40
+ "@react-aria/label": "3.2.2",
41
+ "@react-aria/ssr": "3.1.1",
42
+ "@react-aria/table": "3.2.1",
43
+ "@react-aria/utils": "3.11.1",
44
+ "@react-aria/visually-hidden": "3.2.4",
45
+ "@react-stately/data": "3.4.5",
46
+ "@react-stately/table": "3.1.1",
47
+ "@react-stately/toggle": "3.2.4",
48
+ "@react-types/grid": "3.0.1",
49
+ "@react-types/shared": "3.11.0"
50
+ },
51
+ "peerDependencies": {
52
+ "react": ">=16.8.0",
53
+ "react-dom": ">=16.8.0"
54
+ },
55
+ "devDependencies": {}
56
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "main": "../cjs/table/index.js",
4
+ "module": "../esm/table/index.js",
5
+ "types": "../esm/table/index.d.ts"
6
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -33,5 +33,5 @@ declare const _default: React.ComponentType<Partial<{
33
33
  preventDefault: boolean;
34
34
  opacity: number;
35
35
  className: string;
36
- }> & Omit<React.PropsWithChildren<BackdropProps>, "blur" | "opacity" | "visible" | "className" | "preventDefault" | "onClick" | "animated">>;
36
+ }> & Omit<React.PropsWithChildren<BackdropProps>, "blur" | "opacity" | "visible" | "animated" | "className" | "preventDefault" | "onClick">>;
37
37
  export default _default;
@@ -931,7 +931,7 @@ export declare const StyledBackdropContent: import("@stitches/react/types/styled
931
931
  };
932
932
  }>>;
933
933
  export declare const StyledBackdropLayer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
934
- blur?: boolean | "true" | "false" | undefined;
934
+ blur?: boolean | "false" | "true" | undefined;
935
935
  animated?: boolean | "false" | undefined;
936
936
  }, {
937
937
  xs: string;
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '../theme/stitches.config';
2
2
  export declare const StyledButtonGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
- vertical?: boolean | "true" | "false" | undefined;
3
+ vertical?: boolean | "false" | "true" | undefined;
4
4
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
5
5
  rounded?: boolean | "true" | undefined;
6
6
  bordered?: boolean | "true" | undefined;
File without changes
File without changes
@@ -1199,7 +1199,8 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
1199
1199
  size: "md";
1200
1200
  };
1201
1201
  }, import("@stitches/react/types/styled-component").CssComponent<never, {
1202
- isFocusVisible?: boolean | "true" | undefined;
1202
+ animated?: boolean | "false" | undefined;
1203
+ isFocusVisible?: boolean | "false" | "true" | undefined;
1203
1204
  }, {
1204
1205
  xs: string;
1205
1206
  sm: string;
File without changes
File without changes
File without changes
@@ -933,12 +933,12 @@ export declare const StyledCardBody: import("@stitches/react/types/styled-compon
933
933
  export declare const StyledCard: import("@stitches/react/types/styled-component").StyledComponent<"div", {
934
934
  color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
935
935
  shadow?: boolean | "true" | undefined;
936
- bordered?: boolean | "true" | "false" | undefined;
936
+ bordered?: boolean | "false" | "true" | undefined;
937
937
  borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
938
- animated?: boolean | "true" | "false" | undefined;
938
+ animated?: boolean | "false" | "true" | undefined;
939
939
  clickable?: boolean | "true" | undefined;
940
940
  hoverable?: boolean | "true" | undefined;
941
- cover?: boolean | "true" | "false" | undefined;
941
+ cover?: boolean | "false" | "true" | undefined;
942
942
  isDark?: boolean | "true" | undefined;
943
943
  }, {
944
944
  xs: string;
File without changes
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React, { PropsWithoutRef, RefAttributes } from 'react';
2
2
  import CheckboxGroup from './checkbox-group';
3
3
  import { NormalSizes, NormalColors, SimpleColors } from '../utils/prop-types';
4
4
  import { CSS } from '../theme/stitches.config';
@@ -48,11 +48,11 @@ declare type NativeAttrs = Omit<React.InputHTMLAttributes<unknown>, keyof Props>
48
48
  export declare type CheckboxProps = Props & typeof defaultProps & CheckboxVariantsProps & NativeAttrs & {
49
49
  css?: CSS;
50
50
  };
51
- declare type CheckboxComponent<P = {}> = React.FC<P> & {
51
+ declare type CheckboxComponent<T, P = {}> = React.ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>> & {
52
52
  Group: typeof CheckboxGroup;
53
53
  };
54
54
  declare type ComponentProps = Partial<typeof defaultProps> & Omit<Props, keyof typeof defaultProps> & NativeAttrs & CheckboxVariantsProps & {
55
55
  css?: CSS;
56
56
  };
57
- declare const _default: CheckboxComponent<ComponentProps>;
57
+ declare const _default: CheckboxComponent<HTMLInputElement, ComponentProps>;
58
58
  export default _default;