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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (716) hide show
  1. package/README.md +2 -2
  2. package/cjs/avatar/avatar-group.js +1 -35
  3. package/cjs/avatar/avatar-group.styles.js +1 -52
  4. package/cjs/avatar/avatar.js +1 -75
  5. package/cjs/avatar/avatar.styles.js +1 -334
  6. package/cjs/avatar/index.js +1 -22
  7. package/cjs/backdrop/backdrop.js +1 -137
  8. package/cjs/backdrop/backdrop.styles.js +1 -119
  9. package/cjs/backdrop/index.js +1 -16
  10. package/cjs/button/button-group-context.js +1 -21
  11. package/cjs/button/button-group.js +1 -81
  12. package/cjs/button/button-group.styles.js +1 -136
  13. package/cjs/button/button-icon.js +1 -68
  14. package/cjs/button/button.js +1 -145
  15. package/cjs/button/button.styles.js +1 -726
  16. package/cjs/button/index.js +1 -25
  17. package/cjs/button/utils.js +1 -27
  18. package/cjs/card/card.js +1 -117
  19. package/cjs/card/card.styles.js +1 -267
  20. package/cjs/card/index.js +1 -24
  21. package/cjs/checkbox/checkbox-context.js +1 -25
  22. package/cjs/checkbox/checkbox-group.js +1 -89
  23. package/cjs/checkbox/checkbox.js +1 -192
  24. package/cjs/checkbox/checkbox.styles.js +1 -563
  25. package/cjs/checkbox/index.js +1 -26
  26. package/cjs/code/code.js +1 -42
  27. package/cjs/code/code.styles.js +1 -14
  28. package/cjs/code/index.js +1 -15
  29. package/cjs/col/col.js +1 -46
  30. package/cjs/col/col.styles.js +1 -16
  31. package/cjs/col/index.js +1 -14
  32. package/cjs/collapse/collapse-context.js +1 -20
  33. package/cjs/collapse/collapse-group.js +1 -90
  34. package/cjs/collapse/collapse-icon.js +1 -41
  35. package/cjs/collapse/collapse.js +1 -196
  36. package/cjs/collapse/collapse.styles.js +1 -256
  37. package/cjs/collapse/index.js +1 -22
  38. package/cjs/container/container.js +1 -91
  39. package/cjs/container/container.styles.js +1 -45
  40. package/cjs/container/index.js +1 -14
  41. package/cjs/css-baseline/css-baseline.js +1 -247
  42. package/cjs/css-baseline/index.js +1 -11
  43. package/cjs/divider/divider.js +1 -82
  44. package/cjs/divider/divider.styles.js +1 -77
  45. package/cjs/divider/index.js +1 -15
  46. package/cjs/grid/grid-container.js +1 -60
  47. package/cjs/grid/grid-item.js +1 -123
  48. package/cjs/grid/grid.js +1 -29
  49. package/cjs/grid/grid.styles.js +1 -15
  50. package/cjs/grid/index.js +1 -18
  51. package/cjs/image/image.js +1 -150
  52. package/cjs/image/image.skeleton.js +1 -50
  53. package/cjs/image/image.styles.js +1 -57
  54. package/cjs/image/index.js +1 -16
  55. package/cjs/index.js +1 -435
  56. package/cjs/input/index.js +1 -30
  57. package/cjs/input/input-password.js +1 -80
  58. package/cjs/input/input-props.js +1 -30
  59. package/cjs/input/input.js +1 -318
  60. package/cjs/input/input.styles.js +1 -878
  61. package/cjs/input/password-icon.js +1 -51
  62. package/cjs/link/icon.js +1 -42
  63. package/cjs/link/index.js +1 -15
  64. package/cjs/link/link.js +1 -42
  65. package/cjs/link/link.styles.js +1 -135
  66. package/cjs/loading/index.js +1 -24
  67. package/cjs/loading/loading.js +1 -80
  68. package/cjs/loading/loading.styles.js +1 -438
  69. package/cjs/loading/spinner.js +1 -47
  70. package/cjs/modal/index.js +1 -28
  71. package/cjs/modal/modal-body.js +1 -62
  72. package/cjs/modal/modal-close-button.js +1 -49
  73. package/cjs/modal/modal-context.js +1 -18
  74. package/cjs/modal/modal-footer.js +1 -69
  75. package/cjs/modal/modal-header.js +1 -69
  76. package/cjs/modal/modal-wrapper.js +1 -153
  77. package/cjs/modal/modal.js +1 -159
  78. package/cjs/modal/modal.styles.js +1 -243
  79. package/cjs/modal/use-modal.js +1 -25
  80. package/cjs/pagination/index.js +1 -19
  81. package/cjs/pagination/pagination-ellipsis.js +1 -86
  82. package/cjs/pagination/pagination-highlight.js +1 -52
  83. package/cjs/pagination/pagination-icon.js +1 -59
  84. package/cjs/pagination/pagination-item.js +1 -104
  85. package/cjs/pagination/pagination.js +1 -169
  86. package/cjs/pagination/pagination.styles.js +1 -361
  87. package/cjs/progress/index.js +1 -15
  88. package/cjs/progress/progress.js +1 -101
  89. package/cjs/progress/progress.styles.js +1 -165
  90. package/cjs/radio/index.js +1 -24
  91. package/cjs/radio/radio-context.js +1 -24
  92. package/cjs/radio/radio-group.js +1 -78
  93. package/cjs/radio/radio.js +1 -156
  94. package/cjs/radio/radio.styles.js +1 -240
  95. package/cjs/row/index.js +1 -14
  96. package/cjs/row/row.js +1 -54
  97. package/cjs/row/row.styles.js +1 -25
  98. package/cjs/snippet/index.js +1 -16
  99. package/cjs/snippet/snippet-icon.js +1 -52
  100. package/cjs/snippet/snippet.js +1 -137
  101. package/cjs/snippet/snippet.styles.js +1 -141
  102. package/cjs/spacer/index.js +1 -14
  103. package/cjs/spacer/spacer.js +1 -49
  104. package/cjs/spacer/spacer.styles.js +1 -24
  105. package/cjs/switch/index.js +1 -17
  106. package/cjs/switch/switch.js +1 -142
  107. package/cjs/switch/switch.styles.js +1 -283
  108. package/cjs/text/child.js +1 -83
  109. package/cjs/text/index.js +1 -14
  110. package/cjs/text/text.js +1 -124
  111. package/cjs/text/text.styles.js +1 -41
  112. package/cjs/textarea/index.js +1 -12
  113. package/cjs/textarea/textarea.js +1 -126
  114. package/cjs/textarea/utils.js +1 -126
  115. package/cjs/theme/common.js +1 -503
  116. package/cjs/theme/dark-theme.js +1 -38
  117. package/cjs/theme/index.js +1 -31
  118. package/cjs/theme/light-theme.js +1 -33
  119. package/cjs/theme/stitches.config.js +1 -88
  120. package/cjs/theme/theme-context.js +1 -22
  121. package/cjs/theme/theme-provider.js +1 -111
  122. package/cjs/theme/types.js +1 -3
  123. package/cjs/theme/utils.js +1 -113
  124. package/cjs/tooltip/index.js +1 -17
  125. package/cjs/tooltip/placement.js +1 -193
  126. package/cjs/tooltip/tooltip-content.js +1 -135
  127. package/cjs/tooltip/tooltip.js +1 -143
  128. package/cjs/tooltip/tooltip.styles.js +1 -159
  129. package/cjs/use-body-scroll/index.js +1 -12
  130. package/cjs/use-body-scroll/use-body-scroll.js +1 -77
  131. package/cjs/use-click-anywhere/index.js +1 -12
  132. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
  133. package/cjs/use-click-away/index.js +1 -12
  134. package/cjs/use-click-away/use-click-away.js +1 -23
  135. package/cjs/use-clipboard/index.js +1 -12
  136. package/cjs/use-clipboard/use-clipboard.js +1 -57
  137. package/cjs/use-current-state/index.js +1 -12
  138. package/cjs/use-current-state/use-current-state.js +1 -28
  139. package/cjs/use-drip/index.js +1 -12
  140. package/cjs/use-drip/use-drip.js +1 -38
  141. package/cjs/use-input/index.js +1 -12
  142. package/cjs/use-input/use-input.js +1 -32
  143. package/cjs/use-keyboard/codes.js +1 -104
  144. package/cjs/use-keyboard/helper.js +1 -35
  145. package/cjs/use-keyboard/index.js +1 -15
  146. package/cjs/use-keyboard/use-keyboard.js +1 -76
  147. package/cjs/use-pagination/index.js +1 -88
  148. package/cjs/use-portal/index.js +1 -12
  149. package/cjs/use-portal/use-portal.js +1 -43
  150. package/cjs/use-real-shape/index.js +1 -12
  151. package/cjs/use-real-shape/use-real-shape.js +1 -55
  152. package/cjs/use-resize/index.js +1 -12
  153. package/cjs/use-resize/use-resize.js +1 -23
  154. package/cjs/use-ssr/index.js +1 -12
  155. package/cjs/use-ssr/use-ssr.js +1 -25
  156. package/cjs/use-theme/index.js +1 -12
  157. package/cjs/use-theme/use-theme.js +1 -16
  158. package/cjs/use-warning/index.js +1 -12
  159. package/cjs/use-warning/use-warning.js +1 -23
  160. package/cjs/user/index.js +1 -21
  161. package/cjs/user/user-link.js +1 -46
  162. package/cjs/user/user.js +1 -63
  163. package/cjs/user/user.styles.js +1 -56
  164. package/cjs/utils/assertion.js +1 -42
  165. package/cjs/utils/clear-icon.js +1 -70
  166. package/cjs/utils/clsx.js +1 -57
  167. package/cjs/utils/collections.js +1 -110
  168. package/cjs/utils/color.js +1 -187
  169. package/cjs/utils/css-transition.js +1 -76
  170. package/cjs/utils/deep-merge.js +1 -33
  171. package/cjs/utils/dimensions.js +1 -10
  172. package/cjs/utils/dom.js +1 -110
  173. package/cjs/utils/drip.js +1 -116
  174. package/cjs/utils/expand.js +1 -109
  175. package/cjs/utils/icons.js +1 -481
  176. package/cjs/utils/numbers.js +1 -23
  177. package/cjs/utils/object.js +1 -40
  178. package/cjs/utils/prop-types.js +1 -56
  179. package/cjs/utils/react.js +1 -24
  180. package/cjs/utils/strings.js +1 -18
  181. package/cjs/utils/types.d.js +1 -3
  182. package/cjs/utils/with-defaults.js +1 -13
  183. package/esm/avatar/avatar-group.js +1 -35
  184. package/esm/avatar/avatar-group.styles.js +1 -52
  185. package/esm/avatar/avatar.js +1 -75
  186. package/esm/avatar/avatar.styles.js +1 -334
  187. package/esm/avatar/index.js +1 -22
  188. package/esm/backdrop/backdrop.js +1 -137
  189. package/esm/backdrop/backdrop.styles.js +1 -119
  190. package/esm/backdrop/index.js +1 -16
  191. package/esm/button/button-group-context.js +1 -21
  192. package/esm/button/button-group.js +1 -81
  193. package/esm/button/button-group.styles.js +1 -136
  194. package/esm/button/button-icon.js +1 -68
  195. package/esm/button/button.js +1 -145
  196. package/esm/button/button.styles.js +1 -726
  197. package/esm/button/index.js +1 -25
  198. package/esm/button/utils.js +1 -27
  199. package/esm/card/card.js +1 -117
  200. package/esm/card/card.styles.js +1 -267
  201. package/esm/card/index.js +1 -24
  202. package/esm/checkbox/checkbox-context.js +1 -25
  203. package/esm/checkbox/checkbox-group.js +1 -89
  204. package/esm/checkbox/checkbox.js +1 -192
  205. package/esm/checkbox/checkbox.styles.js +1 -563
  206. package/esm/checkbox/index.js +1 -26
  207. package/esm/code/code.js +1 -42
  208. package/esm/code/code.styles.js +1 -14
  209. package/esm/code/index.js +1 -15
  210. package/esm/col/col.js +1 -46
  211. package/esm/col/col.styles.js +1 -16
  212. package/esm/col/index.js +1 -14
  213. package/esm/collapse/collapse-context.js +1 -20
  214. package/esm/collapse/collapse-group.js +1 -90
  215. package/esm/collapse/collapse-icon.js +1 -41
  216. package/esm/collapse/collapse.js +1 -196
  217. package/esm/collapse/collapse.styles.js +1 -256
  218. package/esm/collapse/index.js +1 -22
  219. package/esm/container/container.js +1 -91
  220. package/esm/container/container.styles.js +1 -45
  221. package/esm/container/index.js +1 -14
  222. package/esm/css-baseline/css-baseline.js +1 -247
  223. package/esm/css-baseline/index.js +1 -11
  224. package/esm/divider/divider.js +1 -82
  225. package/esm/divider/divider.styles.js +1 -77
  226. package/esm/divider/index.js +1 -15
  227. package/esm/grid/grid-container.js +1 -60
  228. package/esm/grid/grid-item.js +1 -123
  229. package/esm/grid/grid.js +1 -29
  230. package/esm/grid/grid.styles.js +1 -15
  231. package/esm/grid/index.js +1 -18
  232. package/esm/image/image.js +1 -150
  233. package/esm/image/image.skeleton.js +1 -50
  234. package/esm/image/image.styles.js +1 -57
  235. package/esm/image/index.js +1 -16
  236. package/esm/index.js +1 -435
  237. package/esm/input/index.js +1 -30
  238. package/esm/input/input-password.js +1 -80
  239. package/esm/input/input-props.js +1 -30
  240. package/esm/input/input.js +1 -318
  241. package/esm/input/input.styles.js +1 -878
  242. package/esm/input/password-icon.js +1 -51
  243. package/esm/link/icon.js +1 -42
  244. package/esm/link/index.js +1 -15
  245. package/esm/link/link.js +1 -42
  246. package/esm/link/link.styles.js +1 -135
  247. package/esm/loading/index.js +1 -24
  248. package/esm/loading/loading.js +1 -80
  249. package/esm/loading/loading.styles.js +1 -438
  250. package/esm/loading/spinner.js +1 -47
  251. package/esm/modal/index.js +1 -28
  252. package/esm/modal/modal-body.js +1 -62
  253. package/esm/modal/modal-close-button.js +1 -49
  254. package/esm/modal/modal-context.js +1 -18
  255. package/esm/modal/modal-footer.js +1 -69
  256. package/esm/modal/modal-header.js +1 -69
  257. package/esm/modal/modal-wrapper.js +1 -153
  258. package/esm/modal/modal.js +1 -159
  259. package/esm/modal/modal.styles.js +1 -243
  260. package/esm/modal/use-modal.js +1 -25
  261. package/esm/pagination/index.js +1 -19
  262. package/esm/pagination/pagination-ellipsis.js +1 -86
  263. package/esm/pagination/pagination-highlight.js +1 -52
  264. package/esm/pagination/pagination-icon.js +1 -59
  265. package/esm/pagination/pagination-item.js +1 -104
  266. package/esm/pagination/pagination.js +1 -169
  267. package/esm/pagination/pagination.styles.js +1 -361
  268. package/esm/progress/index.js +1 -15
  269. package/esm/progress/progress.js +1 -101
  270. package/esm/progress/progress.styles.js +1 -165
  271. package/esm/radio/index.js +1 -24
  272. package/esm/radio/radio-context.js +1 -24
  273. package/esm/radio/radio-group.js +1 -78
  274. package/esm/radio/radio.js +1 -156
  275. package/esm/radio/radio.styles.js +1 -240
  276. package/esm/row/index.js +1 -14
  277. package/esm/row/row.js +1 -54
  278. package/esm/row/row.styles.js +1 -25
  279. package/esm/snippet/index.js +1 -16
  280. package/esm/snippet/snippet-icon.js +1 -52
  281. package/esm/snippet/snippet.js +1 -137
  282. package/esm/snippet/snippet.styles.js +1 -141
  283. package/esm/spacer/index.js +1 -14
  284. package/esm/spacer/spacer.js +1 -49
  285. package/esm/spacer/spacer.styles.js +1 -24
  286. package/esm/switch/index.js +1 -17
  287. package/esm/switch/switch.js +1 -142
  288. package/esm/switch/switch.styles.js +1 -283
  289. package/esm/text/child.js +1 -83
  290. package/esm/text/index.js +1 -14
  291. package/esm/text/text.js +1 -124
  292. package/esm/text/text.styles.js +1 -41
  293. package/esm/textarea/index.js +1 -12
  294. package/esm/textarea/textarea.js +1 -126
  295. package/esm/textarea/utils.js +1 -126
  296. package/esm/theme/common.js +1 -503
  297. package/esm/theme/dark-theme.js +1 -38
  298. package/esm/theme/index.js +1 -31
  299. package/esm/theme/light-theme.js +1 -33
  300. package/esm/theme/stitches.config.js +1 -88
  301. package/esm/theme/theme-context.js +1 -22
  302. package/esm/theme/theme-provider.js +1 -111
  303. package/esm/theme/types.js +1 -3
  304. package/esm/theme/utils.js +1 -113
  305. package/esm/tooltip/index.js +1 -17
  306. package/esm/tooltip/placement.js +1 -193
  307. package/esm/tooltip/tooltip-content.js +1 -135
  308. package/esm/tooltip/tooltip.js +1 -143
  309. package/esm/tooltip/tooltip.styles.js +1 -159
  310. package/esm/use-body-scroll/index.js +1 -12
  311. package/esm/use-body-scroll/use-body-scroll.js +1 -77
  312. package/esm/use-click-anywhere/index.js +1 -12
  313. package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
  314. package/esm/use-click-away/index.js +1 -12
  315. package/esm/use-click-away/use-click-away.js +1 -23
  316. package/esm/use-clipboard/index.js +1 -12
  317. package/esm/use-clipboard/use-clipboard.js +1 -57
  318. package/esm/use-current-state/index.js +1 -12
  319. package/esm/use-current-state/use-current-state.js +1 -28
  320. package/esm/use-drip/index.js +1 -12
  321. package/esm/use-drip/use-drip.js +1 -38
  322. package/esm/use-input/index.js +1 -12
  323. package/esm/use-input/use-input.js +1 -32
  324. package/esm/use-keyboard/codes.js +1 -104
  325. package/esm/use-keyboard/helper.js +1 -35
  326. package/esm/use-keyboard/index.js +1 -15
  327. package/esm/use-keyboard/use-keyboard.js +1 -76
  328. package/esm/use-pagination/index.js +1 -88
  329. package/esm/use-portal/index.js +1 -12
  330. package/esm/use-portal/use-portal.js +1 -43
  331. package/esm/use-real-shape/index.js +1 -12
  332. package/esm/use-real-shape/use-real-shape.js +1 -55
  333. package/esm/use-resize/index.js +1 -12
  334. package/esm/use-resize/use-resize.js +1 -23
  335. package/esm/use-ssr/index.js +1 -12
  336. package/esm/use-ssr/use-ssr.js +1 -25
  337. package/esm/use-theme/index.js +1 -12
  338. package/esm/use-theme/use-theme.js +1 -16
  339. package/esm/use-warning/index.js +1 -12
  340. package/esm/use-warning/use-warning.js +1 -23
  341. package/esm/user/index.js +1 -21
  342. package/esm/user/user-link.js +1 -46
  343. package/esm/user/user.js +1 -63
  344. package/esm/user/user.styles.js +1 -56
  345. package/esm/utils/assertion.js +1 -42
  346. package/esm/utils/clear-icon.js +1 -70
  347. package/esm/utils/clsx.js +1 -57
  348. package/esm/utils/collections.js +1 -110
  349. package/esm/utils/color.js +1 -187
  350. package/esm/utils/css-transition.js +1 -76
  351. package/esm/utils/deep-merge.js +1 -33
  352. package/esm/utils/dimensions.js +1 -10
  353. package/esm/utils/dom.js +1 -110
  354. package/esm/utils/drip.js +1 -116
  355. package/esm/utils/expand.js +1 -109
  356. package/esm/utils/icons.js +1 -481
  357. package/esm/utils/numbers.js +1 -23
  358. package/esm/utils/object.js +1 -40
  359. package/esm/utils/prop-types.js +1 -56
  360. package/esm/utils/react.js +1 -24
  361. package/esm/utils/strings.js +1 -18
  362. package/esm/utils/types.d.js +1 -3
  363. package/esm/utils/with-defaults.js +1 -13
  364. package/package.json +7 -3
  365. package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
  366. package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
  367. package/{cjs → types}/avatar/avatar.d.ts +0 -0
  368. package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
  369. package/{cjs → types}/avatar/index.d.ts +0 -0
  370. package/{cjs → types}/backdrop/backdrop.d.ts +0 -0
  371. package/{cjs → types}/backdrop/backdrop.styles.d.ts +24 -0
  372. package/{cjs → types}/backdrop/index.d.ts +0 -0
  373. package/{cjs → types}/button/button-group-context.d.ts +0 -0
  374. package/{cjs → types}/button/button-group.d.ts +0 -0
  375. package/{cjs → types}/button/button-group.styles.d.ts +8 -0
  376. package/{esm → types}/button/button-icon.d.ts +9 -0
  377. package/{cjs → types}/button/button.d.ts +1 -0
  378. package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -931
  379. package/{cjs → types}/button/index.d.ts +0 -0
  380. package/{cjs → types}/button/utils.d.ts +0 -0
  381. package/{cjs → types}/card/card.d.ts +0 -0
  382. package/{cjs → types}/card/card.styles.d.ts +32 -0
  383. package/{cjs → types}/card/index.d.ts +0 -0
  384. package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
  385. package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
  386. package/{cjs → types}/checkbox/checkbox.d.ts +0 -0
  387. package/{cjs → types}/checkbox/checkbox.styles.d.ts +72 -0
  388. package/{cjs → types}/checkbox/index.d.ts +0 -0
  389. package/{cjs → types}/code/code.d.ts +0 -0
  390. package/{esm → types}/code/code.styles.d.ts +16 -0
  391. package/{cjs → types}/code/index.d.ts +0 -0
  392. package/{cjs → types}/col/col.d.ts +0 -0
  393. package/{esm → types}/col/col.styles.d.ts +8 -0
  394. package/{cjs → types}/col/index.d.ts +0 -0
  395. package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
  396. package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
  397. package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
  398. package/{cjs → types}/collapse/collapse.d.ts +0 -0
  399. package/{esm → types}/collapse/collapse.styles.d.ts +40 -0
  400. package/{cjs → types}/collapse/index.d.ts +0 -0
  401. package/{cjs → types}/container/container.d.ts +0 -0
  402. package/{esm → types}/container/container.styles.d.ts +8 -0
  403. package/{cjs → types}/container/index.d.ts +0 -0
  404. package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
  405. package/{cjs → types}/css-baseline/index.d.ts +0 -0
  406. package/{cjs → types}/divider/divider.d.ts +0 -0
  407. package/{esm → types}/divider/divider.styles.d.ts +16 -0
  408. package/{cjs → types}/divider/index.d.ts +0 -0
  409. package/{cjs → types}/grid/grid-container.d.ts +0 -0
  410. package/{cjs → types}/grid/grid-item.d.ts +0 -0
  411. package/{cjs → types}/grid/grid.d.ts +0 -0
  412. package/{cjs → types}/grid/grid.styles.d.ts +16 -0
  413. package/{cjs → types}/grid/index.d.ts +0 -0
  414. package/{cjs → types}/image/image.d.ts +0 -0
  415. package/{cjs → types}/image/image.skeleton.d.ts +0 -0
  416. package/{esm → types}/image/image.styles.d.ts +24 -0
  417. package/{cjs → types}/image/index.d.ts +0 -0
  418. package/{cjs → types}/index.d.ts +0 -0
  419. package/{cjs → types}/input/index.d.ts +0 -0
  420. package/{cjs → types}/input/input-password.d.ts +0 -0
  421. package/{cjs → types}/input/input-props.d.ts +0 -0
  422. package/{cjs → types}/input/input.d.ts +0 -0
  423. package/{cjs → types}/input/input.styles.d.ts +88 -0
  424. package/{cjs → types}/input/password-icon.d.ts +0 -0
  425. package/{cjs → types}/link/icon.d.ts +0 -0
  426. package/{cjs → types}/link/index.d.ts +0 -0
  427. package/{cjs → types}/link/link.d.ts +1 -1
  428. package/{cjs → types}/link/link.styles.d.ts +17 -1
  429. package/{cjs → types}/loading/index.d.ts +0 -0
  430. package/{cjs → types}/loading/loading.d.ts +0 -0
  431. package/{esm → types}/loading/loading.styles.d.ts +48 -0
  432. package/{cjs → types}/loading/spinner.d.ts +0 -0
  433. package/{cjs → types}/modal/index.d.ts +0 -0
  434. package/{cjs → types}/modal/modal-body.d.ts +0 -0
  435. package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
  436. package/{cjs → types}/modal/modal-context.d.ts +0 -0
  437. package/{cjs → types}/modal/modal-footer.d.ts +0 -0
  438. package/{cjs → types}/modal/modal-header.d.ts +0 -0
  439. package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
  440. package/{cjs → types}/modal/modal.d.ts +0 -0
  441. package/{cjs → types}/modal/modal.styles.d.ts +48 -0
  442. package/{cjs → types}/modal/use-modal.d.ts +0 -0
  443. package/{cjs → types}/pagination/index.d.ts +0 -0
  444. package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
  445. package/{cjs → types}/pagination/pagination-highlight.d.ts +0 -0
  446. package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
  447. package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
  448. package/{cjs → types}/pagination/pagination.d.ts +0 -0
  449. package/{esm → types}/pagination/pagination.styles.d.ts +48 -0
  450. package/{cjs → types}/progress/index.d.ts +0 -0
  451. package/{esm → types}/progress/progress.d.ts +1 -1
  452. package/{esm → types}/progress/progress.styles.d.ts +17 -1
  453. package/{cjs → types}/radio/index.d.ts +0 -0
  454. package/{cjs → types}/radio/radio-context.d.ts +0 -0
  455. package/{cjs → types}/radio/radio-group.d.ts +0 -0
  456. package/{cjs → types}/radio/radio.d.ts +0 -0
  457. package/{cjs → types}/radio/radio.styles.d.ts +48 -0
  458. package/{cjs → types}/row/index.d.ts +0 -0
  459. package/{cjs → types}/row/row.d.ts +0 -0
  460. package/{esm → types}/row/row.styles.d.ts +8 -0
  461. package/{cjs → types}/snippet/index.d.ts +0 -0
  462. package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
  463. package/{cjs → types}/snippet/snippet.d.ts +0 -0
  464. package/{esm → types}/snippet/snippet.styles.d.ts +32 -0
  465. package/{cjs → types}/spacer/index.d.ts +0 -0
  466. package/{cjs → types}/spacer/spacer.d.ts +0 -0
  467. package/{cjs → types}/spacer/spacer.styles.d.ts +8 -0
  468. package/{cjs → types}/switch/index.d.ts +0 -0
  469. package/{cjs → types}/switch/switch.d.ts +0 -0
  470. package/{cjs → types}/switch/switch.styles.d.ts +32 -0
  471. package/{cjs → types}/text/child.d.ts +0 -0
  472. package/{cjs → types}/text/index.d.ts +0 -0
  473. package/{cjs → types}/text/text.d.ts +0 -0
  474. package/{cjs → types}/text/text.styles.d.ts +8 -0
  475. package/{cjs → types}/textarea/index.d.ts +0 -0
  476. package/{cjs → types}/textarea/textarea.d.ts +0 -0
  477. package/{cjs → types}/textarea/utils.d.ts +0 -0
  478. package/{cjs → types}/theme/common.d.ts +16 -0
  479. package/{cjs → types}/theme/dark-theme.d.ts +10 -0
  480. package/{cjs → types}/theme/light-theme.d.ts +0 -0
  481. package/{cjs → types}/theme/stitches.config.d.ts +1021 -1
  482. package/{cjs → types}/theme/theme-context.d.ts +0 -0
  483. package/{cjs → types}/theme/theme-provider.d.ts +0 -0
  484. package/{cjs → types}/theme/types.d.ts +0 -0
  485. package/{cjs → types}/theme/utils.d.ts +0 -0
  486. package/{cjs → types}/tooltip/index.d.ts +0 -0
  487. package/{cjs → types}/tooltip/placement.d.ts +0 -0
  488. package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
  489. package/{cjs → types}/tooltip/tooltip.d.ts +0 -0
  490. package/{esm → types}/tooltip/tooltip.styles.d.ts +32 -0
  491. package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
  492. package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
  493. package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
  494. package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
  495. package/{cjs → types}/use-click-away/index.d.ts +0 -0
  496. package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
  497. package/{cjs → types}/use-clipboard/index.d.ts +0 -0
  498. package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
  499. package/{cjs → types}/use-current-state/index.d.ts +0 -0
  500. package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
  501. package/{cjs → types}/use-drip/index.d.ts +0 -0
  502. package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
  503. package/{cjs → types}/use-input/index.d.ts +0 -0
  504. package/{cjs → types}/use-input/use-input.d.ts +0 -0
  505. package/{cjs → types}/use-keyboard/codes.d.ts +0 -0
  506. package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
  507. package/{cjs → types}/use-keyboard/index.d.ts +0 -0
  508. package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
  509. package/{cjs → types}/use-pagination/index.d.ts +0 -0
  510. package/{cjs → types}/use-portal/index.d.ts +0 -0
  511. package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
  512. package/{cjs → types}/use-real-shape/index.d.ts +0 -0
  513. package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
  514. package/{cjs → types}/use-resize/index.d.ts +0 -0
  515. package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
  516. package/{cjs → types}/use-ssr/index.d.ts +0 -0
  517. package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
  518. package/{cjs → types}/use-theme/index.d.ts +0 -0
  519. package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
  520. package/{cjs → types}/use-warning/index.d.ts +0 -0
  521. package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
  522. package/{cjs → types}/user/index.d.ts +0 -0
  523. package/{cjs → types}/user/user-link.d.ts +0 -0
  524. package/{cjs → types}/user/user.d.ts +0 -0
  525. package/{cjs → types}/user/user.styles.d.ts +40 -0
  526. package/{cjs → types}/utils/assertion.d.ts +0 -0
  527. package/{cjs → types}/utils/clear-icon.d.ts +0 -0
  528. package/{cjs → types}/utils/clsx.d.ts +0 -0
  529. package/{cjs → types}/utils/collections.d.ts +0 -0
  530. package/{cjs → types}/utils/color.d.ts +0 -0
  531. package/{cjs → types}/utils/css-transition.d.ts +0 -0
  532. package/{cjs → types}/utils/deep-merge.d.ts +0 -0
  533. package/{cjs → types}/utils/dimensions.d.ts +0 -0
  534. package/{cjs → types}/utils/drip.d.ts +8 -0
  535. package/{cjs → types}/utils/expand.d.ts +0 -0
  536. package/{cjs → types}/utils/numbers.d.ts +0 -0
  537. package/{cjs → types}/utils/object.d.ts +0 -0
  538. package/{cjs → types}/utils/prop-types.d.ts +0 -0
  539. package/{cjs → types}/utils/with-defaults.d.ts +0 -0
  540. package/umd/nextui.js +4436 -512
  541. package/umd/nextui.min.js +1 -1
  542. package/cjs/avatar/avatar.styles.d.ts +0 -937
  543. package/cjs/button/button-icon.d.ts +0 -942
  544. package/cjs/button/button.styles.d.ts +0 -940
  545. package/cjs/code/code.styles.d.ts +0 -1848
  546. package/cjs/col/col.styles.d.ts +0 -926
  547. package/cjs/collapse/collapse.styles.d.ts +0 -4637
  548. package/cjs/container/container.styles.d.ts +0 -929
  549. package/cjs/divider/divider.styles.d.ts +0 -1853
  550. package/cjs/image/image.styles.d.ts +0 -2775
  551. package/cjs/loading/loading.styles.d.ts +0 -5554
  552. package/cjs/pagination/pagination.styles.d.ts +0 -5567
  553. package/cjs/progress/progress.d.ts +0 -65
  554. package/cjs/progress/progress.styles.d.ts +0 -1859
  555. package/cjs/row/row.styles.d.ts +0 -928
  556. package/cjs/snippet/snippet.styles.d.ts +0 -3702
  557. package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
  558. package/esm/avatar/avatar-group.d.ts +0 -13
  559. package/esm/avatar/avatar-group.styles.d.ts +0 -1851
  560. package/esm/avatar/avatar.d.ts +0 -21
  561. package/esm/avatar/index.d.ts +0 -7
  562. package/esm/backdrop/backdrop.d.ts +0 -37
  563. package/esm/backdrop/index.d.ts +0 -5
  564. package/esm/button/button-group-context.d.ts +0 -20
  565. package/esm/button/button-group.d.ts +0 -34
  566. package/esm/button/button-group.styles.d.ts +0 -932
  567. package/esm/button/button.d.ts +0 -30
  568. package/esm/button/button.styles.d.ts +0 -940
  569. package/esm/button/index.d.ts +0 -10
  570. package/esm/button/utils.d.ts +0 -4
  571. package/esm/card/card.d.ts +0 -23
  572. package/esm/card/card.styles.d.ts +0 -3707
  573. package/esm/card/index.d.ts +0 -5
  574. package/esm/checkbox/checkbox-context.d.ts +0 -13
  575. package/esm/checkbox/checkbox-group.d.ts +0 -29
  576. package/esm/checkbox/checkbox.d.ts +0 -58
  577. package/esm/checkbox/checkbox.styles.d.ts +0 -8351
  578. package/esm/checkbox/index.d.ts +0 -6
  579. package/esm/code/code.d.ts +0 -15
  580. package/esm/code/index.d.ts +0 -5
  581. package/esm/col/col.d.ts +0 -20
  582. package/esm/col/index.d.ts +0 -5
  583. package/esm/collapse/collapse-context.d.ts +0 -9
  584. package/esm/collapse/collapse-group.d.ts +0 -18
  585. package/esm/collapse/collapse-icon.d.ts +0 -19
  586. package/esm/collapse/collapse.d.ts +0 -43
  587. package/esm/collapse/index.d.ts +0 -6
  588. package/esm/container/container.d.ts +0 -40
  589. package/esm/container/index.d.ts +0 -5
  590. package/esm/css-baseline/css-baseline.d.ts +0 -9
  591. package/esm/css-baseline/index.d.ts +0 -1
  592. package/esm/divider/divider.d.ts +0 -22
  593. package/esm/divider/index.d.ts +0 -5
  594. package/esm/grid/grid-container.d.ts +0 -22
  595. package/esm/grid/grid-item.d.ts +0 -37
  596. package/esm/grid/grid.d.ts +0 -9
  597. package/esm/grid/grid.styles.d.ts +0 -1849
  598. package/esm/grid/index.d.ts +0 -7
  599. package/esm/image/image.d.ts +0 -29
  600. package/esm/image/image.skeleton.d.ts +0 -19
  601. package/esm/image/index.d.ts +0 -5
  602. package/esm/index.d.ts +0 -79
  603. package/esm/input/index.d.ts +0 -7
  604. package/esm/input/input-password.d.ts +0 -98
  605. package/esm/input/input-props.d.ts +0 -66
  606. package/esm/input/input.d.ts +0 -18
  607. package/esm/input/input.styles.d.ts +0 -10217
  608. package/esm/input/password-icon.d.ts +0 -6
  609. package/esm/link/icon.d.ts +0 -4
  610. package/esm/link/index.d.ts +0 -5
  611. package/esm/link/link.d.ts +0 -43
  612. package/esm/link/link.styles.d.ts +0 -1854
  613. package/esm/loading/index.d.ts +0 -7
  614. package/esm/loading/loading.d.ts +0 -24
  615. package/esm/loading/spinner.d.ts +0 -17
  616. package/esm/modal/index.d.ts +0 -8
  617. package/esm/modal/modal-body.d.ts +0 -45
  618. package/esm/modal/modal-close-button.d.ts +0 -13
  619. package/esm/modal/modal-context.d.ts +0 -8
  620. package/esm/modal/modal-footer.d.ts +0 -24
  621. package/esm/modal/modal-header.d.ts +0 -24
  622. package/esm/modal/modal-wrapper.d.ts +0 -24
  623. package/esm/modal/modal.d.ts +0 -42
  624. package/esm/modal/modal.styles.d.ts +0 -5560
  625. package/esm/modal/use-modal.d.ts +0 -11
  626. package/esm/pagination/index.d.ts +0 -7
  627. package/esm/pagination/pagination-ellipsis.d.ts +0 -11
  628. package/esm/pagination/pagination-highlight.d.ts +0 -14
  629. package/esm/pagination/pagination-icon.d.ts +0 -16
  630. package/esm/pagination/pagination-item.d.ts +0 -22
  631. package/esm/pagination/pagination.d.ts +0 -46
  632. package/esm/progress/index.d.ts +0 -5
  633. package/esm/radio/index.d.ts +0 -4
  634. package/esm/radio/radio-context.d.ts +0 -13
  635. package/esm/radio/radio-group.d.ts +0 -30
  636. package/esm/radio/radio.d.ts +0 -45
  637. package/esm/radio/radio.styles.d.ts +0 -5555
  638. package/esm/row/index.d.ts +0 -5
  639. package/esm/row/row.d.ts +0 -21
  640. package/esm/snippet/index.d.ts +0 -5
  641. package/esm/snippet/snippet-icon.d.ts +0 -21
  642. package/esm/snippet/snippet.d.ts +0 -35
  643. package/esm/spacer/index.d.ts +0 -5
  644. package/esm/spacer/spacer.d.ts +0 -41
  645. package/esm/spacer/spacer.styles.d.ts +0 -927
  646. package/esm/switch/index.d.ts +0 -5
  647. package/esm/switch/switch.d.ts +0 -82
  648. package/esm/switch/switch.styles.d.ts +0 -3708
  649. package/esm/text/child.d.ts +0 -23
  650. package/esm/text/index.d.ts +0 -4
  651. package/esm/text/text.d.ts +0 -59
  652. package/esm/text/text.styles.d.ts +0 -927
  653. package/esm/textarea/index.d.ts +0 -3
  654. package/esm/textarea/textarea.d.ts +0 -42
  655. package/esm/textarea/utils.d.ts +0 -13
  656. package/esm/theme/common.d.ts +0 -1644
  657. package/esm/theme/dark-theme.d.ts +0 -33
  658. package/esm/theme/light-theme.d.ts +0 -28
  659. package/esm/theme/stitches.config.d.ts +0 -9004
  660. package/esm/theme/theme-context.d.ts +0 -5
  661. package/esm/theme/theme-provider.d.ts +0 -14
  662. package/esm/theme/types.d.ts +0 -76
  663. package/esm/theme/utils.d.ts +0 -16
  664. package/esm/tooltip/index.d.ts +0 -6
  665. package/esm/tooltip/placement.d.ts +0 -39
  666. package/esm/tooltip/tooltip-content.d.ts +0 -27
  667. package/esm/tooltip/tooltip.d.ts +0 -59
  668. package/esm/use-body-scroll/index.d.ts +0 -3
  669. package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
  670. package/esm/use-click-anywhere/index.d.ts +0 -2
  671. package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
  672. package/esm/use-click-away/index.d.ts +0 -2
  673. package/esm/use-click-away/use-click-away.d.ts +0 -3
  674. package/esm/use-clipboard/index.d.ts +0 -3
  675. package/esm/use-clipboard/use-clipboard.d.ts +0 -8
  676. package/esm/use-current-state/index.d.ts +0 -2
  677. package/esm/use-current-state/use-current-state.d.ts +0 -8
  678. package/esm/use-drip/index.d.ts +0 -2
  679. package/esm/use-drip/use-drip.d.ts +0 -9
  680. package/esm/use-input/index.d.ts +0 -2
  681. package/esm/use-input/use-input.d.ts +0 -13
  682. package/esm/use-keyboard/codes.d.ts +0 -92
  683. package/esm/use-keyboard/helper.d.ts +0 -3
  684. package/esm/use-keyboard/index.d.ts +0 -5
  685. package/esm/use-keyboard/use-keyboard.d.ts +0 -22
  686. package/esm/use-pagination/index.d.ts +0 -20
  687. package/esm/use-portal/index.d.ts +0 -2
  688. package/esm/use-portal/use-portal.d.ts +0 -2
  689. package/esm/use-real-shape/index.d.ts +0 -2
  690. package/esm/use-real-shape/use-real-shape.d.ts +0 -9
  691. package/esm/use-resize/index.d.ts +0 -2
  692. package/esm/use-resize/use-resize.d.ts +0 -2
  693. package/esm/use-ssr/index.d.ts +0 -2
  694. package/esm/use-ssr/use-ssr.d.ts +0 -6
  695. package/esm/use-theme/index.d.ts +0 -2
  696. package/esm/use-theme/use-theme.d.ts +0 -3
  697. package/esm/use-warning/index.d.ts +0 -2
  698. package/esm/use-warning/use-warning.d.ts +0 -2
  699. package/esm/user/index.d.ts +0 -6
  700. package/esm/user/user-link.d.ts +0 -32
  701. package/esm/user/user.d.ts +0 -35
  702. package/esm/user/user.styles.d.ts +0 -4621
  703. package/esm/utils/assertion.d.ts +0 -8
  704. package/esm/utils/clear-icon.d.ts +0 -16
  705. package/esm/utils/clsx.d.ts +0 -1
  706. package/esm/utils/collections.d.ts +0 -12
  707. package/esm/utils/color.d.ts +0 -28
  708. package/esm/utils/css-transition.d.ts +0 -27
  709. package/esm/utils/deep-merge.d.ts +0 -1
  710. package/esm/utils/dimensions.d.ts +0 -1
  711. package/esm/utils/drip.d.ts +0 -969
  712. package/esm/utils/expand.d.ts +0 -20
  713. package/esm/utils/numbers.d.ts +0 -9
  714. package/esm/utils/object.d.ts +0 -11
  715. package/esm/utils/prop-types.d.ts +0 -54
  716. package/esm/utils/with-defaults.d.ts +0 -3
