@nextui-org/react 1.0.2-beta.2 → 1.0.2-beta.5-dbg1

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