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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (788) hide show
  1. package/README.md +2 -2
  2. package/cjs/avatar/avatar-group.js +1 -35
  3. package/cjs/avatar/avatar-group.styles.js +1 -52
  4. package/cjs/avatar/avatar.js +1 -75
  5. package/cjs/avatar/avatar.styles.js +1 -334
  6. package/cjs/avatar/index.js +1 -22
  7. package/cjs/backdrop/backdrop.js +1 -137
  8. package/cjs/backdrop/backdrop.styles.js +1 -119
  9. package/cjs/backdrop/index.js +1 -16
  10. package/cjs/button/button-group-context.js +1 -21
  11. package/cjs/button/button-group.js +1 -81
  12. package/cjs/button/button-group.styles.js +1 -136
  13. package/cjs/button/button-icon.js +1 -68
  14. package/cjs/button/button.js +1 -145
  15. package/cjs/button/button.styles.js +1 -726
  16. package/cjs/button/index.js +1 -25
  17. package/cjs/button/utils.js +1 -27
  18. package/cjs/card/card.js +1 -117
  19. package/cjs/card/card.styles.js +1 -267
  20. package/cjs/card/index.js +1 -24
  21. package/cjs/checkbox/checkbox-context.js +1 -25
  22. package/cjs/checkbox/checkbox-group.js +1 -89
  23. package/cjs/checkbox/checkbox.js +1 -192
  24. package/cjs/checkbox/checkbox.styles.js +1 -563
  25. package/cjs/checkbox/index.js +1 -26
  26. package/cjs/code/code.js +1 -42
  27. package/cjs/code/code.styles.js +1 -14
  28. package/cjs/code/index.js +1 -15
  29. package/cjs/col/col.js +1 -46
  30. package/cjs/col/col.styles.js +1 -16
  31. package/cjs/col/index.js +1 -14
  32. package/cjs/collapse/collapse-context.js +1 -20
  33. package/cjs/collapse/collapse-group.js +1 -90
  34. package/cjs/collapse/collapse-icon.js +1 -41
  35. package/cjs/collapse/collapse.js +1 -196
  36. package/cjs/collapse/collapse.styles.js +1 -256
  37. package/cjs/collapse/index.js +1 -22
  38. package/cjs/container/container.js +1 -91
  39. package/cjs/container/container.styles.js +1 -45
  40. package/cjs/container/index.js +1 -14
  41. package/cjs/css-baseline/css-baseline.js +1 -247
  42. package/cjs/css-baseline/index.js +1 -11
  43. package/cjs/divider/divider.js +1 -82
  44. package/cjs/divider/divider.styles.js +1 -77
  45. package/cjs/divider/index.js +1 -15
  46. package/cjs/grid/grid-container.js +1 -60
  47. package/cjs/grid/grid-item.js +1 -123
  48. package/cjs/grid/grid.js +1 -29
  49. package/cjs/grid/grid.styles.js +1 -15
  50. package/cjs/grid/index.js +1 -18
  51. package/cjs/image/image.js +1 -150
  52. package/cjs/image/image.skeleton.js +1 -50
  53. package/cjs/image/image.styles.js +1 -57
  54. package/cjs/image/index.js +1 -16
  55. package/cjs/index.js +1 -435
  56. package/cjs/input/index.js +1 -30
  57. package/cjs/input/input-password.js +1 -80
  58. package/cjs/input/input-props.js +1 -30
  59. package/cjs/input/input.js +1 -318
  60. package/cjs/input/input.styles.js +1 -878
  61. package/cjs/input/password-icon.js +1 -51
  62. package/cjs/link/icon.js +1 -42
  63. package/cjs/link/index.js +1 -15
  64. package/cjs/link/link.js +1 -42
  65. package/cjs/link/link.styles.js +1 -135
  66. package/cjs/loading/index.js +1 -24
  67. package/cjs/loading/loading.js +1 -80
  68. package/cjs/loading/loading.styles.js +1 -438
  69. package/cjs/loading/spinner.js +1 -47
  70. package/cjs/modal/index.js +1 -28
  71. package/cjs/modal/modal-body.js +1 -62
  72. package/cjs/modal/modal-close-button.js +1 -49
  73. package/cjs/modal/modal-context.js +1 -18
  74. package/cjs/modal/modal-footer.js +1 -69
  75. package/cjs/modal/modal-header.js +1 -69
  76. package/cjs/modal/modal-wrapper.js +1 -153
  77. package/cjs/modal/modal.js +1 -159
  78. package/cjs/modal/modal.styles.js +1 -243
  79. package/cjs/modal/use-modal.js +1 -25
  80. package/cjs/pagination/index.js +1 -19
  81. package/cjs/pagination/pagination-ellipsis.js +1 -86
  82. package/cjs/pagination/pagination-highlight.js +1 -52
  83. package/cjs/pagination/pagination-icon.js +1 -59
  84. package/cjs/pagination/pagination-item.js +1 -104
  85. package/cjs/pagination/pagination.js +1 -169
  86. package/cjs/pagination/pagination.styles.js +1 -361
  87. package/cjs/progress/index.js +1 -15
  88. package/cjs/progress/progress.js +1 -101
  89. package/cjs/progress/progress.styles.js +1 -165
  90. package/cjs/radio/index.js +1 -24
  91. package/cjs/radio/radio-context.js +1 -24
  92. package/cjs/radio/radio-group.js +1 -78
  93. package/cjs/radio/radio.js +1 -156
  94. package/cjs/radio/radio.styles.js +1 -240
  95. package/cjs/row/index.js +1 -14
  96. package/cjs/row/row.js +1 -54
  97. package/cjs/row/row.styles.js +1 -25
  98. package/cjs/snippet/index.js +1 -16
  99. package/cjs/snippet/snippet-icon.js +1 -52
  100. package/cjs/snippet/snippet.js +1 -137
  101. package/cjs/snippet/snippet.styles.js +1 -141
  102. package/cjs/spacer/index.js +1 -14
  103. package/cjs/spacer/spacer.js +1 -49
  104. package/cjs/spacer/spacer.styles.js +1 -24
  105. package/cjs/switch/index.js +1 -17
  106. package/cjs/switch/switch.js +1 -142
  107. package/cjs/switch/switch.styles.js +1 -283
  108. package/cjs/table/base/index.js +1 -0
  109. package/cjs/table/base/table-body.js +1 -0
  110. package/cjs/table/base/table-cell.js +1 -0
  111. package/cjs/table/base/table-column.js +1 -0
  112. package/cjs/table/base/table-header.js +1 -0
  113. package/cjs/table/base/table-row.js +1 -0
  114. package/cjs/table/index.js +1 -0
  115. package/cjs/table/table-body.js +1 -0
  116. package/cjs/table/table-cell.js +1 -0
  117. package/cjs/table/table-checkbox-cell.js +1 -0
  118. package/cjs/table/table-column-header.js +1 -0
  119. package/cjs/table/table-context.js +1 -0
  120. package/cjs/table/table-footer.js +1 -0
  121. package/cjs/table/table-header-row.js +1 -0
  122. package/cjs/table/table-pagination.js +1 -0
  123. package/cjs/table/table-row-group.js +1 -0
  124. package/cjs/table/table-row.js +1 -0
  125. package/cjs/table/table-select-all-checkbox.js +1 -0
  126. package/cjs/table/table-sort-icon.js +1 -0
  127. package/cjs/table/table.js +1 -0
  128. package/cjs/table/table.styles.js +1 -0
  129. package/cjs/table/utils.js +1 -0
  130. package/cjs/text/child.js +1 -83
  131. package/cjs/text/index.js +1 -14
  132. package/cjs/text/text.js +1 -124
  133. package/cjs/text/text.styles.js +1 -41
  134. package/cjs/textarea/index.js +1 -12
  135. package/cjs/textarea/textarea.js +1 -126
  136. package/cjs/textarea/utils.js +1 -126
  137. package/cjs/theme/common.js +1 -503
  138. package/cjs/theme/dark-theme.js +1 -38
  139. package/cjs/theme/index.js +1 -31
  140. package/cjs/theme/light-theme.js +1 -33
  141. package/cjs/theme/stitches.config.js +1 -88
  142. package/cjs/theme/theme-context.js +1 -22
  143. package/cjs/theme/theme-provider.js +1 -111
  144. package/cjs/theme/types.js +1 -3
  145. package/cjs/theme/utils.js +1 -113
  146. package/cjs/tooltip/index.js +1 -17
  147. package/cjs/tooltip/placement.js +1 -193
  148. package/cjs/tooltip/tooltip-content.js +1 -135
  149. package/cjs/tooltip/tooltip.js +1 -143
  150. package/cjs/tooltip/tooltip.styles.js +1 -159
  151. package/cjs/use-body-scroll/index.js +1 -12
  152. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  153. package/cjs/use-click-anywhere/index.js +1 -12
  154. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  155. package/cjs/use-click-away/index.js +1 -12
  156. package/cjs/use-click-away/use-click-away.js +1 -23
  157. package/cjs/use-clipboard/index.js +1 -12
  158. package/cjs/use-clipboard/use-clipboard.js +1 -57
  159. package/cjs/use-current-state/index.js +1 -12
  160. package/cjs/use-current-state/use-current-state.js +1 -28
  161. package/cjs/use-drip/index.js +1 -12
  162. package/cjs/use-drip/use-drip.js +1 -38
  163. package/cjs/use-input/index.js +1 -12
  164. package/cjs/use-input/use-input.js +1 -32
  165. package/cjs/use-keyboard/codes.js +1 -104
  166. package/cjs/use-keyboard/helper.js +1 -35
  167. package/cjs/use-keyboard/index.js +1 -15
  168. package/cjs/use-keyboard/use-keyboard.js +1 -76
  169. package/cjs/use-pagination/index.js +1 -88
  170. package/cjs/use-portal/index.js +1 -12
  171. package/cjs/use-portal/use-portal.js +1 -43
  172. package/cjs/use-real-shape/index.js +1 -12
  173. package/cjs/use-real-shape/use-real-shape.js +1 -55
  174. package/cjs/use-resize/index.js +1 -12
  175. package/cjs/use-resize/use-resize.js +1 -23
  176. package/cjs/use-ssr/index.js +1 -12
  177. package/cjs/use-ssr/use-ssr.js +1 -25
  178. package/cjs/use-theme/index.js +1 -12
  179. package/cjs/use-theme/use-theme.js +1 -16
  180. package/cjs/use-warning/index.js +1 -12
  181. package/cjs/use-warning/use-warning.js +1 -23
  182. package/cjs/user/index.js +1 -21
  183. package/cjs/user/user-link.js +1 -46
  184. package/cjs/user/user.js +1 -63
  185. package/cjs/user/user.styles.js +1 -56
  186. package/cjs/utils/assertion.js +1 -42
  187. package/cjs/utils/clear-icon.js +1 -70
  188. package/cjs/utils/clsx.js +1 -57
  189. package/cjs/utils/collections.js +1 -110
  190. package/cjs/utils/color.js +1 -187
  191. package/cjs/utils/css-transition.js +1 -76
  192. package/cjs/utils/deep-merge.js +1 -33
  193. package/cjs/utils/dimensions.js +1 -10
  194. package/cjs/utils/dom.js +1 -110
  195. package/cjs/utils/drip.js +1 -116
  196. package/cjs/utils/expand.js +1 -109
  197. package/cjs/utils/icons.js +1 -481
  198. package/cjs/utils/numbers.js +1 -23
  199. package/cjs/utils/object.js +1 -40
  200. package/cjs/utils/prop-types.js +1 -56
  201. package/cjs/utils/react.js +1 -24
  202. package/cjs/utils/strings.js +1 -18
  203. package/cjs/utils/types.d.js +1 -3
  204. package/cjs/utils/with-defaults.js +1 -13
  205. package/esm/avatar/avatar-group.js +1 -35
  206. package/esm/avatar/avatar-group.styles.js +1 -52
  207. package/esm/avatar/avatar.js +1 -75
  208. package/esm/avatar/avatar.styles.js +1 -334
  209. package/esm/avatar/index.js +1 -22
  210. package/esm/backdrop/backdrop.js +1 -137
  211. package/esm/backdrop/backdrop.styles.js +1 -119
  212. package/esm/backdrop/index.js +1 -16
  213. package/esm/button/button-group-context.js +1 -21
  214. package/esm/button/button-group.js +1 -81
  215. package/esm/button/button-group.styles.js +1 -136
  216. package/esm/button/button-icon.js +1 -68
  217. package/esm/button/button.js +1 -145
  218. package/esm/button/button.styles.js +1 -726
  219. package/esm/button/index.js +1 -25
  220. package/esm/button/utils.js +1 -27
  221. package/esm/card/card.js +1 -117
  222. package/esm/card/card.styles.js +1 -267
  223. package/esm/card/index.js +1 -24
  224. package/esm/checkbox/checkbox-context.js +1 -25
  225. package/esm/checkbox/checkbox-group.js +1 -89
  226. package/esm/checkbox/checkbox.js +1 -192
  227. package/esm/checkbox/checkbox.styles.js +1 -563
  228. package/esm/checkbox/index.js +1 -26
  229. package/esm/code/code.js +1 -42
  230. package/esm/code/code.styles.js +1 -14
  231. package/esm/code/index.js +1 -15
  232. package/esm/col/col.js +1 -46
  233. package/esm/col/col.styles.js +1 -16
  234. package/esm/col/index.js +1 -14
  235. package/esm/collapse/collapse-context.js +1 -20
  236. package/esm/collapse/collapse-group.js +1 -90
  237. package/esm/collapse/collapse-icon.js +1 -41
  238. package/esm/collapse/collapse.js +1 -196
  239. package/esm/collapse/collapse.styles.js +1 -256
  240. package/esm/collapse/index.js +1 -22
  241. package/esm/container/container.js +1 -91
  242. package/esm/container/container.styles.js +1 -45
  243. package/esm/container/index.js +1 -14
  244. package/esm/css-baseline/css-baseline.js +1 -247
  245. package/esm/css-baseline/index.js +1 -11
  246. package/esm/divider/divider.js +1 -82
  247. package/esm/divider/divider.styles.js +1 -77
  248. package/esm/divider/index.js +1 -15
  249. package/esm/grid/grid-container.js +1 -60
  250. package/esm/grid/grid-item.js +1 -123
  251. package/esm/grid/grid.js +1 -29
  252. package/esm/grid/grid.styles.js +1 -15
  253. package/esm/grid/index.js +1 -18
  254. package/esm/image/image.js +1 -150
  255. package/esm/image/image.skeleton.js +1 -50
  256. package/esm/image/image.styles.js +1 -57
  257. package/esm/image/index.js +1 -16
  258. package/esm/index.js +1 -435
  259. package/esm/input/index.js +1 -30
  260. package/esm/input/input-password.js +1 -80
  261. package/esm/input/input-props.js +1 -30
  262. package/esm/input/input.js +1 -318
  263. package/esm/input/input.styles.js +1 -878
  264. package/esm/input/password-icon.js +1 -51
  265. package/esm/link/icon.js +1 -42
  266. package/esm/link/index.js +1 -15
  267. package/esm/link/link.js +1 -42
  268. package/esm/link/link.styles.js +1 -135
  269. package/esm/loading/index.js +1 -24
  270. package/esm/loading/loading.js +1 -80
  271. package/esm/loading/loading.styles.js +1 -438
  272. package/esm/loading/spinner.js +1 -47
  273. package/esm/modal/index.js +1 -28
  274. package/esm/modal/modal-body.js +1 -62
  275. package/esm/modal/modal-close-button.js +1 -49
  276. package/esm/modal/modal-context.js +1 -18
  277. package/esm/modal/modal-footer.js +1 -69
  278. package/esm/modal/modal-header.js +1 -69
  279. package/esm/modal/modal-wrapper.js +1 -153
  280. package/esm/modal/modal.js +1 -159
  281. package/esm/modal/modal.styles.js +1 -243
  282. package/esm/modal/use-modal.js +1 -25
  283. package/esm/pagination/index.js +1 -19
  284. package/esm/pagination/pagination-ellipsis.js +1 -86
  285. package/esm/pagination/pagination-highlight.js +1 -52
  286. package/esm/pagination/pagination-icon.js +1 -59
  287. package/esm/pagination/pagination-item.js +1 -104
  288. package/esm/pagination/pagination.js +1 -169
  289. package/esm/pagination/pagination.styles.js +1 -361
  290. package/esm/progress/index.js +1 -15
  291. package/esm/progress/progress.js +1 -101
  292. package/esm/progress/progress.styles.js +1 -165
  293. package/esm/radio/index.js +1 -24
  294. package/esm/radio/radio-context.js +1 -24
  295. package/esm/radio/radio-group.js +1 -78
  296. package/esm/radio/radio.js +1 -156
  297. package/esm/radio/radio.styles.js +1 -240
  298. package/esm/row/index.js +1 -14
  299. package/esm/row/row.js +1 -54
  300. package/esm/row/row.styles.js +1 -25
  301. package/esm/snippet/index.js +1 -16
  302. package/esm/snippet/snippet-icon.js +1 -52
  303. package/esm/snippet/snippet.js +1 -137
  304. package/esm/snippet/snippet.styles.js +1 -141
  305. package/esm/spacer/index.js +1 -14
  306. package/esm/spacer/spacer.js +1 -49
  307. package/esm/spacer/spacer.styles.js +1 -24
  308. package/esm/switch/index.js +1 -17
  309. package/esm/switch/switch.js +1 -142
  310. package/esm/switch/switch.styles.js +1 -283
  311. package/esm/table/base/index.js +1 -0
  312. package/esm/table/base/table-body.js +1 -0
  313. package/esm/table/base/table-cell.js +1 -0
  314. package/esm/table/base/table-column.js +1 -0
  315. package/esm/table/base/table-header.js +1 -0
  316. package/esm/table/base/table-row.js +1 -0
  317. package/esm/table/index.js +1 -0
  318. package/esm/table/table-body.js +1 -0
  319. package/esm/table/table-cell.js +1 -0
  320. package/esm/table/table-checkbox-cell.js +1 -0
  321. package/esm/table/table-column-header.js +1 -0
  322. package/esm/table/table-context.js +1 -0
  323. package/esm/table/table-footer.js +1 -0
  324. package/esm/table/table-header-row.js +1 -0
  325. package/esm/table/table-pagination.js +1 -0
  326. package/esm/table/table-row-group.js +1 -0
  327. package/esm/table/table-row.js +1 -0
  328. package/esm/table/table-select-all-checkbox.js +1 -0
  329. package/esm/table/table-sort-icon.js +1 -0
  330. package/esm/table/table.js +1 -0
  331. package/esm/table/table.styles.js +1 -0
  332. package/esm/table/utils.js +1 -0
  333. package/esm/text/child.js +1 -83
  334. package/esm/text/index.js +1 -14
  335. package/esm/text/text.js +1 -124
  336. package/esm/text/text.styles.js +1 -41
  337. package/esm/textarea/index.js +1 -12
  338. package/esm/textarea/textarea.js +1 -126
  339. package/esm/textarea/utils.js +1 -126
  340. package/esm/theme/common.js +1 -503
  341. package/esm/theme/dark-theme.js +1 -38
  342. package/esm/theme/index.js +1 -31
  343. package/esm/theme/light-theme.js +1 -33
  344. package/esm/theme/stitches.config.js +1 -88
  345. package/esm/theme/theme-context.js +1 -22
  346. package/esm/theme/theme-provider.js +1 -111
  347. package/esm/theme/types.js +1 -3
  348. package/esm/theme/utils.js +1 -113
  349. package/esm/tooltip/index.js +1 -17
  350. package/esm/tooltip/placement.js +1 -193
  351. package/esm/tooltip/tooltip-content.js +1 -135
  352. package/esm/tooltip/tooltip.js +1 -143
  353. package/esm/tooltip/tooltip.styles.js +1 -159
  354. package/esm/use-body-scroll/index.js +1 -12
  355. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  356. package/esm/use-click-anywhere/index.js +1 -12
  357. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  358. package/esm/use-click-away/index.js +1 -12
  359. package/esm/use-click-away/use-click-away.js +1 -23
  360. package/esm/use-clipboard/index.js +1 -12
  361. package/esm/use-clipboard/use-clipboard.js +1 -57
  362. package/esm/use-current-state/index.js +1 -12
  363. package/esm/use-current-state/use-current-state.js +1 -28
  364. package/esm/use-drip/index.js +1 -12
  365. package/esm/use-drip/use-drip.js +1 -38
  366. package/esm/use-input/index.js +1 -12
  367. package/esm/use-input/use-input.js +1 -32
  368. package/esm/use-keyboard/codes.js +1 -104
  369. package/esm/use-keyboard/helper.js +1 -35
  370. package/esm/use-keyboard/index.js +1 -15
  371. package/esm/use-keyboard/use-keyboard.js +1 -76
  372. package/esm/use-pagination/index.js +1 -88
  373. package/esm/use-portal/index.js +1 -12
  374. package/esm/use-portal/use-portal.js +1 -43
  375. package/esm/use-real-shape/index.js +1 -12
  376. package/esm/use-real-shape/use-real-shape.js +1 -55
  377. package/esm/use-resize/index.js +1 -12
  378. package/esm/use-resize/use-resize.js +1 -23
  379. package/esm/use-ssr/index.js +1 -12
  380. package/esm/use-ssr/use-ssr.js +1 -25
  381. package/esm/use-theme/index.js +1 -12
  382. package/esm/use-theme/use-theme.js +1 -16
  383. package/esm/use-warning/index.js +1 -12
  384. package/esm/use-warning/use-warning.js +1 -23
  385. package/esm/user/index.js +1 -21
  386. package/esm/user/user-link.js +1 -46
  387. package/esm/user/user.js +1 -63
  388. package/esm/user/user.styles.js +1 -56
  389. package/esm/utils/assertion.js +1 -42
  390. package/esm/utils/clear-icon.js +1 -70
  391. package/esm/utils/clsx.js +1 -57
  392. package/esm/utils/collections.js +1 -110
  393. package/esm/utils/color.js +1 -187
  394. package/esm/utils/css-transition.js +1 -76
  395. package/esm/utils/deep-merge.js +1 -33
  396. package/esm/utils/dimensions.js +1 -10
  397. package/esm/utils/dom.js +1 -110
  398. package/esm/utils/drip.js +1 -116
  399. package/esm/utils/expand.js +1 -109
  400. package/esm/utils/icons.js +1 -481
  401. package/esm/utils/numbers.js +1 -23
  402. package/esm/utils/object.js +1 -40
  403. package/esm/utils/prop-types.js +1 -56
  404. package/esm/utils/react.js +1 -24
  405. package/esm/utils/strings.js +1 -18
  406. package/esm/utils/types.d.js +1 -3
  407. package/esm/utils/with-defaults.js +1 -13
  408. package/package.json +17 -3
  409. package/table/package.json +6 -0
  410. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  411. package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
  412. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  413. package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
  414. package/{cjs → types}/avatar/index.d.ts +0 -0
  415. package/{cjs → types}/backdrop/backdrop.d.ts +1 -1
  416. package/{cjs → types}/backdrop/backdrop.styles.d.ts +25 -1
  417. package/{cjs → types}/backdrop/index.d.ts +0 -0
  418. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  419. package/{cjs → types}/button/button-group.d.ts +0 -0
  420. package/{cjs → types}/button/button-group.styles.d.ts +9 -1
  421. package/{esm → types}/button/button-icon.d.ts +9 -0
  422. package/{cjs → types}/button/button.d.ts +1 -0
  423. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -930
  424. package/{cjs → types}/button/index.d.ts +0 -0
  425. package/{cjs → types}/button/utils.d.ts +0 -0
  426. package/{cjs → types}/card/card.d.ts +0 -0
  427. package/{cjs → types}/card/card.styles.d.ts +35 -3
  428. package/{cjs → types}/card/index.d.ts +0 -0
  429. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  430. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  431. package/{cjs → types}/checkbox/checkbox.d.ts +3 -3
  432. package/{esm/input/input.styles.d.ts → types/checkbox/checkbox.styles.d.ts} +181 -986
  433. package/{cjs → types}/checkbox/index.d.ts +1 -1
  434. package/{cjs → types}/code/code.d.ts +0 -0
  435. package/{esm → types}/code/code.styles.d.ts +16 -0
  436. package/{cjs → types}/code/index.d.ts +0 -0
  437. package/{cjs → types}/col/col.d.ts +0 -0
  438. package/{esm → types}/col/col.styles.d.ts +8 -0
  439. package/{cjs → types}/col/index.d.ts +0 -0
  440. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  441. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  442. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  443. package/{cjs → types}/collapse/collapse.d.ts +0 -0
  444. package/{esm → types}/collapse/collapse.styles.d.ts +42 -2
  445. package/{cjs → types}/collapse/index.d.ts +0 -0
  446. package/{cjs → types}/container/container.d.ts +0 -0
  447. package/{esm → types}/container/container.styles.d.ts +8 -0
  448. package/{cjs → types}/container/index.d.ts +0 -0
  449. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  450. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  451. package/{cjs → types}/divider/divider.d.ts +0 -0
  452. package/{esm → types}/divider/divider.styles.d.ts +16 -0
  453. package/{cjs → types}/divider/index.d.ts +0 -0
  454. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  455. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  456. package/{cjs → types}/grid/grid.d.ts +0 -0
  457. package/{cjs → types}/grid/grid.styles.d.ts +16 -0
  458. package/{cjs → types}/grid/index.d.ts +0 -0
  459. package/{cjs → types}/image/image.d.ts +0 -0
  460. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  461. package/{esm → types}/image/image.styles.d.ts +25 -1
  462. package/{cjs → types}/image/index.d.ts +0 -0
  463. package/{cjs → types}/index.d.ts +4 -0
  464. package/{cjs → types}/input/index.d.ts +0 -0
  465. package/{esm → types}/input/input-password.d.ts +1 -1
  466. package/{cjs → types}/input/input-props.d.ts +0 -0
  467. package/{cjs → types}/input/input.d.ts +0 -0
  468. package/{cjs → types}/input/input.styles.d.ts +93 -5
  469. package/{cjs → types}/input/password-icon.d.ts +0 -0
  470. package/{cjs → types}/link/icon.d.ts +0 -0
  471. package/{cjs → types}/link/index.d.ts +0 -0
  472. package/{cjs → types}/link/link.d.ts +1 -1
  473. package/{cjs → types}/link/link.styles.d.ts +17 -1
  474. package/{cjs → types}/loading/index.d.ts +0 -0
  475. package/{cjs → types}/loading/loading.d.ts +0 -0
  476. package/{esm → types}/loading/loading.styles.d.ts +48 -0
  477. package/{cjs → types}/loading/spinner.d.ts +0 -0
  478. package/{cjs → types}/modal/index.d.ts +0 -0
  479. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  480. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  481. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  482. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  483. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  484. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  485. package/{cjs → types}/modal/modal.d.ts +0 -0
  486. package/{cjs → types}/modal/modal.styles.d.ts +49 -1
  487. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  488. package/{cjs → types}/pagination/index.d.ts +0 -0
  489. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  490. package/{esm → types}/pagination/pagination-highlight.d.ts +2 -1
  491. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  492. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  493. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  494. package/{esm → types}/pagination/pagination.styles.d.ts +53 -5
  495. package/{cjs → types}/progress/index.d.ts +0 -0
  496. package/{esm → types}/progress/progress.d.ts +2 -2
  497. package/{esm → types}/progress/progress.styles.d.ts +17 -1
  498. package/{cjs → types}/radio/index.d.ts +0 -0
  499. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  500. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  501. package/{cjs → types}/radio/radio.d.ts +0 -0
  502. package/{cjs → types}/radio/radio.styles.d.ts +51 -3
  503. package/{cjs → types}/row/index.d.ts +0 -0
  504. package/{cjs → types}/row/row.d.ts +0 -0
  505. package/{esm → types}/row/row.styles.d.ts +8 -0
  506. package/{cjs → types}/snippet/index.d.ts +0 -0
  507. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  508. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  509. package/{esm → types}/snippet/snippet.styles.d.ts +33 -1
  510. package/{cjs → types}/spacer/index.d.ts +0 -0
  511. package/{esm → types}/spacer/spacer.d.ts +1 -1
  512. package/{cjs → types}/spacer/spacer.styles.d.ts +9 -1
  513. package/{cjs → types}/switch/index.d.ts +0 -0
  514. package/{esm → types}/switch/switch.d.ts +1 -1
  515. package/{cjs → types}/switch/switch.styles.d.ts +33 -1
  516. package/types/table/base/index.d.ts +5 -0
  517. package/types/table/base/table-body.d.ts +8 -0
  518. package/types/table/base/table-cell.d.ts +8 -0
  519. package/types/table/base/table-column.d.ts +8 -0
  520. package/types/table/base/table-header.d.ts +4 -0
  521. package/types/table/base/table-row.d.ts +8 -0
  522. package/types/table/index.d.ts +12 -0
  523. package/types/table/table-body.d.ts +20 -0
  524. package/types/table/table-cell-old.d.ts +22 -0
  525. package/types/table/table-cell.d.ts +20 -0
  526. package/types/table/table-checkbox-cell.d.ts +23 -0
  527. package/{esm/utils/drip.d.ts → types/table/table-column-header.d.ts} +79 -30
  528. package/types/table/table-column.d.ts +17 -0
  529. package/types/table/table-context.d.ts +29 -0
  530. package/types/table/table-footer.d.ts +31 -0
  531. package/types/table/table-header-row.d.ts +19 -0
  532. package/types/table/table-old.d.ts +49 -0
  533. package/types/table/table-pagination.d.ts +16 -0
  534. package/{esm/code/code.d.ts → types/table/table-row-group.d.ts} +4 -5
  535. package/types/table/table-row.d.ts +20 -0
  536. package/types/table/table-select-all-checkbox.d.ts +20 -0
  537. package/{cjs/button/button-icon.d.ts → types/table/table-sort-icon.d.ts} +20 -18
  538. package/types/table/table-types.d.ts +30 -0
  539. package/types/table/table.d.ts +28 -0
  540. package/{cjs/checkbox/checkbox.styles.d.ts → types/table/table.styles.d.ts} +6795 -48
  541. package/types/table/utils.d.ts +2 -0
  542. package/{cjs → types}/text/child.d.ts +0 -0
  543. package/{cjs → types}/text/index.d.ts +0 -0
  544. package/{cjs → types}/text/text.d.ts +0 -0
  545. package/{cjs → types}/text/text.styles.d.ts +8 -0
  546. package/{cjs → types}/textarea/index.d.ts +0 -0
  547. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  548. package/{cjs → types}/textarea/utils.d.ts +0 -0
  549. package/{cjs → types}/theme/common.d.ts +16 -0
  550. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  551. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  552. package/types/theme/ssr-provider.d.ts +7 -0
  553. package/{cjs → types}/theme/stitches.config.d.ts +1022 -1
  554. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  555. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  556. package/{cjs → types}/theme/types.d.ts +0 -0
  557. package/{cjs → types}/theme/utils.d.ts +0 -0
  558. package/{cjs → types}/tooltip/index.d.ts +0 -0
  559. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  560. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  561. package/{esm → types}/tooltip/tooltip.d.ts +1 -1
  562. package/{esm → types}/tooltip/tooltip.styles.d.ts +34 -2
  563. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  564. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  565. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  566. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  567. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  568. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  569. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  570. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  571. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  572. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  573. package/{cjs → types}/use-drip/index.d.ts +0 -0
  574. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  575. package/{cjs → types}/use-input/index.d.ts +0 -0
  576. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  577. package/types/use-keyboard/codes.d.ts +92 -0
  578. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  579. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  580. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  581. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  582. package/{cjs → types}/use-portal/index.d.ts +0 -0
  583. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  584. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  585. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  586. package/{cjs → types}/use-resize/index.d.ts +0 -0
  587. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  588. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  589. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  590. package/{cjs → types}/use-theme/index.d.ts +0 -0
  591. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  592. package/{cjs → types}/use-warning/index.d.ts +0 -0
  593. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  594. package/types/user/index.d.ts +5 -0
  595. package/types/user/user-link.d.ts +15 -0
  596. package/{esm → types}/user/user.d.ts +2 -2
  597. package/{cjs → types}/user/user.styles.d.ts +41 -7
  598. package/{cjs → types}/utils/assertion.d.ts +0 -0
  599. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  600. package/{cjs → types}/utils/clsx.d.ts +0 -0
  601. package/{cjs → types}/utils/collections.d.ts +2 -1
  602. package/{cjs → types}/utils/color.d.ts +0 -0
  603. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  604. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  605. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  606. package/{cjs → types}/utils/drip.d.ts +8 -0
  607. package/{cjs → types}/utils/expand.d.ts +0 -0
  608. package/{cjs → types}/utils/numbers.d.ts +0 -0
  609. package/{cjs → types}/utils/object.d.ts +4 -0
  610. package/{esm → types}/utils/prop-types.d.ts +7 -0
  611. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  612. package/umd/nextui.js +30819 -10604
  613. package/umd/nextui.min.js +1 -1
  614. package/umd/nextui.min.js.LICENSE.txt +15 -0
  615. package/cjs/avatar/avatar.styles.d.ts +0 -937
  616. package/cjs/button/button.styles.d.ts +0 -940
  617. package/cjs/code/code.styles.d.ts +0 -1848
  618. package/cjs/col/col.styles.d.ts +0 -926
  619. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  620. package/cjs/container/container.styles.d.ts +0 -929
  621. package/cjs/divider/divider.styles.d.ts +0 -1853
  622. package/cjs/image/image.styles.d.ts +0 -2775
  623. package/cjs/input/input-password.d.ts +0 -98
  624. package/cjs/loading/loading.styles.d.ts +0 -5554
  625. package/cjs/pagination/pagination-highlight.d.ts +0 -14
  626. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  627. package/cjs/progress/progress.d.ts +0 -65
  628. package/cjs/progress/progress.styles.d.ts +0 -1859
  629. package/cjs/row/row.styles.d.ts +0 -928
  630. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  631. package/cjs/spacer/spacer.d.ts +0 -41
  632. package/cjs/switch/switch.d.ts +0 -82
  633. package/cjs/tooltip/tooltip.d.ts +0 -59
  634. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  635. package/cjs/use-keyboard/codes.d.ts +0 -92
  636. package/cjs/user/index.d.ts +0 -6
  637. package/cjs/user/user-link.d.ts +0 -32
  638. package/cjs/user/user.d.ts +0 -35
  639. package/cjs/utils/prop-types.d.ts +0 -54
  640. package/esm/avatar/avatar-group.d.ts +0 -13
  641. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  642. package/esm/avatar/avatar.d.ts +0 -21
  643. package/esm/avatar/index.d.ts +0 -7
  644. package/esm/backdrop/backdrop.d.ts +0 -37
  645. package/esm/backdrop/index.d.ts +0 -5
  646. package/esm/button/button-group-context.d.ts +0 -20
  647. package/esm/button/button-group.d.ts +0 -34
  648. package/esm/button/button-group.styles.d.ts +0 -932
  649. package/esm/button/button.d.ts +0 -30
  650. package/esm/button/button.styles.d.ts +0 -940
  651. package/esm/button/index.d.ts +0 -10
  652. package/esm/button/utils.d.ts +0 -4
  653. package/esm/card/card.d.ts +0 -23
  654. package/esm/card/card.styles.d.ts +0 -3707
  655. package/esm/card/index.d.ts +0 -5
  656. package/esm/checkbox/checkbox-context.d.ts +0 -13
  657. package/esm/checkbox/checkbox-group.d.ts +0 -29
  658. package/esm/checkbox/checkbox.d.ts +0 -58
  659. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  660. package/esm/checkbox/index.d.ts +0 -6
  661. package/esm/code/index.d.ts +0 -5
  662. package/esm/col/col.d.ts +0 -20
  663. package/esm/col/index.d.ts +0 -5
  664. package/esm/collapse/collapse-context.d.ts +0 -9
  665. package/esm/collapse/collapse-group.d.ts +0 -18
  666. package/esm/collapse/collapse-icon.d.ts +0 -19
  667. package/esm/collapse/collapse.d.ts +0 -43
  668. package/esm/collapse/index.d.ts +0 -6
  669. package/esm/container/container.d.ts +0 -40
  670. package/esm/container/index.d.ts +0 -5
  671. package/esm/css-baseline/css-baseline.d.ts +0 -9
  672. package/esm/css-baseline/index.d.ts +0 -1
  673. package/esm/divider/divider.d.ts +0 -22
  674. package/esm/divider/index.d.ts +0 -5
  675. package/esm/grid/grid-container.d.ts +0 -22
  676. package/esm/grid/grid-item.d.ts +0 -37
  677. package/esm/grid/grid.d.ts +0 -9
  678. package/esm/grid/grid.styles.d.ts +0 -1849
  679. package/esm/grid/index.d.ts +0 -7
  680. package/esm/image/image.d.ts +0 -29
  681. package/esm/image/image.skeleton.d.ts +0 -19
  682. package/esm/image/index.d.ts +0 -5
  683. package/esm/index.d.ts +0 -79
  684. package/esm/input/index.d.ts +0 -7
  685. package/esm/input/input-props.d.ts +0 -66
  686. package/esm/input/input.d.ts +0 -18
  687. package/esm/input/password-icon.d.ts +0 -6
  688. package/esm/link/icon.d.ts +0 -4
  689. package/esm/link/index.d.ts +0 -5
  690. package/esm/link/link.d.ts +0 -43
  691. package/esm/link/link.styles.d.ts +0 -1854
  692. package/esm/loading/index.d.ts +0 -7
  693. package/esm/loading/loading.d.ts +0 -24
  694. package/esm/loading/spinner.d.ts +0 -17
  695. package/esm/modal/index.d.ts +0 -8
  696. package/esm/modal/modal-body.d.ts +0 -45
  697. package/esm/modal/modal-close-button.d.ts +0 -13
  698. package/esm/modal/modal-context.d.ts +0 -8
  699. package/esm/modal/modal-footer.d.ts +0 -24
  700. package/esm/modal/modal-header.d.ts +0 -24
  701. package/esm/modal/modal-wrapper.d.ts +0 -24
  702. package/esm/modal/modal.d.ts +0 -42
  703. package/esm/modal/modal.styles.d.ts +0 -5560
  704. package/esm/modal/use-modal.d.ts +0 -11
  705. package/esm/pagination/index.d.ts +0 -7
  706. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  707. package/esm/pagination/pagination-icon.d.ts +0 -16
  708. package/esm/pagination/pagination-item.d.ts +0 -22
  709. package/esm/pagination/pagination.d.ts +0 -46
  710. package/esm/progress/index.d.ts +0 -5
  711. package/esm/radio/index.d.ts +0 -4
  712. package/esm/radio/radio-context.d.ts +0 -13
  713. package/esm/radio/radio-group.d.ts +0 -30
  714. package/esm/radio/radio.d.ts +0 -45
  715. package/esm/radio/radio.styles.d.ts +0 -5555
  716. package/esm/row/index.d.ts +0 -5
  717. package/esm/row/row.d.ts +0 -21
  718. package/esm/snippet/index.d.ts +0 -5
  719. package/esm/snippet/snippet-icon.d.ts +0 -21
  720. package/esm/snippet/snippet.d.ts +0 -35
  721. package/esm/spacer/index.d.ts +0 -5
  722. package/esm/spacer/spacer.styles.d.ts +0 -927
  723. package/esm/switch/index.d.ts +0 -5
  724. package/esm/switch/switch.styles.d.ts +0 -3708
  725. package/esm/text/child.d.ts +0 -23
  726. package/esm/text/index.d.ts +0 -4
  727. package/esm/text/text.d.ts +0 -59
  728. package/esm/text/text.styles.d.ts +0 -927
  729. package/esm/textarea/index.d.ts +0 -3
  730. package/esm/textarea/textarea.d.ts +0 -42
  731. package/esm/textarea/utils.d.ts +0 -13
  732. package/esm/theme/common.d.ts +0 -1644
  733. package/esm/theme/dark-theme.d.ts +0 -33
  734. package/esm/theme/light-theme.d.ts +0 -28
  735. package/esm/theme/stitches.config.d.ts +0 -9004
  736. package/esm/theme/theme-context.d.ts +0 -5
  737. package/esm/theme/theme-provider.d.ts +0 -14
  738. package/esm/theme/types.d.ts +0 -76
  739. package/esm/theme/utils.d.ts +0 -16
  740. package/esm/tooltip/index.d.ts +0 -6
  741. package/esm/tooltip/placement.d.ts +0 -39
  742. package/esm/tooltip/tooltip-content.d.ts +0 -27
  743. package/esm/use-body-scroll/index.d.ts +0 -3
  744. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  745. package/esm/use-click-anywhere/index.d.ts +0 -2
  746. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  747. package/esm/use-click-away/index.d.ts +0 -2
  748. package/esm/use-click-away/use-click-away.d.ts +0 -3
  749. package/esm/use-clipboard/index.d.ts +0 -3
  750. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  751. package/esm/use-current-state/index.d.ts +0 -2
  752. package/esm/use-current-state/use-current-state.d.ts +0 -8
  753. package/esm/use-drip/index.d.ts +0 -2
  754. package/esm/use-drip/use-drip.d.ts +0 -9
  755. package/esm/use-input/index.d.ts +0 -2
  756. package/esm/use-input/use-input.d.ts +0 -13
  757. package/esm/use-keyboard/codes.d.ts +0 -92
  758. package/esm/use-keyboard/helper.d.ts +0 -3
  759. package/esm/use-keyboard/index.d.ts +0 -5
  760. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  761. package/esm/use-pagination/index.d.ts +0 -20
  762. package/esm/use-portal/index.d.ts +0 -2
  763. package/esm/use-portal/use-portal.d.ts +0 -2
  764. package/esm/use-real-shape/index.d.ts +0 -2
  765. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  766. package/esm/use-resize/index.d.ts +0 -2
  767. package/esm/use-resize/use-resize.d.ts +0 -2
  768. package/esm/use-ssr/index.d.ts +0 -2
  769. package/esm/use-ssr/use-ssr.d.ts +0 -6
  770. package/esm/use-theme/index.d.ts +0 -2
  771. package/esm/use-theme/use-theme.d.ts +0 -3
  772. package/esm/use-warning/index.d.ts +0 -2
  773. package/esm/use-warning/use-warning.d.ts +0 -2
  774. package/esm/user/index.d.ts +0 -6
  775. package/esm/user/user-link.d.ts +0 -32
  776. package/esm/user/user.styles.d.ts +0 -4621
  777. package/esm/utils/assertion.d.ts +0 -8
  778. package/esm/utils/clear-icon.d.ts +0 -16
  779. package/esm/utils/clsx.d.ts +0 -1
  780. package/esm/utils/collections.d.ts +0 -12
  781. package/esm/utils/color.d.ts +0 -28
  782. package/esm/utils/css-transition.d.ts +0 -27
  783. package/esm/utils/deep-merge.d.ts +0 -1
  784. package/esm/utils/dimensions.d.ts +0 -1
  785. package/esm/utils/expand.d.ts +0 -20
  786. package/esm/utils/numbers.d.ts +0 -9
  787. package/esm/utils/object.d.ts +0 -11
  788. package/esm/utils/with-defaults.d.ts +0 -3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -55,5 +55,5 @@ declare const _default: React.ComponentType<Partial<{
55
55
  className: string;
56
56
  portalClassName: string;
57
57
  onVisibleChange: TooltipOnVisibleChange;
58
- }> & Omit<React.PropsWithChildren<TooltipProps>, "rounded" | "className" | "animated" | "shadow" | "hideArrow" | "initialVisible" | "trigger" | "enterDelay" | "leaveDelay" | "keepMounted" | "portalClassName" | "onVisibleChange">>;
58
+ }> & Omit<React.PropsWithChildren<TooltipProps>, "rounded" | "animated" | "className" | "shadow" | "hideArrow" | "initialVisible" | "trigger" | "enterDelay" | "leaveDelay" | "keepMounted" | "portalClassName" | "onVisibleChange">>;
59
59
  export default _default;
