@omniumretail/component-library 1.0.83 → 1.0.84

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
@@ -109,7 +109,7 @@
109
109
  .UxfXOleP69PjM5rFOMTD .HSo9AzZTqF1b94jLyA66 {
110
110
  font-family: var(--font-family-primary), system-ui;
111
111
  font-weight: var(--font-weight-regular);
112
- font-size: var(--font-size-body-3);
112
+ font-size: var(--font-size-body-4);
113
113
  }
114
114
  .UxfXOleP69PjM5rFOMTD .eJBRTQf3T45dCP6Q5Ji3 {
115
115
  color: var(--color-orange);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -61,7 +61,7 @@
61
61
  .userName {
62
62
  font-family: var(--font-family-primary), system-ui;
63
63
  font-weight: var(--font-weight-regular);
64
- font-size: var(--font-size-body-3);
64
+ font-size: var(--font-size-body-4);
65
65
  }
66
66
 
67
67
  .orangeText {