@descope/web-components-ui 1.0.327 → 1.0.328
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.
- package/dist/cjs/index.cjs.js +4 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-email-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-email-field/EmailFieldClass.js +4 -1
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -4115,7 +4115,10 @@ const EmailFieldClass = compose(
|
|
|
4115
4115
|
}
|
|
4116
4116
|
vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
|
|
4117
4117
|
opacity: 0;
|
|
4118
|
-
}
|
|
4118
|
+
}
|
|
4119
|
+
:host ::slotted(input) {
|
|
4120
|
+
display: none !important;
|
|
4121
|
+
}
|
|
4119
4122
|
`,
|
|
4120
4123
|
excludeAttrsSync: ['tabindex'],
|
|
4121
4124
|
componentName: componentName$M,
|