@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.
package/dist/index.esm.js CHANGED
@@ -3089,6 +3089,9 @@ const TextFieldClass = compose(
3089
3089
  }));
3090
3090
  box-sizing: border-box;
3091
3091
  }
3092
+ :host(:is([readonly], [disabled])) ::slotted(:is(input, textarea):placeholder-shown) {
3093
+ opacity: 1;
3094
+ }
3092
3095
  ${resetInputLabelPosition('vaadin-text-field')}
3093
3096
  ${useHostExternalPadding(TextFieldClass.cssVarList)}
3094
3097
  ${resetInputOverrides('vaadin-text-field', TextFieldClass.cssVarList)}
@@ -12223,9 +12226,6 @@ const link = {
12223
12226
  },
12224
12227
 
12225
12228
  mode: {
12226
- primary: {
12227
- [vars$r.textColor]: globalRefs$i.colors.primary.main,
12228
- },
12229
12229
  secondary: {
12230
12230
  [vars$r.textColor]: globalRefs$i.colors.secondary.main,
12231
12231
  },