@descope/web-components-ui 2.2.8 → 2.2.10

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',
@@ -18734,6 +18738,7 @@ const componentName$i = getComponentName('hybrid-field');
18734
18738
 
18735
18739
  const attrs = {
18736
18740
  shared: [
18741
+ 'label',
18737
18742
  'bordered',
18738
18743
  'full-width',
18739
18744
  'label-type',
@@ -18747,7 +18752,6 @@ const attrs = {
18747
18752
  'st-error-message-icon-padding',
18748
18753
  ],
18749
18754
  email: [
18750
- 'label',
18751
18755
  'placeholder',
18752
18756
  'data-errormessage-value-missing-email',
18753
18757
  'data-errormessage-pattern-mismatch-email',
@@ -18766,7 +18770,6 @@ const attrs = {
18766
18770
  'data-errormessage-value-missing-phone',
18767
18771
  ],
18768
18772
  inputBox: [
18769
- 'label',
18770
18773
  'restrict-countries',
18771
18774
  'default-code',
18772
18775
  'phone-minlength',