@descope/web-components-ui 1.0.327 → 1.0.329
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 +5 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -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/src/theme/components/button.js +1 -0
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',
|