@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.
@@ -8802,6 +8802,9 @@ const NewPasswordClass = compose(
8802
8802
  },
8803
8803
  ],
8804
8804
  fontFamily: [label$2, errorMessage$3, helperText$2],
8805
+ labelFontSize: { ...label$2, property: 'font-size' },
8806
+ labelFontWeight: { ...label$2, property: 'font-weight' },
8807
+ labelTextColor: { ...label$2, property: 'color' },
8805
8808
  errorMessageTextColor: { ...errorMessage$3, property: 'color' },
8806
8809
  hostWidth: { ...host$9, property: 'width' },
8807
8810
  hostMinWidth: { ...host$9, property: 'min-width' },
@@ -8908,7 +8911,6 @@ const newPassword = {
8908
8911
 
8909
8912
  labelType: {
8910
8913
  floating: {
8911
- [vars$k.inputHeight]: refs.inputHeight,
8912
8914
  [vars$k.valueInputHeight]: refs.valueInputHeight,
8913
8915
  },
8914
8916
  },
@@ -11220,7 +11222,6 @@ const multiSelectComboBox = {
11220
11222
  [vars$c.marginInlineStart]: refs.marginInlineStart,
11221
11223
  [vars$c.placeholderOpacity]: refs.placeholderOpacity,
11222
11224
  [vars$c.inputVerticalAlignment]: refs.inputVerticalAlignment,
11223
- [vars$c.valueInputHeight]: refs.valueInputHeight,
11224
11225
  [vars$c.inputHorizontalPadding]: '0.25em',
11225
11226
 
11226
11227
  _hasValue: {