@descope/web-components-ui 1.0.323 → 1.0.324
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 +3 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-new-password-descope-new-password-internal-index-js.js +1 -1
- package/dist/umd/descope-new-password-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-new-password/NewPasswordClass.js +3 -0
- package/src/theme/components/multiSelectComboBox.js +0 -1
- package/src/theme/components/newPassword.js +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -6985,6 +6985,9 @@ const NewPasswordClass = compose(
|
|
|
6985
6985
|
},
|
|
6986
6986
|
],
|
|
6987
6987
|
fontFamily: [label$2, errorMessage$3, helperText$2],
|
|
6988
|
+
labelFontSize: { ...label$2, property: 'font-size' },
|
|
6989
|
+
labelFontWeight: { ...label$2, property: 'font-weight' },
|
|
6990
|
+
labelTextColor: { ...label$2, property: 'color' },
|
|
6988
6991
|
errorMessageTextColor: { ...errorMessage$3, property: 'color' },
|
|
6989
6992
|
hostWidth: { ...host$9, property: 'width' },
|
|
6990
6993
|
hostMinWidth: { ...host$9, property: 'min-width' },
|
|
@@ -13403,7 +13406,6 @@ const newPassword = {
|
|
|
13403
13406
|
|
|
13404
13407
|
labelType: {
|
|
13405
13408
|
floating: {
|
|
13406
|
-
[vars$k.inputHeight]: refs.inputHeight,
|
|
13407
13409
|
[vars$k.valueInputHeight]: refs.valueInputHeight,
|
|
13408
13410
|
},
|
|
13409
13411
|
},
|
|
@@ -13722,7 +13724,6 @@ const multiSelectComboBox = {
|
|
|
13722
13724
|
[vars$c.marginInlineStart]: refs.marginInlineStart,
|
|
13723
13725
|
[vars$c.placeholderOpacity]: refs.placeholderOpacity,
|
|
13724
13726
|
[vars$c.inputVerticalAlignment]: refs.inputVerticalAlignment,
|
|
13725
|
-
[vars$c.valueInputHeight]: refs.valueInputHeight,
|
|
13726
13727
|
[vars$c.inputHorizontalPadding]: '0.25em',
|
|
13727
13728
|
|
|
13728
13729
|
_hasValue: {
|