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

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [3.0.0-beta.54](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.53...v3.0.0-beta.54) (2024-09-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Change font size of bottom links and copyright ([6706894](https://github.com/occmundial/occ-atomic/commit/6706894747f3cd2497f6c3eae290564948134a9d))
7
+
8
+ # [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)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Add tabindex zero to bottom links ([18de40b](https://github.com/occmundial/occ-atomic/commit/18de40b3e5182dc2c7f2dca8bcf9c2a5eef82ffb))
14
+
1
15
  # [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
16
 
3
17
 
@@ -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
@@ -53,7 +53,7 @@ var _default = {
53
53
  rowGap: 0
54
54
  }), _column),
55
55
  link: {
56
- font: (0, _styles.parseFontValue)(_fonts["default"]['body-regular']),
56
+ font: (0, _styles.parseFontValue)(_fonts["default"]['body-small']),
57
57
  color: _colors["default"].text.corp.secondary,
58
58
  textDecoration: 'none',
59
59
  cursor: 'pointer',
@@ -107,7 +107,7 @@ var _default = {
107
107
  display: 'block'
108
108
  }),
109
109
  copyright: {
110
- font: (0, _styles.parseFontValue)(_fonts["default"]['body-regular']),
110
+ font: (0, _styles.parseFontValue)(_fonts["default"]['body-small']),
111
111
  color: _colors["default"].text.corp.secondary,
112
112
  '& > p': {
113
113
  margin: 0
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.54",
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",