{"version":3,"sources":["../src/components/Dialog/DialogBody/DialogBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useDialogBody } from './useDialogBody';\nimport { renderDialogBody } from './renderDialogBody';\nimport type { DialogBodyProps } from './DialogBody.types';\n\n/**\n * `DialogBody` is the scrollable content area of the dialog.\n * Place primary content — text, forms, lists — inside this component.\n */\nexport const DialogBody: ForwardRefComponent<DialogBodyProps> = React.forwardRef((props, ref) => {\n  const state = useDialogBody(props, ref);\n  return renderDialogBody(state);\n});\n\nDialogBody.displayName = 'DialogBody';\n"],"names":["DialogBody","React","forwardRef","props","ref","state","useDialogBody","renderDialogBody","displayName"],"mappings":"AAAA;;;;;+BAYaA;;;eAAAA;;;;iEAVU;+BAEO;kCACG;AAO1B,MAAMA,2BAAmDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQC,IAAAA,4BAAa,EAACH,OAAOC;IACnC,OAAOG,IAAAA,kCAAgB,EAACF;AAC1B;AAEAL,WAAWQ,WAAW,GAAG"}