@descope/web-components-ui 1.0.128 → 1.0.130

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
@@ -1855,7 +1855,6 @@ class RawContainer extends createBaseClass({ componentName: componentName$i, bas
1855
1855
  }
1856
1856
  :host {
1857
1857
  display: inline-block;
1858
- overflow: hidden;
1859
1858
  }
1860
1859
  </style>
1861
1860
  <slot></slot>
@@ -5570,11 +5569,10 @@ const button = {
5570
5569
  [compVars$2.outlineColor]: 'transparent',
5571
5570
 
5572
5571
  size: {
5573
- xs: { [compVars$2.fontSize]: '8px' },
5574
- sm: { [compVars$2.fontSize]: '10px' },
5575
- md: { [compVars$2.fontSize]: '14px' },
5576
- lg: { [compVars$2.fontSize]: '20px' },
5577
- xl: { [compVars$2.fontSize]: '25px' }
5572
+ xs: { [compVars$2.fontSize]: '12px' },
5573
+ sm: { [compVars$2.fontSize]: '14px' },
5574
+ md: { [compVars$2.fontSize]: '16px' },
5575
+ lg: { [compVars$2.fontSize]: '18px' }
5578
5576
  },
5579
5577
 
5580
5578
  _fullWidth: {
@@ -5661,11 +5659,10 @@ const [theme$1, refs, vars$k] = createHelperVars({
5661
5659
  fontFamily: globalRefs$b.fonts.font1.family,
5662
5660
 
5663
5661
  size: {
5664
- xs: { fontSize: '8px' },
5665
- sm: { fontSize: '10px' },
5666
- md: { fontSize: '14px' },
5667
- lg: { fontSize: '20px' },
5668
- xl: { fontSize: '25px' }
5662
+ xs: { fontSize: '12px' },
5663
+ sm: { fontSize: '14px' },
5664
+ md: { fontSize: '16px' },
5665
+ lg: { fontSize: '18px' }
5669
5666
  },
5670
5667
 
5671
5668
  _fullWidth: {