@descope/web-components-ui 1.0.324 → 1.0.326

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -7964,6 +7966,7 @@ const customMixin$6 = (superclass) =>
7964
7966
  'country-input-label',
7965
7967
  'phone-input-label',
7966
7968
  'readonly',
7969
+ 'label-type',
7967
7970
  ],
7968
7971
  });
7969
7972
  }