@nextui-org/react 1.0.0-beta.10

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