@comicrelief/component-library 8.9.0 → 8.10.0

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.
@@ -335,6 +335,15 @@ const Item = styled.div`
335
335
  <Text tag="p" color="white">#2042AD</Text>
336
336
  </Card>
337
337
  </Item>
338
+
339
+ <Item>
340
+ <Card backgroundColor="blue_donate_interact" height="auto">
341
+ <Text tag="h3" color="white" size="xs">
342
+ Blue Donate Interact
343
+ </Text>
344
+ <Text tag="p" color="white">#001A85</Text>
345
+ </Card>
346
+ </Item>
338
347
  </Grid>
339
348
  </div>;
340
349
  ```
@@ -9,6 +9,7 @@ const colors = {
9
9
  blue: '#0565D1',
10
10
  blue_dark: '#274084',
11
11
  blue_donate: '#2042AD',
12
+ blue_donate_interact: '#001A85',
12
13
  blue_light: '#BECCF9',
13
14
  blue_royal: '#6489FC',
14
15
  coral: '#F9686D',
@@ -10,6 +10,7 @@ const colors = {
10
10
  blue: '#223c59',
11
11
  blue_dark: '#3a4972',
12
12
  blue_donate: '#2042AD',
13
+ blue_donate_interact: '#001A85',
13
14
  blue_light: '#274084',
14
15
  blue_royal: '#6489FC',
15
16
  coral: '#FF6F61',
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.9.0",
4
+ "version": "8.10.0",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -335,6 +335,15 @@ const Item = styled.div`
335
335
  <Text tag="p" color="white">#2042AD</Text>
336
336
  </Card>
337
337
  </Item>
338
+
339
+ <Item>
340
+ <Card backgroundColor="blue_donate_interact" height="auto">
341
+ <Text tag="h3" color="white" size="xs">
342
+ Blue Donate Interact
343
+ </Text>
344
+ <Text tag="p" color="white">#001A85</Text>
345
+ </Card>
346
+ </Item>
338
347
  </Grid>
339
348
  </div>;
340
349
  ```
@@ -3,6 +3,7 @@ const colors = {
3
3
  blue: '#0565D1',
4
4
  blue_dark: '#274084',
5
5
  blue_donate: '#2042AD',
6
+ blue_donate_interact: '#001A85',
6
7
  blue_light: '#BECCF9',
7
8
  blue_royal: '#6489FC',
8
9
  coral: '#F9686D',
@@ -4,6 +4,7 @@ const colors = {
4
4
  blue: '#223c59',
5
5
  blue_dark: '#3a4972',
6
6
  blue_donate: '#2042AD',
7
+ blue_donate_interact: '#001A85',
7
8
  blue_light: '#274084',
8
9
  blue_royal: '#6489FC',
9
10
  coral: '#FF6F61',