@descope/web-components-ui 1.0.326 → 1.0.327

Sign up to get free protection for your applications and to get access to all the features.
@@ -7962,10 +7962,9 @@ 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',
7969
7968
  'label-type',
7970
7969
  ],
7971
7970
  });
@@ -8164,6 +8163,9 @@ const PhoneFieldClass = compose(
8164
8163
  ${textVars$1.inputBorderRadius}: 0;
8165
8164
  }
8166
8165
 
8166
+ :host([label-type="floating"]) vaadin-text-field::part(label) {
8167
+ display: none;
8168
+ }
8167
8169
  descope-text-field[label-type="floating"]:not([focused])[readonly] > input:placeholder-shown {
8168
8170
  opacity: 0;
8169
8171
  }
@@ -8264,6 +8266,7 @@ const customMixin$5 = (superclass) =>
8264
8266
  'default-code',
8265
8267
  'disabled',
8266
8268
  'phone-input-placeholder',
8269
+ 'label',
8267
8270
  'label-type',
8268
8271
  ],
8269
8272
  });