@comicrelief/component-library 8.34.3 → 8.34.4

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.
@@ -18,13 +18,18 @@ import Text from '../../Atoms/Text/Text';
18
18
  import Text from '../../Atoms/Text/Text';
19
19
 
20
20
  <Accordion
21
- contentBottomPadding="15px"
21
+ contentBottomPadding="100px"
22
22
  title={
23
23
  <Text family="Anton" size="l" uppercase>
24
24
  I am the title
25
25
  </Text>
26
26
  }
27
27
  >
28
- <Text tag="p">Customised bottom padding here!</Text>
28
+
29
+ <Text tag="p">Customised bottom padding here!</Text>
30
+
31
+ <Text tag="p">
32
+ <a href="https://www.google.com">A plain anchor link, made to resemble a Link component</a>.
33
+ </Text>
29
34
  </Accordion>
30
35
  ```
@@ -141,3 +141,11 @@ table td {
141
141
  opacity: 0;
142
142
  filter: blur(5px);
143
143
  }
144
+
145
+ a {
146
+ color: inherit;
147
+ }
148
+
149
+ a:hover, a:focus {
150
+ text-decoration: none;
151
+ }
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.3",
4
+ "version": "8.34.4",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -18,13 +18,18 @@ import Text from '../../Atoms/Text/Text';
18
18
  import Text from '../../Atoms/Text/Text';
19
19
 
20
20
  <Accordion
21
- contentBottomPadding="15px"
21
+ contentBottomPadding="100px"
22
22
  title={
23
23
  <Text family="Anton" size="l" uppercase>
24
24
  I am the title
25
25
  </Text>
26
26
  }
27
27
  >
28
- <Text tag="p">Customised bottom padding here!</Text>
28
+
29
+ <Text tag="p">Customised bottom padding here!</Text>
30
+
31
+ <Text tag="p">
32
+ <a href="https://www.google.com">A plain anchor link, made to resemble a Link component</a>.
33
+ </Text>
29
34
  </Accordion>
30
35
  ```
@@ -141,3 +141,11 @@ table td {
141
141
  opacity: 0;
142
142
  filter: blur(5px);
143
143
  }
144
+
145
+ a {
146
+ color: inherit;
147
+ }
148
+
149
+ a:hover, a:focus {
150
+ text-decoration: none;
151
+ }