{"version":3,"sources":["../src/alert-dialog.tsx"],"sourcesContent":["import { forwardRef } from \"@chakra-ui/system\"\nimport { ModalProps, Modal } from \"./modal\"\nimport { ModalContentProps, ModalContent } from \"./modal-content\"\n\nexport interface AlertDialogProps extends Omit {\n leastDestructiveRef: NonNullable\n}\n\n/**\n * `AlertDialog` component is used interrupt the user with a mandatory confirmation or action.\n *\n * @see Docs https://chakra-ui.com/docs/components/alert-dialog\n * @see WAI-ARIA https://www.w3.org/WAI/ARIA/apg/patterns/alertdialog/\n */\nexport function AlertDialog(props: AlertDialogProps) {\n const { leastDestructiveRef, ...rest } = props\n return \n}\n\nexport const AlertDialogContent = forwardRef(\n (props, ref) => ,\n)\n\nexport { ModalBody as AlertDialogBody } from \"./modal-body\"\nexport { ModalCloseButton as AlertDialogCloseButton } from \"./modal-close-button\"\nexport { ModalFooter as AlertDialogFooter } from \"./modal-footer\"\nexport { ModalHeader as AlertDialogHeader } from \"./modal-header\"\nexport { ModalOverlay as AlertDialogOverlay } from \"./modal-overlay\"\n"],"mappings":";;;;;;;;;AAAA,SAAS,kBAAkB;AAgBlB;AAFF,SAAS,YAAY,OAAyB;AACnD,QAAM,EAAE,qBAAqB,GAAG,KAAK,IAAI;AACzC,SAAO,oBAAC,SAAO,GAAG,MAAM,iBAAiB,qBAAqB;AAChE;AAEO,IAAM,qBAAqB;AAAA,EAChC,CAAC,OAAO,QAAQ,oBAAC,gBAAa,KAAU,MAAK,eAAe,GAAG,OAAO;AACxE;","names":[]}