@occmundial/occ-atomic 1.37.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,10 @@
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
+
1
8
  # [1.37.0](https://github.com/occmundial/occ-atomic/compare/v1.36.0...v1.37.0) (2023-10-19)
2
9
 
3
10
 
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "1.37.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",