@descope/web-components-ui 1.0.323 → 1.0.325

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.
@@ -2717,6 +2717,7 @@ const ButtonClass = compose(
2717
2717
  borderWidth: {},
2718
2718
 
2719
2719
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
2720
+ horizontalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
2720
2721
 
2721
2722
  labelTextColor: { property: 'color' },
2722
2723
  iconColor: {
@@ -2830,6 +2831,7 @@ const button = {
2830
2831
  },
2831
2832
 
2832
2833
  [compVars$5.verticalPadding]: '1em',
2834
+ [compVars$5.horizontalPadding]: '0.875em',
2833
2835
 
2834
2836
  [compVars$5.outlineWidth]: globals.border.sm,
2835
2837
  [compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc
@@ -8802,6 +8804,9 @@ const NewPasswordClass = compose(
8802
8804
  },
8803
8805
  ],
8804
8806
  fontFamily: [label$2, errorMessage$3, helperText$2],
8807
+ labelFontSize: { ...label$2, property: 'font-size' },
8808
+ labelFontWeight: { ...label$2, property: 'font-weight' },
8809
+ labelTextColor: { ...label$2, property: 'color' },
8805
8810
  errorMessageTextColor: { ...errorMessage$3, property: 'color' },
8806
8811
  hostWidth: { ...host$9, property: 'width' },
8807
8812
  hostMinWidth: { ...host$9, property: 'min-width' },
@@ -8908,7 +8913,6 @@ const newPassword = {
8908
8913
 
8909
8914
  labelType: {
8910
8915
  floating: {
8911
- [vars$k.inputHeight]: refs.inputHeight,
8912
8916
  [vars$k.valueInputHeight]: refs.valueInputHeight,
8913
8917
  },
8914
8918
  },
@@ -11220,7 +11224,6 @@ const multiSelectComboBox = {
11220
11224
  [vars$c.marginInlineStart]: refs.marginInlineStart,
11221
11225
  [vars$c.placeholderOpacity]: refs.placeholderOpacity,
11222
11226
  [vars$c.inputVerticalAlignment]: refs.inputVerticalAlignment,
11223
- [vars$c.valueInputHeight]: refs.valueInputHeight,
11224
11227
  [vars$c.inputHorizontalPadding]: '0.25em',
11225
11228
 
11226
11229
  _hasValue: {