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

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.52](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.51...v3.0.0-beta.52) (2024-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add cursor pointer to bottom links ([93eb978](https://github.com/occmundial/occ-atomic/commit/93eb9787735c7846c35ae797f71a3b515cc0913e))
7
+
1
8
  # [3.0.0-beta.51](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.50...v3.0.0-beta.51) (2024-09-03)
2
9
 
3
10
 
@@ -56,6 +56,7 @@ var _default = {
56
56
  font: (0, _styles.parseFontValue)(_fonts["default"]['body-regular']),
57
57
  color: _colors["default"].text.corp.secondary,
58
58
  textDecoration: 'none',
59
+ cursor: 'pointer',
59
60
  transition: 'all cubic-bezier(0.25,0.46,0.45,0.94) 0.2s',
60
61
  '&:hover': {
61
62
  color: _colors["default"].text.corp.primary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.51",
3
+ "version": "3.0.0-beta.52",
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",