@descope/web-components-ui 1.122.0 → 1.123.0

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.esm.js CHANGED
@@ -24888,7 +24888,7 @@ class RawOutboundAppButton extends createBaseClass({
24888
24888
  init() {
24889
24889
  super.init?.();
24890
24890
 
24891
- forwardAttrs(this, this.button, { excludeAttrs: ['style', 'class'] });
24891
+ forwardAttrs(this, this.button, { excludeAttrs: ['style', 'class', 'icon-src', 'label'] });
24892
24892
  }
24893
24893
 
24894
24894
  updateLabel(val = '') {