@odynn/awayz-flights 0.9.7 → 0.9.9
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/dist/BookingOption-V-FzaupW.js +196 -0
- package/dist/FlightItinerary-C4KPpVcF.js +94 -0
- package/dist/assets/FlightItinerary.css +1 -1
- package/dist/assets/FlightItineraryDropdown.css +1 -0
- package/dist/assets/MiniFlightItinerary.css +1 -0
- package/dist/assets/_styles.css +1 -1
- package/dist/assets/_styles2.css +1 -1
- package/dist/components/BookingOption/BookingOption.js +3 -4
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/FlightItinerary/FlightItinerary.js +3 -4
- package/dist/components/FlightItineraryDropdown/FlightItineraryDropdown.js +22 -30
- package/dist/components/FlightResult/FlightResult.js +173 -183
- package/dist/components/HorizontalScroller/HorizontalScroller.js +3 -3
- package/dist/components/MiniFlightItinerary/MiniFlightItinerary.js +89 -7
- package/dist/components/index.js +5 -5
- package/dist/constants/endpoints.js +1 -1
- package/dist/enums-tLvxh02p.js +4 -0
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/useFlightSearch/useFlightSearch.js +420 -11
- package/dist/{index-D8ljJLcr.js → index-9LVJi5JO.js} +7 -7
- package/dist/index-Kopwbl-x.js +19 -0
- package/dist/lib/components/FlightItinerary/FlightItinerary.d.ts +1 -6
- package/dist/lib/components/FlightItineraryDropdown/FlightItineraryDropdown.d.ts +2 -4
- package/dist/lib/constants/endpoints.d.ts +2 -1
- package/dist/lib/services/flights/FlightsService.d.ts +1 -0
- package/dist/main.js +35 -34
- package/dist/services/flights/FlightsService.js +37 -28
- package/dist/utils/flightUtils.js +39 -40
- package/package.json +1 -1
- package/dist/BookingOption-BTupJyHW.js +0 -192
- package/dist/FlightItinerary-BYXRMQUD.js +0 -262
- package/dist/MiniFlightItinerary-D2tFssaK.js +0 -106
- package/dist/assets/_styles5.css +0 -1
- package/dist/index-Gj4bRuCQ.js +0 -15
- package/dist/index-nI16-czT.js +0 -4
- package/dist/useFlightSearch-Dxoeykpk.js +0 -420
|
@@ -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-Cb9VQiIL.js";
|
|
3
|
-
import { l as j } from "./arrayExtensions-Ce8YopTP.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 f = /* @__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))(f || {}), v = /* @__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))(v || {});
|
|
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(v.TIME_ONLY, f.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(v.DISPLAY_MEDIUM, f.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(v.TIME_ONLY, f.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(v.DISPLAY_MEDIUM, f.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
|
-
f as E,
|
|
259
|
-
tr as F,
|
|
260
|
-
v as a,
|
|
261
|
-
F as g
|
|
262
|
-
};
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { jsxs as l, Fragment as T, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as L, b as k } from "./dateUtils-Cb9VQiIL.js";
|
|
3
|
-
import "./arrayExtensions-Ce8YopTP.js";
|
|
4
|
-
import { useMemo as C } from "react";
|
|
5
|
-
import { g as M, b } from "./index-D8ljJLcr.js";
|
|
6
|
-
import { G as m } from "./iconBase-DSKTHwal.js";
|
|
7
|
-
import './assets/_styles.css';/* empty css */
|
|
8
|
-
function x(a) {
|
|
9
|
-
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);
|
|
10
|
-
}
|
|
11
|
-
function I(a) {
|
|
12
|
-
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);
|
|
13
|
-
}
|
|
14
|
-
function j(a) {
|
|
15
|
-
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);
|
|
16
|
-
}
|
|
17
|
-
function w(a) {
|
|
18
|
-
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);
|
|
19
|
-
}
|
|
20
|
-
const S = ({
|
|
21
|
-
flightDetails: a
|
|
22
|
-
}) => {
|
|
23
|
-
const n = a.flightDetails.slices[0].segments, Z = C(() => {
|
|
24
|
-
var r, d, o, s, u, g, v, f;
|
|
25
|
-
const i = [];
|
|
26
|
-
for (let h = 0; h < n.length; h++) {
|
|
27
|
-
const e = n[h], c = n[h + 1], y = L({
|
|
28
|
-
departureAt: e.departingAt,
|
|
29
|
-
departureTimeZone: e.origin.timeZone,
|
|
30
|
-
arrivalAt: e.arrivingAt,
|
|
31
|
-
arrivalTimeZone: e.destination.timeZone
|
|
32
|
-
});
|
|
33
|
-
if (i.push({
|
|
34
|
-
departure: {
|
|
35
|
-
code: (r = e.origin) == null ? void 0 : r.iataCode,
|
|
36
|
-
airport: (d = e.origin) == null ? void 0 : d.name
|
|
37
|
-
},
|
|
38
|
-
arrival: {
|
|
39
|
-
code: (o = e.destination) == null ? void 0 : o.iataCode,
|
|
40
|
-
airport: (s = e.destination) == null ? void 0 : s.name
|
|
41
|
-
},
|
|
42
|
-
time: y
|
|
43
|
-
}), !c)
|
|
44
|
-
break;
|
|
45
|
-
const A = L({
|
|
46
|
-
departureAt: e.arrivingAt,
|
|
47
|
-
departureTimeZone: e.destination.timeZone,
|
|
48
|
-
arrivalAt: c.departingAt,
|
|
49
|
-
arrivalTimeZone: c.origin.timeZone
|
|
50
|
-
});
|
|
51
|
-
i.push({
|
|
52
|
-
departure: {
|
|
53
|
-
code: (u = e.destination) == null ? void 0 : u.iataCode,
|
|
54
|
-
airport: (g = e.destination) == null ? void 0 : g.name
|
|
55
|
-
},
|
|
56
|
-
arrival: {
|
|
57
|
-
code: (v = c.origin) == null ? void 0 : v.iataCode,
|
|
58
|
-
airport: (f = c.origin) == null ? void 0 : f.name
|
|
59
|
-
},
|
|
60
|
-
time: A,
|
|
61
|
-
isLayover: !0
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
return i;
|
|
65
|
-
}, [n]), p = C(() => {
|
|
66
|
-
var r, d;
|
|
67
|
-
const i = [];
|
|
68
|
-
for (let o = 0; o < n.length; o++) {
|
|
69
|
-
const s = n[o];
|
|
70
|
-
i.push(((r = s.origin) == null ? void 0 : r.iataCode) ?? "");
|
|
71
|
-
}
|
|
72
|
-
return i.push(((d = n.getLast().destination) == null ? void 0 : d.iataCode) ?? ""), i;
|
|
73
|
-
}, [n]);
|
|
74
|
-
return /* @__PURE__ */ l(T, { children: [
|
|
75
|
-
/* @__PURE__ */ t("div", { className: "mobile-mini-flight-itinerary", children: p.map((i, r) => /* @__PURE__ */ l("div", { children: [
|
|
76
|
-
/* @__PURE__ */ t("p", { children: i }),
|
|
77
|
-
r < p.length - 1 && /* @__PURE__ */ t(x, {})
|
|
78
|
-
] }, r)) }),
|
|
79
|
-
/* @__PURE__ */ t("div", { className: "mini-flight-itinerary", children: Z.map(
|
|
80
|
-
(i, r) => i.isLayover ? /* @__PURE__ */ l("div", { className: "layover tip", children: [
|
|
81
|
-
/* @__PURE__ */ t(M, {}),
|
|
82
|
-
/* @__PURE__ */ t("p", { children: k(i.time) }),
|
|
83
|
-
/* @__PURE__ */ l("span", { className: "bottom", children: [
|
|
84
|
-
"Layover in ",
|
|
85
|
-
i.departure.code,
|
|
86
|
-
" (",
|
|
87
|
-
i.departure.airport,
|
|
88
|
-
")"
|
|
89
|
-
] })
|
|
90
|
-
] }) : /* @__PURE__ */ l("div", { className: "flight", children: [
|
|
91
|
-
/* @__PURE__ */ t(w, {}),
|
|
92
|
-
/* @__PURE__ */ t("p", { children: i.departure.code }),
|
|
93
|
-
/* @__PURE__ */ t("div", { className: "timeline", children: /* @__PURE__ */ l("div", { children: [
|
|
94
|
-
/* @__PURE__ */ t(b, {}),
|
|
95
|
-
/* @__PURE__ */ t("p", { children: k(i.time) })
|
|
96
|
-
] }) }),
|
|
97
|
-
/* @__PURE__ */ t(j, {}),
|
|
98
|
-
/* @__PURE__ */ t("p", { children: i.arrival.code })
|
|
99
|
-
] }, r)
|
|
100
|
-
) })
|
|
101
|
-
] });
|
|
102
|
-
};
|
|
103
|
-
export {
|
|
104
|
-
I as L,
|
|
105
|
-
S as M
|
|
106
|
-
};
|
package/dist/assets/_styles5.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.itinerary-dropdown{display:flex;flex-direction:column;border-top:1px solid var(--border, #e7eef3)}.itinerary-dropdown .itinerary-dropdown-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;padding:0 1rem}.itinerary-dropdown .itinerary-dropdown-header:hover{background-color:var(--background, #f9fdff)}.itinerary-dropdown .itinerary-dropdown-content{display:grid;grid-template-rows:0fr;transition:all .2s ease-in-out;background-color:var(--foreground, #fff);border-top:1px solid var(--border, #e7eef3);border-width:0}.itinerary-dropdown .itinerary-dropdown-content.is-open{grid-template-rows:1fr;padding:1rem;border-top:1px solid var(--border, #e7eef3)}.itinerary-dropdown .itinerary-dropdown-content.is-open .itinerary-dropdown-inner{scale:1;opacity:1;overflow:visible;border-bottom:1px solid var(--border, #e7eef3);padding-bottom:1rem}.itinerary-dropdown .itinerary-dropdown-content .itinerary-dropdown-inner{overflow:hidden;transition:all .2s ease-in-out;scale:.9;opacity:0;transform-origin:top center}*{font-family:Inter,sans-serif!important;margin:0;padding:0;box-sizing:border-box}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tip{position:relative}.tip>span{background-color:var(--dark, #14181f);color:#fff;padding:.5rem;border-radius:.5rem;position:absolute;bottom:110%;left:50%;transform:translate(-50%);display:none;transition:all .2s ease-in-out;z-index:100;width:max-content;font-size:.6rem;font-weight:600;text-transform:uppercase;line-height:.8rem;text-align:center;box-sizing:border-box;pointer-events:none}@media screen and (max-width: 480px){.tip>span{width:fit-content}}.tip>span.left{right:100%;top:50%;bottom:auto;left:auto;transform:translateY(-50%)}.tip>span.left:before{left:auto;right:-7.5px;top:50%;transform:translateY(-50%) rotate(-90deg)}.tip>span.right{left:100%;top:50%;bottom:auto;right:auto;transform:translateY(-50%)}.tip>span.right:before{left:-7.5px;right:auto;top:50%;transform:translateY(-50%) rotate(90deg)}.tip>span.bottom{top:100%;left:50%;right:auto;bottom:auto;transform:translate(-50%)}.tip>span.bottom:before{left:50%;right:auto;top:-5px;transform:translate(-50%) rotate(180deg)}.tip>span:before{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--dark, #14181f)}.tip:hover>span,.tip:focus>span{display:flex;animation:tip-fade-up .2s ease-in-out}.tip:hover>span.right,.tip:focus>span.right{animation:tip-fade-right .2s ease-in-out}.tip:hover>span.left,.tip:focus>span.left{animation:tip-fade-left .2s ease-in-out}.tip:hover>span.bottom,.tip:focus>span.bottom{animation:tip-fade-down .2s ease-in-out}@keyframes slide-in-right{0%{opacity:0;transform:translate(0)}50%{transform:translate(-100vw);opacity:0}50.001%{opacity:0;transform:translate(105vw)}50.002%{opacity:1;transform:translate(100vw)}to{transform:translate(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(0)}50%{transform:translate(100vw);opacity:0}50.001%{opacity:0;transform:translate(-100vw)}50.002%{opacity:1;transform:translate(-100vw)}to{transform:translate(0)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100vw);opacity:1}}@keyframes slide-out-left{0%{transform:translate(0)}to{transform:translate(-100vw);opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translate(0);opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes scale-out{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes no-no{0%{transform:translate(0)}20%{transform:translate(-20px)}40%{transform:translate(15px)}60%{transform:translate(-10px)}80%{transform:translate(5px)}to{transform:translate(0)}}@keyframes loading-track{0%{transform:translate(-100%);opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes loading-in{0%{height:0}to{height:5px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shine{0%{background-position:right}}@keyframes text-pulse{0%{opacity:.75}35%{opacity:1}65%{opacity:1}to{opacity:.75}}@keyframes pulse{0%{opacity:.85}35%{opacity:1}65%{opacity:1}to{opacity:.85}}@keyframes shimmer{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes spring-in{0%{opacity:0;transform:scale(.8)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes ripple{0%{transform:scale(1)}to{transform:scale(1.1,1.4)}}@keyframes tip-fade-right{0%{opacity:0;transform:translate(-20px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes tip-fade-left{0%{opacity:0;transform:translate(20px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes tip-fade-down{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes tip-fade-up{0%{opacity:0;transform:translate(-50%,5px)}to{opacity:1;transform:translate(-50%)}}@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes scale-fade-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scroll-horizontally{0%{transform:translate(0)}to{transform:translate(-50%)}}.awayz-flight-result{background-color:var(--foreground, #fff);border-radius:1rem;border:1px solid var(--border, #e7eef3);overflow:hidden;width:100%;margin:0 auto;position:relative;height:fit-content;padding:1px;transition:all .2s ease-in-out;z-index:10;animation:fade-up .2s ease-in-out both;backface-visibility:hidden}.awayz-flight-result .content{overflow:hidden;border-radius:.8rem;width:100%;margin:0 auto;position:relative;height:fit-content;z-index:1;display:flex;flex-direction:column}.awayz-flight-result .content .flight-times{display:flex;font-size:.8rem}.awayz-flight-result .content .flight-times .flight-duration{display:flex;align-items:center;gap:.5rem;color:var(--text-light, rgba(37, 46, 52, .2509803922))}.awayz-flight-result .content .flight-times p{color:var(--text-light, rgba(37, 46, 52, .2509803922))}.awayz-flight-result .content .flight-info{padding:1rem;display:flex;flex-direction:column}@media screen and (min-width: 1024px){.awayz-flight-result .content .flight-info{flex-direction:row;gap:1rem}}.awayz-flight-result .content .flight-info .flight-info-header{display:flex;justify-content:space-between;align-items:center}.awayz-flight-result .content .flight-info .flight-info-header .airline-logo{display:flex;align-items:center;justify-content:center;gap:.5rem}.awayz-flight-result .content .flight-info .flight-info-header .airline-logo img{height:30px;width:30px;padding:.25rem;object-fit:contain;border-radius:50%;border:1px solid var(--border, #e7eef3);background-color:var(--light, #f9fdff)}.awayz-flight-result .content .flight-info .flight-info-header .airline-logo p{font-size:.8rem;font-weight:600}@media screen and (min-width: 1024px){.awayz-flight-result .content .flight-info .flight-info-header .airline-logo p{display:none}}.awayz-flight-result .content .flight-info .flight-info-header .airline-logo p:last-child{color:var(--text-light, rgba(37, 46, 52, .2509803922));font-weight:400;font-size:.7rem}.awayz-flight-result .content .flight-info .flight-info-header .flight-times{flex-direction:column;align-items:flex-end}@media screen and (min-width: 1024px){.awayz-flight-result .content .flight-info .flight-info-header .flight-times{display:none}}.awayz-flight-result .content .flight-info .flight-info-content{display:flex;justify-content:space-between;align-items:center;flex:1;gap:1rem}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon{font-size:1.6rem;color:var(--text, #252e34);display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.25rem}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon>span{height:25px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;opacity:.2}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon>span:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background:linear-gradient(to right,transparent 25%,var(--text, #252e34) 25%,var(--text, #252e34) 75%,transparent 75%);background-repeat:repeat-x;background-size:20px 2px}@media screen and (max-width: 1024px){.awayz-flight-result .content .flight-info .flight-info-content .flight-icon>span:after{display:none}}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon .flight-times{justify-content:center;align-items:center;gap:.5rem}@media screen and (max-width: 1024px){.awayz-flight-result .content .flight-info .flight-info-content .flight-icon .flight-times{display:none}}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon .view-flight-details{display:none;font-size:.8rem;font-weight:600;color:var(--text-light, rgba(37, 46, 52, .2509803922));cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 1rem;border-radius:50rem;transition:all .2s ease-in-out;border:1px solid var(--border, #e7eef3)}@media screen and (max-width: 1024px){.awayz-flight-result .content .flight-info .flight-info-content .flight-icon .view-flight-details{display:block}}.awayz-flight-result .content .flight-info .flight-info-content .flight-icon .view-flight-details:hover{background-color:var(--border, #e7eef3)}.awayz-flight-result .content .flight-info .flight-info-content .flight-info-times .flight-info-time{font-size:1.6rem;font-weight:600}.awayz-flight-result .content .flight-info .flight-info-content .flight-info-times .flight-location{display:flex;gap:.5rem}.awayz-flight-result .content .flight-info .flight-info-content .flight-info-times .flight-location .flight-location-icon{display:flex;align-items:center;justify-content:center;height:20px;width:20px;border-radius:50%;border-radius:4rem;background-color:var(--primary, #1495f2);font-size:.7rem;color:var(--foreground, #fff)}.awayz-flight-result .content .flight-info .flight-info-content .flight-info-times:last-child{align-items:flex-end}.awayz-flight-result .content .flight-info .flight-info-content .flight-info-times:last-child .flight-location{justify-content:flex-end}.awayz-flight-result .content>div.flight-footer{flex:2;display:flex;justify-content:space-between;align-items:center;padding:1rem;gap:1rem;background-color:var(--background, #f9fdff);border-top:1px solid var(--border, #e7eef3)}@media screen and (max-width: 1024px){.awayz-flight-result .content>div.flight-footer{flex-direction:column}}.awayz-flight-result .content>div.flight-footer .view-details{display:flex;align-items:center;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.awayz-flight-result .content>div.flight-footer .booking-options{display:flex;justify-content:flex-end;gap:1rem;font-size:.8rem;flex:3}@media screen and (max-width: 1024px){.awayz-flight-result .content>div.flight-footer .booking-options{width:100%;flex-direction:column}}.awayz-flight-result .content>div.flight-footer .booking-options .offer-expiry{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border, #e7eef3);border-radius:50rem;padding:1rem;gap:1rem;transition:all .2s ease-in-out;background-color:var(--foreground, #fff);font-weight:600}.awayz-flight-result .content>div.flight-footer .booking-options .offer-expiry span{display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--warning, #ff7f2f)}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border, #e7eef3);border-radius:4rem;padding:.5rem 1rem;gap:2rem;cursor:pointer;transition:all .2s ease-in-out;background-color:var(--foreground, #fff)}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value .amount-airline-logo{display:flex;align-items:center;background-color:var(--light, #f9fdff);border-radius:4rem;padding:.25rem .5rem;margin-left:-.5rem}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value img{height:30px;max-width:100px}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value>div{display:flex;flex-direction:column}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value label{font-size:.7rem;font-weight:600}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value .flight-cash-amount-value{display:flex;gap:.25rem}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value{position:relative}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value .currency-conversion{display:flex}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value .best-value-flag{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.25rem;position:absolute;right:-1px;padding:.25rem .5rem;top:-1rem;color:var(--foreground, #fff);border-radius:50rem;font-weight:600;background-color:var(--primary, #1495f2);border-bottom-right-radius:0;font-size:.7rem}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value .best-value-flag p{color:var(--foreground, #fff)}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value.show-best-value-flag{border-color:var(--primary, #1495f2);border-top-right-radius:0}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value p{display:flex;gap:.25rem}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value:first-of-type{grid-area:price}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value:last-of-type{grid-area:points}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value:hover{background-color:var(--background, #f9fdff)}@media screen and (max-width: 1024px){.awayz-flight-result .content>div.flight-footer .booking-options .amount-value{flex-direction:row;justify-content:space-between;align-items:flex-start}.awayz-flight-result .content>div.flight-footer .booking-options .amount-value.amount-value img{height:30px;max-width:80px}}.awayz-flight-result .content>div.flight-footer .view-flight-details{display:none;font-size:.8rem;font-weight:600;color:var(--text-light, rgba(37, 46, 52, .2509803922));cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 1rem;border-radius:50rem;transition:all .2s ease-in-out}@media screen and (min-width: 1024px){.awayz-flight-result .content>div.flight-footer .view-flight-details{display:block}}.awayz-flight-result .content>div.flight-footer .view-flight-details:hover{background-color:var(--border, #e7eef3)}.awayz-flight-result .content .flight-detail-container{display:flex;gap:1rem;justify-content:space-between}@media screen and (max-width: 1024px){.awayz-flight-result .content .flight-detail-container{width:100%}}.awayz-flight-result .content .flight-detail:not(:first-of-type){border-left:1px solid var(--border, #e7eef3);padding:0 2rem}@media screen and (max-width: 1024px){.awayz-flight-result .content .flight-detail:not(:first-of-type){padding:0 .5rem}}.awayz-flight-result .content .flight-detail p{font-size:.8rem}.awayz-flight-result .content .flight-detail p:first-of-type{font-size:.7rem;color:var(--text-light, rgba(37, 46, 52, .2509803922))}.awayz-flight-result .content .flight-detail p:last-of-type{font-weight:600}.awayz-flight-result .content .flight-detail p.chevron-text{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.awayz-flight-result .flight-details{display:grid;grid-template-rows:0fr;transition:all .2s ease-in-out;background-color:var(--foreground, #fff);border-top:1px solid var(--border, #e7eef3);border-width:0}.awayz-flight-result .flight-details.is-open{grid-template-rows:1fr;padding:1rem;padding-top:0;border-top:1px solid var(--border, #e7eef3)}.awayz-flight-result .flight-details.is-open .inner{scale:1;opacity:1;padding-top:1rem}.awayz-flight-result .flight-details .inner{overflow:hidden;transition:all .2s ease-in-out;scale:.9;opacity:0;transform-origin:top center;scroll-margin-top:40vh}.awayz-flight-result .flight-details .inner .flight-booking-options{display:flex;flex-direction:column;gap:1rem}.awayz-flight-result .flight-details .inner .flight-booking-options .booking-options-section{display:flex;flex-direction:column;gap:.5rem}.awayz-flight-result .flight-details .inner .flight-booking-options .booking-options-title{font-size:.7rem;font-weight:600;color:var(--text-light, rgba(37, 46, 52, .2509803922));text-transform:uppercase;letter-spacing:.04em}.awayz-flight-result .flight-details .inner .flight-booking-options .booking-options-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.awayz-flight-result .flight-details .inner .flight-booking-options .booking-options-scroll>*{flex:0 0 auto}.awayz-flight-result:hover{cursor:pointer}
|
package/dist/index-Gj4bRuCQ.js
DELETED
|
@@ -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
|
-
};
|
package/dist/index-nI16-czT.js
DELETED