@descope/web-components-ui 2.2.7 → 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
@@ -4353,7 +4353,7 @@ class BooleanInputInternal extends BaseInputClass$d {
4353
4353
  this.innerHTML = `
4354
4354
  <div class="wrapper">
4355
4355
  <vaadin-checkbox>
4356
- <descope-enriched-text class="label-content" slot="label"></descope-enriched-text>
4356
+ <descope-enriched-text link-target-blank="true" class="label-content" slot="label"></descope-enriched-text>
4357
4357
  </vaadin-checkbox>
4358
4358
  </div>
4359
4359
  `;
@@ -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',