@@ -133,18 +133,23 @@ export declare const StyledTooltipTrigger: import("@stitches/react/types/styled-
133
133
  primaryLight: string;
134
134
  primary: string;
135
135
  primaryDark: string;
136
+ primaryShadow: string;
136
137
  secondaryLight: string;
137
138
  secondary: string;
138
139
  secondaryDark: string;
140
+ secondaryShadow: string;
139
141
  successLight: string;
140
142
  success: string;
141
143
  successDark: string;
144
+ successShadow: string;
142
145
  warningLight: string;
143
146
  warning: string;
144
147
  warningDark: string;
148
+ warningShadow: string;
145
149
  errorLight: string;
146
150
  error: string;
147
151
  errorDark: string;
152
+ errorShadow: string;
148
153
  gradient: string;
149
154
  link: string;
150
155
  };
@@ -920,6 +925,9 @@ export declare const StyledTooltipTrigger: import("@stitches/react/types/styled-
920
925
  backgroundImage: string;
921
926
  WebkitBackgroundClip: string;
922
927
  WebkitTextFillColor: string;
928
+ '&::selection': {
929
+ WebkitTextFillColor: string;
930
+ };
923
931
  };
924
932
  }>>;
925
933
  export declare const StyledTooltipArrow: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
@@ -1056,18 +1064,23 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
1056
1064
  primaryLight: string;
