{"version":3,"sources":["../src/components/Dialog/DialogActions/DialogActions.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useDialogActions } from './useDialogActions';\nimport { renderDialogActions } from './renderDialogActions';\nimport type { DialogActionsProps } from './DialogActions.types';\n\n/**\n * `DialogActions` is a `<footer>` container for dialog action buttons (1–3 actions).\n */\nexport const DialogActions: ForwardRefComponent<DialogActionsProps> = React.forwardRef((props, ref) => {\n  const state = useDialogActions(props, ref);\n  return renderDialogActions(state);\n});\n\nDialogActions.displayName = 'DialogActions';\n"],"names":["DialogActions","React","forwardRef","props","ref","state","useDialogActions","renderDialogActions","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;kCAEU;qCACG;AAM7B,MAAMA,8BAAyDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC7F,MAAMC,QAAQC,IAAAA,kCAAgB,EAACH,OAAOC;IACtC,OAAOG,IAAAA,wCAAmB,EAACF;AAC7B;AAEAL,cAAcQ,WAAW,GAAG"}