@sydsoft/base 1.23.0 → 1.24.0

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.
@@ -14,6 +14,7 @@
14
14
  color: rgba(0, 0, 0, 0.87);
15
15
  font-family: inherit;
16
16
  font-size: inherit;
17
+ font-weight: 500;
17
18
  line-height: inherit;
18
19
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
19
20
  background-color: #e0e0e0;
@@ -27,21 +28,21 @@
27
28
  width: 100%;
28
29
  }
29
30
  .button[data-button-size="small"] {
30
- font-size: 0.8125rem;
31
+ font-size: 0.875rem;
31
32
  padding: 4px 10px;
32
33
  min-width: 64px;
33
34
  height: 32px;
34
35
  }
35
36
 
36
37
  .button[data-button-size="medium"] {
37
- font-size: 0.875rem;
38
+ font-size: 1rem;
38
39
  padding: 6px 12px;
39
40
  min-width: 72px;
40
41
  height: 36px;
41
42
  }
42
43
 
43
44
  .button[data-button-size="large"] {
44
- font-size: 1rem;
45
+ font-size: 1.2rem;
45
46
  padding: 8px 16px;
46
47
  min-width: 80px;
47
48
  height: 40px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sydsoft/base",
3
3
  "private": false,
4
- "version": "1.23.0",
4
+ "version": "1.24.0",
5
5
  "description": "",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/esm/index.js",