@fluentui/react-teaching-popover 9.7.2 → 9.74.3-experimental.esm.20260709-49ee7a20cf.0
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/CHANGELOG.md +20 -2
- package/dist/index.d.cts +829 -0
- package/lib/TeachingPopover.js +1 -1
- package/lib/TeachingPopover.js.map +1 -1
- package/lib/TeachingPopoverBody.js +1 -1
- package/lib/TeachingPopoverBody.js.map +1 -1
- package/lib/TeachingPopoverCarousel.js +1 -1
- package/lib/TeachingPopoverCarousel.js.map +1 -1
- package/lib/TeachingPopoverCarouselCard.js +1 -1
- package/lib/TeachingPopoverCarouselCard.js.map +1 -1
- package/lib/TeachingPopoverCarouselFooter.js +1 -1
- package/lib/TeachingPopoverCarouselFooter.js.map +1 -1
- package/lib/TeachingPopoverCarouselFooterButton.js +1 -1
- package/lib/TeachingPopoverCarouselFooterButton.js.map +1 -1
- package/lib/TeachingPopoverCarouselNav.js +1 -1
- package/lib/TeachingPopoverCarouselNav.js.map +1 -1
- package/lib/TeachingPopoverCarouselNavButton.js +1 -1
- package/lib/TeachingPopoverCarouselNavButton.js.map +1 -1
- package/lib/TeachingPopoverCarouselPageCount.js +1 -1
- package/lib/TeachingPopoverCarouselPageCount.js.map +1 -1
- package/lib/TeachingPopoverFooter.js +1 -1
- package/lib/TeachingPopoverFooter.js.map +1 -1
- package/lib/TeachingPopoverHeader.js +1 -1
- package/lib/TeachingPopoverHeader.js.map +1 -1
- package/lib/TeachingPopoverSurface.js +1 -1
- package/lib/TeachingPopoverSurface.js.map +1 -1
- package/lib/TeachingPopoverTitle.js +1 -1
- package/lib/TeachingPopoverTitle.js.map +1 -1
- package/lib/TeachingPopoverTrigger.js +1 -1
- package/lib/TeachingPopoverTrigger.js.map +1 -1
- package/lib/components/TeachingPopover/TeachingPopover.js +3 -3
- package/lib/components/TeachingPopover/TeachingPopover.js.map +1 -1
- package/lib/components/TeachingPopover/index.js +4 -4
- package/lib/components/TeachingPopover/index.js.map +1 -1
- package/lib/components/TeachingPopover/renderTeachingPopover.js +1 -1
- package/lib/components/TeachingPopover/useTeachingPopover.js +1 -1
- package/lib/components/TeachingPopover/useTeachingPopoverContextValues.js +1 -1
- package/lib/components/TeachingPopoverBody/TeachingPopoverBody.js +5 -5
- package/lib/components/TeachingPopoverBody/TeachingPopoverBody.js.map +1 -1
- package/lib/components/TeachingPopoverBody/index.js +4 -4
- package/lib/components/TeachingPopoverBody/index.js.map +1 -1
- package/lib/components/TeachingPopoverBody/renderTeachingPopoverBody.js +1 -1
- package/lib/components/TeachingPopoverBody/useTeachingPopoverBody.js +1 -1
- package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js +1 -1
- package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.raw.js +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/Carousel.js +6 -6
- package/lib/components/TeachingPopoverCarousel/Carousel/Carousel.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselContext.js +2 -2
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselContext.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.js +3 -3
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/renderCarouselItem.js +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.js +3 -3
- package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselValues.js +2 -2
- package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselValues.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselWalker.js +4 -4
- package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselWalker.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/TeachingPopoverCarousel.js +6 -6
- package/lib/components/TeachingPopoverCarousel/TeachingPopoverCarousel.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/index.js +5 -5
- package/lib/components/TeachingPopoverCarousel/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/renderTeachingPopoverCarousel.js +2 -2
- package/lib/components/TeachingPopoverCarousel/renderTeachingPopoverCarousel.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarousel.js +3 -3
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarousel.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselContextValues.js +1 -1
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js +1 -1
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.raw.js +1 -1
- package/lib/components/TeachingPopoverCarouselCard/TeachingPopoverCarouselCard.js +5 -5
- package/lib/components/TeachingPopoverCarouselCard/TeachingPopoverCarouselCard.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselCard/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselCard/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselCard/renderTeachingPopoverCarouselCard.js +1 -1
- package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCard.js +2 -2
- package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCard.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js +1 -1
- package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.raw.js +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/TeachingPopoverCarouselFooter.js +5 -5
- package/lib/components/TeachingPopoverCarouselFooter/TeachingPopoverCarouselFooter.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselFooter/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/renderTeachingPopoverCarouselFooter.js +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooter.js +2 -2
- package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooter.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.raw.js +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/TeachingPopoverCarouselFooterButton.js +5 -5
- package/lib/components/TeachingPopoverCarouselFooterButton/TeachingPopoverCarouselFooterButton.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselFooterButton/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/renderTeachingPopoverCarouselFooterButton.js +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButton.js +7 -7
- package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButton.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverCarouselNav/TeachingPopoverCarouselNav.js +5 -5
- package/lib/components/TeachingPopoverCarouselNav/TeachingPopoverCarouselNav.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNav/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselNav/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNav/renderTeachingPopoverCarouselNav.js +2 -2
- package/lib/components/TeachingPopoverCarouselNav/renderTeachingPopoverCarouselNav.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNav.js +3 -3
- package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNav.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverCarouselNav/valueIdContext.js +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/TeachingPopoverCarouselNavButton.js +5 -5
- package/lib/components/TeachingPopoverCarouselNavButton/TeachingPopoverCarouselNavButton.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselNavButton/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/renderTeachingPopoverCarouselNavButton.js +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButton.js +6 -6
- package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButton.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverCarouselPageCount/TeachingPopoverCarouselPageCount.js +5 -5
- package/lib/components/TeachingPopoverCarouselPageCount/TeachingPopoverCarouselPageCount.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/index.js +4 -4
- package/lib/components/TeachingPopoverCarouselPageCount/index.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/renderTeachingPopoverCarouselPageCount.js +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCount.js +3 -3
- package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCount.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.raw.js +1 -1
- package/lib/components/TeachingPopoverFooter/TeachingPopoverFooter.js +5 -5
- package/lib/components/TeachingPopoverFooter/TeachingPopoverFooter.js.map +1 -1
- package/lib/components/TeachingPopoverFooter/index.js +4 -4
- package/lib/components/TeachingPopoverFooter/index.js.map +1 -1
- package/lib/components/TeachingPopoverFooter/renderTeachingPopoverFooter.js +1 -1
- package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooter.js +3 -3
- package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js +2 -2
- package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.raw.js +2 -2
- package/lib/components/TeachingPopoverHeader/TeachingPopoverHeader.js +5 -5
- package/lib/components/TeachingPopoverHeader/TeachingPopoverHeader.js.map +1 -1
- package/lib/components/TeachingPopoverHeader/index.js +4 -4
- package/lib/components/TeachingPopoverHeader/index.js.map +1 -1
- package/lib/components/TeachingPopoverHeader/renderTeachingPopoverHeader.js +1 -1
- package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeader.js +4 -4
- package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverSurface/TeachingPopoverSurface.js +5 -5
- package/lib/components/TeachingPopoverSurface/TeachingPopoverSurface.js.map +1 -1
- package/lib/components/TeachingPopoverSurface/index.js +4 -4
- package/lib/components/TeachingPopoverSurface/index.js.map +1 -1
- package/lib/components/TeachingPopoverSurface/renderTeachingPopoverSurface.js +2 -2
- package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurface.js +1 -1
- package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverTitle/TeachingPopoverTitle.js +5 -5
- package/lib/components/TeachingPopoverTitle/TeachingPopoverTitle.js.map +1 -1
- package/lib/components/TeachingPopoverTitle/index.js +4 -4
- package/lib/components/TeachingPopoverTitle/index.js.map +1 -1
- package/lib/components/TeachingPopoverTitle/renderTeachingPopoverTitle.js +1 -1
- package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitle.js +4 -4
- package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js +3 -3
- package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js.map +1 -1
- package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.raw.js +3 -3
- package/lib/components/TeachingPopoverTrigger/TeachingPopoverTrigger.js +2 -2
- package/lib/components/TeachingPopoverTrigger/TeachingPopoverTrigger.js.map +1 -1
- package/lib/components/TeachingPopoverTrigger/index.js +3 -3
- package/lib/components/TeachingPopoverTrigger/index.js.map +1 -1
- package/lib/components/TeachingPopoverTrigger/useTeachingPopoverTrigger.js +1 -1
- package/lib/index.js +21 -21
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{TeachingPopover.js → TeachingPopover.cjs} +1 -1
- package/lib-commonjs/{TeachingPopover.js.map → TeachingPopover.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverBody.js → TeachingPopoverBody.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverBody.js.map → TeachingPopoverBody.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarousel.js → TeachingPopoverCarousel.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarousel.js.map → TeachingPopoverCarousel.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselCard.js → TeachingPopoverCarouselCard.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselCard.js.map → TeachingPopoverCarouselCard.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselFooter.js → TeachingPopoverCarouselFooter.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselFooter.js.map → TeachingPopoverCarouselFooter.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselFooterButton.js → TeachingPopoverCarouselFooterButton.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselFooterButton.js.map → TeachingPopoverCarouselFooterButton.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselNav.js → TeachingPopoverCarouselNav.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselNav.js.map → TeachingPopoverCarouselNav.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselNavButton.js → TeachingPopoverCarouselNavButton.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselNavButton.js.map → TeachingPopoverCarouselNavButton.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselPageCount.js → TeachingPopoverCarouselPageCount.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverCarouselPageCount.js.map → TeachingPopoverCarouselPageCount.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverFooter.js → TeachingPopoverFooter.cjs} +7 -7
- package/lib-commonjs/{TeachingPopoverFooter.js.map → TeachingPopoverFooter.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverHeader.js → TeachingPopoverHeader.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverHeader.js.map → TeachingPopoverHeader.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverSurface.js → TeachingPopoverSurface.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverSurface.js.map → TeachingPopoverSurface.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverTitle.js → TeachingPopoverTitle.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverTitle.js.map → TeachingPopoverTitle.cjs.map} +1 -1
- package/lib-commonjs/{TeachingPopoverTrigger.js → TeachingPopoverTrigger.cjs} +1 -1
- package/lib-commonjs/{TeachingPopoverTrigger.js.map → TeachingPopoverTrigger.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopover/{TeachingPopover.js → TeachingPopover.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopover/{TeachingPopover.js.map → TeachingPopover.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopover/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopover/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.js → TeachingPopoverBody.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.js.map → TeachingPopoverBody.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverBody/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverBody/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.js → Carousel.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.js.map → Carousel.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{CarouselContext.js → CarouselContext.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{CarouselContext.js.map → CarouselContext.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{Carouseltem.js → Carouseltem.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{Carouseltem.js.map → Carouseltem.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{useCarouselItem.js → useCarouselItem.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{useCarouselItem.js.map → useCarouselItem.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselValues.js → useCarouselValues.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselValues.js.map → useCarouselValues.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselWalker.js → useCarouselWalker.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselWalker.js.map → useCarouselWalker.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.js → TeachingPopoverCarousel.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.js.map → TeachingPopoverCarousel.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{index.js → index.cjs} +5 -5
- package/lib-commonjs/components/TeachingPopoverCarousel/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{renderTeachingPopoverCarousel.js → renderTeachingPopoverCarousel.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{renderTeachingPopoverCarousel.js.map → renderTeachingPopoverCarousel.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarousel.js → useTeachingPopoverCarousel.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarousel.js.map → useTeachingPopoverCarousel.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.js → TeachingPopoverCarouselCard.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.js.map → TeachingPopoverCarouselCard.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCard.js → useTeachingPopoverCarouselCard.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCard.js.map → useTeachingPopoverCarouselCard.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.js → TeachingPopoverCarouselFooter.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.js.map → TeachingPopoverCarouselFooter.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooter.js → useTeachingPopoverCarouselFooter.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooter.js.map → useTeachingPopoverCarouselFooter.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.js → TeachingPopoverCarouselFooterButton.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.js.map → TeachingPopoverCarouselFooterButton.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButton.js → useTeachingPopoverCarouselFooterButton.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButton.js.map → useTeachingPopoverCarouselFooterButton.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.js → TeachingPopoverCarouselNav.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.js.map → TeachingPopoverCarouselNav.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{renderTeachingPopoverCarouselNav.js → renderTeachingPopoverCarouselNav.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{renderTeachingPopoverCarouselNav.js.map → renderTeachingPopoverCarouselNav.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNav.js → useTeachingPopoverCarouselNav.cjs} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNav.js.map → useTeachingPopoverCarouselNav.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.js → TeachingPopoverCarouselNavButton.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.js.map → TeachingPopoverCarouselNavButton.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButton.js → useTeachingPopoverCarouselNavButton.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButton.js.map → useTeachingPopoverCarouselNavButton.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.js → TeachingPopoverCarouselPageCount.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.js.map → TeachingPopoverCarouselPageCount.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCount.js → useTeachingPopoverCarouselPageCount.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCount.js.map → useTeachingPopoverCarouselPageCount.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.js → TeachingPopoverFooter.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.js.map → TeachingPopoverFooter.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverFooter/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverFooter/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.js → TeachingPopoverHeader.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.js.map → TeachingPopoverHeader.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverHeader/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverHeader/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.js → TeachingPopoverSurface.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.js.map → TeachingPopoverSurface.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverSurface/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverSurface/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.js → TeachingPopoverTitle.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.js.map → TeachingPopoverTitle.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverTitle/{index.js → index.cjs} +4 -4
- package/lib-commonjs/components/TeachingPopoverTitle/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.cjs.map +1 -0
- package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.js → TeachingPopoverTrigger.cjs} +2 -2
- package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.js.map → TeachingPopoverTrigger.cjs.map} +1 -1
- package/lib-commonjs/components/TeachingPopoverTrigger/{index.js → index.cjs} +3 -3
- package/lib-commonjs/components/TeachingPopoverTrigger/{index.js.map → index.cjs.map} +1 -1
- package/lib-commonjs/{index.js → index.cjs} +14 -14
- package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
- package/package.json +23 -22
- package/lib-commonjs/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js.map +0 -1
- package/lib-commonjs/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js.map +0 -1
- /package/lib-commonjs/components/TeachingPopover/{TeachingPopover.types.js → TeachingPopover.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{TeachingPopover.types.js.map → TeachingPopover.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{renderTeachingPopover.js → renderTeachingPopover.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{renderTeachingPopover.js.map → renderTeachingPopover.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{useTeachingPopover.js → useTeachingPopover.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{useTeachingPopover.js.map → useTeachingPopover.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{useTeachingPopoverContextValues.js → useTeachingPopoverContextValues.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopover/{useTeachingPopoverContextValues.js.map → useTeachingPopoverContextValues.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.types.js → TeachingPopoverBody.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.types.js.map → TeachingPopoverBody.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{renderTeachingPopoverBody.js → renderTeachingPopoverBody.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{renderTeachingPopoverBody.js.map → renderTeachingPopoverBody.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBody.js → useTeachingPopoverBody.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBody.js.map → useTeachingPopoverBody.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.js → useTeachingPopoverBodyStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.raw.js → useTeachingPopoverBodyStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.raw.js.map → useTeachingPopoverBodyStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.types.js → Carousel.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.types.js.map → Carousel.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{CarouselItem.types.js → CarouselItem.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{CarouselItem.types.js.map → CarouselItem.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{renderCarouselItem.js → renderCarouselItem.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{renderCarouselItem.js.map → renderCarouselItem.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{constants.js → constants.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{constants.js.map → constants.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{createCarouselStore.js → createCarouselStore.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{createCarouselStore.js.map → createCarouselStore.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.types.js → TeachingPopoverCarousel.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.types.js.map → TeachingPopoverCarousel.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselContextValues.js → useTeachingPopoverCarouselContextValues.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselContextValues.js.map → useTeachingPopoverCarouselContextValues.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.js → useTeachingPopoverCarouselStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.raw.js → useTeachingPopoverCarouselStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.raw.js.map → useTeachingPopoverCarouselStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.types.js → TeachingPopoverCarouselCard.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.types.js.map → TeachingPopoverCarouselCard.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{renderTeachingPopoverCarouselCard.js → renderTeachingPopoverCarouselCard.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{renderTeachingPopoverCarouselCard.js.map → renderTeachingPopoverCarouselCard.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.js → useTeachingPopoverCarouselCardStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.raw.js → useTeachingPopoverCarouselCardStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.raw.js.map → useTeachingPopoverCarouselCardStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.types.js → TeachingPopoverCarouselFooter.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.types.js.map → TeachingPopoverCarouselFooter.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{renderTeachingPopoverCarouselFooter.js → renderTeachingPopoverCarouselFooter.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{renderTeachingPopoverCarouselFooter.js.map → renderTeachingPopoverCarouselFooter.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.js → useTeachingPopoverCarouselFooterStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.raw.js → useTeachingPopoverCarouselFooterStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.raw.js.map → useTeachingPopoverCarouselFooterStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.types.js → TeachingPopoverCarouselFooterButton.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.types.js.map → TeachingPopoverCarouselFooterButton.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{renderTeachingPopoverCarouselFooterButton.js → renderTeachingPopoverCarouselFooterButton.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{renderTeachingPopoverCarouselFooterButton.js.map → renderTeachingPopoverCarouselFooterButton.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.js → useTeachingPopoverCarouselFooterButtonStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js → useTeachingPopoverCarouselFooterButtonStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js.map → useTeachingPopoverCarouselFooterButtonStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.types.js → TeachingPopoverCarouselNav.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.types.js.map → TeachingPopoverCarouselNav.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.js → useTeachingPopoverCarouselNavStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.raw.js → useTeachingPopoverCarouselNavStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.raw.js.map → useTeachingPopoverCarouselNavStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{valueIdContext.js → valueIdContext.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNav/{valueIdContext.js.map → valueIdContext.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.types.js → TeachingPopoverCarouselNavButton.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.types.js.map → TeachingPopoverCarouselNavButton.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{renderTeachingPopoverCarouselNavButton.js → renderTeachingPopoverCarouselNavButton.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{renderTeachingPopoverCarouselNavButton.js.map → renderTeachingPopoverCarouselNavButton.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.js → useTeachingPopoverCarouselNavButtonStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.raw.js → useTeachingPopoverCarouselNavButtonStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.raw.js.map → useTeachingPopoverCarouselNavButtonStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.types.js → TeachingPopoverCarouselPageCount.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.types.js.map → TeachingPopoverCarouselPageCount.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{renderTeachingPopoverCarouselPageCount.js → renderTeachingPopoverCarouselPageCount.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{renderTeachingPopoverCarouselPageCount.js.map → renderTeachingPopoverCarouselPageCount.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.js → useTeachingPopoverCarouselPageCountStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.raw.js → useTeachingPopoverCarouselPageCountStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.raw.js.map → useTeachingPopoverCarouselPageCountStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.types.js → TeachingPopoverFooter.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.types.js.map → TeachingPopoverFooter.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{renderTeachingPopoverFooter.js → renderTeachingPopoverFooter.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{renderTeachingPopoverFooter.js.map → renderTeachingPopoverFooter.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooter.js → useTeachingPopoverFooter.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooter.js.map → useTeachingPopoverFooter.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.js → useTeachingPopoverFooterStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.raw.js → useTeachingPopoverFooterStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.raw.js.map → useTeachingPopoverFooterStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.types.js → TeachingPopoverHeader.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.types.js.map → TeachingPopoverHeader.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{renderTeachingPopoverHeader.js → renderTeachingPopoverHeader.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{renderTeachingPopoverHeader.js.map → renderTeachingPopoverHeader.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeader.js → useTeachingPopoverHeader.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeader.js.map → useTeachingPopoverHeader.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.js → useTeachingPopoverHeaderStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.raw.js → useTeachingPopoverHeaderStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.raw.js.map → useTeachingPopoverHeaderStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.types.js → TeachingPopoverSurface.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.types.js.map → TeachingPopoverSurface.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{renderTeachingPopoverSurface.js → renderTeachingPopoverSurface.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{renderTeachingPopoverSurface.js.map → renderTeachingPopoverSurface.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurface.js → useTeachingPopoverSurface.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurface.js.map → useTeachingPopoverSurface.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.js → useTeachingPopoverSurfaceStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.raw.js → useTeachingPopoverSurfaceStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.raw.js.map → useTeachingPopoverSurfaceStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.types.js → TeachingPopoverTitle.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.types.js.map → TeachingPopoverTitle.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{renderTeachingPopoverTitle.js → renderTeachingPopoverTitle.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{renderTeachingPopoverTitle.js.map → renderTeachingPopoverTitle.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitle.js → useTeachingPopoverTitle.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitle.js.map → useTeachingPopoverTitle.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.js → useTeachingPopoverTitleStyles.styles.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.raw.js → useTeachingPopoverTitleStyles.styles.raw.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.raw.js.map → useTeachingPopoverTitleStyles.styles.raw.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.types.js → TeachingPopoverTrigger.types.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.types.js.map → TeachingPopoverTrigger.types.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{renderTeachingPopoverTrigger.js → renderTeachingPopoverTrigger.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{renderTeachingPopoverTrigger.js.map → renderTeachingPopoverTrigger.cjs.map} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{useTeachingPopoverTrigger.js → useTeachingPopoverTrigger.cjs} +0 -0
- /package/lib-commonjs/components/TeachingPopoverTrigger/{useTeachingPopoverTrigger.js.map → useTeachingPopoverTrigger.cjs.map} +0 -0
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n TeachingPopoverHeader,\n teachingPopoverHeaderClassNames,\n renderTeachingPopoverHeader_unstable,\n useTeachingPopoverHeaderStyles_unstable,\n useTeachingPopoverHeader_unstable,\n} from './TeachingPopoverHeader';\nexport type {\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './TeachingPopoverHeader';\nexport {\n TeachingPopoverBody,\n teachingPopoverBodyClassNames,\n renderTeachingPopoverBody_unstable,\n useTeachingPopoverBodyStyles_unstable,\n useTeachingPopoverBody_unstable,\n} from './TeachingPopoverBody';\nexport type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './TeachingPopoverBody';\nexport {\n TeachingPopoverCarouselCard,\n teachingPopoverCarouselCardClassNames,\n renderTeachingPopoverCarouselCard_unstable,\n useTeachingPopoverCarouselCardStyles_unstable,\n useTeachingPopoverCarouselCard_unstable,\n} from './TeachingPopoverCarouselCard';\nexport type {\n TeachingPopoverCarouselCardProps,\n TeachingPopoverCarouselCardSlots,\n TeachingPopoverCarouselCardState,\n} from './TeachingPopoverCarouselCard';\nexport {\n TeachingPopoverCarousel,\n teachingPopoverCarouselClassNames,\n renderTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselStyles_unstable,\n useTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselContextValues_unstable,\n} from './TeachingPopoverCarousel';\nexport type {\n TeachingPopoverCarouselProps,\n TeachingPopoverCarouselSlots,\n TeachingPopoverCarouselState,\n} from './TeachingPopoverCarousel';\nexport {\n TeachingPopoverCarouselFooter,\n teachingPopoverCarouselFooterClassNames,\n renderTeachingPopoverCarouselFooter_unstable,\n useTeachingPopoverCarouselFooterStyles_unstable,\n useTeachingPopoverCarouselFooter_unstable,\n} from './TeachingPopoverCarouselFooter';\nexport type {\n TeachingPopoverCarouselFooterProps,\n TeachingPopoverCarouselFooterSlots,\n TeachingPopoverCarouselFooterState,\n} from './TeachingPopoverCarouselFooter';\nexport {\n TeachingPopoverCarouselNav,\n teachingPopoverCarouselNavClassNames,\n renderTeachingPopoverCarouselNav_unstable,\n useTeachingPopoverCarouselNavStyles_unstable,\n useTeachingPopoverCarouselNav_unstable,\n} from './TeachingPopoverCarouselNav';\nexport type {\n TeachingPopoverCarouselNavProps,\n TeachingPopoverCarouselNavSlots,\n TeachingPopoverCarouselNavState,\n} from './TeachingPopoverCarouselNav';\nexport {\n TeachingPopoverCarouselNavButton,\n teachingPopoverCarouselNavButtonClassNames,\n renderTeachingPopoverCarouselNavButton_unstable,\n useTeachingPopoverCarouselNavButtonStyles_unstable,\n useTeachingPopoverCarouselNavButton_unstable,\n} from './TeachingPopoverCarouselNavButton';\nexport type {\n TeachingPopoverCarouselNavButtonProps,\n TeachingPopoverCarouselNavButtonSlots,\n TeachingPopoverCarouselNavButtonState,\n} from './TeachingPopoverCarouselNavButton';\nexport {\n TeachingPopoverSurface,\n renderTeachingPopoverSurface_unstable,\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n useTeachingPopoverSurface_unstable,\n} from './TeachingPopoverSurface';\nexport type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './TeachingPopoverSurface';\nexport {\n TeachingPopoverTitle,\n teachingPopoverTitleClassNames,\n renderTeachingPopoverTitle_unstable,\n useTeachingPopoverTitleStyles_unstable,\n useTeachingPopoverTitle_unstable,\n} from './TeachingPopoverTitle';\nexport type {\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './TeachingPopoverTitle';\nexport {\n TeachingPopoverTrigger,\n renderTeachingPopoverTrigger_unstable,\n useTeachingPopoverTrigger_unstable,\n} from './TeachingPopoverTrigger';\nexport type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './TeachingPopoverTrigger';\nexport {\n TeachingPopover,\n renderTeachingPopover_unstable,\n useTeachingPopover_unstable,\n useTeachingPopoverContextValues_unstable,\n} from './TeachingPopover';\nexport type { TeachingPopoverProps, TeachingPopoverState } from './TeachingPopover';\nexport {\n TeachingPopoverFooter,\n teachingPopoverFooterClassNames,\n renderTeachingPopoverFooter_unstable,\n useTeachingPopoverFooter_unstable,\n} from './TeachingPopoverFooter';\nexport type { TeachingPopoverFooterProps, TeachingPopoverFooterState } from './TeachingPopoverFooter';\nexport {\n TeachingPopoverCarouselPageCount,\n renderTeachingPopoverCarouselPageCount_unstable,\n teachingPopoverCarouselPageCountClassNames,\n useTeachingPopoverCarouselPageCountStyles_unstable,\n useTeachingPopoverCarouselPageCount_unstable,\n} from './TeachingPopoverCarouselPageCount';\nexport type {\n TeachingPopoverCarouselPageCountProps,\n TeachingPopoverCarouselPageCountRenderFunction,\n TeachingPopoverCarouselPageCountSlots,\n TeachingPopoverCarouselPageCountState,\n} from './TeachingPopoverCarouselPageCount';\nexport {\n TeachingPopoverCarouselFooterButton,\n renderTeachingPopoverCarouselFooterButton_unstable,\n teachingPopoverCarouselFooterButtonClassNames,\n useTeachingPopoverCarouselFooterButtonStyles_unstable,\n useTeachingPopoverCarouselFooterButton_unstable,\n} from './TeachingPopoverCarouselFooterButton';\nexport type {\n TeachingPopoverCarouselFooterButtonProps,\n TeachingPopoverCarouselFooterButtonSlots,\n TeachingPopoverCarouselFooterButtonState,\n} from './TeachingPopoverCarouselFooterButton';\n\nexport { useTeachingPopoverHeaderBase_unstable } from './TeachingPopoverHeader';\nexport type { TeachingPopoverHeaderBaseProps, TeachingPopoverHeaderBaseState } from './TeachingPopoverHeader';\nexport { useTeachingPopoverFooterBase_unstable } from './TeachingPopoverFooter';\nexport type { TeachingPopoverFooterBaseProps, TeachingPopoverFooterBaseState } from './TeachingPopoverFooter';\nexport { useTeachingPopoverTitleBase_unstable } from './TeachingPopoverTitle';\nexport type { TeachingPopoverTitleBaseProps, TeachingPopoverTitleBaseState } from './TeachingPopoverTitle';\nexport { useTeachingPopoverCarouselBase_unstable } from './TeachingPopoverCarousel';\nexport type { TeachingPopoverCarouselBaseProps, TeachingPopoverCarouselBaseState } from './TeachingPopoverCarousel';\nexport { useTeachingPopoverCarouselFooterButtonBase_unstable } from './TeachingPopoverCarouselFooterButton';\nexport type {\n TeachingPopoverCarouselFooterButtonBaseProps,\n TeachingPopoverCarouselFooterButtonBaseState,\n} from './TeachingPopoverCarouselFooterButton';\nexport { useTeachingPopoverCarouselNavBase_unstable } from './TeachingPopoverCarouselNav';\nexport type {\n TeachingPopoverCarouselNavBaseProps,\n TeachingPopoverCarouselNavBaseState,\n} from './TeachingPopoverCarouselNav';\nexport { useTeachingPopoverCarouselNavButtonBase_unstable } from './TeachingPopoverCarouselNavButton';\nexport type {\n TeachingPopoverCarouselNavButtonBaseProps,\n TeachingPopoverCarouselNavButtonBaseState,\n} from './TeachingPopoverCarouselNavButton';\n"],"names":["TeachingPopoverHeader","teachingPopoverHeaderClassNames","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeaderStyles_unstable","useTeachingPopoverHeader_unstable","TeachingPopoverBody","teachingPopoverBodyClassNames","renderTeachingPopoverBody_unstable","useTeachingPopoverBodyStyles_unstable","useTeachingPopoverBody_unstable","TeachingPopoverCarouselCard","teachingPopoverCarouselCardClassNames","renderTeachingPopoverCarouselCard_unstable","useTeachingPopoverCarouselCardStyles_unstable","useTeachingPopoverCarouselCard_unstable","TeachingPopoverCarousel","teachingPopoverCarouselClassNames","renderTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselStyles_unstable","useTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselContextValues_unstable","TeachingPopoverCarouselFooter","teachingPopoverCarouselFooterClassNames","renderTeachingPopoverCarouselFooter_unstable","useTeachingPopoverCarouselFooterStyles_unstable","useTeachingPopoverCarouselFooter_unstable","TeachingPopoverCarouselNav","teachingPopoverCarouselNavClassNames","renderTeachingPopoverCarouselNav_unstable","useTeachingPopoverCarouselNavStyles_unstable","useTeachingPopoverCarouselNav_unstable","TeachingPopoverCarouselNavButton","teachingPopoverCarouselNavButtonClassNames","renderTeachingPopoverCarouselNavButton_unstable","useTeachingPopoverCarouselNavButtonStyles_unstable","useTeachingPopoverCarouselNavButton_unstable","TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable","useTeachingPopoverSurface_unstable","TeachingPopoverTitle","teachingPopoverTitleClassNames","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitleStyles_unstable","useTeachingPopoverTitle_unstable","TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable","TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable","TeachingPopoverFooter","teachingPopoverFooterClassNames","renderTeachingPopoverFooter_unstable","useTeachingPopoverFooter_unstable","TeachingPopoverCarouselPageCount","renderTeachingPopoverCarouselPageCount_unstable","teachingPopoverCarouselPageCountClassNames","useTeachingPopoverCarouselPageCountStyles_unstable","useTeachingPopoverCarouselPageCount_unstable","TeachingPopoverCarouselFooterButton","renderTeachingPopoverCarouselFooterButton_unstable","teachingPopoverCarouselFooterButtonClassNames","useTeachingPopoverCarouselFooterButtonStyles_unstable","useTeachingPopoverCarouselFooterButton_unstable","useTeachingPopoverHeaderBase_unstable","useTeachingPopoverFooterBase_unstable","useTeachingPopoverTitleBase_unstable","useTeachingPopoverCarouselBase_unstable","useTeachingPopoverCarouselFooterButtonBase_unstable","useTeachingPopoverCarouselNavBase_unstable","useTeachingPopoverCarouselNavButtonBase_unstable"],"mappings":"AAAA,SACEA,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,uCAAuC,EACvCC,iCAAiC,QAC5B,0BAA0B;AAMjC,SACEC,mBAAmB,EACnBC,6BAA6B,EAC7BC,kCAAkC,EAClCC,qCAAqC,EACrCC,+BAA+B,QAC1B,wBAAwB;AAM/B,SACEC,2BAA2B,EAC3BC,qCAAqC,EACrCC,0CAA0C,EAC1CC,6CAA6C,EAC7CC,uCAAuC,QAClC,gCAAgC;AAMvC,SACEC,uBAAuB,EACvBC,iCAAiC,EACjCC,sCAAsC,EACtCC,yCAAyC,EACzCC,mCAAmC,EACnCC,gDAAgD,QAC3C,4BAA4B;AAMnC,SACEC,6BAA6B,EAC7BC,uCAAuC,EACvCC,4CAA4C,EAC5CC,+CAA+C,EAC/CC,yCAAyC,QACpC,kCAAkC;AAMzC,SACEC,0BAA0B,EAC1BC,oCAAoC,EACpCC,yCAAyC,EACzCC,4CAA4C,EAC5CC,sCAAsC,QACjC,+BAA+B;AAMtC,SACEC,gCAAgC,EAChCC,0CAA0C,EAC1CC,+CAA+C,EAC/CC,kDAAkD,EAClDC,4CAA4C,QACvC,qCAAqC;AAM5C,SACEC,sBAAsB,EACtBC,qCAAqC,EACrCC,gCAAgC,EAChCC,wCAAwC,EACxCC,kCAAkC,QAC7B,2BAA2B;AAMlC,SACEC,oBAAoB,EACpBC,8BAA8B,EAC9BC,mCAAmC,EACnCC,sCAAsC,EACtCC,gCAAgC,QAC3B,yBAAyB;AAMhC,SACEC,sBAAsB,EACtBC,qCAAqC,EACrCC,kCAAkC,QAC7B,2BAA2B;AAMlC,SACEC,eAAe,EACfC,8BAA8B,EAC9BC,2BAA2B,EAC3BC,wCAAwC,QACnC,oBAAoB;AAE3B,SACEC,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,iCAAiC,QAC5B,0BAA0B;AAEjC,SACEC,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,QACvC,qCAAqC;AAO5C,SACEC,mCAAmC,EACnCC,kDAAkD,EAClDC,6CAA6C,EAC7CC,qDAAqD,EACrDC,+CAA+C,QAC1C,wCAAwC;AAO/C,SAASC,qCAAqC,QAAQ,0BAA0B;AAEhF,SAASC,qCAAqC,QAAQ,0BAA0B;AAEhF,SAASC,oCAAoC,QAAQ,yBAAyB;AAE9E,SAASC,uCAAuC,QAAQ,4BAA4B;AAEpF,SAASC,mDAAmD,QAAQ,wCAAwC;AAK5G,SAASC,0CAA0C,QAAQ,+BAA+B;AAK1F,SAASC,gDAAgD,QAAQ,qCAAqC"}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n TeachingPopoverHeader,\n teachingPopoverHeaderClassNames,\n renderTeachingPopoverHeader_unstable,\n useTeachingPopoverHeaderStyles_unstable,\n useTeachingPopoverHeader_unstable,\n} from './TeachingPopoverHeader';\nexport type {\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './TeachingPopoverHeader';\nexport {\n TeachingPopoverBody,\n teachingPopoverBodyClassNames,\n renderTeachingPopoverBody_unstable,\n useTeachingPopoverBodyStyles_unstable,\n useTeachingPopoverBody_unstable,\n} from './TeachingPopoverBody';\nexport type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './TeachingPopoverBody';\nexport {\n TeachingPopoverCarouselCard,\n teachingPopoverCarouselCardClassNames,\n renderTeachingPopoverCarouselCard_unstable,\n useTeachingPopoverCarouselCardStyles_unstable,\n useTeachingPopoverCarouselCard_unstable,\n} from './TeachingPopoverCarouselCard';\nexport type {\n TeachingPopoverCarouselCardProps,\n TeachingPopoverCarouselCardSlots,\n TeachingPopoverCarouselCardState,\n} from './TeachingPopoverCarouselCard';\nexport {\n TeachingPopoverCarousel,\n teachingPopoverCarouselClassNames,\n renderTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselStyles_unstable,\n useTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselContextValues_unstable,\n} from './TeachingPopoverCarousel';\nexport type {\n TeachingPopoverCarouselProps,\n TeachingPopoverCarouselSlots,\n TeachingPopoverCarouselState,\n} from './TeachingPopoverCarousel';\nexport {\n TeachingPopoverCarouselFooter,\n teachingPopoverCarouselFooterClassNames,\n renderTeachingPopoverCarouselFooter_unstable,\n useTeachingPopoverCarouselFooterStyles_unstable,\n useTeachingPopoverCarouselFooter_unstable,\n} from './TeachingPopoverCarouselFooter';\nexport type {\n TeachingPopoverCarouselFooterProps,\n TeachingPopoverCarouselFooterSlots,\n TeachingPopoverCarouselFooterState,\n} from './TeachingPopoverCarouselFooter';\nexport {\n TeachingPopoverCarouselNav,\n teachingPopoverCarouselNavClassNames,\n renderTeachingPopoverCarouselNav_unstable,\n useTeachingPopoverCarouselNavStyles_unstable,\n useTeachingPopoverCarouselNav_unstable,\n} from './TeachingPopoverCarouselNav';\nexport type {\n TeachingPopoverCarouselNavProps,\n TeachingPopoverCarouselNavSlots,\n TeachingPopoverCarouselNavState,\n} from './TeachingPopoverCarouselNav';\nexport {\n TeachingPopoverCarouselNavButton,\n teachingPopoverCarouselNavButtonClassNames,\n renderTeachingPopoverCarouselNavButton_unstable,\n useTeachingPopoverCarouselNavButtonStyles_unstable,\n useTeachingPopoverCarouselNavButton_unstable,\n} from './TeachingPopoverCarouselNavButton';\nexport type {\n TeachingPopoverCarouselNavButtonProps,\n TeachingPopoverCarouselNavButtonSlots,\n TeachingPopoverCarouselNavButtonState,\n} from './TeachingPopoverCarouselNavButton';\nexport {\n TeachingPopoverSurface,\n renderTeachingPopoverSurface_unstable,\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n useTeachingPopoverSurface_unstable,\n} from './TeachingPopoverSurface';\nexport type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './TeachingPopoverSurface';\nexport {\n TeachingPopoverTitle,\n teachingPopoverTitleClassNames,\n renderTeachingPopoverTitle_unstable,\n useTeachingPopoverTitleStyles_unstable,\n useTeachingPopoverTitle_unstable,\n} from './TeachingPopoverTitle';\nexport type {\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './TeachingPopoverTitle';\nexport {\n TeachingPopoverTrigger,\n renderTeachingPopoverTrigger_unstable,\n useTeachingPopoverTrigger_unstable,\n} from './TeachingPopoverTrigger';\nexport type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './TeachingPopoverTrigger';\nexport {\n TeachingPopover,\n renderTeachingPopover_unstable,\n useTeachingPopover_unstable,\n useTeachingPopoverContextValues_unstable,\n} from './TeachingPopover';\nexport type { TeachingPopoverProps, TeachingPopoverState } from './TeachingPopover';\nexport {\n TeachingPopoverFooter,\n teachingPopoverFooterClassNames,\n renderTeachingPopoverFooter_unstable,\n useTeachingPopoverFooter_unstable,\n} from './TeachingPopoverFooter';\nexport type { TeachingPopoverFooterProps, TeachingPopoverFooterState } from './TeachingPopoverFooter';\nexport {\n TeachingPopoverCarouselPageCount,\n renderTeachingPopoverCarouselPageCount_unstable,\n teachingPopoverCarouselPageCountClassNames,\n useTeachingPopoverCarouselPageCountStyles_unstable,\n useTeachingPopoverCarouselPageCount_unstable,\n} from './TeachingPopoverCarouselPageCount';\nexport type {\n TeachingPopoverCarouselPageCountProps,\n TeachingPopoverCarouselPageCountRenderFunction,\n TeachingPopoverCarouselPageCountSlots,\n TeachingPopoverCarouselPageCountState,\n} from './TeachingPopoverCarouselPageCount';\nexport {\n TeachingPopoverCarouselFooterButton,\n renderTeachingPopoverCarouselFooterButton_unstable,\n teachingPopoverCarouselFooterButtonClassNames,\n useTeachingPopoverCarouselFooterButtonStyles_unstable,\n useTeachingPopoverCarouselFooterButton_unstable,\n} from './TeachingPopoverCarouselFooterButton';\nexport type {\n TeachingPopoverCarouselFooterButtonProps,\n TeachingPopoverCarouselFooterButtonSlots,\n TeachingPopoverCarouselFooterButtonState,\n} from './TeachingPopoverCarouselFooterButton';\n\nexport { useTeachingPopoverHeaderBase_unstable } from './TeachingPopoverHeader';\nexport type { TeachingPopoverHeaderBaseProps, TeachingPopoverHeaderBaseState } from './TeachingPopoverHeader';\nexport { useTeachingPopoverFooterBase_unstable } from './TeachingPopoverFooter';\nexport type { TeachingPopoverFooterBaseProps, TeachingPopoverFooterBaseState } from './TeachingPopoverFooter';\nexport { useTeachingPopoverTitleBase_unstable } from './TeachingPopoverTitle';\nexport type { TeachingPopoverTitleBaseProps, TeachingPopoverTitleBaseState } from './TeachingPopoverTitle';\nexport { useTeachingPopoverCarouselBase_unstable } from './TeachingPopoverCarousel';\nexport type { TeachingPopoverCarouselBaseProps, TeachingPopoverCarouselBaseState } from './TeachingPopoverCarousel';\nexport { useTeachingPopoverCarouselFooterButtonBase_unstable } from './TeachingPopoverCarouselFooterButton';\nexport type {\n TeachingPopoverCarouselFooterButtonBaseProps,\n TeachingPopoverCarouselFooterButtonBaseState,\n} from './TeachingPopoverCarouselFooterButton';\nexport { useTeachingPopoverCarouselNavBase_unstable } from './TeachingPopoverCarouselNav';\nexport type {\n TeachingPopoverCarouselNavBaseProps,\n TeachingPopoverCarouselNavBaseState,\n} from './TeachingPopoverCarouselNav';\nexport { useTeachingPopoverCarouselNavButtonBase_unstable } from './TeachingPopoverCarouselNavButton';\nexport type {\n TeachingPopoverCarouselNavButtonBaseProps,\n TeachingPopoverCarouselNavButtonBaseState,\n} from './TeachingPopoverCarouselNavButton';\n"],"names":["TeachingPopoverHeader","teachingPopoverHeaderClassNames","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeaderStyles_unstable","useTeachingPopoverHeader_unstable","TeachingPopoverBody","teachingPopoverBodyClassNames","renderTeachingPopoverBody_unstable","useTeachingPopoverBodyStyles_unstable","useTeachingPopoverBody_unstable","TeachingPopoverCarouselCard","teachingPopoverCarouselCardClassNames","renderTeachingPopoverCarouselCard_unstable","useTeachingPopoverCarouselCardStyles_unstable","useTeachingPopoverCarouselCard_unstable","TeachingPopoverCarousel","teachingPopoverCarouselClassNames","renderTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselStyles_unstable","useTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselContextValues_unstable","TeachingPopoverCarouselFooter","teachingPopoverCarouselFooterClassNames","renderTeachingPopoverCarouselFooter_unstable","useTeachingPopoverCarouselFooterStyles_unstable","useTeachingPopoverCarouselFooter_unstable","TeachingPopoverCarouselNav","teachingPopoverCarouselNavClassNames","renderTeachingPopoverCarouselNav_unstable","useTeachingPopoverCarouselNavStyles_unstable","useTeachingPopoverCarouselNav_unstable","TeachingPopoverCarouselNavButton","teachingPopoverCarouselNavButtonClassNames","renderTeachingPopoverCarouselNavButton_unstable","useTeachingPopoverCarouselNavButtonStyles_unstable","useTeachingPopoverCarouselNavButton_unstable","TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable","useTeachingPopoverSurface_unstable","TeachingPopoverTitle","teachingPopoverTitleClassNames","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitleStyles_unstable","useTeachingPopoverTitle_unstable","TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable","TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable","TeachingPopoverFooter","teachingPopoverFooterClassNames","renderTeachingPopoverFooter_unstable","useTeachingPopoverFooter_unstable","TeachingPopoverCarouselPageCount","renderTeachingPopoverCarouselPageCount_unstable","teachingPopoverCarouselPageCountClassNames","useTeachingPopoverCarouselPageCountStyles_unstable","useTeachingPopoverCarouselPageCount_unstable","TeachingPopoverCarouselFooterButton","renderTeachingPopoverCarouselFooterButton_unstable","teachingPopoverCarouselFooterButtonClassNames","useTeachingPopoverCarouselFooterButtonStyles_unstable","useTeachingPopoverCarouselFooterButton_unstable","useTeachingPopoverHeaderBase_unstable","useTeachingPopoverFooterBase_unstable","useTeachingPopoverTitleBase_unstable","useTeachingPopoverCarouselBase_unstable","useTeachingPopoverCarouselFooterButtonBase_unstable","useTeachingPopoverCarouselNavBase_unstable","useTeachingPopoverCarouselNavButtonBase_unstable"],"mappings":"AAAA,SACEA,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,uCAAuC,EACvCC,iCAAiC,QAC5B,6BAA0B;AAMjC,SACEC,mBAAmB,EACnBC,6BAA6B,EAC7BC,kCAAkC,EAClCC,qCAAqC,EACrCC,+BAA+B,QAC1B,2BAAwB;AAM/B,SACEC,2BAA2B,EAC3BC,qCAAqC,EACrCC,0CAA0C,EAC1CC,6CAA6C,EAC7CC,uCAAuC,QAClC,mCAAgC;AAMvC,SACEC,uBAAuB,EACvBC,iCAAiC,EACjCC,sCAAsC,EACtCC,yCAAyC,EACzCC,mCAAmC,EACnCC,gDAAgD,QAC3C,+BAA4B;AAMnC,SACEC,6BAA6B,EAC7BC,uCAAuC,EACvCC,4CAA4C,EAC5CC,+CAA+C,EAC/CC,yCAAyC,QACpC,qCAAkC;AAMzC,SACEC,0BAA0B,EAC1BC,oCAAoC,EACpCC,yCAAyC,EACzCC,4CAA4C,EAC5CC,sCAAsC,QACjC,kCAA+B;AAMtC,SACEC,gCAAgC,EAChCC,0CAA0C,EAC1CC,+CAA+C,EAC/CC,kDAAkD,EAClDC,4CAA4C,QACvC,wCAAqC;AAM5C,SACEC,sBAAsB,EACtBC,qCAAqC,EACrCC,gCAAgC,EAChCC,wCAAwC,EACxCC,kCAAkC,QAC7B,8BAA2B;AAMlC,SACEC,oBAAoB,EACpBC,8BAA8B,EAC9BC,mCAAmC,EACnCC,sCAAsC,EACtCC,gCAAgC,QAC3B,4BAAyB;AAMhC,SACEC,sBAAsB,EACtBC,qCAAqC,EACrCC,kCAAkC,QAC7B,8BAA2B;AAMlC,SACEC,eAAe,EACfC,8BAA8B,EAC9BC,2BAA2B,EAC3BC,wCAAwC,QACnC,uBAAoB;AAE3B,SACEC,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,iCAAiC,QAC5B,6BAA0B;AAEjC,SACEC,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,QACvC,wCAAqC;AAO5C,SACEC,mCAAmC,EACnCC,kDAAkD,EAClDC,6CAA6C,EAC7CC,qDAAqD,EACrDC,+CAA+C,QAC1C,2CAAwC;AAO/C,SAASC,qCAAqC,QAAQ,6BAA0B;AAEhF,SAASC,qCAAqC,QAAQ,6BAA0B;AAEhF,SAASC,oCAAoC,QAAQ,4BAAyB;AAE9E,SAASC,uCAAuC,QAAQ,+BAA4B;AAEpF,SAASC,mDAAmD,QAAQ,2CAAwC;AAK5G,SAASC,0CAA0C,QAAQ,kCAA+B;AAK1F,SAASC,gDAAgD,QAAQ,wCAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopover.ts"],"sourcesContent":["export type { TeachingPopoverProps, TeachingPopoverState } from './components/TeachingPopover/index';\nexport {\n TeachingPopover,\n renderTeachingPopover_unstable,\n useTeachingPopover_unstable,\n useTeachingPopoverContextValues_unstable,\n} from './components/TeachingPopover/index';\n"],"names":["TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable"],"mappings":";;;;;;;;;;;;eAEEA,sBAAe;;;eACfC,qCAA8B;;;eAE9BE,+CAAwC;;;eADxCD,kCAA2B;;;uBAEtB,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopover.ts"],"sourcesContent":["export type { TeachingPopoverProps, TeachingPopoverState } from './components/TeachingPopover/index';\nexport {\n TeachingPopover,\n renderTeachingPopover_unstable,\n useTeachingPopover_unstable,\n useTeachingPopoverContextValues_unstable,\n} from './components/TeachingPopover/index';\n"],"names":["TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable"],"mappings":";;;;;;;;;;;;eAEEA,sBAAe;;;eACfC,qCAA8B;;;eAE9BE,+CAAwC;;;eADxCD,kCAA2B;;;uBAEtB,wCAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverBody.ts"],"sourcesContent":["export type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './components/TeachingPopoverBody/index';\nexport {\n TeachingPopoverBody,\n renderTeachingPopoverBody_unstable,\n teachingPopoverBodyClassNames,\n useMediaStyles,\n useTeachingPopoverBodyStyles_unstable,\n useTeachingPopoverBody_unstable,\n} from './components/TeachingPopoverBody/index';\n"],"names":["TeachingPopoverBody","renderTeachingPopoverBody_unstable","teachingPopoverBodyClassNames","useMediaStyles","useTeachingPopoverBodyStyles_unstable","useTeachingPopoverBody_unstable"],"mappings":";;;;;;;;;;;;eAMEA,0BAAmB;;;eACnBC,yCAAkC;;;eAClCC,oCAA6B;;;eAC7BC,qBAAc;;;eACdC,4CAAqC;;;eACrCC,sCAA+B;;;uBAC1B,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverBody.ts"],"sourcesContent":["export type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './components/TeachingPopoverBody/index';\nexport {\n TeachingPopoverBody,\n renderTeachingPopoverBody_unstable,\n teachingPopoverBodyClassNames,\n useMediaStyles,\n useTeachingPopoverBodyStyles_unstable,\n useTeachingPopoverBody_unstable,\n} from './components/TeachingPopoverBody/index';\n"],"names":["TeachingPopoverBody","renderTeachingPopoverBody_unstable","teachingPopoverBodyClassNames","useMediaStyles","useTeachingPopoverBodyStyles_unstable","useTeachingPopoverBody_unstable"],"mappings":";;;;;;;;;;;;eAMEA,0BAAmB;;;eACnBC,yCAAkC;;;eAClCC,oCAA6B;;;eAC7BC,qBAAc;;;eACdC,4CAAqC;;;eACrCC,sCAA+B;;;uBAC1B,4CAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarousel.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselBaseProps,\n TeachingPopoverCarouselBaseState,\n TeachingPopoverCarouselContextValues,\n TeachingPopoverCarouselProps,\n TeachingPopoverCarouselSlots,\n TeachingPopoverCarouselState,\n} from './components/TeachingPopoverCarousel/index';\nexport {\n TeachingPopoverCarousel,\n renderTeachingPopoverCarousel_unstable,\n teachingPopoverCarouselClassNames,\n useTeachingPopoverCarouselContextValues_unstable,\n useTeachingPopoverCarouselStyles_unstable,\n useTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselBase_unstable,\n} from './components/TeachingPopoverCarousel/index';\n"],"names":["TeachingPopoverCarousel","renderTeachingPopoverCarousel_unstable","teachingPopoverCarouselClassNames","useTeachingPopoverCarouselContextValues_unstable","useTeachingPopoverCarouselStyles_unstable","useTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselBase_unstable"],"mappings":";;;;;;;;;;;;eASEA,8BAAuB;;;eACvBC,6CAAsC;;;eACtCC,wCAAiC;;;eAIjCI,8CAAuC;;;eAHvCH,uDAAgD;;;eAChDC,gDAAyC;;;eACzCC,0CAAmC;;;uBAE9B,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarousel.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselBaseProps,\n TeachingPopoverCarouselBaseState,\n TeachingPopoverCarouselContextValues,\n TeachingPopoverCarouselProps,\n TeachingPopoverCarouselSlots,\n TeachingPopoverCarouselState,\n} from './components/TeachingPopoverCarousel/index';\nexport {\n TeachingPopoverCarousel,\n renderTeachingPopoverCarousel_unstable,\n teachingPopoverCarouselClassNames,\n useTeachingPopoverCarouselContextValues_unstable,\n useTeachingPopoverCarouselStyles_unstable,\n useTeachingPopoverCarousel_unstable,\n useTeachingPopoverCarouselBase_unstable,\n} from './components/TeachingPopoverCarousel/index';\n"],"names":["TeachingPopoverCarousel","renderTeachingPopoverCarousel_unstable","teachingPopoverCarouselClassNames","useTeachingPopoverCarouselContextValues_unstable","useTeachingPopoverCarouselStyles_unstable","useTeachingPopoverCarousel_unstable","useTeachingPopoverCarouselBase_unstable"],"mappings":";;;;;;;;;;;;eASEA,8BAAuB;;;eACvBC,6CAAsC;;;eACtCC,wCAAiC;;;eAIjCI,8CAAuC;;;eAHvCH,uDAAgD;;;eAChDC,gDAAyC;;;eACzCC,0CAAmC;;;uBAE9B,gDAA6C"}
|
package/lib-commonjs/{TeachingPopoverCarouselCard.js.map → TeachingPopoverCarouselCard.cjs.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselCard.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselCardProps,\n TeachingPopoverCarouselCardSlots,\n TeachingPopoverCarouselCardState,\n} from './components/TeachingPopoverCarouselCard/index';\nexport {\n TeachingPopoverCarouselCard,\n renderTeachingPopoverCarouselCard_unstable,\n teachingPopoverCarouselCardClassNames,\n useTeachingPopoverCarouselCardStyles_unstable,\n useTeachingPopoverCarouselCard_unstable,\n} from './components/TeachingPopoverCarouselCard/index';\n"],"names":["TeachingPopoverCarouselCard","renderTeachingPopoverCarouselCard_unstable","teachingPopoverCarouselCardClassNames","useTeachingPopoverCarouselCardStyles_unstable","useTeachingPopoverCarouselCard_unstable"],"mappings":";;;;;;;;;;;;eAMEA,kCAA2B;;;eAC3BC,iDAA0C;;;eAC1CC,4CAAqC;;;eACrCC,oDAA6C;;;eAC7CC,8CAAuC;;;uBAClC,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselCard.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselCardProps,\n TeachingPopoverCarouselCardSlots,\n TeachingPopoverCarouselCardState,\n} from './components/TeachingPopoverCarouselCard/index';\nexport {\n TeachingPopoverCarouselCard,\n renderTeachingPopoverCarouselCard_unstable,\n teachingPopoverCarouselCardClassNames,\n useTeachingPopoverCarouselCardStyles_unstable,\n useTeachingPopoverCarouselCard_unstable,\n} from './components/TeachingPopoverCarouselCard/index';\n"],"names":["TeachingPopoverCarouselCard","renderTeachingPopoverCarouselCard_unstable","teachingPopoverCarouselCardClassNames","useTeachingPopoverCarouselCardStyles_unstable","useTeachingPopoverCarouselCard_unstable"],"mappings":";;;;;;;;;;;;eAMEA,kCAA2B;;;eAC3BC,iDAA0C;;;eAC1CC,4CAAqC;;;eACrCC,oDAA6C;;;eAC7CC,8CAAuC;;;uBAClC,oDAAiD"}
|
package/lib-commonjs/{TeachingPopoverCarouselFooter.js.map → TeachingPopoverCarouselFooter.cjs.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselFooter.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselFooterLayout,\n TeachingPopoverCarouselFooterProps,\n TeachingPopoverCarouselFooterSlots,\n TeachingPopoverCarouselFooterState,\n TeachingPopoverPageCountChildRenderFunction,\n} from './components/TeachingPopoverCarouselFooter/index';\nexport {\n TeachingPopoverCarouselFooter,\n renderTeachingPopoverCarouselFooter_unstable,\n teachingPopoverCarouselFooterClassNames,\n useTeachingPopoverCarouselFooterStyles_unstable,\n useTeachingPopoverCarouselFooter_unstable,\n} from './components/TeachingPopoverCarouselFooter/index';\n"],"names":["TeachingPopoverCarouselFooter","renderTeachingPopoverCarouselFooter_unstable","teachingPopoverCarouselFooterClassNames","useTeachingPopoverCarouselFooterStyles_unstable","useTeachingPopoverCarouselFooter_unstable"],"mappings":";;;;;;;;;;;;eAQEA,oCAA6B;;;eAC7BC,mDAA4C;;;eAC5CC,8CAAuC;;;eACvCC,sDAA+C;;;eAC/CC,gDAAyC;;;uBACpC,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselFooter.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselFooterLayout,\n TeachingPopoverCarouselFooterProps,\n TeachingPopoverCarouselFooterSlots,\n TeachingPopoverCarouselFooterState,\n TeachingPopoverPageCountChildRenderFunction,\n} from './components/TeachingPopoverCarouselFooter/index';\nexport {\n TeachingPopoverCarouselFooter,\n renderTeachingPopoverCarouselFooter_unstable,\n teachingPopoverCarouselFooterClassNames,\n useTeachingPopoverCarouselFooterStyles_unstable,\n useTeachingPopoverCarouselFooter_unstable,\n} from './components/TeachingPopoverCarouselFooter/index';\n"],"names":["TeachingPopoverCarouselFooter","renderTeachingPopoverCarouselFooter_unstable","teachingPopoverCarouselFooterClassNames","useTeachingPopoverCarouselFooterStyles_unstable","useTeachingPopoverCarouselFooter_unstable"],"mappings":";;;;;;;;;;;;eAQEA,oCAA6B;;;eAC7BC,mDAA4C;;;eAC5CC,8CAAuC;;;eACvCC,sDAA+C;;;eAC/CC,gDAAyC;;;uBACpC,sDAAmD"}
|
|
@@ -28,4 +28,4 @@ _export(exports, {
|
|
|
28
28
|
return _index.useTeachingPopoverCarouselFooterButton_unstable;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
const _index = require("./components/TeachingPopoverCarouselFooterButton/index");
|
|
31
|
+
const _index = require("./components/TeachingPopoverCarouselFooterButton/index.cjs");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselFooterButton.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselFooterButtonBaseProps,\n TeachingPopoverCarouselFooterButtonBaseState,\n TeachingPopoverCarouselFooterButtonProps,\n TeachingPopoverCarouselFooterButtonSlots,\n TeachingPopoverCarouselFooterButtonState,\n} from './components/TeachingPopoverCarouselFooterButton/index';\nexport {\n TeachingPopoverCarouselFooterButton,\n renderTeachingPopoverCarouselFooterButton_unstable,\n teachingPopoverCarouselFooterButtonClassNames,\n useTeachingPopoverCarouselFooterButtonStyles_unstable,\n useTeachingPopoverCarouselFooterButton_unstable,\n useTeachingPopoverCarouselFooterButtonBase_unstable,\n} from './components/TeachingPopoverCarouselFooterButton/index';\n"],"names":["TeachingPopoverCarouselFooterButton","renderTeachingPopoverCarouselFooterButton_unstable","teachingPopoverCarouselFooterButtonClassNames","useTeachingPopoverCarouselFooterButtonStyles_unstable","useTeachingPopoverCarouselFooterButton_unstable","useTeachingPopoverCarouselFooterButtonBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,0CAAmC;;;eACnCC,yDAAkD;;;eAClDC,oDAA6C;;;eAG7CG,0DAAmD;;;eAFnDF,4DAAqD;;;eACrDC,sDAA+C;;;uBAE1C,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselFooterButton.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselFooterButtonBaseProps,\n TeachingPopoverCarouselFooterButtonBaseState,\n TeachingPopoverCarouselFooterButtonProps,\n TeachingPopoverCarouselFooterButtonSlots,\n TeachingPopoverCarouselFooterButtonState,\n} from './components/TeachingPopoverCarouselFooterButton/index';\nexport {\n TeachingPopoverCarouselFooterButton,\n renderTeachingPopoverCarouselFooterButton_unstable,\n teachingPopoverCarouselFooterButtonClassNames,\n useTeachingPopoverCarouselFooterButtonStyles_unstable,\n useTeachingPopoverCarouselFooterButton_unstable,\n useTeachingPopoverCarouselFooterButtonBase_unstable,\n} from './components/TeachingPopoverCarouselFooterButton/index';\n"],"names":["TeachingPopoverCarouselFooterButton","renderTeachingPopoverCarouselFooterButton_unstable","teachingPopoverCarouselFooterButtonClassNames","useTeachingPopoverCarouselFooterButtonStyles_unstable","useTeachingPopoverCarouselFooterButton_unstable","useTeachingPopoverCarouselFooterButtonBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,0CAAmC;;;eACnCC,yDAAkD;;;eAClDC,oDAA6C;;;eAG7CG,0DAAmD;;;eAFnDF,4DAAqD;;;eACrDC,sDAA+C;;;uBAE1C,4DAAyD"}
|
package/lib-commonjs/{TeachingPopoverCarouselNav.js.map → TeachingPopoverCarouselNav.cjs.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselNav.ts"],"sourcesContent":["export type {\n NavButtonRenderFunction,\n TeachingPopoverCarouselNavBaseProps,\n TeachingPopoverCarouselNavBaseState,\n TeachingPopoverCarouselNavProps,\n TeachingPopoverCarouselNavSlots,\n TeachingPopoverCarouselNavState,\n} from './components/TeachingPopoverCarouselNav/index';\nexport {\n TeachingPopoverCarouselNav,\n renderTeachingPopoverCarouselNav_unstable,\n teachingPopoverCarouselNavClassNames,\n useTeachingPopoverCarouselNavStyles_unstable,\n useTeachingPopoverCarouselNav_unstable,\n useTeachingPopoverCarouselNavBase_unstable,\n} from './components/TeachingPopoverCarouselNav/index';\n"],"names":["TeachingPopoverCarouselNav","renderTeachingPopoverCarouselNav_unstable","teachingPopoverCarouselNavClassNames","useTeachingPopoverCarouselNavStyles_unstable","useTeachingPopoverCarouselNav_unstable","useTeachingPopoverCarouselNavBase_unstable"],"mappings":";;;;;;;;;;;;eASEA,iCAA0B;;;eAC1BC,gDAAyC;;;eACzCC,2CAAoC;;;eAGpCG,iDAA0C;;;eAF1CF,mDAA4C;;;eAC5CC,6CAAsC;;;uBAEjC,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselNav.ts"],"sourcesContent":["export type {\n NavButtonRenderFunction,\n TeachingPopoverCarouselNavBaseProps,\n TeachingPopoverCarouselNavBaseState,\n TeachingPopoverCarouselNavProps,\n TeachingPopoverCarouselNavSlots,\n TeachingPopoverCarouselNavState,\n} from './components/TeachingPopoverCarouselNav/index';\nexport {\n TeachingPopoverCarouselNav,\n renderTeachingPopoverCarouselNav_unstable,\n teachingPopoverCarouselNavClassNames,\n useTeachingPopoverCarouselNavStyles_unstable,\n useTeachingPopoverCarouselNav_unstable,\n useTeachingPopoverCarouselNavBase_unstable,\n} from './components/TeachingPopoverCarouselNav/index';\n"],"names":["TeachingPopoverCarouselNav","renderTeachingPopoverCarouselNav_unstable","teachingPopoverCarouselNavClassNames","useTeachingPopoverCarouselNavStyles_unstable","useTeachingPopoverCarouselNav_unstable","useTeachingPopoverCarouselNavBase_unstable"],"mappings":";;;;;;;;;;;;eASEA,iCAA0B;;;eAC1BC,gDAAyC;;;eACzCC,2CAAoC;;;eAGpCG,iDAA0C;;;eAF1CF,mDAA4C;;;eAC5CC,6CAAsC;;;uBAEjC,mDAAgD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselNavButton.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselNavButtonBaseProps,\n TeachingPopoverCarouselNavButtonBaseState,\n TeachingPopoverCarouselNavButtonProps,\n TeachingPopoverCarouselNavButtonSlots,\n TeachingPopoverCarouselNavButtonState,\n} from './components/TeachingPopoverCarouselNavButton/index';\nexport {\n TeachingPopoverCarouselNavButton,\n renderTeachingPopoverCarouselNavButton_unstable,\n teachingPopoverCarouselNavButtonClassNames,\n useTeachingPopoverCarouselNavButtonStyles_unstable,\n useTeachingPopoverCarouselNavButton_unstable,\n useTeachingPopoverCarouselNavButtonBase_unstable,\n} from './components/TeachingPopoverCarouselNavButton/index';\n"],"names":["TeachingPopoverCarouselNavButton","renderTeachingPopoverCarouselNavButton_unstable","teachingPopoverCarouselNavButtonClassNames","useTeachingPopoverCarouselNavButtonStyles_unstable","useTeachingPopoverCarouselNavButton_unstable","useTeachingPopoverCarouselNavButtonBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,uCAAgC;;;eAChCC,sDAA+C;;;eAC/CC,iDAA0C;;;eAG1CG,uDAAgD;;;eAFhDF,yDAAkD;;;eAClDC,mDAA4C;;;uBAEvC,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselNavButton.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselNavButtonBaseProps,\n TeachingPopoverCarouselNavButtonBaseState,\n TeachingPopoverCarouselNavButtonProps,\n TeachingPopoverCarouselNavButtonSlots,\n TeachingPopoverCarouselNavButtonState,\n} from './components/TeachingPopoverCarouselNavButton/index';\nexport {\n TeachingPopoverCarouselNavButton,\n renderTeachingPopoverCarouselNavButton_unstable,\n teachingPopoverCarouselNavButtonClassNames,\n useTeachingPopoverCarouselNavButtonStyles_unstable,\n useTeachingPopoverCarouselNavButton_unstable,\n useTeachingPopoverCarouselNavButtonBase_unstable,\n} from './components/TeachingPopoverCarouselNavButton/index';\n"],"names":["TeachingPopoverCarouselNavButton","renderTeachingPopoverCarouselNavButton_unstable","teachingPopoverCarouselNavButtonClassNames","useTeachingPopoverCarouselNavButtonStyles_unstable","useTeachingPopoverCarouselNavButton_unstable","useTeachingPopoverCarouselNavButtonBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,uCAAgC;;;eAChCC,sDAA+C;;;eAC/CC,iDAA0C;;;eAG1CG,uDAAgD;;;eAFhDF,yDAAkD;;;eAClDC,mDAA4C;;;uBAEvC,yDAAsD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverCarouselPageCount.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselPageCountProps,\n TeachingPopoverCarouselPageCountRenderFunction,\n TeachingPopoverCarouselPageCountSlots,\n TeachingPopoverCarouselPageCountState,\n} from './components/TeachingPopoverCarouselPageCount/index';\nexport {\n TeachingPopoverCarouselPageCount,\n renderTeachingPopoverCarouselPageCount_unstable,\n teachingPopoverCarouselPageCountClassNames,\n useTeachingPopoverCarouselPageCountStyles_unstable,\n useTeachingPopoverCarouselPageCount_unstable,\n} from './components/TeachingPopoverCarouselPageCount/index';\n"],"names":["TeachingPopoverCarouselPageCount","renderTeachingPopoverCarouselPageCount_unstable","teachingPopoverCarouselPageCountClassNames","useTeachingPopoverCarouselPageCountStyles_unstable","useTeachingPopoverCarouselPageCount_unstable"],"mappings":";;;;;;;;;;;;eAOEA,uCAAgC;;;eAChCC,sDAA+C;;;eAC/CC,iDAA0C;;;eAC1CC,yDAAkD;;;eAClDC,mDAA4C;;;uBACvC,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverCarouselPageCount.ts"],"sourcesContent":["export type {\n TeachingPopoverCarouselPageCountProps,\n TeachingPopoverCarouselPageCountRenderFunction,\n TeachingPopoverCarouselPageCountSlots,\n TeachingPopoverCarouselPageCountState,\n} from './components/TeachingPopoverCarouselPageCount/index';\nexport {\n TeachingPopoverCarouselPageCount,\n renderTeachingPopoverCarouselPageCount_unstable,\n teachingPopoverCarouselPageCountClassNames,\n useTeachingPopoverCarouselPageCountStyles_unstable,\n useTeachingPopoverCarouselPageCount_unstable,\n} from './components/TeachingPopoverCarouselPageCount/index';\n"],"names":["TeachingPopoverCarouselPageCount","renderTeachingPopoverCarouselPageCount_unstable","teachingPopoverCarouselPageCountClassNames","useTeachingPopoverCarouselPageCountStyles_unstable","useTeachingPopoverCarouselPageCount_unstable"],"mappings":";;;;;;;;;;;;eAOEA,uCAAgC;;;eAChCC,sDAA+C;;;eAC/CC,iDAA0C;;;eAC1CC,yDAAkD;;;eAClDC,mDAA4C;;;uBACvC,yDAAsD"}
|
|
@@ -10,22 +10,22 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
TeachingPopoverFooter: function() {
|
|
13
|
-
return
|
|
13
|
+
return _index.TeachingPopoverFooter;
|
|
14
14
|
},
|
|
15
15
|
renderTeachingPopoverFooter_unstable: function() {
|
|
16
|
-
return
|
|
16
|
+
return _index.renderTeachingPopoverFooter_unstable;
|
|
17
17
|
},
|
|
18
18
|
teachingPopoverFooterClassNames: function() {
|
|
19
|
-
return
|
|
19
|
+
return _index.teachingPopoverFooterClassNames;
|
|
20
20
|
},
|
|
21
21
|
useTeachingPopoverFooterBase_unstable: function() {
|
|
22
|
-
return
|
|
22
|
+
return _index.useTeachingPopoverFooterBase_unstable;
|
|
23
23
|
},
|
|
24
24
|
useTeachingPopoverFooterStyles_unstable: function() {
|
|
25
|
-
return
|
|
25
|
+
return _index.useTeachingPopoverFooterStyles_unstable;
|
|
26
26
|
},
|
|
27
27
|
useTeachingPopoverFooter_unstable: function() {
|
|
28
|
-
return
|
|
28
|
+
return _index.useTeachingPopoverFooter_unstable;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
const
|
|
31
|
+
const _index = require("./components/TeachingPopoverFooter/index.cjs");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverFooter.ts"],"sourcesContent":["export type {\n TeachingPopoverFooterBaseProps,\n TeachingPopoverFooterBaseState,\n TeachingPopoverFooterProps,\n TeachingPopoverFooterSlots,\n TeachingPopoverFooterState,\n} from './components/TeachingPopoverFooter';\nexport {\n TeachingPopoverFooter,\n renderTeachingPopoverFooter_unstable,\n teachingPopoverFooterClassNames,\n useTeachingPopoverFooterStyles_unstable,\n useTeachingPopoverFooter_unstable,\n useTeachingPopoverFooterBase_unstable,\n} from './components/TeachingPopoverFooter';\n"],"names":["TeachingPopoverFooter","renderTeachingPopoverFooter_unstable","teachingPopoverFooterClassNames","useTeachingPopoverFooterStyles_unstable","useTeachingPopoverFooter_unstable","useTeachingPopoverFooterBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverFooter.ts"],"sourcesContent":["export type {\n TeachingPopoverFooterBaseProps,\n TeachingPopoverFooterBaseState,\n TeachingPopoverFooterProps,\n TeachingPopoverFooterSlots,\n TeachingPopoverFooterState,\n} from './components/TeachingPopoverFooter';\nexport {\n TeachingPopoverFooter,\n renderTeachingPopoverFooter_unstable,\n teachingPopoverFooterClassNames,\n useTeachingPopoverFooterStyles_unstable,\n useTeachingPopoverFooter_unstable,\n useTeachingPopoverFooterBase_unstable,\n} from './components/TeachingPopoverFooter';\n"],"names":["TeachingPopoverFooter","renderTeachingPopoverFooter_unstable","teachingPopoverFooterClassNames","useTeachingPopoverFooterStyles_unstable","useTeachingPopoverFooter_unstable","useTeachingPopoverFooterBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,4BAAqB;;;eACrBC,2CAAoC;;;eACpCC,sCAA+B;;;eAG/BG,4CAAqC;;;eAFrCF,8CAAuC;;;eACvCC,wCAAiC;;;uBAE5B,8CAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverHeader.ts"],"sourcesContent":["export type {\n TeachingPopoverHeaderBaseProps,\n TeachingPopoverHeaderBaseState,\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './components/TeachingPopoverHeader/index';\nexport {\n TeachingPopoverHeader,\n renderTeachingPopoverHeader_unstable,\n teachingPopoverHeaderClassNames,\n useTeachingPopoverHeaderStyles_unstable,\n useTeachingPopoverHeader_unstable,\n useTeachingPopoverHeaderBase_unstable,\n} from './components/TeachingPopoverHeader/index';\n"],"names":["TeachingPopoverHeader","renderTeachingPopoverHeader_unstable","teachingPopoverHeaderClassNames","useTeachingPopoverHeaderStyles_unstable","useTeachingPopoverHeader_unstable","useTeachingPopoverHeaderBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,4BAAqB;;;eACrBC,2CAAoC;;;eACpCC,sCAA+B;;;eAG/BG,4CAAqC;;;eAFrCF,8CAAuC;;;eACvCC,wCAAiC;;;uBAE5B,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverHeader.ts"],"sourcesContent":["export type {\n TeachingPopoverHeaderBaseProps,\n TeachingPopoverHeaderBaseState,\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './components/TeachingPopoverHeader/index';\nexport {\n TeachingPopoverHeader,\n renderTeachingPopoverHeader_unstable,\n teachingPopoverHeaderClassNames,\n useTeachingPopoverHeaderStyles_unstable,\n useTeachingPopoverHeader_unstable,\n useTeachingPopoverHeaderBase_unstable,\n} from './components/TeachingPopoverHeader/index';\n"],"names":["TeachingPopoverHeader","renderTeachingPopoverHeader_unstable","teachingPopoverHeaderClassNames","useTeachingPopoverHeaderStyles_unstable","useTeachingPopoverHeader_unstable","useTeachingPopoverHeaderBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,4BAAqB;;;eACrBC,2CAAoC;;;eACpCC,sCAA+B;;;eAG/BG,4CAAqC;;;eAFrCF,8CAAuC;;;eACvCC,wCAAiC;;;uBAE5B,8CAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverSurface.ts"],"sourcesContent":["export type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './components/TeachingPopoverSurface/index';\nexport {\n TeachingPopoverSurface,\n renderTeachingPopoverSurface_unstable,\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n useTeachingPopoverSurface_unstable,\n} from './components/TeachingPopoverSurface/index';\n"],"names":["TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable","useTeachingPopoverSurface_unstable"],"mappings":";;;;;;;;;;;;eAMEA,6BAAsB;;;eACtBC,4CAAqC;;;eACrCC,uCAAgC;;;eAChCC,+CAAwC;;;eACxCC,yCAAkC;;;uBAC7B
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverSurface.ts"],"sourcesContent":["export type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './components/TeachingPopoverSurface/index';\nexport {\n TeachingPopoverSurface,\n renderTeachingPopoverSurface_unstable,\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n useTeachingPopoverSurface_unstable,\n} from './components/TeachingPopoverSurface/index';\n"],"names":["TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable","useTeachingPopoverSurface_unstable"],"mappings":";;;;;;;;;;;;eAMEA,6BAAsB;;;eACtBC,4CAAqC;;;eACrCC,uCAAgC;;;eAChCC,+CAAwC;;;eACxCC,yCAAkC;;;uBAC7B,+CAA4C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverTitle.ts"],"sourcesContent":["export type {\n TeachingPopoverTitleBaseProps,\n TeachingPopoverTitleBaseState,\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './components/TeachingPopoverTitle/index';\nexport {\n TeachingPopoverTitle,\n renderTeachingPopoverTitle_unstable,\n teachingPopoverTitleClassNames,\n useTeachingPopoverTitleStyles_unstable,\n useTeachingPopoverTitle_unstable,\n useTeachingPopoverTitleBase_unstable,\n} from './components/TeachingPopoverTitle/index';\n"],"names":["TeachingPopoverTitle","renderTeachingPopoverTitle_unstable","teachingPopoverTitleClassNames","useTeachingPopoverTitleStyles_unstable","useTeachingPopoverTitle_unstable","useTeachingPopoverTitleBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,2BAAoB;;;eACpBC,0CAAmC;;;eACnCC,qCAA8B;;;eAG9BG,2CAAoC;;;eAFpCF,6CAAsC;;;eACtCC,uCAAgC;;;uBAE3B,
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverTitle.ts"],"sourcesContent":["export type {\n TeachingPopoverTitleBaseProps,\n TeachingPopoverTitleBaseState,\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './components/TeachingPopoverTitle/index';\nexport {\n TeachingPopoverTitle,\n renderTeachingPopoverTitle_unstable,\n teachingPopoverTitleClassNames,\n useTeachingPopoverTitleStyles_unstable,\n useTeachingPopoverTitle_unstable,\n useTeachingPopoverTitleBase_unstable,\n} from './components/TeachingPopoverTitle/index';\n"],"names":["TeachingPopoverTitle","renderTeachingPopoverTitle_unstable","teachingPopoverTitleClassNames","useTeachingPopoverTitleStyles_unstable","useTeachingPopoverTitle_unstable","useTeachingPopoverTitleBase_unstable"],"mappings":";;;;;;;;;;;;eAQEA,2BAAoB;;;eACpBC,0CAAmC;;;eACnCC,qCAA8B;;;eAG9BG,2CAAoC;;;eAFpCF,6CAAsC;;;eACtCC,uCAAgC;;;uBAE3B,6CAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/TeachingPopoverTrigger.ts"],"sourcesContent":["export type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './components/TeachingPopoverTrigger/index';\nexport {\n TeachingPopoverTrigger,\n renderTeachingPopoverTrigger_unstable,\n useTeachingPopoverTrigger_unstable,\n} from './components/TeachingPopoverTrigger/index';\n"],"names":["TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable"],"mappings":";;;;;;;;;;;;eAMEA,6BAAsB;;;eACtBC,4CAAqC;;;eACrCC,yCAAkC;;;uBAC7B
|
|
1
|
+
{"version":3,"sources":["../src/TeachingPopoverTrigger.ts"],"sourcesContent":["export type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './components/TeachingPopoverTrigger/index';\nexport {\n TeachingPopoverTrigger,\n renderTeachingPopoverTrigger_unstable,\n useTeachingPopoverTrigger_unstable,\n} from './components/TeachingPopoverTrigger/index';\n"],"names":["TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable"],"mappings":";;;;;;;;;;;;eAMEA,6BAAsB;;;eACtBC,4CAAqC;;;eACrCC,yCAAkC;;;uBAC7B,+CAA4C"}
|
|
@@ -9,9 +9,9 @@ Object.defineProperty(exports, "TeachingPopover", {
|
|
|
9
9
|
return TeachingPopover;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
const _useTeachingPopover = require("./useTeachingPopover");
|
|
13
|
-
const _renderTeachingPopover = require("./renderTeachingPopover");
|
|
14
|
-
const _useTeachingPopoverContextValues = require("./useTeachingPopoverContextValues");
|
|
12
|
+
const _useTeachingPopover = require("./useTeachingPopover.cjs");
|
|
13
|
+
const _renderTeachingPopover = require("./renderTeachingPopover.cjs");
|
|
14
|
+
const _useTeachingPopoverContextValues = require("./useTeachingPopoverContextValues.cjs");
|
|
15
15
|
const TeachingPopover = (props)=>{
|
|
16
16
|
const state = (0, _useTeachingPopover.useTeachingPopover_unstable)(props);
|
|
17
17
|
const contextValues = (0, _useTeachingPopoverContextValues.useTeachingPopoverContextValues_unstable)(state);
|
package/lib-commonjs/components/TeachingPopover/{TeachingPopover.js.map → TeachingPopover.cjs.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopover.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { useTeachingPopover_unstable } from './useTeachingPopover';\nimport { renderTeachingPopover_unstable } from './renderTeachingPopover';\nimport type { TeachingPopoverProps } from './TeachingPopover.types';\nimport { useTeachingPopoverContextValues_unstable } from './useTeachingPopoverContextValues';\n\n/**\n * An extension class of Popover which defaults to withArrow and FocusTrap enabled.\n */\nexport const TeachingPopover: React.FC<TeachingPopoverProps> = props => {\n const state = useTeachingPopover_unstable(props);\n const contextValues = useTeachingPopoverContextValues_unstable(state);\n\n return renderTeachingPopover_unstable(state, contextValues);\n};\n\nTeachingPopover.displayName = 'TeachingPopover';\n"],"names":["useTeachingPopover_unstable","renderTeachingPopover_unstable","useTeachingPopoverContextValues_unstable","TeachingPopover","props","state","contextValues","displayName"],"mappings":"AAAA;;;;;;;;;;;oCAG4C,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopover.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { useTeachingPopover_unstable } from './useTeachingPopover';\nimport { renderTeachingPopover_unstable } from './renderTeachingPopover';\nimport type { TeachingPopoverProps } from './TeachingPopover.types';\nimport { useTeachingPopoverContextValues_unstable } from './useTeachingPopoverContextValues';\n\n/**\n * An extension class of Popover which defaults to withArrow and FocusTrap enabled.\n */\nexport const TeachingPopover: React.FC<TeachingPopoverProps> = props => {\n const state = useTeachingPopover_unstable(props);\n const contextValues = useTeachingPopoverContextValues_unstable(state);\n\n return renderTeachingPopover_unstable(state, contextValues);\n};\n\nTeachingPopover.displayName = 'TeachingPopover';\n"],"names":["useTeachingPopover_unstable","renderTeachingPopover_unstable","useTeachingPopoverContextValues_unstable","TeachingPopover","props","state","contextValues","displayName"],"mappings":"AAAA;;;;;;;;;;;oCAG4C,0BAAuB;uCACpB,6BAA0B;iDAEhB,uCAAoC;AAKtF,MAAMG,kBAAkDC,CAAAA;IAC7D,MAAMC,YAAQL,+CAAAA,EAA4BI;IAC1C,MAAME,oBAAgBJ,yEAAAA,EAAyCG;IAE/D,WAAOJ,qDAAAA,EAA+BI,OAAOC;AAC/C,EAAE;AAEFH,gBAAgBI,WAAW,GAAG"}
|
|
@@ -22,7 +22,7 @@ _export(exports, {
|
|
|
22
22
|
return _useTeachingPopover.useTeachingPopover_unstable;
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
|
-
const _TeachingPopover = require("./TeachingPopover");
|
|
26
|
-
const _renderTeachingPopover = require("./renderTeachingPopover");
|
|
27
|
-
const _useTeachingPopover = require("./useTeachingPopover");
|
|
28
|
-
const _useTeachingPopoverContextValues = require("./useTeachingPopoverContextValues");
|
|
25
|
+
const _TeachingPopover = require("./TeachingPopover.cjs");
|
|
26
|
+
const _renderTeachingPopover = require("./renderTeachingPopover.cjs");
|
|
27
|
+
const _useTeachingPopover = require("./useTeachingPopover.cjs");
|
|
28
|
+
const _useTeachingPopoverContextValues = require("./useTeachingPopoverContextValues.cjs");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopover/index.ts"],"sourcesContent":["export { TeachingPopover } from './TeachingPopover';\nexport type { TeachingPopoverProps, TeachingPopoverState } from './TeachingPopover.types';\nexport { renderTeachingPopover_unstable } from './renderTeachingPopover';\nexport { useTeachingPopover_unstable } from './useTeachingPopover';\nexport { useTeachingPopoverContextValues_unstable } from './useTeachingPopoverContextValues';\n"],"names":["TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable"],"mappings":";;;;;;;;;;;;eAASA,gCAAe;;;eAEfC,qDAA8B;;;eAE9BE,yEAAwC;;;eADxCD,+CAA2B;;;iCAHJ,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopover/index.ts"],"sourcesContent":["export { TeachingPopover } from './TeachingPopover';\nexport type { TeachingPopoverProps, TeachingPopoverState } from './TeachingPopover.types';\nexport { renderTeachingPopover_unstable } from './renderTeachingPopover';\nexport { useTeachingPopover_unstable } from './useTeachingPopover';\nexport { useTeachingPopoverContextValues_unstable } from './useTeachingPopoverContextValues';\n"],"names":["TeachingPopover","renderTeachingPopover_unstable","useTeachingPopover_unstable","useTeachingPopoverContextValues_unstable"],"mappings":";;;;;;;;;;;;eAASA,gCAAe;;;eAEfC,qDAA8B;;;eAE9BE,yEAAwC;;;eADxCD,+CAA2B;;;iCAHJ,uBAAoB;uCAEL,6BAA0B;oCAC7B,0BAAuB;iDACV,uCAAoC"}
|
|
@@ -11,9 +11,9 @@ Object.defineProperty(exports, "TeachingPopoverBody", {
|
|
|
11
11
|
});
|
|
12
12
|
const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
|
|
13
13
|
const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
|
|
14
|
-
const _useTeachingPopoverBody = require("./useTeachingPopoverBody");
|
|
15
|
-
const _renderTeachingPopoverBody = require("./renderTeachingPopoverBody");
|
|
16
|
-
const _useTeachingPopoverBodyStylesstyles = require("./useTeachingPopoverBodyStyles.styles");
|
|
14
|
+
const _useTeachingPopoverBody = require("./useTeachingPopoverBody.cjs");
|
|
15
|
+
const _renderTeachingPopoverBody = require("./renderTeachingPopoverBody.cjs");
|
|
16
|
+
const _useTeachingPopoverBodyStylesstyles = require("./useTeachingPopoverBodyStyles.styles.cjs");
|
|
17
17
|
const _reactsharedcontexts = require("@fluentui/react-shared-contexts");
|
|
18
18
|
const TeachingPopoverBody = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
|
19
19
|
const state = (0, _useTeachingPopoverBody.useTeachingPopoverBody_unstable)(props, ref);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverBody/TeachingPopoverBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverBody_unstable } from './useTeachingPopoverBody';\nimport { renderTeachingPopoverBody_unstable } from './renderTeachingPopoverBody';\nimport { useTeachingPopoverBodyStyles_unstable } from './useTeachingPopoverBodyStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverBodyProps } from './TeachingPopoverBody.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverBody, using the `useTeachingPopoverBody_unstable` and `useTeachingPopoverBodyStyles_unstable`\n * hooks.\n *\n * TeachingPopoverBody is used to host content within a TeachingPopover, and provides a standardized media slot\n */\nexport const TeachingPopoverBody: ForwardRefComponent<TeachingPopoverBodyProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverBody_unstable(props, ref);\n\n useTeachingPopoverBodyStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverBodyStyles_unstable')(state);\n\n return renderTeachingPopoverBody_unstable(state);\n});\n\nTeachingPopoverBody.displayName = 'TeachingPopoverBody';\n"],"names":["React","useTeachingPopoverBody_unstable","renderTeachingPopoverBody_unstable","useTeachingPopoverBodyStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverBody","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;wCACiB,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverBody/TeachingPopoverBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverBody_unstable } from './useTeachingPopoverBody';\nimport { renderTeachingPopoverBody_unstable } from './renderTeachingPopoverBody';\nimport { useTeachingPopoverBodyStyles_unstable } from './useTeachingPopoverBodyStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverBodyProps } from './TeachingPopoverBody.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverBody, using the `useTeachingPopoverBody_unstable` and `useTeachingPopoverBodyStyles_unstable`\n * hooks.\n *\n * TeachingPopoverBody is used to host content within a TeachingPopover, and provides a standardized media slot\n */\nexport const TeachingPopoverBody: ForwardRefComponent<TeachingPopoverBodyProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverBody_unstable(props, ref);\n\n useTeachingPopoverBodyStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverBodyStyles_unstable')(state);\n\n return renderTeachingPopoverBody_unstable(state);\n});\n\nTeachingPopoverBody.displayName = 'TeachingPopoverBody';\n"],"names":["React","useTeachingPopoverBody_unstable","renderTeachingPopoverBody_unstable","useTeachingPopoverBodyStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverBody","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;wCACiB,8BAA2B;2CACxB,iCAA8B;oDAC3B,2CAAwC;qCAClD,kCAAkC;AAUvE,MAAMK,sBAAAA,WAAAA,GAAqEL,OAAMM,UAAU,CAAC,CAACC,OAAOC;IACzG,MAAMC,YAAQR,uDAAAA,EAAgCM,OAAOC;QAErDL,yEAAAA,EAAsCM;QAEtCL,gDAAAA,EAA4B,yCAAyCK;IAErE,WAAOP,6DAAAA,EAAmCO;AAC5C,GAAG;AAEHJ,oBAAoBK,WAAW,GAAG"}
|
|
@@ -28,7 +28,7 @@ _export(exports, {
|
|
|
28
28
|
return _useTeachingPopoverBody.useTeachingPopoverBody_unstable;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
const _TeachingPopoverBody = require("./TeachingPopoverBody");
|
|
32
|
-
const _renderTeachingPopoverBody = require("./renderTeachingPopoverBody");
|
|
33
|
-
const _useTeachingPopoverBody = require("./useTeachingPopoverBody");
|
|
34
|
-
const _useTeachingPopoverBodyStylesstyles = require("./useTeachingPopoverBodyStyles.styles");
|
|
31
|
+
const _TeachingPopoverBody = require("./TeachingPopoverBody.cjs");
|
|
32
|
+
const _renderTeachingPopoverBody = require("./renderTeachingPopoverBody.cjs");
|
|
33
|
+
const _useTeachingPopoverBody = require("./useTeachingPopoverBody.cjs");
|
|
34
|
+
const _useTeachingPopoverBodyStylesstyles = require("./useTeachingPopoverBodyStyles.styles.cjs");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverBody/index.ts"],"sourcesContent":["export { TeachingPopoverBody } from './TeachingPopoverBody';\nexport type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './TeachingPopoverBody.types';\nexport { renderTeachingPopoverBody_unstable } from './renderTeachingPopoverBody';\nexport { useTeachingPopoverBody_unstable } from './useTeachingPopoverBody';\nexport {\n teachingPopoverBodyClassNames,\n useMediaStyles,\n useTeachingPopoverBodyStyles_unstable,\n} from './useTeachingPopoverBodyStyles.styles';\n"],"names":["TeachingPopoverBody","renderTeachingPopoverBody_unstable","useTeachingPopoverBody_unstable","teachingPopoverBodyClassNames","useMediaStyles","useTeachingPopoverBodyStyles_unstable"],"mappings":";;;;;;;;;;;;eAASA,wCAAmB;;;eAMnBC,6DAAkC;;;eAGzCE,iEAA6B;;;eAC7BC,kDAAc;;;eACdC,yEAAqC;;;eAJ9BH,uDAA+B;;;qCAPJ,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverBody/index.ts"],"sourcesContent":["export { TeachingPopoverBody } from './TeachingPopoverBody';\nexport type {\n TeachingPopoverBodyProps,\n TeachingPopoverBodySlots,\n TeachingPopoverBodyState,\n} from './TeachingPopoverBody.types';\nexport { renderTeachingPopoverBody_unstable } from './renderTeachingPopoverBody';\nexport { useTeachingPopoverBody_unstable } from './useTeachingPopoverBody';\nexport {\n teachingPopoverBodyClassNames,\n useMediaStyles,\n useTeachingPopoverBodyStyles_unstable,\n} from './useTeachingPopoverBodyStyles.styles';\n"],"names":["TeachingPopoverBody","renderTeachingPopoverBody_unstable","useTeachingPopoverBody_unstable","teachingPopoverBodyClassNames","useMediaStyles","useTeachingPopoverBodyStyles_unstable"],"mappings":";;;;;;;;;;;;eAASA,wCAAmB;;;eAMnBC,6DAAkC;;;eAGzCE,iEAA6B;;;eAC7BC,kDAAc;;;eACdC,yEAAqC;;;eAJ9BH,uDAA+B;;;qCAPJ,2BAAwB;2CAMT,iCAA8B;wCACjC,8BAA2B;oDAKpE,2CAAwC"}
|
package/lib-commonjs/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["useTeachingPopoverBodyStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from \"@griffel/react\";\nexport const teachingPopoverBodyClassNames = {\n root: 'fui-TeachingPopoverBody',\n media: 'fui-TeachingPopoverBody__media'\n};\nconst popoverBodyDimension = 288;\nexport const useMediaStyles = makeStyles({\n base: {\n gridArea: 'media',\n overflow: 'hidden',\n width: 'auto',\n marginBottom: '12px',\n verticalAlign: 'middle',\n justifyContent: 'center',\n display: 'flex'\n },\n short: {\n aspectRatio: popoverBodyDimension / 117,\n '@supports not (aspect-ratio)': {\n height: '117px'\n }\n },\n medium: {\n aspectRatio: popoverBodyDimension / 176,\n '@supports not (aspect-ratio)': {\n height: '176px'\n }\n },\n tall: {\n aspectRatio: 1,\n '@supports not (aspect-ratio)': {\n height: `${popoverBodyDimension}px`\n }\n }\n});\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n flexDirection: 'column',\n paddingBottom: '12px'\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverBodyStyles_unstable = (state)=>{\n const { mediaLength } = state;\n const styles = useStyles();\n const mediaStyles = useMediaStyles();\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverBodyClassNames.root, styles.root, state.root.className);\n if (state.media) {\n // eslint-disable-next-line react-hooks/immutability\n state.media.className = mergeClasses(teachingPopoverBodyClassNames.media, mediaStyles.base, mediaStyles[mediaLength], state.media.className);\n }\n return state;\n};\n"],"names":["__styles","mergeClasses","teachingPopoverBodyClassNames","root","media","popoverBodyDimension","useMediaStyles","base","Bw0ie65","Br312pm","nk6f5a","Ijaq50","Bq1tomu","B68tc82","Bmxbyg5","Bpg54ce","a9b677","jrapky","ha4doy","Brf1p80","mc9l5x","short","Bubjx69","Bfd67p1","medium","tall","d","p","t","useStyles","Beiy3e4","Byoj8tv","useTeachingPopoverBodyStyles_unstable","state","mediaLength","styles","mediaStyles","className"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAECE,6BAA6B;;;kBAKf;;;yCAoCgE;eAArC8B;;;uBA1Cb,gBAAgB;AAClD,sCAAsC;IACzC7B,IAAI,EAAE,yBAAyB;IAC/BC,KAAK,EAAE;AACX,CAAC;AACD,MAAMC,oBAAoB,GAAG,GAAG;AACzB,MAAMC,iBAAc,WAAA,OAAGN,eAAA,EAAA;IAAAO,IAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,KAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,MAAA,EAAA;QAAAF,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAE,IAAA,EAAA;QAAAH,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAG,CAAA,EAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;YAAA;YAAA;gBAAAA,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA4B7B,CAAC;AACF,MAAMC,SAAS,GAAA,WAAA,OAAG7B,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAiB,MAAA,EAAA;QAAAU,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAL,CAAA,EAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAMjB,CAAC;AAC8C,+CAA+CO,KAAK,IAAG;IACnG,MAAM,EAAEC,WAAAA,EAAa,GAAGD,KAAK;IAC7B,MAAME,MAAM,GAAGN,SAAS,CAAC,CAAC;IAC1B,MAAMO,WAAW,GAAG9B,cAAc,CAAC,CAAC;IACpC,oDAAA;IACA2B,KAAK,CAAC9B,IAAI,CAACkC,SAAS,GAAGpC,uBAAY,EAACC,6BAA6B,CAACC,IAAI,EAAEgC,MAAM,CAAChC,IAAI,EAAE8B,KAAK,CAAC9B,IAAI,CAACkC,SAAS,CAAC;IAC1G,IAAIJ,KAAK,CAAC7B,KAAK,EAAE;QACb,oDAAA;QACA6B,KAAK,CAAC7B,KAAK,CAACiC,SAAS,OAAGpC,mBAAY,EAACC,6BAA6B,CAACE,KAAK,EAAEgC,WAAW,CAAC7B,IAAI,EAAE6B,WAAW,CAACF,WAAW,CAAC,EAAED,KAAK,CAAC7B,KAAK,CAACiC,SAAS,CAAC;IAChJ;IACA,OAAOJ,KAAK;AAChB,CAAC"}
|
package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.js → Carousel.cjs}
RENAMED
|
@@ -13,9 +13,9 @@ const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildc
|
|
|
13
13
|
const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
|
|
14
14
|
const _reactutilities = require("@fluentui/react-utilities");
|
|
15
15
|
const _reactsharedcontexts = require("@fluentui/react-shared-contexts");
|
|
16
|
-
const _constants = require("./constants");
|
|
17
|
-
const _useCarouselWalker = require("./useCarouselWalker");
|
|
18
|
-
const _createCarouselStore = require("./createCarouselStore");
|
|
16
|
+
const _constants = require("./constants.cjs");
|
|
17
|
+
const _useCarouselWalker = require("./useCarouselWalker.cjs");
|
|
18
|
+
const _createCarouselStore = require("./createCarouselStore.cjs");
|
|
19
19
|
function useCarousel_unstable(options) {
|
|
20
20
|
const { announcement, onValueChange, onFinish } = options;
|
|
21
21
|
const { targetDocument } = (0, _reactsharedcontexts.useFluent_unstable)();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/Carousel.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { isHTMLElement, useMergedRefs, useControllableState, useEventCallback } from '@fluentui/react-utilities';\nimport { useAnnounce, useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';\n\nimport { CAROUSEL_ITEM } from './constants';\nimport { useCarouselWalker_unstable } from './useCarouselWalker';\nimport { createCarouselStore } from './createCarouselStore';\nimport type { CarouselStore, UseCarouselOptions } from './Carousel.types';\nimport type { CarouselContextValue } from './CarouselContext';\n\n// TODO: Migrate this into an external @fluentui/carousel component\n// For now, we won't export this publicly, is only for internal TeachingPopover use until stabilized.\nexport function useCarousel_unstable(options: UseCarouselOptions): {\n carouselRef: React.RefObject<HTMLDivElement | null>;\n carousel: {\n store: CarouselStore;\n value: string | null;\n selectPageByDirection: (\n event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>,\n direction: 'next' | 'prev',\n ) => void;\n selectPageByValue: (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, newValue: string) => void;\n };\n} {\n const { announcement, onValueChange, onFinish } = options;\n\n const { targetDocument } = useFluent();\n const win = targetDocument?.defaultView;\n const { ref: carouselRef, walker: carouselWalker } = useCarouselWalker_unstable();\n const [store] = React.useState(() => createCarouselStore());\n\n const [value, setValue] = useControllableState({\n defaultState: options.defaultValue,\n state: options.value,\n initialState: null,\n });\n const rootRef = React.useRef<HTMLDivElement>(null);\n\n const { announce } = useAnnounce();\n\n if (process.env.NODE_ENV !== 'production') {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useEffect(() => {\n if (value === null) {\n // eslint-disable-next-line no-console\n console.error(\n 'useCarousel: Carousel needs to have a `defaultValue` or `value` prop set. If you want to control the value, use the `value` prop.',\n );\n }\n }, [value]);\n }\n\n React.useEffect(() => {\n const allItems = rootRef.current?.querySelectorAll(`[${CAROUSEL_ITEM}]`)!;\n\n for (let i = 0; i < allItems.length; i++) {\n store.addValue(allItems.item(i).getAttribute(CAROUSEL_ITEM)!);\n }\n\n return () => {\n store.clear();\n };\n }, [store]);\n\n React.useEffect(() => {\n if (!win) {\n return;\n }\n\n const config: MutationObserverInit = {\n attributes: true,\n attributeFilter: [CAROUSEL_ITEM],\n childList: true,\n subtree: true,\n };\n\n // Callback function to execute when mutations are observed\n const callback: MutationCallback = mutationList => {\n for (const mutation of mutationList) {\n for (const addedNode of Array.from(mutation.addedNodes)) {\n if (isHTMLElement(addedNode) && addedNode.hasAttribute(CAROUSEL_ITEM)) {\n const newValue = addedNode.getAttribute(CAROUSEL_ITEM)!;\n const newNode = carouselWalker.find(newValue);\n if (!newNode?.value) {\n return;\n }\n\n const previousNode = carouselWalker.prevPage(newNode?.value);\n store.insertValue(newValue, previousNode?.value ?? null);\n }\n }\n\n for (const removedNode of Array.from(mutation.removedNodes)) {\n if (isHTMLElement(removedNode) && removedNode?.hasAttribute(CAROUSEL_ITEM)) {\n const removedValue = removedNode.getAttribute(CAROUSEL_ITEM)!;\n\n store.removeValue(removedValue);\n }\n }\n }\n };\n\n // Create an observer instance linked to the callback function\n const observer = new win.MutationObserver(callback);\n\n // Start observing the target node for configured mutations\n observer.observe(rootRef.current!, config);\n\n // Later, you can stop observing\n return () => {\n observer.disconnect();\n };\n }, [carouselWalker, store, win]);\n\n const updateSlide = useEventCallback(\n (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, newValue: string) => {\n setValue(newValue);\n onValueChange?.(event, { event, type: 'click', value: newValue });\n\n const announceText = announcement?.(newValue);\n if (announceText) {\n announce(announceText, { polite: true });\n }\n },\n );\n\n const selectPageByDirection: CarouselContextValue['selectPageByDirection'] = useEventCallback((event, direction) => {\n const active = carouselWalker.active();\n\n if (!active?.value) {\n return;\n }\n\n const newPage =\n direction === 'prev' ? carouselWalker.prevPage(active.value) : carouselWalker.nextPage(active.value);\n\n if (newPage) {\n updateSlide(event, newPage?.value);\n } else {\n onFinish?.(event, { event, type: 'click', value: active?.value });\n }\n });\n\n return {\n carouselRef: useMergedRefs(rootRef, carouselRef),\n carousel: {\n store,\n value,\n selectPageByDirection,\n selectPageByValue: updateSlide,\n },\n };\n}\n"],"names":["React","isHTMLElement","useMergedRefs","useControllableState","useEventCallback","useAnnounce","useFluent_unstable","useFluent","CAROUSEL_ITEM","useCarouselWalker_unstable","createCarouselStore","useCarousel_unstable","options","announcement","onValueChange","onFinish","targetDocument","win","defaultView","ref","carouselRef","walker","carouselWalker","store","useState","value","setValue","defaultState","defaultValue","state","initialState","rootRef","useRef","announce","process","env","NODE_ENV","useEffect","console","error","allItems","current","querySelectorAll","i","length","addValue","item","getAttribute","clear","config","attributes","attributeFilter","childList","subtree","callback","mutationList","mutation","addedNode","Array","from","addedNodes","hasAttribute","newValue","newNode","find","previousNode","prevPage","insertValue","removedNode","removedNodes","removedValue","removeValue","observer","MutationObserver","observe","disconnect","updateSlide","event","type","announceText","polite","selectPageByDirection","direction","active","newPage","nextPage","carousel","selectPageByValue"],"mappings":"AAAA;;;;;+BAcgBW;;;;;;;iEAZO,QAAQ;gCACsD,4BAA4B;qCACpD,kCAAkC;2BAEjE,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/Carousel.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { isHTMLElement, useMergedRefs, useControllableState, useEventCallback } from '@fluentui/react-utilities';\nimport { useAnnounce, useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';\n\nimport { CAROUSEL_ITEM } from './constants';\nimport { useCarouselWalker_unstable } from './useCarouselWalker';\nimport { createCarouselStore } from './createCarouselStore';\nimport type { CarouselStore, UseCarouselOptions } from './Carousel.types';\nimport type { CarouselContextValue } from './CarouselContext';\n\n// TODO: Migrate this into an external @fluentui/carousel component\n// For now, we won't export this publicly, is only for internal TeachingPopover use until stabilized.\nexport function useCarousel_unstable(options: UseCarouselOptions): {\n carouselRef: React.RefObject<HTMLDivElement | null>;\n carousel: {\n store: CarouselStore;\n value: string | null;\n selectPageByDirection: (\n event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>,\n direction: 'next' | 'prev',\n ) => void;\n selectPageByValue: (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, newValue: string) => void;\n };\n} {\n const { announcement, onValueChange, onFinish } = options;\n\n const { targetDocument } = useFluent();\n const win = targetDocument?.defaultView;\n const { ref: carouselRef, walker: carouselWalker } = useCarouselWalker_unstable();\n const [store] = React.useState(() => createCarouselStore());\n\n const [value, setValue] = useControllableState({\n defaultState: options.defaultValue,\n state: options.value,\n initialState: null,\n });\n const rootRef = React.useRef<HTMLDivElement>(null);\n\n const { announce } = useAnnounce();\n\n if (process.env.NODE_ENV !== 'production') {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useEffect(() => {\n if (value === null) {\n // eslint-disable-next-line no-console\n console.error(\n 'useCarousel: Carousel needs to have a `defaultValue` or `value` prop set. If you want to control the value, use the `value` prop.',\n );\n }\n }, [value]);\n }\n\n React.useEffect(() => {\n const allItems = rootRef.current?.querySelectorAll(`[${CAROUSEL_ITEM}]`)!;\n\n for (let i = 0; i < allItems.length; i++) {\n store.addValue(allItems.item(i).getAttribute(CAROUSEL_ITEM)!);\n }\n\n return () => {\n store.clear();\n };\n }, [store]);\n\n React.useEffect(() => {\n if (!win) {\n return;\n }\n\n const config: MutationObserverInit = {\n attributes: true,\n attributeFilter: [CAROUSEL_ITEM],\n childList: true,\n subtree: true,\n };\n\n // Callback function to execute when mutations are observed\n const callback: MutationCallback = mutationList => {\n for (const mutation of mutationList) {\n for (const addedNode of Array.from(mutation.addedNodes)) {\n if (isHTMLElement(addedNode) && addedNode.hasAttribute(CAROUSEL_ITEM)) {\n const newValue = addedNode.getAttribute(CAROUSEL_ITEM)!;\n const newNode = carouselWalker.find(newValue);\n if (!newNode?.value) {\n return;\n }\n\n const previousNode = carouselWalker.prevPage(newNode?.value);\n store.insertValue(newValue, previousNode?.value ?? null);\n }\n }\n\n for (const removedNode of Array.from(mutation.removedNodes)) {\n if (isHTMLElement(removedNode) && removedNode?.hasAttribute(CAROUSEL_ITEM)) {\n const removedValue = removedNode.getAttribute(CAROUSEL_ITEM)!;\n\n store.removeValue(removedValue);\n }\n }\n }\n };\n\n // Create an observer instance linked to the callback function\n const observer = new win.MutationObserver(callback);\n\n // Start observing the target node for configured mutations\n observer.observe(rootRef.current!, config);\n\n // Later, you can stop observing\n return () => {\n observer.disconnect();\n };\n }, [carouselWalker, store, win]);\n\n const updateSlide = useEventCallback(\n (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, newValue: string) => {\n setValue(newValue);\n onValueChange?.(event, { event, type: 'click', value: newValue });\n\n const announceText = announcement?.(newValue);\n if (announceText) {\n announce(announceText, { polite: true });\n }\n },\n );\n\n const selectPageByDirection: CarouselContextValue['selectPageByDirection'] = useEventCallback((event, direction) => {\n const active = carouselWalker.active();\n\n if (!active?.value) {\n return;\n }\n\n const newPage =\n direction === 'prev' ? carouselWalker.prevPage(active.value) : carouselWalker.nextPage(active.value);\n\n if (newPage) {\n updateSlide(event, newPage?.value);\n } else {\n onFinish?.(event, { event, type: 'click', value: active?.value });\n }\n });\n\n return {\n carouselRef: useMergedRefs(rootRef, carouselRef),\n carousel: {\n store,\n value,\n selectPageByDirection,\n selectPageByValue: updateSlide,\n },\n };\n}\n"],"names":["React","isHTMLElement","useMergedRefs","useControllableState","useEventCallback","useAnnounce","useFluent_unstable","useFluent","CAROUSEL_ITEM","useCarouselWalker_unstable","createCarouselStore","useCarousel_unstable","options","announcement","onValueChange","onFinish","targetDocument","win","defaultView","ref","carouselRef","walker","carouselWalker","store","useState","value","setValue","defaultState","defaultValue","state","initialState","rootRef","useRef","announce","process","env","NODE_ENV","useEffect","console","error","allItems","current","querySelectorAll","i","length","addValue","item","getAttribute","clear","config","attributes","attributeFilter","childList","subtree","callback","mutationList","mutation","addedNode","Array","from","addedNodes","hasAttribute","newValue","newNode","find","previousNode","prevPage","insertValue","removedNode","removedNodes","removedValue","removeValue","observer","MutationObserver","observe","disconnect","updateSlide","event","type","announceText","polite","selectPageByDirection","direction","active","newPage","nextPage","carousel","selectPageByValue"],"mappings":"AAAA;;;;;+BAcgBW;;;;;;;iEAZO,QAAQ;gCACsD,4BAA4B;qCACpD,kCAAkC;2BAEjE,iBAAc;mCACD,yBAAsB;qCAC7B,2BAAwB;AAMrD,8BAA8BC,OAA2B;IAY9D,MAAM,EAAEC,YAAY,EAAEC,aAAa,EAAEC,QAAQ,EAAE,GAAGH;IAElD,MAAM,EAAEI,cAAc,EAAE,OAAGT,uCAAAA;IAC3B,MAAMU,MAAMD,mBAAAA,QAAAA,mBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,eAAgBE,WAAW;IACvC,MAAM,EAAEC,KAAKC,WAAW,EAAEC,QAAQC,cAAc,EAAE,OAAGb,6CAAAA;IACrD,MAAM,CAACc,MAAM,GAAGvB,OAAMwB,QAAQ,CAAC,QAAMd,wCAAAA;IAErC,MAAM,CAACe,OAAOC,SAAS,OAAGvB,oCAAAA,EAAqB;QAC7CwB,cAAcf,QAAQgB,YAAY;QAClCC,OAAOjB,QAAQa,KAAK;QACpBK,cAAc;IAChB;IACA,MAAMC,UAAU/B,OAAMgC,MAAM,CAAiB;IAE7C,MAAM,EAAEC,QAAQ,EAAE,GAAG5B,oCAAAA;IAErB,IAAI6B,QAAQC,GAAG,CAACC,QAAQ,KAAK,cAAc;QACzC,sDAAsD;QACtDpC,OAAMqC,SAAS,CAAC;YACd,IAAIZ,UAAU,MAAM;gBAClB,sCAAsC;gBACtCa,QAAQC,KAAK,CACX;YAEJ;QACF,GAAG;YAACd;SAAM;IACZ;IAEAzB,OAAMqC,SAAS,CAAC;YACGN;QAAjB,MAAMS,WAAWT,AAAXS,oBAAWT,QAAQU,OAAAA,AAAO,MAAA,QAAfV,qBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,iBAAiBW,gBAAgB,CAAC,CAAC,CAAC,EAAElC,wBAAAA,CAAc,CAAC,CAAC;QAEvE,IAAK,IAAImC,IAAI,GAAGA,IAAIH,SAASI,MAAM,EAAED,IAAK;YACxCpB,MAAMsB,QAAQ,CAACL,SAASM,IAAI,CAACH,GAAGI,YAAY,CAACvC,wBAAAA;QAC/C;QAEA,OAAO;YACLe,MAAMyB,KAAK;QACb;IACF,GAAG;QAACzB;KAAM;IAEVvB,OAAMqC,SAAS,CAAC;QACd,IAAI,CAACpB,KAAK;YACR;QACF;QAEA,MAAMgC,SAA+B;YACnCC,YAAY;YACZC,iBAAiB;gBAAC3C,wBAAAA;aAAc;YAChC4C,WAAW;YACXC,SAAS;QACX;QAEA,2DAA2D;QAC3D,MAAMC,WAA6BC,CAAAA;YACjC,KAAK,MAAMC,YAAYD,aAAc;gBACnC,KAAK,MAAME,aAAaC,MAAMC,IAAI,CAACH,SAASI,UAAU,EAAG;oBACvD,QAAI3D,6BAAAA,EAAcwD,cAAcA,UAAUI,YAAY,CAACrD,wBAAAA,GAAgB;wBACrE,MAAMsD,WAAWL,UAAUV,YAAY,CAACvC,wBAAAA;wBACxC,MAAMuD,UAAUzC,eAAe0C,IAAI,CAACF;wBACpC,IAAI,EAACC,YAAAA,QAAAA,YAAAA,KAAAA,IAAAA,KAAAA,IAAAA,QAAStC,KAAAA,AAAK,GAAE;4BACnB;wBACF;wBAEA,MAAMwC,eAAe3C,eAAe4C,QAAQ,CAACH,YAAAA,QAAAA,YAAAA,KAAAA,IAAAA,KAAAA,IAAAA,QAAStC,KAAK;4BAC/BwC;wBAA5B1C,MAAM4C,WAAW,CAACL,UAAUG,CAAAA,sBAAAA,iBAAAA,QAAAA,iBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,aAAcxC,KAAK,AAALA,MAAK,QAAnBwC,wBAAAA,KAAAA,IAAAA,sBAAuB;oBACrD;gBACF;gBAEA,KAAK,MAAMG,eAAeV,MAAMC,IAAI,CAACH,SAASa,YAAY,EAAG;oBAC3D,IAAIpE,iCAAAA,EAAcmE,iBAAgBA,gBAAAA,QAAAA,gBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,YAAaP,YAAY,CAACrD,wBAAAA,CAAAA,GAAgB;wBAC1E,MAAM8D,eAAeF,YAAYrB,YAAY,CAACvC,wBAAAA;wBAE9Ce,MAAMgD,WAAW,CAACD;oBACpB;gBACF;YACF;QACF;QAEA,8DAA8D;QAC9D,MAAME,WAAW,IAAIvD,IAAIwD,gBAAgB,CAACnB;QAE1C,2DAA2D;QAC3DkB,SAASE,OAAO,CAAC3C,QAAQU,OAAO,EAAGQ;QAEnC,gCAAgC;QAChC,OAAO;YACLuB,SAASG,UAAU;QACrB;IACF,GAAG;QAACrD;QAAgBC;QAAON;KAAI;IAE/B,MAAM2D,kBAAcxE,gCAAAA,EAClB,CAACyE,OAAgEf;QAC/DpC,SAASoC;QACThD,kBAAAA,QAAAA,kBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,cAAgB+D,OAAO;YAAEA;YAAOC,MAAM;YAASrD,OAAOqC;QAAS;QAE/D,MAAMiB,eAAelE,iBAAAA,QAAAA,iBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,aAAeiD;QACpC,IAAIiB,cAAc;YAChB9C,SAAS8C,cAAc;gBAAEC,QAAQ;YAAK;QACxC;IACF;IAGF,MAAMC,4BAAuE7E,gCAAAA,EAAiB,CAACyE,OAAOK;QACpG,MAAMC,SAAS7D,eAAe6D,MAAM;QAEpC,IAAI,EAACA,WAAAA,QAAAA,WAAAA,KAAAA,IAAAA,KAAAA,IAAAA,OAAQ1D,KAAAA,AAAK,GAAE;YAClB;QACF;QAEA,MAAM2D,UACJF,cAAc,SAAS5D,eAAe4C,QAAQ,CAACiB,OAAO1D,KAAK,IAAIH,eAAe+D,QAAQ,CAACF,OAAO1D,KAAK;QAErG,IAAI2D,SAAS;YACXR,YAAYC,OAAOO,YAAAA,QAAAA,YAAAA,KAAAA,IAAAA,KAAAA,IAAAA,QAAS3D,KAAK;QACnC,OAAO;YACLV,aAAAA,QAAAA,aAAAA,KAAAA,IAAAA,KAAAA,IAAAA,SAAW8D,OAAO;gBAAEA;gBAAOC,MAAM;gBAASrD,KAAK,EAAE0D,WAAAA,QAAAA,WAAAA,KAAAA,IAAAA,KAAAA,IAAAA,OAAQ1D,KAAK;YAAC;QACjE;IACF;IAEA,OAAO;QACLL,iBAAalB,6BAAAA,EAAc6B,SAASX;QACpCkE,UAAU;YACR/D;YACAE;YACAwD;YACAM,mBAAmBX;QACrB;IACF;AACF"}
|
|
@@ -21,7 +21,7 @@ _export(exports, {
|
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
const _reactcontextselector = require("@fluentui/react-context-selector");
|
|
24
|
-
const _createCarouselStore = require("./createCarouselStore");
|
|
24
|
+
const _createCarouselStore = require("./createCarouselStore.cjs");
|
|
25
25
|
const carouselContextDefaultValue = {
|
|
26
26
|
store: (0, _createCarouselStore.createCarouselStore)(),
|
|
27
27
|
value: null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselContext.ts"],"sourcesContent":["'use client';\n\nimport type { ContextSelector } from '@fluentui/react-context-selector';\nimport { type Context, createContext, useContextSelector } from '@fluentui/react-context-selector';\nimport type * as React from 'react';\n\nimport type { CarouselStore } from './Carousel.types';\nimport { createCarouselStore } from './createCarouselStore';\n\nexport type CarouselContextValue = {\n store: CarouselStore;\n value: string | null;\n selectPageByDirection: (\n event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>,\n direction: 'next' | 'prev',\n ) => void;\n selectPageByValue: (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, value: string) => void;\n};\n\nexport const carouselContextDefaultValue: CarouselContextValue = {\n store: createCarouselStore(),\n value: null,\n selectPageByDirection: () => {\n /** noop */\n },\n selectPageByValue: () => {\n /** noop */\n },\n};\n\nconst CarouselContext: Context<CarouselContextValue> = createContext<CarouselContextValue | undefined>(\n undefined,\n) as Context<CarouselContextValue>;\n\nexport const CarouselProvider = CarouselContext.Provider;\n\nexport const useCarouselContext_unstable = <T>(selector: ContextSelector<CarouselContextValue, T>): T =>\n useContextSelector(CarouselContext, (ctx = carouselContextDefaultValue) => selector(ctx));\n"],"names":["createContext","useContextSelector","createCarouselStore","carouselContextDefaultValue","store","value","selectPageByDirection","selectPageByValue","CarouselContext","undefined","CarouselProvider","Provider","useCarouselContext_unstable","selector","ctx"],"mappings":"AAAA;;;;;;;;;;;;oBAkCaU;;;+BAfAP;;;+BAiBAS;;;;sCAjCmD,mCAAmC;qCAI/D,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselContext.ts"],"sourcesContent":["'use client';\n\nimport type { ContextSelector } from '@fluentui/react-context-selector';\nimport { type Context, createContext, useContextSelector } from '@fluentui/react-context-selector';\nimport type * as React from 'react';\n\nimport type { CarouselStore } from './Carousel.types';\nimport { createCarouselStore } from './createCarouselStore';\n\nexport type CarouselContextValue = {\n store: CarouselStore;\n value: string | null;\n selectPageByDirection: (\n event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>,\n direction: 'next' | 'prev',\n ) => void;\n selectPageByValue: (event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, value: string) => void;\n};\n\nexport const carouselContextDefaultValue: CarouselContextValue = {\n store: createCarouselStore(),\n value: null,\n selectPageByDirection: () => {\n /** noop */\n },\n selectPageByValue: () => {\n /** noop */\n },\n};\n\nconst CarouselContext: Context<CarouselContextValue> = createContext<CarouselContextValue | undefined>(\n undefined,\n) as Context<CarouselContextValue>;\n\nexport const CarouselProvider = CarouselContext.Provider;\n\nexport const useCarouselContext_unstable = <T>(selector: ContextSelector<CarouselContextValue, T>): T =>\n useContextSelector(CarouselContext, (ctx = carouselContextDefaultValue) => selector(ctx));\n"],"names":["createContext","useContextSelector","createCarouselStore","carouselContextDefaultValue","store","value","selectPageByDirection","selectPageByValue","CarouselContext","undefined","CarouselProvider","Provider","useCarouselContext_unstable","selector","ctx"],"mappings":"AAAA;;;;;;;;;;;;oBAkCaU;;;+BAfAP;;;+BAiBAS;;;;sCAjCmD,mCAAmC;qCAI/D,2BAAwB;AAYrD,MAAMT,8BAAoD;IAC/DC,WAAOF,wCAAAA;IACPG,OAAO;IACPC,uBAAuB;IACrB,SAAS,GACX;IACAC,mBAAmB;IACjB,SAAS,GACX;AACF,EAAE;AAEF,MAAMC,sBAAiDR,mCAAAA,EACrDS;AAGK,MAAMC,mBAAmBF,gBAAgBG,QAAQ,CAAC;AAElD,MAAMC,8BAA8B,CAAIC,eAC7CZ,wCAAAA,EAAmBO,iBAAiB,CAACM,MAAMX,2BAA2B,GAAKU,SAASC,MAAM"}
|
|
@@ -11,8 +11,8 @@ Object.defineProperty(exports, "CarouselItem", {
|
|
|
11
11
|
});
|
|
12
12
|
const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
|
|
13
13
|
const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
|
|
14
|
-
const _useCarouselItem = require("./useCarouselItem");
|
|
15
|
-
const _renderCarouselItem = require("./renderCarouselItem");
|
|
14
|
+
const _useCarouselItem = require("./useCarouselItem.cjs");
|
|
15
|
+
const _renderCarouselItem = require("./renderCarouselItem.cjs");
|
|
16
16
|
const CarouselItem = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
|
17
17
|
const state = (0, _useCarouselItem.useCarouselItem_unstable)(props, ref);
|
|
18
18
|
return (0, _renderCarouselItem.renderCarouselItem_unstable)(state);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport type { CarouselItemProps } from './CarouselItem.types';\nimport { useCarouselItem_unstable } from './useCarouselItem';\nimport { renderCarouselItem_unstable } from './renderCarouselItem';\n\n/**\n * Define a CarouselItem, using the `useCarouselItem_unstable` and 'renderCarouselItem_unstable' hooks.\n * It has no styling opinions.\n */\nexport const CarouselItem: ForwardRefComponent<CarouselItemProps> = React.forwardRef((props, ref) => {\n const state = useCarouselItem_unstable(props, ref);\n\n return renderCarouselItem_unstable(state);\n});\n\nCarouselItem.displayName = 'CarouselItem';\n"],"names":["React","useCarouselItem_unstable","renderCarouselItem_unstable","CarouselItem","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;iCAIU,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport type { CarouselItemProps } from './CarouselItem.types';\nimport { useCarouselItem_unstable } from './useCarouselItem';\nimport { renderCarouselItem_unstable } from './renderCarouselItem';\n\n/**\n * Define a CarouselItem, using the `useCarouselItem_unstable` and 'renderCarouselItem_unstable' hooks.\n * It has no styling opinions.\n */\nexport const CarouselItem: ForwardRefComponent<CarouselItemProps> = React.forwardRef((props, ref) => {\n const state = useCarouselItem_unstable(props, ref);\n\n return renderCarouselItem_unstable(state);\n});\n\nCarouselItem.displayName = 'CarouselItem';\n"],"names":["React","useCarouselItem_unstable","renderCarouselItem_unstable","CarouselItem","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;iCAIU,uBAAoB;oCACjB,0BAAuB;AAM5D,MAAMG,eAAAA,WAAAA,GAAuDH,OAAMI,UAAU,CAAC,CAACC,OAAOC;IAC3F,MAAMC,YAAQN,yCAAAA,EAAyBI,OAAOC;IAE9C,WAAOJ,+CAAAA,EAA4BK;AACrC,GAAG;AAEHJ,aAAaK,WAAW,GAAG"}
|
|
@@ -10,8 +10,8 @@ Object.defineProperty(exports, "useCarouselItem_unstable", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
const _reactutilities = require("@fluentui/react-utilities");
|
|
13
|
-
const _CarouselContext = require("../CarouselContext");
|
|
14
|
-
const _constants = require("../constants");
|
|
13
|
+
const _CarouselContext = require("../CarouselContext.cjs");
|
|
14
|
+
const _constants = require("../constants.cjs");
|
|
15
15
|
const useCarouselItem_unstable = (props, ref)=>{
|
|
16
16
|
const { value } = props;
|
|
17
17
|
const visible = (0, _CarouselContext.useCarouselContext_unstable)((c)=>c.value === value);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.ts"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { getIntrinsicElementProps, slot } from '@fluentui/react-utilities';\nimport type { CarouselItemProps, CarouselItemState } from './CarouselItem.types';\nimport { useCarouselContext_unstable } from '../CarouselContext';\nimport { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from '../constants';\n\nexport const useCarouselItem_unstable = (\n props: CarouselItemProps,\n ref: React.Ref<HTMLDivElement>,\n): CarouselItemState => {\n const { value } = props;\n\n const visible = useCarouselContext_unstable(c => c.value === value);\n const state: CarouselItemState = {\n value,\n visible,\n components: {\n root: 'div',\n },\n root: slot.always(\n getIntrinsicElementProps('div', {\n ref,\n [CAROUSEL_ITEM]: value,\n [CAROUSEL_ACTIVE_ITEM]: visible,\n hidden: !visible,\n ...props,\n }),\n { elementType: 'div' },\n ),\n };\n\n if (!visible) {\n state.root.children = null;\n }\n\n return state;\n};\n"],"names":["getIntrinsicElementProps","slot","useCarouselContext_unstable","CAROUSEL_ACTIVE_ITEM","CAROUSEL_ITEM","useCarouselItem_unstable","props","ref","value","visible","c","state","components","root","always","hidden","elementType","children"],"mappings":"AAAA;;;;;+BAQaK;;;;;;gCALkC,4BAA4B;iCAE/B,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.ts"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { getIntrinsicElementProps, slot } from '@fluentui/react-utilities';\nimport type { CarouselItemProps, CarouselItemState } from './CarouselItem.types';\nimport { useCarouselContext_unstable } from '../CarouselContext';\nimport { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from '../constants';\n\nexport const useCarouselItem_unstable = (\n props: CarouselItemProps,\n ref: React.Ref<HTMLDivElement>,\n): CarouselItemState => {\n const { value } = props;\n\n const visible = useCarouselContext_unstable(c => c.value === value);\n const state: CarouselItemState = {\n value,\n visible,\n components: {\n root: 'div',\n },\n root: slot.always(\n getIntrinsicElementProps('div', {\n ref,\n [CAROUSEL_ITEM]: value,\n [CAROUSEL_ACTIVE_ITEM]: visible,\n hidden: !visible,\n ...props,\n }),\n { elementType: 'div' },\n ),\n };\n\n if (!visible) {\n state.root.children = null;\n }\n\n return state;\n};\n"],"names":["getIntrinsicElementProps","slot","useCarouselContext_unstable","CAROUSEL_ACTIVE_ITEM","CAROUSEL_ITEM","useCarouselItem_unstable","props","ref","value","visible","c","state","components","root","always","hidden","elementType","children"],"mappings":"AAAA;;;;;+BAQaK;;;;;;gCALkC,4BAA4B;iCAE/B,wBAAqB;2BACb,kBAAe;AAE5D,iCAAiC,CACtCC,OACAC;IAEA,MAAM,EAAEC,KAAK,EAAE,GAAGF;IAElB,MAAMG,cAAUP,4CAAAA,EAA4BQ,CAAAA,IAAKA,EAAEF,KAAK,KAAKA;IAC7D,MAAMG,QAA2B;QAC/BH;QACAC;QACAG,YAAY;YACVC,MAAM;QACR;QACAA,MAAMZ,oBAAAA,CAAKa,MAAM,CACfd,4CAAAA,EAAyB,OAAO;YAC9BO;YACA,CAACH,wBAAAA,CAAc,EAAEI;YACjB,CAACL,+BAAAA,CAAqB,EAAEM;YACxBM,QAAQ,CAACN;YACT,GAAGH,KAAK;QACV,IACA;YAAEU,aAAa;QAAM;IAEzB;IAEA,IAAI,CAACP,SAAS;QACZE,MAAME,IAAI,CAACI,QAAQ,GAAG;IACxB;IAEA,OAAON;AACT,EAAE"}
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "useCarouselValues_unstable", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
const _shim = require("use-sync-external-store/shim");
|
|
13
|
-
const _CarouselContext = require("./CarouselContext");
|
|
13
|
+
const _CarouselContext = require("./CarouselContext.cjs");
|
|
14
14
|
function useCarouselValues_unstable(getSnapshot) {
|
|
15
15
|
const store = (0, _CarouselContext.useCarouselContext_unstable)((c)=>c.store);
|
|
16
16
|
return (0, _shim.useSyncExternalStore)(store.subscribe, ()=>getSnapshot(store.getSnapshot()));
|