@manuscripts/style-guide 0.30.20 → 0.30.21

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.
@@ -71,6 +71,11 @@ const errorsExplanations = {
71
71
  description: 'The quality report could not be loaded.',
72
72
  type: 'System',
73
73
  },
74
+ TSK_FAILED: {
75
+ title: 'Internal error',
76
+ description: 'An internal error occured while the system was processing the submission.',
77
+ type: 'System',
78
+ },
74
79
  TSK_MYTASKS_NOT_LOADED: {
75
80
  title: 'Task list cannot be loaded',
76
81
  description: 'There was an internal error while loading the list of your tasks.',
@@ -69,6 +69,11 @@ const errorsExplanations = {
69
69
  description: 'The quality report could not be loaded.',
70
70
  type: 'System',
71
71
  },
72
+ TSK_FAILED: {
73
+ title: 'Internal error',
74
+ description: 'An internal error occured while the system was processing the submission.',
75
+ type: 'System',
76
+ },
72
77
  TSK_MYTASKS_NOT_LOADED: {
73
78
  title: 'Task list cannot be loaded',
74
79
  description: 'There was an internal error while loading the list of your tasks.',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "0.30.20",
4
+ "version": "0.30.21",
5
5
  "repository": "gitlab:mpapp-public/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",