@nextui-org/react 1.0.0-beta.6

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