@nextui-org/react 1.0.2-alpha.2 → 1.0.2-beta.4

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