import { createTag } from '../../utils/namespace'; export const ALERT_DIALOG_TAG = createTag('alert-dialog'); export const ALERT_DIALOG_DESCRIPTION_TAG = createTag( 'alert-dialog-description', ); export const ALERT_DIALOG_OVERLAY_TAG = createTag('alert-dialog-overlay'); export const ALERT_DIALOG_PANEL_TAG = createTag('alert-dialog-panel'); export const ALERT_DIALOG_TITLE_TAG = createTag('alert-dialog-title');