@nextui-org/react 1.0.0-beta.10

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