@comicrelief/component-library 8.3.0 → 8.3.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.
@@ -29,8 +29,10 @@ const defaultCopyBottom = exports.defaultCopyBottom = /*#__PURE__*/_react.defaul
29
29
  color: "grey_dark"
30
30
  }, "Update your preferences at any time by visiting our", ' ', /*#__PURE__*/_react.default.createElement(_Link.default, {
31
31
  type: "standard",
32
- href: "https://www.comicrelief.com/update-your-preferences"
32
+ href: "https://www.comicrelief.com/update-your-preferences",
33
+ target: "blank"
33
34
  }, "preferences centre"), ". Your details will be kept safe, see our", ' ', /*#__PURE__*/_react.default.createElement(_Link.default, {
34
35
  type: "standard",
35
- href: "https://www.comicrelief.com/privacy-policy"
36
+ href: "https://www.comicrelief.com/privacy-policy",
37
+ target: "blank"
36
38
  }, "privacy policy"), ' ', "for more information.");
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.3.0",
4
+ "version": "8.3.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -24,12 +24,13 @@ const defaultCopyBottom = (
24
24
  <Link
25
25
  type="standard"
26
26
  href="https://www.comicrelief.com/update-your-preferences"
27
+ target="blank"
27
28
  >
28
29
  preferences centre
29
30
  </Link>
30
31
  . Your details will be kept safe, see our
31
32
  {' '}
32
- <Link type="standard" href="https://www.comicrelief.com/privacy-policy">
33
+ <Link type="standard" href="https://www.comicrelief.com/privacy-policy" target="blank">
33
34
  privacy policy
34
35
  </Link>
35
36
  {' '}