@descope/web-components-ui 1.0.328 → 1.0.330

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,7 +1496,10 @@ 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
+ horizontalPadding: [
1500
+ { property: 'padding-right', fallback: '0.875em' },
1501
+ { property: 'padding-left', fallback: '0.875em' },
1502
+ ],
1500
1503
 
1501
1504
  labelTextColor: { property: 'color' },
1502
1505
  iconColor: {
@@ -12196,6 +12199,7 @@ const button = {
12196
12199
 
12197
12200
  link: {
12198
12201
  [compVars$5.labelTextColor]: helperRefs$3.main,
12202
+ [compVars$5.horizontalPadding]: '0.125em',
12199
12203
  _hover: {
12200
12204
  [compVars$5.labelTextColor]: helperRefs$3.dark,
12201
12205
  [compVars$5.labelTextDecoration]: 'underline',