@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 +15 -0
- package/build/Button/styles.js +0 -1
- package/build/Footer/Footer.js +2 -1
- package/build/subatomic/fonts.js +1 -1
- package/package.json +1 -1
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
|
|
package/build/Button/styles.js
CHANGED
package/build/Footer/Footer.js
CHANGED
@@ -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/build/subatomic/fonts.js
CHANGED
package/package.json
CHANGED