@occmundial/occ-atomic 3.0.0-beta.53 → 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,10 @@
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
+
1
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)
2
9
 
3
10
 
@@ -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.53",
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",