in components/RuiAlert/src/RuiAlert.ts [113:122]
private _onDismiss(): void { this._isDismissed = true; this.role = 'none'; this.dispatchEvent( new CustomEvent('dismissed', { bubbles: true, composed: true }) ); }