@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/cjs/index.cjs.js
CHANGED
|
@@ -2898,6 +2898,7 @@ const button = {
|
|
|
2898
2898
|
|
|
2899
2899
|
link: {
|
|
2900
2900
|
[compVars$5.labelTextColor]: helperRefs$3.main,
|
|
2901
|
+
[compVars$5.horizontalPadding]: '0.125em',
|
|
2901
2902
|
_hover: {
|
|
2902
2903
|
[compVars$5.labelTextColor]: helperRefs$3.dark,
|
|
2903
2904
|
[compVars$5.labelTextDecoration]: 'underline',
|
|
@@ -4115,7 +4116,10 @@ const EmailFieldClass = compose(
|
|
|
4115
4116
|
}
|
|
4116
4117
|
vaadin-email-field[label-type="floating"]:not([focused])[disabled] > input:placeholder-shown {
|
|
4117
4118
|
opacity: 0;
|
|
4118
|
-
}
|
|
4119
|
+
}
|
|
4120
|
+
:host ::slotted(input) {
|
|
4121
|
+
display: none !important;
|
|
4122
|
+
}
|
|
4119
4123
|
`,
|
|
4120
4124
|
excludeAttrsSync: ['tabindex'],
|
|
4121
4125
|
componentName: componentName$M,
|