@nextui-org/react 1.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (853) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +100 -0
  3. package/avatar/package.json +6 -0
  4. package/backdrop/package.json +6 -0
  5. package/badge/package.json +6 -0
  6. package/button/package.json +6 -0
  7. package/card/package.json +6 -0
  8. package/checkbox/package.json +6 -0
  9. package/cjs/avatar/avatar-group.js +1 -0
  10. package/cjs/avatar/avatar-group.styles.js +1 -0
  11. package/cjs/avatar/avatar.js +1 -0
  12. package/cjs/avatar/avatar.styles.js +1 -0
  13. package/cjs/avatar/index.js +1 -0
  14. package/cjs/backdrop/backdrop.js +1 -0
  15. package/cjs/backdrop/backdrop.styles.js +1 -0
  16. package/cjs/backdrop/index.js +1 -0
  17. package/cjs/badge/badge.animations.js +1 -0
  18. package/cjs/badge/badge.js +1 -0
  19. package/cjs/badge/badge.styles.js +1 -0
  20. package/cjs/badge/index.js +1 -0
  21. package/cjs/button/button-group-context.js +1 -0
  22. package/cjs/button/button-group.js +1 -0
  23. package/cjs/button/button-group.styles.js +1 -0
  24. package/cjs/button/button-icon.js +1 -0
  25. package/cjs/button/button.js +1 -0
  26. package/cjs/button/button.styles.js +1 -0
  27. package/cjs/button/index.js +1 -0
  28. package/cjs/button/utils.js +1 -0
  29. package/cjs/card/card.js +1 -0
  30. package/cjs/card/card.styles.js +1 -0
  31. package/cjs/card/index.js +1 -0
  32. package/cjs/card/use-card.js +1 -0
  33. package/cjs/checkbox/checkbox-context.js +1 -0
  34. package/cjs/checkbox/checkbox-group.js +1 -0
  35. package/cjs/checkbox/checkbox.js +1 -0
  36. package/cjs/checkbox/checkbox.styles.js +1 -0
  37. package/cjs/checkbox/index.js +1 -0
  38. package/cjs/checkbox/use-checkbox-group.js +1 -0
  39. package/cjs/checkbox/use-checkbox.js +1 -0
  40. package/cjs/code/code.js +1 -0
  41. package/cjs/code/code.styles.js +1 -0
  42. package/cjs/code/index.js +1 -0
  43. package/cjs/col/col.js +1 -0
  44. package/cjs/col/col.styles.js +1 -0
  45. package/cjs/col/index.js +1 -0
  46. package/cjs/collapse/collapse-context.js +1 -0
  47. package/cjs/collapse/collapse-group.js +1 -0
  48. package/cjs/collapse/collapse-icon.js +1 -0
  49. package/cjs/collapse/collapse.js +1 -0
  50. package/cjs/collapse/collapse.styles.js +1 -0
  51. package/cjs/collapse/index.js +1 -0
  52. package/cjs/container/container.js +1 -0
  53. package/cjs/container/container.styles.js +1 -0
  54. package/cjs/container/index.js +1 -0
  55. package/cjs/css-baseline/css-baseline.js +1 -0
  56. package/cjs/css-baseline/index.js +1 -0
  57. package/cjs/divider/divider.js +1 -0
  58. package/cjs/divider/divider.styles.js +1 -0
  59. package/cjs/divider/index.js +1 -0
  60. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  61. package/cjs/dropdown/dropdown-button.js +1 -0
  62. package/cjs/dropdown/dropdown-context.js +1 -0
  63. package/cjs/dropdown/dropdown-icon.js +1 -0
  64. package/cjs/dropdown/dropdown-item.js +1 -0
  65. package/cjs/dropdown/dropdown-menu.js +1 -0
  66. package/cjs/dropdown/dropdown-section.js +1 -0
  67. package/cjs/dropdown/dropdown-trigger.js +1 -0
  68. package/cjs/dropdown/dropdown-types.js +1 -0
  69. package/cjs/dropdown/dropdown.js +1 -0
  70. package/cjs/dropdown/dropdown.styles.js +1 -0
  71. package/cjs/dropdown/index.js +1 -0
  72. package/cjs/dropdown/use-dropdown.js +1 -0
  73. package/cjs/grid/grid-container.js +1 -0
  74. package/cjs/grid/grid-item.js +1 -0
  75. package/cjs/grid/grid.js +1 -0
  76. package/cjs/grid/grid.styles.js +1 -0
  77. package/cjs/grid/index.js +1 -0
  78. package/cjs/image/image.js +1 -0
  79. package/cjs/image/image.skeleton.js +1 -0
  80. package/cjs/image/image.styles.js +1 -0
  81. package/cjs/image/index.js +1 -0
  82. package/cjs/index.js +1 -0
  83. package/cjs/input/index.js +1 -0
  84. package/cjs/input/input-password.js +1 -0
  85. package/cjs/input/input-props.js +1 -0
  86. package/cjs/input/input.js +1 -0
  87. package/cjs/input/input.styles.js +1 -0
  88. package/cjs/input/password-icon.js +1 -0
  89. package/cjs/link/icon.js +1 -0
  90. package/cjs/link/index.js +1 -0
  91. package/cjs/link/link.js +1 -0
  92. package/cjs/link/link.styles.js +1 -0
  93. package/cjs/loading/index.js +1 -0
  94. package/cjs/loading/loading.js +1 -0
  95. package/cjs/loading/loading.styles.js +1 -0
  96. package/cjs/loading/spinner.js +1 -0
  97. package/cjs/modal/index.js +1 -0
  98. package/cjs/modal/modal-body.js +1 -0
  99. package/cjs/modal/modal-close-button.js +1 -0
  100. package/cjs/modal/modal-context.js +1 -0
  101. package/cjs/modal/modal-footer.js +1 -0
  102. package/cjs/modal/modal-header.js +1 -0
  103. package/cjs/modal/modal-wrapper.js +1 -0
  104. package/cjs/modal/modal.js +1 -0
  105. package/cjs/modal/modal.styles.js +1 -0
  106. package/cjs/modal/use-modal.js +1 -0
  107. package/cjs/navbar/index.js +1 -0
  108. package/cjs/navbar/navbar-brand.js +1 -0
  109. package/cjs/navbar/navbar-collapse-context.js +1 -0
  110. package/cjs/navbar/navbar-collapse-item.js +1 -0
  111. package/cjs/navbar/navbar-collapse.js +1 -0
  112. package/cjs/navbar/navbar-content-context.js +1 -0
  113. package/cjs/navbar/navbar-content.js +1 -0
  114. package/cjs/navbar/navbar-context.js +1 -0
  115. package/cjs/navbar/navbar-item.js +1 -0
  116. package/cjs/navbar/navbar-link.js +1 -0
  117. package/cjs/navbar/navbar-toggle-icon.js +1 -0
  118. package/cjs/navbar/navbar-toggle.js +1 -0
  119. package/cjs/navbar/navbar.js +1 -0
  120. package/cjs/navbar/navbar.styles.js +1 -0
  121. package/cjs/navbar/use-navbar-collapse.js +1 -0
  122. package/cjs/navbar/use-navbar-content.js +1 -0
  123. package/cjs/navbar/use-navbar.js +1 -0
  124. package/cjs/pagination/index.js +1 -0
  125. package/cjs/pagination/pagination-ellipsis.js +1 -0
  126. package/cjs/pagination/pagination-highlight.js +1 -0
  127. package/cjs/pagination/pagination-icon.js +1 -0
  128. package/cjs/pagination/pagination-item.js +1 -0
  129. package/cjs/pagination/pagination.js +1 -0
  130. package/cjs/pagination/pagination.styles.js +1 -0
  131. package/cjs/popover/index.js +1 -0
  132. package/cjs/popover/popover-content.js +1 -0
  133. package/cjs/popover/popover-context.js +1 -0
  134. package/cjs/popover/popover-trigger.js +1 -0
  135. package/cjs/popover/popover.js +1 -0
  136. package/cjs/popover/popover.styles.js +1 -0
  137. package/cjs/popover/use-popover.js +1 -0
  138. package/cjs/popover/utils.js +1 -0
  139. package/cjs/progress/index.js +1 -0
  140. package/cjs/progress/progress.js +1 -0
  141. package/cjs/progress/progress.styles.js +1 -0
  142. package/cjs/radio/index.js +1 -0
  143. package/cjs/radio/radio-context.js +1 -0
  144. package/cjs/radio/radio-group.js +1 -0
  145. package/cjs/radio/radio.js +1 -0
  146. package/cjs/radio/radio.styles.js +1 -0
  147. package/cjs/radio/use-radio-group.js +1 -0
  148. package/cjs/radio/use-radio.js +1 -0
  149. package/cjs/row/index.js +1 -0
  150. package/cjs/row/row.js +1 -0
  151. package/cjs/row/row.styles.js +1 -0
  152. package/cjs/snippet/index.js +1 -0
  153. package/cjs/snippet/snippet-icon.js +1 -0
  154. package/cjs/snippet/snippet.js +1 -0
  155. package/cjs/snippet/snippet.styles.js +1 -0
  156. package/cjs/spacer/index.js +1 -0
  157. package/cjs/spacer/spacer.js +1 -0
  158. package/cjs/spacer/spacer.styles.js +1 -0
  159. package/cjs/switch/index.js +1 -0
  160. package/cjs/switch/switch.js +1 -0
  161. package/cjs/switch/switch.styles.js +1 -0
  162. package/cjs/table/base/index.js +1 -0
  163. package/cjs/table/base/table-body.js +1 -0
  164. package/cjs/table/base/table-cell.js +1 -0
  165. package/cjs/table/base/table-column.js +1 -0
  166. package/cjs/table/base/table-header.js +1 -0
  167. package/cjs/table/base/table-row.js +1 -0
  168. package/cjs/table/index.js +1 -0
  169. package/cjs/table/table-body.js +1 -0
  170. package/cjs/table/table-cell.js +1 -0
  171. package/cjs/table/table-checkbox-cell.js +1 -0
  172. package/cjs/table/table-column-header.js +1 -0
  173. package/cjs/table/table-context.js +1 -0
  174. package/cjs/table/table-footer.js +1 -0
  175. package/cjs/table/table-header-row.js +1 -0
  176. package/cjs/table/table-pagination.js +1 -0
  177. package/cjs/table/table-row-group.js +1 -0
  178. package/cjs/table/table-row.js +1 -0
  179. package/cjs/table/table-select-all-checkbox.js +1 -0
  180. package/cjs/table/table-sort-icon.js +1 -0
  181. package/cjs/table/table.js +1 -0
  182. package/cjs/table/table.styles.js +1 -0
  183. package/cjs/table/utils.js +1 -0
  184. package/cjs/text/child.js +1 -0
  185. package/cjs/text/index.js +1 -0
  186. package/cjs/text/text.js +1 -0
  187. package/cjs/text/text.styles.js +1 -0
  188. package/cjs/textarea/index.js +1 -0
  189. package/cjs/textarea/textarea.js +1 -0
  190. package/cjs/textarea/utils.js +1 -0
  191. package/cjs/theme/colors/blue.js +1 -0
  192. package/cjs/theme/colors/cyan.js +1 -0
  193. package/cjs/theme/colors/gray.js +1 -0
  194. package/cjs/theme/colors/green.js +1 -0
  195. package/cjs/theme/colors/index.js +1 -0
  196. package/cjs/theme/colors/pink.js +1 -0
  197. package/cjs/theme/colors/purple.js +1 -0
  198. package/cjs/theme/colors/red.js +1 -0
  199. package/cjs/theme/colors/yellow.js +1 -0
  200. package/cjs/theme/common.js +1 -0
  201. package/cjs/theme/dark-theme.js +1 -0
  202. package/cjs/theme/index.js +1 -0
  203. package/cjs/theme/light-theme.js +1 -0
  204. package/cjs/theme/shared-css.js +1 -0
  205. package/cjs/theme/stitches.config.js +1 -0
  206. package/cjs/theme/theme-context.js +1 -0
  207. package/cjs/theme/theme-provider.js +1 -0
  208. package/cjs/theme/types.js +1 -0
  209. package/cjs/theme/utils.js +1 -0
  210. package/cjs/tooltip/index.js +1 -0
  211. package/cjs/tooltip/placement.js +1 -0
  212. package/cjs/tooltip/tooltip-content.js +1 -0
  213. package/cjs/tooltip/tooltip.js +1 -0
  214. package/cjs/tooltip/tooltip.styles.js +1 -0
  215. package/cjs/use-body-scroll/index.js +1 -0
  216. package/cjs/use-body-scroll/use-body-scroll.js +1 -0
  217. package/cjs/use-click-anywhere/index.js +1 -0
  218. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -0
  219. package/cjs/use-click-away/index.js +1 -0
  220. package/cjs/use-click-away/use-click-away.js +1 -0
  221. package/cjs/use-clipboard/index.js +1 -0
  222. package/cjs/use-clipboard/use-clipboard.js +1 -0
  223. package/cjs/use-current-state/index.js +1 -0
  224. package/cjs/use-current-state/use-current-state.js +1 -0
  225. package/cjs/use-drip/index.js +1 -0
  226. package/cjs/use-drip/use-drip.js +1 -0
  227. package/cjs/use-input/index.js +1 -0
  228. package/cjs/use-input/use-input.js +1 -0
  229. package/cjs/use-intersection-observer/index.js +1 -0
  230. package/cjs/use-intersection-observer/use-intersection-observer.js +1 -0
  231. package/cjs/use-keyboard/codes.js +1 -0
  232. package/cjs/use-keyboard/helper.js +1 -0
  233. package/cjs/use-keyboard/index.js +1 -0
  234. package/cjs/use-keyboard/use-keyboard.js +1 -0
  235. package/cjs/use-pagination/index.js +1 -0
  236. package/cjs/use-portal/index.js +1 -0
  237. package/cjs/use-portal/use-portal.js +1 -0
  238. package/cjs/use-real-shape/index.js +1 -0
  239. package/cjs/use-real-shape/use-real-shape.js +1 -0
  240. package/cjs/use-resize/index.js +1 -0
  241. package/cjs/use-resize/use-resize.js +1 -0
  242. package/cjs/use-scroll-position/index.js +1 -0
  243. package/cjs/use-scroll-position/use-scroll-position.js +1 -0
  244. package/cjs/use-ssr/index.js +1 -0
  245. package/cjs/use-ssr/use-ssr.js +1 -0
  246. package/cjs/use-theme/index.js +1 -0
  247. package/cjs/use-theme/use-theme.js +1 -0
  248. package/cjs/user/index.js +1 -0
  249. package/cjs/user/user-link.js +1 -0
  250. package/cjs/user/user.js +1 -0
  251. package/cjs/user/user.styles.js +1 -0
  252. package/cjs/utils/animations.js +1 -0
  253. package/cjs/utils/assertion.js +1 -0
  254. package/cjs/utils/checkmark.js +1 -0
  255. package/cjs/utils/clear-icon.js +1 -0
  256. package/cjs/utils/clsx.js +1 -0
  257. package/cjs/utils/collections.js +1 -0
  258. package/cjs/utils/color.js +1 -0
  259. package/cjs/utils/console.js +1 -0
  260. package/cjs/utils/context.js +1 -0
  261. package/cjs/utils/css-transition.js +1 -0
  262. package/cjs/utils/deep-merge.js +1 -0
  263. package/cjs/utils/dimensions.js +1 -0
  264. package/cjs/utils/dom.js +1 -0
  265. package/cjs/utils/drip.js +1 -0
  266. package/cjs/utils/expand.js +1 -0
  267. package/cjs/utils/icons.js +1 -0
  268. package/cjs/utils/numbers.js +1 -0
  269. package/cjs/utils/object.js +1 -0
  270. package/cjs/utils/prop-types.js +1 -0
  271. package/cjs/utils/react.js +1 -0
  272. package/cjs/utils/refs.js +1 -0
  273. package/cjs/utils/strings.js +1 -0
  274. package/cjs/utils/system.js +1 -0
  275. package/cjs/utils/with-defaults.js +1 -0
  276. package/code/package.json +6 -0
  277. package/col/package.json +6 -0
  278. package/collapse/package.json +6 -0
  279. package/container/package.json +6 -0
  280. package/css-baseline/package.json +6 -0
  281. package/divider/package.json +6 -0
  282. package/dropdown/package.json +6 -0
  283. package/esm/avatar/avatar-group.js +1 -0
  284. package/esm/avatar/avatar-group.styles.js +1 -0
  285. package/esm/avatar/avatar.js +1 -0
  286. package/esm/avatar/avatar.styles.js +1 -0
  287. package/esm/avatar/index.js +1 -0
  288. package/esm/backdrop/backdrop.js +1 -0
  289. package/esm/backdrop/backdrop.styles.js +1 -0
  290. package/esm/backdrop/index.js +1 -0
  291. package/esm/badge/badge.animations.js +1 -0
  292. package/esm/badge/badge.js +1 -0
  293. package/esm/badge/badge.styles.js +1 -0
  294. package/esm/badge/index.js +1 -0
  295. package/esm/button/button-group-context.js +1 -0
  296. package/esm/button/button-group.js +1 -0
  297. package/esm/button/button-group.styles.js +1 -0
  298. package/esm/button/button-icon.js +1 -0
  299. package/esm/button/button.js +1 -0
  300. package/esm/button/button.styles.js +1 -0
  301. package/esm/button/index.js +1 -0
  302. package/esm/button/utils.js +1 -0
  303. package/esm/card/card.js +1 -0
  304. package/esm/card/card.styles.js +1 -0
  305. package/esm/card/index.js +1 -0
  306. package/esm/card/use-card.js +1 -0
  307. package/esm/checkbox/checkbox-context.js +1 -0
  308. package/esm/checkbox/checkbox-group.js +1 -0
  309. package/esm/checkbox/checkbox.js +1 -0
  310. package/esm/checkbox/checkbox.styles.js +1 -0
  311. package/esm/checkbox/index.js +1 -0
  312. package/esm/checkbox/use-checkbox-group.js +1 -0
  313. package/esm/checkbox/use-checkbox.js +1 -0
  314. package/esm/code/code.js +1 -0
  315. package/esm/code/code.styles.js +1 -0
  316. package/esm/code/index.js +1 -0
  317. package/esm/col/col.js +1 -0
  318. package/esm/col/col.styles.js +1 -0
  319. package/esm/col/index.js +1 -0
  320. package/esm/collapse/collapse-context.js +1 -0
  321. package/esm/collapse/collapse-group.js +1 -0
  322. package/esm/collapse/collapse-icon.js +1 -0
  323. package/esm/collapse/collapse.js +1 -0
  324. package/esm/collapse/collapse.styles.js +1 -0
  325. package/esm/collapse/index.js +1 -0
  326. package/esm/container/container.js +1 -0
  327. package/esm/container/container.styles.js +1 -0
  328. package/esm/container/index.js +1 -0
  329. package/esm/css-baseline/css-baseline.js +1 -0
  330. package/esm/css-baseline/index.js +1 -0
  331. package/esm/divider/divider.js +1 -0
  332. package/esm/divider/divider.styles.js +1 -0
  333. package/esm/divider/index.js +1 -0
  334. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  335. package/esm/dropdown/dropdown-button.js +1 -0
  336. package/esm/dropdown/dropdown-context.js +1 -0
  337. package/esm/dropdown/dropdown-icon.js +1 -0
  338. package/esm/dropdown/dropdown-item.js +1 -0
  339. package/esm/dropdown/dropdown-menu.js +1 -0
  340. package/esm/dropdown/dropdown-section.js +1 -0
  341. package/esm/dropdown/dropdown-trigger.js +1 -0
  342. package/esm/dropdown/dropdown-types.js +1 -0
  343. package/esm/dropdown/dropdown.js +1 -0
  344. package/esm/dropdown/dropdown.styles.js +1 -0
  345. package/esm/dropdown/index.js +1 -0
  346. package/esm/dropdown/use-dropdown.js +1 -0
  347. package/esm/grid/grid-container.js +1 -0
  348. package/esm/grid/grid-item.js +1 -0
  349. package/esm/grid/grid.js +1 -0
  350. package/esm/grid/grid.styles.js +1 -0
  351. package/esm/grid/index.js +1 -0
  352. package/esm/image/image.js +1 -0
  353. package/esm/image/image.skeleton.js +1 -0
  354. package/esm/image/image.styles.js +1 -0
  355. package/esm/image/index.js +1 -0
  356. package/esm/index.js +1 -0
  357. package/esm/input/index.js +1 -0
  358. package/esm/input/input-password.js +1 -0
  359. package/esm/input/input-props.js +1 -0
  360. package/esm/input/input.js +1 -0
  361. package/esm/input/input.styles.js +1 -0
  362. package/esm/input/password-icon.js +1 -0
  363. package/esm/link/icon.js +1 -0
  364. package/esm/link/index.js +1 -0
  365. package/esm/link/link.js +1 -0
  366. package/esm/link/link.styles.js +1 -0
  367. package/esm/loading/index.js +1 -0
  368. package/esm/loading/loading.js +1 -0
  369. package/esm/loading/loading.styles.js +1 -0
  370. package/esm/loading/spinner.js +1 -0
  371. package/esm/modal/index.js +1 -0
  372. package/esm/modal/modal-body.js +1 -0
  373. package/esm/modal/modal-close-button.js +1 -0
  374. package/esm/modal/modal-context.js +1 -0
  375. package/esm/modal/modal-footer.js +1 -0
  376. package/esm/modal/modal-header.js +1 -0
  377. package/esm/modal/modal-wrapper.js +1 -0
  378. package/esm/modal/modal.js +1 -0
  379. package/esm/modal/modal.styles.js +1 -0
  380. package/esm/modal/use-modal.js +1 -0
  381. package/esm/navbar/index.js +1 -0
  382. package/esm/navbar/navbar-brand.js +1 -0
  383. package/esm/navbar/navbar-collapse-context.js +1 -0
  384. package/esm/navbar/navbar-collapse-item.js +1 -0
  385. package/esm/navbar/navbar-collapse.js +1 -0
  386. package/esm/navbar/navbar-content-context.js +1 -0
  387. package/esm/navbar/navbar-content.js +1 -0
  388. package/esm/navbar/navbar-context.js +1 -0
  389. package/esm/navbar/navbar-item.js +1 -0
  390. package/esm/navbar/navbar-link.js +1 -0
  391. package/esm/navbar/navbar-toggle-icon.js +1 -0
  392. package/esm/navbar/navbar-toggle.js +1 -0
  393. package/esm/navbar/navbar.js +1 -0
  394. package/esm/navbar/navbar.styles.js +1 -0
  395. package/esm/navbar/use-navbar-collapse.js +1 -0
  396. package/esm/navbar/use-navbar-content.js +1 -0
  397. package/esm/navbar/use-navbar.js +1 -0
  398. package/esm/pagination/index.js +1 -0
  399. package/esm/pagination/pagination-ellipsis.js +1 -0
  400. package/esm/pagination/pagination-highlight.js +1 -0
  401. package/esm/pagination/pagination-icon.js +1 -0
  402. package/esm/pagination/pagination-item.js +1 -0
  403. package/esm/pagination/pagination.js +1 -0
  404. package/esm/pagination/pagination.styles.js +1 -0
  405. package/esm/popover/index.js +1 -0
  406. package/esm/popover/popover-content.js +1 -0
  407. package/esm/popover/popover-context.js +1 -0
  408. package/esm/popover/popover-trigger.js +1 -0
  409. package/esm/popover/popover.js +1 -0
  410. package/esm/popover/popover.styles.js +1 -0
  411. package/esm/popover/use-popover.js +1 -0
  412. package/esm/popover/utils.js +1 -0
  413. package/esm/progress/index.js +1 -0
  414. package/esm/progress/progress.js +1 -0
  415. package/esm/progress/progress.styles.js +1 -0
  416. package/esm/radio/index.js +1 -0
  417. package/esm/radio/radio-context.js +1 -0
  418. package/esm/radio/radio-group.js +1 -0
  419. package/esm/radio/radio.js +1 -0
  420. package/esm/radio/radio.styles.js +1 -0
  421. package/esm/radio/use-radio-group.js +1 -0
  422. package/esm/radio/use-radio.js +1 -0
  423. package/esm/row/index.js +1 -0
  424. package/esm/row/row.js +1 -0
  425. package/esm/row/row.styles.js +1 -0
  426. package/esm/snippet/index.js +1 -0
  427. package/esm/snippet/snippet-icon.js +1 -0
  428. package/esm/snippet/snippet.js +1 -0
  429. package/esm/snippet/snippet.styles.js +1 -0
  430. package/esm/spacer/index.js +1 -0
  431. package/esm/spacer/spacer.js +1 -0
  432. package/esm/spacer/spacer.styles.js +1 -0
  433. package/esm/switch/index.js +1 -0
  434. package/esm/switch/switch.js +1 -0
  435. package/esm/switch/switch.styles.js +1 -0
  436. package/esm/table/base/index.js +1 -0
  437. package/esm/table/base/table-body.js +1 -0
  438. package/esm/table/base/table-cell.js +1 -0
  439. package/esm/table/base/table-column.js +1 -0
  440. package/esm/table/base/table-header.js +1 -0
  441. package/esm/table/base/table-row.js +1 -0
  442. package/esm/table/index.js +1 -0
  443. package/esm/table/table-body.js +1 -0
  444. package/esm/table/table-cell.js +1 -0
  445. package/esm/table/table-checkbox-cell.js +1 -0
  446. package/esm/table/table-column-header.js +1 -0
  447. package/esm/table/table-context.js +1 -0
  448. package/esm/table/table-footer.js +1 -0
  449. package/esm/table/table-header-row.js +1 -0
  450. package/esm/table/table-pagination.js +1 -0
  451. package/esm/table/table-row-group.js +1 -0
  452. package/esm/table/table-row.js +1 -0
  453. package/esm/table/table-select-all-checkbox.js +1 -0
  454. package/esm/table/table-sort-icon.js +1 -0
  455. package/esm/table/table.js +1 -0
  456. package/esm/table/table.styles.js +1 -0
  457. package/esm/table/utils.js +1 -0
  458. package/esm/text/child.js +1 -0
  459. package/esm/text/index.js +1 -0
  460. package/esm/text/text.js +1 -0
  461. package/esm/text/text.styles.js +1 -0
  462. package/esm/textarea/index.js +1 -0
  463. package/esm/textarea/textarea.js +1 -0
  464. package/esm/textarea/utils.js +1 -0
  465. package/esm/theme/colors/blue.js +1 -0
  466. package/esm/theme/colors/cyan.js +1 -0
  467. package/esm/theme/colors/gray.js +1 -0
  468. package/esm/theme/colors/green.js +1 -0
  469. package/esm/theme/colors/index.js +1 -0
  470. package/esm/theme/colors/pink.js +1 -0
  471. package/esm/theme/colors/purple.js +1 -0
  472. package/esm/theme/colors/red.js +1 -0
  473. package/esm/theme/colors/yellow.js +1 -0
  474. package/esm/theme/common.js +1 -0
  475. package/esm/theme/dark-theme.js +1 -0
  476. package/esm/theme/index.js +1 -0
  477. package/esm/theme/light-theme.js +1 -0
  478. package/esm/theme/shared-css.js +1 -0
  479. package/esm/theme/stitches.config.js +1 -0
  480. package/esm/theme/theme-context.js +1 -0
  481. package/esm/theme/theme-provider.js +1 -0
  482. package/esm/theme/types.js +1 -0
  483. package/esm/theme/utils.js +1 -0
  484. package/esm/tooltip/index.js +1 -0
  485. package/esm/tooltip/placement.js +1 -0
  486. package/esm/tooltip/tooltip-content.js +1 -0
  487. package/esm/tooltip/tooltip.js +1 -0
  488. package/esm/tooltip/tooltip.styles.js +1 -0
  489. package/esm/use-body-scroll/index.js +1 -0
  490. package/esm/use-body-scroll/use-body-scroll.js +1 -0
  491. package/esm/use-click-anywhere/index.js +1 -0
  492. package/esm/use-click-anywhere/use-click-anywhere.js +1 -0
  493. package/esm/use-click-away/index.js +1 -0
  494. package/esm/use-click-away/use-click-away.js +1 -0
  495. package/esm/use-clipboard/index.js +1 -0
  496. package/esm/use-clipboard/use-clipboard.js +1 -0
  497. package/esm/use-current-state/index.js +1 -0
  498. package/esm/use-current-state/use-current-state.js +1 -0
  499. package/esm/use-drip/index.js +1 -0
  500. package/esm/use-drip/use-drip.js +1 -0
  501. package/esm/use-input/index.js +1 -0
  502. package/esm/use-input/use-input.js +1 -0
  503. package/esm/use-intersection-observer/index.js +1 -0
  504. package/esm/use-intersection-observer/use-intersection-observer.js +1 -0
  505. package/esm/use-keyboard/codes.js +1 -0
  506. package/esm/use-keyboard/helper.js +1 -0
  507. package/esm/use-keyboard/index.js +1 -0
  508. package/esm/use-keyboard/use-keyboard.js +1 -0
  509. package/esm/use-pagination/index.js +1 -0
  510. package/esm/use-portal/index.js +1 -0
  511. package/esm/use-portal/use-portal.js +1 -0
  512. package/esm/use-real-shape/index.js +1 -0
  513. package/esm/use-real-shape/use-real-shape.js +1 -0
  514. package/esm/use-resize/index.js +1 -0
  515. package/esm/use-resize/use-resize.js +1 -0
  516. package/esm/use-scroll-position/index.js +1 -0
  517. package/esm/use-scroll-position/use-scroll-position.js +1 -0
  518. package/esm/use-ssr/index.js +1 -0
  519. package/esm/use-ssr/use-ssr.js +1 -0
  520. package/esm/use-theme/index.js +1 -0
  521. package/esm/use-theme/use-theme.js +1 -0
  522. package/esm/user/index.js +1 -0
  523. package/esm/user/user-link.js +1 -0
  524. package/esm/user/user.js +1 -0
  525. package/esm/user/user.styles.js +1 -0
  526. package/esm/utils/animations.js +1 -0
  527. package/esm/utils/assertion.js +1 -0
  528. package/esm/utils/checkmark.js +1 -0
  529. package/esm/utils/clear-icon.js +1 -0
  530. package/esm/utils/clsx.js +1 -0
  531. package/esm/utils/collections.js +1 -0
  532. package/esm/utils/color.js +1 -0
  533. package/esm/utils/console.js +1 -0
  534. package/esm/utils/context.js +1 -0
  535. package/esm/utils/css-transition.js +1 -0
  536. package/esm/utils/deep-merge.js +1 -0
  537. package/esm/utils/dimensions.js +1 -0
  538. package/esm/utils/dom.js +1 -0
  539. package/esm/utils/drip.js +1 -0
  540. package/esm/utils/expand.js +1 -0
  541. package/esm/utils/icons.js +1 -0
  542. package/esm/utils/numbers.js +1 -0
  543. package/esm/utils/object.js +1 -0
  544. package/esm/utils/prop-types.js +1 -0
  545. package/esm/utils/react.js +1 -0
  546. package/esm/utils/refs.js +1 -0
  547. package/esm/utils/strings.js +1 -0
  548. package/esm/utils/system.js +1 -0
  549. package/esm/utils/with-defaults.js +1 -0
  550. package/grid/package.json +6 -0
  551. package/image/package.json +6 -0
  552. package/input/package.json +6 -0
  553. package/link/package.json +6 -0
  554. package/loading/package.json +6 -0
  555. package/modal/package.json +6 -0
  556. package/navbar/package.json +6 -0
  557. package/package.json +70 -0
  558. package/pagination/package.json +6 -0
  559. package/popover/package.json +6 -0
  560. package/progress/package.json +6 -0
  561. package/radio/package.json +6 -0
  562. package/row/package.json +6 -0
  563. package/snippet/package.json +6 -0
  564. package/spacer/package.json +6 -0
  565. package/switch/package.json +6 -0
  566. package/table/package.json +6 -0
  567. package/text/package.json +6 -0
  568. package/textarea/package.json +6 -0
  569. package/tooltip/package.json +6 -0
  570. package/types/avatar/avatar-group.d.ts +39 -0
  571. package/types/avatar/avatar-group.styles.d.ts +2149 -0
  572. package/types/avatar/avatar.d.ts +1411 -0
  573. package/types/avatar/avatar.styles.d.ts +2441 -0
  574. package/types/avatar/index.d.ts +7 -0
  575. package/types/backdrop/backdrop.d.ts +37 -0
  576. package/types/backdrop/backdrop.styles.d.ts +3225 -0
  577. package/types/backdrop/index.d.ts +5 -0
  578. package/types/badge/badge.animations.d.ts +36 -0
  579. package/types/badge/badge.d.ts +13 -0
  580. package/types/badge/badge.styles.d.ts +3240 -0
  581. package/types/badge/index.d.ts +5 -0
  582. package/types/button/button-group-context.d.ts +20 -0
  583. package/types/button/button-group.d.ts +34 -0
  584. package/types/button/button-group.styles.d.ts +1081 -0
  585. package/types/button/button-icon.d.ts +1095 -0
  586. package/types/button/button.d.ts +32 -0
  587. package/types/button/button.styles.d.ts +3472 -0
  588. package/types/button/index.d.ts +10 -0
  589. package/types/button/utils.d.ts +53 -0
  590. package/types/card/card.d.ts +22 -0
  591. package/types/card/card.styles.d.ts +6689 -0
  592. package/types/card/index.d.ts +5 -0
  593. package/types/card/use-card.d.ts +41 -0
  594. package/types/checkbox/checkbox-context.d.ts +3 -0
  595. package/types/checkbox/checkbox-group.d.ts +11 -0
  596. package/types/checkbox/checkbox.d.ts +19 -0
  597. package/types/checkbox/checkbox.styles.d.ts +10848 -0
  598. package/types/checkbox/index.d.ts +6 -0
  599. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  600. package/types/checkbox/use-checkbox.d.ts +26 -0
  601. package/types/code/code.d.ts +15 -0
  602. package/types/code/code.styles.d.ts +2146 -0
  603. package/types/code/index.d.ts +5 -0
  604. package/types/col/col.d.ts +20 -0
  605. package/types/col/col.styles.d.ts +1075 -0
  606. package/types/col/index.d.ts +5 -0
  607. package/types/collapse/collapse-context.d.ts +9 -0
  608. package/types/collapse/collapse-group.d.ts +18 -0
  609. package/types/collapse/collapse-icon.d.ts +24 -0
  610. package/types/collapse/collapse.d.ts +43 -0
  611. package/types/collapse/collapse.styles.d.ts +6470 -0
  612. package/types/collapse/index.d.ts +6 -0
  613. package/types/container/container.d.ts +40 -0
  614. package/types/container/container.styles.d.ts +1078 -0
  615. package/types/container/index.d.ts +5 -0
  616. package/types/css-baseline/css-baseline.d.ts +9 -0
  617. package/types/css-baseline/index.d.ts +1 -0
  618. package/types/divider/divider.d.ts +22 -0
  619. package/types/divider/divider.styles.d.ts +2151 -0
  620. package/types/divider/index.d.ts +5 -0
  621. package/types/dropdown/base/dropdown-item-base.d.ts +23 -0
  622. package/types/dropdown/dropdown-button.d.ts +306 -0
  623. package/types/dropdown/dropdown-context.d.ts +290 -0
  624. package/types/dropdown/dropdown-icon.d.ts +9 -0
  625. package/types/dropdown/dropdown-item.d.ts +35 -0
  626. package/types/dropdown/dropdown-menu.d.ts +30 -0
  627. package/types/dropdown/dropdown-section.d.ts +29 -0
  628. package/types/dropdown/dropdown-trigger.d.ts +9 -0
  629. package/types/dropdown/dropdown-types.d.ts +24 -0
  630. package/types/dropdown/dropdown.d.ts +24 -0
  631. package/types/dropdown/dropdown.styles.d.ts +12155 -0
  632. package/types/dropdown/index.d.ts +9 -0
  633. package/types/dropdown/use-dropdown.d.ts +175 -0
  634. package/types/grid/grid-container.d.ts +19 -0
  635. package/types/grid/grid-item.d.ts +31 -0
  636. package/types/grid/grid.d.ts +9 -0
  637. package/types/grid/grid.styles.d.ts +2147 -0
  638. package/types/grid/index.d.ts +7 -0
  639. package/types/image/image.d.ts +46 -0
  640. package/types/image/image.skeleton.d.ts +19 -0
  641. package/types/image/image.styles.d.ts +3222 -0
  642. package/types/image/index.d.ts +5 -0
  643. package/types/index.d.ts +97 -0
  644. package/types/input/index.d.ts +7 -0
  645. package/types/input/input-password.d.ts +98 -0
  646. package/types/input/input-props.d.ts +66 -0
  647. package/types/input/input.d.ts +18 -0
  648. package/types/input/input.styles.d.ts +11856 -0
  649. package/types/input/password-icon.d.ts +6 -0
  650. package/types/link/icon.d.ts +4 -0
  651. package/types/link/index.d.ts +5 -0
  652. package/types/link/link.d.ts +11 -0
  653. package/types/link/link.styles.d.ts +3303 -0
  654. package/types/loading/index.d.ts +7 -0
  655. package/types/loading/loading.d.ts +24 -0
  656. package/types/loading/loading.styles.d.ts +6448 -0
  657. package/types/loading/spinner.d.ts +17 -0
  658. package/types/modal/index.d.ts +8 -0
  659. package/types/modal/modal-body.d.ts +50 -0
  660. package/types/modal/modal-close-button.d.ts +13 -0
  661. package/types/modal/modal-context.d.ts +8 -0
  662. package/types/modal/modal-footer.d.ts +24 -0
  663. package/types/modal/modal-header.d.ts +24 -0
  664. package/types/modal/modal-wrapper.d.ts +24 -0
  665. package/types/modal/modal.d.ts +40 -0
  666. package/types/modal/modal.styles.d.ts +6453 -0
  667. package/types/modal/use-modal.d.ts +11 -0
  668. package/types/navbar/index.d.ts +11 -0
  669. package/types/navbar/navbar-brand.d.ts +9 -0
  670. package/types/navbar/navbar-collapse-context.d.ts +798 -0
  671. package/types/navbar/navbar-collapse-item.d.ts +12 -0
  672. package/types/navbar/navbar-collapse.d.ts +4 -0
  673. package/types/navbar/navbar-content-context.d.ts +886 -0
  674. package/types/navbar/navbar-content.d.ts +11 -0
  675. package/types/navbar/navbar-context.d.ts +842 -0
  676. package/types/navbar/navbar-item.d.ts +10 -0
  677. package/types/navbar/navbar-link.d.ts +10 -0
  678. package/types/navbar/navbar-toggle-icon.d.ts +9 -0
  679. package/types/navbar/navbar-toggle.d.ts +9 -0
  680. package/types/navbar/navbar.d.ts +24 -0
  681. package/types/navbar/navbar.styles.d.ts +42225 -0
  682. package/types/navbar/use-navbar-collapse.d.ts +419 -0
  683. package/types/navbar/use-navbar-content.d.ts +480 -0
  684. package/types/navbar/use-navbar.d.ts +475 -0
  685. package/types/pagination/index.d.ts +7 -0
  686. package/types/pagination/pagination-ellipsis.d.ts +11 -0
  687. package/types/pagination/pagination-highlight.d.ts +15 -0
  688. package/types/pagination/pagination-icon.d.ts +16 -0
  689. package/types/pagination/pagination-item.d.ts +22 -0
  690. package/types/pagination/pagination.d.ts +46 -0
  691. package/types/pagination/pagination.styles.d.ts +6461 -0
  692. package/types/popover/index.d.ts +5 -0
  693. package/types/popover/popover-content.d.ts +14 -0
  694. package/types/popover/popover-context.d.ts +192 -0
  695. package/types/popover/popover-trigger.d.ts +6 -0
  696. package/types/popover/popover.d.ts +17 -0
  697. package/types/popover/popover.styles.d.ts +3307 -0
  698. package/types/popover/use-popover.d.ts +156 -0
  699. package/types/popover/utils.d.ts +6 -0
  700. package/types/progress/index.d.ts +5 -0
  701. package/types/progress/progress.d.ts +70 -0
  702. package/types/progress/progress.styles.d.ts +2157 -0
  703. package/types/radio/index.d.ts +4 -0
  704. package/types/radio/radio-context.d.ts +22 -0
  705. package/types/radio/radio-group.d.ts +15 -0
  706. package/types/radio/radio.d.ts +22 -0
  707. package/types/radio/radio.styles.d.ts +8606 -0
  708. package/types/radio/use-radio-group.d.ts +26 -0
  709. package/types/radio/use-radio.d.ts +31 -0
  710. package/types/row/index.d.ts +5 -0
  711. package/types/row/row.d.ts +21 -0
  712. package/types/row/row.styles.d.ts +1077 -0
  713. package/types/snippet/index.d.ts +5 -0
  714. package/types/snippet/snippet-icon.d.ts +21 -0
  715. package/types/snippet/snippet.d.ts +35 -0
  716. package/types/snippet/snippet.styles.d.ts +4298 -0
  717. package/types/spacer/index.d.ts +5 -0
  718. package/types/spacer/spacer.d.ts +46 -0
  719. package/types/spacer/spacer.styles.d.ts +1076 -0
  720. package/types/switch/index.d.ts +5 -0
  721. package/types/switch/switch.d.ts +87 -0
  722. package/types/switch/switch.styles.d.ts +4307 -0
  723. package/types/table/base/index.d.ts +5 -0
  724. package/types/table/base/table-body.d.ts +8 -0
  725. package/types/table/base/table-cell.d.ts +8 -0
  726. package/types/table/base/table-column.d.ts +8 -0
  727. package/types/table/base/table-header.d.ts +4 -0
  728. package/types/table/base/table-row.d.ts +8 -0
  729. package/types/table/index.d.ts +12 -0
  730. package/types/table/table-body.d.ts +20 -0
  731. package/types/table/table-cell.d.ts +20 -0
  732. package/types/table/table-checkbox-cell.d.ts +23 -0
  733. package/types/table/table-column-header.d.ts +1175 -0
  734. package/types/table/table-context.d.ts +29 -0
  735. package/types/table/table-footer.d.ts +36 -0
  736. package/types/table/table-header-row.d.ts +19 -0
  737. package/types/table/table-pagination.d.ts +16 -0
  738. package/types/table/table-row-group.d.ts +14 -0
  739. package/types/table/table-row.d.ts +19 -0
  740. package/types/table/table-select-all-checkbox.d.ts +20 -0
  741. package/types/table/table-sort-icon.d.ts +1085 -0
  742. package/types/table/table.d.ts +29 -0
  743. package/types/table/table.styles.d.ts +18448 -0
  744. package/types/table/utils.d.ts +7 -0
  745. package/types/text/child.d.ts +8722 -0
  746. package/types/text/index.d.ts +4 -0
  747. package/types/text/text.d.ts +25 -0
  748. package/types/text/text.styles.d.ts +5396 -0
  749. package/types/textarea/index.d.ts +3 -0
  750. package/types/textarea/textarea.d.ts +42 -0
  751. package/types/textarea/utils.d.ts +13 -0
  752. package/types/theme/colors/blue.d.ts +24 -0
  753. package/types/theme/colors/cyan.d.ts +24 -0
  754. package/types/theme/colors/gray.d.ts +24 -0
  755. package/types/theme/colors/green.d.ts +24 -0
  756. package/types/theme/colors/index.d.ts +8 -0
  757. package/types/theme/colors/pink.d.ts +24 -0
  758. package/types/theme/colors/purple.d.ts +24 -0
  759. package/types/theme/colors/red.d.ts +24 -0
  760. package/types/theme/colors/yellow.d.ts +24 -0
  761. package/types/theme/common.d.ts +1761 -0
  762. package/types/theme/dark-theme.d.ts +136 -0
  763. package/types/theme/index.d.ts +4 -0
  764. package/types/theme/light-theme.d.ts +109 -0
  765. package/types/theme/shared-css.d.ts +10729 -0
  766. package/types/theme/stitches.config.d.ts +8486 -0
  767. package/types/theme/theme-context.d.ts +5 -0
  768. package/types/theme/theme-provider.d.ts +14 -0
  769. package/types/theme/types.d.ts +85 -0
  770. package/types/theme/utils.d.ts +16 -0
  771. package/types/tooltip/index.d.ts +6 -0
  772. package/types/tooltip/placement.d.ts +39 -0
  773. package/types/tooltip/tooltip-content.d.ts +27 -0
  774. package/types/tooltip/tooltip.d.ts +59 -0
  775. package/types/tooltip/tooltip.styles.d.ts +4299 -0
  776. package/types/use-body-scroll/index.d.ts +3 -0
  777. package/types/use-body-scroll/use-body-scroll.d.ts +9 -0
  778. package/types/use-click-anywhere/index.d.ts +2 -0
  779. package/types/use-click-anywhere/use-click-anywhere.d.ts +2 -0
  780. package/types/use-click-away/index.d.ts +2 -0
  781. package/types/use-click-away/use-click-away.d.ts +3 -0
  782. package/types/use-clipboard/index.d.ts +3 -0
  783. package/types/use-clipboard/use-clipboard.d.ts +8 -0
  784. package/types/use-current-state/index.d.ts +2 -0
  785. package/types/use-current-state/use-current-state.d.ts +4 -0
  786. package/types/use-drip/index.d.ts +2 -0
  787. package/types/use-drip/use-drip.d.ts +10 -0
  788. package/types/use-input/index.d.ts +2 -0
  789. package/types/use-input/use-input.d.ts +13 -0
  790. package/types/use-intersection-observer/index.d.ts +2 -0
  791. package/types/use-intersection-observer/use-intersection-observer.d.ts +11 -0
  792. package/types/use-keyboard/codes.d.ts +92 -0
  793. package/types/use-keyboard/helper.d.ts +3 -0
  794. package/types/use-keyboard/index.d.ts +5 -0
  795. package/types/use-keyboard/use-keyboard.d.ts +22 -0
  796. package/types/use-pagination/index.d.ts +20 -0
  797. package/types/use-portal/index.d.ts +2 -0
  798. package/types/use-portal/use-portal.d.ts +2 -0
  799. package/types/use-real-shape/index.d.ts +2 -0
  800. package/types/use-real-shape/use-real-shape.d.ts +9 -0
  801. package/types/use-resize/index.d.ts +2 -0
  802. package/types/use-resize/use-resize.d.ts +2 -0
  803. package/types/use-scroll-position/index.d.ts +2 -0
  804. package/types/use-scroll-position/use-scroll-position.d.ts +16 -0
  805. package/types/use-ssr/index.d.ts +2 -0
  806. package/types/use-ssr/use-ssr.d.ts +6 -0
  807. package/types/use-theme/index.d.ts +2 -0
  808. package/types/use-theme/use-theme.d.ts +3 -0
  809. package/types/user/index.d.ts +5 -0
  810. package/types/user/user-link.d.ts +8 -0
  811. package/types/user/user.d.ts +43 -0
  812. package/types/user/user.styles.d.ts +4290 -0
  813. package/types/utils/animations.d.ts +12 -0
  814. package/types/utils/assertion.d.ts +9 -0
  815. package/types/utils/checkmark.d.ts +19 -0
  816. package/types/utils/clear-icon.d.ts +16 -0
  817. package/types/utils/clsx.d.ts +1 -0
  818. package/types/utils/collections.d.ts +13 -0
  819. package/types/utils/color.d.ts +30 -0
  820. package/types/utils/console.d.ts +1 -0
  821. package/types/utils/context.d.ts +24 -0
  822. package/types/utils/css-transition.d.ts +30 -0
  823. package/types/utils/deep-merge.d.ts +1 -0
  824. package/types/utils/dimensions.d.ts +1 -0
  825. package/types/utils/dom.d.ts +22 -0
  826. package/types/utils/drip.d.ts +1123 -0
  827. package/types/utils/expand.d.ts +20 -0
  828. package/types/utils/numbers.d.ts +9 -0
  829. package/types/utils/object.d.ts +29 -0
  830. package/types/utils/prop-types.d.ts +64 -0
  831. package/types/utils/refs.d.ts +17 -0
  832. package/types/utils/system.d.ts +32 -0
  833. package/types/utils/with-defaults.d.ts +3 -0
  834. package/umd/nextui.js +33940 -0
  835. package/umd/nextui.min.js +2 -0
  836. package/umd/nextui.min.js.LICENSE.txt +14 -0
  837. package/use-body-scroll/package.json +6 -0
  838. package/use-click-anywhere/package.json +6 -0
  839. package/use-click-away/package.json +6 -0
  840. package/use-clipboard/package.json +6 -0
  841. package/use-current-state/package.json +6 -0
  842. package/use-drip/package.json +6 -0
  843. package/use-input/package.json +6 -0
  844. package/use-intersection-observer/package.json +6 -0
  845. package/use-keyboard/package.json +6 -0
  846. package/use-portal/package.json +6 -0
  847. package/use-real-shape/package.json +6 -0
  848. package/use-resize/package.json +6 -0
  849. package/use-scroll-position/package.json +6 -0
  850. package/use-ssr/package.json +6 -0
  851. package/use-theme/package.json +6 -0
  852. package/user/package.json +6 -0
  853. package/utils/package.json +6 -0
