@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,897 +1,1205 @@
1
1
  import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledBackdropContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
- xs: string;
4
- sm: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- xsMax: string;
9
- smMax: string;
10
- mdMax: string;
11
- lgMax: string;
12
- xlMax: string;
13
- motion: string;
14
- safari: string;
15
- hover: string;
16
- dark: string;
17
- light: string;
18
- }, import("@stitches/react/types/css-util").CSS<{
19
- xs: string;
20
- sm: string;
21
- md: string;
22
- lg: string;
23
- xl: string;
24
- xsMax: string;
25
- smMax: string;
26
- mdMax: string;
27
- lgMax: string;
28
- xlMax: string;
29
- motion: string;
30
- safari: string;
31
- hover: string;
32
- dark: string;
33
- light: string;
34
- }, {
35
- shadows: {
36
- xs: string;
37
- sm: string;
38
- md: string;
39
- lg: string;
40
- xl: string;
41
- };
42
- colors: {
43
- accents1: string;
44
- accents2: string;
45
- accents3: string;
46
- accents4: string;
47
- accents5: string;
48
- accents6: string;
49
- accents7: string;
50
- accents8: string;
51
- accents9: string;
52
- text: string;
53
- background: string;
54
- foreground: string;
55
- codeLight: string;
56
- code: string;
57
- border: string;
58
- selection: string;
59
- white: string;
60
- black: string;
61
- blue100: string;
62
- blue200: string;
63
- blue300: string;
64
- blue400: string;
65
- blue500: string;
66
- blue600: string;
67
- blue700: string;
68
- blue800: string;
69
- blue900: string;
70
- purple100: string;
71
- purple200: string;
72
- purple300: string;
73
- purple400: string;
74
- purple500: string;
75
- purple600: string;
76
- purple700: string;
77
- purple800: string;
78
- purple900: string;
79
- green100: string;
80
- green200: string;
81
- green300: string;
82
- green400: string;
83
- green500: string;
84
- green600: string;
85
- green700: string;
86
- green800: string;
87
- green900: string;
88
- yellow100: string;
89
- yellow200: string;
90
- yellow300: string;
91
- yellow400: string;
92
- yellow500: string;
93
- yellow600: string;
94
- yellow700: string;
95
- yellow800: string;
96
- yellow900: string;
97
- red100: string;
98
- red200: string;
99
- red300: string;
100
- red400: string;
101
- red500: string;
102
- red600: string;
103
- red700: string;
104
- red800: string;
105
- red900: string;
106
- cyan100: string;
107
- cyan200: string;
108
- cyan300: string;
109
- cyan400: string;
110
- cyan500: string;
111
- cyan600: string;
112
- cyan700: string;
113
- cyan800: string;
114
- cyan900: string;
115
- pink100: string;
116
- pink200: string;
117
- pink300: string;
118
- pink400: string;
119
- pink500: string;
120
- pink600: string;
121
- pink700: string;
122
- pink800: string;
123
- pink900: string;
124
- gray100: string;
125
- gray200: string;
126
- gray300: string;
127
- gray400: string;
128
- gray500: string;
129
- gray600: string;
130
- gray700: string;
131
- gray800: string;
132
- gray900: string;
133
- primaryLight: string;
134
- primary: string;
135
- primaryDark: string;
136
- secondaryLight: string;
137
- secondary: string;
138
- secondaryDark: string;
139
- successLight: string;
140
- success: string;
141
- successDark: string;
142
- warningLight: string;
143
- warning: string;
144
- warningDark: string;
145
- errorLight: string;
146
- error: string;
147
- errorDark: string;
148
- gradient: string;
149
- link: string;
150
- };
151
- fonts: {
152
- sans: string;
153
- mono: string;
154
- };
155
- fontSizes: {
156
- tiny: string;
157
- xs: string;
158
- base: string;
159
- sm: string;
160
- md: string;
161
- lg: string;
162
- xl: string;
163
- };
164
- fontWeights: {
165
- hairline: number;
166
- thin: number;
167
- light: number;
168
- normal: number;
169
- medium: number;
170
- semibold: number;
171
- bold: number;
172
- extrabold: number;
173
- black: number;
174
- };
175
- lineHeights: {
176
- xs: number;
177
- sm: number;
178
- md: number;
179
- lg: number;
180
- xl: number;
181
- };
182
- letterSpacings: {
183
- tighter: string;
184
- tight: string;
185
- normal: string;
186
- wide: string;
187
- wider: string;
188
- widest: string;
189
- };
190
- space: {
191
- 0: string;
192
- xs: string;
193
- sm: string;
194
- md: string;
195
- lg: string;
196
- xl: string;
197
- px: string;
198
- 1: string;
199
- 2: string;
200
- 3: string;
201
- 4: string;
202
- 5: string;
203
- 6: string;
204
- 7: string;
205
- 8: string;
206
- 9: string;
207
- 10: string;
208
- 11: string;
209
- 12: string;
210
- 13: string;
211
- 14: string;
212
- 15: string;
213
- 16: string;
214
- 17: string;
215
- 18: string;
216
- 20: string;
217
- 24: string;
218
- 28: string;
219
- 32: string;
220
- 36: string;
221
- 40: string;
222
- 44: string;
223
- 48: string;
224
- 52: string;
225
- 56: string;
226
- 60: string;
227
- 64: string;
228
- 72: string;
229
- 80: string;
230
- 96: string;
231
- };
232
- radii: {
233
- xs: string;
234
- sm: string;
235
- md: string;
236
- base: string;
237
- lg: string;
238
- xl: string;
239
- squared: string;
240
- rounded: string;
241
- pill: string;
242
- };
243
- zIndices: {
244
- 1: string;
245
- 2: string;
246
- 3: string;
247
- 4: string;
248
- 5: string;
249
- 10: string;
250
- max: string;
251
- };
252
- borderWeights: {
253
- light: string;
254
- normal: string;
255
- bold: string;
256
- extrabold: string;
257
- black: string;
258
- };
259
- transitions: {
260
- default: string;
261
- };
262
- breakpoints: {
263
- xs: string;
264
- sm: string;
265
- md: string;
266
- lg: string;
267
- xl: string;
268
- };
269
- }, {
270
- width: string;
271
- height: string;
272
- minWidth: string;
273
- maxWidth: string;
274
- minHeight: string;
275
- maxHeight: string;
276
- flexBasis: string;
277
- gridTemplateColumns: string;
278
- gridTemplateRows: string;
279
- blockSize: string;
280
- minBlockSize: string;
281
- maxBlockSize: string;
282
- inlineSize: string;
283
- minInlineSize: string;
284
- maxInlineSize: string;
285
- borderWidth: string;
286
- gap: "space";
287
- gridGap: "space";
288
- columnGap: "space";
289
- gridColumnGap: "space";
290
- rowGap: "space";
291
- gridRowGap: "space";
292
- inset: "space";
293
- insetBlock: "space";
294
- insetBlockEnd: "space";
295
- insetBlockStart: "space";
296
- insetInline: "space";
297
- insetInlineEnd: "space";
298
- insetInlineStart: "space";
299
- margin: "space";
300
- marginTop: "space";
301
- marginRight: "space";
302
- marginBottom: "space";
303
- marginLeft: "space";
304
- marginBlock: "space";
305
- marginBlockEnd: "space";
306
- marginBlockStart: "space";
307
- marginInline: "space";
308
- marginInlineEnd: "space";
309
- marginInlineStart: "space";
310
- padding: "space";
311
- paddingTop: "space";
312
- paddingRight: "space";
313
- paddingBottom: "space";
314
- paddingLeft: "space";
315
- paddingBlock: "space";
316
- paddingBlockEnd: "space";
317
- paddingBlockStart: "space";
318
- paddingInline: "space";
319
- paddingInlineEnd: "space";
320
- paddingInlineStart: "space";
321
- scrollMargin: "space";
322
- scrollMarginTop: "space";
323
- scrollMarginRight: "space";
324
- scrollMarginBottom: "space";
325
- scrollMarginLeft: "space";
326
- scrollMarginBlock: "space";
327
- scrollMarginBlockEnd: "space";
328
- scrollMarginBlockStart: "space";
329
- scrollMarginInline: "space";
330
- scrollMarginInlineEnd: "space";
331
- scrollMarginInlineStart: "space";
332
- scrollPadding: "space";
333
- scrollPaddingTop: "space";
334
- scrollPaddingRight: "space";
335
- scrollPaddingBottom: "space";
336
- scrollPaddingLeft: "space";
337
- scrollPaddingBlock: "space";
338
- scrollPaddingBlockEnd: "space";
339
- scrollPaddingBlockStart: "space";
340
- scrollPaddingInline: "space";
341
- scrollPaddingInlineEnd: "space";
342
- scrollPaddingInlineStart: "space";
343
- top: "space";
344
- right: "space";
345
- bottom: "space";
346
- left: "space";
347
- fontSize: "fontSizes";
348
- background: "colors";
349
- backgroundColor: "colors";
350
- backgroundImage: "colors";
351
- borderImage: "colors";
352
- border: "colors";
353
- borderBlock: "colors";
354
- borderBlockEnd: "colors";
355
- borderBlockStart: "colors";
356
- borderBottom: "colors";
357
- borderBottomColor: "colors";
358
- borderColor: "colors";
359
- borderInline: "colors";
360
- borderInlineEnd: "colors";
361
- borderInlineStart: "colors";
362
- borderLeft: "colors";
363
- borderLeftColor: "colors";
364
- borderRight: "colors";
365
- borderRightColor: "colors";
366
- borderTop: "colors";
367
- borderTopColor: "colors";
368
- caretColor: "colors";
369
- color: "colors";
370
- columnRuleColor: "colors";
371
- outline: "colors";
372
- outlineColor: "colors";
373
- fill: "colors";
374
- stroke: "colors";
375
- textDecorationColor: "colors";
376
- fontFamily: "fonts";
377
- fontWeight: "fontWeights";
378
- lineHeight: "lineHeights";
379
- letterSpacing: "letterSpacings";
380
- borderTopWidth: "borderWidths";
381
- borderLeftWidth: "borderWidths";
382
- borderRightWidth: "borderWidths";
383
- borderBottomWidth: "borderWidths";
384
- borderStyle: "borderStyles";
385
- borderTopStyle: "borderStyles";
386
- borderLeftStyle: "borderStyles";
387
- borderRightStyle: "borderStyles";
388
- borderBottomStyle: "borderStyles";
389
- borderRadius: "radii";
390
- borderTopLeftRadius: "radii";
391
- borderTopRightRadius: "radii";
392
- borderBottomRightRadius: "radii";
393
- borderBottomLeftRadius: "radii";
394
- boxShadow: "shadows";
395
- textShadow: "shadows";
396
- transition: "transitions";
397
- zIndex: "zIndices";
398
- }, {
399
- p: (value: {
400
- readonly [$$PropertyValue]: "padding";
401
- }) => {
402
- padding: {
403
- readonly [$$PropertyValue]: "padding";
404
- };
405
- };
406
- pt: (value: {
407
- readonly [$$PropertyValue]: "paddingTop";
408
- }) => {
409
- paddingTop: {
410
- readonly [$$PropertyValue]: "paddingTop";
411
- };
412
- };
413
- pr: (value: {
414
- readonly [$$PropertyValue]: "paddingRight";
415
- }) => {
416
- paddingRight: {
417
- readonly [$$PropertyValue]: "paddingRight";
418
- };
419
- };
420
- pb: (value: {
421
- readonly [$$PropertyValue]: "paddingBottom";
422
- }) => {
423
- paddingBottom: {
424
- readonly [$$PropertyValue]: "paddingBottom";
425
- };
426
- };
427
- pl: (value: {
428
- readonly [$$PropertyValue]: "paddingLeft";
429
- }) => {
430
- paddingLeft: {
431
- readonly [$$PropertyValue]: "paddingLeft";
432
- };
433
- };
434
- px: (value: {
435
- readonly [$$PropertyValue]: "paddingLeft";
436
- }) => {
437
- paddingLeft: {
438
- readonly [$$PropertyValue]: "paddingLeft";
439
- };
440
- paddingRight: {
441
- readonly [$$PropertyValue]: "paddingLeft";
442
- };
443
- };
444
- py: (value: {
445
- readonly [$$PropertyValue]: "paddingTop";
446
- }) => {
447
- paddingTop: {
448
- readonly [$$PropertyValue]: "paddingTop";
449
- };
450
- paddingBottom: {
451
- readonly [$$PropertyValue]: "paddingTop";
452
- };
453
- };
454
- m: (value: {
455
- readonly [$$PropertyValue]: "margin";
456
- }) => {
457
- margin: {
458
- readonly [$$PropertyValue]: "margin";
459
- };
460
- };
461
- mt: (value: {
462
- readonly [$$PropertyValue]: "marginTop";
463
- }) => {
464
- marginTop: {
465
- readonly [$$PropertyValue]: "marginTop";
466
- };
467
- };
468
- mr: (value: {
469
- readonly [$$PropertyValue]: "marginRight";
470
- }) => {
471
- marginRight: {
472
- readonly [$$PropertyValue]: "marginRight";
473
- };
474
- };
475
- mb: (value: {
476
- readonly [$$PropertyValue]: "marginBottom";
477
- }) => {
478
- marginBottom: {
479
- readonly [$$PropertyValue]: "marginBottom";
480
- };
481
- };
482
- ml: (value: {
483
- readonly [$$PropertyValue]: "marginLeft";
484
- }) => {
485
- marginLeft: {
486
- readonly [$$PropertyValue]: "marginLeft";
487
- };
488
- };
489
- mx: (value: {
490
- readonly [$$PropertyValue]: "marginLeft";
491
- }) => {
492
- marginLeft: {
493
- readonly [$$PropertyValue]: "marginLeft";
494
- };
495
- marginRight: {
496
- readonly [$$PropertyValue]: "marginLeft";
497
- };
498
- };
499
- my: (value: {
500
- readonly [$$PropertyValue]: "marginTop";
501
- }) => {
502
- marginTop: {
503
- readonly [$$PropertyValue]: "marginTop";
504
- };
505
- marginBottom: {
506
- readonly [$$PropertyValue]: "marginTop";
507
- };
508
- };
509
- ta: (value: {
510
- readonly [$$PropertyValue]: "textAlign";
511
- }) => {
512
- textAlign: {
513
- readonly [$$PropertyValue]: "textAlign";
514
- };
515
- };
516
- tt: (value: {
517
- readonly [$$PropertyValue]: "textTransform";
518
- }) => {
519
- textTransform: {
520
- readonly [$$PropertyValue]: "textTransform";
521
- };
522
- };
523
- to: (value: {
524
- readonly [$$PropertyValue]: "textOverflow";
525
- }) => {
526
- textOverflow: {
527
- readonly [$$PropertyValue]: "textOverflow";
528
- };
529
- };
530
- d: (value: {
531
- readonly [$$PropertyValue]: "display";
532
- }) => {
533
- display: {
534
- readonly [$$PropertyValue]: "display";
535
- };
536
- };
537
- dflex: (value: {
538
- readonly [$$PropertyValue]: "alignItems";
539
- }) => {
540
- display: string;
541
- alignItems: {
542
- readonly [$$PropertyValue]: "alignItems";
543
- };
544
- justifyContent: {
545
- readonly [$$PropertyValue]: "alignItems";
546
- };
547
- };
548
- fd: (value: {
549
- readonly [$$PropertyValue]: "flexDirection";
550
- }) => {
551
- flexDirection: {
552
- readonly [$$PropertyValue]: "flexDirection";
553
- };
554
- };
555
- fw: (value: {
556
- readonly [$$PropertyValue]: "flexWrap";
557
- }) => {
558
- flexWrap: {
559
- readonly [$$PropertyValue]: "flexWrap";
560
- };
561
- };
562
- ai: (value: {
563
- readonly [$$PropertyValue]: "alignItems";
564
- }) => {
565
- alignItems: {
566
- readonly [$$PropertyValue]: "alignItems";
567
- };
568
- };
569
- ac: (value: {
570
- readonly [$$PropertyValue]: "alignContent";
571
- }) => {
572
- alignContent: {
573
- readonly [$$PropertyValue]: "alignContent";
574
- };
575
- };
576
- jc: (value: {
577
- readonly [$$PropertyValue]: "justifyContent";
578
- }) => {
579
- justifyContent: {
580
- readonly [$$PropertyValue]: "justifyContent";
581
- };
582
- };
583
- as: (value: {
584
- readonly [$$PropertyValue]: "alignSelf";
585
- }) => {
586
- alignSelf: {
587
- readonly [$$PropertyValue]: "alignSelf";
588
- };
589
- };
590
- fg: (value: {
591
- readonly [$$PropertyValue]: "flexGrow";
592
- }) => {
593
- flexGrow: {
594
- readonly [$$PropertyValue]: "flexGrow";
595
- };
596
- };
597
- fs: (value: {
598
- readonly [$$PropertyValue]: "fontSize";
599
- }) => {
600
- fontSize: {
601
- readonly [$$PropertyValue]: "fontSize";
602
- };
603
- };
604
- fb: (value: {
605
- readonly [$$PropertyValue]: "flexBasis";
606
- }) => {
607
- flexBasis: {
608
- readonly [$$PropertyValue]: "flexBasis";
609
- };
610
- };
611
- bc: (value: {
612
- readonly [$$PropertyValue]: "backgroundColor";
613
- }) => {
614
- backgroundColor: {
615
- readonly [$$PropertyValue]: "backgroundColor";
616
- };
617
- };
618
- bf: (value: {
619
- readonly [$$PropertyValue]: "backdropFilter";
620
- }) => {
621
- backdropFilter: {
622
- readonly [$$PropertyValue]: "backdropFilter";
623
- };
624
- };
625
- bg: (value: {
626
- readonly [$$PropertyValue]: "backgroundColor";
627
- }) => {
628
- background: {
629
- readonly [$$PropertyValue]: "backgroundColor";
630
- };
631
- };
632
- bgBlur: (value: {
633
- readonly [$$PropertyValue]: "backgroundColor";
634
- }) => {
635
- bf: string;
636
- bg: string;
637
- };
638
- bgColor: (value: {
639
- readonly [$$PropertyValue]: "backgroundColor";
640
- }) => {
641
- backgroundColor: {
642
- readonly [$$PropertyValue]: "backgroundColor";
643
- };
644
- };
645
- backgroundClip: (value: {
646
- readonly [$$PropertyValue]: "backgroundClip";
647
- }) => {
648
- WebkitBackgroundClip: {
649
- readonly [$$PropertyValue]: "backgroundClip";
650
- };
651
- backgroundClip: {
652
- readonly [$$PropertyValue]: "backgroundClip";
653
- };
654
- };
655
- bgClip: (value: {
656
- readonly [$$PropertyValue]: "backgroundClip";
657
- }) => {
658
- WebkitBackgroundClip: {
659
- readonly [$$PropertyValue]: "backgroundClip";
660
- };
661
- backgroundClip: {
662
- readonly [$$PropertyValue]: "backgroundClip";
663
- };
664
- };
665
- br: (value: {
666
- readonly [$$PropertyValue]: "borderRadius";
667
- }) => {
668
- borderRadius: {
669
- readonly [$$PropertyValue]: "borderRadius";
670
- };
671
- };
672
- bw: (value: {
673
- readonly [$$PropertyValue]: "borderWidth";
674
- }) => {
675
- borderWidth: {
676
- readonly [$$PropertyValue]: "borderWidth";
677
- };
678
- };
679
- btrr: (value: {
680
- readonly [$$PropertyValue]: "borderTopRightRadius";
681
- }) => {
682
- borderTopRightRadius: {
683
- readonly [$$PropertyValue]: "borderTopRightRadius";
684
- };
685
- };
686
- bbrr: (value: {
687
- readonly [$$PropertyValue]: "borderBottomRightRadius";
688
- }) => {
689
- borderBottomRightRadius: {
690
- readonly [$$PropertyValue]: "borderBottomRightRadius";
691
- };
692
- };
693
- bblr: (value: {
694
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
695
- }) => {
696
- borderBottomLeftRadius: {
697
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
698
- };
699
- };
700
- btlr: (value: {
701
- readonly [$$PropertyValue]: "borderTopLeftRadius";
702
- }) => {
703
- borderTopLeftRadius: {
704
- readonly [$$PropertyValue]: "borderTopLeftRadius";
705
- };
706
- };
707
- bs: (value: {
708
- readonly [$$PropertyValue]: "boxShadow";
709
- }) => {
710
- boxShadow: {
711
- readonly [$$PropertyValue]: "boxShadow";
712
- };
713
- };
714
- normalShadow: (value: {
715
- readonly [$$PropertyValue]: "backgroundColor";
716
- }) => {
717
- boxShadow: string;
718
- };
719
- normalShadowVar: (value: {
720
- readonly [$$PropertyValue]: "backgroundColor";
721
- }) => {
722
- boxShadow: string;
723
- };
724
- lh: (value: {
725
- readonly [$$PropertyValue]: "lineHeight";
726
- }) => {
727
- lineHeight: {
728
- readonly [$$PropertyValue]: "lineHeight";
729
- };
730
- };
731
- ov: (value: {
732
- readonly [$$PropertyValue]: "overflow";
733
- }) => {
734
- overflow: {
735
- readonly [$$PropertyValue]: "overflow";
736
- };
737
- };
738
- ox: (value: {
739
- readonly [$$PropertyValue]: "overflowX";
740
- }) => {
741
- overflowX: {
742
- readonly [$$PropertyValue]: "overflowX";
743
- };
744
- };
745
- oy: (value: {
746
- readonly [$$PropertyValue]: "overflowY";
747
- }) => {
748
- overflowY: {
749
- readonly [$$PropertyValue]: "overflowY";
750
- };
751
- };
752
- pe: (value: {
753
- readonly [$$PropertyValue]: "pointerEvents";
754
- }) => {
755
- pointerEvents: {
756
- readonly [$$PropertyValue]: "pointerEvents";
757
- };
758
- };
759
- events: (value: {
760
- readonly [$$PropertyValue]: "pointerEvents";
761
- }) => {
762
- pointerEvents: {
763
- readonly [$$PropertyValue]: "pointerEvents";
764
- };
765
- };
766
- us: (value: {
767
- readonly [$$PropertyValue]: "userSelect";
768
- }) => {
769
- WebkitUserSelect: {
770
- readonly [$$PropertyValue]: "userSelect";
771
- };
772
- userSelect: {
773
- readonly [$$PropertyValue]: "userSelect";
774
- };
775
- };
776
- userSelect: (value: {
777
- readonly [$$PropertyValue]: "userSelect";
778
- }) => {
779
- WebkitUserSelect: {
780
- readonly [$$PropertyValue]: "userSelect";
781
- };
782
- userSelect: {
783
- readonly [$$PropertyValue]: "userSelect";
784
- };
785
- };
786
- w: (value: {
787
- readonly [$$PropertyValue]: "width";
788
- }) => {
789
- width: {
790
- readonly [$$PropertyValue]: "width";
791
- };
792
- };
793
- h: (value: {
794
- readonly [$$PropertyValue]: "height";
795
- }) => {
796
- height: {
797
- readonly [$$PropertyValue]: "height";
798
- };
799
- };
800
- mw: (value: {
801
- readonly [$$PropertyValue]: "maxWidth";
802
- }) => {
803
- maxWidth: {
804
- readonly [$$PropertyValue]: "maxWidth";
805
- };
806
- };
807
- maxW: (value: {
808
- readonly [$$PropertyValue]: "maxWidth";
809
- }) => {
810
- maxWidth: {
811
- readonly [$$PropertyValue]: "maxWidth";
812
- };
813
- };
814
- mh: (value: {
815
- readonly [$$PropertyValue]: "maxHeight";
816
- }) => {
817
- maxHeight: {
818
- readonly [$$PropertyValue]: "maxHeight";
819
- };
820
- };
821
- maxH: (value: {
822
- readonly [$$PropertyValue]: "maxHeight";
823
- }) => {
824
- maxHeight: {
825
- readonly [$$PropertyValue]: "maxHeight";
826
- };
827
- };
828
- size: (value: {
829
- readonly [$$PropertyValue]: "width";
830
- }) => {
831
- width: {
832
- readonly [$$PropertyValue]: "width";
833
- };
834
- height: {
835
- readonly [$$PropertyValue]: "width";
836
- };
837
- };
838
- sizeMin: (value: {
839
- readonly [$$PropertyValue]: "width";
840
- }) => {
841
- minWidth: {
842
- readonly [$$PropertyValue]: "width";
843
- };
844
- minHeight: {
845
- readonly [$$PropertyValue]: "width";
846
- };
847
- width: {
848
- readonly [$$PropertyValue]: "width";
849
- };
850
- height: {
851
- readonly [$$PropertyValue]: "width";
852
- };
853
- };
854
- sizeMax: (value: {
855
- readonly [$$PropertyValue]: "width";
856
- }) => {
857
- maxWidth: {
858
- readonly [$$PropertyValue]: "width";
859
- };
860
- maxHeight: {
861
- readonly [$$PropertyValue]: "width";
862
- };
863
- };
864
- appearance: (value: {
865
- readonly [$$PropertyValue]: "appearance";
866
- }) => {
867
- WebkitAppearance: {
868
- readonly [$$PropertyValue]: "appearance";
869
- };
870
- appearance: {
871
- readonly [$$PropertyValue]: "appearance";
872
- };
873
- };
874
- scale: (value: {
875
- readonly [$$PropertyValue]: "scale";
876
- }) => {
877
- transform: string;
878
- };
879
- linearGradient: (value: {
880
- readonly [$$PropertyValue]: "backgroundImage";
881
- }) => {
882
- backgroundImage: string;
883
- };
884
- textGradient: (value: {
885
- readonly [$$PropertyValue]: "backgroundImage";
886
- }) => {
887
- backgroundImage: string;
888
- WebkitBackgroundClip: string;
889
- WebkitTextFillColor: string;
890
- };
891
- }>>;
892
- export declare const StyledBackdropLayer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
893
- blur?: boolean | "true" | "false" | undefined;
894
- animated?: boolean | "false" | undefined;
2
+ export declare const StyledButton: import("@stitches/react/types/styled-component").StyledComponent<"button", import("@stitches/react/types/styled-component").StyledComponentProps<[{
3
+ [x: string]: string | number | ({
4
+ auto: true;
5
+ size: string;
6
+ css: {
7
+ px: string;
8
+ minWidth: string;
9
+ '&:active'?: undefined;
10
+ normalShadow?: undefined;
11
+ bg?: undefined;
12
+ color?: undefined;
13
+ borderColor?: undefined;
14
+ padding?: undefined;
15
+ bgClip?: undefined;
16
+ backgroundImage?: undefined;
17
+ border?: undefined;
18
+ '&:hover'?: undefined;
19
+ py?: undefined;
20
+ '.nextui-button-text'?: undefined;
21
+ br?: undefined;
22
+ };
23
+ animated?: undefined;
24
+ disabled?: undefined;
25
+ shadow?: undefined;
26
+ color?: undefined;
27
+ light?: undefined;
28
+ bordered?: undefined;
29
+ ghost?: undefined;
30
+ flat?: undefined;
31
+ borderWeight?: undefined;
32
+ rounded?: undefined;
33
+ } | {
34
+ animated: true;
35
+ disabled: true;
36
+ css: {
37
+ '&:active': {
38
+ transform: string;
39
+ };
40
+ px?: undefined;
41
+ minWidth?: undefined;
42
+ normalShadow?: undefined;
43
+ bg?: undefined;
44
+ color?: undefined;
45
+ borderColor?: undefined;
46
+ padding?: undefined;
47
+ bgClip?: undefined;
48
+ backgroundImage?: undefined;
49
+ border?: undefined;
50
+ '&:hover'?: undefined;
51
+ py?: undefined;
52
+ '.nextui-button-text'?: undefined;
53
+ br?: undefined;
54
+ };
55
+ auto?: undefined;
56
+ size?: undefined;
57
+ shadow?: undefined;
58
+ color?: undefined;
59
+ light?: undefined;
60
+ bordered?: undefined;
61
+ ghost?: undefined;
62
+ flat?: undefined;
63
+ borderWeight?: undefined;
64
+ rounded?: undefined;
65
+ } | {
66
+ shadow: true;
67
+ color: string;
68
+ css: {
69
+ normalShadow: string;
70
+ px?: undefined;
71
+ minWidth?: undefined;
72
+ '&:active'?: undefined;
73
+ bg?: undefined;
74
+ color?: undefined;
75
+ borderColor?: undefined;
76
+ padding?: undefined;
77
+ bgClip?: undefined;
78
+ backgroundImage?: undefined;
79
+ border?: undefined;
80
+ '&:hover'?: undefined;
81
+ py?: undefined;
82
+ '.nextui-button-text'?: undefined;
83
+ br?: undefined;
84
+ };
85
+ auto?: undefined;
86
+ size?: undefined;
87
+ animated?: undefined;
88
+ disabled?: undefined;
89
+ light?: undefined;
90
+ bordered?: undefined;
91
+ ghost?: undefined;
92
+ flat?: undefined;
93
+ borderWeight?: undefined;
94
+ rounded?: undefined;
95
+ } | {
96
+ light: true;
97
+ color: string;
98
+ css: {
99
+ bg: string;
100
+ color: string;
101
+ px?: undefined;
102
+ minWidth?: undefined;
103
+ '&:active'?: undefined;
104
+ normalShadow?: undefined;
105
+ borderColor?: undefined;
106
+ padding?: undefined;
107
+ bgClip?: undefined;
108
+ backgroundImage?: undefined;
109
+ border?: undefined;
110
+ '&:hover'?: undefined;
111
+ py?: undefined;
112
+ '.nextui-button-text'?: undefined;
113
+ br?: undefined;
114
+ };
115
+ auto?: undefined;
116
+ size?: undefined;
117
+ animated?: undefined;
118
+ disabled?: undefined;
119
+ shadow?: undefined;
120
+ bordered?: undefined;
121
+ ghost?: undefined;
122
+ flat?: undefined;
123
+ borderWeight?: undefined;
124
+ rounded?: undefined;
125
+ } | {
126
+ bordered: true;
127
+ color: string;
128
+ css: {
129
+ [x: string]: string | {
130
+ '.nextui-drip-filler': {
131
+ fill: string;
132
+ };
133
+ };
134
+ bg: string;
135
+ borderColor: string;
136
+ color: string;
137
+ px?: undefined;
138
+ minWidth?: undefined;
139
+ '&:active'?: undefined;
140
+ normalShadow?: undefined;
141
+ padding?: undefined;
142
+ bgClip?: undefined;
143
+ backgroundImage?: undefined;
144
+ border?: undefined;
145
+ '&:hover'?: undefined;
146
+ py?: undefined;
147
+ '.nextui-button-text'?: undefined;
148
+ br?: undefined;
149
+ };
150
+ auto?: undefined;
151
+ size?: undefined;
152
+ animated?: undefined;
153
+ disabled?: undefined;
154
+ shadow?: undefined;
155
+ light?: undefined;
156
+ ghost?: undefined;
157
+ flat?: undefined;
158
+ borderWeight?: undefined;
159
+ rounded?: undefined;
160
+ } | {
161
+ bordered: true;
162
+ color: string;
163
+ css: {
164
+ [x: string]: string | {
165
+ '.nextui-drip-filler': {
166
+ fill: string;
167
+ };
168
+ };
169
+ bg: string;
170
+ color: string;
171
+ padding: string;
172
+ bgClip: string;
173
+ borderColor: string;
174
+ backgroundImage: string;
175
+ border: string;
176
+ px?: undefined;
177
+ minWidth?: undefined;
178
+ '&:active'?: undefined;
179
+ normalShadow?: undefined;
180
+ '&:hover'?: undefined;
181
+ py?: undefined;
182
+ '.nextui-button-text'?: undefined;
183
+ br?: undefined;
184
+ };
185
+ auto?: undefined;
186
+ size?: undefined;
187
+ animated?: undefined;
188
+ disabled?: undefined;
189
+ shadow?: undefined;
190
+ light?: undefined;
191
+ ghost?: undefined;
192
+ flat?: undefined;
193
+ borderWeight?: undefined;
194
+ rounded?: undefined;
195
+ } | {
196
+ ghost: true;
197
+ color: string;
198
+ css: {
199
+ '&:hover': {
200
+ bg: string;
201
+ };
202
+ px?: undefined;
203
+ minWidth?: undefined;
204
+ '&:active'?: undefined;
205
+ normalShadow?: undefined;
206
+ bg?: undefined;
207
+ color?: undefined;
208
+ borderColor?: undefined;
209
+ padding?: undefined;
210
+ bgClip?: undefined;
211
+ backgroundImage?: undefined;
212
+ border?: undefined;
213
+ py?: undefined;
214
+ '.nextui-button-text'?: undefined;
215
+ br?: undefined;
216
+ };
217
+ auto?: undefined;
218
+ size?: undefined;
219
+ animated?: undefined;
220
+ disabled?: undefined;
221
+ shadow?: undefined;
222
+ light?: undefined;
223
+ bordered?: undefined;
224
+ flat?: undefined;
225
+ borderWeight?: undefined;
226
+ rounded?: undefined;
227
+ } | {
228
+ flat: true;
229
+ color: string;
230
+ css: {
231
+ [x: string]: string | {
232
+ '.nextui-drip-filler': {
233
+ opacity: number;
234
+ fill: string;
235
+ };
236
+ };
237
+ bg: string;
238
+ color: string;
239
+ px?: undefined;
240
+ minWidth?: undefined;
241
+ '&:active'?: undefined;
242
+ normalShadow?: undefined;
243
+ borderColor?: undefined;
244
+ padding?: undefined;
245
+ bgClip?: undefined;
246
+ backgroundImage?: undefined;
247
+ border?: undefined;
248
+ '&:hover'?: undefined;
249
+ py?: undefined;
250
+ '.nextui-button-text'?: undefined;
251
+ br?: undefined;
252
+ };
253
+ auto?: undefined;
254
+ size?: undefined;
255
+ animated?: undefined;
256
+ disabled?: undefined;
257
+ shadow?: undefined;
258
+ light?: undefined;
259
+ bordered?: undefined;
260
+ ghost?: undefined;
261
+ borderWeight?: undefined;
262
+ rounded?: undefined;
263
+ } | {
264
+ bordered: true;
265
+ color: string;
266
+ borderWeight: string;
267
+ css: {
268
+ padding: string;
269
+ px?: undefined;
270
+ minWidth?: undefined;
271
+ '&:active'?: undefined;
272
+ normalShadow?: undefined;
273
+ bg?: undefined;
274
+ color?: undefined;
275
+ borderColor?: undefined;
276
+ bgClip?: undefined;
277
+ backgroundImage?: undefined;
278
+ border?: undefined;
279
+ '&:hover'?: undefined;
280
+ py?: undefined;
281
+ '.nextui-button-text'?: undefined;
282
+ br?: undefined;
283
+ };
284
+ auto?: undefined;
285
+ size?: undefined;
286
+ animated?: undefined;
287
+ disabled?: undefined;
288
+ shadow?: undefined;
289
+ light?: undefined;
290
+ ghost?: undefined;
291
+ flat?: undefined;
292
+ rounded?: undefined;
293
+ } | {
294
+ auto: true;
295
+ color: string;
296
+ bordered: true;
297
+ size: string;
298
+ css: {
299
+ px: string;
300
+ py: string;
301
+ '.nextui-button-text': {
302
+ px: string;
303
+ };
304
+ minWidth?: undefined;
305
+ '&:active'?: undefined;
306
+ normalShadow?: undefined;
307
+ bg?: undefined;
308
+ color?: undefined;
309
+ borderColor?: undefined;
310
+ padding?: undefined;
311
+ bgClip?: undefined;
312
+ backgroundImage?: undefined;
313
+ border?: undefined;
314
+ '&:hover'?: undefined;
315
+ br?: undefined;
316
+ };
317
+ animated?: undefined;
318
+ disabled?: undefined;
319
+ shadow?: undefined;
320
+ light?: undefined;
321
+ ghost?: undefined;
322
+ flat?: undefined;
323
+ borderWeight?: undefined;
324
+ rounded?: undefined;
325
+ } | {
326
+ rounded: true;
327
+ size: string;
328
+ css: {
329
+ br: string;
330
+ px?: undefined;
331
+ minWidth?: undefined;
332
+ '&:active'?: undefined;
333
+ normalShadow?: undefined;
334
+ bg?: undefined;
335
+ color?: undefined;
336
+ borderColor?: undefined;
337
+ padding?: undefined;
338
+ bgClip?: undefined;
339
+ backgroundImage?: undefined;
340
+ border?: undefined;
341
+ '&:hover'?: undefined;
342
+ py?: undefined;
343
+ '.nextui-button-text'?: undefined;
344
+ };
345
+ auto?: undefined;
346
+ animated?: undefined;
347
+ disabled?: undefined;
348
+ shadow?: undefined;
349
+ color?: undefined;
350
+ light?: undefined;
351
+ bordered?: undefined;
352
+ ghost?: undefined;
353
+ flat?: undefined;
354
+ borderWeight?: undefined;
355
+ })[] | {
356
+ opacity: number;
357
+ transition?: undefined;
358
+ dflex?: undefined;
359
+ zIndex?: undefined;
360
+ 'p, pre, div'?: undefined;
361
+ '.nextui-drip-filler'?: undefined;
362
+ bordered?: undefined;
363
+ ghost?: undefined;
364
+ color?: undefined;
365
+ size?: undefined;
366
+ borderWeight?: undefined;
367
+ flat?: undefined;
368
+ light?: undefined;
369
+ shadow?: undefined;
370
+ disabled?: undefined;
371
+ clickable?: undefined;
372
+ animated?: undefined;
373
+ auto?: undefined;
374
+ rounded?: undefined;
375
+ } | {
376
+ transition: string;
377
+ opacity?: undefined;
378
+ dflex?: undefined;
379
+ zIndex?: undefined;
380
+ 'p, pre, div'?: undefined;
381
+ '.nextui-drip-filler'?: undefined;
382
+ bordered?: undefined;
383
+ ghost?: undefined;
384
+ color?: undefined;
385
+ size?: undefined;
386
+ borderWeight?: undefined;
387
+ flat?: undefined;
388
+ light?: undefined;
389
+ shadow?: undefined;
390
+ disabled?: undefined;
391
+ clickable?: undefined;
392
+ animated?: undefined;
393
+ auto?: undefined;
394
+ rounded?: undefined;
395
+ } | {
396
+ dflex: string;
397
+ zIndex: string;
398
+ 'p, pre, div': {
399
+ margin: number;
400
+ };
401
+ opacity?: undefined;
402
+ transition?: undefined;
403
+ '.nextui-drip-filler'?: undefined;
404
+ bordered?: undefined;
405
+ ghost?: undefined;
406
+ color?: undefined;
407
+ size?: undefined;
408
+ borderWeight?: undefined;
409
+ flat?: undefined;
410
+ light?: undefined;
411
+ shadow?: undefined;
412
+ disabled?: undefined;
413
+ clickable?: undefined;
414
+ animated?: undefined;
415
+ auto?: undefined;
416
+ rounded?: undefined;
417
+ } | {
418
+ zIndex: string;
419
+ '.nextui-drip-filler': {
420
+ opacity: number;
421
+ fill: string;
422
+ };
423
+ opacity?: undefined;
424
+ transition?: undefined;
425
+ dflex?: undefined;
426
+ 'p, pre, div'?: undefined;
427
+ bordered?: undefined;
428
+ ghost?: undefined;
429
+ color?: undefined;
430
+ size?: undefined;
431
+ borderWeight?: undefined;
432
+ flat?: undefined;
433
+ light?: undefined;
434
+ shadow?: undefined;
435
+ disabled?: undefined;
436
+ clickable?: undefined;
437
+ animated?: undefined;
438
+ auto?: undefined;
439
+ rounded?: undefined;
440
+ } | {
441
+ bordered: {
442
+ true: {
443
+ bg: string;
444
+ borderStyle: string;
445
+ color: string;
446
+ };
447
+ };
448
+ ghost: {
449
+ true: {
450
+ '&:hover': {
451
+ color: string;
452
+ };
453
+ };
454
+ };
455
+ color: {
456
+ default: {
457
+ bg: string;
458
+ color: string;
459
+ };
460
+ primary: {
461
+ bg: string;
462
+ color: string;
463
+ };
464
+ secondary: {
465
+ bg: string;
466
+ color: string;
467
+ };
468
+ success: {
469
+ bg: string;
470
+ color: string;
471
+ };
472
+ warning: {
473
+ bg: string;
474
+ color: string;
475
+ };
476
+ error: {
477
+ bg: string;
478
+ color: string;
479
+ };
480
+ gradient: {
481
+ bg: string;
482
+ color: string;
483
+ };
484
+ };
485
+ size: {
486
+ xs: {
487
+ $$buttonPadding: string;
488
+ px: string;
489
+ height: string;
490
+ lh: string;
491
+ width: string;
492
+ minWidth: string;
493
+ fontSize: string;
494
+ br: string;
495
+ };
496
+ sm: {
497
+ $$buttonPadding: string;
498
+ px: string;
499
+ height: string;
500
+ lh: string;
501
+ width: string;
502
+ minWidth: string;
503
+ fontSize: string;
504
+ br: string;
505
+ };
506
+ md: {
507
+ $$buttonPadding: string;
508
+ px: string;
509
+ height: string;
510
+ lh: string;
511
+ width: string;
512
+ minWidth: string;
513
+ fontSize: string;
514
+ br: string;
515
+ };
516
+ lg: {
517
+ $$buttonPadding: string;
518
+ px: string;
519
+ height: string;
520
+ lh: string;
521
+ width: string;
522
+ minWidth: string;
523
+ fontSize: string;
524
+ br: string;
525
+ };
526
+ xl: {
527
+ $$buttonPadding: string;
528
+ px: string;
529
+ height: string;
530
+ lh: string;
531
+ width: string;
532
+ minWidth: string;
533
+ fontSize: string;
534
+ br: string;
535
+ };
536
+ };
537
+ borderWeight: {
538
+ light: {
539
+ bw: string;
540
+ };
541
+ normal: {
542
+ bw: string;
543
+ };
544
+ bold: {
545
+ bw: string;
546
+ };
547
+ extrabold: {
548
+ bw: string;
549
+ };
550
+ black: {
551
+ bw: string;
552
+ };
553
+ };
554
+ flat: {
555
+ true: {
556
+ color: string;
557
+ };
558
+ };
559
+ light: {
560
+ true: {
561
+ [x: string]: string | {
562
+ '.nextui-drip-filler': {
563
+ opacity: number;
564
+ fill: string;
565
+ };
566
+ };
567
+ bg: string;
568
+ };
569
+ };
570
+ shadow: {
571
+ true: {
572
+ bs: string;
573
+ };
574
+ };
575
+ disabled: {
576
+ true: {
577
+ bg: string;
578
+ color: string;
579
+ cursor: string;
580
+ pe: string;
581
+ '&:hover': {
582
+ opacity: number;
583
+ };
584
+ };
585
+ };
586
+ clickable: {
587
+ false: {
588
+ cursor: string;
589
+ pe: string;
590
+ };
591
+ };
592
+ animated: {
593
+ true: {
594
+ '&:active': {
595
+ transform: string;
596
+ };
597
+ };
598
+ false: {
599
+ transition: string;
600
+ };
601
+ };
602
+ auto: {
603
+ true: {
604
+ width: string;
605
+ minWidth: string;
606
+ };
607
+ };
608
+ rounded: {
609
+ true: {
610
+ br: string;
611
+ };
612
+ };
613
+ opacity?: undefined;
614
+ transition?: undefined;
615
+ dflex?: undefined;
616
+ zIndex?: undefined;
617
+ 'p, pre, div'?: undefined;
618
+ '.nextui-drip-filler'?: undefined;
619
+ } | {
620
+ color: "default";
621
+ borderWeight: "normal";
622
+ animated: true;
623
+ size: "md";
624
+ opacity?: undefined;
625
+ transition?: undefined;
626
+ dflex?: undefined;
627
+ zIndex?: undefined;
628
+ 'p, pre, div'?: undefined;
629
+ '.nextui-drip-filler'?: undefined;
630
+ bordered?: undefined;
631
+ ghost?: undefined;
632
+ flat?: undefined;
633
+ light?: undefined;
634
+ shadow?: undefined;
635
+ disabled?: undefined;
636
+ clickable?: undefined;
637
+ auto?: undefined;
638
+ rounded?: undefined;
639
+ };
640
+ dflex: string;
641
+ appearance: string;
642
+ boxSizing: string;
643
+ fontWeight: string;
644
+ us: string;
645
+ lineHeight: string;
646
+ ta: string;
647
+ whiteSpace: string;
648
+ transition: string;
649
+ position: string;
650
+ overflow: string;
651
+ border: string;
652
+ cursor: string;
653
+ pe: string;
654
+ p: number;
655
+ '&:hover': {
656
+ opacity: number;
657
+ };
658
+ '@motion': {
659
+ transition: string;
660
+ };
661
+ '.nextui-button-text': {
662
+ dflex: string;
663
+ zIndex: string;
664
+ 'p, pre, div': {
665
+ margin: number;
666
+ };
667
+ };
668
+ variants: {
669
+ bordered: {
670
+ true: {
671
+ bg: string;
672
+ borderStyle: string;
673
+ color: string;
674
+ };
675
+ };
676
+ ghost: {
677
+ true: {
678
+ '&:hover': {
679
+ color: string;
680
+ };
681
+ };
682
+ };
683
+ color: {
684
+ default: {
685
+ bg: string;
686
+ color: string;
687
+ };
688
+ primary: {
689
+ bg: string;
690
+ color: string;
691
+ };
692
+ secondary: {
693
+ bg: string;
694
+ color: string;
695
+ };
696
+ success: {
697
+ bg: string;
698
+ color: string;
699
+ };
700
+ warning: {
701
+ bg: string;
702
+ color: string;
703
+ };
704
+ error: {
705
+ bg: string;
706
+ color: string;
707
+ };
708
+ gradient: {
709
+ bg: string;
710
+ color: string;
711
+ };
712
+ };
713
+ size: {
714
+ xs: {
715
+ $$buttonPadding: string;
716
+ px: string;
717
+ height: string;
718
+ lh: string;
719
+ width: string;
720
+ minWidth: string;
721
+ fontSize: string;
722
+ br: string;
723
+ };
724
+ sm: {
725
+ $$buttonPadding: string;
726
+ px: string;
727
+ height: string;
728
+ lh: string;
729
+ width: string;
730
+ minWidth: string;
731
+ fontSize: string;
732
+ br: string;
733
+ };
734
+ md: {
735
+ $$buttonPadding: string;
736
+ px: string;
737
+ height: string;
738
+ lh: string;
739
+ width: string;
740
+ minWidth: string;
741
+ fontSize: string;
742
+ br: string;
743
+ };
744
+ lg: {
745
+ $$buttonPadding: string;
746
+ px: string;
747
+ height: string;
748
+ lh: string;
749
+ width: string;
750
+ minWidth: string;
751
+ fontSize: string;
752
+ br: string;
753
+ };
754
+ xl: {
755
+ $$buttonPadding: string;
756
+ px: string;
757
+ height: string;
758
+ lh: string;
759
+ width: string;
760
+ minWidth: string;
761
+ fontSize: string;
762
+ br: string;
763
+ };
764
+ };
765
+ borderWeight: {
766
+ light: {
767
+ bw: string;
768
+ };
769
+ normal: {
770
+ bw: string;
771
+ };
772
+ bold: {
773
+ bw: string;
774
+ };
775
+ extrabold: {
776
+ bw: string;
777
+ };
778
+ black: {
779
+ bw: string;
780
+ };
781
+ };
782
+ flat: {
783
+ true: {
784
+ color: string;
785
+ };
786
+ };
787
+ light: {
788
+ true: {
789
+ [x: string]: string | {
790
+ '.nextui-drip-filler': {
791
+ opacity: number;
792
+ fill: string;
793
+ };
794
+ };
795
+ bg: string;
796
+ };
797
+ };
798
+ shadow: {
799
+ true: {
800
+ bs: string;
801
+ };
802
+ };
803
+ disabled: {
804
+ true: {
805
+ bg: string;
806
+ color: string;
807
+ cursor: string;
808
+ pe: string;
809
+ '&:hover': {
810
+ opacity: number;
811
+ };
812
+ };
813
+ };
814
+ clickable: {
815
+ false: {
816
+ cursor: string;
817
+ pe: string;
818
+ };
819
+ };
820
+ animated: {
821
+ true: {
822
+ '&:active': {
823
+ transform: string;
824
+ };
825
+ };
826
+ false: {
827
+ transition: string;
828
+ };
829
+ };
830
+ auto: {
831
+ true: {
832
+ width: string;
833
+ minWidth: string;
834
+ };
835
+ };
836
+ rounded: {
837
+ true: {
838
+ br: string;
839
+ };
840
+ };
841
+ };
842
+ compoundVariants: ({
843
+ auto: true;
844
+ size: string;
845
+ css: {
846
+ px: string;
847
+ minWidth: string;
848
+ '&:active'?: undefined;
849
+ normalShadow?: undefined;
850
+ bg?: undefined;
851
+ color?: undefined;
852
+ borderColor?: undefined;
853
+ padding?: undefined;
854
+ bgClip?: undefined;
855
+ backgroundImage?: undefined;
856
+ border?: undefined;
857
+ '&:hover'?: undefined;
858
+ py?: undefined;
859
+ '.nextui-button-text'?: undefined;
860
+ br?: undefined;
861
+ };
862
+ animated?: undefined;
863
+ disabled?: undefined;
864
+ shadow?: undefined;
865
+ color?: undefined;
866
+ light?: undefined;
867
+ bordered?: undefined;
868
+ ghost?: undefined;
869
+ flat?: undefined;
870
+ borderWeight?: undefined;
871
+ rounded?: undefined;
872
+ } | {
873
+ animated: true;
874
+ disabled: true;
875
+ css: {
876
+ '&:active': {
877
+ transform: string;
878
+ };
879
+ px?: undefined;
880
+ minWidth?: undefined;
881
+ normalShadow?: undefined;
882
+ bg?: undefined;
883
+ color?: undefined;
884
+ borderColor?: undefined;
885
+ padding?: undefined;
886
+ bgClip?: undefined;
887
+ backgroundImage?: undefined;
888
+ border?: undefined;
889
+ '&:hover'?: undefined;
890
+ py?: undefined;
891
+ '.nextui-button-text'?: undefined;
892
+ br?: undefined;
893
+ };
894
+ auto?: undefined;
895
+ size?: undefined;
896
+ shadow?: undefined;
897
+ color?: undefined;
898
+ light?: undefined;
899
+ bordered?: undefined;
900
+ ghost?: undefined;
901
+ flat?: undefined;
902
+ borderWeight?: undefined;
903
+ rounded?: undefined;
904
+ } | {
905
+ shadow: true;
906
+ color: string;
907
+ css: {
908
+ normalShadow: string;
909
+ px?: undefined;
910
+ minWidth?: undefined;
911
+ '&:active'?: undefined;
912
+ bg?: undefined;
913
+ color?: undefined;
914
+ borderColor?: undefined;
915
+ padding?: undefined;
916
+ bgClip?: undefined;
917
+ backgroundImage?: undefined;
918
+ border?: undefined;
919
+ '&:hover'?: undefined;
920
+ py?: undefined;
921
+ '.nextui-button-text'?: undefined;
922
+ br?: undefined;
923
+ };
924
+ auto?: undefined;
925
+ size?: undefined;
926
+ animated?: undefined;
927
+ disabled?: undefined;
928
+ light?: undefined;
929
+ bordered?: undefined;
930
+ ghost?: undefined;
931
+ flat?: undefined;
932
+ borderWeight?: undefined;
933
+ rounded?: undefined;
934
+ } | {
935
+ light: true;
936
+ color: string;
937
+ css: {
938
+ bg: string;
939
+ color: string;
940
+ px?: undefined;
941
+ minWidth?: undefined;
942
+ '&:active'?: undefined;
943
+ normalShadow?: undefined;
944
+ borderColor?: undefined;
945
+ padding?: undefined;
946
+ bgClip?: undefined;
947
+ backgroundImage?: undefined;
948
+ border?: undefined;
949
+ '&:hover'?: undefined;
950
+ py?: undefined;
951
+ '.nextui-button-text'?: undefined;
952
+ br?: undefined;
953
+ };
954
+ auto?: undefined;
955
+ size?: undefined;
956
+ animated?: undefined;
957
+ disabled?: undefined;
958
+ shadow?: undefined;
959
+ bordered?: undefined;
960
+ ghost?: undefined;
961
+ flat?: undefined;
962
+ borderWeight?: undefined;
963
+ rounded?: undefined;
964
+ } | {
965
+ bordered: true;
966
+ color: string;
967
+ css: {
968
+ [x: string]: string | {
969
+ '.nextui-drip-filler': {
970
+ fill: string;
971
+ };
972
+ };
973
+ bg: string;
974
+ borderColor: string;
975
+ color: string;
976
+ px?: undefined;
977
+ minWidth?: undefined;
978
+ '&:active'?: undefined;
979
+ normalShadow?: undefined;
980
+ padding?: undefined;
981
+ bgClip?: undefined;
982
+ backgroundImage?: undefined;
983
+ border?: undefined;
984
+ '&:hover'?: undefined;
985
+ py?: undefined;
986
+ '.nextui-button-text'?: undefined;
987
+ br?: undefined;
988
+ };
989
+ auto?: undefined;
990
+ size?: undefined;
991
+ animated?: undefined;
992
+ disabled?: undefined;
993
+ shadow?: undefined;
994
+ light?: undefined;
995
+ ghost?: undefined;
996
+ flat?: undefined;
997
+ borderWeight?: undefined;
998
+ rounded?: undefined;
999
+ } | {
1000
+ bordered: true;
1001
+ color: string;
1002
+ css: {
1003
+ [x: string]: string | {
1004
+ '.nextui-drip-filler': {
1005
+ fill: string;
1006
+ };
1007
+ };
1008
+ bg: string;
1009
+ color: string;
1010
+ padding: string;
1011
+ bgClip: string;
1012
+ borderColor: string;
1013
+ backgroundImage: string;
1014
+ border: string;
1015
+ px?: undefined;
1016
+ minWidth?: undefined;
1017
+ '&:active'?: undefined;
1018
+ normalShadow?: undefined;
1019
+ '&:hover'?: undefined;
1020
+ py?: undefined;
1021
+ '.nextui-button-text'?: undefined;
1022
+ br?: undefined;
1023
+ };
1024
+ auto?: undefined;
1025
+ size?: undefined;
1026
+ animated?: undefined;
1027
+ disabled?: undefined;
1028
+ shadow?: undefined;
1029
+ light?: undefined;
1030
+ ghost?: undefined;
1031
+ flat?: undefined;
1032
+ borderWeight?: undefined;
1033
+ rounded?: undefined;
1034
+ } | {
1035
+ ghost: true;
1036
+ color: string;
1037
+ css: {
1038
+ '&:hover': {
1039
+ bg: string;
1040
+ };
1041
+ px?: undefined;
1042
+ minWidth?: undefined;
1043
+ '&:active'?: undefined;
1044
+ normalShadow?: undefined;
1045
+ bg?: undefined;
1046
+ color?: undefined;
1047
+ borderColor?: undefined;
1048
+ padding?: undefined;
1049
+ bgClip?: undefined;
1050
+ backgroundImage?: undefined;
1051
+ border?: undefined;
1052
+ py?: undefined;
1053
+ '.nextui-button-text'?: undefined;
1054
+ br?: undefined;
1055
+ };
1056
+ auto?: undefined;
1057
+ size?: undefined;
1058
+ animated?: undefined;
1059
+ disabled?: undefined;
1060
+ shadow?: undefined;
1061
+ light?: undefined;
1062
+ bordered?: undefined;
1063
+ flat?: undefined;
1064
+ borderWeight?: undefined;
1065
+ rounded?: undefined;
1066
+ } | {
1067
+ flat: true;
1068
+ color: string;
1069
+ css: {
1070
+ [x: string]: string | {
1071
+ '.nextui-drip-filler': {
1072
+ opacity: number;
1073
+ fill: string;
1074
+ };
1075
+ };
1076
+ bg: string;
1077
+ color: string;
1078
+ px?: undefined;
1079
+ minWidth?: undefined;
1080
+ '&:active'?: undefined;
1081
+ normalShadow?: undefined;
1082
+ borderColor?: undefined;
1083
+ padding?: undefined;
1084
+ bgClip?: undefined;
1085
+ backgroundImage?: undefined;
1086
+ border?: undefined;
1087
+ '&:hover'?: undefined;
1088
+ py?: undefined;
1089
+ '.nextui-button-text'?: undefined;
1090
+ br?: undefined;
1091
+ };
1092
+ auto?: undefined;
1093
+ size?: undefined;
1094
+ animated?: undefined;
1095
+ disabled?: undefined;
1096
+ shadow?: undefined;
1097
+ light?: undefined;
1098
+ bordered?: undefined;
1099
+ ghost?: undefined;
1100
+ borderWeight?: undefined;
1101
+ rounded?: undefined;
1102
+ } | {
1103
+ bordered: true;
1104
+ color: string;
1105
+ borderWeight: string;
1106
+ css: {
1107
+ padding: string;
1108
+ px?: undefined;
1109
+ minWidth?: undefined;
1110
+ '&:active'?: undefined;
1111
+ normalShadow?: undefined;
1112
+ bg?: undefined;
1113
+ color?: undefined;
1114
+ borderColor?: undefined;
1115
+ bgClip?: undefined;
1116
+ backgroundImage?: undefined;
1117
+ border?: undefined;
1118
+ '&:hover'?: undefined;
1119
+ py?: undefined;
1120
+ '.nextui-button-text'?: undefined;
1121
+ br?: undefined;
1122
+ };
1123
+ auto?: undefined;
1124
+ size?: undefined;
1125
+ animated?: undefined;
1126
+ disabled?: undefined;
1127
+ shadow?: undefined;
1128
+ light?: undefined;
1129
+ ghost?: undefined;
1130
+ flat?: undefined;
1131
+ rounded?: undefined;
1132
+ } | {
1133
+ auto: true;
1134
+ color: string;
1135
+ bordered: true;
1136
+ size: string;
1137
+ css: {
1138
+ px: string;
1139
+ py: string;
1140
+ '.nextui-button-text': {
1141
+ px: string;
1142
+ };
1143
+ minWidth?: undefined;
1144
+ '&:active'?: undefined;
1145
+ normalShadow?: undefined;
1146
+ bg?: undefined;
1147
+ color?: undefined;
1148
+ borderColor?: undefined;
1149
+ padding?: undefined;
1150
+ bgClip?: undefined;
1151
+ backgroundImage?: undefined;
1152
+ border?: undefined;
1153
+ '&:hover'?: undefined;
1154
+ br?: undefined;
1155
+ };
1156
+ animated?: undefined;
1157
+ disabled?: undefined;
1158
+ shadow?: undefined;
1159
+ light?: undefined;
1160
+ ghost?: undefined;
1161
+ flat?: undefined;
1162
+ borderWeight?: undefined;
1163
+ rounded?: undefined;
1164
+ } | {
1165
+ rounded: true;
1166
+ size: string;
1167
+ css: {
1168
+ br: string;
1169
+ px?: undefined;
1170
+ minWidth?: undefined;
1171
+ '&:active'?: undefined;
1172
+ normalShadow?: undefined;
1173
+ bg?: undefined;
1174
+ color?: undefined;
1175
+ borderColor?: undefined;
1176
+ padding?: undefined;
1177
+ bgClip?: undefined;
1178
+ backgroundImage?: undefined;
1179
+ border?: undefined;
1180
+ '&:hover'?: undefined;
1181
+ py?: undefined;
1182
+ '.nextui-button-text'?: undefined;
1183
+ };
1184
+ auto?: undefined;
1185
+ animated?: undefined;
1186
+ disabled?: undefined;
1187
+ shadow?: undefined;
1188
+ color?: undefined;
1189
+ light?: undefined;
1190
+ bordered?: undefined;
1191
+ ghost?: undefined;
1192
+ flat?: undefined;
1193
+ borderWeight?: undefined;
1194
+ })[];
1195
+ defaultVariants: {
1196
+ color: "default";
1197
+ borderWeight: "normal";
1198
+ animated: true;
1199
+ size: "md";
1200
+ };
1201
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
1202
+ isFocusVisible?: boolean | "true" | undefined;
895
1203
  }, {
896
1204
  xs: string;
897
1205
  sm: string;
@@ -1026,18 +1334,23 @@ export declare const StyledBackdropLayer: import("@stitches/react/types/styled-c
1026
1334
  primaryLight: string;
1027
1335
  primary: string;
1028
1336
  primaryDark: string;
1337
+ primaryShadow: string;
1029
1338
  secondaryLight: string;
1030
1339
  secondary: string;
1031
1340
  secondaryDark: string;
1341
+ secondaryShadow: string;
1032
1342
  successLight: string;
1033
1343
  success: string;
1034
1344
  successDark: string;
1345
+ successShadow: string;
1035
1346
  warningLight: string;
1036
1347
  warning: string;
1037
1348
  warningDark: string;
1349
+ warningShadow: string;
1038
1350
  errorLight: string;
1039
1351
  error: string;
1040
1352
  errorDark: string;
1353
+ errorShadow: string;
1041
1354
  gradient: string;
1042
1355
  link: string;
1043
1356
  };
@@ -1728,6 +2041,22 @@ export declare const StyledBackdropLayer: import("@stitches/react/types/styled-c
1728
2041
  readonly [$$PropertyValue]: "width";
1729
2042
  };
1730
2043
  };
2044
+ minSize: (value: {
2045
+ readonly [$$PropertyValue]: "width";
2046
+ }) => {
2047
+ minWidth: {
2048
+ readonly [$$PropertyValue]: "width";
2049
+ };
2050
+ minHeight: {
2051
+ readonly [$$PropertyValue]: "width";
2052
+ };
2053
+ width: {
2054
+ readonly [$$PropertyValue]: "width";
2055
+ };
2056
+ height: {
2057
+ readonly [$$PropertyValue]: "width";
2058
+ };
2059
+ };
1731
2060
  sizeMin: (value: {
1732
2061
  readonly [$$PropertyValue]: "width";
1733
2062
  }) => {
@@ -1744,6 +2073,16 @@ export declare const StyledBackdropLayer: import("@stitches/react/types/styled-c
1744
2073
  readonly [$$PropertyValue]: "width";
1745
2074
  };
1746
2075
  };
2076
+ maxSize: (value: {
2077
+ readonly [$$PropertyValue]: "width";
2078
+ }) => {
2079
+ maxWidth: {
2080
+ readonly [$$PropertyValue]: "width";
2081
+ };
2082
+ maxHeight: {
2083
+ readonly [$$PropertyValue]: "width";
2084
+ };
2085
+ };
1747
2086
  sizeMax: (value: {
1748
2087
  readonly [$$PropertyValue]: "width";
1749
2088
  }) => {
@@ -1774,17 +2113,24 @@ export declare const StyledBackdropLayer: import("@stitches/react/types/styled-c
1774
2113
  }) => {
1775
2114
  backgroundImage: string;
1776
2115
  };
2116
+ tdl: (value: {
2117
+ readonly [$$PropertyValue]: "textDecorationLine";
2118
+ }) => {
2119
+ textDecorationLine: {
2120
+ readonly [$$PropertyValue]: "textDecorationLine";
2121
+ };
2122
+ };
1777
2123
  textGradient: (value: {
1778
2124
  readonly [$$PropertyValue]: "backgroundImage";
1779
2125
  }) => {
1780
2126
  backgroundImage: string;
1781
2127
  WebkitBackgroundClip: string;
1782
2128
  WebkitTextFillColor: string;
2129
+ '&::selection': {
2130
+ WebkitTextFillColor: string;
2131
+ };
1783
2132
  };
1784
- }>>;
1785
- export declare const StyledBackdrop: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1786
- fullScreen?: boolean | "true" | undefined;
1787
- }, {
2133
+ }>>]>, {
1788
2134
  xs: string;
1789
2135
  sm: string;
1790
2136
  md: string;
@@ -1918,18 +2264,23 @@ export declare const StyledBackdrop: import("@stitches/react/types/styled-compon
1918
2264
  primaryLight: string;
1919
2265
  primary: string;
1920
2266
  primaryDark: string;
2267
+ primaryShadow: string;
1921
2268
  secondaryLight: string;
1922
2269
  secondary: string;
1923
2270
  secondaryDark: string;
2271
+ secondaryShadow: string;
1924
2272
  successLight: string;
1925
2273
  success: string;
1926
2274
  successDark: string;
2275
+ successShadow: string;
1927
2276
  warningLight: string;
1928
2277
  warning: string;
1929
2278
  warningDark: string;
2279
+ warningShadow: string;
1930
2280
  errorLight: string;
1931
2281
  error: string;
1932
2282
  errorDark: string;
2283
+ errorShadow: string;
1933
2284
  gradient: string;
1934
2285
  link: string;
1935
2286
  };
@@ -2620,6 +2971,22 @@ export declare const StyledBackdrop: import("@stitches/react/types/styled-compon
2620
2971
  readonly [$$PropertyValue]: "width";
2621
2972
  };
2622
2973
  };
