{"version":3,"sources":["../src/components/Toast/ToastBody/ToastBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { ToastBodyProps } from './ToastBody.types';\nimport { useToastBody } from './useToastBody';\nimport { renderToastBody } from './renderToastBody';\n\n/**\n * Represents the body of a toast, which typically contains the main content of the toast message.\n */\nexport const ToastBody: ForwardRefComponent<ToastBodyProps> = React.forwardRef((props, ref) => {\n  const state = useToastBody(props, ref);\n  return renderToastBody(state);\n});\n\nToastBody.displayName = 'ToastBody';\n"],"names":["ToastBody","React","forwardRef","props","ref","state","useToastBody","renderToastBody","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;8BAGM;iCACG;AAKzB,MAAMA,0BAAiDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACrF,MAAMC,QAAQC,IAAAA,0BAAY,EAACH,OAAOC;IAClC,OAAOG,IAAAA,gCAAe,EAACF;AACzB;AAEAL,UAAUQ,WAAW,GAAG"}