@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.
@@ -10648,6 +10648,8 @@ const customMixin$9 = (superclass) =>
10648
10648
 
10649
10649
  this.inputElement = this.shadowRoot.querySelector(componentName$P);
10650
10650
 
10651
+ syncAttrs(this, this.inputElement, { includeAttrs: ['has-value'] });
10652
+
10651
10653
  forwardAttrs$1(this.shadowRoot.host, this.inputElement, {
10652
10654
  includeAttrs: [
10653
10655
  'size',
@@ -19609,6 +19611,7 @@ const componentName$g = getComponentName$1('hybrid-field');
19609
19611
 
19610
19612
  const attrs = {
19611
19613
  shared: [
19614
+ 'label',
19612
19615
  'bordered',
19613
19616
  'full-width',
19614
19617
  'label-type',
@@ -19622,7 +19625,6 @@ const attrs = {
19622
19625
  'st-error-message-icon-padding',
19623
19626
  ],
19624
19627
  email: [
19625
- 'label',
19626
19628
  'placeholder',
19627
19629
  'data-errormessage-value-missing-email',
19628
19630
  'data-errormessage-pattern-mismatch-email',
@@ -19641,7 +19643,6 @@ const attrs = {
19641
19643
  'data-errormessage-value-missing-phone',
19642
19644
  ],
19643
19645
  inputBox: [
19644
- 'label',
19645
19646
  'restrict-countries',
19646
19647
  'default-code',
19647
19648
  'phone-minlength',