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