@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,1761 @@
1
+ import type * as Stitches from "@stitches/react";
2
+ export declare const defaultTokens: {
3
+ fonts: {
4
+ sans: string;
5
+ mono: string;
6
+ };
7
+ fontSizes: {
8
+ xs: string;
9
+ sm: string;
10
+ base: string;
11
+ md: string;
12
+ lg: string;
13
+ xl: string;
14
+ "2xl": string;
15
+ "3xl": string;
16
+ "4xl": string;
17
+ "5xl": string;
18
+ "6xl": string;
19
+ "7xl": string;
20
+ "8xl": string;
21
+ "9xl": string;
22
+ };
23
+ fontWeights: {
24
+ hairline: number;
25
+ thin: number;
26
+ light: number;
27
+ normal: number;
28
+ medium: number;
29
+ semibold: number;
30
+ bold: number;
31
+ extrabold: number;
32
+ black: number;
33
+ };
34
+ lineHeights: {
35
+ xs: number;
36
+ sm: number;
37
+ base: number;
38
+ md: number;
39
+ lg: number;
40
+ xl: number;
41
+ "2xl": number;
42
+ "3xl": number;
43
+ "4xl": number;
44
+ "5xl": number;
45
+ "6xl": number;
46
+ "7xl": number;
47
+ "8xl": number;
48
+ "9xl": number;
49
+ };
50
+ letterSpacings: {
51
+ tighter: string;
52
+ tight: string;
53
+ normal: string;
54
+ wide: string;
55
+ wider: string;
56
+ widest: string;
57
+ };
58
+ space: {
59
+ 0: string;
60
+ xs: string;
61
+ sm: string;
62
+ md: string;
63
+ lg: string;
64
+ xl: string;
65
+ "2xl": string;
66
+ "3xl": string;
67
+ "4xl": string;
68
+ "5xl": string;
69
+ "6xl": string;
70
+ "7xl": string;
71
+ "8xl": string;
72
+ "9xl": string;
73
+ min: string;
74
+ max: string;
75
+ fit: string;
76
+ screen: string;
77
+ full: string;
78
+ px: string;
79
+ 1: string;
80
+ 2: string;
81
+ 3: string;
82
+ 4: string;
83
+ 5: string;
84
+ 6: string;
85
+ 7: string;
86
+ 8: string;
87
+ 9: string;
88
+ 10: string;
89
+ 11: string;
90
+ 12: string;
91
+ 13: string;
92
+ 14: string;
93
+ 15: string;
94
+ 16: string;
95
+ 17: string;
96
+ 18: string;
97
+ 20: string;
98
+ 24: string;
99
+ 28: string;
100
+ 32: string;
101
+ 36: string;
102
+ 40: string;
103
+ 44: string;
104
+ 48: string;
105
+ 52: string;
106
+ 56: string;
107
+ 60: string;
108
+ 64: string;
109
+ 72: string;
110
+ 80: string;
111
+ 96: string;
112
+ };
113
+ radii: {
114
+ xs: string;
115
+ sm: string;
116
+ md: string;
117
+ base: string;
118
+ lg: string;
119
+ xl: string;
120
+ "2xl": string;
121
+ "3xl": string;
122
+ squared: string;
123
+ rounded: string;
124
+ pill: string;
125
+ };
126
+ zIndices: {
127
+ 1: string;
128
+ 2: string;
129
+ 3: string;
130
+ 4: string;
131
+ 5: string;
132
+ 10: string;
133
+ max: string;
134
+ };
135
+ borderWeights: {
136
+ light: string;
137
+ normal: string;
138
+ bold: string;
139
+ extrabold: string;
140
+ black: string;
141
+ };
142
+ transitions: {
143
+ default: string;
144
+ button: string;
145
+ avatar: string;
146
+ card: string;
147
+ dropdownItem: string;
148
+ };
149
+ breakpoints: {
150
+ xs: string;
151
+ sm: string;
152
+ md: string;
153
+ lg: string;
154
+ xl: string;
155
+ };
156
+ };
157
+ export declare const defaultColors: {
158
+ white: string;
159
+ black: string;
160
+ primaryLight: string;
161
+ primaryLightHover: string;
162
+ primaryLightActive: string;
163
+ primaryLightContrast: string;
164
+ primary: string;
165
+ primaryBorder: string;
166
+ primaryBorderHover: string;
167
+ primarySolidHover: string;
168
+ primarySolidContrast: string;
169
+ primaryShadow: string;
170
+ secondaryLight: string;
171
+ secondaryLightHover: string;
172
+ secondaryLightActive: string;
173
+ secondaryLightContrast: string;
174
+ secondary: string;
175
+ secondaryBorder: string;
176
+ secondaryBorderHover: string;
177
+ secondarySolidHover: string;
178
+ secondarySolidContrast: string;
179
+ secondaryShadow: string;
180
+ successLight: string;
181
+ successLightHover: string;
182
+ successLightActive: string;
183
+ successLightContrast: string;
184
+ success: string;
185
+ successBorder: string;
186
+ successBorderHover: string;
187
+ successSolidHover: string;
188
+ successSolidContrast: string;
189
+ successShadow: string;
190
+ warningLight: string;
191
+ warningLightHover: string;
192
+ warningLightActive: string;
193
+ warningLightContrast: string;
194
+ warning: string;
195
+ warningBorder: string;
196
+ warningBorderHover: string;
197
+ warningSolidHover: string;
198
+ warningSolidContrast: string;
199
+ warningShadow: string;
200
+ errorLight: string;
201
+ errorLightHover: string;
202
+ errorLightActive: string;
203
+ errorLightContrast: string;
204
+ error: string;
205
+ errorBorder: string;
206
+ errorBorderHover: string;
207
+ errorSolidHover: string;
208
+ errorSolidContrast: string;
209
+ errorShadow: string;
210
+ neutralLight: string;
211
+ neutralLightHover: string;
212
+ neutralLightActive: string;
213
+ neutralLightContrast: string;
214
+ neutral: string;
215
+ neutralBorder: string;
216
+ neutralBorderHover: string;
217
+ neutralSolidHover: string;
218
+ neutralSolidContrast: string;
219
+ neutralShadow: string;
220
+ gradient: string;
221
+ accents0: string;
222
+ accents1: string;
223
+ accents2: string;
224
+ accents3: string;
225
+ accents4: string;
226
+ accents5: string;
227
+ accents6: string;
228
+ accents7: string;
229
+ accents8: string;
230
+ accents9: string;
231
+ };
232
+ export declare const defaultMedia: {
233
+ xs: string;
234
+ sm: string;
235
+ md: string;
236
+ lg: string;
237
+ xl: string;
238
+ xsMin: string;
239
+ smMin: string;
240
+ mdMin: string;
241
+ lgMin: string;
242
+ xlMin: string;
243
+ xsMax: string;
244
+ smMax: string;
245
+ mdMax: string;
246
+ lgMax: string;
247
+ xlMax: string;
248
+ motion: string;
249
+ safari: string;
250
+ hover: string;
251
+ dark: string;
252
+ light: string;
253
+ };
254
+ export declare const defaultUtils: {
255
+ p: (value: Stitches.PropertyValue<"padding">) => {
256
+ padding: {
257
+ readonly [Stitches.$$PropertyValue]: "padding";
258
+ };
259
+ };
260
+ pt: (value: Stitches.PropertyValue<"paddingTop">) => {
261
+ paddingTop: {
262
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
263
+ };
264
+ };
265
+ pr: (value: Stitches.PropertyValue<"paddingRight">) => {
266
+ paddingRight: {
267
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
268
+ };
269
+ };
270
+ pb: (value: Stitches.PropertyValue<"paddingBottom">) => {
271
+ paddingBottom: {
272
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
273
+ };
274
+ };
275
+ pl: (value: Stitches.PropertyValue<"paddingLeft">) => {
276
+ paddingLeft: {
277
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
278
+ };
279
+ };
280
+ px: (value: Stitches.PropertyValue<"paddingLeft">) => {
281
+ paddingLeft: {
282
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
283
+ };
284
+ paddingRight: {
285
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
286
+ };
287
+ };
288
+ py: (value: Stitches.PropertyValue<"paddingTop">) => {
289
+ paddingTop: {
290
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
291
+ };
292
+ paddingBottom: {
293
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
294
+ };
295
+ };
296
+ m: (value: Stitches.PropertyValue<"margin">) => {
297
+ margin: {
298
+ readonly [Stitches.$$PropertyValue]: "margin";
299
+ };
300
+ };
301
+ mt: (value: Stitches.PropertyValue<"marginTop">) => {
302
+ marginTop: {
303
+ readonly [Stitches.$$PropertyValue]: "marginTop";
304
+ };
305
+ };
306
+ mr: (value: Stitches.PropertyValue<"marginRight">) => {
307
+ marginRight: {
308
+ readonly [Stitches.$$PropertyValue]: "marginRight";
309
+ };
310
+ };
311
+ mb: (value: Stitches.PropertyValue<"marginBottom">) => {
312
+ marginBottom: {
313
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
314
+ };
315
+ };
316
+ ml: (value: Stitches.PropertyValue<"marginLeft">) => {
317
+ marginLeft: {
318
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
319
+ };
320
+ };
321
+ mx: (value: Stitches.PropertyValue<"marginLeft">) => {
322
+ marginLeft: {
323
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
324
+ };
325
+ marginRight: {
326
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
327
+ };
328
+ };
329
+ my: (value: Stitches.PropertyValue<"marginTop">) => {
330
+ marginTop: {
331
+ readonly [Stitches.$$PropertyValue]: "marginTop";
332
+ };
333
+ marginBottom: {
334
+ readonly [Stitches.$$PropertyValue]: "marginTop";
335
+ };
336
+ };
337
+ ta: (value: Stitches.PropertyValue<"textAlign">) => {
338
+ textAlign: {
339
+ readonly [Stitches.$$PropertyValue]: "textAlign";
340
+ };
341
+ };
342
+ tt: (value: Stitches.PropertyValue<"textTransform">) => {
343
+ textTransform: {
344
+ readonly [Stitches.$$PropertyValue]: "textTransform";
345
+ };
346
+ };
347
+ to: (value: Stitches.PropertyValue<"textOverflow">) => {
348
+ textOverflow: {
349
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
350
+ };
351
+ };
352
+ d: (value: Stitches.PropertyValue<"display">) => {
353
+ display: {
354
+ readonly [Stitches.$$PropertyValue]: "display";
355
+ };
356
+ };
357
+ dflex: (value: Stitches.PropertyValue<"alignItems">) => {
358
+ display: string;
359
+ alignItems: {
360
+ readonly [Stitches.$$PropertyValue]: "alignItems";
361
+ };
362
+ justifyContent: {
363
+ readonly [Stitches.$$PropertyValue]: "alignItems";
364
+ };
365
+ };
366
+ fd: (value: Stitches.PropertyValue<"flexDirection">) => {
367
+ flexDirection: {
368
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
369
+ };
370
+ };
371
+ fw: (value: Stitches.PropertyValue<"flexWrap">) => {
372
+ flexWrap: {
373
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
374
+ };
375
+ };
376
+ ai: (value: Stitches.PropertyValue<"alignItems">) => {
377
+ alignItems: {
378
+ readonly [Stitches.$$PropertyValue]: "alignItems";
379
+ };
380
+ };
381
+ ac: (value: Stitches.PropertyValue<"alignContent">) => {
382
+ alignContent: {
383
+ readonly [Stitches.$$PropertyValue]: "alignContent";
384
+ };
385
+ };
386
+ jc: (value: Stitches.PropertyValue<"justifyContent">) => {
387
+ justifyContent: {
388
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
389
+ };
390
+ };
391
+ as: (value: Stitches.PropertyValue<"alignSelf">) => {
392
+ alignSelf: {
393
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
394
+ };
395
+ };
396
+ fg: (value: Stitches.PropertyValue<"flexGrow">) => {
397
+ flexGrow: {
398
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
399
+ };
400
+ };
401
+ fs: (value: Stitches.PropertyValue<"fontSize">) => {
402
+ fontSize: {
403
+ readonly [Stitches.$$PropertyValue]: "fontSize";
404
+ };
405
+ };
406
+ fb: (value: Stitches.PropertyValue<"flexBasis">) => {
407
+ flexBasis: {
408
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
409
+ };
410
+ };
411
+ bc: (value: Stitches.PropertyValue<"backgroundColor">) => {
412
+ backgroundColor: {
413
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
414
+ };
415
+ };
416
+ bf: (value: Stitches.PropertyValue<"backdropFilter">) => {
417
+ backdropFilter: {
418
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
419
+ };
420
+ };
421
+ bg: (value: Stitches.PropertyValue<"backgroundColor">) => {
422
+ background: {
423
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
424
+ };
425
+ };
426
+ bgBlur: (value: Stitches.PropertyValue<"backgroundColor">) => {
427
+ bf: string;
428
+ bg: {
429
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
430
+ };
431
+ };
432
+ bgColor: (value: Stitches.PropertyValue<"backgroundColor">) => {
433
+ backgroundColor: {
434
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
435
+ };
436
+ };
437
+ backgroundClip: (value: Stitches.PropertyValue<"backgroundClip">) => {
438
+ WebkitBackgroundClip: {
439
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
440
+ };
441
+ backgroundClip: {
442
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
443
+ };
444
+ };
445
+ bgClip: (value: Stitches.PropertyValue<"backgroundClip">) => {
446
+ WebkitBackgroundClip: {
447
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
448
+ };
449
+ backgroundClip: {
450
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
451
+ };
452
+ };
453
+ br: (value: Stitches.PropertyValue<"borderRadius">) => {
454
+ borderRadius: {
455
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
456
+ };
457
+ };
458
+ bw: (value: Stitches.PropertyValue<"borderWidth">) => {
459
+ borderWidth: {
460
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
461
+ };
462
+ };
463
+ btrr: (value: Stitches.PropertyValue<"borderTopRightRadius">) => {
464
+ borderTopRightRadius: {
465
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
466
+ };
467
+ };
468
+ bbrr: (value: Stitches.PropertyValue<"borderBottomRightRadius">) => {
469
+ borderBottomRightRadius: {
470
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
471
+ };
472
+ };
473
+ bblr: (value: Stitches.PropertyValue<"borderBottomLeftRadius">) => {
474
+ borderBottomLeftRadius: {
475
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
476
+ };
477
+ };
478
+ btlr: (value: Stitches.PropertyValue<"borderTopLeftRadius">) => {
479
+ borderTopLeftRadius: {
480
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
481
+ };
482
+ };
483
+ bs: (value: Stitches.PropertyValue<"boxShadow">) => {
484
+ boxShadow: {
485
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
486
+ };
487
+ };
488
+ ds: (value: Stitches.PropertyValue<"boxShadow">) => {
489
+ dropShadow: {
490
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
491
+ };
492
+ };
493
+ shadow: (value: Stitches.PropertyValue<"boxShadow">) => {
494
+ boxShadow: {
495
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
496
+ };
497
+ };
498
+ dshadow: (value: Stitches.PropertyValue<"boxShadow">) => {
499
+ dropShadow: {
500
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
501
+ };
502
+ };
503
+ dropShadow: (value: Stitches.PropertyValue<"boxShadow">) => {
504
+ filter: string;
505
+ };
506
+ normalShadow: (value: Stitches.PropertyValue<"backgroundColor">) => {
507
+ boxShadow: string;
508
+ };
509
+ normalShadowVar: (value: Stitches.PropertyValue<"backgroundColor">) => {
510
+ boxShadow: string;
511
+ };
512
+ lh: (value: Stitches.PropertyValue<"lineHeight">) => {
513
+ lineHeight: {
514
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
515
+ };
516
+ };
517
+ ov: (value: Stitches.PropertyValue<"overflow">) => {
518
+ overflow: {
519
+ readonly [Stitches.$$PropertyValue]: "overflow";
520
+ };
521
+ };
522
+ ox: (value: Stitches.PropertyValue<"overflowX">) => {
523
+ overflowX: {
524
+ readonly [Stitches.$$PropertyValue]: "overflowX";
525
+ };
526
+ };
527
+ oy: (value: Stitches.PropertyValue<"overflowY">) => {
528
+ overflowY: {
529
+ readonly [Stitches.$$PropertyValue]: "overflowY";
530
+ };
531
+ };
532
+ pe: (value: Stitches.PropertyValue<"pointerEvents">) => {
533
+ pointerEvents: {
534
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
535
+ };
536
+ };
537
+ events: (value: Stitches.PropertyValue<"pointerEvents">) => {
538
+ pointerEvents: {
539
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
540
+ };
541
+ };
542
+ us: (value: Stitches.PropertyValue<"userSelect">) => {
543
+ WebkitUserSelect: {
544
+ readonly [Stitches.$$PropertyValue]: "userSelect";
545
+ };
546
+ userSelect: {
547
+ readonly [Stitches.$$PropertyValue]: "userSelect";
548
+ };
549
+ };
550
+ userSelect: (value: Stitches.PropertyValue<"userSelect">) => {
551
+ WebkitUserSelect: {
552
+ readonly [Stitches.$$PropertyValue]: "userSelect";
553
+ };
554
+ userSelect: {
555
+ readonly [Stitches.$$PropertyValue]: "userSelect";
556
+ };
557
+ };
558
+ w: (value: Stitches.PropertyValue<"width">) => {
559
+ width: {
560
+ readonly [Stitches.$$PropertyValue]: "width";
561
+ };
562
+ };
563
+ h: (value: Stitches.PropertyValue<"height">) => {
564
+ height: {
565
+ readonly [Stitches.$$PropertyValue]: "height";
566
+ };
567
+ };
568
+ mw: (value: Stitches.PropertyValue<"maxWidth">) => {
569
+ maxWidth: {
570
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
571
+ };
572
+ };
573
+ maxW: (value: Stitches.PropertyValue<"maxWidth">) => {
574
+ maxWidth: {
575
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
576
+ };
577
+ };
578
+ mh: (value: Stitches.PropertyValue<"maxHeight">) => {
579
+ maxHeight: {
580
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
581
+ };
582
+ };
583
+ maxH: (value: Stitches.PropertyValue<"maxHeight">) => {
584
+ maxHeight: {
585
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
586
+ };
587
+ };
588
+ size: (value: Stitches.PropertyValue<"width">) => {
589
+ width: {
590
+ readonly [Stitches.$$PropertyValue]: "width";
591
+ };
592
+ height: {
593
+ readonly [Stitches.$$PropertyValue]: "width";
594
+ };
595
+ };
596
+ minSize: (value: Stitches.PropertyValue<"width">) => {
597
+ minWidth: {
598
+ readonly [Stitches.$$PropertyValue]: "width";
599
+ };
600
+ minHeight: {
601
+ readonly [Stitches.$$PropertyValue]: "width";
602
+ };
603
+ width: {
604
+ readonly [Stitches.$$PropertyValue]: "width";
605
+ };
606
+ height: {
607
+ readonly [Stitches.$$PropertyValue]: "width";
608
+ };
609
+ };
610
+ sizeMin: (value: Stitches.PropertyValue<"width">) => {
611
+ minWidth: {
612
+ readonly [Stitches.$$PropertyValue]: "width";
613
+ };
614
+ minHeight: {
615
+ readonly [Stitches.$$PropertyValue]: "width";
616
+ };
617
+ width: {
618
+ readonly [Stitches.$$PropertyValue]: "width";
619
+ };
620
+ height: {
621
+ readonly [Stitches.$$PropertyValue]: "width";
622
+ };
623
+ };
624
+ maxSize: (value: Stitches.PropertyValue<"width">) => {
625
+ maxWidth: {
626
+ readonly [Stitches.$$PropertyValue]: "width";
627
+ };
628
+ maxHeight: {
629
+ readonly [Stitches.$$PropertyValue]: "width";
630
+ };
631
+ };
632
+ sizeMax: (value: Stitches.PropertyValue<"width">) => {
633
+ maxWidth: {
634
+ readonly [Stitches.$$PropertyValue]: "width";
635
+ };
636
+ maxHeight: {
637
+ readonly [Stitches.$$PropertyValue]: "width";
638
+ };
639
+ };
640
+ appearance: (value: Stitches.PropertyValue<"appearance">) => {
641
+ WebkitAppearance: {
642
+ readonly [Stitches.$$PropertyValue]: "appearance";
643
+ };
644
+ appearance: {
645
+ readonly [Stitches.$$PropertyValue]: "appearance";
646
+ };
647
+ };
648
+ scale: (value: Stitches.PropertyValue<"scale">) => {
649
+ transform: string;
650
+ };
651
+ linearGradient: (value: Stitches.PropertyValue<"backgroundImage">) => {
652
+ backgroundImage: string;
653
+ };
654
+ tdl: (value: Stitches.PropertyValue<"textDecorationLine">) => {
655
+ textDecorationLine: {
656
+ readonly [Stitches.$$PropertyValue]: "textDecorationLine";
657
+ };
658
+ };
659
+ truncateText: (value: Stitches.PropertyValue<"width">) => {
660
+ maxWidth: {
661
+ readonly [Stitches.$$PropertyValue]: "width";
662
+ };
663
+ whiteSpace: string;
664
+ overflow: string;
665
+ textOverflow: string;
666
+ };
667
+ textGradient: (value: Stitches.PropertyValue<"backgroundImage">) => {
668
+ backgroundImage: string;
669
+ WebkitBackgroundClip: string;
670
+ WebkitTextFillColor: string;
671
+ "&::selection": {
672
+ WebkitTextFillColor: string;
673
+ };
674
+ };
675
+ };
676
+ export declare const defaultThemeMap: {
677
+ width: string;
678
+ height: string;
679
+ minWidth: string;
680
+ maxWidth: string;
681
+ minHeight: string;
682
+ maxHeight: string;
683
+ flexBasis: string;
684
+ gridTemplateColumns: string;
685
+ gridTemplateRows: string;
686
+ blockSize: string;
687
+ minBlockSize: string;
688
+ maxBlockSize: string;
689
+ inlineSize: string;
690
+ minInlineSize: string;
691
+ maxInlineSize: string;
692
+ borderWidth: string;
693
+ gap: "space";
694
+ gridGap: "space";
695
+ columnGap: "space";
696
+ gridColumnGap: "space";
697
+ rowGap: "space";
698
+ gridRowGap: "space";
699
+ inset: "space";
700
+ insetBlock: "space";
701
+ insetBlockEnd: "space";
702
+ insetBlockStart: "space";
703
+ insetInline: "space";
704
+ insetInlineEnd: "space";
705
+ insetInlineStart: "space";
706
+ margin: "space";
707
+ marginTop: "space";
708
+ marginRight: "space";
709
+ marginBottom: "space";
710
+ marginLeft: "space";
711
+ marginBlock: "space";
712
+ marginBlockEnd: "space";
713
+ marginBlockStart: "space";
714
+ marginInline: "space";
715
+ marginInlineEnd: "space";
716
+ marginInlineStart: "space";
717
+ padding: "space";
718
+ paddingTop: "space";
719
+ paddingRight: "space";
720
+ paddingBottom: "space";
721
+ paddingLeft: "space";
722
+ paddingBlock: "space";
723
+ paddingBlockEnd: "space";
724
+ paddingBlockStart: "space";
725
+ paddingInline: "space";
726
+ paddingInlineEnd: "space";
727
+ paddingInlineStart: "space";
728
+ scrollMargin: "space";
729
+ scrollMarginTop: "space";
730
+ scrollMarginRight: "space";
731
+ scrollMarginBottom: "space";
732
+ scrollMarginLeft: "space";
733
+ scrollMarginBlock: "space";
734
+ scrollMarginBlockEnd: "space";
735
+ scrollMarginBlockStart: "space";
736
+ scrollMarginInline: "space";
737
+ scrollMarginInlineEnd: "space";
738
+ scrollMarginInlineStart: "space";
739
+ scrollPadding: "space";
740
+ scrollPaddingTop: "space";
741
+ scrollPaddingRight: "space";
742
+ scrollPaddingBottom: "space";
743
+ scrollPaddingLeft: "space";
744
+ scrollPaddingBlock: "space";
745
+ scrollPaddingBlockEnd: "space";
746
+ scrollPaddingBlockStart: "space";
747
+ scrollPaddingInline: "space";
748
+ scrollPaddingInlineEnd: "space";
749
+ scrollPaddingInlineStart: "space";
750
+ top: "space";
751
+ right: "space";
752
+ bottom: "space";
753
+ left: "space";
754
+ fontSize: "fontSizes";
755
+ background: "colors";
756
+ backgroundColor: "colors";
757
+ backgroundImage: "colors";
758
+ borderImage: "colors";
759
+ border: "colors";
760
+ borderBlock: "colors";
761
+ borderBlockEnd: "colors";
762
+ borderBlockStart: "colors";
763
+ borderBottom: "colors";
764
+ borderBottomColor: "colors";
765
+ borderColor: "colors";
766
+ borderInline: "colors";
767
+ borderInlineEnd: "colors";
768
+ borderInlineStart: "colors";
769
+ borderLeft: "colors";
770
+ borderLeftColor: "colors";
771
+ borderRight: "colors";
772
+ borderRightColor: "colors";
773
+ borderTop: "colors";
774
+ borderTopColor: "colors";
775
+ caretColor: "colors";
776
+ color: "colors";
777
+ columnRuleColor: "colors";
778
+ outline: "colors";
779
+ outlineColor: "colors";
780
+ fill: "colors";
781
+ stroke: "colors";
782
+ textDecorationColor: "colors";
783
+ fontFamily: "fonts";
784
+ fontWeight: "fontWeights";
785
+ lineHeight: "lineHeights";
786
+ letterSpacing: "letterSpacings";
787
+ borderTopWidth: "borderWidths";
788
+ borderLeftWidth: "borderWidths";
789
+ borderRightWidth: "borderWidths";
790
+ borderBottomWidth: "borderWidths";
791
+ borderStyle: "borderStyles";
792
+ borderTopStyle: "borderStyles";
793
+ borderLeftStyle: "borderStyles";
794
+ borderRightStyle: "borderStyles";
795
+ borderBottomStyle: "borderStyles";
796
+ borderRadius: "radii";
797
+ borderTopLeftRadius: "radii";
798
+ borderTopRightRadius: "radii";
799
+ borderBottomRightRadius: "radii";
800
+ borderBottomLeftRadius: "radii";
801
+ boxShadow: "shadows";
802
+ textShadow: "shadows";
803
+ transition: "transitions";
804
+ zIndex: "zIndices";
805
+ };
806
+ declare const _default: {
807
+ prefix: string;
808
+ theme: {
809
+ colors: {
810
+ white: string;
811
+ black: string;
812
+ primaryLight: string;
813
+ primaryLightHover: string;
814
+ primaryLightActive: string;
815
+ primaryLightContrast: string;
816
+ primary: string;
817
+ primaryBorder: string;
818
+ primaryBorderHover: string;
819
+ primarySolidHover: string;
820
+ primarySolidContrast: string;
821
+ primaryShadow: string;
822
+ secondaryLight: string;
823
+ secondaryLightHover: string;
824
+ secondaryLightActive: string;
825
+ secondaryLightContrast: string;
826
+ secondary: string;
827
+ secondaryBorder: string;
828
+ secondaryBorderHover: string;
829
+ secondarySolidHover: string;
830
+ secondarySolidContrast: string;
831
+ secondaryShadow: string;
832
+ successLight: string;
833
+ successLightHover: string;
834
+ successLightActive: string;
835
+ successLightContrast: string;
836
+ success: string;
837
+ successBorder: string;
838
+ successBorderHover: string;
839
+ successSolidHover: string;
840
+ successSolidContrast: string;
841
+ successShadow: string;
842
+ warningLight: string;
843
+ warningLightHover: string;
844
+ warningLightActive: string;
845
+ warningLightContrast: string;
846
+ warning: string;
847
+ warningBorder: string;
848
+ warningBorderHover: string;
849
+ warningSolidHover: string;
850
+ warningSolidContrast: string;
851
+ warningShadow: string;
852
+ errorLight: string;
853
+ errorLightHover: string;
854
+ errorLightActive: string;
855
+ errorLightContrast: string;
856
+ error: string;
857
+ errorBorder: string;
858
+ errorBorderHover: string;
859
+ errorSolidHover: string;
860
+ errorSolidContrast: string;
861
+ errorShadow: string;
862
+ neutralLight: string;
863
+ neutralLightHover: string;
864
+ neutralLightActive: string;
865
+ neutralLightContrast: string;
866
+ neutral: string;
867
+ neutralBorder: string;
868
+ neutralBorderHover: string;
869
+ neutralSolidHover: string;
870
+ neutralSolidContrast: string;
871
+ neutralShadow: string;
872
+ gradient: string;
873
+ accents0: string;
874
+ accents1: string;
875
+ accents2: string;
876
+ accents3: string;
877
+ accents4: string;
878
+ accents5: string;
879
+ accents6: string;
880
+ accents7: string;
881
+ accents8: string;
882
+ accents9: string;
883
+ };
884
+ shadows: {};
885
+ dropShadows: {};
886
+ fonts: {
887
+ sans: string;
888
+ mono: string;
889
+ };
890
+ fontSizes: {
891
+ xs: string;
892
+ sm: string;
893
+ base: string;
894
+ md: string;
895
+ lg: string;
896
+ xl: string;
897
+ "2xl": string;
898
+ "3xl": string;
899
+ "4xl": string;
900
+ "5xl": string;
901
+ "6xl": string;
902
+ "7xl": string;
903
+ "8xl": string;
904
+ "9xl": string;
905
+ };
906
+ fontWeights: {
907
+ hairline: number;
908
+ thin: number;
909
+ light: number;
910
+ normal: number;
911
+ medium: number;
912
+ semibold: number;
913
+ bold: number;
914
+ extrabold: number;
915
+ black: number;
916
+ };
917
+ lineHeights: {
918
+ xs: number;
919
+ sm: number;
920
+ base: number;
921
+ md: number;
922
+ lg: number;
923
+ xl: number;
924
+ "2xl": number;
925
+ "3xl": number;
926
+ "4xl": number;
927
+ "5xl": number;
928
+ "6xl": number;
929
+ "7xl": number;
930
+ "8xl": number;
931
+ "9xl": number;
932
+ };
933
+ letterSpacings: {
934
+ tighter: string;
935
+ tight: string;
936
+ normal: string;
937
+ wide: string;
938
+ wider: string;
939
+ widest: string;
940
+ };
941
+ space: {
942
+ 0: string;
943
+ xs: string;
944
+ sm: string;
945
+ md: string;
946
+ lg: string;
947
+ xl: string;
948
+ "2xl": string;
949
+ "3xl": string;
950
+ "4xl": string;
951
+ "5xl": string;
952
+ "6xl": string;
953
+ "7xl": string;
954
+ "8xl": string;
955
+ "9xl": string;
956
+ min: string;
957
+ max: string;
958
+ fit: string;
959
+ screen: string;
960
+ full: string;
961
+ px: string;
962
+ 1: string;
963
+ 2: string;
964
+ 3: string;
965
+ 4: string;
966
+ 5: string;
967
+ 6: string;
968
+ 7: string;
969
+ 8: string;
970
+ 9: string;
971
+ 10: string;
972
+ 11: string;
973
+ 12: string;
974
+ 13: string;
975
+ 14: string;
976
+ 15: string;
977
+ 16: string;
978
+ 17: string;
979
+ 18: string;
980
+ 20: string;
981
+ 24: string;
982
+ 28: string;
983
+ 32: string;
984
+ 36: string;
985
+ 40: string;
986
+ 44: string;
987
+ 48: string;
988
+ 52: string;
989
+ 56: string;
990
+ 60: string;
991
+ 64: string;
992
+ 72: string;
993
+ 80: string;
994
+ 96: string;
995
+ };
996
+ radii: {
997
+ xs: string;
998
+ sm: string;
999
+ md: string;
1000
+ base: string;
1001
+ lg: string;
1002
+ xl: string;
1003
+ "2xl": string;
1004
+ "3xl": string;
1005
+ squared: string;
1006
+ rounded: string;
1007
+ pill: string;
1008
+ };
1009
+ zIndices: {
1010
+ 1: string;
1011
+ 2: string;
1012
+ 3: string;
1013
+ 4: string;
1014
+ 5: string;
1015
+ 10: string;
1016
+ max: string;
1017
+ };
1018
+ borderWeights: {
1019
+ light: string;
1020
+ normal: string;
1021
+ bold: string;
1022
+ extrabold: string;
1023
+ black: string;
1024
+ };
1025
+ transitions: {
1026
+ default: string;
1027
+ button: string;
1028
+ avatar: string;
1029
+ card: string;
1030
+ dropdownItem: string;
1031
+ };
1032
+ breakpoints: {
1033
+ xs: string;
1034
+ sm: string;
1035
+ md: string;
1036
+ lg: string;
1037
+ xl: string;
1038
+ };
1039
+ };
1040
+ media: {
1041
+ xs: string;
1042
+ sm: string;
1043
+ md: string;
1044
+ lg: string;
1045
+ xl: string;
1046
+ xsMin: string;
1047
+ smMin: string;
1048
+ mdMin: string;
1049
+ lgMin: string;
1050
+ xlMin: string;
1051
+ xsMax: string;
1052
+ smMax: string;
1053
+ mdMax: string;
1054
+ lgMax: string;
1055
+ xlMax: string;
1056
+ motion: string;
1057
+ safari: string;
1058
+ hover: string;
1059
+ dark: string;
1060
+ light: string;
1061
+ };
1062
+ utils: {
1063
+ p: (value: {
1064
+ readonly [Stitches.$$PropertyValue]: "padding";
1065
+ }) => {
1066
+ padding: {
1067
+ readonly [Stitches.$$PropertyValue]: "padding";
1068
+ };
1069
+ };
1070
+ pt: (value: {
1071
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1072
+ }) => {
1073
+ paddingTop: {
1074
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1075
+ };
1076
+ };
1077
+ pr: (value: {
1078
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1079
+ }) => {
1080
+ paddingRight: {
1081
+ readonly [Stitches.$$PropertyValue]: "paddingRight";
1082
+ };
1083
+ };
1084
+ pb: (value: {
1085
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1086
+ }) => {
1087
+ paddingBottom: {
1088
+ readonly [Stitches.$$PropertyValue]: "paddingBottom";
1089
+ };
1090
+ };
1091
+ pl: (value: {
1092
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1093
+ }) => {
1094
+ paddingLeft: {
1095
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1096
+ };
1097
+ };
1098
+ px: (value: {
1099
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1100
+ }) => {
1101
+ paddingLeft: {
1102
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1103
+ };
1104
+ paddingRight: {
1105
+ readonly [Stitches.$$PropertyValue]: "paddingLeft";
1106
+ };
1107
+ };
1108
+ py: (value: {
1109
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1110
+ }) => {
1111
+ paddingTop: {
1112
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1113
+ };
1114
+ paddingBottom: {
1115
+ readonly [Stitches.$$PropertyValue]: "paddingTop";
1116
+ };
1117
+ };
1118
+ m: (value: {
1119
+ readonly [Stitches.$$PropertyValue]: "margin";
1120
+ }) => {
1121
+ margin: {
1122
+ readonly [Stitches.$$PropertyValue]: "margin";
1123
+ };
1124
+ };
1125
+ mt: (value: {
1126
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1127
+ }) => {
1128
+ marginTop: {
1129
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1130
+ };
1131
+ };
1132
+ mr: (value: {
1133
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1134
+ }) => {
1135
+ marginRight: {
1136
+ readonly [Stitches.$$PropertyValue]: "marginRight";
1137
+ };
1138
+ };
1139
+ mb: (value: {
1140
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1141
+ }) => {
1142
+ marginBottom: {
1143
+ readonly [Stitches.$$PropertyValue]: "marginBottom";
1144
+ };
1145
+ };
1146
+ ml: (value: {
1147
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1148
+ }) => {
1149
+ marginLeft: {
1150
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1151
+ };
1152
+ };
1153
+ mx: (value: {
1154
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1155
+ }) => {
1156
+ marginLeft: {
1157
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1158
+ };
1159
+ marginRight: {
1160
+ readonly [Stitches.$$PropertyValue]: "marginLeft";
1161
+ };
1162
+ };
1163
+ my: (value: {
1164
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1165
+ }) => {
1166
+ marginTop: {
1167
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1168
+ };
1169
+ marginBottom: {
1170
+ readonly [Stitches.$$PropertyValue]: "marginTop";
1171
+ };
1172
+ };
1173
+ ta: (value: {
1174
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1175
+ }) => {
1176
+ textAlign: {
1177
+ readonly [Stitches.$$PropertyValue]: "textAlign";
1178
+ };
1179
+ };
1180
+ tt: (value: {
1181
+ readonly [Stitches.$$PropertyValue]: "textTransform";
1182
+ }) => {
1183
+ textTransform: {
1184
+ readonly [Stitches.$$PropertyValue]: "textTransform";
1185
+ };
1186
+ };
1187
+ to: (value: {
1188
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
1189
+ }) => {
1190
+ textOverflow: {
1191
+ readonly [Stitches.$$PropertyValue]: "textOverflow";
1192
+ };
1193
+ };
1194
+ d: (value: {
1195
+ readonly [Stitches.$$PropertyValue]: "display";
1196
+ }) => {
1197
+ display: {
1198
+ readonly [Stitches.$$PropertyValue]: "display";
1199
+ };
1200
+ };
1201
+ dflex: (value: {
1202
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1203
+ }) => {
1204
+ display: string;
1205
+ alignItems: {
1206
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1207
+ };
1208
+ justifyContent: {
1209
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1210
+ };
1211
+ };
1212
+ fd: (value: {
1213
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1214
+ }) => {
1215
+ flexDirection: {
1216
+ readonly [Stitches.$$PropertyValue]: "flexDirection";
1217
+ };
1218
+ };
1219
+ fw: (value: {
1220
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1221
+ }) => {
1222
+ flexWrap: {
1223
+ readonly [Stitches.$$PropertyValue]: "flexWrap";
1224
+ };
1225
+ };
1226
+ ai: (value: {
1227
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1228
+ }) => {
1229
+ alignItems: {
1230
+ readonly [Stitches.$$PropertyValue]: "alignItems";
1231
+ };
1232
+ };
1233
+ ac: (value: {
1234
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1235
+ }) => {
1236
+ alignContent: {
1237
+ readonly [Stitches.$$PropertyValue]: "alignContent";
1238
+ };
1239
+ };
1240
+ jc: (value: {
1241
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1242
+ }) => {
1243
+ justifyContent: {
1244
+ readonly [Stitches.$$PropertyValue]: "justifyContent";
1245
+ };
1246
+ };
1247
+ as: (value: {
1248
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1249
+ }) => {
1250
+ alignSelf: {
1251
+ readonly [Stitches.$$PropertyValue]: "alignSelf";
1252
+ };
1253
+ };
1254
+ fg: (value: {
1255
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1256
+ }) => {
1257
+ flexGrow: {
1258
+ readonly [Stitches.$$PropertyValue]: "flexGrow";
1259
+ };
1260
+ };
1261
+ fs: (value: {
1262
+ readonly [Stitches.$$PropertyValue]: "fontSize";
1263
+ }) => {
1264
+ fontSize: {
1265
+ readonly [Stitches.$$PropertyValue]: "fontSize";
1266
+ };
1267
+ };
1268
+ fb: (value: {
1269
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1270
+ }) => {
1271
+ flexBasis: {
1272
+ readonly [Stitches.$$PropertyValue]: "flexBasis";
1273
+ };
1274
+ };
1275
+ bc: (value: {
1276
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1277
+ }) => {
1278
+ backgroundColor: {
1279
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1280
+ };
1281
+ };
1282
+ bf: (value: {
1283
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
1284
+ }) => {
1285
+ backdropFilter: {
1286
+ readonly [Stitches.$$PropertyValue]: "backdropFilter";
1287
+ };
1288
+ };
1289
+ bg: (value: {
1290
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1291
+ }) => {
1292
+ background: {
1293
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1294
+ };
1295
+ };
1296
+ bgBlur: (value: {
1297
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1298
+ }) => {
1299
+ bf: string;
1300
+ bg: {
1301
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1302
+ };
1303
+ };
1304
+ bgColor: (value: {
1305
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1306
+ }) => {
1307
+ backgroundColor: {
1308
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1309
+ };
1310
+ };
1311
+ backgroundClip: (value: {
1312
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1313
+ }) => {
1314
+ WebkitBackgroundClip: {
1315
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1316
+ };
1317
+ backgroundClip: {
1318
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1319
+ };
1320
+ };
1321
+ bgClip: (value: {
1322
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1323
+ }) => {
1324
+ WebkitBackgroundClip: {
1325
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1326
+ };
1327
+ backgroundClip: {
1328
+ readonly [Stitches.$$PropertyValue]: "backgroundClip";
1329
+ };
1330
+ };
1331
+ br: (value: {
1332
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1333
+ }) => {
1334
+ borderRadius: {
1335
+ readonly [Stitches.$$PropertyValue]: "borderRadius";
1336
+ };
1337
+ };
1338
+ bw: (value: {
1339
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
1340
+ }) => {
1341
+ borderWidth: {
1342
+ readonly [Stitches.$$PropertyValue]: "borderWidth";
1343
+ };
1344
+ };
1345
+ btrr: (value: {
1346
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1347
+ }) => {
1348
+ borderTopRightRadius: {
1349
+ readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
1350
+ };
1351
+ };
1352
+ bbrr: (value: {
1353
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1354
+ }) => {
1355
+ borderBottomRightRadius: {
1356
+ readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
1357
+ };
1358
+ };
1359
+ bblr: (value: {
1360
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1361
+ }) => {
1362
+ borderBottomLeftRadius: {
1363
+ readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
1364
+ };
1365
+ };
1366
+ btlr: (value: {
1367
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1368
+ }) => {
1369
+ borderTopLeftRadius: {
1370
+ readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
1371
+ };
1372
+ };
1373
+ bs: (value: {
1374
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1375
+ }) => {
1376
+ boxShadow: {
1377
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1378
+ };
1379
+ };
1380
+ ds: (value: {
1381
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1382
+ }) => {
1383
+ dropShadow: {
1384
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1385
+ };
1386
+ };
1387
+ shadow: (value: {
1388
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1389
+ }) => {
1390
+ boxShadow: {
1391
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1392
+ };
1393
+ };
1394
+ dshadow: (value: {
1395
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1396
+ }) => {
1397
+ dropShadow: {
1398
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1399
+ };
1400
+ };
1401
+ dropShadow: (value: {
1402
+ readonly [Stitches.$$PropertyValue]: "boxShadow";
1403
+ }) => {
1404
+ filter: string;
1405
+ };
1406
+ normalShadow: (value: {
1407
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1408
+ }) => {
1409
+ boxShadow: string;
1410
+ };
1411
+ normalShadowVar: (value: {
1412
+ readonly [Stitches.$$PropertyValue]: "backgroundColor";
1413
+ }) => {
1414
+ boxShadow: string;
1415
+ };
1416
+ lh: (value: {
1417
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1418
+ }) => {
1419
+ lineHeight: {
1420
+ readonly [Stitches.$$PropertyValue]: "lineHeight";
1421
+ };
1422
+ };
1423
+ ov: (value: {
1424
+ readonly [Stitches.$$PropertyValue]: "overflow";
1425
+ }) => {
1426
+ overflow: {
1427
+ readonly [Stitches.$$PropertyValue]: "overflow";
1428
+ };
1429
+ };
1430
+ ox: (value: {
1431
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1432
+ }) => {
1433
+ overflowX: {
1434
+ readonly [Stitches.$$PropertyValue]: "overflowX";
1435
+ };
1436
+ };
1437
+ oy: (value: {
1438
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1439
+ }) => {
1440
+ overflowY: {
1441
+ readonly [Stitches.$$PropertyValue]: "overflowY";
1442
+ };
1443
+ };
1444
+ pe: (value: {
1445
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1446
+ }) => {
1447
+ pointerEvents: {
1448
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1449
+ };
1450
+ };
1451
+ events: (value: {
1452
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1453
+ }) => {
1454
+ pointerEvents: {
1455
+ readonly [Stitches.$$PropertyValue]: "pointerEvents";
1456
+ };
1457
+ };
1458
+ us: (value: {
1459
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1460
+ }) => {
1461
+ WebkitUserSelect: {
1462
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1463
+ };
1464
+ userSelect: {
1465
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1466
+ };
1467
+ };
1468
+ userSelect: (value: {
1469
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1470
+ }) => {
1471
+ WebkitUserSelect: {
1472
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1473
+ };
1474
+ userSelect: {
1475
+ readonly [Stitches.$$PropertyValue]: "userSelect";
1476
+ };
1477
+ };
1478
+ w: (value: {
1479
+ readonly [Stitches.$$PropertyValue]: "width";
1480
+ }) => {
1481
+ width: {
1482
+ readonly [Stitches.$$PropertyValue]: "width";
1483
+ };
1484
+ };
1485
+ h: (value: {
1486
+ readonly [Stitches.$$PropertyValue]: "height";
1487
+ }) => {
1488
+ height: {
1489
+ readonly [Stitches.$$PropertyValue]: "height";
1490
+ };
1491
+ };
1492
+ mw: (value: {
1493
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1494
+ }) => {
1495
+ maxWidth: {
1496
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1497
+ };
1498
+ };
1499
+ maxW: (value: {
1500
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1501
+ }) => {
1502
+ maxWidth: {
1503
+ readonly [Stitches.$$PropertyValue]: "maxWidth";
1504
+ };
1505
+ };
1506
+ mh: (value: {
1507
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1508
+ }) => {
1509
+ maxHeight: {
1510
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1511
+ };
1512
+ };
1513
+ maxH: (value: {
1514
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1515
+ }) => {
1516
+ maxHeight: {
1517
+ readonly [Stitches.$$PropertyValue]: "maxHeight";
1518
+ };
1519
+ };
1520
+ size: (value: {
1521
+ readonly [Stitches.$$PropertyValue]: "width";
1522
+ }) => {
1523
+ width: {
1524
+ readonly [Stitches.$$PropertyValue]: "width";
1525
+ };
1526
+ height: {
1527
+ readonly [Stitches.$$PropertyValue]: "width";
1528
+ };
1529
+ };
1530
+ minSize: (value: {
1531
+ readonly [Stitches.$$PropertyValue]: "width";
1532
+ }) => {
1533
+ minWidth: {
1534
+ readonly [Stitches.$$PropertyValue]: "width";
1535
+ };
1536
+ minHeight: {
1537
+ readonly [Stitches.$$PropertyValue]: "width";
1538
+ };
1539
+ width: {
1540
+ readonly [Stitches.$$PropertyValue]: "width";
1541
+ };
1542
+ height: {
1543
+ readonly [Stitches.$$PropertyValue]: "width";
1544
+ };
1545
+ };
1546
+ sizeMin: (value: {
1547
+ readonly [Stitches.$$PropertyValue]: "width";
1548
+ }) => {
1549
+ minWidth: {
1550
+ readonly [Stitches.$$PropertyValue]: "width";
1551
+ };
1552
+ minHeight: {
1553
+ readonly [Stitches.$$PropertyValue]: "width";
1554
+ };
1555
+ width: {
1556
+ readonly [Stitches.$$PropertyValue]: "width";
1557
+ };
1558
+ height: {
1559
+ readonly [Stitches.$$PropertyValue]: "width";
1560
+ };
1561
+ };
1562
+ maxSize: (value: {
1563
+ readonly [Stitches.$$PropertyValue]: "width";
1564
+ }) => {
1565
+ maxWidth: {
1566
+ readonly [Stitches.$$PropertyValue]: "width";
1567
+ };
1568
+ maxHeight: {
1569
+ readonly [Stitches.$$PropertyValue]: "width";
1570
+ };
1571
+ };
1572
+ sizeMax: (value: {
1573
+ readonly [Stitches.$$PropertyValue]: "width";
1574
+ }) => {
1575
+ maxWidth: {
1576
+ readonly [Stitches.$$PropertyValue]: "width";
1577
+ };
1578
+ maxHeight: {
1579
+ readonly [Stitches.$$PropertyValue]: "width";
1580
+ };
1581
+ };
1582
+ appearance: (value: {
1583
+ readonly [Stitches.$$PropertyValue]: "appearance";
1584
+ }) => {
1585
+ WebkitAppearance: {
1586
+ readonly [Stitches.$$PropertyValue]: "appearance";
1587
+ };
1588
+ appearance: {
1589
+ readonly [Stitches.$$PropertyValue]: "appearance";
1590
+ };
1591
+ };
1592
+ scale: (value: {
1593
+ readonly [Stitches.$$PropertyValue]: "scale";
1594
+ }) => {
1595
+ transform: string;
1596
+ };
1597
+ linearGradient: (value: {
1598
+ readonly [Stitches.$$PropertyValue]: "backgroundImage";
1599
+ }) => {
1600
+ backgroundImage: string;
1601
+ };
1602
+ tdl: (value: {
1603
+ readonly [Stitches.$$PropertyValue]: "textDecorationLine";
1604
+ }) => {
1605
+ textDecorationLine: {
1606
+ readonly [Stitches.$$PropertyValue]: "textDecorationLine";
1607
+ };
1608
+ };
1609
+ truncateText: (value: {
1610
+ readonly [Stitches.$$PropertyValue]: "width";
1611
+ }) => {
1612
+ maxWidth: {
1613
+ readonly [Stitches.$$PropertyValue]: "width";
1614
+ };
1615
+ whiteSpace: string;
1616
+ overflow: string;
1617
+ textOverflow: string;
1618
+ };
1619
+ textGradient: (value: {
1620
+ readonly [Stitches.$$PropertyValue]: "backgroundImage";
1621
+ }) => {
1622
+ backgroundImage: string;
1623
+ WebkitBackgroundClip: string;
1624
+ WebkitTextFillColor: string;
1625
+ "&::selection": {
1626
+ WebkitTextFillColor: string;
1627
+ };
1628
+ };
1629
+ };
1630
+ themeMap: {
1631
+ width: string;
1632
+ height: string;
1633
+ minWidth: string;
1634
+ maxWidth: string;
1635
+ minHeight: string;
1636
+ maxHeight: string;
1637
+ flexBasis: string;
1638
+ gridTemplateColumns: string;
1639
+ gridTemplateRows: string;
1640
+ blockSize: string;
1641
+ minBlockSize: string;
1642
+ maxBlockSize: string;
1643
+ inlineSize: string;
1644
+ minInlineSize: string;
1645
+ maxInlineSize: string;
1646
+ borderWidth: string;
1647
+ gap: "space";
1648
+ gridGap: "space";
1649
+ columnGap: "space";
1650
+ gridColumnGap: "space";
1651
+ rowGap: "space";
1652
+ gridRowGap: "space";
1653
+ inset: "space";
1654
+ insetBlock: "space";
1655
+ insetBlockEnd: "space";
1656
+ insetBlockStart: "space";
1657
+ insetInline: "space";
1658
+ insetInlineEnd: "space";
1659
+ insetInlineStart: "space";
1660
+ margin: "space";
1661
+ marginTop: "space";
1662
+ marginRight: "space";
1663
+ marginBottom: "space";
1664
+ marginLeft: "space";
1665
+ marginBlock: "space";
1666
+ marginBlockEnd: "space";
1667
+ marginBlockStart: "space";
1668
+ marginInline: "space";
1669
+ marginInlineEnd: "space";
1670
+ marginInlineStart: "space";
1671
+ padding: "space";
1672
+ paddingTop: "space";
1673
+ paddingRight: "space";
1674
+ paddingBottom: "space";
1675
+ paddingLeft: "space";
1676
+ paddingBlock: "space";
1677
+ paddingBlockEnd: "space";
1678
+ paddingBlockStart: "space";
1679
+ paddingInline: "space";
1680
+ paddingInlineEnd: "space";
1681
+ paddingInlineStart: "space";
1682
+ scrollMargin: "space";
1683
+ scrollMarginTop: "space";
1684
+ scrollMarginRight: "space";
1685
+ scrollMarginBottom: "space";
1686
+ scrollMarginLeft: "space";
1687
+ scrollMarginBlock: "space";
1688
+ scrollMarginBlockEnd: "space";
1689
+ scrollMarginBlockStart: "space";
1690
+ scrollMarginInline: "space";
1691
+ scrollMarginInlineEnd: "space";
1692
+ scrollMarginInlineStart: "space";
1693
+ scrollPadding: "space";
1694
+ scrollPaddingTop: "space";
1695
+ scrollPaddingRight: "space";
1696
+ scrollPaddingBottom: "space";
1697
+ scrollPaddingLeft: "space";
1698
+ scrollPaddingBlock: "space";
1699
+ scrollPaddingBlockEnd: "space";
1700
+ scrollPaddingBlockStart: "space";
1701
+ scrollPaddingInline: "space";
1702
+ scrollPaddingInlineEnd: "space";
1703
+ scrollPaddingInlineStart: "space";
1704
+ top: "space";
1705
+ right: "space";
1706
+ bottom: "space";
1707
+ left: "space";
1708
+ fontSize: "fontSizes";
1709
+ background: "colors";
1710
+ backgroundColor: "colors";
1711
+ backgroundImage: "colors";
1712
+ borderImage: "colors";
1713
+ border: "colors";
1714
+ borderBlock: "colors";
1715
+ borderBlockEnd: "colors";
1716
+ borderBlockStart: "colors";
1717
+ borderBottom: "colors";
1718
+ borderBottomColor: "colors";
1719
+ borderColor: "colors";
1720
+ borderInline: "colors";
1721
+ borderInlineEnd: "colors";
1722
+ borderInlineStart: "colors";
1723
+ borderLeft: "colors";
1724
+ borderLeftColor: "colors";
1725
+ borderRight: "colors";
1726
+ borderRightColor: "colors";
1727
+ borderTop: "colors";
1728
+ borderTopColor: "colors";
1729
+ caretColor: "colors";
1730
+ color: "colors";
1731
+ columnRuleColor: "colors";
1732
+ outline: "colors";
1733
+ outlineColor: "colors";
1734
+ fill: "colors";
1735
+ stroke: "colors";
1736
+ textDecorationColor: "colors";
1737
+ fontFamily: "fonts";
1738
+ fontWeight: "fontWeights";
1739
+ lineHeight: "lineHeights";
1740
+ letterSpacing: "letterSpacings";
1741
+ borderTopWidth: "borderWidths";
1742
+ borderLeftWidth: "borderWidths";
1743
+ borderRightWidth: "borderWidths";
1744
+ borderBottomWidth: "borderWidths";
1745
+ borderStyle: "borderStyles";
1746
+ borderTopStyle: "borderStyles";
1747
+ borderLeftStyle: "borderStyles";
1748
+ borderRightStyle: "borderStyles";
1749
+ borderBottomStyle: "borderStyles";
1750
+ borderRadius: "radii";
1751
+ borderTopLeftRadius: "radii";
1752
+ borderTopRightRadius: "radii";
1753
+ borderBottomRightRadius: "radii";
1754
+ borderBottomLeftRadius: "radii";
1755
+ boxShadow: "shadows";
1756
+ textShadow: "shadows";
1757
+ transition: "transitions";
1758
+ zIndex: "zIndices";
1759
+ };
1760
+ };
1761
+ export default _default;