@omniumretail/component-library 1.0.48 → 1.0.49

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/main.css CHANGED
@@ -846,7 +846,7 @@ Label {
846
846
  padding-left: 16px;
847
847
  }
848
848
  .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
849
- font-weight: var(--font-weight-medium);
849
+ font-weight: var(--font-weight-semibold);
850
850
  }
851
851
  .Y6yF3VITdrKdQzDtqTZX .aKZCkmPsc0LiPdj3sEeG .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
852
852
  font-weight: var(--font-weight-light);
@@ -917,7 +917,7 @@ Label {
917
917
 
918
918
  .xdLvKgnXC4tm2aa6tAap {
919
919
  font-size: var(--font-size-body-3);
920
- font-weight: var(--font-weight-medium);
920
+ font-weight: var(--font-weight-semibold);
921
921
  margin-bottom: 8px;
922
922
  }
923
923
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -41,7 +41,7 @@
41
41
  padding-left: 16px;
42
42
 
43
43
  .label {
44
- font-weight: var(--font-weight-medium);
44
+ font-weight: var(--font-weight-semibold);
45
45
  }
46
46
 
47
47
  .labelWrapper {
@@ -125,7 +125,7 @@
125
125
 
126
126
  .subject {
127
127
  font-size: var(--font-size-body-3);
128
- font-weight: var(--font-weight-medium);
128
+ font-weight: var(--font-weight-semibold);
129
129
  margin-bottom: 8px;
130
130
  }
131
131