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