component
ConfirmationDialog
component ConfirmationDialog(props: $$ComponentProps)An accessible, cancel-first confirmation dialog for admin and static-plugin actions.
Source packages/ui/src/confirmation-dialog/confirmation-dialog.svelte:1
The dialog focuses Cancel when opened, prevents dismissal while an asynchronous confirmation is pending, and closes only after onconfirm succeeds. Consumers own localized copy.