@descope/web-components-ui 1.0.128 → 1.0.129

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -41,11 +41,10 @@ const button = {
41
41
  [compVars.outlineColor]: 'transparent',
42
42
 
43
43
  size: {
44
- xs: { [compVars.fontSize]: '8px' },
45
- sm: { [compVars.fontSize]: '10px' },
46
- md: { [compVars.fontSize]: '14px' },
47
- lg: { [compVars.fontSize]: '20px' },
48
- xl: { [compVars.fontSize]: '25px' }
44
+ xs: { [compVars.fontSize]: '12px' },
45
+ sm: { [compVars.fontSize]: '14px' },
46
+ md: { [compVars.fontSize]: '16px' },
47
+ lg: { [compVars.fontSize]: '18px' }
49
48
  },
50
49
 
51
50
  _fullWidth: {
@@ -28,11 +28,10 @@ const [theme, refs, vars] = createHelperVars({
28
28
  fontFamily: globalRefs.fonts.font1.family,
29
29
 
30
30
  size: {
31
- xs: { fontSize: '8px' },
32
- sm: { fontSize: '10px' },
33
- md: { fontSize: '14px' },
34
- lg: { fontSize: '20px' },
35
- xl: { fontSize: '25px' }
31
+ xs: { fontSize: '12px' },
32
+ sm: { fontSize: '14px' },
33
+ md: { fontSize: '16px' },
34
+ lg: { fontSize: '18px' }
36
35
  },
37
36
 
38
37
  _fullWidth: {