@nextui-org/react 1.0.0-beta.6

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