@kumori/aurora-wui-components 0.0.281-dev4205.26 → 0.0.281-dev4205.27

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.
package/dist/index.js CHANGED
@@ -594,7 +594,7 @@ var AxebowButton = class AxebowButton extends LitElement {
594
594
  this._guardDisabledClick = (event) => {
595
595
  if (this.disabled || this.loading) {
596
596
  event.preventDefault();
597
- event.stopPropagation();
597
+ event.stopImmediatePropagation();
598
598
  }
599
599
  };
600
600
  this.addEventListener("click", this._guardDisabledClick, { capture: true });