@nextui-org/react 1.0.0-beta.6

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