@nextui-org/react 1.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (853) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +100 -0
  3. package/avatar/package.json +6 -0
  4. package/backdrop/package.json +6 -0
  5. package/badge/package.json +6 -0
  6. package/button/package.json +6 -0
  7. package/card/package.json +6 -0
  8. package/checkbox/package.json +6 -0
  9. package/cjs/avatar/avatar-group.js +1 -0
  10. package/cjs/avatar/avatar-group.styles.js +1 -0
  11. package/cjs/avatar/avatar.js +1 -0
  12. package/cjs/avatar/avatar.styles.js +1 -0
  13. package/cjs/avatar/index.js +1 -0
  14. package/cjs/backdrop/backdrop.js +1 -0
  15. package/cjs/backdrop/backdrop.styles.js +1 -0
  16. package/cjs/backdrop/index.js +1 -0
  17. package/cjs/badge/badge.animations.js +1 -0
  18. package/cjs/badge/badge.js +1 -0
  19. package/cjs/badge/badge.styles.js +1 -0
  20. package/cjs/badge/index.js +1 -0
  21. package/cjs/button/button-group-context.js +1 -0
  22. package/cjs/button/button-group.js +1 -0
  23. package/cjs/button/button-group.styles.js +1 -0
  24. package/cjs/button/button-icon.js +1 -0
  25. package/cjs/button/button.js +1 -0
  26. package/cjs/button/button.styles.js +1 -0
  27. package/cjs/button/index.js +1 -0
  28. package/cjs/button/utils.js +1 -0
  29. package/cjs/card/card.js +1 -0
  30. package/cjs/card/card.styles.js +1 -0
  31. package/cjs/card/index.js +1 -0
  32. package/cjs/card/use-card.js +1 -0
  33. package/cjs/checkbox/checkbox-context.js +1 -0
  34. package/cjs/checkbox/checkbox-group.js +1 -0
  35. package/cjs/checkbox/checkbox.js +1 -0
  36. package/cjs/checkbox/checkbox.styles.js +1 -0
  37. package/cjs/checkbox/index.js +1 -0
  38. package/cjs/checkbox/use-checkbox-group.js +1 -0
  39. package/cjs/checkbox/use-checkbox.js +1 -0
  40. package/cjs/code/code.js +1 -0
  41. package/cjs/code/code.styles.js +1 -0
  42. package/cjs/code/index.js +1 -0
  43. package/cjs/col/col.js +1 -0
  44. package/cjs/col/col.styles.js +1 -0
  45. package/cjs/col/index.js +1 -0
  46. package/cjs/collapse/collapse-context.js +1 -0
  47. package/cjs/collapse/collapse-group.js +1 -0
  48. package/cjs/collapse/collapse-icon.js +1 -0
  49. package/cjs/collapse/collapse.js +1 -0
  50. package/cjs/collapse/collapse.styles.js +1 -0
  51. package/cjs/collapse/index.js +1 -0
  52. package/cjs/container/container.js +1 -0
  53. package/cjs/container/container.styles.js +1 -0
  54. package/cjs/container/index.js +1 -0
  55. package/cjs/css-baseline/css-baseline.js +1 -0
  56. package/cjs/css-baseline/index.js +1 -0
  57. package/cjs/divider/divider.js +1 -0
  58. package/cjs/divider/divider.styles.js +1 -0
  59. package/cjs/divider/index.js +1 -0
  60. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  61. package/cjs/dropdown/dropdown-button.js +1 -0
  62. package/cjs/dropdown/dropdown-context.js +1 -0
  63. package/cjs/dropdown/dropdown-icon.js +1 -0
  64. package/cjs/dropdown/dropdown-item.js +1 -0
  65. package/cjs/dropdown/dropdown-menu.js +1 -0
  66. package/cjs/dropdown/dropdown-section.js +1 -0
  67. package/cjs/dropdown/dropdown-trigger.js +1 -0
  68. package/cjs/dropdown/dropdown-types.js +1 -0
  69. package/cjs/dropdown/dropdown.js +1 -0
  70. package/cjs/dropdown/dropdown.styles.js +1 -0
  71. package/cjs/dropdown/index.js +1 -0
  72. package/cjs/dropdown/use-dropdown.js +1 -0
  73. package/cjs/grid/grid-container.js +1 -0
  74. package/cjs/grid/grid-item.js +1 -0
  75. package/cjs/grid/grid.js +1 -0
  76. package/cjs/grid/grid.styles.js +1 -0
  77. package/cjs/grid/index.js +1 -0
  78. package/cjs/image/image.js +1 -0
  79. package/cjs/image/image.skeleton.js +1 -0
  80. package/cjs/image/image.styles.js +1 -0
  81. package/cjs/image/index.js +1 -0
  82. package/cjs/index.js +1 -0
  83. package/cjs/input/index.js +1 -0
  84. package/cjs/input/input-password.js +1 -0
  85. package/cjs/input/input-props.js +1 -0
  86. package/cjs/input/input.js +1 -0
  87. package/cjs/input/input.styles.js +1 -0
  88. package/cjs/input/password-icon.js +1 -0
  89. package/cjs/link/icon.js +1 -0
  90. package/cjs/link/index.js +1 -0
  91. package/cjs/link/link.js +1 -0
  92. package/cjs/link/link.styles.js +1 -0
  93. package/cjs/loading/index.js +1 -0
  94. package/cjs/loading/loading.js +1 -0
  95. package/cjs/loading/loading.styles.js +1 -0
  96. package/cjs/loading/spinner.js +1 -0
  97. package/cjs/modal/index.js +1 -0
  98. package/cjs/modal/modal-body.js +1 -0
  99. package/cjs/modal/modal-close-button.js +1 -0
  100. package/cjs/modal/modal-context.js +1 -0
  101. package/cjs/modal/modal-footer.js +1 -0
  102. package/cjs/modal/modal-header.js +1 -0
  103. package/cjs/modal/modal-wrapper.js +1 -0
  104. package/cjs/modal/modal.js +1 -0
  105. package/cjs/modal/modal.styles.js +1 -0
  106. package/cjs/modal/use-modal.js +1 -0
  107. package/cjs/navbar/index.js +1 -0
  108. package/cjs/navbar/navbar-brand.js +1 -0
  109. package/cjs/navbar/navbar-collapse-context.js +1 -0
  110. package/cjs/navbar/navbar-collapse-item.js +1 -0
  111. package/cjs/navbar/navbar-collapse.js +1 -0
  112. package/cjs/navbar/navbar-content-context.js +1 -0
  113. package/cjs/navbar/navbar-content.js +1 -0
  114. package/cjs/navbar/navbar-context.js +1 -0
  115. package/cjs/navbar/navbar-item.js +1 -0
  116. package/cjs/navbar/navbar-link.js +1 -0
  117. package/cjs/navbar/navbar-toggle-icon.js +1 -0
  118. package/cjs/navbar/navbar-toggle.js +1 -0
  119. package/cjs/navbar/navbar.js +1 -0
  120. package/cjs/navbar/navbar.styles.js +1 -0
  121. package/cjs/navbar/use-navbar-collapse.js +1 -0
  122. package/cjs/navbar/use-navbar-content.js +1 -0
  123. package/cjs/navbar/use-navbar.js +1 -0
  124. package/cjs/pagination/index.js +1 -0
  125. package/cjs/pagination/pagination-ellipsis.js +1 -0
  126. package/cjs/pagination/pagination-highlight.js +1 -0
  127. package/cjs/pagination/pagination-icon.js +1 -0
  128. package/cjs/pagination/pagination-item.js +1 -0
  129. package/cjs/pagination/pagination.js +1 -0
  130. package/cjs/pagination/pagination.styles.js +1 -0
  131. package/cjs/popover/index.js +1 -0
  132. package/cjs/popover/popover-content.js +1 -0
  133. package/cjs/popover/popover-context.js +1 -0
  134. package/cjs/popover/popover-trigger.js +1 -0
  135. package/cjs/popover/popover.js +1 -0
  136. package/cjs/popover/popover.styles.js +1 -0
  137. package/cjs/popover/use-popover.js +1 -0
  138. package/cjs/popover/utils.js +1 -0
  139. package/cjs/progress/index.js +1 -0
  140. package/cjs/progress/progress.js +1 -0
  141. package/cjs/progress/progress.styles.js +1 -0
  142. package/cjs/radio/index.js +1 -0
  143. package/cjs/radio/radio-context.js +1 -0
  144. package/cjs/radio/radio-group.js +1 -0
  145. package/cjs/radio/radio.js +1 -0
  146. package/cjs/radio/radio.styles.js +1 -0
  147. package/cjs/radio/use-radio-group.js +1 -0
  148. package/cjs/radio/use-radio.js +1 -0
  149. package/cjs/row/index.js +1 -0
  150. package/cjs/row/row.js +1 -0
  151. package/cjs/row/row.styles.js +1 -0
  152. package/cjs/snippet/index.js +1 -0
  153. package/cjs/snippet/snippet-icon.js +1 -0
  154. package/cjs/snippet/snippet.js +1 -0
  155. package/cjs/snippet/snippet.styles.js +1 -0
  156. package/cjs/spacer/index.js +1 -0
  157. package/cjs/spacer/spacer.js +1 -0
  158. package/cjs/spacer/spacer.styles.js +1 -0
  159. package/cjs/switch/index.js +1 -0
  160. package/cjs/switch/switch.js +1 -0
  161. package/cjs/switch/switch.styles.js +1 -0
  162. package/cjs/table/base/index.js +1 -0
  163. package/cjs/table/base/table-body.js +1 -0
  164. package/cjs/table/base/table-cell.js +1 -0
  165. package/cjs/table/base/table-column.js +1 -0
  166. package/cjs/table/base/table-header.js +1 -0
  167. package/cjs/table/base/table-row.js +1 -0
  168. package/cjs/table/index.js +1 -0
  169. package/cjs/table/table-body.js +1 -0
  170. package/cjs/table/table-cell.js +1 -0
  171. package/cjs/table/table-checkbox-cell.js +1 -0
  172. package/cjs/table/table-column-header.js +1 -0
  173. package/cjs/table/table-context.js +1 -0
  174. package/cjs/table/table-footer.js +1 -0
  175. package/cjs/table/table-header-row.js +1 -0
  176. package/cjs/table/table-pagination.js +1 -0
  177. package/cjs/table/table-row-group.js +1 -0
  178. package/cjs/table/table-row.js +1 -0
  179. package/cjs/table/table-select-all-checkbox.js +1 -0
  180. package/cjs/table/table-sort-icon.js +1 -0
  181. package/cjs/table/table.js +1 -0
  182. package/cjs/table/table.styles.js +1 -0
  183. package/cjs/table/utils.js +1 -0
  184. package/cjs/text/child.js +1 -0
  185. package/cjs/text/index.js +1 -0
  186. package/cjs/text/text.js +1 -0
  187. package/cjs/text/text.styles.js +1 -0
  188. package/cjs/textarea/index.js +1 -0
  189. package/cjs/textarea/textarea.js +1 -0
  190. package/cjs/textarea/utils.js +1 -0
  191. package/cjs/theme/colors/blue.js +1 -0
  192. package/cjs/theme/colors/cyan.js +1 -0
  193. package/cjs/theme/colors/gray.js +1 -0
  194. package/cjs/theme/colors/green.js +1 -0
  195. package/cjs/theme/colors/index.js +1 -0
  196. package/cjs/theme/colors/pink.js +1 -0
  197. package/cjs/theme/colors/purple.js +1 -0
  198. package/cjs/theme/colors/red.js +1 -0
  199. package/cjs/theme/colors/yellow.js +1 -0
  200. package/cjs/theme/common.js +1 -0
  201. package/cjs/theme/dark-theme.js +1 -0
  202. package/cjs/theme/index.js +1 -0
  203. package/cjs/theme/light-theme.js +1 -0
  204. package/cjs/theme/shared-css.js +1 -0
  205. package/cjs/theme/stitches.config.js +1 -0
  206. package/cjs/theme/theme-context.js +1 -0
  207. package/cjs/theme/theme-provider.js +1 -0
  208. package/cjs/theme/types.js +1 -0
  209. package/cjs/theme/utils.js +1 -0
  210. package/cjs/tooltip/index.js +1 -0
  211. package/cjs/tooltip/placement.js +1 -0
  212. package/cjs/tooltip/tooltip-content.js +1 -0
  213. package/cjs/tooltip/tooltip.js +1 -0
  214. package/cjs/tooltip/tooltip.styles.js +1 -0
  215. package/cjs/use-body-scroll/index.js +1 -0
  216. package/cjs/use-body-scroll/use-body-scroll.js +1 -0
  217. package/cjs/use-click-anywhere/index.js +1 -0
  218. package/cjs/use-click-anywhere/use-click-anywhere.js +1 -0
  219. package/cjs/use-click-away/index.js +1 -0
  220. package/cjs/use-click-away/use-click-away.js +1 -0
  221. package/cjs/use-clipboard/index.js +1 -0
  222. package/cjs/use-clipboard/use-clipboard.js +1 -0
  223. package/cjs/use-current-state/index.js +1 -0
  224. package/cjs/use-current-state/use-current-state.js +1 -0
  225. package/cjs/use-drip/index.js +1 -0
  226. package/cjs/use-drip/use-drip.js +1 -0
  227. package/cjs/use-input/index.js +1 -0
  228. package/cjs/use-input/use-input.js +1 -0
  229. package/cjs/use-intersection-observer/index.js +1 -0
  230. package/cjs/use-intersection-observer/use-intersection-observer.js +1 -0
  231. package/cjs/use-keyboard/codes.js +1 -0
  232. package/cjs/use-keyboard/helper.js +1 -0
  233. package/cjs/use-keyboard/index.js +1 -0
  234. package/cjs/use-keyboard/use-keyboard.js +1 -0
  235. package/cjs/use-pagination/index.js +1 -0
  236. package/cjs/use-portal/index.js +1 -0
  237. package/cjs/use-portal/use-portal.js +1 -0
  238. package/cjs/use-real-shape/index.js +1 -0
  239. package/cjs/use-real-shape/use-real-shape.js +1 -0
  240. package/cjs/use-resize/index.js +1 -0
  241. package/cjs/use-resize/use-resize.js +1 -0
  242. package/cjs/use-scroll-position/index.js +1 -0
  243. package/cjs/use-scroll-position/use-scroll-position.js +1 -0
  244. package/cjs/use-ssr/index.js +1 -0
  245. package/cjs/use-ssr/use-ssr.js +1 -0
  246. package/cjs/use-theme/index.js +1 -0
  247. package/cjs/use-theme/use-theme.js +1 -0
  248. package/cjs/user/index.js +1 -0
  249. package/cjs/user/user-link.js +1 -0
  250. package/cjs/user/user.js +1 -0
  251. package/cjs/user/user.styles.js +1 -0
  252. package/cjs/utils/animations.js +1 -0
  253. package/cjs/utils/assertion.js +1 -0
  254. package/cjs/utils/checkmark.js +1 -0
  255. package/cjs/utils/clear-icon.js +1 -0
  256. package/cjs/utils/clsx.js +1 -0
  257. package/cjs/utils/collections.js +1 -0
  258. package/cjs/utils/color.js +1 -0
  259. package/cjs/utils/console.js +1 -0
  260. package/cjs/utils/context.js +1 -0
  261. package/cjs/utils/css-transition.js +1 -0
  262. package/cjs/utils/deep-merge.js +1 -0
  263. package/cjs/utils/dimensions.js +1 -0
  264. package/cjs/utils/dom.js +1 -0
  265. package/cjs/utils/drip.js +1 -0
  266. package/cjs/utils/expand.js +1 -0
  267. package/cjs/utils/icons.js +1 -0
  268. package/cjs/utils/numbers.js +1 -0
  269. package/cjs/utils/object.js +1 -0
  270. package/cjs/utils/prop-types.js +1 -0
  271. package/cjs/utils/react.js +1 -0
  272. package/cjs/utils/refs.js +1 -0
  273. package/cjs/utils/strings.js +1 -0
  274. package/cjs/utils/system.js +1 -0
  275. package/cjs/utils/with-defaults.js +1 -0
  276. package/code/package.json +6 -0
  277. package/col/package.json +6 -0
  278. package/collapse/package.json +6 -0
  279. package/container/package.json +6 -0
  280. package/css-baseline/package.json +6 -0
  281. package/divider/package.json +6 -0
  282. package/dropdown/package.json +6 -0
  283. package/esm/avatar/avatar-group.js +1 -0
  284. package/esm/avatar/avatar-group.styles.js +1 -0
  285. package/esm/avatar/avatar.js +1 -0
  286. package/esm/avatar/avatar.styles.js +1 -0
  287. package/esm/avatar/index.js +1 -0
  288. package/esm/backdrop/backdrop.js +1 -0
  289. package/esm/backdrop/backdrop.styles.js +1 -0
  290. package/esm/backdrop/index.js +1 -0
  291. package/esm/badge/badge.animations.js +1 -0
  292. package/esm/badge/badge.js +1 -0
  293. package/esm/badge/badge.styles.js +1 -0
  294. package/esm/badge/index.js +1 -0
  295. package/esm/button/button-group-context.js +1 -0
  296. package/esm/button/button-group.js +1 -0
  297. package/esm/button/button-group.styles.js +1 -0
  298. package/esm/button/button-icon.js +1 -0
  299. package/esm/button/button.js +1 -0
  300. package/esm/button/button.styles.js +1 -0
  301. package/esm/button/index.js +1 -0
  302. package/esm/button/utils.js +1 -0
  303. package/esm/card/card.js +1 -0
  304. package/esm/card/card.styles.js +1 -0
  305. package/esm/card/index.js +1 -0
  306. package/esm/card/use-card.js +1 -0
  307. package/esm/checkbox/checkbox-context.js +1 -0
  308. package/esm/checkbox/checkbox-group.js +1 -0
  309. package/esm/checkbox/checkbox.js +1 -0
  310. package/esm/checkbox/checkbox.styles.js +1 -0
  311. package/esm/checkbox/index.js +1 -0
  312. package/esm/checkbox/use-checkbox-group.js +1 -0
  313. package/esm/checkbox/use-checkbox.js +1 -0
  314. package/esm/code/code.js +1 -0
  315. package/esm/code/code.styles.js +1 -0
  316. package/esm/code/index.js +1 -0
  317. package/esm/col/col.js +1 -0
  318. package/esm/col/col.styles.js +1 -0
  319. package/esm/col/index.js +1 -0
  320. package/esm/collapse/collapse-context.js +1 -0
  321. package/esm/collapse/collapse-group.js +1 -0
  322. package/esm/collapse/collapse-icon.js +1 -0
  323. package/esm/collapse/collapse.js +1 -0
  324. package/esm/collapse/collapse.styles.js +1 -0
  325. package/esm/collapse/index.js +1 -0
  326. package/esm/container/container.js +1 -0
  327. package/esm/container/container.styles.js +1 -0
  328. package/esm/container/index.js +1 -0
  329. package/esm/css-baseline/css-baseline.js +1 -0
  330. package/esm/css-baseline/index.js +1 -0
  331. package/esm/divider/divider.js +1 -0
  332. package/esm/divider/divider.styles.js +1 -0
  333. package/esm/divider/index.js +1 -0
  334. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  335. package/esm/dropdown/dropdown-button.js +1 -0
  336. package/esm/dropdown/dropdown-context.js +1 -0
  337. package/esm/dropdown/dropdown-icon.js +1 -0
  338. package/esm/dropdown/dropdown-item.js +1 -0
  339. package/esm/dropdown/dropdown-menu.js +1 -0
  340. package/esm/dropdown/dropdown-section.js +1 -0
  341. package/esm/dropdown/dropdown-trigger.js +1 -0
  342. package/esm/dropdown/dropdown-types.js +1 -0
  343. package/esm/dropdown/dropdown.js +1 -0
  344. package/esm/dropdown/dropdown.styles.js +1 -0
  345. package/esm/dropdown/index.js +1 -0
  346. package/esm/dropdown/use-dropdown.js +1 -0
  347. package/esm/grid/grid-container.js +1 -0
  348. package/esm/grid/grid-item.js +1 -0
  349. package/esm/grid/grid.js +1 -0
  350. package/esm/grid/grid.styles.js +1 -0
  351. package/esm/grid/index.js +1 -0
  352. package/esm/image/image.js +1 -0
  353. package/esm/image/image.skeleton.js +1 -0
  354. package/esm/image/image.styles.js +1 -0
  355. package/esm/image/index.js +1 -0
  356. package/esm/index.js +1 -0
  357. package/esm/input/index.js +1 -0
  358. package/esm/input/input-password.js +1 -0
  359. package/esm/input/input-props.js +1 -0
  360. package/esm/input/input.js +1 -0
  361. package/esm/input/input.styles.js +1 -0
  362. package/esm/input/password-icon.js +1 -0
  363. package/esm/link/icon.js +1 -0
  364. package/esm/link/index.js +1 -0
  365. package/esm/link/link.js +1 -0
  366. package/esm/link/link.styles.js +1 -0
  367. package/esm/loading/index.js +1 -0
  368. package/esm/loading/loading.js +1 -0
  369. package/esm/loading/loading.styles.js +1 -0
  370. package/esm/loading/spinner.js +1 -0
  371. package/esm/modal/index.js +1 -0
  372. package/esm/modal/modal-body.js +1 -0
  373. package/esm/modal/modal-close-button.js +1 -0
  374. package/esm/modal/modal-context.js +1 -0
  375. package/esm/modal/modal-footer.js +1 -0
  376. package/esm/modal/modal-header.js +1 -0
  377. package/esm/modal/modal-wrapper.js +1 -0
  378. package/esm/modal/modal.js +1 -0
  379. package/esm/modal/modal.styles.js +1 -0
  380. package/esm/modal/use-modal.js +1 -0
  381. package/esm/navbar/index.js +1 -0
  382. package/esm/navbar/navbar-brand.js +1 -0
  383. package/esm/navbar/navbar-collapse-context.js +1 -0
  384. package/esm/navbar/navbar-collapse-item.js +1 -0
  385. package/esm/navbar/navbar-collapse.js +1 -0
  386. package/esm/navbar/navbar-content-context.js +1 -0
  387. package/esm/navbar/navbar-content.js +1 -0
  388. package/esm/navbar/navbar-context.js +1 -0
  389. package/esm/navbar/navbar-item.js +1 -0
  390. package/esm/navbar/navbar-link.js +1 -0
  391. package/esm/navbar/navbar-toggle-icon.js +1 -0
  392. package/esm/navbar/navbar-toggle.js +1 -0
  393. package/esm/navbar/navbar.js +1 -0
  394. package/esm/navbar/navbar.styles.js +1 -0
  395. package/esm/navbar/use-navbar-collapse.js +1 -0
  396. package/esm/navbar/use-navbar-content.js +1 -0
  397. package/esm/navbar/use-navbar.js +1 -0
  398. package/esm/pagination/index.js +1 -0
  399. package/esm/pagination/pagination-ellipsis.js +1 -0
  400. package/esm/pagination/pagination-highlight.js +1 -0
  401. package/esm/pagination/pagination-icon.js +1 -0
  402. package/esm/pagination/pagination-item.js +1 -0
  403. package/esm/pagination/pagination.js +1 -0
  404. package/esm/pagination/pagination.styles.js +1 -0
  405. package/esm/popover/index.js +1 -0
  406. package/esm/popover/popover-content.js +1 -0
  407. package/esm/popover/popover-context.js +1 -0
  408. package/esm/popover/popover-trigger.js +1 -0
  409. package/esm/popover/popover.js +1 -0
  410. package/esm/popover/popover.styles.js +1 -0
  411. package/esm/popover/use-popover.js +1 -0
  412. package/esm/popover/utils.js +1 -0
  413. package/esm/progress/index.js +1 -0
  414. package/esm/progress/progress.js +1 -0
  415. package/esm/progress/progress.styles.js +1 -0
  416. package/esm/radio/index.js +1 -0
  417. package/esm/radio/radio-context.js +1 -0
  418. package/esm/radio/radio-group.js +1 -0
  419. package/esm/radio/radio.js +1 -0
  420. package/esm/radio/radio.styles.js +1 -0
  421. package/esm/radio/use-radio-group.js +1 -0
  422. package/esm/radio/use-radio.js +1 -0
  423. package/esm/row/index.js +1 -0
  424. package/esm/row/row.js +1 -0
  425. package/esm/row/row.styles.js +1 -0
  426. package/esm/snippet/index.js +1 -0
  427. package/esm/snippet/snippet-icon.js +1 -0
  428. package/esm/snippet/snippet.js +1 -0
  429. package/esm/snippet/snippet.styles.js +1 -0
  430. package/esm/spacer/index.js +1 -0
  431. package/esm/spacer/spacer.js +1 -0
  432. package/esm/spacer/spacer.styles.js +1 -0
  433. package/esm/switch/index.js +1 -0
  434. package/esm/switch/switch.js +1 -0
  435. package/esm/switch/switch.styles.js +1 -0
  436. package/esm/table/base/index.js +1 -0
  437. package/esm/table/base/table-body.js +1 -0
  438. package/esm/table/base/table-cell.js +1 -0
  439. package/esm/table/base/table-column.js +1 -0
  440. package/esm/table/base/table-header.js +1 -0
  441. package/esm/table/base/table-row.js +1 -0
  442. package/esm/table/index.js +1 -0
  443. package/esm/table/table-body.js +1 -0
  444. package/esm/table/table-cell.js +1 -0
  445. package/esm/table/table-checkbox-cell.js +1 -0
  446. package/esm/table/table-column-header.js +1 -0
  447. package/esm/table/table-context.js +1 -0
  448. package/esm/table/table-footer.js +1 -0
  449. package/esm/table/table-header-row.js +1 -0
  450. package/esm/table/table-pagination.js +1 -0
  451. package/esm/table/table-row-group.js +1 -0
  452. package/esm/table/table-row.js +1 -0
  453. package/esm/table/table-select-all-checkbox.js +1 -0
  454. package/esm/table/table-sort-icon.js +1 -0
  455. package/esm/table/table.js +1 -0
  456. package/esm/table/table.styles.js +1 -0
  457. package/esm/table/utils.js +1 -0
  458. package/esm/text/child.js +1 -0
  459. package/esm/text/index.js +1 -0
  460. package/esm/text/text.js +1 -0
  461. package/esm/text/text.styles.js +1 -0
  462. package/esm/textarea/index.js +1 -0
  463. package/esm/textarea/textarea.js +1 -0
  464. package/esm/textarea/utils.js +1 -0
  465. package/esm/theme/colors/blue.js +1 -0
  466. package/esm/theme/colors/cyan.js +1 -0
  467. package/esm/theme/colors/gray.js +1 -0
  468. package/esm/theme/colors/green.js +1 -0
  469. package/esm/theme/colors/index.js +1 -0
  470. package/esm/theme/colors/pink.js +1 -0
  471. package/esm/theme/colors/purple.js +1 -0
  472. package/esm/theme/colors/red.js +1 -0
  473. package/esm/theme/colors/yellow.js +1 -0
  474. package/esm/theme/common.js +1 -0
  475. package/esm/theme/dark-theme.js +1 -0
  476. package/esm/theme/index.js +1 -0
  477. package/esm/theme/light-theme.js +1 -0
  478. package/esm/theme/shared-css.js +1 -0
  479. package/esm/theme/stitches.config.js +1 -0
  480. package/esm/theme/theme-context.js +1 -0
  481. package/esm/theme/theme-provider.js +1 -0
  482. package/esm/theme/types.js +1 -0
  483. package/esm/theme/utils.js +1 -0
  484. package/esm/tooltip/index.js +1 -0
  485. package/esm/tooltip/placement.js +1 -0
  486. package/esm/tooltip/tooltip-content.js +1 -0
  487. package/esm/tooltip/tooltip.js +1 -0
  488. package/esm/tooltip/tooltip.styles.js +1 -0
  489. package/esm/use-body-scroll/index.js +1 -0
  490. package/esm/use-body-scroll/use-body-scroll.js +1 -0
  491. package/esm/use-click-anywhere/index.js +1 -0
  492. package/esm/use-click-anywhere/use-click-anywhere.js +1 -0
  493. package/esm/use-click-away/index.js +1 -0
  494. package/esm/use-click-away/use-click-away.js +1 -0
  495. package/esm/use-clipboard/index.js +1 -0
  496. package/esm/use-clipboard/use-clipboard.js +1 -0
  497. package/esm/use-current-state/index.js +1 -0
  498. package/esm/use-current-state/use-current-state.js +1 -0
  499. package/esm/use-drip/index.js +1 -0
  500. package/esm/use-drip/use-drip.js +1 -0
  501. package/esm/use-input/index.js +1 -0
  502. package/esm/use-input/use-input.js +1 -0
  503. package/esm/use-intersection-observer/index.js +1 -0
  504. package/esm/use-intersection-observer/use-intersection-observer.js +1 -0
  505. package/esm/use-keyboard/codes.js +1 -0
  506. package/esm/use-keyboard/helper.js +1 -0
  507. package/esm/use-keyboard/index.js +1 -0
  508. package/esm/use-keyboard/use-keyboard.js +1 -0
  509. package/esm/use-pagination/index.js +1 -0
  510. package/esm/use-portal/index.js +1 -0
  511. package/esm/use-portal/use-portal.js +1 -0
  512. package/esm/use-real-shape/index.js +1 -0
  513. package/esm/use-real-shape/use-real-shape.js +1 -0
  514. package/esm/use-resize/index.js +1 -0
  515. package/esm/use-resize/use-resize.js +1 -0
  516. package/esm/use-scroll-position/index.js +1 -0
  517. package/esm/use-scroll-position/use-scroll-position.js +1 -0
  518. package/esm/use-ssr/index.js +1 -0
  519. package/esm/use-ssr/use-ssr.js +1 -0
  520. package/esm/use-theme/index.js +1 -0
  521. package/esm/use-theme/use-theme.js +1 -0
  522. package/esm/user/index.js +1 -0
  523. package/esm/user/user-link.js +1 -0
  524. package/esm/user/user.js +1 -0
  525. package/esm/user/user.styles.js +1 -0
  526. package/esm/utils/animations.js +1 -0
  527. package/esm/utils/assertion.js +1 -0
  528. package/esm/utils/checkmark.js +1 -0
  529. package/esm/utils/clear-icon.js +1 -0
  530. package/esm/utils/clsx.js +1 -0
  531. package/esm/utils/collections.js +1 -0
  532. package/esm/utils/color.js +1 -0
  533. package/esm/utils/console.js +1 -0
  534. package/esm/utils/context.js +1 -0
  535. package/esm/utils/css-transition.js +1 -0
  536. package/esm/utils/deep-merge.js +1 -0
  537. package/esm/utils/dimensions.js +1 -0
  538. package/esm/utils/dom.js +1 -0
  539. package/esm/utils/drip.js +1 -0
  540. package/esm/utils/expand.js +1 -0
  541. package/esm/utils/icons.js +1 -0
  542. package/esm/utils/numbers.js +1 -0
  543. package/esm/utils/object.js +1 -0
  544. package/esm/utils/prop-types.js +1 -0
  545. package/esm/utils/react.js +1 -0
  546. package/esm/utils/refs.js +1 -0
  547. package/esm/utils/strings.js +1 -0
  548. package/esm/utils/system.js +1 -0
  549. package/esm/utils/with-defaults.js +1 -0
  550. package/grid/package.json +6 -0
  551. package/image/package.json +6 -0
  552. package/input/package.json +6 -0
  553. package/link/package.json +6 -0
  554. package/loading/package.json +6 -0
  555. package/modal/package.json +6 -0
  556. package/navbar/package.json +6 -0
  557. package/package.json +70 -0
  558. package/pagination/package.json +6 -0
  559. package/popover/package.json +6 -0
  560. package/progress/package.json +6 -0
  561. package/radio/package.json +6 -0
  562. package/row/package.json +6 -0
  563. package/snippet/package.json +6 -0
  564. package/spacer/package.json +6 -0
  565. package/switch/package.json +6 -0
  566. package/table/package.json +6 -0
  567. package/text/package.json +6 -0
  568. package/textarea/package.json +6 -0
  569. package/tooltip/package.json +6 -0
  570. package/types/avatar/avatar-group.d.ts +39 -0
  571. package/types/avatar/avatar-group.styles.d.ts +2149 -0
  572. package/types/avatar/avatar.d.ts +1411 -0
  573. package/types/avatar/avatar.styles.d.ts +2441 -0
  574. package/types/avatar/index.d.ts +7 -0
  575. package/types/backdrop/backdrop.d.ts +37 -0
  576. package/types/backdrop/backdrop.styles.d.ts +3225 -0
  577. package/types/backdrop/index.d.ts +5 -0
  578. package/types/badge/badge.animations.d.ts +36 -0
  579. package/types/badge/badge.d.ts +13 -0
  580. package/types/badge/badge.styles.d.ts +3240 -0
  581. package/types/badge/index.d.ts +5 -0
  582. package/types/button/button-group-context.d.ts +20 -0
  583. package/types/button/button-group.d.ts +34 -0
  584. package/types/button/button-group.styles.d.ts +1081 -0
  585. package/types/button/button-icon.d.ts +1095 -0
  586. package/types/button/button.d.ts +32 -0
  587. package/types/button/button.styles.d.ts +3472 -0
  588. package/types/button/index.d.ts +10 -0
  589. package/types/button/utils.d.ts +53 -0
  590. package/types/card/card.d.ts +22 -0
  591. package/types/card/card.styles.d.ts +6689 -0
  592. package/types/card/index.d.ts +5 -0
  593. package/types/card/use-card.d.ts +41 -0
  594. package/types/checkbox/checkbox-context.d.ts +3 -0
  595. package/types/checkbox/checkbox-group.d.ts +11 -0
  596. package/types/checkbox/checkbox.d.ts +19 -0
  597. package/types/checkbox/checkbox.styles.d.ts +10848 -0
  598. package/types/checkbox/index.d.ts +6 -0
  599. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  600. package/types/checkbox/use-checkbox.d.ts +26 -0
  601. package/types/code/code.d.ts +15 -0
  602. package/types/code/code.styles.d.ts +2146 -0
  603. package/types/code/index.d.ts +5 -0
  604. package/types/col/col.d.ts +20 -0
  605. package/types/col/col.styles.d.ts +1075 -0
  606. package/types/col/index.d.ts +5 -0
  607. package/types/collapse/collapse-context.d.ts +9 -0
  608. package/types/collapse/collapse-group.d.ts +18 -0
  609. package/types/collapse/collapse-icon.d.ts +24 -0
  610. package/types/collapse/collapse.d.ts +43 -0
  611. package/types/collapse/collapse.styles.d.ts +6470 -0
  612. package/types/collapse/index.d.ts +6 -0
  613. package/types/container/container.d.ts +40 -0
  614. package/types/container/container.styles.d.ts +1078 -0
  615. package/types/container/index.d.ts +5 -0
  616. package/types/css-baseline/css-baseline.d.ts +9 -0
  617. package/types/css-baseline/index.d.ts +1 -0
  618. package/types/divider/divider.d.ts +22 -0
  619. package/types/divider/divider.styles.d.ts +2151 -0
  620. package/types/divider/index.d.ts +5 -0
  621. package/types/dropdown/base/dropdown-item-base.d.ts +23 -0
  622. package/types/dropdown/dropdown-button.d.ts +306 -0
  623. package/types/dropdown/dropdown-context.d.ts +290 -0
  624. package/types/dropdown/dropdown-icon.d.ts +9 -0
  625. package/types/dropdown/dropdown-item.d.ts +35 -0
  626. package/types/dropdown/dropdown-menu.d.ts +30 -0
  627. package/types/dropdown/dropdown-section.d.ts +29 -0
  628. package/types/dropdown/dropdown-trigger.d.ts +9 -0
  629. package/types/dropdown/dropdown-types.d.ts +24 -0
  630. package/types/dropdown/dropdown.d.ts +24 -0
  631. package/types/dropdown/dropdown.styles.d.ts +12155 -0
  632. package/types/dropdown/index.d.ts +9 -0
  633. package/types/dropdown/use-dropdown.d.ts +175 -0
  634. package/types/grid/grid-container.d.ts +19 -0
  635. package/types/grid/grid-item.d.ts +31 -0
  636. package/types/grid/grid.d.ts +9 -0
  637. package/types/grid/grid.styles.d.ts +2147 -0
  638. package/types/grid/index.d.ts +7 -0
  639. package/types/image/image.d.ts +46 -0
  640. package/types/image/image.skeleton.d.ts +19 -0
  641. package/types/image/image.styles.d.ts +3222 -0
  642. package/types/image/index.d.ts +5 -0
  643. package/types/index.d.ts +97 -0
  644. package/types/input/index.d.ts +7 -0
  645. package/types/input/input-password.d.ts +98 -0
  646. package/types/input/input-props.d.ts +66 -0
  647. package/types/input/input.d.ts +18 -0
  648. package/types/input/input.styles.d.ts +11856 -0
  649. package/types/input/password-icon.d.ts +6 -0
  650. package/types/link/icon.d.ts +4 -0
  651. package/types/link/index.d.ts +5 -0
  652. package/types/link/link.d.ts +11 -0
  653. package/types/link/link.styles.d.ts +3303 -0
  654. package/types/loading/index.d.ts +7 -0
  655. package/types/loading/loading.d.ts +24 -0
  656. package/types/loading/loading.styles.d.ts +6448 -0
  657. package/types/loading/spinner.d.ts +17 -0
  658. package/types/modal/index.d.ts +8 -0
  659. package/types/modal/modal-body.d.ts +50 -0
  660. package/types/modal/modal-close-button.d.ts +13 -0
  661. package/types/modal/modal-context.d.ts +8 -0
  662. package/types/modal/modal-footer.d.ts +24 -0
  663. package/types/modal/modal-header.d.ts +24 -0
  664. package/types/modal/modal-wrapper.d.ts +24 -0
  665. package/types/modal/modal.d.ts +40 -0
  666. package/types/modal/modal.styles.d.ts +6453 -0
  667. package/types/modal/use-modal.d.ts +11 -0
  668. package/types/navbar/index.d.ts +11 -0
  669. package/types/navbar/navbar-brand.d.ts +9 -0
  670. package/types/navbar/navbar-collapse-context.d.ts +798 -0
  671. package/types/navbar/navbar-collapse-item.d.ts +12 -0
  672. package/types/navbar/navbar-collapse.d.ts +4 -0
  673. package/types/navbar/navbar-content-context.d.ts +886 -0
  674. package/types/navbar/navbar-content.d.ts +11 -0
  675. package/types/navbar/navbar-context.d.ts +842 -0
  676. package/types/navbar/navbar-item.d.ts +10 -0
  677. package/types/navbar/navbar-link.d.ts +10 -0
  678. package/types/navbar/navbar-toggle-icon.d.ts +9 -0
  679. package/types/navbar/navbar-toggle.d.ts +9 -0
  680. package/types/navbar/navbar.d.ts +24 -0
  681. package/types/navbar/navbar.styles.d.ts +42225 -0
  682. package/types/navbar/use-navbar-collapse.d.ts +419 -0
  683. package/types/navbar/use-navbar-content.d.ts +480 -0
  684. package/types/navbar/use-navbar.d.ts +475 -0
  685. package/types/pagination/index.d.ts +7 -0
  686. package/types/pagination/pagination-ellipsis.d.ts +11 -0
  687. package/types/pagination/pagination-highlight.d.ts +15 -0
  688. package/types/pagination/pagination-icon.d.ts +16 -0
  689. package/types/pagination/pagination-item.d.ts +22 -0
  690. package/types/pagination/pagination.d.ts +46 -0
  691. package/types/pagination/pagination.styles.d.ts +6461 -0
  692. package/types/popover/index.d.ts +5 -0
  693. package/types/popover/popover-content.d.ts +14 -0
  694. package/types/popover/popover-context.d.ts +192 -0
  695. package/types/popover/popover-trigger.d.ts +6 -0
  696. package/types/popover/popover.d.ts +17 -0
  697. package/types/popover/popover.styles.d.ts +3307 -0
  698. package/types/popover/use-popover.d.ts +156 -0
  699. package/types/popover/utils.d.ts +6 -0
  700. package/types/progress/index.d.ts +5 -0
  701. package/types/progress/progress.d.ts +70 -0
  702. package/types/progress/progress.styles.d.ts +2157 -0
  703. package/types/radio/index.d.ts +4 -0
  704. package/types/radio/radio-context.d.ts +22 -0
  705. package/types/radio/radio-group.d.ts +15 -0
  706. package/types/radio/radio.d.ts +22 -0
  707. package/types/radio/radio.styles.d.ts +8606 -0
  708. package/types/radio/use-radio-group.d.ts +26 -0
  709. package/types/radio/use-radio.d.ts +31 -0
  710. package/types/row/index.d.ts +5 -0
  711. package/types/row/row.d.ts +21 -0
  712. package/types/row/row.styles.d.ts +1077 -0
  713. package/types/snippet/index.d.ts +5 -0
  714. package/types/snippet/snippet-icon.d.ts +21 -0
  715. package/types/snippet/snippet.d.ts +35 -0
  716. package/types/snippet/snippet.styles.d.ts +4298 -0
  717. package/types/spacer/index.d.ts +5 -0
  718. package/types/spacer/spacer.d.ts +46 -0
  719. package/types/spacer/spacer.styles.d.ts +1076 -0
  720. package/types/switch/index.d.ts +5 -0
  721. package/types/switch/switch.d.ts +87 -0
  722. package/types/switch/switch.styles.d.ts +4307 -0
  723. package/types/table/base/index.d.ts +5 -0
  724. package/types/table/base/table-body.d.ts +8 -0
  725. package/types/table/base/table-cell.d.ts +8 -0
  726. package/types/table/base/table-column.d.ts +8 -0
  727. package/types/table/base/table-header.d.ts +4 -0
  728. package/types/table/base/table-row.d.ts +8 -0
  729. package/types/table/index.d.ts +12 -0
  730. package/types/table/table-body.d.ts +20 -0
  731. package/types/table/table-cell.d.ts +20 -0
  732. package/types/table/table-checkbox-cell.d.ts +23 -0
  733. package/types/table/table-column-header.d.ts +1175 -0
  734. package/types/table/table-context.d.ts +29 -0
  735. package/types/table/table-footer.d.ts +36 -0
  736. package/types/table/table-header-row.d.ts +19 -0
  737. package/types/table/table-pagination.d.ts +16 -0
  738. package/types/table/table-row-group.d.ts +14 -0
  739. package/types/table/table-row.d.ts +19 -0
  740. package/types/table/table-select-all-checkbox.d.ts +20 -0
  741. package/types/table/table-sort-icon.d.ts +1085 -0
  742. package/types/table/table.d.ts +29 -0
  743. package/types/table/table.styles.d.ts +18448 -0
  744. package/types/table/utils.d.ts +7 -0
  745. package/types/text/child.d.ts +8722 -0
  746. package/types/text/index.d.ts +4 -0
  747. package/types/text/text.d.ts +25 -0
  748. package/types/text/text.styles.d.ts +5396 -0
  749. package/types/textarea/index.d.ts +3 -0
  750. package/types/textarea/textarea.d.ts +42 -0
  751. package/types/textarea/utils.d.ts +13 -0
  752. package/types/theme/colors/blue.d.ts +24 -0
  753. package/types/theme/colors/cyan.d.ts +24 -0
  754. package/types/theme/colors/gray.d.ts +24 -0
  755. package/types/theme/colors/green.d.ts +24 -0
  756. package/types/theme/colors/index.d.ts +8 -0
  757. package/types/theme/colors/pink.d.ts +24 -0
  758. package/types/theme/colors/purple.d.ts +24 -0
  759. package/types/theme/colors/red.d.ts +24 -0
  760. package/types/theme/colors/yellow.d.ts +24 -0
  761. package/types/theme/common.d.ts +1761 -0
  762. package/types/theme/dark-theme.d.ts +136 -0
  763. package/types/theme/index.d.ts +4 -0
  764. package/types/theme/light-theme.d.ts +109 -0
  765. package/types/theme/shared-css.d.ts +10729 -0
  766. package/types/theme/stitches.config.d.ts +8486 -0
  767. package/types/theme/theme-context.d.ts +5 -0
  768. package/types/theme/theme-provider.d.ts +14 -0
  769. package/types/theme/types.d.ts +85 -0
  770. package/types/theme/utils.d.ts +16 -0
  771. package/types/tooltip/index.d.ts +6 -0
  772. package/types/tooltip/placement.d.ts +39 -0
  773. package/types/tooltip/tooltip-content.d.ts +27 -0
  774. package/types/tooltip/tooltip.d.ts +59 -0
  775. package/types/tooltip/tooltip.styles.d.ts +4299 -0
  776. package/types/use-body-scroll/index.d.ts +3 -0
  777. package/types/use-body-scroll/use-body-scroll.d.ts +9 -0
  778. package/types/use-click-anywhere/index.d.ts +2 -0
  779. package/types/use-click-anywhere/use-click-anywhere.d.ts +2 -0
  780. package/types/use-click-away/index.d.ts +2 -0
  781. package/types/use-click-away/use-click-away.d.ts +3 -0
  782. package/types/use-clipboard/index.d.ts +3 -0
  783. package/types/use-clipboard/use-clipboard.d.ts +8 -0
  784. package/types/use-current-state/index.d.ts +2 -0
  785. package/types/use-current-state/use-current-state.d.ts +4 -0
  786. package/types/use-drip/index.d.ts +2 -0
  787. package/types/use-drip/use-drip.d.ts +10 -0
  788. package/types/use-input/index.d.ts +2 -0
  789. package/types/use-input/use-input.d.ts +13 -0
  790. package/types/use-intersection-observer/index.d.ts +2 -0
  791. package/types/use-intersection-observer/use-intersection-observer.d.ts +11 -0
  792. package/types/use-keyboard/codes.d.ts +92 -0
  793. package/types/use-keyboard/helper.d.ts +3 -0
  794. package/types/use-keyboard/index.d.ts +5 -0
  795. package/types/use-keyboard/use-keyboard.d.ts +22 -0
  796. package/types/use-pagination/index.d.ts +20 -0
  797. package/types/use-portal/index.d.ts +2 -0
  798. package/types/use-portal/use-portal.d.ts +2 -0
  799. package/types/use-real-shape/index.d.ts +2 -0
  800. package/types/use-real-shape/use-real-shape.d.ts +9 -0
  801. package/types/use-resize/index.d.ts +2 -0
  802. package/types/use-resize/use-resize.d.ts +2 -0
  803. package/types/use-scroll-position/index.d.ts +2 -0
  804. package/types/use-scroll-position/use-scroll-position.d.ts +16 -0
  805. package/types/use-ssr/index.d.ts +2 -0
  806. package/types/use-ssr/use-ssr.d.ts +6 -0
  807. package/types/use-theme/index.d.ts +2 -0
  808. package/types/use-theme/use-theme.d.ts +3 -0
  809. package/types/user/index.d.ts +5 -0
  810. package/types/user/user-link.d.ts +8 -0
  811. package/types/user/user.d.ts +43 -0
  812. package/types/user/user.styles.d.ts +4290 -0
  813. package/types/utils/animations.d.ts +12 -0
  814. package/types/utils/assertion.d.ts +9 -0
  815. package/types/utils/checkmark.d.ts +19 -0
  816. package/types/utils/clear-icon.d.ts +16 -0
  817. package/types/utils/clsx.d.ts +1 -0
  818. package/types/utils/collections.d.ts +13 -0
  819. package/types/utils/color.d.ts +30 -0
  820. package/types/utils/console.d.ts +1 -0
  821. package/types/utils/context.d.ts +24 -0
  822. package/types/utils/css-transition.d.ts +30 -0
  823. package/types/utils/deep-merge.d.ts +1 -0
  824. package/types/utils/dimensions.d.ts +1 -0
  825. package/types/utils/dom.d.ts +22 -0
  826. package/types/utils/drip.d.ts +1123 -0
  827. package/types/utils/expand.d.ts +20 -0
  828. package/types/utils/numbers.d.ts +9 -0
  829. package/types/utils/object.d.ts +29 -0
  830. package/types/utils/prop-types.d.ts +64 -0
  831. package/types/utils/refs.d.ts +17 -0
  832. package/types/utils/system.d.ts +32 -0
  833. package/types/utils/with-defaults.d.ts +3 -0
  834. package/umd/nextui.js +33940 -0
  835. package/umd/nextui.min.js +2 -0
  836. package/umd/nextui.min.js.LICENSE.txt +14 -0
  837. package/use-body-scroll/package.json +6 -0
  838. package/use-click-anywhere/package.json +6 -0
  839. package/use-click-away/package.json +6 -0
  840. package/use-clipboard/package.json +6 -0
  841. package/use-current-state/package.json +6 -0
  842. package/use-drip/package.json +6 -0
  843. package/use-input/package.json +6 -0
  844. package/use-intersection-observer/package.json +6 -0
  845. package/use-keyboard/package.json +6 -0
  846. package/use-portal/package.json +6 -0
  847. package/use-real-shape/package.json +6 -0
  848. package/use-resize/package.json +6 -0
  849. package/use-scroll-position/package.json +6 -0
  850. package/use-ssr/package.json +6 -0
  851. package/use-theme/package.json +6 -0
  852. package/user/package.json +6 -0
  853. package/utils/package.json +6 -0
