@descope/web-components-ui 1.0.325 → 1.0.327

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  });