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