@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.
@@ -22174,7 +22174,7 @@ class RawOutboundAppButton extends createBaseClass$1({
22174
22174
  init() {
22175
22175
  super.init?.();
22176
22176
 
22177
- forwardAttrs(this, this.button, { excludeAttrs: ['style', 'class'] });
22177
+ forwardAttrs(this, this.button, { excludeAttrs: ['style', 'class', 'icon-src', 'label'] });
22178
22178
  }
22179
22179
 
22180
22180
  updateLabel(val = '') {