@descope/web-components-ui 1.0.324 → 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: {
@@ -12087,6 +12088,7 @@ const button = {
12087
12088
  },
12088
12089
 
12089
12090
  [compVars$5.verticalPadding]: '1em',
12091
+ [compVars$5.horizontalPadding]: '0.875em',
12090
12092
 
12091
12093
  [compVars$5.outlineWidth]: globals.border.sm,
12092
12094
  [compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc