@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/TeachingPopover.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, useTeachingPopoverContextValues_unstable } from
|
|
1
|
+
export { TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, useTeachingPopoverContextValues_unstable } from "./components/TeachingPopover/index.js";
|
|
@@ -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":"AACA,SACEA,eAAe,EACfC,8BAA8B,EAC9BC,2BAA2B,EAC3BC,wCAAwC,QACnC,
|
|
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":"AACA,SACEA,eAAe,EACfC,8BAA8B,EAC9BC,2BAA2B,EAC3BC,wCAAwC,QACnC,wCAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverBody, renderTeachingPopoverBody_unstable, teachingPopoverBodyClassNames, useMediaStyles, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable } from
|
|
1
|
+
export { TeachingPopoverBody, renderTeachingPopoverBody_unstable, teachingPopoverBodyClassNames, useMediaStyles, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable } from "./components/TeachingPopoverBody/index.js";
|
|
@@ -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":"AAKA,SACEA,mBAAmB,EACnBC,kCAAkC,EAClCC,6BAA6B,EAC7BC,cAAc,EACdC,qCAAqC,EACrCC,+BAA+B,QAC1B,
|
|
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":"AAKA,SACEA,mBAAmB,EACnBC,kCAAkC,EAClCC,6BAA6B,EAC7BC,cAAc,EACdC,qCAAqC,EACrCC,+BAA+B,QAC1B,4CAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarousel, renderTeachingPopoverCarousel_unstable, teachingPopoverCarouselClassNames, useTeachingPopoverCarouselContextValues_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselBase_unstable } from
|
|
1
|
+
export { TeachingPopoverCarousel, renderTeachingPopoverCarousel_unstable, teachingPopoverCarouselClassNames, useTeachingPopoverCarouselContextValues_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselBase_unstable } from "./components/TeachingPopoverCarousel/index.js";
|
|
@@ -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":"AAQA,SACEA,uBAAuB,EACvBC,sCAAsC,EACtCC,iCAAiC,EACjCC,gDAAgD,EAChDC,yCAAyC,EACzCC,mCAAmC,EACnCC,uCAAuC,QAClC,
|
|
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":"AAQA,SACEA,uBAAuB,EACvBC,sCAAsC,EACtCC,iCAAiC,EACjCC,gDAAgD,EAChDC,yCAAyC,EACzCC,mCAAmC,EACnCC,uCAAuC,QAClC,gDAA6C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselCard, renderTeachingPopoverCarouselCard_unstable, teachingPopoverCarouselCardClassNames, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselCard, renderTeachingPopoverCarouselCard_unstable, teachingPopoverCarouselCardClassNames, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable } from "./components/TeachingPopoverCarouselCard/index.js";
|
|
@@ -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":"AAKA,SACEA,2BAA2B,EAC3BC,0CAA0C,EAC1CC,qCAAqC,EACrCC,6CAA6C,EAC7CC,uCAAuC,QAClC,
|
|
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":"AAKA,SACEA,2BAA2B,EAC3BC,0CAA0C,EAC1CC,qCAAqC,EACrCC,6CAA6C,EAC7CC,uCAAuC,QAClC,oDAAiD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselFooter, renderTeachingPopoverCarouselFooter_unstable, teachingPopoverCarouselFooterClassNames, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselFooter, renderTeachingPopoverCarouselFooter_unstable, teachingPopoverCarouselFooterClassNames, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable } from "./components/TeachingPopoverCarouselFooter/index.js";
|
|
@@ -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":"AAOA,SACEA,6BAA6B,EAC7BC,4CAA4C,EAC5CC,uCAAuC,EACvCC,+CAA+C,EAC/CC,yCAAyC,QACpC,
|
|
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":"AAOA,SACEA,6BAA6B,EAC7BC,4CAA4C,EAC5CC,uCAAuC,EACvCC,+CAA+C,EAC/CC,yCAAyC,QACpC,sDAAmD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselFooterButton, renderTeachingPopoverCarouselFooterButton_unstable, teachingPopoverCarouselFooterButtonClassNames, useTeachingPopoverCarouselFooterButtonStyles_unstable, useTeachingPopoverCarouselFooterButton_unstable, useTeachingPopoverCarouselFooterButtonBase_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselFooterButton, renderTeachingPopoverCarouselFooterButton_unstable, teachingPopoverCarouselFooterButtonClassNames, useTeachingPopoverCarouselFooterButtonStyles_unstable, useTeachingPopoverCarouselFooterButton_unstable, useTeachingPopoverCarouselFooterButtonBase_unstable } from "./components/TeachingPopoverCarouselFooterButton/index.js";
|
|
@@ -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":"AAOA,SACEA,mCAAmC,EACnCC,kDAAkD,EAClDC,6CAA6C,EAC7CC,qDAAqD,EACrDC,+CAA+C,EAC/CC,mDAAmD,QAC9C,
|
|
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":"AAOA,SACEA,mCAAmC,EACnCC,kDAAkD,EAClDC,6CAA6C,EAC7CC,qDAAqD,EACrDC,+CAA+C,EAC/CC,mDAAmD,QAC9C,4DAAyD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselNav, renderTeachingPopoverCarouselNav_unstable, teachingPopoverCarouselNavClassNames, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavBase_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselNav, renderTeachingPopoverCarouselNav_unstable, teachingPopoverCarouselNavClassNames, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavBase_unstable } from "./components/TeachingPopoverCarouselNav/index.js";
|
|
@@ -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":"AAQA,SACEA,0BAA0B,EAC1BC,yCAAyC,EACzCC,oCAAoC,EACpCC,4CAA4C,EAC5CC,sCAAsC,EACtCC,0CAA0C,QACrC,
|
|
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":"AAQA,SACEA,0BAA0B,EAC1BC,yCAAyC,EACzCC,oCAAoC,EACpCC,4CAA4C,EAC5CC,sCAAsC,EACtCC,0CAA0C,QACrC,mDAAgD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselNavButton, renderTeachingPopoverCarouselNavButton_unstable, teachingPopoverCarouselNavButtonClassNames, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonBase_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselNavButton, renderTeachingPopoverCarouselNavButton_unstable, teachingPopoverCarouselNavButtonClassNames, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonBase_unstable } from "./components/TeachingPopoverCarouselNavButton/index.js";
|
|
@@ -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":"AAOA,SACEA,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,EAC5CC,gDAAgD,QAC3C,
|
|
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":"AAOA,SACEA,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,EAC5CC,gDAAgD,QAC3C,yDAAsD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from
|
|
1
|
+
export { TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from "./components/TeachingPopoverCarouselPageCount/index.js";
|
|
@@ -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":"AAMA,SACEA,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,QACvC,
|
|
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":"AAMA,SACEA,gCAAgC,EAChCC,+CAA+C,EAC/CC,0CAA0C,EAC1CC,kDAAkD,EAClDC,4CAA4C,QACvC,yDAAsD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverFooter, renderTeachingPopoverFooter_unstable, teachingPopoverFooterClassNames, useTeachingPopoverFooterStyles_unstable, useTeachingPopoverFooter_unstable, useTeachingPopoverFooterBase_unstable } from
|
|
1
|
+
export { TeachingPopoverFooter, renderTeachingPopoverFooter_unstable, teachingPopoverFooterClassNames, useTeachingPopoverFooterStyles_unstable, useTeachingPopoverFooter_unstable, useTeachingPopoverFooterBase_unstable } from "./components/TeachingPopoverFooter/index.js";
|
|
@@ -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":"AAOA,SACEA,qBAAqB,EACrBC,oCAAoC,EACpCC,+BAA+B,EAC/BC,uCAAuC,EACvCC,iCAAiC,EACjCC,qCAAqC,QAChC,
|
|
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":"AAOA,SACEA,qBAAqB,EACrBC,oCAAoC,EACpCC,+BAA+B,EAC/BC,uCAAuC,EACvCC,iCAAiC,EACjCC,qCAAqC,QAChC,8CAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverHeader, renderTeachingPopoverHeader_unstable, teachingPopoverHeaderClassNames, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from
|
|
1
|
+
export { TeachingPopoverHeader, renderTeachingPopoverHeader_unstable, teachingPopoverHeaderClassNames, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from "./components/TeachingPopoverHeader/index.js";
|
|
@@ -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":"AAOA,SACEA,qBAAqB,EACrBC,oCAAoC,EACpCC,+BAA+B,EAC/BC,uCAAuC,EACvCC,iCAAiC,EACjCC,qCAAqC,QAChC,
|
|
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":"AAOA,SACEA,qBAAqB,EACrBC,oCAAoC,EACpCC,+BAA+B,EAC/BC,uCAAuC,EACvCC,iCAAiC,EACjCC,qCAAqC,QAChC,8CAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable } from
|
|
1
|
+
export { TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable } from "./components/TeachingPopoverSurface/index.js";
|
|
@@ -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":"AAKA,SACEA,sBAAsB,EACtBC,qCAAqC,EACrCC,gCAAgC,EAChCC,wCAAwC,EACxCC,kCAAkC,QAC7B
|
|
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":"AAKA,SACEA,sBAAsB,EACtBC,qCAAqC,EACrCC,gCAAgC,EAChCC,wCAAwC,EACxCC,kCAAkC,QAC7B,+CAA4C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverTitle, renderTeachingPopoverTitle_unstable, teachingPopoverTitleClassNames, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from
|
|
1
|
+
export { TeachingPopoverTitle, renderTeachingPopoverTitle_unstable, teachingPopoverTitleClassNames, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from "./components/TeachingPopoverTitle/index.js";
|
|
@@ -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":"AAOA,SACEA,oBAAoB,EACpBC,mCAAmC,EACnCC,8BAA8B,EAC9BC,sCAAsC,EACtCC,gCAAgC,EAChCC,oCAAoC,QAC/B,
|
|
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":"AAOA,SACEA,oBAAoB,EACpBC,mCAAmC,EACnCC,8BAA8B,EAC9BC,sCAAsC,EACtCC,gCAAgC,EAChCC,oCAAoC,QAC/B,6CAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable } from
|
|
1
|
+
export { TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable } from "./components/TeachingPopoverTrigger/index.js";
|
|
@@ -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":"AAKA,SACEA,sBAAsB,EACtBC,qCAAqC,EACrCC,kCAAkC,QAC7B
|
|
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":"AAKA,SACEA,sBAAsB,EACtBC,qCAAqC,EACrCC,kCAAkC,QAC7B,+CAA4C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { useTeachingPopover_unstable } from
|
|
3
|
-
import { renderTeachingPopover_unstable } from
|
|
4
|
-
import { useTeachingPopoverContextValues_unstable } from
|
|
2
|
+
import { useTeachingPopover_unstable } from "./useTeachingPopover.js";
|
|
3
|
+
import { renderTeachingPopover_unstable } from "./renderTeachingPopover.js";
|
|
4
|
+
import { useTeachingPopoverContextValues_unstable } from "./useTeachingPopoverContextValues.js";
|
|
5
5
|
/**
|
|
6
6
|
* An extension class of Popover which defaults to withArrow and FocusTrap enabled.
|
|
7
7
|
*/ export const TeachingPopover = (props)=>{
|
|
@@ -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;AAGA,SAASA,2BAA2B,QAAQ,
|
|
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;AAGA,SAASA,2BAA2B,QAAQ,0BAAuB;AACnE,SAASC,8BAA8B,QAAQ,6BAA0B;AAEzE,SAASC,wCAAwC,QAAQ,uCAAoC;AAE7F;;CAEC,GACD,OAAO,MAAMC,kBAAkDC,CAAAA;IAC7D,MAAMC,QAAQL,4BAA4BI;IAC1C,MAAME,gBAAgBJ,yCAAyCG;IAE/D,OAAOJ,+BAA+BI,OAAOC;AAC/C,EAAE;AAEFH,gBAAgBI,WAAW,GAAG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { TeachingPopover } from
|
|
2
|
-
export { renderTeachingPopover_unstable } from
|
|
3
|
-
export { useTeachingPopover_unstable } from
|
|
4
|
-
export { useTeachingPopoverContextValues_unstable } from
|
|
1
|
+
export { TeachingPopover } from "./TeachingPopover.js";
|
|
2
|
+
export { renderTeachingPopover_unstable } from "./renderTeachingPopover.js";
|
|
3
|
+
export { useTeachingPopover_unstable } from "./useTeachingPopover.js";
|
|
4
|
+
export { useTeachingPopoverContextValues_unstable } from "./useTeachingPopoverContextValues.js";
|
|
@@ -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":"AAAA,SAASA,eAAe,QAAQ,
|
|
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":"AAAA,SAASA,eAAe,QAAQ,uBAAoB;AAEpD,SAASC,8BAA8B,QAAQ,6BAA0B;AACzE,SAASC,2BAA2B,QAAQ,0BAAuB;AACnE,SAASC,wCAAwC,QAAQ,uCAAoC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { usePopover_unstable } from
|
|
2
|
+
import { usePopover_unstable } from "@fluentui/react-popover";
|
|
3
3
|
export const useTeachingPopover_unstable = (props)=>{
|
|
4
4
|
const popoverState = usePopover_unstable(props);
|
|
5
5
|
var _props_withArrow, _props_trapFocus;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as React from
|
|
3
|
-
import { useTeachingPopoverBody_unstable } from
|
|
4
|
-
import { renderTeachingPopoverBody_unstable } from
|
|
5
|
-
import { useTeachingPopoverBodyStyles_unstable } from
|
|
6
|
-
import { useCustomStyleHook_unstable } from
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { useTeachingPopoverBody_unstable } from "./useTeachingPopoverBody.js";
|
|
4
|
+
import { renderTeachingPopoverBody_unstable } from "./renderTeachingPopoverBody.js";
|
|
5
|
+
import { useTeachingPopoverBodyStyles_unstable } from "./useTeachingPopoverBodyStyles.styles.js";
|
|
6
|
+
import { useCustomStyleHook_unstable } from "@fluentui/react-shared-contexts";
|
|
7
7
|
/**
|
|
8
8
|
* Define a styled TeachingPopoverBody, using the `useTeachingPopoverBody_unstable` and `useTeachingPopoverBodyStyles_unstable`
|
|
9
9
|
* hooks.
|
|
@@ -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;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,+BAA+B,QAAQ,
|
|
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;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,+BAA+B,QAAQ,8BAA2B;AAC3E,SAASC,kCAAkC,QAAQ,iCAA8B;AACjF,SAASC,qCAAqC,QAAQ,2CAAwC;AAC9F,SAASC,2BAA2B,QAAQ,kCAAkC;AAI9E;;;;;CAKC,GACD,OAAO,MAAMC,oCAAqEL,MAAMM,UAAU,CAAC,CAACC,OAAOC;IACzG,MAAMC,QAAQR,gCAAgCM,OAAOC;IAErDL,sCAAsCM;IAEtCL,4BAA4B,yCAAyCK;IAErE,OAAOP,mCAAmCO;AAC5C,GAAG;AAEHJ,oBAAoBK,WAAW,GAAG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { TeachingPopoverBody } from
|
|
2
|
-
export { renderTeachingPopoverBody_unstable } from
|
|
3
|
-
export { useTeachingPopoverBody_unstable } from
|
|
4
|
-
export { teachingPopoverBodyClassNames, useMediaStyles, useTeachingPopoverBodyStyles_unstable } from
|
|
1
|
+
export { TeachingPopoverBody } from "./TeachingPopoverBody.js";
|
|
2
|
+
export { renderTeachingPopoverBody_unstable } from "./renderTeachingPopoverBody.js";
|
|
3
|
+
export { useTeachingPopoverBody_unstable } from "./useTeachingPopoverBody.js";
|
|
4
|
+
export { teachingPopoverBodyClassNames, useMediaStyles, useTeachingPopoverBodyStyles_unstable } from "./useTeachingPopoverBodyStyles.styles.js";
|
|
@@ -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":"AAAA,SAASA,mBAAmB,QAAQ,
|
|
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":"AAAA,SAASA,mBAAmB,QAAQ,2BAAwB;AAM5D,SAASC,kCAAkC,QAAQ,iCAA8B;AACjF,SAASC,+BAA+B,QAAQ,8BAA2B;AAC3E,SACEC,6BAA6B,EAC7BC,cAAc,EACdC,qCAAqC,QAChC,2CAAwC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
|
-
import { assertSlots } from
|
|
2
|
+
import { assertSlots } from "@fluentui/react-utilities";
|
|
3
3
|
/**
|
|
4
4
|
* Render the final JSX of TeachingPopoverBody
|
|
5
5
|
*/ export const renderTeachingPopoverBody_unstable = (state)=>{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getIntrinsicElementProps, slot } from
|
|
1
|
+
import { getIntrinsicElementProps, slot } from "@fluentui/react-utilities";
|
|
2
2
|
/**
|
|
3
3
|
* Returns the props and state required to render the component
|
|
4
4
|
* @param props - TeachingPopoverBody properties
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"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"],"sources":["useTeachingPopoverBodyStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from
|
|
1
|
+
{"version":3,"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"],"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"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,OAAO,MAAMC,6BAA6B,GAAG;EACzCC,IAAI,EAAE,yBAAyB;EAC/BC,KAAK,EAAE;AACX,CAAC;AACD,MAAMC,oBAAoB,GAAG,GAAG;AAChC,OAAO,MAAMC,cAAc,gBAAGN,QAAA;EAAAO,IAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,KAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;EAAAC,MAAA;IAAAF,OAAA;IAAAC,OAAA;EAAA;EAAAE,IAAA;IAAAH,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAG,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;EAAAC,CAAA;AAAA,CA4B7B,CAAC;AACF,MAAMC,SAAS,gBAAG7B,QAAA;EAAAG,IAAA;IAAAiB,MAAA;IAAAU,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAL,CAAA;AAAA,CAMjB,CAAC;AACF;AAAyC,OAAO,MAAMM,qCAAqC,GAAIC,KAAK,IAAG;EACnG,MAAM;IAAEC;EAAY,CAAC,GAAGD,KAAK;EAC7B,MAAME,MAAM,GAAGN,SAAS,CAAC,CAAC;EAC1B,MAAMO,WAAW,GAAG9B,cAAc,CAAC,CAAC;EACpC;EACA2B,KAAK,CAAC9B,IAAI,CAACkC,SAAS,GAAGpC,YAAY,CAACC,6BAA6B,CAACC,IAAI,EAAEgC,MAAM,CAAChC,IAAI,EAAE8B,KAAK,CAAC9B,IAAI,CAACkC,SAAS,CAAC;EAC1G,IAAIJ,KAAK,CAAC7B,KAAK,EAAE;IACb;IACA6B,KAAK,CAAC7B,KAAK,CAACiC,SAAS,GAAGpC,YAAY,CAACC,6BAA6B,CAACE,KAAK,EAAEgC,WAAW,CAAC7B,IAAI,EAAE6B,WAAW,CAACF,WAAW,CAAC,EAAED,KAAK,CAAC7B,KAAK,CAACiC,SAAS,CAAC;EAChJ;EACA,OAAOJ,KAAK;AAChB,CAAC","ignoreList":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as React from
|
|
3
|
-
import { isHTMLElement, useMergedRefs, useControllableState, useEventCallback } from
|
|
4
|
-
import { useAnnounce, useFluent_unstable as useFluent } from
|
|
5
|
-
import { CAROUSEL_ITEM } from
|
|
6
|
-
import { useCarouselWalker_unstable } from
|
|
7
|
-
import { createCarouselStore } from
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { isHTMLElement, useMergedRefs, useControllableState, useEventCallback } from "@fluentui/react-utilities";
|
|
4
|
+
import { useAnnounce, useFluent_unstable as useFluent } from "@fluentui/react-shared-contexts";
|
|
5
|
+
import { CAROUSEL_ITEM } from "./constants.js";
|
|
6
|
+
import { useCarouselWalker_unstable } from "./useCarouselWalker.js";
|
|
7
|
+
import { createCarouselStore } from "./createCarouselStore.js";
|
|
8
8
|
// TODO: Migrate this into an external @fluentui/carousel component
|
|
9
9
|
// For now, we won't export this publicly, is only for internal TeachingPopover use until stabilized.
|
|
10
10
|
export function useCarousel_unstable(options) {
|
|
@@ -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;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,aAAa,EAAEC,aAAa,EAAEC,oBAAoB,EAAEC,gBAAgB,QAAQ,4BAA4B;AACjH,SAASC,WAAW,EAAEC,sBAAsBC,SAAS,QAAQ,kCAAkC;AAE/F,SAASC,aAAa,QAAQ,
|
|
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;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,aAAa,EAAEC,aAAa,EAAEC,oBAAoB,EAAEC,gBAAgB,QAAQ,4BAA4B;AACjH,SAASC,WAAW,EAAEC,sBAAsBC,SAAS,QAAQ,kCAAkC;AAE/F,SAASC,aAAa,QAAQ,iBAAc;AAC5C,SAASC,0BAA0B,QAAQ,yBAAsB;AACjE,SAASC,mBAAmB,QAAQ,2BAAwB;AAI5D,mEAAmE;AACnE,qGAAqG;AACrG,OAAO,SAASC,qBAAqBC,OAA2B;IAY9D,MAAM,EAAEC,YAAY,EAAEC,aAAa,EAAEC,QAAQ,EAAE,GAAGH;IAElD,MAAM,EAAEI,cAAc,EAAE,GAAGT;IAC3B,MAAMU,MAAMD,2BAAAA,qCAAAA,eAAgBE,WAAW;IACvC,MAAM,EAAEC,KAAKC,WAAW,EAAEC,QAAQC,cAAc,EAAE,GAAGb;IACrD,MAAM,CAACc,MAAM,GAAGvB,MAAMwB,QAAQ,CAAC,IAAMd;IAErC,MAAM,CAACe,OAAOC,SAAS,GAAGvB,qBAAqB;QAC7CwB,cAAcf,QAAQgB,YAAY;QAClCC,OAAOjB,QAAQa,KAAK;QACpBK,cAAc;IAChB;IACA,MAAMC,UAAU/B,MAAMgC,MAAM,CAAiB;IAE7C,MAAM,EAAEC,QAAQ,EAAE,GAAG5B;IAErB,IAAI6B,QAAQC,GAAG,CAACC,QAAQ,KAAK,cAAc;QACzC,sDAAsD;QACtDpC,MAAMqC,SAAS,CAAC;YACd,IAAIZ,UAAU,MAAM;gBAClB,sCAAsC;gBACtCa,QAAQC,KAAK,CACX;YAEJ;QACF,GAAG;YAACd;SAAM;IACZ;IAEAzB,MAAMqC,SAAS,CAAC;YACGN;QAAjB,MAAMS,YAAWT,mBAAAA,QAAQU,OAAO,cAAfV,uCAAAA,iBAAiBW,gBAAgB,CAAC,CAAC,CAAC,EAAElC,cAAc,CAAC,CAAC;QAEvE,IAAK,IAAImC,IAAI,GAAGA,IAAIH,SAASI,MAAM,EAAED,IAAK;YACxCpB,MAAMsB,QAAQ,CAACL,SAASM,IAAI,CAACH,GAAGI,YAAY,CAACvC;QAC/C;QAEA,OAAO;YACLe,MAAMyB,KAAK;QACb;IACF,GAAG;QAACzB;KAAM;IAEVvB,MAAMqC,SAAS,CAAC;QACd,IAAI,CAACpB,KAAK;YACR;QACF;QAEA,MAAMgC,SAA+B;YACnCC,YAAY;YACZC,iBAAiB;gBAAC3C;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,IAAI3D,cAAcwD,cAAcA,UAAUI,YAAY,CAACrD,gBAAgB;wBACrE,MAAMsD,WAAWL,UAAUV,YAAY,CAACvC;wBACxC,MAAMuD,UAAUzC,eAAe0C,IAAI,CAACF;wBACpC,IAAI,EAACC,oBAAAA,8BAAAA,QAAStC,KAAK,GAAE;4BACnB;wBACF;wBAEA,MAAMwC,eAAe3C,eAAe4C,QAAQ,CAACH,oBAAAA,8BAAAA,QAAStC,KAAK;4BAC/BwC;wBAA5B1C,MAAM4C,WAAW,CAACL,UAAUG,CAAAA,sBAAAA,yBAAAA,mCAAAA,aAAcxC,KAAK,cAAnBwC,iCAAAA,sBAAuB;oBACrD;gBACF;gBAEA,KAAK,MAAMG,eAAeV,MAAMC,IAAI,CAACH,SAASa,YAAY,EAAG;oBAC3D,IAAIpE,cAAcmE,iBAAgBA,wBAAAA,kCAAAA,YAAaP,YAAY,CAACrD,iBAAgB;wBAC1E,MAAM8D,eAAeF,YAAYrB,YAAY,CAACvC;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,cAAcxE,iBAClB,CAACyE,OAAgEf;QAC/DpC,SAASoC;QACThD,0BAAAA,oCAAAA,cAAgB+D,OAAO;YAAEA;YAAOC,MAAM;YAASrD,OAAOqC;QAAS;QAE/D,MAAMiB,eAAelE,yBAAAA,mCAAAA,aAAeiD;QACpC,IAAIiB,cAAc;YAChB9C,SAAS8C,cAAc;gBAAEC,QAAQ;YAAK;QACxC;IACF;IAGF,MAAMC,wBAAuE7E,iBAAiB,CAACyE,OAAOK;QACpG,MAAMC,SAAS7D,eAAe6D,MAAM;QAEpC,IAAI,EAACA,mBAAAA,6BAAAA,OAAQ1D,KAAK,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,oBAAAA,8BAAAA,QAAS3D,KAAK;QACnC,OAAO;YACLV,qBAAAA,+BAAAA,SAAW8D,OAAO;gBAAEA;gBAAOC,MAAM;gBAASrD,KAAK,EAAE0D,mBAAAA,6BAAAA,OAAQ1D,KAAK;YAAC;QACjE;IACF;IAEA,OAAO;QACLL,aAAalB,cAAc6B,SAASX;QACpCkE,UAAU;YACR/D;YACAE;YACAwD;YACAM,mBAAmBX;QACrB;IACF;AACF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { createContext, useContextSelector } from
|
|
3
|
-
import { createCarouselStore } from
|
|
2
|
+
import { createContext, useContextSelector } from "@fluentui/react-context-selector";
|
|
3
|
+
import { createCarouselStore } from "./createCarouselStore.js";
|
|
4
4
|
export const carouselContextDefaultValue = {
|
|
5
5
|
store: createCarouselStore(),
|
|
6
6
|
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;AAGA,SAAuBA,aAAa,EAAEC,kBAAkB,QAAQ,mCAAmC;AAInG,SAASC,mBAAmB,QAAQ,
|
|
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;AAGA,SAAuBA,aAAa,EAAEC,kBAAkB,QAAQ,mCAAmC;AAInG,SAASC,mBAAmB,QAAQ,2BAAwB;AAY5D,OAAO,MAAMC,8BAAoD;IAC/DC,OAAOF;IACPG,OAAO;IACPC,uBAAuB;IACrB,SAAS,GACX;IACAC,mBAAmB;IACjB,SAAS,GACX;AACF,EAAE;AAEF,MAAMC,kBAAiDR,cACrDS;AAGF,OAAO,MAAMC,mBAAmBF,gBAAgBG,QAAQ,CAAC;AAEzD,OAAO,MAAMC,8BAA8B,CAAIC,WAC7CZ,mBAAmBO,iBAAiB,CAACM,MAAMX,2BAA2B,GAAKU,SAASC,MAAM"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as React from
|
|
3
|
-
import { useCarouselItem_unstable } from
|
|
4
|
-
import { renderCarouselItem_unstable } from
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { useCarouselItem_unstable } from "./useCarouselItem.js";
|
|
4
|
+
import { renderCarouselItem_unstable } from "./renderCarouselItem.js";
|
|
5
5
|
/**
|
|
6
6
|
* Define a CarouselItem, using the `useCarouselItem_unstable` and 'renderCarouselItem_unstable' hooks.
|
|
7
7
|
* It has no styling opinions.
|
|
@@ -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;AAEA,YAAYA,WAAW,QAAQ;AAI/B,SAASC,wBAAwB,QAAQ,
|
|
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;AAEA,YAAYA,WAAW,QAAQ;AAI/B,SAASC,wBAAwB,QAAQ,uBAAoB;AAC7D,SAASC,2BAA2B,QAAQ,0BAAuB;AAEnE;;;CAGC,GACD,OAAO,MAAMC,6BAAuDH,MAAMI,UAAU,CAAC,CAACC,OAAOC;IAC3F,MAAMC,QAAQN,yBAAyBI,OAAOC;IAE9C,OAAOJ,4BAA4BK;AACrC,GAAG;AAEHJ,aAAaK,WAAW,GAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
|
|
2
|
-
import { assertSlots } from
|
|
2
|
+
import { assertSlots } from "@fluentui/react-utilities";
|
|
3
3
|
/**
|
|
4
4
|
* Render the final JSX of TeachingPopoverCarousel
|
|
5
5
|
*/ export const renderCarouselItem_unstable = (state)=>{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { getIntrinsicElementProps, slot } from
|
|
3
|
-
import { useCarouselContext_unstable } from
|
|
4
|
-
import { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from
|
|
2
|
+
import { getIntrinsicElementProps, slot } from "@fluentui/react-utilities";
|
|
3
|
+
import { useCarouselContext_unstable } from "../CarouselContext.js";
|
|
4
|
+
import { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from "../constants.js";
|
|
5
5
|
export const useCarouselItem_unstable = (props, ref)=>{
|
|
6
6
|
const { value } = props;
|
|
7
7
|
const visible = 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;AAGA,SAASA,wBAAwB,EAAEC,IAAI,QAAQ,4BAA4B;AAE3E,SAASC,2BAA2B,QAAQ,
|
|
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;AAGA,SAASA,wBAAwB,EAAEC,IAAI,QAAQ,4BAA4B;AAE3E,SAASC,2BAA2B,QAAQ,wBAAqB;AACjE,SAASC,oBAAoB,EAAEC,aAAa,QAAQ,kBAAe;AAEnE,OAAO,MAAMC,2BAA2B,CACtCC,OACAC;IAEA,MAAM,EAAEC,KAAK,EAAE,GAAGF;IAElB,MAAMG,UAAUP,4BAA4BQ,CAAAA,IAAKA,EAAEF,KAAK,KAAKA;IAC7D,MAAMG,QAA2B;QAC/BH;QACAC;QACAG,YAAY;YACVC,MAAM;QACR;QACAA,MAAMZ,KAAKa,MAAM,CACfd,yBAAyB,OAAO;YAC9BO;YACA,CAACH,cAAc,EAAEI;YACjB,CAACL,qBAAqB,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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { useSyncExternalStore } from
|
|
3
|
-
import { useCarouselContext_unstable } from
|
|
2
|
+
import { useSyncExternalStore } from "use-sync-external-store/shim";
|
|
3
|
+
import { useCarouselContext_unstable } from "./CarouselContext.js";
|
|
4
4
|
export function useCarouselValues_unstable(getSnapshot) {
|
|
5
5
|
const store = useCarouselContext_unstable((c)=>c.store);
|
|
6
6
|
return useSyncExternalStore(store.subscribe, ()=>getSnapshot(store.getSnapshot()));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/useCarouselValues.ts"],"sourcesContent":["'use client';\n\nimport { useSyncExternalStore } from 'use-sync-external-store/shim';\n\nimport { useCarouselContext_unstable } from './CarouselContext';\nimport type { CarouselStore } from './Carousel.types';\n\nexport function useCarouselValues_unstable<T>(getSnapshot: (values: ReturnType<CarouselStore['getSnapshot']>) => T): T {\n const store = useCarouselContext_unstable(c => c.store);\n\n return useSyncExternalStore(store.subscribe, () => getSnapshot(store.getSnapshot()));\n}\n"],"names":["useSyncExternalStore","useCarouselContext_unstable","useCarouselValues_unstable","getSnapshot","store","c","subscribe"],"mappings":"AAAA;AAEA,SAASA,oBAAoB,QAAQ,+BAA+B;AAEpE,SAASC,2BAA2B,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/components/TeachingPopoverCarousel/Carousel/useCarouselValues.ts"],"sourcesContent":["'use client';\n\nimport { useSyncExternalStore } from 'use-sync-external-store/shim';\n\nimport { useCarouselContext_unstable } from './CarouselContext';\nimport type { CarouselStore } from './Carousel.types';\n\nexport function useCarouselValues_unstable<T>(getSnapshot: (values: ReturnType<CarouselStore['getSnapshot']>) => T): T {\n const store = useCarouselContext_unstable(c => c.store);\n\n return useSyncExternalStore(store.subscribe, () => getSnapshot(store.getSnapshot()));\n}\n"],"names":["useSyncExternalStore","useCarouselContext_unstable","useCarouselValues_unstable","getSnapshot","store","c","subscribe"],"mappings":"AAAA;AAEA,SAASA,oBAAoB,QAAQ,+BAA+B;AAEpE,SAASC,2BAA2B,QAAQ,uBAAoB;AAGhE,OAAO,SAASC,2BAA8BC,WAAoE;IAChH,MAAMC,QAAQH,4BAA4BI,CAAAA,IAAKA,EAAED,KAAK;IAEtD,OAAOJ,qBAAqBI,MAAME,SAAS,EAAE,IAAMH,YAAYC,MAAMD,WAAW;AAClF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as React from
|
|
3
|
-
import { isHTMLElement } from
|
|
4
|
-
import { useFluent_unstable as useFluent } from
|
|
5
|
-
import { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { isHTMLElement } from "@fluentui/react-utilities";
|
|
4
|
+
import { useFluent_unstable as useFluent } from "@fluentui/react-shared-contexts";
|
|
5
|
+
import { CAROUSEL_ACTIVE_ITEM, CAROUSEL_ITEM } from "./constants.js";
|
|
6
6
|
export const useCarouselWalker_unstable = ()=>{
|
|
7
7
|
const { targetDocument } = useFluent();
|
|
8
8
|
const treeWalkerRef = React.useRef(targetDocument === null || targetDocument === void 0 ? void 0 : targetDocument.createTreeWalker(targetDocument.body));
|