@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.
@@ -1615,11 +1615,10 @@ const button = {
1615
1615
  [compVars$2.outlineColor]: 'transparent',
1616
1616
 
1617
1617
  size: {
1618
- xs: { [compVars$2.fontSize]: '8px' },
1619
- sm: { [compVars$2.fontSize]: '10px' },
1620
- md: { [compVars$2.fontSize]: '14px' },
1621
- lg: { [compVars$2.fontSize]: '20px' },
1622
- xl: { [compVars$2.fontSize]: '25px' }
1618
+ xs: { [compVars$2.fontSize]: '12px' },
1619
+ sm: { [compVars$2.fontSize]: '14px' },
1620
+ md: { [compVars$2.fontSize]: '16px' },
1621
+ lg: { [compVars$2.fontSize]: '18px' }
1623
1622
  },
1624
1623
 
1625
1624
  _fullWidth: {
@@ -1918,11 +1917,10 @@ const [theme$1, refs, vars$k] = createHelperVars({
1918
1917
  fontFamily: globalRefs$b.fonts.font1.family,
1919
1918
 
1920
1919
  size: {
1921
- xs: { fontSize: '8px' },
1922
- sm: { fontSize: '10px' },
1923
- md: { fontSize: '14px' },
1924
- lg: { fontSize: '20px' },
1925
- xl: { fontSize: '25px' }
1920
+ xs: { fontSize: '12px' },
1921
+ sm: { fontSize: '14px' },
1922
+ md: { fontSize: '16px' },
1923
+ lg: { fontSize: '18px' }
1926
1924
  },
1927
1925
 
1928
1926
  _fullWidth: {
@@ -2845,7 +2843,6 @@ class RawContainer extends createBaseClass({ componentName: componentName$e, bas
2845
2843
  }
2846
2844
  :host {
2847
2845
  display: inline-block;
2848
- overflow: hidden;
2849
2846
  }
2850
2847
  </style>
2851
2848
  <slot></slot>