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