@descope/web-components-ui 2.2.8 → 2.2.9

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
@@ -11785,6 +11785,8 @@ class PhoneFieldInternal extends BaseInputClass$8 {
11785
11785
 
11786
11786
  this.textField.addEventListener('input', this.#onInput.bind(this));
11787
11787
  this.handleFocusEventsDispatching([this.textField]);
11788
+
11789
+ forwardAttrs$1(this.textField, this, { includeAttrs: ['has-value'] });
11788
11790
  }
11789
11791
 
11790
11792
  getValidity() {
@@ -11970,6 +11972,8 @@ const customMixin$9 = (superclass) =>
11970
11972
 
11971
11973
  this.inputElement = this.shadowRoot.querySelector(componentName$U);
11972
11974
 
11975
+ syncAttrs$1(this, this.inputElement, { includeAttrs: ['has-value'] });
11976
+
11973
11977
  forwardAttrs(this.shadowRoot.host, this.inputElement, {
11974
11978
  includeAttrs: [
11975
11979
  'size',