@zentauri-ui/zentauri-components 1.4.2 → 1.4.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 (499) hide show
  1. package/README.md +6 -6
  2. package/cli/index.mjs +2 -2
  3. package/dist/hooks/index.d.ts +27 -0
  4. package/dist/hooks/index.d.ts.map +1 -0
  5. package/dist/hooks/useBodyScrollLock/index.d.ts +2 -0
  6. package/dist/hooks/useBodyScrollLock/index.d.ts.map +1 -0
  7. package/dist/hooks/useBodyScrollLock/useBodyScrollLock.d.ts +13 -0
  8. package/dist/hooks/useBodyScrollLock/useBodyScrollLock.d.ts.map +1 -0
  9. package/dist/hooks/useClickOutside/index.d.ts +2 -0
  10. package/dist/hooks/useClickOutside/index.d.ts.map +1 -0
  11. package/dist/hooks/useClickOutside/useClickOutside.d.ts +22 -0
  12. package/dist/hooks/useClickOutside/useClickOutside.d.ts.map +1 -0
  13. package/dist/hooks/useClipboard/index.d.ts +2 -0
  14. package/dist/hooks/useClipboard/index.d.ts.map +1 -0
  15. package/dist/hooks/useClipboard/useClipboard.d.ts +21 -0
  16. package/dist/hooks/useClipboard/useClipboard.d.ts.map +1 -0
  17. package/dist/hooks/useControllableState/index.d.ts +2 -0
  18. package/dist/hooks/useControllableState/index.d.ts.map +1 -0
  19. package/dist/hooks/useControllableState/useControllableState.d.ts +21 -0
  20. package/dist/hooks/useControllableState/useControllableState.d.ts.map +1 -0
  21. package/dist/hooks/useDebouncedValue/index.d.ts +2 -0
  22. package/dist/hooks/useDebouncedValue/index.d.ts.map +1 -0
  23. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +13 -0
  24. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts.map +1 -0
  25. package/dist/hooks/useDisclosure/index.d.ts +2 -0
  26. package/dist/hooks/useDisclosure/index.d.ts.map +1 -0
  27. package/dist/hooks/useDisclosure/useDisclosure.d.ts +24 -0
  28. package/dist/hooks/useDisclosure/useDisclosure.d.ts.map +1 -0
  29. package/dist/hooks/useDocumentTitle/index.d.ts +2 -0
  30. package/dist/hooks/useDocumentTitle/index.d.ts.map +1 -0
  31. package/dist/hooks/useDocumentTitle/useDocumentTitle.d.ts +18 -0
  32. package/dist/hooks/useDocumentTitle/useDocumentTitle.d.ts.map +1 -0
  33. package/dist/hooks/useFocusManagement/index.d.ts +2 -0
  34. package/dist/hooks/useFocusManagement/index.d.ts.map +1 -0
  35. package/dist/hooks/useFocusManagement/useFocusManagement.d.ts +22 -0
  36. package/dist/hooks/useFocusManagement/useFocusManagement.d.ts.map +1 -0
  37. package/dist/hooks/useHover/index.d.ts +2 -0
  38. package/dist/hooks/useHover/index.d.ts.map +1 -0
  39. package/dist/hooks/useHover/useHover.d.ts +13 -0
  40. package/dist/hooks/useHover/useHover.d.ts.map +1 -0
  41. package/dist/hooks/useInView/index.d.ts +2 -0
  42. package/dist/hooks/useInView/index.d.ts.map +1 -0
  43. package/dist/hooks/useInView/useInView.d.ts +17 -0
  44. package/dist/hooks/useInView/useInView.d.ts.map +1 -0
  45. package/dist/hooks/useIntersectionObserver/index.d.ts +2 -0
  46. package/dist/hooks/useIntersectionObserver/index.d.ts.map +1 -0
  47. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +17 -0
  48. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
  49. package/dist/hooks/useIsMounted/index.d.ts +2 -0
  50. package/dist/hooks/useIsMounted/index.d.ts.map +1 -0
  51. package/dist/hooks/useIsMounted/useIsMounted.d.ts +10 -0
  52. package/dist/hooks/useIsMounted/useIsMounted.d.ts.map +1 -0
  53. package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts +2 -0
  54. package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts.map +1 -0
  55. package/dist/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts +9 -0
  56. package/dist/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts.map +1 -0
  57. package/dist/hooks/useLocalStorage/index.d.ts +2 -0
  58. package/dist/hooks/useLocalStorage/index.d.ts.map +1 -0
  59. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +21 -0
  60. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts.map +1 -0
  61. package/dist/hooks/useMediaQuery/index.d.ts +2 -0
  62. package/dist/hooks/useMediaQuery/index.d.ts.map +1 -0
  63. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +12 -0
  64. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts.map +1 -0
  65. package/dist/hooks/useNetworkStatus/index.d.ts +2 -0
  66. package/dist/hooks/useNetworkStatus/index.d.ts.map +1 -0
  67. package/dist/hooks/useNetworkStatus/useNetworkStatus.d.ts +9 -0
  68. package/dist/hooks/useNetworkStatus/useNetworkStatus.d.ts.map +1 -0
  69. package/dist/hooks/usePageVisibility/index.d.ts +2 -0
  70. package/dist/hooks/usePageVisibility/index.d.ts.map +1 -0
  71. package/dist/hooks/usePageVisibility/usePageVisibility.d.ts +9 -0
  72. package/dist/hooks/usePageVisibility/usePageVisibility.d.ts.map +1 -0
  73. package/dist/hooks/usePagination/index.d.ts +2 -0
  74. package/dist/hooks/usePagination/index.d.ts.map +1 -0
  75. package/dist/hooks/usePagination/usePagination.d.ts +30 -0
  76. package/dist/hooks/usePagination/usePagination.d.ts.map +1 -0
  77. package/dist/hooks/usePrefersColorScheme/index.d.ts +2 -0
  78. package/dist/hooks/usePrefersColorScheme/index.d.ts.map +1 -0
  79. package/dist/hooks/usePrefersColorScheme/usePrefersColorScheme.d.ts +9 -0
  80. package/dist/hooks/usePrefersColorScheme/usePrefersColorScheme.d.ts.map +1 -0
  81. package/dist/hooks/usePrefersReducedMotion/index.d.ts +2 -0
  82. package/dist/hooks/usePrefersReducedMotion/index.d.ts.map +1 -0
  83. package/dist/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts +9 -0
  84. package/dist/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts.map +1 -0
  85. package/dist/hooks/useResizeObserver/index.d.ts +2 -0
  86. package/dist/hooks/useResizeObserver/index.d.ts.map +1 -0
  87. package/dist/hooks/useResizeObserver/useResizeObserver.d.ts +21 -0
  88. package/dist/hooks/useResizeObserver/useResizeObserver.d.ts.map +1 -0
  89. package/dist/hooks/useSessionStorage/index.d.ts +2 -0
  90. package/dist/hooks/useSessionStorage/index.d.ts.map +1 -0
  91. package/dist/hooks/useSessionStorage/useSessionStorage.d.ts +21 -0
  92. package/dist/hooks/useSessionStorage/useSessionStorage.d.ts.map +1 -0
  93. package/dist/hooks/useThrottledCallback/index.d.ts +2 -0
  94. package/dist/hooks/useThrottledCallback/index.d.ts.map +1 -0
  95. package/dist/hooks/useThrottledCallback/useThrottledCallback.d.ts +13 -0
  96. package/dist/hooks/useThrottledCallback/useThrottledCallback.d.ts.map +1 -0
  97. package/dist/hooks/useToggle/index.d.ts +2 -0
  98. package/dist/hooks/useToggle/index.d.ts.map +1 -0
  99. package/dist/hooks/useToggle/useToggle.d.ts +8 -0
  100. package/dist/hooks/useToggle/useToggle.d.ts.map +1 -0
  101. package/dist/hooks/useWindowSize/index.d.ts +2 -0
  102. package/dist/hooks/useWindowSize/index.d.ts.map +1 -0
  103. package/dist/hooks/useWindowSize/useWindowSize.d.ts +13 -0
  104. package/dist/hooks/useWindowSize/useWindowSize.d.ts.map +1 -0
  105. package/dist/lib/utils.d.ts +6 -0
  106. package/dist/lib/utils.d.ts.map +1 -0
  107. package/dist/ui/accordion/accordion-base.d.ts +20 -0
  108. package/dist/ui/accordion/accordion-base.d.ts.map +1 -0
  109. package/dist/ui/accordion/accordion.d.ts +8 -0
  110. package/dist/ui/accordion/accordion.d.ts.map +1 -0
  111. package/dist/ui/accordion/animated/accordion-content-animated.d.ts +6 -0
  112. package/dist/ui/accordion/animated/accordion-content-animated.d.ts.map +1 -0
  113. package/dist/ui/accordion/animated/accordion-root-animated.d.ts +6 -0
  114. package/dist/ui/accordion/animated/accordion-root-animated.d.ts.map +1 -0
  115. package/dist/ui/accordion/animated/animations.d.ts +6 -0
  116. package/dist/ui/accordion/animated/animations.d.ts.map +1 -0
  117. package/dist/ui/accordion/animated/index.d.ts +6 -0
  118. package/dist/ui/accordion/animated/index.d.ts.map +1 -0
  119. package/dist/ui/accordion/animated/types.d.ts +6 -0
  120. package/dist/ui/accordion/animated/types.d.ts.map +1 -0
  121. package/dist/ui/accordion/index.d.ts +5 -0
  122. package/dist/ui/accordion/index.d.ts.map +1 -0
  123. package/dist/ui/accordion/types.d.ts +39 -0
  124. package/dist/ui/accordion/types.d.ts.map +1 -0
  125. package/dist/ui/accordion/variants.d.ts +14 -0
  126. package/dist/ui/accordion/variants.d.ts.map +1 -0
  127. package/dist/ui/alert/alert-base.d.ts +28 -0
  128. package/dist/ui/alert/alert-base.d.ts.map +1 -0
  129. package/dist/ui/alert/alert.d.ts +6 -0
  130. package/dist/ui/alert/alert.d.ts.map +1 -0
  131. package/dist/ui/alert/animated/alert-animated.d.ts +3 -0
  132. package/dist/ui/alert/animated/alert-animated.d.ts.map +1 -0
  133. package/dist/ui/alert/animated/animations.d.ts +3 -0
  134. package/dist/ui/alert/animated/animations.d.ts.map +1 -0
  135. package/dist/ui/alert/animated/index.d.ts +4 -0
  136. package/dist/ui/alert/animated/index.d.ts.map +1 -0
  137. package/dist/ui/alert/animated/types.d.ts +8 -0
  138. package/dist/ui/alert/animated/types.d.ts.map +1 -0
  139. package/dist/ui/alert/index.d.ts +5 -0
  140. package/dist/ui/alert/index.d.ts.map +1 -0
  141. package/dist/ui/alert/types.d.ts +21 -0
  142. package/dist/ui/alert/types.d.ts.map +1 -0
  143. package/dist/ui/alert/variants.d.ts +11 -0
  144. package/dist/ui/alert/variants.d.ts.map +1 -0
  145. package/dist/ui/avatar/animated/animations.d.ts +3 -0
  146. package/dist/ui/avatar/animated/animations.d.ts.map +1 -0
  147. package/dist/ui/avatar/animated/avatar-animated.d.ts +6 -0
  148. package/dist/ui/avatar/animated/avatar-animated.d.ts.map +1 -0
  149. package/dist/ui/avatar/animated/index.d.ts +5 -0
  150. package/dist/ui/avatar/animated/index.d.ts.map +1 -0
  151. package/dist/ui/avatar/animated/types.d.ts +8 -0
  152. package/dist/ui/avatar/animated/types.d.ts.map +1 -0
  153. package/dist/ui/avatar/avatar-base.d.ts +25 -0
  154. package/dist/ui/avatar/avatar-base.d.ts.map +1 -0
  155. package/dist/ui/avatar/avatar.d.ts +8 -0
  156. package/dist/ui/avatar/avatar.d.ts.map +1 -0
  157. package/dist/ui/avatar/index.d.ts +5 -0
  158. package/dist/ui/avatar/index.d.ts.map +1 -0
  159. package/dist/ui/avatar/types.d.ts +25 -0
  160. package/dist/ui/avatar/types.d.ts.map +1 -0
  161. package/dist/ui/avatar/variants.d.ts +8 -0
  162. package/dist/ui/avatar/variants.d.ts.map +1 -0
  163. package/dist/ui/badge/animated/animations.d.ts +3 -0
  164. package/dist/ui/badge/animated/animations.d.ts.map +1 -0
  165. package/dist/ui/badge/animated/badge-animated.d.ts +6 -0
  166. package/dist/ui/badge/animated/badge-animated.d.ts.map +1 -0
  167. package/dist/ui/badge/animated/index.d.ts +4 -0
  168. package/dist/ui/badge/animated/index.d.ts.map +1 -0
  169. package/dist/ui/badge/animated/types.d.ts +10 -0
  170. package/dist/ui/badge/animated/types.d.ts.map +1 -0
  171. package/dist/ui/badge/badge-base.d.ts +6 -0
  172. package/dist/ui/badge/badge-base.d.ts.map +1 -0
  173. package/dist/ui/badge/badge.d.ts +6 -0
  174. package/dist/ui/badge/badge.d.ts.map +1 -0
  175. package/dist/ui/badge/index.d.ts +4 -0
  176. package/dist/ui/badge/index.d.ts.map +1 -0
  177. package/dist/ui/badge/types.d.ts +17 -0
  178. package/dist/ui/badge/types.d.ts.map +1 -0
  179. package/dist/ui/badge/variants.d.ts +40 -0
  180. package/dist/ui/badge/variants.d.ts.map +1 -0
  181. package/dist/ui/breadcrumb/breadcrumb.d.ts +33 -0
  182. package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -0
  183. package/dist/ui/breadcrumb/index.d.ts +4 -0
  184. package/dist/ui/breadcrumb/index.d.ts.map +1 -0
  185. package/dist/ui/breadcrumb/types.d.ts +26 -0
  186. package/dist/ui/breadcrumb/types.d.ts.map +1 -0
  187. package/dist/ui/breadcrumb/variants.d.ts +11 -0
  188. package/dist/ui/breadcrumb/variants.d.ts.map +1 -0
  189. package/dist/ui/buttons/animated/animations.d.ts +3 -0
  190. package/dist/ui/buttons/animated/animations.d.ts.map +1 -0
  191. package/dist/ui/buttons/animated/button-animated.d.ts +6 -0
  192. package/dist/ui/buttons/animated/button-animated.d.ts.map +1 -0
  193. package/dist/ui/buttons/animated/index.d.ts +4 -0
  194. package/dist/ui/buttons/animated/index.d.ts.map +1 -0
  195. package/dist/ui/buttons/animated/types.d.ts +16 -0
  196. package/dist/ui/buttons/animated/types.d.ts.map +1 -0
  197. package/dist/ui/buttons/button-base.d.ts +6 -0
  198. package/dist/ui/buttons/button-base.d.ts.map +1 -0
  199. package/dist/ui/buttons/button.d.ts +6 -0
  200. package/dist/ui/buttons/button.d.ts.map +1 -0
  201. package/dist/ui/buttons/index.d.ts +4 -0
  202. package/dist/ui/buttons/index.d.ts.map +1 -0
  203. package/dist/ui/buttons/types.d.ts +10 -0
  204. package/dist/ui/buttons/types.d.ts.map +1 -0
  205. package/dist/ui/buttons/variants.d.ts +5 -0
  206. package/dist/ui/buttons/variants.d.ts.map +1 -0
  207. package/dist/ui/card/animated/animations.d.ts +7 -0
  208. package/dist/ui/card/animated/animations.d.ts.map +1 -0
  209. package/dist/ui/card/animated/card-animated.d.ts +6 -0
  210. package/dist/ui/card/animated/card-animated.d.ts.map +1 -0
  211. package/dist/ui/card/animated/index.d.ts +5 -0
  212. package/dist/ui/card/animated/index.d.ts.map +1 -0
  213. package/dist/ui/card/animated/types.d.ts +6 -0
  214. package/dist/ui/card/animated/types.d.ts.map +1 -0
  215. package/dist/ui/card/card-base.d.ts +26 -0
  216. package/dist/ui/card/card-base.d.ts.map +1 -0
  217. package/dist/ui/card/card.d.ts +6 -0
  218. package/dist/ui/card/card.d.ts.map +1 -0
  219. package/dist/ui/card/index.d.ts +5 -0
  220. package/dist/ui/card/index.d.ts.map +1 -0
  221. package/dist/ui/card/types.d.ts +29 -0
  222. package/dist/ui/card/types.d.ts.map +1 -0
  223. package/dist/ui/card/variants.d.ts +18 -0
  224. package/dist/ui/card/variants.d.ts.map +1 -0
  225. package/dist/ui/divider/animated/animations.d.ts +6 -0
  226. package/dist/ui/divider/animated/animations.d.ts.map +1 -0
  227. package/dist/ui/divider/animated/divider-animated.d.ts +6 -0
  228. package/dist/ui/divider/animated/divider-animated.d.ts.map +1 -0
  229. package/dist/ui/divider/animated/index.d.ts +3 -0
  230. package/dist/ui/divider/animated/index.d.ts.map +1 -0
  231. package/dist/ui/divider/animated/types.d.ts +8 -0
  232. package/dist/ui/divider/animated/types.d.ts.map +1 -0
  233. package/dist/ui/divider/divider-base.d.ts +6 -0
  234. package/dist/ui/divider/divider-base.d.ts.map +1 -0
  235. package/dist/ui/divider/divider.d.ts +6 -0
  236. package/dist/ui/divider/divider.d.ts.map +1 -0
  237. package/dist/ui/divider/index.d.ts +4 -0
  238. package/dist/ui/divider/index.d.ts.map +1 -0
  239. package/dist/ui/divider/types.d.ts +15 -0
  240. package/dist/ui/divider/types.d.ts.map +1 -0
  241. package/dist/ui/divider/variants.d.ts +14 -0
  242. package/dist/ui/divider/variants.d.ts.map +1 -0
  243. package/dist/ui/drawer/animated/animations.d.ts +3 -0
  244. package/dist/ui/drawer/animated/animations.d.ts.map +1 -0
  245. package/dist/ui/drawer/animated/drawer-content-animated.d.ts +6 -0
  246. package/dist/ui/drawer/animated/drawer-content-animated.d.ts.map +1 -0
  247. package/dist/ui/drawer/animated/index.d.ts +5 -0
  248. package/dist/ui/drawer/animated/index.d.ts.map +1 -0
  249. package/dist/ui/drawer/animated/types.d.ts +9 -0
  250. package/dist/ui/drawer/animated/types.d.ts.map +1 -0
  251. package/dist/ui/drawer/drawer-base.d.ts +35 -0
  252. package/dist/ui/drawer/drawer-base.d.ts.map +1 -0
  253. package/dist/ui/drawer/drawer.d.ts +2 -0
  254. package/dist/ui/drawer/drawer.d.ts.map +1 -0
  255. package/dist/ui/drawer/index.d.ts +4 -0
  256. package/dist/ui/drawer/index.d.ts.map +1 -0
  257. package/dist/ui/drawer/types.d.ts +33 -0
  258. package/dist/ui/drawer/types.d.ts.map +1 -0
  259. package/dist/ui/drawer/variants.d.ts +10 -0
  260. package/dist/ui/drawer/variants.d.ts.map +1 -0
  261. package/dist/ui/dropdown/dropdown.d.ts +6 -0
  262. package/dist/ui/dropdown/dropdown.d.ts.map +1 -0
  263. package/dist/ui/dropdown/index.d.ts +4 -0
  264. package/dist/ui/dropdown/index.d.ts.map +1 -0
  265. package/dist/ui/dropdown/types.d.ts +38 -0
  266. package/dist/ui/dropdown/types.d.ts.map +1 -0
  267. package/dist/ui/dropdown/variants.d.ts +12 -0
  268. package/dist/ui/dropdown/variants.d.ts.map +1 -0
  269. package/dist/ui/empty-state/animated/animations.d.ts +3 -0
  270. package/dist/ui/empty-state/animated/animations.d.ts.map +1 -0
  271. package/dist/ui/empty-state/animated/empty-state-animated.d.ts +6 -0
  272. package/dist/ui/empty-state/animated/empty-state-animated.d.ts.map +1 -0
  273. package/dist/ui/empty-state/animated/index.d.ts +4 -0
  274. package/dist/ui/empty-state/animated/index.d.ts.map +1 -0
  275. package/dist/ui/empty-state/animated/types.d.ts +14 -0
  276. package/dist/ui/empty-state/animated/types.d.ts.map +1 -0
  277. package/dist/ui/empty-state/empty-state-base.d.ts +23 -0
  278. package/dist/ui/empty-state/empty-state-base.d.ts.map +1 -0
  279. package/dist/ui/empty-state/empty-state.d.ts +6 -0
  280. package/dist/ui/empty-state/empty-state.d.ts.map +1 -0
  281. package/dist/ui/empty-state/index.d.ts +5 -0
  282. package/dist/ui/empty-state/index.d.ts.map +1 -0
  283. package/dist/ui/empty-state/types.d.ts +15 -0
  284. package/dist/ui/empty-state/types.d.ts.map +1 -0
  285. package/dist/ui/empty-state/variants.d.ts +12 -0
  286. package/dist/ui/empty-state/variants.d.ts.map +1 -0
  287. package/dist/ui/file-upload/file-upload.d.ts +8 -0
  288. package/dist/ui/file-upload/file-upload.d.ts.map +1 -0
  289. package/dist/ui/file-upload/index.d.ts +4 -0
  290. package/dist/ui/file-upload/index.d.ts.map +1 -0
  291. package/dist/ui/file-upload/types.d.ts +18 -0
  292. package/dist/ui/file-upload/types.d.ts.map +1 -0
  293. package/dist/ui/file-upload/variants.d.ts +4 -0
  294. package/dist/ui/file-upload/variants.d.ts.map +1 -0
  295. package/dist/ui/inputs/animated/animations.d.ts +3 -0
  296. package/dist/ui/inputs/animated/animations.d.ts.map +1 -0
  297. package/dist/ui/inputs/animated/index.d.ts +4 -0
  298. package/dist/ui/inputs/animated/index.d.ts.map +1 -0
  299. package/dist/ui/inputs/animated/input-animated.d.ts +6 -0
  300. package/dist/ui/inputs/animated/input-animated.d.ts.map +1 -0
  301. package/dist/ui/inputs/animated/types.d.ts +16 -0
  302. package/dist/ui/inputs/animated/types.d.ts.map +1 -0
  303. package/dist/ui/inputs/index.d.ts +4 -0
  304. package/dist/ui/inputs/index.d.ts.map +1 -0
  305. package/dist/ui/inputs/input-base.d.ts +6 -0
  306. package/dist/ui/inputs/input-base.d.ts.map +1 -0
  307. package/dist/ui/inputs/input.d.ts +6 -0
  308. package/dist/ui/inputs/input.d.ts.map +1 -0
  309. package/dist/ui/inputs/types.d.ts +12 -0
  310. package/dist/ui/inputs/types.d.ts.map +1 -0
  311. package/dist/ui/inputs/variants.d.ts +7 -0
  312. package/dist/ui/inputs/variants.d.ts.map +1 -0
  313. package/dist/ui/modal/animated/animations.d.ts +3 -0
  314. package/dist/ui/modal/animated/animations.d.ts.map +1 -0
  315. package/dist/ui/modal/animated/index.d.ts +4 -0
  316. package/dist/ui/modal/animated/index.d.ts.map +1 -0
  317. package/dist/ui/modal/animated/modal-content-animated.d.ts +6 -0
  318. package/dist/ui/modal/animated/modal-content-animated.d.ts.map +1 -0
  319. package/dist/ui/modal/animated/types.d.ts +9 -0
  320. package/dist/ui/modal/animated/types.d.ts.map +1 -0
  321. package/dist/ui/modal/index.d.ts +5 -0
  322. package/dist/ui/modal/index.d.ts.map +1 -0
  323. package/dist/ui/modal/modal-base.d.ts +47 -0
  324. package/dist/ui/modal/modal-base.d.ts.map +1 -0
  325. package/dist/ui/modal/modal.d.ts +6 -0
  326. package/dist/ui/modal/modal.d.ts.map +1 -0
  327. package/dist/ui/modal/types.d.ts +26 -0
  328. package/dist/ui/modal/types.d.ts.map +1 -0
  329. package/dist/ui/modal/variants.d.ts +10 -0
  330. package/dist/ui/modal/variants.d.ts.map +1 -0
  331. package/dist/ui/pagination/index.d.ts +5 -0
  332. package/dist/ui/pagination/index.d.ts.map +1 -0
  333. package/dist/ui/pagination/pagination.d.ts +17 -0
  334. package/dist/ui/pagination/pagination.d.ts.map +1 -0
  335. package/dist/ui/pagination/types.d.ts +56 -0
  336. package/dist/ui/pagination/types.d.ts.map +1 -0
  337. package/dist/ui/pagination/variants.d.ts +12 -0
  338. package/dist/ui/pagination/variants.d.ts.map +1 -0
  339. package/dist/ui/progress/animated/animations.d.ts +3 -0
  340. package/dist/ui/progress/animated/animations.d.ts.map +1 -0
  341. package/dist/ui/progress/animated/index.d.ts +4 -0
  342. package/dist/ui/progress/animated/index.d.ts.map +1 -0
  343. package/dist/ui/progress/animated/progress-animated.d.ts +16 -0
  344. package/dist/ui/progress/animated/progress-animated.d.ts.map +1 -0
  345. package/dist/ui/progress/animated/types.d.ts +23 -0
  346. package/dist/ui/progress/animated/types.d.ts.map +1 -0
  347. package/dist/ui/progress/index.d.ts +5 -0
  348. package/dist/ui/progress/index.d.ts.map +1 -0
  349. package/dist/ui/progress/progress-base.d.ts +23 -0
  350. package/dist/ui/progress/progress-base.d.ts.map +1 -0
  351. package/dist/ui/progress/progress.d.ts +6 -0
  352. package/dist/ui/progress/progress.d.ts.map +1 -0
  353. package/dist/ui/progress/types.d.ts +28 -0
  354. package/dist/ui/progress/types.d.ts.map +1 -0
  355. package/dist/ui/progress/variants.d.ts +15 -0
  356. package/dist/ui/progress/variants.d.ts.map +1 -0
  357. package/dist/ui/select/index.d.ts +4 -0
  358. package/dist/ui/select/index.d.ts.map +1 -0
  359. package/dist/ui/select/select.d.ts +10 -0
  360. package/dist/ui/select/select.d.ts.map +1 -0
  361. package/dist/ui/select/types.d.ts +48 -0
  362. package/dist/ui/select/types.d.ts.map +1 -0
  363. package/dist/ui/select/variants.d.ts +14 -0
  364. package/dist/ui/select/variants.d.ts.map +1 -0
  365. package/dist/ui/skeleton/animated/animations.d.ts +3 -0
  366. package/dist/ui/skeleton/animated/animations.d.ts.map +1 -0
  367. package/dist/ui/skeleton/animated/index.d.ts +4 -0
  368. package/dist/ui/skeleton/animated/index.d.ts.map +1 -0
  369. package/dist/ui/skeleton/animated/skeleton-animated.d.ts +22 -0
  370. package/dist/ui/skeleton/animated/skeleton-animated.d.ts.map +1 -0
  371. package/dist/ui/skeleton/animated/types.d.ts +30 -0
  372. package/dist/ui/skeleton/animated/types.d.ts.map +1 -0
  373. package/dist/ui/skeleton/index.d.ts +5 -0
  374. package/dist/ui/skeleton/index.d.ts.map +1 -0
  375. package/dist/ui/skeleton/skeleton-base.d.ts +24 -0
  376. package/dist/ui/skeleton/skeleton-base.d.ts.map +1 -0
  377. package/dist/ui/skeleton/skeleton.d.ts +2 -0
  378. package/dist/ui/skeleton/skeleton.d.ts.map +1 -0
  379. package/dist/ui/skeleton/types.d.ts +23 -0
  380. package/dist/ui/skeleton/types.d.ts.map +1 -0
  381. package/dist/ui/skeleton/variants.d.ts +38 -0
  382. package/dist/ui/skeleton/variants.d.ts.map +1 -0
  383. package/dist/ui/slider/index.d.ts +4 -0
  384. package/dist/ui/slider/index.d.ts.map +1 -0
  385. package/dist/ui/slider/slider.d.ts +51 -0
  386. package/dist/ui/slider/slider.d.ts.map +1 -0
  387. package/dist/ui/slider/types.d.ts +49 -0
  388. package/dist/ui/slider/types.d.ts.map +1 -0
  389. package/dist/ui/slider/variants.d.ts +13 -0
  390. package/dist/ui/slider/variants.d.ts.map +1 -0
  391. package/dist/ui/spinner/animated/index.d.ts +4 -0
  392. package/dist/ui/spinner/animated/index.d.ts.map +1 -0
  393. package/dist/ui/spinner/animated/spinner.d.ts +6 -0
  394. package/dist/ui/spinner/animated/spinner.d.ts.map +1 -0
  395. package/dist/ui/spinner/animated/types.d.ts +9 -0
  396. package/dist/ui/spinner/animated/types.d.ts.map +1 -0
  397. package/dist/ui/spinner/animated/variants.d.ts +6 -0
  398. package/dist/ui/spinner/animated/variants.d.ts.map +1 -0
  399. package/dist/ui/stepper/index.d.ts +4 -0
  400. package/dist/ui/stepper/index.d.ts.map +1 -0
  401. package/dist/ui/stepper/stepper.d.ts +33 -0
  402. package/dist/ui/stepper/stepper.d.ts.map +1 -0
  403. package/dist/ui/stepper/types.d.ts +25 -0
  404. package/dist/ui/stepper/types.d.ts.map +1 -0
  405. package/dist/ui/stepper/variants.d.ts +11 -0
  406. package/dist/ui/stepper/variants.d.ts.map +1 -0
  407. package/dist/ui/table/animated/animations.d.ts +3 -0
  408. package/dist/ui/table/animated/animations.d.ts.map +1 -0
  409. package/dist/ui/table/animated/index.d.ts +5 -0
  410. package/dist/ui/table/animated/index.d.ts.map +1 -0
  411. package/dist/ui/table/animated/table-animated.d.ts +5 -0
  412. package/dist/ui/table/animated/table-animated.d.ts.map +1 -0
  413. package/dist/ui/table/animated/types.d.ts +8 -0
  414. package/dist/ui/table/animated/types.d.ts.map +1 -0
  415. package/dist/ui/table/index.d.ts +4 -0
  416. package/dist/ui/table/index.d.ts.map +1 -0
  417. package/dist/ui/table/table-base.d.ts +38 -0
  418. package/dist/ui/table/table-base.d.ts.map +1 -0
  419. package/dist/ui/table/table.d.ts +2 -0
  420. package/dist/ui/table/table.d.ts.map +1 -0
  421. package/dist/ui/table/types.d.ts +33 -0
  422. package/dist/ui/table/types.d.ts.map +1 -0
  423. package/dist/ui/table/variants.d.ts +14 -0
  424. package/dist/ui/table/variants.d.ts.map +1 -0
  425. package/dist/ui/tabs/animated/animations.d.ts +5 -0
  426. package/dist/ui/tabs/animated/animations.d.ts.map +1 -0
  427. package/dist/ui/tabs/animated/index.d.ts +4 -0
  428. package/dist/ui/tabs/animated/index.d.ts.map +1 -0
  429. package/dist/ui/tabs/animated/tabs-content-animated.d.ts +6 -0
  430. package/dist/ui/tabs/animated/tabs-content-animated.d.ts.map +1 -0
  431. package/dist/ui/tabs/animated/types.d.ts +14 -0
  432. package/dist/ui/tabs/animated/types.d.ts.map +1 -0
  433. package/dist/ui/tabs/index.d.ts +4 -0
  434. package/dist/ui/tabs/index.d.ts.map +1 -0
  435. package/dist/ui/tabs/tabs-base.d.ts +8 -0
  436. package/dist/ui/tabs/tabs-base.d.ts.map +1 -0
  437. package/dist/ui/tabs/tabs.d.ts +2 -0
  438. package/dist/ui/tabs/tabs.d.ts.map +1 -0
  439. package/dist/ui/tabs/types.d.ts +40 -0
  440. package/dist/ui/tabs/types.d.ts.map +1 -0
  441. package/dist/ui/tabs/variants.d.ts +11 -0
  442. package/dist/ui/tabs/variants.d.ts.map +1 -0
  443. package/dist/ui/toast/animated/animations.d.ts +3 -0
  444. package/dist/ui/toast/animated/animations.d.ts.map +1 -0
  445. package/dist/ui/toast/animated/index.d.ts +4 -0
  446. package/dist/ui/toast/animated/index.d.ts.map +1 -0
  447. package/dist/ui/toast/animated/toast-animated.d.ts +10 -0
  448. package/dist/ui/toast/animated/toast-animated.d.ts.map +1 -0
  449. package/dist/ui/toast/animated/types.d.ts +5 -0
  450. package/dist/ui/toast/animated/types.d.ts.map +1 -0
  451. package/dist/ui/toast/index.d.ts +4 -0
  452. package/dist/ui/toast/index.d.ts.map +1 -0
  453. package/dist/ui/toast/toast-base.d.ts +35 -0
  454. package/dist/ui/toast/toast-base.d.ts.map +1 -0
  455. package/dist/ui/toast/toast.d.ts +2 -0
  456. package/dist/ui/toast/toast.d.ts.map +1 -0
  457. package/dist/ui/toast/types.d.ts +45 -0
  458. package/dist/ui/toast/types.d.ts.map +1 -0
  459. package/dist/ui/toast/variants.d.ts +8 -0
  460. package/dist/ui/toast/variants.d.ts.map +1 -0
  461. package/dist/ui/toggle/animated/animations.d.ts +3 -0
  462. package/dist/ui/toggle/animated/animations.d.ts.map +1 -0
  463. package/dist/ui/toggle/animated/index.d.ts +4 -0
  464. package/dist/ui/toggle/animated/index.d.ts.map +1 -0
  465. package/dist/ui/toggle/animated/toggle-animated.d.ts +6 -0
  466. package/dist/ui/toggle/animated/toggle-animated.d.ts.map +1 -0
  467. package/dist/ui/toggle/animated/types.d.ts +9 -0
  468. package/dist/ui/toggle/animated/types.d.ts.map +1 -0
  469. package/dist/ui/toggle/index.d.ts +4 -0
  470. package/dist/ui/toggle/index.d.ts.map +1 -0
  471. package/dist/ui/toggle/toggle-base.d.ts +6 -0
  472. package/dist/ui/toggle/toggle-base.d.ts.map +1 -0
  473. package/dist/ui/toggle/toggle.d.ts +6 -0
  474. package/dist/ui/toggle/toggle.d.ts.map +1 -0
  475. package/dist/ui/toggle/types.d.ts +14 -0
  476. package/dist/ui/toggle/types.d.ts.map +1 -0
  477. package/dist/ui/toggle/variants.d.ts +8 -0
  478. package/dist/ui/toggle/variants.d.ts.map +1 -0
  479. package/dist/ui/tooltip/animated/animations.d.ts +3 -0
  480. package/dist/ui/tooltip/animated/animations.d.ts.map +1 -0
  481. package/dist/ui/tooltip/animated/index.d.ts +4 -0
  482. package/dist/ui/tooltip/animated/index.d.ts.map +1 -0
  483. package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts +3 -0
  484. package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts.map +1 -0
  485. package/dist/ui/tooltip/animated/types.d.ts +9 -0
  486. package/dist/ui/tooltip/animated/types.d.ts.map +1 -0
  487. package/dist/ui/tooltip/index.d.ts +4 -0
  488. package/dist/ui/tooltip/index.d.ts.map +1 -0
  489. package/dist/ui/tooltip/tooltip-base.d.ts +7 -0
  490. package/dist/ui/tooltip/tooltip-base.d.ts.map +1 -0
  491. package/dist/ui/tooltip/tooltip.d.ts +2 -0
  492. package/dist/ui/tooltip/tooltip.d.ts.map +1 -0
  493. package/dist/ui/tooltip/types.d.ts +30 -0
  494. package/dist/ui/tooltip/types.d.ts.map +1 -0
  495. package/dist/ui/tooltip/variants.d.ts +6 -0
  496. package/dist/ui/tooltip/variants.d.ts.map +1 -0
  497. package/dist/vitest-setup.d.ts +2 -0
  498. package/dist/vitest-setup.d.ts.map +1 -0
  499. package/package.json +3 -3