1057
1065
  primary: string;
1058
1066
  primaryDark: string;
1067
+ primaryShadow: string;
1059
1068
  secondaryLight: string;
1060
1069
  secondary: string;
1061
1070
  secondaryDark: string;
1071
+ secondaryShadow: string;
1062
1072
  successLight: string;
1063
1073
  success: string;
1064
1074
  successDark: string;
1075
+ successShadow: string;
1065
1076
  warningLight: string;
1066
1077
  warning: string;
1067
1078
  warningDark: string;
1079
+ warningShadow: string;
1068
1080
  errorLight: string;
1069
1081
  error: string;
1070
1082
  errorDark: string;
1083
+ errorShadow: string;
1071
1084
  gradient: string;
1072
1085
  link: string;
1073
1086
  };
@@ -1843,6 +1856,9 @@ export declare const StyledTooltipArrow: import("@stitches/react/types/styled-co
1843
1856
  backgroundImage: string;
1844
1857
  WebkitBackgroundClip: string;
1845
1858
  WebkitTextFillColor: string;
1859
+ '&::selection': {
1860
+ WebkitTextFillColor: string;
1861
+ };
1846
1862
  };
1847
1863
  }>>;
1848
1864
  export declare const StyledTooltip: import("@stitches/react/types/styled-component").StyledComponent<"div", {
@@ -1981,18 +1997,23 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
1981
1997
  primaryLight: string;
1982
1998
  primary: string;
1983
1999
  primaryDark: string;
2000
+ primaryShadow: string;
1984
2001
  secondaryLight: string;
1985
2002
  secondary: string;
1986
2003
  secondaryDark: string;
2004
+ secondaryShadow: string;
1987
2005
  successLight: string;
1988
2006
  success: string;
1989
2007
  successDark: string;
2008
+ successShadow: string;
1990
2009
  warningLight: string;
1991
2010
  warning: string;
1992
2011
  warningDark: string;
2012
+ warningShadow: string;
1993
2013
  errorLight: string;
1994
2014
  error: string;
1995
2015
  errorDark: string;
2016
+ errorShadow: string;
1996
2017
  gradient: string;
1997
2018
  link: string;
1998
2019
  };
