@zentauri-ui/zentauri-components 1.4.0 → 1.4.1

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 (501) hide show
  1. package/README.md +18 -6
  2. package/cli/cli.integration.test.ts +28 -0
  3. package/cli/index.mjs +60 -6
  4. package/cli/registry.json +28 -1
  5. package/package.json +2 -2
  6. package/dist/hooks/index.d.ts +0 -27
  7. package/dist/hooks/index.d.ts.map +0 -1
  8. package/dist/hooks/useBodyScrollLock/index.d.ts +0 -2
  9. package/dist/hooks/useBodyScrollLock/index.d.ts.map +0 -1
  10. package/dist/hooks/useBodyScrollLock/useBodyScrollLock.d.ts +0 -13
  11. package/dist/hooks/useBodyScrollLock/useBodyScrollLock.d.ts.map +0 -1
  12. package/dist/hooks/useClickOutside/index.d.ts +0 -2
  13. package/dist/hooks/useClickOutside/index.d.ts.map +0 -1
  14. package/dist/hooks/useClickOutside/useClickOutside.d.ts +0 -22
  15. package/dist/hooks/useClickOutside/useClickOutside.d.ts.map +0 -1
  16. package/dist/hooks/useClipboard/index.d.ts +0 -2
  17. package/dist/hooks/useClipboard/index.d.ts.map +0 -1
  18. package/dist/hooks/useClipboard/useClipboard.d.ts +0 -21
  19. package/dist/hooks/useClipboard/useClipboard.d.ts.map +0 -1
  20. package/dist/hooks/useControllableState/index.d.ts +0 -2
  21. package/dist/hooks/useControllableState/index.d.ts.map +0 -1
  22. package/dist/hooks/useControllableState/useControllableState.d.ts +0 -21
  23. package/dist/hooks/useControllableState/useControllableState.d.ts.map +0 -1
  24. package/dist/hooks/useDebouncedValue/index.d.ts +0 -2
  25. package/dist/hooks/useDebouncedValue/index.d.ts.map +0 -1
  26. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +0 -13
  27. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts.map +0 -1
  28. package/dist/hooks/useDisclosure/index.d.ts +0 -2
  29. package/dist/hooks/useDisclosure/index.d.ts.map +0 -1
  30. package/dist/hooks/useDisclosure/useDisclosure.d.ts +0 -24
  31. package/dist/hooks/useDisclosure/useDisclosure.d.ts.map +0 -1
  32. package/dist/hooks/useDocumentTitle/index.d.ts +0 -2
  33. package/dist/hooks/useDocumentTitle/index.d.ts.map +0 -1
  34. package/dist/hooks/useDocumentTitle/useDocumentTitle.d.ts +0 -18
  35. package/dist/hooks/useDocumentTitle/useDocumentTitle.d.ts.map +0 -1
  36. package/dist/hooks/useFocusManagement/index.d.ts +0 -2
  37. package/dist/hooks/useFocusManagement/index.d.ts.map +0 -1
  38. package/dist/hooks/useFocusManagement/useFocusManagement.d.ts +0 -22
  39. package/dist/hooks/useFocusManagement/useFocusManagement.d.ts.map +0 -1
  40. package/dist/hooks/useHover/index.d.ts +0 -2
  41. package/dist/hooks/useHover/index.d.ts.map +0 -1
  42. package/dist/hooks/useHover/useHover.d.ts +0 -13
  43. package/dist/hooks/useHover/useHover.d.ts.map +0 -1
  44. package/dist/hooks/useInView/index.d.ts +0 -2
  45. package/dist/hooks/useInView/index.d.ts.map +0 -1
  46. package/dist/hooks/useInView/useInView.d.ts +0 -17
  47. package/dist/hooks/useInView/useInView.d.ts.map +0 -1
  48. package/dist/hooks/useIntersectionObserver/index.d.ts +0 -2
  49. package/dist/hooks/useIntersectionObserver/index.d.ts.map +0 -1
  50. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +0 -17
  51. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +0 -1
  52. package/dist/hooks/useIsMounted/index.d.ts +0 -2
  53. package/dist/hooks/useIsMounted/index.d.ts.map +0 -1
  54. package/dist/hooks/useIsMounted/useIsMounted.d.ts +0 -10
  55. package/dist/hooks/useIsMounted/useIsMounted.d.ts.map +0 -1
  56. package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts +0 -2
  57. package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts.map +0 -1
  58. package/dist/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts +0 -9
  59. package/dist/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts.map +0 -1
  60. package/dist/hooks/useLocalStorage/index.d.ts +0 -2
  61. package/dist/hooks/useLocalStorage/index.d.ts.map +0 -1
  62. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +0 -21
  63. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts.map +0 -1
  64. package/dist/hooks/useMediaQuery/index.d.ts +0 -2
  65. package/dist/hooks/useMediaQuery/index.d.ts.map +0 -1
  66. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +0 -12
  67. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts.map +0 -1
  68. package/dist/hooks/useNetworkStatus/index.d.ts +0 -2
  69. package/dist/hooks/useNetworkStatus/index.d.ts.map +0 -1
  70. package/dist/hooks/useNetworkStatus/useNetworkStatus.d.ts +0 -9
  71. package/dist/hooks/useNetworkStatus/useNetworkStatus.d.ts.map +0 -1
  72. package/dist/hooks/usePageVisibility/index.d.ts +0 -2
  73. package/dist/hooks/usePageVisibility/index.d.ts.map +0 -1
  74. package/dist/hooks/usePageVisibility/usePageVisibility.d.ts +0 -9
  75. package/dist/hooks/usePageVisibility/usePageVisibility.d.ts.map +0 -1
  76. package/dist/hooks/usePagination/index.d.ts +0 -2
  77. package/dist/hooks/usePagination/index.d.ts.map +0 -1
  78. package/dist/hooks/usePagination/usePagination.d.ts +0 -30
  79. package/dist/hooks/usePagination/usePagination.d.ts.map +0 -1
  80. package/dist/hooks/usePrefersColorScheme/index.d.ts +0 -2
  81. package/dist/hooks/usePrefersColorScheme/index.d.ts.map +0 -1
  82. package/dist/hooks/usePrefersColorScheme/usePrefersColorScheme.d.ts +0 -9
  83. package/dist/hooks/usePrefersColorScheme/usePrefersColorScheme.d.ts.map +0 -1
  84. package/dist/hooks/usePrefersReducedMotion/index.d.ts +0 -2
  85. package/dist/hooks/usePrefersReducedMotion/index.d.ts.map +0 -1
  86. package/dist/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts +0 -9
  87. package/dist/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts.map +0 -1
  88. package/dist/hooks/useResizeObserver/index.d.ts +0 -2
  89. package/dist/hooks/useResizeObserver/index.d.ts.map +0 -1
  90. package/dist/hooks/useResizeObserver/useResizeObserver.d.ts +0 -21
  91. package/dist/hooks/useResizeObserver/useResizeObserver.d.ts.map +0 -1
  92. package/dist/hooks/useSessionStorage/index.d.ts +0 -2
  93. package/dist/hooks/useSessionStorage/index.d.ts.map +0 -1
  94. package/dist/hooks/useSessionStorage/useSessionStorage.d.ts +0 -21
  95. package/dist/hooks/useSessionStorage/useSessionStorage.d.ts.map +0 -1
  96. package/dist/hooks/useThrottledCallback/index.d.ts +0 -2
  97. package/dist/hooks/useThrottledCallback/index.d.ts.map +0 -1
  98. package/dist/hooks/useThrottledCallback/useThrottledCallback.d.ts +0 -13
  99. package/dist/hooks/useThrottledCallback/useThrottledCallback.d.ts.map +0 -1
  100. package/dist/hooks/useToggle/index.d.ts +0 -2
  101. package/dist/hooks/useToggle/index.d.ts.map +0 -1
  102. package/dist/hooks/useToggle/useToggle.d.ts +0 -8
  103. package/dist/hooks/useToggle/useToggle.d.ts.map +0 -1
  104. package/dist/hooks/useWindowSize/index.d.ts +0 -2
  105. package/dist/hooks/useWindowSize/index.d.ts.map +0 -1
  106. package/dist/hooks/useWindowSize/useWindowSize.d.ts +0 -13
  107. package/dist/hooks/useWindowSize/useWindowSize.d.ts.map +0 -1
  108. package/dist/lib/utils.d.ts +0 -6
  109. package/dist/lib/utils.d.ts.map +0 -1
  110. package/dist/ui/accordion/accordion-base.d.ts +0 -20
  111. package/dist/ui/accordion/accordion-base.d.ts.map +0 -1
  112. package/dist/ui/accordion/accordion.d.ts +0 -8
  113. package/dist/ui/accordion/accordion.d.ts.map +0 -1
  114. package/dist/ui/accordion/animated/accordion-content-animated.d.ts +0 -6
  115. package/dist/ui/accordion/animated/accordion-content-animated.d.ts.map +0 -1
  116. package/dist/ui/accordion/animated/accordion-root-animated.d.ts +0 -6
  117. package/dist/ui/accordion/animated/accordion-root-animated.d.ts.map +0 -1
  118. package/dist/ui/accordion/animated/animations.d.ts +0 -6
  119. package/dist/ui/accordion/animated/animations.d.ts.map +0 -1
  120. package/dist/ui/accordion/animated/index.d.ts +0 -6
  121. package/dist/ui/accordion/animated/index.d.ts.map +0 -1
  122. package/dist/ui/accordion/animated/types.d.ts +0 -6
  123. package/dist/ui/accordion/animated/types.d.ts.map +0 -1
  124. package/dist/ui/accordion/index.d.ts +0 -5
  125. package/dist/ui/accordion/index.d.ts.map +0 -1
  126. package/dist/ui/accordion/types.d.ts +0 -39
  127. package/dist/ui/accordion/types.d.ts.map +0 -1
  128. package/dist/ui/accordion/variants.d.ts +0 -14
  129. package/dist/ui/accordion/variants.d.ts.map +0 -1
  130. package/dist/ui/alert/alert-base.d.ts +0 -28
  131. package/dist/ui/alert/alert-base.d.ts.map +0 -1
  132. package/dist/ui/alert/alert.d.ts +0 -6
  133. package/dist/ui/alert/alert.d.ts.map +0 -1
  134. package/dist/ui/alert/animated/alert-animated.d.ts +0 -3
  135. package/dist/ui/alert/animated/alert-animated.d.ts.map +0 -1
  136. package/dist/ui/alert/animated/animations.d.ts +0 -3
  137. package/dist/ui/alert/animated/animations.d.ts.map +0 -1
  138. package/dist/ui/alert/animated/index.d.ts +0 -4
  139. package/dist/ui/alert/animated/index.d.ts.map +0 -1
  140. package/dist/ui/alert/animated/types.d.ts +0 -8
  141. package/dist/ui/alert/animated/types.d.ts.map +0 -1
  142. package/dist/ui/alert/index.d.ts +0 -5
  143. package/dist/ui/alert/index.d.ts.map +0 -1
  144. package/dist/ui/alert/types.d.ts +0 -21
  145. package/dist/ui/alert/types.d.ts.map +0 -1
  146. package/dist/ui/alert/variants.d.ts +0 -11
  147. package/dist/ui/alert/variants.d.ts.map +0 -1
  148. package/dist/ui/avatar/animated/animations.d.ts +0 -3
  149. package/dist/ui/avatar/animated/animations.d.ts.map +0 -1
  150. package/dist/ui/avatar/animated/avatar-animated.d.ts +0 -6
  151. package/dist/ui/avatar/animated/avatar-animated.d.ts.map +0 -1
  152. package/dist/ui/avatar/animated/index.d.ts +0 -5
  153. package/dist/ui/avatar/animated/index.d.ts.map +0 -1
  154. package/dist/ui/avatar/animated/types.d.ts +0 -8
  155. package/dist/ui/avatar/animated/types.d.ts.map +0 -1
  156. package/dist/ui/avatar/avatar-base.d.ts +0 -25
  157. package/dist/ui/avatar/avatar-base.d.ts.map +0 -1
  158. package/dist/ui/avatar/avatar.d.ts +0 -8
  159. package/dist/ui/avatar/avatar.d.ts.map +0 -1
  160. package/dist/ui/avatar/index.d.ts +0 -5
  161. package/dist/ui/avatar/index.d.ts.map +0 -1
  162. package/dist/ui/avatar/types.d.ts +0 -25
  163. package/dist/ui/avatar/types.d.ts.map +0 -1
  164. package/dist/ui/avatar/variants.d.ts +0 -8
  165. package/dist/ui/avatar/variants.d.ts.map +0 -1
  166. package/dist/ui/badge/animated/animations.d.ts +0 -3
  167. package/dist/ui/badge/animated/animations.d.ts.map +0 -1
  168. package/dist/ui/badge/animated/badge-animated.d.ts +0 -6
  169. package/dist/ui/badge/animated/badge-animated.d.ts.map +0 -1
  170. package/dist/ui/badge/animated/index.d.ts +0 -4
  171. package/dist/ui/badge/animated/index.d.ts.map +0 -1
  172. package/dist/ui/badge/animated/types.d.ts +0 -10
  173. package/dist/ui/badge/animated/types.d.ts.map +0 -1
  174. package/dist/ui/badge/badge-base.d.ts +0 -6
  175. package/dist/ui/badge/badge-base.d.ts.map +0 -1
  176. package/dist/ui/badge/badge.d.ts +0 -6
  177. package/dist/ui/badge/badge.d.ts.map +0 -1
  178. package/dist/ui/badge/index.d.ts +0 -4
  179. package/dist/ui/badge/index.d.ts.map +0 -1
  180. package/dist/ui/badge/types.d.ts +0 -17
  181. package/dist/ui/badge/types.d.ts.map +0 -1
  182. package/dist/ui/badge/variants.d.ts +0 -40
  183. package/dist/ui/badge/variants.d.ts.map +0 -1
  184. package/dist/ui/breadcrumb/breadcrumb.d.ts +0 -33
  185. package/dist/ui/breadcrumb/breadcrumb.d.ts.map +0 -1
  186. package/dist/ui/breadcrumb/index.d.ts +0 -4
  187. package/dist/ui/breadcrumb/index.d.ts.map +0 -1
  188. package/dist/ui/breadcrumb/types.d.ts +0 -26
  189. package/dist/ui/breadcrumb/types.d.ts.map +0 -1
  190. package/dist/ui/breadcrumb/variants.d.ts +0 -11
  191. package/dist/ui/breadcrumb/variants.d.ts.map +0 -1
  192. package/dist/ui/buttons/animated/animations.d.ts +0 -3
  193. package/dist/ui/buttons/animated/animations.d.ts.map +0 -1
  194. package/dist/ui/buttons/animated/button-animated.d.ts +0 -6
  195. package/dist/ui/buttons/animated/button-animated.d.ts.map +0 -1
  196. package/dist/ui/buttons/animated/index.d.ts +0 -4
  197. package/dist/ui/buttons/animated/index.d.ts.map +0 -1
  198. package/dist/ui/buttons/animated/types.d.ts +0 -16
  199. package/dist/ui/buttons/animated/types.d.ts.map +0 -1
  200. package/dist/ui/buttons/button-base.d.ts +0 -6
  201. package/dist/ui/buttons/button-base.d.ts.map +0 -1
  202. package/dist/ui/buttons/button.d.ts +0 -6
  203. package/dist/ui/buttons/button.d.ts.map +0 -1
  204. package/dist/ui/buttons/index.d.ts +0 -4
  205. package/dist/ui/buttons/index.d.ts.map +0 -1
  206. package/dist/ui/buttons/types.d.ts +0 -10
  207. package/dist/ui/buttons/types.d.ts.map +0 -1
  208. package/dist/ui/buttons/variants.d.ts +0 -5
  209. package/dist/ui/buttons/variants.d.ts.map +0 -1
  210. package/dist/ui/card/animated/animations.d.ts +0 -7
  211. package/dist/ui/card/animated/animations.d.ts.map +0 -1
  212. package/dist/ui/card/animated/card-animated.d.ts +0 -6
  213. package/dist/ui/card/animated/card-animated.d.ts.map +0 -1
  214. package/dist/ui/card/animated/index.d.ts +0 -5
  215. package/dist/ui/card/animated/index.d.ts.map +0 -1
  216. package/dist/ui/card/animated/types.d.ts +0 -6
  217. package/dist/ui/card/animated/types.d.ts.map +0 -1
  218. package/dist/ui/card/card-base.d.ts +0 -26
  219. package/dist/ui/card/card-base.d.ts.map +0 -1
  220. package/dist/ui/card/card.d.ts +0 -6
  221. package/dist/ui/card/card.d.ts.map +0 -1
  222. package/dist/ui/card/index.d.ts +0 -5
  223. package/dist/ui/card/index.d.ts.map +0 -1
  224. package/dist/ui/card/types.d.ts +0 -29
  225. package/dist/ui/card/types.d.ts.map +0 -1
  226. package/dist/ui/card/variants.d.ts +0 -18
  227. package/dist/ui/card/variants.d.ts.map +0 -1
  228. package/dist/ui/divider/animated/animations.d.ts +0 -6
  229. package/dist/ui/divider/animated/animations.d.ts.map +0 -1
  230. package/dist/ui/divider/animated/divider-animated.d.ts +0 -6
  231. package/dist/ui/divider/animated/divider-animated.d.ts.map +0 -1
  232. package/dist/ui/divider/animated/index.d.ts +0 -3
  233. package/dist/ui/divider/animated/index.d.ts.map +0 -1
  234. package/dist/ui/divider/animated/types.d.ts +0 -8
  235. package/dist/ui/divider/animated/types.d.ts.map +0 -1
  236. package/dist/ui/divider/divider-base.d.ts +0 -6
  237. package/dist/ui/divider/divider-base.d.ts.map +0 -1
  238. package/dist/ui/divider/divider.d.ts +0 -6
  239. package/dist/ui/divider/divider.d.ts.map +0 -1
  240. package/dist/ui/divider/index.d.ts +0 -4
  241. package/dist/ui/divider/index.d.ts.map +0 -1
  242. package/dist/ui/divider/types.d.ts +0 -15
  243. package/dist/ui/divider/types.d.ts.map +0 -1
  244. package/dist/ui/divider/variants.d.ts +0 -14
  245. package/dist/ui/divider/variants.d.ts.map +0 -1
  246. package/dist/ui/drawer/animated/animations.d.ts +0 -3
  247. package/dist/ui/drawer/animated/animations.d.ts.map +0 -1
  248. package/dist/ui/drawer/animated/drawer-content-animated.d.ts +0 -6
  249. package/dist/ui/drawer/animated/drawer-content-animated.d.ts.map +0 -1
  250. package/dist/ui/drawer/animated/index.d.ts +0 -5
  251. package/dist/ui/drawer/animated/index.d.ts.map +0 -1
  252. package/dist/ui/drawer/animated/types.d.ts +0 -9
  253. package/dist/ui/drawer/animated/types.d.ts.map +0 -1
  254. package/dist/ui/drawer/drawer-base.d.ts +0 -35
  255. package/dist/ui/drawer/drawer-base.d.ts.map +0 -1
  256. package/dist/ui/drawer/drawer.d.ts +0 -2
  257. package/dist/ui/drawer/drawer.d.ts.map +0 -1
  258. package/dist/ui/drawer/index.d.ts +0 -4
  259. package/dist/ui/drawer/index.d.ts.map +0 -1
  260. package/dist/ui/drawer/types.d.ts +0 -33
  261. package/dist/ui/drawer/types.d.ts.map +0 -1
  262. package/dist/ui/drawer/variants.d.ts +0 -10
  263. package/dist/ui/drawer/variants.d.ts.map +0 -1
  264. package/dist/ui/dropdown/dropdown.d.ts +0 -6
  265. package/dist/ui/dropdown/dropdown.d.ts.map +0 -1
  266. package/dist/ui/dropdown/index.d.ts +0 -4
  267. package/dist/ui/dropdown/index.d.ts.map +0 -1
  268. package/dist/ui/dropdown/types.d.ts +0 -38
  269. package/dist/ui/dropdown/types.d.ts.map +0 -1
  270. package/dist/ui/dropdown/variants.d.ts +0 -12
  271. package/dist/ui/dropdown/variants.d.ts.map +0 -1
  272. package/dist/ui/empty-state/animated/animations.d.ts +0 -3
  273. package/dist/ui/empty-state/animated/animations.d.ts.map +0 -1
  274. package/dist/ui/empty-state/animated/empty-state-animated.d.ts +0 -6
  275. package/dist/ui/empty-state/animated/empty-state-animated.d.ts.map +0 -1
  276. package/dist/ui/empty-state/animated/index.d.ts +0 -4
  277. package/dist/ui/empty-state/animated/index.d.ts.map +0 -1
  278. package/dist/ui/empty-state/animated/types.d.ts +0 -14
  279. package/dist/ui/empty-state/animated/types.d.ts.map +0 -1
  280. package/dist/ui/empty-state/empty-state-base.d.ts +0 -23
  281. package/dist/ui/empty-state/empty-state-base.d.ts.map +0 -1
  282. package/dist/ui/empty-state/empty-state.d.ts +0 -6
  283. package/dist/ui/empty-state/empty-state.d.ts.map +0 -1
  284. package/dist/ui/empty-state/index.d.ts +0 -5
  285. package/dist/ui/empty-state/index.d.ts.map +0 -1
  286. package/dist/ui/empty-state/types.d.ts +0 -15
  287. package/dist/ui/empty-state/types.d.ts.map +0 -1
  288. package/dist/ui/empty-state/variants.d.ts +0 -12
  289. package/dist/ui/empty-state/variants.d.ts.map +0 -1
  290. package/dist/ui/file-upload/file-upload.d.ts +0 -8
  291. package/dist/ui/file-upload/file-upload.d.ts.map +0 -1
  292. package/dist/ui/file-upload/index.d.ts +0 -4
  293. package/dist/ui/file-upload/index.d.ts.map +0 -1
  294. package/dist/ui/file-upload/types.d.ts +0 -18
  295. package/dist/ui/file-upload/types.d.ts.map +0 -1
  296. package/dist/ui/file-upload/variants.d.ts +0 -4
  297. package/dist/ui/file-upload/variants.d.ts.map +0 -1
  298. package/dist/ui/inputs/animated/animations.d.ts +0 -3
  299. package/dist/ui/inputs/animated/animations.d.ts.map +0 -1
  300. package/dist/ui/inputs/animated/index.d.ts +0 -4
  301. package/dist/ui/inputs/animated/index.d.ts.map +0 -1
  302. package/dist/ui/inputs/animated/input-animated.d.ts +0 -6
  303. package/dist/ui/inputs/animated/input-animated.d.ts.map +0 -1
  304. package/dist/ui/inputs/animated/types.d.ts +0 -16
  305. package/dist/ui/inputs/animated/types.d.ts.map +0 -1
  306. package/dist/ui/inputs/index.d.ts +0 -4
  307. package/dist/ui/inputs/index.d.ts.map +0 -1
  308. package/dist/ui/inputs/input-base.d.ts +0 -6
  309. package/dist/ui/inputs/input-base.d.ts.map +0 -1
  310. package/dist/ui/inputs/input.d.ts +0 -6
  311. package/dist/ui/inputs/input.d.ts.map +0 -1
  312. package/dist/ui/inputs/types.d.ts +0 -12
  313. package/dist/ui/inputs/types.d.ts.map +0 -1
  314. package/dist/ui/inputs/variants.d.ts +0 -7
  315. package/dist/ui/inputs/variants.d.ts.map +0 -1
  316. package/dist/ui/modal/animated/animations.d.ts +0 -3
  317. package/dist/ui/modal/animated/animations.d.ts.map +0 -1
  318. package/dist/ui/modal/animated/index.d.ts +0 -4
  319. package/dist/ui/modal/animated/index.d.ts.map +0 -1
  320. package/dist/ui/modal/animated/modal-content-animated.d.ts +0 -6
  321. package/dist/ui/modal/animated/modal-content-animated.d.ts.map +0 -1
  322. package/dist/ui/modal/animated/types.d.ts +0 -9
  323. package/dist/ui/modal/animated/types.d.ts.map +0 -1
  324. package/dist/ui/modal/index.d.ts +0 -5
  325. package/dist/ui/modal/index.d.ts.map +0 -1
  326. package/dist/ui/modal/modal-base.d.ts +0 -47
  327. package/dist/ui/modal/modal-base.d.ts.map +0 -1
  328. package/dist/ui/modal/modal.d.ts +0 -6
  329. package/dist/ui/modal/modal.d.ts.map +0 -1
  330. package/dist/ui/modal/types.d.ts +0 -26
  331. package/dist/ui/modal/types.d.ts.map +0 -1
  332. package/dist/ui/modal/variants.d.ts +0 -10
  333. package/dist/ui/modal/variants.d.ts.map +0 -1
  334. package/dist/ui/pagination/index.d.ts +0 -5
  335. package/dist/ui/pagination/index.d.ts.map +0 -1
  336. package/dist/ui/pagination/pagination.d.ts +0 -17
  337. package/dist/ui/pagination/pagination.d.ts.map +0 -1
  338. package/dist/ui/pagination/types.d.ts +0 -56
  339. package/dist/ui/pagination/types.d.ts.map +0 -1
  340. package/dist/ui/pagination/variants.d.ts +0 -12
  341. package/dist/ui/pagination/variants.d.ts.map +0 -1
  342. package/dist/ui/progress/animated/animations.d.ts +0 -3
  343. package/dist/ui/progress/animated/animations.d.ts.map +0 -1
  344. package/dist/ui/progress/animated/index.d.ts +0 -4
  345. package/dist/ui/progress/animated/index.d.ts.map +0 -1
  346. package/dist/ui/progress/animated/progress-animated.d.ts +0 -16
  347. package/dist/ui/progress/animated/progress-animated.d.ts.map +0 -1
  348. package/dist/ui/progress/animated/types.d.ts +0 -23
  349. package/dist/ui/progress/animated/types.d.ts.map +0 -1
  350. package/dist/ui/progress/index.d.ts +0 -5
  351. package/dist/ui/progress/index.d.ts.map +0 -1
  352. package/dist/ui/progress/progress-base.d.ts +0 -23
  353. package/dist/ui/progress/progress-base.d.ts.map +0 -1
  354. package/dist/ui/progress/progress.d.ts +0 -6
  355. package/dist/ui/progress/progress.d.ts.map +0 -1
  356. package/dist/ui/progress/types.d.ts +0 -28
  357. package/dist/ui/progress/types.d.ts.map +0 -1
  358. package/dist/ui/progress/variants.d.ts +0 -15
  359. package/dist/ui/progress/variants.d.ts.map +0 -1
  360. package/dist/ui/select/index.d.ts +0 -4
  361. package/dist/ui/select/index.d.ts.map +0 -1
  362. package/dist/ui/select/select.d.ts +0 -10
  363. package/dist/ui/select/select.d.ts.map +0 -1
  364. package/dist/ui/select/types.d.ts +0 -48
  365. package/dist/ui/select/types.d.ts.map +0 -1
  366. package/dist/ui/select/variants.d.ts +0 -14
  367. package/dist/ui/select/variants.d.ts.map +0 -1
  368. package/dist/ui/skeleton/animated/animations.d.ts +0 -3
  369. package/dist/ui/skeleton/animated/animations.d.ts.map +0 -1
  370. package/dist/ui/skeleton/animated/index.d.ts +0 -4
  371. package/dist/ui/skeleton/animated/index.d.ts.map +0 -1
  372. package/dist/ui/skeleton/animated/skeleton-animated.d.ts +0 -22
  373. package/dist/ui/skeleton/animated/skeleton-animated.d.ts.map +0 -1
  374. package/dist/ui/skeleton/animated/types.d.ts +0 -30
  375. package/dist/ui/skeleton/animated/types.d.ts.map +0 -1
  376. package/dist/ui/skeleton/index.d.ts +0 -5
  377. package/dist/ui/skeleton/index.d.ts.map +0 -1
  378. package/dist/ui/skeleton/skeleton-base.d.ts +0 -24
  379. package/dist/ui/skeleton/skeleton-base.d.ts.map +0 -1
  380. package/dist/ui/skeleton/skeleton.d.ts +0 -2
  381. package/dist/ui/skeleton/skeleton.d.ts.map +0 -1
  382. package/dist/ui/skeleton/types.d.ts +0 -23
  383. package/dist/ui/skeleton/types.d.ts.map +0 -1
  384. package/dist/ui/skeleton/variants.d.ts +0 -38
  385. package/dist/ui/skeleton/variants.d.ts.map +0 -1
  386. package/dist/ui/slider/index.d.ts +0 -4
  387. package/dist/ui/slider/index.d.ts.map +0 -1
  388. package/dist/ui/slider/slider.d.ts +0 -51
  389. package/dist/ui/slider/slider.d.ts.map +0 -1
  390. package/dist/ui/slider/types.d.ts +0 -49
  391. package/dist/ui/slider/types.d.ts.map +0 -1
  392. package/dist/ui/slider/variants.d.ts +0 -13
  393. package/dist/ui/slider/variants.d.ts.map +0 -1
  394. package/dist/ui/spinner/animated/index.d.ts +0 -4
  395. package/dist/ui/spinner/animated/index.d.ts.map +0 -1
  396. package/dist/ui/spinner/animated/spinner.d.ts +0 -6
  397. package/dist/ui/spinner/animated/spinner.d.ts.map +0 -1
  398. package/dist/ui/spinner/animated/types.d.ts +0 -9
  399. package/dist/ui/spinner/animated/types.d.ts.map +0 -1
  400. package/dist/ui/spinner/animated/variants.d.ts +0 -6
  401. package/dist/ui/spinner/animated/variants.d.ts.map +0 -1
  402. package/dist/ui/stepper/index.d.ts +0 -4
  403. package/dist/ui/stepper/index.d.ts.map +0 -1
  404. package/dist/ui/stepper/stepper.d.ts +0 -33
  405. package/dist/ui/stepper/stepper.d.ts.map +0 -1
  406. package/dist/ui/stepper/types.d.ts +0 -25
  407. package/dist/ui/stepper/types.d.ts.map +0 -1
  408. package/dist/ui/stepper/variants.d.ts +0 -11
  409. package/dist/ui/stepper/variants.d.ts.map +0 -1
  410. package/dist/ui/table/animated/animations.d.ts +0 -3
  411. package/dist/ui/table/animated/animations.d.ts.map +0 -1
  412. package/dist/ui/table/animated/index.d.ts +0 -5
  413. package/dist/ui/table/animated/index.d.ts.map +0 -1
  414. package/dist/ui/table/animated/table-animated.d.ts +0 -5
  415. package/dist/ui/table/animated/table-animated.d.ts.map +0 -1
  416. package/dist/ui/table/animated/types.d.ts +0 -8
  417. package/dist/ui/table/animated/types.d.ts.map +0 -1
  418. package/dist/ui/table/index.d.ts +0 -4
  419. package/dist/ui/table/index.d.ts.map +0 -1
  420. package/dist/ui/table/table-base.d.ts +0 -38
  421. package/dist/ui/table/table-base.d.ts.map +0 -1
  422. package/dist/ui/table/table.d.ts +0 -2
  423. package/dist/ui/table/table.d.ts.map +0 -1
  424. package/dist/ui/table/types.d.ts +0 -33
  425. package/dist/ui/table/types.d.ts.map +0 -1
  426. package/dist/ui/table/variants.d.ts +0 -14
  427. package/dist/ui/table/variants.d.ts.map +0 -1
  428. package/dist/ui/tabs/animated/animations.d.ts +0 -5
  429. package/dist/ui/tabs/animated/animations.d.ts.map +0 -1
  430. package/dist/ui/tabs/animated/index.d.ts +0 -4
  431. package/dist/ui/tabs/animated/index.d.ts.map +0 -1
  432. package/dist/ui/tabs/animated/tabs-content-animated.d.ts +0 -6
  433. package/dist/ui/tabs/animated/tabs-content-animated.d.ts.map +0 -1
  434. package/dist/ui/tabs/animated/types.d.ts +0 -14
  435. package/dist/ui/tabs/animated/types.d.ts.map +0 -1
  436. package/dist/ui/tabs/index.d.ts +0 -4
  437. package/dist/ui/tabs/index.d.ts.map +0 -1
  438. package/dist/ui/tabs/tabs-base.d.ts +0 -8
  439. package/dist/ui/tabs/tabs-base.d.ts.map +0 -1
  440. package/dist/ui/tabs/tabs.d.ts +0 -2
  441. package/dist/ui/tabs/tabs.d.ts.map +0 -1
  442. package/dist/ui/tabs/types.d.ts +0 -40
  443. package/dist/ui/tabs/types.d.ts.map +0 -1
  444. package/dist/ui/tabs/variants.d.ts +0 -11
  445. package/dist/ui/tabs/variants.d.ts.map +0 -1
  446. package/dist/ui/toast/animated/animations.d.ts +0 -3
  447. package/dist/ui/toast/animated/animations.d.ts.map +0 -1
  448. package/dist/ui/toast/animated/index.d.ts +0 -4
  449. package/dist/ui/toast/animated/index.d.ts.map +0 -1
  450. package/dist/ui/toast/animated/toast-animated.d.ts +0 -10
  451. package/dist/ui/toast/animated/toast-animated.d.ts.map +0 -1
  452. package/dist/ui/toast/animated/types.d.ts +0 -5
  453. package/dist/ui/toast/animated/types.d.ts.map +0 -1
  454. package/dist/ui/toast/index.d.ts +0 -4
  455. package/dist/ui/toast/index.d.ts.map +0 -1
  456. package/dist/ui/toast/toast-base.d.ts +0 -35
  457. package/dist/ui/toast/toast-base.d.ts.map +0 -1
  458. package/dist/ui/toast/toast.d.ts +0 -2
  459. package/dist/ui/toast/toast.d.ts.map +0 -1
  460. package/dist/ui/toast/types.d.ts +0 -45
  461. package/dist/ui/toast/types.d.ts.map +0 -1
  462. package/dist/ui/toast/variants.d.ts +0 -8
  463. package/dist/ui/toast/variants.d.ts.map +0 -1
  464. package/dist/ui/toggle/animated/animations.d.ts +0 -3
  465. package/dist/ui/toggle/animated/animations.d.ts.map +0 -1
  466. package/dist/ui/toggle/animated/index.d.ts +0 -4
  467. package/dist/ui/toggle/animated/index.d.ts.map +0 -1
  468. package/dist/ui/toggle/animated/toggle-animated.d.ts +0 -6
  469. package/dist/ui/toggle/animated/toggle-animated.d.ts.map +0 -1
  470. package/dist/ui/toggle/animated/types.d.ts +0 -9
  471. package/dist/ui/toggle/animated/types.d.ts.map +0 -1
  472. package/dist/ui/toggle/index.d.ts +0 -4
  473. package/dist/ui/toggle/index.d.ts.map +0 -1
  474. package/dist/ui/toggle/toggle-base.d.ts +0 -6
  475. package/dist/ui/toggle/toggle-base.d.ts.map +0 -1
  476. package/dist/ui/toggle/toggle.d.ts +0 -6
  477. package/dist/ui/toggle/toggle.d.ts.map +0 -1
  478. package/dist/ui/toggle/types.d.ts +0 -14
  479. package/dist/ui/toggle/types.d.ts.map +0 -1
  480. package/dist/ui/toggle/variants.d.ts +0 -8
  481. package/dist/ui/toggle/variants.d.ts.map +0 -1
  482. package/dist/ui/tooltip/animated/animations.d.ts +0 -3
  483. package/dist/ui/tooltip/animated/animations.d.ts.map +0 -1
  484. package/dist/ui/tooltip/animated/index.d.ts +0 -4
  485. package/dist/ui/tooltip/animated/index.d.ts.map +0 -1
  486. package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts +0 -3
  487. package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts.map +0 -1
  488. package/dist/ui/tooltip/animated/types.d.ts +0 -9
  489. package/dist/ui/tooltip/animated/types.d.ts.map +0 -1
  490. package/dist/ui/tooltip/index.d.ts +0 -4
  491. package/dist/ui/tooltip/index.d.ts.map +0 -1
  492. package/dist/ui/tooltip/tooltip-base.d.ts +0 -7
  493. package/dist/ui/tooltip/tooltip-base.d.ts.map +0 -1
  494. package/dist/ui/tooltip/tooltip.d.ts +0 -2
  495. package/dist/ui/tooltip/tooltip.d.ts.map +0 -1
  496. package/dist/ui/tooltip/types.d.ts +0 -30
  497. package/dist/ui/tooltip/types.d.ts.map +0 -1
  498. package/dist/ui/tooltip/variants.d.ts +0 -6
  499. package/dist/ui/tooltip/variants.d.ts.map +0 -1
  500. package/dist/vitest-setup.d.ts +0 -2
  501. package/dist/vitest-setup.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/buttons/animated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AACrI,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import type { VariantProps } from "class-variance-authority";
