dap-design-system 0.53.13 → 0.53.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -283,6 +283,8 @@ export default class DapDSButton extends GenericFormElement {
283
283
  private loadingTimer?;
284
284
  /** Persisted aria-label for the inner button; host attribute is removed so we keep the value here */
285
285
  private _ariaLabelForButton;
286
+ /** Internal flag to ignore the aria-label change triggered by our own attribute cleanup */
287
+ private _ignoreNextAriaLabelChange;
286
288
  private getSecureRel;
287
289
  private validateAriaPressed;
288
290
  private getAriaExpanded;