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

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