@nextui-org/react 1.0.2-beta.2 → 1.0.2-beta.5-dbg1

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