@descope/web-components-ui 1.0.325 → 1.0.327

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.
@@ -7962,10 +7962,10 @@ const customMixin$6 = (superclass) =>
7962
7962
  'phone-input-placeholder',
7963
7963
  'disabled',
7964
7964
  'restrict-countries',
7965
- 'label-type',
7966
7965
  'country-input-label',
7967
- 'phone-input-label',
7968
7966
  'readonly',
7967
+ 'label',
7968
+ 'label-type',
7969
7969
  ],
7970
7970
  });
7971
7971
  }
@@ -8163,6 +8163,9 @@ const PhoneFieldClass = compose(
8163
8163
  ${textVars$1.inputBorderRadius}: 0;
8164
8164
  }
8165
8165
 
8166
+ :host([label-type="floating"]) vaadin-text-field::part(label) {
8167
+ display: none;
8168
+ }
8166
8169
  descope-text-field[label-type="floating"]:not([focused])[readonly] > input:placeholder-shown {
8167
8170
  opacity: 0;
8168
8171
  }
@@ -8263,6 +8266,7 @@ const customMixin$5 = (superclass) =>
8263
8266
  'default-code',
8264
8267
  'disabled',
8265
8268
  'phone-input-placeholder',
8269
+ 'label',
8266
8270
  'label-type',
8267
8271
  ],
8268
8272
  });