@comicrelief/component-library 8.8.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',
|
|
@@ -26,14 +27,21 @@ const colors = {
|
|
|
26
27
|
green: '#49D267',
|
|
27
28
|
green_dark: '#1B651D',
|
|
28
29
|
green_light: '#F4F2F4',
|
|
29
|
-
grey: '#969598',
|
|
30
|
-
grey_dark: '#222222',
|
|
31
30
|
grey_stone: '#CEDCDA',
|
|
32
31
|
grey_extra_light: '#f0f0f0',
|
|
33
32
|
grey_for_forms: '#666',
|
|
34
33
|
grey_label: '#5C5C5E',
|
|
34
|
+
// this is the Curtis approved list of 5 greys that will be later numbered grey_1 thru grey_5
|
|
35
|
+
// grey_1
|
|
35
36
|
grey_light: '#F4F3F5',
|
|
37
|
+
// grey_2
|
|
36
38
|
grey_medium: '#E1E2E3',
|
|
39
|
+
// grey_3
|
|
40
|
+
grey: '#969598',
|
|
41
|
+
// grey_4
|
|
42
|
+
grey_4: '#6E6E6E',
|
|
43
|
+
// grey_5
|
|
44
|
+
grey_dark: '#222222',
|
|
37
45
|
magenta: '#FC59CE',
|
|
38
46
|
magenta_dark: '#821C5D',
|
|
39
47
|
magenta_light: '#FEB4DC',
|
package/package.json
CHANGED
|
@@ -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',
|
|
@@ -20,14 +21,21 @@ const colors = {
|
|
|
20
21
|
green: '#49D267',
|
|
21
22
|
green_dark: '#1B651D',
|
|
22
23
|
green_light: '#F4F2F4',
|
|
23
|
-
grey: '#969598',
|
|
24
|
-
grey_dark: '#222222',
|
|
25
24
|
grey_stone: '#CEDCDA',
|
|
26
25
|
grey_extra_light: '#f0f0f0',
|
|
27
26
|
grey_for_forms: '#666',
|
|
28
27
|
grey_label: '#5C5C5E',
|
|
28
|
+
// this is the Curtis approved list of 5 greys that will be later numbered grey_1 thru grey_5
|
|
29
|
+
// grey_1
|
|
29
30
|
grey_light: '#F4F3F5',
|
|
31
|
+
// grey_2
|
|
30
32
|
grey_medium: '#E1E2E3',
|
|
33
|
+
// grey_3
|
|
34
|
+
grey: '#969598',
|
|
35
|
+
// grey_4
|
|
36
|
+
grey_4: '#6E6E6E',
|
|
37
|
+
// grey_5
|
|
38
|
+
grey_dark: '#222222',
|
|
31
39
|
magenta: '#FC59CE',
|
|
32
40
|
magenta_dark: '#821C5D',
|
|
33
41
|
magenta_light: '#FEB4DC',
|