@descope/web-components-ui 1.0.323 → 1.0.324

Sign up to get free protection for your applications and to get access to all the features.
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: {