tickera-angular-components 0.0.1-dev.212 → 0.0.1-dev.213
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.
|
@@ -1074,6 +1074,7 @@ var OrderStatus;
|
|
|
1074
1074
|
OrderStatus["FAILED"] = "failed";
|
|
1075
1075
|
OrderStatus["CANCELLED"] = "cancelled";
|
|
1076
1076
|
OrderStatus["REFUNDED"] = "refunded";
|
|
1077
|
+
OrderStatus["CANCELLED_BY_EXCHANGE"] = "cancelled-by-exchange";
|
|
1077
1078
|
})(OrderStatus || (OrderStatus = {}));
|
|
1078
1079
|
|
|
1079
1080
|
var CreatorType;
|
|
@@ -1128,6 +1129,7 @@ const ORDER_STATUS_COLORS = {
|
|
|
1128
1129
|
cancelled: { text: '#dc2626', bg: '#fee2e2' },
|
|
1129
1130
|
'on-hold': { text: '#ca8a04', bg: '#fef9c3' },
|
|
1130
1131
|
'pending-payment': { text: '#ca8a04', bg: '#fef9c3' },
|
|
1132
|
+
'cancelled-by-exchange': { text: '#9a3412', bg: '#ffedd5' },
|
|
1131
1133
|
};
|
|
1132
1134
|
const ORDER_ITEM_TYPES_COLORS = {
|
|
1133
1135
|
TICKET: { text: '#1d4ed8', bg: '#eff6ff' },
|