@@ -0,0 +1,29 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import type { ComponentPropsWithRef, ElementType, HTMLAttributes, ReactNode, Ref } from "react";
3
+ import type { cardVariants } from "./variants";
4
+ export type CardVariantProps = VariantProps<typeof cardVariants>;
5
+ export interface CardBaseProps extends ComponentPropsWithRef<"article"> {
6
+ appearance?: CardVariantProps["appearance"];
7
+ size?: CardVariantProps["size"];
8
+ rounded?: CardVariantProps["rounded"];
9
+ as?: ElementType;
10
+ }
11
+ export type CardProps = Omit<CardBaseProps, "as">;
12
+ export type CardSectionProps = {
13
+ className?: string;
14
+ children?: ReactNode;
15
+ };
16
+ export type CardTitleProps = {
17
+ as?: "h2" | "h3" | "h4" | "h5" | "h6";
18
+ className?: string;
19
+ children?: ReactNode;
20
+ ref?: Ref<HTMLHeadingElement>;
21
+ } & Omit<HTMLAttributes<HTMLHeadingElement>, "className" | "children">;
22
+ export type CardDescriptionProps = {
23
+ as?: "p" | "span" | "div";
24
+ className?: string;
25
+ children?: ReactNode;
26
+ ref?: Ref<HTMLElement>;
27
+ } & Omit<HTMLAttributes<HTMLElement>, "className" | "children">;
28
+ export type CardSize = NonNullable<CardProps["size"]>;
29
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/card/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EACV,qBAAqB,EACrB,WAAW,EACX,cAAc,EACd,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,MAAM,WAAW,aAAc,SAAQ,qBAAqB,CAAC,SAAS,CAAC;IACrE,UAAU,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAC;IAC5C,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;IACtC,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB;AAED,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC,kBAAkB,CAAC,CAAC;CAC/B,GAAG,IAAI,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC;AAEvE,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,KAAK,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;CACxB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC;AAEhE,MAAM,MAAM,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC"}
@@ -0,0 +1,18 @@
1
+ export declare const cardVariants: (props?: ({
2
+ appearance?: "default" | "outline" | "ghost" | "glass" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | "elevated" | null | undefined;
3
+ size?: "sm" | "md" | "lg" | null | undefined;
4
+ rounded?: "sm" | "md" | "lg" | "full" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ export declare const cardHeaderVariants: (props?: ({
7
+ size?: "sm" | "md" | "lg" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export declare const cardFooterVariants: (props?: ({
10
+ size?: "sm" | "md" | "lg" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ export declare const cardTitleVariants: (props?: ({
13
+ size?: "sm" | "md" | "lg" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ export declare const cardDescriptionVariants: (props?: ({
16
+ size?: "sm" | "md" | "lg" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ //# sourceMappingURL=variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/card/variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;8EAkExB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;8EAY9B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;8EAY9B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;8EAY7B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;8EASlC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { HTMLMotionProps } from "framer-motion";
2
+ import type { DividerAnimation } from "./types";
3
+ export type DividerPresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "transition" | "whileHover">;
4
+ export type DividerAnimationPresets = Record<DividerAnimation, DividerPresetMotionProps>;
5
+ export declare const dividerAnimationPresets: DividerAnimationPresets;
6
+ //# sourceMappingURL=animations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../src/ui/divider/animated/animations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG,IAAI,CACzC,eAAe,CAAC,KAAK,CAAC,EACtB,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,YAAY,CACpD,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAC1C,gBAAgB,EAChB,wBAAwB,CACzB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,uBAYrC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { DividerAnimatedProps } from "./types";
2
+ export declare const DividerAnimated: {
3
+ (props: DividerAnimatedProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ //# sourceMappingURL=divider-animated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider-animated.d.ts","sourceRoot":"","sources":["../../../../src/ui/divider/animated/divider-animated.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAGpD,eAAO,MAAM,eAAe;YAAW,oBAAoB;;CAa1D,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { DividerAnimated } from "./divider-animated";
2
+ export type { DividerAnimatedProps, DividerAnimation, DividerDomDragProps } from "./types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/divider/animated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { DividerBaseProps } from "../types";
2
+ export type DividerAnimation = "none" | "expand" | "fade";
3
+ /** Motion `div` uses different handler types than React DOM drag/drop events. */
4
+ export type DividerDomDragProps = "onDrag" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop";
5
+ export type DividerAnimatedProps = Omit<DividerBaseProps, "as" | DividerDomDragProps> & {
6
+ animation?: DividerAnimation;
7
+ };
8
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/divider/animated/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE1D,iFAAiF;AACjF,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,GACR,WAAW,GACX,aAAa,GACb,aAAa,GACb,YAAY,GACZ,aAAa,GACb,QAAQ,CAAC;AAEb,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,mBAAmB,CAAC,GAAG;IACtF,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { DividerBaseProps } from "./types";
2
+ export declare function DividerBase({ className, appearance, orientation, size, label, children, ref, as: Wrapper, ...rest }: DividerBaseProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace DividerBase {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=divider-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider-base.d.ts","sourceRoot":"","sources":["../../../src/ui/divider/divider-base.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAShD,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,UAAU,EACV,WAAW,EACX,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,GAAG,EACH,EAAE,EAAE,OAAe,EACnB,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAsDlB;yBAhEe,WAAW"}
@@ -0,0 +1,6 @@
1
+ import type { DividerProps } from "./types";
2
+ export declare function Divider(props: DividerProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Divider {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/ui/divider/divider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAE1C;yBAFe,OAAO"}
@@ -0,0 +1,4 @@
1
+ export { Divider } from "./divider";
2
+ export type { DividerBaseProps, DividerProps, DividerVariantProps, } from "./types";
3
+ export { dividerVariants, dividerToneVariants, dividerLineVariants, dividerLabelVariants, } from "./variants";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/divider/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EACV,gBAAgB,EAChB,YAAY,EACZ,mBAAmB,GACpB,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,YAAY,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import type { ComponentPropsWithRef, ElementType, ReactNode } from "react";
3
+ import type { dividerVariants } from "./variants";
4
+ export type DividerVariantProps = VariantProps<typeof dividerVariants>;
5
+ export interface DividerBaseProps extends ComponentPropsWithRef<"div"> {
6
+ appearance?: DividerVariantProps["appearance"];
7
+ orientation?: DividerVariantProps["orientation"];
8
+ size?: DividerVariantProps["size"];
9
+ /** Optional label between divider lines. */
10
+ label?: ReactNode;
11
+ children?: ReactNode;
12
+ as?: ElementType;
13
+ }
14
+ export type DividerProps = Omit<DividerBaseProps, "as">;
15
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/divider/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC;AAEvE,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB,CAAC,KAAK,CAAC;IACpE,UAAU,CAAC,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,mBAAmB,CAAC,aAAa,CAAC,CAAC;IACjD,IAAI,CAAC,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC;IACnC,4CAA4C;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB;AAED,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const dividerToneVariants: (props?: ({
2
+ appearance?: "default" | "destructive" | "ghost" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | "muted" | "primary" | null | undefined;
3
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
4
+ export declare const dividerVariants: (props?: ({
5
+ appearance?: "default" | "destructive" | "ghost" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | "muted" | "primary" | null | undefined;
6
+ orientation?: "horizontal" | "vertical" | null | undefined;
7
+ size?: "sm" | "md" | "lg" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export declare const dividerLineVariants: (props?: ({
10
+ orientation?: "horizontal" | "vertical" | null | undefined;
11
+ size?: "sm" | "md" | "lg" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ export declare const dividerLabelVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
14
+ //# sourceMappingURL=variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/divider/variants.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,mBAAmB;;8EAK9B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;8EA0B1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;8EA2B/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,oFAEhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DrawerAnimationPresets } from "./types";
2
+ export declare const drawerPanelPresets: (side: "left" | "right" | "top" | "bottom") => DrawerAnimationPresets;
3
+ //# sourceMappingURL=animations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../src/ui/drawer/animated/animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,kBAAkB,GAC7B,MAAM,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,KACxC,sBAkCD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { DrawerContentAnimatedProps } from "./types";
2
+ export declare function DrawerContentAnimated({ className, side, size, appearance, animation, children, ref, id, style, }: DrawerContentAnimatedProps): import("react").ReactPortal | null;
3
+ export declare namespace DrawerContentAnimated {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=drawer-content-animated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer-content-animated.d.ts","sourceRoot":"","sources":["../../../../src/ui/drawer/animated/drawer-content-animated.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAE1D,wBAAgB,qBAAqB,CAAC,EACpC,SAAS,EACT,IAAc,EACd,IAAI,EACJ,UAAU,EACV,SAAmB,EACnB,QAAQ,EACR,GAAG,EACH,EAAE,EACF,KAAK,GACN,EAAE,0BAA0B,sCAuE5B;yBAjFe,qBAAqB"}
@@ -0,0 +1,5 @@
1
+ export { Drawer, DrawerBody, DrawerClose, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "../drawer-base";
2
+ export { DrawerContentAnimated } from "./drawer-content-animated";
3
+ export type { DrawerContentAnimatedProps, DrawerAnimation, DrawerPresetMotionProps, DrawerAnimationPresets } from "./types";
4
+ export { drawerPanelPresets } from "./animations";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/drawer/animated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,UAAU,EACV,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,GACd,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,0BAA0B,EAAE,eAAe,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAC5H,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { HTMLMotionProps } from "framer-motion";
2
+ import type { DrawerContentProps } from "../types";
3
+ export type DrawerContentAnimatedProps = DrawerContentProps & {
4
+ animation?: DrawerAnimation;
5
+ };
6
+ export type DrawerAnimation = "none" | "fade" | "scale" | "slide";
7
+ export type DrawerPresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "exit" | "transition">;
8
+ export type DrawerAnimationPresets = Record<DrawerAnimation, DrawerPresetMotionProps>;
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/drawer/animated/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG;IAC5D,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,eAAe,CAAC,KAAK,CAAC,EACtB,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,CAC9C,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,CACzC,eAAe,EACf,uBAAuB,CACxB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import type { DrawerContentProps, DrawerCtx, DrawerProps, DrawerSectionProps, DrawerTriggerProps } from "./types";
2
+ export declare function useDrawerContext(component: string): DrawerCtx;
3
+ export declare function Drawer({ open, defaultOpen, onOpenChange, children, }: DrawerProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare namespace Drawer {
5
+ var displayName: string;
6
+ }
7
+ export declare function DrawerTrigger({ className, children, appearance, onClick, ref, ...rest }: DrawerTriggerProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare namespace DrawerTrigger {
9
+ var displayName: string;
10
+ }
11
+ export declare function DrawerContent({ className, side, size, appearance, children, ref, id, style, }: DrawerContentProps): import("react").ReactPortal | null;
12
+ export declare namespace DrawerContent {
13
+ var displayName: string;
14
+ }
15
+ export declare function DrawerHeader({ className, children }: DrawerSectionProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare namespace DrawerHeader {
17
+ var displayName: string;
18
+ }
19
+ export declare function DrawerBody({ className, children }: DrawerSectionProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare namespace DrawerBody {
21
+ var displayName: string;
22
+ }
23
+ export declare function DrawerFooter({ className, children }: DrawerSectionProps): import("react/jsx-runtime").JSX.Element;
24
+ export declare namespace DrawerFooter {
25
+ var displayName: string;
26
+ }
27
+ export declare function DrawerTitle({ className, children }: DrawerSectionProps): import("react/jsx-runtime").JSX.Element;
28
+ export declare namespace DrawerTitle {
29
+ var displayName: string;
30
+ }
31
+ export declare function DrawerClose({ className, children, ...rest }: DrawerSectionProps): import("react/jsx-runtime").JSX.Element;
32
+ export declare namespace DrawerClose {
33
+ var displayName: string;
34
+ }
35
+ //# sourceMappingURL=drawer-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer-base.d.ts","sourceRoot":"","sources":["../../../src/ui/drawer/drawer-base.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EACV,kBAAkB,EAClB,SAAS,EACT,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AASjB,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,CAM7D;AAED,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,WAAmB,EACnB,YAAY,EACZ,QAAQ,GACT,EAAE,WAAW,2CAkCb;yBAvCe,MAAM;;;AA2CtB,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,QAAQ,EACR,UAAU,EACV,OAAO,EACP,GAAG,EACH,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAmBpB;yBA1Be,aAAa;;;AA8B7B,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,IAAc,EACd,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,GAAG,EACH,EAAE,EACF,KAAK,GACN,EAAE,kBAAkB,sCAuDpB;yBAhEe,aAAa;;;AAoE7B,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CASvE;yBATe,YAAY;;;AAa5B,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CASrE;yBATe,UAAU;;;AAa1B,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CASvE;yBATe,YAAY;;;AAa5B,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAWtE;yBAXe,WAAW;;;AAe3B,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAiBpB;yBArBe,WAAW"}
@@ -0,0 +1,2 @@
1
+ export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "./drawer-base";
2
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/ui/drawer/drawer.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,MAAM,EACN,UAAU,EACV,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,GACd,MAAM,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "./drawer";
2
+ export type { DrawerContentVariantProps, DrawerContentProps, DrawerProps, DrawerSectionProps, DrawerTriggerProps, DrawerCtx, } from "./types";
3
+ export { drawerContentVariants, drawerOverlayVariants } from "./variants";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/drawer/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,UAAU,EACV,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,GACd,MAAM,UAAU,CAAC;AAClB,YAAY,EACV,yBAAyB,EACzB,kBAAkB,EAClB,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,SAAS,GACV,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,33 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import type { CSSProperties, HTMLAttributes, ReactNode, Ref, RefObject } from "react";
3
+ import type { drawerContentVariants, drawerTriggerVariants } from "./variants";
4
+ export type DrawerContentVariantProps = VariantProps<typeof drawerContentVariants>;
5
+ export type DrawerProps = {
6
+ open?: boolean;
7
+ defaultOpen?: boolean;
8
+ onOpenChange?: (open: boolean) => void;
9
+ children?: ReactNode;
10
+ };
11
+ export type DrawerTriggerProps = HTMLAttributes<HTMLButtonElement> & {
12
+ ref?: Ref<HTMLButtonElement>;
13
+ appearance?: VariantProps<typeof drawerTriggerVariants>["appearance"];
14
+ };
15
+ export type DrawerContentProps = DrawerContentVariantProps & {
16
+ className?: string;
17
+ children?: ReactNode;
18
+ ref?: Ref<HTMLDivElement>;
19
+ id?: string;
20
+ style?: CSSProperties;
21
+ };
22
+ export type DrawerSectionProps = {
23
+ className?: string;
24
+ children?: ReactNode;
25
+ };
26
+ export type DrawerCtx = {
27
+ open: boolean;
28
+ setOpen: (next: boolean) => void;
29
+ titleId: string;
30
+ descriptionId: string;
31
+ contentRef: RefObject<HTMLDivElement | null>;
32
+ };
33
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/drawer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtF,OAAO,KAAK,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAE/E,MAAM,MAAM,yBAAyB,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEnF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IACnE,GAAG,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC;IAC7B,UAAU,CAAC,EAAE,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC,YAAY,CAAC,CAAC;CACvE,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,yBAAyB,GAAG;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAC9C,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const drawerOverlayVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
2
+ export declare const drawerTriggerVariants: (props?: ({
3
+ appearance?: "default" | "glass" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | null | undefined;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
+ export declare const drawerContentVariants: (props?: ({
6
+ side?: "bottom" | "left" | "right" | "top" | null | undefined;
7
+ size?: "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
8
+ appearance?: "default" | "glass" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | null | undefined;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
+ //# sourceMappingURL=variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/drawer/variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,oFAEjC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;8EA2CjC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;8EAsEjC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { DropdownProps, DropdownTriggerProps, DropdownContentProps, DropdownItemProps } from "./types";
2
+ export declare const Dropdown: ({ children, defaultOpen, open: controlledOpen, onOpenChange, multiSelect, }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const DropdownTrigger: ({ children, className, variant, size, ...props }: DropdownTriggerProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const DropdownContent: ({ children, className, placement, spacing, divider, ...props }: DropdownContentProps) => import("react/jsx-runtime").JSX.Element | null;
5
+ export declare const DropdownItem: ({ children, value, className, variant, onSelect, leftIcon, rightIcon, ...props }: DropdownItemProps) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/ui/dropdown/dropdown.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAEV,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,EAClB,MAAM,SAAS,CAAC;AAkBjB,eAAO,MAAM,QAAQ,GAAI,6EAMtB,aAAa,4CA0Cf,CAAC;AAKF,eAAO,MAAM,eAAe,GAAI,kDAM7B,oBAAoB,4CAYtB,CAAC;AAKF,eAAO,MAAM,eAAe,GAAI,gEAO7B,oBAAoB,mDAsBtB,CAAC;AAKF,eAAO,MAAM,YAAY,GAAI,kFAS1B,iBAAiB,4CA8BnB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { Dropdown, DropdownTrigger, DropdownContent, DropdownItem, } from "./dropdown";
2
+ export type { DropdownProps, DropdownTriggerProps, DropdownContentProps, DropdownItemProps, } from "./types";
3
+ export { triggerVariants, contentVariants, itemVariants } from "./variants";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/dropdown/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,eAAe,EACf,eAAe,EACf,YAAY,GACb,MAAM,YAAY,CAAC;AACpB,YAAY,EACV,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { ButtonHTMLAttributes, HTMLAttributes, ReactNode } from "react";
2
+ export type DropdownContextType = {
3
+ open: boolean;
4
+ setOpen: (open: boolean) => void;
5
+ toggle: () => void;
6
+ selectedValues: string[];
7
+ toggleSelect: (value: string) => void;
8
+ multiSelect: boolean;
9
+ };
10
+ type Variant = "default" | "outline" | "ghost" | "white" | "black" | "sky" | "rose" | "purple" | "pink" | "orange" | "yellow" | "teal" | "indigo" | "emerald" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange";
11
+ export type DropdownProps = {
12
+ children: ReactNode;
13
+ defaultOpen?: boolean;
14
+ open?: boolean;
15
+ onOpenChange?: (open: boolean) => void;
16
+ multiSelect?: boolean;
17
+ };
18
+ export type DropdownTriggerProps = ButtonHTMLAttributes<HTMLButtonElement> & {
19
+ children: ReactNode;
20
+ variant?: Variant;
21
+ size?: "sm" | "md" | "lg";
22
+ };
23
+ export type DropdownContentProps = HTMLAttributes<HTMLDivElement> & {
24
+ children: ReactNode;
25
+ placement?: "top" | "bottom" | "left" | "right";
26
+ spacing?: "none" | "default" | "sm" | "md" | "lg" | "xl";
27
+ divider?: boolean;
28
+ };
29
+ export type DropdownItemProps = HTMLAttributes<HTMLDivElement> & {
30
+ children: ReactNode;
31
+ value: string;
32
+ onSelect?: () => void;
33
+ leftIcon?: ReactNode;
34
+ rightIcon?: ReactNode;
35
+ variant?: Variant;
36
+ };
37
+ export {};
38
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAExE,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,OAAO,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,KAAK,GACL,MAAM,GACN,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,SAAS,GACT,MAAM,GACN,OAAO,GACP,QAAQ,GACR,eAAe,GACf,gBAAgB,GAChB,cAAc,GACd,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,iBAAiB,CAAC;AAEtB,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAC3E,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAClE,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAChD,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAC/D,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const triggerVariants: (props?: ({
2
+ variant?: "default" | "outline" | "ghost" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | "black" | "white" | null | undefined;
3
+ size?: "sm" | "md" | "lg" | null | undefined;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
+ export declare const contentVariants: (props?: ({
6
+ placement?: "bottom" | "left" | "right" | "top" | null | undefined;
7
+ spacing?: "default" | "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export declare const itemVariants: (props?: ({
10
+ variant?: "default" | "outline" | "ghost" | "emerald" | "indigo" | "purple" | "pink" | "rose" | "sky" | "teal" | "yellow" | "orange" | "gray" | "amber" | "violet" | "gradient-blue" | "gradient-green" | "gradient-red" | "gradient-yellow" | "gradient-purple" | "gradient-teal" | "gradient-indigo" | "gradient-pink" | "gradient-orange" | "black" | "white" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ //# sourceMappingURL=variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/dropdown/variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;8EAoD3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;8EAwB3B,CAAC;AAEF,eAAO,MAAM,YAAY;;8EAuDxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { EmptyStateAnimationPresets } from "./types";
2
+ export declare const emptyStateAnimationPresets: EmptyStateAnimationPresets;
3
+ //# sourceMappingURL=animations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../src/ui/empty-state/animated/animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAErD,eAAO,MAAM,0BAA0B,EAAE,0BAgBxC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { EmptyStateAnimatedProps } from "./types";
2
+ export declare function EmptyStateAnimated(props: EmptyStateAnimatedProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace EmptyStateAnimated {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=empty-state-animated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state-animated.d.ts","sourceRoot":"","sources":["../../../../src/ui/empty-state/animated/empty-state-animated.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAKvD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,2CAWhE;yBAXe,kBAAkB"}
@@ -0,0 +1,4 @@
1
+ export { EmptyStateAnimated, } from "./empty-state-animated";
2
+ export type { EmptyStateAnimatedProps, EmptyStateAnimation, EmptyStateVariantProps, EmptyStateAnimationPresets } from "./types";
3
+ export { emptyStateAnimationPresets } from "./animations";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/empty-state/animated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAChI,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import type { HTMLMotionProps } from "framer-motion";
3
+ import type { ReactNode } from "react";
4
+ import type { emptyStateVariants } from "../variants";
5
+ import { EmptyStateProps } from "../types";
6
+ export type EmptyStateAnimation = "none" | "float" | "fade" | "slide-up";
7
+ export type EmptyStateVariantProps = VariantProps<typeof emptyStateVariants>;
8
+ export type EmptyStateAnimatedProps = EmptyStateVariantProps & Omit<EmptyStateProps, "children"> & {
9
+ animation?: EmptyStateAnimation;
10
+ children?: ReactNode;
11
+ };
12
+ export type EmptyStatePresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "transition" | "whileHover">;
13
+ export type EmptyStateAnimationPresets = Record<EmptyStateAnimation, EmptyStatePresetMotionProps>;
14
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/empty-state/animated/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;AAEzE,MAAM,MAAM,sBAAsB,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7E,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,GAC1D,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAClC,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEJ,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAC5C,eAAe,CAAC,KAAK,CAAC,EACtB,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,YAAY,CACpD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAC7C,mBAAmB,EACnB,2BAA2B,CAC5B,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { EmptyStateProps, EmptyStateSectionProps, EmptyStateSize } from "./types";
2
+ export declare const EmptyStateSizeContext: import("react").Context<EmptyStateSize>;
3
+ export declare function EmptyStateBase(props: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare namespace EmptyStateBase {
5
+ var displayName: string;
6
+ }
7
+ export declare function EmptyStateIcon({ className, children, }: EmptyStateSectionProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare namespace EmptyStateIcon {
9
+ var displayName: string;
10
+ }
11
+ export declare function EmptyStateTitle({ className, children, }: EmptyStateSectionProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare namespace EmptyStateTitle {
13
+ var displayName: string;
14
+ }
15
+ export declare function EmptyStateDescription({ className, children, }: EmptyStateSectionProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare namespace EmptyStateDescription {
17
+ var displayName: string;
18
+ }
19
+ export declare function EmptyStateAction({ className, children, }: EmptyStateSectionProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare namespace EmptyStateAction {
21
+ var displayName: string;
22
+ }
23
+ //# sourceMappingURL=empty-state-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state-base.d.ts","sourceRoot":"","sources":["../../../src/ui/empty-state/empty-state-base.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAOvF,eAAO,MAAM,qBAAqB,yCAAsC,CAAC;AAMzE,wBAAgB,cAAc,CAAC,KAAK,EAAE,eAAe,2CA6BpD;yBA7Be,cAAc;;;AAiC9B,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,2CASxB;yBAZe,cAAc;;;AAgB9B,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,2CAUxB;yBAbe,eAAe;;;AAiB/B,wBAAgB,qBAAqB,CAAC,EACpC,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,2CAUxB;yBAbe,qBAAqB;;;AAiBrC,wBAAgB,gBAAgB,CAAC,EAC/B,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,2CAMxB;yBATe,gBAAgB"}
@@ -0,0 +1,6 @@
1
+ import type { EmptyStateProps } from "./types";
2
+ export declare function EmptyState(props: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace EmptyState {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=empty-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../../src/ui/empty-state/empty-state.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAEhD;yBAFe,UAAU"}
@@ -0,0 +1,5 @@
1
+ export { EmptyState } from "./empty-state";
2
+ export { EmptyStateAction, EmptyStateBase, EmptyStateDescription, EmptyStateIcon, EmptyStateTitle } from "./empty-state-base";
3
+ export type { EmptyStateProps, EmptyStateSectionProps } from "./types";
4
+ export { emptyStateVariants, emptyStateTitleVariants, emptyStateDescriptionVariants, } from "./variants";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/empty-state/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,qBAAqB,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC9H,YAAY,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,6BAA6B,GAC9B,MAAM,YAAY,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import type { ComponentPropsWithRef, ElementType, ReactNode } from "react";
3
+ import type { emptyStateVariants } from "./variants";
4
+ type EmptyStateVariantProps = VariantProps<typeof emptyStateVariants>;
5
+ export type EmptyStateProps = EmptyStateVariantProps & (Omit<ComponentPropsWithRef<"section">, "children"> & {
6
+ children?: ReactNode;
7
+ as?: ElementType;
8
+ });
9
+ export type EmptyStateSectionProps = {
10
+ className?: string;
11
+ children?: ReactNode;
12
+ };
13
+ export type EmptyStateSize = NonNullable<EmptyStateProps["size"]>;
14
+ export {};
15
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/empty-state/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,KAAK,sBAAsB,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEtE,MAAM,MAAM,eAAe,GAAG,sBAAsB,GAClD,CAAC,IAAI,CAAC,qBAAqB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,GAAG;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB,CAAC,CAAC;AAEL,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const emptyStateVariants: (props?: ({
2
+ size?: "sm" | "md" | "lg" | null | undefined;
3
+ appearance?: "default" | "ghost" | "card" | null | undefined;
4
+ align?: "center" | "end" | "start" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ export declare const emptyStateTitleVariants: (props?: ({
7
+ size?: "sm" | "md" | "lg" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export declare const emptyStateDescriptionVariants: (props?: ({
10
+ size?: "sm" | "md" | "lg" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ //# sourceMappingURL=variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/empty-state/variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;8EA0B9B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;8EASlC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;8EASxC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { FileUploadProps } from "./types";
2
+ export declare function FileUpload({ className, onFiles, accept, multiple, disabled, name, children, onChange, ref, appearance, ...rest }: FileUploadProps & {
3
+ ref?: React.Ref<HTMLDivElement>;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export declare namespace FileUpload {
6
+ var displayName: string;
7
+ }
8
+ //# sourceMappingURL=file-upload.d.ts.map