@kadoui/react 2.0.1 → 2.1.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/README.md +1052 -376
- package/dist/react-components/Accordion/Accordion.d.ts +1 -0
- package/dist/react-components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/react-components/Accordion/Accordion.js +1 -0
- package/dist/react-components/Accordion/AccordionBody.d.ts +1 -2
- package/dist/react-components/Accordion/AccordionBody.d.ts.map +1 -1
- package/dist/react-components/Accordion/AccordionContext.d.ts +1 -5
- package/dist/react-components/Accordion/AccordionContext.d.ts.map +1 -1
- package/dist/react-components/Accordion/AccordionRoot.d.ts +1 -2
- package/dist/react-components/Accordion/AccordionRoot.d.ts.map +1 -1
- package/dist/react-components/Accordion/AccordionToggle.d.ts +1 -4
- package/dist/react-components/Accordion/AccordionToggle.d.ts.map +1 -1
- package/dist/react-components/Accordion/accordionTypes.d.ts +12 -0
- package/dist/react-components/Accordion/accordionTypes.d.ts.map +1 -0
- package/dist/react-components/Accordion/accordionTypes.js +1 -0
- package/dist/react-components/Affix/Affix.d.ts +1 -2
- package/dist/react-components/Affix/Affix.d.ts.map +1 -1
- package/dist/react-components/Affix/affixTypes.d.ts +3 -0
- package/dist/react-components/Affix/affixTypes.d.ts.map +1 -0
- package/dist/react-components/Affix/affixTypes.js +1 -0
- package/dist/react-components/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/dist/react-components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
- package/dist/react-components/Breadcrumbs/Breadcrumbs.js +1 -0
- package/dist/react-components/Breadcrumbs/BreadcrumbsContext.d.ts +1 -4
- package/dist/react-components/Breadcrumbs/BreadcrumbsContext.d.ts.map +1 -1
- package/dist/react-components/Breadcrumbs/BreadcrumbsItem.d.ts +1 -4
- package/dist/react-components/Breadcrumbs/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/react-components/Breadcrumbs/BreadcrumbsRoot.d.ts +1 -4
- package/dist/react-components/Breadcrumbs/BreadcrumbsRoot.d.ts.map +1 -1
- package/dist/react-components/Breadcrumbs/breadcrumbsTypes.d.ts +11 -0
- package/dist/react-components/Breadcrumbs/breadcrumbsTypes.d.ts.map +1 -0
- package/dist/react-components/Breadcrumbs/breadcrumbsTypes.js +1 -0
- package/dist/react-components/Carousel/Carousel.d.ts +1 -0
- package/dist/react-components/Carousel/Carousel.d.ts.map +1 -1
- package/dist/react-components/Carousel/Carousel.js +1 -0
- package/dist/react-components/Carousel/CarouselContainer.d.ts +1 -2
- package/dist/react-components/Carousel/CarouselContainer.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselContext.d.ts +1 -8
- package/dist/react-components/Carousel/CarouselContext.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselLeftFade.d.ts +1 -3
- package/dist/react-components/Carousel/CarouselLeftFade.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselNextBtn.d.ts +1 -2
- package/dist/react-components/Carousel/CarouselNextBtn.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselPrevBtn.d.ts +1 -2
- package/dist/react-components/Carousel/CarouselPrevBtn.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselRightFade.d.ts +1 -3
- package/dist/react-components/Carousel/CarouselRightFade.d.ts.map +1 -1
- package/dist/react-components/Carousel/CarouselRoot.d.ts +1 -4
- package/dist/react-components/Carousel/CarouselRoot.d.ts.map +1 -1
- package/dist/react-components/Carousel/carouselTypes.d.ts +17 -0
- package/dist/react-components/Carousel/carouselTypes.d.ts.map +1 -0
- package/dist/react-components/Carousel/carouselTypes.js +1 -0
- package/dist/react-components/Choice/Choice.d.ts +1 -0
- package/dist/react-components/Choice/Choice.d.ts.map +1 -1
- package/dist/react-components/Choice/Choice.js +1 -0
- package/dist/react-components/Choice/ChoiceContext.d.ts +1 -16
- package/dist/react-components/Choice/ChoiceContext.d.ts.map +1 -1
- package/dist/react-components/Choice/ChoiceNavigation.d.ts +1 -3
- package/dist/react-components/Choice/ChoiceNavigation.d.ts.map +1 -1
- package/dist/react-components/Choice/ChoiceRoot.d.ts +1 -4
- package/dist/react-components/Choice/ChoiceRoot.d.ts.map +1 -1
- package/dist/react-components/Choice/ChoiceTrigger.d.ts +1 -5
- package/dist/react-components/Choice/ChoiceTrigger.d.ts.map +1 -1
- package/dist/react-components/Choice/choiceTypes.d.ts +23 -0
- package/dist/react-components/Choice/choiceTypes.d.ts.map +1 -0
- package/dist/react-components/Choice/choiceTypes.js +1 -0
- package/dist/react-components/ClientOnly/ClientOnly.d.ts +1 -2
- package/dist/react-components/ClientOnly/ClientOnly.d.ts.map +1 -1
- package/dist/react-components/ClientOnly/clientOnlyTypes.d.ts +3 -0
- package/dist/react-components/ClientOnly/clientOnlyTypes.d.ts.map +1 -0
- package/dist/react-components/ClientOnly/clientOnlyTypes.js +1 -0
- package/dist/react-components/Clipboard/Clipboard.d.ts +1 -6
- package/dist/react-components/Clipboard/Clipboard.d.ts.map +1 -1
- package/dist/react-components/Clipboard/clipboardTypes.d.ts +7 -0
- package/dist/react-components/Clipboard/clipboardTypes.d.ts.map +1 -0
- package/dist/react-components/Clipboard/clipboardTypes.js +1 -0
- package/dist/react-components/ContextMenu/ContextMenu.d.ts +1 -0
- package/dist/react-components/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/ContextMenu.js +1 -0
- package/dist/react-components/ContextMenu/ContextMenuBody.d.ts +1 -2
- package/dist/react-components/ContextMenu/ContextMenuBody.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/ContextMenuContext.d.ts +1 -10
- package/dist/react-components/ContextMenu/ContextMenuContext.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/ContextMenuContext.js +1 -1
- package/dist/react-components/ContextMenu/ContextMenuItem.d.ts +1 -3
- package/dist/react-components/ContextMenu/ContextMenuItem.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/ContextMenuNavigation.d.ts +1 -3
- package/dist/react-components/ContextMenu/ContextMenuNavigation.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/ContextMenuNavigation.js +1 -1
- package/dist/react-components/ContextMenu/ContextMenuRoot.d.ts +1 -2
- package/dist/react-components/ContextMenu/ContextMenuRoot.d.ts.map +1 -1
- package/dist/react-components/ContextMenu/contextMenuTypes.d.ts +16 -0
- package/dist/react-components/ContextMenu/contextMenuTypes.d.ts.map +1 -0
- package/dist/react-components/ContextMenu/contextMenuTypes.js +1 -0
- package/dist/react-components/Drawer/Drawer.d.ts +1 -0
- package/dist/react-components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/react-components/Drawer/Drawer.js +1 -0
- package/dist/react-components/Drawer/DrawerBody.d.ts +1 -4
- package/dist/react-components/Drawer/DrawerBody.d.ts.map +1 -1
- package/dist/react-components/Drawer/DrawerBody.js +1 -1
- package/dist/react-components/Drawer/DrawerContext.d.ts +1 -5
- package/dist/react-components/Drawer/DrawerContext.d.ts.map +1 -1
- package/dist/react-components/Drawer/DrawerPortal.d.ts +1 -2
- package/dist/react-components/Drawer/DrawerPortal.d.ts.map +1 -1
- package/dist/react-components/Drawer/DrawerPortal.js +1 -1
- package/dist/react-components/Drawer/DrawerRoot.d.ts +1 -2
- package/dist/react-components/Drawer/DrawerRoot.d.ts.map +1 -1
- package/dist/react-components/Drawer/DrawerRoot.js +1 -1
- package/dist/react-components/Drawer/DrawerToggle.d.ts +1 -2
- package/dist/react-components/Drawer/DrawerToggle.d.ts.map +1 -1
- package/dist/react-components/Drawer/drawerTypes.d.ts +13 -0
- package/dist/react-components/Drawer/drawerTypes.d.ts.map +1 -0
- package/dist/react-components/Drawer/drawerTypes.js +1 -0
- package/dist/react-components/Modal/Modal.d.ts +1 -0
- package/dist/react-components/Modal/Modal.d.ts.map +1 -1
- package/dist/react-components/Modal/Modal.js +1 -0
- package/dist/react-components/Modal/ModalBody.d.ts +1 -2
- package/dist/react-components/Modal/ModalBody.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalBody.js +1 -1
- package/dist/react-components/Modal/ModalContent.d.ts +1 -2
- package/dist/react-components/Modal/ModalContent.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalContext.d.ts +1 -5
- package/dist/react-components/Modal/ModalContext.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalHeader.d.ts +1 -2
- package/dist/react-components/Modal/ModalHeader.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalPortal.d.ts +1 -2
- package/dist/react-components/Modal/ModalPortal.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalPortal.js +1 -1
- package/dist/react-components/Modal/ModalRoot.d.ts +1 -4
- package/dist/react-components/Modal/ModalRoot.d.ts.map +1 -1
- package/dist/react-components/Modal/ModalRoot.js +1 -1
- package/dist/react-components/Modal/ModalTrigger.d.ts +1 -2
- package/dist/react-components/Modal/ModalTrigger.d.ts.map +1 -1
- package/dist/react-components/Modal/modalTypes.d.ts +15 -0
- package/dist/react-components/Modal/modalTypes.d.ts.map +1 -0
- package/dist/react-components/Modal/modalTypes.js +1 -0
- package/dist/react-components/Otp/Otp.d.ts +1 -0
- package/dist/react-components/Otp/Otp.d.ts.map +1 -1
- package/dist/react-components/Otp/Otp.js +1 -0
- package/dist/react-components/Otp/OtpContext.d.ts +2 -6
- package/dist/react-components/Otp/OtpContext.d.ts.map +1 -1
- package/dist/react-components/Otp/OtpHiddenInput.d.ts +1 -2
- package/dist/react-components/Otp/OtpHiddenInput.d.ts.map +1 -1
- package/dist/react-components/Otp/OtpInputs.d.ts +1 -5
- package/dist/react-components/Otp/OtpInputs.d.ts.map +1 -1
- package/dist/react-components/Otp/OtpRoot.d.ts +1 -4
- package/dist/react-components/Otp/OtpRoot.d.ts.map +1 -1
- package/dist/react-components/Otp/OtpRoot.js +1 -1
- package/dist/react-components/Otp/otpTypes.d.ts +15 -0
- package/dist/react-components/Otp/otpTypes.d.ts.map +1 -0
- package/dist/react-components/Otp/otpTypes.js +1 -0
- package/dist/react-components/Pagination/PaginationContext.d.ts +1 -10
- package/dist/react-components/Pagination/PaginationContext.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationCounts.d.ts +1 -2
- package/dist/react-components/Pagination/PaginationCounts.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationNextBtn.d.ts +1 -4
- package/dist/react-components/Pagination/PaginationNextBtn.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationPrevBtn.d.ts +1 -4
- package/dist/react-components/Pagination/PaginationPrevBtn.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationSearchParamsRoot.d.ts +1 -4
- package/dist/react-components/Pagination/PaginationSearchParamsRoot.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationStateRoot.d.ts +1 -7
- package/dist/react-components/Pagination/PaginationStateRoot.d.ts.map +1 -1
- package/dist/react-components/Pagination/PaginationTypes.d.ts +23 -1
- package/dist/react-components/Pagination/PaginationTypes.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/PasswordInput.d.ts +1 -0
- package/dist/react-components/PasswordInput/PasswordInput.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/PasswordInput.js +1 -0
- package/dist/react-components/PasswordInput/PasswordInputContext.d.ts +1 -5
- package/dist/react-components/PasswordInput/PasswordInputContext.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/PasswordInputField.d.ts +1 -2
- package/dist/react-components/PasswordInput/PasswordInputField.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/PasswordInputRoot.d.ts +1 -2
- package/dist/react-components/PasswordInput/PasswordInputRoot.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/PasswordInputToggle.d.ts +1 -4
- package/dist/react-components/PasswordInput/PasswordInputToggle.d.ts.map +1 -1
- package/dist/react-components/PasswordInput/passwordInputTypes.d.ts +11 -0
- package/dist/react-components/PasswordInput/passwordInputTypes.d.ts.map +1 -0
- package/dist/react-components/PasswordInput/passwordInputTypes.js +1 -0
- package/dist/react-components/Popover/Popover.d.ts +1 -0
- package/dist/react-components/Popover/Popover.d.ts.map +1 -1
- package/dist/react-components/Popover/Popover.js +1 -0
- package/dist/react-components/Popover/PopoverBody.d.ts +1 -4
- package/dist/react-components/Popover/PopoverBody.d.ts.map +1 -1
- package/dist/react-components/Popover/PopoverContext.d.ts +1 -8
- package/dist/react-components/Popover/PopoverContext.d.ts.map +1 -1
- package/dist/react-components/Popover/PopoverNavigation.d.ts +2 -2
- package/dist/react-components/Popover/PopoverNavigation.d.ts.map +1 -1
- package/dist/react-components/Popover/PopoverNavigation.js +1 -1
- package/dist/react-components/Popover/PopoverRoot.d.ts +1 -5
- package/dist/react-components/Popover/PopoverRoot.d.ts.map +1 -1
- package/dist/react-components/Popover/PopoverToggle.d.ts +1 -2
- package/dist/react-components/Popover/PopoverToggle.d.ts.map +1 -1
- package/dist/react-components/Popover/popoverTypes.d.ts +18 -0
- package/dist/react-components/Popover/popoverTypes.d.ts.map +1 -0
- package/dist/react-components/Popover/popoverTypes.js +1 -0
- package/dist/react-components/Portal/Portal.d.ts +1 -4
- package/dist/react-components/Portal/Portal.d.ts.map +1 -1
- package/dist/react-components/Portal/portalTypes.d.ts +5 -0
- package/dist/react-components/Portal/portalTypes.d.ts.map +1 -0
- package/dist/react-components/Portal/portalTypes.js +1 -0
- package/dist/react-components/Progress/Progress.d.ts +1 -0
- package/dist/react-components/Progress/Progress.d.ts.map +1 -1
- package/dist/react-components/Progress/Progress.js +1 -0
- package/dist/react-components/Progress/ProgressBar.d.ts +1 -4
- package/dist/react-components/Progress/ProgressBar.d.ts.map +1 -1
- package/dist/react-components/Progress/ProgressContext.d.ts +1 -4
- package/dist/react-components/Progress/ProgressContext.d.ts.map +1 -1
- package/dist/react-components/Progress/ProgressRoot.d.ts +1 -5
- package/dist/react-components/Progress/ProgressRoot.d.ts.map +1 -1
- package/dist/react-components/Progress/progressTypes.d.ts +14 -0
- package/dist/react-components/Progress/progressTypes.d.ts.map +1 -0
- package/dist/react-components/Progress/progressTypes.js +1 -0
- package/dist/react-components/QrCode/QrCode.d.ts +1 -6
- package/dist/react-components/QrCode/QrCode.d.ts.map +1 -1
- package/dist/react-components/QrCode/qrCodeTypes.d.ts +7 -0
- package/dist/react-components/QrCode/qrCodeTypes.d.ts.map +1 -0
- package/dist/react-components/QrCode/qrCodeTypes.js +1 -0
- package/dist/react-components/Rating/Rating.d.ts +2 -1
- package/dist/react-components/Rating/Rating.d.ts.map +1 -1
- package/dist/react-components/Rating/Rating.js +1 -0
- package/dist/react-components/Rating/RatingContext.d.ts +1 -5
- package/dist/react-components/Rating/RatingContext.d.ts.map +1 -1
- package/dist/react-components/Rating/RatingItems.d.ts +1 -8
- package/dist/react-components/Rating/RatingItems.d.ts.map +1 -1
- package/dist/react-components/Rating/RatingRoot.d.ts +1 -2
- package/dist/react-components/Rating/RatingRoot.d.ts.map +1 -1
- package/dist/react-components/Rating/ratingTypes.d.ts +14 -0
- package/dist/react-components/Rating/ratingTypes.d.ts.map +1 -0
- package/dist/react-components/Rating/ratingTypes.js +1 -0
- package/dist/react-components/Sheet/Sheet.d.ts +1 -0
- package/dist/react-components/Sheet/Sheet.d.ts.map +1 -1
- package/dist/react-components/Sheet/Sheet.js +1 -0
- package/dist/react-components/Sheet/SheetBody.d.ts +1 -2
- package/dist/react-components/Sheet/SheetBody.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetBody.js +1 -1
- package/dist/react-components/Sheet/SheetContent.d.ts +1 -2
- package/dist/react-components/Sheet/SheetContent.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetContext.d.ts +1 -9
- package/dist/react-components/Sheet/SheetContext.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetHandlebar.d.ts +1 -2
- package/dist/react-components/Sheet/SheetHandlebar.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetHeader.d.ts +1 -2
- package/dist/react-components/Sheet/SheetHeader.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetPortal.d.ts +1 -2
- package/dist/react-components/Sheet/SheetPortal.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetPortal.js +1 -1
- package/dist/react-components/Sheet/SheetRoot.d.ts +1 -2
- package/dist/react-components/Sheet/SheetRoot.d.ts.map +1 -1
- package/dist/react-components/Sheet/SheetRoot.js +1 -1
- package/dist/react-components/Sheet/SheetToggle.d.ts +1 -2
- package/dist/react-components/Sheet/SheetToggle.d.ts.map +1 -1
- package/dist/react-components/Sheet/sheetTypes.d.ts +17 -0
- package/dist/react-components/Sheet/sheetTypes.d.ts.map +1 -0
- package/dist/react-components/Sheet/sheetTypes.js +1 -0
- package/dist/react-components/ShowMore/ShowMore.d.ts +1 -0
- package/dist/react-components/ShowMore/ShowMore.d.ts.map +1 -1
- package/dist/react-components/ShowMore/ShowMore.js +1 -0
- package/dist/react-components/ShowMore/ShowMoreContent.d.ts +1 -2
- package/dist/react-components/ShowMore/ShowMoreContent.d.ts.map +1 -1
- package/dist/react-components/ShowMore/ShowMoreContext.d.ts +1 -8
- package/dist/react-components/ShowMore/ShowMoreContext.d.ts.map +1 -1
- package/dist/react-components/ShowMore/ShowMoreFade.d.ts +1 -2
- package/dist/react-components/ShowMore/ShowMoreFade.d.ts.map +1 -1
- package/dist/react-components/ShowMore/ShowMoreRoot.d.ts +1 -5
- package/dist/react-components/ShowMore/ShowMoreRoot.d.ts.map +1 -1
- package/dist/react-components/ShowMore/ShowMoreToggle.d.ts +1 -2
- package/dist/react-components/ShowMore/ShowMoreToggle.d.ts.map +1 -1
- package/dist/react-components/ShowMore/showMoreTypes.d.ts +16 -0
- package/dist/react-components/ShowMore/showMoreTypes.d.ts.map +1 -0
- package/dist/react-components/ShowMore/showMoreTypes.js +1 -0
- package/dist/react-components/Spoiler/Spoiler.d.ts +1 -0
- package/dist/react-components/Spoiler/Spoiler.d.ts.map +1 -1
- package/dist/react-components/Spoiler/Spoiler.js +1 -0
- package/dist/react-components/Spoiler/SpoilerBlur.d.ts +1 -2
- package/dist/react-components/Spoiler/SpoilerBlur.d.ts.map +1 -1
- package/dist/react-components/Spoiler/SpoilerContext.d.ts +1 -5
- package/dist/react-components/Spoiler/SpoilerContext.d.ts.map +1 -1
- package/dist/react-components/Spoiler/SpoilerRoot.d.ts +1 -2
- package/dist/react-components/Spoiler/SpoilerRoot.d.ts.map +1 -1
- package/dist/react-components/Spoiler/spoilerTypes.d.ts +8 -0
- package/dist/react-components/Spoiler/spoilerTypes.d.ts.map +1 -0
- package/dist/react-components/Spoiler/spoilerTypes.js +1 -0
- package/dist/react-components/Submit/Submit.d.ts +1 -0
- package/dist/react-components/Submit/Submit.d.ts.map +1 -1
- package/dist/react-components/Submit/Submit.js +1 -0
- package/dist/react-components/Submit/SubmitContext.d.ts +1 -3
- package/dist/react-components/Submit/SubmitContext.d.ts.map +1 -1
- package/dist/react-components/Submit/SubmitLoader.d.ts +2 -5
- package/dist/react-components/Submit/SubmitLoader.d.ts.map +1 -1
- package/dist/react-components/Submit/SubmitRoot.d.ts +1 -4
- package/dist/react-components/Submit/SubmitRoot.d.ts.map +1 -1
- package/dist/react-components/Submit/submitTypes.d.ts +11 -0
- package/dist/react-components/Submit/submitTypes.d.ts.map +1 -0
- package/dist/react-components/Submit/submitTypes.js +1 -0
- package/dist/react-components/Swap/Swap.d.ts +1 -0
- package/dist/react-components/Swap/Swap.d.ts.map +1 -1
- package/dist/react-components/Swap/Swap.js +1 -0
- package/dist/react-components/Swap/SwapBtn.d.ts +1 -4
- package/dist/react-components/Swap/SwapBtn.d.ts.map +1 -1
- package/dist/react-components/Swap/SwapContext.d.ts +1 -6
- package/dist/react-components/Swap/SwapContext.d.ts.map +1 -1
- package/dist/react-components/Swap/SwapRoot.d.ts +1 -6
- package/dist/react-components/Swap/SwapRoot.d.ts.map +1 -1
- package/dist/react-components/Swap/swapTypes.d.ts +15 -0
- package/dist/react-components/Swap/swapTypes.d.ts.map +1 -0
- package/dist/react-components/Swap/swapTypes.js +1 -0
- package/dist/react-components/Tabs/Tabs.d.ts +1 -0
- package/dist/react-components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/react-components/Tabs/Tabs.js +1 -0
- package/dist/react-components/Tabs/TabsContext.d.ts +1 -5
- package/dist/react-components/Tabs/TabsContext.d.ts.map +1 -1
- package/dist/react-components/Tabs/TabsList.d.ts +1 -2
- package/dist/react-components/Tabs/TabsList.d.ts.map +1 -1
- package/dist/react-components/Tabs/TabsPanel.d.ts +1 -4
- package/dist/react-components/Tabs/TabsPanel.d.ts.map +1 -1
- package/dist/react-components/Tabs/TabsRoot.d.ts +1 -5
- package/dist/react-components/Tabs/TabsRoot.d.ts.map +1 -1
- package/dist/react-components/Tabs/TabsTab.d.ts +1 -4
- package/dist/react-components/Tabs/TabsTab.d.ts.map +1 -1
- package/dist/react-components/Tabs/tabsTypes.d.ts +18 -0
- package/dist/react-components/Tabs/tabsTypes.d.ts.map +1 -0
- package/dist/react-components/Tabs/tabsTypes.js +1 -0
- package/dist/react-components/Theme/Theme.d.ts +1 -0
- package/dist/react-components/Theme/Theme.d.ts.map +1 -1
- package/dist/react-components/Theme/Theme.js +1 -0
- package/dist/react-components/Theme/ThemeContext.d.ts +1 -5
- package/dist/react-components/Theme/ThemeContext.d.ts.map +1 -1
- package/dist/react-components/Theme/ThemeProvider.d.ts +1 -3
- package/dist/react-components/Theme/ThemeProvider.d.ts.map +1 -1
- package/dist/react-components/Theme/themeTypes.d.ts +8 -0
- package/dist/react-components/Theme/themeTypes.d.ts.map +1 -0
- package/dist/react-components/Theme/themeTypes.js +1 -0
- package/dist/react-components/Theme/useTheme.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/Accordion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,SAAS;;;CAGpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/Accordion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,SAAS;;;CAGpB,CAAC;AAEH,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type AccordionBodyPropsT = HTMLMotionProps<"div">;
|
|
1
|
+
import type { AccordionBodyPropsT } from "./accordionTypes";
|
|
3
2
|
export declare function AccordionBody({ children, ...props }: AccordionBodyPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=AccordionBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionBody.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccordionBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionBody.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAiBxE"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type AccordionContextT = {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
5
|
-
};
|
|
1
|
+
import type { AccordionContextT } from "./accordionTypes";
|
|
6
2
|
export declare const AccordionContext: import("react").Context<AccordionContextT>;
|
|
7
3
|
//# sourceMappingURL=AccordionContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,eAAO,MAAM,gBAAgB,4CAA4D,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type AccordionRootPropsT = PropsWithChildren;
|
|
1
|
+
import type { AccordionRootPropsT } from "./accordionTypes";
|
|
3
2
|
export declare function AccordionRoot({ children }: AccordionRootPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=AccordionRoot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionRoot.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccordionRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionRoot.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAQ9D"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
export type AccordionTogglePropsT = ComponentProps<"button"> & {
|
|
3
|
-
icon?: ReactNode;
|
|
4
|
-
};
|
|
1
|
+
import type { AccordionTogglePropsT } from "./accordionTypes";
|
|
5
2
|
export declare function AccordionToggle({ onClick, ...props }: AccordionTogglePropsT): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
//# sourceMappingURL=AccordionToggle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionToggle.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionToggle.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccordionToggle.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionToggle.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAa3E"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { HTMLMotionProps } from "framer-motion";
|
|
2
|
+
import type { ComponentProps, Dispatch, PropsWithChildren, ReactNode, SetStateAction } from "react";
|
|
3
|
+
export type AccordionContextT = {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
6
|
+
};
|
|
7
|
+
export type AccordionRootPropsT = PropsWithChildren;
|
|
8
|
+
export type AccordionBodyPropsT = HTMLMotionProps<"div">;
|
|
9
|
+
export type AccordionTogglePropsT = ComponentProps<"button"> & {
|
|
10
|
+
icon?: ReactNode;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=accordionTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordionTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/accordionTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEpG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC,KAAK,CAAC,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC7D,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type AffixPropsT = ComponentProps<"button">;
|
|
1
|
+
import type { AffixPropsT } from "./affixTypes";
|
|
3
2
|
export declare const Affix: ({ onClick, ...p }: AffixPropsT) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=Affix.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/Affix.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/Affix.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,KAAK,GAAI,mBAAmB,WAAW,4CA2CnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affixTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/affixTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/Breadcrumbs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW;;CAEtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/Breadcrumbs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW;;CAEtB,CAAC;AAEH,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type BreadcrumbsContextT = {
|
|
3
|
-
separator: ReactNode;
|
|
4
|
-
};
|
|
1
|
+
import type { BreadcrumbsContextT } from "./breadcrumbsTypes";
|
|
5
2
|
export declare const BreadcrumbsContext: import("react").Context<BreadcrumbsContextT>;
|
|
6
3
|
//# sourceMappingURL=BreadcrumbsContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbsContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,eAAO,MAAM,kBAAkB,8CAAgE,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type BreadcrumbsItemPropsT = ComponentProps<"div"> & {
|
|
3
|
-
isLastItem?: boolean;
|
|
4
|
-
};
|
|
1
|
+
import type { BreadcrumbsItemPropsT } from "./breadcrumbsTypes";
|
|
5
2
|
export declare function BreadcrumbsItem({ isLastItem, children, ...p }: BreadcrumbsItemPropsT): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
//# sourceMappingURL=BreadcrumbsItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsItem.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAC9B,UAAkB,EAClB,QAAQ,EACR,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAUvB"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export type BreadcrumbsRootPropsT = ComponentProps<"nav"> & {
|
|
3
|
-
separator: ReactNode;
|
|
4
|
-
};
|
|
1
|
+
import type { BreadcrumbsRootPropsT } from "./breadcrumbsTypes";
|
|
5
2
|
export declare function BreadcrumbsRoot({ separator, ...p }: BreadcrumbsRootPropsT): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
//# sourceMappingURL=BreadcrumbsRoot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsRoot.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BreadcrumbsRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsRoot.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAMvB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ComponentProps, ReactNode } from "react";
|
|
2
|
+
export type BreadcrumbsContextT = {
|
|
3
|
+
separator: ReactNode;
|
|
4
|
+
};
|
|
5
|
+
export type BreadcrumbsRootPropsT = ComponentProps<"nav"> & {
|
|
6
|
+
separator: ReactNode;
|
|
7
|
+
};
|
|
8
|
+
export type BreadcrumbsItemPropsT = ComponentProps<"div"> & {
|
|
9
|
+
isLastItem?: boolean;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=breadcrumbsTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbsTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/breadcrumbsTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/Carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;CAMnB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/Carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;CAMnB,CAAC;AAEH,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type CarouselContainerPropsT = ComponentProps<"div">;
|
|
1
|
+
import type { CarouselContainerPropsT } from "./carouselTypes";
|
|
3
2
|
export declare function CarouselContainer({ children, style, ...p }: CarouselContainerPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=CarouselContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselContainer.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContainer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselContainer.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContainer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CA4FnF"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type CarouselContextPropsT = {
|
|
3
|
-
scrollRef: RefObject<HTMLDivElement | null>;
|
|
4
|
-
leftOpacity: number;
|
|
5
|
-
rightOpacity: number;
|
|
6
|
-
childrenWidth: number;
|
|
7
|
-
mouseScroll?: "auto" | "swipe";
|
|
8
|
-
};
|
|
1
|
+
import type { CarouselContextPropsT } from "./carouselTypes";
|
|
9
2
|
export declare const CarouselContext: import("react").Context<CarouselContextPropsT>;
|
|
10
3
|
//# sourceMappingURL=CarouselContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,eAAO,MAAM,eAAe,gDAAoE,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type CarouselLeftFadePropsT = ComponentProps<"div">;
|
|
1
|
+
import type { CarouselLeftFadePropsT } from "./carouselTypes";
|
|
3
2
|
export declare function CarouselLeftFade({ style, ...p }: CarouselLeftFadePropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export {};
|
|
5
3
|
//# sourceMappingURL=CarouselLeftFade.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselLeftFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselLeftFade.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselLeftFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselLeftFade.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAE9D,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,sBAAsB,2CAYvE"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type CarouselNextBtnPropsT = ComponentProps<"button">;
|
|
1
|
+
import type { CarouselNextBtnPropsT } from "./carouselTypes";
|
|
3
2
|
export declare function CarouselNextBtn({ onClick, ...props }: CarouselNextBtnPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=CarouselNextBtn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselNextBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselNextBtn.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselNextBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselNextBtn.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type CarouselPrevBtnPropsT = ComponentProps<"button">;
|
|
1
|
+
import type { CarouselPrevBtnPropsT } from "./carouselTypes";
|
|
3
2
|
export declare function CarouselPrevBtn({ onClick, ...props }: CarouselPrevBtnPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=CarouselPrevBtn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselPrevBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselPrevBtn.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselPrevBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselPrevBtn.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type CarouselRightFadePropsT = ComponentProps<"div">;
|
|
1
|
+
import type { CarouselRightFadePropsT } from "./carouselTypes";
|
|
3
2
|
export declare function CarouselRightFade({ style, ...p }: CarouselRightFadePropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export {};
|
|
5
3
|
//# sourceMappingURL=CarouselRightFade.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselRightFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRightFade.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselRightFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRightFade.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CAYzE"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type CarouselRootPropsT = ComponentProps<"div"> & {
|
|
3
|
-
mouseScroll?: "auto" | "swipe";
|
|
4
|
-
};
|
|
1
|
+
import type { CarouselRootPropsT } from "./carouselTypes";
|
|
5
2
|
export declare function CarouselRoot({ dir, mouseScroll, ...p }: CarouselRootPropsT): import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
//# sourceMappingURL=CarouselRoot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRoot.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRoot.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,wBAAgB,YAAY,CAAC,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG,CAAC,EAAE,EAAE,kBAAkB,2CA+D1E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ComponentProps, RefObject } from "react";
|
|
2
|
+
export type CarouselContextPropsT = {
|
|
3
|
+
scrollRef: RefObject<HTMLDivElement | null>;
|
|
4
|
+
leftOpacity: number;
|
|
5
|
+
rightOpacity: number;
|
|
6
|
+
childrenWidth: number;
|
|
7
|
+
mouseScroll?: "auto" | "swipe";
|
|
8
|
+
};
|
|
9
|
+
export type CarouselRootPropsT = ComponentProps<"div"> & {
|
|
10
|
+
mouseScroll?: "auto" | "swipe";
|
|
11
|
+
};
|
|
12
|
+
export type CarouselContainerPropsT = ComponentProps<"div">;
|
|
13
|
+
export type CarouselNextBtnPropsT = ComponentProps<"button">;
|
|
14
|
+
export type CarouselPrevBtnPropsT = ComponentProps<"button">;
|
|
15
|
+
export type CarouselLeftFadePropsT = ComponentProps<"div">;
|
|
16
|
+
export type CarouselRightFadePropsT = ComponentProps<"div">;
|
|
17
|
+
//# sourceMappingURL=carouselTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carouselTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/carouselTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACvD,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE3D,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Choice.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/Choice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,MAAM;;;CAGjB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Choice.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/Choice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,MAAM;;;CAGjB,CAAC;AAEH,cAAc,eAAe,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type MultiModeT = {
|
|
3
|
-
multiple: true;
|
|
4
|
-
activeChoice: string[];
|
|
5
|
-
setActiveChoice: Dispatch<SetStateAction<string[]>>;
|
|
6
|
-
};
|
|
7
|
-
type SingleModeT = {
|
|
8
|
-
multiple?: false;
|
|
9
|
-
activeChoice: string | null;
|
|
10
|
-
setActiveChoice: Dispatch<SetStateAction<string | null>>;
|
|
11
|
-
};
|
|
12
|
-
type MergedModeT = SingleModeT | MultiModeT;
|
|
13
|
-
export type ChoiceContextT = MergedModeT & {
|
|
14
|
-
requiredOne?: boolean;
|
|
15
|
-
};
|
|
1
|
+
import type { ChoiceContextT } from "./choiceTypes";
|
|
16
2
|
export declare const ChoiceContext: import("react").Context<ChoiceContextT>;
|
|
17
|
-
export {};
|
|
18
3
|
//# sourceMappingURL=ChoiceContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,aAAa,yCAAsD,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type ChoiceNavigationPropsT = AccessNavigationPropsT;
|
|
1
|
+
import type { ChoiceNavigationPropsT } from "./choiceTypes";
|
|
3
2
|
export declare function ChoiceNavigation(p: ChoiceNavigationPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export {};
|
|
5
3
|
//# sourceMappingURL=ChoiceNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceNavigation.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceNavigation.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceNavigation.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceNavigation.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE5D,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,sBAAsB,2CAIzD"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChoiceContextT } from "./ChoiceContext";
|
|
3
|
-
type ChoiceRootPropsT = ComponentProps<"div"> & ChoiceContextT;
|
|
1
|
+
import type { ChoiceRootPropsT } from "./choiceTypes";
|
|
4
2
|
export declare function ChoiceRoot({ multiple, activeChoice, setActiveChoice, requiredOne, ...p }: ChoiceRootPropsT): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
3
|
//# sourceMappingURL=ChoiceRoot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceRoot.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceRoot.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAkB,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtE,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,WAAW,EACX,GAAG,CAAC,EACL,EAAE,gBAAgB,2CAOlB"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type ChoiceTriggerPropsT = ComponentProps<"button"> & {
|
|
3
|
-
choiceName: string;
|
|
4
|
-
};
|
|
1
|
+
import type { ChoiceTriggerPropsT } from "./choiceTypes";
|
|
5
2
|
export declare function ChoiceTrigger({ choiceName, onClick, ...p }: ChoiceTriggerPropsT): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
3
|
//# sourceMappingURL=ChoiceTrigger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceTrigger.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceTrigger.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChoiceTrigger.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceTrigger.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,OAAO,EACP,GAAG,CAAC,EACL,EAAE,mBAAmB,2CAiCrB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { ComponentProps, Dispatch, SetStateAction } from "react";
|
|
2
|
+
import type { AccessNavigationPropsT } from "../AccessNavigation/AccessNavigation";
|
|
3
|
+
type MultiModeT = {
|
|
4
|
+
multiple: true;
|
|
5
|
+
activeChoice: string[];
|
|
6
|
+
setActiveChoice: Dispatch<SetStateAction<string[]>>;
|
|
7
|
+
};
|
|
8
|
+
type SingleModeT = {
|
|
9
|
+
multiple?: false;
|
|
10
|
+
activeChoice: string | null;
|
|
11
|
+
setActiveChoice: Dispatch<SetStateAction<string | null>>;
|
|
12
|
+
};
|
|
13
|
+
type MergedModeT = SingleModeT | MultiModeT;
|
|
14
|
+
export type ChoiceContextT = MergedModeT & {
|
|
15
|
+
requiredOne?: boolean;
|
|
16
|
+
};
|
|
17
|
+
export type ChoiceRootPropsT = ComponentProps<"div"> & ChoiceContextT;
|
|
18
|
+
export type ChoiceTriggerPropsT = ComponentProps<"button"> & {
|
|
19
|
+
choiceName: string;
|
|
20
|
+
};
|
|
21
|
+
export type ChoiceNavigationPropsT = AccessNavigationPropsT;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=choiceTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"choiceTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/choiceTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAEnF,KAAK,UAAU,GAAG;IAChB,QAAQ,EAAE,IAAI,CAAC;IACf,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;CACrD,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG;IACzC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC;AAEtE,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC3D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type ClientOnlyPropsT = PropsWithChildren;
|
|
1
|
+
import type { ClientOnlyPropsT } from "./clientOnlyTypes";
|
|
3
2
|
export declare function ClientOnly({ children }: ClientOnlyPropsT): import("react").ReactNode;
|
|
4
3
|
//# sourceMappingURL=ClientOnly.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/ClientOnly.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/ClientOnly.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,gBAAgB,6BAIxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientOnlyTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/clientOnlyTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
export type ClipboardPropsT = ComponentProps<"button"> & {
|
|
3
|
-
text: string;
|
|
4
|
-
timeout?: number;
|
|
5
|
-
copiedChildren?: ReactNode;
|
|
6
|
-
};
|
|
1
|
+
import type { ClipboardPropsT } from "./clipboardTypes";
|
|
7
2
|
export declare function Clipboard({ copiedChildren, onClick, children, text, title, "aria-label": ariaLabel, timeout, ...props }: ClipboardPropsT): import("react/jsx-runtime").JSX.Element;
|
|
8
3
|
//# sourceMappingURL=Clipboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Clipboard.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/Clipboard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Clipboard.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/Clipboard.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,wBAAgB,SAAS,CAAC,EACxB,cAAc,EACd,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,eAAe,2CAiBjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clipboardTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/clipboardTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,WAAW;;;;CAItB,CAAC"}
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,WAAW;;;;CAItB,CAAC;AAEH,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type ContextMenuBodyPropsT = ComponentProps<"div">;
|
|
1
|
+
import type { ContextMenuBodyPropsT } from "./contextMenuTypes";
|
|
3
2
|
export declare function ContextMenuBody({ onContextMenu, ...p }: ContextMenuBodyPropsT): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
//# sourceMappingURL=ContextMenuBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenuBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenuBody.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextMenuBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenuBody.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAAE,aAAa,EAAE,GAAG,CAAC,EAAE,EAAE,qBAAqB,2CAmB7E"}
|