@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,936 +0,0 @@
1
- import React from 'react';
2
- import { VariantProps } from '../theme/stitches.config';
3
- interface Props {
4
- visible: boolean;
5
- x: number;
6
- y: number;
7
- onCompleted: () => void;
8
- color?: string;
9
- className?: string;
10
- }
11
- declare const defaultProps: {
12
- visible: boolean;
13
- x: number;
14
- y: number;
15
- className: string;
16
- };
17
- export declare const StyledDrip: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
18
- xs: string;
19
- sm: string;
20
- md: string;
21
- lg: string;
22
- xl: string;
23
- xsMax: string;
24
- smMax: string;
25
- mdMax: string;
26
- lgMax: string;
27
- xlMax: string;
28
- motion: string;
29
- safari: string;
30
- hover: string;
31
- dark: string;
32
- light: string;
33
- }, import("@stitches/react/types/css-util").CSS<{
34
- xs: string;
35
- sm: string;
36
- md: string;
37
- lg: string;
38
- xl: string;
39
- xsMax: string;
40
- smMax: string;
41
- mdMax: string;
42
- lgMax: string;
43
- xlMax: string;
44
- motion: string;
45
- safari: string;
46
- hover: string;
47
- dark: string;
48
- light: string;
49
- }, {
50
- shadows: {
51
- xs: string;
52
- sm: string;
53
- md: string;
54
- lg: string;
55
- xl: string;
56
- };
57
- colors: {
58
- accents1: string;
59
- accents2: string;
60
- accents3: string;
61
- accents4: string;
62
- accents5: string;
63
- accents6: string;
64
- accents7: string;
65
- accents8: string;
66
- accents9: string;
67
- text: string;
68
- background: string;
69
- foreground: string;
70
- codeLight: string;
71
- code: string;
72
- border: string;
73
- selection: string;
74
- white: string;
75
- black: string;
76
- blue100: string;
77
- blue200: string;
78
- blue300: string;
79
- blue400: string;
80
- blue500: string;
81
- blue600: string;
82
- blue700: string;
83
- blue800: string;
84
- blue900: string;
85
- purple100: string;
86
- purple200: string;
87
- purple300: string;
88
- purple400: string;
89
- purple500: string;
90
- purple600: string;
91
- purple700: string;
92
- purple800: string;
93
- purple900: string;
94
- green100: string;
95
- green200: string;
96
- green300: string;
97
- green400: string;
98
- green500: string;
99
- green600: string;
100
- green700: string;
101
- green800: string;
102
- green900: string;
103
- yellow100: string;
104
- yellow200: string;
105
- yellow300: string;
106
- yellow400: string;
107
- yellow500: string;
108
- yellow600: string;
109
- yellow700: string;
110
- yellow800: string;
111
- yellow900: string;
112
- red100: string;
113
- red200: string;
114
- red300: string;
115
- red400: string;
116
- red500: string;
117
- red600: string;
118
- red700: string;
119
- red800: string;
120
- red900: string;
121
- cyan100: string;
122
- cyan200: string;
123
- cyan300: string;
124
- cyan400: string;
125
- cyan500: string;
126
- cyan600: string;
127
- cyan700: string;
128
- cyan800: string;
129
- cyan900: string;
130
- pink100: string;
131
- pink200: string;
132
- pink300: string;
133
- pink400: string;
134
- pink500: string;
135
- pink600: string;
136
- pink700: string;
137
- pink800: string;
138
- pink900: string;
139
- gray100: string;
140
- gray200: string;
141
- gray300: string;
142
- gray400: string;
143
- gray500: string;
144
- gray600: string;
145
- gray700: string;
146
- gray800: string;
147
- gray900: string;
148
- primaryLight: string;
149
- primary: string;
150
- primaryDark: string;
151
- secondaryLight: string;
152
- secondary: string;
153
- secondaryDark: string;
154
- successLight: string;
155
- success: string;
156
- successDark: string;
157
- warningLight: string;
158
- warning: string;
159
- warningDark: string;
160
- errorLight: string;
161
- error: string;
162
- errorDark: string;
163
- gradient: string;
164
- link: string;
165
- };
166
- fonts: {
167
- sans: string;
168
- mono: string;
169
- };
170
- fontSizes: {
171
- tiny: string;
172
- xs: string;
173
- base: string;
174
- sm: string;
175
- md: string;
176
- lg: string;
177
- xl: string;
178
- };
179
- fontWeights: {
180
- hairline: number;
181
- thin: number;
182
- light: number;
183
- normal: number;
184
- medium: number;
185
- semibold: number;
186
- bold: number;
187
- extrabold: number;
188
- black: number;
189
- };
190
- lineHeights: {
191
- xs: number;
192
- sm: number;
193
- md: number;
194
- lg: number;
195
- xl: number;
196
- };
197
- letterSpacings: {
198
- tighter: string;
199
- tight: string;
200
- normal: string;
201
- wide: string;
202
- wider: string;
203
- widest: string;
204
- };
205
- space: {
206
- 0: string;
207
- xs: string;
208
- sm: string;
209
- md: string;
210
- lg: string;
211
- xl: string;
212
- px: string;
213
- 1: string;
214
- 2: string;
215
- 3: string;
216
- 4: string;
217
- 5: string;
218
- 6: string;
219
- 7: string;
220
- 8: string;
221
- 9: string;
222
- 10: string;
223
- 11: string;
224
- 12: string;
225
- 13: string;
226
- 14: string;
227
- 15: string;
228
- 16: string;
229
- 17: string;
230
- 18: string;
231
- 20: string;
232
- 24: string;
233
- 28: string;
234
- 32: string;
235
- 36: string;
236
- 40: string;
237
- 44: string;
238
- 48: string;
239
- 52: string;
240
- 56: string;
241
- 60: string;
242
- 64: string;
243
- 72: string;
244
- 80: string;
245
- 96: string;
246
- };
247
- radii: {
248
- xs: string;
249
- sm: string;
250
- md: string;
251
- base: string;
252
- lg: string;
253
- xl: string;
254
- squared: string;
255
- rounded: string;
256
- pill: string;
257
- };
258
- zIndices: {
259
- 1: string;
260
- 2: string;
261
- 3: string;
262
- 4: string;
263
- 5: string;
264
- 10: string;
265
- max: string;
266
- };
267
- borderWeights: {
268
- light: string;
269
- normal: string;
270
- bold: string;
271
- extrabold: string;
272
- black: string;
273
- };
274
- transitions: {
275
- default: string;
276
- };
277
- breakpoints: {
278
- xs: string;
279
- sm: string;
280
- md: string;
281
- lg: string;
282
- xl: string;
283
- };
284
- }, {
285
- width: string;
286
- height: string;
287
- minWidth: string;
288
- maxWidth: string;
289
- minHeight: string;
290
- maxHeight: string;
291
- flexBasis: string;
292
- gridTemplateColumns: string;
293
- gridTemplateRows: string;
294
- blockSize: string;
295
- minBlockSize: string;
296
- maxBlockSize: string;
297
- inlineSize: string;
298
- minInlineSize: string;
299
- maxInlineSize: string;
300
- borderWidth: string;
301
- gap: "space";
302
- gridGap: "space";
303
- columnGap: "space";
304
- gridColumnGap: "space";
305
- rowGap: "space";
306
- gridRowGap: "space";
307
- inset: "space";
308
- insetBlock: "space";
309
- insetBlockEnd: "space";
310
- insetBlockStart: "space";
311
- insetInline: "space";
312
- insetInlineEnd: "space";
313
- insetInlineStart: "space";
314
- margin: "space";
315
- marginTop: "space";
316
- marginRight: "space";
317
- marginBottom: "space";
318
- marginLeft: "space";
319
- marginBlock: "space";
320
- marginBlockEnd: "space";
321
- marginBlockStart: "space";
322
- marginInline: "space";
323
- marginInlineEnd: "space";
324
- marginInlineStart: "space";
325
- padding: "space";
326
- paddingTop: "space";
327
- paddingRight: "space";
328
- paddingBottom: "space";
329
- paddingLeft: "space";
330
- paddingBlock: "space";
331
- paddingBlockEnd: "space";
332
- paddingBlockStart: "space";
333
- paddingInline: "space";
334
- paddingInlineEnd: "space";
335
- paddingInlineStart: "space";
336
- scrollMargin: "space";
337
- scrollMarginTop: "space";
338
- scrollMarginRight: "space";
339
- scrollMarginBottom: "space";
340
- scrollMarginLeft: "space";
341
- scrollMarginBlock: "space";
342
- scrollMarginBlockEnd: "space";
343
- scrollMarginBlockStart: "space";
344
- scrollMarginInline: "space";
345
- scrollMarginInlineEnd: "space";
346
- scrollMarginInlineStart: "space";
347
- scrollPadding: "space";
348
- scrollPaddingTop: "space";
349
- scrollPaddingRight: "space";
350
- scrollPaddingBottom: "space";
351
- scrollPaddingLeft: "space";
352
- scrollPaddingBlock: "space";
353
- scrollPaddingBlockEnd: "space";
354
- scrollPaddingBlockStart: "space";
355
- scrollPaddingInline: "space";
356
- scrollPaddingInlineEnd: "space";
357
- scrollPaddingInlineStart: "space";
358
- top: "space";
359
- right: "space";
360
- bottom: "space";
361
- left: "space";
362
- fontSize: "fontSizes";
363
- background: "colors";
364
- backgroundColor: "colors";
365
- backgroundImage: "colors";
366
- borderImage: "colors";
367
- border: "colors";
368
- borderBlock: "colors";
369
- borderBlockEnd: "colors";
370
- borderBlockStart: "colors";
371
- borderBottom: "colors";
372
- borderBottomColor: "colors";
373
- borderColor: "colors";
374
- borderInline: "colors";
375
- borderInlineEnd: "colors";
376
- borderInlineStart: "colors";
377
- borderLeft: "colors";
378
- borderLeftColor: "colors";
379
- borderRight: "colors";
380
- borderRightColor: "colors";
381
- borderTop: "colors";
382
- borderTopColor: "colors";
383
- caretColor: "colors";
384
- color: "colors";
385
- columnRuleColor: "colors";
386
- outline: "colors";
387
- outlineColor: "colors";
388
- fill: "colors";
389
- stroke: "colors";
390
- textDecorationColor: "colors";
391
- fontFamily: "fonts";
392
- fontWeight: "fontWeights";
393
- lineHeight: "lineHeights";
394
- letterSpacing: "letterSpacings";
395
- borderTopWidth: "borderWidths";
396
- borderLeftWidth: "borderWidths";
397
- borderRightWidth: "borderWidths";
398
- borderBottomWidth: "borderWidths";
399
- borderStyle: "borderStyles";
400
- borderTopStyle: "borderStyles";
401
- borderLeftStyle: "borderStyles";
402
- borderRightStyle: "borderStyles";
403
- borderBottomStyle: "borderStyles";
404
- borderRadius: "radii";
405
- borderTopLeftRadius: "radii";
406
- borderTopRightRadius: "radii";
407
- borderBottomRightRadius: "radii";
408
- borderBottomLeftRadius: "radii";
409
- boxShadow: "shadows";
410
- textShadow: "shadows";
411
- transition: "transitions";
412
- zIndex: "zIndices";
413
- }, {
414
- p: (value: {
415
- readonly [$$PropertyValue]: "padding";
416
- }) => {
417
- padding: {
418
- readonly [$$PropertyValue]: "padding";
419
- };
420
- };
421
- pt: (value: {
422
- readonly [$$PropertyValue]: "paddingTop";
423
- }) => {
424
- paddingTop: {
425
- readonly [$$PropertyValue]: "paddingTop";
426
- };
427
- };
428
- pr: (value: {
429
- readonly [$$PropertyValue]: "paddingRight";
430
- }) => {
431
- paddingRight: {
432
- readonly [$$PropertyValue]: "paddingRight";
433
- };
434
- };
435
- pb: (value: {
436
- readonly [$$PropertyValue]: "paddingBottom";
437
- }) => {
438
- paddingBottom: {
439
- readonly [$$PropertyValue]: "paddingBottom";
440
- };
441
- };
442
- pl: (value: {
443
- readonly [$$PropertyValue]: "paddingLeft";
444
- }) => {
445
- paddingLeft: {
446
- readonly [$$PropertyValue]: "paddingLeft";
447
- };
448
- };
449
- px: (value: {
450
- readonly [$$PropertyValue]: "paddingLeft";
451
- }) => {
452
- paddingLeft: {
453
- readonly [$$PropertyValue]: "paddingLeft";
454
- };
455
- paddingRight: {
456
- readonly [$$PropertyValue]: "paddingLeft";
457
- };
458
- };
459
- py: (value: {
460
- readonly [$$PropertyValue]: "paddingTop";
461
- }) => {
462
- paddingTop: {
463
- readonly [$$PropertyValue]: "paddingTop";
464
- };
465
- paddingBottom: {
466
- readonly [$$PropertyValue]: "paddingTop";
467
- };
468
- };
469
- m: (value: {
470
- readonly [$$PropertyValue]: "margin";
471
- }) => {
472
- margin: {
473
- readonly [$$PropertyValue]: "margin";
474
- };
475
- };
476
- mt: (value: {
477
- readonly [$$PropertyValue]: "marginTop";
478
- }) => {
479
- marginTop: {
480
- readonly [$$PropertyValue]: "marginTop";
481
- };
482
- };
483
- mr: (value: {
484
- readonly [$$PropertyValue]: "marginRight";
485
- }) => {
486
- marginRight: {
487
- readonly [$$PropertyValue]: "marginRight";
488
- };
489
- };
490
- mb: (value: {
491
- readonly [$$PropertyValue]: "marginBottom";
492
- }) => {
493
- marginBottom: {
494
- readonly [$$PropertyValue]: "marginBottom";
495
- };
496
- };
497
- ml: (value: {
498
- readonly [$$PropertyValue]: "marginLeft";
499
- }) => {
500
- marginLeft: {
501
- readonly [$$PropertyValue]: "marginLeft";
502
- };
503
- };
504
- mx: (value: {
505
- readonly [$$PropertyValue]: "marginLeft";
506
- }) => {
507
- marginLeft: {
508
- readonly [$$PropertyValue]: "marginLeft";
509
- };
510
- marginRight: {
511
- readonly [$$PropertyValue]: "marginLeft";
512
- };
513
- };
514
- my: (value: {
515
- readonly [$$PropertyValue]: "marginTop";
516
- }) => {
517
- marginTop: {
518
- readonly [$$PropertyValue]: "marginTop";
519
- };
520
- marginBottom: {
521
- readonly [$$PropertyValue]: "marginTop";
522
- };
523
- };
524
- ta: (value: {
525
- readonly [$$PropertyValue]: "textAlign";
526
- }) => {
527
- textAlign: {
528
- readonly [$$PropertyValue]: "textAlign";
529
- };
530
- };
531
- tt: (value: {
532
- readonly [$$PropertyValue]: "textTransform";
533
- }) => {
534
- textTransform: {
535
- readonly [$$PropertyValue]: "textTransform";
536
- };
537
- };
538
- to: (value: {
539
- readonly [$$PropertyValue]: "textOverflow";
540
- }) => {
541
- textOverflow: {
542
- readonly [$$PropertyValue]: "textOverflow";
543
- };
544
- };
545
- d: (value: {
546
- readonly [$$PropertyValue]: "display";
547
- }) => {
548
- display: {
549
- readonly [$$PropertyValue]: "display";
550
- };
551
- };
552
- dflex: (value: {
553
- readonly [$$PropertyValue]: "alignItems";
554
- }) => {
555
- display: string;
556
- alignItems: {
557
- readonly [$$PropertyValue]: "alignItems";
558
- };
559
- justifyContent: {
560
- readonly [$$PropertyValue]: "alignItems";
561
- };
562
- };
563
- fd: (value: {
564
- readonly [$$PropertyValue]: "flexDirection";
565
- }) => {
566
- flexDirection: {
567
- readonly [$$PropertyValue]: "flexDirection";
568
- };
569
- };
570
- fw: (value: {
571
- readonly [$$PropertyValue]: "flexWrap";
572
- }) => {
573
- flexWrap: {
574
- readonly [$$PropertyValue]: "flexWrap";
575
- };
576
- };
577
- ai: (value: {
578
- readonly [$$PropertyValue]: "alignItems";
579
- }) => {
580
- alignItems: {
581
- readonly [$$PropertyValue]: "alignItems";
582
- };
583
- };
584
- ac: (value: {
585
- readonly [$$PropertyValue]: "alignContent";
586
- }) => {
587
- alignContent: {
588
- readonly [$$PropertyValue]: "alignContent";
589
- };
590
- };
591
- jc: (value: {
592
- readonly [$$PropertyValue]: "justifyContent";
593
- }) => {
594
- justifyContent: {
595
- readonly [$$PropertyValue]: "justifyContent";
596
- };
597
- };
598
- as: (value: {
599
- readonly [$$PropertyValue]: "alignSelf";
600
- }) => {
601
- alignSelf: {
602
- readonly [$$PropertyValue]: "alignSelf";
603
- };
604
- };
605
- fg: (value: {
606
- readonly [$$PropertyValue]: "flexGrow";
607
- }) => {
608
- flexGrow: {
609
- readonly [$$PropertyValue]: "flexGrow";
610
- };
611
- };
612
- fs: (value: {
613
- readonly [$$PropertyValue]: "fontSize";
614
- }) => {
615
- fontSize: {
616
- readonly [$$PropertyValue]: "fontSize";
617
- };
618
- };
619
- fb: (value: {
620
- readonly [$$PropertyValue]: "flexBasis";
621
- }) => {
622
- flexBasis: {
623
- readonly [$$PropertyValue]: "flexBasis";
624
- };
625
- };
626
- bc: (value: {
627
- readonly [$$PropertyValue]: "backgroundColor";
628
- }) => {
629
- backgroundColor: {
630
- readonly [$$PropertyValue]: "backgroundColor";
631
- };
632
- };
633
- bf: (value: {
634
- readonly [$$PropertyValue]: "backdropFilter";
635
- }) => {
636
- backdropFilter: {
637
- readonly [$$PropertyValue]: "backdropFilter";
638
- };
639
- };
640
- bg: (value: {
641
- readonly [$$PropertyValue]: "backgroundColor";
642
- }) => {
643
- background: {
644
- readonly [$$PropertyValue]: "backgroundColor";
645
- };
646
- };
647
- bgBlur: (value: {
648
- readonly [$$PropertyValue]: "backgroundColor";
649
- }) => {
650
- bf: string;
651
- bg: string;
652
- };
653
- bgColor: (value: {
654
- readonly [$$PropertyValue]: "backgroundColor";
655
- }) => {
656
- backgroundColor: {
657
- readonly [$$PropertyValue]: "backgroundColor";
658
- };
659
- };
660
- backgroundClip: (value: {
661
- readonly [$$PropertyValue]: "backgroundClip";
662
- }) => {
663
- WebkitBackgroundClip: {
664
- readonly [$$PropertyValue]: "backgroundClip";
665
- };
666
- backgroundClip: {
667
- readonly [$$PropertyValue]: "backgroundClip";
668
- };
669
- };
670
- bgClip: (value: {
671
- readonly [$$PropertyValue]: "backgroundClip";
672
- }) => {
673
- WebkitBackgroundClip: {
674
- readonly [$$PropertyValue]: "backgroundClip";
675
- };
676
- backgroundClip: {
677
- readonly [$$PropertyValue]: "backgroundClip";
678
- };
679
- };
680
- br: (value: {
681
- readonly [$$PropertyValue]: "borderRadius";
682
- }) => {
683
- borderRadius: {
684
- readonly [$$PropertyValue]: "borderRadius";
685
- };
686
- };
687
- bw: (value: {
688
- readonly [$$PropertyValue]: "borderWidth";
689
- }) => {
690
- borderWidth: {
691
- readonly [$$PropertyValue]: "borderWidth";
692
- };
693
- };
694
- btrr: (value: {
695
- readonly [$$PropertyValue]: "borderTopRightRadius";
696
- }) => {
697
- borderTopRightRadius: {
698
- readonly [$$PropertyValue]: "borderTopRightRadius";
699
- };
700
- };
701
- bbrr: (value: {
702
- readonly [$$PropertyValue]: "borderBottomRightRadius";
703
- }) => {
704
- borderBottomRightRadius: {
705
- readonly [$$PropertyValue]: "borderBottomRightRadius";
706
- };
707
- };
708
- bblr: (value: {
709
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
710
- }) => {
711
- borderBottomLeftRadius: {
712
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
713
- };
714
- };
715
- btlr: (value: {
716
- readonly [$$PropertyValue]: "borderTopLeftRadius";
717
- }) => {
718
- borderTopLeftRadius: {
719
- readonly [$$PropertyValue]: "borderTopLeftRadius";
720
- };
721
- };
722
- bs: (value: {
723
- readonly [$$PropertyValue]: "boxShadow";
724
- }) => {
725
- boxShadow: {
726
- readonly [$$PropertyValue]: "boxShadow";
727
- };
728
- };
729
- normalShadow: (value: {
730
- readonly [$$PropertyValue]: "backgroundColor";
731
- }) => {
732
- boxShadow: string;
733
- };
734
- normalShadowVar: (value: {
735
- readonly [$$PropertyValue]: "backgroundColor";
736
- }) => {
737
- boxShadow: string;
738
- };
739
- lh: (value: {
740
- readonly [$$PropertyValue]: "lineHeight";
741
- }) => {
742
- lineHeight: {
743
- readonly [$$PropertyValue]: "lineHeight";
744
- };
745
- };
746
- ov: (value: {
747
- readonly [$$PropertyValue]: "overflow";
748
- }) => {
749
- overflow: {
750
- readonly [$$PropertyValue]: "overflow";
751
- };
752
- };
753
- ox: (value: {
754
- readonly [$$PropertyValue]: "overflowX";
755
- }) => {
756
- overflowX: {
757
- readonly [$$PropertyValue]: "overflowX";
758
- };
759
- };
760
- oy: (value: {
761
- readonly [$$PropertyValue]: "overflowY";
762
- }) => {
763
- overflowY: {
764
- readonly [$$PropertyValue]: "overflowY";
765
- };
766
- };
767
- pe: (value: {
768
- readonly [$$PropertyValue]: "pointerEvents";
769
- }) => {
770
- pointerEvents: {
771
- readonly [$$PropertyValue]: "pointerEvents";
772
- };
773
- };
774
- events: (value: {
775
- readonly [$$PropertyValue]: "pointerEvents";
776
- }) => {
777
- pointerEvents: {
778
- readonly [$$PropertyValue]: "pointerEvents";
779
- };
780
- };
781
- us: (value: {
782
- readonly [$$PropertyValue]: "userSelect";
783
- }) => {
784
- WebkitUserSelect: {
785
- readonly [$$PropertyValue]: "userSelect";
786
- };
787
- userSelect: {
788
- readonly [$$PropertyValue]: "userSelect";
789
- };
790
- };
791
- userSelect: (value: {
792
- readonly [$$PropertyValue]: "userSelect";
793
- }) => {
794
- WebkitUserSelect: {
795
- readonly [$$PropertyValue]: "userSelect";
796
- };
797
- userSelect: {
798
- readonly [$$PropertyValue]: "userSelect";
799
- };
800
- };
801
- w: (value: {
802
- readonly [$$PropertyValue]: "width";
803
- }) => {
804
- width: {
805
- readonly [$$PropertyValue]: "width";
806
- };
807
- };
808
- h: (value: {
809
- readonly [$$PropertyValue]: "height";
810
- }) => {
811
- height: {
812
- readonly [$$PropertyValue]: "height";
813
- };
814
- };
815
- mw: (value: {
816
- readonly [$$PropertyValue]: "maxWidth";
817
- }) => {
818
- maxWidth: {
819
- readonly [$$PropertyValue]: "maxWidth";
820
- };
821
- };
822
- maxW: (value: {
823
- readonly [$$PropertyValue]: "maxWidth";
824
- }) => {
825
- maxWidth: {
826
- readonly [$$PropertyValue]: "maxWidth";
827
- };
828
- };
829
- mh: (value: {
830
- readonly [$$PropertyValue]: "maxHeight";
831
- }) => {
832
- maxHeight: {
833
- readonly [$$PropertyValue]: "maxHeight";
834
- };
835
- };
836
- maxH: (value: {
837
- readonly [$$PropertyValue]: "maxHeight";
838
- }) => {
839
- maxHeight: {
840
- readonly [$$PropertyValue]: "maxHeight";
841
- };
842
- };
843
- size: (value: {
844
- readonly [$$PropertyValue]: "width";
845
- }) => {
846
- width: {
847
- readonly [$$PropertyValue]: "width";
848
- };
849
- height: {
850
- readonly [$$PropertyValue]: "width";
851
- };
852
- };
853
- sizeMin: (value: {
854
- readonly [$$PropertyValue]: "width";
855
- }) => {
856
- minWidth: {
857
- readonly [$$PropertyValue]: "width";
858
- };
859
- minHeight: {
860
- readonly [$$PropertyValue]: "width";
861
- };
862
- width: {
863
- readonly [$$PropertyValue]: "width";
864
- };
865
- height: {
866
- readonly [$$PropertyValue]: "width";
867
- };
868
- };
869
- sizeMax: (value: {
870
- readonly [$$PropertyValue]: "width";
871
- }) => {
872
- maxWidth: {
873
- readonly [$$PropertyValue]: "width";
874
- };
875
- maxHeight: {
876
- readonly [$$PropertyValue]: "width";
877
- };
878
- };
879
- appearance: (value: {
880
- readonly [$$PropertyValue]: "appearance";
881
- }) => {
882
- WebkitAppearance: {
883
- readonly [$$PropertyValue]: "appearance";
884
- };
885
- appearance: {
886
- readonly [$$PropertyValue]: "appearance";
887
- };
888
- };
889
- scale: (value: {
890
- readonly [$$PropertyValue]: "scale";
891
- }) => {
892
- transform: string;
893
- };
894
- linearGradient: (value: {
895
- readonly [$$PropertyValue]: "backgroundImage";
896
- }) => {
897
- backgroundImage: string;
898
- };
899
- textGradient: (value: {
900
- readonly [$$PropertyValue]: "backgroundImage";
901
- }) => {
902
- backgroundImage: string;
903
- WebkitBackgroundClip: string;
904
- WebkitTextFillColor: string;
905
- };
906
- }>>;
907
- declare type DripVariants = VariantProps<typeof StyledDrip>;
908
- export declare type DripProps = Props & typeof defaultProps & DripVariants;
909
- declare const _default: React.ComponentType<Partial<{
910
- visible: boolean;
911
- x: number;
912
- y: number;
913
- className: string;
914
- }> & Omit<Props & {
915
- visible: boolean;
916
- x: number;
917
- y: number;
918
- className: string;
919
- } & import("@stitches/react/types/styled-component").TransformProps<{}, {
920
- xs: string;
921
- sm: string;
922
- md: string;
923
- lg: string;
924
- xl: string;
925
- xsMax: string;
926
- smMax: string;
927
- mdMax: string;
928
- lgMax: string;
929
- xlMax: string;
930
- motion: string;
931
- safari: string;
932
- hover: string;
933
- dark: string;
934
- light: string;
935
- }>, "visible" | "x" | "y" | "className">>;
936
- export default _default;