@odynn/awayz-flights 0.9.6 → 0.9.8

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.
Files changed (44) hide show
  1. package/dist/BookingOption-V-FzaupW.js +196 -0
  2. package/dist/FlightItinerary-C4KPpVcF.js +94 -0
  3. package/dist/_commonjsHelpers-MdHo5S7N.js +26 -0
  4. package/dist/{arrayExtensions-DFLvtO8l.js → arrayExtensions-Ce8YopTP.js} +92 -113
  5. package/dist/assets/FlightItinerary.css +1 -1
  6. package/dist/assets/FlightItineraryDropdown.css +1 -1
  7. package/dist/assets/_styles.css +1 -1
  8. package/dist/assets/_styles2.css +1 -1
  9. package/dist/assets/_styles3.css +1 -0
  10. package/dist/assets/_styles4.css +1 -0
  11. package/dist/components/BookingOption/BookingOption.js +5 -6
  12. package/dist/components/Dialog/Dialog.js +20542 -0
  13. package/dist/components/FlightItinerary/FlightItinerary.js +5 -6
  14. package/dist/components/FlightItineraryDropdown/FlightItineraryDropdown.js +23 -29
  15. package/dist/components/FlightResult/FlightResult.js +318 -284
  16. package/dist/components/HorizontalScroller/HorizontalScroller.js +4 -4
  17. package/dist/components/MiniFlightItinerary/MiniFlightItinerary.js +90 -7
  18. package/dist/components/index.js +5 -5
  19. package/dist/constants/endpoints.js +1 -1
  20. package/dist/{dateUtils-CWDSSY2R.js → dateUtils-Cb9VQiIL.js} +1 -1
  21. package/dist/enums-tLvxh02p.js +4 -0
  22. package/dist/hooks/index.js +3 -3
  23. package/dist/hooks/useAirportSearch/useAirportSearch.js +1 -1
  24. package/dist/hooks/useFlightSearch/useFlightSearch.js +422 -12
  25. package/dist/{index-nOT-DH7g.js → index-9LVJi5JO.js} +12 -8
  26. package/dist/index-Kopwbl-x.js +19 -0
  27. package/dist/lib/components/Dialog/Dialog.d.ts +9 -0
  28. package/dist/lib/components/FlightItinerary/FlightItinerary.d.ts +1 -6
  29. package/dist/lib/components/FlightItineraryDropdown/FlightItineraryDropdown.d.ts +2 -4
  30. package/dist/lib/components/FlightResult/FlightResult.d.ts +1 -1
  31. package/dist/lib/constants/endpoints.d.ts +2 -1
  32. package/dist/lib/hooks/useFlightSearch/useFlightSearch.types.d.ts +3 -2
  33. package/dist/lib/services/flights/FlightsService.d.ts +1 -0
  34. package/dist/main.js +36 -35
  35. package/dist/services/flights/FlightsService.js +38 -29
  36. package/dist/services/wallet/WalletService.js +1 -1
  37. package/dist/utils/flightUtils.js +27 -28
  38. package/package.json +2 -1
  39. package/dist/BookingOption-Bf4d2RKS.js +0 -192
  40. package/dist/FlightItinerary-C2Jp2a9c.js +0 -262
  41. package/dist/MiniFlightItinerary-BEdrqoGh.js +0 -105
  42. package/dist/index-Gj4bRuCQ.js +0 -15
  43. package/dist/index-nI16-czT.js +0 -4
  44. package/dist/useFlightSearch-C0DEmnCL.js +0 -412