@@ -2768,14 +2789,17 @@ export declare const StyledTooltip: import("@stitches/react/types/styled-compone
2768
2789
  backgroundImage: string;
2769
2790
  WebkitBackgroundClip: string;
2770
2791
  WebkitTextFillColor: string;
2792
+ '&::selection': {
2793
+ WebkitTextFillColor: string;
2794
+ };
2771
2795
  };
2772
2796
  }>>;
2773
2797
  export declare const StyledTooltipContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2774
2798
  color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "invert" | undefined;
2775
- contentColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
2799
+ contentColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "invert" | undefined;
2776
2800
  rounded?: boolean | "true" | undefined;
2777
2801
  shadow?: boolean | "true" | undefined;
2778
- animated?: boolean | "true" | "false" | undefined;
2802
+ animated?: boolean | "false" | "true" | undefined;
2779
2803
  }, {
2780
2804
  xs: string;
2781
2805
  sm: string;
@@ -2910,18 +2934,23 @@ export declare const StyledTooltipContent: import("@stitches/react/types/styled-
2910
2934
  primaryLight: string;
2911
2935
  primary: string;
2912
2936
  primaryDark: string;
2937
+ primaryShadow: string;
2913
2938
  secondaryLight: string;
2914
2939
  secondary: string;
2915
2940
  secondaryDark: string;
2941
+ secondaryShadow: string;
2916
2942
  successLight: string;
2917
2943
  success: string;
2918
2944
  successDark: string;
2945
+ successShadow: string;
2919
2946
  warningLight: string;
2920
2947
  warning: string;
2921
2948
  warningDark: string;
2949
+ warningShadow: string;
2922
2950
  errorLight: string;
2923
2951
  error: string;
2924
2952
  errorDark: string;
2953
+ errorShadow: string;
2925
2954
  gradient: string;
2926
2955
  link: string;
2927
2956
  };
@@ -3697,6 +3726,9 @@ export declare const StyledTooltipContent: import("@stitches/react/types/styled-
3697
3726
  backgroundImage: string;
3698
3727
  WebkitBackgroundClip: string;
3699
3728
  WebkitTextFillColor: string;
3729
+ '&::selection': {
3730
+ WebkitTextFillColor: string;
3731
+ };
3700
3732
  };
3701
3733
  }>>;
