@voyant-travel/catalog-react 0.134.0 → 0.135.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.
@@ -36,7 +36,7 @@ export declare function useBookingCommit(options?: UseBookingCommitOptions): imp
36
36
  pricing?: {
37
37
  currency: string;
38
38
  lines: {
39
- kind: "base" | "accommodation" | "fee" | "discount" | "addon" | "supplement";
39
+ kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
40
40
  label: string;
41
41
  unitAmount: number;
42
42
  totalAmount: number;
@@ -229,7 +229,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
229
229
  pricing?: {
230
230
  currency: string;
231
231
  lines: {
232
- kind: "base" | "accommodation" | "fee" | "discount" | "addon" | "supplement";
232
+ kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
233
233
  label: string;
234
234
  unitAmount: number;
235
235
  totalAmount: number;
@@ -458,7 +458,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
458
458
  pricing?: {
459
459
  currency: string;
460
460
  lines: {
461
- kind: "base" | "accommodation" | "fee" | "discount" | "addon" | "supplement";
461
+ kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
462
462
  label: string;
463
463
  unitAmount: number;
464
464
  totalAmount: number;
@@ -685,7 +685,7 @@ export declare function useBookingQuote(options: UseBookingQuoteOptions): {
685
685
  pricing?: {
686
686
  currency: string;
687
687
  lines: {
688
- kind: "base" | "accommodation" | "fee" | "discount" | "addon" | "supplement";
688
+ kind: "base" | "accommodation" | "addon" | "supplement" | "discount" | "fee";
689
689
  label: string;
690
690
  unitAmount: number;
691
691
  totalAmount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/catalog-react",
3
- "version": "0.134.0",
3
+ "version": "0.135.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,11 +76,11 @@
76
76
  "react-dom": "^19.0.0",
77
77
  "sonner": "^2.0.0",
78
78
  "zod": "^4.0.0",
79
- "@voyant-travel/admin": "^0.115.1",
80
- "@voyant-travel/commerce-react": "^0.18.0",
81
- "@voyant-travel/inventory-react": "^0.18.0",
82
- "@voyant-travel/distribution-react": "^0.126.0",
83
- "@voyant-travel/ui": "^0.108.1"
79
+ "@voyant-travel/admin": "^0.115.2",
80
+ "@voyant-travel/commerce-react": "^0.19.0",
81
+ "@voyant-travel/inventory-react": "^0.19.0",
82
+ "@voyant-travel/distribution-react": "^0.127.0",
83
+ "@voyant-travel/ui": "^0.108.2"
84
84
  },
85
85
  "peerDependenciesMeta": {
86
86
  "@tanstack/react-table": {
@@ -107,7 +107,7 @@
107
107
  },
108
108
  "dependencies": {
109
109
  "@voyant-travel/catalog-contracts": "^0.108.0",
110
- "@voyant-travel/i18n": "^0.108.0",
110
+ "@voyant-travel/i18n": "^0.109.0",
111
111
  "@voyant-travel/react": "^0.104.1"
112
112
  },
113
113
  "devDependencies": {
@@ -122,13 +122,13 @@
122
122
  "typescript": "^6.0.2",
123
123
  "vitest": "^4.1.2",
124
124
  "zod": "^4.3.6",
125
- "@voyant-travel/admin": "^0.115.1",
126
- "@voyant-travel/i18n": "^0.108.0",
127
- "@voyant-travel/commerce-react": "^0.18.0",
128
- "@voyant-travel/inventory-react": "^0.18.0",
125
+ "@voyant-travel/admin": "^0.115.2",
126
+ "@voyant-travel/i18n": "^0.109.0",
127
+ "@voyant-travel/commerce-react": "^0.19.0",
128
+ "@voyant-travel/inventory-react": "^0.19.0",
129
129
  "@voyant-travel/react": "^0.104.1",
130
- "@voyant-travel/distribution-react": "^0.126.0",
131
- "@voyant-travel/ui": "^0.108.1",
130
+ "@voyant-travel/distribution-react": "^0.127.0",
131
+ "@voyant-travel/ui": "^0.108.2",
132
132
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
133
133
  },
134
134
  "files": [