@@ -0,0 +1,4307 @@
1
+ import { VariantProps } from "../theme/stitches.config";
2
+ export declare const StyledSwitchContainer: import("@stitches/react/types/styled-component").StyledComponent<"label", {
3
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
4
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
5
+ borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
6
+ disabled?: boolean | "true" | undefined;
7
+ animated?: boolean | "false" | undefined;
8
+ }, {
9
+ xs: string;
10
+ sm: string;
11
+ md: string;
12
+ lg: string;
13
+ xl: string;
14
+ xsMin: string;
15
+ smMin: string;
16
+ mdMin: string;
17
+ lgMin: string;
18
+ xlMin: string;
19
+ xsMax: string;
20
+ smMax: string;
21
+ mdMax: string;
22
+ lgMax: string;
23
+ xlMax: string;
24
+ motion: string;
25
+ safari: string;
26
+ hover: string;
27
+ dark: string;
28
+ light: string;
29
+ }, import("@stitches/react/types/css-util").CSS<{
30
+ xs: string;
31
+ sm: string;
32
+ md: string;
33
+ lg: string;
34
+ xl: string;
35
+ xsMin: string;
36
+ smMin: string;
37
+ mdMin: string;
38
+ lgMin: string;
39
+ xlMin: string;
40
+ xsMax: string;
41
+ smMax: string;
42
+ mdMax: string;
43
+ lgMax: string;
44
+ xlMax: string;
45
+ motion: string;
46
+ safari: string;
47
+ hover: string;
48
+ dark: string;
49
+ light: string;
50
+ }, {
51
+ shadows: {
52
+ xs: string;
53
+ sm: string;
54
+ md: string;
55
+ lg: string;
56
+ xl: string;
57
+ };
58
+ dropShadows: {
59
+ xs: string;
60
+ sm: string;
61
+ md: string;
62
+ lg: string;
63
+ xl: string;
64
+ };
65
+ colors: {
66
+ text: string;
67
+ link: string;
68
+ codeLight: string;
69
+ code: string;
70
+ selection: string;
71
+ border: string;
72
+ gray50: string;
73
+ gray100: string;
74
+ gray200: string;
75
+ gray300: string;
76
+ gray400: string;
77
+ gray500: string;
78
+ gray600: string;
79
+ gray700: string;
80
+ gray800: string;
81
+ gray900: string;
82
+ pink50: string;
83
+ pink100: string;
84
+ pink200: string;
85
+ pink300: string;
86
+ pink400: string;
87
+ pink500: string;
88
+ pink600: string;
89
+ pink700: string;
90
+ pink800: string;
91
+ pink900: string;
92
+ cyan50: string;
93
+ cyan100: string;
94
+ cyan200: string;
95
+ cyan300: string;
96
+ cyan400: string;
97
+ cyan500: string;
98
+ cyan600: string;
99
+ cyan700: string;
100
+ cyan800: string;
101
+ cyan900: string;
102
+ red50: string;
103
+ red100: string;
104
+ red200: string;
105
+ red300: string;
106
+ red400: string;
107
+ red500: string;
108
+ red600: string;
109
+ red700: string;
110
+ red800: string;
111
+ red900: string;
112
+ yellow50: string;
113
+ yellow100: string;
114
+ yellow200: string;
115
+ yellow300: string;
116
+ yellow400: string;
117
+ yellow500: string;
118
+ yellow600: string;
119
+ yellow700: string;
120
+ yellow800: string;
121
+ yellow900: string;
122
+ green50: string;
123
+ green100: string;
124
+ green200: string;
125
+ green300: string;
126
+ green400: string;
127
+ green500: string;
128
+ green600: string;
129
+ green700: string;
130
+ green800: string;
131
+ green900: string;
132
+ purple50: string;
133
+ purple100: string;
134
+ purple200: string;
135
+ purple300: string;
136
+ purple400: string;
137
+ purple500: string;
138
+ purple600: string;
139
+ purple700: string;
140
+ purple800: string;
141
+ purple900: string;
142
+ blue50: string;
143
+ blue100: string;
144
+ blue200: string;
145
+ blue300: string;
146
+ blue400: string;
147
+ blue500: string;
148
+ blue600: string;
149
+ blue700: string;
150
+ blue800: string;
151
+ blue900: string;
152
+ background: string;
153
+ backgroundAlpha: string;
154
+ foreground: string;
155
+ backgroundContrast: string;
156
+ white: string;
157
+ black: string;
158
+ primaryLight: string;
159
+ primaryLightHover: string;
160
+ primaryLightActive: string;
161
+ primaryLightContrast: string;
162
+ primary: string;
163
+ primaryBorder: string;
164
+ primaryBorderHover: string;
165
+ primarySolidHover: string;
166
+ primarySolidContrast: string;
167
+ primaryShadow: string;
168
+ secondaryLight: string;
169
+ secondaryLightHover: string;
170
+ secondaryLightActive: string;
171
+ secondaryLightContrast: string;
172
+ secondary: string;
173
+ secondaryBorder: string;
174
+ secondaryBorderHover: string;
175
+ secondarySolidHover: string;
176
+ secondarySolidContrast: string;
177
+ secondaryShadow: string;
178
+ successLight: string;
179
+ successLightHover: string;
180
+ successLightActive: string;
181
+ successLightContrast: string;
182
+ success: string;
183
+ successBorder: string;
184
+ successBorderHover: string;
185
+ successSolidHover: string;
186
+ successSolidContrast: string;
187
+ successShadow: string;
188
+ warningLight: string;
189
+ warningLightHover: string;
190
+ warningLightActive: string;
191
+ warningLightContrast: string;
192
+ warning: string;
193
+ warningBorder: string;
194
+ warningBorderHover: string;
195
+ warningSolidHover: string;
196
+ warningSolidContrast: string;
197
+ warningShadow: string;
198
+ errorLight: string;
199
+ errorLightHover: string;
200
+ errorLightActive: string;
201
+ errorLightContrast: string;
202
+ error: string;
203
+ errorBorder: string;
204
+ errorBorderHover: string;
205
+ errorSolidHover: string;
206
+ errorSolidContrast: string;
207
+ errorShadow: string;
208
+ neutralLight: string;
209
+ neutralLightHover: string;
210
+ neutralLightActive: string;
211
+ neutralLightContrast: string;
212
+ neutral: string;
213
+ neutralBorder: string;
214
+ neutralBorderHover: string;
215
+ neutralSolidHover: string;
216
+ neutralSolidContrast: string;
217
+ neutralShadow: string;
218
+ gradient: string;
219
+ accents0: string;
220
+ accents1: string;
221
+ accents2: string;
222
+ accents3: string;
223
+ accents4: string;
224
+ accents5: string;
225
+ accents6: string;
226
+ accents7: string;
227
+ accents8: string;
228
+ accents9: string;
229
+ };
230
+ fonts: {
231
+ sans: string;
232
+ mono: string;
233
+ };
234
+ fontSizes: {
235
+ xs: string;
236
+ sm: string;
237
+ base: string;
238
+ md: string;
239
+ lg: string;
240
+ xl: string;
241
+ "2xl": string;
242
+ "3xl": string;
243
+ "4xl": string;
244
+ "5xl": string;
245
+ "6xl": string;
246
+ "7xl": string;
247
+ "8xl": string;
248
+ "9xl": string;
249
+ };
250
+ fontWeights: {
251
+ hairline: number;
252
+ thin: number;
253
+ light: number;
254
+ normal: number;
255
+ medium: number;
256
+ semibold: number;
257
+ bold: number;
258
+ extrabold: number;
259
+ black: number;
260
+ };
261
+ lineHeights: {
262
+ xs: number;
263
+ sm: number;
264
+ base: number;
265
+ md: number;
266
+ lg: number;
267
+ xl: number;
268
+ "2xl": number;
269
+ "3xl": number;
270
+ "4xl": number;
271
+ "5xl": number;
272
+ "6xl": number;
273
+ "7xl": number;
274
+ "8xl": number;
275
+ "9xl": number;
276
+ };
277
+ letterSpacings: {
278
+ tighter: string;
279
+ tight: string;
280
+ normal: string;
281
+ wide: string;
282
+ wider: string;
283
+ widest: string;
284
+ };
285
+ space: {
286
+ 0: string;
287
+ xs: string;
288
+ sm: string;
289
+ md: string;
290
+ lg: string;
291
+ xl: string;
292
+ "2xl": string;
293
+ "3xl": string;
294
+ "4xl": string;
295
+ "5xl": string;
296
+ "6xl": string;
297
+ "7xl": string;
298
+ "8xl": string;
299
+ "9xl": string;
300
+ min: string;
301
+ max: string;
302
+ fit: string;
303
+ screen: string;
304
+ full: string;
305
+ px: string;
306
+ 1: string;
307
+ 2: string;
308
+ 3: string;
309
+ 4: string;
310
+ 5: string;
311
+ 6: string;
312
+ 7: string;
313
+ 8: string;
314
+ 9: string;
315
+ 10: string;
316
+ 11: string;
317
+ 12: string;
318
+ 13: string;
319
+ 14: string;
320
+ 15: string;
321
+ 16: string;
322
+ 17: string;
323
+ 18: string;
324
+ 20: string;
325
+ 24: string;
326
+ 28: string;
327
+ 32: string;
328
+ 36: string;
329
+ 40: string;
330
+ 44: string;
331
+ 48: string;
332
+ 52: string;
333
+ 56: string;
334
+ 60: string;
335
+ 64: string;
336
+ 72: string;
337
+ 80: string;
338
+ 96: string;
339
+ };
340
+ radii: {
341
+ xs: string;
342
+ sm: string;
343
+ md: string;
344
+ base: string;
345
+ lg: string;
346
+ xl: string;
347
+ "2xl": string;
348
+ "3xl": string;
349
+ squared: string;
350
+ rounded: string;
351
+ pill: string;
352
+ };
353
+ zIndices: {
354
+ 1: string;
355
+ 2: string;
356
+ 3: string;
357
+ 4: string;
358
+ 5: string;
359
+ 10: string;
360
+ max: string;
361
+ };
362
+ borderWeights: {
363
+ light: string;
364
+ normal: string;
365
+ bold: string;
366
+ extrabold: string;
367
+ black: string;
368
+ };
369
+ transitions: {
370
+ default: string;
371
+ button: string;
372
+ avatar: string;
373
+ card: string;
374
+ dropdownItem: string;
375
+ };
376
+ breakpoints: {
377
+ xs: string;
378
+ sm: string;
379
+ md: string;
380
+ lg: string;
381
+ xl: string;
382
+ };
383
+ }, {
384
+ width: string;
385
+ height: string;
386
+ minWidth: string;
387
+ maxWidth: string;
388
+ minHeight: string;
389
+ maxHeight: string;
390
+ flexBasis: string;
391
+ gridTemplateColumns: string;
392
+ gridTemplateRows: string;
393
+ blockSize: string;
394
+ minBlockSize: string;
395
+ maxBlockSize: string;
396
+ inlineSize: string;
397
+ minInlineSize: string;
398
+ maxInlineSize: string;
399
+ borderWidth: string;
400
+ gap: "space";
401
+ gridGap: "space";
402
+ columnGap: "space";
403
+ gridColumnGap: "space";
404
+ rowGap: "space";
405
+ gridRowGap: "space";
406
+ inset: "space";
407
+ insetBlock: "space";
408
+ insetBlockEnd: "space";
409
+ insetBlockStart: "space";
410
+ insetInline: "space";
411
+ insetInlineEnd: "space";
412
+ insetInlineStart: "space";
413
+ margin: "space";
414
+ marginTop: "space";
415
+ marginRight: "space";
416
+ marginBottom: "space";
417
+ marginLeft: "space";
418
+ marginBlock: "space";
419
+ marginBlockEnd: "space";
420
+ marginBlockStart: "space";
421
+ marginInline: "space";
422
+ marginInlineEnd: "space";
423
+ marginInlineStart: "space";
424
+ padding: "space";
425
+ paddingTop: "space";
426
+ paddingRight: "space";
427
+ paddingBottom: "space";
428
+ paddingLeft: "space";
429
+ paddingBlock: "space";
430
+ paddingBlockEnd: "space";
431
+ paddingBlockStart: "space";
432
+ paddingInline: "space";
433
+ paddingInlineEnd: "space";
434
+ paddingInlineStart: "space";
435
+ scrollMargin: "space";
436
+ scrollMarginTop: "space";
437
+ scrollMarginRight: "space";
438
+ scrollMarginBottom: "space";
439
+ scrollMarginLeft: "space";
440
+ scrollMarginBlock: "space";
441
+ scrollMarginBlockEnd: "space";
442
+ scrollMarginBlockStart: "space";
443
+ scrollMarginInline: "space";
444
+ scrollMarginInlineEnd: "space";
445
+ scrollMarginInlineStart: "space";
446
+ scrollPadding: "space";
447
+ scrollPaddingTop: "space";
448
+ scrollPaddingRight: "space";
449
+ scrollPaddingBottom: "space";
450
+ scrollPaddingLeft: "space";
451
+ scrollPaddingBlock: "space";
452
+ scrollPaddingBlockEnd: "space";
453
+ scrollPaddingBlockStart: "space";
454
+ scrollPaddingInline: "space";
455
+ scrollPaddingInlineEnd: "space";
456
+ scrollPaddingInlineStart: "space";
457
+ top: "space";
458
+ right: "space";
459
+ bottom: "space";
460
+ left: "space";
461
+ fontSize: "fontSizes";
462
+ background: "colors";
463
+ backgroundColor: "colors";
464
+ backgroundImage: "colors";
465
+ borderImage: "colors";
466
+ border: "colors";
467
+ borderBlock: "colors";
468
+ borderBlockEnd: "colors";
469
+ borderBlockStart: "colors";
470
+ borderBottom: "colors";
471
+ borderBottomColor: "colors";
472
+ borderColor: "colors";
473
+ borderInline: "colors";
474
+ borderInlineEnd: "colors";
475
+ borderInlineStart: "colors";
476
+ borderLeft: "colors";
477
+ borderLeftColor: "colors";
478
+ borderRight: "colors";
479
+ borderRightColor: "colors";
480
+ borderTop: "colors";
481
+ borderTopColor: "colors";
482
+ caretColor: "colors";
483
+ color: "colors";
484
+ columnRuleColor: "colors";
485
+ outline: "colors";
486
+ outlineColor: "colors";
487
+ fill: "colors";
488
+ stroke: "colors";
489
+ textDecorationColor: "colors";
490
+ fontFamily: "fonts";
491
+ fontWeight: "fontWeights";
492
+ lineHeight: "lineHeights";
493
+ letterSpacing: "letterSpacings";
494
+ borderTopWidth: "borderWidths";
495
+ borderLeftWidth: "borderWidths";
496
+ borderRightWidth: "borderWidths";
497
+ borderBottomWidth: "borderWidths";
498
+ borderStyle: "borderStyles";
499
+ borderTopStyle: "borderStyles";
500
+ borderLeftStyle: "borderStyles";
501
+ borderRightStyle: "borderStyles";
502
+ borderBottomStyle: "borderStyles";
503
+ borderRadius: "radii";
504
+ borderTopLeftRadius: "radii";
505
+ borderTopRightRadius: "radii";
506
+ borderBottomRightRadius: "radii";
507
+ borderBottomLeftRadius: "radii";
508
+ boxShadow: "shadows";
509
+ textShadow: "shadows";
510
+ transition: "transitions";
511
+ zIndex: "zIndices";
512
+ }, {
513
+ p: (value: {
514
+ readonly [$$PropertyValue]: "padding";
515
+ }) => {
516
+ padding: {
517
+ readonly [$$PropertyValue]: "padding";
518
+ };
519
+ };
520
+ pt: (value: {
521
+ readonly [$$PropertyValue]: "paddingTop";
522
+ }) => {
523
+ paddingTop: {
524
+ readonly [$$PropertyValue]: "paddingTop";
525
+ };
526
+ };
527
+ pr: (value: {
528
+ readonly [$$PropertyValue]: "paddingRight";
529
+ }) => {
530
+ paddingRight: {
531
+ readonly [$$PropertyValue]: "paddingRight";
532
+ };
533
+ };
534
+ pb: (value: {
535
+ readonly [$$PropertyValue]: "paddingBottom";
536
+ }) => {
537
+ paddingBottom: {
538
+ readonly [$$PropertyValue]: "paddingBottom";
539
+ };
540
+ };
541
+ pl: (value: {
542
+ readonly [$$PropertyValue]: "paddingLeft";
543
+ }) => {
544
+ paddingLeft: {
545
+ readonly [$$PropertyValue]: "paddingLeft";
546
+ };
547
+ };
548
+ px: (value: {
549
+ readonly [$$PropertyValue]: "paddingLeft";
550
+ }) => {
551
+ paddingLeft: {
552
+ readonly [$$PropertyValue]: "paddingLeft";
553
+ };
554
+ paddingRight: {
555
+ readonly [$$PropertyValue]: "paddingLeft";
556
+ };
557
+ };
558
+ py: (value: {
559
+ readonly [$$PropertyValue]: "paddingTop";
560
+ }) => {
561
+ paddingTop: {
562
+ readonly [$$PropertyValue]: "paddingTop";
563
+ };
564
+ paddingBottom: {
565
+ readonly [$$PropertyValue]: "paddingTop";
566
+ };
567
+ };
568
+ m: (value: {
569
+ readonly [$$PropertyValue]: "margin";
570
+ }) => {
571
+ margin: {
572
+ readonly [$$PropertyValue]: "margin";
573
+ };
574
+ };
575
+ mt: (value: {
576
+ readonly [$$PropertyValue]: "marginTop";
577
+ }) => {
578
+ marginTop: {
579
+ readonly [$$PropertyValue]: "marginTop";
580
+ };
581
+ };
582
+ mr: (value: {
583
+ readonly [$$PropertyValue]: "marginRight";
584
+ }) => {
585
+ marginRight: {
586
+ readonly [$$PropertyValue]: "marginRight";
587
+ };
588
+ };
589
+ mb: (value: {
590
+ readonly [$$PropertyValue]: "marginBottom";
591
+ }) => {
592
+ marginBottom: {
593
+ readonly [$$PropertyValue]: "marginBottom";
594
+ };
595
+ };
596
+ ml: (value: {
597
+ readonly [$$PropertyValue]: "marginLeft";
598
+ }) => {
599
+ marginLeft: {
600
+ readonly [$$PropertyValue]: "marginLeft";
601
+ };
602
+ };
603
+ mx: (value: {
604
+ readonly [$$PropertyValue]: "marginLeft";
605
+ }) => {
606
+ marginLeft: {
607
+ readonly [$$PropertyValue]: "marginLeft";
608
+ };
609
+ marginRight: {
610
+ readonly [$$PropertyValue]: "marginLeft";
611
+ };
612
+ };
613
+ my: (value: {
614
+ readonly [$$PropertyValue]: "marginTop";
615
+ }) => {
616
+ marginTop: {
617
+ readonly [$$PropertyValue]: "marginTop";
618
+ };
619
+ marginBottom: {
620
+ readonly [$$PropertyValue]: "marginTop";
621
+ };
622
+ };
623
+ ta: (value: {
624
+ readonly [$$PropertyValue]: "textAlign";
625
+ }) => {
626
+ textAlign: {
627
+ readonly [$$PropertyValue]: "textAlign";
628
+ };
629
+ };
630
+ tt: (value: {
631
+ readonly [$$PropertyValue]: "textTransform";
632
+ }) => {
633
+ textTransform: {
634
+ readonly [$$PropertyValue]: "textTransform";
635
+ };
636
+ };
637
+ to: (value: {
638
+ readonly [$$PropertyValue]: "textOverflow";
639
+ }) => {
640
+ textOverflow: {
641
+ readonly [$$PropertyValue]: "textOverflow";
642
+ };
643
+ };
644
+ d: (value: {
645
+ readonly [$$PropertyValue]: "display";
646
+ }) => {
647
+ display: {
648
+ readonly [$$PropertyValue]: "display";
649
+ };
650
+ };
651
+ dflex: (value: {
652
+ readonly [$$PropertyValue]: "alignItems";
653
+ }) => {
654
+ display: string;
655
+ alignItems: {
656
+ readonly [$$PropertyValue]: "alignItems";
657
+ };
658
+ justifyContent: {
659
+ readonly [$$PropertyValue]: "alignItems";
660
+ };
661
+ };
662
+ fd: (value: {
663
+ readonly [$$PropertyValue]: "flexDirection";
664
+ }) => {
665
+ flexDirection: {
666
+ readonly [$$PropertyValue]: "flexDirection";
667
+ };
668
+ };
669
+ fw: (value: {
670
+ readonly [$$PropertyValue]: "flexWrap";
671
+ }) => {
672
+ flexWrap: {
673
+ readonly [$$PropertyValue]: "flexWrap";
674
+ };
675
+ };
676
+ ai: (value: {
677
+ readonly [$$PropertyValue]: "alignItems";
678
+ }) => {
679
+ alignItems: {
680
+ readonly [$$PropertyValue]: "alignItems";
681
+ };
682
+ };
683
+ ac: (value: {
684
+ readonly [$$PropertyValue]: "alignContent";
685
+ }) => {
686
+ alignContent: {
687
+ readonly [$$PropertyValue]: "alignContent";
688
+ };
689
+ };
690
+ jc: (value: {
691
+ readonly [$$PropertyValue]: "justifyContent";
692
+ }) => {
693
+ justifyContent: {
694
+ readonly [$$PropertyValue]: "justifyContent";
695
+ };
696
+ };
697
+ as: (value: {
698
+ readonly [$$PropertyValue]: "alignSelf";
699
+ }) => {
700
+ alignSelf: {
701
+ readonly [$$PropertyValue]: "alignSelf";
702
+ };
703
+ };
704
+ fg: (value: {
705
+ readonly [$$PropertyValue]: "flexGrow";
706
+ }) => {
707
+ flexGrow: {
708
+ readonly [$$PropertyValue]: "flexGrow";
709
+ };
710
+ };
711
+ fs: (value: {
712
+ readonly [$$PropertyValue]: "fontSize";
713
+ }) => {
714
+ fontSize: {
715
+ readonly [$$PropertyValue]: "fontSize";
716
+ };
717
+ };
718
+ fb: (value: {
719
+ readonly [$$PropertyValue]: "flexBasis";
720
+ }) => {
721
+ flexBasis: {
722
+ readonly [$$PropertyValue]: "flexBasis";
723
+ };
724
+ };
725
+ bc: (value: {
726
+ readonly [$$PropertyValue]: "backgroundColor";
727
+ }) => {
728
+ backgroundColor: {
729
+ readonly [$$PropertyValue]: "backgroundColor";
730
+ };
731
+ };
732
+ bf: (value: {
733
+ readonly [$$PropertyValue]: "backdropFilter";
734
+ }) => {
735
+ backdropFilter: {
736
+ readonly [$$PropertyValue]: "backdropFilter";
737
+ };
738
+ };
739
+ bg: (value: {
740
+ readonly [$$PropertyValue]: "backgroundColor";
741
+ }) => {
742
+ background: {
743
+ readonly [$$PropertyValue]: "backgroundColor";
744
+ };
745
+ };
746
+ bgBlur: (value: {
747
+ readonly [$$PropertyValue]: "backgroundColor";
748
+ }) => {
749
+ bf: string;
750
+ bg: {
751
+ readonly [$$PropertyValue]: "backgroundColor";
752
+ };
753
+ };
754
+ bgColor: (value: {
755
+ readonly [$$PropertyValue]: "backgroundColor";
756
+ }) => {
757
+ backgroundColor: {
758
+ readonly [$$PropertyValue]: "backgroundColor";
759
+ };
760
+ };
761
+ backgroundClip: (value: {
762
+ readonly [$$PropertyValue]: "backgroundClip";
763
+ }) => {
764
+ WebkitBackgroundClip: {
765
+ readonly [$$PropertyValue]: "backgroundClip";
766
+ };
767
+ backgroundClip: {
768
+ readonly [$$PropertyValue]: "backgroundClip";
769
+ };
770
+ };
771
+ bgClip: (value: {
772
+ readonly [$$PropertyValue]: "backgroundClip";
773
+ }) => {
774
+ WebkitBackgroundClip: {
775
+ readonly [$$PropertyValue]: "backgroundClip";
776
+ };
777
+ backgroundClip: {
778
+ readonly [$$PropertyValue]: "backgroundClip";
779
+ };
780
+ };
781
+ br: (value: {
782
+ readonly [$$PropertyValue]: "borderRadius";
783
+ }) => {
784
+ borderRadius: {
785
+ readonly [$$PropertyValue]: "borderRadius";
786
+ };
787
+ };
788
+ bw: (value: {
789
+ readonly [$$PropertyValue]: "borderWidth";
790
+ }) => {
791
+ borderWidth: {
792
+ readonly [$$PropertyValue]: "borderWidth";
793
+ };
794
+ };
795
+ btrr: (value: {
796
+ readonly [$$PropertyValue]: "borderTopRightRadius";
797
+ }) => {
798
+ borderTopRightRadius: {
799
+ readonly [$$PropertyValue]: "borderTopRightRadius";
800
+ };
801
+ };
802
+ bbrr: (value: {
803
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
804
+ }) => {
805
+ borderBottomRightRadius: {
806
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
807
+ };
808
+ };
809
+ bblr: (value: {
810
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
811
+ }) => {
812
+ borderBottomLeftRadius: {
813
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
814
+ };
815
+ };
816
+ btlr: (value: {
817
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
818
+ }) => {
819
+ borderTopLeftRadius: {
820
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
821
+ };
822
+ };
823
+ bs: (value: {
824
+ readonly [$$PropertyValue]: "boxShadow";
825
+ }) => {
826
+ boxShadow: {
827
+ readonly [$$PropertyValue]: "boxShadow";
828
+ };
829
+ };
830
+ ds: (value: {
831
+ readonly [$$PropertyValue]: "boxShadow";
832
+ }) => {
833
+ dropShadow: {
834
+ readonly [$$PropertyValue]: "boxShadow";
835
+ };
836
+ };
837
+ shadow: (value: {
838
+ readonly [$$PropertyValue]: "boxShadow";
839
+ }) => {
840
+ boxShadow: {
841
+ readonly [$$PropertyValue]: "boxShadow";
842
+ };
843
+ };
844
+ dshadow: (value: {
845
+ readonly [$$PropertyValue]: "boxShadow";
846
+ }) => {
847
+ dropShadow: {
848
+ readonly [$$PropertyValue]: "boxShadow";
849
+ };
850
+ };
851
+ dropShadow: (value: {
852
+ readonly [$$PropertyValue]: "boxShadow";
853
+ }) => {
854
+ filter: string;
855
+ };
856
+ normalShadow: (value: {
857
+ readonly [$$PropertyValue]: "backgroundColor";
858
+ }) => {
859
+ boxShadow: string;
860
+ };
861
+ normalShadowVar: (value: {
862
+ readonly [$$PropertyValue]: "backgroundColor";
863
+ }) => {
864
+ boxShadow: string;
865
+ };
866
+ lh: (value: {
867
+ readonly [$$PropertyValue]: "lineHeight";
868
+ }) => {
869
+ lineHeight: {
870
+ readonly [$$PropertyValue]: "lineHeight";
871
+ };
872
+ };
873
+ ov: (value: {
874
+ readonly [$$PropertyValue]: "overflow";
875
+ }) => {
876
+ overflow: {
877
+ readonly [$$PropertyValue]: "overflow";
878
+ };
879
+ };
880
+ ox: (value: {
881
+ readonly [$$PropertyValue]: "overflowX";
882
+ }) => {
883
+ overflowX: {
884
+ readonly [$$PropertyValue]: "overflowX";
885
+ };
886
+ };
887
+ oy: (value: {
888
+ readonly [$$PropertyValue]: "overflowY";
889
+ }) => {
890
+ overflowY: {
891
+ readonly [$$PropertyValue]: "overflowY";
892
+ };
893
+ };
894
+ pe: (value: {
895
+ readonly [$$PropertyValue]: "pointerEvents";
896
+ }) => {
897
+ pointerEvents: {
898
+ readonly [$$PropertyValue]: "pointerEvents";
899
+ };
900
+ };
901
+ events: (value: {
902
+ readonly [$$PropertyValue]: "pointerEvents";
903
+ }) => {
904
+ pointerEvents: {
905
+ readonly [$$PropertyValue]: "pointerEvents";
906
+ };
907
+ };
908
+ us: (value: {
909
+ readonly [$$PropertyValue]: "userSelect";
910
+ }) => {
911
+ WebkitUserSelect: {
912
+ readonly [$$PropertyValue]: "userSelect";
913
+ };
914
+ userSelect: {
915
+ readonly [$$PropertyValue]: "userSelect";
916
+ };
917
+ };
918
+ userSelect: (value: {
919
+ readonly [$$PropertyValue]: "userSelect";
920
+ }) => {
921
+ WebkitUserSelect: {
922
+ readonly [$$PropertyValue]: "userSelect";
923
+ };
924
+ userSelect: {
925
+ readonly [$$PropertyValue]: "userSelect";
926
+ };
927
+ };
928
+ w: (value: {
929
+ readonly [$$PropertyValue]: "width";
930
+ }) => {
931
+ width: {
932
+ readonly [$$PropertyValue]: "width";
933
+ };
934
+ };
935
+ h: (value: {
936
+ readonly [$$PropertyValue]: "height";
937
+ }) => {
938
+ height: {
939
+ readonly [$$PropertyValue]: "height";
940
+ };
941
+ };
942
+ mw: (value: {
943
+ readonly [$$PropertyValue]: "maxWidth";
944
+ }) => {
945
+ maxWidth: {
946
+ readonly [$$PropertyValue]: "maxWidth";
947
+ };
948
+ };
949
+ maxW: (value: {
950
+ readonly [$$PropertyValue]: "maxWidth";
951
+ }) => {
952
+ maxWidth: {
953
+ readonly [$$PropertyValue]: "maxWidth";
954
+ };
955
+ };
956
+ mh: (value: {
957
+ readonly [$$PropertyValue]: "maxHeight";
958
+ }) => {
959
+ maxHeight: {
960
+ readonly [$$PropertyValue]: "maxHeight";
961
+ };
962
+ };
963
+ maxH: (value: {
964
+ readonly [$$PropertyValue]: "maxHeight";
965
+ }) => {
966
+ maxHeight: {
967
+ readonly [$$PropertyValue]: "maxHeight";
968
+ };
969
+ };
970
+ size: (value: {
971
+ readonly [$$PropertyValue]: "width";
972
+ }) => {
973
+ width: {
974
+ readonly [$$PropertyValue]: "width";
975
+ };
976
+ height: {
977
+ readonly [$$PropertyValue]: "width";
978
+ };
979
+ };
980
+ minSize: (value: {
981
+ readonly [$$PropertyValue]: "width";
982
+ }) => {
983
+ minWidth: {
984
+ readonly [$$PropertyValue]: "width";
985
+ };
986
+ minHeight: {
987
+ readonly [$$PropertyValue]: "width";
988
+ };
989
+ width: {
990
+ readonly [$$PropertyValue]: "width";
991
+ };
992
+ height: {
993
+ readonly [$$PropertyValue]: "width";
994
+ };
995
+ };
996
+ sizeMin: (value: {
997
+ readonly [$$PropertyValue]: "width";
998
+ }) => {
999
+ minWidth: {
1000
+ readonly [$$PropertyValue]: "width";
1001
+ };
1002
+ minHeight: {
1003
+ readonly [$$PropertyValue]: "width";
1004
+ };
1005
+ width: {
1006
+ readonly [$$PropertyValue]: "width";
1007
+ };
1008
+ height: {
1009
+ readonly [$$PropertyValue]: "width";
1010
+ };
1011
+ };
1012
+ maxSize: (value: {
1013
+ readonly [$$PropertyValue]: "width";
1014
+ }) => {
1015
+ maxWidth: {
1016
+ readonly [$$PropertyValue]: "width";
1017
+ };
1018
+ maxHeight: {
1019
+ readonly [$$PropertyValue]: "width";
1020
+ };
1021
+ };
1022
+ sizeMax: (value: {
1023
+ readonly [$$PropertyValue]: "width";
1024
+ }) => {
1025
+ maxWidth: {
1026
+ readonly [$$PropertyValue]: "width";
1027
+ };
1028
+ maxHeight: {
1029
+ readonly [$$PropertyValue]: "width";
1030
+ };
1031
+ };
1032
+ appearance: (value: {
1033
+ readonly [$$PropertyValue]: "appearance";
1034
+ }) => {
1035
+ WebkitAppearance: {
1036
+ readonly [$$PropertyValue]: "appearance";
1037
+ };
1038
+ appearance: {
1039
+ readonly [$$PropertyValue]: "appearance";
1040
+ };
1041
+ };
1042
+ scale: (value: {
1043
+ readonly [$$PropertyValue]: "scale";
1044
+ }) => {
1045
+ transform: string;
1046
+ };
1047
+ linearGradient: (value: {
1048
+ readonly [$$PropertyValue]: "backgroundImage";
1049
+ }) => {
1050
+ backgroundImage: string;
1051
+ };
1052
+ tdl: (value: {
1053
+ readonly [$$PropertyValue]: "textDecorationLine";
1054
+ }) => {
1055
+ textDecorationLine: {
1056
+ readonly [$$PropertyValue]: "textDecorationLine";
1057
+ };
1058
+ };
1059
+ truncateText: (value: {
1060
+ readonly [$$PropertyValue]: "width";
1061
+ }) => {
1062
+ maxWidth: {
1063
+ readonly [$$PropertyValue]: "width";
1064
+ };
1065
+ whiteSpace: string;
1066
+ overflow: string;
1067
+ textOverflow: string;
1068
+ };
1069
+ textGradient: (value: {
1070
+ readonly [$$PropertyValue]: "backgroundImage";
1071
+ }) => {
1072
+ backgroundImage: string;
1073
+ WebkitBackgroundClip: string;
1074
+ WebkitTextFillColor: string;
1075
+ "&::selection": {
1076
+ WebkitTextFillColor: string;
1077
+ };
1078
+ };
1079
+ }>>;
1080
+ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
1081
+ xs: string;
1082
+ sm: string;
1083
+ md: string;
1084
+ lg: string;
1085
+ xl: string;
1086
+ xsMin: string;
1087
+ smMin: string;
1088
+ mdMin: string;
1089
+ lgMin: string;
1090
+ xlMin: string;
1091
+ xsMax: string;
1092
+ smMax: string;
1093
+ mdMax: string;
1094
+ lgMax: string;
1095
+ xlMax: string;
1096
+ motion: string;
1097
+ safari: string;
1098
+ hover: string;
1099
+ dark: string;
1100
+ light: string;
1101
+ }, import("@stitches/react/types/css-util").CSS<{
1102
+ xs: string;
1103
+ sm: string;
1104
+ md: string;
1105
+ lg: string;
1106
+ xl: string;
1107
+ xsMin: string;
1108
+ smMin: string;
1109
+ mdMin: string;
1110
+ lgMin: string;
1111
+ xlMin: string;
1112
+ xsMax: string;
1113
+ smMax: string;
1114
+ mdMax: string;
1115
+ lgMax: string;
1116
+ xlMax: string;
1117
+ motion: string;
1118
+ safari: string;
1119
+ hover: string;
1120
+ dark: string;
1121
+ light: string;
1122
+ }, {
1123
+ shadows: {
1124
+ xs: string;
1125
+ sm: string;
1126
+ md: string;
1127
+ lg: string;
1128
+ xl: string;
1129
+ };
1130
+ dropShadows: {
1131
+ xs: string;
1132
+ sm: string;
1133
+ md: string;
1134
+ lg: string;
1135
+ xl: string;
1136
+ };
1137
+ colors: {
1138
+ text: string;
1139
+ link: string;
1140
+ codeLight: string;
1141
+ code: string;
1142
+ selection: string;
1143
+ border: string;
1144
+ gray50: string;
1145
+ gray100: string;
1146
+ gray200: string;
1147
+ gray300: string;
1148
+ gray400: string;
1149
+ gray500: string;
1150
+ gray600: string;
1151
+ gray700: string;
1152
+ gray800: string;
1153
+ gray900: string;
1154
+ pink50: string;
1155
+ pink100: string;
1156
+ pink200: string;
1157
+ pink300: string;
1158
+ pink400: string;
1159
+ pink500: string;
1160
+ pink600: string;
1161
+ pink700: string;
1162
+ pink800: string;
1163
+ pink900: string;
1164
+ cyan50: string;
1165
+ cyan100: string;
1166
+ cyan200: string;
1167
+ cyan300: string;
1168
+ cyan400: string;
1169
+ cyan500: string;
1170
+ cyan600: string;
1171
+ cyan700: string;
1172
+ cyan800: string;
1173
+ cyan900: string;
1174
+ red50: string;
1175
+ red100: string;
1176
+ red200: string;
1177
+ red300: string;
1178
+ red400: string;
1179
+ red500: string;
1180
+ red600: string;
1181
+ red700: string;
1182
+ red800: string;
1183
+ red900: string;
1184
+ yellow50: string;
1185
+ yellow100: string;
1186
+ yellow200: string;
1187
+ yellow300: string;
1188
+ yellow400: string;
1189
+ yellow500: string;
1190
+ yellow600: string;
1191
+ yellow700: string;
1192
+ yellow800: string;
1193
+ yellow900: string;
1194
+ green50: string;
1195
+ green100: string;
1196
+ green200: string;
1197
+ green300: string;
1198
+ green400: string;
1199
+ green500: string;
1200
+ green600: string;
1201
+ green700: string;
1202
+ green800: string;
1203
+ green900: string;
1204
+ purple50: string;
1205
+ purple100: string;
1206
+ purple200: string;
1207
+ purple300: string;
1208
+ purple400: string;
1209
+ purple500: string;
1210
+ purple600: string;
1211
+ purple700: string;
1212
+ purple800: string;
1213
+ purple900: string;
1214
+ blue50: string;
1215
+ blue100: string;
1216
+ blue200: string;
1217
+ blue300: string;
1218
+ blue400: string;
1219
+ blue500: string;
1220
+ blue600: string;
1221
+ blue700: string;
1222
+ blue800: string;
1223
+ blue900: string;
1224
+ background: string;
1225
+ backgroundAlpha: string;
1226
+ foreground: string;
1227
+ backgroundContrast: string;
1228
+ white: string;
1229
+ black: string;
1230
+ primaryLight: string;
1231
+ primaryLightHover: string;
1232
+ primaryLightActive: string;
1233
+ primaryLightContrast: string;
1234
+ primary: string;
1235
+ primaryBorder: string;
1236
+ primaryBorderHover: string;
1237
+ primarySolidHover: string;
1238
+ primarySolidContrast: string;
1239
+ primaryShadow: string;
1240
+ secondaryLight: string;
1241
+ secondaryLightHover: string;
1242
+ secondaryLightActive: string;
1243
+ secondaryLightContrast: string;
1244
+ secondary: string;
1245
+ secondaryBorder: string;
1246
+ secondaryBorderHover: string;
1247
+ secondarySolidHover: string;
1248
+ secondarySolidContrast: string;
1249
+ secondaryShadow: string;
1250
+ successLight: string;
1251
+ successLightHover: string;
1252
+ successLightActive: string;
1253
+ successLightContrast: string;
1254
+ success: string;
1255
+ successBorder: string;
1256
+ successBorderHover: string;
1257
+ successSolidHover: string;
1258
+ successSolidContrast: string;
1259
+ successShadow: string;
1260
+ warningLight: string;
1261
+ warningLightHover: string;
1262
+ warningLightActive: string;
1263
+ warningLightContrast: string;
1264
+ warning: string;
1265
+ warningBorder: string;
1266
+ warningBorderHover: string;
1267
+ warningSolidHover: string;
1268
+ warningSolidContrast: string;
1269
+ warningShadow: string;
1270
+ errorLight: string;
1271
+ errorLightHover: string;
1272
+ errorLightActive: string;
1273
+ errorLightContrast: string;
1274
+ error: string;
1275
+ errorBorder: string;
1276
+ errorBorderHover: string;
1277
+ errorSolidHover: string;
1278
+ errorSolidContrast: string;
1279
+ errorShadow: string;
1280
+ neutralLight: string;
1281
+ neutralLightHover: string;
1282
+ neutralLightActive: string;
1283
+ neutralLightContrast: string;
1284
+ neutral: string;
1285
+ neutralBorder: string;
1286
+ neutralBorderHover: string;
1287
+ neutralSolidHover: string;
1288
+ neutralSolidContrast: string;
1289
+ neutralShadow: string;
1290
+ gradient: string;
1291
+ accents0: string;
1292
+ accents1: string;
1293
+ accents2: string;
1294
+ accents3: string;
1295
+ accents4: string;
1296
+ accents5: string;
1297
+ accents6: string;
1298
+ accents7: string;
1299
+ accents8: string;
1300
+ accents9: string;
1301
+ };
1302
+ fonts: {
1303
+ sans: string;
1304
+ mono: string;
1305
+ };
1306
+ fontSizes: {
1307
+ xs: string;
1308
+ sm: string;
1309
+ base: string;
1310
+ md: string;
1311
+ lg: string;
1312
+ xl: string;
1313
+ "2xl": string;
1314
+ "3xl": string;
1315
+ "4xl": string;
1316
+ "5xl": string;
1317
+ "6xl": string;
1318
+ "7xl": string;
1319
+ "8xl": string;
1320
+ "9xl": string;
1321
+ };
1322
+ fontWeights: {
1323
+ hairline: number;
1324
+ thin: number;
1325
+ light: number;
1326
+ normal: number;
1327
+ medium: number;
1328
+ semibold: number;
1329
+ bold: number;
1330
+ extrabold: number;
1331
+ black: number;
1332
+ };
1333
+ lineHeights: {
1334
+ xs: number;
1335
+ sm: number;
1336
+ base: number;
1337
+ md: number;
1338
+ lg: number;
1339
+ xl: number;
1340
+ "2xl": number;
1341
+ "3xl": number;
1342
+ "4xl": number;
1343
+ "5xl": number;
1344
+ "6xl": number;
1345
+ "7xl": number;
1346
+ "8xl": number;
1347
+ "9xl": number;
1348
+ };
1349
+ letterSpacings: {
1350
+ tighter: string;
1351
+ tight: string;
1352
+ normal: string;
1353
+ wide: string;
1354
+ wider: string;
1355
+ widest: string;
1356
+ };
1357
+ space: {
1358
+ 0: string;
1359
+ xs: string;
1360
+ sm: string;
1361
+ md: string;
1362
+ lg: string;
1363
+ xl: string;
1364
+ "2xl": string;
1365
+ "3xl": string;
1366
+ "4xl": string;
1367
+ "5xl": string;
1368
+ "6xl": string;
1369
+ "7xl": string;
1370
+ "8xl": string;
1371
+ "9xl": string;
1372
+ min: string;
1373
+ max: string;
1374
+ fit: string;
1375
+ screen: string;
1376
+ full: string;
1377
+ px: string;
1378
+ 1: string;
1379
+ 2: string;
1380
+ 3: string;
1381
+ 4: string;
1382
+ 5: string;
1383
+ 6: string;
1384
+ 7: string;
1385
+ 8: string;
1386
+ 9: string;
1387
+ 10: string;
1388
+ 11: string;
1389
+ 12: string;
1390
+ 13: string;
1391
+ 14: string;
1392
+ 15: string;
1393
+ 16: string;
1394
+ 17: string;
1395
+ 18: string;
1396
+ 20: string;
1397
+ 24: string;
1398
+ 28: string;
1399
+ 32: string;
1400
+ 36: string;
1401
+ 40: string;
1402
+ 44: string;
1403
+ 48: string;
1404
+ 52: string;
1405
+ 56: string;
1406
+ 60: string;
1407
+ 64: string;
1408
+ 72: string;
1409
+ 80: string;
1410
+ 96: string;
1411
+ };
1412
+ radii: {
1413
+ xs: string;
1414
+ sm: string;
1415
+ md: string;
1416
+ base: string;
1417
+ lg: string;
1418
+ xl: string;
1419
+ "2xl": string;
1420
+ "3xl": string;
1421
+ squared: string;
1422
+ rounded: string;
1423
+ pill: string;
1424
+ };
1425
+ zIndices: {
1426
+ 1: string;
1427
+ 2: string;
1428
+ 3: string;
1429
+ 4: string;
1430
+ 5: string;
1431
+ 10: string;
1432
+ max: string;
1433
+ };
1434
+ borderWeights: {
1435
+ light: string;
1436
+ normal: string;
1437
+ bold: string;
1438
+ extrabold: string;
1439
+ black: string;
1440
+ };
1441
+ transitions: {
1442
+ default: string;
1443
+ button: string;
1444
+ avatar: string;
1445
+ card: string;
1446
+ dropdownItem: string;
1447
+ };
1448
+ breakpoints: {
1449
+ xs: string;
1450
+ sm: string;
1451
+ md: string;
1452
+ lg: string;
1453
+ xl: string;
1454
+ };
1455
+ }, {
1456
+ width: string;
1457
+ height: string;
1458
+ minWidth: string;
1459
+ maxWidth: string;
1460
+ minHeight: string;
1461
+ maxHeight: string;
1462
+ flexBasis: string;
1463
+ gridTemplateColumns: string;
1464
+ gridTemplateRows: string;
1465
+ blockSize: string;
1466
+ minBlockSize: string;
1467
+ maxBlockSize: string;
1468
+ inlineSize: string;
1469
+ minInlineSize: string;
1470
+ maxInlineSize: string;
1471
+ borderWidth: string;
1472
+ gap: "space";
1473
+ gridGap: "space";
1474
+ columnGap: "space";
1475
+ gridColumnGap: "space";
1476
+ rowGap: "space";
1477
+ gridRowGap: "space";
1478
+ inset: "space";
1479
+ insetBlock: "space";
1480
+ insetBlockEnd: "space";
1481
+ insetBlockStart: "space";
1482
+ insetInline: "space";
1483
+ insetInlineEnd: "space";
1484
+ insetInlineStart: "space";
1485
+ margin: "space";
1486
+ marginTop: "space";
1487
+ marginRight: "space";
1488
+ marginBottom: "space";
1489
+ marginLeft: "space";
1490
+ marginBlock: "space";
1491
+ marginBlockEnd: "space";
1492
+ marginBlockStart: "space";
1493
+ marginInline: "space";
1494
+ marginInlineEnd: "space";
1495
+ marginInlineStart: "space";
1496
+ padding: "space";
1497
+ paddingTop: "space";
1498
+ paddingRight: "space";
1499
+ paddingBottom: "space";
1500
+ paddingLeft: "space";
1501
+ paddingBlock: "space";
1502
+ paddingBlockEnd: "space";
1503
+ paddingBlockStart: "space";
1504
+ paddingInline: "space";
1505
+ paddingInlineEnd: "space";
1506
+ paddingInlineStart: "space";
1507
+ scrollMargin: "space";
1508
+ scrollMarginTop: "space";
1509
+ scrollMarginRight: "space";
1510
+ scrollMarginBottom: "space";
1511
+ scrollMarginLeft: "space";
1512
+ scrollMarginBlock: "space";
1513
+ scrollMarginBlockEnd: "space";
1514
+ scrollMarginBlockStart: "space";
1515
+ scrollMarginInline: "space";
1516
+ scrollMarginInlineEnd: "space";
1517
+ scrollMarginInlineStart: "space";
1518
+ scrollPadding: "space";
1519
+ scrollPaddingTop: "space";
1520
+ scrollPaddingRight: "space";
1521
+ scrollPaddingBottom: "space";
1522
+ scrollPaddingLeft: "space";
1523
+ scrollPaddingBlock: "space";
1524
+ scrollPaddingBlockEnd: "space";
1525
+ scrollPaddingBlockStart: "space";
1526
+ scrollPaddingInline: "space";
1527
+ scrollPaddingInlineEnd: "space";
1528
+ scrollPaddingInlineStart: "space";
1529
+ top: "space";
1530
+ right: "space";
1531
+ bottom: "space";
1532
+ left: "space";
1533
+ fontSize: "fontSizes";
1534
+ background: "colors";
1535
+ backgroundColor: "colors";
1536
+ backgroundImage: "colors";
1537
+ borderImage: "colors";
1538
+ border: "colors";
1539
+ borderBlock: "colors";
1540
+ borderBlockEnd: "colors";
1541
+ borderBlockStart: "colors";
1542
+ borderBottom: "colors";
1543
+ borderBottomColor: "colors";
1544
+ borderColor: "colors";
1545
+ borderInline: "colors";
1546
+ borderInlineEnd: "colors";
1547
+ borderInlineStart: "colors";
1548
+ borderLeft: "colors";
1549
+ borderLeftColor: "colors";
1550
+ borderRight: "colors";
1551
+ borderRightColor: "colors";
1552
+ borderTop: "colors";
1553
+ borderTopColor: "colors";
1554
+ caretColor: "colors";
1555
+ color: "colors";
1556
+ columnRuleColor: "colors";
1557
+ outline: "colors";
1558
+ outlineColor: "colors";
1559
+ fill: "colors";
1560
+ stroke: "colors";
1561
+ textDecorationColor: "colors";
1562
+ fontFamily: "fonts";
1563
+ fontWeight: "fontWeights";
1564
+ lineHeight: "lineHeights";
1565
+ letterSpacing: "letterSpacings";
1566
+ borderTopWidth: "borderWidths";
1567
+ borderLeftWidth: "borderWidths";
1568
+ borderRightWidth: "borderWidths";
1569
+ borderBottomWidth: "borderWidths";
1570
+ borderStyle: "borderStyles";
1571
+ borderTopStyle: "borderStyles";
1572
+ borderLeftStyle: "borderStyles";
1573
+ borderRightStyle: "borderStyles";
1574
+ borderBottomStyle: "borderStyles";
1575
+ borderRadius: "radii";
1576
+ borderTopLeftRadius: "radii";
1577
+ borderTopRightRadius: "radii";
1578
+ borderBottomRightRadius: "radii";
1579
+ borderBottomLeftRadius: "radii";
1580
+ boxShadow: "shadows";
1581
+ textShadow: "shadows";
1582
+ transition: "transitions";
1583
+ zIndex: "zIndices";
1584
+ }, {
1585
+ p: (value: {
1586
+ readonly [$$PropertyValue]: "padding";
1587
+ }) => {
1588
+ padding: {
1589
+ readonly [$$PropertyValue]: "padding";
1590
+ };
1591
+ };
1592
+ pt: (value: {
1593
+ readonly [$$PropertyValue]: "paddingTop";
1594
+ }) => {
1595
+ paddingTop: {
1596
+ readonly [$$PropertyValue]: "paddingTop";
1597
+ };
1598
+ };
1599
+ pr: (value: {
1600
+ readonly [$$PropertyValue]: "paddingRight";
1601
+ }) => {
1602
+ paddingRight: {
1603
+ readonly [$$PropertyValue]: "paddingRight";
1604
+ };
1605
+ };
1606
+ pb: (value: {
1607
+ readonly [$$PropertyValue]: "paddingBottom";
1608
+ }) => {
1609
+ paddingBottom: {
1610
+ readonly [$$PropertyValue]: "paddingBottom";
1611
+ };
1612
+ };
1613
+ pl: (value: {
1614
+ readonly [$$PropertyValue]: "paddingLeft";
1615
+ }) => {
1616
+ paddingLeft: {
1617
+ readonly [$$PropertyValue]: "paddingLeft";
1618
+ };
1619
+ };
1620
+ px: (value: {
1621
+ readonly [$$PropertyValue]: "paddingLeft";
1622
+ }) => {
1623
+ paddingLeft: {
1624
+ readonly [$$PropertyValue]: "paddingLeft";
1625
+ };
1626
+ paddingRight: {
1627
+ readonly [$$PropertyValue]: "paddingLeft";
1628
+ };
1629
+ };
1630
+ py: (value: {
1631
+ readonly [$$PropertyValue]: "paddingTop";
1632
+ }) => {
1633
+ paddingTop: {
1634
+ readonly [$$PropertyValue]: "paddingTop";
1635
+ };
1636
+ paddingBottom: {
1637
+ readonly [$$PropertyValue]: "paddingTop";
1638
+ };
1639
+ };
1640
+ m: (value: {
1641
+ readonly [$$PropertyValue]: "margin";
1642
+ }) => {
1643
+ margin: {
1644
+ readonly [$$PropertyValue]: "margin";
1645
+ };
1646
+ };
1647
+ mt: (value: {
1648
+ readonly [$$PropertyValue]: "marginTop";
1649
+ }) => {
1650
+ marginTop: {
1651
+ readonly [$$PropertyValue]: "marginTop";
1652
+ };
1653
+ };
1654
+ mr: (value: {
1655
+ readonly [$$PropertyValue]: "marginRight";
1656
+ }) => {
1657
+ marginRight: {
1658
+ readonly [$$PropertyValue]: "marginRight";
1659
+ };
1660
+ };
1661
+ mb: (value: {
1662
+ readonly [$$PropertyValue]: "marginBottom";
1663
+ }) => {
1664
+ marginBottom: {
1665
+ readonly [$$PropertyValue]: "marginBottom";
1666
+ };
1667
+ };
1668
+ ml: (value: {
1669
+ readonly [$$PropertyValue]: "marginLeft";
1670
+ }) => {
1671
+ marginLeft: {
1672
+ readonly [$$PropertyValue]: "marginLeft";
1673
+ };
1674
+ };
1675
+ mx: (value: {
1676
+ readonly [$$PropertyValue]: "marginLeft";
1677
+ }) => {
1678
+ marginLeft: {
1679
+ readonly [$$PropertyValue]: "marginLeft";
1680
+ };
1681
+ marginRight: {
1682
+ readonly [$$PropertyValue]: "marginLeft";
1683
+ };
1684
+ };
1685
+ my: (value: {
1686
+ readonly [$$PropertyValue]: "marginTop";
1687
+ }) => {
1688
+ marginTop: {
1689
+ readonly [$$PropertyValue]: "marginTop";
1690
+ };
1691
+ marginBottom: {
1692
+ readonly [$$PropertyValue]: "marginTop";
1693
+ };
1694
+ };
1695
+ ta: (value: {
1696
+ readonly [$$PropertyValue]: "textAlign";
1697
+ }) => {
1698
+ textAlign: {
1699
+ readonly [$$PropertyValue]: "textAlign";
1700
+ };
1701
+ };
1702
+ tt: (value: {
1703
+ readonly [$$PropertyValue]: "textTransform";
1704
+ }) => {
1705
+ textTransform: {
1706
+ readonly [$$PropertyValue]: "textTransform";
1707
+ };
1708
+ };
1709
+ to: (value: {
1710
+ readonly [$$PropertyValue]: "textOverflow";
1711
+ }) => {
1712
+ textOverflow: {
1713
+ readonly [$$PropertyValue]: "textOverflow";
1714
+ };
1715
+ };
1716
+ d: (value: {
1717
+ readonly [$$PropertyValue]: "display";
1718
+ }) => {
1719
+ display: {
1720
+ readonly [$$PropertyValue]: "display";
1721
+ };
1722
+ };
1723
+ dflex: (value: {
1724
+ readonly [$$PropertyValue]: "alignItems";
1725
+ }) => {
1726
+ display: string;
1727
+ alignItems: {
1728
+ readonly [$$PropertyValue]: "alignItems";
1729
+ };
1730
+ justifyContent: {
1731
+ readonly [$$PropertyValue]: "alignItems";
1732
+ };
1733
+ };
1734
+ fd: (value: {
1735
+ readonly [$$PropertyValue]: "flexDirection";
1736
+ }) => {
1737
+ flexDirection: {
1738
+ readonly [$$PropertyValue]: "flexDirection";
1739
+ };
1740
+ };
1741
+ fw: (value: {
1742
+ readonly [$$PropertyValue]: "flexWrap";
1743
+ }) => {
1744
+ flexWrap: {
1745
+ readonly [$$PropertyValue]: "flexWrap";
1746
+ };
1747
+ };
1748
+ ai: (value: {
1749
+ readonly [$$PropertyValue]: "alignItems";
1750
+ }) => {
1751
+ alignItems: {
1752
+ readonly [$$PropertyValue]: "alignItems";
1753
+ };
1754
+ };
1755
+ ac: (value: {
1756
+ readonly [$$PropertyValue]: "alignContent";
1757
+ }) => {
1758
+ alignContent: {
1759
+ readonly [$$PropertyValue]: "alignContent";
1760
+ };
1761
+ };
1762
+ jc: (value: {
1763
+ readonly [$$PropertyValue]: "justifyContent";
1764
+ }) => {
1765
+ justifyContent: {
1766
+ readonly [$$PropertyValue]: "justifyContent";
1767
+ };
1768
+ };
1769
+ as: (value: {
1770
+ readonly [$$PropertyValue]: "alignSelf";
1771
+ }) => {
1772
+ alignSelf: {
1773
+ readonly [$$PropertyValue]: "alignSelf";
1774
+ };
1775
+ };
1776
+ fg: (value: {
1777
+ readonly [$$PropertyValue]: "flexGrow";
1778
+ }) => {
1779
+ flexGrow: {
1780
+ readonly [$$PropertyValue]: "flexGrow";
1781
+ };
1782
+ };
1783
+ fs: (value: {
1784
+ readonly [$$PropertyValue]: "fontSize";
1785
+ }) => {
1786
+ fontSize: {
1787
+ readonly [$$PropertyValue]: "fontSize";
1788
+ };
1789
+ };
1790
+ fb: (value: {
1791
+ readonly [$$PropertyValue]: "flexBasis";
1792
+ }) => {
1793
+ flexBasis: {
1794
+ readonly [$$PropertyValue]: "flexBasis";
1795
+ };
1796
+ };
1797
+ bc: (value: {
1798
+ readonly [$$PropertyValue]: "backgroundColor";
1799
+ }) => {
1800
+ backgroundColor: {
1801
+ readonly [$$PropertyValue]: "backgroundColor";
1802
+ };
1803
+ };
1804
+ bf: (value: {
1805
+ readonly [$$PropertyValue]: "backdropFilter";
1806
+ }) => {
1807
+ backdropFilter: {
1808
+ readonly [$$PropertyValue]: "backdropFilter";
1809
+ };
1810
+ };
1811
+ bg: (value: {
1812
+ readonly [$$PropertyValue]: "backgroundColor";
1813
+ }) => {
1814
+ background: {
1815
+ readonly [$$PropertyValue]: "backgroundColor";
1816
+ };
1817
+ };
1818
+ bgBlur: (value: {
1819
+ readonly [$$PropertyValue]: "backgroundColor";
1820
+ }) => {
1821
+ bf: string;
1822
+ bg: {
1823
+ readonly [$$PropertyValue]: "backgroundColor";
1824
+ };
1825
+ };
1826
+ bgColor: (value: {
1827
+ readonly [$$PropertyValue]: "backgroundColor";
1828
+ }) => {
1829
+ backgroundColor: {
1830
+ readonly [$$PropertyValue]: "backgroundColor";
1831
+ };
1832
+ };
1833
+ backgroundClip: (value: {
1834
+ readonly [$$PropertyValue]: "backgroundClip";
1835
+ }) => {
1836
+ WebkitBackgroundClip: {
1837
+ readonly [$$PropertyValue]: "backgroundClip";
1838
+ };
1839
+ backgroundClip: {
1840
+ readonly [$$PropertyValue]: "backgroundClip";
1841
+ };
1842
+ };
1843
+ bgClip: (value: {
1844
+ readonly [$$PropertyValue]: "backgroundClip";
1845
+ }) => {
1846
+ WebkitBackgroundClip: {
1847
+ readonly [$$PropertyValue]: "backgroundClip";
1848
+ };
1849
+ backgroundClip: {
1850
+ readonly [$$PropertyValue]: "backgroundClip";
1851
+ };
1852
+ };
1853
+ br: (value: {
1854
+ readonly [$$PropertyValue]: "borderRadius";
1855
+ }) => {
1856
+ borderRadius: {
1857
+ readonly [$$PropertyValue]: "borderRadius";
1858
+ };
1859
+ };
1860
+ bw: (value: {
1861
+ readonly [$$PropertyValue]: "borderWidth";
1862
+ }) => {
1863
+ borderWidth: {
1864
+ readonly [$$PropertyValue]: "borderWidth";
1865
+ };
1866
+ };
1867
+ btrr: (value: {
1868
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1869
+ }) => {
1870
+ borderTopRightRadius: {
1871
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1872
+ };
1873
+ };
1874
+ bbrr: (value: {
1875
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1876
+ }) => {
1877
+ borderBottomRightRadius: {
1878
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1879
+ };
1880
+ };
1881
+ bblr: (value: {
1882
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1883
+ }) => {
1884
+ borderBottomLeftRadius: {
1885
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1886
+ };
1887
+ };
1888
+ btlr: (value: {
1889
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1890
+ }) => {
1891
+ borderTopLeftRadius: {
1892
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1893
+ };
1894
+ };
1895
+ bs: (value: {
1896
+ readonly [$$PropertyValue]: "boxShadow";
1897
+ }) => {
1898
+ boxShadow: {
1899
+ readonly [$$PropertyValue]: "boxShadow";
1900
+ };
1901
+ };
1902
+ ds: (value: {
1903
+ readonly [$$PropertyValue]: "boxShadow";
1904
+ }) => {
1905
+ dropShadow: {
1906
+ readonly [$$PropertyValue]: "boxShadow";
1907
+ };
1908
+ };
1909
+ shadow: (value: {
1910
+ readonly [$$PropertyValue]: "boxShadow";
1911
+ }) => {
1912
+ boxShadow: {
1913
+ readonly [$$PropertyValue]: "boxShadow";
1914
+ };
1915
+ };
1916
+ dshadow: (value: {
1917
+ readonly [$$PropertyValue]: "boxShadow";
1918
+ }) => {
1919
+ dropShadow: {
1920
+ readonly [$$PropertyValue]: "boxShadow";
1921
+ };
1922
+ };
1923
+ dropShadow: (value: {
1924
+ readonly [$$PropertyValue]: "boxShadow";
1925
+ }) => {
1926
+ filter: string;
1927
+ };
1928
+ normalShadow: (value: {
1929
+ readonly [$$PropertyValue]: "backgroundColor";
1930
+ }) => {
1931
+ boxShadow: string;
1932
+ };
1933
+ normalShadowVar: (value: {
1934
+ readonly [$$PropertyValue]: "backgroundColor";
1935
+ }) => {
1936
+ boxShadow: string;
1937
+ };
1938
+ lh: (value: {
1939
+ readonly [$$PropertyValue]: "lineHeight";
1940
+ }) => {
1941
+ lineHeight: {
1942
+ readonly [$$PropertyValue]: "lineHeight";
1943
+ };
1944
+ };
1945
+ ov: (value: {
1946
+ readonly [$$PropertyValue]: "overflow";
1947
+ }) => {
1948
+ overflow: {
1949
+ readonly [$$PropertyValue]: "overflow";
1950
+ };
1951
+ };
1952
+ ox: (value: {
1953
+ readonly [$$PropertyValue]: "overflowX";
1954
+ }) => {
1955
+ overflowX: {
1956
+ readonly [$$PropertyValue]: "overflowX";
1957
+ };
1958
+ };
1959
+ oy: (value: {
1960
+ readonly [$$PropertyValue]: "overflowY";
1961
+ }) => {
1962
+ overflowY: {
1963
+ readonly [$$PropertyValue]: "overflowY";
1964
+ };
1965
+ };
1966
+ pe: (value: {
1967
+ readonly [$$PropertyValue]: "pointerEvents";
1968
+ }) => {
1969
+ pointerEvents: {
1970
+ readonly [$$PropertyValue]: "pointerEvents";
1971
+ };
1972
+ };
1973
+ events: (value: {
1974
+ readonly [$$PropertyValue]: "pointerEvents";
1975
+ }) => {
1976
+ pointerEvents: {
1977
+ readonly [$$PropertyValue]: "pointerEvents";
1978
+ };
1979
+ };
1980
+ us: (value: {
1981
+ readonly [$$PropertyValue]: "userSelect";
1982
+ }) => {
1983
+ WebkitUserSelect: {
1984
+ readonly [$$PropertyValue]: "userSelect";
1985
+ };
1986
+ userSelect: {
1987
+ readonly [$$PropertyValue]: "userSelect";
1988
+ };
1989
+ };
1990
+ userSelect: (value: {
1991
+ readonly [$$PropertyValue]: "userSelect";
1992
+ }) => {
1993
+ WebkitUserSelect: {
1994
+ readonly [$$PropertyValue]: "userSelect";
1995
+ };
1996
+ userSelect: {
1997
+ readonly [$$PropertyValue]: "userSelect";
1998
+ };
1999
+ };
2000
+ w: (value: {
2001
+ readonly [$$PropertyValue]: "width";
2002
+ }) => {
2003
+ width: {
2004
+ readonly [$$PropertyValue]: "width";
2005
+ };
2006
+ };
2007
+ h: (value: {
2008
+ readonly [$$PropertyValue]: "height";
2009
+ }) => {
2010
+ height: {
2011
+ readonly [$$PropertyValue]: "height";
2012
+ };
2013
+ };
2014
+ mw: (value: {
2015
+ readonly [$$PropertyValue]: "maxWidth";
2016
+ }) => {
2017
+ maxWidth: {
2018
+ readonly [$$PropertyValue]: "maxWidth";
2019
+ };
2020
+ };
2021
+ maxW: (value: {
2022
+ readonly [$$PropertyValue]: "maxWidth";
2023
+ }) => {
2024
+ maxWidth: {
2025
+ readonly [$$PropertyValue]: "maxWidth";
2026
+ };
2027
+ };
2028
+ mh: (value: {
2029
+ readonly [$$PropertyValue]: "maxHeight";
2030
+ }) => {
2031
+ maxHeight: {
2032
+ readonly [$$PropertyValue]: "maxHeight";
2033
+ };
2034
+ };
2035
+ maxH: (value: {
2036
+ readonly [$$PropertyValue]: "maxHeight";
2037
+ }) => {
2038
+ maxHeight: {
2039
+ readonly [$$PropertyValue]: "maxHeight";
2040
+ };
2041
+ };
2042
+ size: (value: {
2043
+ readonly [$$PropertyValue]: "width";
2044
+ }) => {
2045
+ width: {
2046
+ readonly [$$PropertyValue]: "width";
2047
+ };
2048
+ height: {
2049
+ readonly [$$PropertyValue]: "width";
2050
+ };
2051
+ };
2052
+ minSize: (value: {
2053
+ readonly [$$PropertyValue]: "width";
2054
+ }) => {
2055
+ minWidth: {
2056
+ readonly [$$PropertyValue]: "width";
2057
+ };
2058
+ minHeight: {
2059
+ readonly [$$PropertyValue]: "width";
2060
+ };
2061
+ width: {
2062
+ readonly [$$PropertyValue]: "width";
2063
+ };
2064
+ height: {
2065
+ readonly [$$PropertyValue]: "width";
2066
+ };
2067
+ };
2068
+ sizeMin: (value: {
2069
+ readonly [$$PropertyValue]: "width";
2070
+ }) => {
2071
+ minWidth: {
2072
+ readonly [$$PropertyValue]: "width";
2073
+ };
2074
+ minHeight: {
2075
+ readonly [$$PropertyValue]: "width";
2076
+ };
2077
+ width: {
2078
+ readonly [$$PropertyValue]: "width";
2079
+ };
2080
+ height: {
2081
+ readonly [$$PropertyValue]: "width";
2082
+ };
2083
+ };
2084
+ maxSize: (value: {
2085
+ readonly [$$PropertyValue]: "width";
2086
+ }) => {
2087
+ maxWidth: {
2088
+ readonly [$$PropertyValue]: "width";
2089
+ };
2090
+ maxHeight: {
2091
+ readonly [$$PropertyValue]: "width";
2092
+ };
2093
+ };
2094
+ sizeMax: (value: {
2095
+ readonly [$$PropertyValue]: "width";
2096
+ }) => {
2097
+ maxWidth: {
2098
+ readonly [$$PropertyValue]: "width";
2099
+ };
2100
+ maxHeight: {
2101
+ readonly [$$PropertyValue]: "width";
2102
+ };
2103
+ };
2104
+ appearance: (value: {
2105
+ readonly [$$PropertyValue]: "appearance";
2106
+ }) => {
2107
+ WebkitAppearance: {
2108
+ readonly [$$PropertyValue]: "appearance";
2109
+ };
2110
+ appearance: {
2111
+ readonly [$$PropertyValue]: "appearance";
2112
+ };
2113
+ };
2114
+ scale: (value: {
2115
+ readonly [$$PropertyValue]: "scale";
2116
+ }) => {
2117
+ transform: string;
2118
+ };
2119
+ linearGradient: (value: {
2120
+ readonly [$$PropertyValue]: "backgroundImage";
2121
+ }) => {
2122
+ backgroundImage: string;
2123
+ };
2124
+ tdl: (value: {
2125
+ readonly [$$PropertyValue]: "textDecorationLine";
2126
+ }) => {
2127
+ textDecorationLine: {
2128
+ readonly [$$PropertyValue]: "textDecorationLine";
2129
+ };
2130
+ };
2131
+ truncateText: (value: {
2132
+ readonly [$$PropertyValue]: "width";
2133
+ }) => {
2134
+ maxWidth: {
2135
+ readonly [$$PropertyValue]: "width";
2136
+ };
2137
+ whiteSpace: string;
2138
+ overflow: string;
2139
+ textOverflow: string;
2140
+ };
2141
+ textGradient: (value: {
2142
+ readonly [$$PropertyValue]: "backgroundImage";
2143
+ }) => {
2144
+ backgroundImage: string;
2145
+ WebkitBackgroundClip: string;
2146
+ WebkitTextFillColor: string;
2147
+ "&::selection": {
2148
+ WebkitTextFillColor: string;
2149
+ };
2150
+ };
2151
+ }>>;
2152
+ export declare const StyledSwitch: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2153
+ checked?: boolean | "true" | undefined;
2154
+ bordered?: boolean | "true" | undefined;
2155
+ squared?: boolean | "true" | undefined;
2156
+ shadow?: boolean | "true" | undefined;
2157
+ disabled?: boolean | "true" | undefined;
2158
+ animated?: boolean | "true" | "false" | undefined;
2159
+ }, {
2160
+ xs: string;
2161
+ sm: string;
2162
+ md: string;
2163
+ lg: string;
2164
+ xl: string;
2165
+ xsMin: string;
2166
+ smMin: string;
2167
+ mdMin: string;
2168
+ lgMin: string;
2169
+ xlMin: string;
2170
+ xsMax: string;
2171
+ smMax: string;
2172
+ mdMax: string;
2173
+ lgMax: string;
2174
+ xlMax: string;
2175
+ motion: string;
2176
+ safari: string;
2177
+ hover: string;
2178
+ dark: string;
2179
+ light: string;
2180
+ }, import("@stitches/react/types/css-util").CSS<{
2181
+ xs: string;
2182
+ sm: string;
2183
+ md: string;
2184
+ lg: string;
2185
+ xl: string;
2186
+ xsMin: string;
2187
+ smMin: string;
2188
+ mdMin: string;
2189
+ lgMin: string;
2190
+ xlMin: string;
2191
+ xsMax: string;
2192
+ smMax: string;
2193
+ mdMax: string;
2194
+ lgMax: string;
2195
+ xlMax: string;
2196
+ motion: string;
2197
+ safari: string;
2198
+ hover: string;
2199
+ dark: string;
2200
+ light: string;
2201
+ }, {
2202
+ shadows: {
2203
+ xs: string;
2204
+ sm: string;
2205
+ md: string;
2206
+ lg: string;
2207
+ xl: string;
2208
+ };
2209
+ dropShadows: {
2210
+ xs: string;
2211
+ sm: string;
2212
+ md: string;
2213
+ lg: string;
2214
+ xl: string;
2215
+ };
2216
+ colors: {
2217
+ text: string;
2218
+ link: string;
2219
+ codeLight: string;
2220
+ code: string;
2221
+ selection: string;
2222
+ border: string;
2223
+ gray50: string;
2224
+ gray100: string;
2225
+ gray200: string;
2226
+ gray300: string;
2227
+ gray400: string;
2228
+ gray500: string;
2229
+ gray600: string;
2230
+ gray700: string;
2231
+ gray800: string;
2232
+ gray900: string;
2233
+ pink50: string;
2234
+ pink100: string;
2235
+ pink200: string;
2236
+ pink300: string;
2237
+ pink400: string;
2238
+ pink500: string;
2239
+ pink600: string;
2240
+ pink700: string;
2241
+ pink800: string;
2242
+ pink900: string;
2243
+ cyan50: string;
2244
+ cyan100: string;
2245
+ cyan200: string;
2246
+ cyan300: string;
2247
+ cyan400: string;
2248
+ cyan500: string;
2249
+ cyan600: string;
2250
+ cyan700: string;
2251
+ cyan800: string;
2252
+ cyan900: string;
2253
+ red50: string;
2254
+ red100: string;
2255
+ red200: string;
2256
+ red300: string;
2257
+ red400: string;
2258
+ red500: string;
2259
+ red600: string;
2260
+ red700: string;
2261
+ red800: string;
2262
+ red900: string;
2263
+ yellow50: string;
2264
+ yellow100: string;
2265
+ yellow200: string;
2266
+ yellow300: string;
2267
+ yellow400: string;
2268
+ yellow500: string;
2269
+ yellow600: string;
2270
+ yellow700: string;
2271
+ yellow800: string;
2272
+ yellow900: string;
2273
+ green50: string;
2274
+ green100: string;
2275
+ green200: string;
2276
+ green300: string;
2277
+ green400: string;
2278
+ green500: string;
2279
+ green600: string;
2280
+ green700: string;
2281
+ green800: string;
2282
+ green900: string;
2283
+ purple50: string;
2284
+ purple100: string;
2285
+ purple200: string;
2286
+ purple300: string;
2287
+ purple400: string;
2288
+ purple500: string;
2289
+ purple600: string;
2290
+ purple700: string;
2291
+ purple800: string;
2292
+ purple900: string;
2293
+ blue50: string;
2294
+ blue100: string;
2295
+ blue200: string;
2296
+ blue300: string;
2297
+ blue400: string;
2298
+ blue500: string;
2299
+ blue600: string;
2300
+ blue700: string;
2301
+ blue800: string;
2302
+ blue900: string;
2303
+ background: string;
2304
+ backgroundAlpha: string;
2305
+ foreground: string;
2306
+ backgroundContrast: string;
2307
+ white: string;
2308
+ black: string;
2309
+ primaryLight: string;
2310
+ primaryLightHover: string;
2311
+ primaryLightActive: string;
2312
+ primaryLightContrast: string;
2313
+ primary: string;
2314
+ primaryBorder: string;
2315
+ primaryBorderHover: string;
2316
+ primarySolidHover: string;
2317
+ primarySolidContrast: string;
2318
+ primaryShadow: string;
2319
+ secondaryLight: string;
2320
+ secondaryLightHover: string;
2321
+ secondaryLightActive: string;
2322
+ secondaryLightContrast: string;
2323
+ secondary: string;
2324
+ secondaryBorder: string;
2325
+ secondaryBorderHover: string;
2326
+ secondarySolidHover: string;
2327
+ secondarySolidContrast: string;
2328
+ secondaryShadow: string;
2329
+ successLight: string;
2330
+ successLightHover: string;
2331
+ successLightActive: string;
2332
+ successLightContrast: string;
2333
+ success: string;
2334
+ successBorder: string;
2335
+ successBorderHover: string;
2336
+ successSolidHover: string;
2337
+ successSolidContrast: string;
2338
+ successShadow: string;
2339
+ warningLight: string;
2340
+ warningLightHover: string;
2341
+ warningLightActive: string;
2342
+ warningLightContrast: string;
2343
+ warning: string;
2344
+ warningBorder: string;
2345
+ warningBorderHover: string;
2346
+ warningSolidHover: string;
2347
+ warningSolidContrast: string;
2348
+ warningShadow: string;
2349
+ errorLight: string;
2350
+ errorLightHover: string;
2351
+ errorLightActive: string;
2352
+ errorLightContrast: string;
2353
+ error: string;
2354
+ errorBorder: string;
2355
+ errorBorderHover: string;
2356
+ errorSolidHover: string;
2357
+ errorSolidContrast: string;
2358
+ errorShadow: string;
2359
+ neutralLight: string;
2360
+ neutralLightHover: string;
2361
+ neutralLightActive: string;
2362
+ neutralLightContrast: string;
2363
+ neutral: string;
2364
+ neutralBorder: string;
2365
+ neutralBorderHover: string;
2366
+ neutralSolidHover: string;
2367
+ neutralSolidContrast: string;
2368
+ neutralShadow: string;
2369
+ gradient: string;
2370
+ accents0: string;
2371
+ accents1: string;
2372
+ accents2: string;
2373
+ accents3: string;
2374
+ accents4: string;
2375
+ accents5: string;
2376
+ accents6: string;
2377
+ accents7: string;
2378
+ accents8: string;
2379
+ accents9: string;
2380
+ };
2381
+ fonts: {
2382
+ sans: string;
2383
+ mono: string;
2384
+ };
2385
+ fontSizes: {
2386
+ xs: string;
2387
+ sm: string;
2388
+ base: string;
2389
+ md: string;
2390
+ lg: string;
2391
+ xl: string;
2392
+ "2xl": string;
2393
+ "3xl": string;
2394
+ "4xl": string;
2395
+ "5xl": string;
2396
+ "6xl": string;
2397
+ "7xl": string;
2398
+ "8xl": string;
2399
+ "9xl": string;
2400
+ };
2401
+ fontWeights: {
2402
+ hairline: number;
2403
+ thin: number;
2404
+ light: number;
2405
+ normal: number;
2406
+ medium: number;
2407
+ semibold: number;
2408
+ bold: number;
2409
+ extrabold: number;
2410
+ black: number;
2411
+ };
2412
+ lineHeights: {
2413
+ xs: number;
2414
+ sm: number;
2415
+ base: number;
2416
+ md: number;
2417
+ lg: number;
2418
+ xl: number;
2419
+ "2xl": number;
2420
+ "3xl": number;
2421
+ "4xl": number;
2422
+ "5xl": number;
2423
+ "6xl": number;
2424
+ "7xl": number;
2425
+ "8xl": number;
2426
+ "9xl": number;
2427
+ };
2428
+ letterSpacings: {
2429
+ tighter: string;
2430
+ tight: string;
2431
+ normal: string;
2432
+ wide: string;
2433
+ wider: string;
2434
+ widest: string;
2435
+ };
2436
+ space: {
2437
+ 0: string;
2438
+ xs: string;
2439
+ sm: string;
2440
+ md: string;
2441
+ lg: string;
2442
+ xl: string;
2443
+ "2xl": string;
2444
+ "3xl": string;
2445
+ "4xl": string;
2446
+ "5xl": string;
2447
+ "6xl": string;
2448
+ "7xl": string;
2449
+ "8xl": string;
2450
+ "9xl": string;
2451
+ min: string;
2452
+ max: string;
2453
+ fit: string;
2454
+ screen: string;
2455
+ full: string;
2456
+ px: string;
2457
+ 1: string;
2458
+ 2: string;
2459
+ 3: string;
2460
+ 4: string;
2461
+ 5: string;
2462
+ 6: string;
2463
+ 7: string;
2464
+ 8: string;
2465
+ 9: string;
2466
+ 10: string;
2467
+ 11: string;
2468
+ 12: string;
2469
+ 13: string;
2470
+ 14: string;
2471
+ 15: string;
2472
+ 16: string;
2473
+ 17: string;
2474
+ 18: string;
2475
+ 20: string;
2476
+ 24: string;
2477
+ 28: string;
2478
+ 32: string;
2479
+ 36: string;
2480
+ 40: string;
2481
+ 44: string;
2482
+ 48: string;
2483
+ 52: string;
2484
+ 56: string;
2485
+ 60: string;
2486
+ 64: string;
2487
+ 72: string;
2488
+ 80: string;
2489
+ 96: string;
2490
+ };
2491
+ radii: {
2492
+ xs: string;
2493
+ sm: string;
2494
+ md: string;
2495
+ base: string;
2496
+ lg: string;
2497
+ xl: string;
2498
+ "2xl": string;
2499
+ "3xl": string;
2500
+ squared: string;
2501
+ rounded: string;
2502
+ pill: string;
2503
+ };
2504
+ zIndices: {
2505
+ 1: string;
2506
+ 2: string;
2507
+ 3: string;
2508
+ 4: string;
2509
+ 5: string;
2510
+ 10: string;
2511
+ max: string;
2512
+ };
2513
+ borderWeights: {
2514
+ light: string;
2515
+ normal: string;
2516
+ bold: string;
2517
+ extrabold: string;
2518
+ black: string;
2519
+ };
2520
+ transitions: {
2521
+ default: string;
2522
+ button: string;
2523
+ avatar: string;
2524
+ card: string;
2525
+ dropdownItem: string;
2526
+ };
2527
+ breakpoints: {
2528
+ xs: string;
2529
+ sm: string;
2530
+ md: string;
2531
+ lg: string;
2532
+ xl: string;
2533
+ };
2534
+ }, {
2535
+ width: string;
2536
+ height: string;
2537
+ minWidth: string;
2538
+ maxWidth: string;
2539
+ minHeight: string;
2540
+ maxHeight: string;
2541
+ flexBasis: string;
2542
+ gridTemplateColumns: string;
2543
+ gridTemplateRows: string;
2544
+ blockSize: string;
2545
+ minBlockSize: string;
2546
+ maxBlockSize: string;
2547
+ inlineSize: string;
2548
+ minInlineSize: string;
2549
+ maxInlineSize: string;
2550
+ borderWidth: string;
2551
+ gap: "space";
2552
+ gridGap: "space";
2553
+ columnGap: "space";
2554
+ gridColumnGap: "space";
2555
+ rowGap: "space";
2556
+ gridRowGap: "space";
2557
+ inset: "space";
2558
+ insetBlock: "space";
2559
+ insetBlockEnd: "space";
2560
+ insetBlockStart: "space";
2561
+ insetInline: "space";
2562
+ insetInlineEnd: "space";
2563
+ insetInlineStart: "space";
2564
+ margin: "space";
2565
+ marginTop: "space";
2566
+ marginRight: "space";
2567
+ marginBottom: "space";
2568
+ marginLeft: "space";
2569
+ marginBlock: "space";
2570
+ marginBlockEnd: "space";
2571
+ marginBlockStart: "space";
2572
+ marginInline: "space";
2573
+ marginInlineEnd: "space";
2574
+ marginInlineStart: "space";
2575
+ padding: "space";
2576
+ paddingTop: "space";
2577
+ paddingRight: "space";
2578
+ paddingBottom: "space";
2579
+ paddingLeft: "space";
2580
+ paddingBlock: "space";
2581
+ paddingBlockEnd: "space";
2582
+ paddingBlockStart: "space";
2583
+ paddingInline: "space";
2584
+ paddingInlineEnd: "space";
2585
+ paddingInlineStart: "space";
2586
+ scrollMargin: "space";
2587
+ scrollMarginTop: "space";
2588
+ scrollMarginRight: "space";
2589
+ scrollMarginBottom: "space";
2590
+ scrollMarginLeft: "space";
2591
+ scrollMarginBlock: "space";
2592
+ scrollMarginBlockEnd: "space";
2593
+ scrollMarginBlockStart: "space";
2594
+ scrollMarginInline: "space";
2595
+ scrollMarginInlineEnd: "space";
2596
+ scrollMarginInlineStart: "space";
2597
+ scrollPadding: "space";
2598
+ scrollPaddingTop: "space";
2599
+ scrollPaddingRight: "space";
2600
+ scrollPaddingBottom: "space";
2601
+ scrollPaddingLeft: "space";
2602
+ scrollPaddingBlock: "space";
2603
+ scrollPaddingBlockEnd: "space";
2604
+ scrollPaddingBlockStart: "space";
2605
+ scrollPaddingInline: "space";
2606
+ scrollPaddingInlineEnd: "space";
2607
+ scrollPaddingInlineStart: "space";
2608
+ top: "space";
2609
+ right: "space";
2610
+ bottom: "space";
2611
+ left: "space";
2612
+ fontSize: "fontSizes";
2613
+ background: "colors";
2614
+ backgroundColor: "colors";
2615
+ backgroundImage: "colors";
2616
+ borderImage: "colors";
2617
+ border: "colors";
2618
+ borderBlock: "colors";
2619
+ borderBlockEnd: "colors";
2620
+ borderBlockStart: "colors";
2621
+ borderBottom: "colors";
2622
+ borderBottomColor: "colors";
2623
+ borderColor: "colors";
2624
+ borderInline: "colors";
2625
+ borderInlineEnd: "colors";
2626
+ borderInlineStart: "colors";
2627
+ borderLeft: "colors";
2628
+ borderLeftColor: "colors";
2629
+ borderRight: "colors";
2630
+ borderRightColor: "colors";
2631
+ borderTop: "colors";
2632
+ borderTopColor: "colors";
2633
+ caretColor: "colors";
2634
+ color: "colors";
2635
+ columnRuleColor: "colors";
2636
+ outline: "colors";
2637
+ outlineColor: "colors";
2638
+ fill: "colors";
2639
+ stroke: "colors";
2640
+ textDecorationColor: "colors";
2641
+ fontFamily: "fonts";
2642
+ fontWeight: "fontWeights";
2643
+ lineHeight: "lineHeights";
2644
+ letterSpacing: "letterSpacings";
2645
+ borderTopWidth: "borderWidths";
2646
+ borderLeftWidth: "borderWidths";
2647
+ borderRightWidth: "borderWidths";
2648
+ borderBottomWidth: "borderWidths";
2649
+ borderStyle: "borderStyles";
2650
+ borderTopStyle: "borderStyles";
2651
+ borderLeftStyle: "borderStyles";
2652
+ borderRightStyle: "borderStyles";
2653
+ borderBottomStyle: "borderStyles";
2654
+ borderRadius: "radii";
2655
+ borderTopLeftRadius: "radii";
2656
+ borderTopRightRadius: "radii";
2657
+ borderBottomRightRadius: "radii";
2658
+ borderBottomLeftRadius: "radii";
2659
+ boxShadow: "shadows";
2660
+ textShadow: "shadows";
2661
+ transition: "transitions";
2662
+ zIndex: "zIndices";
2663
+ }, {
2664
+ p: (value: {
2665
+ readonly [$$PropertyValue]: "padding";
2666
+ }) => {
2667
+ padding: {
2668
+ readonly [$$PropertyValue]: "padding";
2669
+ };
2670
+ };
2671
+ pt: (value: {
2672
+ readonly [$$PropertyValue]: "paddingTop";
2673
+ }) => {
2674
+ paddingTop: {
2675
+ readonly [$$PropertyValue]: "paddingTop";
2676
+ };
2677
+ };
2678
+ pr: (value: {
2679
+ readonly [$$PropertyValue]: "paddingRight";
2680
+ }) => {
2681
+ paddingRight: {
2682
+ readonly [$$PropertyValue]: "paddingRight";
2683
+ };
2684
+ };
2685
+ pb: (value: {
2686
+ readonly [$$PropertyValue]: "paddingBottom";
2687
+ }) => {
2688
+ paddingBottom: {
2689
+ readonly [$$PropertyValue]: "paddingBottom";
2690
+ };
2691
+ };
2692
+ pl: (value: {
2693
+ readonly [$$PropertyValue]: "paddingLeft";
2694
+ }) => {
2695
+ paddingLeft: {
2696
+ readonly [$$PropertyValue]: "paddingLeft";
2697
+ };
2698
+ };
2699
+ px: (value: {
2700
+ readonly [$$PropertyValue]: "paddingLeft";
2701
+ }) => {
2702
+ paddingLeft: {
2703
+ readonly [$$PropertyValue]: "paddingLeft";
2704
+ };
2705
+ paddingRight: {
2706
+ readonly [$$PropertyValue]: "paddingLeft";
2707
+ };
2708
+ };
2709
+ py: (value: {
2710
+ readonly [$$PropertyValue]: "paddingTop";
2711
+ }) => {
2712
+ paddingTop: {
2713
+ readonly [$$PropertyValue]: "paddingTop";
2714
+ };
2715
+ paddingBottom: {
2716
+ readonly [$$PropertyValue]: "paddingTop";
2717
+ };
2718
+ };
2719
+ m: (value: {
2720
+ readonly [$$PropertyValue]: "margin";
2721
+ }) => {
2722
+ margin: {
2723
+ readonly [$$PropertyValue]: "margin";
2724
+ };
2725
+ };
2726
+ mt: (value: {
2727
+ readonly [$$PropertyValue]: "marginTop";
2728
+ }) => {
2729
+ marginTop: {
2730
+ readonly [$$PropertyValue]: "marginTop";
2731
+ };
2732
+ };
2733
+ mr: (value: {
2734
+ readonly [$$PropertyValue]: "marginRight";
2735
+ }) => {
2736
+ marginRight: {
2737
+ readonly [$$PropertyValue]: "marginRight";
2738
+ };
2739
+ };
2740
+ mb: (value: {
2741
+ readonly [$$PropertyValue]: "marginBottom";
2742
+ }) => {
2743
+ marginBottom: {
2744
+ readonly [$$PropertyValue]: "marginBottom";
2745
+ };
2746
+ };
2747
+ ml: (value: {
2748
+ readonly [$$PropertyValue]: "marginLeft";
2749
+ }) => {
2750
+ marginLeft: {
2751
+ readonly [$$PropertyValue]: "marginLeft";
2752
+ };
2753
+ };
2754
+ mx: (value: {
2755
+ readonly [$$PropertyValue]: "marginLeft";
2756
+ }) => {
2757
+ marginLeft: {
2758
+ readonly [$$PropertyValue]: "marginLeft";
2759
+ };
2760
+ marginRight: {
2761
+ readonly [$$PropertyValue]: "marginLeft";
2762
+ };
2763
+ };
2764
+ my: (value: {
2765
+ readonly [$$PropertyValue]: "marginTop";
2766
+ }) => {
2767
+ marginTop: {
2768
+ readonly [$$PropertyValue]: "marginTop";
2769
+ };
2770
+ marginBottom: {
2771
+ readonly [$$PropertyValue]: "marginTop";
2772
+ };
2773
+ };
2774
+ ta: (value: {
2775
+ readonly [$$PropertyValue]: "textAlign";
2776
+ }) => {
2777
+ textAlign: {
2778
+ readonly [$$PropertyValue]: "textAlign";
2779
+ };
2780
+ };
2781
+ tt: (value: {
2782
+ readonly [$$PropertyValue]: "textTransform";
2783
+ }) => {
2784
+ textTransform: {
2785
+ readonly [$$PropertyValue]: "textTransform";
2786
+ };
2787
+ };
2788
+ to: (value: {
2789
+ readonly [$$PropertyValue]: "textOverflow";
2790
+ }) => {
2791
+ textOverflow: {
2792
+ readonly [$$PropertyValue]: "textOverflow";
2793
+ };
2794
+ };
2795
+ d: (value: {
2796
+ readonly [$$PropertyValue]: "display";
2797
+ }) => {
2798
+ display: {
2799
+ readonly [$$PropertyValue]: "display";
2800
+ };
2801
+ };
2802
+ dflex: (value: {
2803
+ readonly [$$PropertyValue]: "alignItems";
2804
+ }) => {
2805
+ display: string;
2806
+ alignItems: {
2807
+ readonly [$$PropertyValue]: "alignItems";
2808
+ };
2809
+ justifyContent: {
2810
+ readonly [$$PropertyValue]: "alignItems";
2811
+ };
2812
+ };
2813
+ fd: (value: {
2814
+ readonly [$$PropertyValue]: "flexDirection";
2815
+ }) => {
2816
+ flexDirection: {
2817
+ readonly [$$PropertyValue]: "flexDirection";
2818
+ };
2819
+ };
2820
+ fw: (value: {
2821
+ readonly [$$PropertyValue]: "flexWrap";
2822
+ }) => {
2823
+ flexWrap: {
2824
+ readonly [$$PropertyValue]: "flexWrap";
2825
+ };
2826
+ };
2827
+ ai: (value: {
2828
+ readonly [$$PropertyValue]: "alignItems";
2829
+ }) => {
2830
+ alignItems: {
2831
+ readonly [$$PropertyValue]: "alignItems";
2832
+ };
2833
+ };
2834
+ ac: (value: {
2835
+ readonly [$$PropertyValue]: "alignContent";
2836
+ }) => {
2837
+ alignContent: {
2838
+ readonly [$$PropertyValue]: "alignContent";
2839
+ };
2840
+ };
2841
+ jc: (value: {
2842
+ readonly [$$PropertyValue]: "justifyContent";
2843
+ }) => {
2844
+ justifyContent: {
2845
+ readonly [$$PropertyValue]: "justifyContent";
2846
+ };
2847
+ };
2848
+ as: (value: {
2849
+ readonly [$$PropertyValue]: "alignSelf";
2850
+ }) => {
2851
+ alignSelf: {
2852
+ readonly [$$PropertyValue]: "alignSelf";
2853
+ };
2854
+ };
2855
+ fg: (value: {
2856
+ readonly [$$PropertyValue]: "flexGrow";
2857
+ }) => {
2858
+ flexGrow: {
2859
+ readonly [$$PropertyValue]: "flexGrow";
2860
+ };
2861
+ };
2862
+ fs: (value: {
2863
+ readonly [$$PropertyValue]: "fontSize";
2864
+ }) => {
2865
+ fontSize: {
2866
+ readonly [$$PropertyValue]: "fontSize";
2867
+ };
2868
+ };
2869
+ fb: (value: {
2870
+ readonly [$$PropertyValue]: "flexBasis";
2871
+ }) => {
2872
+ flexBasis: {
2873
+ readonly [$$PropertyValue]: "flexBasis";
2874
+ };
2875
+ };
2876
+ bc: (value: {
2877
+ readonly [$$PropertyValue]: "backgroundColor";
2878
+ }) => {
2879
+ backgroundColor: {
2880
+ readonly [$$PropertyValue]: "backgroundColor";
2881
+ };
2882
+ };
2883
+ bf: (value: {
2884
+ readonly [$$PropertyValue]: "backdropFilter";
2885
+ }) => {
2886
+ backdropFilter: {
2887
+ readonly [$$PropertyValue]: "backdropFilter";
2888
+ };
2889
+ };
2890
+ bg: (value: {
2891
+ readonly [$$PropertyValue]: "backgroundColor";
2892
+ }) => {
2893
+ background: {
2894
+ readonly [$$PropertyValue]: "backgroundColor";
2895
+ };
2896
+ };
2897
+ bgBlur: (value: {
2898
+ readonly [$$PropertyValue]: "backgroundColor";
2899
+ }) => {
2900
+ bf: string;
2901
+ bg: {
2902
+ readonly [$$PropertyValue]: "backgroundColor";
2903
+ };
2904
+ };
2905
+ bgColor: (value: {
2906
+ readonly [$$PropertyValue]: "backgroundColor";
2907
+ }) => {
2908
+ backgroundColor: {
2909
+ readonly [$$PropertyValue]: "backgroundColor";
2910
+ };
2911
+ };
2912
+ backgroundClip: (value: {
2913
+ readonly [$$PropertyValue]: "backgroundClip";
2914
+ }) => {
2915
+ WebkitBackgroundClip: {
2916
+ readonly [$$PropertyValue]: "backgroundClip";
2917
+ };
2918
+ backgroundClip: {
2919
+ readonly [$$PropertyValue]: "backgroundClip";
2920
+ };
2921
+ };
2922
+ bgClip: (value: {
2923
+ readonly [$$PropertyValue]: "backgroundClip";
2924
+ }) => {
2925
+ WebkitBackgroundClip: {
2926
+ readonly [$$PropertyValue]: "backgroundClip";
2927
+ };
2928
+ backgroundClip: {
2929
+ readonly [$$PropertyValue]: "backgroundClip";
2930
+ };
2931
+ };
2932
+ br: (value: {
2933
+ readonly [$$PropertyValue]: "borderRadius";
2934
+ }) => {
2935
+ borderRadius: {
2936
+ readonly [$$PropertyValue]: "borderRadius";
2937
+ };
2938
+ };
2939
+ bw: (value: {
2940
+ readonly [$$PropertyValue]: "borderWidth";
2941
+ }) => {
2942
+ borderWidth: {
2943
+ readonly [$$PropertyValue]: "borderWidth";
2944
+ };
2945
+ };
2946
+ btrr: (value: {
2947
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2948
+ }) => {
2949
+ borderTopRightRadius: {
2950
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2951
+ };
2952
+ };
2953
+ bbrr: (value: {
2954
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2955
+ }) => {
2956
+ borderBottomRightRadius: {
2957
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2958
+ };
2959
+ };
2960
+ bblr: (value: {
2961
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2962
+ }) => {
2963
+ borderBottomLeftRadius: {
2964
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2965
+ };
2966
+ };
2967
+ btlr: (value: {
2968
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2969
+ }) => {
2970
+ borderTopLeftRadius: {
2971
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2972
+ };
2973
+ };
2974
+ bs: (value: {
2975
+ readonly [$$PropertyValue]: "boxShadow";
2976
+ }) => {
2977
+ boxShadow: {
2978
+ readonly [$$PropertyValue]: "boxShadow";
2979
+ };
2980
+ };
2981
+ ds: (value: {
2982
+ readonly [$$PropertyValue]: "boxShadow";
2983
+ }) => {
2984
+ dropShadow: {
2985
+ readonly [$$PropertyValue]: "boxShadow";
2986
+ };
2987
+ };
2988
+ shadow: (value: {
2989
+ readonly [$$PropertyValue]: "boxShadow";
2990
+ }) => {
2991
+ boxShadow: {
2992
+ readonly [$$PropertyValue]: "boxShadow";
2993
+ };
2994
+ };
2995
+ dshadow: (value: {
2996
+ readonly [$$PropertyValue]: "boxShadow";
2997
+ }) => {
2998
+ dropShadow: {
2999
+ readonly [$$PropertyValue]: "boxShadow";
3000
+ };
3001
+ };
3002
+ dropShadow: (value: {
3003
+ readonly [$$PropertyValue]: "boxShadow";
3004
+ }) => {
3005
+ filter: string;
3006
+ };
3007
+ normalShadow: (value: {
3008
+ readonly [$$PropertyValue]: "backgroundColor";
3009
+ }) => {
3010
+ boxShadow: string;
3011
+ };
3012
+ normalShadowVar: (value: {
3013
+ readonly [$$PropertyValue]: "backgroundColor";
3014
+ }) => {
3015
+ boxShadow: string;
3016
+ };
3017
+ lh: (value: {
3018
+ readonly [$$PropertyValue]: "lineHeight";
3019
+ }) => {
3020
+ lineHeight: {
3021
+ readonly [$$PropertyValue]: "lineHeight";
3022
+ };
3023
+ };
3024
+ ov: (value: {
3025
+ readonly [$$PropertyValue]: "overflow";
3026
+ }) => {
3027
+ overflow: {
3028
+ readonly [$$PropertyValue]: "overflow";
3029
+ };
3030
+ };
3031
+ ox: (value: {
3032
+ readonly [$$PropertyValue]: "overflowX";
3033
+ }) => {
3034
+ overflowX: {
3035
+ readonly [$$PropertyValue]: "overflowX";
3036
+ };
3037
+ };
3038
+ oy: (value: {
3039
+ readonly [$$PropertyValue]: "overflowY";
3040
+ }) => {
3041
+ overflowY: {
3042
+ readonly [$$PropertyValue]: "overflowY";
3043
+ };
3044
+ };
3045
+ pe: (value: {
3046
+ readonly [$$PropertyValue]: "pointerEvents";
3047
+ }) => {
3048
+ pointerEvents: {
3049
+ readonly [$$PropertyValue]: "pointerEvents";
3050
+ };
3051
+ };
3052
+ events: (value: {
3053
+ readonly [$$PropertyValue]: "pointerEvents";
3054
+ }) => {
3055
+ pointerEvents: {
3056
+ readonly [$$PropertyValue]: "pointerEvents";
3057
+ };
3058
+ };
3059
+ us: (value: {
3060
+ readonly [$$PropertyValue]: "userSelect";
3061
+ }) => {
3062
+ WebkitUserSelect: {
3063
+ readonly [$$PropertyValue]: "userSelect";
3064
+ };
3065
+ userSelect: {
3066
+ readonly [$$PropertyValue]: "userSelect";
3067
+ };
3068
+ };
3069
+ userSelect: (value: {
3070
+ readonly [$$PropertyValue]: "userSelect";
3071
+ }) => {
3072
+ WebkitUserSelect: {
3073
+ readonly [$$PropertyValue]: "userSelect";
3074
+ };
3075
+ userSelect: {
3076
+ readonly [$$PropertyValue]: "userSelect";
3077
+ };
3078
+ };
3079
+ w: (value: {
3080
+ readonly [$$PropertyValue]: "width";
3081
+ }) => {
3082
+ width: {
3083
+ readonly [$$PropertyValue]: "width";
3084
+ };
3085
+ };
3086
+ h: (value: {
3087
+ readonly [$$PropertyValue]: "height";
3088
+ }) => {
3089
+ height: {
3090
+ readonly [$$PropertyValue]: "height";
3091
+ };
3092
+ };
3093
+ mw: (value: {
3094
+ readonly [$$PropertyValue]: "maxWidth";
3095
+ }) => {
3096
+ maxWidth: {
3097
+ readonly [$$PropertyValue]: "maxWidth";
3098
+ };
3099
+ };
3100
+ maxW: (value: {
3101
+ readonly [$$PropertyValue]: "maxWidth";
3102
+ }) => {
3103
+ maxWidth: {
3104
+ readonly [$$PropertyValue]: "maxWidth";
3105
+ };
3106
+ };
3107
+ mh: (value: {
3108
+ readonly [$$PropertyValue]: "maxHeight";
3109
+ }) => {
3110
+ maxHeight: {
3111
+ readonly [$$PropertyValue]: "maxHeight";
3112
+ };
3113
+ };
3114
+ maxH: (value: {
3115
+ readonly [$$PropertyValue]: "maxHeight";
3116
+ }) => {
3117
+ maxHeight: {
3118
+ readonly [$$PropertyValue]: "maxHeight";
3119
+ };
3120
+ };
3121
+ size: (value: {
3122
+ readonly [$$PropertyValue]: "width";
3123
+ }) => {
3124
+ width: {
3125
+ readonly [$$PropertyValue]: "width";
3126
+ };
3127
+ height: {
3128
+ readonly [$$PropertyValue]: "width";
3129
+ };
3130
+ };
3131
+ minSize: (value: {
3132
+ readonly [$$PropertyValue]: "width";
3133
+ }) => {
3134
+ minWidth: {
3135
+ readonly [$$PropertyValue]: "width";
3136
+ };
3137
+ minHeight: {
3138
+ readonly [$$PropertyValue]: "width";
3139
+ };
3140
+ width: {
3141
+ readonly [$$PropertyValue]: "width";
3142
+ };
3143
+ height: {
3144
+ readonly [$$PropertyValue]: "width";
3145
+ };
3146
+ };
3147
+ sizeMin: (value: {
3148
+ readonly [$$PropertyValue]: "width";
3149
+ }) => {
3150
+ minWidth: {
3151
+ readonly [$$PropertyValue]: "width";
3152
+ };
3153
+ minHeight: {
3154
+ readonly [$$PropertyValue]: "width";
3155
+ };
3156
+ width: {
3157
+ readonly [$$PropertyValue]: "width";
3158
+ };
3159
+ height: {
3160
+ readonly [$$PropertyValue]: "width";
3161
+ };
3162
+ };
3163
+ maxSize: (value: {
3164
+ readonly [$$PropertyValue]: "width";
3165
+ }) => {
3166
+ maxWidth: {
3167
+ readonly [$$PropertyValue]: "width";
3168
+ };
3169
+ maxHeight: {
3170
+ readonly [$$PropertyValue]: "width";
3171
+ };
3172
+ };
3173
+ sizeMax: (value: {
3174
+ readonly [$$PropertyValue]: "width";
3175
+ }) => {
3176
+ maxWidth: {
3177
+ readonly [$$PropertyValue]: "width";
3178
+ };
3179
+ maxHeight: {
3180
+ readonly [$$PropertyValue]: "width";
3181
+ };
3182
+ };
3183
+ appearance: (value: {
3184
+ readonly [$$PropertyValue]: "appearance";
3185
+ }) => {
3186
+ WebkitAppearance: {
3187
+ readonly [$$PropertyValue]: "appearance";
3188
+ };
3189
+ appearance: {
3190
+ readonly [$$PropertyValue]: "appearance";
3191
+ };
3192
+ };
3193
+ scale: (value: {
3194
+ readonly [$$PropertyValue]: "scale";
3195
+ }) => {
3196
+ transform: string;
3197
+ };
3198
+ linearGradient: (value: {
3199
+ readonly [$$PropertyValue]: "backgroundImage";
3200
+ }) => {
3201
+ backgroundImage: string;
3202
+ };
3203
+ tdl: (value: {
3204
+ readonly [$$PropertyValue]: "textDecorationLine";
3205
+ }) => {
3206
+ textDecorationLine: {
3207
+ readonly [$$PropertyValue]: "textDecorationLine";
3208
+ };
3209
+ };
3210
+ truncateText: (value: {
3211
+ readonly [$$PropertyValue]: "width";
3212
+ }) => {
3213
+ maxWidth: {
3214
+ readonly [$$PropertyValue]: "width";
3215
+ };
3216
+ whiteSpace: string;
3217
+ overflow: string;
3218
+ textOverflow: string;
3219
+ };
3220
+ textGradient: (value: {
3221
+ readonly [$$PropertyValue]: "backgroundImage";
3222
+ }) => {
3223
+ backgroundImage: string;
3224
+ WebkitBackgroundClip: string;
3225
+ WebkitTextFillColor: string;
3226
+ "&::selection": {
3227
+ WebkitTextFillColor: string;
3228
+ };
3229
+ };
3230
+ }>>;
3231
+ export declare const StyledSwitchInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {
3232
+ animated?: boolean | "true" | undefined;
3233
+ bordered?: boolean | "true" | undefined;
3234
+ }, {
3235
+ xs: string;
3236
+ sm: string;
3237
+ md: string;
3238
+ lg: string;
3239
+ xl: string;
3240
+ xsMin: string;
3241
+ smMin: string;
3242
+ mdMin: string;
3243
+ lgMin: string;
3244
+ xlMin: string;
3245
+ xsMax: string;
3246
+ smMax: string;
3247
+ mdMax: string;
3248
+ lgMax: string;
3249
+ xlMax: string;
3250
+ motion: string;
3251
+ safari: string;
3252
+ hover: string;
3253
+ dark: string;
3254
+ light: string;
3255
+ }, import("@stitches/react/types/css-util").CSS<{
3256
+ xs: string;
3257
+ sm: string;
3258
+ md: string;
3259
+ lg: string;
3260
+ xl: string;
3261
+ xsMin: string;
3262
+ smMin: string;
3263
+ mdMin: string;
3264
+ lgMin: string;
3265
+ xlMin: string;
3266
+ xsMax: string;
3267
+ smMax: string;
3268
+ mdMax: string;
3269
+ lgMax: string;
3270
+ xlMax: string;
3271
+ motion: string;
3272
+ safari: string;
3273
+ hover: string;
3274
+ dark: string;
3275
+ light: string;
3276
+ }, {
3277
+ shadows: {
3278
+ xs: string;
3279
+ sm: string;
3280
+ md: string;
3281
+ lg: string;
3282
+ xl: string;
3283
+ };
3284
+ dropShadows: {
3285
+ xs: string;
3286
+ sm: string;
3287
+ md: string;
3288
+ lg: string;
3289
+ xl: string;
3290
+ };
3291
+ colors: {
3292
+ text: string;
3293
+ link: string;
3294
+ codeLight: string;
3295
+ code: string;
3296
+ selection: string;
3297
+ border: string;
3298
+ gray50: string;
3299
+ gray100: string;
3300
+ gray200: string;
3301
+ gray300: string;
3302
+ gray400: string;
3303
+ gray500: string;
3304
+ gray600: string;
3305
+ gray700: string;
3306
+ gray800: string;
3307
+ gray900: string;
3308
+ pink50: string;
3309
+ pink100: string;
3310
+ pink200: string;
3311
+ pink300: string;
3312
+ pink400: string;
3313
+ pink500: string;
3314
+ pink600: string;
3315
+ pink700: string;
3316
+ pink800: string;
3317
+ pink900: string;
3318
+ cyan50: string;
3319
+ cyan100: string;
3320
+ cyan200: string;
3321
+ cyan300: string;
3322
+ cyan400: string;
3323
+ cyan500: string;
3324
+ cyan600: string;
3325
+ cyan700: string;
3326
+ cyan800: string;
3327
+ cyan900: string;
3328
+ red50: string;
3329
+ red100: string;
3330
+ red200: string;
3331
+ red300: string;
3332
+ red400: string;
3333
+ red500: string;
3334
+ red600: string;
3335
+ red700: string;
3336
+ red800: string;
3337
+ red900: string;
3338
+ yellow50: string;
3339
+ yellow100: string;
3340
+ yellow200: string;
3341
+ yellow300: string;
3342
+ yellow400: string;
3343
+ yellow500: string;
3344
+ yellow600: string;
3345
+ yellow700: string;
3346
+ yellow800: string;
3347
+ yellow900: string;
3348
+ green50: string;
3349
+ green100: string;
3350
+ green200: string;
3351
+ green300: string;
3352
+ green400: string;
3353
+ green500: string;
3354
+ green600: string;
3355
+ green700: string;
3356
+ green800: string;
3357
+ green900: string;
3358
+ purple50: string;
3359
+ purple100: string;
3360
+ purple200: string;
3361
+ purple300: string;
3362
+ purple400: string;
3363
+ purple500: string;
3364
+ purple600: string;
3365
+ purple700: string;
3366
+ purple800: string;
3367
+ purple900: string;
3368
+ blue50: string;
3369
+ blue100: string;
3370
+ blue200: string;
3371
+ blue300: string;
3372
+ blue400: string;
3373
+ blue500: string;
3374
+ blue600: string;
3375
+ blue700: string;
3376
+ blue800: string;
3377
+ blue900: string;
3378
+ background: string;
3379
+ backgroundAlpha: string;
3380
+ foreground: string;
3381
+ backgroundContrast: string;
3382
+ white: string;
3383
+ black: string;
3384
+ primaryLight: string;
3385
+ primaryLightHover: string;
3386
+ primaryLightActive: string;
3387
+ primaryLightContrast: string;
3388
+ primary: string;
3389
+ primaryBorder: string;
3390
+ primaryBorderHover: string;
3391
+ primarySolidHover: string;
3392
+ primarySolidContrast: string;
3393
+ primaryShadow: string;
3394
+ secondaryLight: string;
3395
+ secondaryLightHover: string;
3396
+ secondaryLightActive: string;
3397
+ secondaryLightContrast: string;
3398
+ secondary: string;
3399
+ secondaryBorder: string;
3400
+ secondaryBorderHover: string;
3401
+ secondarySolidHover: string;
3402
+ secondarySolidContrast: string;
3403
+ secondaryShadow: string;
3404
+ successLight: string;
3405
+ successLightHover: string;
3406
+ successLightActive: string;
3407
+ successLightContrast: string;
3408
+ success: string;
3409
+ successBorder: string;
3410
+ successBorderHover: string;
3411
+ successSolidHover: string;
3412
+ successSolidContrast: string;
3413
+ successShadow: string;
3414
+ warningLight: string;
3415
+ warningLightHover: string;
3416
+ warningLightActive: string;
3417
+ warningLightContrast: string;
3418
+ warning: string;
3419
+ warningBorder: string;
3420
+ warningBorderHover: string;
3421
+ warningSolidHover: string;
3422
+ warningSolidContrast: string;
3423
+ warningShadow: string;
3424
+ errorLight: string;
3425
+ errorLightHover: string;
3426
+ errorLightActive: string;
3427
+ errorLightContrast: string;
3428
+ error: string;
3429
+ errorBorder: string;
3430
+ errorBorderHover: string;
3431
+ errorSolidHover: string;
3432
+ errorSolidContrast: string;
3433
+ errorShadow: string;
3434
+ neutralLight: string;
3435
+ neutralLightHover: string;
3436
+ neutralLightActive: string;
3437
+ neutralLightContrast: string;
3438
+ neutral: string;
3439
+ neutralBorder: string;
3440
+ neutralBorderHover: string;
3441
+ neutralSolidHover: string;
3442
+ neutralSolidContrast: string;
3443
+ neutralShadow: string;
3444
+ gradient: string;
3445
+ accents0: string;
3446
+ accents1: string;
3447
+ accents2: string;
3448
+ accents3: string;
3449
+ accents4: string;
3450
+ accents5: string;
3451
+ accents6: string;
3452
+ accents7: string;
3453
+ accents8: string;
3454
+ accents9: string;
3455
+ };
3456
+ fonts: {
3457
+ sans: string;
3458
+ mono: string;
3459
+ };
3460
+ fontSizes: {
3461
+ xs: string;
3462
+ sm: string;
3463
+ base: string;
3464
+ md: string;
3465
+ lg: string;
3466
+ xl: string;
3467
+ "2xl": string;
3468
+ "3xl": string;
3469
+ "4xl": string;
3470
+ "5xl": string;
3471
+ "6xl": string;
3472
+ "7xl": string;
3473
+ "8xl": string;
3474
+ "9xl": string;
3475
+ };
3476
+ fontWeights: {
3477
+ hairline: number;
3478
+ thin: number;
3479
+ light: number;
3480
+ normal: number;
3481
+ medium: number;
3482
+ semibold: number;
3483
+ bold: number;
3484
+ extrabold: number;
3485
+ black: number;
3486
+ };
3487
+ lineHeights: {
3488
+ xs: number;
3489
+ sm: number;
3490
+ base: number;
3491
+ md: number;
3492
+ lg: number;
3493
+ xl: number;
3494
+ "2xl": number;
3495
+ "3xl": number;
3496
+ "4xl": number;
3497
+ "5xl": number;
3498
+ "6xl": number;
3499
+ "7xl": number;
3500
+ "8xl": number;
3501
+ "9xl": number;
3502
+ };
3503
+ letterSpacings: {
3504
+ tighter: string;
3505
+ tight: string;
3506
+ normal: string;
3507
+ wide: string;
3508
+ wider: string;
3509
+ widest: string;
3510
+ };
3511
+ space: {
3512
+ 0: string;
3513
+ xs: string;
3514
+ sm: string;
3515
+ md: string;
3516
+ lg: string;
3517
+ xl: string;
3518
+ "2xl": string;
3519
+ "3xl": string;
3520
+ "4xl": string;
3521
+ "5xl": string;
3522
+ "6xl": string;
3523
+ "7xl": string;
3524
+ "8xl": string;
3525
+ "9xl": string;
3526
+ min: string;
3527
+ max: string;
3528
+ fit: string;
3529
+ screen: string;
3530
+ full: string;
3531
+ px: string;
3532
+ 1: string;
3533
+ 2: string;
3534
+ 3: string;
3535
+ 4: string;
3536
+ 5: string;
3537
+ 6: string;
3538
+ 7: string;
3539
+ 8: string;
3540
+ 9: string;
3541
+ 10: string;
3542
+ 11: string;
3543
+ 12: string;
3544
+ 13: string;
3545
+ 14: string;
3546
+ 15: string;
3547
+ 16: string;
3548
+ 17: string;
3549
+ 18: string;
3550
+ 20: string;
3551
+ 24: string;
3552
+ 28: string;
3553
+ 32: string;
3554
+ 36: string;
3555
+ 40: string;
3556
+ 44: string;
3557
+ 48: string;
3558
+ 52: string;
3559
+ 56: string;
3560
+ 60: string;
3561
+ 64: string;
3562
+ 72: string;
3563
+ 80: string;
3564
+ 96: string;
3565
+ };
3566
+ radii: {
3567
+ xs: string;
3568
+ sm: string;
3569
+ md: string;
3570
+ base: string;
3571
+ lg: string;
3572
+ xl: string;
3573
+ "2xl": string;
3574
+ "3xl": string;
3575
+ squared: string;
3576
+ rounded: string;
3577
+ pill: string;
3578
+ };
3579
+ zIndices: {
3580
+ 1: string;
3581
+ 2: string;
3582
+ 3: string;
3583
+ 4: string;
3584
+ 5: string;
3585
+ 10: string;
3586
+ max: string;
3587
+ };
3588
+ borderWeights: {
3589
+ light: string;
3590
+ normal: string;
3591
+ bold: string;
3592
+ extrabold: string;
3593
+ black: string;
3594
+ };
3595
+ transitions: {
3596
+ default: string;
3597
+ button: string;
3598
+ avatar: string;
3599
+ card: string;
3600
+ dropdownItem: string;
3601
+ };
3602
+ breakpoints: {
3603
+ xs: string;
3604
+ sm: string;
3605
+ md: string;
3606
+ lg: string;
3607
+ xl: string;
3608
+ };
3609
+ }, {
3610
+ width: string;
3611
+ height: string;
3612
+ minWidth: string;
3613
+ maxWidth: string;
3614
+ minHeight: string;
3615
+ maxHeight: string;
3616
+ flexBasis: string;
3617
+ gridTemplateColumns: string;
3618
+ gridTemplateRows: string;
3619
+ blockSize: string;
3620
+ minBlockSize: string;
3621
+ maxBlockSize: string;
3622
+ inlineSize: string;
3623
+ minInlineSize: string;
3624
+ maxInlineSize: string;
3625
+ borderWidth: string;
3626
+ gap: "space";
3627
+ gridGap: "space";
3628
+ columnGap: "space";
3629
+ gridColumnGap: "space";
3630
+ rowGap: "space";
3631
+ gridRowGap: "space";
3632
+ inset: "space";
3633
+ insetBlock: "space";
3634
+ insetBlockEnd: "space";
3635
+ insetBlockStart: "space";
3636
+ insetInline: "space";
3637
+ insetInlineEnd: "space";
3638
+ insetInlineStart: "space";
3639
+ margin: "space";
3640
+ marginTop: "space";
3641
+ marginRight: "space";
3642
+ marginBottom: "space";
3643
+ marginLeft: "space";
3644
+ marginBlock: "space";
3645
+ marginBlockEnd: "space";
3646
+ marginBlockStart: "space";
3647
+ marginInline: "space";
3648
+ marginInlineEnd: "space";
3649
+ marginInlineStart: "space";
3650
+ padding: "space";
3651
+ paddingTop: "space";
3652
+ paddingRight: "space";
3653
+ paddingBottom: "space";
3654
+ paddingLeft: "space";
3655
+ paddingBlock: "space";
3656
+ paddingBlockEnd: "space";
3657
+ paddingBlockStart: "space";
3658
+ paddingInline: "space";
3659
+ paddingInlineEnd: "space";
3660
+ paddingInlineStart: "space";
3661
+ scrollMargin: "space";
3662
+ scrollMarginTop: "space";
3663
+ scrollMarginRight: "space";
3664
+ scrollMarginBottom: "space";
3665
+ scrollMarginLeft: "space";
3666
+ scrollMarginBlock: "space";
3667
+ scrollMarginBlockEnd: "space";
3668
+ scrollMarginBlockStart: "space";
3669
+ scrollMarginInline: "space";
3670
+ scrollMarginInlineEnd: "space";
3671
+ scrollMarginInlineStart: "space";
3672
+ scrollPadding: "space";
3673
+ scrollPaddingTop: "space";
3674
+ scrollPaddingRight: "space";
3675
+ scrollPaddingBottom: "space";
3676
+ scrollPaddingLeft: "space";
3677
+ scrollPaddingBlock: "space";
3678
+ scrollPaddingBlockEnd: "space";
3679
+ scrollPaddingBlockStart: "space";
3680
+ scrollPaddingInline: "space";
3681
+ scrollPaddingInlineEnd: "space";
3682
+ scrollPaddingInlineStart: "space";
3683
+ top: "space";
3684
+ right: "space";
3685
+ bottom: "space";
3686
+ left: "space";
3687
+ fontSize: "fontSizes";
3688
+ background: "colors";
3689
+ backgroundColor: "colors";
3690
+ backgroundImage: "colors";
3691
+ borderImage: "colors";
3692
+ border: "colors";
3693
+ borderBlock: "colors";
3694
+ borderBlockEnd: "colors";
3695
+ borderBlockStart: "colors";
3696
+ borderBottom: "colors";
3697
+ borderBottomColor: "colors";
3698
+ borderColor: "colors";
3699
+ borderInline: "colors";
3700
+ borderInlineEnd: "colors";
3701
+ borderInlineStart: "colors";
3702
+ borderLeft: "colors";
3703
+ borderLeftColor: "colors";
3704
+ borderRight: "colors";
3705
+ borderRightColor: "colors";
3706
+ borderTop: "colors";
3707
+ borderTopColor: "colors";
3708
+ caretColor: "colors";
3709
+ color: "colors";
3710
+ columnRuleColor: "colors";
3711
+ outline: "colors";
3712
+ outlineColor: "colors";
3713
+ fill: "colors";
3714
+ stroke: "colors";
3715
+ textDecorationColor: "colors";
3716
+ fontFamily: "fonts";
3717
+ fontWeight: "fontWeights";
3718
+ lineHeight: "lineHeights";
3719
+ letterSpacing: "letterSpacings";
3720
+ borderTopWidth: "borderWidths";
3721
+ borderLeftWidth: "borderWidths";
3722
+ borderRightWidth: "borderWidths";
3723
+ borderBottomWidth: "borderWidths";
3724
+ borderStyle: "borderStyles";
3725
+ borderTopStyle: "borderStyles";
3726
+ borderLeftStyle: "borderStyles";
3727
+ borderRightStyle: "borderStyles";
3728
+ borderBottomStyle: "borderStyles";
3729
+ borderRadius: "radii";
3730
+ borderTopLeftRadius: "radii";
3731
+ borderTopRightRadius: "radii";
3732
+ borderBottomRightRadius: "radii";
3733
+ borderBottomLeftRadius: "radii";
3734
+ boxShadow: "shadows";
3735
+ textShadow: "shadows";
3736
+ transition: "transitions";
3737
+ zIndex: "zIndices";
3738
+ }, {
3739
+ p: (value: {
3740
+ readonly [$$PropertyValue]: "padding";
3741
+ }) => {
3742
+ padding: {
3743
+ readonly [$$PropertyValue]: "padding";
3744
+ };
3745
+ };
3746
+ pt: (value: {
3747
+ readonly [$$PropertyValue]: "paddingTop";
3748
+ }) => {
3749
+ paddingTop: {
3750
+ readonly [$$PropertyValue]: "paddingTop";
3751
+ };
3752
+ };
3753
+ pr: (value: {
3754
+ readonly [$$PropertyValue]: "paddingRight";
3755
+ }) => {
3756
+ paddingRight: {
3757
+ readonly [$$PropertyValue]: "paddingRight";
3758
+ };
3759
+ };
3760
+ pb: (value: {
3761
+ readonly [$$PropertyValue]: "paddingBottom";
3762
+ }) => {
3763
+ paddingBottom: {
3764
+ readonly [$$PropertyValue]: "paddingBottom";
3765
+ };
3766
+ };
3767
+ pl: (value: {
3768
+ readonly [$$PropertyValue]: "paddingLeft";
3769
+ }) => {
3770
+ paddingLeft: {
3771
+ readonly [$$PropertyValue]: "paddingLeft";
3772
+ };
3773
+ };
3774
+ px: (value: {
3775
+ readonly [$$PropertyValue]: "paddingLeft";
3776
+ }) => {
3777
+ paddingLeft: {
3778
+ readonly [$$PropertyValue]: "paddingLeft";
3779
+ };
3780
+ paddingRight: {
3781
+ readonly [$$PropertyValue]: "paddingLeft";
3782
+ };
3783
+ };
3784
+ py: (value: {
3785
+ readonly [$$PropertyValue]: "paddingTop";
3786
+ }) => {
3787
+ paddingTop: {
3788
+ readonly [$$PropertyValue]: "paddingTop";
3789
+ };
3790
+ paddingBottom: {
3791
+ readonly [$$PropertyValue]: "paddingTop";
3792
+ };
3793
+ };
3794
+ m: (value: {
3795
+ readonly [$$PropertyValue]: "margin";
3796
+ }) => {
3797
+ margin: {
3798
+ readonly [$$PropertyValue]: "margin";
3799
+ };
3800
+ };
3801
+ mt: (value: {
3802
+ readonly [$$PropertyValue]: "marginTop";
3803
+ }) => {
3804
+ marginTop: {
3805
+ readonly [$$PropertyValue]: "marginTop";
3806
+ };
3807
+ };
3808
+ mr: (value: {
3809
+ readonly [$$PropertyValue]: "marginRight";
3810
+ }) => {
3811
+ marginRight: {
3812
+ readonly [$$PropertyValue]: "marginRight";
3813
+ };
3814
+ };
3815
+ mb: (value: {
3816
+ readonly [$$PropertyValue]: "marginBottom";
3817
+ }) => {
3818
+ marginBottom: {
3819
+ readonly [$$PropertyValue]: "marginBottom";
3820
+ };
3821
+ };
3822
+ ml: (value: {
3823
+ readonly [$$PropertyValue]: "marginLeft";
3824
+ }) => {
3825
+ marginLeft: {
3826
+ readonly [$$PropertyValue]: "marginLeft";
3827
+ };
3828
+ };
3829
+ mx: (value: {
3830
+ readonly [$$PropertyValue]: "marginLeft";
3831
+ }) => {
3832
+ marginLeft: {
3833
+ readonly [$$PropertyValue]: "marginLeft";
3834
+ };
3835
+ marginRight: {
3836
+ readonly [$$PropertyValue]: "marginLeft";
3837
+ };
3838
+ };
3839
+ my: (value: {
3840
+ readonly [$$PropertyValue]: "marginTop";
3841
+ }) => {
3842
+ marginTop: {
3843
+ readonly [$$PropertyValue]: "marginTop";
3844
+ };
3845
+ marginBottom: {
3846
+ readonly [$$PropertyValue]: "marginTop";
3847
+ };
3848
+ };
3849
+ ta: (value: {
3850
+ readonly [$$PropertyValue]: "textAlign";
3851
+ }) => {
3852
+ textAlign: {
3853
+ readonly [$$PropertyValue]: "textAlign";
3854
+ };
3855
+ };
3856
+ tt: (value: {
3857
+ readonly [$$PropertyValue]: "textTransform";
3858
+ }) => {
3859
+ textTransform: {
3860
+ readonly [$$PropertyValue]: "textTransform";
3861
+ };
3862
+ };
3863
+ to: (value: {
3864
+ readonly [$$PropertyValue]: "textOverflow";
3865
+ }) => {
3866
+ textOverflow: {
3867
+ readonly [$$PropertyValue]: "textOverflow";
3868
+ };
3869
+ };
3870
+ d: (value: {
3871
+ readonly [$$PropertyValue]: "display";
3872
+ }) => {
3873
+ display: {
3874
+ readonly [$$PropertyValue]: "display";
3875
+ };
3876
+ };
3877
+ dflex: (value: {
3878
+ readonly [$$PropertyValue]: "alignItems";
3879
+ }) => {
3880
+ display: string;
3881
+ alignItems: {
3882
+ readonly [$$PropertyValue]: "alignItems";
3883
+ };
3884
+ justifyContent: {
3885
+ readonly [$$PropertyValue]: "alignItems";
3886
+ };
3887
+ };
3888
+ fd: (value: {
3889
+ readonly [$$PropertyValue]: "flexDirection";
3890
+ }) => {
3891
+ flexDirection: {
3892
+ readonly [$$PropertyValue]: "flexDirection";
3893
+ };
3894
+ };
3895
+ fw: (value: {
3896
+ readonly [$$PropertyValue]: "flexWrap";
3897
+ }) => {
3898
+ flexWrap: {
3899
+ readonly [$$PropertyValue]: "flexWrap";
3900
+ };
3901
+ };
3902
+ ai: (value: {
3903
+ readonly [$$PropertyValue]: "alignItems";
3904
+ }) => {
3905
+ alignItems: {
3906
+ readonly [$$PropertyValue]: "alignItems";
3907
+ };
3908
+ };
3909
+ ac: (value: {
3910
+ readonly [$$PropertyValue]: "alignContent";
3911
+ }) => {
3912
+ alignContent: {
3913
+ readonly [$$PropertyValue]: "alignContent";
3914
+ };
3915
+ };
3916
+ jc: (value: {
3917
+ readonly [$$PropertyValue]: "justifyContent";
3918
+ }) => {
3919
+ justifyContent: {
3920
+ readonly [$$PropertyValue]: "justifyContent";
3921
+ };
3922
+ };
3923
+ as: (value: {
3924
+ readonly [$$PropertyValue]: "alignSelf";
3925
+ }) => {
3926
+ alignSelf: {
3927
+ readonly [$$PropertyValue]: "alignSelf";
3928
+ };
3929
+ };
3930
+ fg: (value: {
3931
+ readonly [$$PropertyValue]: "flexGrow";
3932
+ }) => {
3933
+ flexGrow: {
3934
+ readonly [$$PropertyValue]: "flexGrow";
3935
+ };
3936
+ };
3937
+ fs: (value: {
3938
+ readonly [$$PropertyValue]: "fontSize";
3939
+ }) => {
3940
+ fontSize: {
3941
+ readonly [$$PropertyValue]: "fontSize";
3942
+ };
3943
+ };
3944
+ fb: (value: {
3945
+ readonly [$$PropertyValue]: "flexBasis";
3946
+ }) => {
3947
+ flexBasis: {
3948
+ readonly [$$PropertyValue]: "flexBasis";
3949
+ };
3950
+ };
3951
+ bc: (value: {
3952
+ readonly [$$PropertyValue]: "backgroundColor";
3953
+ }) => {
3954
+ backgroundColor: {
3955
+ readonly [$$PropertyValue]: "backgroundColor";
3956
+ };
3957
+ };
3958
+ bf: (value: {
3959
+ readonly [$$PropertyValue]: "backdropFilter";
3960
+ }) => {
3961
+ backdropFilter: {
3962
+ readonly [$$PropertyValue]: "backdropFilter";
3963
+ };
3964
+ };
3965
+ bg: (value: {
3966
+ readonly [$$PropertyValue]: "backgroundColor";
3967
+ }) => {
3968
+ background: {
3969
+ readonly [$$PropertyValue]: "backgroundColor";
3970
+ };
3971
+ };
3972
+ bgBlur: (value: {
3973
+ readonly [$$PropertyValue]: "backgroundColor";
3974
+ }) => {
3975
+ bf: string;
3976
+ bg: {
3977
+ readonly [$$PropertyValue]: "backgroundColor";
3978
+ };
3979
+ };
3980
+ bgColor: (value: {
3981
+ readonly [$$PropertyValue]: "backgroundColor";
3982
+ }) => {
3983
+ backgroundColor: {
3984
+ readonly [$$PropertyValue]: "backgroundColor";
3985
+ };
3986
+ };
3987
+ backgroundClip: (value: {
3988
+ readonly [$$PropertyValue]: "backgroundClip";
3989
+ }) => {
3990
+ WebkitBackgroundClip: {
3991
+ readonly [$$PropertyValue]: "backgroundClip";
3992
+ };
3993
+ backgroundClip: {
3994
+ readonly [$$PropertyValue]: "backgroundClip";
3995
+ };
3996
+ };
3997
+ bgClip: (value: {
3998
+ readonly [$$PropertyValue]: "backgroundClip";
3999
+ }) => {
4000
+ WebkitBackgroundClip: {
4001
+ readonly [$$PropertyValue]: "backgroundClip";
4002
+ };
4003
+ backgroundClip: {
4004
+ readonly [$$PropertyValue]: "backgroundClip";
4005
+ };
4006
+ };
4007
+ br: (value: {
4008
+ readonly [$$PropertyValue]: "borderRadius";
4009
+ }) => {
4010
+ borderRadius: {
4011
+ readonly [$$PropertyValue]: "borderRadius";
4012
+ };
4013
+ };
4014
+ bw: (value: {
4015
+ readonly [$$PropertyValue]: "borderWidth";
4016
+ }) => {
4017
+ borderWidth: {
4018
+ readonly [$$PropertyValue]: "borderWidth";
4019
+ };
4020
+ };
4021
+ btrr: (value: {
4022
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4023
+ }) => {
4024
+ borderTopRightRadius: {
4025
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4026
+ };
4027
+ };
4028
+ bbrr: (value: {
4029
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4030
+ }) => {
4031
+ borderBottomRightRadius: {
4032
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4033
+ };
4034
+ };
4035
+ bblr: (value: {
4036
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4037
+ }) => {
4038
+ borderBottomLeftRadius: {
4039
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4040
+ };
4041
+ };
4042
+ btlr: (value: {
4043
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4044
+ }) => {
4045
+ borderTopLeftRadius: {
4046
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4047
+ };
4048
+ };
4049
+ bs: (value: {
4050
+ readonly [$$PropertyValue]: "boxShadow";
4051
+ }) => {
4052
+ boxShadow: {
4053
+ readonly [$$PropertyValue]: "boxShadow";
4054
+ };
4055
+ };
4056
+ ds: (value: {
4057
+ readonly [$$PropertyValue]: "boxShadow";
4058
+ }) => {
4059
+ dropShadow: {
4060
+ readonly [$$PropertyValue]: "boxShadow";
4061
+ };
4062
+ };
4063
+ shadow: (value: {
4064
+ readonly [$$PropertyValue]: "boxShadow";
4065
+ }) => {
4066
+ boxShadow: {
4067
+ readonly [$$PropertyValue]: "boxShadow";
4068
+ };
4069
+ };
4070
+ dshadow: (value: {
4071
+ readonly [$$PropertyValue]: "boxShadow";
4072
+ }) => {
4073
+ dropShadow: {
4074
+ readonly [$$PropertyValue]: "boxShadow";
4075
+ };
4076
+ };
4077
+ dropShadow: (value: {
4078
+ readonly [$$PropertyValue]: "boxShadow";
4079
+ }) => {
4080
+ filter: string;
4081
+ };
4082
+ normalShadow: (value: {
4083
+ readonly [$$PropertyValue]: "backgroundColor";
4084
+ }) => {
4085
+ boxShadow: string;
4086
+ };
4087
+ normalShadowVar: (value: {
4088
+ readonly [$$PropertyValue]: "backgroundColor";
4089
+ }) => {
4090
+ boxShadow: string;
4091
+ };
4092
+ lh: (value: {
4093
+ readonly [$$PropertyValue]: "lineHeight";
4094
+ }) => {
4095
+ lineHeight: {
4096
+ readonly [$$PropertyValue]: "lineHeight";
4097
+ };
4098
+ };
4099
+ ov: (value: {
4100
+ readonly [$$PropertyValue]: "overflow";
4101
+ }) => {
4102
+ overflow: {
4103
+ readonly [$$PropertyValue]: "overflow";
4104
+ };
4105
+ };
4106
+ ox: (value: {
4107
+ readonly [$$PropertyValue]: "overflowX";
4108
+ }) => {
4109
+ overflowX: {
4110
+ readonly [$$PropertyValue]: "overflowX";
4111
+ };
4112
+ };
4113
+ oy: (value: {
4114
+ readonly [$$PropertyValue]: "overflowY";
4115
+ }) => {
4116
+ overflowY: {
4117
+ readonly [$$PropertyValue]: "overflowY";
4118
+ };
4119
+ };
4120
+ pe: (value: {
4121
+ readonly [$$PropertyValue]: "pointerEvents";
4122
+ }) => {
4123
+ pointerEvents: {
4124
+ readonly [$$PropertyValue]: "pointerEvents";
4125
+ };
4126
+ };
4127
+ events: (value: {
4128
+ readonly [$$PropertyValue]: "pointerEvents";
4129
+ }) => {
4130
+ pointerEvents: {
4131
+ readonly [$$PropertyValue]: "pointerEvents";
4132
+ };
4133
+ };
4134
+ us: (value: {
4135
+ readonly [$$PropertyValue]: "userSelect";
4136
+ }) => {
4137
+ WebkitUserSelect: {
4138
+ readonly [$$PropertyValue]: "userSelect";
4139
+ };
4140
+ userSelect: {
4141
+ readonly [$$PropertyValue]: "userSelect";
4142
+ };
4143
+ };
4144
+ userSelect: (value: {
4145
+ readonly [$$PropertyValue]: "userSelect";
4146
+ }) => {
4147
+ WebkitUserSelect: {
4148
+ readonly [$$PropertyValue]: "userSelect";
4149
+ };
4150
+ userSelect: {
4151
+ readonly [$$PropertyValue]: "userSelect";
4152
+ };
4153
+ };
4154
+ w: (value: {
4155
+ readonly [$$PropertyValue]: "width";
4156
+ }) => {
4157
+ width: {
4158
+ readonly [$$PropertyValue]: "width";
4159
+ };
4160
+ };
4161
+ h: (value: {
4162
+ readonly [$$PropertyValue]: "height";
4163
+ }) => {
4164
+ height: {
4165
+ readonly [$$PropertyValue]: "height";
4166
+ };
4167
+ };
4168
+ mw: (value: {
4169
+ readonly [$$PropertyValue]: "maxWidth";
4170
+ }) => {
4171
+ maxWidth: {
4172
+ readonly [$$PropertyValue]: "maxWidth";
4173
+ };
4174
+ };
4175
+ maxW: (value: {
4176
+ readonly [$$PropertyValue]: "maxWidth";
4177
+ }) => {
4178
+ maxWidth: {
4179
+ readonly [$$PropertyValue]: "maxWidth";
4180
+ };
4181
+ };
4182
+ mh: (value: {
4183
+ readonly [$$PropertyValue]: "maxHeight";
4184
+ }) => {
4185
+ maxHeight: {
4186
+ readonly [$$PropertyValue]: "maxHeight";
4187
+ };
4188
+ };
4189
+ maxH: (value: {
4190
+ readonly [$$PropertyValue]: "maxHeight";
4191
+ }) => {
4192
+ maxHeight: {
4193
+ readonly [$$PropertyValue]: "maxHeight";
4194
+ };
4195
+ };
4196
+ size: (value: {
4197
+ readonly [$$PropertyValue]: "width";
4198
+ }) => {
4199
+ width: {
4200
+ readonly [$$PropertyValue]: "width";
4201
+ };
4202
+ height: {
4203
+ readonly [$$PropertyValue]: "width";
4204
+ };
4205
+ };
4206
+ minSize: (value: {
4207
+ readonly [$$PropertyValue]: "width";
4208
+ }) => {
4209
+ minWidth: {
4210
+ readonly [$$PropertyValue]: "width";
4211
+ };
4212
+ minHeight: {
4213
+ readonly [$$PropertyValue]: "width";
4214
+ };
4215
+ width: {
4216
+ readonly [$$PropertyValue]: "width";
4217
+ };
4218
+ height: {
4219
+ readonly [$$PropertyValue]: "width";
4220
+ };
4221
+ };
4222
+ sizeMin: (value: {
4223
+ readonly [$$PropertyValue]: "width";
4224
+ }) => {
4225
+ minWidth: {
4226
+ readonly [$$PropertyValue]: "width";
4227
+ };
4228
+ minHeight: {
4229
+ readonly [$$PropertyValue]: "width";
4230
+ };
4231
+ width: {
4232
+ readonly [$$PropertyValue]: "width";
4233
+ };
4234
+ height: {
4235
+ readonly [$$PropertyValue]: "width";
4236
+ };
4237
+ };
4238
+ maxSize: (value: {
4239
+ readonly [$$PropertyValue]: "width";
4240
+ }) => {
4241
+ maxWidth: {
4242
+ readonly [$$PropertyValue]: "width";
4243
+ };
4244
+ maxHeight: {
4245
+ readonly [$$PropertyValue]: "width";
4246
+ };
4247
+ };
4248
+ sizeMax: (value: {
4249
+ readonly [$$PropertyValue]: "width";
4250
+ }) => {
4251
+ maxWidth: {
4252
+ readonly [$$PropertyValue]: "width";
4253
+ };
4254
+ maxHeight: {
4255
+ readonly [$$PropertyValue]: "width";
4256
+ };
4257
+ };
4258
+ appearance: (value: {
4259
+ readonly [$$PropertyValue]: "appearance";
4260
+ }) => {
4261
+ WebkitAppearance: {
4262
+ readonly [$$PropertyValue]: "appearance";
4263
+ };
4264
+ appearance: {
4265
+ readonly [$$PropertyValue]: "appearance";
4266
+ };
4267
+ };
4268
+ scale: (value: {
4269
+ readonly [$$PropertyValue]: "scale";
4270
+ }) => {
4271
+ transform: string;
4272
+ };
4273
+ linearGradient: (value: {
4274
+ readonly [$$PropertyValue]: "backgroundImage";
4275
+ }) => {
4276
+ backgroundImage: string;
4277
+ };
4278
+ tdl: (value: {
4279
+ readonly [$$PropertyValue]: "textDecorationLine";
4280
+ }) => {
4281
+ textDecorationLine: {
4282
+ readonly [$$PropertyValue]: "textDecorationLine";
4283
+ };
4284
+ };
4285
+ truncateText: (value: {
4286
+ readonly [$$PropertyValue]: "width";
4287
+ }) => {
4288
+ maxWidth: {
4289
+ readonly [$$PropertyValue]: "width";
4290
+ };
4291
+ whiteSpace: string;
4292
+ overflow: string;
4293
+ textOverflow: string;
4294
+ };
4295
+ textGradient: (value: {
4296
+ readonly [$$PropertyValue]: "backgroundImage";
4297
+ }) => {
4298
+ backgroundImage: string;
4299
+ WebkitBackgroundClip: string;
4300
+ WebkitTextFillColor: string;
4301
+ "&::selection": {
4302
+ WebkitTextFillColor: string;
4303
+ };
4304
+ };
4305
+ }>>;
4306
+ export declare type SwitchVariantsProps = VariantProps<typeof StyledSwitch>;
4307
+ export declare type SwitchContainerVariantsProps = VariantProps<typeof StyledSwitchContainer>;