@comicrelief/component-library 8.22.0 → 8.22.1

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.
@@ -20,8 +20,7 @@ const FundraisingRegulatorLogo = () => /*#__PURE__*/_react.default.createElement
20
20
  width: '150px',
21
21
  textDecoration: 'none'
22
22
  },
23
- target: "_blank",
24
- rel: "noreferrer"
23
+ target: "_blank"
25
24
  }, /*#__PURE__*/_react.default.createElement("img", {
26
25
  src: "https://www.fundraisingregulator.org.uk/fr-badge/80983ed7-ea80-40db-8e52-4a3351d9e77d/en/white",
27
26
  width: "100%",
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.22.0",
4
+ "version": "8.22.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -16,7 +16,8 @@ const FundraisingRegulatorWrapper = styled.div`
16
16
  const FundraisingRegulatorLogo = () => (
17
17
  <FundraisingRegulatorWrapper>
18
18
  {/* Code from https://www.fundraisingregulator.org.uk/ */}
19
- <a href="https://www.fundraisingregulator.org.uk/validate?registrant=COMIC+RELIEF" className="fr-digital-badge" style={{ height: 'auto', width: '150px', textDecoration: 'none' }} target="_blank" rel="noreferrer">
19
+ {/* eslint-disable-next-line react/jsx-no-target-blank */}
20
+ <a href="https://www.fundraisingregulator.org.uk/validate?registrant=COMIC+RELIEF" className="fr-digital-badge" style={{ height: 'auto', width: '150px', textDecoration: 'none' }} target="_blank">
20
21
  <img src="https://www.fundraisingregulator.org.uk/fr-badge/80983ed7-ea80-40db-8e52-4a3351d9e77d/en/white" width="100%" alt="Fundraising Regulator badge with validation link" loading="lazy" />
21
22
  </a>
22
23
  </FundraisingRegulatorWrapper>