@comicrelief/component-library 8.34.2 → 8.34.3

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.
@@ -16,7 +16,7 @@ const transitionDuration = 0.2;
16
16
  const NavLinkClass = (0, _styledComponents.default)(_Link.default).withConfig({
17
17
  displayName: "HeaderNav2025style__NavLinkClass",
18
18
  componentId: "sc-xflhtq-0"
19
- })(["display:inline-block;border:0;padding:25px;line-height:1rem;height:auto;font-weight:700;width:100%;color:", ";transition:color ", "s ease;:hover,:focus,:focus-within{border:0;}@media ", "{:hover,:focus{color:", ";background-color:", ";font-weight:inherit;}:focus-within{background-color:", ";&:hover{background-color:", ";}}}> div{height:auto;transition:transform 0.35s cubic-bezier(0.41,1.64,0.41,0.8);", "}"], _ref => {
19
+ })(["display:inline-block;border:0;padding:25px;line-height:1rem;height:auto;font-weight:700;width:100%;color:", ";transition:color ", "s ease;text-decoration:none;:hover,:focus,:focus-within{border:0;}@media ", "{:hover,:focus{color:", ";background-color:", ";font-weight:inherit;}:focus-within{background-color:", ";&:hover{background-color:", ";}}}> div{height:auto;transition:transform 0.35s cubic-bezier(0.41,1.64,0.41,0.8);", "}"], _ref => {
20
20
  let {
21
21
  theme
22
22
  } = _ref;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comicrelief/component-library",
3
3
  "author": "Comic Relief Engineering Team",
4
- "version": "8.34.2",
4
+ "version": "8.34.3",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -18,6 +18,7 @@ const NavLinkClass = styled(Link)`
18
18
  width: 100%;
19
19
  color: ${({ theme }) => theme.color('black')};
20
20
  transition: color ${transitionDuration}s ease;
21
+ text-decoration: none;
21
22
 
22
23
  :hover,
23
24
  :focus,