@nextui-org/react 1.0.2-beta.3 → 1.0.2-beta.4

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