tickera-angular-components 0.0.1-dev.205 → 0.0.1-dev.206
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.
|
@@ -1062,6 +1062,7 @@ var OrderItemType;
|
|
|
1062
1062
|
OrderItemType["GIFT_BOND"] = "GIFT_BOND";
|
|
1063
1063
|
OrderItemType["CORPORATE_BOND"] = "CORPORATE_BOND";
|
|
1064
1064
|
OrderItemType["VIP_RECHARGE"] = "VIP_RECHARGE";
|
|
1065
|
+
OrderItemType["SUBSCRIPTION_ACTIVATION"] = "SUBSCRIPTION_ACTIVATION";
|
|
1065
1066
|
})(OrderItemType || (OrderItemType = {}));
|
|
1066
1067
|
|
|
1067
1068
|
var OrderStatus;
|
|
@@ -1134,6 +1135,7 @@ const ORDER_ITEM_TYPES_COLORS = {
|
|
|
1134
1135
|
GIFT_BOND: { text: '#ca8a04', bg: '#fefce8' },
|
|
1135
1136
|
CORPORATE_BOND: { text: '#0d9488', bg: '#ccfbf1' },
|
|
1136
1137
|
VIP_RECHARGE: { text: '#940d89', bg: '#fbccf1' },
|
|
1138
|
+
SUBSCRIPTION_ACTIVATION: { text: '#1f940d', bg: '#cefbcc' },
|
|
1137
1139
|
};
|
|
1138
1140
|
const ORDER_DISCOUNT_COLORS = {
|
|
1139
1141
|
coupon: { text: '#1d4ed8', bg: '#eff6ff' },
|