@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.
package/dist/index.esm.js CHANGED
@@ -1496,6 +1496,7 @@ const ButtonClass = compose(
1496
1496
  borderWidth: {},
1497
1497
 
1498
1498
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
1499
+ horizontalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
1499
1500
 
1500
1501
  labelTextColor: { property: 'color' },
1501
1502
  iconColor: {
@@ -6985,6 +6986,9 @@ const NewPasswordClass = compose(
6985
6986
  },
6986
6987
  ],
6987
6988
  fontFamily: [label$2, errorMessage$3, helperText$2],
6989
+ labelFontSize: { ...label$2, property: 'font-size' },
6990
+ labelFontWeight: { ...label$2, property: 'font-weight' },
6991
+ labelTextColor: { ...label$2, property: 'color' },
6988
6992
  errorMessageTextColor: { ...errorMessage$3, property: 'color' },
6989
6993
  hostWidth: { ...host$9, property: 'width' },
6990
6994
  hostMinWidth: { ...host$9, property: 'min-width' },
@@ -12084,6 +12088,7 @@ const button = {
12084
12088
  },
12085
12089
 
12086
12090
  [compVars$5.verticalPadding]: '1em',
12091
+ [compVars$5.horizontalPadding]: '0.875em',
12087
12092
 
12088
12093
  [compVars$5.outlineWidth]: globals.border.sm,
12089
12094
  [compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc
@@ -13403,7 +13408,6 @@ const newPassword = {
13403
13408
 
13404
13409
  labelType: {
13405
13410
  floating: {
13406
- [vars$k.inputHeight]: refs.inputHeight,
13407
13411
  [vars$k.valueInputHeight]: refs.valueInputHeight,
13408
13412
  },
13409
13413
  },
@@ -13722,7 +13726,6 @@ const multiSelectComboBox = {
13722
13726
  [vars$c.marginInlineStart]: refs.marginInlineStart,
13723
13727
  [vars$c.placeholderOpacity]: refs.placeholderOpacity,
13724
13728
  [vars$c.inputVerticalAlignment]: refs.inputVerticalAlignment,
13725
- [vars$c.valueInputHeight]: refs.valueInputHeight,
13726
13729
  [vars$c.inputHorizontalPadding]: '0.25em',
13727
13730
 
13728
13731
  _hasValue: {