{"version":3,"sources":["../src/components/Toast/ToastTitle/ToastTitle.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { ToastTitleProps } from './ToastTitle.types';\nimport { useToastTitle } from './useToastTitle';\nimport { renderToastTitle } from './renderToastTitle';\n\n/**\n * Represents the title of a toast, which is a brief summary or headline for the toast message.\n */\nexport const ToastTitle: ForwardRefComponent<ToastTitleProps> = React.forwardRef((props, ref) => {\n  const state = useToastTitle(props, ref);\n  return renderToastTitle(state);\n});\n\nToastTitle.displayName = 'ToastTitle';\n"],"names":["ToastTitle","React","forwardRef","props","ref","state","useToastTitle","renderToastTitle","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;+BAGO;kCACG;AAK1B,MAAMA,2BAAmDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQC,IAAAA,4BAAa,EAACH,OAAOC;IACnC,OAAOG,IAAAA,kCAAgB,EAACF;AAC1B;AAEAL,WAAWQ,WAAW,GAAG"}