@descope/web-components-ui 1.119.0 → 1.120.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
@@ -8592,7 +8592,9 @@ const customMixin$c = (superclass) =>
8592
8592
 
8593
8593
  this.inputElement = this.shadowRoot.querySelector(componentName$_);
8594
8594
 
8595
- forwardAttrs$1(this, this.inputElement, { includeAttrs: ['digits', 'size', 'loading'] });
8595
+ forwardAttrs$1(this, this.inputElement, {
8596
+ includeAttrs: ['digits', 'size', 'loading', 'disabled'],
8597
+ });
8596
8598
  }
8597
8599
 
8598
8600
  attributeChangedCallback(attrName, oldValue, newValue) {