@descope/web-components-ui 1.0.327 → 1.0.328

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2761,7 +2761,10 @@ const EmailFieldClass = compose(
2761
2761
  }
2762
2762
  vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
2763
2763
  opacity: 0;
2764
- }
2764
+ }
2765
+ :host ::slotted(input) {
2766
+ display: none !important;
2767
+ }
2765
2768
  `,
2766
2769
  excludeAttrsSync: ['tabindex'],
2767
2770
  componentName: componentName$M,