@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,4621 +0,0 @@
1
- import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledUser: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
- xs: string;
4
- sm: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- xsMax: string;
9
- smMax: string;
10
- mdMax: string;
11
- lgMax: string;
12
- xlMax: string;
13
- motion: string;
14
- safari: string;
15
- hover: string;
16
- dark: string;
17
- light: string;
18
- }, import("@stitches/react/types/css-util").CSS<{
19
- xs: string;
20
- sm: string;
21
- md: string;
22
- lg: string;
23
- xl: string;
24
- xsMax: string;
25
- smMax: string;
26
- mdMax: string;
27
- lgMax: string;
28
- xlMax: string;
29
- motion: string;
30
- safari: string;
31
- hover: string;
32
- dark: string;
33
- light: string;
34
- }, {
35
- shadows: {
36
- xs: string;
37
- sm: string;
38
- md: string;
39
- lg: string;
40
- xl: string;
41
- };
42
- colors: {
43
- accents1: string;
44
- accents2: string;
45
- accents3: string;
46
- accents4: string;
47
- accents5: string;
48
- accents6: string;
49
- accents7: string;
50
- accents8: string;
51
- accents9: string;
52
- text: string;
53
- background: string;
54
- foreground: string;
55
- codeLight: string;
56
- code: string;
57
- border: string;
58
- selection: string;
59
- white: string;
60
- black: string;
61
- blue100: string;
62
- blue200: string;
63
- blue300: string;
64
- blue400: string;
65
- blue500: string;
66
- blue600: string;
67
- blue700: string;
68
- blue800: string;
69
- blue900: string;
70
- purple100: string;
71
- purple200: string;
72
- purple300: string;
73
- purple400: string;
74
- purple500: string;
75
- purple600: string;
76
- purple700: string;
77
- purple800: string;
78
- purple900: string;
79
- green100: string;
80
- green200: string;
81
- green300: string;
82
- green400: string;
83
- green500: string;
84
- green600: string;
85
- green700: string;
86
- green800: string;
87
- green900: string;
88
- yellow100: string;
89
- yellow200: string;
90
- yellow300: string;
91
- yellow400: string;
92
- yellow500: string;
93
- yellow600: string;
94
- yellow700: string;
95
- yellow800: string;
96
- yellow900: string;
97
- red100: string;
98
- red200: string;
99
- red300: string;
100
- red400: string;
101
- red500: string;
102
- red600: string;
103
- red700: string;
104
- red800: string;
105
- red900: string;
106
- cyan100: string;
107
- cyan200: string;
108
- cyan300: string;
109
- cyan400: string;
110
- cyan500: string;
111
- cyan600: string;
112
- cyan700: string;
113
- cyan800: string;
114
- cyan900: string;
115
- pink100: string;
116
- pink200: string;
117
- pink300: string;
118
- pink400: string;
119
- pink500: string;
120
- pink600: string;
121
- pink700: string;
122
- pink800: string;
123
- pink900: string;
124
- gray100: string;
125
- gray200: string;
126
- gray300: string;
127
- gray400: string;
128
- gray500: string;
129
- gray600: string;
130
- gray700: string;
131
- gray800: string;
132
- gray900: string;
133
- primaryLight: string;
134
- primary: string;
135
- primaryDark: string;
136
- secondaryLight: string;
137
- secondary: string;
138
- secondaryDark: string;
139
- successLight: string;
140
- success: string;
141
- successDark: string;
142
- warningLight: string;
143
- warning: string;
144
- warningDark: string;
145
- errorLight: string;
146
- error: string;
147
- errorDark: string;
148
- gradient: string;
149
- link: string;
150
- };
151
- fonts: {
152
- sans: string;
153
- mono: string;
154
- };
155
- fontSizes: {
156
- tiny: string;
157
- xs: string;
158
- base: string;
159
- sm: string;
160
- md: string;
161
- lg: string;
162
- xl: string;
163
- };
164
- fontWeights: {
165
- hairline: number;
166
- thin: number;
167
- light: number;
168
- normal: number;
169
- medium: number;
170
- semibold: number;
171
- bold: number;
172
- extrabold: number;
173
- black: number;
174
- };
175
- lineHeights: {
176
- xs: number;
177
- sm: number;
178
- md: number;
179
- lg: number;
180
- xl: number;
181
- };
182
- letterSpacings: {
183
- tighter: string;
184
- tight: string;
185
- normal: string;
186
- wide: string;
187
- wider: string;
188
- widest: string;
189
- };
190
- space: {
191
- 0: string;
192
- xs: string;
193
- sm: string;
194
- md: string;
195
- lg: string;
196
- xl: string;
197
- px: string;
198
- 1: string;
199
- 2: string;
200
- 3: string;
201
- 4: string;
202
- 5: string;
203
- 6: string;
204
- 7: string;
205
- 8: string;
206
- 9: string;
207
- 10: string;
208
- 11: string;
209
- 12: string;
210
- 13: string;
211
- 14: string;
212
- 15: string;
213
- 16: string;
214
- 17: string;
215
- 18: string;
216
- 20: string;
217
- 24: string;
218
- 28: string;
219
- 32: string;
220
- 36: string;
221
- 40: string;
222
- 44: string;
223
- 48: string;
224
- 52: string;
225
- 56: string;
226
- 60: string;
227
- 64: string;
228
- 72: string;
229
- 80: string;
230
- 96: string;
231
- };
232
- radii: {
233
- xs: string;
234
- sm: string;
235
- md: string;
236
- base: string;
237
- lg: string;
238
- xl: string;
239
- squared: string;
240
- rounded: string;
241
- pill: string;
242
- };
243
- zIndices: {
244
- 1: string;
245
- 2: string;
246
- 3: string;
247
- 4: string;
248
- 5: string;
249
- 10: string;
250
- max: string;
251
- };
252
- borderWeights: {
253
- light: string;
254
- normal: string;
255
- bold: string;
256
- extrabold: string;
257
- black: string;
258
- };
259
- transitions: {
260
- default: string;
261
- };
262
- breakpoints: {
263
- xs: string;
264
- sm: string;
265
- md: string;
266
- lg: string;
267
- xl: string;
268
- };
269
- }, {
270
- width: string;
271
- height: string;
272
- minWidth: string;
273
- maxWidth: string;
274
- minHeight: string;
275
- maxHeight: string;
276
- flexBasis: string;
277
- gridTemplateColumns: string;
278
- gridTemplateRows: string;
279
- blockSize: string;
280
- minBlockSize: string;
281
- maxBlockSize: string;
282
- inlineSize: string;
283
- minInlineSize: string;
284
- maxInlineSize: string;
285
- borderWidth: string;
286
- gap: "space";
287
- gridGap: "space";
288
- columnGap: "space";
289
- gridColumnGap: "space";
290
- rowGap: "space";
291
- gridRowGap: "space";
292
- inset: "space";
293
- insetBlock: "space";
294
- insetBlockEnd: "space";
295
- insetBlockStart: "space";
296
- insetInline: "space";
297
- insetInlineEnd: "space";
298
- insetInlineStart: "space";
299
- margin: "space";
300
- marginTop: "space";
301
- marginRight: "space";
302
- marginBottom: "space";
303
- marginLeft: "space";
304
- marginBlock: "space";
305
- marginBlockEnd: "space";
306
- marginBlockStart: "space";
307
- marginInline: "space";
308
- marginInlineEnd: "space";
309
- marginInlineStart: "space";
310
- padding: "space";
311
- paddingTop: "space";
312
- paddingRight: "space";
313
- paddingBottom: "space";
314
- paddingLeft: "space";
315
- paddingBlock: "space";
316
- paddingBlockEnd: "space";
317
- paddingBlockStart: "space";
318
- paddingInline: "space";
319
- paddingInlineEnd: "space";
320
- paddingInlineStart: "space";
321
- scrollMargin: "space";
322
- scrollMarginTop: "space";
323
- scrollMarginRight: "space";
324
- scrollMarginBottom: "space";
325
- scrollMarginLeft: "space";
326
- scrollMarginBlock: "space";
327
- scrollMarginBlockEnd: "space";
328
- scrollMarginBlockStart: "space";
329
- scrollMarginInline: "space";
330
- scrollMarginInlineEnd: "space";
331
- scrollMarginInlineStart: "space";
332
- scrollPadding: "space";
333
- scrollPaddingTop: "space";
334
- scrollPaddingRight: "space";
335
- scrollPaddingBottom: "space";
336
- scrollPaddingLeft: "space";
337
- scrollPaddingBlock: "space";
338
- scrollPaddingBlockEnd: "space";
339
- scrollPaddingBlockStart: "space";
340
- scrollPaddingInline: "space";
341
- scrollPaddingInlineEnd: "space";
342
- scrollPaddingInlineStart: "space";
343
- top: "space";
344
- right: "space";
345
- bottom: "space";
346
- left: "space";
347
- fontSize: "fontSizes";
348
- background: "colors";
349
- backgroundColor: "colors";
350
- backgroundImage: "colors";
351
- borderImage: "colors";
352
- border: "colors";
353
- borderBlock: "colors";
354
- borderBlockEnd: "colors";
355
- borderBlockStart: "colors";
356
- borderBottom: "colors";
357
- borderBottomColor: "colors";
358
- borderColor: "colors";
359
- borderInline: "colors";
360
- borderInlineEnd: "colors";
361
- borderInlineStart: "colors";
362
- borderLeft: "colors";
363
- borderLeftColor: "colors";
364
- borderRight: "colors";
365
- borderRightColor: "colors";
366
- borderTop: "colors";
367
- borderTopColor: "colors";
368
- caretColor: "colors";
369
- color: "colors";
370
- columnRuleColor: "colors";
371
- outline: "colors";
372
- outlineColor: "colors";
373
- fill: "colors";
374
- stroke: "colors";
375
- textDecorationColor: "colors";
376
- fontFamily: "fonts";
377
- fontWeight: "fontWeights";
378
- lineHeight: "lineHeights";
379
- letterSpacing: "letterSpacings";
380
- borderTopWidth: "borderWidths";
381
- borderLeftWidth: "borderWidths";
382
- borderRightWidth: "borderWidths";
383
- borderBottomWidth: "borderWidths";
384
- borderStyle: "borderStyles";
385
- borderTopStyle: "borderStyles";
386
- borderLeftStyle: "borderStyles";
387
- borderRightStyle: "borderStyles";
388
- borderBottomStyle: "borderStyles";
389
- borderRadius: "radii";
390
- borderTopLeftRadius: "radii";
391
- borderTopRightRadius: "radii";
392
- borderBottomRightRadius: "radii";
393
- borderBottomLeftRadius: "radii";
394
- boxShadow: "shadows";
395
- textShadow: "shadows";
396
- transition: "transitions";
397
- zIndex: "zIndices";
398
- }, {
399
- p: (value: {
400
- readonly [$$PropertyValue]: "padding";
401
- }) => {
402
- padding: {
403
- readonly [$$PropertyValue]: "padding";
404
- };
405
- };
406
- pt: (value: {
407
- readonly [$$PropertyValue]: "paddingTop";
408
- }) => {
409
- paddingTop: {
410
- readonly [$$PropertyValue]: "paddingTop";
411
- };
412
- };
413
- pr: (value: {
414
- readonly [$$PropertyValue]: "paddingRight";
415
- }) => {
416
- paddingRight: {
417
- readonly [$$PropertyValue]: "paddingRight";
418
- };
419
- };
420
- pb: (value: {
421
- readonly [$$PropertyValue]: "paddingBottom";
422
- }) => {
423
- paddingBottom: {
424
- readonly [$$PropertyValue]: "paddingBottom";
425
- };
426
- };
427
- pl: (value: {
428
- readonly [$$PropertyValue]: "paddingLeft";
429
- }) => {
430
- paddingLeft: {
431
- readonly [$$PropertyValue]: "paddingLeft";
432
- };
433
- };
434
- px: (value: {
435
- readonly [$$PropertyValue]: "paddingLeft";
436
- }) => {
437
- paddingLeft: {
438
- readonly [$$PropertyValue]: "paddingLeft";
439
- };
440
- paddingRight: {
441
- readonly [$$PropertyValue]: "paddingLeft";
442
- };
443
- };
444
- py: (value: {
445
- readonly [$$PropertyValue]: "paddingTop";
446
- }) => {
447
- paddingTop: {
448
- readonly [$$PropertyValue]: "paddingTop";
449
- };
450
- paddingBottom: {
451
- readonly [$$PropertyValue]: "paddingTop";
452
- };
453
- };
454
- m: (value: {
455
- readonly [$$PropertyValue]: "margin";
456
- }) => {
457
- margin: {
458
- readonly [$$PropertyValue]: "margin";
459
- };
460
- };
461
- mt: (value: {
462
- readonly [$$PropertyValue]: "marginTop";
463
- }) => {
464
- marginTop: {
465
- readonly [$$PropertyValue]: "marginTop";
466
- };
467
- };
468
- mr: (value: {
469
- readonly [$$PropertyValue]: "marginRight";
470
- }) => {
471
- marginRight: {
472
- readonly [$$PropertyValue]: "marginRight";
473
- };
474
- };
475
- mb: (value: {
476
- readonly [$$PropertyValue]: "marginBottom";
477
- }) => {
478
- marginBottom: {
479
- readonly [$$PropertyValue]: "marginBottom";
480
- };
481
- };
482
- ml: (value: {
483
- readonly [$$PropertyValue]: "marginLeft";
484
- }) => {
485
- marginLeft: {
486
- readonly [$$PropertyValue]: "marginLeft";
487
- };
488
- };
489
- mx: (value: {
490
- readonly [$$PropertyValue]: "marginLeft";
491
- }) => {
492
- marginLeft: {
493
- readonly [$$PropertyValue]: "marginLeft";
494
- };
495
- marginRight: {
496
- readonly [$$PropertyValue]: "marginLeft";
497
- };
498
- };
499
- my: (value: {
500
- readonly [$$PropertyValue]: "marginTop";
501
- }) => {
502
- marginTop: {
503
- readonly [$$PropertyValue]: "marginTop";
504
- };
505
- marginBottom: {
506
- readonly [$$PropertyValue]: "marginTop";
507
- };
508
- };
509
- ta: (value: {
510
- readonly [$$PropertyValue]: "textAlign";
511
- }) => {
512
- textAlign: {
513
- readonly [$$PropertyValue]: "textAlign";
514
- };
515
- };
516
- tt: (value: {
517
- readonly [$$PropertyValue]: "textTransform";
518
- }) => {
519
- textTransform: {
520
- readonly [$$PropertyValue]: "textTransform";
521
- };
522
- };
523
- to: (value: {
524
- readonly [$$PropertyValue]: "textOverflow";
525
- }) => {
526
- textOverflow: {
527
- readonly [$$PropertyValue]: "textOverflow";
528
- };
529
- };
530
- d: (value: {
531
- readonly [$$PropertyValue]: "display";
532
- }) => {
533
- display: {
534
- readonly [$$PropertyValue]: "display";
535
- };
536
- };
537
- dflex: (value: {
538
- readonly [$$PropertyValue]: "alignItems";
539
- }) => {
540
- display: string;
541
- alignItems: {
542
- readonly [$$PropertyValue]: "alignItems";
543
- };
544
- justifyContent: {
545
- readonly [$$PropertyValue]: "alignItems";
546
- };
547
- };
548
- fd: (value: {
549
- readonly [$$PropertyValue]: "flexDirection";
550
- }) => {
551
- flexDirection: {
552
- readonly [$$PropertyValue]: "flexDirection";
553
- };
554
- };
555
- fw: (value: {
556
- readonly [$$PropertyValue]: "flexWrap";
557
- }) => {
558
- flexWrap: {
559
- readonly [$$PropertyValue]: "flexWrap";
560
- };
561
- };
562
- ai: (value: {
563
- readonly [$$PropertyValue]: "alignItems";
564
- }) => {
565
- alignItems: {
566
- readonly [$$PropertyValue]: "alignItems";
567
- };
568
- };
569
- ac: (value: {
570
- readonly [$$PropertyValue]: "alignContent";
571
- }) => {
572
- alignContent: {
573
- readonly [$$PropertyValue]: "alignContent";
574
- };
575
- };
576
- jc: (value: {
577
- readonly [$$PropertyValue]: "justifyContent";
578
- }) => {
579
- justifyContent: {
580
- readonly [$$PropertyValue]: "justifyContent";
581
- };
582
- };
583
- as: (value: {
584
- readonly [$$PropertyValue]: "alignSelf";
585
- }) => {
586
- alignSelf: {
587
- readonly [$$PropertyValue]: "alignSelf";
588
- };
589
- };
590
- fg: (value: {
591
- readonly [$$PropertyValue]: "flexGrow";
592
- }) => {
593
- flexGrow: {
594
- readonly [$$PropertyValue]: "flexGrow";
595
- };
596
- };
597
- fs: (value: {
598
- readonly [$$PropertyValue]: "fontSize";
599
- }) => {
600
- fontSize: {
601
- readonly [$$PropertyValue]: "fontSize";
602
- };
603
- };
604
- fb: (value: {
605
- readonly [$$PropertyValue]: "flexBasis";
606
- }) => {
607
- flexBasis: {
608
- readonly [$$PropertyValue]: "flexBasis";
609
- };
610
- };
611
- bc: (value: {
612
- readonly [$$PropertyValue]: "backgroundColor";
613
- }) => {
614
- backgroundColor: {
615
- readonly [$$PropertyValue]: "backgroundColor";
616
- };
617
- };
618
- bf: (value: {
619
- readonly [$$PropertyValue]: "backdropFilter";
620
- }) => {
621
- backdropFilter: {
622
- readonly [$$PropertyValue]: "backdropFilter";
623
- };
624
- };
625
- bg: (value: {
626
- readonly [$$PropertyValue]: "backgroundColor";
627
- }) => {
628
- background: {
629
- readonly [$$PropertyValue]: "backgroundColor";
630
- };
631
- };
632
- bgBlur: (value: {
633
- readonly [$$PropertyValue]: "backgroundColor";
634
- }) => {
635
- bf: string;
636
- bg: string;
637
- };
638
- bgColor: (value: {
639
- readonly [$$PropertyValue]: "backgroundColor";
640
- }) => {
641
- backgroundColor: {
642
- readonly [$$PropertyValue]: "backgroundColor";
643
- };
644
- };
645
- backgroundClip: (value: {
646
- readonly [$$PropertyValue]: "backgroundClip";
647
- }) => {
648
- WebkitBackgroundClip: {
649
- readonly [$$PropertyValue]: "backgroundClip";
650
- };
651
- backgroundClip: {
652
- readonly [$$PropertyValue]: "backgroundClip";
653
- };
654
- };
655
- bgClip: (value: {
656
- readonly [$$PropertyValue]: "backgroundClip";
657
- }) => {
658
- WebkitBackgroundClip: {
659
- readonly [$$PropertyValue]: "backgroundClip";
660
- };
661
- backgroundClip: {
662
- readonly [$$PropertyValue]: "backgroundClip";
663
- };
664
- };
665
- br: (value: {
666
- readonly [$$PropertyValue]: "borderRadius";
667
- }) => {
668
- borderRadius: {
669
- readonly [$$PropertyValue]: "borderRadius";
670
- };
671
- };
672
- bw: (value: {
673
- readonly [$$PropertyValue]: "borderWidth";
674
- }) => {
675
- borderWidth: {
676
- readonly [$$PropertyValue]: "borderWidth";
677
- };
678
- };
679
- btrr: (value: {
680
- readonly [$$PropertyValue]: "borderTopRightRadius";
681
- }) => {
682
- borderTopRightRadius: {
683
- readonly [$$PropertyValue]: "borderTopRightRadius";
684
- };
685
- };
686
- bbrr: (value: {
687
- readonly [$$PropertyValue]: "borderBottomRightRadius";
688
- }) => {
689
- borderBottomRightRadius: {
690
- readonly [$$PropertyValue]: "borderBottomRightRadius";
691
- };
692
- };
693
- bblr: (value: {
694
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
695
- }) => {
696
- borderBottomLeftRadius: {
697
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
698
- };
699
- };
700
- btlr: (value: {
701
- readonly [$$PropertyValue]: "borderTopLeftRadius";
702
- }) => {
703
- borderTopLeftRadius: {
704
- readonly [$$PropertyValue]: "borderTopLeftRadius";
705
- };
706
- };
707
- bs: (value: {
708
- readonly [$$PropertyValue]: "boxShadow";
709
- }) => {
710
- boxShadow: {
711
- readonly [$$PropertyValue]: "boxShadow";
712
- };
713
- };
714
- normalShadow: (value: {
715
- readonly [$$PropertyValue]: "backgroundColor";
716
- }) => {
717
- boxShadow: string;
718
- };
719
- normalShadowVar: (value: {
720
- readonly [$$PropertyValue]: "backgroundColor";
721
- }) => {
722
- boxShadow: string;
723
- };
724
- lh: (value: {
725
- readonly [$$PropertyValue]: "lineHeight";
726
- }) => {
727
- lineHeight: {
728
- readonly [$$PropertyValue]: "lineHeight";
729
- };
730
- };
731
- ov: (value: {
732
- readonly [$$PropertyValue]: "overflow";
733
- }) => {
734
- overflow: {
735
- readonly [$$PropertyValue]: "overflow";
736
- };
737
- };
738
- ox: (value: {
739
- readonly [$$PropertyValue]: "overflowX";
740
- }) => {
741
- overflowX: {
742
- readonly [$$PropertyValue]: "overflowX";
743
- };
744
- };
745
- oy: (value: {
746
- readonly [$$PropertyValue]: "overflowY";
747
- }) => {
748
- overflowY: {
749
- readonly [$$PropertyValue]: "overflowY";
750
- };
751
- };
752
- pe: (value: {
753
- readonly [$$PropertyValue]: "pointerEvents";
754
- }) => {
755
- pointerEvents: {
756
- readonly [$$PropertyValue]: "pointerEvents";
757
- };
758
- };
759
- events: (value: {
760
- readonly [$$PropertyValue]: "pointerEvents";
761
- }) => {
762
- pointerEvents: {
763
- readonly [$$PropertyValue]: "pointerEvents";
764
- };
765
- };
766
- us: (value: {
767
- readonly [$$PropertyValue]: "userSelect";
768
- }) => {
769
- WebkitUserSelect: {
770
- readonly [$$PropertyValue]: "userSelect";
771
- };
772
- userSelect: {
773
- readonly [$$PropertyValue]: "userSelect";
774
- };
775
- };
776
- userSelect: (value: {
777
- readonly [$$PropertyValue]: "userSelect";
778
- }) => {
779
- WebkitUserSelect: {
780
- readonly [$$PropertyValue]: "userSelect";
781
- };
782
- userSelect: {
783
- readonly [$$PropertyValue]: "userSelect";
784
- };
785
- };
786
- w: (value: {
787
- readonly [$$PropertyValue]: "width";
788
- }) => {
789
- width: {
790
- readonly [$$PropertyValue]: "width";
791
- };
792
- };
793
- h: (value: {
794
- readonly [$$PropertyValue]: "height";
795
- }) => {
796
- height: {
797
- readonly [$$PropertyValue]: "height";
798
- };
799
- };
800
- mw: (value: {
801
- readonly [$$PropertyValue]: "maxWidth";
802
- }) => {
803
- maxWidth: {
804
- readonly [$$PropertyValue]: "maxWidth";
805
- };
806
- };
807
- maxW: (value: {
808
- readonly [$$PropertyValue]: "maxWidth";
809
- }) => {
810
- maxWidth: {
811
- readonly [$$PropertyValue]: "maxWidth";
812
- };
813
- };
814
- mh: (value: {
815
- readonly [$$PropertyValue]: "maxHeight";
816
- }) => {
817
- maxHeight: {
818
- readonly [$$PropertyValue]: "maxHeight";
819
- };
820
- };
821
- maxH: (value: {
822
- readonly [$$PropertyValue]: "maxHeight";
823
- }) => {
824
- maxHeight: {
825
- readonly [$$PropertyValue]: "maxHeight";
826
- };
827
- };
828
- size: (value: {
829
- readonly [$$PropertyValue]: "width";
830
- }) => {
831
- width: {
832
- readonly [$$PropertyValue]: "width";
833
- };
834
- height: {
835
- readonly [$$PropertyValue]: "width";
836
- };
837
- };
838
- minSize: (value: {
839
- readonly [$$PropertyValue]: "width";
840
- }) => {
841
- minWidth: {
842
- readonly [$$PropertyValue]: "width";
843
- };
844
- minHeight: {
845
- readonly [$$PropertyValue]: "width";
846
- };
847
- width: {
848
- readonly [$$PropertyValue]: "width";
849
- };
850
- height: {
851
- readonly [$$PropertyValue]: "width";
852
- };
853
- };
854
- sizeMin: (value: {
855
- readonly [$$PropertyValue]: "width";
856
- }) => {
857
- minWidth: {
858
- readonly [$$PropertyValue]: "width";
859
- };
860
- minHeight: {
861
- readonly [$$PropertyValue]: "width";
862
- };
863
- width: {
864
- readonly [$$PropertyValue]: "width";
865
- };
866
- height: {
867
- readonly [$$PropertyValue]: "width";
868
- };
869
- };
870
- maxSize: (value: {
871
- readonly [$$PropertyValue]: "width";
872
- }) => {
873
- maxWidth: {
874
- readonly [$$PropertyValue]: "width";
875
- };
876
- maxHeight: {
877
- readonly [$$PropertyValue]: "width";
878
- };
879
- };
880
- sizeMax: (value: {
881
- readonly [$$PropertyValue]: "width";
882
- }) => {
883
- maxWidth: {
884
- readonly [$$PropertyValue]: "width";
885
- };
886
- maxHeight: {
887
- readonly [$$PropertyValue]: "width";
888
- };
889
- };
890
- appearance: (value: {
891
- readonly [$$PropertyValue]: "appearance";
892
- }) => {
893
- WebkitAppearance: {
894
- readonly [$$PropertyValue]: "appearance";
895
- };
896
- appearance: {
897
- readonly [$$PropertyValue]: "appearance";
898
- };
899
- };
900
- scale: (value: {
901
- readonly [$$PropertyValue]: "scale";
902
- }) => {
903
- transform: string;
904
- };
905
- linearGradient: (value: {
906
- readonly [$$PropertyValue]: "backgroundImage";
907
- }) => {
908
- backgroundImage: string;
909
- };
910
- tdl: (value: {
911
- readonly [$$PropertyValue]: "textDecorationLine";
912
- }) => {
913
- textDecorationLine: {
914
- readonly [$$PropertyValue]: "textDecorationLine";
915
- };
916
- };
917
- textGradient: (value: {
918
- readonly [$$PropertyValue]: "backgroundImage";
919
- }) => {
920
- backgroundImage: string;
921
- WebkitBackgroundClip: string;
922
- WebkitTextFillColor: string;
923
- };
924
- }>>;
925
- export declare const StyledUserInfo: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
926
- xs: string;
927
- sm: string;
928
- md: string;
929
- lg: string;
930
- xl: string;
931
- xsMax: string;
932
- smMax: string;
933
- mdMax: string;
934
- lgMax: string;
935
- xlMax: string;
936
- motion: string;
937
- safari: string;
938
- hover: string;
939
- dark: string;
940
- light: string;
941
- }, import("@stitches/react/types/css-util").CSS<{
942
- xs: string;
943
- sm: string;
944
- md: string;
945
- lg: string;
946
- xl: string;
947
- xsMax: string;
948
- smMax: string;
949
- mdMax: string;
950
- lgMax: string;
951
- xlMax: string;
952
- motion: string;
953
- safari: string;
954
- hover: string;
955
- dark: string;
956
- light: string;
957
- }, {
958
- shadows: {
959
- xs: string;
960
- sm: string;
961
- md: string;
962
- lg: string;
963
- xl: string;
964
- };
965
- colors: {
966
- accents1: string;
967
- accents2: string;
968
- accents3: string;
969
- accents4: string;
970
- accents5: string;
971
- accents6: string;
972
- accents7: string;
973
- accents8: string;
974
- accents9: string;
975
- text: string;
976
- background: string;
977
- foreground: string;
978
- codeLight: string;
979
- code: string;
980
- border: string;
981
- selection: string;
982
- white: string;
983
- black: string;
984
- blue100: string;
985
- blue200: string;
986
- blue300: string;
987
- blue400: string;
988
- blue500: string;
989
- blue600: string;
990
- blue700: string;
991
- blue800: string;
992
- blue900: string;
993
- purple100: string;
994
- purple200: string;
995
- purple300: string;
996
- purple400: string;
997
- purple500: string;
998
- purple600: string;
999
- purple700: string;
1000
- purple800: string;
1001
- purple900: string;
1002
- green100: string;
1003
- green200: string;
1004
- green300: string;
1005
- green400: string;
1006
- green500: string;
1007
- green600: string;
1008
- green700: string;
1009
- green800: string;
1010
- green900: string;
1011
- yellow100: string;
1012
- yellow200: string;
1013
- yellow300: string;
1014
- yellow400: string;
1015
- yellow500: string;
1016
- yellow600: string;
1017
- yellow700: string;
1018
- yellow800: string;
1019
- yellow900: string;
1020
- red100: string;
1021
- red200: string;
1022
- red300: string;
1023
- red400: string;
1024
- red500: string;
1025
- red600: string;
1026
- red700: string;
1027
- red800: string;
1028
- red900: string;
1029
- cyan100: string;
1030
- cyan200: string;
1031
- cyan300: string;
1032
- cyan400: string;
1033
- cyan500: string;
1034
- cyan600: string;
1035
- cyan700: string;
1036
- cyan800: string;
1037
- cyan900: string;
1038
- pink100: string;
1039
- pink200: string;
1040
- pink300: string;
1041
- pink400: string;
1042
- pink500: string;
1043
- pink600: string;
1044
- pink700: string;
1045
- pink800: string;
1046
- pink900: string;
1047
- gray100: string;
1048
- gray200: string;
1049
- gray300: string;
1050
- gray400: string;
1051
- gray500: string;
1052
- gray600: string;
1053
- gray700: string;
1054
- gray800: string;
1055
- gray900: string;
1056
- primaryLight: string;
1057
- primary: string;
1058
- primaryDark: string;
1059
- secondaryLight: string;
1060
- secondary: string;
1061
- secondaryDark: string;
1062
- successLight: string;
1063
- success: string;
1064
- successDark: string;
1065
- warningLight: string;
1066
- warning: string;
1067
- warningDark: string;
1068
- errorLight: string;
1069
- error: string;
1070
- errorDark: string;
1071
- gradient: string;
1072
- link: string;
1073
- };
1074
- fonts: {
1075
- sans: string;
1076
- mono: string;
1077
- };
1078
- fontSizes: {
1079
- tiny: string;
1080
- xs: string;
1081
- base: string;
1082
- sm: string;
1083
- md: string;
1084
- lg: string;
1085
- xl: string;
1086
- };
1087
- fontWeights: {
1088
- hairline: number;
1089
- thin: number;
1090
- light: number;
1091
- normal: number;
1092
- medium: number;
1093
- semibold: number;
1094
- bold: number;
1095
- extrabold: number;
1096
- black: number;
1097
- };
1098
- lineHeights: {
1099
- xs: number;
1100
- sm: number;
1101
- md: number;
1102
- lg: number;
1103
- xl: number;
1104
- };
1105
- letterSpacings: {
1106
- tighter: string;
1107
- tight: string;
1108
- normal: string;
1109
- wide: string;
1110
- wider: string;
1111
- widest: string;
1112
- };
1113
- space: {
1114
- 0: string;
1115
- xs: string;
1116
- sm: string;
1117
- md: string;
1118
- lg: string;
1119
- xl: string;
1120
- px: string;
1121
- 1: string;
1122
- 2: string;
1123
- 3: string;
1124
- 4: string;
1125
- 5: string;
1126
- 6: string;
1127
- 7: string;
1128
- 8: string;
1129
- 9: string;
1130
- 10: string;
1131
- 11: string;
1132
- 12: string;
1133
- 13: string;
1134
- 14: string;
1135
- 15: string;
1136
- 16: string;
1137
- 17: string;
1138
- 18: string;
1139
- 20: string;
1140
- 24: string;
1141
- 28: string;
1142
- 32: string;
1143
- 36: string;
1144
- 40: string;
1145
- 44: string;
1146
- 48: string;
1147
- 52: string;
1148
- 56: string;
1149
- 60: string;
1150
- 64: string;
1151
- 72: string;
1152
- 80: string;
1153
- 96: string;
1154
- };
1155
- radii: {
1156
- xs: string;
1157
- sm: string;
1158
- md: string;
1159
- base: string;
1160
- lg: string;
1161
- xl: string;
1162
- squared: string;
1163
- rounded: string;
1164
- pill: string;
1165
- };
1166
- zIndices: {
1167
- 1: string;
1168
- 2: string;
1169
- 3: string;
1170
- 4: string;
1171
- 5: string;
1172
- 10: string;
1173
- max: string;
1174
- };
1175
- borderWeights: {
1176
- light: string;
1177
- normal: string;
1178
- bold: string;
1179
- extrabold: string;
1180
- black: string;
1181
- };
1182
- transitions: {
1183
- default: string;
1184
- };
1185
- breakpoints: {
1186
- xs: string;
1187
- sm: string;
1188
- md: string;
1189
- lg: string;
1190
- xl: string;
1191
- };
1192
- }, {
1193
- width: string;
1194
- height: string;
1195
- minWidth: string;
1196
- maxWidth: string;
1197
- minHeight: string;
1198
- maxHeight: string;
1199
- flexBasis: string;
1200
- gridTemplateColumns: string;
1201
- gridTemplateRows: string;
1202
- blockSize: string;
1203
- minBlockSize: string;
1204
- maxBlockSize: string;
1205
- inlineSize: string;
1206
- minInlineSize: string;
1207
- maxInlineSize: string;
1208
- borderWidth: string;
1209
- gap: "space";
1210
- gridGap: "space";
1211
- columnGap: "space";
1212
- gridColumnGap: "space";
1213
- rowGap: "space";
1214
- gridRowGap: "space";
1215
- inset: "space";
1216
- insetBlock: "space";
1217
- insetBlockEnd: "space";
1218
- insetBlockStart: "space";
1219
- insetInline: "space";
1220
- insetInlineEnd: "space";
1221
- insetInlineStart: "space";
1222
- margin: "space";
1223
- marginTop: "space";
1224
- marginRight: "space";
1225
- marginBottom: "space";
1226
- marginLeft: "space";
1227
- marginBlock: "space";
1228
- marginBlockEnd: "space";
1229
- marginBlockStart: "space";
1230
- marginInline: "space";
1231
- marginInlineEnd: "space";
1232
- marginInlineStart: "space";
1233
- padding: "space";
1234
- paddingTop: "space";
1235
- paddingRight: "space";
1236
- paddingBottom: "space";
1237
- paddingLeft: "space";
1238
- paddingBlock: "space";
1239
- paddingBlockEnd: "space";
1240
- paddingBlockStart: "space";
1241
- paddingInline: "space";
1242
- paddingInlineEnd: "space";
1243
- paddingInlineStart: "space";
1244
- scrollMargin: "space";
1245
- scrollMarginTop: "space";
1246
- scrollMarginRight: "space";
1247
- scrollMarginBottom: "space";
1248
- scrollMarginLeft: "space";
1249
- scrollMarginBlock: "space";
1250
- scrollMarginBlockEnd: "space";
1251
- scrollMarginBlockStart: "space";
1252
- scrollMarginInline: "space";
1253
- scrollMarginInlineEnd: "space";
1254
- scrollMarginInlineStart: "space";
1255
- scrollPadding: "space";
1256
- scrollPaddingTop: "space";
1257
- scrollPaddingRight: "space";
1258
- scrollPaddingBottom: "space";
1259
- scrollPaddingLeft: "space";
1260
- scrollPaddingBlock: "space";
1261
- scrollPaddingBlockEnd: "space";
1262
- scrollPaddingBlockStart: "space";
1263
- scrollPaddingInline: "space";
1264
- scrollPaddingInlineEnd: "space";
1265
- scrollPaddingInlineStart: "space";
1266
- top: "space";
1267
- right: "space";
1268
- bottom: "space";
1269
- left: "space";
1270
- fontSize: "fontSizes";
1271
- background: "colors";
1272
- backgroundColor: "colors";
1273
- backgroundImage: "colors";
1274
- borderImage: "colors";
1275
- border: "colors";
1276
- borderBlock: "colors";
1277
- borderBlockEnd: "colors";
1278
- borderBlockStart: "colors";
1279
- borderBottom: "colors";
1280
- borderBottomColor: "colors";
1281
- borderColor: "colors";
1282
- borderInline: "colors";
1283
- borderInlineEnd: "colors";
1284
- borderInlineStart: "colors";
1285
- borderLeft: "colors";
1286
- borderLeftColor: "colors";
1287
- borderRight: "colors";
1288
- borderRightColor: "colors";
1289
- borderTop: "colors";
1290
- borderTopColor: "colors";
1291
- caretColor: "colors";
1292
- color: "colors";
1293
- columnRuleColor: "colors";
1294
- outline: "colors";
1295
- outlineColor: "colors";
1296
- fill: "colors";
1297
- stroke: "colors";
1298
- textDecorationColor: "colors";
1299
- fontFamily: "fonts";
1300
- fontWeight: "fontWeights";
1301
- lineHeight: "lineHeights";
1302
- letterSpacing: "letterSpacings";
1303
- borderTopWidth: "borderWidths";
1304
- borderLeftWidth: "borderWidths";
1305
- borderRightWidth: "borderWidths";
1306
- borderBottomWidth: "borderWidths";
1307
- borderStyle: "borderStyles";
1308
- borderTopStyle: "borderStyles";
1309
- borderLeftStyle: "borderStyles";
1310
- borderRightStyle: "borderStyles";
1311
- borderBottomStyle: "borderStyles";
1312
- borderRadius: "radii";
1313
- borderTopLeftRadius: "radii";
1314
- borderTopRightRadius: "radii";
1315
- borderBottomRightRadius: "radii";
1316
- borderBottomLeftRadius: "radii";
1317
- boxShadow: "shadows";
1318
- textShadow: "shadows";
1319
- transition: "transitions";
1320
- zIndex: "zIndices";
1321
- }, {
1322
- p: (value: {
1323
- readonly [$$PropertyValue]: "padding";
1324
- }) => {
1325
- padding: {
1326
- readonly [$$PropertyValue]: "padding";
1327
- };
1328
- };
1329
- pt: (value: {
1330
- readonly [$$PropertyValue]: "paddingTop";
1331
- }) => {
1332
- paddingTop: {
1333
- readonly [$$PropertyValue]: "paddingTop";
1334
- };
1335
- };
1336
- pr: (value: {
1337
- readonly [$$PropertyValue]: "paddingRight";
1338
- }) => {
1339
- paddingRight: {
1340
- readonly [$$PropertyValue]: "paddingRight";
1341
- };
1342
- };
1343
- pb: (value: {
1344
- readonly [$$PropertyValue]: "paddingBottom";
1345
- }) => {
1346
- paddingBottom: {
1347
- readonly [$$PropertyValue]: "paddingBottom";
1348
- };
1349
- };
1350
- pl: (value: {
1351
- readonly [$$PropertyValue]: "paddingLeft";
1352
- }) => {
1353
- paddingLeft: {
1354
- readonly [$$PropertyValue]: "paddingLeft";
1355
- };
1356
- };
1357
- px: (value: {
1358
- readonly [$$PropertyValue]: "paddingLeft";
1359
- }) => {
1360
- paddingLeft: {
1361
- readonly [$$PropertyValue]: "paddingLeft";
1362
- };
1363
- paddingRight: {
1364
- readonly [$$PropertyValue]: "paddingLeft";
1365
- };
1366
- };
1367
- py: (value: {
1368
- readonly [$$PropertyValue]: "paddingTop";
1369
- }) => {
1370
- paddingTop: {
1371
- readonly [$$PropertyValue]: "paddingTop";
1372
- };
1373
- paddingBottom: {
1374
- readonly [$$PropertyValue]: "paddingTop";
1375
- };
1376
- };
1377
- m: (value: {
1378
- readonly [$$PropertyValue]: "margin";
1379
- }) => {
1380
- margin: {
1381
- readonly [$$PropertyValue]: "margin";
1382
- };
1383
- };
1384
- mt: (value: {
1385
- readonly [$$PropertyValue]: "marginTop";
1386
- }) => {
1387
- marginTop: {
1388
- readonly [$$PropertyValue]: "marginTop";
1389
- };
1390
- };
1391
- mr: (value: {
1392
- readonly [$$PropertyValue]: "marginRight";
1393
- }) => {
1394
- marginRight: {
1395
- readonly [$$PropertyValue]: "marginRight";
1396
- };
1397
- };
1398
- mb: (value: {
1399
- readonly [$$PropertyValue]: "marginBottom";
1400
- }) => {
1401
- marginBottom: {
1402
- readonly [$$PropertyValue]: "marginBottom";
1403
- };
1404
- };
1405
- ml: (value: {
1406
- readonly [$$PropertyValue]: "marginLeft";
1407
- }) => {
1408
- marginLeft: {
1409
- readonly [$$PropertyValue]: "marginLeft";
1410
- };
1411
- };
1412
- mx: (value: {
1413
- readonly [$$PropertyValue]: "marginLeft";
1414
- }) => {
1415
- marginLeft: {
1416
- readonly [$$PropertyValue]: "marginLeft";
1417
- };
1418
- marginRight: {
1419
- readonly [$$PropertyValue]: "marginLeft";
1420
- };
1421
- };
1422
- my: (value: {
1423
- readonly [$$PropertyValue]: "marginTop";
1424
- }) => {
1425
- marginTop: {
1426
- readonly [$$PropertyValue]: "marginTop";
1427
- };
1428
- marginBottom: {
1429
- readonly [$$PropertyValue]: "marginTop";
1430
- };
1431
- };
1432
- ta: (value: {
1433
- readonly [$$PropertyValue]: "textAlign";
1434
- }) => {
1435
- textAlign: {
1436
- readonly [$$PropertyValue]: "textAlign";
1437
- };
1438
- };
1439
- tt: (value: {
1440
- readonly [$$PropertyValue]: "textTransform";
1441
- }) => {
1442
- textTransform: {
1443
- readonly [$$PropertyValue]: "textTransform";
1444
- };
1445
- };
1446
- to: (value: {
1447
- readonly [$$PropertyValue]: "textOverflow";
1448
- }) => {
1449
- textOverflow: {
1450
- readonly [$$PropertyValue]: "textOverflow";
1451
- };
1452
- };
1453
- d: (value: {
1454
- readonly [$$PropertyValue]: "display";
1455
- }) => {
1456
- display: {
1457
- readonly [$$PropertyValue]: "display";
1458
- };
1459
- };
1460
- dflex: (value: {
1461
- readonly [$$PropertyValue]: "alignItems";
1462
- }) => {
1463
- display: string;
1464
- alignItems: {
1465
- readonly [$$PropertyValue]: "alignItems";
1466
- };
1467
- justifyContent: {
1468
- readonly [$$PropertyValue]: "alignItems";
1469
- };
1470
- };
1471
- fd: (value: {
1472
- readonly [$$PropertyValue]: "flexDirection";
1473
- }) => {
1474
- flexDirection: {
1475
- readonly [$$PropertyValue]: "flexDirection";
1476
- };
1477
- };
1478
- fw: (value: {
1479
- readonly [$$PropertyValue]: "flexWrap";
1480
- }) => {
1481
- flexWrap: {
1482
- readonly [$$PropertyValue]: "flexWrap";
1483
- };
1484
- };
1485
- ai: (value: {
1486
- readonly [$$PropertyValue]: "alignItems";
1487
- }) => {
1488
- alignItems: {
1489
- readonly [$$PropertyValue]: "alignItems";
1490
- };
1491
- };
1492
- ac: (value: {
1493
- readonly [$$PropertyValue]: "alignContent";
1494
- }) => {
1495
- alignContent: {
1496
- readonly [$$PropertyValue]: "alignContent";
1497
- };
1498
- };
1499
- jc: (value: {
1500
- readonly [$$PropertyValue]: "justifyContent";
1501
- }) => {
1502
- justifyContent: {
1503
- readonly [$$PropertyValue]: "justifyContent";
1504
- };
1505
- };
1506
- as: (value: {
1507
- readonly [$$PropertyValue]: "alignSelf";
1508
- }) => {
1509
- alignSelf: {
1510
- readonly [$$PropertyValue]: "alignSelf";
1511
- };
1512
- };
1513
- fg: (value: {
1514
- readonly [$$PropertyValue]: "flexGrow";
1515
- }) => {
1516
- flexGrow: {
1517
- readonly [$$PropertyValue]: "flexGrow";
1518
- };
1519
- };
1520
- fs: (value: {
1521
- readonly [$$PropertyValue]: "fontSize";
1522
- }) => {
1523
- fontSize: {
1524
- readonly [$$PropertyValue]: "fontSize";
1525
- };
1526
- };
1527
- fb: (value: {
1528
- readonly [$$PropertyValue]: "flexBasis";
1529
- }) => {
1530
- flexBasis: {
1531
- readonly [$$PropertyValue]: "flexBasis";
1532
- };
1533
- };
1534
- bc: (value: {
1535
- readonly [$$PropertyValue]: "backgroundColor";
1536
- }) => {
1537
- backgroundColor: {
1538
- readonly [$$PropertyValue]: "backgroundColor";
1539
- };
1540
- };
1541
- bf: (value: {
1542
- readonly [$$PropertyValue]: "backdropFilter";
1543
- }) => {
1544
- backdropFilter: {
1545
- readonly [$$PropertyValue]: "backdropFilter";
1546
- };
1547
- };
1548
- bg: (value: {
1549
- readonly [$$PropertyValue]: "backgroundColor";
1550
- }) => {
1551
- background: {
1552
- readonly [$$PropertyValue]: "backgroundColor";
1553
- };
1554
- };
1555
- bgBlur: (value: {
1556
- readonly [$$PropertyValue]: "backgroundColor";
1557
- }) => {
1558
- bf: string;
1559
- bg: string;
1560
- };
1561
- bgColor: (value: {
1562
- readonly [$$PropertyValue]: "backgroundColor";
1563
- }) => {
1564
- backgroundColor: {
1565
- readonly [$$PropertyValue]: "backgroundColor";
1566
- };
1567
- };
1568
- backgroundClip: (value: {
1569
- readonly [$$PropertyValue]: "backgroundClip";
1570
- }) => {
1571
- WebkitBackgroundClip: {
1572
- readonly [$$PropertyValue]: "backgroundClip";
1573
- };
1574
- backgroundClip: {
1575
- readonly [$$PropertyValue]: "backgroundClip";
1576
- };
1577
- };
1578
- bgClip: (value: {
1579
- readonly [$$PropertyValue]: "backgroundClip";
1580
- }) => {
1581
- WebkitBackgroundClip: {
1582
- readonly [$$PropertyValue]: "backgroundClip";
1583
- };
1584
- backgroundClip: {
1585
- readonly [$$PropertyValue]: "backgroundClip";
1586
- };
1587
- };
1588
- br: (value: {
1589
- readonly [$$PropertyValue]: "borderRadius";
1590
- }) => {
1591
- borderRadius: {
1592
- readonly [$$PropertyValue]: "borderRadius";
1593
- };
1594
- };
1595
- bw: (value: {
1596
- readonly [$$PropertyValue]: "borderWidth";
1597
- }) => {
1598
- borderWidth: {
1599
- readonly [$$PropertyValue]: "borderWidth";
1600
- };
1601
- };
1602
- btrr: (value: {
1603
- readonly [$$PropertyValue]: "borderTopRightRadius";
1604
- }) => {
1605
- borderTopRightRadius: {
1606
- readonly [$$PropertyValue]: "borderTopRightRadius";
1607
- };
1608
- };
1609
- bbrr: (value: {
1610
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1611
- }) => {
1612
- borderBottomRightRadius: {
1613
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1614
- };
1615
- };
1616
- bblr: (value: {
1617
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1618
- }) => {
1619
- borderBottomLeftRadius: {
1620
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1621
- };
1622
- };
1623
- btlr: (value: {
1624
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1625
- }) => {
1626
- borderTopLeftRadius: {
1627
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1628
- };
1629
- };
1630
- bs: (value: {
1631
- readonly [$$PropertyValue]: "boxShadow";
1632
- }) => {
1633
- boxShadow: {
1634
- readonly [$$PropertyValue]: "boxShadow";
1635
- };
1636
- };
1637
- normalShadow: (value: {
1638
- readonly [$$PropertyValue]: "backgroundColor";
1639
- }) => {
1640
- boxShadow: string;
1641
- };
1642
- normalShadowVar: (value: {
1643
- readonly [$$PropertyValue]: "backgroundColor";
1644
- }) => {
1645
- boxShadow: string;
1646
- };
1647
- lh: (value: {
1648
- readonly [$$PropertyValue]: "lineHeight";
1649
- }) => {
1650
- lineHeight: {
1651
- readonly [$$PropertyValue]: "lineHeight";
1652
- };
1653
- };
1654
- ov: (value: {
1655
- readonly [$$PropertyValue]: "overflow";
1656
- }) => {
1657
- overflow: {
1658
- readonly [$$PropertyValue]: "overflow";
1659
- };
1660
- };
1661
- ox: (value: {
1662
- readonly [$$PropertyValue]: "overflowX";
1663
- }) => {
1664
- overflowX: {
1665
- readonly [$$PropertyValue]: "overflowX";
1666
- };
1667
- };
1668
- oy: (value: {
1669
- readonly [$$PropertyValue]: "overflowY";
1670
- }) => {
1671
- overflowY: {
1672
- readonly [$$PropertyValue]: "overflowY";
1673
- };
1674
- };
1675
- pe: (value: {
1676
- readonly [$$PropertyValue]: "pointerEvents";
1677
- }) => {
1678
- pointerEvents: {
1679
- readonly [$$PropertyValue]: "pointerEvents";
1680
- };
1681
- };
1682
- events: (value: {
1683
- readonly [$$PropertyValue]: "pointerEvents";
1684
- }) => {
1685
- pointerEvents: {
1686
- readonly [$$PropertyValue]: "pointerEvents";
1687
- };
1688
- };
1689
- us: (value: {
1690
- readonly [$$PropertyValue]: "userSelect";
1691
- }) => {
1692
- WebkitUserSelect: {
1693
- readonly [$$PropertyValue]: "userSelect";
1694
- };
1695
- userSelect: {
1696
- readonly [$$PropertyValue]: "userSelect";
1697
- };
1698
- };
1699
- userSelect: (value: {
1700
- readonly [$$PropertyValue]: "userSelect";
1701
- }) => {
1702
- WebkitUserSelect: {
1703
- readonly [$$PropertyValue]: "userSelect";
1704
- };
1705
- userSelect: {
1706
- readonly [$$PropertyValue]: "userSelect";
1707
- };
1708
- };
1709
- w: (value: {
1710
- readonly [$$PropertyValue]: "width";
1711
- }) => {
1712
- width: {
1713
- readonly [$$PropertyValue]: "width";
1714
- };
1715
- };
1716
- h: (value: {
1717
- readonly [$$PropertyValue]: "height";
1718
- }) => {
1719
- height: {
1720
- readonly [$$PropertyValue]: "height";
1721
- };
1722
- };
1723
- mw: (value: {
1724
- readonly [$$PropertyValue]: "maxWidth";
1725
- }) => {
1726
- maxWidth: {
1727
- readonly [$$PropertyValue]: "maxWidth";
1728
- };
1729
- };
1730
- maxW: (value: {
1731
- readonly [$$PropertyValue]: "maxWidth";
1732
- }) => {
1733
- maxWidth: {
1734
- readonly [$$PropertyValue]: "maxWidth";
1735
- };
1736
- };
1737
- mh: (value: {
1738
- readonly [$$PropertyValue]: "maxHeight";
1739
- }) => {
1740
- maxHeight: {
1741
- readonly [$$PropertyValue]: "maxHeight";
1742
- };
1743
- };
1744
- maxH: (value: {
1745
- readonly [$$PropertyValue]: "maxHeight";
1746
- }) => {
1747
- maxHeight: {
1748
- readonly [$$PropertyValue]: "maxHeight";
1749
- };
1750
- };
1751
- size: (value: {
1752
- readonly [$$PropertyValue]: "width";
1753
- }) => {
1754
- width: {
1755
- readonly [$$PropertyValue]: "width";
1756
- };
1757
- height: {
1758
- readonly [$$PropertyValue]: "width";
1759
- };
1760
- };
1761
- minSize: (value: {
1762
- readonly [$$PropertyValue]: "width";
1763
- }) => {
1764
- minWidth: {
1765
- readonly [$$PropertyValue]: "width";
1766
- };
1767
- minHeight: {
1768
- readonly [$$PropertyValue]: "width";
1769
- };
1770
- width: {
1771
- readonly [$$PropertyValue]: "width";
1772
- };
1773
- height: {
1774
- readonly [$$PropertyValue]: "width";
1775
- };
1776
- };
1777
- sizeMin: (value: {
1778
- readonly [$$PropertyValue]: "width";
1779
- }) => {
1780
- minWidth: {
1781
- readonly [$$PropertyValue]: "width";
1782
- };
1783
- minHeight: {
1784
- readonly [$$PropertyValue]: "width";
1785
- };
1786
- width: {
1787
- readonly [$$PropertyValue]: "width";
1788
- };
1789
- height: {
1790
- readonly [$$PropertyValue]: "width";
1791
- };
1792
- };
1793
- maxSize: (value: {
1794
- readonly [$$PropertyValue]: "width";
1795
- }) => {
1796
- maxWidth: {
1797
- readonly [$$PropertyValue]: "width";
1798
- };
1799
- maxHeight: {
1800
- readonly [$$PropertyValue]: "width";
1801
- };
1802
- };
1803
- sizeMax: (value: {
1804
- readonly [$$PropertyValue]: "width";
1805
- }) => {
1806
- maxWidth: {
1807
- readonly [$$PropertyValue]: "width";
1808
- };
1809
- maxHeight: {
1810
- readonly [$$PropertyValue]: "width";
1811
- };
1812
- };
1813
- appearance: (value: {
1814
- readonly [$$PropertyValue]: "appearance";
1815
- }) => {
1816
- WebkitAppearance: {
1817
- readonly [$$PropertyValue]: "appearance";
1818
- };
1819
- appearance: {
1820
- readonly [$$PropertyValue]: "appearance";
1821
- };
1822
- };
1823
- scale: (value: {
1824
- readonly [$$PropertyValue]: "scale";
1825
- }) => {
1826
- transform: string;
1827
- };
1828
- linearGradient: (value: {
1829
- readonly [$$PropertyValue]: "backgroundImage";
1830
- }) => {
1831
- backgroundImage: string;
1832
- };
1833
- tdl: (value: {
1834
- readonly [$$PropertyValue]: "textDecorationLine";
1835
- }) => {
1836
- textDecorationLine: {
1837
- readonly [$$PropertyValue]: "textDecorationLine";
1838
- };
1839
- };
1840
- textGradient: (value: {
1841
- readonly [$$PropertyValue]: "backgroundImage";
1842
- }) => {
1843
- backgroundImage: string;
1844
- WebkitBackgroundClip: string;
1845
- WebkitTextFillColor: string;
1846
- };
1847
- }>>;
1848
- export declare const StyledUserName: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
1849
- xs: string;
1850
- sm: string;
1851
- md: string;
1852
- lg: string;
1853
- xl: string;
1854
- xsMax: string;
1855
- smMax: string;
1856
- mdMax: string;
1857
- lgMax: string;
1858
- xlMax: string;
1859
- motion: string;
1860
- safari: string;
1861
- hover: string;
1862
- dark: string;
1863
- light: string;
1864
- }, import("@stitches/react/types/css-util").CSS<{
1865
- xs: string;
1866
- sm: string;
1867
- md: string;
1868
- lg: string;
1869
- xl: string;
1870
- xsMax: string;
1871
- smMax: string;
1872
- mdMax: string;
1873
- lgMax: string;
1874
- xlMax: string;
1875
- motion: string;
1876
- safari: string;
1877
- hover: string;
1878
- dark: string;
1879
- light: string;
1880
- }, {
1881
- shadows: {
1882
- xs: string;
1883
- sm: string;
1884
- md: string;
1885
- lg: string;
1886
- xl: string;
1887
- };
1888
- colors: {
1889
- accents1: string;
1890
- accents2: string;
1891
- accents3: string;
1892
- accents4: string;
1893
- accents5: string;
1894
- accents6: string;
1895
- accents7: string;
1896
- accents8: string;
1897
- accents9: string;
1898
- text: string;
1899
- background: string;
1900
- foreground: string;
1901
- codeLight: string;
1902
- code: string;
1903
- border: string;
1904
- selection: string;
1905
- white: string;
1906
- black: string;
1907
- blue100: string;
1908
- blue200: string;
1909
- blue300: string;
1910
- blue400: string;
1911
- blue500: string;
1912
- blue600: string;
1913
- blue700: string;
1914
- blue800: string;
1915
- blue900: string;
1916
- purple100: string;
1917
- purple200: string;
1918
- purple300: string;
1919
- purple400: string;
1920
- purple500: string;
1921
- purple600: string;
1922
- purple700: string;
1923
- purple800: string;
1924
- purple900: string;
1925
- green100: string;
1926
- green200: string;
1927
- green300: string;
1928
- green400: string;
1929
- green500: string;
1930
- green600: string;
1931
- green700: string;
1932
- green800: string;
1933
- green900: string;
1934
- yellow100: string;
1935
- yellow200: string;
1936
- yellow300: string;
1937
- yellow400: string;
1938
- yellow500: string;
1939
- yellow600: string;
1940
- yellow700: string;
1941
- yellow800: string;
1942
- yellow900: string;
1943
- red100: string;
1944
- red200: string;
1945
- red300: string;
1946
- red400: string;
1947
- red500: string;
1948
- red600: string;
1949
- red700: string;
1950
- red800: string;
1951
- red900: string;
1952
- cyan100: string;
1953
- cyan200: string;
1954
- cyan300: string;
1955
- cyan400: string;
1956
- cyan500: string;
1957
- cyan600: string;
1958
- cyan700: string;
1959
- cyan800: string;
1960
- cyan900: string;
1961
- pink100: string;
1962
- pink200: string;
1963
- pink300: string;
1964
- pink400: string;
1965
- pink500: string;
1966
- pink600: string;
1967
- pink700: string;
1968
- pink800: string;
1969
- pink900: string;
1970
- gray100: string;
1971
- gray200: string;
1972
- gray300: string;
1973
- gray400: string;
1974
- gray500: string;
1975
- gray600: string;
1976
- gray700: string;
1977
- gray800: string;
1978
- gray900: string;
1979
- primaryLight: string;
1980
- primary: string;
1981
- primaryDark: string;
1982
- secondaryLight: string;
1983
- secondary: string;
1984
- secondaryDark: string;
1985
- successLight: string;
1986
- success: string;
1987
- successDark: string;
1988
- warningLight: string;
1989
- warning: string;
1990
- warningDark: string;
1991
- errorLight: string;
1992
- error: string;
1993
- errorDark: string;
1994
- gradient: string;
1995
- link: string;
1996
- };
1997
- fonts: {
1998
- sans: string;
1999
- mono: string;
2000
- };
2001
- fontSizes: {
2002
- tiny: string;
2003
- xs: string;
2004
- base: string;
2005
- sm: string;
2006
- md: string;
2007
- lg: string;
2008
- xl: string;
2009
- };
2010
- fontWeights: {
2011
- hairline: number;
2012
- thin: number;
2013
- light: number;
2014
- normal: number;
2015
- medium: number;
2016
- semibold: number;
2017
- bold: number;
2018
- extrabold: number;
2019
- black: number;
2020
- };
2021
- lineHeights: {
2022
- xs: number;
2023
- sm: number;
2024
- md: number;
2025
- lg: number;
2026
- xl: number;
2027
- };
2028
- letterSpacings: {
2029
- tighter: string;
2030
- tight: string;
2031
- normal: string;
2032
- wide: string;
2033
- wider: string;
2034
- widest: string;
2035
- };
2036
- space: {
2037
- 0: string;
2038
- xs: string;
2039
- sm: string;
2040
- md: string;
2041
- lg: string;
2042
- xl: string;
2043
- px: string;
2044
- 1: string;
2045
- 2: string;
2046
- 3: string;
2047
- 4: string;
2048
- 5: string;
2049
- 6: string;
2050
- 7: string;
2051
- 8: string;
2052
- 9: string;
2053
- 10: string;
2054
- 11: string;
2055
- 12: string;
2056
- 13: string;
2057
- 14: string;
2058
- 15: string;
2059
- 16: string;
2060
- 17: string;
2061
- 18: string;
2062
- 20: string;
2063
- 24: string;
2064
- 28: string;
2065
- 32: string;
2066
- 36: string;
2067
- 40: string;
2068
- 44: string;
2069
- 48: string;
2070
- 52: string;
2071
- 56: string;
2072
- 60: string;
2073
- 64: string;
2074
- 72: string;
2075
- 80: string;
2076
- 96: string;
2077
- };
2078
- radii: {
2079
- xs: string;
2080
- sm: string;
2081
- md: string;
2082
- base: string;
2083
- lg: string;
2084
- xl: string;
2085
- squared: string;
2086
- rounded: string;
2087
- pill: string;
2088
- };
2089
- zIndices: {
2090
- 1: string;
2091
- 2: string;
2092
- 3: string;
2093
- 4: string;
2094
- 5: string;
2095
- 10: string;
2096
- max: string;
2097
- };
2098
- borderWeights: {
2099
- light: string;
2100
- normal: string;
2101
- bold: string;
2102
- extrabold: string;
2103
- black: string;
2104
- };
2105
- transitions: {
2106
- default: string;
2107
- };
2108
- breakpoints: {
2109
- xs: string;
2110
- sm: string;
2111
- md: string;
2112
- lg: string;
2113
- xl: string;
2114
- };
2115
- }, {
2116
- width: string;
2117
- height: string;
2118
- minWidth: string;
2119
- maxWidth: string;
2120
- minHeight: string;
2121
- maxHeight: string;
2122
- flexBasis: string;
2123
- gridTemplateColumns: string;
2124
- gridTemplateRows: string;
2125
- blockSize: string;
2126
- minBlockSize: string;
2127
- maxBlockSize: string;
2128
- inlineSize: string;
2129
- minInlineSize: string;
2130
- maxInlineSize: string;
2131
- borderWidth: string;
2132
- gap: "space";
2133
- gridGap: "space";
2134
- columnGap: "space";
2135
- gridColumnGap: "space";
2136
- rowGap: "space";
2137
- gridRowGap: "space";
2138
- inset: "space";
2139
- insetBlock: "space";
2140
- insetBlockEnd: "space";
2141
- insetBlockStart: "space";
2142
- insetInline: "space";
2143
- insetInlineEnd: "space";
2144
- insetInlineStart: "space";
2145
- margin: "space";
2146
- marginTop: "space";
2147
- marginRight: "space";
2148
- marginBottom: "space";
2149
- marginLeft: "space";
2150
- marginBlock: "space";
2151
- marginBlockEnd: "space";
2152
- marginBlockStart: "space";
2153
- marginInline: "space";
2154
- marginInlineEnd: "space";
2155
- marginInlineStart: "space";
2156
- padding: "space";
2157
- paddingTop: "space";
2158
- paddingRight: "space";
2159
- paddingBottom: "space";
2160
- paddingLeft: "space";
2161
- paddingBlock: "space";
2162
- paddingBlockEnd: "space";
2163
- paddingBlockStart: "space";
2164
- paddingInline: "space";
2165
- paddingInlineEnd: "space";
2166
- paddingInlineStart: "space";
2167
- scrollMargin: "space";
2168
- scrollMarginTop: "space";
2169
- scrollMarginRight: "space";
2170
- scrollMarginBottom: "space";
2171
- scrollMarginLeft: "space";
2172
- scrollMarginBlock: "space";
2173
- scrollMarginBlockEnd: "space";
2174
- scrollMarginBlockStart: "space";
2175
- scrollMarginInline: "space";
2176
- scrollMarginInlineEnd: "space";
2177
- scrollMarginInlineStart: "space";
2178
- scrollPadding: "space";
2179
- scrollPaddingTop: "space";
2180
- scrollPaddingRight: "space";
2181
- scrollPaddingBottom: "space";
2182
- scrollPaddingLeft: "space";
2183
- scrollPaddingBlock: "space";
2184
- scrollPaddingBlockEnd: "space";
2185
- scrollPaddingBlockStart: "space";
2186
- scrollPaddingInline: "space";
2187
- scrollPaddingInlineEnd: "space";
2188
- scrollPaddingInlineStart: "space";
2189
- top: "space";
2190
- right: "space";
2191
- bottom: "space";
2192
- left: "space";
2193
- fontSize: "fontSizes";
2194
- background: "colors";
2195
- backgroundColor: "colors";
2196
- backgroundImage: "colors";
2197
- borderImage: "colors";
2198
- border: "colors";
2199
- borderBlock: "colors";
2200
- borderBlockEnd: "colors";
2201
- borderBlockStart: "colors";
2202
- borderBottom: "colors";
2203
- borderBottomColor: "colors";
2204
- borderColor: "colors";
2205
- borderInline: "colors";
2206
- borderInlineEnd: "colors";
2207
- borderInlineStart: "colors";
2208
- borderLeft: "colors";
2209
- borderLeftColor: "colors";
2210
- borderRight: "colors";
2211
- borderRightColor: "colors";
2212
- borderTop: "colors";
2213
- borderTopColor: "colors";
2214
- caretColor: "colors";
2215
- color: "colors";
2216
- columnRuleColor: "colors";
2217
- outline: "colors";
2218
- outlineColor: "colors";
2219
- fill: "colors";
2220
- stroke: "colors";
2221
- textDecorationColor: "colors";
2222
- fontFamily: "fonts";
2223
- fontWeight: "fontWeights";
2224
- lineHeight: "lineHeights";
2225
- letterSpacing: "letterSpacings";
2226
- borderTopWidth: "borderWidths";
2227
- borderLeftWidth: "borderWidths";
2228
- borderRightWidth: "borderWidths";
2229
- borderBottomWidth: "borderWidths";
2230
- borderStyle: "borderStyles";
2231
- borderTopStyle: "borderStyles";
2232
- borderLeftStyle: "borderStyles";
2233
- borderRightStyle: "borderStyles";
2234
- borderBottomStyle: "borderStyles";
2235
- borderRadius: "radii";
2236
- borderTopLeftRadius: "radii";
2237
- borderTopRightRadius: "radii";
2238
- borderBottomRightRadius: "radii";
2239
- borderBottomLeftRadius: "radii";
2240
- boxShadow: "shadows";
2241
- textShadow: "shadows";
2242
- transition: "transitions";
2243
- zIndex: "zIndices";
2244
- }, {
2245
- p: (value: {
2246
- readonly [$$PropertyValue]: "padding";
2247
- }) => {
2248
- padding: {
2249
- readonly [$$PropertyValue]: "padding";
2250
- };
2251
- };
2252
- pt: (value: {
2253
- readonly [$$PropertyValue]: "paddingTop";
2254
- }) => {
2255
- paddingTop: {
2256
- readonly [$$PropertyValue]: "paddingTop";
2257
- };
2258
- };
2259
- pr: (value: {
2260
- readonly [$$PropertyValue]: "paddingRight";
2261
- }) => {
2262
- paddingRight: {
2263
- readonly [$$PropertyValue]: "paddingRight";
2264
- };
2265
- };
2266
- pb: (value: {
2267
- readonly [$$PropertyValue]: "paddingBottom";
2268
- }) => {
2269
- paddingBottom: {
2270
- readonly [$$PropertyValue]: "paddingBottom";
2271
- };
2272
- };
2273
- pl: (value: {
2274
- readonly [$$PropertyValue]: "paddingLeft";
2275
- }) => {
2276
- paddingLeft: {
2277
- readonly [$$PropertyValue]: "paddingLeft";
2278
- };
2279
- };
2280
- px: (value: {
2281
- readonly [$$PropertyValue]: "paddingLeft";
2282
- }) => {
2283
- paddingLeft: {
2284
- readonly [$$PropertyValue]: "paddingLeft";
2285
- };
2286
- paddingRight: {
2287
- readonly [$$PropertyValue]: "paddingLeft";
2288
- };
2289
- };
2290
- py: (value: {
2291
- readonly [$$PropertyValue]: "paddingTop";
2292
- }) => {
2293
- paddingTop: {
2294
- readonly [$$PropertyValue]: "paddingTop";
2295
- };
2296
- paddingBottom: {
2297
- readonly [$$PropertyValue]: "paddingTop";
2298
- };
2299
- };
2300
- m: (value: {
2301
- readonly [$$PropertyValue]: "margin";
2302
- }) => {
2303
- margin: {
2304
- readonly [$$PropertyValue]: "margin";
2305
- };
2306
- };
2307
- mt: (value: {
2308
- readonly [$$PropertyValue]: "marginTop";
2309
- }) => {
2310
- marginTop: {
2311
- readonly [$$PropertyValue]: "marginTop";
2312
- };
2313
- };
2314
- mr: (value: {
2315
- readonly [$$PropertyValue]: "marginRight";
2316
- }) => {
2317
- marginRight: {
2318
- readonly [$$PropertyValue]: "marginRight";
2319
- };
2320
- };
2321
- mb: (value: {
2322
- readonly [$$PropertyValue]: "marginBottom";
2323
- }) => {
2324
- marginBottom: {
2325
- readonly [$$PropertyValue]: "marginBottom";
2326
- };
2327
- };
2328
- ml: (value: {
2329
- readonly [$$PropertyValue]: "marginLeft";
2330
- }) => {
2331
- marginLeft: {
2332
- readonly [$$PropertyValue]: "marginLeft";
2333
- };
2334
- };
2335
- mx: (value: {
2336
- readonly [$$PropertyValue]: "marginLeft";
2337
- }) => {
2338
- marginLeft: {
2339
- readonly [$$PropertyValue]: "marginLeft";
2340
- };
2341
- marginRight: {
2342
- readonly [$$PropertyValue]: "marginLeft";
2343
- };
2344
- };
2345
- my: (value: {
2346
- readonly [$$PropertyValue]: "marginTop";
2347
- }) => {
2348
- marginTop: {
2349
- readonly [$$PropertyValue]: "marginTop";
2350
- };
2351
- marginBottom: {
2352
- readonly [$$PropertyValue]: "marginTop";
2353
- };
2354
- };
2355
- ta: (value: {
2356
- readonly [$$PropertyValue]: "textAlign";
2357
- }) => {
2358
- textAlign: {
2359
- readonly [$$PropertyValue]: "textAlign";
2360
- };
2361
- };
2362
- tt: (value: {
2363
- readonly [$$PropertyValue]: "textTransform";
2364
- }) => {
2365
- textTransform: {
2366
- readonly [$$PropertyValue]: "textTransform";
2367
- };
2368
- };
2369
- to: (value: {
2370
- readonly [$$PropertyValue]: "textOverflow";
2371
- }) => {
2372
- textOverflow: {
2373
- readonly [$$PropertyValue]: "textOverflow";
2374
- };
2375
- };
2376
- d: (value: {
2377
- readonly [$$PropertyValue]: "display";
2378
- }) => {
2379
- display: {
2380
- readonly [$$PropertyValue]: "display";
2381
- };
2382
- };
2383
- dflex: (value: {
2384
- readonly [$$PropertyValue]: "alignItems";
2385
- }) => {
2386
- display: string;
2387
- alignItems: {
2388
- readonly [$$PropertyValue]: "alignItems";
2389
- };
2390
- justifyContent: {
2391
- readonly [$$PropertyValue]: "alignItems";
2392
- };
2393
- };
2394
- fd: (value: {
2395
- readonly [$$PropertyValue]: "flexDirection";
2396
- }) => {
2397
- flexDirection: {
2398
- readonly [$$PropertyValue]: "flexDirection";
2399
- };
2400
- };
2401
- fw: (value: {
2402
- readonly [$$PropertyValue]: "flexWrap";
2403
- }) => {
2404
- flexWrap: {
2405
- readonly [$$PropertyValue]: "flexWrap";
2406
- };
2407
- };
2408
- ai: (value: {
2409
- readonly [$$PropertyValue]: "alignItems";
2410
- }) => {
2411
- alignItems: {
2412
- readonly [$$PropertyValue]: "alignItems";
2413
- };
2414
- };
2415
- ac: (value: {
2416
- readonly [$$PropertyValue]: "alignContent";
2417
- }) => {
2418
- alignContent: {
2419
- readonly [$$PropertyValue]: "alignContent";
2420
- };
2421
- };
2422
- jc: (value: {
2423
- readonly [$$PropertyValue]: "justifyContent";
2424
- }) => {
2425
- justifyContent: {
2426
- readonly [$$PropertyValue]: "justifyContent";
2427
- };
2428
- };
2429
- as: (value: {
2430
- readonly [$$PropertyValue]: "alignSelf";
2431
- }) => {
2432
- alignSelf: {
2433
- readonly [$$PropertyValue]: "alignSelf";
2434
- };
2435
- };
2436
- fg: (value: {
2437
- readonly [$$PropertyValue]: "flexGrow";
2438
- }) => {
2439
- flexGrow: {
2440
- readonly [$$PropertyValue]: "flexGrow";
2441
- };
2442
- };
2443
- fs: (value: {
2444
- readonly [$$PropertyValue]: "fontSize";
2445
- }) => {
2446
- fontSize: {
2447
- readonly [$$PropertyValue]: "fontSize";
2448
- };
2449
- };
2450
- fb: (value: {
2451
- readonly [$$PropertyValue]: "flexBasis";
2452
- }) => {
2453
- flexBasis: {
2454
- readonly [$$PropertyValue]: "flexBasis";
2455
- };
2456
- };
2457
- bc: (value: {
2458
- readonly [$$PropertyValue]: "backgroundColor";
2459
- }) => {
2460
- backgroundColor: {
2461
- readonly [$$PropertyValue]: "backgroundColor";
2462
- };
2463
- };
2464
- bf: (value: {
2465
- readonly [$$PropertyValue]: "backdropFilter";
2466
- }) => {
2467
- backdropFilter: {
2468
- readonly [$$PropertyValue]: "backdropFilter";
2469
- };
2470
- };
2471
- bg: (value: {
2472
- readonly [$$PropertyValue]: "backgroundColor";
2473
- }) => {
2474
- background: {
2475
- readonly [$$PropertyValue]: "backgroundColor";
2476
- };
2477
- };
2478
- bgBlur: (value: {
2479
- readonly [$$PropertyValue]: "backgroundColor";
2480
- }) => {
2481
- bf: string;
2482
- bg: string;
2483
- };
2484
- bgColor: (value: {
2485
- readonly [$$PropertyValue]: "backgroundColor";
2486
- }) => {
2487
- backgroundColor: {
2488
- readonly [$$PropertyValue]: "backgroundColor";
2489
- };
2490
- };
2491
- backgroundClip: (value: {
2492
- readonly [$$PropertyValue]: "backgroundClip";
2493
- }) => {
2494
- WebkitBackgroundClip: {
2495
- readonly [$$PropertyValue]: "backgroundClip";
2496
- };
2497
- backgroundClip: {
2498
- readonly [$$PropertyValue]: "backgroundClip";
2499
- };
2500
- };
2501
- bgClip: (value: {
2502
- readonly [$$PropertyValue]: "backgroundClip";
2503
- }) => {
2504
- WebkitBackgroundClip: {
2505
- readonly [$$PropertyValue]: "backgroundClip";
2506
- };
2507
- backgroundClip: {
2508
- readonly [$$PropertyValue]: "backgroundClip";
2509
- };
2510
- };
2511
- br: (value: {
2512
- readonly [$$PropertyValue]: "borderRadius";
2513
- }) => {
2514
- borderRadius: {
2515
- readonly [$$PropertyValue]: "borderRadius";
2516
- };
2517
- };
2518
- bw: (value: {
2519
- readonly [$$PropertyValue]: "borderWidth";
2520
- }) => {
2521
- borderWidth: {
2522
- readonly [$$PropertyValue]: "borderWidth";
2523
- };
2524
- };
2525
- btrr: (value: {
2526
- readonly [$$PropertyValue]: "borderTopRightRadius";
2527
- }) => {
2528
- borderTopRightRadius: {
2529
- readonly [$$PropertyValue]: "borderTopRightRadius";
2530
- };
2531
- };
2532
- bbrr: (value: {
2533
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2534
- }) => {
2535
- borderBottomRightRadius: {
2536
- readonly [$$PropertyValue]: "borderBottomRightRadius";
2537
- };
2538
- };
2539
- bblr: (value: {
2540
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2541
- }) => {
2542
- borderBottomLeftRadius: {
2543
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
2544
- };
2545
- };
2546
- btlr: (value: {
2547
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2548
- }) => {
2549
- borderTopLeftRadius: {
2550
- readonly [$$PropertyValue]: "borderTopLeftRadius";
2551
- };
2552
- };
2553
- bs: (value: {
2554
- readonly [$$PropertyValue]: "boxShadow";
2555
- }) => {
2556
- boxShadow: {
2557
- readonly [$$PropertyValue]: "boxShadow";
2558
- };
2559
- };
2560
- normalShadow: (value: {
2561
- readonly [$$PropertyValue]: "backgroundColor";
2562
- }) => {
2563
- boxShadow: string;
2564
- };
2565
- normalShadowVar: (value: {
2566
- readonly [$$PropertyValue]: "backgroundColor";
2567
- }) => {
2568
- boxShadow: string;
2569
- };
2570
- lh: (value: {
2571
- readonly [$$PropertyValue]: "lineHeight";
2572
- }) => {
2573
- lineHeight: {
2574
- readonly [$$PropertyValue]: "lineHeight";
2575
- };
2576
- };
2577
- ov: (value: {
2578
- readonly [$$PropertyValue]: "overflow";
2579
- }) => {
2580
- overflow: {
2581
- readonly [$$PropertyValue]: "overflow";
2582
- };
2583
- };
2584
- ox: (value: {
2585
- readonly [$$PropertyValue]: "overflowX";
2586
- }) => {
2587
- overflowX: {
2588
- readonly [$$PropertyValue]: "overflowX";
2589
- };
2590
- };
2591
- oy: (value: {
2592
- readonly [$$PropertyValue]: "overflowY";
2593
- }) => {
2594
- overflowY: {
2595
- readonly [$$PropertyValue]: "overflowY";
2596
- };
2597
- };
2598
- pe: (value: {
2599
- readonly [$$PropertyValue]: "pointerEvents";
2600
- }) => {
2601
- pointerEvents: {
2602
- readonly [$$PropertyValue]: "pointerEvents";
2603
- };
2604
- };
2605
- events: (value: {
2606
- readonly [$$PropertyValue]: "pointerEvents";
2607
- }) => {
2608
- pointerEvents: {
2609
- readonly [$$PropertyValue]: "pointerEvents";
2610
- };
2611
- };
2612
- us: (value: {
2613
- readonly [$$PropertyValue]: "userSelect";
2614
- }) => {
2615
- WebkitUserSelect: {
2616
- readonly [$$PropertyValue]: "userSelect";
2617
- };
2618
- userSelect: {
2619
- readonly [$$PropertyValue]: "userSelect";
2620
- };
2621
- };
2622
- userSelect: (value: {
2623
- readonly [$$PropertyValue]: "userSelect";
2624
- }) => {
2625
- WebkitUserSelect: {
2626
- readonly [$$PropertyValue]: "userSelect";
2627
- };
2628
- userSelect: {
2629
- readonly [$$PropertyValue]: "userSelect";
2630
- };
2631
- };
2632
- w: (value: {
2633
- readonly [$$PropertyValue]: "width";
2634
- }) => {
2635
- width: {
2636
- readonly [$$PropertyValue]: "width";
2637
- };
2638
- };
2639
- h: (value: {
2640
- readonly [$$PropertyValue]: "height";
2641
- }) => {
2642
- height: {
2643
- readonly [$$PropertyValue]: "height";
2644
- };
2645
- };
2646
- mw: (value: {
2647
- readonly [$$PropertyValue]: "maxWidth";
2648
- }) => {
2649
- maxWidth: {
2650
- readonly [$$PropertyValue]: "maxWidth";
2651
- };
2652
- };
2653
- maxW: (value: {
2654
- readonly [$$PropertyValue]: "maxWidth";
2655
- }) => {
2656
- maxWidth: {
2657
- readonly [$$PropertyValue]: "maxWidth";
2658
- };
2659
- };
2660
- mh: (value: {
2661
- readonly [$$PropertyValue]: "maxHeight";
2662
- }) => {
2663
- maxHeight: {
2664
- readonly [$$PropertyValue]: "maxHeight";
2665
- };
2666
- };
2667
- maxH: (value: {
2668
- readonly [$$PropertyValue]: "maxHeight";
2669
- }) => {
2670
- maxHeight: {
2671
- readonly [$$PropertyValue]: "maxHeight";
2672
- };
2673
- };
2674
- size: (value: {
2675
- readonly [$$PropertyValue]: "width";
2676
- }) => {
2677
- width: {
2678
- readonly [$$PropertyValue]: "width";
2679
- };
2680
- height: {
2681
- readonly [$$PropertyValue]: "width";
2682
- };
2683
- };
2684
- minSize: (value: {
2685
- readonly [$$PropertyValue]: "width";
2686
- }) => {
2687
- minWidth: {
2688
- readonly [$$PropertyValue]: "width";
2689
- };
2690
- minHeight: {
2691
- readonly [$$PropertyValue]: "width";
2692
- };
2693
- width: {
2694
- readonly [$$PropertyValue]: "width";
2695
- };
2696
- height: {
2697
- readonly [$$PropertyValue]: "width";
2698
- };
2699
- };
2700
- sizeMin: (value: {
2701
- readonly [$$PropertyValue]: "width";
2702
- }) => {
2703
- minWidth: {
2704
- readonly [$$PropertyValue]: "width";
2705
- };
2706
- minHeight: {
2707
- readonly [$$PropertyValue]: "width";
2708
- };
2709
- width: {
2710
- readonly [$$PropertyValue]: "width";
2711
- };
2712
- height: {
2713
- readonly [$$PropertyValue]: "width";
2714
- };
2715
- };
2716
- maxSize: (value: {
2717
- readonly [$$PropertyValue]: "width";
2718
- }) => {
2719
- maxWidth: {
2720
- readonly [$$PropertyValue]: "width";
2721
- };
2722
- maxHeight: {
2723
- readonly [$$PropertyValue]: "width";
2724
- };
2725
- };
2726
- sizeMax: (value: {
2727
- readonly [$$PropertyValue]: "width";
2728
- }) => {
2729
- maxWidth: {
2730
- readonly [$$PropertyValue]: "width";
2731
- };
2732
- maxHeight: {
2733
- readonly [$$PropertyValue]: "width";
2734
- };
2735
- };
2736
- appearance: (value: {
2737
- readonly [$$PropertyValue]: "appearance";
2738
- }) => {
2739
- WebkitAppearance: {
2740
- readonly [$$PropertyValue]: "appearance";
2741
- };
2742
- appearance: {
2743
- readonly [$$PropertyValue]: "appearance";
2744
- };
2745
- };
2746
- scale: (value: {
2747
- readonly [$$PropertyValue]: "scale";
2748
- }) => {
2749
- transform: string;
2750
- };
2751
- linearGradient: (value: {
2752
- readonly [$$PropertyValue]: "backgroundImage";
2753
- }) => {
2754
- backgroundImage: string;
2755
- };
2756
- tdl: (value: {
2757
- readonly [$$PropertyValue]: "textDecorationLine";
2758
- }) => {
2759
- textDecorationLine: {
2760
- readonly [$$PropertyValue]: "textDecorationLine";
2761
- };
2762
- };
2763
- textGradient: (value: {
2764
- readonly [$$PropertyValue]: "backgroundImage";
2765
- }) => {
2766
- backgroundImage: string;
2767
- WebkitBackgroundClip: string;
2768
- WebkitTextFillColor: string;
2769
- };
2770
- }>>;
2771
- export declare const StyledUserSocial: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
2772
- xs: string;
2773
- sm: string;
2774
- md: string;
2775
- lg: string;
2776
- xl: string;
2777
- xsMax: string;
2778
- smMax: string;
2779
- mdMax: string;
2780
- lgMax: string;
2781
- xlMax: string;
2782
- motion: string;
2783
- safari: string;
2784
- hover: string;
2785
- dark: string;
2786
- light: string;
2787
- }, import("@stitches/react/types/css-util").CSS<{
2788
- xs: string;
2789
- sm: string;
2790
- md: string;
2791
- lg: string;
2792
- xl: string;
2793
- xsMax: string;
2794
- smMax: string;
2795
- mdMax: string;
2796
- lgMax: string;
2797
- xlMax: string;
2798
- motion: string;
2799
- safari: string;
2800
- hover: string;
2801
- dark: string;
2802
- light: string;
2803
- }, {
2804
- shadows: {
2805
- xs: string;
2806
- sm: string;
2807
- md: string;
2808
- lg: string;
2809
- xl: string;
2810
- };
2811
- colors: {
2812
- accents1: string;
2813
- accents2: string;
2814
- accents3: string;
2815
- accents4: string;
2816
- accents5: string;
2817
- accents6: string;
2818
- accents7: string;
2819
- accents8: string;
2820
- accents9: string;
2821
- text: string;
2822
- background: string;
2823
- foreground: string;
2824
- codeLight: string;
2825
- code: string;
2826
- border: string;
2827
- selection: string;
2828
- white: string;
2829
- black: string;
2830
- blue100: string;
2831
- blue200: string;
2832
- blue300: string;
2833
- blue400: string;
2834
- blue500: string;
2835
- blue600: string;
2836
- blue700: string;
2837
- blue800: string;
2838
- blue900: string;
2839
- purple100: string;
2840
- purple200: string;
2841
- purple300: string;
2842
- purple400: string;
2843
- purple500: string;
2844
- purple600: string;
2845
- purple700: string;
2846
- purple800: string;
2847
- purple900: string;
2848
- green100: string;
2849
- green200: string;
2850
- green300: string;
2851
- green400: string;
2852
- green500: string;
2853
- green600: string;
2854
- green700: string;
2855
- green800: string;
2856
- green900: string;
2857
- yellow100: string;
2858
- yellow200: string;
2859
- yellow300: string;
2860
- yellow400: string;
2861
- yellow500: string;
2862
- yellow600: string;
2863
- yellow700: string;
2864
- yellow800: string;
2865
- yellow900: string;
2866
- red100: string;
2867
- red200: string;
2868
- red300: string;
2869
- red400: string;
2870
- red500: string;
2871
- red600: string;
2872
- red700: string;
2873
- red800: string;
2874
- red900: string;
2875
- cyan100: string;
2876
- cyan200: string;
2877
- cyan300: string;
2878
- cyan400: string;
2879
- cyan500: string;
2880
- cyan600: string;
2881
- cyan700: string;
2882
- cyan800: string;
2883
- cyan900: string;
2884
- pink100: string;
2885
- pink200: string;
2886
- pink300: string;
2887
- pink400: string;
2888
- pink500: string;
2889
- pink600: string;
2890
- pink700: string;
2891
- pink800: string;
2892
- pink900: string;
2893
- gray100: string;
2894
- gray200: string;
2895
- gray300: string;
2896
- gray400: string;
2897
- gray500: string;
2898
- gray600: string;
2899
- gray700: string;
2900
- gray800: string;
2901
- gray900: string;
2902
- primaryLight: string;
2903
- primary: string;
2904
- primaryDark: string;
2905
- secondaryLight: string;
2906
- secondary: string;
2907
- secondaryDark: string;
2908
- successLight: string;
2909
- success: string;
2910
- successDark: string;
2911
- warningLight: string;
2912
- warning: string;
2913
- warningDark: string;
2914
- errorLight: string;
2915
- error: string;
2916
- errorDark: string;
2917
- gradient: string;
2918
- link: string;
2919
- };
2920
- fonts: {
2921
- sans: string;
2922
- mono: string;
2923
- };
2924
- fontSizes: {
2925
- tiny: string;
2926
- xs: string;
2927
- base: string;
2928
- sm: string;
2929
- md: string;
2930
- lg: string;
2931
- xl: string;
2932
- };
2933
- fontWeights: {
2934
- hairline: number;
2935
- thin: number;
2936
- light: number;
2937
- normal: number;
2938
- medium: number;
2939
- semibold: number;
2940
- bold: number;
2941
- extrabold: number;
2942
- black: number;
2943
- };
2944
- lineHeights: {
2945
- xs: number;
2946
- sm: number;
2947
- md: number;
2948
- lg: number;
2949
- xl: number;
2950
- };
2951
- letterSpacings: {
2952
- tighter: string;
2953
- tight: string;
2954
- normal: string;
2955
- wide: string;
2956
- wider: string;
2957
- widest: string;
2958
- };
2959
- space: {
2960
- 0: string;
2961
- xs: string;
2962
- sm: string;
2963
- md: string;
2964
- lg: string;
2965
- xl: string;
2966
- px: string;
2967
- 1: string;
2968
- 2: string;
2969
- 3: string;
2970
- 4: string;
2971
- 5: string;
2972
- 6: string;
2973
- 7: string;
2974
- 8: string;
2975
- 9: string;
2976
- 10: string;
2977
- 11: string;
2978
- 12: string;
2979
- 13: string;
2980
- 14: string;
2981
- 15: string;
2982
- 16: string;
2983
- 17: string;
2984
- 18: string;
2985
- 20: string;
2986
- 24: string;
2987
- 28: string;
2988
- 32: string;
2989
- 36: string;
2990
- 40: string;
2991
- 44: string;
2992
- 48: string;
2993
- 52: string;
2994
- 56: string;
2995
- 60: string;
2996
- 64: string;
2997
- 72: string;
2998
- 80: string;
2999
- 96: string;
3000
- };
3001
- radii: {
3002
- xs: string;
3003
- sm: string;
3004
- md: string;
3005
- base: string;
3006
- lg: string;
3007
- xl: string;
3008
- squared: string;
3009
- rounded: string;
3010
- pill: string;
3011
- };
3012
- zIndices: {
3013
- 1: string;
3014
- 2: string;
3015
- 3: string;
3016
- 4: string;
3017
- 5: string;
3018
- 10: string;
3019
- max: string;
3020
- };
3021
- borderWeights: {
3022
- light: string;
3023
- normal: string;
3024
- bold: string;
3025
- extrabold: string;
3026
- black: string;
3027
- };
3028
- transitions: {
3029
- default: string;
3030
- };
3031
- breakpoints: {
3032
- xs: string;
3033
- sm: string;
3034
- md: string;
3035
- lg: string;
3036
- xl: string;
3037
- };
3038
- }, {
3039
- width: string;
3040
- height: string;
3041
- minWidth: string;
3042
- maxWidth: string;
3043
- minHeight: string;
3044
- maxHeight: string;
3045
- flexBasis: string;
3046
- gridTemplateColumns: string;
3047
- gridTemplateRows: string;
3048
- blockSize: string;
3049
- minBlockSize: string;
3050
- maxBlockSize: string;
3051
- inlineSize: string;
3052
- minInlineSize: string;
3053
- maxInlineSize: string;
3054
- borderWidth: string;
3055
- gap: "space";
3056
- gridGap: "space";
3057
- columnGap: "space";
3058
- gridColumnGap: "space";
3059
- rowGap: "space";
3060
- gridRowGap: "space";
3061
- inset: "space";
3062
- insetBlock: "space";
3063
- insetBlockEnd: "space";
3064
- insetBlockStart: "space";
3065
- insetInline: "space";
3066
- insetInlineEnd: "space";
3067
- insetInlineStart: "space";
3068
- margin: "space";
3069
- marginTop: "space";
3070
- marginRight: "space";
3071
- marginBottom: "space";
3072
- marginLeft: "space";
3073
- marginBlock: "space";
3074
- marginBlockEnd: "space";
3075
- marginBlockStart: "space";
3076
- marginInline: "space";
3077
- marginInlineEnd: "space";
3078
- marginInlineStart: "space";
3079
- padding: "space";
3080
- paddingTop: "space";
3081
- paddingRight: "space";
3082
- paddingBottom: "space";
3083
- paddingLeft: "space";
3084
- paddingBlock: "space";
3085
- paddingBlockEnd: "space";
3086
- paddingBlockStart: "space";
3087
- paddingInline: "space";
3088
- paddingInlineEnd: "space";
3089
- paddingInlineStart: "space";
3090
- scrollMargin: "space";
3091
- scrollMarginTop: "space";
3092
- scrollMarginRight: "space";
3093
- scrollMarginBottom: "space";
3094
- scrollMarginLeft: "space";
3095
- scrollMarginBlock: "space";
3096
- scrollMarginBlockEnd: "space";
3097
- scrollMarginBlockStart: "space";
3098
- scrollMarginInline: "space";
3099
- scrollMarginInlineEnd: "space";
3100
- scrollMarginInlineStart: "space";
3101
- scrollPadding: "space";
3102
- scrollPaddingTop: "space";
3103
- scrollPaddingRight: "space";
3104
- scrollPaddingBottom: "space";
3105
- scrollPaddingLeft: "space";
3106
- scrollPaddingBlock: "space";
3107
- scrollPaddingBlockEnd: "space";
3108
- scrollPaddingBlockStart: "space";
3109
- scrollPaddingInline: "space";
3110
- scrollPaddingInlineEnd: "space";
3111
- scrollPaddingInlineStart: "space";
3112
- top: "space";
3113
- right: "space";
3114
- bottom: "space";
3115
- left: "space";
3116
- fontSize: "fontSizes";
3117
- background: "colors";
3118
- backgroundColor: "colors";
3119
- backgroundImage: "colors";
3120
- borderImage: "colors";
3121
- border: "colors";
3122
- borderBlock: "colors";
3123
- borderBlockEnd: "colors";
3124
- borderBlockStart: "colors";
3125
- borderBottom: "colors";
3126
- borderBottomColor: "colors";
3127
- borderColor: "colors";
3128
- borderInline: "colors";
3129
- borderInlineEnd: "colors";
3130
- borderInlineStart: "colors";
3131
- borderLeft: "colors";
3132
- borderLeftColor: "colors";
3133
- borderRight: "colors";
3134
- borderRightColor: "colors";
3135
- borderTop: "colors";
3136
- borderTopColor: "colors";
3137
- caretColor: "colors";
3138
- color: "colors";
3139
- columnRuleColor: "colors";
3140
- outline: "colors";
3141
- outlineColor: "colors";
3142
- fill: "colors";
3143
- stroke: "colors";
3144
- textDecorationColor: "colors";
3145
- fontFamily: "fonts";
3146
- fontWeight: "fontWeights";
3147
- lineHeight: "lineHeights";
3148
- letterSpacing: "letterSpacings";
3149
- borderTopWidth: "borderWidths";
3150
- borderLeftWidth: "borderWidths";
3151
- borderRightWidth: "borderWidths";
3152
- borderBottomWidth: "borderWidths";
3153
- borderStyle: "borderStyles";
3154
- borderTopStyle: "borderStyles";
3155
- borderLeftStyle: "borderStyles";
3156
- borderRightStyle: "borderStyles";
3157
- borderBottomStyle: "borderStyles";
3158
- borderRadius: "radii";
3159
- borderTopLeftRadius: "radii";
3160
- borderTopRightRadius: "radii";
3161
- borderBottomRightRadius: "radii";
3162
- borderBottomLeftRadius: "radii";
3163
- boxShadow: "shadows";
3164
- textShadow: "shadows";
3165
- transition: "transitions";
3166
- zIndex: "zIndices";
3167
- }, {
3168
- p: (value: {
3169
- readonly [$$PropertyValue]: "padding";
3170
- }) => {
3171
- padding: {
3172
- readonly [$$PropertyValue]: "padding";
3173
- };
3174
- };
3175
- pt: (value: {
3176
- readonly [$$PropertyValue]: "paddingTop";
3177
- }) => {
3178
- paddingTop: {
3179
- readonly [$$PropertyValue]: "paddingTop";
3180
- };
3181
- };
3182
- pr: (value: {
3183
- readonly [$$PropertyValue]: "paddingRight";
3184
- }) => {
3185
- paddingRight: {
3186
- readonly [$$PropertyValue]: "paddingRight";
3187
- };
3188
- };
3189
- pb: (value: {
3190
- readonly [$$PropertyValue]: "paddingBottom";
3191
- }) => {
3192
- paddingBottom: {
3193
- readonly [$$PropertyValue]: "paddingBottom";
3194
- };
3195
- };
3196
- pl: (value: {
3197
- readonly [$$PropertyValue]: "paddingLeft";
3198
- }) => {
3199
- paddingLeft: {
3200
- readonly [$$PropertyValue]: "paddingLeft";
3201
- };
3202
- };
3203
- px: (value: {
3204
- readonly [$$PropertyValue]: "paddingLeft";
3205
- }) => {
3206
- paddingLeft: {
3207
- readonly [$$PropertyValue]: "paddingLeft";
3208
- };
3209
- paddingRight: {
3210
- readonly [$$PropertyValue]: "paddingLeft";
3211
- };
3212
- };
3213
- py: (value: {
3214
- readonly [$$PropertyValue]: "paddingTop";
3215
- }) => {
3216
- paddingTop: {
3217
- readonly [$$PropertyValue]: "paddingTop";
3218
- };
3219
- paddingBottom: {
3220
- readonly [$$PropertyValue]: "paddingTop";
3221
- };
3222
- };
3223
- m: (value: {
3224
- readonly [$$PropertyValue]: "margin";
3225
- }) => {
3226
- margin: {
3227
- readonly [$$PropertyValue]: "margin";
3228
- };
3229
- };
3230
- mt: (value: {
3231
- readonly [$$PropertyValue]: "marginTop";
3232
- }) => {
3233
- marginTop: {
3234
- readonly [$$PropertyValue]: "marginTop";
3235
- };
3236
- };
3237
- mr: (value: {
3238
- readonly [$$PropertyValue]: "marginRight";
3239
- }) => {
3240
- marginRight: {
3241
- readonly [$$PropertyValue]: "marginRight";
3242
- };
3243
- };
3244
- mb: (value: {
3245
- readonly [$$PropertyValue]: "marginBottom";
3246
- }) => {
3247
- marginBottom: {
3248
- readonly [$$PropertyValue]: "marginBottom";
3249
- };
3250
- };
3251
- ml: (value: {
3252
- readonly [$$PropertyValue]: "marginLeft";
3253
- }) => {
3254
- marginLeft: {
3255
- readonly [$$PropertyValue]: "marginLeft";
3256
- };
3257
- };
3258
- mx: (value: {
3259
- readonly [$$PropertyValue]: "marginLeft";
3260
- }) => {
3261
- marginLeft: {
3262
- readonly [$$PropertyValue]: "marginLeft";
3263
- };
3264
- marginRight: {
3265
- readonly [$$PropertyValue]: "marginLeft";
3266
- };
3267
- };
3268
- my: (value: {
3269
- readonly [$$PropertyValue]: "marginTop";
3270
- }) => {
3271
- marginTop: {
3272
- readonly [$$PropertyValue]: "marginTop";
3273
- };
3274
- marginBottom: {
3275
- readonly [$$PropertyValue]: "marginTop";
3276
- };
3277
- };
3278
- ta: (value: {
3279
- readonly [$$PropertyValue]: "textAlign";
3280
- }) => {
3281
- textAlign: {
3282
- readonly [$$PropertyValue]: "textAlign";
3283
- };
3284
- };
3285
- tt: (value: {
3286
- readonly [$$PropertyValue]: "textTransform";
3287
- }) => {
3288
- textTransform: {
3289
- readonly [$$PropertyValue]: "textTransform";
3290
- };
3291
- };
3292
- to: (value: {
3293
- readonly [$$PropertyValue]: "textOverflow";
3294
- }) => {
3295
- textOverflow: {
3296
- readonly [$$PropertyValue]: "textOverflow";
3297
- };
3298
- };
3299
- d: (value: {
3300
- readonly [$$PropertyValue]: "display";
3301
- }) => {
3302
- display: {
3303
- readonly [$$PropertyValue]: "display";
3304
- };
3305
- };
3306
- dflex: (value: {
3307
- readonly [$$PropertyValue]: "alignItems";
3308
- }) => {
3309
- display: string;
3310
- alignItems: {
3311
- readonly [$$PropertyValue]: "alignItems";
3312
- };
3313
- justifyContent: {
3314
- readonly [$$PropertyValue]: "alignItems";
3315
- };
3316
- };
3317
- fd: (value: {
3318
- readonly [$$PropertyValue]: "flexDirection";
3319
- }) => {
3320
- flexDirection: {
3321
- readonly [$$PropertyValue]: "flexDirection";
3322
- };
3323
- };
3324
- fw: (value: {
3325
- readonly [$$PropertyValue]: "flexWrap";
3326
- }) => {
3327
- flexWrap: {
3328
- readonly [$$PropertyValue]: "flexWrap";
3329
- };
3330
- };
3331
- ai: (value: {
3332
- readonly [$$PropertyValue]: "alignItems";
3333
- }) => {
3334
- alignItems: {
3335
- readonly [$$PropertyValue]: "alignItems";
3336
- };
3337
- };
3338
- ac: (value: {
3339
- readonly [$$PropertyValue]: "alignContent";
3340
- }) => {
3341
- alignContent: {
3342
- readonly [$$PropertyValue]: "alignContent";
3343
- };
3344
- };
3345
- jc: (value: {
3346
- readonly [$$PropertyValue]: "justifyContent";
3347
- }) => {
3348
- justifyContent: {
3349
- readonly [$$PropertyValue]: "justifyContent";
3350
- };
3351
- };
3352
- as: (value: {
3353
- readonly [$$PropertyValue]: "alignSelf";
3354
- }) => {
3355
- alignSelf: {
3356
- readonly [$$PropertyValue]: "alignSelf";
3357
- };
3358
- };
3359
- fg: (value: {
3360
- readonly [$$PropertyValue]: "flexGrow";
3361
- }) => {
3362
- flexGrow: {
3363
- readonly [$$PropertyValue]: "flexGrow";
3364
- };
3365
- };
3366
- fs: (value: {
3367
- readonly [$$PropertyValue]: "fontSize";
3368
- }) => {
3369
- fontSize: {
3370
- readonly [$$PropertyValue]: "fontSize";
3371
- };
3372
- };
3373
- fb: (value: {
3374
- readonly [$$PropertyValue]: "flexBasis";
3375
- }) => {
3376
- flexBasis: {
3377
- readonly [$$PropertyValue]: "flexBasis";
3378
- };
3379
- };
3380
- bc: (value: {
3381
- readonly [$$PropertyValue]: "backgroundColor";
3382
- }) => {
3383
- backgroundColor: {
3384
- readonly [$$PropertyValue]: "backgroundColor";
3385
- };
3386
- };
3387
- bf: (value: {
3388
- readonly [$$PropertyValue]: "backdropFilter";
3389
- }) => {
3390
- backdropFilter: {
3391
- readonly [$$PropertyValue]: "backdropFilter";
3392
- };
3393
- };
3394
- bg: (value: {
3395
- readonly [$$PropertyValue]: "backgroundColor";
3396
- }) => {
3397
- background: {
3398
- readonly [$$PropertyValue]: "backgroundColor";
3399
- };
3400
- };
3401
- bgBlur: (value: {
3402
- readonly [$$PropertyValue]: "backgroundColor";
3403
- }) => {
3404
- bf: string;
3405
- bg: string;
3406
- };
3407
- bgColor: (value: {
3408
- readonly [$$PropertyValue]: "backgroundColor";
3409
- }) => {
3410
- backgroundColor: {
3411
- readonly [$$PropertyValue]: "backgroundColor";
3412
- };
3413
- };
3414
- backgroundClip: (value: {
3415
- readonly [$$PropertyValue]: "backgroundClip";
3416
- }) => {
3417
- WebkitBackgroundClip: {
3418
- readonly [$$PropertyValue]: "backgroundClip";
3419
- };
3420
- backgroundClip: {
3421
- readonly [$$PropertyValue]: "backgroundClip";
3422
- };
3423
- };
3424
- bgClip: (value: {
3425
- readonly [$$PropertyValue]: "backgroundClip";
3426
- }) => {
3427
- WebkitBackgroundClip: {
3428
- readonly [$$PropertyValue]: "backgroundClip";
3429
- };
3430
- backgroundClip: {
3431
- readonly [$$PropertyValue]: "backgroundClip";
3432
- };
3433
- };
3434
- br: (value: {
3435
- readonly [$$PropertyValue]: "borderRadius";
3436
- }) => {
3437
- borderRadius: {
3438
- readonly [$$PropertyValue]: "borderRadius";
3439
- };
3440
- };
3441
- bw: (value: {
3442
- readonly [$$PropertyValue]: "borderWidth";
3443
- }) => {
3444
- borderWidth: {
3445
- readonly [$$PropertyValue]: "borderWidth";
3446
- };
3447
- };
3448
- btrr: (value: {
3449
- readonly [$$PropertyValue]: "borderTopRightRadius";
3450
- }) => {
3451
- borderTopRightRadius: {
3452
- readonly [$$PropertyValue]: "borderTopRightRadius";
3453
- };
3454
- };
3455
- bbrr: (value: {
3456
- readonly [$$PropertyValue]: "borderBottomRightRadius";
3457
- }) => {
3458
- borderBottomRightRadius: {
3459
- readonly [$$PropertyValue]: "borderBottomRightRadius";
3460
- };
3461
- };
3462
- bblr: (value: {
3463
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
3464
- }) => {
3465
- borderBottomLeftRadius: {
3466
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
3467
- };
3468
- };
3469
- btlr: (value: {
3470
- readonly [$$PropertyValue]: "borderTopLeftRadius";
3471
- }) => {
3472
- borderTopLeftRadius: {
3473
- readonly [$$PropertyValue]: "borderTopLeftRadius";
3474
- };
3475
- };
3476
- bs: (value: {
3477
- readonly [$$PropertyValue]: "boxShadow";
3478
- }) => {
3479
- boxShadow: {
3480
- readonly [$$PropertyValue]: "boxShadow";
3481
- };
3482
- };
3483
- normalShadow: (value: {
3484
- readonly [$$PropertyValue]: "backgroundColor";
3485
- }) => {
3486
- boxShadow: string;
3487
- };
3488
- normalShadowVar: (value: {
3489
- readonly [$$PropertyValue]: "backgroundColor";
3490
- }) => {
3491
- boxShadow: string;
3492
- };
3493
- lh: (value: {
3494
- readonly [$$PropertyValue]: "lineHeight";
3495
- }) => {
3496
- lineHeight: {
3497
- readonly [$$PropertyValue]: "lineHeight";
3498
- };
3499
- };
3500
- ov: (value: {
3501
- readonly [$$PropertyValue]: "overflow";
3502
- }) => {
3503
- overflow: {
3504
- readonly [$$PropertyValue]: "overflow";
3505
- };
3506
- };
3507
- ox: (value: {
3508
- readonly [$$PropertyValue]: "overflowX";
3509
- }) => {
3510
- overflowX: {
3511
- readonly [$$PropertyValue]: "overflowX";
3512
- };
3513
- };
3514
- oy: (value: {
3515
- readonly [$$PropertyValue]: "overflowY";
3516
- }) => {
3517
- overflowY: {
3518
- readonly [$$PropertyValue]: "overflowY";
3519
- };
3520
- };
3521
- pe: (value: {
3522
- readonly [$$PropertyValue]: "pointerEvents";
3523
- }) => {
3524
- pointerEvents: {
3525
- readonly [$$PropertyValue]: "pointerEvents";
3526
- };
3527
- };
3528
- events: (value: {
3529
- readonly [$$PropertyValue]: "pointerEvents";
3530
- }) => {
3531
- pointerEvents: {
3532
- readonly [$$PropertyValue]: "pointerEvents";
3533
- };
3534
- };
3535
- us: (value: {
3536
- readonly [$$PropertyValue]: "userSelect";
3537
- }) => {
3538
- WebkitUserSelect: {
3539
- readonly [$$PropertyValue]: "userSelect";
3540
- };
3541
- userSelect: {
3542
- readonly [$$PropertyValue]: "userSelect";
3543
- };
3544
- };
3545
- userSelect: (value: {
3546
- readonly [$$PropertyValue]: "userSelect";
3547
- }) => {
3548
- WebkitUserSelect: {
3549
- readonly [$$PropertyValue]: "userSelect";
3550
- };
3551
- userSelect: {
3552
- readonly [$$PropertyValue]: "userSelect";
3553
- };
3554
- };
3555
- w: (value: {
3556
- readonly [$$PropertyValue]: "width";
3557
- }) => {
3558
- width: {
3559
- readonly [$$PropertyValue]: "width";
3560
- };
3561
- };
3562
- h: (value: {
3563
- readonly [$$PropertyValue]: "height";
3564
- }) => {
3565
- height: {
3566
- readonly [$$PropertyValue]: "height";
3567
- };
3568
- };
3569
- mw: (value: {
3570
- readonly [$$PropertyValue]: "maxWidth";
3571
- }) => {
3572
- maxWidth: {
3573
- readonly [$$PropertyValue]: "maxWidth";
3574
- };
3575
- };
3576
- maxW: (value: {
3577
- readonly [$$PropertyValue]: "maxWidth";
3578
- }) => {
3579
- maxWidth: {
3580
- readonly [$$PropertyValue]: "maxWidth";
3581
- };
3582
- };
3583
- mh: (value: {
3584
- readonly [$$PropertyValue]: "maxHeight";
3585
- }) => {
3586
- maxHeight: {
3587
- readonly [$$PropertyValue]: "maxHeight";
3588
- };
3589
- };
3590
- maxH: (value: {
3591
- readonly [$$PropertyValue]: "maxHeight";
3592
- }) => {
3593
- maxHeight: {
3594
- readonly [$$PropertyValue]: "maxHeight";
3595
- };
3596
- };
3597
- size: (value: {
3598
- readonly [$$PropertyValue]: "width";
3599
- }) => {
3600
- width: {
3601
- readonly [$$PropertyValue]: "width";
3602
- };
3603
- height: {
3604
- readonly [$$PropertyValue]: "width";
3605
- };
3606
- };
3607
- minSize: (value: {
3608
- readonly [$$PropertyValue]: "width";
3609
- }) => {
3610
- minWidth: {
3611
- readonly [$$PropertyValue]: "width";
3612
- };
3613
- minHeight: {
3614
- readonly [$$PropertyValue]: "width";
3615
- };
3616
- width: {
3617
- readonly [$$PropertyValue]: "width";
3618
- };
3619
- height: {
3620
- readonly [$$PropertyValue]: "width";
3621
- };
3622
- };
3623
- sizeMin: (value: {
3624
- readonly [$$PropertyValue]: "width";
3625
- }) => {
3626
- minWidth: {
3627
- readonly [$$PropertyValue]: "width";
3628
- };
3629
- minHeight: {
3630
- readonly [$$PropertyValue]: "width";
3631
- };
3632
- width: {
3633
- readonly [$$PropertyValue]: "width";
3634
- };
3635
- height: {
3636
- readonly [$$PropertyValue]: "width";
3637
- };
3638
- };
3639
- maxSize: (value: {
3640
- readonly [$$PropertyValue]: "width";
3641
- }) => {
3642
- maxWidth: {
3643
- readonly [$$PropertyValue]: "width";
3644
- };
3645
- maxHeight: {
3646
- readonly [$$PropertyValue]: "width";
3647
- };
3648
- };
3649
- sizeMax: (value: {
3650
- readonly [$$PropertyValue]: "width";
3651
- }) => {
3652
- maxWidth: {
3653
- readonly [$$PropertyValue]: "width";
3654
- };
3655
- maxHeight: {
3656
- readonly [$$PropertyValue]: "width";
3657
- };
3658
- };
3659
- appearance: (value: {
3660
- readonly [$$PropertyValue]: "appearance";
3661
- }) => {
3662
- WebkitAppearance: {
3663
- readonly [$$PropertyValue]: "appearance";
3664
- };
3665
- appearance: {
3666
- readonly [$$PropertyValue]: "appearance";
3667
- };
3668
- };
3669
- scale: (value: {
3670
- readonly [$$PropertyValue]: "scale";
3671
- }) => {
3672
- transform: string;
3673
- };
3674
- linearGradient: (value: {
3675
- readonly [$$PropertyValue]: "backgroundImage";
3676
- }) => {
3677
- backgroundImage: string;
3678
- };
3679
- tdl: (value: {
3680
- readonly [$$PropertyValue]: "textDecorationLine";
3681
- }) => {
3682
- textDecorationLine: {
3683
- readonly [$$PropertyValue]: "textDecorationLine";
3684
- };
3685
- };
3686
- textGradient: (value: {
3687
- readonly [$$PropertyValue]: "backgroundImage";
3688
- }) => {
3689
- backgroundImage: string;
3690
- WebkitBackgroundClip: string;
3691
- WebkitTextFillColor: string;
3692
- };
3693
- }>>;
3694
- export declare const StyledUserLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
3695
- xs: string;
3696
- sm: string;
3697
- md: string;
3698
- lg: string;
3699
- xl: string;
3700
- xsMax: string;
3701
- smMax: string;
3702
- mdMax: string;
3703
- lgMax: string;
3704
- xlMax: string;
3705
- motion: string;
3706
- safari: string;
3707
- hover: string;
3708
- dark: string;
3709
- light: string;
3710
- }, import("@stitches/react/types/css-util").CSS<{
3711
- xs: string;
3712
- sm: string;
3713
- md: string;
3714
- lg: string;
3715
- xl: string;
3716
- xsMax: string;
3717
- smMax: string;
3718
- mdMax: string;
3719
- lgMax: string;
3720
- xlMax: string;
3721
- motion: string;
3722
- safari: string;
3723
- hover: string;
3724
- dark: string;
3725
- light: string;
3726
- }, {
3727
- shadows: {
3728
- xs: string;
3729
- sm: string;
3730
- md: string;
3731
- lg: string;
3732
- xl: string;
3733
- };
3734
- colors: {
3735
- accents1: string;
3736
- accents2: string;
3737
- accents3: string;
3738
- accents4: string;
3739
- accents5: string;
3740
- accents6: string;
3741
- accents7: string;
3742
- accents8: string;
3743
- accents9: string;
3744
- text: string;
3745
- background: string;
3746
- foreground: string;
3747
- codeLight: string;
3748
- code: string;
3749
- border: string;
3750
- selection: string;
3751
- white: string;
3752
- black: string;
3753
- blue100: string;
3754
- blue200: string;
3755
- blue300: string;
3756
- blue400: string;
3757
- blue500: string;
3758
- blue600: string;
3759
- blue700: string;
3760
- blue800: string;
3761
- blue900: string;
3762
- purple100: string;
3763
- purple200: string;
3764
- purple300: string;
3765
- purple400: string;
3766
- purple500: string;
3767
- purple600: string;
3768
- purple700: string;
3769
- purple800: string;
3770
- purple900: string;
3771
- green100: string;
3772
- green200: string;
3773
- green300: string;
3774
- green400: string;
3775
- green500: string;
3776
- green600: string;
3777
- green700: string;
3778
- green800: string;
3779
- green900: string;
3780
- yellow100: string;
3781
- yellow200: string;
3782
- yellow300: string;
3783
- yellow400: string;
3784
- yellow500: string;
3785
- yellow600: string;
3786
- yellow700: string;
3787
- yellow800: string;
3788
- yellow900: string;
3789
- red100: string;
3790
- red200: string;
3791
- red300: string;
3792
- red400: string;
3793
- red500: string;
3794
- red600: string;
3795
- red700: string;
3796
- red800: string;
3797
- red900: string;
3798
- cyan100: string;
3799
- cyan200: string;
3800
- cyan300: string;
3801
- cyan400: string;
3802
- cyan500: string;
3803
- cyan600: string;
3804
- cyan700: string;
3805
- cyan800: string;
3806
- cyan900: string;
3807
- pink100: string;
3808
- pink200: string;
3809
- pink300: string;
3810
- pink400: string;
3811
- pink500: string;
3812
- pink600: string;
3813
- pink700: string;
3814
- pink800: string;
3815
- pink900: string;
3816
- gray100: string;
3817
- gray200: string;
3818
- gray300: string;
3819
- gray400: string;
3820
- gray500: string;
3821
- gray600: string;
3822
- gray700: string;
3823
- gray800: string;
3824
- gray900: string;
3825
- primaryLight: string;
3826
- primary: string;
3827
- primaryDark: string;
3828
- secondaryLight: string;
3829
- secondary: string;
3830
- secondaryDark: string;
3831
- successLight: string;
3832
- success: string;
3833
- successDark: string;
3834
- warningLight: string;
3835
- warning: string;
3836
- warningDark: string;
3837
- errorLight: string;
3838
- error: string;
3839
- errorDark: string;
3840
- gradient: string;
3841
- link: string;
3842
- };
3843
- fonts: {
3844
- sans: string;
3845
- mono: string;
3846
- };
3847
- fontSizes: {
3848
- tiny: string;
3849
- xs: string;
3850
- base: string;
3851
- sm: string;
3852
- md: string;
3853
- lg: string;
3854
- xl: string;
3855
- };
3856
- fontWeights: {
3857
- hairline: number;
3858
- thin: number;
3859
- light: number;
3860
- normal: number;
3861
- medium: number;
3862
- semibold: number;
3863
- bold: number;
3864
- extrabold: number;
3865
- black: number;
3866
- };
3867
- lineHeights: {
3868
- xs: number;
3869
- sm: number;
3870
- md: number;
3871
- lg: number;
3872
- xl: number;
3873
- };
3874
- letterSpacings: {
3875
- tighter: string;
3876
- tight: string;
3877
- normal: string;
3878
- wide: string;
3879
- wider: string;
3880
- widest: string;
3881
- };
3882
- space: {
3883
- 0: string;
3884
- xs: string;
3885
- sm: string;
3886
- md: string;
3887
- lg: string;
3888
- xl: string;
3889
- px: string;
3890
- 1: string;
3891
- 2: string;
3892
- 3: string;
3893
- 4: string;
3894
- 5: string;
3895
- 6: string;
3896
- 7: string;
3897
- 8: string;
3898
- 9: string;
3899
- 10: string;
3900
- 11: string;
3901
- 12: string;
3902
- 13: string;
3903
- 14: string;
3904
- 15: string;
3905
- 16: string;
3906
- 17: string;
3907
- 18: string;
3908
- 20: string;
3909
- 24: string;
3910
- 28: string;
3911
- 32: string;
3912
- 36: string;
3913
- 40: string;
3914
- 44: string;
3915
- 48: string;
3916
- 52: string;
3917
- 56: string;
3918
- 60: string;
3919
- 64: string;
3920
- 72: string;
3921
- 80: string;
3922
- 96: string;
3923
- };
3924
- radii: {
3925
- xs: string;
3926
- sm: string;
3927
- md: string;
3928
- base: string;
3929
- lg: string;
3930
- xl: string;
3931
- squared: string;
3932
- rounded: string;
3933
- pill: string;
3934
- };
3935
- zIndices: {
3936
- 1: string;
3937
- 2: string;
3938
- 3: string;
3939
- 4: string;
3940
- 5: string;
3941
- 10: string;
3942
- max: string;
3943
- };
3944
- borderWeights: {
3945
- light: string;
3946
- normal: string;
3947
- bold: string;
3948
- extrabold: string;
3949
- black: string;
3950
- };
3951
- transitions: {
3952
- default: string;
3953
- };
3954
- breakpoints: {
3955
- xs: string;
3956
- sm: string;
3957
- md: string;
3958
- lg: string;
3959
- xl: string;
3960
- };
3961
- }, {
3962
- width: string;
3963
- height: string;
3964
- minWidth: string;
3965
- maxWidth: string;
3966
- minHeight: string;
3967
- maxHeight: string;
3968
- flexBasis: string;
3969
- gridTemplateColumns: string;
3970
- gridTemplateRows: string;
3971
- blockSize: string;
3972
- minBlockSize: string;
3973
- maxBlockSize: string;
3974
- inlineSize: string;
3975
- minInlineSize: string;
3976
- maxInlineSize: string;
3977
- borderWidth: string;
3978
- gap: "space";
3979
- gridGap: "space";
3980
- columnGap: "space";
3981
- gridColumnGap: "space";
3982
- rowGap: "space";
3983
- gridRowGap: "space";
3984
- inset: "space";
3985
- insetBlock: "space";
3986
- insetBlockEnd: "space";
3987
- insetBlockStart: "space";
3988
- insetInline: "space";
3989
- insetInlineEnd: "space";
3990
- insetInlineStart: "space";
3991
- margin: "space";
3992
- marginTop: "space";
3993
- marginRight: "space";
3994
- marginBottom: "space";
3995
- marginLeft: "space";
3996
- marginBlock: "space";
3997
- marginBlockEnd: "space";
3998
- marginBlockStart: "space";
3999
- marginInline: "space";
4000
- marginInlineEnd: "space";
4001
- marginInlineStart: "space";
4002
- padding: "space";
4003
- paddingTop: "space";
4004
- paddingRight: "space";
4005
- paddingBottom: "space";
4006
- paddingLeft: "space";
4007
- paddingBlock: "space";
4008
- paddingBlockEnd: "space";
4009
- paddingBlockStart: "space";
4010
- paddingInline: "space";
4011
- paddingInlineEnd: "space";
4012
- paddingInlineStart: "space";
4013
- scrollMargin: "space";
4014
- scrollMarginTop: "space";
4015
- scrollMarginRight: "space";
4016
- scrollMarginBottom: "space";
4017
- scrollMarginLeft: "space";
4018
- scrollMarginBlock: "space";
4019
- scrollMarginBlockEnd: "space";
4020
- scrollMarginBlockStart: "space";
4021
- scrollMarginInline: "space";
4022
- scrollMarginInlineEnd: "space";
4023
- scrollMarginInlineStart: "space";
4024
- scrollPadding: "space";
4025
- scrollPaddingTop: "space";
4026
- scrollPaddingRight: "space";
4027
- scrollPaddingBottom: "space";
4028
- scrollPaddingLeft: "space";
4029
- scrollPaddingBlock: "space";
4030
- scrollPaddingBlockEnd: "space";
4031
- scrollPaddingBlockStart: "space";
4032
- scrollPaddingInline: "space";
4033
- scrollPaddingInlineEnd: "space";
4034
- scrollPaddingInlineStart: "space";
4035
- top: "space";
4036
- right: "space";
4037
- bottom: "space";
4038
- left: "space";
4039
- fontSize: "fontSizes";
4040
- background: "colors";
4041
- backgroundColor: "colors";
4042
- backgroundImage: "colors";
4043
- borderImage: "colors";
4044
- border: "colors";
4045
- borderBlock: "colors";
4046
- borderBlockEnd: "colors";
4047
- borderBlockStart: "colors";
4048
- borderBottom: "colors";
4049
- borderBottomColor: "colors";
4050
- borderColor: "colors";
4051
- borderInline: "colors";
4052
- borderInlineEnd: "colors";
4053
- borderInlineStart: "colors";
4054
- borderLeft: "colors";
4055
- borderLeftColor: "colors";
4056
- borderRight: "colors";
4057
- borderRightColor: "colors";
4058
- borderTop: "colors";
4059
- borderTopColor: "colors";
4060
- caretColor: "colors";
4061
- color: "colors";
4062
- columnRuleColor: "colors";
4063
- outline: "colors";
4064
- outlineColor: "colors";
4065
- fill: "colors";
4066
- stroke: "colors";
4067
- textDecorationColor: "colors";
4068
- fontFamily: "fonts";
4069
- fontWeight: "fontWeights";
4070
- lineHeight: "lineHeights";
4071
- letterSpacing: "letterSpacings";
4072
- borderTopWidth: "borderWidths";
4073
- borderLeftWidth: "borderWidths";
4074
- borderRightWidth: "borderWidths";
4075
- borderBottomWidth: "borderWidths";
4076
- borderStyle: "borderStyles";
4077
- borderTopStyle: "borderStyles";
4078
- borderLeftStyle: "borderStyles";
4079
- borderRightStyle: "borderStyles";
4080
- borderBottomStyle: "borderStyles";
4081
- borderRadius: "radii";
4082
- borderTopLeftRadius: "radii";
4083
- borderTopRightRadius: "radii";
4084
- borderBottomRightRadius: "radii";
4085
- borderBottomLeftRadius: "radii";
4086
- boxShadow: "shadows";
4087
- textShadow: "shadows";
4088
- transition: "transitions";
4089
- zIndex: "zIndices";
4090
- }, {
4091
- p: (value: {
4092
- readonly [$$PropertyValue]: "padding";
4093
- }) => {
4094
- padding: {
4095
- readonly [$$PropertyValue]: "padding";
4096
- };
4097
- };
4098
- pt: (value: {
4099
- readonly [$$PropertyValue]: "paddingTop";
4100
- }) => {
4101
- paddingTop: {
4102
- readonly [$$PropertyValue]: "paddingTop";
4103
- };
4104
- };
4105
- pr: (value: {
4106
- readonly [$$PropertyValue]: "paddingRight";
4107
- }) => {
4108
- paddingRight: {
4109
- readonly [$$PropertyValue]: "paddingRight";
4110
- };
4111
- };
4112
- pb: (value: {
4113
- readonly [$$PropertyValue]: "paddingBottom";
4114
- }) => {
4115
- paddingBottom: {
4116
- readonly [$$PropertyValue]: "paddingBottom";
4117
- };
4118
- };
4119
- pl: (value: {
4120
- readonly [$$PropertyValue]: "paddingLeft";
4121
- }) => {
4122
- paddingLeft: {
4123
- readonly [$$PropertyValue]: "paddingLeft";
4124
- };
4125
- };
4126
- px: (value: {
4127
- readonly [$$PropertyValue]: "paddingLeft";
4128
- }) => {
4129
- paddingLeft: {
4130
- readonly [$$PropertyValue]: "paddingLeft";
4131
- };
4132
- paddingRight: {
4133
- readonly [$$PropertyValue]: "paddingLeft";
4134
- };
4135
- };
4136
- py: (value: {
4137
- readonly [$$PropertyValue]: "paddingTop";
4138
- }) => {
4139
- paddingTop: {
4140
- readonly [$$PropertyValue]: "paddingTop";
4141
- };
4142
- paddingBottom: {
4143
- readonly [$$PropertyValue]: "paddingTop";
4144
- };
4145
- };
4146
- m: (value: {
4147
- readonly [$$PropertyValue]: "margin";
4148
- }) => {
4149
- margin: {
4150
- readonly [$$PropertyValue]: "margin";
4151
- };
4152
- };
4153
- mt: (value: {
4154
- readonly [$$PropertyValue]: "marginTop";
4155
- }) => {
4156
- marginTop: {
4157
- readonly [$$PropertyValue]: "marginTop";
4158
- };
4159
- };
4160
- mr: (value: {
4161
- readonly [$$PropertyValue]: "marginRight";
4162
- }) => {
4163
- marginRight: {
4164
- readonly [$$PropertyValue]: "marginRight";
4165
- };
4166
- };
4167
- mb: (value: {
4168
- readonly [$$PropertyValue]: "marginBottom";
4169
- }) => {
4170
- marginBottom: {
4171
- readonly [$$PropertyValue]: "marginBottom";
4172
- };
4173
- };
4174
- ml: (value: {
4175
- readonly [$$PropertyValue]: "marginLeft";
4176
- }) => {
4177
- marginLeft: {
4178
- readonly [$$PropertyValue]: "marginLeft";
4179
- };
4180
- };
4181
- mx: (value: {
4182
- readonly [$$PropertyValue]: "marginLeft";
4183
- }) => {
4184
- marginLeft: {
4185
- readonly [$$PropertyValue]: "marginLeft";
4186
- };
4187
- marginRight: {
4188
- readonly [$$PropertyValue]: "marginLeft";
4189
- };
4190
- };
4191
- my: (value: {
4192
- readonly [$$PropertyValue]: "marginTop";
4193
- }) => {
4194
- marginTop: {
4195
- readonly [$$PropertyValue]: "marginTop";
4196
- };
4197
- marginBottom: {
4198
- readonly [$$PropertyValue]: "marginTop";
4199
- };
4200
- };
4201
- ta: (value: {
4202
- readonly [$$PropertyValue]: "textAlign";
4203
- }) => {
4204
- textAlign: {
4205
- readonly [$$PropertyValue]: "textAlign";
4206
- };
4207
- };
4208
- tt: (value: {
4209
- readonly [$$PropertyValue]: "textTransform";
4210
- }) => {
4211
- textTransform: {
4212
- readonly [$$PropertyValue]: "textTransform";
4213
- };
4214
- };
4215
- to: (value: {
4216
- readonly [$$PropertyValue]: "textOverflow";
4217
- }) => {
4218
- textOverflow: {
4219
- readonly [$$PropertyValue]: "textOverflow";
4220
- };
4221
- };
4222
- d: (value: {
4223
- readonly [$$PropertyValue]: "display";
4224
- }) => {
4225
- display: {
4226
- readonly [$$PropertyValue]: "display";
4227
- };
4228
- };
4229
- dflex: (value: {
4230
- readonly [$$PropertyValue]: "alignItems";
4231
- }) => {
4232
- display: string;
4233
- alignItems: {
4234
- readonly [$$PropertyValue]: "alignItems";
4235
- };
4236
- justifyContent: {
4237
- readonly [$$PropertyValue]: "alignItems";
4238
- };
4239
- };
4240
- fd: (value: {
4241
- readonly [$$PropertyValue]: "flexDirection";
4242
- }) => {
4243
- flexDirection: {
4244
- readonly [$$PropertyValue]: "flexDirection";
4245
- };
4246
- };
4247
- fw: (value: {
4248
- readonly [$$PropertyValue]: "flexWrap";
4249
- }) => {
4250
- flexWrap: {
4251
- readonly [$$PropertyValue]: "flexWrap";
4252
- };
4253
- };
4254
- ai: (value: {
4255
- readonly [$$PropertyValue]: "alignItems";
4256
- }) => {
4257
- alignItems: {
4258
- readonly [$$PropertyValue]: "alignItems";
4259
- };
4260
- };
4261
- ac: (value: {
4262
- readonly [$$PropertyValue]: "alignContent";
4263
- }) => {
4264
- alignContent: {
4265
- readonly [$$PropertyValue]: "alignContent";
4266
- };
4267
- };
4268
- jc: (value: {
4269
- readonly [$$PropertyValue]: "justifyContent";
4270
- }) => {
4271
- justifyContent: {
4272
- readonly [$$PropertyValue]: "justifyContent";
4273
- };
4274
- };
4275
- as: (value: {
4276
- readonly [$$PropertyValue]: "alignSelf";
4277
- }) => {
4278
- alignSelf: {
4279
- readonly [$$PropertyValue]: "alignSelf";
4280
- };
4281
- };
4282
- fg: (value: {
4283
- readonly [$$PropertyValue]: "flexGrow";
4284
- }) => {
4285
- flexGrow: {
4286
- readonly [$$PropertyValue]: "flexGrow";
4287
- };
4288
- };
4289
- fs: (value: {
4290
- readonly [$$PropertyValue]: "fontSize";
4291
- }) => {
4292
- fontSize: {
4293
- readonly [$$PropertyValue]: "fontSize";
4294
- };
4295
- };
4296
- fb: (value: {
4297
- readonly [$$PropertyValue]: "flexBasis";
4298
- }) => {
4299
- flexBasis: {
4300
- readonly [$$PropertyValue]: "flexBasis";
4301
- };
4302
- };
4303
- bc: (value: {
4304
- readonly [$$PropertyValue]: "backgroundColor";
4305
- }) => {
4306
- backgroundColor: {
4307
- readonly [$$PropertyValue]: "backgroundColor";
4308
- };
4309
- };
4310
- bf: (value: {
4311
- readonly [$$PropertyValue]: "backdropFilter";
4312
- }) => {
4313
- backdropFilter: {
4314
- readonly [$$PropertyValue]: "backdropFilter";
4315
- };
4316
- };
4317
- bg: (value: {
4318
- readonly [$$PropertyValue]: "backgroundColor";
4319
- }) => {
4320
- background: {
4321
- readonly [$$PropertyValue]: "backgroundColor";
4322
- };
4323
- };
4324
- bgBlur: (value: {
4325
- readonly [$$PropertyValue]: "backgroundColor";
4326
- }) => {
4327
- bf: string;
4328
- bg: string;
4329
- };
4330
- bgColor: (value: {
4331
- readonly [$$PropertyValue]: "backgroundColor";
4332
- }) => {
4333
- backgroundColor: {
4334
- readonly [$$PropertyValue]: "backgroundColor";
4335
- };
4336
- };
4337
- backgroundClip: (value: {
4338
- readonly [$$PropertyValue]: "backgroundClip";
4339
- }) => {
4340
- WebkitBackgroundClip: {
4341
- readonly [$$PropertyValue]: "backgroundClip";
4342
- };
4343
- backgroundClip: {
4344
- readonly [$$PropertyValue]: "backgroundClip";
4345
- };
4346
- };
4347
- bgClip: (value: {
4348
- readonly [$$PropertyValue]: "backgroundClip";
4349
- }) => {
4350
- WebkitBackgroundClip: {
4351
- readonly [$$PropertyValue]: "backgroundClip";
4352
- };
4353
- backgroundClip: {
4354
- readonly [$$PropertyValue]: "backgroundClip";
4355
- };
4356
- };
4357
- br: (value: {
4358
- readonly [$$PropertyValue]: "borderRadius";
4359
- }) => {
4360
- borderRadius: {
4361
- readonly [$$PropertyValue]: "borderRadius";
4362
- };
4363
- };
4364
- bw: (value: {
4365
- readonly [$$PropertyValue]: "borderWidth";
4366
- }) => {
4367
- borderWidth: {
4368
- readonly [$$PropertyValue]: "borderWidth";
4369
- };
4370
- };
4371
- btrr: (value: {
4372
- readonly [$$PropertyValue]: "borderTopRightRadius";
4373
- }) => {
4374
- borderTopRightRadius: {
4375
- readonly [$$PropertyValue]: "borderTopRightRadius";
4376
- };
4377
- };
4378
- bbrr: (value: {
4379
- readonly [$$PropertyValue]: "borderBottomRightRadius";
4380
- }) => {
4381
- borderBottomRightRadius: {
4382
- readonly [$$PropertyValue]: "borderBottomRightRadius";
4383
- };
4384
- };
4385
- bblr: (value: {
4386
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
4387
- }) => {
4388
- borderBottomLeftRadius: {
4389
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
4390
- };
4391
- };
4392
- btlr: (value: {
4393
- readonly [$$PropertyValue]: "borderTopLeftRadius";
4394
- }) => {
4395
- borderTopLeftRadius: {
4396
- readonly [$$PropertyValue]: "borderTopLeftRadius";
4397
- };
4398
- };
4399
- bs: (value: {
4400
- readonly [$$PropertyValue]: "boxShadow";
4401
- }) => {
4402
- boxShadow: {
4403
- readonly [$$PropertyValue]: "boxShadow";
4404
- };
4405
- };
4406
- normalShadow: (value: {
4407
- readonly [$$PropertyValue]: "backgroundColor";
4408
- }) => {
4409
- boxShadow: string;
4410
- };
4411
- normalShadowVar: (value: {
4412
- readonly [$$PropertyValue]: "backgroundColor";
4413
- }) => {
4414
- boxShadow: string;
4415
- };
4416
- lh: (value: {
4417
- readonly [$$PropertyValue]: "lineHeight";
4418
- }) => {
4419
- lineHeight: {
4420
- readonly [$$PropertyValue]: "lineHeight";
4421
- };
4422
- };
4423
- ov: (value: {
4424
- readonly [$$PropertyValue]: "overflow";
4425
- }) => {
4426
- overflow: {
4427
- readonly [$$PropertyValue]: "overflow";
4428
- };
4429
- };
4430
- ox: (value: {
4431
- readonly [$$PropertyValue]: "overflowX";
4432
- }) => {
4433
- overflowX: {
4434
- readonly [$$PropertyValue]: "overflowX";
4435
- };
4436
- };
4437
- oy: (value: {
4438
- readonly [$$PropertyValue]: "overflowY";
4439
- }) => {
4440
- overflowY: {
4441
- readonly [$$PropertyValue]: "overflowY";
4442
- };
4443
- };
4444
- pe: (value: {
4445
- readonly [$$PropertyValue]: "pointerEvents";
4446
- }) => {
4447
- pointerEvents: {
4448
- readonly [$$PropertyValue]: "pointerEvents";
4449
- };
4450
- };
4451
- events: (value: {
4452
- readonly [$$PropertyValue]: "pointerEvents";
4453
- }) => {
4454
- pointerEvents: {
4455
- readonly [$$PropertyValue]: "pointerEvents";
4456
- };
4457
- };
4458
- us: (value: {
4459
- readonly [$$PropertyValue]: "userSelect";
4460
- }) => {
4461
- WebkitUserSelect: {
4462
- readonly [$$PropertyValue]: "userSelect";
4463
- };
4464
- userSelect: {
4465
- readonly [$$PropertyValue]: "userSelect";
4466
- };
4467
- };
4468
- userSelect: (value: {
4469
- readonly [$$PropertyValue]: "userSelect";
4470
- }) => {
4471
- WebkitUserSelect: {
4472
- readonly [$$PropertyValue]: "userSelect";
4473
- };
4474
- userSelect: {
4475
- readonly [$$PropertyValue]: "userSelect";
4476
- };
4477
- };
4478
- w: (value: {
4479
- readonly [$$PropertyValue]: "width";
4480
- }) => {
4481
- width: {
4482
- readonly [$$PropertyValue]: "width";
4483
- };
4484
- };
4485
- h: (value: {
4486
- readonly [$$PropertyValue]: "height";
4487
- }) => {
4488
- height: {
4489
- readonly [$$PropertyValue]: "height";
4490
- };
4491
- };
4492
- mw: (value: {
4493
- readonly [$$PropertyValue]: "maxWidth";
4494
- }) => {
4495
- maxWidth: {
4496
- readonly [$$PropertyValue]: "maxWidth";
4497
- };
4498
- };
4499
- maxW: (value: {
4500
- readonly [$$PropertyValue]: "maxWidth";
4501
- }) => {
4502
- maxWidth: {
4503
- readonly [$$PropertyValue]: "maxWidth";
4504
- };
4505
- };
4506
- mh: (value: {
4507
- readonly [$$PropertyValue]: "maxHeight";
4508
- }) => {
4509
- maxHeight: {
4510
- readonly [$$PropertyValue]: "maxHeight";
4511
- };
4512
- };
4513
- maxH: (value: {
4514
- readonly [$$PropertyValue]: "maxHeight";
4515
- }) => {
4516
- maxHeight: {
4517
- readonly [$$PropertyValue]: "maxHeight";
4518
- };
4519
- };
4520
- size: (value: {
4521
- readonly [$$PropertyValue]: "width";
4522
- }) => {
4523
- width: {
4524
- readonly [$$PropertyValue]: "width";
4525
- };
4526
- height: {
4527
- readonly [$$PropertyValue]: "width";
4528
- };
4529
- };
4530
- minSize: (value: {
4531
- readonly [$$PropertyValue]: "width";
4532
- }) => {
4533
- minWidth: {
4534
- readonly [$$PropertyValue]: "width";
4535
- };
4536
- minHeight: {
4537
- readonly [$$PropertyValue]: "width";
4538
- };
4539
- width: {
4540
- readonly [$$PropertyValue]: "width";
4541
- };
4542
- height: {
4543
- readonly [$$PropertyValue]: "width";
4544
- };
4545
- };
4546
- sizeMin: (value: {
4547
- readonly [$$PropertyValue]: "width";
4548
- }) => {
4549
- minWidth: {
4550
- readonly [$$PropertyValue]: "width";
4551
- };
4552
- minHeight: {
4553
- readonly [$$PropertyValue]: "width";
4554
- };
4555
- width: {
4556
- readonly [$$PropertyValue]: "width";
4557
- };
4558
- height: {
4559
- readonly [$$PropertyValue]: "width";
4560
- };
4561
- };
4562
- maxSize: (value: {
4563
- readonly [$$PropertyValue]: "width";
4564
- }) => {
4565
- maxWidth: {
4566
- readonly [$$PropertyValue]: "width";
4567
- };
4568
- maxHeight: {
4569
- readonly [$$PropertyValue]: "width";
4570
- };
4571
- };
4572
- sizeMax: (value: {
4573
- readonly [$$PropertyValue]: "width";
4574
- }) => {
4575
- maxWidth: {
4576
- readonly [$$PropertyValue]: "width";
4577
- };
4578
- maxHeight: {
4579
- readonly [$$PropertyValue]: "width";
4580
- };
4581
- };
4582
- appearance: (value: {
4583
- readonly [$$PropertyValue]: "appearance";
4584
- }) => {
4585
- WebkitAppearance: {
4586
- readonly [$$PropertyValue]: "appearance";
4587
- };
4588
- appearance: {
4589
- readonly [$$PropertyValue]: "appearance";
4590
- };
4591
- };
4592
- scale: (value: {
4593
- readonly [$$PropertyValue]: "scale";
4594
- }) => {
4595
- transform: string;
4596
- };
4597
- linearGradient: (value: {
4598
- readonly [$$PropertyValue]: "backgroundImage";
4599
- }) => {
4600
- backgroundImage: string;
4601
- };
4602
- tdl: (value: {
4603
- readonly [$$PropertyValue]: "textDecorationLine";
4604
- }) => {
4605
- textDecorationLine: {
4606
- readonly [$$PropertyValue]: "textDecorationLine";
4607
- };
4608
- };
4609
- textGradient: (value: {
4610
- readonly [$$PropertyValue]: "backgroundImage";
4611
- }) => {
4612
- backgroundImage: string;
4613
- WebkitBackgroundClip: string;
4614
- WebkitTextFillColor: string;
4615
- };
4616
- }>>;
4617
- export declare type UserVariantsProps = VariantProps<typeof StyledUser>;
4618
- export declare type UserInfoVariantsProps = VariantProps<typeof StyledUserInfo>;
4619
- export declare type UserNameVariantsProps = VariantProps<typeof StyledUserName>;
4620
- export declare type UserSocialVariantsProps = VariantProps<typeof StyledUserSocial>;
4621
- export declare type UserLinkVariantsProps = VariantProps<typeof StyledUserLink>;