@@ -1,262 +0,0 @@
1
- import { jsxs as t, jsx as a, Fragment as R } from "react/jsx-runtime";
2
- import { c as k, a as W, b as G } from "./dateUtils-CWDSSY2R.js";
3
- import { l as j } from "./arrayExtensions-DFLvtO8l.js";
4
- import { D as x } from "./index-nI16-czT.js";
5
- import B, { useMemo as q } from "react";
6
- import { h as Z } from "./moment-BGjjqtLQ.js";
7
- import { useTranslation as z } from "react-i18next";
8
- import { a as $, b as w } from "./index-Gj4bRuCQ.js";
9
- import './assets/FlightItinerary.css';const F = (r) => {
10
- var m;
11
- if (!r) return "";
12
- try {
13
- return (m = j.byIso(r)) == null ? void 0 : m.country;
14
- } catch (c) {
15
- return console.error(c), "";
16
- }
17
- };
18
- var v = /* @__PURE__ */ ((r) => (r.USStringDateFormat = "MMM DD, YYYY", r.USStringDateTimeFormat = "MMM DD, YYYY, h:mm A (z)", r.FlightShortDate = "MMM DD - h:mm A", r.FlightTime = "h:mm A", r.DateFormat = "MM/DD", r.StringDateFormat = "MMM DD", r.FullDateFormat = "MM/DD/YYYY", r.ServerDate = "YYYY-MM-DD", r.GoogleDateFormat = "YYYYMMDDTHHmmssZ", r.AppleDateFormat = "YYYYMMDDTHHmmss", r.USStringDateWithTimeFormat = "MMM DD, YYYY, h:mm A", r))(v || {}), f = /* @__PURE__ */ ((r) => (r.ISO = "dates:iso", r.DISPLAY_SHORT = "dates:displayShort", r.DISPLAY_MEDIUM = "dates:displayMedium", r.DISPLAY_LONG = "dates:displayLong", r.DISPLAY_FULL = "dates:displayFull", r.DISPLAY_SHORT_WITH_YEAR = "dates:displayShortWithYear", r.DISPLAY_MEDIUM_WITH_YEAR = "dates:displayMediumWithYear", r.DISPLAY_LONG_WITH_YEAR = "dates:displayLongWithYear", r.DISPLAY_FULL_WITH_YEAR = "dates:displayFullWithYear", r.DATE_TIME_SHORT = "dates:dateTimeShort", r.DATE_TIME_MEDIUM = "dates:dateTimeMedium", r.DATE_TIME_LONG = "dates:dateTimeLong", r.DATE_TIME_FULL = "dates:dateTimeFull", r.DATE_TIME_SHORT_WITH_YEAR = "dates:dateTimeShortWithYear", r.DATE_TIME_MEDIUM_WITH_YEAR = "dates:dateTimeMediumWithYear", r.DATE_TIME_LONG_WITH_YEAR = "dates:dateTimeLongWithYear", r.DATE_TIME_FULL_WITH_YEAR = "dates:dateTimeFullWithYear", r.TIME_ONLY = "dates:timeOnly", r.TIME_WITH_SECONDS = "dates:timeWithSeconds", r))(f || {});
19
- const tr = ({
20
- itinerary: r,
21
- origin: m,
22
- destination: c,
23
- onDisableRenderItinerary: s,
24
- isMultiDayFlight: n
25
- }) => {
26
- var o, T, L, D, N, h;
27
- const g = () => {
28
- var d, p;
29
- const i = (p = (d = r[0]) == null ? void 0 : d.passengers) == null ? void 0 : p[0];
30
- return (i == null ? void 0 : i.cabinClassMarketingName) ?? (i == null ? void 0 : i.cabinClass);
31
- }, u = q(() => {
32
- var d, p, Y, M, _, A, S, I, H, O, b;
33
- const i = [];
34
- for (let C = 0; C < r.length; C++) {
35
- const l = r[C], e = r[C + 1];
36
- if (!e)
37
- break;
38
- const U = {
39
- arrival: {
40
- airport: (d = l.destination) == null ? void 0 : d.name,
41
- city: ((p = l.destination) == null ? void 0 : p.cityName) ?? ((M = (Y = l.destination) == null ? void 0 : Y.city) == null ? void 0 : M.name),
42
- country: F((_ = l.destination) == null ? void 0 : _.iataCountryCode),
43
- time: l.arrivingAt,
44
- arrivalTimeZone: l.destination.timeZone
45
- },
46
- departure: {
47
- airport: (A = e.origin) == null ? void 0 : A.name,
48
- city: ((S = e.origin) == null ? void 0 : S.cityName) ?? ((H = (I = e.origin) == null ? void 0 : I.city) == null ? void 0 : H.name),
49
- country: F((O = l.destination) == null ? void 0 : O.iataCountryCode),
50
- time: e.departingAt,
51
- airline: e.operatingCarrier.name,
52
- airlineCode: e.operatingCarrier.iataCode,
53
- aircraft: (b = e.aircraft) == null ? void 0 : b.name,
54
- flightNumber: e.operatingCarrierFlightNumber,
55
- cabin: e.passengers[0].cabinClassMarketingName ?? e.passengers[0].cabinClass ?? g(),
56
- departureTimeZone: e.origin.timeZone
57
- },
58
- layoverTime: k({
59
- // we need to swap around the departure and arrival times
60
- departureAt: l.arrivingAt,
61
- departureTimeZone: l.destination.timeZone,
62
- arrivalAt: e.departingAt,
63
- arrivalTimeZone: e.origin.timeZone
64
- })
65
- };
66
- U.layoverTime <= 0 && (s == null || s()), i.push(U);
67
- }
68
- return i;
69
- }, [r]);
70
- return /* @__PURE__ */ t("div", { className: "flight-itinerary", children: [
71
- /* @__PURE__ */ a(
72
- P,
73
- {
74
- airport: r[0].origin.name,
75
- city: m.city,
76
- country: F(m.country),
77
- departureAt: r[0].departingAt,
78
- departureTimeZone: r[0].origin.timeZone,
79
- arrivalAt: r[0].arrivingAt,
80
- arrivalTimeZone: r[0].destination.timeZone,
81
- airline: r[0].operatingCarrier.name,
82
- airlineCode: r[0].operatingCarrier.iataCode,
83
- aircraft: (o = r[0].aircraft) == null ? void 0 : o.name,
84
- flightNumber: r[0].operatingCarrierFlightNumber,
85
- isMultiDayFlight: n
86
- }
87
- ),
88
- u.map((i, d) => {
89
- var p, Y, M, _, A, S, I;
90
- return /* @__PURE__ */ t(B.Fragment, { children: [
91
- /* @__PURE__ */ a(
92
- E,
93
- {
94
- airport: i.arrival.airport,
95
- city: i.arrival.city,
96
- country: i.arrival.country,
97
- time: i.arrival.time,
98
- isLayover: !0,
99
- layoverTime: G(i.layoverTime),
100
- arrivalTimeZone: W(
101
- i.arrival.arrivalTimeZone,
102
- i.arrival.time
103
- )
104
- }
105
- ),
106
- /* @__PURE__ */ a(
107
- P,
108
- {
109
- airport: (p = i.departure) == null ? void 0 : p.airport,
110
- city: (Y = i.departure) == null ? void 0 : Y.city,
111
- country: (M = i.departure) == null ? void 0 : M.country,
112
- departureAt: i.departure.time,
113
- departureTimeZone: i.departure.departureTimeZone,
114
- arrivalAt: r[d + 1].arrivingAt,
115
- arrivalTimeZone: r[d + 1].destination.timeZone,
116
- airline: (_ = i.departure) == null ? void 0 : _.airline,
117
- airlineCode: (A = i.departure) == null ? void 0 : A.airlineCode,
118
- aircraft: (S = i.departure) == null ? void 0 : S.aircraft,
119
- flightNumber: (I = i.departure) == null ? void 0 : I.flightNumber
120
- }
121
- )
122
- ] }, i.departure.flightNumber || d);
123
- }),
124
- /* @__PURE__ */ a(
125
- E,
126
- {
127
- airport: (L = (T = r.getLast()) == null ? void 0 : T.destination) == null ? void 0 : L.name,
128
- city: c.city,
129
- country: F(c.country),
130
- time: (D = r.getLast()) == null ? void 0 : D.arrivingAt,
131
- arrivalTimeZone: W(
132
- (N = r.getLast()) == null ? void 0 : N.destination.timeZone,
133
- (h = r.getLast()) == null ? void 0 : h.arrivingAt
134
- ),
135
- isMultiDayFlight: n
136
- }
137
- )
138
- ] });
139
- }, P = ({
140
- airport: r,
141
- city: m,
142
- country: c,
143
- airline: s,
144
- airlineCode: n,
145
- flightNumber: g,
146
- aircraft: u,
147
- departureAt: o,
148
- departureTimeZone: T,
149
- arrivalAt: L,
150
- arrivalTimeZone: D,
151
- isMultiDayFlight: N
152
- }) => {
153
- const { t: h } = z(), i = k({
154
- departureAt: o,
155
- departureTimeZone: T,
156
- arrivalAt: L,
157
- arrivalTimeZone: D
158
- });
159
- return /* @__PURE__ */ t("div", { className: "departure", children: [
160
- /* @__PURE__ */ t("p", { children: [
161
- Z(o).format(
162
- h(f.TIME_ONLY, v.FlightTime)
163
- ),
164
- " ",
165
- /* @__PURE__ */ t("span", { className: "time-zone", children: [
166
- "(",
167
- W(T, o),
168
- ")"
169
- ] }),
170
- /* @__PURE__ */ a("br", {}),
171
- N ? /* @__PURE__ */ t("div", { className: "travel-time", children: [
172
- /* @__PURE__ */ a($, {}),
173
- /* @__PURE__ */ t("span", { children: [
174
- "Departure:",
175
- " ",
176
- Z(o).format(
177
- h(f.DISPLAY_MEDIUM, v.StringDateFormat)
178
- )
179
- ] })
180
- ] }) : /* @__PURE__ */ a(R, {}),
181
- /* @__PURE__ */ t("div", { className: "travel-time", children: [
182
- /* @__PURE__ */ a(w, {}),
183
- /* @__PURE__ */ t("span", { children: [
184
- "Travel Time: ",
185
- G(i)
186
- ] })
187
- ] })
188
- ] }),
189
- /* @__PURE__ */ t("div", { children: [
190
- /* @__PURE__ */ t("span", { children: [
191
- r,
192
- ", ",
193
- m,
194
- ", ",
195
- c
196
- ] }),
197
- /* @__PURE__ */ a("img", { src: `${x}${n}.svg`, alt: s }),
198
- /* @__PURE__ */ t("p", { children: [
199
- /* @__PURE__ */ a("strong", { children: "Aircraft:" }),
200
- " ",
201
- u
202
- ] }),
203
- /* @__PURE__ */ t("p", { children: [
204
- /* @__PURE__ */ a("strong", { children: "Flight:" }),
205
- " ",
206
- n,
207
- " ",
208
- g
209
- ] })
210
- ] })
211
- ] });
212
- }, E = ({
213
- airport: r,
214
- city: m,
215
- country: c,
216
- time: s,
217
- isLayover: n,
218
- layoverTime: g,
219
- arrivalTimeZone: u,
220
- isMultiDayFlight: o
221
- }) => {
222
- const { t: T } = z("dates");
223
- return /* @__PURE__ */ t("div", { className: `arrival ${n ? "layover" : ""}`, children: [
224
- /* @__PURE__ */ t("p", { children: [
225
- Z(s).format(T(f.TIME_ONLY, v.FlightTime)),
226
- " ",
227
- /* @__PURE__ */ t("span", { className: "time-zone", children: [
228
- "(",
229
- u,
230
- ")"
231
- ] }),
232
- o && !n ? /* @__PURE__ */ t("div", { className: "travel-time", children: [
233
- /* @__PURE__ */ a($, {}),
234
- /* @__PURE__ */ t("span", { children: [
235
- "Arrival:",
236
- " ",
237
- Z(s).format(
238
- T(f.DISPLAY_MEDIUM, v.StringDateFormat)
239
- )
240
- ] })
241
- ] }) : /* @__PURE__ */ a(R, {})
242
- ] }),
243
- /* @__PURE__ */ t("div", { children: [
244
- /* @__PURE__ */ t("p", { children: [
245
- n ? "Layover in" : "",
246
- " ",
247
- r,
248
- ", ",
249
- m,
250
- ", ",
251
- c
252
- ] }),
253
- /* @__PURE__ */ a("i", { children: n ? g : "" })
254
- ] })
255
- ] });
256
- };
257
- export {
258
- v as E,
259
- tr as F,
260
- f as a,
261
- F as g
262
- };
@@ -1,105 +0,0 @@
1
- import { jsxs as l, Fragment as T, jsx as e } from "react/jsx-runtime";
2
- import { c as L, b as k } from "./dateUtils-CWDSSY2R.js";
3
- import "./arrayExtensions-DFLvtO8l.js";
4
- import { useMemo as C } from "react";
5
- import { g as M, b } from "./index-nOT-DH7g.js";
6
- import { G as m } from "./iconBase-DSKTHwal.js";
7
- import './assets/MiniFlightItinerary.css';function x(a) {
8
- return m({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M5 12h14" }, child: [] }, { tag: "path", attr: { d: "m12 5 7 7-7 7" }, child: [] }] })(a);
9
- }
10
- function G(a) {
11
- return m({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "m6 9 6 6 6-6" }, child: [] }] })(a);
12
- }
13
- function j(a) {
14
- return m({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M2 22h20" }, child: [] }, { tag: "path", attr: { d: "M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z" }, child: [] }] })(a);
15
- }
16
- function w(a) {
17
- return m({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M2 22h20" }, child: [] }, { tag: "path", attr: { d: "M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z" }, child: [] }] })(a);
18
- }
19
- const I = ({
20
- flightDetails: a
21
- }) => {
22
- const n = a.flightDetails.slices[0].segments, Z = C(() => {
23
- var r, d, o, s, u, g, v, f;
24
- const i = [];
25
- for (let h = 0; h < n.length; h++) {
26
- const t = n[h], c = n[h + 1], y = L({
27
- departureAt: t.departingAt,
28
- departureTimeZone: t.origin.timeZone,
29
- arrivalAt: t.arrivingAt,
30
- arrivalTimeZone: t.destination.timeZone
31
- });
32
- if (i.push({
33
- departure: {
34
- code: (r = t.origin) == null ? void 0 : r.iataCode,
35
- airport: (d = t.origin) == null ? void 0 : d.name
36
- },
37
- arrival: {
38
- code: (o = t.destination) == null ? void 0 : o.iataCode,
39
- airport: (s = t.destination) == null ? void 0 : s.name
40
- },
41
- time: y
42
- }), !c)
43
- break;
44
- const A = L({
45
- departureAt: t.arrivingAt,
46
- departureTimeZone: t.destination.timeZone,
47
- arrivalAt: c.departingAt,
48
- arrivalTimeZone: c.origin.timeZone
49
- });
50
- i.push({
51
- departure: {
52
- code: (u = t.destination) == null ? void 0 : u.iataCode,
53
- airport: (g = t.destination) == null ? void 0 : g.name
54
- },
55
- arrival: {
56
- code: (v = c.origin) == null ? void 0 : v.iataCode,
57
- airport: (f = c.origin) == null ? void 0 : f.name
58
- },
59
- time: A,
60
- isLayover: !0
61
- });
62
- }
63
- return i;
64
- }, [n]), p = C(() => {
65
- var r, d;
66
- const i = [];
67
- for (let o = 0; o < n.length; o++) {
68
- const s = n[o];
69
- i.push(((r = s.origin) == null ? void 0 : r.iataCode) ?? "");
70
- }
71
- return i.push(((d = n.getLast().destination) == null ? void 0 : d.iataCode) ?? ""), i;
72
- }, [n]);
73
- return /* @__PURE__ */ l(T, { children: [
74
- /* @__PURE__ */ e("div", { className: "mobile-mini-flight-itinerary", children: p.map((i, r) => /* @__PURE__ */ l("div", { children: [
75
- /* @__PURE__ */ e("p", { children: i }),
76
- r < p.length - 1 && /* @__PURE__ */ e(x, {})
77
- ] }, r)) }),
78
- /* @__PURE__ */ e("div", { className: "mini-flight-itinerary", children: Z.map(
79
- (i, r) => i.isLayover ? /* @__PURE__ */ l("div", { className: "layover tip", children: [
80
- /* @__PURE__ */ e(M, {}),
81
- /* @__PURE__ */ e("p", { children: k(i.time) }),
82
- /* @__PURE__ */ l("span", { className: "bottom", children: [
83
- "Layover in ",
84
- i.departure.code,
85
- " (",
86
- i.departure.airport,
87
- ")"
88
- ] })
89
- ] }) : /* @__PURE__ */ l("div", { className: "flight", children: [
90
- /* @__PURE__ */ e(w, {}),
91
- /* @__PURE__ */ e("p", { children: i.departure.code }),
92
- /* @__PURE__ */ e("div", { className: "timeline", children: /* @__PURE__ */ l("div", { children: [
93
- /* @__PURE__ */ e(b, {}),
94
- /* @__PURE__ */ e("p", { children: k(i.time) })
95
- ] }) }),
96
- /* @__PURE__ */ e(j, {}),
97
- /* @__PURE__ */ e("p", { children: i.arrival.code })
98
- ] }, r)
99
- ) })
100
- ] });
101
- };
102
- export {
103
- G as L,
104
- I as M
105
- };
@@ -1,15 +0,0 @@
1
- import { G as a } from "./iconBase-DSKTHwal.js";
2
- function h(c) {
3
- return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z" }, child: [] }] })(c);
4
- }
5
- function l(c) {
6
- return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z" }, child: [] }] })(c);
7
- }
8
- function r(c) {
9
- return a({ attr: { viewBox: "0 0 352 512" }, child: [{ tag: "path", attr: { d: "M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z" }, child: [] }] })(c);
10
- }
11
- export {
12
- r as F,
13
- h as a,
14
- l as b
15
- };
@@ -1,4 +0,0 @@
1
- const o = "https://assets.duffel.com/img/airlines/for-light-background/full-color-lockup/";
2
- export {
3
- o as D
4
- };