@descope/web-components-ui 1.0.326 → 1.0.328

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.
@@ -4115,7 +4115,10 @@ const EmailFieldClass = compose(
4115
4115
  }
4116
4116
  vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
4117
4117
  opacity: 0;
4118
- }
4118
+ }
4119
+ :host ::slotted(input) {
4120
+ display: none !important;
4121
+ }
4119
4122
  `,
4120
4123
  excludeAttrsSync: ['tabindex'],
4121
4124
  componentName: componentName$M,
@@ -7962,10 +7965,9 @@ const customMixin$6 = (superclass) =>
7962
7965
  'phone-input-placeholder',
7963
7966
  'disabled',
7964
7967
  'restrict-countries',
7965
- 'label-type',
7966
7968
  'country-input-label',
7967
- 'phone-input-label',
7968
7969
  'readonly',
7970
+ 'label',
7969
7971
  'label-type',
7970
7972
  ],
7971
7973
  });
@@ -8164,6 +8166,9 @@ const PhoneFieldClass = compose(
8164
8166
  ${textVars$1.inputBorderRadius}: 0;
8165
8167
  }
8166
8168
 
8169
+ :host([label-type="floating"]) vaadin-text-field::part(label) {
8170
+ display: none;
8171
+ }
8167
8172
  descope-text-field[label-type="floating"]:not([focused])[readonly] > input:placeholder-shown {
8168
8173
  opacity: 0;
8169
8174
  }
@@ -8264,6 +8269,7 @@ const customMixin$5 = (superclass) =>
8264
8269
  'default-code',
8265
8270
  'disabled',
8266
8271
  'phone-input-placeholder',
8272
+ 'label',
8267
8273
  'label-type',
8268
8274
  ],
8269
8275
  });