@occmundial/occ-atomic 1.36.0 → 1.38.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,18 @@
1
+ # [1.38.0](https://github.com/occmundial/occ-atomic/compare/v1.37.0...v1.38.0) (2023-11-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add testId for bottomLinks ([39e677e](https://github.com/occmundial/occ-atomic/commit/39e677e51710f009410a78a2166cf42b73fdfa2b))
7
+
8
+ # [1.37.0](https://github.com/occmundial/occ-atomic/compare/v1.36.0...v1.37.0) (2023-10-19)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add new font ([e83f61a](https://github.com/occmundial/occ-atomic/commit/e83f61aa8474ae64f44a75c7b3db06b292084a7f))
14
+ * Remove text transform style ([5b96d63](https://github.com/occmundial/occ-atomic/commit/5b96d63c4ed04f4de6fb3366236da4decbb59f18))
15
+
1
16
  # [1.36.0](https://github.com/occmundial/occ-atomic/compare/v1.35.0...v1.36.0) (2023-10-17)
2
17
 
3
18
 
@@ -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',
@@ -100,7 +100,8 @@ var Footer = function Footer(_ref) {
100
100
  }, /*#__PURE__*/_react["default"].createElement(_Text["default"], {
101
101
  tag: "label",
102
102
  small: true,
103
- mid: true
103
+ mid: true,
104
+ testId: item.testId
104
105
  }, /*#__PURE__*/_react["default"].createElement("a", {
105
106
  className: classes.link,
106
107
  href: item.href,
@@ -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.38.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",