@descope/web-components-ui 1.0.424 → 1.0.425

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.
@@ -17659,7 +17659,9 @@ class RawAlert extends createBaseClass$1({ componentName: componentName$2, baseS
17659
17659
 
17660
17660
  this.slotEle.addEventListener('slotchange', this.handleSlotChange.bind(this));
17661
17661
 
17662
- forwardAttrs$1(this, this.textComp, ['variant', 'full-width', 'link-target-blank']);
17662
+ forwardAttrs$1(this, this.textComp, {
17663
+ includeAttrs: ['variant', 'full-width', 'link-target-blank'],
17664
+ });
17663
17665
  }
17664
17666
 
17665
17667
  handleSlotChange() {