{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopoverCarousel/TeachingPopoverCarousel.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverCarouselProps } from './TeachingPopoverCarousel.types';\nimport { useTeachingPopoverCarousel, useTeachingPopoverCarouselContextValues } from './useTeachingPopoverCarousel';\nimport { renderTeachingPopoverCarousel } from './renderTeachingPopoverCarousel';\n\nexport const TeachingPopoverCarousel: ForwardRefComponent<TeachingPopoverCarouselProps> = React.forwardRef(\n  (props, ref) => {\n    const state = useTeachingPopoverCarousel(props, ref);\n    const contextValues = useTeachingPopoverCarouselContextValues(state);\n    return renderTeachingPopoverCarousel(state, contextValues);\n  },\n);\n\nTeachingPopoverCarousel.displayName = 'TeachingPopoverCarousel';\n"],"names":["TeachingPopoverCarousel","React","forwardRef","props","ref","state","useTeachingPopoverCarousel","contextValues","useTeachingPopoverCarouselContextValues","renderTeachingPopoverCarousel","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;4CAG6D;+CACtC;AAEvC,MAAMA,wCAA6EC,OAAMC,UAAU,CACxG,CAACC,OAAOC;IACN,MAAMC,QAAQC,IAAAA,sDAA0B,EAACH,OAAOC;IAChD,MAAMG,gBAAgBC,IAAAA,mEAAuC,EAACH;IAC9D,OAAOI,IAAAA,4DAA6B,EAACJ,OAAOE;AAC9C;AAGFP,wBAAwBU,WAAW,GAAG"}