{"version":3,"sources":["../src/components/TeachingPopover/TeachingPopoverBody/TeachingPopoverBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverBodyProps } from './TeachingPopoverBody.types';\nimport { useTeachingPopoverBody } from './useTeachingPopoverBody';\nimport { renderTeachingPopoverBody } from './renderTeachingPopoverBody';\n\nexport const TeachingPopoverBody: ForwardRefComponent<TeachingPopoverBodyProps> = React.forwardRef((props, ref) => {\n  const state = useTeachingPopoverBody(props, ref);\n  return renderTeachingPopoverBody(state);\n});\n\nTeachingPopoverBody.displayName = 'TeachingPopoverBody';\n"],"names":["TeachingPopoverBody","React","forwardRef","props","ref","state","useTeachingPopoverBody","renderTeachingPopoverBody","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;wCAGgB;2CACG;AAEnC,MAAMA,oCAAqEC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACzG,MAAMC,QAAQC,IAAAA,8CAAsB,EAACH,OAAOC;IAC5C,OAAOG,IAAAA,oDAAyB,EAACF;AACnC;AAEAL,oBAAoBQ,WAAW,GAAG"}