@descope/web-components-ui 1.0.315 → 1.0.317

Sign up to get free protection for your applications and to get access to all the features.
@@ -3216,6 +3216,9 @@ const TextFieldClass = compose(
3216
3216
  }));
3217
3217
  box-sizing: border-box;
3218
3218
  }
3219
+ :host(:is([readonly], [disabled])) ::slotted(:is(input, textarea):placeholder-shown) {
3220
+ opacity: 1;
3221
+ }
3219
3222
  ${resetInputLabelPosition('vaadin-text-field')}
3220
3223
  ${useHostExternalPadding(TextFieldClass.cssVarList)}
3221
3224
  ${resetInputOverrides('vaadin-text-field', TextFieldClass.cssVarList)}
@@ -5178,9 +5181,6 @@ const link$1 = {
5178
5181
  },
5179
5182
 
5180
5183
  mode: {
5181
- primary: {
5182
- [vars$r.textColor]: globalRefs$i.colors.primary.main,
5183
- },
5184
5184
  secondary: {
5185
5185
  [vars$r.textColor]: globalRefs$i.colors.secondary.main,
5186
5186
  },