@descope/web-components-ui 1.0.128 → 1.0.129
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
|
@@ -5570,11 +5570,10 @@ const button = {
|
|
|
5570
5570
|
[compVars$2.outlineColor]: 'transparent',
|
|
5571
5571
|
|
|
5572
5572
|
size: {
|
|
5573
|
-
xs: { [compVars$2.fontSize]: '
|
|
5574
|
-
sm: { [compVars$2.fontSize]: '
|
|
5575
|
-
md: { [compVars$2.fontSize]: '
|
|
5576
|
-
lg: { [compVars$2.fontSize]: '
|
|
5577
|
-
xl: { [compVars$2.fontSize]: '25px' }
|
|
5573
|
+
xs: { [compVars$2.fontSize]: '12px' },
|
|
5574
|
+
sm: { [compVars$2.fontSize]: '14px' },
|
|
5575
|
+
md: { [compVars$2.fontSize]: '16px' },
|
|
5576
|
+
lg: { [compVars$2.fontSize]: '18px' }
|
|
5578
5577
|
},
|
|
5579
5578
|
|
|
5580
5579
|
_fullWidth: {
|
|
@@ -5661,11 +5660,10 @@ const [theme$1, refs, vars$k] = createHelperVars({
|
|
|
5661
5660
|
fontFamily: globalRefs$b.fonts.font1.family,
|
|
5662
5661
|
|
|
5663
5662
|
size: {
|
|
5664
|
-
xs: { fontSize: '
|
|
5665
|
-
sm: { fontSize: '
|
|
5666
|
-
md: { fontSize: '
|
|
5667
|
-
lg: { fontSize: '
|
|
5668
|
-
xl: { fontSize: '25px' }
|
|
5663
|
+
xs: { fontSize: '12px' },
|
|
5664
|
+
sm: { fontSize: '14px' },
|
|
5665
|
+
md: { fontSize: '16px' },
|
|
5666
|
+
lg: { fontSize: '18px' }
|
|
5669
5667
|
},
|
|
5670
5668
|
|
|
5671
5669
|
_fullWidth: {
|