@descope/web-components-ui 1.0.316 → 1.0.318

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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)}