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