@occmundial/occ-atomic 3.0.0-beta.52 → 3.0.0-beta.53

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [3.0.0-beta.53](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.52...v3.0.0-beta.53) (2024-09-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add tabindex zero to bottom links ([18de40b](https://github.com/occmundial/occ-atomic/commit/18de40b3e5182dc2c7f2dca8bcf9c2a5eef82ffb))
7
+
1
8
  # [3.0.0-beta.52](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.51...v3.0.0-beta.52) (2024-09-03)
2
9
 
3
10
 
@@ -84,7 +84,8 @@ var Footer = function Footer(_ref) {
84
84
  href: item.href,
85
85
  target: item.target,
86
86
  rel: item.rel,
87
- onClick: item.onClick
87
+ onClick: item.onClick,
88
+ tabIndex: 0
88
89
  }, item.text)));
89
90
  })), copyText && /*#__PURE__*/_react["default"].createElement("div", {
90
91
  className: classes.copyright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.52",
3
+ "version": "3.0.0-beta.53",
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",