complexqa_frontend_core 1.7.3 → 1.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complexqa_frontend_core",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "core of web ",
5
5
  "type": "module",
6
6
  "exports": {
@@ -37,6 +37,12 @@ export class typeProject extends familyGeneralElement
37
37
  project_status: [ 'OPEN', 'CLOSED', 'PLANNED' ]
38
38
  };
39
39
 
40
+ status_color = {
41
+ OPEN : '#3AADA0',
42
+ CLOSED : '#9E9E9E',
43
+ PLANNED: '#C4B040',
44
+ };
45
+
40
46
 
41
47
  /**
42
48
  *