@descope/web-components-ui 1.0.327 → 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,