@descope/web-components-ui 1.0.324 → 1.0.325

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