@nextui-org/react 1.0.0-beta.10

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