@occmundial/occ-atomic 1.36.0 → 1.37.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [1.37.0](https://github.com/occmundial/occ-atomic/compare/v1.36.0...v1.37.0) (2023-10-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add new font ([e83f61a](https://github.com/occmundial/occ-atomic/commit/e83f61aa8474ae64f44a75c7b3db06b292084a7f))
7
+ * Remove text transform style ([5b96d63](https://github.com/occmundial/occ-atomic/commit/5b96d63c4ed04f4de6fb3366236da4decbb59f18))
8
+
1
9
  # [1.36.0](https://github.com/occmundial/occ-atomic/compare/v1.35.0...v1.36.0) (2023-10-17)
2
10
 
3
11
 
@@ -64,7 +64,6 @@ var _default = {
64
64
  letterSpacing: 1,
65
65
  textAlign: 'center',
66
66
  textDecoration: 'none',
67
- textTransform: 'uppercase',
68
67
  whiteSpace: 'nowrap',
69
68
  transition: '0.3s all',
70
69
  cursor: 'pointer',
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- body: "'HK Grotesk', sans-serif",
8
+ body: "'OccText', sans-serif",
9
9
  title: "'Nunito Sans', sans-serif"
10
10
  };
11
11
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
4
4
  "description": "Collection of shareable styled React components for OCC applications.",
5
5
  "homepage": "http://occmundial.github.io/occ-atomic",
6
6
  "main": "build/index.js",