@comicrelief/component-library 8.77.6 → 8.77.7

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.
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.77.6",
4
+ "version": "8.77.7",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
7
7
  "files": [
@@ -4,21 +4,21 @@ import Link from '../../Atoms/Link/Link';
4
4
 
5
5
  const defaultCopyTop = (
6
6
  <div>
7
- <Text tag="h3" size="m" family="Montserrat" weight="600" color="black">
7
+ <Text tag="h3">
8
8
  Stay up to date with Comic Relief?
9
9
  </Text>
10
- <Text tag="p" size="md" color="black">
10
+ <Text tag="p">
11
11
  We’d like to send you updates on the work we’re funding and how
12
12
  your support makes a difference in the UK and around the world.
13
13
  </Text>
14
- <Text tag="p" size="md" color="black">
14
+ <Text tag="p">
15
15
  Please tick the relevant boxes below if you would like to hear from us.
16
16
  </Text>
17
17
  </div>
18
18
  );
19
19
 
20
20
  const defaultCopyBottom = (
21
- <Text tag="p" size="xs" color="black">
21
+ <Text tag="p" size="xs">
22
22
  Update your preferences at any time by visiting our
23
23
  {' '}
24
24
  <Link