complexqa_frontend_core 1.13.8 → 1.13.9

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.13.8",
3
+ "version": "1.13.9",
4
4
  "description": "core of web ",
5
5
  "type": "module",
6
6
  "exports": {
@@ -104,6 +104,13 @@ export class typeTestCase extends familyTestDocumentation
104
104
  },
105
105
  };
106
106
 
107
+ status_color = {
108
+ PENDING : '#C4B040',
109
+ IN_PROGRESS: '#009688',
110
+ COMPLETED : '#FD9A4F',
111
+ CLOSED : '#E0E0E0',
112
+ };
113
+
107
114
 
108
115
  attribute_name_translate_matrix = {
109
116
  en: {