3702
3734
  export declare type TooltipTriggerVariantsProps = VariantProps<typeof StyledTooltipTrigger>;
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,92 @@
1
+ /**
2
+ * KeyBinding Codes
3
+ * The content of this file is based on the design of the open source project "microsoft/vscode",
4
+ * Copyright (c) Microsoft Corporation. All rights reserved.
5
+ *
6
+ * We inherit the KeyMod values from "microsoft/vscode",
7
+ * but use the Browser's KeyboardEvent event implementation, and all values are used only as identification.
8
+ */
9
+ export declare const KeyCode: {
10
+ Unknown: number;
11
+ Backspace: number;
12
+ Tab: number;
13
+ Enter: number;
14
+ Shift: number;
15
+ Ctrl: number;
16
+ Alt: number;
17
+ PauseBreak: number;
18
+ CapsLock: number;
19
+ Escape: number;
20
+ Space: number;
21
+ PageUp: number;
22
+ PageDown: number;
23
+ End: number;
24
+ Home: number;
25
+ LeftArrow: number;
26
+ UpArrow: number;
27
+ RightArrow: number;
28
+ DownArrow: number;
29
+ Insert: number;
30
+ Delete: number;
31
+ KEY_0: number;
32
+ KEY_1: number;
33
+ KEY_2: number;
34
+ KEY_3: number;
35
+ KEY_4: number;
36
+ KEY_5: number;
37
+ KEY_6: number;
38
+ KEY_7: number;
39
+ KEY_8: number;
40
+ KEY_9: number;
41
+ KEY_A: number;
42
+ KEY_B: number;
43
+ KEY_C: number;
44
+ KEY_D: number;
45
+ KEY_E: number;
46
+ KEY_F: number;
47
+ KEY_G: number;
48
+ KEY_H: number;
49
+ KEY_I: number;
50
+ KEY_J: number;
51
+ KEY_K: number;
52
+ KEY_L: number;
53
+ KEY_M: number;
54
+ KEY_N: number;
55
+ KEY_O: number;
56
+ KEY_P: number;
57
+ KEY_Q: number;
58
+ KEY_R: number;
59
+ KEY_S: number;
60
+ KEY_T: number;
61
+ KEY_U: number;
62
+ KEY_V: number;
63
+ KEY_W: number;
64
+ KEY_X: number;
65
+ KEY_Y: number;
66
+ KEY_Z: number;
67
+ Meta: number;
68
+ F1: number;
69
+ F2: number;
70
+ F3: number;
71
+ F4: number;
72
+ F5: number;
73
+ F6: number;
74
+ F7: number;
75
+ F8: number;
76
+ F9: number;
77
+ F10: number;
78
+ F11: number;
79
+ F12: number;
80
+ NumLock: number;
81
+ ScrollLock: number;
82
+ Equal: number;
83
+ Minus: number;
84
+ Backquote: number;
85
+ Backslash: number;
86
+ };
87
+ export declare const KeyMod: {
88
+ CtrlCmd: number;
89
+ Shift: number;
90
+ Alt: number;
91
+ WinCtrl: number;
92
+ };
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
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,5 @@
1
+ import User from './user';
2
+ export type { UserProps } from './user';
3
+ export type { UserLinkProps } from './user-link';
4
+ export { StyledUser, StyledUserInfo, StyledUserName, StyledUserDesc, StyledUserLink } from './user.styles';
5
+ export default User;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { CSS } from '../theme/stitches.config';
3
+ interface Props {
4
+ href?: string;
5
+ }
6
+ declare type NativeAttrs = Omit<React.AnchorHTMLAttributes<unknown>, keyof Props>;
7
+ export declare type UserLinkProps = Props & NativeAttrs & {
8
+ css?: CSS;
9
+ };
10
+ declare const MemoUserLink: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & NativeAttrs & {
11
+ css?: CSS | undefined;
12
+ } & {
13
+ children?: React.ReactNode;
14
+ } & React.RefAttributes<HTMLAnchorElement>>>;
15
+ export default MemoUserLink;
@@ -2,7 +2,6 @@ import React, { ReactNode } from 'react';
2
2
  import UserLink from './user-link';
