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