@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.
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,
@@ -12193,6 +12196,7 @@ const button = {
12193
12196
 
12194
12197
  link: {
12195
12198
  [compVars$5.labelTextColor]: helperRefs$3.main,
12199
+ [compVars$5.horizontalPadding]: '0.125em',
12196
12200
  _hover: {
12197
12201
  [compVars$5.labelTextColor]: helperRefs$3.dark,
12198
12202
  [compVars$5.labelTextDecoration]: 'underline',