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