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