@duffel/components 3.10.0 → 3.10.1

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": "@duffel/components",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "Component library to build your travel product with Duffel.",
5
5
  "keywords": [
6
6
  "Duffel",
@@ -5,3 +5,4 @@ export default _default;
5
5
  export declare const Default: StoryFn<DuffelNGSViewProps>;
6
6
  export declare const Deduplicated: StoryFn<DuffelNGSViewProps>;
7
7
  export declare const Large: StoryFn<DuffelNGSViewProps>;
8
+ export declare const Spirit: StoryFn<DuffelNGSViewProps>;
@@ -43,7 +43,6 @@ export declare const PayLaterRate: {
43
43
  total_amount: string;
44
44
  total_currency: string;
45
45
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
46
- loyalty_programme_required: boolean;
47
46
  };
48
47
  numberOfNights: number;
49
48
  searchNumberOfRooms: number;
@@ -95,7 +94,6 @@ export declare const RatesCrossComparison: {
95
94
  total_amount: string;
96
95
  total_currency: string;
97
96
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
98
- loyalty_programme_required: boolean;
99
97
  };
100
98
  numberOfNights: number;
101
99
  searchNumberOfRooms: number;
@@ -132,7 +130,6 @@ export declare const DepositRate: {
132
130
  total_amount: string;
133
131
  total_currency: string;
134
132
  supported_loyalty_programme: import("@duffel/api/types").StaysLoyaltyProgrammeReference | null;
135
- loyalty_programme_required: boolean;
136
133
  };
137
134
  numberOfNights: number;
138
135
  searchNumberOfRooms: number;