3
3
  import { NormalColors, NormalSizes } from '../utils/prop-types';
4
4
  import { CSS } from '../theme/stitches.config';
5
- import { UserVariantsProps } from './user.styles';
6
5
  interface Props {
7
6
  name: ReactNode | string;
8
7
  color?: NormalColors;
@@ -13,6 +12,7 @@ interface Props {
13
12
  pointer?: boolean;
14
13
  altText?: string;
15
14
  text?: string;
15
+ description?: string;
16
16
  squared?: boolean;
17
17
  as?: keyof JSX.IntrinsicElements;
18
18
  }
@@ -22,7 +22,7 @@ declare const defaultProps: {
22
22
  bordered: boolean;
23
23
  };
24
24
  declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props>;
25
- export declare type UserProps = Props & typeof defaultProps & NativeAttrs & UserVariantsProps & {
25
+ export declare type UserProps = Props & typeof defaultProps & NativeAttrs & {
26
26
  css?: CSS;
27
27
  };
28
28
  declare type MemoUserComponent<P = {}> = React.NamedExoticComponent<P> & {
@@ -1,4 +1,3 @@
1
- import { VariantProps } from '../theme/stitches.config';
2
1
  export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
2
  xs: string;
4
3
  sm: string;
@@ -133,18 +132,23 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
133
132
  primaryLight: string;
134
133
  primary: string;
135
134
  primaryDark: string;
135
+ primaryShadow: string;
136
136
  secondaryLight: string;
137
137
  secondary: string;
138
138
  secondaryDark: string;
139
+ secondaryShadow: string;
139
140
  successLight: string;
140
141
  success: string;
141
142
  successDark: string;
143
+ successShadow: string;
142
144
  warningLight: string;
143
145
  warning: string;
144
146
  warningDark: string;
147
+ warningShadow: string;
145
148
  errorLight: string;
146
149
  error: string;
147
150
  errorDark: string;
151
+ errorShadow: string;
148
152
  gradient: string;
149
153
  link: string;
150
154
  };
@@ -920,6 +924,9 @@ export declare const StyledUser: import("@stitches/react/types/styled-component"
920
924
  backgroundImage: string;
921
925
  WebkitBackgroundClip: string;
922
926
  WebkitTextFillColor: string;
927
+ '&::selection': {
928
+ WebkitTextFillColor: string;
929
+ };
923
930
  };
924
931
  }>>;
925
932
  export declare const StyledUserInfo: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
@@ -1056,18 +1063,23 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1056
1063
  primaryLight: string;
1057
1064
  primary: string;
1058
1065
  primaryDark: string;
1066
+ primaryShadow: string;
1059
1067
  secondaryLight: string;
1060
1068
  secondary: string;
1061
1069
  secondaryDark: string;
1070
+ secondaryShadow: string;
1062
1071
  successLight: string;
1063
1072
  success: string;
1064
1073
  successDark: string;
1074
+ successShadow: string;
1065
1075
  warningLight: string;
1066
1076
  warning: string;
1067
1077
  warningDark: string;
1078
+ warningShadow: string;
1068
1079
  errorLight: string;
1069
1080
  error: string;
1070
1081
  errorDark: string;
1082
+ errorShadow: string;
1071
1083
  gradient: string;
1072
1084
  link: string;
1073
1085
  };
