@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/cjs/index.cjs.js
CHANGED
|
@@ -1615,11 +1615,10 @@ const button = {
|
|
|
1615
1615
|
[compVars$2.outlineColor]: 'transparent',
|
|
1616
1616
|
|
|
1617
1617
|
size: {
|
|
1618
|
-
xs: { [compVars$2.fontSize]: '
|
|
1619
|
-
sm: { [compVars$2.fontSize]: '
|
|
1620
|
-
md: { [compVars$2.fontSize]: '
|
|
1621
|
-
lg: { [compVars$2.fontSize]: '
|
|
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: '
|
|
1922
|
-
sm: { fontSize: '
|
|
1923
|
-
md: { fontSize: '
|
|
1924
|
-
lg: { fontSize: '
|
|
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>
|