@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,2799 @@
1
+ import { VariantProps } from '../theme/stitches.config';
2
+ export declare const StyledImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
+ ready?: boolean | "false" | "true" | undefined;
4
+ }, {
5
+ xs: string;
6
+ sm: string;
7
+ md: string;
8
+ lg: string;
9
+ xl: string;
10
+ xsMax: string;
11
+ smMax: string;
12
+ mdMax: string;
13
+ lgMax: string;
14
+ xlMax: string;
15
+ motion: string;
16
+ safari: string;
17
+ hover: string;
18
+ dark: string;
19
+ light: string;
20
+ }, import("@stitches/react/types/css-util").CSS<{
21
+ xs: string;
22
+ sm: string;
23
+ md: string;
24
+ lg: string;
25
+ xl: string;
26
+ xsMax: string;
27
+ smMax: string;
28
+ mdMax: string;
29
+ lgMax: string;
30
+ xlMax: string;
31
+ motion: string;
32
+ safari: string;
33
+ hover: string;
34
+ dark: string;
35
+ light: string;
36
+ }, {
37
+ shadows: {
38
+ xs: string;
39
+ sm: string;
40
+ md: string;
41
+ lg: string;
42
+ xl: string;
43
+ };
44
+ colors: {
45
+ accents1: string;
46
+ accents2: string;
47
+ accents3: string;
48
+ accents4: string;
49
+ accents5: string;
50
+ accents6: string;
51
+ accents7: string;
52
+ accents8: string;
53
+ accents9: string;
54
+ text: string;
55
+ background: string;
56
+ foreground: string;
57
+ codeLight: string;
58
+ code: string;
59
+ border: string;
60
+ selection: string;
61
+ white: string;
62
+ black: string;
63
+ blue100: string;
64
+ blue200: string;
65
+ blue300: string;
66
+ blue400: string;
67
+ blue500: string;
68
+ blue600: string;
69
+ blue700: string;
70
+ blue800: string;
71
+ blue900: string;
72
+ purple100: string;
73
+ purple200: string;
74
+ purple300: string;
75
+ purple400: string;
76
+ purple500: string;
77
+ purple600: string;
78
+ purple700: string;
79
+ purple800: string;
80
+ purple900: string;
81
+ green100: string;
82
+ green200: string;
83
+ green300: string;
84
+ green400: string;
85
+ green500: string;
86
+ green600: string;
87
+ green700: string;
88
+ green800: string;
89
+ green900: string;
90
+ yellow100: string;
91
+ yellow200: string;
92
+ yellow300: string;
93
+ yellow400: string;
94
+ yellow500: string;
95
+ yellow600: string;
96
+ yellow700: string;
97
+ yellow800: string;
98
+ yellow900: string;
99
+ red100: string;
100
+ red200: string;
101
+ red300: string;
102
+ red400: string;
103
+ red500: string;
104
+ red600: string;
105
+ red700: string;
106
+ red800: string;
107
+ red900: string;
108
+ cyan100: string;
109
+ cyan200: string;
110
+ cyan300: string;
111
+ cyan400: string;
112
+ cyan500: string;
113
+ cyan600: string;
114
+ cyan700: string;
115
+ cyan800: string;
116
+ cyan900: string;
117
+ pink100: string;
118
+ pink200: string;
119
+ pink300: string;
120
+ pink400: string;
121
+ pink500: string;
122
+ pink600: string;
123
+ pink700: string;
124
+ pink800: string;
125
+ pink900: string;
126
+ gray100: string;
127
+ gray200: string;
128
+ gray300: string;
129
+ gray400: string;
130
+ gray500: string;
131
+ gray600: string;
132
+ gray700: string;
133
+ gray800: string;
134
+ gray900: string;
135
+ primaryLight: string;
136
+ primary: string;
137
+ primaryDark: string;
138
+ primaryShadow: string;
139
+ secondaryLight: string;
140
+ secondary: string;
141
+ secondaryDark: string;
142
+ secondaryShadow: string;
143
+ successLight: string;
144
+ success: string;
145
+ successDark: string;
146
+ successShadow: string;
147
+ warningLight: string;
148
+ warning: string;
149
+ warningDark: string;
150
+ warningShadow: string;
151
+ errorLight: string;
152
+ error: string;
153
+ errorDark: string;
154
+ errorShadow: string;
155
+ gradient: string;
156
+ link: string;
157
+ };
158
+ fonts: {
159
+ sans: string;
160
+ mono: string;
161
+ };
162
+ fontSizes: {
163
+ tiny: string;
164
+ xs: string;
165
+ base: string;
166
+ sm: string;
167
+ md: string;
168
+ lg: string;
169
+ xl: string;
170
+ };
171
+ fontWeights: {
172
+ hairline: number;
173
+ thin: number;
174
+ light: number;
175
+ normal: number;
176
+ medium: number;
177
+ semibold: number;
178
+ bold: number;
179
+ extrabold: number;
180
+ black: number;
181
+ };
182
+ lineHeights: {
183
+ xs: number;
184
+ sm: number;
185
+ md: number;
186
+ lg: number;
187
+ xl: number;
188
+ };
189
+ letterSpacings: {
190
+ tighter: string;
191
+ tight: string;
192
+ normal: string;
193
+ wide: string;
194
+ wider: string;
195
+ widest: string;
196
+ };
197
+ space: {
198
+ 0: string;
199
+ xs: string;
200
+ sm: string;
201
+ md: string;
202
+ lg: string;
203
+ xl: string;
204
+ px: string;
205
+ 1: string;
206
+ 2: string;
207
+ 3: string;
208
+ 4: string;
209
+ 5: string;
210
+ 6: string;
211
+ 7: string;
212
+ 8: string;
213
+ 9: string;
214
+ 10: string;
215
+ 11: string;
216
+ 12: string;
217
+ 13: string;
218
+ 14: string;
219
+ 15: string;
220
+ 16: string;
221
+ 17: string;
222
+ 18: string;
223
+ 20: string;
224
+ 24: string;
225
+ 28: string;
226
+ 32: string;
227
+ 36: string;
228
+ 40: string;
229
+ 44: string;
230
+ 48: string;
231
+ 52: string;
232
+ 56: string;
233
+ 60: string;
234
+ 64: string;
235
+ 72: string;
236
+ 80: string;
237
+ 96: string;
238
+ };
239
+ radii: {
240
+ xs: string;
241
+ sm: string;
242
+ md: string;
243
+ base: string;
244
+ lg: string;
245
+ xl: string;
246
+ squared: string;
247
+ rounded: string;
248
+ pill: string;
249
+ };
250
+ zIndices: {
251
+ 1: string;
252
+ 2: string;
253
+ 3: string;
254
+ 4: string;
255
+ 5: string;
256
+ 10: string;
257
+ max: string;
258
+ };
259
+ borderWeights: {
260
+ light: string;
261
+ normal: string;
262
+ bold: string;
263
+ extrabold: string;
264
+ black: string;
265
+ };
266
+ transitions: {
267
+ default: string;
268
+ };
269
+ breakpoints: {
270
+ xs: string;
271
+ sm: string;
272
+ md: string;
273
+ lg: string;
274
+ xl: string;
275
+ };
276
+ }, {
277
+ width: string;
278
+ height: string;
279
+ minWidth: string;
280
+ maxWidth: string;
281
+ minHeight: string;
282
+ maxHeight: string;
283
+ flexBasis: string;
284
+ gridTemplateColumns: string;
285
+ gridTemplateRows: string;
286
+ blockSize: string;
287
+ minBlockSize: string;
288
+ maxBlockSize: string;
289
+ inlineSize: string;
290
+ minInlineSize: string;
291
+ maxInlineSize: string;
292
+ borderWidth: string;
293
+ gap: "space";
294
+ gridGap: "space";
295
+ columnGap: "space";
296
+ gridColumnGap: "space";
297
+ rowGap: "space";
298
+ gridRowGap: "space";
299
+ inset: "space";
300
+ insetBlock: "space";
301
+ insetBlockEnd: "space";
302
+ insetBlockStart: "space";
303
+ insetInline: "space";
304
+ insetInlineEnd: "space";
305
+ insetInlineStart: "space";
306
+ margin: "space";
307
+ marginTop: "space";
308
+ marginRight: "space";
309
+ marginBottom: "space";
310
+ marginLeft: "space";
311
+ marginBlock: "space";
312
+ marginBlockEnd: "space";
313
+ marginBlockStart: "space";
314
+ marginInline: "space";
315
+ marginInlineEnd: "space";
316
+ marginInlineStart: "space";
317
+ padding: "space";
318
+ paddingTop: "space";
319
+ paddingRight: "space";
320
+ paddingBottom: "space";
321
+ paddingLeft: "space";
322
+ paddingBlock: "space";
323
+ paddingBlockEnd: "space";
324
+ paddingBlockStart: "space";
325
+ paddingInline: "space";
326
+ paddingInlineEnd: "space";
327
+ paddingInlineStart: "space";
328
+ scrollMargin: "space";
329
+ scrollMarginTop: "space";
330
+ scrollMarginRight: "space";
331
+ scrollMarginBottom: "space";
332
+ scrollMarginLeft: "space";
333
+ scrollMarginBlock: "space";
334
+ scrollMarginBlockEnd: "space";
335
+ scrollMarginBlockStart: "space";
336
+ scrollMarginInline: "space";
337
+ scrollMarginInlineEnd: "space";
338
+ scrollMarginInlineStart: "space";
339
+ scrollPadding: "space";
340
+ scrollPaddingTop: "space";
341
+ scrollPaddingRight: "space";
342
+ scrollPaddingBottom: "space";
343
+ scrollPaddingLeft: "space";
344
+ scrollPaddingBlock: "space";
345
+ scrollPaddingBlockEnd: "space";
346
+ scrollPaddingBlockStart: "space";
347
+ scrollPaddingInline: "space";
348
+ scrollPaddingInlineEnd: "space";
349
+ scrollPaddingInlineStart: "space";
350
+ top: "space";
351
+ right: "space";
352
+ bottom: "space";
353
+ left: "space";
354
+ fontSize: "fontSizes";
355
+ background: "colors";
356
+ backgroundColor: "colors";
357
+ backgroundImage: "colors";
358
+ borderImage: "colors";
359
+ border: "colors";
360
+ borderBlock: "colors";
361
+ borderBlockEnd: "colors";
362
+ borderBlockStart: "colors";
363
+ borderBottom: "colors";
364
+ borderBottomColor: "colors";
365
+ borderColor: "colors";
366
+ borderInline: "colors";
367
+ borderInlineEnd: "colors";
368
+ borderInlineStart: "colors";
369
+ borderLeft: "colors";
370
+ borderLeftColor: "colors";
371
+ borderRight: "colors";
372
+ borderRightColor: "colors";
373
+ borderTop: "colors";
374
+ borderTopColor: "colors";
375
+ caretColor: "colors";
376
+ color: "colors";
377
+ columnRuleColor: "colors";
378
+ outline: "colors";
379
+ outlineColor: "colors";
380
+ fill: "colors";
381
+ stroke: "colors";
382
+ textDecorationColor: "colors";
383
+ fontFamily: "fonts";
384
+ fontWeight: "fontWeights";
385
+ lineHeight: "lineHeights";
386
+ letterSpacing: "letterSpacings";
387
+ borderTopWidth: "borderWidths";
388
+ borderLeftWidth: "borderWidths";
389
+ borderRightWidth: "borderWidths";
390
+ borderBottomWidth: "borderWidths";
391
+ borderStyle: "borderStyles";
392
+ borderTopStyle: "borderStyles";
393
+ borderLeftStyle: "borderStyles";
394
+ borderRightStyle: "borderStyles";
395
+ borderBottomStyle: "borderStyles";
396
+ borderRadius: "radii";
397
+ borderTopLeftRadius: "radii";
398
+ borderTopRightRadius: "radii";
399
+ borderBottomRightRadius: "radii";
400
+ borderBottomLeftRadius: "radii";
401
+ boxShadow: "shadows";
402
+ textShadow: "shadows";
403
+ transition: "transitions";
404
+ zIndex: "zIndices";
405
+ }, {
406
+ p: (value: {
407
+ readonly [$$PropertyValue]: "padding";
408
+ }) => {
409
+ padding: {
410
+ readonly [$$PropertyValue]: "padding";
411
+ };
412
+ };
413
+ pt: (value: {
414
+ readonly [$$PropertyValue]: "paddingTop";
415
+ }) => {
416
+ paddingTop: {
417
+ readonly [$$PropertyValue]: "paddingTop";
418
+ };
419
+ };
420
+ pr: (value: {
421
+ readonly [$$PropertyValue]: "paddingRight";
422
+ }) => {
423
+ paddingRight: {
424
+ readonly [$$PropertyValue]: "paddingRight";
425
+ };
426
+ };
427
+ pb: (value: {
428
+ readonly [$$PropertyValue]: "paddingBottom";
429
+ }) => {
430
+ paddingBottom: {
431
+ readonly [$$PropertyValue]: "paddingBottom";
432
+ };
433
+ };
434
+ pl: (value: {
435
+ readonly [$$PropertyValue]: "paddingLeft";
436
+ }) => {
437
+ paddingLeft: {
438
+ readonly [$$PropertyValue]: "paddingLeft";
439
+ };
440
+ };
441
+ px: (value: {
442
+ readonly [$$PropertyValue]: "paddingLeft";
443
+ }) => {
444
+ paddingLeft: {
445
+ readonly [$$PropertyValue]: "paddingLeft";
446
+ };
447
+ paddingRight: {
448
+ readonly [$$PropertyValue]: "paddingLeft";
449
+ };
450
+ };
451
+ py: (value: {
452
+ readonly [$$PropertyValue]: "paddingTop";
453
+ }) => {
454
+ paddingTop: {
455
+ readonly [$$PropertyValue]: "paddingTop";
456
+ };
457
+ paddingBottom: {
458
+ readonly [$$PropertyValue]: "paddingTop";
459
+ };
460
+ };
461
+ m: (value: {
462
+ readonly [$$PropertyValue]: "margin";
463
+ }) => {
464
+ margin: {
465
+ readonly [$$PropertyValue]: "margin";
466
+ };
467
+ };
468
+ mt: (value: {
469
+ readonly [$$PropertyValue]: "marginTop";
470
+ }) => {
471
+ marginTop: {
472
+ readonly [$$PropertyValue]: "marginTop";
473
+ };
474
+ };
475
+ mr: (value: {
476
+ readonly [$$PropertyValue]: "marginRight";
477
+ }) => {
478
+ marginRight: {
479
+ readonly [$$PropertyValue]: "marginRight";
480
+ };
481
+ };
482
+ mb: (value: {
483
+ readonly [$$PropertyValue]: "marginBottom";
484
+ }) => {
485
+ marginBottom: {
486
+ readonly [$$PropertyValue]: "marginBottom";
487
+ };
488
+ };
489
+ ml: (value: {
490
+ readonly [$$PropertyValue]: "marginLeft";
491
+ }) => {
492
+ marginLeft: {
493
+ readonly [$$PropertyValue]: "marginLeft";
494
+ };
495
+ };
496
+ mx: (value: {
497
+ readonly [$$PropertyValue]: "marginLeft";
498
+ }) => {
499
+ marginLeft: {
500
+ readonly [$$PropertyValue]: "marginLeft";
501
+ };
502
+ marginRight: {
503
+ readonly [$$PropertyValue]: "marginLeft";
504
+ };
505
+ };
506
+ my: (value: {
507
+ readonly [$$PropertyValue]: "marginTop";
508
+ }) => {
509
+ marginTop: {
510
+ readonly [$$PropertyValue]: "marginTop";
511
+ };
512
+ marginBottom: {
513
+ readonly [$$PropertyValue]: "marginTop";
514
+ };
515
+ };
516
+ ta: (value: {
517
+ readonly [$$PropertyValue]: "textAlign";
518
+ }) => {
519
+ textAlign: {
520
+ readonly [$$PropertyValue]: "textAlign";
521
+ };
522
+ };
523
+ tt: (value: {
524
+ readonly [$$PropertyValue]: "textTransform";
525
+ }) => {
526
+ textTransform: {
527
+ readonly [$$PropertyValue]: "textTransform";
528
+ };
529
+ };
530
+ to: (value: {
531
+ readonly [$$PropertyValue]: "textOverflow";
532
+ }) => {
533
+ textOverflow: {
534
+ readonly [$$PropertyValue]: "textOverflow";
535
+ };
536
+ };
537
+ d: (value: {
538
+ readonly [$$PropertyValue]: "display";
539
+ }) => {
540
+ display: {
541
+ readonly [$$PropertyValue]: "display";
542
+ };
543
+ };
544
+ dflex: (value: {
545
+ readonly [$$PropertyValue]: "alignItems";
546
+ }) => {
547
+ display: string;
548
+ alignItems: {
549
+ readonly [$$PropertyValue]: "alignItems";
550
+ };
551
+ justifyContent: {
552
+ readonly [$$PropertyValue]: "alignItems";
553
+ };
554
+ };
555
+ fd: (value: {
556
+ readonly [$$PropertyValue]: "flexDirection";
557
+ }) => {
558
+ flexDirection: {
559
+ readonly [$$PropertyValue]: "flexDirection";
560
+ };
561
+ };
562
+ fw: (value: {
563
+ readonly [$$PropertyValue]: "flexWrap";
564
+ }) => {
565
+ flexWrap: {
566
+ readonly [$$PropertyValue]: "flexWrap";
567
+ };
568
+ };
569
+ ai: (value: {
570
+ readonly [$$PropertyValue]: "alignItems";
571
+ }) => {
572
+ alignItems: {
573
+ readonly [$$PropertyValue]: "alignItems";
574
+ };
575
+ };
576
+ ac: (value: {
577
+ readonly [$$PropertyValue]: "alignContent";
578
+ }) => {
579
+ alignContent: {
580
+ readonly [$$PropertyValue]: "alignContent";
581
+ };
582
+ };
583
+ jc: (value: {
584
+ readonly [$$PropertyValue]: "justifyContent";
585
+ }) => {
586
+ justifyContent: {
587
+ readonly [$$PropertyValue]: "justifyContent";
588
+ };
589
+ };
590
+ as: (value: {
591
+ readonly [$$PropertyValue]: "alignSelf";
592
+ }) => {
593
+ alignSelf: {
594
+ readonly [$$PropertyValue]: "alignSelf";
595
+ };
596
+ };
597
+ fg: (value: {
598
+ readonly [$$PropertyValue]: "flexGrow";
599
+ }) => {
600
+ flexGrow: {
601
+ readonly [$$PropertyValue]: "flexGrow";
602
+ };
603
+ };
604
+ fs: (value: {
605
+ readonly [$$PropertyValue]: "fontSize";
606
+ }) => {
607
+ fontSize: {
608
+ readonly [$$PropertyValue]: "fontSize";
609
+ };
610
+ };
611
+ fb: (value: {
612
+ readonly [$$PropertyValue]: "flexBasis";
613
+ }) => {
614
+ flexBasis: {
615
+ readonly [$$PropertyValue]: "flexBasis";
616
+ };
617
+ };
618
+ bc: (value: {
619
+ readonly [$$PropertyValue]: "backgroundColor";
620
+ }) => {
621
+ backgroundColor: {
622
+ readonly [$$PropertyValue]: "backgroundColor";
623
+ };
624
+ };
625
+ bf: (value: {
626
+ readonly [$$PropertyValue]: "backdropFilter";
627
+ }) => {
628
+ backdropFilter: {
629
+ readonly [$$PropertyValue]: "backdropFilter";
630
+ };
631
+ };
632
+ bg: (value: {
633
+ readonly [$$PropertyValue]: "backgroundColor";
634
+ }) => {
635
+ background: {
636
+ readonly [$$PropertyValue]: "backgroundColor";
637
+ };
638
+ };
639
+ bgBlur: (value: {
640
+ readonly [$$PropertyValue]: "backgroundColor";
641
+ }) => {
642
+ bf: string;
643
+ bg: string;
644
+ };
645
+ bgColor: (value: {
646
+ readonly [$$PropertyValue]: "backgroundColor";
647
+ }) => {
648
+ backgroundColor: {
649
+ readonly [$$PropertyValue]: "backgroundColor";
650
+ };
651
+ };
652
+ backgroundClip: (value: {
653
+ readonly [$$PropertyValue]: "backgroundClip";
654
+ }) => {
655
+ WebkitBackgroundClip: {
656
+ readonly [$$PropertyValue]: "backgroundClip";
657
+ };
658
+ backgroundClip: {
659
+ readonly [$$PropertyValue]: "backgroundClip";
660
+ };
661
+ };
662
+ bgClip: (value: {
663
+ readonly [$$PropertyValue]: "backgroundClip";
664
+ }) => {
665
+ WebkitBackgroundClip: {
666
+ readonly [$$PropertyValue]: "backgroundClip";
667
+ };
668
+ backgroundClip: {
669
+ readonly [$$PropertyValue]: "backgroundClip";
670
+ };
671
+ };
672
+ br: (value: {
673
+ readonly [$$PropertyValue]: "borderRadius";
674
+ }) => {
675
+ borderRadius: {
676
+ readonly [$$PropertyValue]: "borderRadius";
677
+ };
678
+ };
679
+ bw: (value: {
680
+ readonly [$$PropertyValue]: "borderWidth";
681
+ }) => {
682
+ borderWidth: {
683
+ readonly [$$PropertyValue]: "borderWidth";
684
+ };
685
+ };
686
+ btrr: (value: {
687
+ readonly [$$PropertyValue]: "borderTopRightRadius";
688
+ }) => {
689
+ borderTopRightRadius: {
690
+ readonly [$$PropertyValue]: "borderTopRightRadius";
691
+ };
692
+ };
693
+ bbrr: (value: {
694
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
695
+ }) => {
696
+ borderBottomRightRadius: {
697
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
698
+ };
699
+ };
700
+ bblr: (value: {
701
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
702
+ }) => {
703
+ borderBottomLeftRadius: {
704
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
705
+ };
706
+ };
707
+ btlr: (value: {
708
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
709
+ }) => {
710
+ borderTopLeftRadius: {
711
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
712
+ };
713
+ };
714
+ bs: (value: {
715
+ readonly [$$PropertyValue]: "boxShadow";
716
+ }) => {
717
+ boxShadow: {
718
+ readonly [$$PropertyValue]: "boxShadow";
719
+ };
720
+ };
721
+ normalShadow: (value: {
722
+ readonly [$$PropertyValue]: "backgroundColor";
723
+ }) => {
724
+ boxShadow: string;
725
+ };
726
+ normalShadowVar: (value: {
727
+ readonly [$$PropertyValue]: "backgroundColor";
728
+ }) => {
729
+ boxShadow: string;
730
+ };
731
+ lh: (value: {
732
+ readonly [$$PropertyValue]: "lineHeight";
733
+ }) => {
734
+ lineHeight: {
735
+ readonly [$$PropertyValue]: "lineHeight";
736
+ };
737
+ };
738
+ ov: (value: {
739
+ readonly [$$PropertyValue]: "overflow";
740
+ }) => {
741
+ overflow: {
742
+ readonly [$$PropertyValue]: "overflow";
743
+ };
744
+ };
745
+ ox: (value: {
746
+ readonly [$$PropertyValue]: "overflowX";
747
+ }) => {
748
+ overflowX: {
749
+ readonly [$$PropertyValue]: "overflowX";
750
+ };
751
+ };
752
+ oy: (value: {
753
+ readonly [$$PropertyValue]: "overflowY";
754
+ }) => {
755
+ overflowY: {
756
+ readonly [$$PropertyValue]: "overflowY";
757
+ };
758
+ };
759
+ pe: (value: {
760
+ readonly [$$PropertyValue]: "pointerEvents";
761
+ }) => {
762
+ pointerEvents: {
763
+ readonly [$$PropertyValue]: "pointerEvents";
764
+ };
765
+ };
766
+ events: (value: {
767
+ readonly [$$PropertyValue]: "pointerEvents";
768
+ }) => {
769
+ pointerEvents: {
770
+ readonly [$$PropertyValue]: "pointerEvents";
771
+ };
772
+ };
773
+ us: (value: {
774
+ readonly [$$PropertyValue]: "userSelect";
775
+ }) => {
776
+ WebkitUserSelect: {
777
+ readonly [$$PropertyValue]: "userSelect";
778
+ };
779
+ userSelect: {
780
+ readonly [$$PropertyValue]: "userSelect";
781
+ };
782
+ };
783
+ userSelect: (value: {
784
+ readonly [$$PropertyValue]: "userSelect";
785
+ }) => {
786
+ WebkitUserSelect: {
787
+ readonly [$$PropertyValue]: "userSelect";
788
+ };
789
+ userSelect: {
790
+ readonly [$$PropertyValue]: "userSelect";
791
+ };
792
+ };
793
+ w: (value: {
794
+ readonly [$$PropertyValue]: "width";
795
+ }) => {
796
+ width: {
797
+ readonly [$$PropertyValue]: "width";
798
+ };
799
+ };
800
+ h: (value: {
801
+ readonly [$$PropertyValue]: "height";
802
+ }) => {
803
+ height: {
804
+ readonly [$$PropertyValue]: "height";
805
+ };
806
+ };
807
+ mw: (value: {
808
+ readonly [$$PropertyValue]: "maxWidth";
809
+ }) => {
810
+ maxWidth: {
811
+ readonly [$$PropertyValue]: "maxWidth";
812
+ };
813
+ };
814
+ maxW: (value: {
815
+ readonly [$$PropertyValue]: "maxWidth";
816
+ }) => {
817
+ maxWidth: {
818
+ readonly [$$PropertyValue]: "maxWidth";
819
+ };
820
+ };
821
+ mh: (value: {
822
+ readonly [$$PropertyValue]: "maxHeight";
823
+ }) => {
824
+ maxHeight: {
825
+ readonly [$$PropertyValue]: "maxHeight";
826
+ };
827
+ };
828
+ maxH: (value: {
829
+ readonly [$$PropertyValue]: "maxHeight";
830
+ }) => {
831
+ maxHeight: {
832
+ readonly [$$PropertyValue]: "maxHeight";
833
+ };
834
+ };
835
+ size: (value: {
836
+ readonly [$$PropertyValue]: "width";
837
+ }) => {
838
+ width: {
839
+ readonly [$$PropertyValue]: "width";
840
+ };
841
+ height: {
842
+ readonly [$$PropertyValue]: "width";
843
+ };
844
+ };
845
+ minSize: (value: {
846
+ readonly [$$PropertyValue]: "width";
847
+ }) => {
848
+ minWidth: {
849
+ readonly [$$PropertyValue]: "width";
850
+ };
851
+ minHeight: {
852
+ readonly [$$PropertyValue]: "width";
853
+ };
854
+ width: {
855
+ readonly [$$PropertyValue]: "width";
856
+ };
857
+ height: {
858
+ readonly [$$PropertyValue]: "width";
859
+ };
860
+ };
861
+ sizeMin: (value: {
862
+ readonly [$$PropertyValue]: "width";
863
+ }) => {
864
+ minWidth: {
865
+ readonly [$$PropertyValue]: "width";
866
+ };
867
+ minHeight: {
868
+ readonly [$$PropertyValue]: "width";
869
+ };
870
+ width: {
871
+ readonly [$$PropertyValue]: "width";
872
+ };
873
+ height: {
874
+ readonly [$$PropertyValue]: "width";
875
+ };
876
+ };
877
+ maxSize: (value: {
878
+ readonly [$$PropertyValue]: "width";
879
+ }) => {
880
+ maxWidth: {
881
+ readonly [$$PropertyValue]: "width";
882
+ };
883
+ maxHeight: {
884
+ readonly [$$PropertyValue]: "width";
885
+ };
886
+ };
887
+ sizeMax: (value: {
888
+ readonly [$$PropertyValue]: "width";
889
+ }) => {
890
+ maxWidth: {
891
+ readonly [$$PropertyValue]: "width";
892
+ };
893
+ maxHeight: {
894
+ readonly [$$PropertyValue]: "width";
895
+ };
896
+ };
897
+ appearance: (value: {
898
+ readonly [$$PropertyValue]: "appearance";
899
+ }) => {
900
+ WebkitAppearance: {
901
+ readonly [$$PropertyValue]: "appearance";
902
+ };
903
+ appearance: {
904
+ readonly [$$PropertyValue]: "appearance";
905
+ };
906
+ };
907
+ scale: (value: {
908
+ readonly [$$PropertyValue]: "scale";
909
+ }) => {
910
+ transform: string;
911
+ };
912
+ linearGradient: (value: {
913
+ readonly [$$PropertyValue]: "backgroundImage";
914
+ }) => {
915
+ backgroundImage: string;
916
+ };
917
+ tdl: (value: {
918
+ readonly [$$PropertyValue]: "textDecorationLine";
919
+ }) => {
920
+ textDecorationLine: {
921
+ readonly [$$PropertyValue]: "textDecorationLine";
922
+ };
923
+ };
924
+ textGradient: (value: {
925
+ readonly [$$PropertyValue]: "backgroundImage";
926
+ }) => {
927
+ backgroundImage: string;
928
+ WebkitBackgroundClip: string;
929
+ WebkitTextFillColor: string;
930
+ '&::selection': {
931
+ WebkitTextFillColor: string;
932
+ };
933
+ };
934
+ }>>;
935
+ export declare const StyledImage: import("@stitches/react/types/styled-component").StyledComponent<"img", {}, {
936
+ xs: string;
937
+ sm: string;
938
+ md: string;
939
+ lg: string;
940
+ xl: string;
941
+ xsMax: string;
942
+ smMax: string;
943
+ mdMax: string;
944
+ lgMax: string;
945
+ xlMax: string;
946
+ motion: string;
947
+ safari: string;
948
+ hover: string;
949
+ dark: string;
950
+ light: string;
951
+ }, import("@stitches/react/types/css-util").CSS<{
952
+ xs: string;
953
+ sm: string;
954
+ md: string;
955
+ lg: string;
956
+ xl: string;
957
+ xsMax: string;
958
+ smMax: string;
959
+ mdMax: string;
960
+ lgMax: string;
961
+ xlMax: string;
962
+ motion: string;
963
+ safari: string;
964
+ hover: string;
965
+ dark: string;
966
+ light: string;
967
+ }, {
968
+ shadows: {
969
+ xs: string;
970
+ sm: string;
971
+ md: string;
972
+ lg: string;
973
+ xl: string;
974
+ };
975
+ colors: {
976
+ accents1: string;
977
+ accents2: string;
978
+ accents3: string;
979
+ accents4: string;
980
+ accents5: string;
981
+ accents6: string;
982
+ accents7: string;
983
+ accents8: string;
984
+ accents9: string;
985
+ text: string;
986
+ background: string;
987
+ foreground: string;
988
+ codeLight: string;
989
+ code: string;
990
+ border: string;
991
+ selection: string;
992
+ white: string;
993
+ black: string;
994
+ blue100: string;
995
+ blue200: string;
996
+ blue300: string;
997
+ blue400: string;
998
+ blue500: string;
999
+ blue600: string;
1000
+ blue700: string;
1001
+ blue800: string;
1002
+ blue900: string;
1003
+ purple100: string;
1004
+ purple200: string;
1005
+ purple300: string;
1006
+ purple400: string;
1007
+ purple500: string;
1008
+ purple600: string;
1009
+ purple700: string;
1010
+ purple800: string;
1011
+ purple900: string;
1012
+ green100: string;
1013
+ green200: string;
1014
+ green300: string;
1015
+ green400: string;
1016
+ green500: string;
1017
+ green600: string;
1018
+ green700: string;
1019
+ green800: string;
1020
+ green900: string;
1021
+ yellow100: string;
1022
+ yellow200: string;
1023
+ yellow300: string;
1024
+ yellow400: string;
1025
+ yellow500: string;
1026
+ yellow600: string;
1027
+ yellow700: string;
1028
+ yellow800: string;
1029
+ yellow900: string;
1030
+ red100: string;
1031
+ red200: string;
1032
+ red300: string;
1033
+ red400: string;
1034
+ red500: string;
1035
+ red600: string;
1036
+ red700: string;
1037
+ red800: string;
1038
+ red900: string;
1039
+ cyan100: string;
1040
+ cyan200: string;
1041
+ cyan300: string;
1042
+ cyan400: string;
1043
+ cyan500: string;
1044
+ cyan600: string;
1045
+ cyan700: string;
1046
+ cyan800: string;
1047
+ cyan900: string;
1048
+ pink100: string;
1049
+ pink200: string;
1050
+ pink300: string;
1051
+ pink400: string;
1052
+ pink500: string;
1053
+ pink600: string;
1054
+ pink700: string;
1055
+ pink800: string;
1056
+ pink900: string;
1057
+ gray100: string;
1058
+ gray200: string;
1059
+ gray300: string;
1060
+ gray400: string;
1061
+ gray500: string;
1062
+ gray600: string;
1063
+ gray700: string;
1064
+ gray800: string;
1065
+ gray900: string;
1066
+ primaryLight: string;
1067
+ primary: string;
1068
+ primaryDark: string;
1069
+ primaryShadow: string;
1070
+ secondaryLight: string;
1071
+ secondary: string;
1072
+ secondaryDark: string;
1073
+ secondaryShadow: string;
1074
+ successLight: string;
1075
+ success: string;
1076
+ successDark: string;
1077
+ successShadow: string;
1078
+ warningLight: string;
1079
+ warning: string;
1080
+ warningDark: string;
1081
+ warningShadow: string;
1082
+ errorLight: string;
1083
+ error: string;
1084
+ errorDark: string;
1085
+ errorShadow: string;
1086
+ gradient: string;
1087
+ link: string;
1088
+ };
1089
+ fonts: {
1090
+ sans: string;
1091
+ mono: string;
1092
+ };
1093
+ fontSizes: {
1094
+ tiny: string;
1095
+ xs: string;
1096
+ base: string;
1097
+ sm: string;
1098
+ md: string;
1099
+ lg: string;
1100
+ xl: string;
1101
+ };
1102
+ fontWeights: {
1103
+ hairline: number;
1104
+ thin: number;
1105
+ light: number;
1106
+ normal: number;
1107
+ medium: number;
1108
+ semibold: number;
1109
+ bold: number;
1110
+ extrabold: number;
1111
+ black: number;
1112
+ };
1113
+ lineHeights: {
1114
+ xs: number;
1115
+ sm: number;
1116
+ md: number;
1117
+ lg: number;
1118
+ xl: number;
1119
+ };
1120
+ letterSpacings: {
1121
+ tighter: string;
1122
+ tight: string;
1123
+ normal: string;
1124
+ wide: string;
1125
+ wider: string;
1126
+ widest: string;
1127
+ };
1128
+ space: {
1129
+ 0: string;
1130
+ xs: string;
1131
+ sm: string;
1132
+ md: string;
1133
+ lg: string;
1134
+ xl: string;
1135
+ px: string;
1136
+ 1: string;
1137
+ 2: string;
1138
+ 3: string;
1139
+ 4: string;
1140
+ 5: string;
1141
+ 6: string;
1142
+ 7: string;
1143
+ 8: string;
1144
+ 9: string;
1145
+ 10: string;
1146
+ 11: string;
1147
+ 12: string;
1148
+ 13: string;
1149
+ 14: string;
1150
+ 15: string;
1151
+ 16: string;
1152
+ 17: string;
1153
+ 18: string;
1154
+ 20: string;
1155
+ 24: string;
1156
+ 28: string;
1157
+ 32: string;
1158
+ 36: string;
1159
+ 40: string;
1160
+ 44: string;
1161
+ 48: string;
1162
+ 52: string;
1163
+ 56: string;
1164
+ 60: string;
1165
+ 64: string;
1166
+ 72: string;
1167
+ 80: string;
1168
+ 96: string;
1169
+ };
1170
+ radii: {
1171
+ xs: string;
1172
+ sm: string;
1173
+ md: string;
1174
+ base: string;
1175
+ lg: string;
1176
+ xl: string;
1177
+ squared: string;
1178
+ rounded: string;
1179
+ pill: string;
1180
+ };
1181
+ zIndices: {
1182
+ 1: string;
1183
+ 2: string;
1184
+ 3: string;
1185
+ 4: string;
1186
+ 5: string;
1187
+ 10: string;
1188
+ max: string;
1189
+ };
1190
+ borderWeights: {
1191
+ light: string;
1192
+ normal: string;
1193
+ bold: string;
1194
+ extrabold: string;
1195
+ black: string;
1196
+ };
1197
+ transitions: {
1198
+ default: string;
1199
+ };
1200
+ breakpoints: {
1201
+ xs: string;
1202
+ sm: string;
1203
+ md: string;
1204
+ lg: string;
1205
+ xl: string;
1206
+ };
1207
+ }, {
1208
+ width: string;
1209
+ height: string;
1210
+ minWidth: string;
1211
+ maxWidth: string;
1212
+ minHeight: string;
1213
+ maxHeight: string;
1214
+ flexBasis: string;
1215
+ gridTemplateColumns: string;
1216
+ gridTemplateRows: string;
1217
+ blockSize: string;
1218
+ minBlockSize: string;
1219
+ maxBlockSize: string;
1220
+ inlineSize: string;
1221
+ minInlineSize: string;
1222
+ maxInlineSize: string;
1223
+ borderWidth: string;
1224
+ gap: "space";
1225
+ gridGap: "space";
1226
+ columnGap: "space";
1227
+ gridColumnGap: "space";
1228
+ rowGap: "space";
1229
+ gridRowGap: "space";
1230
+ inset: "space";
1231
+ insetBlock: "space";
1232
+ insetBlockEnd: "space";
1233
+ insetBlockStart: "space";
1234
+ insetInline: "space";
1235
+ insetInlineEnd: "space";
1236
+ insetInlineStart: "space";
1237
+ margin: "space";
1238
+ marginTop: "space";
1239
+ marginRight: "space";
1240
+ marginBottom: "space";
1241
+ marginLeft: "space";
1242
+ marginBlock: "space";
1243
+ marginBlockEnd: "space";
1244
+ marginBlockStart: "space";
1245
+ marginInline: "space";
1246
+ marginInlineEnd: "space";
1247
+ marginInlineStart: "space";
1248
+ padding: "space";
1249
+ paddingTop: "space";
1250
+ paddingRight: "space";
1251
+ paddingBottom: "space";
1252
+ paddingLeft: "space";
1253
+ paddingBlock: "space";
1254
+ paddingBlockEnd: "space";
1255
+ paddingBlockStart: "space";
1256
+ paddingInline: "space";
1257
+ paddingInlineEnd: "space";
1258
+ paddingInlineStart: "space";
1259
+ scrollMargin: "space";
1260
+ scrollMarginTop: "space";
1261
+ scrollMarginRight: "space";
1262
+ scrollMarginBottom: "space";
1263
+ scrollMarginLeft: "space";
1264
+ scrollMarginBlock: "space";
1265
+ scrollMarginBlockEnd: "space";
1266
+ scrollMarginBlockStart: "space";
1267
+ scrollMarginInline: "space";
1268
+ scrollMarginInlineEnd: "space";
1269
+ scrollMarginInlineStart: "space";
1270
+ scrollPadding: "space";
1271
+ scrollPaddingTop: "space";
1272
+ scrollPaddingRight: "space";
1273
+ scrollPaddingBottom: "space";
1274
+ scrollPaddingLeft: "space";
1275
+ scrollPaddingBlock: "space";
1276
+ scrollPaddingBlockEnd: "space";
1277
+ scrollPaddingBlockStart: "space";
1278
+ scrollPaddingInline: "space";
1279
+ scrollPaddingInlineEnd: "space";
1280
+ scrollPaddingInlineStart: "space";
1281
+ top: "space";
1282
+ right: "space";
1283
+ bottom: "space";
1284
+ left: "space";
1285
+ fontSize: "fontSizes";
1286
+ background: "colors";
1287
+ backgroundColor: "colors";
1288
+ backgroundImage: "colors";
1289
+ borderImage: "colors";
1290
+ border: "colors";
1291
+ borderBlock: "colors";
1292
+ borderBlockEnd: "colors";
1293
+ borderBlockStart: "colors";
1294
+ borderBottom: "colors";
1295
+ borderBottomColor: "colors";
1296
+ borderColor: "colors";
1297
+ borderInline: "colors";
1298
+ borderInlineEnd: "colors";
1299
+ borderInlineStart: "colors";
1300
+ borderLeft: "colors";
1301
+ borderLeftColor: "colors";
1302
+ borderRight: "colors";
1303
+ borderRightColor: "colors";
1304
+ borderTop: "colors";
1305
+ borderTopColor: "colors";
1306
+ caretColor: "colors";
1307
+ color: "colors";
1308
+ columnRuleColor: "colors";
1309
+ outline: "colors";
1310
+ outlineColor: "colors";
1311
+ fill: "colors";
1312
+ stroke: "colors";
1313
+ textDecorationColor: "colors";
1314
+ fontFamily: "fonts";
1315
+ fontWeight: "fontWeights";
1316
+ lineHeight: "lineHeights";
1317
+ letterSpacing: "letterSpacings";
1318
+ borderTopWidth: "borderWidths";
1319
+ borderLeftWidth: "borderWidths";
1320
+ borderRightWidth: "borderWidths";
1321
+ borderBottomWidth: "borderWidths";
1322
+ borderStyle: "borderStyles";
1323
+ borderTopStyle: "borderStyles";
1324
+ borderLeftStyle: "borderStyles";
1325
+ borderRightStyle: "borderStyles";
1326
+ borderBottomStyle: "borderStyles";
1327
+ borderRadius: "radii";
1328
+ borderTopLeftRadius: "radii";
1329
+ borderTopRightRadius: "radii";
1330
+ borderBottomRightRadius: "radii";
1331
+ borderBottomLeftRadius: "radii";
1332
+ boxShadow: "shadows";
1333
+ textShadow: "shadows";
1334
+ transition: "transitions";
1335
+ zIndex: "zIndices";
1336
+ }, {
1337
+ p: (value: {
1338
+ readonly [$$PropertyValue]: "padding";
1339
+ }) => {
1340
+ padding: {
1341
+ readonly [$$PropertyValue]: "padding";
1342
+ };
1343
+ };
1344
+ pt: (value: {
1345
+ readonly [$$PropertyValue]: "paddingTop";
1346
+ }) => {
1347
+ paddingTop: {
1348
+ readonly [$$PropertyValue]: "paddingTop";
1349
+ };
1350
+ };
1351
+ pr: (value: {
1352
+ readonly [$$PropertyValue]: "paddingRight";
1353
+ }) => {
1354
+ paddingRight: {
1355
+ readonly [$$PropertyValue]: "paddingRight";
1356
+ };
1357
+ };
1358
+ pb: (value: {
1359
+ readonly [$$PropertyValue]: "paddingBottom";
1360
+ }) => {
1361
+ paddingBottom: {
1362
+ readonly [$$PropertyValue]: "paddingBottom";
1363
+ };
1364
+ };
1365
+ pl: (value: {
1366
+ readonly [$$PropertyValue]: "paddingLeft";
1367
+ }) => {
1368
+ paddingLeft: {
1369
+ readonly [$$PropertyValue]: "paddingLeft";
1370
+ };
1371
+ };
1372
+ px: (value: {
1373
+ readonly [$$PropertyValue]: "paddingLeft";
1374
+ }) => {
1375
+ paddingLeft: {
1376
+ readonly [$$PropertyValue]: "paddingLeft";
1377
+ };
1378
+ paddingRight: {
1379
+ readonly [$$PropertyValue]: "paddingLeft";
1380
+ };
1381
+ };
1382
+ py: (value: {
1383
+ readonly [$$PropertyValue]: "paddingTop";
1384
+ }) => {
1385
+ paddingTop: {
1386
+ readonly [$$PropertyValue]: "paddingTop";
1387
+ };
1388
+ paddingBottom: {
1389
+ readonly [$$PropertyValue]: "paddingTop";
1390
+ };
1391
+ };
1392
+ m: (value: {
1393
+ readonly [$$PropertyValue]: "margin";
1394
+ }) => {
1395
+ margin: {
1396
+ readonly [$$PropertyValue]: "margin";
1397
+ };
1398
+ };
1399
+ mt: (value: {
1400
+ readonly [$$PropertyValue]: "marginTop";
1401
+ }) => {
1402
+ marginTop: {
1403
+ readonly [$$PropertyValue]: "marginTop";
1404
+ };
1405
+ };
1406
+ mr: (value: {
1407
+ readonly [$$PropertyValue]: "marginRight";
1408
+ }) => {
1409
+ marginRight: {
1410
+ readonly [$$PropertyValue]: "marginRight";
1411
+ };
1412
+ };
1413
+ mb: (value: {
1414
+ readonly [$$PropertyValue]: "marginBottom";
1415
+ }) => {
1416
+ marginBottom: {
1417
+ readonly [$$PropertyValue]: "marginBottom";
1418
+ };
1419
+ };
1420
+ ml: (value: {
1421
+ readonly [$$PropertyValue]: "marginLeft";
1422
+ }) => {
1423
+ marginLeft: {
1424
+ readonly [$$PropertyValue]: "marginLeft";
1425
+ };
1426
+ };
1427
+ mx: (value: {
1428
+ readonly [$$PropertyValue]: "marginLeft";
1429
+ }) => {
1430
+ marginLeft: {
1431
+ readonly [$$PropertyValue]: "marginLeft";
1432
+ };
1433
+ marginRight: {
1434
+ readonly [$$PropertyValue]: "marginLeft";
1435
+ };
1436
+ };
1437
+ my: (value: {
1438
+ readonly [$$PropertyValue]: "marginTop";
1439
+ }) => {
1440
+ marginTop: {
1441
+ readonly [$$PropertyValue]: "marginTop";
1442
+ };
1443
+ marginBottom: {
1444
+ readonly [$$PropertyValue]: "marginTop";
1445
+ };
1446
+ };
1447
+ ta: (value: {
1448
+ readonly [$$PropertyValue]: "textAlign";
1449
+ }) => {
1450
+ textAlign: {
1451
+ readonly [$$PropertyValue]: "textAlign";
1452
+ };
1453
+ };
1454
+ tt: (value: {
1455
+ readonly [$$PropertyValue]: "textTransform";
1456
+ }) => {
1457
+ textTransform: {
1458
+ readonly [$$PropertyValue]: "textTransform";
1459
+ };
1460
+ };
1461
+ to: (value: {
1462
+ readonly [$$PropertyValue]: "textOverflow";
1463
+ }) => {
1464
+ textOverflow: {
1465
+ readonly [$$PropertyValue]: "textOverflow";
1466
+ };
1467
+ };
1468
+ d: (value: {
1469
+ readonly [$$PropertyValue]: "display";
1470
+ }) => {
1471
+ display: {
1472
+ readonly [$$PropertyValue]: "display";
1473
+ };
1474
+ };
1475
+ dflex: (value: {
1476
+ readonly [$$PropertyValue]: "alignItems";
1477
+ }) => {
1478
+ display: string;
1479
+ alignItems: {
1480
+ readonly [$$PropertyValue]: "alignItems";
1481
+ };
1482
+ justifyContent: {
1483
+ readonly [$$PropertyValue]: "alignItems";
1484
+ };
1485
+ };
1486
+ fd: (value: {
1487
+ readonly [$$PropertyValue]: "flexDirection";
1488
+ }) => {
1489
+ flexDirection: {
1490
+ readonly [$$PropertyValue]: "flexDirection";
1491
+ };
1492
+ };
1493
+ fw: (value: {
1494
+ readonly [$$PropertyValue]: "flexWrap";
1495
+ }) => {
1496
+ flexWrap: {
1497
+ readonly [$$PropertyValue]: "flexWrap";
1498
+ };
1499
+ };
1500
+ ai: (value: {
1501
+ readonly [$$PropertyValue]: "alignItems";
1502
+ }) => {
1503
+ alignItems: {
1504
+ readonly [$$PropertyValue]: "alignItems";
1505
+ };
1506
+ };
1507
+ ac: (value: {
1508
+ readonly [$$PropertyValue]: "alignContent";
1509
+ }) => {
1510
+ alignContent: {
1511
+ readonly [$$PropertyValue]: "alignContent";
1512
+ };
1513
+ };
1514
+ jc: (value: {
1515
+ readonly [$$PropertyValue]: "justifyContent";
1516
+ }) => {
1517
+ justifyContent: {
1518
+ readonly [$$PropertyValue]: "justifyContent";
1519
+ };
1520
+ };
1521
+ as: (value: {
1522
+ readonly [$$PropertyValue]: "alignSelf";
1523
+ }) => {
1524
+ alignSelf: {
1525
+ readonly [$$PropertyValue]: "alignSelf";
1526
+ };
1527
+ };
1528
+ fg: (value: {
1529
+ readonly [$$PropertyValue]: "flexGrow";
1530
+ }) => {
1531
+ flexGrow: {
1532
+ readonly [$$PropertyValue]: "flexGrow";
1533
+ };
1534
+ };
1535
+ fs: (value: {
1536
+ readonly [$$PropertyValue]: "fontSize";
1537
+ }) => {
1538
+ fontSize: {
1539
+ readonly [$$PropertyValue]: "fontSize";
1540
+ };
1541
+ };
1542
+ fb: (value: {
1543
+ readonly [$$PropertyValue]: "flexBasis";
1544
+ }) => {
1545
+ flexBasis: {
1546
+ readonly [$$PropertyValue]: "flexBasis";
1547
+ };
1548
+ };
1549
+ bc: (value: {
1550
+ readonly [$$PropertyValue]: "backgroundColor";
1551
+ }) => {
1552
+ backgroundColor: {
1553
+ readonly [$$PropertyValue]: "backgroundColor";
1554
+ };
1555
+ };
1556
+ bf: (value: {
1557
+ readonly [$$PropertyValue]: "backdropFilter";
1558
+ }) => {
1559
+ backdropFilter: {
1560
+ readonly [$$PropertyValue]: "backdropFilter";
1561
+ };
1562
+ };
1563
+ bg: (value: {
1564
+ readonly [$$PropertyValue]: "backgroundColor";
1565
+ }) => {
1566
+ background: {
1567
+ readonly [$$PropertyValue]: "backgroundColor";
1568
+ };
1569
+ };
1570
+ bgBlur: (value: {
1571
+ readonly [$$PropertyValue]: "backgroundColor";
1572
+ }) => {
1573
+ bf: string;
1574
+ bg: string;
1575
+ };
1576
+ bgColor: (value: {
1577
+ readonly [$$PropertyValue]: "backgroundColor";
1578
+ }) => {
1579
+ backgroundColor: {
1580
+ readonly [$$PropertyValue]: "backgroundColor";
1581
+ };
1582
+ };
1583
+ backgroundClip: (value: {
1584
+ readonly [$$PropertyValue]: "backgroundClip";
1585
+ }) => {
1586
+ WebkitBackgroundClip: {
1587
+ readonly [$$PropertyValue]: "backgroundClip";
1588
+ };
1589
+ backgroundClip: {
1590
+ readonly [$$PropertyValue]: "backgroundClip";
1591
+ };
1592
+ };
1593
+ bgClip: (value: {
1594
+ readonly [$$PropertyValue]: "backgroundClip";
1595
+ }) => {
1596
+ WebkitBackgroundClip: {
1597
+ readonly [$$PropertyValue]: "backgroundClip";
1598
+ };
1599
+ backgroundClip: {
1600
+ readonly [$$PropertyValue]: "backgroundClip";
1601
+ };
1602
+ };
1603
+ br: (value: {
1604
+ readonly [$$PropertyValue]: "borderRadius";
1605
+ }) => {
1606
+ borderRadius: {
1607
+ readonly [$$PropertyValue]: "borderRadius";
1608
+ };
1609
+ };
1610
+ bw: (value: {
1611
+ readonly [$$PropertyValue]: "borderWidth";
1612
+ }) => {
1613
+ borderWidth: {
1614
+ readonly [$$PropertyValue]: "borderWidth";
1615
+ };
1616
+ };
1617
+ btrr: (value: {
1618
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1619
+ }) => {
1620
+ borderTopRightRadius: {
1621
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1622
+ };
1623
+ };
1624
+ bbrr: (value: {
1625
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1626
+ }) => {
1627
+ borderBottomRightRadius: {
1628
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1629
+ };
1630
+ };
1631
+ bblr: (value: {
1632
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1633
+ }) => {
1634
+ borderBottomLeftRadius: {
1635
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1636
+ };
1637
+ };
1638
+ btlr: (value: {
1639
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1640
+ }) => {
1641
+ borderTopLeftRadius: {
1642
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1643
+ };
1644
+ };
1645
+ bs: (value: {
1646
+ readonly [$$PropertyValue]: "boxShadow";
1647
+ }) => {
1648
+ boxShadow: {
1649
+ readonly [$$PropertyValue]: "boxShadow";
1650
+ };
1651
+ };
1652
+ normalShadow: (value: {
1653
+ readonly [$$PropertyValue]: "backgroundColor";
1654
+ }) => {
1655
+ boxShadow: string;
1656
+ };
1657
+ normalShadowVar: (value: {
1658
+ readonly [$$PropertyValue]: "backgroundColor";
1659
+ }) => {
1660
+ boxShadow: string;
1661
+ };
1662
+ lh: (value: {
1663
+ readonly [$$PropertyValue]: "lineHeight";
1664
+ }) => {
1665
+ lineHeight: {
1666
+ readonly [$$PropertyValue]: "lineHeight";
1667
+ };
1668
+ };
1669
+ ov: (value: {
1670
+ readonly [$$PropertyValue]: "overflow";
1671
+ }) => {
1672
+ overflow: {
1673
+ readonly [$$PropertyValue]: "overflow";
1674
+ };
1675
+ };
1676
+ ox: (value: {
1677
+ readonly [$$PropertyValue]: "overflowX";
1678
+ }) => {
1679
+ overflowX: {
1680
+ readonly [$$PropertyValue]: "overflowX";
1681
+ };
1682
+ };
1683
+ oy: (value: {
1684
+ readonly [$$PropertyValue]: "overflowY";
1685
+ }) => {
1686
+ overflowY: {
1687
+ readonly [$$PropertyValue]: "overflowY";
1688
+ };
1689
+ };
1690
+ pe: (value: {
1691
+ readonly [$$PropertyValue]: "pointerEvents";
1692
+ }) => {
1693
+ pointerEvents: {
1694
+ readonly [$$PropertyValue]: "pointerEvents";
1695
+ };
1696
+ };
1697
+ events: (value: {
1698
+ readonly [$$PropertyValue]: "pointerEvents";
1699
+ }) => {
1700
+ pointerEvents: {
1701
+ readonly [$$PropertyValue]: "pointerEvents";
1702
+ };
1703
+ };
1704
+ us: (value: {
1705
+ readonly [$$PropertyValue]: "userSelect";
1706
+ }) => {
1707
+ WebkitUserSelect: {
1708
+ readonly [$$PropertyValue]: "userSelect";
1709
+ };
1710
+ userSelect: {
1711
+ readonly [$$PropertyValue]: "userSelect";
1712
+ };
1713
+ };
1714
+ userSelect: (value: {
1715
+ readonly [$$PropertyValue]: "userSelect";
1716
+ }) => {
1717
+ WebkitUserSelect: {
1718
+ readonly [$$PropertyValue]: "userSelect";
1719
+ };
1720
+ userSelect: {
1721
+ readonly [$$PropertyValue]: "userSelect";
1722
+ };
1723
+ };
1724
+ w: (value: {
1725
+ readonly [$$PropertyValue]: "width";
1726
+ }) => {
1727
+ width: {
1728
+ readonly [$$PropertyValue]: "width";
1729
+ };
1730
+ };
1731
+ h: (value: {
1732
+ readonly [$$PropertyValue]: "height";
1733
+ }) => {
1734
+ height: {
1735
+ readonly [$$PropertyValue]: "height";
1736
+ };
1737
+ };
1738
+ mw: (value: {
1739
+ readonly [$$PropertyValue]: "maxWidth";
1740
+ }) => {
1741
+ maxWidth: {
1742
+ readonly [$$PropertyValue]: "maxWidth";
1743
+ };
1744
+ };
1745
+ maxW: (value: {
1746
+ readonly [$$PropertyValue]: "maxWidth";
1747
+ }) => {
1748
+ maxWidth: {
1749
+ readonly [$$PropertyValue]: "maxWidth";
1750
+ };
1751
+ };
1752
+ mh: (value: {
1753
+ readonly [$$PropertyValue]: "maxHeight";
1754
+ }) => {
1755
+ maxHeight: {
1756
+ readonly [$$PropertyValue]: "maxHeight";
1757
+ };
1758
+ };
1759
+ maxH: (value: {
1760
+ readonly [$$PropertyValue]: "maxHeight";
1761
+ }) => {
1762
+ maxHeight: {
1763
+ readonly [$$PropertyValue]: "maxHeight";
1764
+ };
1765
+ };
1766
+ size: (value: {
1767
+ readonly [$$PropertyValue]: "width";
1768
+ }) => {
1769
+ width: {
1770
+ readonly [$$PropertyValue]: "width";
1771
+ };
1772
+ height: {
1773
+ readonly [$$PropertyValue]: "width";
1774
+ };
1775
+ };
1776
+ minSize: (value: {
1777
+ readonly [$$PropertyValue]: "width";
1778
+ }) => {
1779
+ minWidth: {
1780
+ readonly [$$PropertyValue]: "width";
1781
+ };
1782
+ minHeight: {
1783
+ readonly [$$PropertyValue]: "width";
1784
+ };
1785
+ width: {
1786
+ readonly [$$PropertyValue]: "width";
1787
+ };
1788
+ height: {
1789
+ readonly [$$PropertyValue]: "width";
1790
+ };
1791
+ };
1792
+ sizeMin: (value: {
1793
+ readonly [$$PropertyValue]: "width";
1794
+ }) => {
1795
+ minWidth: {
1796
+ readonly [$$PropertyValue]: "width";
1797
+ };
1798
+ minHeight: {
1799
+ readonly [$$PropertyValue]: "width";
1800
+ };
1801
+ width: {
1802
+ readonly [$$PropertyValue]: "width";
1803
+ };
1804
+ height: {
1805
+ readonly [$$PropertyValue]: "width";
1806
+ };
1807
+ };
1808
+ maxSize: (value: {
1809
+ readonly [$$PropertyValue]: "width";
1810
+ }) => {
1811
+ maxWidth: {
1812
+ readonly [$$PropertyValue]: "width";
1813
+ };
1814
+ maxHeight: {
1815
+ readonly [$$PropertyValue]: "width";
1816
+ };
1817
+ };
1818
+ sizeMax: (value: {
1819
+ readonly [$$PropertyValue]: "width";
1820
+ }) => {
1821
+ maxWidth: {
1822
+ readonly [$$PropertyValue]: "width";
1823
+ };
1824
+ maxHeight: {
1825
+ readonly [$$PropertyValue]: "width";
1826
+ };
1827
+ };
1828
+ appearance: (value: {
1829
+ readonly [$$PropertyValue]: "appearance";
1830
+ }) => {
1831
+ WebkitAppearance: {
1832
+ readonly [$$PropertyValue]: "appearance";
1833
+ };
1834
+ appearance: {
1835
+ readonly [$$PropertyValue]: "appearance";
1836
+ };
1837
+ };
1838
+ scale: (value: {
1839
+ readonly [$$PropertyValue]: "scale";
1840
+ }) => {
1841
+ transform: string;
1842
+ };
1843
+ linearGradient: (value: {
1844
+ readonly [$$PropertyValue]: "backgroundImage";
1845
+ }) => {
1846
+ backgroundImage: string;
1847
+ };
1848
+ tdl: (value: {
1849
+ readonly [$$PropertyValue]: "textDecorationLine";
1850
+ }) => {
1851
+ textDecorationLine: {
1852
+ readonly [$$PropertyValue]: "textDecorationLine";
1853
+ };
1854
+ };
1855
+ textGradient: (value: {
1856
+ readonly [$$PropertyValue]: "backgroundImage";
1857
+ }) => {
1858
+ backgroundImage: string;
1859
+ WebkitBackgroundClip: string;
1860
+ WebkitTextFillColor: string;
1861
+ '&::selection': {
1862
+ WebkitTextFillColor: string;
1863
+ };
1864
+ };
1865
+ }>>;
1866
+ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1867
+ xs: string;
1868
+ sm: string;
1869
+ md: string;
1870
+ lg: string;
1871
+ xl: string;
1872
+ xsMax: string;
1873
+ smMax: string;
1874
+ mdMax: string;
1875
+ lgMax: string;
1876
+ xlMax: string;
1877
+ motion: string;
1878
+ safari: string;
1879
+ hover: string;
1880
+ dark: string;
1881
+ light: string;
1882
+ }, import("@stitches/react/types/css-util").CSS<{
1883
+ xs: string;
1884
+ sm: string;
1885
+ md: string;
1886
+ lg: string;
1887
+ xl: string;
1888
+ xsMax: string;
1889
+ smMax: string;
1890
+ mdMax: string;
1891
+ lgMax: string;
1892
+ xlMax: string;
1893
+ motion: string;
1894
+ safari: string;
1895
+ hover: string;
1896
+ dark: string;
1897
+ light: string;
1898
+ }, {
1899
+ shadows: {
1900
+ xs: string;
1901
+ sm: string;
1902
+ md: string;
1903
+ lg: string;
1904
+ xl: string;
1905
+ };
1906
+ colors: {
1907
+ accents1: string;
1908
+ accents2: string;
1909
+ accents3: string;
1910
+ accents4: string;
1911
+ accents5: string;
1912
+ accents6: string;
1913
+ accents7: string;
1914
+ accents8: string;
1915
+ accents9: string;
1916
+ text: string;
1917
+ background: string;
1918
+ foreground: string;
1919
+ codeLight: string;
1920
+ code: string;
1921
+ border: string;
1922
+ selection: string;
1923
+ white: string;
1924
+ black: string;
1925
+ blue100: string;
1926
+ blue200: string;
1927
+ blue300: string;
1928
+ blue400: string;
1929
+ blue500: string;
1930
+ blue600: string;
1931
+ blue700: string;
1932
+ blue800: string;
1933
+ blue900: string;
1934
+ purple100: string;
1935
+ purple200: string;
1936
+ purple300: string;
1937
+ purple400: string;
1938
+ purple500: string;
1939
+ purple600: string;
1940
+ purple700: string;
1941
+ purple800: string;
1942
+ purple900: string;
1943
+ green100: string;
1944
+ green200: string;
1945
+ green300: string;
1946
+ green400: string;
1947
+ green500: string;
1948
+ green600: string;
1949
+ green700: string;
1950
+ green800: string;
1951
+ green900: string;
1952
+ yellow100: string;
1953
+ yellow200: string;
1954
+ yellow300: string;
1955
+ yellow400: string;
1956
+ yellow500: string;
1957
+ yellow600: string;
1958
+ yellow700: string;
1959
+ yellow800: string;
1960
+ yellow900: string;
1961
+ red100: string;
1962
+ red200: string;
1963
+ red300: string;
1964
+ red400: string;
1965
+ red500: string;
1966
+ red600: string;
1967
+ red700: string;
1968
+ red800: string;
1969
+ red900: string;
1970
+ cyan100: string;
1971
+ cyan200: string;
1972
+ cyan300: string;
1973
+ cyan400: string;
1974
+ cyan500: string;
1975
+ cyan600: string;
1976
+ cyan700: string;
1977
+ cyan800: string;
1978
+ cyan900: string;
1979
+ pink100: string;
1980
+ pink200: string;
1981
+ pink300: string;
1982
+ pink400: string;
1983
+ pink500: string;
1984
+ pink600: string;
1985
+ pink700: string;
1986
+ pink800: string;
1987
+ pink900: string;
1988
+ gray100: string;
1989
+ gray200: string;
1990
+ gray300: string;
1991
+ gray400: string;
1992
+ gray500: string;
1993
+ gray600: string;
1994
+ gray700: string;
1995
+ gray800: string;
1996
+ gray900: string;
1997
+ primaryLight: string;
1998
+ primary: string;
1999
+ primaryDark: string;
2000
+ primaryShadow: string;
2001
+ secondaryLight: string;
2002
+ secondary: string;
2003
+ secondaryDark: string;
2004
+ secondaryShadow: string;
2005
+ successLight: string;
2006
+ success: string;
2007
+ successDark: string;
2008
+ successShadow: string;
2009
+ warningLight: string;
2010
+ warning: string;
2011
+ warningDark: string;
2012
+ warningShadow: string;
2013
+ errorLight: string;
2014
+ error: string;
2015
+ errorDark: string;
2016
+ errorShadow: string;
2017
+ gradient: string;
2018
+ link: string;
2019
+ };
2020
+ fonts: {
2021
+ sans: string;
2022
+ mono: string;
2023
+ };
2024
+ fontSizes: {
2025
+ tiny: string;
2026
+ xs: string;
2027
+ base: string;
2028
+ sm: string;
2029
+ md: string;
2030
+ lg: string;
2031
+ xl: string;
2032
+ };
2033
+ fontWeights: {
2034
+ hairline: number;
2035
+ thin: number;
2036
+ light: number;
2037
+ normal: number;
2038
+ medium: number;
2039
+ semibold: number;
2040
+ bold: number;
2041
+ extrabold: number;
2042
+ black: number;
2043
+ };
2044
+ lineHeights: {
2045
+ xs: number;
2046
+ sm: number;
2047
+ md: number;
2048
+ lg: number;
2049
+ xl: number;
2050
+ };
2051
+ letterSpacings: {
2052
+ tighter: string;
2053
+ tight: string;
2054
+ normal: string;
2055
+ wide: string;
2056
+ wider: string;
2057
+ widest: string;
2058
+ };
2059
+ space: {
2060
+ 0: string;
2061
+ xs: string;
2062
+ sm: string;
2063
+ md: string;
2064
+ lg: string;
2065
+ xl: string;
2066
+ px: string;
2067
+ 1: string;
2068
+ 2: string;
2069
+ 3: string;
2070
+ 4: string;
2071
+ 5: string;
2072
+ 6: string;
2073
+ 7: string;
2074
+ 8: string;
2075
+ 9: string;
2076
+ 10: string;
2077
+ 11: string;
2078
+ 12: string;
2079
+ 13: string;
2080
+ 14: string;
2081
+ 15: string;
2082
+ 16: string;
2083
+ 17: string;
2084
+ 18: string;
2085
+ 20: string;
2086
+ 24: string;
2087
+ 28: string;
2088
+ 32: string;
2089
+ 36: string;
2090
+ 40: string;
2091
+ 44: string;
2092
+ 48: string;
2093
+ 52: string;
2094
+ 56: string;
2095
+ 60: string;
2096
+ 64: string;
2097
+ 72: string;
2098
+ 80: string;
2099
+ 96: string;
2100
+ };
2101
+ radii: {
2102
+ xs: string;
2103
+ sm: string;
2104
+ md: string;
2105
+ base: string;
2106
+ lg: string;
2107
+ xl: string;
2108
+ squared: string;
2109
+ rounded: string;
2110
+ pill: string;
2111
+ };
2112
+ zIndices: {
2113
+ 1: string;
2114
+ 2: string;
2115
+ 3: string;
2116
+ 4: string;
2117
+ 5: string;
2118
+ 10: string;
2119
+ max: string;
2120
+ };
2121
+ borderWeights: {
2122
+ light: string;
2123
+ normal: string;
2124
+ bold: string;
2125
+ extrabold: string;
2126
+ black: string;
2127
+ };
2128
+ transitions: {
2129
+ default: string;
2130
+ };
2131
+ breakpoints: {
2132
+ xs: string;
2133
+ sm: string;
2134
+ md: string;
2135
+ lg: string;
2136
+ xl: string;
2137
+ };
2138
+ }, {
2139
+ width: string;
2140
+ height: string;
2141
+ minWidth: string;
2142
+ maxWidth: string;
2143
+ minHeight: string;
2144
+ maxHeight: string;
2145
+ flexBasis: string;
2146
+ gridTemplateColumns: string;
2147
+ gridTemplateRows: string;
2148
+ blockSize: string;
2149
+ minBlockSize: string;
2150
+ maxBlockSize: string;
2151
+ inlineSize: string;
2152
+ minInlineSize: string;
2153
+ maxInlineSize: string;
2154
+ borderWidth: string;
2155
+ gap: "space";
2156
+ gridGap: "space";
2157
+ columnGap: "space";
2158
+ gridColumnGap: "space";
2159
+ rowGap: "space";
2160
+ gridRowGap: "space";
2161
+ inset: "space";
2162
+ insetBlock: "space";
2163
+ insetBlockEnd: "space";
2164
+ insetBlockStart: "space";
2165
+ insetInline: "space";
2166
+ insetInlineEnd: "space";
2167
+ insetInlineStart: "space";
2168
+ margin: "space";
2169
+ marginTop: "space";
2170
+ marginRight: "space";
2171
+ marginBottom: "space";
2172
+ marginLeft: "space";
2173
+ marginBlock: "space";
2174
+ marginBlockEnd: "space";
2175
+ marginBlockStart: "space";
2176
+ marginInline: "space";
2177
+ marginInlineEnd: "space";
2178
+ marginInlineStart: "space";
2179
+ padding: "space";
2180
+ paddingTop: "space";
2181
+ paddingRight: "space";
2182
+ paddingBottom: "space";
2183
+ paddingLeft: "space";
2184
+ paddingBlock: "space";
2185
+ paddingBlockEnd: "space";
2186
+ paddingBlockStart: "space";
2187
+ paddingInline: "space";
2188
+ paddingInlineEnd: "space";
2189
+ paddingInlineStart: "space";
2190
+ scrollMargin: "space";
2191
+ scrollMarginTop: "space";
2192
+ scrollMarginRight: "space";
2193
+ scrollMarginBottom: "space";
2194
+ scrollMarginLeft: "space";
2195
+ scrollMarginBlock: "space";
2196
+ scrollMarginBlockEnd: "space";
2197
+ scrollMarginBlockStart: "space";
2198
+ scrollMarginInline: "space";
2199
+ scrollMarginInlineEnd: "space";
2200
+ scrollMarginInlineStart: "space";
2201
+ scrollPadding: "space";
2202
+ scrollPaddingTop: "space";
2203
+ scrollPaddingRight: "space";
2204
+ scrollPaddingBottom: "space";
2205
+ scrollPaddingLeft: "space";
2206
+ scrollPaddingBlock: "space";
2207
+ scrollPaddingBlockEnd: "space";
2208
+ scrollPaddingBlockStart: "space";
2209
+ scrollPaddingInline: "space";
2210
+ scrollPaddingInlineEnd: "space";
2211
+ scrollPaddingInlineStart: "space";
2212
+ top: "space";
2213
+ right: "space";
2214
+ bottom: "space";
2215
+ left: "space";
2216
+ fontSize: "fontSizes";
2217
+ background: "colors";
2218
+ backgroundColor: "colors";
2219
+ backgroundImage: "colors";
2220
+ borderImage: "colors";
2221
+ border: "colors";
2222
+ borderBlock: "colors";
2223
+ borderBlockEnd: "colors";
2224
+ borderBlockStart: "colors";
2225
+ borderBottom: "colors";
2226
+ borderBottomColor: "colors";
2227
+ borderColor: "colors";
2228
+ borderInline: "colors";
2229
+ borderInlineEnd: "colors";
2230
+ borderInlineStart: "colors";
2231
+ borderLeft: "colors";
2232
+ borderLeftColor: "colors";
2233
+ borderRight: "colors";
2234
+ borderRightColor: "colors";
2235
+ borderTop: "colors";
2236
+ borderTopColor: "colors";
2237
+ caretColor: "colors";
2238
+ color: "colors";
2239
+ columnRuleColor: "colors";
2240
+ outline: "colors";
2241
+ outlineColor: "colors";
2242
+ fill: "colors";
2243
+ stroke: "colors";
2244
+ textDecorationColor: "colors";
2245
+ fontFamily: "fonts";
2246
+ fontWeight: "fontWeights";
2247
+ lineHeight: "lineHeights";
2248
+ letterSpacing: "letterSpacings";
2249
+ borderTopWidth: "borderWidths";
2250
+ borderLeftWidth: "borderWidths";
2251
+ borderRightWidth: "borderWidths";
2252
+ borderBottomWidth: "borderWidths";
2253
+ borderStyle: "borderStyles";
2254
+ borderTopStyle: "borderStyles";
2255
+ borderLeftStyle: "borderStyles";
2256
+ borderRightStyle: "borderStyles";
2257
+ borderBottomStyle: "borderStyles";
2258
+ borderRadius: "radii";
2259
+ borderTopLeftRadius: "radii";
2260
+ borderTopRightRadius: "radii";
2261
+ borderBottomRightRadius: "radii";
2262
+ borderBottomLeftRadius: "radii";
2263
+ boxShadow: "shadows";
2264
+ textShadow: "shadows";
2265
+ transition: "transitions";
2266
+ zIndex: "zIndices";
2267
+ }, {
2268
+ p: (value: {
2269
+ readonly [$$PropertyValue]: "padding";
2270
+ }) => {
2271
+ padding: {
2272
+ readonly [$$PropertyValue]: "padding";
2273
+ };
2274
+ };
2275
+ pt: (value: {
2276
+ readonly [$$PropertyValue]: "paddingTop";
2277
+ }) => {
2278
+ paddingTop: {
2279
+ readonly [$$PropertyValue]: "paddingTop";
2280
+ };
2281
+ };
2282
+ pr: (value: {
2283
+ readonly [$$PropertyValue]: "paddingRight";
2284
+ }) => {
2285
+ paddingRight: {
2286
+ readonly [$$PropertyValue]: "paddingRight";
2287
+ };
2288
+ };
2289
+ pb: (value: {
2290
+ readonly [$$PropertyValue]: "paddingBottom";
2291
+ }) => {
2292
+ paddingBottom: {
2293
+ readonly [$$PropertyValue]: "paddingBottom";
2294
+ };
2295
+ };
2296
+ pl: (value: {
2297
+ readonly [$$PropertyValue]: "paddingLeft";
2298
+ }) => {
2299
+ paddingLeft: {
2300
+ readonly [$$PropertyValue]: "paddingLeft";
2301
+ };
2302
+ };
2303
+ px: (value: {
2304
+ readonly [$$PropertyValue]: "paddingLeft";
2305
+ }) => {
2306
+ paddingLeft: {
2307
+ readonly [$$PropertyValue]: "paddingLeft";
2308
+ };
2309
+ paddingRight: {
2310
+ readonly [$$PropertyValue]: "paddingLeft";
2311
+ };
2312
+ };
2313
+ py: (value: {
2314
+ readonly [$$PropertyValue]: "paddingTop";
2315
+ }) => {
2316
+ paddingTop: {
2317
+ readonly [$$PropertyValue]: "paddingTop";
2318
+ };
2319
+ paddingBottom: {
2320
+ readonly [$$PropertyValue]: "paddingTop";
2321
+ };
2322
+ };
2323
+ m: (value: {
2324
+ readonly [$$PropertyValue]: "margin";
2325
+ }) => {
2326
+ margin: {
2327
+ readonly [$$PropertyValue]: "margin";
2328
+ };
2329
+ };
2330
+ mt: (value: {
2331
+ readonly [$$PropertyValue]: "marginTop";
2332
+ }) => {
2333
+ marginTop: {
2334
+ readonly [$$PropertyValue]: "marginTop";
2335
+ };
2336
+ };
2337
+ mr: (value: {
2338
+ readonly [$$PropertyValue]: "marginRight";
2339
+ }) => {
2340
+ marginRight: {
2341
+ readonly [$$PropertyValue]: "marginRight";
2342
+ };
2343
+ };
2344
+ mb: (value: {
2345
+ readonly [$$PropertyValue]: "marginBottom";
2346
+ }) => {
2347
+ marginBottom: {
2348
+ readonly [$$PropertyValue]: "marginBottom";
2349
+ };
2350
+ };
2351
+ ml: (value: {
2352
+ readonly [$$PropertyValue]: "marginLeft";
2353
+ }) => {
2354
+ marginLeft: {
2355
+ readonly [$$PropertyValue]: "marginLeft";
2356
+ };
2357
+ };
2358
+ mx: (value: {
2359
+ readonly [$$PropertyValue]: "marginLeft";
2360
+ }) => {
2361
+ marginLeft: {
2362
+ readonly [$$PropertyValue]: "marginLeft";
2363
+ };
2364
+ marginRight: {
2365
+ readonly [$$PropertyValue]: "marginLeft";
2366
+ };
2367
+ };
2368
+ my: (value: {
2369
+ readonly [$$PropertyValue]: "marginTop";
2370
+ }) => {
2371
+ marginTop: {
2372
+ readonly [$$PropertyValue]: "marginTop";
2373
+ };
2374
+ marginBottom: {
2375
+ readonly [$$PropertyValue]: "marginTop";
2376
+ };
2377
+ };
2378
+ ta: (value: {
2379
+ readonly [$$PropertyValue]: "textAlign";
2380
+ }) => {
2381
+ textAlign: {
2382
+ readonly [$$PropertyValue]: "textAlign";
2383
+ };
2384
+ };
2385
+ tt: (value: {
2386
+ readonly [$$PropertyValue]: "textTransform";
2387
+ }) => {
2388
+ textTransform: {
2389
+ readonly [$$PropertyValue]: "textTransform";
2390
+ };
2391
+ };
2392
+ to: (value: {
2393
+ readonly [$$PropertyValue]: "textOverflow";
2394
+ }) => {
2395
+ textOverflow: {
2396
+ readonly [$$PropertyValue]: "textOverflow";
2397
+ };
2398
+ };
2399
+ d: (value: {
2400
+ readonly [$$PropertyValue]: "display";
2401
+ }) => {
2402
+ display: {
2403
+ readonly [$$PropertyValue]: "display";
2404
+ };
2405
+ };
2406
+ dflex: (value: {
2407
+ readonly [$$PropertyValue]: "alignItems";
2408
+ }) => {
2409
+ display: string;
2410
+ alignItems: {
2411
+ readonly [$$PropertyValue]: "alignItems";
2412
+ };
2413
+ justifyContent: {
2414
+ readonly [$$PropertyValue]: "alignItems";
2415
+ };
2416
+ };
2417
+ fd: (value: {
2418
+ readonly [$$PropertyValue]: "flexDirection";
2419
+ }) => {
2420
+ flexDirection: {
2421
+ readonly [$$PropertyValue]: "flexDirection";
2422
+ };
2423
+ };
2424
+ fw: (value: {
2425
+ readonly [$$PropertyValue]: "flexWrap";
2426
+ }) => {
2427
+ flexWrap: {
2428
+ readonly [$$PropertyValue]: "flexWrap";
2429
+ };
2430
+ };
2431
+ ai: (value: {
2432
+ readonly [$$PropertyValue]: "alignItems";
2433
+ }) => {
2434
+ alignItems: {
2435
+ readonly [$$PropertyValue]: "alignItems";
2436
+ };
2437
+ };
2438
+ ac: (value: {
2439
+ readonly [$$PropertyValue]: "alignContent";
2440
+ }) => {
2441
+ alignContent: {
2442
+ readonly [$$PropertyValue]: "alignContent";
2443
+ };
2444
+ };
2445
+ jc: (value: {
2446
+ readonly [$$PropertyValue]: "justifyContent";
2447
+ }) => {
2448
+ justifyContent: {
2449
+ readonly [$$PropertyValue]: "justifyContent";
2450
+ };
2451
+ };
2452
+ as: (value: {
2453
+ readonly [$$PropertyValue]: "alignSelf";
2454
+ }) => {
2455
+ alignSelf: {
2456
+ readonly [$$PropertyValue]: "alignSelf";
2457
+ };
2458
+ };
2459
+ fg: (value: {
2460
+ readonly [$$PropertyValue]: "flexGrow";
2461
+ }) => {
2462
+ flexGrow: {
2463
+ readonly [$$PropertyValue]: "flexGrow";
2464
+ };
2465
+ };
2466
+ fs: (value: {
2467
+ readonly [$$PropertyValue]: "fontSize";
2468
+ }) => {
2469
+ fontSize: {
2470
+ readonly [$$PropertyValue]: "fontSize";
2471
+ };
2472
+ };
2473
+ fb: (value: {
2474
+ readonly [$$PropertyValue]: "flexBasis";
2475
+ }) => {
2476
+ flexBasis: {
2477
+ readonly [$$PropertyValue]: "flexBasis";
2478
+ };
2479
+ };
2480
+ bc: (value: {
2481
+ readonly [$$PropertyValue]: "backgroundColor";
2482
+ }) => {
2483
+ backgroundColor: {
2484
+ readonly [$$PropertyValue]: "backgroundColor";
2485
+ };
2486
+ };
2487
+ bf: (value: {
2488
+ readonly [$$PropertyValue]: "backdropFilter";
2489
+ }) => {
2490
+ backdropFilter: {
2491
+ readonly [$$PropertyValue]: "backdropFilter";
2492
+ };
2493
+ };
2494
+ bg: (value: {
2495
+ readonly [$$PropertyValue]: "backgroundColor";
2496
+ }) => {
2497
+ background: {
2498
+ readonly [$$PropertyValue]: "backgroundColor";
2499
+ };
2500
+ };
2501
+ bgBlur: (value: {
2502
+ readonly [$$PropertyValue]: "backgroundColor";
2503
+ }) => {
2504
+ bf: string;
2505
+ bg: string;
2506
+ };
2507
+ bgColor: (value: {
2508
+ readonly [$$PropertyValue]: "backgroundColor";
2509
+ }) => {
2510
+ backgroundColor: {
2511
+ readonly [$$PropertyValue]: "backgroundColor";
2512
+ };
2513
+ };
2514
+ backgroundClip: (value: {
2515
+ readonly [$$PropertyValue]: "backgroundClip";
2516
+ }) => {
2517
+ WebkitBackgroundClip: {
2518
+ readonly [$$PropertyValue]: "backgroundClip";
2519
+ };
2520
+ backgroundClip: {
2521
+ readonly [$$PropertyValue]: "backgroundClip";
2522
+ };
2523
+ };
2524
+ bgClip: (value: {
2525
+ readonly [$$PropertyValue]: "backgroundClip";
2526
+ }) => {
2527
+ WebkitBackgroundClip: {
2528
+ readonly [$$PropertyValue]: "backgroundClip";
2529
+ };
2530
+ backgroundClip: {
2531
+ readonly [$$PropertyValue]: "backgroundClip";
2532
+ };
2533
+ };
2534
+ br: (value: {
2535
+ readonly [$$PropertyValue]: "borderRadius";
2536
+ }) => {
2537
+ borderRadius: {
2538
+ readonly [$$PropertyValue]: "borderRadius";
2539
+ };
2540
+ };
2541
+ bw: (value: {
2542
+ readonly [$$PropertyValue]: "borderWidth";
2543
+ }) => {
2544
+ borderWidth: {
2545
+ readonly [$$PropertyValue]: "borderWidth";
2546
+ };
2547
+ };
2548
+ btrr: (value: {
2549
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2550
+ }) => {
2551
+ borderTopRightRadius: {
2552
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2553
+ };
2554
+ };
2555
+ bbrr: (value: {
2556
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2557
+ }) => {
2558
+ borderBottomRightRadius: {
2559
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2560
+ };
2561
+ };
2562
+ bblr: (value: {
2563
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2564
+ }) => {
2565
+ borderBottomLeftRadius: {
2566
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2567
+ };
2568
+ };
2569
+ btlr: (value: {
2570
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2571
+ }) => {
2572
+ borderTopLeftRadius: {
2573
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2574
+ };
2575
+ };
2576
+ bs: (value: {
2577
+ readonly [$$PropertyValue]: "boxShadow";
2578
+ }) => {
2579
+ boxShadow: {
2580
+ readonly [$$PropertyValue]: "boxShadow";
2581
+ };
2582
+ };
2583
+ normalShadow: (value: {
2584
+ readonly [$$PropertyValue]: "backgroundColor";
2585
+ }) => {
2586
+ boxShadow: string;
2587
+ };
2588
+ normalShadowVar: (value: {
2589
+ readonly [$$PropertyValue]: "backgroundColor";
2590
+ }) => {
2591
+ boxShadow: string;
2592
+ };
2593
+ lh: (value: {
2594
+ readonly [$$PropertyValue]: "lineHeight";
2595
+ }) => {
2596
+ lineHeight: {
2597
+ readonly [$$PropertyValue]: "lineHeight";
2598
+ };
2599
+ };
2600
+ ov: (value: {
2601
+ readonly [$$PropertyValue]: "overflow";
2602
+ }) => {
2603
+ overflow: {
2604
+ readonly [$$PropertyValue]: "overflow";
2605
+ };
2606
+ };
2607
+ ox: (value: {
2608
+ readonly [$$PropertyValue]: "overflowX";
2609
+ }) => {
2610
+ overflowX: {
2611
+ readonly [$$PropertyValue]: "overflowX";
2612
+ };
2613
+ };
2614
+ oy: (value: {
2615
+ readonly [$$PropertyValue]: "overflowY";
2616
+ }) => {
2617
+ overflowY: {
2618
+ readonly [$$PropertyValue]: "overflowY";
2619
+ };
2620
+ };
2621
+ pe: (value: {
2622
+ readonly [$$PropertyValue]: "pointerEvents";
2623
+ }) => {
2624
+ pointerEvents: {
2625
+ readonly [$$PropertyValue]: "pointerEvents";
2626
+ };
2627
+ };
2628
+ events: (value: {
2629
+ readonly [$$PropertyValue]: "pointerEvents";
2630
+ }) => {
2631
+ pointerEvents: {
2632
+ readonly [$$PropertyValue]: "pointerEvents";
2633
+ };
2634
+ };
2635
+ us: (value: {
2636
+ readonly [$$PropertyValue]: "userSelect";
2637
+ }) => {
2638
+ WebkitUserSelect: {
2639
+ readonly [$$PropertyValue]: "userSelect";
2640
+ };
2641
+ userSelect: {
2642
+ readonly [$$PropertyValue]: "userSelect";
2643
+ };
2644
+ };
2645
+ userSelect: (value: {
2646
+ readonly [$$PropertyValue]: "userSelect";
2647
+ }) => {
2648
+ WebkitUserSelect: {
2649
+ readonly [$$PropertyValue]: "userSelect";
2650
+ };
2651
+ userSelect: {
2652
+ readonly [$$PropertyValue]: "userSelect";
2653
+ };
2654
+ };
2655
+ w: (value: {
2656
+ readonly [$$PropertyValue]: "width";
2657
+ }) => {
2658
+ width: {
2659
+ readonly [$$PropertyValue]: "width";
2660
+ };
2661
+ };
2662
+ h: (value: {
2663
+ readonly [$$PropertyValue]: "height";
2664
+ }) => {
2665
+ height: {
2666
+ readonly [$$PropertyValue]: "height";
2667
+ };
2668
+ };
2669
+ mw: (value: {
2670
+ readonly [$$PropertyValue]: "maxWidth";
2671
+ }) => {
2672
+ maxWidth: {
2673
+ readonly [$$PropertyValue]: "maxWidth";
2674
+ };
2675
+ };
2676
+ maxW: (value: {
2677
+ readonly [$$PropertyValue]: "maxWidth";
2678
+ }) => {
2679
+ maxWidth: {
2680
+ readonly [$$PropertyValue]: "maxWidth";
2681
+ };
2682
+ };
2683
+ mh: (value: {
2684
+ readonly [$$PropertyValue]: "maxHeight";
2685
+ }) => {
2686
+ maxHeight: {
2687
+ readonly [$$PropertyValue]: "maxHeight";
2688
+ };
2689
+ };
2690
+ maxH: (value: {
2691
+ readonly [$$PropertyValue]: "maxHeight";
2692
+ }) => {
2693
+ maxHeight: {
2694
+ readonly [$$PropertyValue]: "maxHeight";
2695
+ };
2696
+ };
2697
+ size: (value: {
2698
+ readonly [$$PropertyValue]: "width";
2699
+ }) => {
2700
+ width: {
2701
+ readonly [$$PropertyValue]: "width";
2702
+ };
2703
+ height: {
2704
+ readonly [$$PropertyValue]: "width";
2705
+ };
2706
+ };
2707
+ minSize: (value: {
2708
+ readonly [$$PropertyValue]: "width";
2709
+ }) => {
2710
+ minWidth: {
2711
+ readonly [$$PropertyValue]: "width";
2712
+ };
2713
+ minHeight: {
2714
+ readonly [$$PropertyValue]: "width";
2715
+ };
2716
+ width: {
2717
+ readonly [$$PropertyValue]: "width";
2718
+ };
2719
+ height: {
2720
+ readonly [$$PropertyValue]: "width";
2721
+ };
2722
+ };
2723
+ sizeMin: (value: {
2724
+ readonly [$$PropertyValue]: "width";
2725
+ }) => {
2726
+ minWidth: {
2727
+ readonly [$$PropertyValue]: "width";
2728
+ };
2729
+ minHeight: {
2730
+ readonly [$$PropertyValue]: "width";
2731
+ };
2732
+ width: {
2733
+ readonly [$$PropertyValue]: "width";
2734
+ };
2735
+ height: {
2736
+ readonly [$$PropertyValue]: "width";
2737
+ };
2738
+ };
2739
+ maxSize: (value: {
2740
+ readonly [$$PropertyValue]: "width";
2741
+ }) => {
2742
+ maxWidth: {
2743
+ readonly [$$PropertyValue]: "width";
2744
+ };
2745
+ maxHeight: {
2746
+ readonly [$$PropertyValue]: "width";
2747
+ };
2748
+ };
2749
+ sizeMax: (value: {
2750
+ readonly [$$PropertyValue]: "width";
2751
+ }) => {
2752
+ maxWidth: {
2753
+ readonly [$$PropertyValue]: "width";
2754
+ };
2755
+ maxHeight: {
2756
+ readonly [$$PropertyValue]: "width";
2757
+ };
2758
+ };
2759
+ appearance: (value: {
2760
+ readonly [$$PropertyValue]: "appearance";
2761
+ }) => {
2762
+ WebkitAppearance: {
2763
+ readonly [$$PropertyValue]: "appearance";
2764
+ };
2765
+ appearance: {
2766
+ readonly [$$PropertyValue]: "appearance";
2767
+ };
2768
+ };
2769
+ scale: (value: {
2770
+ readonly [$$PropertyValue]: "scale";
2771
+ }) => {
2772
+ transform: string;
2773
+ };
2774
+ linearGradient: (value: {
2775
+ readonly [$$PropertyValue]: "backgroundImage";
2776
+ }) => {
2777
+ backgroundImage: string;
2778
+ };
2779
+ tdl: (value: {
2780
+ readonly [$$PropertyValue]: "textDecorationLine";
2781
+ }) => {
2782
+ textDecorationLine: {
2783
+ readonly [$$PropertyValue]: "textDecorationLine";
2784
+ };
2785
+ };
2786
+ textGradient: (value: {
2787
+ readonly [$$PropertyValue]: "backgroundImage";
2788
+ }) => {
2789
+ backgroundImage: string;
2790
+ WebkitBackgroundClip: string;
2791
+ WebkitTextFillColor: string;
2792
+ '&::selection': {
2793
+ WebkitTextFillColor: string;
2794
+ };
2795
+ };
2796
+ }>>;
2797
+ export declare type ImageContainerVariantProps = VariantProps<typeof StyledImageContainer>;
2798
+ export declare type ImageVariantsProps = VariantProps<typeof StyledImage>;
2799
+ export declare type ImageSkeletonVariantsProps = VariantProps<typeof StyledImageSkeleton>;