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