@@ -1,1859 +0,0 @@
1
- import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledProgress: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
- color?: "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | "defuault" | undefined;
4
- status?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
5
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
6
- indeterminated?: boolean | "true" | undefined;
7
- squared?: boolean | "true" | undefined;
8
- }, {
9
- xs: string;
10
- sm: string;
11
- md: string;
12
- lg: string;
13
- xl: string;
14
- xsMax: string;
15
- smMax: string;
16
- mdMax: string;
17
- lgMax: string;
18
- xlMax: string;
19
- motion: string;
20
- safari: string;
21
- hover: string;
22
- dark: string;
23
- light: string;
24
- }, import("@stitches/react/types/css-util").CSS<{
25
- xs: string;
26
- sm: string;
27
- md: string;
28
- lg: string;
29
- xl: string;
30
- xsMax: string;
31
- smMax: string;
32
- mdMax: string;
33
- lgMax: string;
34
- xlMax: string;
35
- motion: string;
36
- safari: string;
37
- hover: string;
38
- dark: string;
39
- light: string;
40
- }, {
41
- shadows: {
42
- xs: string;
43
- sm: string;
44
- md: string;
45
- lg: string;
46
- xl: string;
47
- };
48
- colors: {
49
- accents1: string;
50
- accents2: string;
51
- accents3: string;
52
- accents4: string;
53
- accents5: string;
54
- accents6: string;
55
- accents7: string;
56
- accents8: string;
57
- accents9: string;
58
- text: string;
59
- background: string;
60
- foreground: string;
61
- codeLight: string;
62
- code: string;
63
- border: string;
64
- selection: string;
65
- white: string;
66
- black: string;
67
- blue100: string;
68
- blue200: string;
69
- blue300: string;
70
- blue400: string;
71
- blue500: string;
72
- blue600: string;
73
- blue700: string;
74
- blue800: string;
75
- blue900: string;
76
- purple100: string;
77
- purple200: string;
78
- purple300: string;
79
- purple400: string;
80
- purple500: string;
81
- purple600: string;
82
- purple700: string;
83
- purple800: string;
84
- purple900: string;
85
- green100: string;
86
- green200: string;
87
- green300: string;
88
- green400: string;
89
- green500: string;
90
- green600: string;
91
- green700: string;
92
- green800: string;
93
- green900: string;
94
- yellow100: string;
95
- yellow200: string;
96
- yellow300: string;
97
- yellow400: string;
98
- yellow500: string;
99
- yellow600: string;
100
- yellow700: string;
101
- yellow800: string;
102
- yellow900: string;
103
- red100: string;
104
- red200: string;
105
- red300: string;
106
- red400: string;
107
- red500: string;
108
- red600: string;
109
- red700: string;
110
- red800: string;
111
- red900: string;
112
- cyan100: string;
113
- cyan200: string;
114
- cyan300: string;
115
- cyan400: string;
116
- cyan500: string;
117
- cyan600: string;
118
- cyan700: string;
119
- cyan800: string;
120
- cyan900: string;
121
- pink100: string;
122
- pink200: string;
123
- pink300: string;
124
- pink400: string;
125
- pink500: string;
126
- pink600: string;
127
- pink700: string;
128
- pink800: string;
129
- pink900: string;
130
- gray100: string;
131
- gray200: string;
132
- gray300: string;
133
- gray400: string;
134
- gray500: string;
135
- gray600: string;
136
- gray700: string;
137
- gray800: string;
138
- gray900: string;
139
- primaryLight: string;
140
- primary: string;
141
- primaryDark: string;
142
- secondaryLight: string;
143
- secondary: string;
144
- secondaryDark: string;
145
- successLight: string;
146
- success: string;
147
- successDark: string;
148
- warningLight: string;
149
- warning: string;
150
- warningDark: string;
151
- errorLight: string;
152
- error: string;
153
- errorDark: string;
154
- gradient: string;
155
- link: string;
156
- };
157
- fonts: {
158
- sans: string;
159
- mono: string;
160
- };
161
- fontSizes: {
162
- tiny: string;
163
- xs: string;
164
- base: string;
165
- sm: string;
166
- md: string;
167
- lg: string;
168
- xl: string;
169
- };
170
- fontWeights: {
171
- hairline: number;
172
- thin: number;
173
- light: number;
174
- normal: number;
175
- medium: number;
176
- semibold: number;
177
- bold: number;
178
- extrabold: number;
179
- black: number;
180
- };
181
- lineHeights: {
182
- xs: number;
183
- sm: number;
184
- md: number;
185
- lg: number;
186
- xl: number;
187
- };
188
- letterSpacings: {
189
- tighter: string;
190
- tight: string;
191
- normal: string;
192
- wide: string;
193
- wider: string;
194
- widest: string;
195
- };
196
- space: {
197
- 0: string;
198
- xs: string;
199
- sm: string;
200
- md: string;
201
- lg: string;
202
- xl: string;
203
- px: string;
204
- 1: string;
205
- 2: string;
206
- 3: string;
207
- 4: string;
208
- 5: string;
209
- 6: string;
210
- 7: string;
211
- 8: string;
212
- 9: string;
213
- 10: string;
214
- 11: string;
215
- 12: string;
216
- 13: string;
217
- 14: string;
218
- 15: string;
219
- 16: string;
220
- 17: string;
221
- 18: string;
222
- 20: string;
223
- 24: string;
224
- 28: string;
225
- 32: string;
226
- 36: string;
227
- 40: string;
228
- 44: string;
229
- 48: string;
230
- 52: string;
231
- 56: string;
232
- 60: string;
233
- 64: string;
234
- 72: string;
235
- 80: string;
236
- 96: string;
237
- };
238
- radii: {
239
- xs: string;
240
- sm: string;
241
- md: string;
242
- base: string;
243
- lg: string;
244
- xl: string;
245
- squared: string;
246
- rounded: string;
247
- pill: string;
248
- };
249
- zIndices: {
250
- 1: string;
251
- 2: string;
252
- 3: string;
253
- 4: string;
254
- 5: string;
255
- 10: string;
256
- max: string;
257
- };
258
- borderWeights: {
259
- light: string;
260
- normal: string;
261
- bold: string;
262
- extrabold: string;
263
- black: string;
264
- };
265
- transitions: {
266
- default: string;
267
- };
268
- breakpoints: {
269
- xs: string;
270
- sm: string;
271
- md: string;
272
- lg: string;
273
- xl: string;
274
- };
275
- }, {
276
- width: string;
277
- height: string;
278
- minWidth: string;
279
- maxWidth: string;
280
- minHeight: string;
281
- maxHeight: string;
282
- flexBasis: string;
283
- gridTemplateColumns: string;
284
- gridTemplateRows: string;
285
- blockSize: string;
286
- minBlockSize: string;
287
- maxBlockSize: string;
288
- inlineSize: string;
289
- minInlineSize: string;
290
- maxInlineSize: string;
291
- borderWidth: string;
292
- gap: "space";
293
- gridGap: "space";
294
- columnGap: "space";
295
- gridColumnGap: "space";
296
- rowGap: "space";
297
- gridRowGap: "space";
298
- inset: "space";
299
- insetBlock: "space";
300
- insetBlockEnd: "space";
301
- insetBlockStart: "space";
302
- insetInline: "space";
303
- insetInlineEnd: "space";
304
- insetInlineStart: "space";
305
- margin: "space";
306
- marginTop: "space";
307
- marginRight: "space";
308
- marginBottom: "space";
309
- marginLeft: "space";
310
- marginBlock: "space";
311
- marginBlockEnd: "space";
312
- marginBlockStart: "space";
313
- marginInline: "space";
314
- marginInlineEnd: "space";
315
- marginInlineStart: "space";
316
- padding: "space";
317
- paddingTop: "space";
318
- paddingRight: "space";
319
- paddingBottom: "space";
320
- paddingLeft: "space";
321
- paddingBlock: "space";
322
- paddingBlockEnd: "space";
323
- paddingBlockStart: "space";
324
- paddingInline: "space";
325
- paddingInlineEnd: "space";
326
- paddingInlineStart: "space";
327
- scrollMargin: "space";
328
- scrollMarginTop: "space";
329
- scrollMarginRight: "space";
330
- scrollMarginBottom: "space";
331
- scrollMarginLeft: "space";
332
- scrollMarginBlock: "space";
333
- scrollMarginBlockEnd: "space";
334
- scrollMarginBlockStart: "space";
335
- scrollMarginInline: "space";
336
- scrollMarginInlineEnd: "space";
337
- scrollMarginInlineStart: "space";
338
- scrollPadding: "space";
339
- scrollPaddingTop: "space";
340
- scrollPaddingRight: "space";
341
- scrollPaddingBottom: "space";
342
- scrollPaddingLeft: "space";
343
- scrollPaddingBlock: "space";
344
- scrollPaddingBlockEnd: "space";
345
- scrollPaddingBlockStart: "space";
346
- scrollPaddingInline: "space";
347
- scrollPaddingInlineEnd: "space";
348
- scrollPaddingInlineStart: "space";
349
- top: "space";
350
- right: "space";
351
- bottom: "space";
352
- left: "space";
353
- fontSize: "fontSizes";
354
- background: "colors";
355
- backgroundColor: "colors";
356
- backgroundImage: "colors";
357
- borderImage: "colors";
358
- border: "colors";
359
- borderBlock: "colors";
360
- borderBlockEnd: "colors";
361
- borderBlockStart: "colors";
362
- borderBottom: "colors";
363
- borderBottomColor: "colors";
364
- borderColor: "colors";
365
- borderInline: "colors";
366
- borderInlineEnd: "colors";
367
- borderInlineStart: "colors";
368
- borderLeft: "colors";
369
- borderLeftColor: "colors";
370
- borderRight: "colors";
371
- borderRightColor: "colors";
372
- borderTop: "colors";
373
- borderTopColor: "colors";
374
- caretColor: "colors";
375
- color: "colors";
376
- columnRuleColor: "colors";
377
- outline: "colors";
378
- outlineColor: "colors";
379
- fill: "colors";
380
- stroke: "colors";
381
- textDecorationColor: "colors";
382
- fontFamily: "fonts";
383
- fontWeight: "fontWeights";
384
- lineHeight: "lineHeights";
385
- letterSpacing: "letterSpacings";
386
- borderTopWidth: "borderWidths";
387
- borderLeftWidth: "borderWidths";
388
- borderRightWidth: "borderWidths";
389
- borderBottomWidth: "borderWidths";
390
- borderStyle: "borderStyles";
391
- borderTopStyle: "borderStyles";
392
- borderLeftStyle: "borderStyles";
393
- borderRightStyle: "borderStyles";
394
- borderBottomStyle: "borderStyles";
395
- borderRadius: "radii";
396
- borderTopLeftRadius: "radii";
397
- borderTopRightRadius: "radii";
398
- borderBottomRightRadius: "radii";
399
- borderBottomLeftRadius: "radii";
400
- boxShadow: "shadows";
401
- textShadow: "shadows";
402
- transition: "transitions";
403
- zIndex: "zIndices";
404
- }, {
405
- p: (value: {
406
- readonly [$$PropertyValue]: "padding";
407
- }) => {
408
- padding: {
409
- readonly [$$PropertyValue]: "padding";
410
- };
411
- };
412
- pt: (value: {
413
- readonly [$$PropertyValue]: "paddingTop";
414
- }) => {
415
- paddingTop: {
416
- readonly [$$PropertyValue]: "paddingTop";
417
- };
418
- };
419
- pr: (value: {
420
- readonly [$$PropertyValue]: "paddingRight";
421
- }) => {
422
- paddingRight: {
423
- readonly [$$PropertyValue]: "paddingRight";
424
- };
425
- };
426
- pb: (value: {
427
- readonly [$$PropertyValue]: "paddingBottom";
428
- }) => {
429
- paddingBottom: {
430
- readonly [$$PropertyValue]: "paddingBottom";
431
- };
432
- };
433
- pl: (value: {
434
- readonly [$$PropertyValue]: "paddingLeft";
435
- }) => {
436
- paddingLeft: {
437
- readonly [$$PropertyValue]: "paddingLeft";
438
- };
439
- };
440
- px: (value: {
441
- readonly [$$PropertyValue]: "paddingLeft";
442
- }) => {
443
- paddingLeft: {
444
- readonly [$$PropertyValue]: "paddingLeft";
445
- };
446
- paddingRight: {
447
- readonly [$$PropertyValue]: "paddingLeft";
448
- };
449
- };
450
- py: (value: {
451
- readonly [$$PropertyValue]: "paddingTop";
452
- }) => {
453
- paddingTop: {
454
- readonly [$$PropertyValue]: "paddingTop";
455
- };
456
- paddingBottom: {
457
- readonly [$$PropertyValue]: "paddingTop";
458
- };
459
- };
460
- m: (value: {
461
- readonly [$$PropertyValue]: "margin";
462
- }) => {
463
- margin: {
464
- readonly [$$PropertyValue]: "margin";
465
- };
466
- };
467
- mt: (value: {
468
- readonly [$$PropertyValue]: "marginTop";
469
- }) => {
470
- marginTop: {
471
- readonly [$$PropertyValue]: "marginTop";
472
- };
473
- };
474
- mr: (value: {
475
- readonly [$$PropertyValue]: "marginRight";
476
- }) => {
477
- marginRight: {
478
- readonly [$$PropertyValue]: "marginRight";
479
- };
480
- };
481
- mb: (value: {
482
- readonly [$$PropertyValue]: "marginBottom";
483
- }) => {
484
- marginBottom: {
485
- readonly [$$PropertyValue]: "marginBottom";
486
- };
487
- };
488
- ml: (value: {
489
- readonly [$$PropertyValue]: "marginLeft";
490
- }) => {
491
- marginLeft: {
492
- readonly [$$PropertyValue]: "marginLeft";
493
- };
494
- };
495
- mx: (value: {
496
- readonly [$$PropertyValue]: "marginLeft";
497
- }) => {
498
- marginLeft: {
499
- readonly [$$PropertyValue]: "marginLeft";
500
- };
501
- marginRight: {
502
- readonly [$$PropertyValue]: "marginLeft";
503
- };
504
- };
505
- my: (value: {
506
- readonly [$$PropertyValue]: "marginTop";
507
- }) => {
508
- marginTop: {
509
- readonly [$$PropertyValue]: "marginTop";
510
- };
511
- marginBottom: {
512
- readonly [$$PropertyValue]: "marginTop";
513
- };
514
- };
515
- ta: (value: {
516
- readonly [$$PropertyValue]: "textAlign";
517
- }) => {
518
- textAlign: {
519
- readonly [$$PropertyValue]: "textAlign";
520
- };
521
- };
522
- tt: (value: {
523
- readonly [$$PropertyValue]: "textTransform";
524
- }) => {
525
- textTransform: {
526
- readonly [$$PropertyValue]: "textTransform";
527
- };
528
- };
529
- to: (value: {
530
- readonly [$$PropertyValue]: "textOverflow";
531
- }) => {
532
- textOverflow: {
533
- readonly [$$PropertyValue]: "textOverflow";
534
- };
535
- };
536
- d: (value: {
537
- readonly [$$PropertyValue]: "display";
538
- }) => {
539
- display: {
540
- readonly [$$PropertyValue]: "display";
541
- };
542
- };
543
- dflex: (value: {
544
- readonly [$$PropertyValue]: "alignItems";
545
- }) => {
546
- display: string;
547
- alignItems: {
548
- readonly [$$PropertyValue]: "alignItems";
549
- };
550
- justifyContent: {
551
- readonly [$$PropertyValue]: "alignItems";
552
- };
553
- };
554
- fd: (value: {
555
- readonly [$$PropertyValue]: "flexDirection";
556
- }) => {
557
- flexDirection: {
558
- readonly [$$PropertyValue]: "flexDirection";
559
- };
560
- };
561
- fw: (value: {
562
- readonly [$$PropertyValue]: "flexWrap";
563
- }) => {
564
- flexWrap: {
565
- readonly [$$PropertyValue]: "flexWrap";
566
- };
567
- };
568
- ai: (value: {
569
- readonly [$$PropertyValue]: "alignItems";
570
- }) => {
571
- alignItems: {
572
- readonly [$$PropertyValue]: "alignItems";
573
- };
574
- };
575
- ac: (value: {
576
- readonly [$$PropertyValue]: "alignContent";
577
- }) => {
578
- alignContent: {
579
- readonly [$$PropertyValue]: "alignContent";
580
- };
581
- };
582
- jc: (value: {
583
- readonly [$$PropertyValue]: "justifyContent";
584
- }) => {
585
- justifyContent: {
586
- readonly [$$PropertyValue]: "justifyContent";
587
- };
588
- };
589
- as: (value: {
590
- readonly [$$PropertyValue]: "alignSelf";
591
- }) => {
592
- alignSelf: {
593
- readonly [$$PropertyValue]: "alignSelf";
594
- };
595
- };
596
- fg: (value: {
597
- readonly [$$PropertyValue]: "flexGrow";
598
- }) => {
599
- flexGrow: {
600
- readonly [$$PropertyValue]: "flexGrow";
601
- };
602
- };
603
- fs: (value: {
604
- readonly [$$PropertyValue]: "fontSize";
605
- }) => {
606
- fontSize: {
607
- readonly [$$PropertyValue]: "fontSize";
608
- };
609
- };
610
- fb: (value: {
611
- readonly [$$PropertyValue]: "flexBasis";
612
- }) => {
613
- flexBasis: {
614
- readonly [$$PropertyValue]: "flexBasis";
615
- };
616
- };
617
- bc: (value: {
618
- readonly [$$PropertyValue]: "backgroundColor";
619
- }) => {
620
- backgroundColor: {
621
- readonly [$$PropertyValue]: "backgroundColor";
622
- };
623
- };
624
- bf: (value: {
625
- readonly [$$PropertyValue]: "backdropFilter";
626
- }) => {
627
- backdropFilter: {
628
- readonly [$$PropertyValue]: "backdropFilter";
629
- };
630
- };
631
- bg: (value: {
632
- readonly [$$PropertyValue]: "backgroundColor";
633
- }) => {
634
- background: {
635
- readonly [$$PropertyValue]: "backgroundColor";
636
- };
637
- };
638
- bgBlur: (value: {
639
- readonly [$$PropertyValue]: "backgroundColor";
640
- }) => {
641
- bf: string;
642
- bg: string;
643
- };
644
- bgColor: (value: {
645
- readonly [$$PropertyValue]: "backgroundColor";
646
- }) => {
647
- backgroundColor: {
648
- readonly [$$PropertyValue]: "backgroundColor";
649
- };
650
- };
651
- backgroundClip: (value: {
652
- readonly [$$PropertyValue]: "backgroundClip";
653
- }) => {
654
- WebkitBackgroundClip: {
655
- readonly [$$PropertyValue]: "backgroundClip";
656
- };
657
- backgroundClip: {
658
- readonly [$$PropertyValue]: "backgroundClip";
659
- };
660
- };
661
- bgClip: (value: {
662
- readonly [$$PropertyValue]: "backgroundClip";
663
- }) => {
664
- WebkitBackgroundClip: {
665
- readonly [$$PropertyValue]: "backgroundClip";
666
- };
667
- backgroundClip: {
668
- readonly [$$PropertyValue]: "backgroundClip";
669
- };
670
- };
671
- br: (value: {
672
- readonly [$$PropertyValue]: "borderRadius";
673
- }) => {
674
- borderRadius: {
675
- readonly [$$PropertyValue]: "borderRadius";
676
- };
677
- };
678
- bw: (value: {
679
- readonly [$$PropertyValue]: "borderWidth";
680
- }) => {
681
- borderWidth: {
682
- readonly [$$PropertyValue]: "borderWidth";
683
- };
684
- };
685
- btrr: (value: {
686
- readonly [$$PropertyValue]: "borderTopRightRadius";
687
- }) => {
688
- borderTopRightRadius: {
689
- readonly [$$PropertyValue]: "borderTopRightRadius";
690
- };
691
- };
692
- bbrr: (value: {
693
- readonly [$$PropertyValue]: "borderBottomRightRadius";
694
- }) => {
695
- borderBottomRightRadius: {
696
- readonly [$$PropertyValue]: "borderBottomRightRadius";
697
- };
698
- };
699
- bblr: (value: {
700
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
701
- }) => {
702
- borderBottomLeftRadius: {
703
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
704
- };
705
- };
706
- btlr: (value: {
707
- readonly [$$PropertyValue]: "borderTopLeftRadius";
708
- }) => {
709
- borderTopLeftRadius: {
710
- readonly [$$PropertyValue]: "borderTopLeftRadius";
711
- };
712
- };
713
- bs: (value: {
714
- readonly [$$PropertyValue]: "boxShadow";
715
- }) => {
716
- boxShadow: {
717
- readonly [$$PropertyValue]: "boxShadow";
718
- };
719
- };
720
- normalShadow: (value: {
721
- readonly [$$PropertyValue]: "backgroundColor";
722
- }) => {
723
- boxShadow: string;
724
- };
725
- normalShadowVar: (value: {
726
- readonly [$$PropertyValue]: "backgroundColor";
727
- }) => {
728
- boxShadow: string;
729
- };
730
- lh: (value: {
731
- readonly [$$PropertyValue]: "lineHeight";
732
- }) => {
733
- lineHeight: {
734
- readonly [$$PropertyValue]: "lineHeight";
735
- };
736
- };
737
- ov: (value: {
738
- readonly [$$PropertyValue]: "overflow";
739
- }) => {
740
- overflow: {
741
- readonly [$$PropertyValue]: "overflow";
742
- };
743
- };
744
- ox: (value: {
745
- readonly [$$PropertyValue]: "overflowX";
746
- }) => {
747
- overflowX: {
748
- readonly [$$PropertyValue]: "overflowX";
749
- };
750
- };
751
- oy: (value: {
752
- readonly [$$PropertyValue]: "overflowY";
753
- }) => {
754
- overflowY: {
755
- readonly [$$PropertyValue]: "overflowY";
756
- };
757
- };
758
- pe: (value: {
759
- readonly [$$PropertyValue]: "pointerEvents";
760
- }) => {
761
- pointerEvents: {
762
- readonly [$$PropertyValue]: "pointerEvents";
763
- };
764
- };
765
- events: (value: {
766
- readonly [$$PropertyValue]: "pointerEvents";
767
- }) => {
768
- pointerEvents: {
769
- readonly [$$PropertyValue]: "pointerEvents";
770
- };
771
- };
772
- us: (value: {
773
- readonly [$$PropertyValue]: "userSelect";
774
- }) => {
775
- WebkitUserSelect: {
776
- readonly [$$PropertyValue]: "userSelect";
777
- };
778
- userSelect: {
779
- readonly [$$PropertyValue]: "userSelect";
780
- };
781
- };
782
- userSelect: (value: {
783
- readonly [$$PropertyValue]: "userSelect";
784
- }) => {
785
- WebkitUserSelect: {
786
- readonly [$$PropertyValue]: "userSelect";
787
- };
788
- userSelect: {
789
- readonly [$$PropertyValue]: "userSelect";
790
- };
791
- };
792
- w: (value: {
793
- readonly [$$PropertyValue]: "width";
794
- }) => {
795
- width: {
796
- readonly [$$PropertyValue]: "width";
797
- };
798
- };
799
- h: (value: {
800
- readonly [$$PropertyValue]: "height";
801
- }) => {
802
- height: {
803
- readonly [$$PropertyValue]: "height";
804
- };
805
- };
806
- mw: (value: {
807
- readonly [$$PropertyValue]: "maxWidth";
808
- }) => {
809
- maxWidth: {
810
- readonly [$$PropertyValue]: "maxWidth";
811
- };
812
- };
813
- maxW: (value: {
814
- readonly [$$PropertyValue]: "maxWidth";
815
- }) => {
816
- maxWidth: {
817
- readonly [$$PropertyValue]: "maxWidth";
818
- };
819
- };
820
- mh: (value: {
821
- readonly [$$PropertyValue]: "maxHeight";
822
- }) => {
823
- maxHeight: {
824
- readonly [$$PropertyValue]: "maxHeight";
825
- };
826
- };
827
- maxH: (value: {
828
- readonly [$$PropertyValue]: "maxHeight";
829
- }) => {
830
- maxHeight: {
831
- readonly [$$PropertyValue]: "maxHeight";
832
- };
833
- };
834
- size: (value: {
835
- readonly [$$PropertyValue]: "width";
836
- }) => {
837
- width: {
838
- readonly [$$PropertyValue]: "width";
839
- };
840
- height: {
841
- readonly [$$PropertyValue]: "width";
842
- };
843
- };
844
- minSize: (value: {
845
- readonly [$$PropertyValue]: "width";
846
- }) => {
847
- minWidth: {
848
- readonly [$$PropertyValue]: "width";
849
- };
850
- minHeight: {
851
- readonly [$$PropertyValue]: "width";
852
- };
853
- width: {
854
- readonly [$$PropertyValue]: "width";
855
- };
856
- height: {
857
- readonly [$$PropertyValue]: "width";
858
- };
859
- };
860
- sizeMin: (value: {
861
- readonly [$$PropertyValue]: "width";
862
- }) => {
863
- minWidth: {
864
- readonly [$$PropertyValue]: "width";
865
- };
866
- minHeight: {
867
- readonly [$$PropertyValue]: "width";
868
- };
869
- width: {
870
- readonly [$$PropertyValue]: "width";
871
- };
872
- height: {
873
- readonly [$$PropertyValue]: "width";
874
- };
875
- };
876
- maxSize: (value: {
877
- readonly [$$PropertyValue]: "width";
878
- }) => {
879
- maxWidth: {
880
- readonly [$$PropertyValue]: "width";
881
- };
882
- maxHeight: {
883
- readonly [$$PropertyValue]: "width";
884
- };
885
- };
886
- sizeMax: (value: {
887
- readonly [$$PropertyValue]: "width";
888
- }) => {
889
- maxWidth: {
890
- readonly [$$PropertyValue]: "width";
891
- };
892
- maxHeight: {
893
- readonly [$$PropertyValue]: "width";
894
- };
895
- };
896
- appearance: (value: {
897
- readonly [$$PropertyValue]: "appearance";
898
- }) => {
899
- WebkitAppearance: {
900
- readonly [$$PropertyValue]: "appearance";
901
- };
902
- appearance: {
903
- readonly [$$PropertyValue]: "appearance";
904
- };
905
- };
906
- scale: (value: {
907
- readonly [$$PropertyValue]: "scale";
908
- }) => {
909
- transform: string;
910
- };
911
- linearGradient: (value: {
912
- readonly [$$PropertyValue]: "backgroundImage";
913
- }) => {
914
- backgroundImage: string;
915
- };
916
- tdl: (value: {
917
- readonly [$$PropertyValue]: "textDecorationLine";
918
- }) => {
919
- textDecorationLine: {
920
- readonly [$$PropertyValue]: "textDecorationLine";
921
- };
922
- };
923
- textGradient: (value: {
924
- readonly [$$PropertyValue]: "backgroundImage";
925
- }) => {
926
- backgroundImage: string;
927
- WebkitBackgroundClip: string;
928
- WebkitTextFillColor: string;
929
- };
930
- }>>;
931
- export declare const StyledProgressBar: import("@stitches/react/types/styled-component").StyledComponent<"div", {
932
- animated?: boolean | "false" | undefined;
933
- shadow?: boolean | "true" | undefined;
934
- striped?: boolean | "true" | undefined;
935
- indeterminated?: boolean | "true" | undefined;
936
- }, {
937
- xs: string;
938
- sm: string;
939
- md: string;
940
- lg: string;
941
- xl: string;
942
- xsMax: string;
943
- smMax: string;
944
- mdMax: string;
945
- lgMax: string;
946
- xlMax: string;
947
- motion: string;
948
- safari: string;
949
- hover: string;
950
- dark: string;
951
- light: string;
952
- }, import("@stitches/react/types/css-util").CSS<{
953
- xs: string;
954
- sm: string;
955
- md: string;
956
- lg: string;
957
- xl: string;
958
- xsMax: string;
959
- smMax: string;
960
- mdMax: string;
961
- lgMax: string;
962
- xlMax: string;
963
- motion: string;
964
- safari: string;
965
- hover: string;
966
- dark: string;
967
- light: string;
968
- }, {
969
- shadows: {
970
- xs: string;
971
- sm: string;
972
- md: string;
973
- lg: string;
974
- xl: string;
975
- };
976
- colors: {
977
- accents1: string;
978
- accents2: string;
979
- accents3: string;
980
- accents4: string;
981
- accents5: string;
982
- accents6: string;
983
- accents7: string;
984
- accents8: string;
985
- accents9: string;
986
- text: string;
987
- background: string;
988
- foreground: string;
989
- codeLight: string;
990
- code: string;
991
- border: string;
992
- selection: string;
993
- white: string;
994
- black: string;
995
- blue100: string;
996
- blue200: string;
997
- blue300: string;
998
- blue400: string;
999
- blue500: string;
1000
- blue600: string;
1001
- blue700: string;
1002
- blue800: string;
1003
- blue900: string;
1004
- purple100: string;
1005
- purple200: string;
1006
- purple300: string;
1007
- purple400: string;
1008
- purple500: string;
1009
- purple600: string;
1010
- purple700: string;
1011
- purple800: string;
1012
- purple900: string;
1013
- green100: string;
1014
- green200: string;
1015
- green300: string;
1016
- green400: string;
1017
- green500: string;
1018
- green600: string;
1019
- green700: string;
1020
- green800: string;
1021
- green900: string;
1022
- yellow100: string;
1023
- yellow200: string;
1024
- yellow300: string;
1025
- yellow400: string;
1026
- yellow500: string;
1027
- yellow600: string;
1028
- yellow700: string;
1029
- yellow800: string;
1030
- yellow900: string;
1031
- red100: string;
1032
- red200: string;
1033
- red300: string;
1034
- red400: string;
1035
- red500: string;
1036
- red600: string;
1037
- red700: string;
1038
- red800: string;
1039
- red900: string;
1040
- cyan100: string;
1041
- cyan200: string;
1042
- cyan300: string;
1043
- cyan400: string;
1044
- cyan500: string;
1045
- cyan600: string;
1046
- cyan700: string;
1047
- cyan800: string;
1048
- cyan900: string;
1049
- pink100: string;
1050
- pink200: string;
1051
- pink300: string;
1052
- pink400: string;
1053
- pink500: string;
1054
- pink600: string;
1055
- pink700: string;
1056
- pink800: string;
1057
- pink900: string;
1058
- gray100: string;
1059
- gray200: string;
1060
- gray300: string;
1061
- gray400: string;
1062
- gray500: string;
1063
- gray600: string;
1064
- gray700: string;
1065
- gray800: string;
1066
- gray900: string;
1067
- primaryLight: string;
1068
- primary: string;
1069
- primaryDark: string;
1070
- secondaryLight: string;
1071
- secondary: string;
1072
- secondaryDark: string;
1073
- successLight: string;
1074
- success: string;
1075
- successDark: string;
1076
- warningLight: string;
1077
- warning: string;
1078
- warningDark: string;
1079
- errorLight: string;
1080
- error: string;
1081
- errorDark: string;
1082
- gradient: string;
1083
- link: string;
1084
- };
1085
- fonts: {
1086
- sans: string;
1087
- mono: string;
1088
- };
1089
- fontSizes: {
1090
- tiny: string;
1091
- xs: string;
1092
- base: string;
1093
- sm: string;
1094
- md: string;
1095
- lg: string;
1096
- xl: string;
1097
- };
1098
- fontWeights: {
1099
- hairline: number;
1100
- thin: number;
1101
- light: number;
1102
- normal: number;
1103
- medium: number;
1104
- semibold: number;
1105
- bold: number;
1106
- extrabold: number;
1107
- black: number;
1108
- };
1109
- lineHeights: {
1110
- xs: number;
1111
- sm: number;
1112
- md: number;
1113
- lg: number;
1114
- xl: number;
1115
- };
1116
- letterSpacings: {
1117
- tighter: string;
1118
- tight: string;
1119
- normal: string;
1120
- wide: string;
1121
- wider: string;
1122
- widest: string;
1123
- };
1124
- space: {
1125
- 0: string;
1126
- xs: string;
1127
- sm: string;
1128
- md: string;
1129
- lg: string;
1130
- xl: string;
1131
- px: string;
1132
- 1: string;
1133
- 2: string;
1134
- 3: string;
1135
- 4: string;
1136
- 5: string;
1137
- 6: string;
1138
- 7: string;
1139
- 8: string;
1140
- 9: string;
1141
- 10: string;
1142
- 11: string;
1143
- 12: string;
1144
- 13: string;
1145
- 14: string;
1146
- 15: string;
1147
- 16: string;
1148
- 17: string;
1149
- 18: string;
1150
- 20: string;
1151
- 24: string;
1152
- 28: string;
1153
- 32: string;
1154
- 36: string;
1155
- 40: string;
1156
- 44: string;
1157
- 48: string;
1158
- 52: string;
1159
- 56: string;
1160
- 60: string;
1161
- 64: string;
1162
- 72: string;
1163
- 80: string;
1164
- 96: string;
1165
- };
1166
- radii: {
1167
- xs: string;
1168
- sm: string;
1169
- md: string;
1170
- base: string;
1171
- lg: string;
1172
- xl: string;
1173
- squared: string;
1174
- rounded: string;
1175
- pill: string;
1176
- };
1177
- zIndices: {
1178
- 1: string;
1179
- 2: string;
1180
- 3: string;
1181
- 4: string;
1182
- 5: string;
1183
- 10: string;
1184
- max: string;
1185
- };
1186
- borderWeights: {
1187
- light: string;
1188
- normal: string;
1189
- bold: string;
1190
- extrabold: string;
1191
- black: string;
1192
- };
1193
- transitions: {
1194
- default: string;
1195
- };
1196
- breakpoints: {
1197
- xs: string;
1198
- sm: string;
1199
- md: string;
1200
- lg: string;
1201
- xl: string;
1202
- };
1203
- }, {
1204
- width: string;
1205
- height: string;
1206
- minWidth: string;
1207
- maxWidth: string;
1208
- minHeight: string;
1209
- maxHeight: string;
1210
- flexBasis: string;
1211
- gridTemplateColumns: string;
1212
- gridTemplateRows: string;
1213
- blockSize: string;
1214
- minBlockSize: string;
1215
- maxBlockSize: string;
1216
- inlineSize: string;
1217
- minInlineSize: string;
1218
- maxInlineSize: string;
1219
- borderWidth: string;
1220
- gap: "space";
1221
- gridGap: "space";
1222
- columnGap: "space";
1223
- gridColumnGap: "space";
1224
- rowGap: "space";
1225
- gridRowGap: "space";
1226
- inset: "space";
1227
- insetBlock: "space";
1228
- insetBlockEnd: "space";
1229
- insetBlockStart: "space";
1230
- insetInline: "space";
1231
- insetInlineEnd: "space";
1232
- insetInlineStart: "space";
1233
- margin: "space";
1234
- marginTop: "space";
1235
- marginRight: "space";
1236
- marginBottom: "space";
1237
- marginLeft: "space";
1238
- marginBlock: "space";
1239
- marginBlockEnd: "space";
1240
- marginBlockStart: "space";
1241
- marginInline: "space";
1242
- marginInlineEnd: "space";
1243
- marginInlineStart: "space";
1244
- padding: "space";
1245
- paddingTop: "space";
1246
- paddingRight: "space";
1247
- paddingBottom: "space";
1248
- paddingLeft: "space";
1249
- paddingBlock: "space";
1250
- paddingBlockEnd: "space";
1251
- paddingBlockStart: "space";
1252
- paddingInline: "space";
1253
- paddingInlineEnd: "space";
1254
- paddingInlineStart: "space";
1255
- scrollMargin: "space";
1256
- scrollMarginTop: "space";
1257
- scrollMarginRight: "space";
1258
- scrollMarginBottom: "space";
1259
- scrollMarginLeft: "space";
1260
- scrollMarginBlock: "space";
1261
- scrollMarginBlockEnd: "space";
1262
- scrollMarginBlockStart: "space";
1263
- scrollMarginInline: "space";
1264
- scrollMarginInlineEnd: "space";
1265
- scrollMarginInlineStart: "space";
1266
- scrollPadding: "space";
1267
- scrollPaddingTop: "space";
1268
- scrollPaddingRight: "space";
1269
- scrollPaddingBottom: "space";
1270
- scrollPaddingLeft: "space";
1271
- scrollPaddingBlock: "space";
1272
- scrollPaddingBlockEnd: "space";
1273
- scrollPaddingBlockStart: "space";
1274
- scrollPaddingInline: "space";
1275
- scrollPaddingInlineEnd: "space";
1276
- scrollPaddingInlineStart: "space";
1277
- top: "space";
1278
- right: "space";
1279
- bottom: "space";
1280
- left: "space";
1281
- fontSize: "fontSizes";
1282
- background: "colors";
1283
- backgroundColor: "colors";
1284
- backgroundImage: "colors";
1285
- borderImage: "colors";
1286
- border: "colors";
1287
- borderBlock: "colors";
1288
- borderBlockEnd: "colors";
1289
- borderBlockStart: "colors";
1290
- borderBottom: "colors";
1291
- borderBottomColor: "colors";
1292
- borderColor: "colors";
1293
- borderInline: "colors";
1294
- borderInlineEnd: "colors";
1295
- borderInlineStart: "colors";
1296
- borderLeft: "colors";
1297
- borderLeftColor: "colors";
1298
- borderRight: "colors";
1299
- borderRightColor: "colors";
1300
- borderTop: "colors";
1301
- borderTopColor: "colors";
1302
- caretColor: "colors";
1303
- color: "colors";
1304
- columnRuleColor: "colors";
1305
- outline: "colors";
1306
- outlineColor: "colors";
1307
- fill: "colors";
1308
- stroke: "colors";
1309
- textDecorationColor: "colors";
1310
- fontFamily: "fonts";
1311
- fontWeight: "fontWeights";
1312
- lineHeight: "lineHeights";
1313
- letterSpacing: "letterSpacings";
1314
- borderTopWidth: "borderWidths";
1315
- borderLeftWidth: "borderWidths";
1316
- borderRightWidth: "borderWidths";
1317
- borderBottomWidth: "borderWidths";
1318
- borderStyle: "borderStyles";
1319
- borderTopStyle: "borderStyles";
1320
- borderLeftStyle: "borderStyles";
1321
- borderRightStyle: "borderStyles";
1322
- borderBottomStyle: "borderStyles";
1323
- borderRadius: "radii";
1324
- borderTopLeftRadius: "radii";
1325
- borderTopRightRadius: "radii";
1326
- borderBottomRightRadius: "radii";
1327
- borderBottomLeftRadius: "radii";
1328
- boxShadow: "shadows";
1329
- textShadow: "shadows";
1330
- transition: "transitions";
1331
- zIndex: "zIndices";
1332
- }, {
1333
- p: (value: {
1334
- readonly [$$PropertyValue]: "padding";
1335
- }) => {
1336
- padding: {
1337
- readonly [$$PropertyValue]: "padding";
1338
- };
1339
- };
1340
- pt: (value: {
1341
- readonly [$$PropertyValue]: "paddingTop";
1342
- }) => {
1343
- paddingTop: {
1344
- readonly [$$PropertyValue]: "paddingTop";
1345
- };
1346
- };
1347
- pr: (value: {
1348
- readonly [$$PropertyValue]: "paddingRight";
1349
- }) => {
1350
- paddingRight: {
1351
- readonly [$$PropertyValue]: "paddingRight";
1352
- };
1353
- };
1354
- pb: (value: {
1355
- readonly [$$PropertyValue]: "paddingBottom";
1356
- }) => {
1357
- paddingBottom: {
1358
- readonly [$$PropertyValue]: "paddingBottom";
1359
- };
1360
- };
1361
- pl: (value: {
1362
- readonly [$$PropertyValue]: "paddingLeft";
1363
- }) => {
1364
- paddingLeft: {
1365
- readonly [$$PropertyValue]: "paddingLeft";
1366
- };
1367
- };
1368
- px: (value: {
1369
- readonly [$$PropertyValue]: "paddingLeft";
1370
- }) => {
1371
- paddingLeft: {
1372
- readonly [$$PropertyValue]: "paddingLeft";
1373
- };
1374
- paddingRight: {
1375
- readonly [$$PropertyValue]: "paddingLeft";
1376
- };
1377
- };
1378
- py: (value: {
1379
- readonly [$$PropertyValue]: "paddingTop";
1380
- }) => {
1381
- paddingTop: {
1382
- readonly [$$PropertyValue]: "paddingTop";
1383
- };
1384
- paddingBottom: {
1385
- readonly [$$PropertyValue]: "paddingTop";
1386
- };
1387
- };
1388
- m: (value: {
1389
- readonly [$$PropertyValue]: "margin";
1390
- }) => {
1391
- margin: {
1392
- readonly [$$PropertyValue]: "margin";
1393
- };
1394
- };
1395
- mt: (value: {
1396
- readonly [$$PropertyValue]: "marginTop";
1397
- }) => {
1398
- marginTop: {
1399
- readonly [$$PropertyValue]: "marginTop";
1400
- };
1401
- };
1402
- mr: (value: {
1403
- readonly [$$PropertyValue]: "marginRight";
1404
- }) => {
1405
- marginRight: {
1406
- readonly [$$PropertyValue]: "marginRight";
1407
- };
1408
- };
1409
- mb: (value: {
1410
- readonly [$$PropertyValue]: "marginBottom";
1411
- }) => {
1412
- marginBottom: {
1413
- readonly [$$PropertyValue]: "marginBottom";
1414
- };
1415
- };
1416
- ml: (value: {
1417
- readonly [$$PropertyValue]: "marginLeft";
1418
- }) => {
1419
- marginLeft: {
1420
- readonly [$$PropertyValue]: "marginLeft";
1421
- };
1422
- };
1423
- mx: (value: {
1424
- readonly [$$PropertyValue]: "marginLeft";
1425
- }) => {
1426
- marginLeft: {
1427
- readonly [$$PropertyValue]: "marginLeft";
1428
- };
1429
- marginRight: {
1430
- readonly [$$PropertyValue]: "marginLeft";
1431
- };
1432
- };
1433
- my: (value: {
1434
- readonly [$$PropertyValue]: "marginTop";
1435
- }) => {
1436
- marginTop: {
1437
- readonly [$$PropertyValue]: "marginTop";
1438
- };
1439
- marginBottom: {
1440
- readonly [$$PropertyValue]: "marginTop";
1441
- };
1442
- };
1443
- ta: (value: {
1444
- readonly [$$PropertyValue]: "textAlign";
1445
- }) => {
1446
- textAlign: {
1447
- readonly [$$PropertyValue]: "textAlign";
1448
- };
1449
- };
1450
- tt: (value: {
1451
- readonly [$$PropertyValue]: "textTransform";
1452
- }) => {
1453
- textTransform: {
1454
- readonly [$$PropertyValue]: "textTransform";
1455
- };
1456
- };
1457
- to: (value: {
1458
- readonly [$$PropertyValue]: "textOverflow";
1459
- }) => {
1460
- textOverflow: {
1461
- readonly [$$PropertyValue]: "textOverflow";
1462
- };
1463
- };
1464
- d: (value: {
1465
- readonly [$$PropertyValue]: "display";
1466
- }) => {
1467
- display: {
1468
- readonly [$$PropertyValue]: "display";
1469
- };
1470
- };
1471
- dflex: (value: {
1472
- readonly [$$PropertyValue]: "alignItems";
1473
- }) => {
1474
- display: string;
1475
- alignItems: {
1476
- readonly [$$PropertyValue]: "alignItems";
1477
- };
1478
- justifyContent: {
1479
- readonly [$$PropertyValue]: "alignItems";
1480
- };
1481
- };
1482
- fd: (value: {
1483
- readonly [$$PropertyValue]: "flexDirection";
1484
- }) => {
1485
- flexDirection: {
1486
- readonly [$$PropertyValue]: "flexDirection";
1487
- };
1488
- };
1489
- fw: (value: {
1490
- readonly [$$PropertyValue]: "flexWrap";
1491
- }) => {
1492
- flexWrap: {
1493
- readonly [$$PropertyValue]: "flexWrap";
1494
- };
1495
- };
1496
- ai: (value: {
1497
- readonly [$$PropertyValue]: "alignItems";
1498
- }) => {
1499
- alignItems: {
1500
- readonly [$$PropertyValue]: "alignItems";
1501
- };
1502
- };
1503
- ac: (value: {
1504
- readonly [$$PropertyValue]: "alignContent";
1505
- }) => {
1506
- alignContent: {
1507
- readonly [$$PropertyValue]: "alignContent";
1508
- };
1509
- };
1510
- jc: (value: {
1511
- readonly [$$PropertyValue]: "justifyContent";
1512
- }) => {
1513
- justifyContent: {
1514
- readonly [$$PropertyValue]: "justifyContent";
1515
- };
1516
- };
1517
- as: (value: {
1518
- readonly [$$PropertyValue]: "alignSelf";
1519
- }) => {
1520
- alignSelf: {
1521
- readonly [$$PropertyValue]: "alignSelf";
1522
- };
1523
- };
1524
- fg: (value: {
1525
- readonly [$$PropertyValue]: "flexGrow";
1526
- }) => {
1527
- flexGrow: {
1528
- readonly [$$PropertyValue]: "flexGrow";
1529
- };
1530
- };
1531
- fs: (value: {
1532
- readonly [$$PropertyValue]: "fontSize";
1533
- }) => {
1534
- fontSize: {
1535
- readonly [$$PropertyValue]: "fontSize";
1536
- };
1537
- };
1538
- fb: (value: {
1539
- readonly [$$PropertyValue]: "flexBasis";
1540
- }) => {
1541
- flexBasis: {
1542
- readonly [$$PropertyValue]: "flexBasis";
1543
- };
1544
- };
1545
- bc: (value: {
1546
- readonly [$$PropertyValue]: "backgroundColor";
1547
- }) => {
1548
- backgroundColor: {
1549
- readonly [$$PropertyValue]: "backgroundColor";
1550
- };
1551
- };
1552
- bf: (value: {
1553
- readonly [$$PropertyValue]: "backdropFilter";
1554
- }) => {
1555
- backdropFilter: {
1556
- readonly [$$PropertyValue]: "backdropFilter";
1557
- };
1558
- };
1559
- bg: (value: {
1560
- readonly [$$PropertyValue]: "backgroundColor";
1561
- }) => {
1562
- background: {
1563
- readonly [$$PropertyValue]: "backgroundColor";
1564
- };
1565
- };
1566
- bgBlur: (value: {
1567
- readonly [$$PropertyValue]: "backgroundColor";
1568
- }) => {
1569
- bf: string;
1570
- bg: string;
1571
- };
1572
- bgColor: (value: {
1573
- readonly [$$PropertyValue]: "backgroundColor";
1574
- }) => {
1575
- backgroundColor: {
1576
- readonly [$$PropertyValue]: "backgroundColor";
1577
- };
1578
- };
1579
- backgroundClip: (value: {
1580
- readonly [$$PropertyValue]: "backgroundClip";
1581
- }) => {
1582
- WebkitBackgroundClip: {
1583
- readonly [$$PropertyValue]: "backgroundClip";
1584
- };
1585
- backgroundClip: {
1586
- readonly [$$PropertyValue]: "backgroundClip";
1587
- };
1588
- };
1589
- bgClip: (value: {
1590
- readonly [$$PropertyValue]: "backgroundClip";
1591
- }) => {
1592
- WebkitBackgroundClip: {
1593
- readonly [$$PropertyValue]: "backgroundClip";
1594
- };
1595
- backgroundClip: {
1596
- readonly [$$PropertyValue]: "backgroundClip";
1597
- };
1598
- };
1599
- br: (value: {
1600
- readonly [$$PropertyValue]: "borderRadius";
1601
- }) => {
1602
- borderRadius: {
1603
- readonly [$$PropertyValue]: "borderRadius";
1604
- };
1605
- };
1606
- bw: (value: {
1607
- readonly [$$PropertyValue]: "borderWidth";
1608
- }) => {
1609
- borderWidth: {
1610
- readonly [$$PropertyValue]: "borderWidth";
1611
- };
1612
- };
1613
- btrr: (value: {
1614
- readonly [$$PropertyValue]: "borderTopRightRadius";
1615
- }) => {
1616
- borderTopRightRadius: {
1617
- readonly [$$PropertyValue]: "borderTopRightRadius";
1618
- };
1619
- };
1620
- bbrr: (value: {
1621
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1622
- }) => {
1623
- borderBottomRightRadius: {
1624
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1625
- };
1626
- };
1627
- bblr: (value: {
1628
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1629
- }) => {
1630
- borderBottomLeftRadius: {
1631
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1632
- };
1633
- };
1634
- btlr: (value: {
1635
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1636
- }) => {
1637
- borderTopLeftRadius: {
1638
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1639
- };
1640
- };
1641
- bs: (value: {
1642
- readonly [$$PropertyValue]: "boxShadow";
1643
- }) => {
1644
- boxShadow: {
1645
- readonly [$$PropertyValue]: "boxShadow";
1646
- };
1647
- };
1648
- normalShadow: (value: {
1649
- readonly [$$PropertyValue]: "backgroundColor";
1650
- }) => {
1651
- boxShadow: string;
1652
- };
1653
- normalShadowVar: (value: {
1654
- readonly [$$PropertyValue]: "backgroundColor";
1655
- }) => {
1656
- boxShadow: string;
1657
- };
1658
- lh: (value: {
1659
- readonly [$$PropertyValue]: "lineHeight";
1660
- }) => {
1661
- lineHeight: {
1662
- readonly [$$PropertyValue]: "lineHeight";
1663
- };
1664
- };
1665
- ov: (value: {
1666
- readonly [$$PropertyValue]: "overflow";
1667
- }) => {
1668
- overflow: {
1669
- readonly [$$PropertyValue]: "overflow";
1670
- };
1671
- };
1672
- ox: (value: {
1673
- readonly [$$PropertyValue]: "overflowX";
1674
- }) => {
1675
- overflowX: {
1676
- readonly [$$PropertyValue]: "overflowX";
1677
- };
1678
- };
1679
- oy: (value: {
1680
- readonly [$$PropertyValue]: "overflowY";
1681
- }) => {
1682
- overflowY: {
1683
- readonly [$$PropertyValue]: "overflowY";
1684
- };
1685
- };
1686
- pe: (value: {
1687
- readonly [$$PropertyValue]: "pointerEvents";
1688
- }) => {
1689
- pointerEvents: {
1690
- readonly [$$PropertyValue]: "pointerEvents";
1691
- };
1692
- };
1693
- events: (value: {
1694
- readonly [$$PropertyValue]: "pointerEvents";
1695
- }) => {
1696
- pointerEvents: {
1697
- readonly [$$PropertyValue]: "pointerEvents";
1698
- };
1699
- };
1700
- us: (value: {
1701
- readonly [$$PropertyValue]: "userSelect";
1702
- }) => {
1703
- WebkitUserSelect: {
1704
- readonly [$$PropertyValue]: "userSelect";
1705
- };
1706
- userSelect: {
1707
- readonly [$$PropertyValue]: "userSelect";
1708
- };
1709
- };
1710
- userSelect: (value: {
1711
- readonly [$$PropertyValue]: "userSelect";
1712
- }) => {
1713
- WebkitUserSelect: {
1714
- readonly [$$PropertyValue]: "userSelect";
1715
- };
1716
- userSelect: {
1717
- readonly [$$PropertyValue]: "userSelect";
1718
- };
1719
- };
1720
- w: (value: {
1721
- readonly [$$PropertyValue]: "width";
1722
- }) => {
1723
- width: {
1724
- readonly [$$PropertyValue]: "width";
1725
- };
1726
- };
1727
- h: (value: {
1728
- readonly [$$PropertyValue]: "height";
1729
- }) => {
1730
- height: {
1731
- readonly [$$PropertyValue]: "height";
1732
- };
1733
- };
1734
- mw: (value: {
1735
- readonly [$$PropertyValue]: "maxWidth";
1736
- }) => {
1737
- maxWidth: {
1738
- readonly [$$PropertyValue]: "maxWidth";
1739
- };
1740
- };
1741
- maxW: (value: {
1742
- readonly [$$PropertyValue]: "maxWidth";
1743
- }) => {
1744
- maxWidth: {
1745
- readonly [$$PropertyValue]: "maxWidth";
1746
- };
1747
- };
1748
- mh: (value: {
1749
- readonly [$$PropertyValue]: "maxHeight";
1750
- }) => {
1751
- maxHeight: {
1752
- readonly [$$PropertyValue]: "maxHeight";
1753
- };
1754
- };
1755
- maxH: (value: {
1756
- readonly [$$PropertyValue]: "maxHeight";
1757
- }) => {
1758
- maxHeight: {
1759
- readonly [$$PropertyValue]: "maxHeight";
1760
- };
1761
- };
1762
- size: (value: {
1763
- readonly [$$PropertyValue]: "width";
1764
- }) => {
1765
- width: {
1766
- readonly [$$PropertyValue]: "width";
1767
- };
1768
- height: {
1769
- readonly [$$PropertyValue]: "width";
1770
- };
1771
- };
1772
- minSize: (value: {
1773
- readonly [$$PropertyValue]: "width";
1774
- }) => {
1775
- minWidth: {
1776
- readonly [$$PropertyValue]: "width";
1777
- };
1778
- minHeight: {
1779
- readonly [$$PropertyValue]: "width";
1780
- };
1781
- width: {
1782
- readonly [$$PropertyValue]: "width";
1783
- };
1784
- height: {
1785
- readonly [$$PropertyValue]: "width";
1786
- };
1787
- };
1788
- sizeMin: (value: {
1789
- readonly [$$PropertyValue]: "width";
1790
- }) => {
1791
- minWidth: {
1792
- readonly [$$PropertyValue]: "width";
1793
- };
1794
- minHeight: {
1795
- readonly [$$PropertyValue]: "width";
1796
- };
1797
- width: {
1798
- readonly [$$PropertyValue]: "width";
1799
- };
1800
- height: {
1801
- readonly [$$PropertyValue]: "width";
1802
- };
1803
- };
1804
- maxSize: (value: {
1805
- readonly [$$PropertyValue]: "width";
1806
- }) => {
1807
- maxWidth: {
1808
- readonly [$$PropertyValue]: "width";
1809
- };
1810
- maxHeight: {
1811
- readonly [$$PropertyValue]: "width";
1812
- };
1813
- };
1814
- sizeMax: (value: {
1815
- readonly [$$PropertyValue]: "width";
1816
- }) => {
1817
- maxWidth: {
1818
- readonly [$$PropertyValue]: "width";
1819
- };
1820
- maxHeight: {
1821
- readonly [$$PropertyValue]: "width";
1822
- };
1823
- };
1824
- appearance: (value: {
1825
- readonly [$$PropertyValue]: "appearance";
1826
- }) => {
1827
- WebkitAppearance: {
1828
- readonly [$$PropertyValue]: "appearance";
1829
- };
1830
- appearance: {
1831
- readonly [$$PropertyValue]: "appearance";
1832
- };
1833
- };
1834
- scale: (value: {
1835
- readonly [$$PropertyValue]: "scale";
1836
- }) => {
1837
- transform: string;
1838
- };
1839
- linearGradient: (value: {
1840
- readonly [$$PropertyValue]: "backgroundImage";
1841
- }) => {
1842
- backgroundImage: string;
1843
- };
1844
- tdl: (value: {
1845
- readonly [$$PropertyValue]: "textDecorationLine";
1846
- }) => {
1847
- textDecorationLine: {
1848
- readonly [$$PropertyValue]: "textDecorationLine";
1849
- };
1850
- };
1851
- textGradient: (value: {
1852
- readonly [$$PropertyValue]: "backgroundImage";
1853
- }) => {
1854
- backgroundImage: string;
1855
- WebkitBackgroundClip: string;
1856
- WebkitTextFillColor: string;
1857
- };
1858
- }>>;
1859
- export declare type ProgressVariantsProps = VariantProps<typeof StyledProgress>;