2
- import type { HTMLMotionProps } from "framer-motion";
3
- import type { buttonVariants } from "../variants";
4
- export type ButtonAnimation = "none" | "lift" | "press" | "glow" | "tilt" | "bounce";
5
- export type ButtonSharedAnimated = VariantProps<typeof buttonVariants> & {
6
- animation?: ButtonAnimation;
7
- };
8
- export type ButtonAnimatedProps = (ButtonSharedAnimated & HTMLMotionProps<"button"> & {
9
- as?: "button";
10
- }) | (ButtonSharedAnimated & HTMLMotionProps<"a"> & {
11
- as: "link";
12
- });
13
- /** Motion props applied by presets; valid on both `motion.button` and `motion.a`. */
14
- export type ButtonPresetMotionProps = Pick<HTMLMotionProps<"button">, "style" | "transition" | "whileHover" | "whileTap">;
15
- export type AnimationPresets = Record<ButtonAnimation, ButtonPresetMotionProps>;
16
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/buttons/animated/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,eAAe,GACvB,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,GACN,MAAM,GACN,QAAQ,CAAC;AAEb,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACvE,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,CAAC,oBAAoB,GAAG,eAAe,CAAC,QAAQ,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,QAAQ,CAAA;CAAE,CAAC,GACtE,CAAC,oBAAoB,GAAG,eAAe,CAAC,GAAG,CAAC,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAEnE,qFAAqF;AACrF,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,eAAe,CAAC,QAAQ,CAAC,EACzB,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,CACnD,CAAC;AAGF,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { ButtonProps } from "./types";
2
- export declare const ButtonBase: {
3
- (props: ButtonProps): import("react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
6
- //# sourceMappingURL=button-base.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button-base.d.ts","sourceRoot":"","sources":["../../../src/ui/buttons/button-base.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,UAAU;YAAW,WAAW;;CAiD5C,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { ButtonProps } from "./types";
2
- export declare const Button: {
3
- (props: ButtonProps): import("react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
6
- //# sourceMappingURL=button.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/ui/buttons/button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,eAAO,MAAM,MAAM;YAAW,WAAW;;CAExC,CAAC"}
@@ -1,4 +0,0 @@
1
- export { Button } from "./button";
2
- export type { ButtonProps, ButtonSharedStatic } from "./types";
3
- export { buttonVariants } from "./variants";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/buttons/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC"}
@@ -1,10 +0,0 @@
1
- import type { VariantProps } from "class-variance-authority";
2
- import type { ComponentPropsWithRef } from "react";
3
- import type { buttonVariants } from "./variants";
4
- export type ButtonSharedStatic = VariantProps<typeof buttonVariants>;
5
- export type ButtonProps = (ButtonSharedStatic & ComponentPropsWithRef<"button"> & {
6
- as?: "button";
7
- }) | (ButtonSharedStatic & ComponentPropsWithRef<"a"> & {
8
- as: "link";
9
- });
10
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAErE,MAAM,MAAM,WAAW,GACnB,CAAC,kBAAkB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACtD,EAAE,CAAC,EAAE,QAAQ,CAAC;CACf,CAAC,GACF,CAAC,kBAAkB,GAAG,qBAAqB,CAAC,GAAG,CAAC,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const buttonVariants: (props?: ({
2
- appearance?: "link" | "default" | "secondary" | "destructive" | "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" | null | undefined;
3
- size?: "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "10xl" | "icon" | null | undefined;
4
- } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
- //# sourceMappingURL=variants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"variants.d.ts","sourceRoot":"","sources":["../../../src/ui/buttons/variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;8EA0E1B,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { HTMLMotionProps } from "framer-motion";
2
- import type { CardAnimation } from "./types";
3
- type CardPresetMotionProps = Pick<HTMLMotionProps<"article">, "style" | "transition" | "whileHover" | "whileTap">;
4
- export type CardAnimationPresets = Record<CardAnimation, CardPresetMotionProps>;
5
- export declare const cardAnimationPresets: CardAnimationPresets;
6
- export {};
7
- //# sourceMappingURL=animations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../src/ui/card/animated/animations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,KAAK,qBAAqB,GAAG,IAAI,CAC/B,eAAe,CAAC,SAAS,CAAC,EAC1B,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,CACnD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;AAEhF,eAAO,MAAM,oBAAoB,EAAE,oBAoBlC,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { CardAnimatedProps } from "./types";
2
- export declare function CardAnimated({ animation, ...props }: CardAnimatedProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace CardAnimated {
4
- var displayName: string;
5
- }
6
- //# sourceMappingURL=card-animated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card-animated.d.ts","sourceRoot":"","sources":["../../../../src/ui/card/animated/card-animated.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,wBAAgB,YAAY,CAAC,EAC3B,SAAkB,EAClB,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAanB;yBAhBe,YAAY"}
@@ -1,5 +0,0 @@
1
- export { CardAnimated } from "./card-animated";
2
- export { CardBody, CardDescription, CardFooter, CardHeader, CardTitle, } from "../card-base";
3
- export type { CardAnimatedProps } from "./types";
4
- export { cardAnimationPresets } from "./animations";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/card/animated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EACL,QAAQ,EACR,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,GACV,MAAM,cAAc,CAAC;AACtB,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { CardBaseProps } from "../types";
2
- export type CardAnimation = "none" | "lift" | "glow" | "tilt";
3
- export type CardAnimatedProps = Omit<CardBaseProps, "as"> & {
4
- animation?: CardAnimation;
5
- };
6
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/ui/card/animated/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAE9D,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG;IAC1D,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { CardBaseProps, CardDescriptionProps, CardSectionProps, CardTitleProps } from "./types";
2
- export declare function CardBase({ className, appearance, size, rounded, children, ref, as: Wrapper, ...rest }: CardBaseProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace CardBase {
4
- var displayName: string;
5
- }
6
- export declare function CardHeader({ className, children }: CardSectionProps): import("react/jsx-runtime").JSX.Element;
7
- export declare namespace CardHeader {
8
- var displayName: string;
9
- }
10
- export declare function CardBody({ className, children }: CardSectionProps): import("react/jsx-runtime").JSX.Element;
11
- export declare namespace CardBody {
12
- var displayName: string;
13
- }
14
- export declare function CardFooter({ className, children }: CardSectionProps): import("react/jsx-runtime").JSX.Element;
15
- export declare namespace CardFooter {
16
- var displayName: string;
17
- }
18
- export declare function CardTitle({ className, children, as, ref, ...rest }: CardTitleProps): import("react/jsx-runtime").JSX.Element;
19
- export declare namespace CardTitle {
20
- var displayName: string;
21
- }
22
- export declare function CardDescription({ className, children, as, ref, ...rest }: CardDescriptionProps): import("react/jsx-runtime").JSX.Element;
23
- export declare namespace CardDescription {
24
- var displayName: string;
25
- }
26
- //# sourceMappingURL=card-base.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card-base.d.ts","sourceRoot":"","sources":["../../../src/ui/card/card-base.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EACV,aAAa,EACb,oBAAoB,EACpB,gBAAgB,EAEhB,cAAc,EACf,MAAM,SAAS,CAAC;AAejB,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,UAAU,EACV,IAAW,EACX,OAAO,EACP,QAAQ,EACR,GAAG,EACH,EAAE,EAAE,OAAmB,EACvB,GAAG,IAAI,EACR,EAAE,aAAa,2CAef;yBAxBe,QAAQ;;;AA4BxB,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAUnE;yBAVe,UAAU;;;AAc1B,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CASjE;yBATe,QAAQ;;;AAaxB,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAUnE;yBAVe,UAAU;;;AAc1B,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,EAAS,EACT,GAAG,EACH,GAAG,IAAI,EACR,EAAE,cAAc,2CAahB;yBAnBe,SAAS;;;AAuBzB,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,QAAQ,EACR,EAAQ,EACR,GAAG,EACH,GAAG,IAAI,EACR,EAAE,oBAAoB,2CAatB;yBAnBe,eAAe"}
@@ -1,6 +0,0 @@
1
- import type { CardProps } from "./types";
2
- export declare function Card(props: CardProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace Card {
4
- var displayName: string;
5
- }
6
- //# sourceMappingURL=card.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/ui/card/card.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAEpC;yBAFe,IAAI"}
@@ -1,5 +0,0 @@
1
- export { Card, } from "./card";
2
- export { CardBody, CardDescription, CardFooter, CardHeader, CardTitle } from "./card-base";
3
- export type { CardBaseProps, CardVariantProps, CardDescriptionProps, CardProps, CardSectionProps, CardTitleProps, } from "./types";
4
- export { cardVariants, cardHeaderVariants, cardFooterVariants, cardTitleVariants, cardDescriptionVariants, } from "./variants";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/card/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,IAAI,GACL,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC3F,YAAY,EACV,aAAa,EACb,gBAAgB,EAChB,oBAAoB,EACpB,SAAS,EACT,gBAAgB,EAChB,cAAc,GACf,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,uBAAuB,GACxB,MAAM,YAAY,CAAC"}
@@ -1,29 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,18 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- export { DividerAnimated } from "./divider-animated";
2
- export type { DividerAnimatedProps, DividerAnimation, DividerDomDragProps } from "./types";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,4 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,14 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- import { DrawerAnimationPresets } from "./types";
2
- export declare const drawerPanelPresets: (side: "left" | "right" | "top" | "bottom") => DrawerAnimationPresets;
3
- //# sourceMappingURL=animations.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,5 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,35 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,2 +0,0 @@
1
- export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "./drawer-base";
2
- //# sourceMappingURL=drawer.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,4 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,33 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,10 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,4 +0,0 @@
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
@@ -1 +0,0 @@
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"}