@descope/web-components-ui 1.0.327 → 1.0.329

Sign up to get free protection for your applications and to get access to all the features.
@@ -2898,6 +2898,7 @@ const button = {
2898
2898
 
2899
2899
  link: {
2900
2900
  [compVars$5.labelTextColor]: helperRefs$3.main,
2901
+ [compVars$5.horizontalPadding]: '0.125em',
2901
2902
  _hover: {
2902
2903
  [compVars$5.labelTextColor]: helperRefs$3.dark,
2903
2904
  [compVars$5.labelTextDecoration]: 'underline',
@@ -4115,7 +4116,10 @@ const EmailFieldClass = compose(
4115
4116
  }
4116
4117
  vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
4117
4118
  opacity: 0;
4118
- }
4119
+ }
4120
+ :host ::slotted(input) {
4121
+ display: none !important;
4122
+ }
4119
4123
  `,
4120
4124
  excludeAttrsSync: ['tabindex'],
4121
4125
  componentName: componentName$M,