@zentauri-ui/zentauri-components 1.3.0 → 1.3.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.
- package/dist/hooks/index.d.ts +27 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useBodyScrollLock/index.d.ts +2 -0
- package/dist/hooks/useBodyScrollLock/index.d.ts.map +1 -0
- package/dist/hooks/{useBodyScrollLock.d.ts → useBodyScrollLock/useBodyScrollLock.d.ts} +2 -3
- package/dist/hooks/useBodyScrollLock/useBodyScrollLock.d.ts.map +1 -0
- package/dist/hooks/useClickOutside/index.d.ts +2 -0
- package/dist/hooks/useClickOutside/index.d.ts.map +1 -0
- package/dist/hooks/{useClickOutside.d.ts → useClickOutside/useClickOutside.d.ts} +6 -7
- package/dist/hooks/useClickOutside/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useClipboard/index.d.ts +2 -0
- package/dist/hooks/useClipboard/index.d.ts.map +1 -0
- package/dist/hooks/{useClipboard.d.ts → useClipboard/useClipboard.d.ts} +3 -4
- package/dist/hooks/useClipboard/useClipboard.d.ts.map +1 -0
- package/dist/hooks/useControllableState/index.d.ts +2 -0
- package/dist/hooks/useControllableState/index.d.ts.map +1 -0
- package/dist/hooks/{useControllableState.d.ts → useControllableState/useControllableState.d.ts} +3 -4
- package/dist/hooks/useControllableState/useControllableState.d.ts.map +1 -0
- package/dist/hooks/useDebouncedValue/index.d.ts +2 -0
- package/dist/hooks/useDebouncedValue/index.d.ts.map +1 -0
- package/dist/hooks/{useDebouncedValue.d.ts → useDebouncedValue/useDebouncedValue.d.ts} +2 -3
- package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts.map +1 -0
- package/dist/hooks/useDisclosure/index.d.ts +2 -0
- package/dist/hooks/useDisclosure/index.d.ts.map +1 -0
- package/dist/hooks/{useDisclosure.d.ts → useDisclosure/useDisclosure.d.ts} +4 -5
- package/dist/hooks/useDisclosure/useDisclosure.d.ts.map +1 -0
- package/dist/hooks/useDocumentTitle/index.d.ts +2 -0
- package/dist/hooks/useDocumentTitle/index.d.ts.map +1 -0
- package/dist/hooks/{useDocumentTitle.d.ts → useDocumentTitle/useDocumentTitle.d.ts} +3 -4
- package/dist/hooks/useDocumentTitle/useDocumentTitle.d.ts.map +1 -0
- package/dist/hooks/useFocusManagement/index.d.ts +2 -0
- package/dist/hooks/useFocusManagement/index.d.ts.map +1 -0
- package/dist/hooks/{useFocusManagement.d.ts → useFocusManagement/useFocusManagement.d.ts} +3 -5
- package/dist/hooks/useFocusManagement/useFocusManagement.d.ts.map +1 -0
- package/dist/hooks/useHover/index.d.ts +2 -0
- package/dist/hooks/useHover/index.d.ts.map +1 -0
- package/dist/hooks/{useHover.d.ts → useHover/useHover.d.ts} +3 -5
- package/dist/hooks/useHover/useHover.d.ts.map +1 -0
- package/dist/hooks/useInView/index.d.ts +2 -0
- package/dist/hooks/useInView/index.d.ts.map +1 -0
- package/dist/hooks/{useInView.d.ts → useInView/useInView.d.ts} +4 -6
- package/dist/hooks/useInView/useInView.d.ts.map +1 -0
- package/dist/hooks/useIntersectionObserver/index.d.ts +2 -0
- package/dist/hooks/useIntersectionObserver/index.d.ts.map +1 -0
- package/dist/hooks/{useIntersectionObserver.d.ts → useIntersectionObserver/useIntersectionObserver.d.ts} +4 -6
- package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
- package/dist/hooks/useIsMounted/index.d.ts +2 -0
- package/dist/hooks/useIsMounted/index.d.ts.map +1 -0
- package/dist/hooks/{useIsMounted.d.ts → useIsMounted/useIsMounted.d.ts} +2 -3
- package/dist/hooks/useIsMounted/useIsMounted.d.ts.map +1 -0
- package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts +2 -0
- package/dist/hooks/useIsomorphicLayoutEffect/index.d.ts.map +1 -0
- package/dist/hooks/{useIsomorphicLayoutEffect.d.ts → useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts} +3 -5
- package/dist/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts.map +1 -0
- package/dist/hooks/useLocalStorage/index.d.ts +2 -0
- package/dist/hooks/useLocalStorage/index.d.ts.map +1 -0
- package/dist/hooks/{useLocalStorage.d.ts → useLocalStorage/useLocalStorage.d.ts} +3 -4
- package/dist/hooks/useLocalStorage/useLocalStorage.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery/index.d.ts +2 -0
- package/dist/hooks/useMediaQuery/index.d.ts.map +1 -0
- package/dist/hooks/{useMediaQuery.d.ts → useMediaQuery/useMediaQuery.d.ts} +2 -3
- package/dist/hooks/useMediaQuery/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/useNetworkStatus/index.d.ts +2 -0
- package/dist/hooks/useNetworkStatus/index.d.ts.map +1 -0
- package/dist/hooks/{useNetworkStatus.d.ts → useNetworkStatus/useNetworkStatus.d.ts} +2 -3
- package/dist/hooks/useNetworkStatus/useNetworkStatus.d.ts.map +1 -0
- package/dist/hooks/usePageVisibility/index.d.ts +2 -0
- package/dist/hooks/usePageVisibility/index.d.ts.map +1 -0
- package/dist/hooks/{usePageVisibility.d.ts → usePageVisibility/usePageVisibility.d.ts} +2 -3
- package/dist/hooks/usePageVisibility/usePageVisibility.d.ts.map +1 -0
- package/dist/hooks/usePagination/index.d.ts +2 -0
- package/dist/hooks/usePagination/index.d.ts.map +1 -0
- package/dist/hooks/usePagination/usePagination.d.ts +30 -0
- package/dist/hooks/usePagination/usePagination.d.ts.map +1 -0
- package/dist/hooks/usePrefersColorScheme/index.d.ts +2 -0
- package/dist/hooks/usePrefersColorScheme/index.d.ts.map +1 -0
- package/dist/hooks/{usePrefersColorScheme.d.ts → usePrefersColorScheme/usePrefersColorScheme.d.ts} +3 -4
- package/dist/hooks/usePrefersColorScheme/usePrefersColorScheme.d.ts.map +1 -0
- package/dist/hooks/usePrefersReducedMotion/index.d.ts +2 -0
- package/dist/hooks/usePrefersReducedMotion/index.d.ts.map +1 -0
- package/dist/hooks/{usePrefersReducedMotion.d.ts → usePrefersReducedMotion/usePrefersReducedMotion.d.ts} +2 -3
- package/dist/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts.map +1 -0
- package/dist/hooks/useResizeObserver/index.d.ts +2 -0
- package/dist/hooks/useResizeObserver/index.d.ts.map +1 -0
- package/dist/hooks/{useResizeObserver.d.ts → useResizeObserver/useResizeObserver.d.ts} +5 -7
- package/dist/hooks/useResizeObserver/useResizeObserver.d.ts.map +1 -0
- package/dist/hooks/useSessionStorage/index.d.ts +2 -0
- package/dist/hooks/useSessionStorage/index.d.ts.map +1 -0
- package/dist/hooks/{useSessionStorage.d.ts → useSessionStorage/useSessionStorage.d.ts} +3 -4
- package/dist/hooks/useSessionStorage/useSessionStorage.d.ts.map +1 -0
- package/dist/hooks/useThrottledCallback/index.d.ts +2 -0
- package/dist/hooks/useThrottledCallback/index.d.ts.map +1 -0
- package/dist/hooks/{useThrottledCallback.d.ts → useThrottledCallback/useThrottledCallback.d.ts} +2 -3
- package/dist/hooks/useThrottledCallback/useThrottledCallback.d.ts.map +1 -0
- package/dist/hooks/useToggle/index.d.ts +2 -0
- package/dist/hooks/useToggle/index.d.ts.map +1 -0
- package/dist/hooks/{useToggle.d.ts → useToggle/useToggle.d.ts} +2 -3
- package/dist/hooks/useToggle/useToggle.d.ts.map +1 -0
- package/dist/hooks/useWindowSize/index.d.ts +2 -0
- package/dist/hooks/useWindowSize/index.d.ts.map +1 -0
- package/dist/hooks/{useWindowSize.d.ts → useWindowSize/useWindowSize.d.ts} +3 -4
- package/dist/hooks/useWindowSize/useWindowSize.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +6 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/ui/accordion/accordion-base.d.ts +20 -0
- package/dist/ui/accordion/accordion-base.d.ts.map +1 -0
- package/dist/ui/accordion/accordion.d.ts +8 -0
- package/dist/ui/accordion/accordion.d.ts.map +1 -0
- package/dist/ui/accordion/animated/accordion-content-animated.d.ts +6 -0
- package/dist/ui/accordion/animated/accordion-content-animated.d.ts.map +1 -0
- package/dist/ui/accordion/animated/accordion-root-animated.d.ts +6 -0
- package/dist/ui/accordion/animated/accordion-root-animated.d.ts.map +1 -0
- package/dist/ui/accordion/animated/animations.d.ts +6 -0
- package/dist/ui/accordion/animated/animations.d.ts.map +1 -0
- package/dist/ui/accordion/animated/index.d.ts +6 -0
- package/dist/ui/accordion/animated/index.d.ts.map +1 -0
- package/dist/ui/accordion/animated/types.d.ts +6 -0
- package/dist/ui/accordion/animated/types.d.ts.map +1 -0
- package/dist/ui/accordion/index.d.ts +5 -0
- package/dist/ui/accordion/index.d.ts.map +1 -0
- package/dist/ui/accordion/types.d.ts +39 -0
- package/dist/ui/accordion/types.d.ts.map +1 -0
- package/dist/ui/accordion/variants.d.ts +14 -0
- package/dist/ui/accordion/variants.d.ts.map +1 -0
- package/dist/ui/alert/alert-base.d.ts +28 -0
- package/dist/ui/alert/alert-base.d.ts.map +1 -0
- package/dist/ui/alert/alert.d.ts +6 -0
- package/dist/ui/alert/alert.d.ts.map +1 -0
- package/dist/ui/alert/animated/alert-animated.d.ts +3 -0
- package/dist/ui/alert/animated/alert-animated.d.ts.map +1 -0
- package/dist/ui/alert/animated/animations.d.ts +3 -0
- package/dist/ui/alert/animated/animations.d.ts.map +1 -0
- package/dist/ui/alert/animated/index.d.ts +4 -0
- package/dist/ui/alert/animated/index.d.ts.map +1 -0
- package/dist/ui/alert/animated/types.d.ts +8 -0
- package/dist/ui/alert/animated/types.d.ts.map +1 -0
- package/dist/ui/alert/index.d.ts +5 -0
- package/dist/ui/alert/index.d.ts.map +1 -0
- package/dist/ui/alert/types.d.ts +21 -0
- package/dist/ui/alert/types.d.ts.map +1 -0
- package/dist/ui/alert/variants.d.ts +11 -0
- package/dist/ui/alert/variants.d.ts.map +1 -0
- package/dist/ui/avatar/animated/animations.d.ts +3 -0
- package/dist/ui/avatar/animated/animations.d.ts.map +1 -0
- package/dist/ui/avatar/animated/avatar-animated.d.ts +6 -0
- package/dist/ui/avatar/animated/avatar-animated.d.ts.map +1 -0
- package/dist/ui/avatar/animated/index.d.ts +5 -0
- package/dist/ui/avatar/animated/index.d.ts.map +1 -0
- package/dist/ui/avatar/animated/types.d.ts +8 -0
- package/dist/ui/avatar/animated/types.d.ts.map +1 -0
- package/dist/ui/avatar/avatar-base.d.ts +25 -0
- package/dist/ui/avatar/avatar-base.d.ts.map +1 -0
- package/dist/ui/avatar/avatar.d.ts +8 -0
- package/dist/ui/avatar/avatar.d.ts.map +1 -0
- package/dist/ui/avatar/index.d.ts +5 -0
- package/dist/ui/avatar/index.d.ts.map +1 -0
- package/dist/ui/avatar/types.d.ts +25 -0
- package/dist/ui/avatar/types.d.ts.map +1 -0
- package/dist/ui/avatar/variants.d.ts +8 -0
- package/dist/ui/avatar/variants.d.ts.map +1 -0
- package/dist/ui/badge/animated/animations.d.ts +3 -0
- package/dist/ui/badge/animated/animations.d.ts.map +1 -0
- package/dist/ui/badge/animated/badge-animated.d.ts +6 -0
- package/dist/ui/badge/animated/badge-animated.d.ts.map +1 -0
- package/dist/ui/badge/animated/index.d.ts +4 -0
- package/dist/ui/badge/animated/index.d.ts.map +1 -0
- package/dist/ui/badge/animated/types.d.ts +10 -0
- package/dist/ui/badge/animated/types.d.ts.map +1 -0
- package/dist/ui/badge/badge-base.d.ts +6 -0
- package/dist/ui/badge/badge-base.d.ts.map +1 -0
- package/dist/ui/badge/badge.d.ts +6 -0
- package/dist/ui/badge/badge.d.ts.map +1 -0
- package/dist/ui/badge/index.d.ts +4 -0
- package/dist/ui/badge/index.d.ts.map +1 -0
- package/dist/ui/badge/types.d.ts +17 -0
- package/dist/ui/badge/types.d.ts.map +1 -0
- package/dist/ui/badge/variants.d.ts +40 -0
- package/dist/ui/badge/variants.d.ts.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb.d.ts +33 -0
- package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/ui/breadcrumb/index.d.ts +4 -0
- package/dist/ui/breadcrumb/index.d.ts.map +1 -0
- package/dist/ui/breadcrumb/types.d.ts +26 -0
- package/dist/ui/breadcrumb/types.d.ts.map +1 -0
- package/dist/ui/breadcrumb/variants.d.ts +11 -0
- package/dist/ui/breadcrumb/variants.d.ts.map +1 -0
- package/dist/ui/buttons/animated/animations.d.ts +3 -0
- package/dist/ui/buttons/animated/animations.d.ts.map +1 -0
- package/dist/ui/buttons/animated/button-animated.d.ts +6 -0
- package/dist/ui/buttons/animated/button-animated.d.ts.map +1 -0
- package/dist/ui/buttons/animated/index.d.ts +4 -0
- package/dist/ui/buttons/animated/index.d.ts.map +1 -0
- package/dist/ui/buttons/animated/types.d.ts +16 -0
- package/dist/ui/buttons/animated/types.d.ts.map +1 -0
- package/dist/ui/buttons/button-base.d.ts +6 -0
- package/dist/ui/buttons/button-base.d.ts.map +1 -0
- package/dist/ui/buttons/button.d.ts +6 -0
- package/dist/ui/buttons/button.d.ts.map +1 -0
- package/dist/ui/buttons/index.d.ts +4 -0
- package/dist/ui/buttons/index.d.ts.map +1 -0
- package/dist/ui/buttons/types.d.ts +10 -0
- package/dist/ui/buttons/types.d.ts.map +1 -0
- package/dist/{variants-Dd9pe-ov.d.mts → ui/buttons/variants.d.ts} +4 -7
- package/dist/ui/buttons/variants.d.ts.map +1 -0
- package/dist/ui/card/animated/animations.d.ts +7 -0
- package/dist/ui/card/animated/animations.d.ts.map +1 -0
- package/dist/ui/card/animated/card-animated.d.ts +6 -0
- package/dist/ui/card/animated/card-animated.d.ts.map +1 -0
- package/dist/ui/card/animated/index.d.ts +5 -0
- package/dist/ui/card/animated/index.d.ts.map +1 -0
- package/dist/ui/card/animated/types.d.ts +6 -0
- package/dist/ui/card/animated/types.d.ts.map +1 -0
- package/dist/ui/card/card-base.d.ts +26 -0
- package/dist/ui/card/card-base.d.ts.map +1 -0
- package/dist/ui/card/card.d.ts +6 -0
- package/dist/ui/card/card.d.ts.map +1 -0
- package/dist/ui/card/index.d.ts +5 -0
- package/dist/ui/card/index.d.ts.map +1 -0
- package/dist/ui/card/types.d.ts +29 -0
- package/dist/ui/card/types.d.ts.map +1 -0
- package/dist/ui/card/variants.d.ts +18 -0
- package/dist/ui/card/variants.d.ts.map +1 -0
- package/dist/ui/divider/animated/animations.d.ts +6 -0
- package/dist/ui/divider/animated/animations.d.ts.map +1 -0
- package/dist/ui/divider/animated/divider-animated.d.ts +6 -0
- package/dist/ui/divider/animated/divider-animated.d.ts.map +1 -0
- package/dist/ui/divider/animated/index.d.ts +3 -0
- package/dist/ui/divider/animated/index.d.ts.map +1 -0
- package/dist/ui/divider/animated/types.d.ts +8 -0
- package/dist/ui/divider/animated/types.d.ts.map +1 -0
- package/dist/ui/divider/divider-base.d.ts +6 -0
- package/dist/ui/divider/divider-base.d.ts.map +1 -0
- package/dist/ui/divider/divider.d.ts +6 -0
- package/dist/ui/divider/divider.d.ts.map +1 -0
- package/dist/ui/divider/index.d.ts +4 -0
- package/dist/ui/divider/index.d.ts.map +1 -0
- package/dist/ui/divider/types.d.ts +15 -0
- package/dist/ui/divider/types.d.ts.map +1 -0
- package/dist/ui/divider/variants.d.ts +14 -0
- package/dist/ui/divider/variants.d.ts.map +1 -0
- package/dist/ui/drawer/animated/animations.d.ts +3 -0
- package/dist/ui/drawer/animated/animations.d.ts.map +1 -0
- package/dist/ui/drawer/animated/drawer-content-animated.d.ts +6 -0
- package/dist/ui/drawer/animated/drawer-content-animated.d.ts.map +1 -0
- package/dist/ui/drawer/animated/index.d.ts +5 -0
- package/dist/ui/drawer/animated/index.d.ts.map +1 -0
- package/dist/ui/drawer/animated/types.d.ts +9 -0
- package/dist/ui/drawer/animated/types.d.ts.map +1 -0
- package/dist/ui/drawer/drawer-base.d.ts +35 -0
- package/dist/ui/drawer/drawer-base.d.ts.map +1 -0
- package/dist/ui/drawer/drawer.d.ts +2 -0
- package/dist/ui/drawer/drawer.d.ts.map +1 -0
- package/dist/ui/drawer/index.d.ts +4 -0
- package/dist/ui/drawer/index.d.ts.map +1 -0
- package/dist/ui/drawer/types.d.ts +33 -0
- package/dist/ui/drawer/types.d.ts.map +1 -0
- package/dist/ui/drawer/variants.d.ts +10 -0
- package/dist/ui/drawer/variants.d.ts.map +1 -0
- package/dist/ui/dropdown/dropdown.d.ts +6 -0
- package/dist/ui/dropdown/dropdown.d.ts.map +1 -0
- package/dist/ui/dropdown/index.d.ts +4 -0
- package/dist/ui/dropdown/index.d.ts.map +1 -0
- package/dist/ui/dropdown/types.d.ts +38 -0
- package/dist/ui/dropdown/types.d.ts.map +1 -0
- package/dist/ui/dropdown/variants.d.ts +12 -0
- package/dist/ui/dropdown/variants.d.ts.map +1 -0
- package/dist/ui/empty-state/animated/animations.d.ts +3 -0
- package/dist/ui/empty-state/animated/animations.d.ts.map +1 -0
- package/dist/ui/empty-state/animated/empty-state-animated.d.ts +6 -0
- package/dist/ui/empty-state/animated/empty-state-animated.d.ts.map +1 -0
- package/dist/ui/empty-state/animated/index.d.ts +4 -0
- package/dist/ui/empty-state/animated/index.d.ts.map +1 -0
- package/dist/ui/empty-state/animated/types.d.ts +14 -0
- package/dist/ui/empty-state/animated/types.d.ts.map +1 -0
- package/dist/ui/empty-state/empty-state-base.d.ts +23 -0
- package/dist/ui/empty-state/empty-state-base.d.ts.map +1 -0
- package/dist/ui/empty-state/empty-state.d.ts +6 -0
- package/dist/ui/empty-state/empty-state.d.ts.map +1 -0
- package/dist/ui/empty-state/index.d.ts +5 -0
- package/dist/ui/empty-state/index.d.ts.map +1 -0
- package/dist/ui/empty-state/types.d.ts +15 -0
- package/dist/ui/empty-state/types.d.ts.map +1 -0
- package/dist/ui/empty-state/variants.d.ts +12 -0
- package/dist/ui/empty-state/variants.d.ts.map +1 -0
- package/dist/ui/file-upload/file-upload.d.ts +8 -0
- package/dist/ui/file-upload/file-upload.d.ts.map +1 -0
- package/dist/ui/file-upload/index.d.ts +4 -0
- package/dist/ui/file-upload/index.d.ts.map +1 -0
- package/dist/ui/file-upload/types.d.ts +18 -0
- package/dist/ui/file-upload/types.d.ts.map +1 -0
- package/dist/ui/file-upload/variants.d.ts +4 -0
- package/dist/ui/file-upload/variants.d.ts.map +1 -0
- package/dist/ui/inputs/animated/animations.d.ts +3 -0
- package/dist/ui/inputs/animated/animations.d.ts.map +1 -0
- package/dist/ui/inputs/animated/index.d.ts +4 -0
- package/dist/ui/inputs/animated/index.d.ts.map +1 -0
- package/dist/ui/inputs/animated/input-animated.d.ts +6 -0
- package/dist/ui/inputs/animated/input-animated.d.ts.map +1 -0
- package/dist/ui/inputs/animated/types.d.ts +16 -0
- package/dist/ui/inputs/animated/types.d.ts.map +1 -0
- package/dist/ui/inputs/index.d.ts +4 -0
- package/dist/ui/inputs/index.d.ts.map +1 -0
- package/dist/ui/inputs/input-base.d.ts +6 -0
- package/dist/ui/inputs/input-base.d.ts.map +1 -0
- package/dist/ui/inputs/input.d.ts +6 -0
- package/dist/ui/inputs/input.d.ts.map +1 -0
- package/dist/ui/inputs/types.d.ts +12 -0
- package/dist/ui/inputs/types.d.ts.map +1 -0
- package/dist/ui/inputs/variants.d.ts +7 -0
- package/dist/ui/inputs/variants.d.ts.map +1 -0
- package/dist/ui/modal/animated/animations.d.ts +3 -0
- package/dist/ui/modal/animated/animations.d.ts.map +1 -0
- package/dist/ui/modal/animated/index.d.ts +4 -0
- package/dist/ui/modal/animated/index.d.ts.map +1 -0
- package/dist/ui/modal/animated/modal-content-animated.d.ts +6 -0
- package/dist/ui/modal/animated/modal-content-animated.d.ts.map +1 -0
- package/dist/ui/modal/animated/types.d.ts +9 -0
- package/dist/ui/modal/animated/types.d.ts.map +1 -0
- package/dist/ui/modal/index.d.ts +5 -0
- package/dist/ui/modal/index.d.ts.map +1 -0
- package/dist/ui/modal/modal-base.d.ts +47 -0
- package/dist/ui/modal/modal-base.d.ts.map +1 -0
- package/dist/ui/modal/modal.d.ts +6 -0
- package/dist/ui/modal/modal.d.ts.map +1 -0
- package/dist/ui/modal/types.d.ts +26 -0
- package/dist/ui/modal/types.d.ts.map +1 -0
- package/dist/ui/modal/variants.d.ts +10 -0
- package/dist/ui/modal/variants.d.ts.map +1 -0
- package/dist/ui/pagination/index.d.ts +5 -0
- package/dist/ui/pagination/index.d.ts.map +1 -0
- package/dist/ui/pagination/pagination.d.ts +17 -0
- package/dist/ui/pagination/pagination.d.ts.map +1 -0
- package/dist/ui/pagination/types.d.ts +56 -0
- package/dist/ui/pagination/types.d.ts.map +1 -0
- package/dist/ui/pagination/variants.d.ts +12 -0
- package/dist/ui/pagination/variants.d.ts.map +1 -0
- package/dist/ui/progress/animated/animations.d.ts +3 -0
- package/dist/ui/progress/animated/animations.d.ts.map +1 -0
- package/dist/ui/progress/animated/index.d.ts +4 -0
- package/dist/ui/progress/animated/index.d.ts.map +1 -0
- package/dist/ui/progress/animated/progress-animated.d.ts +16 -0
- package/dist/ui/progress/animated/progress-animated.d.ts.map +1 -0
- package/dist/ui/progress/animated/types.d.ts +23 -0
- package/dist/ui/progress/animated/types.d.ts.map +1 -0
- package/dist/ui/progress/index.d.ts +5 -0
- package/dist/ui/progress/index.d.ts.map +1 -0
- package/dist/ui/progress/progress-base.d.ts +23 -0
- package/dist/ui/progress/progress-base.d.ts.map +1 -0
- package/dist/ui/progress/progress.d.ts +6 -0
- package/dist/ui/progress/progress.d.ts.map +1 -0
- package/dist/ui/progress/types.d.ts +28 -0
- package/dist/ui/progress/types.d.ts.map +1 -0
- package/dist/ui/progress/variants.d.ts +15 -0
- package/dist/ui/progress/variants.d.ts.map +1 -0
- package/dist/ui/select/index.d.ts +4 -0
- package/dist/ui/select/index.d.ts.map +1 -0
- package/dist/ui/select/select.d.ts +10 -0
- package/dist/ui/select/select.d.ts.map +1 -0
- package/dist/ui/select/types.d.ts +48 -0
- package/dist/ui/select/types.d.ts.map +1 -0
- package/dist/ui/select/variants.d.ts +14 -0
- package/dist/ui/select/variants.d.ts.map +1 -0
- package/dist/ui/skeleton/animated/animations.d.ts +3 -0
- package/dist/ui/skeleton/animated/animations.d.ts.map +1 -0
- package/dist/ui/skeleton/animated/index.d.ts +4 -0
- package/dist/ui/skeleton/animated/index.d.ts.map +1 -0
- package/dist/ui/skeleton/animated/skeleton-animated.d.ts +22 -0
- package/dist/ui/skeleton/animated/skeleton-animated.d.ts.map +1 -0
- package/dist/ui/skeleton/animated/types.d.ts +30 -0
- package/dist/ui/skeleton/animated/types.d.ts.map +1 -0
- package/dist/ui/skeleton/index.d.ts +5 -0
- package/dist/ui/skeleton/index.d.ts.map +1 -0
- package/dist/ui/skeleton/skeleton-base.d.ts +24 -0
- package/dist/ui/skeleton/skeleton-base.d.ts.map +1 -0
- package/dist/ui/skeleton/skeleton.d.ts +2 -0
- package/dist/ui/skeleton/skeleton.d.ts.map +1 -0
- package/dist/ui/skeleton/types.d.ts +23 -0
- package/dist/ui/skeleton/types.d.ts.map +1 -0
- package/dist/{types-CK_vNRIb.d.mts → ui/skeleton/variants.d.ts} +9 -34
- package/dist/ui/skeleton/variants.d.ts.map +1 -0
- package/dist/ui/slider/index.d.ts +4 -0
- package/dist/ui/slider/index.d.ts.map +1 -0
- package/dist/ui/slider/slider.d.ts +33 -0
- package/dist/ui/slider/slider.d.ts.map +1 -0
- package/dist/ui/slider/types.d.ts +49 -0
- package/dist/ui/slider/types.d.ts.map +1 -0
- package/dist/ui/slider/variants.d.ts +13 -0
- package/dist/ui/slider/variants.d.ts.map +1 -0
- package/dist/ui/spinner/animated/index.d.ts +4 -0
- package/dist/ui/spinner/animated/index.d.ts.map +1 -0
- package/dist/ui/spinner/animated/spinner.d.ts +6 -0
- package/dist/ui/spinner/animated/spinner.d.ts.map +1 -0
- package/dist/ui/spinner/animated/types.d.ts +9 -0
- package/dist/ui/spinner/animated/types.d.ts.map +1 -0
- package/dist/ui/spinner/animated/variants.d.ts +6 -0
- package/dist/ui/spinner/animated/variants.d.ts.map +1 -0
- package/dist/ui/stepper/index.d.ts +4 -0
- package/dist/ui/stepper/index.d.ts.map +1 -0
- package/dist/ui/stepper/stepper.d.ts +33 -0
- package/dist/ui/stepper/stepper.d.ts.map +1 -0
- package/dist/ui/stepper/types.d.ts +25 -0
- package/dist/ui/stepper/types.d.ts.map +1 -0
- package/dist/ui/stepper/variants.d.ts +11 -0
- package/dist/ui/stepper/variants.d.ts.map +1 -0
- package/dist/ui/table/animated/animations.d.ts +3 -0
- package/dist/ui/table/animated/animations.d.ts.map +1 -0
- package/dist/ui/table/animated/index.d.ts +5 -0
- package/dist/ui/table/animated/index.d.ts.map +1 -0
- package/dist/ui/table/animated/table-animated.d.ts +5 -0
- package/dist/ui/table/animated/table-animated.d.ts.map +1 -0
- package/dist/ui/table/animated/types.d.ts +8 -0
- package/dist/ui/table/animated/types.d.ts.map +1 -0
- package/dist/ui/table/index.d.ts +4 -0
- package/dist/ui/table/index.d.ts.map +1 -0
- package/dist/ui/table/table-base.d.ts +38 -0
- package/dist/ui/table/table-base.d.ts.map +1 -0
- package/dist/ui/table/table.d.ts +2 -0
- package/dist/ui/table/table.d.ts.map +1 -0
- package/dist/ui/table/types.d.ts +33 -0
- package/dist/ui/table/types.d.ts.map +1 -0
- package/dist/ui/table/variants.d.ts +14 -0
- package/dist/ui/table/variants.d.ts.map +1 -0
- package/dist/ui/tabs/animated/animations.d.ts +5 -0
- package/dist/ui/tabs/animated/animations.d.ts.map +1 -0
- package/dist/ui/tabs/animated/index.d.ts +4 -0
- package/dist/ui/tabs/animated/index.d.ts.map +1 -0
- package/dist/ui/tabs/animated/tabs-content-animated.d.ts +6 -0
- package/dist/ui/tabs/animated/tabs-content-animated.d.ts.map +1 -0
- package/dist/ui/tabs/animated/types.d.ts +14 -0
- package/dist/ui/tabs/animated/types.d.ts.map +1 -0
- package/dist/ui/tabs/index.d.ts +4 -0
- package/dist/ui/tabs/index.d.ts.map +1 -0
- package/dist/ui/tabs/tabs-base.d.ts +8 -0
- package/dist/ui/tabs/tabs-base.d.ts.map +1 -0
- package/dist/ui/tabs/tabs.d.ts +2 -0
- package/dist/ui/tabs/tabs.d.ts.map +1 -0
- package/dist/{types-zHcMUtKK.d.mts → ui/tabs/types.d.ts} +8 -10
- package/dist/ui/tabs/types.d.ts.map +1 -0
- package/dist/ui/tabs/variants.d.ts +11 -0
- package/dist/ui/tabs/variants.d.ts.map +1 -0
- package/dist/ui/toast/animated/animations.d.ts +3 -0
- package/dist/ui/toast/animated/animations.d.ts.map +1 -0
- package/dist/ui/toast/animated/index.d.ts +4 -0
- package/dist/ui/toast/animated/index.d.ts.map +1 -0
- package/dist/ui/toast/animated/toast-animated.d.ts +10 -0
- package/dist/ui/toast/animated/toast-animated.d.ts.map +1 -0
- package/dist/ui/toast/animated/types.d.ts +5 -0
- package/dist/ui/toast/animated/types.d.ts.map +1 -0
- package/dist/ui/toast/index.d.ts +4 -0
- package/dist/ui/toast/index.d.ts.map +1 -0
- package/dist/ui/toast/toast-base.d.ts +35 -0
- package/dist/ui/toast/toast-base.d.ts.map +1 -0
- package/dist/ui/toast/toast.d.ts +2 -0
- package/dist/ui/toast/toast.d.ts.map +1 -0
- package/dist/ui/toast/types.d.ts +45 -0
- package/dist/ui/toast/types.d.ts.map +1 -0
- package/dist/ui/toast/variants.d.ts +8 -0
- package/dist/ui/toast/variants.d.ts.map +1 -0
- package/dist/ui/toggle/animated/animations.d.ts +3 -0
- package/dist/ui/toggle/animated/animations.d.ts.map +1 -0
- package/dist/ui/toggle/animated/index.d.ts +4 -0
- package/dist/ui/toggle/animated/index.d.ts.map +1 -0
- package/dist/ui/toggle/animated/toggle-animated.d.ts +6 -0
- package/dist/ui/toggle/animated/toggle-animated.d.ts.map +1 -0
- package/dist/ui/toggle/animated/types.d.ts +9 -0
- package/dist/ui/toggle/animated/types.d.ts.map +1 -0
- package/dist/ui/toggle/index.d.ts +4 -0
- package/dist/ui/toggle/index.d.ts.map +1 -0
- package/dist/ui/toggle/toggle-base.d.ts +6 -0
- package/dist/ui/toggle/toggle-base.d.ts.map +1 -0
- package/dist/ui/toggle/toggle.d.ts +6 -0
- package/dist/ui/toggle/toggle.d.ts.map +1 -0
- package/dist/ui/toggle/types.d.ts +14 -0
- package/dist/ui/toggle/types.d.ts.map +1 -0
- package/dist/ui/toggle/variants.d.ts +8 -0
- package/dist/ui/toggle/variants.d.ts.map +1 -0
- package/dist/ui/tooltip/animated/animations.d.ts +3 -0
- package/dist/ui/tooltip/animated/animations.d.ts.map +1 -0
- package/dist/ui/tooltip/animated/index.d.ts +4 -0
- package/dist/ui/tooltip/animated/index.d.ts.map +1 -0
- package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts +3 -0
- package/dist/ui/tooltip/animated/tooltip-content-animated.d.ts.map +1 -0
- package/dist/ui/tooltip/animated/types.d.ts +9 -0
- package/dist/ui/tooltip/animated/types.d.ts.map +1 -0
- package/dist/ui/tooltip/index.d.ts +4 -0
- package/dist/ui/tooltip/index.d.ts.map +1 -0
- package/dist/ui/tooltip/tooltip-base.d.ts +7 -0
- package/dist/ui/tooltip/tooltip-base.d.ts.map +1 -0
- package/dist/ui/tooltip/tooltip.d.ts +2 -0
- package/dist/ui/tooltip/tooltip.d.ts.map +1 -0
- package/dist/{types-Cn7IcgkH.d.mts → ui/tooltip/types.d.ts} +7 -9
- package/dist/ui/tooltip/types.d.ts.map +1 -0
- package/dist/ui/tooltip/variants.d.ts +6 -0
- package/dist/ui/tooltip/variants.d.ts.map +1 -0
- package/dist/vitest-setup.d.ts +2 -0
- package/dist/vitest-setup.d.ts.map +1 -0
- package/package.json +12 -5
- package/dist/accordion-base-qVomr7f_.d.mts +0 -66
- package/dist/accordion-base-qVomr7f_.d.ts +0 -66
- package/dist/avatar-base-s4dYg-24.d.mts +0 -49
- package/dist/avatar-base-s4dYg-24.d.ts +0 -49
- package/dist/card-base-CIGac8D_.d.mts +0 -70
- package/dist/card-base-CIGac8D_.d.ts +0 -70
- package/dist/hooks/useBodyScrollLock.d.mts +0 -14
- package/dist/hooks/useClickOutside.d.mts +0 -23
- package/dist/hooks/useClipboard.d.mts +0 -22
- package/dist/hooks/useControllableState.d.mts +0 -22
- package/dist/hooks/useDebouncedValue.d.mts +0 -14
- package/dist/hooks/useDisclosure.d.mts +0 -25
- package/dist/hooks/useDocumentTitle.d.mts +0 -19
- package/dist/hooks/useFocusManagement.d.mts +0 -24
- package/dist/hooks/useHover.d.mts +0 -15
- package/dist/hooks/useInView.d.mts +0 -19
- package/dist/hooks/useIntersectionObserver.d.mts +0 -19
- package/dist/hooks/useIsMounted.d.mts +0 -11
- package/dist/hooks/useIsomorphicLayoutEffect.d.mts +0 -11
- package/dist/hooks/useLocalStorage.d.mts +0 -22
- package/dist/hooks/useMediaQuery.d.mts +0 -13
- package/dist/hooks/useNetworkStatus.d.mts +0 -10
- package/dist/hooks/usePageVisibility.d.mts +0 -10
- package/dist/hooks/usePagination.d.mts +0 -5
- package/dist/hooks/usePagination.d.ts +0 -5
- package/dist/hooks/usePrefersColorScheme.d.mts +0 -10
- package/dist/hooks/usePrefersReducedMotion.d.mts +0 -10
- package/dist/hooks/useResizeObserver.d.mts +0 -23
- package/dist/hooks/useSessionStorage.d.mts +0 -22
- package/dist/hooks/useThrottledCallback.d.mts +0 -14
- package/dist/hooks/useToggle.d.mts +0 -9
- package/dist/hooks/useWindowSize.d.mts +0 -14
- package/dist/hooks/utils.d.mts +0 -8
- package/dist/hooks/utils.d.ts +0 -8
- package/dist/index-ClPu5gDp.d.ts +0 -86
- package/dist/index-D4p9fn1o.d.mts +0 -86
- package/dist/progress-base-Cm1JODYA.d.mts +0 -66
- package/dist/progress-base-Cm1JODYA.d.ts +0 -66
- package/dist/types-C7N9UvRm.d.mts +0 -38
- package/dist/types-C7N9UvRm.d.ts +0 -38
- package/dist/types-CFpwSbpK.d.mts +0 -27
- package/dist/types-CFpwSbpK.d.ts +0 -27
- package/dist/types-CK_vNRIb.d.ts +0 -63
- package/dist/types-Ca3t5aC_.d.mts +0 -31
- package/dist/types-Ca3t5aC_.d.ts +0 -31
- package/dist/types-Cn7IcgkH.d.ts +0 -32
- package/dist/types-CtFK7mFE.d.mts +0 -34
- package/dist/types-CtFK7mFE.d.ts +0 -34
- package/dist/types-DMkTQsWg.d.mts +0 -46
- package/dist/types-DMkTQsWg.d.ts +0 -46
- package/dist/types-DN400jNg.d.mts +0 -28
- package/dist/types-DN400jNg.d.ts +0 -28
- package/dist/types-vcZcRc6w.d.mts +0 -24
- package/dist/types-vcZcRc6w.d.ts +0 -24
- package/dist/types-zHcMUtKK.d.ts +0 -42
- package/dist/ui/accordion/animated.d.mts +0 -24
- package/dist/ui/accordion/animated.d.ts +0 -24
- package/dist/ui/accordion.d.mts +0 -14
- package/dist/ui/accordion.d.ts +0 -14
- package/dist/ui/alert/animated.d.mts +0 -18
- package/dist/ui/alert/animated.d.ts +0 -18
- package/dist/ui/alert.d.mts +0 -36
- package/dist/ui/alert.d.ts +0 -36
- package/dist/ui/avatar/animated.d.mts +0 -22
- package/dist/ui/avatar/animated.d.ts +0 -22
- package/dist/ui/avatar.d.mts +0 -13
- package/dist/ui/avatar.d.ts +0 -13
- package/dist/ui/badge/animated.d.mts +0 -22
- package/dist/ui/badge/animated.d.ts +0 -22
- package/dist/ui/badge.d.mts +0 -13
- package/dist/ui/badge.d.ts +0 -13
- package/dist/ui/breadcrumb.d.mts +0 -71
- package/dist/ui/breadcrumb.d.ts +0 -71
- package/dist/ui/buttons/animated.d.mts +0 -27
- package/dist/ui/buttons/animated.d.ts +0 -27
- package/dist/ui/buttons.d.mts +0 -19
- package/dist/ui/buttons.d.ts +0 -19
- package/dist/ui/card/animated.d.mts +0 -23
- package/dist/ui/card/animated.d.ts +0 -23
- package/dist/ui/card.d.mts +0 -13
- package/dist/ui/card.d.ts +0 -13
- package/dist/ui/divider/animated.d.mts +0 -19
- package/dist/ui/divider/animated.d.ts +0 -19
- package/dist/ui/divider.d.mts +0 -13
- package/dist/ui/divider.d.ts +0 -13
- package/dist/ui/drawer/animated.d.mts +0 -23
- package/dist/ui/drawer/animated.d.ts +0 -23
- package/dist/ui/drawer.d.mts +0 -80
- package/dist/ui/drawer.d.ts +0 -80
- package/dist/ui/dropdown.d.mts +0 -50
- package/dist/ui/dropdown.d.ts +0 -50
- package/dist/ui/empty-state/animated.d.mts +0 -24
- package/dist/ui/empty-state/animated.d.ts +0 -24
- package/dist/ui/empty-state.d.mts +0 -34
- package/dist/ui/empty-state.d.ts +0 -34
- package/dist/ui/file-upload.d.mts +0 -32
- package/dist/ui/file-upload.d.ts +0 -32
- package/dist/ui/inputs/animated.d.mts +0 -27
- package/dist/ui/inputs/animated.d.ts +0 -27
- package/dist/ui/inputs.d.mts +0 -21
- package/dist/ui/inputs.d.ts +0 -21
- package/dist/ui/modal/animated.d.mts +0 -21
- package/dist/ui/modal/animated.d.ts +0 -21
- package/dist/ui/modal.d.mts +0 -46
- package/dist/ui/modal.d.ts +0 -46
- package/dist/ui/pagination.d.mts +0 -36
- package/dist/ui/pagination.d.ts +0 -36
- package/dist/ui/progress/animated.d.mts +0 -41
- package/dist/ui/progress/animated.d.ts +0 -41
- package/dist/ui/progress.d.mts +0 -13
- package/dist/ui/progress.d.ts +0 -13
- package/dist/ui/select.d.mts +0 -73
- package/dist/ui/select.d.ts +0 -73
- package/dist/ui/skeleton/animated.d.mts +0 -56
- package/dist/ui/skeleton/animated.d.ts +0 -56
- package/dist/ui/skeleton.d.mts +0 -29
- package/dist/ui/skeleton.d.ts +0 -29
- package/dist/ui/slider.d.mts +0 -83
- package/dist/ui/slider.d.ts +0 -83
- package/dist/ui/spinner/animated.d.mts +0 -22
- package/dist/ui/spinner/animated.d.ts +0 -22
- package/dist/ui/stepper.d.mts +0 -64
- package/dist/ui/stepper.d.ts +0 -64
- package/dist/ui/table/animated.d.mts +0 -21
- package/dist/ui/table/animated.d.ts +0 -21
- package/dist/ui/table.d.mts +0 -87
- package/dist/ui/table.d.ts +0 -87
- package/dist/ui/tabs/animated.d.mts +0 -25
- package/dist/ui/tabs/animated.d.ts +0 -25
- package/dist/ui/tabs.d.mts +0 -24
- package/dist/ui/tabs.d.ts +0 -24
- package/dist/ui/toast/animated.d.mts +0 -23
- package/dist/ui/toast/animated.d.ts +0 -23
- package/dist/ui/toast.d.mts +0 -41
- package/dist/ui/toast.d.ts +0 -41
- package/dist/ui/toggle/animated.d.mts +0 -22
- package/dist/ui/toggle/animated.d.ts +0 -22
- package/dist/ui/toggle.d.mts +0 -13
- package/dist/ui/toggle.d.ts +0 -13
- package/dist/ui/tooltip/animated.d.mts +0 -17
- package/dist/ui/tooltip/animated.d.ts +0 -17
- package/dist/ui/tooltip.d.mts +0 -19
- package/dist/ui/tooltip.d.ts +0 -19
- package/dist/variants-CYODHI8b.d.mts +0 -10
- package/dist/variants-CYODHI8b.d.ts +0 -10
- package/dist/variants-Dd9pe-ov.d.ts +0 -8
package/dist/ui/buttons.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { ComponentPropsWithRef } from 'react';
|
|
4
|
-
import { b as buttonVariants } from '../variants-Dd9pe-ov.js';
|
|
5
|
-
import 'class-variance-authority/types';
|
|
6
|
-
|
|
7
|
-
type ButtonSharedStatic = VariantProps<typeof buttonVariants>;
|
|
8
|
-
type ButtonProps = (ButtonSharedStatic & ComponentPropsWithRef<"button"> & {
|
|
9
|
-
as?: "button";
|
|
10
|
-
}) | (ButtonSharedStatic & ComponentPropsWithRef<"a"> & {
|
|
11
|
-
as: "link";
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
declare const Button: {
|
|
15
|
-
(props: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export { Button, type ButtonProps, type ButtonSharedStatic, buttonVariants };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as CardBaseProps } from '../../card-base-CIGac8D_.mjs';
|
|
3
|
-
export { b as CardBody, c as CardDescription, e as CardFooter, f as CardHeader, h as CardTitle } from '../../card-base-CIGac8D_.mjs';
|
|
4
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
5
|
-
import 'class-variance-authority';
|
|
6
|
-
import 'react';
|
|
7
|
-
import 'class-variance-authority/types';
|
|
8
|
-
|
|
9
|
-
type CardAnimation = "none" | "lift" | "glow" | "tilt";
|
|
10
|
-
type CardAnimatedProps = Omit<CardBaseProps, "as"> & {
|
|
11
|
-
animation?: CardAnimation;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
declare function CardAnimated({ animation, ...props }: CardAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
15
|
-
declare namespace CardAnimated {
|
|
16
|
-
var displayName: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
type CardPresetMotionProps = Pick<HTMLMotionProps<"article">, "style" | "transition" | "whileHover" | "whileTap">;
|
|
20
|
-
type CardAnimationPresets = Record<CardAnimation, CardPresetMotionProps>;
|
|
21
|
-
declare const cardAnimationPresets: CardAnimationPresets;
|
|
22
|
-
|
|
23
|
-
export { CardAnimated, type CardAnimatedProps, cardAnimationPresets };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as CardBaseProps } from '../../card-base-CIGac8D_.js';
|
|
3
|
-
export { b as CardBody, c as CardDescription, e as CardFooter, f as CardHeader, h as CardTitle } from '../../card-base-CIGac8D_.js';
|
|
4
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
5
|
-
import 'class-variance-authority';
|
|
6
|
-
import 'react';
|
|
7
|
-
import 'class-variance-authority/types';
|
|
8
|
-
|
|
9
|
-
type CardAnimation = "none" | "lift" | "glow" | "tilt";
|
|
10
|
-
type CardAnimatedProps = Omit<CardBaseProps, "as"> & {
|
|
11
|
-
animation?: CardAnimation;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
declare function CardAnimated({ animation, ...props }: CardAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
15
|
-
declare namespace CardAnimated {
|
|
16
|
-
var displayName: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
type CardPresetMotionProps = Pick<HTMLMotionProps<"article">, "style" | "transition" | "whileHover" | "whileTap">;
|
|
20
|
-
type CardAnimationPresets = Record<CardAnimation, CardPresetMotionProps>;
|
|
21
|
-
declare const cardAnimationPresets: CardAnimationPresets;
|
|
22
|
-
|
|
23
|
-
export { CardAnimated, type CardAnimatedProps, cardAnimationPresets };
|
package/dist/ui/card.d.mts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as CardProps } from '../card-base-CIGac8D_.mjs';
|
|
3
|
-
export { a as CardBaseProps, b as CardBody, c as CardDescription, d as CardDescriptionProps, e as CardFooter, f as CardHeader, g as CardSectionProps, h as CardTitle, i as CardTitleProps, j as CardVariantProps, k as cardDescriptionVariants, l as cardFooterVariants, m as cardHeaderVariants, n as cardTitleVariants, o as cardVariants } from '../card-base-CIGac8D_.mjs';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function Card(props: CardProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace Card {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { Card, CardProps };
|
package/dist/ui/card.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as CardProps } from '../card-base-CIGac8D_.js';
|
|
3
|
-
export { a as CardBaseProps, b as CardBody, c as CardDescription, d as CardDescriptionProps, e as CardFooter, f as CardHeader, g as CardSectionProps, h as CardTitle, i as CardTitleProps, j as CardVariantProps, k as cardDescriptionVariants, l as cardFooterVariants, m as cardHeaderVariants, n as cardTitleVariants, o as cardVariants } from '../card-base-CIGac8D_.js';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function Card(props: CardProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace Card {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { Card, CardProps };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as DividerBaseProps } from '../../types-Ca3t5aC_.mjs';
|
|
3
|
-
import 'class-variance-authority';
|
|
4
|
-
import 'react';
|
|
5
|
-
import 'class-variance-authority/types';
|
|
6
|
-
|
|
7
|
-
type DividerAnimation = "none" | "expand" | "fade";
|
|
8
|
-
/** Motion `div` uses different handler types than React DOM drag/drop events. */
|
|
9
|
-
type DividerDomDragProps = "onDrag" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop";
|
|
10
|
-
type DividerAnimatedProps = Omit<DividerBaseProps, "as" | DividerDomDragProps> & {
|
|
11
|
-
animation?: DividerAnimation;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
declare const DividerAnimated: {
|
|
15
|
-
(props: DividerAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export { DividerAnimated, type DividerAnimatedProps, type DividerAnimation, type DividerDomDragProps };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as DividerBaseProps } from '../../types-Ca3t5aC_.js';
|
|
3
|
-
import 'class-variance-authority';
|
|
4
|
-
import 'react';
|
|
5
|
-
import 'class-variance-authority/types';
|
|
6
|
-
|
|
7
|
-
type DividerAnimation = "none" | "expand" | "fade";
|
|
8
|
-
/** Motion `div` uses different handler types than React DOM drag/drop events. */
|
|
9
|
-
type DividerDomDragProps = "onDrag" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDragStart" | "onDrop";
|
|
10
|
-
type DividerAnimatedProps = Omit<DividerBaseProps, "as" | DividerDomDragProps> & {
|
|
11
|
-
animation?: DividerAnimation;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
declare const DividerAnimated: {
|
|
15
|
-
(props: DividerAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export { DividerAnimated, type DividerAnimatedProps, type DividerAnimation, type DividerDomDragProps };
|
package/dist/ui/divider.d.mts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { D as DividerProps } from '../types-Ca3t5aC_.mjs';
|
|
3
|
-
export { a as DividerBaseProps, b as DividerVariantProps, d as dividerLabelVariants, c as dividerLineVariants, e as dividerToneVariants, f as dividerVariants } from '../types-Ca3t5aC_.mjs';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function Divider(props: DividerProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace Divider {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { Divider, DividerProps };
|
package/dist/ui/divider.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { D as DividerProps } from '../types-Ca3t5aC_.js';
|
|
3
|
-
export { a as DividerBaseProps, b as DividerVariantProps, d as dividerLabelVariants, c as dividerLineVariants, e as dividerToneVariants, f as dividerVariants } from '../types-Ca3t5aC_.js';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function Divider(props: DividerProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace Divider {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { Divider, DividerProps };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { DrawerContentProps } from '../drawer.mjs';
|
|
2
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from '../drawer.mjs';
|
|
3
|
-
import * as react from 'react';
|
|
4
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
5
|
-
import 'react/jsx-runtime';
|
|
6
|
-
import 'class-variance-authority';
|
|
7
|
-
import 'class-variance-authority/types';
|
|
8
|
-
|
|
9
|
-
type DrawerContentAnimatedProps = DrawerContentProps & {
|
|
10
|
-
animation?: DrawerAnimation;
|
|
11
|
-
};
|
|
12
|
-
type DrawerAnimation = "none" | "fade" | "scale" | "slide";
|
|
13
|
-
type DrawerPresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "exit" | "transition">;
|
|
14
|
-
type DrawerAnimationPresets = Record<DrawerAnimation, DrawerPresetMotionProps>;
|
|
15
|
-
|
|
16
|
-
declare function DrawerContentAnimated({ className, side, size, appearance, animation, children, ref, id, style, }: DrawerContentAnimatedProps): react.ReactPortal | null;
|
|
17
|
-
declare namespace DrawerContentAnimated {
|
|
18
|
-
var displayName: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
declare const drawerPanelPresets: (side: "left" | "right" | "top" | "bottom") => DrawerAnimationPresets;
|
|
22
|
-
|
|
23
|
-
export { type DrawerAnimation, type DrawerAnimationPresets, DrawerContentAnimated, type DrawerContentAnimatedProps, type DrawerPresetMotionProps, drawerPanelPresets };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { DrawerContentProps } from '../drawer.js';
|
|
2
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from '../drawer.js';
|
|
3
|
-
import * as react from 'react';
|
|
4
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
5
|
-
import 'react/jsx-runtime';
|
|
6
|
-
import 'class-variance-authority';
|
|
7
|
-
import 'class-variance-authority/types';
|
|
8
|
-
|
|
9
|
-
type DrawerContentAnimatedProps = DrawerContentProps & {
|
|
10
|
-
animation?: DrawerAnimation;
|
|
11
|
-
};
|
|
12
|
-
type DrawerAnimation = "none" | "fade" | "scale" | "slide";
|
|
13
|
-
type DrawerPresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "exit" | "transition">;
|
|
14
|
-
type DrawerAnimationPresets = Record<DrawerAnimation, DrawerPresetMotionProps>;
|
|
15
|
-
|
|
16
|
-
declare function DrawerContentAnimated({ className, side, size, appearance, animation, children, ref, id, style, }: DrawerContentAnimatedProps): react.ReactPortal | null;
|
|
17
|
-
declare namespace DrawerContentAnimated {
|
|
18
|
-
var displayName: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
declare const drawerPanelPresets: (side: "left" | "right" | "top" | "bottom") => DrawerAnimationPresets;
|
|
22
|
-
|
|
23
|
-
export { type DrawerAnimation, type DrawerAnimationPresets, DrawerContentAnimated, type DrawerContentAnimatedProps, type DrawerPresetMotionProps, drawerPanelPresets };
|
package/dist/ui/drawer.d.mts
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import * as react from 'react';
|
|
2
|
-
import { ReactNode, Ref, CSSProperties, RefObject, HTMLAttributes } from 'react';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
-
import { VariantProps } from 'class-variance-authority';
|
|
5
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
|
-
|
|
7
|
-
declare const drawerOverlayVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
8
|
-
declare const drawerTriggerVariants: (props?: ({
|
|
9
|
-
appearance?: "default" | "glass" | "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" | null | undefined;
|
|
10
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11
|
-
declare const drawerContentVariants: (props?: ({
|
|
12
|
-
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
13
|
-
size?: "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
|
|
14
|
-
appearance?: "default" | "glass" | "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" | null | undefined;
|
|
15
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
16
|
-
|
|
17
|
-
type DrawerContentVariantProps = VariantProps<typeof drawerContentVariants>;
|
|
18
|
-
type DrawerProps = {
|
|
19
|
-
open?: boolean;
|
|
20
|
-
defaultOpen?: boolean;
|
|
21
|
-
onOpenChange?: (open: boolean) => void;
|
|
22
|
-
children?: ReactNode;
|
|
23
|
-
};
|
|
24
|
-
type DrawerTriggerProps = HTMLAttributes<HTMLButtonElement> & {
|
|
25
|
-
ref?: Ref<HTMLButtonElement>;
|
|
26
|
-
appearance?: VariantProps<typeof drawerTriggerVariants>["appearance"];
|
|
27
|
-
};
|
|
28
|
-
type DrawerContentProps = DrawerContentVariantProps & {
|
|
29
|
-
className?: string;
|
|
30
|
-
children?: ReactNode;
|
|
31
|
-
ref?: Ref<HTMLDivElement>;
|
|
32
|
-
id?: string;
|
|
33
|
-
style?: CSSProperties;
|
|
34
|
-
};
|
|
35
|
-
type DrawerSectionProps = {
|
|
36
|
-
className?: string;
|
|
37
|
-
children?: ReactNode;
|
|
38
|
-
};
|
|
39
|
-
type DrawerCtx = {
|
|
40
|
-
open: boolean;
|
|
41
|
-
setOpen: (next: boolean) => void;
|
|
42
|
-
titleId: string;
|
|
43
|
-
descriptionId: string;
|
|
44
|
-
contentRef: RefObject<HTMLDivElement | null>;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
declare function Drawer({ open, defaultOpen, onOpenChange, children, }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
48
|
-
declare namespace Drawer {
|
|
49
|
-
var displayName: string;
|
|
50
|
-
}
|
|
51
|
-
declare function DrawerTrigger({ className, children, appearance, onClick, ref, ...rest }: DrawerTriggerProps): react_jsx_runtime.JSX.Element;
|
|
52
|
-
declare namespace DrawerTrigger {
|
|
53
|
-
var displayName: string;
|
|
54
|
-
}
|
|
55
|
-
declare function DrawerContent({ className, side, size, appearance, children, ref, id, style, }: DrawerContentProps): react.ReactPortal | null;
|
|
56
|
-
declare namespace DrawerContent {
|
|
57
|
-
var displayName: string;
|
|
58
|
-
}
|
|
59
|
-
declare function DrawerHeader({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
60
|
-
declare namespace DrawerHeader {
|
|
61
|
-
var displayName: string;
|
|
62
|
-
}
|
|
63
|
-
declare function DrawerBody({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
64
|
-
declare namespace DrawerBody {
|
|
65
|
-
var displayName: string;
|
|
66
|
-
}
|
|
67
|
-
declare function DrawerFooter({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
68
|
-
declare namespace DrawerFooter {
|
|
69
|
-
var displayName: string;
|
|
70
|
-
}
|
|
71
|
-
declare function DrawerTitle({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
72
|
-
declare namespace DrawerTitle {
|
|
73
|
-
var displayName: string;
|
|
74
|
-
}
|
|
75
|
-
declare function DrawerClose({ className, children, ...rest }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
76
|
-
declare namespace DrawerClose {
|
|
77
|
-
var displayName: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerContent, type DrawerContentProps, type DrawerContentVariantProps, type DrawerCtx, DrawerFooter, DrawerHeader, type DrawerProps, type DrawerSectionProps, DrawerTitle, DrawerTrigger, type DrawerTriggerProps, drawerContentVariants, drawerOverlayVariants };
|
package/dist/ui/drawer.d.ts
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import * as react from 'react';
|
|
2
|
-
import { ReactNode, Ref, CSSProperties, RefObject, HTMLAttributes } from 'react';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
-
import { VariantProps } from 'class-variance-authority';
|
|
5
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
|
-
|
|
7
|
-
declare const drawerOverlayVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
8
|
-
declare const drawerTriggerVariants: (props?: ({
|
|
9
|
-
appearance?: "default" | "glass" | "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" | null | undefined;
|
|
10
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11
|
-
declare const drawerContentVariants: (props?: ({
|
|
12
|
-
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
13
|
-
size?: "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
|
|
14
|
-
appearance?: "default" | "glass" | "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" | null | undefined;
|
|
15
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
16
|
-
|
|
17
|
-
type DrawerContentVariantProps = VariantProps<typeof drawerContentVariants>;
|
|
18
|
-
type DrawerProps = {
|
|
19
|
-
open?: boolean;
|
|
20
|
-
defaultOpen?: boolean;
|
|
21
|
-
onOpenChange?: (open: boolean) => void;
|
|
22
|
-
children?: ReactNode;
|
|
23
|
-
};
|
|
24
|
-
type DrawerTriggerProps = HTMLAttributes<HTMLButtonElement> & {
|
|
25
|
-
ref?: Ref<HTMLButtonElement>;
|
|
26
|
-
appearance?: VariantProps<typeof drawerTriggerVariants>["appearance"];
|
|
27
|
-
};
|
|
28
|
-
type DrawerContentProps = DrawerContentVariantProps & {
|
|
29
|
-
className?: string;
|
|
30
|
-
children?: ReactNode;
|
|
31
|
-
ref?: Ref<HTMLDivElement>;
|
|
32
|
-
id?: string;
|
|
33
|
-
style?: CSSProperties;
|
|
34
|
-
};
|
|
35
|
-
type DrawerSectionProps = {
|
|
36
|
-
className?: string;
|
|
37
|
-
children?: ReactNode;
|
|
38
|
-
};
|
|
39
|
-
type DrawerCtx = {
|
|
40
|
-
open: boolean;
|
|
41
|
-
setOpen: (next: boolean) => void;
|
|
42
|
-
titleId: string;
|
|
43
|
-
descriptionId: string;
|
|
44
|
-
contentRef: RefObject<HTMLDivElement | null>;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
declare function Drawer({ open, defaultOpen, onOpenChange, children, }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
48
|
-
declare namespace Drawer {
|
|
49
|
-
var displayName: string;
|
|
50
|
-
}
|
|
51
|
-
declare function DrawerTrigger({ className, children, appearance, onClick, ref, ...rest }: DrawerTriggerProps): react_jsx_runtime.JSX.Element;
|
|
52
|
-
declare namespace DrawerTrigger {
|
|
53
|
-
var displayName: string;
|
|
54
|
-
}
|
|
55
|
-
declare function DrawerContent({ className, side, size, appearance, children, ref, id, style, }: DrawerContentProps): react.ReactPortal | null;
|
|
56
|
-
declare namespace DrawerContent {
|
|
57
|
-
var displayName: string;
|
|
58
|
-
}
|
|
59
|
-
declare function DrawerHeader({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
60
|
-
declare namespace DrawerHeader {
|
|
61
|
-
var displayName: string;
|
|
62
|
-
}
|
|
63
|
-
declare function DrawerBody({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
64
|
-
declare namespace DrawerBody {
|
|
65
|
-
var displayName: string;
|
|
66
|
-
}
|
|
67
|
-
declare function DrawerFooter({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
68
|
-
declare namespace DrawerFooter {
|
|
69
|
-
var displayName: string;
|
|
70
|
-
}
|
|
71
|
-
declare function DrawerTitle({ className, children }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
72
|
-
declare namespace DrawerTitle {
|
|
73
|
-
var displayName: string;
|
|
74
|
-
}
|
|
75
|
-
declare function DrawerClose({ className, children, ...rest }: DrawerSectionProps): react_jsx_runtime.JSX.Element;
|
|
76
|
-
declare namespace DrawerClose {
|
|
77
|
-
var displayName: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerContent, type DrawerContentProps, type DrawerContentVariantProps, type DrawerCtx, DrawerFooter, DrawerHeader, type DrawerProps, type DrawerSectionProps, DrawerTitle, DrawerTrigger, type DrawerTriggerProps, drawerContentVariants, drawerOverlayVariants };
|
package/dist/ui/dropdown.d.mts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode, HTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
3
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
|
-
|
|
5
|
-
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";
|
|
6
|
-
type DropdownProps = {
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
defaultOpen?: boolean;
|
|
9
|
-
open?: boolean;
|
|
10
|
-
onOpenChange?: (open: boolean) => void;
|
|
11
|
-
multiSelect?: boolean;
|
|
12
|
-
};
|
|
13
|
-
type DropdownTriggerProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
14
|
-
children: ReactNode;
|
|
15
|
-
variant?: Variant;
|
|
16
|
-
size?: "sm" | "md" | "lg";
|
|
17
|
-
};
|
|
18
|
-
type DropdownContentProps = HTMLAttributes<HTMLDivElement> & {
|
|
19
|
-
children: ReactNode;
|
|
20
|
-
placement?: "top" | "bottom" | "left" | "right";
|
|
21
|
-
spacing?: "none" | "default" | "sm" | "md" | "lg" | "xl";
|
|
22
|
-
divider?: boolean;
|
|
23
|
-
};
|
|
24
|
-
type DropdownItemProps = HTMLAttributes<HTMLDivElement> & {
|
|
25
|
-
children: ReactNode;
|
|
26
|
-
value: string;
|
|
27
|
-
onSelect?: () => void;
|
|
28
|
-
leftIcon?: ReactNode;
|
|
29
|
-
rightIcon?: ReactNode;
|
|
30
|
-
variant?: Variant;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
declare const Dropdown: ({ children, defaultOpen, open: controlledOpen, onOpenChange, multiSelect, }: DropdownProps) => react_jsx_runtime.JSX.Element;
|
|
34
|
-
declare const DropdownTrigger: ({ children, className, variant, size, ...props }: DropdownTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
declare const DropdownContent: ({ children, className, placement, spacing, divider, ...props }: DropdownContentProps) => react_jsx_runtime.JSX.Element | null;
|
|
36
|
-
declare const DropdownItem: ({ children, value, className, variant, onSelect, leftIcon, rightIcon, ...props }: DropdownItemProps) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
|
|
38
|
-
declare const triggerVariants: (props?: ({
|
|
39
|
-
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" | null | undefined;
|
|
40
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
41
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
42
|
-
declare const contentVariants: (props?: ({
|
|
43
|
-
placement?: "top" | "bottom" | "left" | "right" | null | undefined;
|
|
44
|
-
spacing?: "default" | "sm" | "md" | "lg" | "none" | "xl" | null | undefined;
|
|
45
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
46
|
-
declare const itemVariants: (props?: ({
|
|
47
|
-
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" | null | undefined;
|
|
48
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
49
|
-
|
|
50
|
-
export { Dropdown, DropdownContent, type DropdownContentProps, DropdownItem, type DropdownItemProps, type DropdownProps, DropdownTrigger, type DropdownTriggerProps, contentVariants, itemVariants, triggerVariants };
|
package/dist/ui/dropdown.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode, HTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
3
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
|
-
|
|
5
|
-
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";
|
|
6
|
-
type DropdownProps = {
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
defaultOpen?: boolean;
|
|
9
|
-
open?: boolean;
|
|
10
|
-
onOpenChange?: (open: boolean) => void;
|
|
11
|
-
multiSelect?: boolean;
|
|
12
|
-
};
|
|
13
|
-
type DropdownTriggerProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
14
|
-
children: ReactNode;
|
|
15
|
-
variant?: Variant;
|
|
16
|
-
size?: "sm" | "md" | "lg";
|
|
17
|
-
};
|
|
18
|
-
type DropdownContentProps = HTMLAttributes<HTMLDivElement> & {
|
|
19
|
-
children: ReactNode;
|
|
20
|
-
placement?: "top" | "bottom" | "left" | "right";
|
|
21
|
-
spacing?: "none" | "default" | "sm" | "md" | "lg" | "xl";
|
|
22
|
-
divider?: boolean;
|
|
23
|
-
};
|
|
24
|
-
type DropdownItemProps = HTMLAttributes<HTMLDivElement> & {
|
|
25
|
-
children: ReactNode;
|
|
26
|
-
value: string;
|
|
27
|
-
onSelect?: () => void;
|
|
28
|
-
leftIcon?: ReactNode;
|
|
29
|
-
rightIcon?: ReactNode;
|
|
30
|
-
variant?: Variant;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
declare const Dropdown: ({ children, defaultOpen, open: controlledOpen, onOpenChange, multiSelect, }: DropdownProps) => react_jsx_runtime.JSX.Element;
|
|
34
|
-
declare const DropdownTrigger: ({ children, className, variant, size, ...props }: DropdownTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
declare const DropdownContent: ({ children, className, placement, spacing, divider, ...props }: DropdownContentProps) => react_jsx_runtime.JSX.Element | null;
|
|
36
|
-
declare const DropdownItem: ({ children, value, className, variant, onSelect, leftIcon, rightIcon, ...props }: DropdownItemProps) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
|
|
38
|
-
declare const triggerVariants: (props?: ({
|
|
39
|
-
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" | null | undefined;
|
|
40
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
41
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
42
|
-
declare const contentVariants: (props?: ({
|
|
43
|
-
placement?: "top" | "bottom" | "left" | "right" | null | undefined;
|
|
44
|
-
spacing?: "default" | "sm" | "md" | "lg" | "none" | "xl" | null | undefined;
|
|
45
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
46
|
-
declare const itemVariants: (props?: ({
|
|
47
|
-
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" | null | undefined;
|
|
48
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
49
|
-
|
|
50
|
-
export { Dropdown, DropdownContent, type DropdownContentProps, DropdownItem, type DropdownItemProps, type DropdownProps, DropdownTrigger, type DropdownTriggerProps, contentVariants, itemVariants, triggerVariants };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
|
-
import { c as emptyStateVariants, E as EmptyStateProps } from '../../types-CFpwSbpK.mjs';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
type EmptyStateAnimation = "none" | "float" | "fade" | "slide-up";
|
|
9
|
-
type EmptyStateVariantProps = VariantProps<typeof emptyStateVariants>;
|
|
10
|
-
type EmptyStateAnimatedProps = EmptyStateVariantProps & Omit<EmptyStateProps, "children"> & {
|
|
11
|
-
animation?: EmptyStateAnimation;
|
|
12
|
-
children?: ReactNode;
|
|
13
|
-
};
|
|
14
|
-
type EmptyStatePresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "transition" | "whileHover">;
|
|
15
|
-
type EmptyStateAnimationPresets = Record<EmptyStateAnimation, EmptyStatePresetMotionProps>;
|
|
16
|
-
|
|
17
|
-
declare function EmptyStateAnimated(props: EmptyStateAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare namespace EmptyStateAnimated {
|
|
19
|
-
var displayName: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
declare const emptyStateAnimationPresets: EmptyStateAnimationPresets;
|
|
23
|
-
|
|
24
|
-
export { EmptyStateAnimated, type EmptyStateAnimatedProps, type EmptyStateAnimation, type EmptyStateAnimationPresets, type EmptyStateVariantProps, emptyStateAnimationPresets };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
|
-
import { c as emptyStateVariants, E as EmptyStateProps } from '../../types-CFpwSbpK.js';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
type EmptyStateAnimation = "none" | "float" | "fade" | "slide-up";
|
|
9
|
-
type EmptyStateVariantProps = VariantProps<typeof emptyStateVariants>;
|
|
10
|
-
type EmptyStateAnimatedProps = EmptyStateVariantProps & Omit<EmptyStateProps, "children"> & {
|
|
11
|
-
animation?: EmptyStateAnimation;
|
|
12
|
-
children?: ReactNode;
|
|
13
|
-
};
|
|
14
|
-
type EmptyStatePresetMotionProps = Pick<HTMLMotionProps<"div">, "initial" | "animate" | "transition" | "whileHover">;
|
|
15
|
-
type EmptyStateAnimationPresets = Record<EmptyStateAnimation, EmptyStatePresetMotionProps>;
|
|
16
|
-
|
|
17
|
-
declare function EmptyStateAnimated(props: EmptyStateAnimatedProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare namespace EmptyStateAnimated {
|
|
19
|
-
var displayName: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
declare const emptyStateAnimationPresets: EmptyStateAnimationPresets;
|
|
23
|
-
|
|
24
|
-
export { EmptyStateAnimated, type EmptyStateAnimatedProps, type EmptyStateAnimation, type EmptyStateAnimationPresets, type EmptyStateVariantProps, emptyStateAnimationPresets };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as EmptyStateProps, a as EmptyStateSectionProps } from '../types-CFpwSbpK.mjs';
|
|
3
|
-
export { e as emptyStateDescriptionVariants, b as emptyStateTitleVariants, c as emptyStateVariants } from '../types-CFpwSbpK.mjs';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function EmptyState(props: EmptyStateProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace EmptyState {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
declare function EmptyStateBase(props: EmptyStateProps): react_jsx_runtime.JSX.Element;
|
|
14
|
-
declare namespace EmptyStateBase {
|
|
15
|
-
var displayName: string;
|
|
16
|
-
}
|
|
17
|
-
declare function EmptyStateIcon({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare namespace EmptyStateIcon {
|
|
19
|
-
var displayName: string;
|
|
20
|
-
}
|
|
21
|
-
declare function EmptyStateTitle({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
22
|
-
declare namespace EmptyStateTitle {
|
|
23
|
-
var displayName: string;
|
|
24
|
-
}
|
|
25
|
-
declare function EmptyStateDescription({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
26
|
-
declare namespace EmptyStateDescription {
|
|
27
|
-
var displayName: string;
|
|
28
|
-
}
|
|
29
|
-
declare function EmptyStateAction({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
30
|
-
declare namespace EmptyStateAction {
|
|
31
|
-
var displayName: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export { EmptyState, EmptyStateAction, EmptyStateBase, EmptyStateDescription, EmptyStateIcon, EmptyStateProps, EmptyStateSectionProps, EmptyStateTitle };
|
package/dist/ui/empty-state.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as EmptyStateProps, a as EmptyStateSectionProps } from '../types-CFpwSbpK.js';
|
|
3
|
-
export { e as emptyStateDescriptionVariants, b as emptyStateTitleVariants, c as emptyStateVariants } from '../types-CFpwSbpK.js';
|
|
4
|
-
import 'class-variance-authority';
|
|
5
|
-
import 'react';
|
|
6
|
-
import 'class-variance-authority/types';
|
|
7
|
-
|
|
8
|
-
declare function EmptyState(props: EmptyStateProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare namespace EmptyState {
|
|
10
|
-
var displayName: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
declare function EmptyStateBase(props: EmptyStateProps): react_jsx_runtime.JSX.Element;
|
|
14
|
-
declare namespace EmptyStateBase {
|
|
15
|
-
var displayName: string;
|
|
16
|
-
}
|
|
17
|
-
declare function EmptyStateIcon({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare namespace EmptyStateIcon {
|
|
19
|
-
var displayName: string;
|
|
20
|
-
}
|
|
21
|
-
declare function EmptyStateTitle({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
22
|
-
declare namespace EmptyStateTitle {
|
|
23
|
-
var displayName: string;
|
|
24
|
-
}
|
|
25
|
-
declare function EmptyStateDescription({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
26
|
-
declare namespace EmptyStateDescription {
|
|
27
|
-
var displayName: string;
|
|
28
|
-
}
|
|
29
|
-
declare function EmptyStateAction({ className, children, }: EmptyStateSectionProps): react_jsx_runtime.JSX.Element;
|
|
30
|
-
declare namespace EmptyStateAction {
|
|
31
|
-
var displayName: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export { EmptyState, EmptyStateAction, EmptyStateBase, EmptyStateDescription, EmptyStateIcon, EmptyStateProps, EmptyStateSectionProps, EmptyStateTitle };
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { ComponentPropsWithoutRef, ReactNode, ChangeEvent } from 'react';
|
|
4
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
-
|
|
6
|
-
declare const fileUploadVariants: (props?: ({
|
|
7
|
-
appearance?: "idle" | "active" | "disabled" | "error" | "success" | "warning" | "info" | "neutral" | "purple" | "indigo" | "emerald" | "amber" | "pink" | "orange" | "teal" | null | undefined;
|
|
8
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
-
|
|
10
|
-
type FileUploadVariantProps = VariantProps<typeof fileUploadVariants>;
|
|
11
|
-
type FileUploadProps = FileUploadVariantProps & Omit<ComponentPropsWithoutRef<"div">, "children" | "onChange"> & {
|
|
12
|
-
/** Called when the user selects or drops files */
|
|
13
|
-
onFiles?: (files: File[]) => void;
|
|
14
|
-
accept?: string;
|
|
15
|
-
multiple?: boolean;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
/** Visually hidden input `name` for forms */
|
|
18
|
-
name?: string;
|
|
19
|
-
/** Optional controlled file list (not enforced; mainly for forms) */
|
|
20
|
-
children?: ReactNode;
|
|
21
|
-
onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
22
|
-
appearance?: FileUploadVariantProps["appearance"];
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
declare function FileUpload({ className, onFiles, accept, multiple, disabled, name, children, onChange, ref, appearance, ...rest }: FileUploadProps & {
|
|
26
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
27
|
-
}): react_jsx_runtime.JSX.Element;
|
|
28
|
-
declare namespace FileUpload {
|
|
29
|
-
var displayName: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export { FileUpload, type FileUploadProps, type FileUploadVariantProps, fileUploadVariants };
|