@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/cjs/index.cjs.js +8 -11
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-container-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-container/ContainerClass.js +0 -1
- package/src/theme/components/button.js +4 -5
- package/src/theme/components/inputWrapper.js +4 -5
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]: '
|
|
5574
|
-
sm: { [compVars$2.fontSize]: '
|
|
5575
|
-
md: { [compVars$2.fontSize]: '
|
|
5576
|
-
lg: { [compVars$2.fontSize]: '
|
|
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: '
|
|
5665
|
-
sm: { fontSize: '
|
|
5666
|
-
md: { fontSize: '
|
|
5667
|
-
lg: { fontSize: '
|
|
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: {
|