2974
+ minSize: (value: {
2975
+ readonly [$$PropertyValue]: "width";
2976
+ }) => {
2977
+ minWidth: {
2978
+ readonly [$$PropertyValue]: "width";
2979
+ };
2980
+ minHeight: {
2981
+ readonly [$$PropertyValue]: "width";
2982
+ };
2983
+ width: {
2984
+ readonly [$$PropertyValue]: "width";
2985
+ };
2986
+ height: {
2987
+ readonly [$$PropertyValue]: "width";
2988
+ };
2989
+ };
2623
2990
  sizeMin: (value: {
2624
2991
  readonly [$$PropertyValue]: "width";
2625
2992
  }) => {
@@ -2636,6 +3003,16 @@ export declare const StyledBackdrop: import("@stitches/react/types/styled-compon
2636
3003
  readonly [$$PropertyValue]: "width";
2637
3004
  };
2638
3005
  };
3006
+ maxSize: (value: {
3007
+ readonly [$$PropertyValue]: "width";
3008
+ }) => {
3009
+ maxWidth: {
3010
+ readonly [$$PropertyValue]: "width";
3011
+ };
3012
+ maxHeight: {
3013
+ readonly [$$PropertyValue]: "width";
3014
+ };
3015
+ };
2639
3016
  sizeMax: (value: {
2640
3017
  readonly [$$PropertyValue]: "width";
2641
3018
  }) => {
@@ -2666,12 +3043,23 @@ export declare const StyledBackdrop: import("@stitches/react/types/styled-compon
2666
3043
  }) => {
2667
3044
  backgroundImage: string;
2668
3045
  };
3046
+ tdl: (value: {
3047
+ readonly [$$PropertyValue]: "textDecorationLine";
3048
+ }) => {
3049
+ textDecorationLine: {
3050
+ readonly [$$PropertyValue]: "textDecorationLine";
3051
+ };
3052
+ };
2669
3053
  textGradient: (value: {
2670
3054
  readonly [$$PropertyValue]: "backgroundImage";
2671
3055
  }) => {
2672
3056
  backgroundImage: string;
2673
3057
  WebkitBackgroundClip: string;
2674
3058
  WebkitTextFillColor: string;
3059
+ '&::selection': {
3060
+ WebkitTextFillColor: string;
3061
+ };
2675
3062
  };
2676
3063
  }>>;
2677
- export declare type BackdropVariantsProps = VariantProps<typeof StyledBackdrop>;
3064
+ export declare type ButtonVariantsProps = VariantProps<typeof StyledButton>;
3065
+ export default StyledButton;