@@ -1843,6 +1855,9 @@ export declare const StyledUserInfo: import("@stitches/react/types/styled-compon
1843
1855
  backgroundImage: string;
1844
1856
  WebkitBackgroundClip: string;
1845
1857
  WebkitTextFillColor: string;
1858
+ '&::selection': {
1859
+ WebkitTextFillColor: string;
1860
+ };
1846
1861
  };
1847
1862
  }>>;
1848
1863
  export declare const StyledUserName: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
@@ -1979,18 +1994,23 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
1979
1994
  primaryLight: string;
1980
1995
  primary: string;
1981
1996
  primaryDark: string;
1997
+ primaryShadow: string;
1982
1998
  secondaryLight: string;
1983
1999
  secondary: string;
1984
2000
  secondaryDark: string;
2001
+ secondaryShadow: string;
1985
2002
  successLight: string;
1986
2003
  success: string;
1987
2004
  successDark: string;
2005
+ successShadow: string;
1988
2006
  warningLight: string;
1989
2007
  warning: string;
1990
2008
  warningDark: string;
2009
+ warningShadow: string;
1991
2010
  errorLight: string;
1992
2011
  error: string;
1993
2012
  errorDark: string;
2013
+ errorShadow: string;
1994
2014
  gradient: string;
1995
2015
  link: string;
