@nextui-org/react 1.0.0-beta.6

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