@@ -0,0 +1,3240 @@
1
+ import { VariantProps } from "../theme/stitches.config";
2
+ export declare const StyledBadgeRoot: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
3
+ xs: string;
4
+ sm: string;
5
+ md: string;
6
+ lg: string;
7
+ xl: string;
8
+ xsMin: string;
9
+ smMin: string;
10
+ mdMin: string;
11
+ lgMin: string;
12
+ xlMin: string;
13
+ xsMax: string;
14
+ smMax: string;
15
+ mdMax: string;
16
+ lgMax: string;
17
+ xlMax: string;
18
+ motion: string;
19
+ safari: string;
20
+ hover: string;
21
+ dark: string;
22
+ light: string;
23
+ }, import("@stitches/react/types/css-util").CSS<{
24
+ xs: string;
25
+ sm: string;
26
+ md: string;
27
+ lg: string;
28
+ xl: string;
29
+ xsMin: string;
30
+ smMin: string;
31
+ mdMin: string;
32
+ lgMin: string;
33
+ xlMin: string;
34
+ xsMax: string;
35
+ smMax: string;
36
+ mdMax: string;
37
+ lgMax: string;
38
+ xlMax: string;
39
+ motion: string;
40
+ safari: string;
41
+ hover: string;
42
+ dark: string;
43
+ light: string;
44
+ }, {
45
+ shadows: {
46
+ xs: string;
47
+ sm: string;
48
+ md: string;
49
+ lg: string;
50
+ xl: string;
51
+ };
52
+ dropShadows: {
53
+ xs: string;
54
+ sm: string;
55
+ md: string;
56
+ lg: string;
57
+ xl: string;
58
+ };
59
+ colors: {
60
+ text: string;
61
+ link: string;
62
+ codeLight: string;
63
+ code: string;
64
+ selection: string;
65
+ border: string;
66
+ gray50: string;
67
+ gray100: string;
68
+ gray200: string;
69
+ gray300: string;
70
+ gray400: string;
71
+ gray500: string;
72
+ gray600: string;
73
+ gray700: string;
74
+ gray800: string;
75
+ gray900: string;
76
+ pink50: string;
77
+ pink100: string;
78
+ pink200: string;
79
+ pink300: string;
80
+ pink400: string;
81
+ pink500: string;
82
+ pink600: string;
83
+ pink700: string;
84
+ pink800: string;
85
+ pink900: string;
86
+ cyan50: string;
87
+ cyan100: string;
88
+ cyan200: string;
89
+ cyan300: string;
90
+ cyan400: string;
91
+ cyan500: string;
92
+ cyan600: string;
93
+ cyan700: string;
94
+ cyan800: string;
95
+ cyan900: string;
96
+ red50: string;
97
+ red100: string;
98
+ red200: string;
99
+ red300: string;
100
+ red400: string;
101
+ red500: string;
102
+ red600: string;
103
+ red700: string;
104
+ red800: string;
105
+ red900: string;
106
+ yellow50: string;
107
+ yellow100: string;
108
+ yellow200: string;
109
+ yellow300: string;
110
+ yellow400: string;
111
+ yellow500: string;
112
+ yellow600: string;
113
+ yellow700: string;
114
+ yellow800: string;
115
+ yellow900: string;
116
+ green50: string;
117
+ green100: string;
118
+ green200: string;
119
+ green300: string;
120
+ green400: string;
121
+ green500: string;
122
+ green600: string;
123
+ green700: string;
124
+ green800: string;
125
+ green900: string;
126
+ purple50: string;
127
+ purple100: string;
128
+ purple200: string;
129
+ purple300: string;
130
+ purple400: string;
131
+ purple500: string;
132
+ purple600: string;
133
+ purple700: string;
134
+ purple800: string;
135
+ purple900: string;
136
+ blue50: string;
137
+ blue100: string;
138
+ blue200: string;
139
+ blue300: string;
140
+ blue400: string;
141
+ blue500: string;
142
+ blue600: string;
143
+ blue700: string;
144
+ blue800: string;
145
+ blue900: string;
146
+ background: string;
147
+ backgroundAlpha: string;
148
+ foreground: string;
149
+ backgroundContrast: string;
150
+ white: string;
151
+ black: string;
152
+ primaryLight: string;
153
+ primaryLightHover: string;
154
+ primaryLightActive: string;
155
+ primaryLightContrast: string;
156
+ primary: string;
157
+ primaryBorder: string;
158
+ primaryBorderHover: string;
159
+ primarySolidHover: string;
160
+ primarySolidContrast: string;
161
+ primaryShadow: string;
162
+ secondaryLight: string;
163
+ secondaryLightHover: string;
164
+ secondaryLightActive: string;
165
+ secondaryLightContrast: string;
166
+ secondary: string;
167
+ secondaryBorder: string;
168
+ secondaryBorderHover: string;
169
+ secondarySolidHover: string;
170
+ secondarySolidContrast: string;
171
+ secondaryShadow: string;
172
+ successLight: string;
173
+ successLightHover: string;
174
+ successLightActive: string;
175
+ successLightContrast: string;
176
+ success: string;
177
+ successBorder: string;
178
+ successBorderHover: string;
179
+ successSolidHover: string;
180
+ successSolidContrast: string;
181
+ successShadow: string;
182
+ warningLight: string;
183
+ warningLightHover: string;
184
+ warningLightActive: string;
185
+ warningLightContrast: string;
186
+ warning: string;
187
+ warningBorder: string;
188
+ warningBorderHover: string;
189
+ warningSolidHover: string;
190
+ warningSolidContrast: string;
191
+ warningShadow: string;
192
+ errorLight: string;
193
+ errorLightHover: string;
194
+ errorLightActive: string;
195
+ errorLightContrast: string;
196
+ error: string;
197
+ errorBorder: string;
198
+ errorBorderHover: string;
199
+ errorSolidHover: string;
200
+ errorSolidContrast: string;
201
+ errorShadow: string;
202
+ neutralLight: string;
203
+ neutralLightHover: string;
204
+ neutralLightActive: string;
205
+ neutralLightContrast: string;
206
+ neutral: string;
207
+ neutralBorder: string;
208
+ neutralBorderHover: string;
209
+ neutralSolidHover: string;
210
+ neutralSolidContrast: string;
211
+ neutralShadow: string;
212
+ gradient: string;
213
+ accents0: string;
214
+ accents1: string;
215
+ accents2: string;
216
+ accents3: string;
217
+ accents4: string;
218
+ accents5: string;
219
+ accents6: string;
220
+ accents7: string;
221
+ accents8: string;
222
+ accents9: string;
223
+ };
224
+ fonts: {
225
+ sans: string;
226
+ mono: string;
227
+ };
228
+ fontSizes: {
229
+ xs: string;
230
+ sm: string;
231
+ base: string;
232
+ md: string;
233
+ lg: string;
234
+ xl: string;
235
+ "2xl": string;
236
+ "3xl": string;
237
+ "4xl": string;
238
+ "5xl": string;
239
+ "6xl": string;
240
+ "7xl": string;
241
+ "8xl": string;
242
+ "9xl": string;
243
+ };
244
+ fontWeights: {
245
+ hairline: number;
246
+ thin: number;
247
+ light: number;
248
+ normal: number;
249
+ medium: number;
250
+ semibold: number;
251
+ bold: number;
252
+ extrabold: number;
253
+ black: number;
254
+ };
255
+ lineHeights: {
256
+ xs: number;
257
+ sm: number;
258
+ base: number;
259
+ md: number;
260
+ lg: number;
261
+ xl: number;
262
+ "2xl": number;
263
+ "3xl": number;
264
+ "4xl": number;
265
+ "5xl": number;
266
+ "6xl": number;
267
+ "7xl": number;
268
+ "8xl": number;
269
+ "9xl": number;
270
+ };
271
+ letterSpacings: {
272
+ tighter: string;
273
+ tight: string;
274
+ normal: string;
275
+ wide: string;
276
+ wider: string;
277
+ widest: string;
278
+ };
279
+ space: {
280
+ 0: string;
281
+ xs: string;
282
+ sm: string;
283
+ md: string;
284
+ lg: string;
285
+ xl: string;
286
+ "2xl": string;
287
+ "3xl": string;
288
+ "4xl": string;
289
+ "5xl": string;
290
+ "6xl": string;
291
+ "7xl": string;
292
+ "8xl": string;
293
+ "9xl": string;
294
+ min: string;
295
+ max: string;
296
+ fit: string;
297
+ screen: string;
298
+ full: string;
299
+ px: string;
300
+ 1: string;
301
+ 2: string;
302
+ 3: string;
303
+ 4: string;
304
+ 5: string;
305
+ 6: string;
306
+ 7: string;
307
+ 8: string;
308
+ 9: string;
309
+ 10: string;
310
+ 11: string;
311
+ 12: string;
312
+ 13: string;
313
+ 14: string;
314
+ 15: string;
315
+ 16: string;
316
+ 17: string;
317
+ 18: string;
318
+ 20: string;
319
+ 24: string;
320
+ 28: string;
321
+ 32: string;
322
+ 36: string;
323
+ 40: string;
324
+ 44: string;
325
+ 48: string;
326
+ 52: string;
327
+ 56: string;
328
+ 60: string;
329
+ 64: string;
330
+ 72: string;
331
+ 80: string;
332
+ 96: string;
333
+ };
334
+ radii: {
335
+ xs: string;
336
+ sm: string;
337
+ md: string;
338
+ base: string;
339
+ lg: string;
340
+ xl: string;
341
+ "2xl": string;
342
+ "3xl": string;
343
+ squared: string;
344
+ rounded: string;
345
+ pill: string;
346
+ };
347
+ zIndices: {
348
+ 1: string;
349
+ 2: string;
350
+ 3: string;
351
+ 4: string;
352
+ 5: string;
353
+ 10: string;
354
+ max: string;
355
+ };
356
+ borderWeights: {
357
+ light: string;
358
+ normal: string;
359
+ bold: string;
360
+ extrabold: string;
361
+ black: string;
362
+ };
363
+ transitions: {
364
+ default: string;
365
+ button: string;
366
+ avatar: string;
367
+ card: string;
368
+ dropdownItem: string;
369
+ };
370
+ breakpoints: {
371
+ xs: string;
372
+ sm: string;
373
+ md: string;
374
+ lg: string;
375
+ xl: string;
376
+ };
377
+ }, {
378
+ width: string;
379
+ height: string;
380
+ minWidth: string;
381
+ maxWidth: string;
382
+ minHeight: string;
383
+ maxHeight: string;
384
+ flexBasis: string;
385
+ gridTemplateColumns: string;
386
+ gridTemplateRows: string;
387
+ blockSize: string;
388
+ minBlockSize: string;
389
+ maxBlockSize: string;
390
+ inlineSize: string;
391
+ minInlineSize: string;
392
+ maxInlineSize: string;
393
+ borderWidth: string;
394
+ gap: "space";
395
+ gridGap: "space";
396
+ columnGap: "space";
397
+ gridColumnGap: "space";
398
+ rowGap: "space";
399
+ gridRowGap: "space";
400
+ inset: "space";
401
+ insetBlock: "space";
402
+ insetBlockEnd: "space";
403
+ insetBlockStart: "space";
404
+ insetInline: "space";
405
+ insetInlineEnd: "space";
406
+ insetInlineStart: "space";
407
+ margin: "space";
408
+ marginTop: "space";
409
+ marginRight: "space";
410
+ marginBottom: "space";
411
+ marginLeft: "space";
412
+ marginBlock: "space";
413
+ marginBlockEnd: "space";
414
+ marginBlockStart: "space";
415
+ marginInline: "space";
416
+ marginInlineEnd: "space";
417
+ marginInlineStart: "space";
418
+ padding: "space";
419
+ paddingTop: "space";
420
+ paddingRight: "space";
421
+ paddingBottom: "space";
422
+ paddingLeft: "space";
423
+ paddingBlock: "space";
424
+ paddingBlockEnd: "space";
425
+ paddingBlockStart: "space";
426
+ paddingInline: "space";
427
+ paddingInlineEnd: "space";
428
+ paddingInlineStart: "space";
429
+ scrollMargin: "space";
430
+ scrollMarginTop: "space";
431
+ scrollMarginRight: "space";
432
+ scrollMarginBottom: "space";
433
+ scrollMarginLeft: "space";
434
+ scrollMarginBlock: "space";
435
+ scrollMarginBlockEnd: "space";
436
+ scrollMarginBlockStart: "space";
437
+ scrollMarginInline: "space";
438
+ scrollMarginInlineEnd: "space";
439
+ scrollMarginInlineStart: "space";
440
+ scrollPadding: "space";
441
+ scrollPaddingTop: "space";
442
+ scrollPaddingRight: "space";
443
+ scrollPaddingBottom: "space";
444
+ scrollPaddingLeft: "space";
445
+ scrollPaddingBlock: "space";
446
+ scrollPaddingBlockEnd: "space";
447
+ scrollPaddingBlockStart: "space";
448
+ scrollPaddingInline: "space";
449
+ scrollPaddingInlineEnd: "space";
450
+ scrollPaddingInlineStart: "space";
451
+ top: "space";
452
+ right: "space";
453
+ bottom: "space";
454
+ left: "space";
455
+ fontSize: "fontSizes";
456
+ background: "colors";
457
+ backgroundColor: "colors";
458
+ backgroundImage: "colors";
459
+ borderImage: "colors";
460
+ border: "colors";
461
+ borderBlock: "colors";
462
+ borderBlockEnd: "colors";
463
+ borderBlockStart: "colors";
464
+ borderBottom: "colors";
465
+ borderBottomColor: "colors";
466
+ borderColor: "colors";
467
+ borderInline: "colors";
468
+ borderInlineEnd: "colors";
469
+ borderInlineStart: "colors";
470
+ borderLeft: "colors";
471
+ borderLeftColor: "colors";
472
+ borderRight: "colors";
473
+ borderRightColor: "colors";
474
+ borderTop: "colors";
475
+ borderTopColor: "colors";
476
+ caretColor: "colors";
477
+ color: "colors";
478
+ columnRuleColor: "colors";
479
+ outline: "colors";
480
+ outlineColor: "colors";
481
+ fill: "colors";
482
+ stroke: "colors";
483
+ textDecorationColor: "colors";
484
+ fontFamily: "fonts";
485
+ fontWeight: "fontWeights";
486
+ lineHeight: "lineHeights";
487
+ letterSpacing: "letterSpacings";
488
+ borderTopWidth: "borderWidths";
489
+ borderLeftWidth: "borderWidths";
490
+ borderRightWidth: "borderWidths";
491
+ borderBottomWidth: "borderWidths";
492
+ borderStyle: "borderStyles";
493
+ borderTopStyle: "borderStyles";
494
+ borderLeftStyle: "borderStyles";
495
+ borderRightStyle: "borderStyles";
496
+ borderBottomStyle: "borderStyles";
497
+ borderRadius: "radii";
498
+ borderTopLeftRadius: "radii";
499
+ borderTopRightRadius: "radii";
500
+ borderBottomRightRadius: "radii";
501
+ borderBottomLeftRadius: "radii";
502
+ boxShadow: "shadows";
503
+ textShadow: "shadows";
504
+ transition: "transitions";
505
+ zIndex: "zIndices";
506
+ }, {
507
+ p: (value: {
508
+ readonly [$$PropertyValue]: "padding";
509
+ }) => {
510
+ padding: {
511
+ readonly [$$PropertyValue]: "padding";
512
+ };
513
+ };
514
+ pt: (value: {
515
+ readonly [$$PropertyValue]: "paddingTop";
516
+ }) => {
517
+ paddingTop: {
518
+ readonly [$$PropertyValue]: "paddingTop";
519
+ };
520
+ };
521
+ pr: (value: {
522
+ readonly [$$PropertyValue]: "paddingRight";
523
+ }) => {
524
+ paddingRight: {
525
+ readonly [$$PropertyValue]: "paddingRight";
526
+ };
527
+ };
528
+ pb: (value: {
529
+ readonly [$$PropertyValue]: "paddingBottom";
530
+ }) => {
531
+ paddingBottom: {
532
+ readonly [$$PropertyValue]: "paddingBottom";
533
+ };
534
+ };
535
+ pl: (value: {
536
+ readonly [$$PropertyValue]: "paddingLeft";
537
+ }) => {
538
+ paddingLeft: {
539
+ readonly [$$PropertyValue]: "paddingLeft";
540
+ }; /***
541
+ * @variant bordered
542
+ * @color {default, primary, secondary, success, warning, error}
543
+ */
544
+ };
545
+ px: (value: {
546
+ readonly [$$PropertyValue]: "paddingLeft";
547
+ }) => {
548
+ paddingLeft: {
549
+ readonly [$$PropertyValue]: "paddingLeft";
550
+ };
551
+ paddingRight: {
552
+ readonly [$$PropertyValue]: "paddingLeft";
553
+ };
554
+ };
555
+ py: (value: {
556
+ readonly [$$PropertyValue]: "paddingTop";
557
+ }) => {
558
+ paddingTop: {
559
+ readonly [$$PropertyValue]: "paddingTop";
560
+ };
561
+ paddingBottom: {
562
+ readonly [$$PropertyValue]: "paddingTop";
563
+ };
564
+ };
565
+ m: (value: {
566
+ readonly [$$PropertyValue]: "margin";
567
+ }) => {
568
+ margin: {
569
+ readonly [$$PropertyValue]: "margin";
570
+ };
571
+ };
572
+ mt: (value: {
573
+ readonly [$$PropertyValue]: "marginTop";
574
+ }) => {
575
+ marginTop: {
576
+ readonly [$$PropertyValue]: "marginTop";
577
+ };
578
+ };
579
+ mr: (value: {
580
+ readonly [$$PropertyValue]: "marginRight";
581
+ }) => {
582
+ marginRight: {
583
+ readonly [$$PropertyValue]: "marginRight";
584
+ };
585
+ };
586
+ mb: (value: {
587
+ readonly [$$PropertyValue]: "marginBottom";
588
+ }) => {
589
+ marginBottom: {
590
+ readonly [$$PropertyValue]: "marginBottom";
591
+ };
592
+ };
593
+ ml: (value: {
594
+ readonly [$$PropertyValue]: "marginLeft";
595
+ }) => {
596
+ marginLeft: {
597
+ readonly [$$PropertyValue]: "marginLeft";
598
+ };
599
+ };
600
+ mx: (value: {
601
+ readonly [$$PropertyValue]: "marginLeft";
602
+ }) => {
603
+ marginLeft: {
604
+ readonly [$$PropertyValue]: "marginLeft";
605
+ };
606
+ marginRight: {
607
+ readonly [$$PropertyValue]: "marginLeft";
608
+ };
609
+ };
610
+ my: (value: {
611
+ readonly [$$PropertyValue]: "marginTop";
612
+ }) => {
613
+ marginTop: {
614
+ readonly [$$PropertyValue]: "marginTop";
615
+ };
616
+ marginBottom: {
617
+ readonly [$$PropertyValue]: "marginTop";
618
+ };
619
+ };
620
+ ta: (value: {
621
+ readonly [$$PropertyValue]: "textAlign";
622
+ }) => {
623
+ textAlign: {
624
+ readonly [$$PropertyValue]: "textAlign";
625
+ };
626
+ };
627
+ tt: (value: {
628
+ readonly [$$PropertyValue]: "textTransform";
629
+ }) => {
630
+ textTransform: {
631
+ readonly [$$PropertyValue]: "textTransform";
632
+ };
633
+ };
634
+ to: (value: {
635
+ readonly [$$PropertyValue]: "textOverflow";
636
+ }) => {
637
+ textOverflow: {
638
+ readonly [$$PropertyValue]: "textOverflow";
639
+ };
640
+ };
641
+ d: (value: {
642
+ readonly [$$PropertyValue]: "display";
643
+ }) => {
644
+ display: {
645
+ readonly [$$PropertyValue]: "display";
646
+ };
647
+ };
648
+ dflex: (value: {
649
+ readonly [$$PropertyValue]: "alignItems";
650
+ }) => {
651
+ display: string;
652
+ alignItems: {
653
+ readonly [$$PropertyValue]: "alignItems";
654
+ };
655
+ justifyContent: {
656
+ readonly [$$PropertyValue]: "alignItems";
657
+ };
658
+ };
659
+ fd: (value: {
660
+ readonly [$$PropertyValue]: "flexDirection";
661
+ }) => {
662
+ flexDirection: {
663
+ readonly [$$PropertyValue]: "flexDirection";
664
+ };
665
+ };
666
+ fw: (value: {
667
+ readonly [$$PropertyValue]: "flexWrap";
668
+ }) => {
669
+ flexWrap: {
670
+ readonly [$$PropertyValue]: "flexWrap";
671
+ };
672
+ };
673
+ ai: (value: {
674
+ readonly [$$PropertyValue]: "alignItems";
675
+ }) => {
676
+ alignItems: {
677
+ readonly [$$PropertyValue]: "alignItems";
678
+ };
679
+ };
680
+ ac: (value: {
681
+ readonly [$$PropertyValue]: "alignContent";
682
+ }) => {
683
+ alignContent: {
684
+ readonly [$$PropertyValue]: "alignContent";
685
+ };
686
+ };
687
+ jc: (value: {
688
+ readonly [$$PropertyValue]: "justifyContent";
689
+ }) => {
690
+ justifyContent: {
691
+ readonly [$$PropertyValue]: "justifyContent";
692
+ };
693
+ };
694
+ as: (value: {
695
+ readonly [$$PropertyValue]: "alignSelf";
696
+ }) => {
697
+ alignSelf: {
698
+ readonly [$$PropertyValue]: "alignSelf";
699
+ };
700
+ };
701
+ fg: (value: {
702
+ readonly [$$PropertyValue]: "flexGrow";
703
+ }) => {
704
+ flexGrow: {
705
+ readonly [$$PropertyValue]: "flexGrow";
706
+ };
707
+ };
708
+ fs: (value: {
709
+ readonly [$$PropertyValue]: "fontSize";
710
+ }) => {
711
+ fontSize: {
712
+ readonly [$$PropertyValue]: "fontSize";
713
+ };
714
+ };
715
+ fb: (value: {
716
+ readonly [$$PropertyValue]: "flexBasis";
717
+ }) => {
718
+ flexBasis: {
719
+ readonly [$$PropertyValue]: "flexBasis";
720
+ };
721
+ };
722
+ bc: (value: {
723
+ readonly [$$PropertyValue]: "backgroundColor";
724
+ }) => {
725
+ backgroundColor: {
726
+ readonly [$$PropertyValue]: "backgroundColor";
727
+ };
728
+ };
729
+ bf: (value: {
730
+ readonly [$$PropertyValue]: "backdropFilter";
731
+ }) => {
732
+ backdropFilter: {
733
+ readonly [$$PropertyValue]: "backdropFilter";
734
+ };
735
+ };
736
+ bg: (value: {
737
+ readonly [$$PropertyValue]: "backgroundColor";
738
+ }) => {
739
+ background: {
740
+ readonly [$$PropertyValue]: "backgroundColor";
741
+ };
742
+ };
743
+ bgBlur: (value: {
744
+ readonly [$$PropertyValue]: "backgroundColor";
745
+ }) => {
746
+ bf: string;
747
+ bg: {
748
+ readonly [$$PropertyValue]: "backgroundColor";
749
+ };
750
+ };
751
+ bgColor: (value: {
752
+ readonly [$$PropertyValue]: "backgroundColor";
753
+ }) => {
754
+ backgroundColor: {
755
+ readonly [$$PropertyValue]: "backgroundColor";
756
+ };
757
+ };
758
+ backgroundClip: (value: {
759
+ readonly [$$PropertyValue]: "backgroundClip";
760
+ }) => {
761
+ WebkitBackgroundClip: {
762
+ readonly [$$PropertyValue]: "backgroundClip";
763
+ };
764
+ backgroundClip: {
765
+ readonly [$$PropertyValue]: "backgroundClip";
766
+ };
767
+ };
768
+ bgClip: (value: {
769
+ readonly [$$PropertyValue]: "backgroundClip";
770
+ }) => {
771
+ WebkitBackgroundClip: {
772
+ readonly [$$PropertyValue]: "backgroundClip";
773
+ };
774
+ backgroundClip: {
775
+ readonly [$$PropertyValue]: "backgroundClip";
776
+ };
777
+ };
778
+ br: (value: {
779
+ readonly [$$PropertyValue]: "borderRadius";
780
+ }) => {
781
+ borderRadius: {
782
+ readonly [$$PropertyValue]: "borderRadius";
783
+ };
784
+ };
785
+ bw: (value: {
786
+ readonly [$$PropertyValue]: "borderWidth";
787
+ }) => {
788
+ borderWidth: {
789
+ readonly [$$PropertyValue]: "borderWidth";
790
+ };
791
+ };
792
+ btrr: (value: {
793
+ readonly [$$PropertyValue]: "borderTopRightRadius";
794
+ }) => {
795
+ borderTopRightRadius: {
796
+ readonly [$$PropertyValue]: "borderTopRightRadius";
797
+ };
798
+ };
799
+ bbrr: (value: {
800
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
801
+ }) => {
802
+ borderBottomRightRadius: {
803
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
804
+ };
805
+ };
806
+ bblr: (value: {
807
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
808
+ }) => {
809
+ borderBottomLeftRadius: {
810
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
811
+ };
812
+ };
813
+ btlr: (value: {
814
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
815
+ }) => {
816
+ borderTopLeftRadius: {
817
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
818
+ };
819
+ };
820
+ bs: (value: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ }) => {
823
+ boxShadow: {
824
+ readonly [$$PropertyValue]: "boxShadow";
825
+ };
826
+ };
827
+ ds: (value: {
828
+ readonly [$$PropertyValue]: "boxShadow";
829
+ }) => {
830
+ dropShadow: {
831
+ readonly [$$PropertyValue]: "boxShadow";
832
+ };
833
+ };
834
+ shadow: (value: {
835
+ readonly [$$PropertyValue]: "boxShadow";
836
+ }) => {
837
+ boxShadow: {
838
+ readonly [$$PropertyValue]: "boxShadow";
839
+ };
840
+ };
841
+ dshadow: (value: {
842
+ readonly [$$PropertyValue]: "boxShadow";
843
+ }) => {
844
+ dropShadow: {
845
+ readonly [$$PropertyValue]: "boxShadow";
846
+ };
847
+ };
848
+ dropShadow: (value: {
849
+ readonly [$$PropertyValue]: "boxShadow";
850
+ }) => {
851
+ filter: string;
852
+ };
853
+ normalShadow: (value: {
854
+ readonly [$$PropertyValue]: "backgroundColor";
855
+ }) => {
856
+ boxShadow: string;
857
+ };
858
+ normalShadowVar: (value: {
859
+ readonly [$$PropertyValue]: "backgroundColor";
860
+ }) => {
861
+ boxShadow: string;
862
+ };
863
+ lh: (value: {
864
+ readonly [$$PropertyValue]: "lineHeight";
865
+ }) => {
866
+ lineHeight: {
867
+ readonly [$$PropertyValue]: "lineHeight";
868
+ };
869
+ };
870
+ ov: (value: {
871
+ readonly [$$PropertyValue]: "overflow";
872
+ }) => {
873
+ overflow: {
874
+ readonly [$$PropertyValue]: "overflow";
875
+ };
876
+ };
877
+ ox: (value: {
878
+ readonly [$$PropertyValue]: "overflowX";
879
+ }) => {
880
+ overflowX: {
881
+ readonly [$$PropertyValue]: "overflowX";
882
+ };
883
+ };
884
+ oy: (value: {
885
+ readonly [$$PropertyValue]: "overflowY";
886
+ }) => {
887
+ overflowY: {
888
+ readonly [$$PropertyValue]: "overflowY";
889
+ };
890
+ };
891
+ pe: (value: {
892
+ readonly [$$PropertyValue]: "pointerEvents";
893
+ }) => {
894
+ pointerEvents: {
895
+ readonly [$$PropertyValue]: "pointerEvents";
896
+ };
897
+ };
898
+ events: (value: {
899
+ readonly [$$PropertyValue]: "pointerEvents";
900
+ }) => {
901
+ pointerEvents: {
902
+ readonly [$$PropertyValue]: "pointerEvents";
903
+ };
904
+ };
905
+ us: (value: {
906
+ readonly [$$PropertyValue]: "userSelect";
907
+ }) => {
908
+ WebkitUserSelect: {
909
+ readonly [$$PropertyValue]: "userSelect";
910
+ };
911
+ userSelect: {
912
+ readonly [$$PropertyValue]: "userSelect";
913
+ };
914
+ };
915
+ userSelect: (value: {
916
+ readonly [$$PropertyValue]: "userSelect";
917
+ }) => {
918
+ WebkitUserSelect: {
919
+ readonly [$$PropertyValue]: "userSelect";
920
+ };
921
+ userSelect: {
922
+ readonly [$$PropertyValue]: "userSelect";
923
+ };
924
+ };
925
+ w: (value: {
926
+ readonly [$$PropertyValue]: "width";
927
+ }) => {
928
+ width: {
929
+ readonly [$$PropertyValue]: "width";
930
+ };
931
+ };
932
+ h: (value: {
933
+ readonly [$$PropertyValue]: "height";
934
+ }) => {
935
+ height: {
936
+ readonly [$$PropertyValue]: "height";
937
+ };
938
+ };
939
+ mw: (value: {
940
+ readonly [$$PropertyValue]: "maxWidth";
941
+ }) => {
942
+ maxWidth: {
943
+ readonly [$$PropertyValue]: "maxWidth";
944
+ };
945
+ };
946
+ maxW: (value: {
947
+ readonly [$$PropertyValue]: "maxWidth";
948
+ }) => {
949
+ maxWidth: {
950
+ readonly [$$PropertyValue]: "maxWidth";
951
+ };
952
+ };
953
+ mh: (value: {
954
+ readonly [$$PropertyValue]: "maxHeight";
955
+ }) => {
956
+ maxHeight: {
957
+ readonly [$$PropertyValue]: "maxHeight";
958
+ };
959
+ };
960
+ maxH: (value: {
961
+ readonly [$$PropertyValue]: "maxHeight";
962
+ }) => {
963
+ maxHeight: {
964
+ readonly [$$PropertyValue]: "maxHeight";
965
+ };
966
+ };
967
+ size: (value: {
968
+ readonly [$$PropertyValue]: "width";
969
+ }) => {
970
+ width: {
971
+ readonly [$$PropertyValue]: "width";
972
+ };
973
+ height: {
974
+ readonly [$$PropertyValue]: "width";
975
+ };
976
+ };
977
+ minSize: (value: {
978
+ readonly [$$PropertyValue]: "width";
979
+ }) => {
980
+ minWidth: {
981
+ readonly [$$PropertyValue]: "width";
982
+ };
983
+ minHeight: {
984
+ readonly [$$PropertyValue]: "width";
985
+ };
986
+ width: {
987
+ readonly [$$PropertyValue]: "width";
988
+ };
989
+ height: {
990
+ readonly [$$PropertyValue]: "width";
991
+ };
992
+ };
993
+ sizeMin: (value: {
994
+ readonly [$$PropertyValue]: "width";
995
+ }) => {
996
+ minWidth: {
997
+ readonly [$$PropertyValue]: "width";
998
+ };
999
+ minHeight: {
1000
+ readonly [$$PropertyValue]: "width";
1001
+ };
1002
+ width: {
1003
+ readonly [$$PropertyValue]: "width";
1004
+ };
1005
+ height: {
1006
+ readonly [$$PropertyValue]: "width";
1007
+ };
1008
+ };
1009
+ maxSize: (value: {
1010
+ readonly [$$PropertyValue]: "width";
1011
+ }) => {
1012
+ maxWidth: {
1013
+ readonly [$$PropertyValue]: "width";
1014
+ };
1015
+ maxHeight: {
1016
+ readonly [$$PropertyValue]: "width";
1017
+ };
1018
+ };
1019
+ sizeMax: (value: {
1020
+ readonly [$$PropertyValue]: "width";
1021
+ }) => {
1022
+ maxWidth: {
1023
+ readonly [$$PropertyValue]: "width";
1024
+ };
1025
+ maxHeight: {
1026
+ readonly [$$PropertyValue]: "width";
1027
+ };
1028
+ };
1029
+ appearance: (value: {
1030
+ readonly [$$PropertyValue]: "appearance";
1031
+ }) => {
1032
+ WebkitAppearance: {
1033
+ readonly [$$PropertyValue]: "appearance";
1034
+ };
1035
+ appearance: {
1036
+ readonly [$$PropertyValue]: "appearance";
1037
+ };
1038
+ };
1039
+ scale: (value: {
1040
+ readonly [$$PropertyValue]: "scale";
1041
+ }) => {
1042
+ transform: string;
1043
+ };
1044
+ linearGradient: (value: {
1045
+ readonly [$$PropertyValue]: "backgroundImage";
1046
+ }) => {
1047
+ backgroundImage: string;
1048
+ };
1049
+ tdl: (value: {
1050
+ readonly [$$PropertyValue]: "textDecorationLine";
1051
+ }) => {
1052
+ textDecorationLine: {
1053
+ readonly [$$PropertyValue]: "textDecorationLine";
1054
+ };
1055
+ };
1056
+ truncateText: (value: {
1057
+ readonly [$$PropertyValue]: "width";
1058
+ }) => {
1059
+ maxWidth: {
1060
+ readonly [$$PropertyValue]: "width";
1061
+ };
1062
+ whiteSpace: string;
1063
+ overflow: string;
1064
+ textOverflow: string;
1065
+ };
1066
+ textGradient: (value: {
1067
+ readonly [$$PropertyValue]: "backgroundImage";
1068
+ }) => {
1069
+ backgroundImage: string;
1070
+ WebkitBackgroundClip: string;
1071
+ WebkitTextFillColor: string;
1072
+ "&::selection": {
1073
+ WebkitTextFillColor: string;
1074
+ };
1075
+ };
1076
+ }>>;
1077
+ export declare const StyledBadge: import("@stitches/react/types/styled-component").StyledComponent<"span", {
1078
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1079
+ shape?: "circle" | "rectangle" | undefined;
1080
+ asChild?: boolean | "true" | undefined;
1081
+ isOneChar?: boolean | "true" | undefined;
1082
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
1083
+ enableShadow?: boolean | "true" | undefined;
1084
+ isSquared?: boolean | "true" | "false" | undefined;
1085
+ placement?: "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
1086
+ variant?: "default" | "points" | "flat" | "bordered" | "dot" | undefined;
1087
+ borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
1088
+ disableOutline?: boolean | "true" | "false" | undefined;
1089
+ disableAnimation?: boolean | "true" | undefined;
1090
+ }, {
1091
+ xs: string;
1092
+ sm: string;
1093
+ md: string;
1094
+ lg: string;
1095
+ xl: string;
1096
+ xsMin: string;
1097
+ smMin: string;
1098
+ mdMin: string;
1099
+ lgMin: string;
1100
+ xlMin: string;
1101
+ xsMax: string;
1102
+ smMax: string;
1103
+ mdMax: string;
1104
+ lgMax: string;
1105
+ xlMax: string;
1106
+ motion: string;
1107
+ safari: string;
1108
+ hover: string;
1109
+ dark: string;
1110
+ light: string;
1111
+ }, import("@stitches/react/types/css-util").CSS<{
1112
+ xs: string;
1113
+ sm: string;
1114
+ md: string;
1115
+ lg: string;
1116
+ xl: string;
1117
+ xsMin: string;
1118
+ smMin: string;
1119
+ mdMin: string;
1120
+ lgMin: string;
1121
+ xlMin: string;
1122
+ xsMax: string;
1123
+ smMax: string;
1124
+ mdMax: string;
1125
+ lgMax: string;
1126
+ xlMax: string;
1127
+ motion: string;
1128
+ safari: string;
1129
+ hover: string;
1130
+ dark: string;
1131
+ light: string;
1132
+ }, {
1133
+ shadows: {
1134
+ xs: string;
1135
+ sm: string;
1136
+ md: string;
1137
+ lg: string;
1138
+ xl: string;
1139
+ };
1140
+ dropShadows: {
1141
+ xs: string;
1142
+ sm: string;
1143
+ md: string;
1144
+ lg: string;
1145
+ xl: string;
1146
+ };
1147
+ colors: {
1148
+ text: string;
1149
+ link: string;
1150
+ codeLight: string;
1151
+ code: string;
1152
+ selection: string;
1153
+ border: string;
1154
+ gray50: string;
1155
+ gray100: string;
1156
+ gray200: string;
1157
+ gray300: string;
1158
+ gray400: string;
1159
+ gray500: string;
1160
+ gray600: string;
1161
+ gray700: string;
1162
+ gray800: string;
1163
+ gray900: string;
1164
+ pink50: string;
1165
+ pink100: string;
1166
+ pink200: string;
1167
+ pink300: string;
1168
+ pink400: string;
1169
+ pink500: string;
1170
+ pink600: string;
1171
+ pink700: string;
1172
+ pink800: string;
1173
+ pink900: string;
1174
+ cyan50: string;
1175
+ cyan100: string;
1176
+ cyan200: string;
1177
+ cyan300: string;
1178
+ cyan400: string;
1179
+ cyan500: string;
1180
+ cyan600: string;
1181
+ cyan700: string;
1182
+ cyan800: string;
1183
+ cyan900: string;
1184
+ red50: string;
1185
+ red100: string;
1186
+ red200: string;
1187
+ red300: string;
1188
+ red400: string;
1189
+ red500: string;
1190
+ red600: string;
1191
+ red700: string;
1192
+ red800: string;
1193
+ red900: string;
1194
+ yellow50: string;
1195
+ yellow100: string;
1196
+ yellow200: string;
1197
+ yellow300: string;
1198
+ yellow400: string;
1199
+ yellow500: string;
1200
+ yellow600: string;
1201
+ yellow700: string;
1202
+ yellow800: string;
1203
+ yellow900: string;
1204
+ green50: string;
1205
+ green100: string;
1206
+ green200: string;
1207
+ green300: string;
1208
+ green400: string;
1209
+ green500: string;
1210
+ green600: string;
1211
+ green700: string;
1212
+ green800: string;
1213
+ green900: string;
1214
+ purple50: string;
1215
+ purple100: string;
1216
+ purple200: string;
1217
+ purple300: string;
1218
+ purple400: string;
1219
+ purple500: string;
1220
+ purple600: string;
1221
+ purple700: string;
1222
+ purple800: string;
1223
+ purple900: string;
1224
+ blue50: string;
1225
+ blue100: string;
1226
+ blue200: string;
1227
+ blue300: string;
1228
+ blue400: string;
1229
+ blue500: string;
1230
+ blue600: string;
1231
+ blue700: string;
1232
+ blue800: string;
1233
+ blue900: string;
1234
+ background: string;
1235
+ backgroundAlpha: string;
1236
+ foreground: string;
1237
+ backgroundContrast: string;
1238
+ white: string;
1239
+ black: string;
1240
+ primaryLight: string;
1241
+ primaryLightHover: string;
1242
+ primaryLightActive: string;
1243
+ primaryLightContrast: string;
1244
+ primary: string;
1245
+ primaryBorder: string;
1246
+ primaryBorderHover: string;
1247
+ primarySolidHover: string;
1248
+ primarySolidContrast: string;
1249
+ primaryShadow: string;
1250
+ secondaryLight: string;
1251
+ secondaryLightHover: string;
1252
+ secondaryLightActive: string;
1253
+ secondaryLightContrast: string;
1254
+ secondary: string;
1255
+ secondaryBorder: string;
1256
+ secondaryBorderHover: string;
1257
+ secondarySolidHover: string;
1258
+ secondarySolidContrast: string;
1259
+ secondaryShadow: string;
1260
+ successLight: string;
1261
+ successLightHover: string;
1262
+ successLightActive: string;
1263
+ successLightContrast: string;
1264
+ success: string;
1265
+ successBorder: string;
1266
+ successBorderHover: string;
1267
+ successSolidHover: string;
1268
+ successSolidContrast: string;
1269
+ successShadow: string;
1270
+ warningLight: string;
1271
+ warningLightHover: string;
1272
+ warningLightActive: string;
1273
+ warningLightContrast: string;
1274
+ warning: string;
1275
+ warningBorder: string;
1276
+ warningBorderHover: string;
1277
+ warningSolidHover: string;
1278
+ warningSolidContrast: string;
1279
+ warningShadow: string;
1280
+ errorLight: string;
1281
+ errorLightHover: string;
1282
+ errorLightActive: string;
1283
+ errorLightContrast: string;
1284
+ error: string;
1285
+ errorBorder: string;
1286
+ errorBorderHover: string;
1287
+ errorSolidHover: string;
1288
+ errorSolidContrast: string;
1289
+ errorShadow: string;
1290
+ neutralLight: string;
1291
+ neutralLightHover: string;
1292
+ neutralLightActive: string;
1293
+ neutralLightContrast: string;
1294
+ neutral: string;
1295
+ neutralBorder: string;
1296
+ neutralBorderHover: string;
1297
+ neutralSolidHover: string;
1298
+ neutralSolidContrast: string;
1299
+ neutralShadow: string;
1300
+ gradient: string;
1301
+ accents0: string;
1302
+ accents1: string;
1303
+ accents2: string;
1304
+ accents3: string;
1305
+ accents4: string;
1306
+ accents5: string;
1307
+ accents6: string;
1308
+ accents7: string;
1309
+ accents8: string;
1310
+ accents9: string;
1311
+ };
1312
+ fonts: {
1313
+ sans: string;
1314
+ mono: string;
1315
+ };
1316
+ fontSizes: {
1317
+ xs: string;
1318
+ sm: string;
1319
+ base: string;
1320
+ md: string;
1321
+ lg: string;
1322
+ xl: string;
1323
+ "2xl": string;
1324
+ "3xl": string;
1325
+ "4xl": string;
1326
+ "5xl": string;
1327
+ "6xl": string;
1328
+ "7xl": string;
1329
+ "8xl": string;
1330
+ "9xl": string;
1331
+ };
1332
+ fontWeights: {
1333
+ hairline: number;
1334
+ thin: number;
1335
+ light: number;
1336
+ normal: number;
1337
+ medium: number;
1338
+ semibold: number;
1339
+ bold: number;
1340
+ extrabold: number;
1341
+ black: number;
1342
+ };
1343
+ lineHeights: {
1344
+ xs: number;
1345
+ sm: number;
1346
+ base: number;
1347
+ md: number;
1348
+ lg: number;
1349
+ xl: number;
1350
+ "2xl": number;
1351
+ "3xl": number;
1352
+ "4xl": number;
1353
+ "5xl": number;
1354
+ "6xl": number;
1355
+ "7xl": number;
1356
+ "8xl": number;
1357
+ "9xl": number;
1358
+ };
1359
+ letterSpacings: {
1360
+ tighter: string;
1361
+ tight: string;
1362
+ normal: string;
1363
+ wide: string;
1364
+ wider: string;
1365
+ widest: string;
1366
+ };
1367
+ space: {
1368
+ 0: string;
1369
+ xs: string;
1370
+ sm: string;
1371
+ md: string;
1372
+ lg: string;
1373
+ xl: string;
1374
+ "2xl": string;
1375
+ "3xl": string;
1376
+ "4xl": string;
1377
+ "5xl": string;
1378
+ "6xl": string;
1379
+ "7xl": string;
1380
+ "8xl": string;
1381
+ "9xl": string;
1382
+ min: string;
1383
+ max: string;
1384
+ fit: string;
1385
+ screen: string;
1386
+ full: string;
1387
+ px: string;
1388
+ 1: string;
1389
+ 2: string;
1390
+ 3: string;
1391
+ 4: string;
1392
+ 5: string;
1393
+ 6: string;
1394
+ 7: string;
1395
+ 8: string;
1396
+ 9: string;
1397
+ 10: string;
1398
+ 11: string;
1399
+ 12: string;
1400
+ 13: string;
1401
+ 14: string;
1402
+ 15: string;
1403
+ 16: string;
1404
+ 17: string;
1405
+ 18: string;
1406
+ 20: string;
1407
+ 24: string;
1408
+ 28: string;
1409
+ 32: string;
1410
+ 36: string;
1411
+ 40: string;
1412
+ 44: string;
1413
+ 48: string;
1414
+ 52: string;
1415
+ 56: string;
1416
+ 60: string;
1417
+ 64: string;
1418
+ 72: string;
1419
+ 80: string;
1420
+ 96: string;
1421
+ };
1422
+ radii: {
1423
+ xs: string;
1424
+ sm: string;
1425
+ md: string;
1426
+ base: string;
1427
+ lg: string;
1428
+ xl: string;
1429
+ "2xl": string;
1430
+ "3xl": string;
1431
+ squared: string;
1432
+ rounded: string;
1433
+ pill: string;
1434
+ };
1435
+ zIndices: {
1436
+ 1: string;
1437
+ 2: string;
1438
+ 3: string;
1439
+ 4: string;
1440
+ 5: string;
1441
+ 10: string;
1442
+ max: string;
1443
+ };
1444
+ borderWeights: {
1445
+ light: string;
1446
+ normal: string;
1447
+ bold: string;
1448
+ extrabold: string;
1449
+ black: string;
1450
+ };
1451
+ transitions: {
1452
+ default: string;
1453
+ button: string;
1454
+ avatar: string;
1455
+ card: string;
1456
+ dropdownItem: string;
1457
+ };
1458
+ breakpoints: {
1459
+ xs: string;
1460
+ sm: string;
1461
+ md: string;
1462
+ lg: string;
1463
+ xl: string;
1464
+ };
1465
+ }, {
1466
+ width: string;
1467
+ height: string;
1468
+ minWidth: string;
1469
+ maxWidth: string;
1470
+ minHeight: string;
1471
+ maxHeight: string;
1472
+ flexBasis: string;
1473
+ gridTemplateColumns: string;
1474
+ gridTemplateRows: string;
1475
+ blockSize: string;
1476
+ minBlockSize: string;
1477
+ maxBlockSize: string;
1478
+ inlineSize: string;
1479
+ minInlineSize: string;
1480
+ maxInlineSize: string;
1481
+ borderWidth: string;
1482
+ gap: "space";
1483
+ gridGap: "space";
1484
+ columnGap: "space";
1485
+ gridColumnGap: "space";
1486
+ rowGap: "space";
1487
+ gridRowGap: "space";
1488
+ inset: "space";
1489
+ insetBlock: "space";
1490
+ insetBlockEnd: "space";
1491
+ insetBlockStart: "space";
1492
+ insetInline: "space";
1493
+ insetInlineEnd: "space";
1494
+ insetInlineStart: "space";
1495
+ margin: "space";
1496
+ marginTop: "space";
1497
+ marginRight: "space";
1498
+ marginBottom: "space";
1499
+ marginLeft: "space";
1500
+ marginBlock: "space";
1501
+ marginBlockEnd: "space";
1502
+ marginBlockStart: "space";
1503
+ marginInline: "space";
1504
+ marginInlineEnd: "space";
1505
+ marginInlineStart: "space";
1506
+ padding: "space";
1507
+ paddingTop: "space";
1508
+ paddingRight: "space";
1509
+ paddingBottom: "space";
1510
+ paddingLeft: "space";
1511
+ paddingBlock: "space";
1512
+ paddingBlockEnd: "space";
1513
+ paddingBlockStart: "space";
1514
+ paddingInline: "space";
1515
+ paddingInlineEnd: "space";
1516
+ paddingInlineStart: "space";
1517
+ scrollMargin: "space";
1518
+ scrollMarginTop: "space";
1519
+ scrollMarginRight: "space";
1520
+ scrollMarginBottom: "space";
1521
+ scrollMarginLeft: "space";
1522
+ scrollMarginBlock: "space";
1523
+ scrollMarginBlockEnd: "space";
1524
+ scrollMarginBlockStart: "space";
1525
+ scrollMarginInline: "space";
1526
+ scrollMarginInlineEnd: "space";
1527
+ scrollMarginInlineStart: "space";
1528
+ scrollPadding: "space";
1529
+ scrollPaddingTop: "space";
1530
+ scrollPaddingRight: "space";
1531
+ scrollPaddingBottom: "space";
1532
+ scrollPaddingLeft: "space";
1533
+ scrollPaddingBlock: "space";
1534
+ scrollPaddingBlockEnd: "space";
1535
+ scrollPaddingBlockStart: "space";
1536
+ scrollPaddingInline: "space";
1537
+ scrollPaddingInlineEnd: "space";
1538
+ scrollPaddingInlineStart: "space";
1539
+ top: "space";
1540
+ right: "space";
1541
+ bottom: "space";
1542
+ left: "space";
1543
+ fontSize: "fontSizes";
1544
+ background: "colors";
1545
+ backgroundColor: "colors";
1546
+ backgroundImage: "colors";
1547
+ borderImage: "colors";
1548
+ border: "colors";
1549
+ borderBlock: "colors";
1550
+ borderBlockEnd: "colors";
1551
+ borderBlockStart: "colors";
1552
+ borderBottom: "colors";
1553
+ borderBottomColor: "colors";
1554
+ borderColor: "colors";
1555
+ borderInline: "colors";
1556
+ borderInlineEnd: "colors";
1557
+ borderInlineStart: "colors";
1558
+ borderLeft: "colors";
1559
+ borderLeftColor: "colors";
1560
+ borderRight: "colors";
1561
+ borderRightColor: "colors";
1562
+ borderTop: "colors";
1563
+ borderTopColor: "colors";
1564
+ caretColor: "colors";
1565
+ color: "colors";
1566
+ columnRuleColor: "colors";
1567
+ outline: "colors";
1568
+ outlineColor: "colors";
1569
+ fill: "colors";
1570
+ stroke: "colors";
1571
+ textDecorationColor: "colors";
1572
+ fontFamily: "fonts";
1573
+ fontWeight: "fontWeights";
1574
+ lineHeight: "lineHeights";
1575
+ letterSpacing: "letterSpacings";
1576
+ borderTopWidth: "borderWidths";
1577
+ borderLeftWidth: "borderWidths";
1578
+ borderRightWidth: "borderWidths";
1579
+ borderBottomWidth: "borderWidths";
1580
+ borderStyle: "borderStyles";
1581
+ borderTopStyle: "borderStyles";
1582
+ borderLeftStyle: "borderStyles";
1583
+ borderRightStyle: "borderStyles";
1584
+ borderBottomStyle: "borderStyles";
1585
+ borderRadius: "radii";
1586
+ borderTopLeftRadius: "radii";
1587
+ borderTopRightRadius: "radii";
1588
+ borderBottomRightRadius: "radii";
1589
+ borderBottomLeftRadius: "radii";
1590
+ boxShadow: "shadows";
1591
+ textShadow: "shadows";
1592
+ transition: "transitions";
1593
+ zIndex: "zIndices";
1594
+ }, {
1595
+ p: (value: {
1596
+ readonly [$$PropertyValue]: "padding";
1597
+ }) => {
1598
+ padding: {
1599
+ readonly [$$PropertyValue]: "padding";
1600
+ };
1601
+ };
1602
+ pt: (value: {
1603
+ readonly [$$PropertyValue]: "paddingTop";
1604
+ }) => {
1605
+ paddingTop: {
1606
+ readonly [$$PropertyValue]: "paddingTop";
1607
+ };
1608
+ };
1609
+ pr: (value: {
1610
+ readonly [$$PropertyValue]: "paddingRight";
1611
+ }) => {
1612
+ paddingRight: {
1613
+ readonly [$$PropertyValue]: "paddingRight";
1614
+ };
1615
+ };
1616
+ pb: (value: {
1617
+ readonly [$$PropertyValue]: "paddingBottom";
1618
+ }) => {
1619
+ paddingBottom: {
1620
+ readonly [$$PropertyValue]: "paddingBottom";
1621
+ };
1622
+ };
1623
+ pl: (value: {
1624
+ readonly [$$PropertyValue]: "paddingLeft";
1625
+ }) => {
1626
+ paddingLeft: {
1627
+ readonly [$$PropertyValue]: "paddingLeft";
1628
+ }; /***
1629
+ * @variant bordered
1630
+ * @color {default, primary, secondary, success, warning, error}
1631
+ */
1632
+ };
1633
+ px: (value: {
1634
+ readonly [$$PropertyValue]: "paddingLeft";
1635
+ }) => {
1636
+ paddingLeft: {
1637
+ readonly [$$PropertyValue]: "paddingLeft";
1638
+ };
1639
+ paddingRight: {
1640
+ readonly [$$PropertyValue]: "paddingLeft";
1641
+ };
1642
+ };
1643
+ py: (value: {
1644
+ readonly [$$PropertyValue]: "paddingTop";
1645
+ }) => {
1646
+ paddingTop: {
1647
+ readonly [$$PropertyValue]: "paddingTop";
1648
+ };
1649
+ paddingBottom: {
1650
+ readonly [$$PropertyValue]: "paddingTop";
1651
+ };
1652
+ };
1653
+ m: (value: {
1654
+ readonly [$$PropertyValue]: "margin";
1655
+ }) => {
1656
+ margin: {
1657
+ readonly [$$PropertyValue]: "margin";
1658
+ };
1659
+ };
1660
+ mt: (value: {
1661
+ readonly [$$PropertyValue]: "marginTop";
1662
+ }) => {
1663
+ marginTop: {
1664
+ readonly [$$PropertyValue]: "marginTop";
1665
+ };
1666
+ };
1667
+ mr: (value: {
1668
+ readonly [$$PropertyValue]: "marginRight";
1669
+ }) => {
1670
+ marginRight: {
1671
+ readonly [$$PropertyValue]: "marginRight";
1672
+ };
1673
+ };
1674
+ mb: (value: {
1675
+ readonly [$$PropertyValue]: "marginBottom";
1676
+ }) => {
1677
+ marginBottom: {
1678
+ readonly [$$PropertyValue]: "marginBottom";
1679
+ };
1680
+ };
1681
+ ml: (value: {
1682
+ readonly [$$PropertyValue]: "marginLeft";
1683
+ }) => {
1684
+ marginLeft: {
1685
+ readonly [$$PropertyValue]: "marginLeft";
1686
+ };
1687
+ };
1688
+ mx: (value: {
1689
+ readonly [$$PropertyValue]: "marginLeft";
1690
+ }) => {
1691
+ marginLeft: {
1692
+ readonly [$$PropertyValue]: "marginLeft";
1693
+ };
1694
+ marginRight: {
1695
+ readonly [$$PropertyValue]: "marginLeft";
1696
+ };
1697
+ };
1698
+ my: (value: {
1699
+ readonly [$$PropertyValue]: "marginTop";
1700
+ }) => {
1701
+ marginTop: {
1702
+ readonly [$$PropertyValue]: "marginTop";
1703
+ };
1704
+ marginBottom: {
1705
+ readonly [$$PropertyValue]: "marginTop";
1706
+ };
1707
+ };
1708
+ ta: (value: {
1709
+ readonly [$$PropertyValue]: "textAlign";
1710
+ }) => {
1711
+ textAlign: {
1712
+ readonly [$$PropertyValue]: "textAlign";
1713
+ };
1714
+ };
1715
+ tt: (value: {
1716
+ readonly [$$PropertyValue]: "textTransform";
1717
+ }) => {
1718
+ textTransform: {
1719
+ readonly [$$PropertyValue]: "textTransform";
1720
+ };
1721
+ };
1722
+ to: (value: {
1723
+ readonly [$$PropertyValue]: "textOverflow";
1724
+ }) => {
1725
+ textOverflow: {
1726
+ readonly [$$PropertyValue]: "textOverflow";
1727
+ };
1728
+ };
1729
+ d: (value: {
1730
+ readonly [$$PropertyValue]: "display";
1731
+ }) => {
1732
+ display: {
1733
+ readonly [$$PropertyValue]: "display";
1734
+ };
1735
+ };
1736
+ dflex: (value: {
1737
+ readonly [$$PropertyValue]: "alignItems";
1738
+ }) => {
1739
+ display: string;
1740
+ alignItems: {
1741
+ readonly [$$PropertyValue]: "alignItems";
1742
+ };
1743
+ justifyContent: {
1744
+ readonly [$$PropertyValue]: "alignItems";
1745
+ };
1746
+ };
1747
+ fd: (value: {
1748
+ readonly [$$PropertyValue]: "flexDirection";
1749
+ }) => {
1750
+ flexDirection: {
1751
+ readonly [$$PropertyValue]: "flexDirection";
1752
+ };
1753
+ };
1754
+ fw: (value: {
1755
+ readonly [$$PropertyValue]: "flexWrap";
1756
+ }) => {
1757
+ flexWrap: {
1758
+ readonly [$$PropertyValue]: "flexWrap";
1759
+ };
1760
+ };
1761
+ ai: (value: {
1762
+ readonly [$$PropertyValue]: "alignItems";
1763
+ }) => {
1764
+ alignItems: {
1765
+ readonly [$$PropertyValue]: "alignItems";
1766
+ };
1767
+ };
1768
+ ac: (value: {
1769
+ readonly [$$PropertyValue]: "alignContent";
1770
+ }) => {
1771
+ alignContent: {
1772
+ readonly [$$PropertyValue]: "alignContent";
1773
+ };
1774
+ };
1775
+ jc: (value: {
1776
+ readonly [$$PropertyValue]: "justifyContent";
1777
+ }) => {
1778
+ justifyContent: {
1779
+ readonly [$$PropertyValue]: "justifyContent";
1780
+ };
1781
+ };
1782
+ as: (value: {
1783
+ readonly [$$PropertyValue]: "alignSelf";
1784
+ }) => {
1785
+ alignSelf: {
1786
+ readonly [$$PropertyValue]: "alignSelf";
1787
+ };
1788
+ };
1789
+ fg: (value: {
1790
+ readonly [$$PropertyValue]: "flexGrow";
1791
+ }) => {
1792
+ flexGrow: {
1793
+ readonly [$$PropertyValue]: "flexGrow";
1794
+ };
1795
+ };
1796
+ fs: (value: {
1797
+ readonly [$$PropertyValue]: "fontSize";
1798
+ }) => {
1799
+ fontSize: {
1800
+ readonly [$$PropertyValue]: "fontSize";
1801
+ };
1802
+ };
1803
+ fb: (value: {
1804
+ readonly [$$PropertyValue]: "flexBasis";
1805
+ }) => {
1806
+ flexBasis: {
1807
+ readonly [$$PropertyValue]: "flexBasis";
1808
+ };
1809
+ };
1810
+ bc: (value: {
1811
+ readonly [$$PropertyValue]: "backgroundColor";
1812
+ }) => {
1813
+ backgroundColor: {
1814
+ readonly [$$PropertyValue]: "backgroundColor";
1815
+ };
1816
+ };
1817
+ bf: (value: {
1818
+ readonly [$$PropertyValue]: "backdropFilter";
1819
+ }) => {
1820
+ backdropFilter: {
1821
+ readonly [$$PropertyValue]: "backdropFilter";
1822
+ };
1823
+ };
1824
+ bg: (value: {
1825
+ readonly [$$PropertyValue]: "backgroundColor";
1826
+ }) => {
1827
+ background: {
1828
+ readonly [$$PropertyValue]: "backgroundColor";
1829
+ };
1830
+ };
1831
+ bgBlur: (value: {
1832
+ readonly [$$PropertyValue]: "backgroundColor";
1833
+ }) => {
1834
+ bf: string;
1835
+ bg: {
1836
+ readonly [$$PropertyValue]: "backgroundColor";
1837
+ };
1838
+ };
1839
+ bgColor: (value: {
1840
+ readonly [$$PropertyValue]: "backgroundColor";
1841
+ }) => {
1842
+ backgroundColor: {
1843
+ readonly [$$PropertyValue]: "backgroundColor";
1844
+ };
1845
+ };
1846
+ backgroundClip: (value: {
1847
+ readonly [$$PropertyValue]: "backgroundClip";
1848
+ }) => {
1849
+ WebkitBackgroundClip: {
1850
+ readonly [$$PropertyValue]: "backgroundClip";
1851
+ };
1852
+ backgroundClip: {
1853
+ readonly [$$PropertyValue]: "backgroundClip";
1854
+ };
1855
+ };
1856
+ bgClip: (value: {
1857
+ readonly [$$PropertyValue]: "backgroundClip";
1858
+ }) => {
1859
+ WebkitBackgroundClip: {
1860
+ readonly [$$PropertyValue]: "backgroundClip";
1861
+ };
1862
+ backgroundClip: {
1863
+ readonly [$$PropertyValue]: "backgroundClip";
1864
+ };
1865
+ };
1866
+ br: (value: {
1867
+ readonly [$$PropertyValue]: "borderRadius";
1868
+ }) => {
1869
+ borderRadius: {
1870
+ readonly [$$PropertyValue]: "borderRadius";
1871
+ };
1872
+ };
1873
+ bw: (value: {
1874
+ readonly [$$PropertyValue]: "borderWidth";
1875
+ }) => {
1876
+ borderWidth: {
1877
+ readonly [$$PropertyValue]: "borderWidth";
1878
+ };
1879
+ };
1880
+ btrr: (value: {
1881
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1882
+ }) => {
1883
+ borderTopRightRadius: {
1884
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1885
+ };
1886
+ };
1887
+ bbrr: (value: {
1888
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1889
+ }) => {
1890
+ borderBottomRightRadius: {
1891
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1892
+ };
1893
+ };
1894
+ bblr: (value: {
1895
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1896
+ }) => {
1897
+ borderBottomLeftRadius: {
1898
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1899
+ };
1900
+ };
1901
+ btlr: (value: {
1902
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1903
+ }) => {
1904
+ borderTopLeftRadius: {
1905
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1906
+ };
1907
+ };
1908
+ bs: (value: {
1909
+ readonly [$$PropertyValue]: "boxShadow";
1910
+ }) => {
1911
+ boxShadow: {
1912
+ readonly [$$PropertyValue]: "boxShadow";
1913
+ };
1914
+ };
1915
+ ds: (value: {
1916
+ readonly [$$PropertyValue]: "boxShadow";
1917
+ }) => {
1918
+ dropShadow: {
1919
+ readonly [$$PropertyValue]: "boxShadow";
1920
+ };
1921
+ };
1922
+ shadow: (value: {
1923
+ readonly [$$PropertyValue]: "boxShadow";
1924
+ }) => {
1925
+ boxShadow: {
1926
+ readonly [$$PropertyValue]: "boxShadow";
1927
+ };
1928
+ };
1929
+ dshadow: (value: {
1930
+ readonly [$$PropertyValue]: "boxShadow";
1931
+ }) => {
1932
+ dropShadow: {
1933
+ readonly [$$PropertyValue]: "boxShadow";
1934
+ };
1935
+ };
1936
+ dropShadow: (value: {
1937
+ readonly [$$PropertyValue]: "boxShadow";
1938
+ }) => {
1939
+ filter: string;
1940
+ };
1941
+ normalShadow: (value: {
1942
+ readonly [$$PropertyValue]: "backgroundColor";
1943
+ }) => {
1944
+ boxShadow: string;
1945
+ };
1946
+ normalShadowVar: (value: {
1947
+ readonly [$$PropertyValue]: "backgroundColor";
1948
+ }) => {
1949
+ boxShadow: string;
1950
+ };
1951
+ lh: (value: {
1952
+ readonly [$$PropertyValue]: "lineHeight";
1953
+ }) => {
1954
+ lineHeight: {
1955
+ readonly [$$PropertyValue]: "lineHeight";
1956
+ };
1957
+ };
1958
+ ov: (value: {
1959
+ readonly [$$PropertyValue]: "overflow";
1960
+ }) => {
1961
+ overflow: {
1962
+ readonly [$$PropertyValue]: "overflow";
1963
+ };
1964
+ };
1965
+ ox: (value: {
1966
+ readonly [$$PropertyValue]: "overflowX";
1967
+ }) => {
1968
+ overflowX: {
1969
+ readonly [$$PropertyValue]: "overflowX";
1970
+ };
1971
+ };
1972
+ oy: (value: {
1973
+ readonly [$$PropertyValue]: "overflowY";
1974
+ }) => {
1975
+ overflowY: {
1976
+ readonly [$$PropertyValue]: "overflowY";
1977
+ };
1978
+ };
1979
+ pe: (value: {
1980
+ readonly [$$PropertyValue]: "pointerEvents";
1981
+ }) => {
1982
+ pointerEvents: {
1983
+ readonly [$$PropertyValue]: "pointerEvents";
1984
+ };
1985
+ };
1986
+ events: (value: {
1987
+ readonly [$$PropertyValue]: "pointerEvents";
1988
+ }) => {
1989
+ pointerEvents: {
1990
+ readonly [$$PropertyValue]: "pointerEvents";
1991
+ };
1992
+ };
1993
+ us: (value: {
1994
+ readonly [$$PropertyValue]: "userSelect";
1995
+ }) => {
1996
+ WebkitUserSelect: {
1997
+ readonly [$$PropertyValue]: "userSelect";
1998
+ };
1999
+ userSelect: {
2000
+ readonly [$$PropertyValue]: "userSelect";
2001
+ };
2002
+ };
2003
+ userSelect: (value: {
2004
+ readonly [$$PropertyValue]: "userSelect";
2005
+ }) => {
2006
+ WebkitUserSelect: {
2007
+ readonly [$$PropertyValue]: "userSelect";
2008
+ };
2009
+ userSelect: {
2010
+ readonly [$$PropertyValue]: "userSelect";
2011
+ };
2012
+ };
2013
+ w: (value: {
2014
+ readonly [$$PropertyValue]: "width";
2015
+ }) => {
2016
+ width: {
2017
+ readonly [$$PropertyValue]: "width";
2018
+ };
2019
+ };
2020
+ h: (value: {
2021
+ readonly [$$PropertyValue]: "height";
2022
+ }) => {
2023
+ height: {
2024
+ readonly [$$PropertyValue]: "height";
2025
+ };
2026
+ };
2027
+ mw: (value: {
2028
+ readonly [$$PropertyValue]: "maxWidth";
2029
+ }) => {
2030
+ maxWidth: {
2031
+ readonly [$$PropertyValue]: "maxWidth";
2032
+ };
2033
+ };
2034
+ maxW: (value: {
2035
+ readonly [$$PropertyValue]: "maxWidth";
2036
+ }) => {
2037
+ maxWidth: {
2038
+ readonly [$$PropertyValue]: "maxWidth";
2039
+ };
2040
+ };
2041
+ mh: (value: {
2042
+ readonly [$$PropertyValue]: "maxHeight";
2043
+ }) => {
2044
+ maxHeight: {
2045
+ readonly [$$PropertyValue]: "maxHeight";
2046
+ };
2047
+ };
2048
+ maxH: (value: {
2049
+ readonly [$$PropertyValue]: "maxHeight";
2050
+ }) => {
2051
+ maxHeight: {
2052
+ readonly [$$PropertyValue]: "maxHeight";
2053
+ };
2054
+ };
2055
+ size: (value: {
2056
+ readonly [$$PropertyValue]: "width";
2057
+ }) => {
2058
+ width: {
2059
+ readonly [$$PropertyValue]: "width";
2060
+ };
2061
+ height: {
2062
+ readonly [$$PropertyValue]: "width";
2063
+ };
2064
+ };
2065
+ minSize: (value: {
2066
+ readonly [$$PropertyValue]: "width";
2067
+ }) => {
2068
+ minWidth: {
2069
+ readonly [$$PropertyValue]: "width";
2070
+ };
2071
+ minHeight: {
2072
+ readonly [$$PropertyValue]: "width";
2073
+ };
2074
+ width: {
2075
+ readonly [$$PropertyValue]: "width";
2076
+ };
2077
+ height: {
2078
+ readonly [$$PropertyValue]: "width";
2079
+ };
2080
+ };
2081
+ sizeMin: (value: {
2082
+ readonly [$$PropertyValue]: "width";
2083
+ }) => {
2084
+ minWidth: {
2085
+ readonly [$$PropertyValue]: "width";
2086
+ };
2087
+ minHeight: {
2088
+ readonly [$$PropertyValue]: "width";
2089
+ };
2090
+ width: {
2091
+ readonly [$$PropertyValue]: "width";
2092
+ };
2093
+ height: {
2094
+ readonly [$$PropertyValue]: "width";
2095
+ };
2096
+ };
2097
+ maxSize: (value: {
2098
+ readonly [$$PropertyValue]: "width";
2099
+ }) => {
2100
+ maxWidth: {
2101
+ readonly [$$PropertyValue]: "width";
2102
+ };
2103
+ maxHeight: {
2104
+ readonly [$$PropertyValue]: "width";
2105
+ };
2106
+ };
2107
+ sizeMax: (value: {
2108
+ readonly [$$PropertyValue]: "width";
2109
+ }) => {
2110
+ maxWidth: {
2111
+ readonly [$$PropertyValue]: "width";
2112
+ };
2113
+ maxHeight: {
2114
+ readonly [$$PropertyValue]: "width";
2115
+ };
2116
+ };
2117
+ appearance: (value: {
2118
+ readonly [$$PropertyValue]: "appearance";
2119
+ }) => {
2120
+ WebkitAppearance: {
2121
+ readonly [$$PropertyValue]: "appearance";
2122
+ };
2123
+ appearance: {
2124
+ readonly [$$PropertyValue]: "appearance";
2125
+ };
2126
+ };
2127
+ scale: (value: {
2128
+ readonly [$$PropertyValue]: "scale";
2129
+ }) => {
2130
+ transform: string;
2131
+ };
2132
+ linearGradient: (value: {
2133
+ readonly [$$PropertyValue]: "backgroundImage";
2134
+ }) => {
2135
+ backgroundImage: string;
2136
+ };
2137
+ tdl: (value: {
2138
+ readonly [$$PropertyValue]: "textDecorationLine";
2139
+ }) => {
2140
+ textDecorationLine: {
2141
+ readonly [$$PropertyValue]: "textDecorationLine";
2142
+ };
2143
+ };
2144
+ truncateText: (value: {
2145
+ readonly [$$PropertyValue]: "width";
2146
+ }) => {
2147
+ maxWidth: {
2148
+ readonly [$$PropertyValue]: "width";
2149
+ };
2150
+ whiteSpace: string;
2151
+ overflow: string;
2152
+ textOverflow: string;
2153
+ };
2154
+ textGradient: (value: {
2155
+ readonly [$$PropertyValue]: "backgroundImage";
2156
+ }) => {
2157
+ backgroundImage: string;
2158
+ WebkitBackgroundClip: string;
2159
+ WebkitTextFillColor: string;
2160
+ "&::selection": {
2161
+ WebkitTextFillColor: string;
2162
+ };
2163
+ };
2164
+ }>>;
2165
+ export declare const StyledBadgePoints: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2166
+ xs: string;
2167
+ sm: string;
2168
+ md: string;
2169
+ lg: string;
2170
+ xl: string;
2171
+ xsMin: string;
2172
+ smMin: string;
2173
+ mdMin: string;
2174
+ lgMin: string;
2175
+ xlMin: string;
2176
+ xsMax: string;
2177
+ smMax: string;
2178
+ mdMax: string;
2179
+ lgMax: string;
2180
+ xlMax: string;
2181
+ motion: string;
2182
+ safari: string;
2183
+ hover: string;
2184
+ dark: string;
2185
+ light: string;
2186
+ }, import("@stitches/react/types/css-util").CSS<{
2187
+ xs: string;
2188
+ sm: string;
2189
+ md: string;
2190
+ lg: string;
2191
+ xl: string;
2192
+ xsMin: string;
2193
+ smMin: string;
2194
+ mdMin: string;
2195
+ lgMin: string;
2196
+ xlMin: string;
2197
+ xsMax: string;
2198
+ smMax: string;
2199
+ mdMax: string;
2200
+ lgMax: string;
2201
+ xlMax: string;
2202
+ motion: string;
2203
+ safari: string;
2204
+ hover: string;
2205
+ dark: string;
2206
+ light: string;
2207
+ }, {
2208
+ shadows: {
2209
+ xs: string;
2210
+ sm: string;
2211
+ md: string;
2212
+ lg: string;
2213
+ xl: string;
2214
+ };
2215
+ dropShadows: {
2216
+ xs: string;
2217
+ sm: string;
2218
+ md: string;
2219
+ lg: string;
2220
+ xl: string;
2221
+ };
2222
+ colors: {
2223
+ text: string;
2224
+ link: string;
2225
+ codeLight: string;
2226
+ code: string;
2227
+ selection: string;
2228
+ border: string;
2229
+ gray50: string;
2230
+ gray100: string;
2231
+ gray200: string;
2232
+ gray300: string;
2233
+ gray400: string;
2234
+ gray500: string;
2235
+ gray600: string;
2236
+ gray700: string;
2237
+ gray800: string;
2238
+ gray900: string;
2239
+ pink50: string;
2240
+ pink100: string;
2241
+ pink200: string;
2242
+ pink300: string;
2243
+ pink400: string;
2244
+ pink500: string;
2245
+ pink600: string;
2246
+ pink700: string;
2247
+ pink800: string;
2248
+ pink900: string;
2249
+ cyan50: string;
2250
+ cyan100: string;
2251
+ cyan200: string;
2252
+ cyan300: string;
2253
+ cyan400: string;
2254
+ cyan500: string;
2255
+ cyan600: string;
2256
+ cyan700: string;
2257
+ cyan800: string;
2258
+ cyan900: string;
2259
+ red50: string;
2260
+ red100: string;
2261
+ red200: string;
2262
+ red300: string;
2263
+ red400: string;
2264
+ red500: string;
2265
+ red600: string;
2266
+ red700: string;
2267
+ red800: string;
2268
+ red900: string;
2269
+ yellow50: string;
2270
+ yellow100: string;
2271
+ yellow200: string;
2272
+ yellow300: string;
2273
+ yellow400: string;
2274
+ yellow500: string;
2275
+ yellow600: string;
2276
+ yellow700: string;
2277
+ yellow800: string;
2278
+ yellow900: string;
2279
+ green50: string;
2280
+ green100: string;
2281
+ green200: string;
2282
+ green300: string;
2283
+ green400: string;
2284
+ green500: string;
2285
+ green600: string;
2286
+ green700: string;
2287
+ green800: string;
2288
+ green900: string;
2289
+ purple50: string;
2290
+ purple100: string;
2291
+ purple200: string;
2292
+ purple300: string;
2293
+ purple400: string;
2294
+ purple500: string;
2295
+ purple600: string;
2296
+ purple700: string;
2297
+ purple800: string;
2298
+ purple900: string;
2299
+ blue50: string;
2300
+ blue100: string;
2301
+ blue200: string;
2302
+ blue300: string;
2303
+ blue400: string;
2304
+ blue500: string;
2305
+ blue600: string;
2306
+ blue700: string;
2307
+ blue800: string;
2308
+ blue900: string;
2309
+ background: string;
2310
+ backgroundAlpha: string;
2311
+ foreground: string;
2312
+ backgroundContrast: string;
2313
+ white: string;
2314
+ black: string;
2315
+ primaryLight: string;
2316
+ primaryLightHover: string;
2317
+ primaryLightActive: string;
2318
+ primaryLightContrast: string;
2319
+ primary: string;
2320
+ primaryBorder: string;
2321
+ primaryBorderHover: string;
2322
+ primarySolidHover: string;
2323
+ primarySolidContrast: string;
2324
+ primaryShadow: string;
2325
+ secondaryLight: string;
2326
+ secondaryLightHover: string;
2327
+ secondaryLightActive: string;
2328
+ secondaryLightContrast: string;
2329
+ secondary: string;
2330
+ secondaryBorder: string;
2331
+ secondaryBorderHover: string;
2332
+ secondarySolidHover: string;
2333
+ secondarySolidContrast: string;
2334
+ secondaryShadow: string;
2335
+ successLight: string;
2336
+ successLightHover: string;
2337
+ successLightActive: string;
2338
+ successLightContrast: string;
2339
+ success: string;
2340
+ successBorder: string;
2341
+ successBorderHover: string;
2342
+ successSolidHover: string;
2343
+ successSolidContrast: string;
2344
+ successShadow: string;
2345
+ warningLight: string;
2346
+ warningLightHover: string;
2347
+ warningLightActive: string;
2348
+ warningLightContrast: string;
2349
+ warning: string;
2350
+ warningBorder: string;
2351
+ warningBorderHover: string;
2352
+ warningSolidHover: string;
2353
+ warningSolidContrast: string;
2354
+ warningShadow: string;
2355
+ errorLight: string;
2356
+ errorLightHover: string;
2357
+ errorLightActive: string;
2358
+ errorLightContrast: string;
2359
+ error: string;
2360
+ errorBorder: string;
2361
+ errorBorderHover: string;
2362
+ errorSolidHover: string;
2363
+ errorSolidContrast: string;
2364
+ errorShadow: string;
2365
+ neutralLight: string;
2366
+ neutralLightHover: string;
2367
+ neutralLightActive: string;
2368
+ neutralLightContrast: string;
2369
+ neutral: string;
2370
+ neutralBorder: string;
2371
+ neutralBorderHover: string;
2372
+ neutralSolidHover: string;
2373
+ neutralSolidContrast: string;
2374
+ neutralShadow: string;
2375
+ gradient: string;
2376
+ accents0: string;
2377
+ accents1: string;
2378
+ accents2: string;
2379
+ accents3: string;
2380
+ accents4: string;
2381
+ accents5: string;
2382
+ accents6: string;
2383
+ accents7: string;
2384
+ accents8: string;
2385
+ accents9: string;
2386
+ };
2387
+ fonts: {
2388
+ sans: string;
2389
+ mono: string;
2390
+ };
2391
+ fontSizes: {
2392
+ xs: string;
2393
+ sm: string;
2394
+ base: string;
2395
+ md: string;
2396
+ lg: string;
2397
+ xl: string;
2398
+ "2xl": string;
2399
+ "3xl": string;
2400
+ "4xl": string;
2401
+ "5xl": string;
2402
+ "6xl": string;
2403
+ "7xl": string;
2404
+ "8xl": string;
2405
+ "9xl": string;
2406
+ };
2407
+ fontWeights: {
2408
+ hairline: number;
2409
+ thin: number;
2410
+ light: number;
2411
+ normal: number;
2412
+ medium: number;
2413
+ semibold: number;
2414
+ bold: number;
2415
+ extrabold: number;
2416
+ black: number;
2417
+ };
2418
+ lineHeights: {
2419
+ xs: number;
2420
+ sm: number;
2421
+ base: number;
2422
+ md: number;
2423
+ lg: number;
2424
+ xl: number;
2425
+ "2xl": number;
2426
+ "3xl": number;
2427
+ "4xl": number;
2428
+ "5xl": number;
2429
+ "6xl": number;
2430
+ "7xl": number;
2431
+ "8xl": number;
2432
+ "9xl": number;
2433
+ };
2434
+ letterSpacings: {
2435
+ tighter: string;
2436
+ tight: string;
2437
+ normal: string;
2438
+ wide: string;
2439
+ wider: string;
2440
+ widest: string;
2441
+ };
2442
+ space: {
2443
+ 0: string;
2444
+ xs: string;
2445
+ sm: string;
2446
+ md: string;
2447
+ lg: string;
2448
+ xl: string;
2449
+ "2xl": string;
2450
+ "3xl": string;
2451
+ "4xl": string;
2452
+ "5xl": string;
2453
+ "6xl": string;
2454
+ "7xl": string;
2455
+ "8xl": string;
2456
+ "9xl": string;
2457
+ min: string;
2458
+ max: string;
2459
+ fit: string;
2460
+ screen: string;
2461
+ full: string;
2462
+ px: string;
2463
+ 1: string;
2464
+ 2: string;
2465
+ 3: string;
2466
+ 4: string;
2467
+ 5: string;
2468
+ 6: string;
2469
+ 7: string;
2470
+ 8: string;
2471
+ 9: string;
2472
+ 10: string;
2473
+ 11: string;
2474
+ 12: string;
2475
+ 13: string;
2476
+ 14: string;
2477
+ 15: string;
2478
+ 16: string;
2479
+ 17: string;
2480
+ 18: string;
2481
+ 20: string;
2482
+ 24: string;
2483
+ 28: string;
2484
+ 32: string;
2485
+ 36: string;
2486
+ 40: string;
2487
+ 44: string;
2488
+ 48: string;
2489
+ 52: string;
2490
+ 56: string;
2491
+ 60: string;
2492
+ 64: string;
2493
+ 72: string;
2494
+ 80: string;
2495
+ 96: string;
2496
+ };
2497
+ radii: {
2498
+ xs: string;
2499
+ sm: string;
2500
+ md: string;
2501
+ base: string;
2502
+ lg: string;
2503
+ xl: string;
2504
+ "2xl": string;
2505
+ "3xl": string;
2506
+ squared: string;
2507
+ rounded: string;
2508
+ pill: string;
2509
+ };
2510
+ zIndices: {
2511
+ 1: string;
2512
+ 2: string;
2513
+ 3: string;
2514
+ 4: string;
2515
+ 5: string;
2516
+ 10: string;
2517
+ max: string;
2518
+ };
2519
+ borderWeights: {
2520
+ light: string;
2521
+ normal: string;
2522
+ bold: string;
2523
+ extrabold: string;
2524
+ black: string;
2525
+ };
2526
+ transitions: {
2527
+ default: string;
2528
+ button: string;
2529
+ avatar: string;
2530
+ card: string;
2531
+ dropdownItem: string;
2532
+ };
2533
+ breakpoints: {
2534
+ xs: string;
2535
+ sm: string;
2536
+ md: string;
2537
+ lg: string;
2538
+ xl: string;
2539
+ };
2540
+ }, {
2541
+ width: string;
2542
+ height: string;
2543
+ minWidth: string;
2544
+ maxWidth: string;
2545
+ minHeight: string;
2546
+ maxHeight: string;
2547
+ flexBasis: string;
2548
+ gridTemplateColumns: string;
2549
+ gridTemplateRows: string;
2550
+ blockSize: string;
2551
+ minBlockSize: string;
2552
+ maxBlockSize: string;
2553
+ inlineSize: string;
2554
+ minInlineSize: string;
2555
+ maxInlineSize: string;
2556
+ borderWidth: string;
2557
+ gap: "space";
2558
+ gridGap: "space";
2559
+ columnGap: "space";
2560
+ gridColumnGap: "space";
2561
+ rowGap: "space";
2562
+ gridRowGap: "space";
2563
+ inset: "space";
2564
+ insetBlock: "space";
2565
+ insetBlockEnd: "space";
2566
+ insetBlockStart: "space";
2567
+ insetInline: "space";
2568
+ insetInlineEnd: "space";
2569
+ insetInlineStart: "space";
2570
+ margin: "space";
2571
+ marginTop: "space";
2572
+ marginRight: "space";
2573
+ marginBottom: "space";
2574
+ marginLeft: "space";
2575
+ marginBlock: "space";
2576
+ marginBlockEnd: "space";
2577
+ marginBlockStart: "space";
2578
+ marginInline: "space";
2579
+ marginInlineEnd: "space";
2580
+ marginInlineStart: "space";
2581
+ padding: "space";
2582
+ paddingTop: "space";
2583
+ paddingRight: "space";
2584
+ paddingBottom: "space";
2585
+ paddingLeft: "space";
2586
+ paddingBlock: "space";
2587
+ paddingBlockEnd: "space";
2588
+ paddingBlockStart: "space";
2589
+ paddingInline: "space";
2590
+ paddingInlineEnd: "space";
2591
+ paddingInlineStart: "space";
2592
+ scrollMargin: "space";
2593
+ scrollMarginTop: "space";
2594
+ scrollMarginRight: "space";
2595
+ scrollMarginBottom: "space";
2596
+ scrollMarginLeft: "space";
2597
+ scrollMarginBlock: "space";
2598
+ scrollMarginBlockEnd: "space";
2599
+ scrollMarginBlockStart: "space";
2600
+ scrollMarginInline: "space";
2601
+ scrollMarginInlineEnd: "space";
2602
+ scrollMarginInlineStart: "space";
2603
+ scrollPadding: "space";
2604
+ scrollPaddingTop: "space";
2605
+ scrollPaddingRight: "space";
2606
+ scrollPaddingBottom: "space";
2607
+ scrollPaddingLeft: "space";
2608
+ scrollPaddingBlock: "space";
2609
+ scrollPaddingBlockEnd: "space";
2610
+ scrollPaddingBlockStart: "space";
2611
+ scrollPaddingInline: "space";
2612
+ scrollPaddingInlineEnd: "space";
2613
+ scrollPaddingInlineStart: "space";
2614
+ top: "space";
2615
+ right: "space";
2616
+ bottom: "space";
2617
+ left: "space";
2618
+ fontSize: "fontSizes";
2619
+ background: "colors";
2620
+ backgroundColor: "colors";
2621
+ backgroundImage: "colors";
2622
+ borderImage: "colors";
2623
+ border: "colors";
2624
+ borderBlock: "colors";
2625
+ borderBlockEnd: "colors";
2626
+ borderBlockStart: "colors";
2627
+ borderBottom: "colors";
2628
+ borderBottomColor: "colors";
2629
+ borderColor: "colors";
2630
+ borderInline: "colors";
2631
+ borderInlineEnd: "colors";
2632
+ borderInlineStart: "colors";
2633
+ borderLeft: "colors";
2634
+ borderLeftColor: "colors";
2635
+ borderRight: "colors";
2636
+ borderRightColor: "colors";
2637
+ borderTop: "colors";
2638
+ borderTopColor: "colors";
2639
+ caretColor: "colors";
2640
+ color: "colors";
2641
+ columnRuleColor: "colors";
2642
+ outline: "colors";
2643
+ outlineColor: "colors";
2644
+ fill: "colors";
2645
+ stroke: "colors";
2646
+ textDecorationColor: "colors";
2647
+ fontFamily: "fonts";
2648
+ fontWeight: "fontWeights";
2649
+ lineHeight: "lineHeights";
2650
+ letterSpacing: "letterSpacings";
2651
+ borderTopWidth: "borderWidths";
2652
+ borderLeftWidth: "borderWidths";
2653
+ borderRightWidth: "borderWidths";
2654
+ borderBottomWidth: "borderWidths";
2655
+ borderStyle: "borderStyles";
2656
+ borderTopStyle: "borderStyles";
2657
+ borderLeftStyle: "borderStyles";
2658
+ borderRightStyle: "borderStyles";
2659
+ borderBottomStyle: "borderStyles";
2660
+ borderRadius: "radii";
2661
+ borderTopLeftRadius: "radii";
2662
+ borderTopRightRadius: "radii";
2663
+ borderBottomRightRadius: "radii";
2664
+ borderBottomLeftRadius: "radii";
2665
+ boxShadow: "shadows";
2666
+ textShadow: "shadows";
2667
+ transition: "transitions";
2668
+ zIndex: "zIndices";
2669
+ }, {
2670
+ p: (value: {
2671
+ readonly [$$PropertyValue]: "padding";
2672
+ }) => {
2673
+ padding: {
2674
+ readonly [$$PropertyValue]: "padding";
2675
+ };
2676
+ };
2677
+ pt: (value: {
2678
+ readonly [$$PropertyValue]: "paddingTop";
2679
+ }) => {
2680
+ paddingTop: {
2681
+ readonly [$$PropertyValue]: "paddingTop";
2682
+ };
2683
+ };
2684
+ pr: (value: {
2685
+ readonly [$$PropertyValue]: "paddingRight";
2686
+ }) => {
2687
+ paddingRight: {
2688
+ readonly [$$PropertyValue]: "paddingRight";
2689
+ };
2690
+ };
2691
+ pb: (value: {
2692
+ readonly [$$PropertyValue]: "paddingBottom";
2693
+ }) => {
2694
+ paddingBottom: {
2695
+ readonly [$$PropertyValue]: "paddingBottom";
2696
+ };
2697
+ };
2698
+ pl: (value: {
2699
+ readonly [$$PropertyValue]: "paddingLeft";
2700
+ }) => {
2701
+ paddingLeft: {
2702
+ readonly [$$PropertyValue]: "paddingLeft";
2703
+ }; /***
2704
+ * @variant bordered
2705
+ * @color {default, primary, secondary, success, warning, error}
2706
+ */
2707
+ };
2708
+ px: (value: {
2709
+ readonly [$$PropertyValue]: "paddingLeft";
2710
+ }) => {
2711
+ paddingLeft: {
2712
+ readonly [$$PropertyValue]: "paddingLeft";
2713
+ };
2714
+ paddingRight: {
2715
+ readonly [$$PropertyValue]: "paddingLeft";
2716
+ };
2717
+ };
2718
+ py: (value: {
2719
+ readonly [$$PropertyValue]: "paddingTop";
2720
+ }) => {
2721
+ paddingTop: {
2722
+ readonly [$$PropertyValue]: "paddingTop";
2723
+ };
2724
+ paddingBottom: {
2725
+ readonly [$$PropertyValue]: "paddingTop";
2726
+ };
2727
+ };
2728
+ m: (value: {
2729
+ readonly [$$PropertyValue]: "margin";
2730
+ }) => {
2731
+ margin: {
2732
+ readonly [$$PropertyValue]: "margin";
2733
+ };
2734
+ };
2735
+ mt: (value: {
2736
+ readonly [$$PropertyValue]: "marginTop";
2737
+ }) => {
2738
+ marginTop: {
2739
+ readonly [$$PropertyValue]: "marginTop";
2740
+ };
2741
+ };
2742
+ mr: (value: {
2743
+ readonly [$$PropertyValue]: "marginRight";
2744
+ }) => {
2745
+ marginRight: {
2746
+ readonly [$$PropertyValue]: "marginRight";
2747
+ };
2748
+ };
2749
+ mb: (value: {
2750
+ readonly [$$PropertyValue]: "marginBottom";
2751
+ }) => {
2752
+ marginBottom: {
2753
+ readonly [$$PropertyValue]: "marginBottom";
2754
+ };
2755
+ };
2756
+ ml: (value: {
2757
+ readonly [$$PropertyValue]: "marginLeft";
2758
+ }) => {
2759
+ marginLeft: {
2760
+ readonly [$$PropertyValue]: "marginLeft";
2761
+ };
2762
+ };
2763
+ mx: (value: {
2764
+ readonly [$$PropertyValue]: "marginLeft";
2765
+ }) => {
2766
+ marginLeft: {
2767
+ readonly [$$PropertyValue]: "marginLeft";
2768
+ };
2769
+ marginRight: {
2770
+ readonly [$$PropertyValue]: "marginLeft";
2771
+ };
2772
+ };
2773
+ my: (value: {
2774
+ readonly [$$PropertyValue]: "marginTop";
2775
+ }) => {
2776
+ marginTop: {
2777
+ readonly [$$PropertyValue]: "marginTop";
2778
+ };
2779
+ marginBottom: {
2780
+ readonly [$$PropertyValue]: "marginTop";
2781
+ };
2782
+ };
2783
+ ta: (value: {
2784
+ readonly [$$PropertyValue]: "textAlign";
2785
+ }) => {
2786
+ textAlign: {
2787
+ readonly [$$PropertyValue]: "textAlign";
2788
+ };
2789
+ };
2790
+ tt: (value: {
2791
+ readonly [$$PropertyValue]: "textTransform";
2792
+ }) => {
2793
+ textTransform: {
2794
+ readonly [$$PropertyValue]: "textTransform";
2795
+ };
2796
+ };
2797
+ to: (value: {
2798
+ readonly [$$PropertyValue]: "textOverflow";
2799
+ }) => {
2800
+ textOverflow: {
2801
+ readonly [$$PropertyValue]: "textOverflow";
2802
+ };
2803
+ };
2804
+ d: (value: {
2805
+ readonly [$$PropertyValue]: "display";
2806
+ }) => {
2807
+ display: {
2808
+ readonly [$$PropertyValue]: "display";
2809
+ };
2810
+ };
2811
+ dflex: (value: {
2812
+ readonly [$$PropertyValue]: "alignItems";
2813
+ }) => {
2814
+ display: string;
2815
+ alignItems: {
2816
+ readonly [$$PropertyValue]: "alignItems";
2817
+ };
2818
+ justifyContent: {
2819
+ readonly [$$PropertyValue]: "alignItems";
2820
+ };
2821
+ };
2822
+ fd: (value: {
2823
+ readonly [$$PropertyValue]: "flexDirection";
2824
+ }) => {
2825
+ flexDirection: {
2826
+ readonly [$$PropertyValue]: "flexDirection";
2827
+ };
2828
+ };
2829
+ fw: (value: {
2830
+ readonly [$$PropertyValue]: "flexWrap";
2831
+ }) => {
2832
+ flexWrap: {
2833
+ readonly [$$PropertyValue]: "flexWrap";
2834
+ };
2835
+ };
2836
+ ai: (value: {
2837
+ readonly [$$PropertyValue]: "alignItems";
2838
+ }) => {
2839
+ alignItems: {
2840
+ readonly [$$PropertyValue]: "alignItems";
2841
+ };
2842
+ };
2843
+ ac: (value: {
2844
+ readonly [$$PropertyValue]: "alignContent";
2845
+ }) => {
2846
+ alignContent: {
2847
+ readonly [$$PropertyValue]: "alignContent";
2848
+ };
2849
+ };
2850
+ jc: (value: {
2851
+ readonly [$$PropertyValue]: "justifyContent";
2852
+ }) => {
2853
+ justifyContent: {
2854
+ readonly [$$PropertyValue]: "justifyContent";
2855
+ };
2856
+ };
2857
+ as: (value: {
2858
+ readonly [$$PropertyValue]: "alignSelf";
2859
+ }) => {
2860
+ alignSelf: {
2861
+ readonly [$$PropertyValue]: "alignSelf";
2862
+ };
2863
+ };
2864
+ fg: (value: {
2865
+ readonly [$$PropertyValue]: "flexGrow";
2866
+ }) => {
2867
+ flexGrow: {
2868
+ readonly [$$PropertyValue]: "flexGrow";
2869
+ };
2870
+ };
2871
+ fs: (value: {
2872
+ readonly [$$PropertyValue]: "fontSize";
2873
+ }) => {
2874
+ fontSize: {
2875
+ readonly [$$PropertyValue]: "fontSize";
2876
+ };
2877
+ };
2878
+ fb: (value: {
2879
+ readonly [$$PropertyValue]: "flexBasis";
2880
+ }) => {
2881
+ flexBasis: {
2882
+ readonly [$$PropertyValue]: "flexBasis";
2883
+ };
2884
+ };
2885
+ bc: (value: {
2886
+ readonly [$$PropertyValue]: "backgroundColor";
2887
+ }) => {
2888
+ backgroundColor: {
2889
+ readonly [$$PropertyValue]: "backgroundColor";
2890
+ };
2891
+ };
2892
+ bf: (value: {
2893
+ readonly [$$PropertyValue]: "backdropFilter";
2894
+ }) => {
2895
+ backdropFilter: {
2896
+ readonly [$$PropertyValue]: "backdropFilter";
2897
+ };
2898
+ };
2899
+ bg: (value: {
2900
+ readonly [$$PropertyValue]: "backgroundColor";
2901
+ }) => {
2902
+ background: {
2903
+ readonly [$$PropertyValue]: "backgroundColor";
2904
+ };
2905
+ };
2906
+ bgBlur: (value: {
2907
+ readonly [$$PropertyValue]: "backgroundColor";
2908
+ }) => {
2909
+ bf: string;
2910
+ bg: {
2911
+ readonly [$$PropertyValue]: "backgroundColor";
2912
+ };
2913
+ };
2914
+ bgColor: (value: {
2915
+ readonly [$$PropertyValue]: "backgroundColor";
2916
+ }) => {
2917
+ backgroundColor: {
2918
+ readonly [$$PropertyValue]: "backgroundColor";
2919
+ };
2920
+ };
2921
+ backgroundClip: (value: {
2922
+ readonly [$$PropertyValue]: "backgroundClip";
2923
+ }) => {
2924
+ WebkitBackgroundClip: {
2925
+ readonly [$$PropertyValue]: "backgroundClip";
2926
+ };
2927
+ backgroundClip: {
2928
+ readonly [$$PropertyValue]: "backgroundClip";
2929
+ };
2930
+ };
2931
+ bgClip: (value: {
2932
+ readonly [$$PropertyValue]: "backgroundClip";
2933
+ }) => {
2934
+ WebkitBackgroundClip: {
2935
+ readonly [$$PropertyValue]: "backgroundClip";
2936
+ };
2937
+ backgroundClip: {
2938
+ readonly [$$PropertyValue]: "backgroundClip";
2939
+ };
2940
+ };
2941
+ br: (value: {
2942
+ readonly [$$PropertyValue]: "borderRadius";
2943
+ }) => {
2944
+ borderRadius: {
2945
+ readonly [$$PropertyValue]: "borderRadius";
2946
+ };
2947
+ };
2948
+ bw: (value: {
2949
+ readonly [$$PropertyValue]: "borderWidth";
2950
+ }) => {
2951
+ borderWidth: {
2952
+ readonly [$$PropertyValue]: "borderWidth";
2953
+ };
2954
+ };
2955
+ btrr: (value: {
2956
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2957
+ }) => {
2958
+ borderTopRightRadius: {
2959
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2960
+ };
2961
+ };
2962
+ bbrr: (value: {
2963
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2964
+ }) => {
2965
+ borderBottomRightRadius: {
2966
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2967
+ };
2968
+ };
2969
+ bblr: (value: {
2970
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2971
+ }) => {
2972
+ borderBottomLeftRadius: {
2973
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2974
+ };
2975
+ };
2976
+ btlr: (value: {
2977
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2978
+ }) => {
2979
+ borderTopLeftRadius: {
2980
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2981
+ };
2982
+ };
2983
+ bs: (value: {
2984
+ readonly [$$PropertyValue]: "boxShadow";
2985
+ }) => {
2986
+ boxShadow: {
2987
+ readonly [$$PropertyValue]: "boxShadow";
2988
+ };
2989
+ };
2990
+ ds: (value: {
2991
+ readonly [$$PropertyValue]: "boxShadow";
2992
+ }) => {
2993
+ dropShadow: {
2994
+ readonly [$$PropertyValue]: "boxShadow";
2995
+ };
2996
+ };
2997
+ shadow: (value: {
2998
+ readonly [$$PropertyValue]: "boxShadow";
2999
+ }) => {
3000
+ boxShadow: {
3001
+ readonly [$$PropertyValue]: "boxShadow";
3002
+ };
3003
+ };
3004
+ dshadow: (value: {
3005
+ readonly [$$PropertyValue]: "boxShadow";
3006
+ }) => {
3007
+ dropShadow: {
3008
+ readonly [$$PropertyValue]: "boxShadow";
3009
+ };
3010
+ };
3011
+ dropShadow: (value: {
3012
+ readonly [$$PropertyValue]: "boxShadow";
3013
+ }) => {
3014
+ filter: string;
3015
+ };
3016
+ normalShadow: (value: {
3017
+ readonly [$$PropertyValue]: "backgroundColor";
3018
+ }) => {
3019
+ boxShadow: string;
3020
+ };
3021
+ normalShadowVar: (value: {
3022
+ readonly [$$PropertyValue]: "backgroundColor";
3023
+ }) => {
3024
+ boxShadow: string;
3025
+ };
3026
+ lh: (value: {
3027
+ readonly [$$PropertyValue]: "lineHeight";
3028
+ }) => {
3029
+ lineHeight: {
3030
+ readonly [$$PropertyValue]: "lineHeight";
3031
+ };
3032
+ };
3033
+ ov: (value: {
3034
+ readonly [$$PropertyValue]: "overflow";
3035
+ }) => {
3036
+ overflow: {
3037
+ readonly [$$PropertyValue]: "overflow";
3038
+ };
3039
+ };
3040
+ ox: (value: {
3041
+ readonly [$$PropertyValue]: "overflowX";
3042
+ }) => {
3043
+ overflowX: {
3044
+ readonly [$$PropertyValue]: "overflowX";
3045
+ };
3046
+ };
3047
+ oy: (value: {
3048
+ readonly [$$PropertyValue]: "overflowY";
3049
+ }) => {
3050
+ overflowY: {
3051
+ readonly [$$PropertyValue]: "overflowY";
3052
+ };
3053
+ };
3054
+ pe: (value: {
3055
+ readonly [$$PropertyValue]: "pointerEvents";
3056
+ }) => {
3057
+ pointerEvents: {
3058
+ readonly [$$PropertyValue]: "pointerEvents";
3059
+ };
3060
+ };
3061
+ events: (value: {
3062
+ readonly [$$PropertyValue]: "pointerEvents";
3063
+ }) => {
3064
+ pointerEvents: {
3065
+ readonly [$$PropertyValue]: "pointerEvents";
3066
+ };
3067
+ };
3068
+ us: (value: {
3069
+ readonly [$$PropertyValue]: "userSelect";
3070
+ }) => {
3071
+ WebkitUserSelect: {
3072
+ readonly [$$PropertyValue]: "userSelect";
3073
+ };
3074
+ userSelect: {
3075
+ readonly [$$PropertyValue]: "userSelect";
3076
+ };
3077
+ };
3078
+ userSelect: (value: {
3079
+ readonly [$$PropertyValue]: "userSelect";
3080
+ }) => {
3081
+ WebkitUserSelect: {
3082
+ readonly [$$PropertyValue]: "userSelect";
3083
+ };
3084
+ userSelect: {
3085
+ readonly [$$PropertyValue]: "userSelect";
3086
+ };
3087
+ };
3088
+ w: (value: {
3089
+ readonly [$$PropertyValue]: "width";
3090
+ }) => {
3091
+ width: {
3092
+ readonly [$$PropertyValue]: "width";
3093
+ };
3094
+ };
3095
+ h: (value: {
3096
+ readonly [$$PropertyValue]: "height";
3097
+ }) => {
3098
+ height: {
3099
+ readonly [$$PropertyValue]: "height";
3100
+ };
3101
+ };
3102
+ mw: (value: {
3103
+ readonly [$$PropertyValue]: "maxWidth";
3104
+ }) => {
3105
+ maxWidth: {
3106
+ readonly [$$PropertyValue]: "maxWidth";
3107
+ };
3108
+ };
3109
+ maxW: (value: {
3110
+ readonly [$$PropertyValue]: "maxWidth";
3111
+ }) => {
3112
+ maxWidth: {
3113
+ readonly [$$PropertyValue]: "maxWidth";
3114
+ };
3115
+ };
3116
+ mh: (value: {
3117
+ readonly [$$PropertyValue]: "maxHeight";
3118
+ }) => {
3119
+ maxHeight: {
3120
+ readonly [$$PropertyValue]: "maxHeight";
3121
+ };
3122
+ };
3123
+ maxH: (value: {
3124
+ readonly [$$PropertyValue]: "maxHeight";
3125
+ }) => {
3126
+ maxHeight: {
3127
+ readonly [$$PropertyValue]: "maxHeight";
3128
+ };
3129
+ };
3130
+ size: (value: {
3131
+ readonly [$$PropertyValue]: "width";
3132
+ }) => {
3133
+ width: {
3134
+ readonly [$$PropertyValue]: "width";
3135
+ };
3136
+ height: {
3137
+ readonly [$$PropertyValue]: "width";
3138
+ };
3139
+ };
3140
+ minSize: (value: {
3141
+ readonly [$$PropertyValue]: "width";
3142
+ }) => {
3143
+ minWidth: {
3144
+ readonly [$$PropertyValue]: "width";
3145
+ };
3146
+ minHeight: {
3147
+ readonly [$$PropertyValue]: "width";
3148
+ };
3149
+ width: {
3150
+ readonly [$$PropertyValue]: "width";
3151
+ };
3152
+ height: {
3153
+ readonly [$$PropertyValue]: "width";
3154
+ };
3155
+ };
3156
+ sizeMin: (value: {
3157
+ readonly [$$PropertyValue]: "width";
3158
+ }) => {
3159
+ minWidth: {
3160
+ readonly [$$PropertyValue]: "width";
3161
+ };
3162
+ minHeight: {
3163
+ readonly [$$PropertyValue]: "width";
3164
+ };
3165
+ width: {
3166
+ readonly [$$PropertyValue]: "width";
3167
+ };
3168
+ height: {
3169
+ readonly [$$PropertyValue]: "width";
3170
+ };
3171
+ };
3172
+ maxSize: (value: {
3173
+ readonly [$$PropertyValue]: "width";
3174
+ }) => {
3175
+ maxWidth: {
3176
+ readonly [$$PropertyValue]: "width";
3177
+ };
3178
+ maxHeight: {
3179
+ readonly [$$PropertyValue]: "width";
3180
+ };
3181
+ };
3182
+ sizeMax: (value: {
3183
+ readonly [$$PropertyValue]: "width";
3184
+ }) => {
3185
+ maxWidth: {
3186
+ readonly [$$PropertyValue]: "width";
3187
+ };
3188
+ maxHeight: {
3189
+ readonly [$$PropertyValue]: "width";
3190
+ };
3191
+ };
3192
+ appearance: (value: {
3193
+ readonly [$$PropertyValue]: "appearance";
3194
+ }) => {
3195
+ WebkitAppearance: {
3196
+ readonly [$$PropertyValue]: "appearance";
3197
+ };
3198
+ appearance: {
3199
+ readonly [$$PropertyValue]: "appearance";
3200
+ };
3201
+ };
3202
+ scale: (value: {
3203
+ readonly [$$PropertyValue]: "scale";
3204
+ }) => {
3205
+ transform: string;
3206
+ };
3207
+ linearGradient: (value: {
3208
+ readonly [$$PropertyValue]: "backgroundImage";
3209
+ }) => {
3210
+ backgroundImage: string;
3211
+ };
3212
+ tdl: (value: {
3213
+ readonly [$$PropertyValue]: "textDecorationLine";
3214
+ }) => {
3215
+ textDecorationLine: {
3216
+ readonly [$$PropertyValue]: "textDecorationLine";
3217
+ };
3218
+ };
3219
+ truncateText: (value: {
3220
+ readonly [$$PropertyValue]: "width";
3221
+ }) => {
3222
+ maxWidth: {
3223
+ readonly [$$PropertyValue]: "width";
3224
+ };
3225
+ whiteSpace: string;
3226
+ overflow: string;
3227
+ textOverflow: string;
3228
+ };
3229
+ textGradient: (value: {
3230
+ readonly [$$PropertyValue]: "backgroundImage";
3231
+ }) => {
3232
+ backgroundImage: string;
3233
+ WebkitBackgroundClip: string;
3234
+ WebkitTextFillColor: string;
3235
+ "&::selection": {
3236
+ WebkitTextFillColor: string;
3237
+ };
3238
+ };
3239
+ }>>;
3240
+ export declare type BadgeVariantsProps = VariantProps<typeof StyledBadge>;