1996
2016
  };
@@ -2766,9 +2786,12 @@ export declare const StyledUserName: import("@stitches/react/types/styled-compon
2766
2786
  backgroundImage: string;
2767
2787
  WebkitBackgroundClip: string;
2768
2788
  WebkitTextFillColor: string;
2789
+ '&::selection': {
2790
+ WebkitTextFillColor: string;
2791
+ };
2769
2792
  };
2770
2793
  }>>;
2771
- export declare const StyledUserSocial: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
2794
+ export declare const StyledUserDesc: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
2772
2795
  xs: string;
2773
2796
  sm: string;
2774
2797
  md: string;
@@ -2902,18 +2925,23 @@ export declare const StyledUserSocial: import("@stitches/react/types/styled-comp
2902
2925
  primaryLight: string;
2903
2926
  primary: string;
2904
2927
  primaryDark: string;
2928
+ primaryShadow: string;
2905
2929
  secondaryLight: string;
2906
2930
  secondary: string;
2907
2931
  secondaryDark: string;
2932
+ secondaryShadow: string;
2908
2933
  successLight: string;
2909
2934
  success: string;
2910
2935
  successDark: string;
2936
+ successShadow: string;
2911
2937
  warningLight: string;
2912
2938
  warning: string;
2913
2939
  warningDark: string;
2940
+ warningShadow: string;
2914
2941
  errorLight: string;
2915
2942
  error: string;
2916
2943
  errorDark: string;
2944
+ errorShadow: string;
2917
2945
  gradient: string;
2918
2946
  link: string;
2919
2947
  };
@@ -3689,6 +3717,9 @@ export declare const StyledUserSocial: import("@stitches/react/types/styled-comp
3689
3717
  backgroundImage: string;
3690
3718
  WebkitBackgroundClip: string;
3691
3719
  WebkitTextFillColor: string;
3720
+ '&::selection': {
3721
+ WebkitTextFillColor: string;
3722
+ };
3692
3723
  };
3693
3724
  }>>;
3694
3725
  export declare const StyledUserLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
@@ -3825,18 +3856,23 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
3825
3856
  primaryLight: string;
3826
3857
  primary: string;
3827
3858
  primaryDark: string;
3859
+ primaryShadow: string;
3828
3860
  secondaryLight: string;
3829
3861
  secondary: string;
3830
3862
  secondaryDark: string;
3863
+ secondaryShadow: string;
3831
3864
  successLight: string;
3832
3865
  success: string;
3833
3866
  successDark: string;
3867
+ successShadow: string;
3834
3868
  warningLight: string;
3835
3869
  warning: string;
3836
3870
  warningDark: string;
3871
+ warningShadow: string;
3837
3872
  errorLight: string;
3838
3873
  error: string;
3839
3874
  errorDark: string;
3875
+ errorShadow: string;
3840
3876
  gradient: string;
3841
3877
  link: string;
3842
3878
  };
@@ -4612,10 +4648,8 @@ export declare const StyledUserLink: import("@stitches/react/types/styled-compon
4612
4648
  backgroundImage: string;
4613
4649
  WebkitBackgroundClip: string;
4614
4650
  WebkitTextFillColor: string;
4651
+ '&::selection': {
4652
+ WebkitTextFillColor: string;
4653
+ };
4615
4654
  };
4616
4655
  }>>;
4617
- export declare type UserVariantsProps = VariantProps<typeof StyledUser>;
4618
- export declare type UserInfoVariantsProps = VariantProps<typeof StyledUserInfo>;
4619
- export declare type UserNameVariantsProps = VariantProps<typeof StyledUserName>;
4620
- export declare type UserSocialVariantsProps = VariantProps<typeof StyledUserSocial>;
4621
- export declare type UserLinkVariantsProps = VariantProps<typeof StyledUserLink>;
File without changes
File without changes
File without changes
@@ -4,7 +4,8 @@ export declare const hasChild: (children: ReactNode | undefined, child: React.El
4
4
  export declare const pick: <Obj extends {
5
5
  [key: string]: any;
6
6
  }, Key extends keyof Obj>(props: Key[], obj: Obj) => Pick<Obj, Key>;
7
- export declare const pickChild: (children: ReactNode | undefined, targetChild: React.ElementType) => [ReactNode | undefined, ReactNode | undefined];
7
+ export declare const pickChild: <T = React.ReactNode>(children: ReactNode | undefined, targetChild: React.ElementType) => [React.ReactNode | T, React.ReactNode[] | undefined];
8
+ export declare const pickSingleChild: <T = React.ReactNode>(children: ReactNode | undefined, targetChild: React.ElementType) => [T, React.ReactNode];
8
9
  export declare const isChildElement: (parent: Element | null | undefined, child: Element | null | undefined) => boolean;
9
10
  export declare const isBrowser: () => boolean;
10
11
  export declare const isMac: () => boolean;
File without changes
File without changes
File without changes
File without changes
@@ -148,18 +148,23 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
148
148
  primaryLight: string;
149
149
  primary: string;
150
150
  primaryDark: string;
151
+ primaryShadow: string;
151
152
  secondaryLight: string;
152
153
  secondary: string;
153
154
  secondaryDark: string;
155
+ secondaryShadow: string;
154
156
  successLight: string;
155
157
  success: string;
156
158
  successDark: string;
159
+ successShadow: string;
157
160
  warningLight: string;
158
161
  warning: string;
159
162
  warningDark: string;
163
+ warningShadow: string;
160
164
  errorLight: string;
161
165
  error: string;
162
166
  errorDark: string;
167
+ errorShadow: string;
163
168
  gradient: string;
164
169
  link: string;
165
170
  };
@@ -935,6 +940,9 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
935
940
  backgroundImage: string;
936
941
  WebkitBackgroundClip: string;
937
942
  WebkitTextFillColor: string;
943
+ '&::selection': {
944
+ WebkitTextFillColor: string;
945
+ };
938
946
  };
939
947
  }>>;
940
948
  declare type DripVariants = VariantProps<typeof StyledDrip>;
File without changes
File without changes
@@ -1,3 +1,4 @@
1
+ import { Key } from 'react';
1
2
  export declare const isObject: (target: unknown) => unknown;
2
3
  export interface MergeObject {
3
4
  [key: string]: any;
@@ -9,3 +10,6 @@ export declare const renameProp: (oldProp: string, newProp: string, { [oldProp]:
9
10
  };
10
11
  export declare const copyObject: (obj: any) => any;
11
12
  export declare const omitObject: (obj: any, omitKeys: string[]) => any;
13
+ export declare const cleanObject: (obj: any) => any;
14
+ export declare const cleanObjectKeys: (obj: any, keys?: string[]) => any;
15
+ export declare const getKeyValue: (obj: any, key: Key) => any;