swoop-common 2.2.208 → 2.2.210

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.
@@ -1,4 +1,5 @@
1
1
  export declare enum AmendmentType {
2
2
  CANCELLATION = "cancellation",
3
- PRICING_AMENDMENT = "pricing_amendment"
3
+ PRICING_AMENDMENT = "pricing_amendment",
4
+ PAX_ADDITION = "pax_addition"
4
5
  }
@@ -6,4 +6,5 @@ export var AmendmentType;
6
6
  (function (AmendmentType) {
7
7
  AmendmentType["CANCELLATION"] = "cancellation";
8
8
  AmendmentType["PRICING_AMENDMENT"] = "pricing_amendment";
9
+ AmendmentType["PAX_ADDITION"] = "pax_addition";
9
10
  })(AmendmentType || (AmendmentType = {}));
@@ -7,5 +7,18 @@ export const TEMPLATE_CHIP_STYLES = {
7
7
  [TEMPLATE_NAMES.CRUISE_ACTIVITY]: { backgroundColor: "#D7F5EA", color: "#1F9074" }, // different shade of green
8
8
  [TEMPLATE_NAMES.GROUND_ACCOMMODATION]: { backgroundColor: "#F7E8C8", color: "#9C6B1F" }, // tan
9
9
  [TEMPLATE_NAMES.SHIP_ACCOMMODATION]: { backgroundColor: "#FBDCE9", color: "#B23A6B" }, // pink
10
+ [TEMPLATE_NAMES.FLIGHT]: { backgroundColor: "#D6F0FA", color: "#0E7A9C" }, // sky blue
11
+ [TEMPLATE_NAMES.JOURNEYS]: { backgroundColor: "#E3E0FB", color: "#4B3FA8" }, // indigo
12
+ [TEMPLATE_NAMES.CRUISE]: { backgroundColor: "#D3F1F0", color: "#16847A" }, // ocean teal
13
+ [TEMPLATE_NAMES.INDEPENDENT_ARRANGEMENTS]: { backgroundColor: "#FBEBD2", color: "#B36B00" }, // amber
14
+ [TEMPLATE_NAMES.ACCOMMODATION]: { backgroundColor: "#F2E4D8", color: "#8A5A34" }, // warm beige
15
+ [TEMPLATE_NAMES.EXCURSIONS]: { backgroundColor: "#EFF5D0", color: "#6B7F1F" }, // olive
16
+ [TEMPLATE_NAMES.GUIDED_MULTIDAY_ACTIVITY]: { backgroundColor: "#D9F5E3", color: "#1F8F5F" }, // mint
17
+ [TEMPLATE_NAMES.ALL_INCLUSIVE_HOTEL]: { backgroundColor: "#FBF0C7", color: "#A67C00" }, // gold
18
+ [TEMPLATE_NAMES.LOCATION]: { backgroundColor: "#E1E6ED", color: "#47586B" }, // slate
19
+ [TEMPLATE_NAMES.PRIVATE_TOUR]: { backgroundColor: "#FBE0DC", color: "#C1462E" }, // coral
20
+ [TEMPLATE_NAMES.FEE]: { backgroundColor: "#ECECEC", color: "#5F5F5F" }, // neutral grey
21
+ [TEMPLATE_NAMES.ROOM]: { backgroundColor: "#FCE9DA", color: "#B5651D" }, // peach
22
+ [TEMPLATE_NAMES.GROUP_TOUR]: { backgroundColor: "#F0E6FB", color: "#7A3FA0" }, // violet
10
23
  };
11
24
  export const getTemplateChipStyle = (templateName) => { var _a; return (_a = TEMPLATE_CHIP_STYLES[templateName]) !== null && _a !== void 0 ? _a : { backgroundColor: "grey.200", color: "text.secondary" }; };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swoop-common",
3
- "version": "2.2.208",
3
+ "version": "2.2.210",
4
4
  "main": "dist/api/index.js",
5
5
  "types": "dist/api/index.d.ts",
6
6
  "exports": {