@kigi/components 1.4.9 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kigi/components",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -47,6 +47,7 @@ class MbgStatusLabelController {
47
47
  this.label = 'Autorizada'
48
48
  break
49
49
  case 'CANCELADA':
50
+ case 'CANCELLED':
50
51
  this.label = 'Cancelada'
51
52
  break
52
53
  case 'REJEITADA':
@@ -91,6 +92,7 @@ class MbgStatusLabelController {
91
92
  case 'REJEITADA':
92
93
  case 'PENDING_REJECT':
93
94
  case 'REJECTED':
95
+ case 'CANCELLED':
94
96
  this.labelClass = 'error'
95
97
  break
96
98
  case 'PASSED_ALONG':