@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,1584 +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
- sizeMin: (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
- sizeMax: (value: Stitches.PropertyValue<'width'>) => {
569
- maxWidth: {
570
- readonly [$$PropertyValue]: "width";
571
- };
572
- maxHeight: {
573
- readonly [$$PropertyValue]: "width";
574
- };
575
- };
576
- appearance: (value: Stitches.PropertyValue<'appearance'>) => {
577
- WebkitAppearance: {
578
- readonly [$$PropertyValue]: "appearance";
579
- };
580
- appearance: {
581
- readonly [$$PropertyValue]: "appearance";
582
- };
583
- };
584
- scale: (value: Stitches.PropertyValue<'scale'>) => {
585
- transform: string;
586
- };
587
- linearGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => {
588
- backgroundImage: string;
589
- };
590
- textGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => {
591
- backgroundImage: string;
592
- WebkitBackgroundClip: string;
593
- WebkitTextFillColor: string;
594
- };
595
- };
596
- export declare const defaultThemeMap: {
597
- width: string;
598
- height: string;
599
- minWidth: string;
600
- maxWidth: string;
601
- minHeight: string;
602
- maxHeight: string;
603
- flexBasis: string;
604
- gridTemplateColumns: string;
605
- gridTemplateRows: string;
606
- blockSize: string;
607
- minBlockSize: string;
608
- maxBlockSize: string;
609
- inlineSize: string;
610
- minInlineSize: string;
611
- maxInlineSize: string;
612
- borderWidth: string;
613
- gap: "space";
614
- gridGap: "space";
615
- columnGap: "space";
616
- gridColumnGap: "space";
617
- rowGap: "space";
618
- gridRowGap: "space";
619
- inset: "space";
620
- insetBlock: "space";
621
- insetBlockEnd: "space";
622
- insetBlockStart: "space";
623
- insetInline: "space";
624
- insetInlineEnd: "space";
625
- insetInlineStart: "space";
626
- margin: "space";
627
- marginTop: "space";
628
- marginRight: "space";
629
- marginBottom: "space";
630
- marginLeft: "space";
631
- marginBlock: "space";
632
- marginBlockEnd: "space";
633
- marginBlockStart: "space";
634
- marginInline: "space";
635
- marginInlineEnd: "space";
636
- marginInlineStart: "space";
637
- padding: "space";
638
- paddingTop: "space";
639
- paddingRight: "space";
640
- paddingBottom: "space";
641
- paddingLeft: "space";
642
- paddingBlock: "space";
643
- paddingBlockEnd: "space";
644
- paddingBlockStart: "space";
645
- paddingInline: "space";
646
- paddingInlineEnd: "space";
647
- paddingInlineStart: "space";
648
- scrollMargin: "space";
649
- scrollMarginTop: "space";
650
- scrollMarginRight: "space";
651
- scrollMarginBottom: "space";
652
- scrollMarginLeft: "space";
653
- scrollMarginBlock: "space";
654
- scrollMarginBlockEnd: "space";
655
- scrollMarginBlockStart: "space";
656
- scrollMarginInline: "space";
657
- scrollMarginInlineEnd: "space";
658
- scrollMarginInlineStart: "space";
659
- scrollPadding: "space";
660
- scrollPaddingTop: "space";
661
- scrollPaddingRight: "space";
662
- scrollPaddingBottom: "space";
663
- scrollPaddingLeft: "space";
664
- scrollPaddingBlock: "space";
665
- scrollPaddingBlockEnd: "space";
666
- scrollPaddingBlockStart: "space";
667
- scrollPaddingInline: "space";
668
- scrollPaddingInlineEnd: "space";
669
- scrollPaddingInlineStart: "space";
670
- top: "space";
671
- right: "space";
672
- bottom: "space";
673
- left: "space";
674
- fontSize: "fontSizes";
675
- background: "colors";
676
- backgroundColor: "colors";
677
- backgroundImage: "colors";
678
- borderImage: "colors";
679
- border: "colors";
680
- borderBlock: "colors";
681
- borderBlockEnd: "colors";
682
- borderBlockStart: "colors";
683
- borderBottom: "colors";
684
- borderBottomColor: "colors";
685
- borderColor: "colors";
686
- borderInline: "colors";
687
- borderInlineEnd: "colors";
688
- borderInlineStart: "colors";
689
- borderLeft: "colors";
690
- borderLeftColor: "colors";
691
- borderRight: "colors";
692
- borderRightColor: "colors";
693
- borderTop: "colors";
694
- borderTopColor: "colors";
695
- caretColor: "colors";
696
- color: "colors";
697
- columnRuleColor: "colors";
698
- outline: "colors";
699
- outlineColor: "colors";
700
- fill: "colors";
701
- stroke: "colors";
702
- textDecorationColor: "colors";
703
- fontFamily: "fonts";
704
- fontWeight: "fontWeights";
705
- lineHeight: "lineHeights";
706
- letterSpacing: "letterSpacings";
707
- borderTopWidth: "borderWidths";
708
- borderLeftWidth: "borderWidths";
709
- borderRightWidth: "borderWidths";
710
- borderBottomWidth: "borderWidths";
711
- borderStyle: "borderStyles";
712
- borderTopStyle: "borderStyles";
713
- borderLeftStyle: "borderStyles";
714
- borderRightStyle: "borderStyles";
715
- borderBottomStyle: "borderStyles";
716
- borderRadius: "radii";
717
- borderTopLeftRadius: "radii";
718
- borderTopRightRadius: "radii";
719
- borderBottomRightRadius: "radii";
720
- borderBottomLeftRadius: "radii";
721
- boxShadow: "shadows";
722
- textShadow: "shadows";
723
- transition: "transitions";
724
- zIndex: "zIndices";
725
- };
726
- declare const _default: {
727
- prefix: string;
728
- theme: {
729
- colors: {
730
- white: string;
731
- black: string;
732
- blue100: string;
733
- blue200: string;
734
- blue300: string;
735
- blue400: string;
736
- blue500: string;
737
- blue600: string;
738
- blue700: string;
739
- blue800: string;
740
- blue900: string;
741
- purple100: string;
742
- purple200: string;
743
- purple300: string;
744
- purple400: string;
745
- purple500: string;
746
- purple600: string;
747
- purple700: string;
748
- purple800: string;
749
- purple900: string;
750
- green100: string;
751
- green200: string;
752
- green300: string;
753
- green400: string;
754
- green500: string;
755
- green600: string;
756
- green700: string;
757
- green800: string;
758
- green900: string;
759
- yellow100: string;
760
- yellow200: string;
761
- yellow300: string;
762
- yellow400: string;
763
- yellow500: string;
764
- yellow600: string;
765
- yellow700: string;
766
- yellow800: string;
767
- yellow900: string;
768
- red100: string;
769
- red200: string;
770
- red300: string;
771
- red400: string;
772
- red500: string;
773
- red600: string;
774
- red700: string;
775
- red800: string;
776
- red900: string;
777
- cyan100: string;
778
- cyan200: string;
779
- cyan300: string;
780
- cyan400: string;
781
- cyan500: string;
782
- cyan600: string;
783
- cyan700: string;
784
- cyan800: string;
785
- cyan900: string;
786
- pink100: string;
787
- pink200: string;
788
- pink300: string;
789
- pink400: string;
790
- pink500: string;
791
- pink600: string;
792
- pink700: string;
793
- pink800: string;
794
- pink900: string;
795
- gray100: string;
796
- gray200: string;
797
- gray300: string;
798
- gray400: string;
799
- gray500: string;
800
- gray600: string;
801
- gray700: string;
802
- gray800: string;
803
- gray900: string;
804
- primaryLight: string;
805
- primary: string;
806
- primaryDark: string;
807
- secondaryLight: string;
808
- secondary: string;
809
- secondaryDark: string;
810
- successLight: string;
811
- success: string;
812
- successDark: string;
813
- warningLight: string;
814
- warning: string;
815
- warningDark: string;
816
- errorLight: string;
817
- error: string;
818
- errorDark: string;
819
- gradient: string;
820
- link: string;
821
- };
822
- shadows: {};
823
- fonts: {
824
- sans: string;
825
- mono: string;
826
- };
827
- fontSizes: {
828
- tiny: string;
829
- xs: string;
830
- base: string;
831
- sm: string;
832
- md: string;
833
- lg: string;
834
- xl: string;
835
- };
836
- fontWeights: {
837
- hairline: number;
838
- thin: number;
839
- light: number;
840
- normal: number;
841
- medium: number;
842
- semibold: number;
843
- bold: number;
844
- extrabold: number;
845
- black: number;
846
- };
847
- lineHeights: {
848
- xs: number;
849
- sm: number;
850
- md: number;
851
- lg: number;
852
- xl: number;
853
- };
854
- letterSpacings: {
855
- tighter: string;
856
- tight: string;
857
- normal: string;
858
- wide: string;
859
- wider: string;
860
- widest: string;
861
- };
862
- space: {
863
- 0: string;
864
- xs: string;
865
- sm: string;
866
- md: string;
867
- lg: string;
868
- xl: string;
869
- px: string;
870
- 1: string;
871
- 2: string;
872
- 3: string;
873
- 4: string;
874
- 5: string;
875
- 6: string;
876
- 7: string;
877
- 8: string;
878
- 9: string;
879
- 10: string;
880
- 11: string;
881
- 12: string;
882
- 13: string;
883
- 14: string;
884
- 15: string;
885
- 16: string;
886
- 17: string;
887
- 18: string;
888
- 20: string;
889
- 24: string;
890
- 28: string;
891
- 32: string;
892
- 36: string;
893
- 40: string;
894
- 44: string;
895
- 48: string;
896
- 52: string;
897
- 56: string;
898
- 60: string;
899
- 64: string;
900
- 72: string;
901
- 80: string;
902
- 96: string;
903
- };
904
- radii: {
905
- xs: string;
906
- sm: string;
907
- md: string;
908
- base: string;
909
- lg: string;
910
- xl: string;
911
- squared: string;
912
- rounded: string;
913
- pill: string;
914
- };
915
- zIndices: {
916
- 1: string;
917
- 2: string;
918
- 3: string;
919
- 4: string;
920
- 5: string;
921
- 10: string;
922
- max: string;
923
- };
924
- borderWeights: {
925
- light: string;
926
- normal: string;
927
- bold: string;
928
- extrabold: string;
929
- black: string;
930
- };
931
- transitions: {
932
- default: string;
933
- };
934
- breakpoints: {
935
- xs: string;
936
- sm: string;
937
- md: string;
938
- lg: string;
939
- xl: string;
940
- };
941
- };
942
- media: {
943
- xs: string;
944
- sm: string;
945
- md: string;
946
- lg: string;
947
- xl: string;
948
- xsMax: string;
949
- smMax: string;
950
- mdMax: string;
951
- lgMax: string;
952
- xlMax: string;
953
- motion: string;
954
- safari: string;
955
- hover: string;
956
- dark: string;
957
- light: string;
958
- };
959
- utils: {
960
- p: (value: {
961
- readonly [$$PropertyValue]: "padding";
962
- }) => {
963
- padding: {
964
- readonly [$$PropertyValue]: "padding";
965
- };
966
- };
967
- pt: (value: {
968
- readonly [$$PropertyValue]: "paddingTop";
969
- }) => {
970
- paddingTop: {
971
- readonly [$$PropertyValue]: "paddingTop";
972
- };
973
- };
974
- pr: (value: {
975
- readonly [$$PropertyValue]: "paddingRight";
976
- }) => {
977
- paddingRight: {
978
- readonly [$$PropertyValue]: "paddingRight";
979
- };
980
- };
981
- pb: (value: {
982
- readonly [$$PropertyValue]: "paddingBottom";
983
- }) => {
984
- paddingBottom: {
985
- readonly [$$PropertyValue]: "paddingBottom";
986
- };
987
- };
988
- pl: (value: {
989
- readonly [$$PropertyValue]: "paddingLeft";
990
- }) => {
991
- paddingLeft: {
992
- readonly [$$PropertyValue]: "paddingLeft";
993
- };
994
- };
995
- px: (value: {
996
- readonly [$$PropertyValue]: "paddingLeft";
997
- }) => {
998
- paddingLeft: {
999
- readonly [$$PropertyValue]: "paddingLeft";
1000
- };
1001
- paddingRight: {
1002
- readonly [$$PropertyValue]: "paddingLeft";
1003
- };
1004
- };
1005
- py: (value: {
1006
- readonly [$$PropertyValue]: "paddingTop";
1007
- }) => {
1008
- paddingTop: {
1009
- readonly [$$PropertyValue]: "paddingTop";
1010
- };
1011
- paddingBottom: {
1012
- readonly [$$PropertyValue]: "paddingTop";
1013
- };
1014
- };
1015
- m: (value: {
1016
- readonly [$$PropertyValue]: "margin";
1017
- }) => {
1018
- margin: {
1019
- readonly [$$PropertyValue]: "margin";
1020
- };
1021
- };
1022
- mt: (value: {
1023
- readonly [$$PropertyValue]: "marginTop";
1024
- }) => {
1025
- marginTop: {
1026
- readonly [$$PropertyValue]: "marginTop";
1027
- };
1028
- };
1029
- mr: (value: {
1030
- readonly [$$PropertyValue]: "marginRight";
1031
- }) => {
1032
- marginRight: {
1033
- readonly [$$PropertyValue]: "marginRight";
1034
- };
1035
- };
1036
- mb: (value: {
1037
- readonly [$$PropertyValue]: "marginBottom";
1038
- }) => {
1039
- marginBottom: {
1040
- readonly [$$PropertyValue]: "marginBottom";
1041
- };
1042
- };
1043
- ml: (value: {
1044
- readonly [$$PropertyValue]: "marginLeft";
1045
- }) => {
1046
- marginLeft: {
1047
- readonly [$$PropertyValue]: "marginLeft";
1048
- };
1049
- };
1050
- mx: (value: {
1051
- readonly [$$PropertyValue]: "marginLeft";
1052
- }) => {
1053
- marginLeft: {
1054
- readonly [$$PropertyValue]: "marginLeft";
1055
- };
1056
- marginRight: {
1057
- readonly [$$PropertyValue]: "marginLeft";
1058
- };
1059
- };
1060
- my: (value: {
1061
- readonly [$$PropertyValue]: "marginTop";
1062
- }) => {
1063
- marginTop: {
1064
- readonly [$$PropertyValue]: "marginTop";
1065
- };
1066
- marginBottom: {
1067
- readonly [$$PropertyValue]: "marginTop";
1068
- };
1069
- };
1070
- ta: (value: {
1071
- readonly [$$PropertyValue]: "textAlign";
1072
- }) => {
1073
- textAlign: {
1074
- readonly [$$PropertyValue]: "textAlign";
1075
- };
1076
- };
1077
- tt: (value: {
1078
- readonly [$$PropertyValue]: "textTransform";
1079
- }) => {
1080
- textTransform: {
1081
- readonly [$$PropertyValue]: "textTransform";
1082
- };
1083
- };
1084
- to: (value: {
1085
- readonly [$$PropertyValue]: "textOverflow";
1086
- }) => {
1087
- textOverflow: {
1088
- readonly [$$PropertyValue]: "textOverflow";
1089
- };
1090
- };
1091
- d: (value: {
1092
- readonly [$$PropertyValue]: "display";
1093
- }) => {
1094
- display: {
1095
- readonly [$$PropertyValue]: "display";
1096
- };
1097
- };
1098
- dflex: (value: {
1099
- readonly [$$PropertyValue]: "alignItems";
1100
- }) => {
1101
- display: string;
1102
- alignItems: {
1103
- readonly [$$PropertyValue]: "alignItems";
1104
- };
1105
- justifyContent: {
1106
- readonly [$$PropertyValue]: "alignItems";
1107
- };
1108
- };
1109
- fd: (value: {
1110
- readonly [$$PropertyValue]: "flexDirection";
1111
- }) => {
1112
- flexDirection: {
1113
- readonly [$$PropertyValue]: "flexDirection";
1114
- };
1115
- };
1116
- fw: (value: {
1117
- readonly [$$PropertyValue]: "flexWrap";
1118
- }) => {
1119
- flexWrap: {
1120
- readonly [$$PropertyValue]: "flexWrap";
1121
- };
1122
- };
1123
- ai: (value: {
1124
- readonly [$$PropertyValue]: "alignItems";
1125
- }) => {
1126
- alignItems: {
1127
- readonly [$$PropertyValue]: "alignItems";
1128
- };
1129
- };
1130
- ac: (value: {
1131
- readonly [$$PropertyValue]: "alignContent";
1132
- }) => {
1133
- alignContent: {
1134
- readonly [$$PropertyValue]: "alignContent";
1135
- };
1136
- };
1137
- jc: (value: {
1138
- readonly [$$PropertyValue]: "justifyContent";
1139
- }) => {
1140
- justifyContent: {
1141
- readonly [$$PropertyValue]: "justifyContent";
1142
- };
1143
- };
1144
- as: (value: {
1145
- readonly [$$PropertyValue]: "alignSelf";
1146
- }) => {
1147
- alignSelf: {
1148
- readonly [$$PropertyValue]: "alignSelf";
1149
- };
1150
- };
1151
- fg: (value: {
1152
- readonly [$$PropertyValue]: "flexGrow";
1153
- }) => {
1154
- flexGrow: {
1155
- readonly [$$PropertyValue]: "flexGrow";
1156
- };
1157
- };
1158
- fs: (value: {
1159
- readonly [$$PropertyValue]: "fontSize";
1160
- }) => {
1161
- fontSize: {
1162
- readonly [$$PropertyValue]: "fontSize";
1163
- };
1164
- };
1165
- fb: (value: {
1166
- readonly [$$PropertyValue]: "flexBasis";
1167
- }) => {
1168
- flexBasis: {
1169
- readonly [$$PropertyValue]: "flexBasis";
1170
- };
1171
- };
1172
- bc: (value: {
1173
- readonly [$$PropertyValue]: "backgroundColor";
1174
- }) => {
1175
- backgroundColor: {
1176
- readonly [$$PropertyValue]: "backgroundColor";
1177
- };
1178
- };
1179
- bf: (value: {
1180
- readonly [$$PropertyValue]: "backdropFilter";
1181
- }) => {
1182
- backdropFilter: {
1183
- readonly [$$PropertyValue]: "backdropFilter";
1184
- };
1185
- };
1186
- bg: (value: {
1187
- readonly [$$PropertyValue]: "backgroundColor";
1188
- }) => {
1189
- background: {
1190
- readonly [$$PropertyValue]: "backgroundColor";
1191
- };
1192
- };
1193
- bgBlur: (value: {
1194
- readonly [$$PropertyValue]: "backgroundColor";
1195
- }) => {
1196
- bf: string;
1197
- bg: string;
1198
- };
1199
- bgColor: (value: {
1200
- readonly [$$PropertyValue]: "backgroundColor";
1201
- }) => {
1202
- backgroundColor: {
1203
- readonly [$$PropertyValue]: "backgroundColor";
1204
- };
1205
- };
1206
- backgroundClip: (value: {
1207
- readonly [$$PropertyValue]: "backgroundClip";
1208
- }) => {
1209
- WebkitBackgroundClip: {
1210
- readonly [$$PropertyValue]: "backgroundClip";
1211
- };
1212
- backgroundClip: {
1213
- readonly [$$PropertyValue]: "backgroundClip";
1214
- };
1215
- };
1216
- bgClip: (value: {
1217
- readonly [$$PropertyValue]: "backgroundClip";
1218
- }) => {
1219
- WebkitBackgroundClip: {
1220
- readonly [$$PropertyValue]: "backgroundClip";
1221
- };
1222
- backgroundClip: {
1223
- readonly [$$PropertyValue]: "backgroundClip";
1224
- };
1225
- };
1226
- br: (value: {
1227
- readonly [$$PropertyValue]: "borderRadius";
1228
- }) => {
1229
- borderRadius: {
1230
- readonly [$$PropertyValue]: "borderRadius";
1231
- };
1232
- };
1233
- bw: (value: {
1234
- readonly [$$PropertyValue]: "borderWidth";
1235
- }) => {
1236
- borderWidth: {
1237
- readonly [$$PropertyValue]: "borderWidth";
1238
- };
1239
- };
1240
- btrr: (value: {
1241
- readonly [$$PropertyValue]: "borderTopRightRadius";
1242
- }) => {
1243
- borderTopRightRadius: {
1244
- readonly [$$PropertyValue]: "borderTopRightRadius";
1245
- };
1246
- };
1247
- bbrr: (value: {
1248
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1249
- }) => {
1250
- borderBottomRightRadius: {
1251
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1252
- };
1253
- };
1254
- bblr: (value: {
1255
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1256
- }) => {
1257
- borderBottomLeftRadius: {
1258
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1259
- };
1260
- };
1261
- btlr: (value: {
1262
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1263
- }) => {
1264
- borderTopLeftRadius: {
1265
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1266
- };
1267
- };
1268
- bs: (value: {
1269
- readonly [$$PropertyValue]: "boxShadow";
1270
- }) => {
1271
- boxShadow: {
1272
- readonly [$$PropertyValue]: "boxShadow";
1273
- };
1274
- };
1275
- normalShadow: (value: {
1276
- readonly [$$PropertyValue]: "backgroundColor";
1277
- }) => {
1278
- boxShadow: string;
1279
- };
1280
- normalShadowVar: (value: {
1281
- readonly [$$PropertyValue]: "backgroundColor";
1282
- }) => {
1283
- boxShadow: string;
1284
- };
1285
- lh: (value: {
1286
- readonly [$$PropertyValue]: "lineHeight";
1287
- }) => {
1288
- lineHeight: {
1289
- readonly [$$PropertyValue]: "lineHeight";
1290
- };
1291
- };
1292
- ov: (value: {
1293
- readonly [$$PropertyValue]: "overflow";
1294
- }) => {
1295
- overflow: {
1296
- readonly [$$PropertyValue]: "overflow";
1297
- };
1298
- };
1299
- ox: (value: {
1300
- readonly [$$PropertyValue]: "overflowX";
1301
- }) => {
1302
- overflowX: {
1303
- readonly [$$PropertyValue]: "overflowX";
1304
- };
1305
- };
1306
- oy: (value: {
1307
- readonly [$$PropertyValue]: "overflowY";
1308
- }) => {
1309
- overflowY: {
1310
- readonly [$$PropertyValue]: "overflowY";
1311
- };
1312
- };
1313
- pe: (value: {
1314
- readonly [$$PropertyValue]: "pointerEvents";
1315
- }) => {
1316
- pointerEvents: {
1317
- readonly [$$PropertyValue]: "pointerEvents";
1318
- };
1319
- };
1320
- events: (value: {
1321
- readonly [$$PropertyValue]: "pointerEvents";
1322
- }) => {
1323
- pointerEvents: {
1324
- readonly [$$PropertyValue]: "pointerEvents";
1325
- };
1326
- };
1327
- us: (value: {
1328
- readonly [$$PropertyValue]: "userSelect";
1329
- }) => {
1330
- WebkitUserSelect: {
1331
- readonly [$$PropertyValue]: "userSelect";
1332
- };
1333
- userSelect: {
1334
- readonly [$$PropertyValue]: "userSelect";
1335
- };
1336
- };
1337
- userSelect: (value: {
1338
- readonly [$$PropertyValue]: "userSelect";
1339
- }) => {
1340
- WebkitUserSelect: {
1341
- readonly [$$PropertyValue]: "userSelect";
1342
- };
1343
- userSelect: {
1344
- readonly [$$PropertyValue]: "userSelect";
1345
- };
1346
- };
1347
- w: (value: {
1348
- readonly [$$PropertyValue]: "width";
1349
- }) => {
1350
- width: {
1351
- readonly [$$PropertyValue]: "width";
1352
- };
1353
- };
1354
- h: (value: {
1355
- readonly [$$PropertyValue]: "height";
1356
- }) => {
1357
- height: {
1358
- readonly [$$PropertyValue]: "height";
1359
- };
1360
- };
1361
- mw: (value: {
1362
- readonly [$$PropertyValue]: "maxWidth";
1363
- }) => {
1364
- maxWidth: {
1365
- readonly [$$PropertyValue]: "maxWidth";
1366
- };
1367
- };
1368
- maxW: (value: {
1369
- readonly [$$PropertyValue]: "maxWidth";
1370
- }) => {
1371
- maxWidth: {
1372
- readonly [$$PropertyValue]: "maxWidth";
1373
- };
1374
- };
1375
- mh: (value: {
1376
- readonly [$$PropertyValue]: "maxHeight";
1377
- }) => {
1378
- maxHeight: {
1379
- readonly [$$PropertyValue]: "maxHeight";
1380
- };
1381
- };
1382
- maxH: (value: {
1383
- readonly [$$PropertyValue]: "maxHeight";
1384
- }) => {
1385
- maxHeight: {
1386
- readonly [$$PropertyValue]: "maxHeight";
1387
- };
1388
- };
1389
- size: (value: {
1390
- readonly [$$PropertyValue]: "width";
1391
- }) => {
1392
- width: {
1393
- readonly [$$PropertyValue]: "width";
1394
- };
1395
- height: {
1396
- readonly [$$PropertyValue]: "width";
1397
- };
1398
- };
1399
- sizeMin: (value: {
1400
- readonly [$$PropertyValue]: "width";
1401
- }) => {
1402
- minWidth: {
1403
- readonly [$$PropertyValue]: "width";
1404
- };
1405
- minHeight: {
1406
- readonly [$$PropertyValue]: "width";
1407
- };
1408
- width: {
1409
- readonly [$$PropertyValue]: "width";
1410
- };
1411
- height: {
1412
- readonly [$$PropertyValue]: "width";
1413
- };
1414
- };
1415
- sizeMax: (value: {
1416
- readonly [$$PropertyValue]: "width";
1417
- }) => {
1418
- maxWidth: {
1419
- readonly [$$PropertyValue]: "width";
1420
- };
1421
- maxHeight: {
1422
- readonly [$$PropertyValue]: "width";
1423
- };
1424
- };
1425
- appearance: (value: {
1426
- readonly [$$PropertyValue]: "appearance";
1427
- }) => {
1428
- WebkitAppearance: {
1429
- readonly [$$PropertyValue]: "appearance";
1430
- };
1431
- appearance: {
1432
- readonly [$$PropertyValue]: "appearance";
1433
- };
1434
- };
1435
- scale: (value: {
1436
- readonly [$$PropertyValue]: "scale";
1437
- }) => {
1438
- transform: string;
1439
- };
1440
- linearGradient: (value: {
1441
- readonly [$$PropertyValue]: "backgroundImage";
1442
- }) => {
1443
- backgroundImage: string;
1444
- };
1445
- textGradient: (value: {
1446
- readonly [$$PropertyValue]: "backgroundImage";
1447
- }) => {
1448
- backgroundImage: string;
1449
- WebkitBackgroundClip: string;
1450
- WebkitTextFillColor: string;
1451
- };
1452
- };
1453
- themeMap: {
1454
- width: string;
1455
- height: string;
1456
- minWidth: string;
1457
- maxWidth: string;
1458
- minHeight: string;
1459
- maxHeight: string;
1460
- flexBasis: string;
1461
- gridTemplateColumns: string;
1462
- gridTemplateRows: string;
1463
- blockSize: string;
1464
- minBlockSize: string;
1465
- maxBlockSize: string;
1466
- inlineSize: string;
1467
- minInlineSize: string;
1468
- maxInlineSize: string;
1469
- borderWidth: string;
1470
- gap: "space";
1471
- gridGap: "space";
1472
- columnGap: "space";
1473
- gridColumnGap: "space";
1474
- rowGap: "space";
1475
- gridRowGap: "space";
1476
- inset: "space";
1477
- insetBlock: "space";
1478
- insetBlockEnd: "space";
1479
- insetBlockStart: "space";
1480
- insetInline: "space";
1481
- insetInlineEnd: "space";
1482
- insetInlineStart: "space";
1483
- margin: "space";
1484
- marginTop: "space";
1485
- marginRight: "space";
1486
- marginBottom: "space";
1487
- marginLeft: "space";
1488
- marginBlock: "space";
1489
- marginBlockEnd: "space";
1490
- marginBlockStart: "space";
1491
- marginInline: "space";
1492
- marginInlineEnd: "space";
1493
- marginInlineStart: "space";
1494
- padding: "space";
1495
- paddingTop: "space";
1496
- paddingRight: "space";
1497
- paddingBottom: "space";
1498
- paddingLeft: "space";
1499
- paddingBlock: "space";
1500
- paddingBlockEnd: "space";
1501
- paddingBlockStart: "space";
1502
- paddingInline: "space";
1503
- paddingInlineEnd: "space";
1504
- paddingInlineStart: "space";
1505
- scrollMargin: "space";
1506
- scrollMarginTop: "space";
1507
- scrollMarginRight: "space";
1508
- scrollMarginBottom: "space";
1509
- scrollMarginLeft: "space";
1510
- scrollMarginBlock: "space";
1511
- scrollMarginBlockEnd: "space";
1512
- scrollMarginBlockStart: "space";
1513
- scrollMarginInline: "space";
1514
- scrollMarginInlineEnd: "space";
1515
- scrollMarginInlineStart: "space";
1516
- scrollPadding: "space";
1517
- scrollPaddingTop: "space";
1518
- scrollPaddingRight: "space";
1519
- scrollPaddingBottom: "space";
1520
- scrollPaddingLeft: "space";
1521
- scrollPaddingBlock: "space";
1522
- scrollPaddingBlockEnd: "space";
1523
- scrollPaddingBlockStart: "space";
1524
- scrollPaddingInline: "space";
1525
- scrollPaddingInlineEnd: "space";
1526
- scrollPaddingInlineStart: "space";
1527
- top: "space";
1528
- right: "space";
1529
- bottom: "space";
1530
- left: "space";
1531
- fontSize: "fontSizes";
1532
- background: "colors";
1533
- backgroundColor: "colors";
1534
- backgroundImage: "colors";
1535
- borderImage: "colors";
1536
- border: "colors";
1537
- borderBlock: "colors";
1538
- borderBlockEnd: "colors";
1539
- borderBlockStart: "colors";
1540
- borderBottom: "colors";
1541
- borderBottomColor: "colors";
1542
- borderColor: "colors";
1543
- borderInline: "colors";
1544
- borderInlineEnd: "colors";
1545
- borderInlineStart: "colors";
1546
- borderLeft: "colors";
1547
- borderLeftColor: "colors";
1548
- borderRight: "colors";
1549
- borderRightColor: "colors";
1550
- borderTop: "colors";
1551
- borderTopColor: "colors";
1552
- caretColor: "colors";
1553
- color: "colors";
1554
- columnRuleColor: "colors";
1555
- outline: "colors";
1556
- outlineColor: "colors";
1557
- fill: "colors";
1558
- stroke: "colors";
1559
- textDecorationColor: "colors";
1560
- fontFamily: "fonts";
1561
- fontWeight: "fontWeights";
1562
- lineHeight: "lineHeights";
1563
- letterSpacing: "letterSpacings";
1564
- borderTopWidth: "borderWidths";
1565
- borderLeftWidth: "borderWidths";
1566
- borderRightWidth: "borderWidths";
1567
- borderBottomWidth: "borderWidths";
1568
- borderStyle: "borderStyles";
1569
- borderTopStyle: "borderStyles";
1570
- borderLeftStyle: "borderStyles";
1571
- borderRightStyle: "borderStyles";
1572
- borderBottomStyle: "borderStyles";
1573
- borderRadius: "radii";
1574
- borderTopLeftRadius: "radii";
1575
- borderTopRightRadius: "radii";
1576
- borderBottomRightRadius: "radii";
1577
- borderBottomLeftRadius: "radii";
1578
- boxShadow: "shadows";
1579
- textShadow: "shadows";
1580
- transition: "transitions";
1581
- zIndex: "zIndices";
1582
- };
1583
- };
1584
- export default _default;