@devix-technologies/react-gjirafa-vp-player 1.0.31-beta.21 → 1.0.31-beta.23
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,6 +1,6 @@
|
|
|
1
1
|
import * as le from "react";
|
|
2
|
-
import
|
|
3
|
-
var
|
|
2
|
+
import Mr, { forwardRef as wr, useContext as Ir, useState as Le, useEffect as Me, useRef as pe, useId as Fr, useMemo as We, useImperativeHandle as Vr } from "react";
|
|
3
|
+
var Ce = { exports: {} }, ke = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.js
|
|
@@ -10,10 +10,10 @@ var Te = { exports: {} }, we = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
14
|
-
function
|
|
15
|
-
if (
|
|
16
|
-
|
|
13
|
+
var sr;
|
|
14
|
+
function Lr() {
|
|
15
|
+
if (sr) return ke;
|
|
16
|
+
sr = 1;
|
|
17
17
|
var e = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
|
|
18
18
|
function t(n, a, s) {
|
|
19
19
|
var u = null;
|
|
@@ -30,9 +30,9 @@ function Fr() {
|
|
|
30
30
|
props: s
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
return
|
|
33
|
+
return ke.Fragment = r, ke.jsx = t, ke.jsxs = t, ke;
|
|
34
34
|
}
|
|
35
|
-
var
|
|
35
|
+
var Pe = {};
|
|
36
36
|
/**
|
|
37
37
|
* @license React
|
|
38
38
|
* react-jsx-runtime.development.js
|
|
@@ -42,47 +42,47 @@ var ke = {};
|
|
|
42
42
|
* This source code is licensed under the MIT license found in the
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
function
|
|
47
|
-
return
|
|
45
|
+
var cr;
|
|
46
|
+
function Nr() {
|
|
47
|
+
return cr || (cr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
48
48
|
function e(o) {
|
|
49
49
|
if (o == null) return null;
|
|
50
50
|
if (typeof o == "function")
|
|
51
|
-
return o.$$typeof ===
|
|
51
|
+
return o.$$typeof === ee ? null : o.displayName || o.name || null;
|
|
52
52
|
if (typeof o == "string") return o;
|
|
53
53
|
switch (o) {
|
|
54
|
-
case
|
|
54
|
+
case S:
|
|
55
55
|
return "Fragment";
|
|
56
56
|
case C:
|
|
57
57
|
return "Profiler";
|
|
58
|
-
case
|
|
58
|
+
case E:
|
|
59
59
|
return "StrictMode";
|
|
60
60
|
case F:
|
|
61
61
|
return "Suspense";
|
|
62
|
-
case
|
|
62
|
+
case R:
|
|
63
63
|
return "SuspenseList";
|
|
64
|
-
case
|
|
64
|
+
case G:
|
|
65
65
|
return "Activity";
|
|
66
66
|
}
|
|
67
67
|
if (typeof o == "object")
|
|
68
68
|
switch (typeof o.tag == "number" && console.error(
|
|
69
69
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
70
70
|
), o.$$typeof) {
|
|
71
|
-
case
|
|
71
|
+
case w:
|
|
72
72
|
return "Portal";
|
|
73
|
-
case
|
|
73
|
+
case D:
|
|
74
74
|
return o.displayName || "Context";
|
|
75
75
|
case V:
|
|
76
76
|
return (o._context.displayName || "Context") + ".Consumer";
|
|
77
77
|
case z:
|
|
78
|
-
var
|
|
79
|
-
return o = o.displayName, o || (o =
|
|
78
|
+
var v = o.render;
|
|
79
|
+
return o = o.displayName, o || (o = v.displayName || v.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
|
|
80
80
|
case te:
|
|
81
|
-
return
|
|
81
|
+
return v = o.displayName || null, v !== null ? v : e(o.type) || "Memo";
|
|
82
82
|
case ce:
|
|
83
|
-
|
|
83
|
+
v = o._payload, o = o._init;
|
|
84
84
|
try {
|
|
85
|
-
return e(o(
|
|
85
|
+
return e(o(v));
|
|
86
86
|
} catch {
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -94,33 +94,33 @@ function Vr() {
|
|
|
94
94
|
function t(o) {
|
|
95
95
|
try {
|
|
96
96
|
r(o);
|
|
97
|
-
var
|
|
97
|
+
var v = !1;
|
|
98
98
|
} catch {
|
|
99
|
-
|
|
99
|
+
v = !0;
|
|
100
100
|
}
|
|
101
|
-
if (
|
|
102
|
-
|
|
103
|
-
var O =
|
|
101
|
+
if (v) {
|
|
102
|
+
v = console;
|
|
103
|
+
var O = v.error, M = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
104
104
|
return O.call(
|
|
105
|
-
|
|
105
|
+
v,
|
|
106
106
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
107
107
|
M
|
|
108
108
|
), r(o);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
function n(o) {
|
|
112
|
-
if (o ===
|
|
112
|
+
if (o === S) return "<>";
|
|
113
113
|
if (typeof o == "object" && o !== null && o.$$typeof === ce)
|
|
114
114
|
return "<...>";
|
|
115
115
|
try {
|
|
116
|
-
var
|
|
117
|
-
return
|
|
116
|
+
var v = e(o);
|
|
117
|
+
return v ? "<" + v + ">" : "<...>";
|
|
118
118
|
} catch {
|
|
119
119
|
return "<...>";
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
function a() {
|
|
123
|
-
var o =
|
|
123
|
+
var o = Z.A;
|
|
124
124
|
return o === null ? null : o.getOwner();
|
|
125
125
|
}
|
|
126
126
|
function s() {
|
|
@@ -128,16 +128,16 @@ function Vr() {
|
|
|
128
128
|
}
|
|
129
129
|
function u(o) {
|
|
130
130
|
if (fe.call(o, "key")) {
|
|
131
|
-
var
|
|
132
|
-
if (
|
|
131
|
+
var v = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
132
|
+
if (v && v.isReactWarning) return !1;
|
|
133
133
|
}
|
|
134
134
|
return o.key !== void 0;
|
|
135
135
|
}
|
|
136
|
-
function p(o,
|
|
136
|
+
function p(o, v) {
|
|
137
137
|
function O() {
|
|
138
138
|
ne || (ne = !0, console.error(
|
|
139
139
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
140
|
-
|
|
140
|
+
v
|
|
141
141
|
));
|
|
142
142
|
}
|
|
143
143
|
O.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
@@ -145,23 +145,23 @@ function Vr() {
|
|
|
145
145
|
configurable: !0
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function k() {
|
|
149
149
|
var o = e(this.type);
|
|
150
|
-
return
|
|
150
|
+
return K[o] || (K[o] = !0, console.error(
|
|
151
151
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
152
152
|
)), o = this.props.ref, o !== void 0 ? o : null;
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
var
|
|
154
|
+
function b(o, v, O, M, i, l) {
|
|
155
|
+
var P = O.ref;
|
|
156
156
|
return o = {
|
|
157
|
-
$$typeof:
|
|
157
|
+
$$typeof: $,
|
|
158
158
|
type: o,
|
|
159
|
-
key:
|
|
159
|
+
key: v,
|
|
160
160
|
props: O,
|
|
161
161
|
_owner: M
|
|
162
|
-
}, (
|
|
162
|
+
}, (P !== void 0 ? P : null) !== null ? Object.defineProperty(o, "ref", {
|
|
163
163
|
enumerable: !1,
|
|
164
|
-
get:
|
|
164
|
+
get: k
|
|
165
165
|
}) : Object.defineProperty(o, "ref", { enumerable: !1, value: null }), o._store = {}, Object.defineProperty(o._store, "validated", {
|
|
166
166
|
configurable: !1,
|
|
167
167
|
enumerable: !1,
|
|
@@ -184,25 +184,25 @@ function Vr() {
|
|
|
184
184
|
value: l
|
|
185
185
|
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
|
186
186
|
}
|
|
187
|
-
function
|
|
188
|
-
var
|
|
189
|
-
if (
|
|
187
|
+
function m(o, v, O, M, i, l) {
|
|
188
|
+
var P = v.children;
|
|
189
|
+
if (P !== void 0)
|
|
190
190
|
if (M)
|
|
191
|
-
if (
|
|
192
|
-
for (M = 0; M <
|
|
193
|
-
|
|
194
|
-
Object.freeze && Object.freeze(
|
|
191
|
+
if (X(P)) {
|
|
192
|
+
for (M = 0; M < P.length; M++)
|
|
193
|
+
x(P[M]);
|
|
194
|
+
Object.freeze && Object.freeze(P);
|
|
195
195
|
} else
|
|
196
196
|
console.error(
|
|
197
197
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
198
198
|
);
|
|
199
|
-
else
|
|
200
|
-
if (fe.call(
|
|
201
|
-
|
|
202
|
-
var
|
|
203
|
-
return
|
|
199
|
+
else x(P);
|
|
200
|
+
if (fe.call(v, "key")) {
|
|
201
|
+
P = e(o);
|
|
202
|
+
var B = Object.keys(v).filter(function(g) {
|
|
203
|
+
return g !== "key";
|
|
204
204
|
});
|
|
205
|
-
M = 0 <
|
|
205
|
+
M = 0 < B.length ? "{key: someKey, " + B.join(": ..., ") + ": ...}" : "{key: someKey}", re[P + M] || (B = 0 < B.length ? "{" + B.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
206
206
|
`A props object containing a "key" prop is being spread into JSX:
|
|
207
207
|
let props = %s;
|
|
208
208
|
<%s {...props} />
|
|
@@ -210,95 +210,95 @@ React keys must be passed directly to JSX without using spread:
|
|
|
210
210
|
let props = %s;
|
|
211
211
|
<%s key={someKey} {...props} />`,
|
|
212
212
|
M,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
),
|
|
213
|
+
P,
|
|
214
|
+
B,
|
|
215
|
+
P
|
|
216
|
+
), re[P + M] = !0);
|
|
217
217
|
}
|
|
218
|
-
if (
|
|
218
|
+
if (P = null, O !== void 0 && (t(O), P = "" + O), u(v) && (t(v.key), P = "" + v.key), "key" in v) {
|
|
219
219
|
O = {};
|
|
220
|
-
for (var me in
|
|
221
|
-
me !== "key" && (O[me] =
|
|
222
|
-
} else O =
|
|
223
|
-
return
|
|
220
|
+
for (var me in v)
|
|
221
|
+
me !== "key" && (O[me] = v[me]);
|
|
222
|
+
} else O = v;
|
|
223
|
+
return P && p(
|
|
224
224
|
O,
|
|
225
225
|
typeof o == "function" ? o.displayName || o.name || "Unknown" : o
|
|
226
|
-
),
|
|
226
|
+
), b(
|
|
227
227
|
o,
|
|
228
|
-
|
|
228
|
+
P,
|
|
229
229
|
O,
|
|
230
230
|
a(),
|
|
231
231
|
i,
|
|
232
232
|
l
|
|
233
233
|
);
|
|
234
234
|
}
|
|
235
|
-
function
|
|
235
|
+
function x(o) {
|
|
236
236
|
I(o) ? o._store && (o._store.validated = 1) : typeof o == "object" && o !== null && o.$$typeof === ce && (o._payload.status === "fulfilled" ? I(o._payload.value) && o._payload.value._store && (o._payload.value._store.validated = 1) : o._store && (o._store.validated = 1));
|
|
237
237
|
}
|
|
238
238
|
function I(o) {
|
|
239
|
-
return typeof o == "object" && o !== null && o.$$typeof ===
|
|
239
|
+
return typeof o == "object" && o !== null && o.$$typeof === $;
|
|
240
240
|
}
|
|
241
|
-
var
|
|
241
|
+
var j = Mr, $ = Symbol.for("react.transitional.element"), w = Symbol.for("react.portal"), S = Symbol.for("react.fragment"), E = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), V = Symbol.for("react.consumer"), D = Symbol.for("react.context"), z = Symbol.for("react.forward_ref"), F = Symbol.for("react.suspense"), R = Symbol.for("react.suspense_list"), te = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), G = Symbol.for("react.activity"), ee = Symbol.for("react.client.reference"), Z = j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, fe = Object.prototype.hasOwnProperty, X = Array.isArray, d = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
|
-
|
|
244
|
+
j = {
|
|
245
245
|
react_stack_bottom_frame: function(o) {
|
|
246
246
|
return o();
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
var ne,
|
|
250
|
-
|
|
249
|
+
var ne, K = {}, ue = j.react_stack_bottom_frame.bind(
|
|
250
|
+
j,
|
|
251
251
|
s
|
|
252
|
-
)(), ae = d(n(s)),
|
|
253
|
-
|
|
254
|
-
var M = 1e4 >
|
|
255
|
-
return
|
|
252
|
+
)(), ae = d(n(s)), re = {};
|
|
253
|
+
Pe.Fragment = S, Pe.jsx = function(o, v, O) {
|
|
254
|
+
var M = 1e4 > Z.recentlyCreatedOwnerStacks++;
|
|
255
|
+
return m(
|
|
256
256
|
o,
|
|
257
|
-
|
|
257
|
+
v,
|
|
258
258
|
O,
|
|
259
259
|
!1,
|
|
260
260
|
M ? Error("react-stack-top-frame") : ue,
|
|
261
261
|
M ? d(n(o)) : ae
|
|
262
262
|
);
|
|
263
|
-
},
|
|
264
|
-
var M = 1e4 >
|
|
265
|
-
return
|
|
263
|
+
}, Pe.jsxs = function(o, v, O) {
|
|
264
|
+
var M = 1e4 > Z.recentlyCreatedOwnerStacks++;
|
|
265
|
+
return m(
|
|
266
266
|
o,
|
|
267
|
-
|
|
267
|
+
v,
|
|
268
268
|
O,
|
|
269
269
|
!0,
|
|
270
270
|
M ? Error("react-stack-top-frame") : ue,
|
|
271
271
|
M ? d(n(o)) : ae
|
|
272
272
|
);
|
|
273
273
|
};
|
|
274
|
-
})()),
|
|
274
|
+
})()), Pe;
|
|
275
275
|
}
|
|
276
|
-
var
|
|
277
|
-
function
|
|
278
|
-
return
|
|
276
|
+
var lr;
|
|
277
|
+
function Dr() {
|
|
278
|
+
return lr || (lr = 1, process.env.NODE_ENV === "production" ? Ce.exports = Lr() : Ce.exports = Nr()), Ce.exports;
|
|
279
279
|
}
|
|
280
|
-
var
|
|
281
|
-
function
|
|
282
|
-
return
|
|
280
|
+
var U = Dr();
|
|
281
|
+
function qe() {
|
|
282
|
+
return qe = Object.assign ? Object.assign.bind() : function(e) {
|
|
283
283
|
for (var r = 1; r < arguments.length; r++) {
|
|
284
284
|
var t = arguments[r];
|
|
285
285
|
for (var n in t) ({}).hasOwnProperty.call(t, n) && (e[n] = t[n]);
|
|
286
286
|
}
|
|
287
287
|
return e;
|
|
288
|
-
},
|
|
288
|
+
}, qe.apply(null, arguments);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function zr(e) {
|
|
291
291
|
if (e.sheet)
|
|
292
292
|
return e.sheet;
|
|
293
293
|
for (var r = 0; r < document.styleSheets.length; r++)
|
|
294
294
|
if (document.styleSheets[r].ownerNode === e)
|
|
295
295
|
return document.styleSheets[r];
|
|
296
296
|
}
|
|
297
|
-
function
|
|
297
|
+
function Ur(e) {
|
|
298
298
|
var r = document.createElement("style");
|
|
299
299
|
return r.setAttribute("data-emotion", e.key), e.nonce !== void 0 && r.setAttribute("nonce", e.nonce), r.appendChild(document.createTextNode("")), r.setAttribute("data-s", ""), r;
|
|
300
300
|
}
|
|
301
|
-
var
|
|
301
|
+
var Wr = /* @__PURE__ */ (function() {
|
|
302
302
|
function e(t) {
|
|
303
303
|
var n = this;
|
|
304
304
|
this._insertTag = function(a) {
|
|
@@ -310,10 +310,10 @@ var Ur = /* @__PURE__ */ (function() {
|
|
|
310
310
|
return r.hydrate = function(n) {
|
|
311
311
|
n.forEach(this._insertTag);
|
|
312
312
|
}, r.insert = function(n) {
|
|
313
|
-
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(
|
|
313
|
+
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Ur(this));
|
|
314
314
|
var a = this.tags[this.tags.length - 1];
|
|
315
315
|
if (this.isSpeedy) {
|
|
316
|
-
var s =
|
|
316
|
+
var s = zr(a);
|
|
317
317
|
try {
|
|
318
318
|
s.insertRule(n, s.cssRules.length);
|
|
319
319
|
} catch {
|
|
@@ -327,66 +327,66 @@ var Ur = /* @__PURE__ */ (function() {
|
|
|
327
327
|
return (a = n.parentNode) == null ? void 0 : a.removeChild(n);
|
|
328
328
|
}), this.tags = [], this.ctr = 0;
|
|
329
329
|
}, e;
|
|
330
|
-
})(),
|
|
331
|
-
function
|
|
332
|
-
return
|
|
330
|
+
})(), H = "-ms-", Ne = "-moz-", _ = "-webkit-", kr = "comm", Be = "rule", Xe = "decl", Yr = "@import", Pr = "@keyframes", qr = "@layer", Hr = Math.abs, De = String.fromCharCode, Gr = Object.assign;
|
|
331
|
+
function Br(e, r) {
|
|
332
|
+
return q(e, 0) ^ 45 ? (((r << 2 ^ q(e, 0)) << 2 ^ q(e, 1)) << 2 ^ q(e, 2)) << 2 ^ q(e, 3) : 0;
|
|
333
333
|
}
|
|
334
|
-
function
|
|
334
|
+
function Sr(e) {
|
|
335
335
|
return e.trim();
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function Xr(e, r) {
|
|
338
338
|
return (e = r.exec(e)) ? e[0] : e;
|
|
339
339
|
}
|
|
340
340
|
function T(e, r, t) {
|
|
341
341
|
return e.replace(r, t);
|
|
342
342
|
}
|
|
343
|
-
function
|
|
343
|
+
function He(e, r) {
|
|
344
344
|
return e.indexOf(r);
|
|
345
345
|
}
|
|
346
|
-
function
|
|
346
|
+
function q(e, r) {
|
|
347
347
|
return e.charCodeAt(r) | 0;
|
|
348
348
|
}
|
|
349
|
-
function
|
|
349
|
+
function Ee(e, r, t) {
|
|
350
350
|
return e.slice(r, t);
|
|
351
351
|
}
|
|
352
352
|
function ie(e) {
|
|
353
353
|
return e.length;
|
|
354
354
|
}
|
|
355
|
-
function
|
|
355
|
+
function Je(e) {
|
|
356
356
|
return e.length;
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function Oe(e, r) {
|
|
359
359
|
return r.push(e), e;
|
|
360
360
|
}
|
|
361
|
-
function
|
|
361
|
+
function Jr(e, r) {
|
|
362
362
|
return e.map(r).join("");
|
|
363
363
|
}
|
|
364
|
-
var
|
|
365
|
-
function
|
|
366
|
-
return { value: e, root: r, parent: t, type: n, props: a, children: s, line:
|
|
364
|
+
var ze = 1, be = 1, Er = 0, J = 0, N = 0, we = "";
|
|
365
|
+
function Ue(e, r, t, n, a, s, u) {
|
|
366
|
+
return { value: e, root: r, parent: t, type: n, props: a, children: s, line: ze, column: be, length: u, return: "" };
|
|
367
367
|
}
|
|
368
|
-
function
|
|
369
|
-
return
|
|
368
|
+
function Se(e, r) {
|
|
369
|
+
return Gr(Ue("", null, null, "", null, null, 0), e, { length: -e.length }, r);
|
|
370
370
|
}
|
|
371
|
-
function
|
|
372
|
-
return
|
|
371
|
+
function Zr() {
|
|
372
|
+
return N;
|
|
373
373
|
}
|
|
374
|
-
function
|
|
375
|
-
return
|
|
374
|
+
function Kr() {
|
|
375
|
+
return N = J > 0 ? q(we, --J) : 0, be--, N === 10 && (be = 1, ze--), N;
|
|
376
376
|
}
|
|
377
|
-
function
|
|
378
|
-
return
|
|
377
|
+
function Q() {
|
|
378
|
+
return N = J < Er ? q(we, J++) : 0, be++, N === 10 && (be = 1, ze++), N;
|
|
379
379
|
}
|
|
380
380
|
function se() {
|
|
381
|
-
return
|
|
381
|
+
return q(we, J);
|
|
382
382
|
}
|
|
383
|
-
function
|
|
384
|
-
return
|
|
383
|
+
function Ie() {
|
|
384
|
+
return J;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
return
|
|
386
|
+
function Te(e, r) {
|
|
387
|
+
return Ee(we, e, r);
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function Re(e) {
|
|
390
390
|
switch (e) {
|
|
391
391
|
// \0 \t \n \r \s whitespace token
|
|
392
392
|
case 0:
|
|
@@ -424,232 +424,232 @@ function Ee(e) {
|
|
|
424
424
|
}
|
|
425
425
|
return 0;
|
|
426
426
|
}
|
|
427
|
-
function
|
|
428
|
-
return
|
|
427
|
+
function Rr(e) {
|
|
428
|
+
return ze = be = 1, Er = ie(we = e), J = 0, [];
|
|
429
429
|
}
|
|
430
|
-
function
|
|
431
|
-
return
|
|
430
|
+
function _r(e) {
|
|
431
|
+
return we = "", e;
|
|
432
432
|
}
|
|
433
|
-
function
|
|
434
|
-
return
|
|
433
|
+
function Fe(e) {
|
|
434
|
+
return Sr(Te(J - 1, Ge(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
435
435
|
}
|
|
436
|
-
function
|
|
437
|
-
for (; (
|
|
438
|
-
|
|
439
|
-
return
|
|
436
|
+
function Qr(e) {
|
|
437
|
+
for (; (N = se()) && N < 33; )
|
|
438
|
+
Q();
|
|
439
|
+
return Re(e) > 2 || Re(N) > 3 ? "" : " ";
|
|
440
440
|
}
|
|
441
|
-
function
|
|
442
|
-
for (; --r &&
|
|
441
|
+
function et(e, r) {
|
|
442
|
+
for (; --r && Q() && !(N < 48 || N > 102 || N > 57 && N < 65 || N > 70 && N < 97); )
|
|
443
443
|
;
|
|
444
|
-
return
|
|
444
|
+
return Te(e, Ie() + (r < 6 && se() == 32 && Q() == 32));
|
|
445
445
|
}
|
|
446
|
-
function
|
|
447
|
-
for (;
|
|
448
|
-
switch (
|
|
446
|
+
function Ge(e) {
|
|
447
|
+
for (; Q(); )
|
|
448
|
+
switch (N) {
|
|
449
449
|
// ] ) " '
|
|
450
450
|
case e:
|
|
451
|
-
return
|
|
451
|
+
return J;
|
|
452
452
|
// " '
|
|
453
453
|
case 34:
|
|
454
454
|
case 39:
|
|
455
|
-
e !== 34 && e !== 39 &&
|
|
455
|
+
e !== 34 && e !== 39 && Ge(N);
|
|
456
456
|
break;
|
|
457
457
|
// (
|
|
458
458
|
case 40:
|
|
459
|
-
e === 41 &&
|
|
459
|
+
e === 41 && Ge(e);
|
|
460
460
|
break;
|
|
461
461
|
// \
|
|
462
462
|
case 92:
|
|
463
|
-
|
|
463
|
+
Q();
|
|
464
464
|
break;
|
|
465
465
|
}
|
|
466
|
-
return
|
|
466
|
+
return J;
|
|
467
467
|
}
|
|
468
|
-
function
|
|
469
|
-
for (;
|
|
470
|
-
if (e +
|
|
468
|
+
function rt(e, r) {
|
|
469
|
+
for (; Q() && e + N !== 57; )
|
|
470
|
+
if (e + N === 84 && se() === 47)
|
|
471
471
|
break;
|
|
472
|
-
return "/*" +
|
|
472
|
+
return "/*" + Te(r, J - 1) + "*" + De(e === 47 ? e : Q());
|
|
473
473
|
}
|
|
474
|
-
function
|
|
475
|
-
for (; !
|
|
476
|
-
|
|
477
|
-
return
|
|
474
|
+
function tt(e) {
|
|
475
|
+
for (; !Re(se()); )
|
|
476
|
+
Q();
|
|
477
|
+
return Te(e, J);
|
|
478
478
|
}
|
|
479
|
-
function
|
|
480
|
-
return
|
|
479
|
+
function nt(e) {
|
|
480
|
+
return _r(Ve("", null, null, null, [""], e = Rr(e), 0, [0], e));
|
|
481
481
|
}
|
|
482
|
-
function
|
|
483
|
-
for (var
|
|
484
|
-
switch (
|
|
482
|
+
function Ve(e, r, t, n, a, s, u, p, k) {
|
|
483
|
+
for (var b = 0, m = 0, x = u, I = 0, j = 0, $ = 0, w = 1, S = 1, E = 1, C = 0, V = "", D = a, z = s, F = n, R = V; S; )
|
|
484
|
+
switch ($ = C, C = Q()) {
|
|
485
485
|
// (
|
|
486
486
|
case 40:
|
|
487
|
-
if (
|
|
488
|
-
|
|
487
|
+
if ($ != 108 && q(R, x - 1) == 58) {
|
|
488
|
+
He(R += T(Fe(C), "&", "&\f"), "&\f") != -1 && (E = -1);
|
|
489
489
|
break;
|
|
490
490
|
}
|
|
491
491
|
// " ' [
|
|
492
492
|
case 34:
|
|
493
493
|
case 39:
|
|
494
494
|
case 91:
|
|
495
|
-
|
|
495
|
+
R += Fe(C);
|
|
496
496
|
break;
|
|
497
497
|
// \t \n \r \s
|
|
498
498
|
case 9:
|
|
499
499
|
case 10:
|
|
500
500
|
case 13:
|
|
501
501
|
case 32:
|
|
502
|
-
|
|
502
|
+
R += Qr($);
|
|
503
503
|
break;
|
|
504
504
|
// \
|
|
505
505
|
case 92:
|
|
506
|
-
|
|
506
|
+
R += et(Ie() - 1, 7);
|
|
507
507
|
continue;
|
|
508
508
|
// /
|
|
509
509
|
case 47:
|
|
510
510
|
switch (se()) {
|
|
511
511
|
case 42:
|
|
512
512
|
case 47:
|
|
513
|
-
|
|
513
|
+
Oe(at(rt(Q(), Ie()), r, t), k);
|
|
514
514
|
break;
|
|
515
515
|
default:
|
|
516
|
-
|
|
516
|
+
R += "/";
|
|
517
517
|
}
|
|
518
518
|
break;
|
|
519
519
|
// {
|
|
520
|
-
case 123 *
|
|
521
|
-
p[
|
|
520
|
+
case 123 * w:
|
|
521
|
+
p[b++] = ie(R) * E;
|
|
522
522
|
// } ; \0
|
|
523
|
-
case 125 *
|
|
523
|
+
case 125 * w:
|
|
524
524
|
case 59:
|
|
525
525
|
case 0:
|
|
526
526
|
switch (C) {
|
|
527
527
|
// \0 }
|
|
528
528
|
case 0:
|
|
529
529
|
case 125:
|
|
530
|
-
|
|
530
|
+
S = 0;
|
|
531
531
|
// ;
|
|
532
|
-
case 59 +
|
|
533
|
-
|
|
532
|
+
case 59 + m:
|
|
533
|
+
E == -1 && (R = T(R, /\f/g, "")), j > 0 && ie(R) - x && Oe(j > 32 ? fr(R + ";", n, t, x - 1) : fr(T(R, " ", "") + ";", n, t, x - 2), k);
|
|
534
534
|
break;
|
|
535
535
|
// @ ;
|
|
536
536
|
case 59:
|
|
537
|
-
|
|
537
|
+
R += ";";
|
|
538
538
|
// { rule/at-rule
|
|
539
539
|
default:
|
|
540
|
-
if (
|
|
541
|
-
if (
|
|
542
|
-
|
|
540
|
+
if (Oe(F = ur(R, r, t, b, m, a, p, V, D = [], z = [], x), s), C === 123)
|
|
541
|
+
if (m === 0)
|
|
542
|
+
Ve(R, r, F, F, D, s, x, p, z);
|
|
543
543
|
else
|
|
544
|
-
switch (I === 99 &&
|
|
544
|
+
switch (I === 99 && q(R, 3) === 110 ? 100 : I) {
|
|
545
545
|
// d l m s
|
|
546
546
|
case 100:
|
|
547
547
|
case 108:
|
|
548
548
|
case 109:
|
|
549
549
|
case 115:
|
|
550
|
-
|
|
550
|
+
Ve(e, F, F, n && Oe(ur(e, F, F, 0, 0, a, p, V, a, D = [], x), z), a, z, x, p, n ? D : z);
|
|
551
551
|
break;
|
|
552
552
|
default:
|
|
553
|
-
|
|
553
|
+
Ve(R, F, F, F, [""], z, 0, p, z);
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
|
|
556
|
+
b = m = j = 0, w = E = 1, V = R = "", x = u;
|
|
557
557
|
break;
|
|
558
558
|
// :
|
|
559
559
|
case 58:
|
|
560
|
-
|
|
560
|
+
x = 1 + ie(R), j = $;
|
|
561
561
|
default:
|
|
562
|
-
if (
|
|
562
|
+
if (w < 1) {
|
|
563
563
|
if (C == 123)
|
|
564
|
-
--
|
|
565
|
-
else if (C == 125 &&
|
|
564
|
+
--w;
|
|
565
|
+
else if (C == 125 && w++ == 0 && Kr() == 125)
|
|
566
566
|
continue;
|
|
567
567
|
}
|
|
568
|
-
switch (
|
|
568
|
+
switch (R += De(C), C * w) {
|
|
569
569
|
// &
|
|
570
570
|
case 38:
|
|
571
|
-
|
|
571
|
+
E = m > 0 ? 1 : (R += "\f", -1);
|
|
572
572
|
break;
|
|
573
573
|
// ,
|
|
574
574
|
case 44:
|
|
575
|
-
p[
|
|
575
|
+
p[b++] = (ie(R) - 1) * E, E = 1;
|
|
576
576
|
break;
|
|
577
577
|
// @
|
|
578
578
|
case 64:
|
|
579
|
-
se() === 45 && (
|
|
579
|
+
se() === 45 && (R += Fe(Q())), I = se(), m = x = ie(V = R += tt(Ie())), C++;
|
|
580
580
|
break;
|
|
581
581
|
// -
|
|
582
582
|
case 45:
|
|
583
|
-
|
|
583
|
+
$ === 45 && ie(R) == 2 && (w = 0);
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
return s;
|
|
587
587
|
}
|
|
588
|
-
function
|
|
589
|
-
for (var
|
|
590
|
-
for (var
|
|
591
|
-
(V =
|
|
592
|
-
return
|
|
588
|
+
function ur(e, r, t, n, a, s, u, p, k, b, m) {
|
|
589
|
+
for (var x = a - 1, I = a === 0 ? s : [""], j = Je(I), $ = 0, w = 0, S = 0; $ < n; ++$)
|
|
590
|
+
for (var E = 0, C = Ee(e, x + 1, x = Hr(w = u[$])), V = e; E < j; ++E)
|
|
591
|
+
(V = Sr(w > 0 ? I[E] + " " + C : T(C, /&\f/g, I[E]))) && (k[S++] = V);
|
|
592
|
+
return Ue(e, r, t, a === 0 ? Be : p, k, b, m);
|
|
593
593
|
}
|
|
594
|
-
function
|
|
595
|
-
return
|
|
594
|
+
function at(e, r, t) {
|
|
595
|
+
return Ue(e, r, t, kr, De(Zr()), Ee(e, 2, -2), 0);
|
|
596
596
|
}
|
|
597
|
-
function
|
|
598
|
-
return
|
|
597
|
+
function fr(e, r, t, n) {
|
|
598
|
+
return Ue(e, r, t, Xe, Ee(e, 0, n), Ee(e, n + 1, -1), n);
|
|
599
599
|
}
|
|
600
|
-
function
|
|
601
|
-
for (var t = "", n =
|
|
600
|
+
function ve(e, r) {
|
|
601
|
+
for (var t = "", n = Je(e), a = 0; a < n; a++)
|
|
602
602
|
t += r(e[a], a, e, r) || "";
|
|
603
603
|
return t;
|
|
604
604
|
}
|
|
605
|
-
function
|
|
605
|
+
function it(e, r, t, n) {
|
|
606
606
|
switch (e.type) {
|
|
607
|
-
case
|
|
607
|
+
case qr:
|
|
608
608
|
if (e.children.length) break;
|
|
609
|
-
case
|
|
610
|
-
case
|
|
609
|
+
case Yr:
|
|
610
|
+
case Xe:
|
|
611
611
|
return e.return = e.return || e.value;
|
|
612
|
-
case
|
|
612
|
+
case kr:
|
|
613
613
|
return "";
|
|
614
|
-
case
|
|
615
|
-
return e.return = e.value + "{" +
|
|
616
|
-
case
|
|
614
|
+
case Pr:
|
|
615
|
+
return e.return = e.value + "{" + ve(e.children, n) + "}";
|
|
616
|
+
case Be:
|
|
617
617
|
e.value = e.props.join(",");
|
|
618
618
|
}
|
|
619
|
-
return ie(t =
|
|
619
|
+
return ie(t = ve(e.children, n)) ? e.return = e.value + "{" + t + "}" : "";
|
|
620
620
|
}
|
|
621
|
-
function
|
|
622
|
-
var r =
|
|
621
|
+
function ot(e) {
|
|
622
|
+
var r = Je(e);
|
|
623
623
|
return function(t, n, a, s) {
|
|
624
624
|
for (var u = "", p = 0; p < r; p++)
|
|
625
625
|
u += e[p](t, n, a, s) || "";
|
|
626
626
|
return u;
|
|
627
627
|
};
|
|
628
628
|
}
|
|
629
|
-
function
|
|
629
|
+
function st(e) {
|
|
630
630
|
return function(r) {
|
|
631
631
|
r.root || (r = r.return) && e(r);
|
|
632
632
|
};
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function Tr(e) {
|
|
635
635
|
var r = /* @__PURE__ */ Object.create(null);
|
|
636
636
|
return function(t) {
|
|
637
637
|
return r[t] === void 0 && (r[t] = e(t)), r[t];
|
|
638
638
|
};
|
|
639
639
|
}
|
|
640
|
-
var
|
|
641
|
-
for (var a = 0, s = 0; a = s, s = se(), a === 38 && s === 12 && (t[n] = 1), !
|
|
642
|
-
|
|
643
|
-
return
|
|
644
|
-
},
|
|
640
|
+
var ct = function(r, t, n) {
|
|
641
|
+
for (var a = 0, s = 0; a = s, s = se(), a === 38 && s === 12 && (t[n] = 1), !Re(s); )
|
|
642
|
+
Q();
|
|
643
|
+
return Te(r, J);
|
|
644
|
+
}, lt = function(r, t) {
|
|
645
645
|
var n = -1, a = 44;
|
|
646
646
|
do
|
|
647
|
-
switch (
|
|
647
|
+
switch (Re(a)) {
|
|
648
648
|
case 0:
|
|
649
|
-
a === 38 && se() === 12 && (t[n] = 1), r[n] +=
|
|
649
|
+
a === 38 && se() === 12 && (t[n] = 1), r[n] += ct(J - 1, t, n);
|
|
650
650
|
break;
|
|
651
651
|
case 2:
|
|
652
|
-
r[n] +=
|
|
652
|
+
r[n] += Fe(a);
|
|
653
653
|
break;
|
|
654
654
|
case 4:
|
|
655
655
|
if (a === 44) {
|
|
@@ -658,26 +658,26 @@ var ot = function(r, t, n) {
|
|
|
658
658
|
}
|
|
659
659
|
// fallthrough
|
|
660
660
|
default:
|
|
661
|
-
r[n] +=
|
|
661
|
+
r[n] += De(a);
|
|
662
662
|
}
|
|
663
|
-
while (a =
|
|
663
|
+
while (a = Q());
|
|
664
664
|
return r;
|
|
665
|
-
},
|
|
666
|
-
return
|
|
667
|
-
},
|
|
665
|
+
}, ut = function(r, t) {
|
|
666
|
+
return _r(lt(Rr(r), t));
|
|
667
|
+
}, dr = /* @__PURE__ */ new WeakMap(), ft = function(r) {
|
|
668
668
|
if (!(r.type !== "rule" || !r.parent || // positive .length indicates that this rule contains pseudo
|
|
669
669
|
// negative .length indicates that this rule has been already prefixed
|
|
670
670
|
r.length < 1)) {
|
|
671
671
|
for (var t = r.value, n = r.parent, a = r.column === n.column && r.line === n.line; n.type !== "rule"; )
|
|
672
672
|
if (n = n.parent, !n) return;
|
|
673
|
-
if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !
|
|
674
|
-
|
|
675
|
-
for (var s = [], u =
|
|
676
|
-
for (var
|
|
677
|
-
r.props[
|
|
673
|
+
if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !dr.get(n)) && !a) {
|
|
674
|
+
dr.set(r, !0);
|
|
675
|
+
for (var s = [], u = ut(t, s), p = n.props, k = 0, b = 0; k < u.length; k++)
|
|
676
|
+
for (var m = 0; m < p.length; m++, b++)
|
|
677
|
+
r.props[b] = s[k] ? u[k].replace(/&\f/g, p[m]) : p[m] + " " + u[k];
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
-
},
|
|
680
|
+
}, dt = function(r) {
|
|
681
681
|
if (r.type === "decl") {
|
|
682
682
|
var t = r.value;
|
|
683
683
|
// charcode for l
|
|
@@ -685,8 +685,8 @@ var ot = function(r, t, n) {
|
|
|
685
685
|
t.charCodeAt(2) === 98 && (r.return = "", r.value = "");
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
|
-
function
|
|
689
|
-
switch (
|
|
688
|
+
function Ar(e, r) {
|
|
689
|
+
switch (Br(e, r)) {
|
|
690
690
|
// color-adjust
|
|
691
691
|
case 5103:
|
|
692
692
|
return _ + "print-" + e + e;
|
|
@@ -726,32 +726,32 @@ function _r(e, r) {
|
|
|
726
726
|
case 4810:
|
|
727
727
|
case 6968:
|
|
728
728
|
case 2756:
|
|
729
|
-
return _ + e +
|
|
729
|
+
return _ + e + Ne + e + H + e + e;
|
|
730
730
|
// flex, flex-direction
|
|
731
731
|
case 6828:
|
|
732
732
|
case 4268:
|
|
733
|
-
return _ + e +
|
|
733
|
+
return _ + e + H + e + e;
|
|
734
734
|
// order
|
|
735
735
|
case 6165:
|
|
736
|
-
return _ + e +
|
|
736
|
+
return _ + e + H + "flex-" + e + e;
|
|
737
737
|
// align-items
|
|
738
738
|
case 5187:
|
|
739
|
-
return _ + e + T(e, /(\w+).+(:[^]+)/, _ + "box-$1$2" +
|
|
739
|
+
return _ + e + T(e, /(\w+).+(:[^]+)/, _ + "box-$1$2" + H + "flex-$1$2") + e;
|
|
740
740
|
// align-self
|
|
741
741
|
case 5443:
|
|
742
|
-
return _ + e +
|
|
742
|
+
return _ + e + H + "flex-item-" + T(e, /flex-|-self/, "") + e;
|
|
743
743
|
// align-content
|
|
744
744
|
case 4675:
|
|
745
|
-
return _ + e +
|
|
745
|
+
return _ + e + H + "flex-line-pack" + T(e, /align-content|flex-|-self/, "") + e;
|
|
746
746
|
// flex-shrink
|
|
747
747
|
case 5548:
|
|
748
|
-
return _ + e +
|
|
748
|
+
return _ + e + H + T(e, "shrink", "negative") + e;
|
|
749
749
|
// flex-basis
|
|
750
750
|
case 5292:
|
|
751
|
-
return _ + e +
|
|
751
|
+
return _ + e + H + T(e, "basis", "preferred-size") + e;
|
|
752
752
|
// flex-grow
|
|
753
753
|
case 6060:
|
|
754
|
-
return _ + "box-" + T(e, "-grow", "") + _ + e +
|
|
754
|
+
return _ + "box-" + T(e, "-grow", "") + _ + e + H + T(e, "grow", "positive") + e;
|
|
755
755
|
// transition
|
|
756
756
|
case 4554:
|
|
757
757
|
return _ + T(e, /([^-])(transform)/g, "$1" + _ + "$2") + e;
|
|
@@ -764,7 +764,7 @@ function _r(e, r) {
|
|
|
764
764
|
return T(e, /(image-set\([^]*)/, _ + "$1$`$1");
|
|
765
765
|
// justify-content
|
|
766
766
|
case 4968:
|
|
767
|
-
return T(T(e, /(.+:)(flex-)?(.*)/, _ + "box-pack:$3" +
|
|
767
|
+
return T(T(e, /(.+:)(flex-)?(.*)/, _ + "box-pack:$3" + H + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + _ + e + e;
|
|
768
768
|
// (margin|padding)-inline-(start|end)
|
|
769
769
|
case 4095:
|
|
770
770
|
case 3583:
|
|
@@ -784,114 +784,114 @@ function _r(e, r) {
|
|
|
784
784
|
case 5789:
|
|
785
785
|
case 5021:
|
|
786
786
|
case 4765:
|
|
787
|
-
if (ie(e) - 1 - r > 6) switch (
|
|
787
|
+
if (ie(e) - 1 - r > 6) switch (q(e, r + 1)) {
|
|
788
788
|
// (m)ax-content, (m)in-content
|
|
789
789
|
case 109:
|
|
790
|
-
if (
|
|
790
|
+
if (q(e, r + 4) !== 45) break;
|
|
791
791
|
// (f)ill-available, (f)it-content
|
|
792
792
|
case 102:
|
|
793
|
-
return T(e, /(.+:)(.+)-([^]+)/, "$1" + _ + "$2-$3$1" +
|
|
793
|
+
return T(e, /(.+:)(.+)-([^]+)/, "$1" + _ + "$2-$3$1" + Ne + (q(e, r + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
794
794
|
// (s)tretch
|
|
795
795
|
case 115:
|
|
796
|
-
return ~
|
|
796
|
+
return ~He(e, "stretch") ? Ar(T(e, "stretch", "fill-available"), r) + e : e;
|
|
797
797
|
}
|
|
798
798
|
break;
|
|
799
799
|
// position: sticky
|
|
800
800
|
case 4949:
|
|
801
|
-
if (
|
|
801
|
+
if (q(e, r + 1) !== 115) break;
|
|
802
802
|
// display: (flex|inline-flex)
|
|
803
803
|
case 6444:
|
|
804
|
-
switch (
|
|
804
|
+
switch (q(e, ie(e) - 3 - (~He(e, "!important") && 10))) {
|
|
805
805
|
// stic(k)y
|
|
806
806
|
case 107:
|
|
807
807
|
return T(e, ":", ":" + _) + e;
|
|
808
808
|
// (inline-)?fl(e)x
|
|
809
809
|
case 101:
|
|
810
|
-
return T(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + _ + (
|
|
810
|
+
return T(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + _ + (q(e, 14) === 45 ? "inline-" : "") + "box$3$1" + _ + "$2$3$1" + H + "$2box$3") + e;
|
|
811
811
|
}
|
|
812
812
|
break;
|
|
813
813
|
// writing-mode
|
|
814
814
|
case 5936:
|
|
815
|
-
switch (
|
|
815
|
+
switch (q(e, r + 11)) {
|
|
816
816
|
// vertical-l(r)
|
|
817
817
|
case 114:
|
|
818
|
-
return _ + e +
|
|
818
|
+
return _ + e + H + T(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
|
|
819
819
|
// vertical-r(l)
|
|
820
820
|
case 108:
|
|
821
|
-
return _ + e +
|
|
821
|
+
return _ + e + H + T(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
|
|
822
822
|
// horizontal(-)tb
|
|
823
823
|
case 45:
|
|
824
|
-
return _ + e +
|
|
824
|
+
return _ + e + H + T(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
|
|
825
825
|
}
|
|
826
|
-
return _ + e +
|
|
826
|
+
return _ + e + H + e + e;
|
|
827
827
|
}
|
|
828
828
|
return e;
|
|
829
829
|
}
|
|
830
|
-
var
|
|
830
|
+
var pt = function(r, t, n, a) {
|
|
831
831
|
if (r.length > -1 && !r.return) switch (r.type) {
|
|
832
|
-
case
|
|
833
|
-
r.return =
|
|
832
|
+
case Xe:
|
|
833
|
+
r.return = Ar(r.value, r.length);
|
|
834
834
|
break;
|
|
835
|
-
case
|
|
836
|
-
return
|
|
835
|
+
case Pr:
|
|
836
|
+
return ve([Se(r, {
|
|
837
837
|
value: T(r.value, "@", "@" + _)
|
|
838
838
|
})], a);
|
|
839
|
-
case
|
|
840
|
-
if (r.length) return
|
|
841
|
-
switch (
|
|
839
|
+
case Be:
|
|
840
|
+
if (r.length) return Jr(r.props, function(s) {
|
|
841
|
+
switch (Xr(s, /(::plac\w+|:read-\w+)/)) {
|
|
842
842
|
// :read-(only|write)
|
|
843
843
|
case ":read-only":
|
|
844
844
|
case ":read-write":
|
|
845
|
-
return
|
|
846
|
-
props: [T(s, /:(read-\w+)/, ":" +
|
|
845
|
+
return ve([Se(r, {
|
|
846
|
+
props: [T(s, /:(read-\w+)/, ":" + Ne + "$1")]
|
|
847
847
|
})], a);
|
|
848
848
|
// :placeholder
|
|
849
849
|
case "::placeholder":
|
|
850
|
-
return
|
|
850
|
+
return ve([Se(r, {
|
|
851
851
|
props: [T(s, /:(plac\w+)/, ":" + _ + "input-$1")]
|
|
852
|
-
}),
|
|
853
|
-
props: [T(s, /:(plac\w+)/, ":" +
|
|
854
|
-
}),
|
|
855
|
-
props: [T(s, /:(plac\w+)/,
|
|
852
|
+
}), Se(r, {
|
|
853
|
+
props: [T(s, /:(plac\w+)/, ":" + Ne + "$1")]
|
|
854
|
+
}), Se(r, {
|
|
855
|
+
props: [T(s, /:(plac\w+)/, H + "input-$1")]
|
|
856
856
|
})], a);
|
|
857
857
|
}
|
|
858
858
|
return "";
|
|
859
859
|
});
|
|
860
860
|
}
|
|
861
|
-
},
|
|
861
|
+
}, ht = [pt], mt = function(r) {
|
|
862
862
|
var t = r.key;
|
|
863
863
|
if (t === "css") {
|
|
864
864
|
var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
865
|
-
Array.prototype.forEach.call(n, function(
|
|
866
|
-
var
|
|
867
|
-
|
|
865
|
+
Array.prototype.forEach.call(n, function(w) {
|
|
866
|
+
var S = w.getAttribute("data-emotion");
|
|
867
|
+
S.indexOf(" ") !== -1 && (document.head.appendChild(w), w.setAttribute("data-s", ""));
|
|
868
868
|
});
|
|
869
869
|
}
|
|
870
|
-
var a = r.stylisPlugins ||
|
|
870
|
+
var a = r.stylisPlugins || ht, s = {}, u, p = [];
|
|
871
871
|
u = r.container || document.head, Array.prototype.forEach.call(
|
|
872
872
|
// this means we will ignore elements which don't have a space in them which
|
|
873
873
|
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
874
874
|
document.querySelectorAll('style[data-emotion^="' + t + ' "]'),
|
|
875
|
-
function(
|
|
876
|
-
for (var
|
|
877
|
-
s[
|
|
878
|
-
p.push(
|
|
875
|
+
function(w) {
|
|
876
|
+
for (var S = w.getAttribute("data-emotion").split(" "), E = 1; E < S.length; E++)
|
|
877
|
+
s[S[E]] = !0;
|
|
878
|
+
p.push(w);
|
|
879
879
|
}
|
|
880
880
|
);
|
|
881
|
-
var
|
|
881
|
+
var k, b = [ft, dt];
|
|
882
882
|
{
|
|
883
|
-
var
|
|
884
|
-
|
|
885
|
-
})], I =
|
|
886
|
-
return
|
|
883
|
+
var m, x = [it, st(function(w) {
|
|
884
|
+
m.insert(w);
|
|
885
|
+
})], I = ot(b.concat(a, x)), j = function(S) {
|
|
886
|
+
return ve(nt(S), I);
|
|
887
887
|
};
|
|
888
|
-
|
|
889
|
-
|
|
888
|
+
k = function(S, E, C, V) {
|
|
889
|
+
m = C, j(S ? S + "{" + E.styles + "}" : E.styles), V && ($.inserted[E.name] = !0);
|
|
890
890
|
};
|
|
891
891
|
}
|
|
892
|
-
var
|
|
892
|
+
var $ = {
|
|
893
893
|
key: t,
|
|
894
|
-
sheet: new
|
|
894
|
+
sheet: new Wr({
|
|
895
895
|
key: t,
|
|
896
896
|
container: u,
|
|
897
897
|
nonce: r.nonce,
|
|
@@ -902,17 +902,17 @@ var ft = function(r, t, n, a) {
|
|
|
902
902
|
nonce: r.nonce,
|
|
903
903
|
inserted: s,
|
|
904
904
|
registered: {},
|
|
905
|
-
insert:
|
|
905
|
+
insert: k
|
|
906
906
|
};
|
|
907
|
-
return
|
|
908
|
-
},
|
|
909
|
-
function
|
|
907
|
+
return $.sheet.hydrate(p), $;
|
|
908
|
+
}, gt = !0;
|
|
909
|
+
function yt(e, r, t) {
|
|
910
910
|
var n = "";
|
|
911
911
|
return t.split(" ").forEach(function(a) {
|
|
912
912
|
e[a] !== void 0 ? r.push(e[a] + ";") : a && (n += a + " ");
|
|
913
913
|
}), n;
|
|
914
914
|
}
|
|
915
|
-
var
|
|
915
|
+
var Cr = function(r, t, n) {
|
|
916
916
|
var a = r.key + "-" + t.name;
|
|
917
917
|
// we only need to add the styles to the registered cache if the
|
|
918
918
|
// class name could be used further down
|
|
@@ -923,9 +923,9 @@ var Tr = function(r, t, n) {
|
|
|
923
923
|
// in node since emotion-server relies on whether a style is in
|
|
924
924
|
// the registered cache to know whether a style is global or not
|
|
925
925
|
// also, note that this check will be dead code eliminated in the browser
|
|
926
|
-
|
|
927
|
-
},
|
|
928
|
-
|
|
926
|
+
gt === !1) && r.registered[a] === void 0 && (r.registered[a] = t.styles);
|
|
927
|
+
}, vt = function(r, t, n) {
|
|
928
|
+
Cr(r, t, n);
|
|
929
929
|
var a = r.key + "-" + t.name;
|
|
930
930
|
if (r.inserted[t.name] === void 0) {
|
|
931
931
|
var s = t;
|
|
@@ -934,7 +934,7 @@ var Tr = function(r, t, n) {
|
|
|
934
934
|
while (s !== void 0);
|
|
935
935
|
}
|
|
936
936
|
};
|
|
937
|
-
function
|
|
937
|
+
function bt(e) {
|
|
938
938
|
for (var r = 0, t, n = 0, a = e.length; a >= 4; ++n, a -= 4)
|
|
939
939
|
t = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
|
|
940
940
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
|
|
@@ -953,7 +953,7 @@ function yt(e) {
|
|
|
953
953
|
return r ^= r >>> 13, r = /* Math.imul(h, m): */
|
|
954
954
|
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
|
|
955
955
|
}
|
|
956
|
-
var
|
|
956
|
+
var xt = {
|
|
957
957
|
animationIterationCount: 1,
|
|
958
958
|
aspectRatio: 1,
|
|
959
959
|
borderImageOutset: 1,
|
|
@@ -1002,18 +1002,18 @@ var vt = {
|
|
|
1002
1002
|
strokeMiterlimit: 1,
|
|
1003
1003
|
strokeOpacity: 1,
|
|
1004
1004
|
strokeWidth: 1
|
|
1005
|
-
},
|
|
1005
|
+
}, wt = /[A-Z]|^ms/g, kt = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Or = function(r) {
|
|
1006
1006
|
return r.charCodeAt(1) === 45;
|
|
1007
|
-
},
|
|
1007
|
+
}, pr = function(r) {
|
|
1008
1008
|
return r != null && typeof r != "boolean";
|
|
1009
|
-
},
|
|
1010
|
-
return
|
|
1011
|
-
}),
|
|
1009
|
+
}, Ye = /* @__PURE__ */ Tr(function(e) {
|
|
1010
|
+
return Or(e) ? e : e.replace(wt, "-$&").toLowerCase();
|
|
1011
|
+
}), hr = function(r, t) {
|
|
1012
1012
|
switch (r) {
|
|
1013
1013
|
case "animation":
|
|
1014
1014
|
case "animationName":
|
|
1015
1015
|
if (typeof t == "string")
|
|
1016
|
-
return t.replace(
|
|
1016
|
+
return t.replace(kt, function(n, a, s) {
|
|
1017
1017
|
return oe = {
|
|
1018
1018
|
name: a,
|
|
1019
1019
|
styles: s,
|
|
@@ -1021,9 +1021,9 @@ var vt = {
|
|
|
1021
1021
|
}, a;
|
|
1022
1022
|
});
|
|
1023
1023
|
}
|
|
1024
|
-
return
|
|
1024
|
+
return xt[r] !== 1 && !Or(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
|
|
1025
1025
|
};
|
|
1026
|
-
function
|
|
1026
|
+
function _e(e, r, t) {
|
|
1027
1027
|
if (t == null)
|
|
1028
1028
|
return "";
|
|
1029
1029
|
var n = t;
|
|
@@ -1053,111 +1053,111 @@ function Re(e, r, t) {
|
|
|
1053
1053
|
var p = s.styles + ";";
|
|
1054
1054
|
return p;
|
|
1055
1055
|
}
|
|
1056
|
-
return
|
|
1056
|
+
return Pt(e, r, t);
|
|
1057
1057
|
}
|
|
1058
1058
|
case "function": {
|
|
1059
1059
|
if (e !== void 0) {
|
|
1060
|
-
var
|
|
1061
|
-
return oe =
|
|
1060
|
+
var k = oe, b = t(e);
|
|
1061
|
+
return oe = k, _e(e, r, b);
|
|
1062
1062
|
}
|
|
1063
1063
|
break;
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
-
var
|
|
1066
|
+
var m = t;
|
|
1067
1067
|
if (r == null)
|
|
1068
|
-
return
|
|
1069
|
-
var
|
|
1070
|
-
return
|
|
1068
|
+
return m;
|
|
1069
|
+
var x = r[m];
|
|
1070
|
+
return x !== void 0 ? x : m;
|
|
1071
1071
|
}
|
|
1072
|
-
function
|
|
1072
|
+
function Pt(e, r, t) {
|
|
1073
1073
|
var n = "";
|
|
1074
1074
|
if (Array.isArray(t))
|
|
1075
1075
|
for (var a = 0; a < t.length; a++)
|
|
1076
|
-
n +=
|
|
1076
|
+
n += _e(e, r, t[a]) + ";";
|
|
1077
1077
|
else
|
|
1078
1078
|
for (var s in t) {
|
|
1079
1079
|
var u = t[s];
|
|
1080
1080
|
if (typeof u != "object") {
|
|
1081
1081
|
var p = u;
|
|
1082
|
-
r != null && r[p] !== void 0 ? n += s + "{" + r[p] + "}" :
|
|
1082
|
+
r != null && r[p] !== void 0 ? n += s + "{" + r[p] + "}" : pr(p) && (n += Ye(s) + ":" + hr(s, p) + ";");
|
|
1083
1083
|
} else if (Array.isArray(u) && typeof u[0] == "string" && (r == null || r[u[0]] === void 0))
|
|
1084
|
-
for (var
|
|
1085
|
-
|
|
1084
|
+
for (var k = 0; k < u.length; k++)
|
|
1085
|
+
pr(u[k]) && (n += Ye(s) + ":" + hr(s, u[k]) + ";");
|
|
1086
1086
|
else {
|
|
1087
|
-
var
|
|
1087
|
+
var b = _e(e, r, u);
|
|
1088
1088
|
switch (s) {
|
|
1089
1089
|
case "animation":
|
|
1090
1090
|
case "animationName": {
|
|
1091
|
-
n +=
|
|
1091
|
+
n += Ye(s) + ":" + b + ";";
|
|
1092
1092
|
break;
|
|
1093
1093
|
}
|
|
1094
1094
|
default:
|
|
1095
|
-
n += s + "{" +
|
|
1095
|
+
n += s + "{" + b + "}";
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
return n;
|
|
1100
1100
|
}
|
|
1101
|
-
var
|
|
1102
|
-
function
|
|
1101
|
+
var mr = /label:\s*([^\s;{]+)\s*(;|$)/g, oe;
|
|
1102
|
+
function St(e, r, t) {
|
|
1103
1103
|
if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
|
|
1104
1104
|
return e[0];
|
|
1105
1105
|
var n = !0, a = "";
|
|
1106
1106
|
oe = void 0;
|
|
1107
1107
|
var s = e[0];
|
|
1108
1108
|
if (s == null || s.raw === void 0)
|
|
1109
|
-
n = !1, a +=
|
|
1109
|
+
n = !1, a += _e(t, r, s);
|
|
1110
1110
|
else {
|
|
1111
1111
|
var u = s;
|
|
1112
1112
|
a += u[0];
|
|
1113
1113
|
}
|
|
1114
1114
|
for (var p = 1; p < e.length; p++)
|
|
1115
|
-
if (a +=
|
|
1116
|
-
var
|
|
1117
|
-
a +=
|
|
1115
|
+
if (a += _e(t, r, e[p]), n) {
|
|
1116
|
+
var k = s;
|
|
1117
|
+
a += k[p];
|
|
1118
1118
|
}
|
|
1119
|
-
|
|
1120
|
-
for (var
|
|
1121
|
-
|
|
1122
|
-
var
|
|
1119
|
+
mr.lastIndex = 0;
|
|
1120
|
+
for (var b = "", m; (m = mr.exec(a)) !== null; )
|
|
1121
|
+
b += "-" + m[1];
|
|
1122
|
+
var x = bt(a) + b;
|
|
1123
1123
|
return {
|
|
1124
|
-
name:
|
|
1124
|
+
name: x,
|
|
1125
1125
|
styles: a,
|
|
1126
1126
|
next: oe
|
|
1127
1127
|
};
|
|
1128
1128
|
}
|
|
1129
|
-
var
|
|
1129
|
+
var Et = function(r) {
|
|
1130
1130
|
return r();
|
|
1131
|
-
},
|
|
1131
|
+
}, Rt = le.useInsertionEffect ? le.useInsertionEffect : !1, _t = Rt || Et, jr = /* @__PURE__ */ le.createContext(
|
|
1132
1132
|
// we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
1133
1133
|
// because this module is primarily intended for the browser and node
|
|
1134
1134
|
// but it's also required in react native and similar environments sometimes
|
|
1135
1135
|
// and we could have a special build just for that
|
|
1136
1136
|
// but this is much easier and the native packages
|
|
1137
1137
|
// might use a different theme context in the future anyway
|
|
1138
|
-
typeof HTMLElement < "u" ? /* @__PURE__ */
|
|
1138
|
+
typeof HTMLElement < "u" ? /* @__PURE__ */ mt({
|
|
1139
1139
|
key: "css"
|
|
1140
1140
|
}) : null
|
|
1141
1141
|
);
|
|
1142
|
-
|
|
1143
|
-
var
|
|
1144
|
-
return /* @__PURE__ */
|
|
1145
|
-
var a = jr
|
|
1142
|
+
jr.Provider;
|
|
1143
|
+
var Tt = function(r) {
|
|
1144
|
+
return /* @__PURE__ */ wr(function(t, n) {
|
|
1145
|
+
var a = Ir(jr);
|
|
1146
1146
|
return r(t, a, n);
|
|
1147
1147
|
});
|
|
1148
|
-
},
|
|
1148
|
+
}, At = /* @__PURE__ */ le.createContext({}), Ct = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Ot = /* @__PURE__ */ Tr(
|
|
1149
1149
|
function(e) {
|
|
1150
|
-
return
|
|
1150
|
+
return Ct.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
1151
1151
|
}
|
|
1152
1152
|
/* Z+1 */
|
|
1153
|
-
),
|
|
1153
|
+
), jt = Ot, $t = function(r) {
|
|
1154
1154
|
return r !== "theme";
|
|
1155
|
-
},
|
|
1155
|
+
}, gr = function(r) {
|
|
1156
1156
|
return typeof r == "string" && // 96 is one less than the char code
|
|
1157
1157
|
// for "a" so this is checking that
|
|
1158
1158
|
// it's a lowercase character
|
|
1159
|
-
r.charCodeAt(0) > 96 ?
|
|
1160
|
-
},
|
|
1159
|
+
r.charCodeAt(0) > 96 ? jt : $t;
|
|
1160
|
+
}, yr = function(r, t, n) {
|
|
1161
1161
|
var a;
|
|
1162
1162
|
if (t) {
|
|
1163
1163
|
var s = t.shouldForwardProp;
|
|
@@ -1166,57 +1166,57 @@ var Rt = function(r) {
|
|
|
1166
1166
|
} : s;
|
|
1167
1167
|
}
|
|
1168
1168
|
return typeof a != "function" && n && (a = r.__emotion_forwardProp), a;
|
|
1169
|
-
},
|
|
1169
|
+
}, Mt = function(r) {
|
|
1170
1170
|
var t = r.cache, n = r.serialized, a = r.isStringTag;
|
|
1171
|
-
return
|
|
1172
|
-
return
|
|
1171
|
+
return Cr(t, n, a), _t(function() {
|
|
1172
|
+
return vt(t, n, a);
|
|
1173
1173
|
}), null;
|
|
1174
|
-
},
|
|
1174
|
+
}, It = function e(r, t) {
|
|
1175
1175
|
var n = r.__emotion_real === r, a = n && r.__emotion_base || r, s, u;
|
|
1176
1176
|
t !== void 0 && (s = t.label, u = t.target);
|
|
1177
|
-
var p =
|
|
1177
|
+
var p = yr(r, t, n), k = p || gr(a), b = !k("as");
|
|
1178
1178
|
return function() {
|
|
1179
|
-
var
|
|
1180
|
-
if (s !== void 0 &&
|
|
1181
|
-
|
|
1179
|
+
var m = arguments, x = n && r.__emotion_styles !== void 0 ? r.__emotion_styles.slice(0) : [];
|
|
1180
|
+
if (s !== void 0 && x.push("label:" + s + ";"), m[0] == null || m[0].raw === void 0)
|
|
1181
|
+
x.push.apply(x, m);
|
|
1182
1182
|
else {
|
|
1183
|
-
var I =
|
|
1184
|
-
|
|
1185
|
-
for (var
|
|
1186
|
-
|
|
1183
|
+
var I = m[0];
|
|
1184
|
+
x.push(I[0]);
|
|
1185
|
+
for (var j = m.length, $ = 1; $ < j; $++)
|
|
1186
|
+
x.push(m[$], I[$]);
|
|
1187
1187
|
}
|
|
1188
|
-
var
|
|
1189
|
-
var V =
|
|
1190
|
-
if (
|
|
1188
|
+
var w = Tt(function(S, E, C) {
|
|
1189
|
+
var V = b && S.as || a, D = "", z = [], F = S;
|
|
1190
|
+
if (S.theme == null) {
|
|
1191
1191
|
F = {};
|
|
1192
|
-
for (var
|
|
1193
|
-
F[
|
|
1194
|
-
F.theme = le.useContext(
|
|
1192
|
+
for (var R in S)
|
|
1193
|
+
F[R] = S[R];
|
|
1194
|
+
F.theme = le.useContext(At);
|
|
1195
1195
|
}
|
|
1196
|
-
typeof
|
|
1197
|
-
var te =
|
|
1198
|
-
|
|
1199
|
-
var ce =
|
|
1200
|
-
for (var
|
|
1201
|
-
|
|
1202
|
-
return
|
|
1203
|
-
cache:
|
|
1196
|
+
typeof S.className == "string" ? D = yt(E.registered, z, S.className) : S.className != null && (D = S.className + " ");
|
|
1197
|
+
var te = St(x.concat(z), E.registered, F);
|
|
1198
|
+
D += E.key + "-" + te.name, u !== void 0 && (D += " " + u);
|
|
1199
|
+
var ce = b && p === void 0 ? gr(V) : k, G = {};
|
|
1200
|
+
for (var ee in S)
|
|
1201
|
+
b && ee === "as" || ce(ee) && (G[ee] = S[ee]);
|
|
1202
|
+
return G.className = D, C && (G.ref = C), /* @__PURE__ */ le.createElement(le.Fragment, null, /* @__PURE__ */ le.createElement(Mt, {
|
|
1203
|
+
cache: E,
|
|
1204
1204
|
serialized: te,
|
|
1205
1205
|
isStringTag: typeof V == "string"
|
|
1206
|
-
}), /* @__PURE__ */ le.createElement(V,
|
|
1206
|
+
}), /* @__PURE__ */ le.createElement(V, G));
|
|
1207
1207
|
});
|
|
1208
|
-
return
|
|
1208
|
+
return w.displayName = s !== void 0 ? s : "Styled(" + (typeof a == "string" ? a : a.displayName || a.name || "Component") + ")", w.defaultProps = r.defaultProps, w.__emotion_real = w, w.__emotion_base = a, w.__emotion_styles = x, w.__emotion_forwardProp = p, Object.defineProperty(w, "toString", {
|
|
1209
1209
|
value: function() {
|
|
1210
1210
|
return "." + u;
|
|
1211
1211
|
}
|
|
1212
|
-
}),
|
|
1213
|
-
var C = e(
|
|
1214
|
-
shouldForwardProp:
|
|
1212
|
+
}), w.withComponent = function(S, E) {
|
|
1213
|
+
var C = e(S, qe({}, t, E, {
|
|
1214
|
+
shouldForwardProp: yr(w, E, !0)
|
|
1215
1215
|
}));
|
|
1216
|
-
return C.apply(void 0,
|
|
1217
|
-
},
|
|
1216
|
+
return C.apply(void 0, x);
|
|
1217
|
+
}, w;
|
|
1218
1218
|
};
|
|
1219
|
-
},
|
|
1219
|
+
}, Ft = [
|
|
1220
1220
|
"a",
|
|
1221
1221
|
"abbr",
|
|
1222
1222
|
"address",
|
|
@@ -1352,11 +1352,11 @@ var Rt = function(r) {
|
|
|
1352
1352
|
"svg",
|
|
1353
1353
|
"text",
|
|
1354
1354
|
"tspan"
|
|
1355
|
-
],
|
|
1356
|
-
|
|
1357
|
-
|
|
1355
|
+
], xe = It.bind(null);
|
|
1356
|
+
Ft.forEach(function(e) {
|
|
1357
|
+
xe[e] = xe(e);
|
|
1358
1358
|
});
|
|
1359
|
-
const
|
|
1359
|
+
const Vt = xe.div`
|
|
1360
1360
|
display: flex;
|
|
1361
1361
|
align-items: center;
|
|
1362
1362
|
justify-content: center;
|
|
@@ -1397,11 +1397,11 @@ const It = be.div`
|
|
|
1397
1397
|
return "";
|
|
1398
1398
|
}
|
|
1399
1399
|
}}
|
|
1400
|
-
`,
|
|
1401
|
-
n && /* @__PURE__ */
|
|
1402
|
-
/* @__PURE__ */
|
|
1403
|
-
a && /* @__PURE__ */
|
|
1404
|
-
] }),
|
|
1400
|
+
`, vr = ({ type: e, children: r, className: t, icon: n, action: a }) => /* @__PURE__ */ U.jsxs(Vt, { type: e, className: t, children: [
|
|
1401
|
+
n && /* @__PURE__ */ U.jsx("span", { children: n }),
|
|
1402
|
+
/* @__PURE__ */ U.jsx("span", { children: r }),
|
|
1403
|
+
a && /* @__PURE__ */ U.jsx("span", { children: a })
|
|
1404
|
+
] }), br = xe.div`
|
|
1405
1405
|
width: ${({ width: e }) => e || "100%"};
|
|
1406
1406
|
height: ${({ height: e }) => e || "100%"};
|
|
1407
1407
|
border-radius: 0px !important;
|
|
@@ -1417,7 +1417,7 @@ const It = be.div`
|
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
${({ $hiddenClasses: e }) => (e == null ? void 0 : e.length) && e.map((r) => `.${r} { display: none !important; }`).join("")}
|
|
1420
|
-
`,
|
|
1420
|
+
`, Lt = xe.div`
|
|
1421
1421
|
position: fixed;
|
|
1422
1422
|
top: 0;
|
|
1423
1423
|
left: 0;
|
|
@@ -1429,7 +1429,7 @@ const It = be.div`
|
|
|
1429
1429
|
align-items: center;
|
|
1430
1430
|
z-index: 1000;
|
|
1431
1431
|
pointer-events: auto;
|
|
1432
|
-
`,
|
|
1432
|
+
`, Nt = xe.div`
|
|
1433
1433
|
position: relative;
|
|
1434
1434
|
height: 80vh;
|
|
1435
1435
|
width: auto;
|
|
@@ -1437,54 +1437,54 @@ const It = be.div`
|
|
|
1437
1437
|
max-width: 90vw;
|
|
1438
1438
|
max-height: 90vh;
|
|
1439
1439
|
z-index: 1001;
|
|
1440
|
-
`, he = "https://host.vpplayer.tech",
|
|
1440
|
+
`, he = "https://host.vpplayer.tech", Dt = (e) => `${he}/player/${e}/vpplayer.js`, Qt = (e) => `${he}/player/${e}.js`, zt = (e, r) => `${he}/player/${e}/${r}.js`, Ut = (e) => `${he}/vertical-player/${e}.js`, Wt = (e, r) => `${he}/vertical-player/${e}/${r}.js`, Yt = (e, r) => `${he}/player/${e}/${r}.json`, qt = (e, r) => `${he}/vertical-player/${e}/${r}.json`, Ht = (e, r) => e ? `vp-player-${e}` : r ? `vp-player-default-${r}` : "vp-player-default", Gt = (e, r) => {
|
|
1441
1441
|
const t = new URL(e);
|
|
1442
1442
|
return t.searchParams.set("divId", r), t.toString();
|
|
1443
|
-
},
|
|
1444
|
-
const [t, n] =
|
|
1445
|
-
return
|
|
1443
|
+
}, je = /* @__PURE__ */ new Map(), Bt = (e, r) => {
|
|
1444
|
+
const [t, n] = Le(!1), [a, s] = Le(null);
|
|
1445
|
+
return Me(() => {
|
|
1446
1446
|
let u;
|
|
1447
1447
|
try {
|
|
1448
|
-
u = r ||
|
|
1449
|
-
} catch (
|
|
1450
|
-
const
|
|
1451
|
-
s(`Failed to resolve script URL: ${
|
|
1448
|
+
u = r || Dt(e || "latest");
|
|
1449
|
+
} catch (b) {
|
|
1450
|
+
const m = b instanceof Error ? b.message : String(b);
|
|
1451
|
+
s(`Failed to resolve script URL: ${m}`);
|
|
1452
1452
|
return;
|
|
1453
1453
|
}
|
|
1454
|
-
if (!
|
|
1454
|
+
if (!je.has(u))
|
|
1455
1455
|
if (document.querySelector(
|
|
1456
1456
|
`script[src="${u}"]`
|
|
1457
1457
|
))
|
|
1458
|
-
|
|
1458
|
+
je.set(u, Promise.resolve());
|
|
1459
1459
|
else {
|
|
1460
|
-
const
|
|
1461
|
-
const
|
|
1462
|
-
|
|
1460
|
+
const m = new Promise((x, I) => {
|
|
1461
|
+
const j = document.createElement("script");
|
|
1462
|
+
j.src = u, j.async = !0, j.onload = () => x(), j.onerror = () => I(new Error(`Failed to load script: ${u}`)), document.body.appendChild(j);
|
|
1463
1463
|
});
|
|
1464
|
-
|
|
1464
|
+
je.set(u, m);
|
|
1465
1465
|
}
|
|
1466
1466
|
let p = !0;
|
|
1467
|
-
const
|
|
1468
|
-
return
|
|
1467
|
+
const k = je.get(u);
|
|
1468
|
+
return k && k.then(() => {
|
|
1469
1469
|
p && (n(!0), s(null));
|
|
1470
|
-
}).catch((
|
|
1471
|
-
p && (n(!1), s(
|
|
1470
|
+
}).catch((b) => {
|
|
1471
|
+
p && (n(!1), s(b instanceof Error ? b.message : String(b)));
|
|
1472
1472
|
}), () => {
|
|
1473
1473
|
p = !1;
|
|
1474
1474
|
};
|
|
1475
1475
|
}, [e, r]), { isLoaded: t, error: a };
|
|
1476
1476
|
};
|
|
1477
|
-
function
|
|
1477
|
+
function $e(e) {
|
|
1478
1478
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
1479
1479
|
}
|
|
1480
|
-
function
|
|
1480
|
+
function xr(e, r) {
|
|
1481
1481
|
const t = r.playlist;
|
|
1482
1482
|
if (!(t != null && t.videos) || !Array.isArray(t.videos))
|
|
1483
1483
|
return;
|
|
1484
1484
|
const n = t.videos, a = n.findIndex((p) => {
|
|
1485
1485
|
if (!p || typeof p != "object") return !1;
|
|
1486
|
-
const
|
|
1487
|
-
return
|
|
1486
|
+
const k = p;
|
|
1487
|
+
return k.videoId === e || k.mediaId === e;
|
|
1488
1488
|
});
|
|
1489
1489
|
if (a < 0 || a >= n.length - 1)
|
|
1490
1490
|
return;
|
|
@@ -1493,17 +1493,17 @@ function vr(e, r) {
|
|
|
1493
1493
|
const u = s;
|
|
1494
1494
|
return u.videoId ?? u.mediaId;
|
|
1495
1495
|
}
|
|
1496
|
-
function
|
|
1497
|
-
if (
|
|
1496
|
+
function $r(e, r) {
|
|
1497
|
+
if (!$e(e) || !$e(r))
|
|
1498
1498
|
return r;
|
|
1499
1499
|
const t = { ...e };
|
|
1500
1500
|
for (const n of Object.keys(r)) {
|
|
1501
1501
|
const a = r[n], s = t[n];
|
|
1502
|
-
|
|
1502
|
+
$e(a) && $e(s) ? t[n] = $r(s, a) : a !== void 0 && (t[n] = a);
|
|
1503
1503
|
}
|
|
1504
1504
|
return t;
|
|
1505
1505
|
}
|
|
1506
|
-
async function
|
|
1506
|
+
async function Xt(e, r, t) {
|
|
1507
1507
|
if (!e)
|
|
1508
1508
|
return console.warn(
|
|
1509
1509
|
"VP Player: No scriptId provided, cannot fetch config. Using user config directly."
|
|
@@ -1511,7 +1511,7 @@ async function Gt(e, r, t) {
|
|
|
1511
1511
|
r || console.warn(
|
|
1512
1512
|
"VP Player: No videoId provided, attempting to fetch config with scriptId only..."
|
|
1513
1513
|
);
|
|
1514
|
-
const n = t ?
|
|
1514
|
+
const n = t ? qt(e, r || "") : Yt(e, r || "");
|
|
1515
1515
|
try {
|
|
1516
1516
|
const a = await fetch(n);
|
|
1517
1517
|
return a.ok ? await a.json() : null;
|
|
@@ -1519,7 +1519,7 @@ async function Gt(e, r, t) {
|
|
|
1519
1519
|
return null;
|
|
1520
1520
|
}
|
|
1521
1521
|
}
|
|
1522
|
-
const
|
|
1522
|
+
const Jt = ({
|
|
1523
1523
|
scriptId: e,
|
|
1524
1524
|
videoId: r,
|
|
1525
1525
|
scriptUrl: t,
|
|
@@ -1528,166 +1528,166 @@ const Bt = ({
|
|
|
1528
1528
|
playerId: s,
|
|
1529
1529
|
isVertical: u = !1,
|
|
1530
1530
|
isReels: p = !1,
|
|
1531
|
-
onReady:
|
|
1532
|
-
onPlay:
|
|
1533
|
-
onPause:
|
|
1534
|
-
onResume:
|
|
1531
|
+
onReady: k,
|
|
1532
|
+
onPlay: b,
|
|
1533
|
+
onPause: m,
|
|
1534
|
+
onResume: x,
|
|
1535
1535
|
onComplete: I,
|
|
1536
|
-
onError:
|
|
1537
|
-
onVideoStarted:
|
|
1538
|
-
onTimeUpdate:
|
|
1539
|
-
onQuartile25:
|
|
1540
|
-
onQuartile50:
|
|
1536
|
+
onError: j,
|
|
1537
|
+
onVideoStarted: $,
|
|
1538
|
+
onTimeUpdate: w,
|
|
1539
|
+
onQuartile25: S,
|
|
1540
|
+
onQuartile50: E,
|
|
1541
1541
|
onQuartile75: C,
|
|
1542
1542
|
onNext: V,
|
|
1543
|
-
onPrevious:
|
|
1543
|
+
onPrevious: D,
|
|
1544
1544
|
onProgress10s: z,
|
|
1545
1545
|
onProgress20s: F,
|
|
1546
|
-
onPlaylistItem:
|
|
1546
|
+
onPlaylistItem: R,
|
|
1547
1547
|
onVideoSwitch: te
|
|
1548
1548
|
}) => {
|
|
1549
|
-
const ce = pe(null),
|
|
1550
|
-
() =>
|
|
1549
|
+
const ce = pe(null), G = pe(null), [ee, Z] = Le(null), fe = Fr().replace(/:/g, ""), X = We(
|
|
1550
|
+
() => Ht(s || `auto-${fe}`, r),
|
|
1551
1551
|
[s, fe, r]
|
|
1552
1552
|
), d = pe({
|
|
1553
|
-
onReady:
|
|
1554
|
-
onPlay:
|
|
1555
|
-
onPause:
|
|
1556
|
-
onResume:
|
|
1553
|
+
onReady: k,
|
|
1554
|
+
onPlay: b,
|
|
1555
|
+
onPause: m,
|
|
1556
|
+
onResume: x,
|
|
1557
1557
|
onComplete: I,
|
|
1558
|
-
onError:
|
|
1559
|
-
onVideoStarted:
|
|
1560
|
-
onTimeUpdate:
|
|
1561
|
-
onQuartile25:
|
|
1562
|
-
onQuartile50:
|
|
1558
|
+
onError: j,
|
|
1559
|
+
onVideoStarted: $,
|
|
1560
|
+
onTimeUpdate: w,
|
|
1561
|
+
onQuartile25: S,
|
|
1562
|
+
onQuartile50: E,
|
|
1563
1563
|
onQuartile75: C,
|
|
1564
1564
|
onNext: V,
|
|
1565
|
-
onPrevious:
|
|
1565
|
+
onPrevious: D,
|
|
1566
1566
|
onProgress10s: z,
|
|
1567
1567
|
onProgress20s: F,
|
|
1568
|
-
onPlaylistItem:
|
|
1568
|
+
onPlaylistItem: R,
|
|
1569
1569
|
onVideoSwitch: te
|
|
1570
1570
|
});
|
|
1571
|
-
|
|
1571
|
+
Me(() => {
|
|
1572
1572
|
d.current = {
|
|
1573
|
-
onReady:
|
|
1574
|
-
onPlay:
|
|
1575
|
-
onPause:
|
|
1576
|
-
onResume:
|
|
1573
|
+
onReady: k,
|
|
1574
|
+
onPlay: b,
|
|
1575
|
+
onPause: m,
|
|
1576
|
+
onResume: x,
|
|
1577
1577
|
onComplete: I,
|
|
1578
|
-
onError:
|
|
1579
|
-
onVideoStarted:
|
|
1580
|
-
onTimeUpdate:
|
|
1581
|
-
onQuartile25:
|
|
1582
|
-
onQuartile50:
|
|
1578
|
+
onError: j,
|
|
1579
|
+
onVideoStarted: $,
|
|
1580
|
+
onTimeUpdate: w,
|
|
1581
|
+
onQuartile25: S,
|
|
1582
|
+
onQuartile50: E,
|
|
1583
1583
|
onQuartile75: C,
|
|
1584
1584
|
onNext: V,
|
|
1585
|
-
onPrevious:
|
|
1585
|
+
onPrevious: D,
|
|
1586
1586
|
onProgress10s: z,
|
|
1587
1587
|
onProgress20s: F,
|
|
1588
|
-
onPlaylistItem:
|
|
1588
|
+
onPlaylistItem: R,
|
|
1589
1589
|
onVideoSwitch: te
|
|
1590
1590
|
};
|
|
1591
1591
|
}, [
|
|
1592
|
-
|
|
1593
|
-
v,
|
|
1594
|
-
h,
|
|
1592
|
+
k,
|
|
1595
1593
|
b,
|
|
1594
|
+
m,
|
|
1595
|
+
x,
|
|
1596
1596
|
I,
|
|
1597
|
-
$,
|
|
1598
1597
|
j,
|
|
1599
|
-
|
|
1600
|
-
|
|
1598
|
+
$,
|
|
1599
|
+
w,
|
|
1601
1600
|
S,
|
|
1601
|
+
E,
|
|
1602
1602
|
C,
|
|
1603
1603
|
V,
|
|
1604
|
-
|
|
1604
|
+
D,
|
|
1605
1605
|
z,
|
|
1606
1606
|
F,
|
|
1607
|
-
|
|
1607
|
+
R,
|
|
1608
1608
|
te
|
|
1609
1609
|
]);
|
|
1610
|
-
const ne = pe(!1),
|
|
1611
|
-
|
|
1610
|
+
const ne = pe(!1), K = pe(!1), ue = pe(void 0), ae = pe(a);
|
|
1611
|
+
Me(() => {
|
|
1612
1612
|
ae.current = a;
|
|
1613
1613
|
});
|
|
1614
|
-
const
|
|
1614
|
+
const re = !!a, o = We(() => u || p ? !0 : t ? t.includes("vertical-player") || t.includes("vpverticalplayer") : !1, [u, p, t]), v = We(() => {
|
|
1615
1615
|
let i;
|
|
1616
1616
|
if (t)
|
|
1617
1617
|
i = t;
|
|
1618
|
-
else if (e && r && !
|
|
1619
|
-
i = o ?
|
|
1618
|
+
else if (e && r && !re)
|
|
1619
|
+
i = o ? Wt(e, r) : zt(e, r);
|
|
1620
1620
|
else if (e)
|
|
1621
|
-
i = o ?
|
|
1621
|
+
i = o ? Ut(e) : `https://host.vpplayer.tech/player/${e}.js`;
|
|
1622
1622
|
else
|
|
1623
1623
|
return null;
|
|
1624
|
-
return
|
|
1624
|
+
return Gt(i, X);
|
|
1625
1625
|
}, [
|
|
1626
1626
|
t,
|
|
1627
1627
|
e,
|
|
1628
1628
|
r,
|
|
1629
1629
|
o,
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
]), { isLoaded: O, error: M } =
|
|
1630
|
+
X,
|
|
1631
|
+
re
|
|
1632
|
+
]), { isLoaded: O, error: M } = Bt(
|
|
1633
1633
|
null,
|
|
1634
|
-
|
|
1634
|
+
v || void 0
|
|
1635
1635
|
);
|
|
1636
|
-
return
|
|
1637
|
-
if (!
|
|
1638
|
-
|
|
1636
|
+
return Me(() => {
|
|
1637
|
+
if (!v) {
|
|
1638
|
+
Z(
|
|
1639
1639
|
"VPPlayer: Provide scriptUrl OR (scriptId + videoId) OR (scriptId + config) to initialize the player."
|
|
1640
1640
|
);
|
|
1641
1641
|
return;
|
|
1642
1642
|
}
|
|
1643
1643
|
if (M) {
|
|
1644
|
-
|
|
1644
|
+
Z(M);
|
|
1645
1645
|
return;
|
|
1646
1646
|
}
|
|
1647
1647
|
if (!O) return;
|
|
1648
1648
|
let i = !0;
|
|
1649
1649
|
return (async () => {
|
|
1650
|
-
var
|
|
1650
|
+
var P;
|
|
1651
1651
|
try {
|
|
1652
|
-
const
|
|
1653
|
-
if (!
|
|
1654
|
-
|
|
1652
|
+
const B = o ? window.vpVerticalPlayer : window.vpPlayer;
|
|
1653
|
+
if (!B) {
|
|
1654
|
+
Z(
|
|
1655
1655
|
`VP Player: Script loaded but global function not found. Expected ${o ? "vpVerticalPlayer" : "vpPlayer"}.`
|
|
1656
1656
|
);
|
|
1657
1657
|
return;
|
|
1658
1658
|
}
|
|
1659
|
-
if (await new Promise((A) => setTimeout(A, 0)), !document.getElementById(
|
|
1659
|
+
if (await new Promise((A) => setTimeout(A, 0)), !document.getElementById(X)) {
|
|
1660
1660
|
console.error(
|
|
1661
|
-
`VP Player: Container element with ID '${
|
|
1661
|
+
`VP Player: Container element with ID '${X}' not found in DOM.`
|
|
1662
1662
|
);
|
|
1663
1663
|
return;
|
|
1664
1664
|
}
|
|
1665
|
-
const
|
|
1666
|
-
if (!
|
|
1667
|
-
|
|
1665
|
+
const g = B(X);
|
|
1666
|
+
if (!g) {
|
|
1667
|
+
Z("VP Player: Failed to get player instance.");
|
|
1668
1668
|
return;
|
|
1669
1669
|
}
|
|
1670
1670
|
if (i) {
|
|
1671
|
-
if (
|
|
1671
|
+
if (G.current = g, Z(null), re && ae.current) {
|
|
1672
1672
|
let A;
|
|
1673
|
-
const f = await
|
|
1673
|
+
const f = await Xt(
|
|
1674
1674
|
e,
|
|
1675
1675
|
r,
|
|
1676
1676
|
o
|
|
1677
1677
|
);
|
|
1678
|
-
f ? A =
|
|
1678
|
+
f ? A = $r(f, ae.current) : A = ae.current, n && !A.projectId && (A.projectId = n);
|
|
1679
1679
|
try {
|
|
1680
|
-
await
|
|
1680
|
+
await g.setup(A);
|
|
1681
1681
|
} catch (c) {
|
|
1682
|
-
const
|
|
1683
|
-
if (
|
|
1682
|
+
const h = c instanceof Error ? c.message : String(c);
|
|
1683
|
+
if (h.includes("already initialized")) {
|
|
1684
1684
|
console.warn(
|
|
1685
1685
|
"VP Player: Player already initialized, attempting to destroy and retry."
|
|
1686
1686
|
);
|
|
1687
1687
|
try {
|
|
1688
|
-
if ((
|
|
1689
|
-
const y =
|
|
1690
|
-
y && (await y.setup(A),
|
|
1688
|
+
if ((P = g.destroy) == null || P.call(g), await new Promise((y) => setTimeout(y, 50)), i && document.getElementById(X)) {
|
|
1689
|
+
const y = B(X);
|
|
1690
|
+
y && (await y.setup(A), G.current = y);
|
|
1691
1691
|
}
|
|
1692
1692
|
} catch (y) {
|
|
1693
1693
|
console.error(
|
|
@@ -1696,33 +1696,31 @@ const Bt = ({
|
|
|
1696
1696
|
);
|
|
1697
1697
|
}
|
|
1698
1698
|
} else {
|
|
1699
|
-
console.error("VP Player: Setup error", c),
|
|
1699
|
+
console.error("VP Player: Setup error", c), Z(`Player setup failed: ${h}`);
|
|
1700
1700
|
return;
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
}
|
|
1704
|
-
if (
|
|
1705
|
-
const A =
|
|
1704
|
+
if (g.on) {
|
|
1705
|
+
const A = g.on.bind(g);
|
|
1706
1706
|
A("vp-event", (f) => {
|
|
1707
|
-
var y,
|
|
1708
|
-
const c = f,
|
|
1707
|
+
var y, L, W, Y, Ae, ge, Ze, Ke, Qe, er, rr, tr, nr, ar, ir;
|
|
1708
|
+
const c = f, h = c == null ? void 0 : c.eventName;
|
|
1709
1709
|
if (o) {
|
|
1710
|
-
if (
|
|
1711
|
-
const
|
|
1712
|
-
(
|
|
1710
|
+
if (h === "play" && !K.current) {
|
|
1711
|
+
const ye = g.videoObject;
|
|
1712
|
+
(L = (y = d.current).onPlay) == null || L.call(y, ye);
|
|
1713
1713
|
}
|
|
1714
|
-
if (
|
|
1715
|
-
const de = ((
|
|
1716
|
-
!de &&
|
|
1714
|
+
if (h === "vp-state-paused") {
|
|
1715
|
+
const de = ((W = g.isEnded) == null ? void 0 : W.call(g)) ?? !1, ye = (c == null ? void 0 : c.interaction) ?? !0;
|
|
1716
|
+
!de && ye && (K.current = !0, (ge = (Ae = d.current).onPause) == null || ge.call(Ae, ((Y = g.getPosition) == null ? void 0 : Y.call(g)) ?? 0));
|
|
1717
1717
|
}
|
|
1718
|
-
if (
|
|
1719
|
-
|
|
1720
|
-
const de = c;
|
|
1721
|
-
(
|
|
1722
|
-
const ge = de.direction, ar = de.currentTime ?? 0;
|
|
1723
|
-
ge === "next" ? (rr = (er = d.current).onNext) == null || rr.call(er, ar) : ge === "prev" && ((nr = (tr = d.current).onPrevious) == null || nr.call(tr, ar));
|
|
1718
|
+
if (h === "vp-state-playing" && (((c == null ? void 0 : c.interaction) ?? K.current) && K.current && ((Qe = (Ke = d.current).onResume) == null || Qe.call(Ke, ((Ze = g.getPosition) == null ? void 0 : Ze.call(g)) ?? 0)), K.current = !1), h === "vp-video-switch") {
|
|
1719
|
+
K.current = !1;
|
|
1720
|
+
const de = c, ye = de.direction, or = de.currentTime ?? 0;
|
|
1721
|
+
(rr = (er = d.current).onVideoSwitch) == null || rr.call(er, de), ye === "next" ? (nr = (tr = d.current).onNext) == null || nr.call(tr, or) : ye === "prev" && ((ir = (ar = d.current).onPrevious) == null || ir.call(ar, or));
|
|
1724
1722
|
}
|
|
1725
|
-
|
|
1723
|
+
h === "vp-video-completed" && (K.current = !1);
|
|
1726
1724
|
}
|
|
1727
1725
|
}), A("analytics-25%-completed", () => {
|
|
1728
1726
|
var f, c;
|
|
@@ -1734,34 +1732,39 @@ const Bt = ({
|
|
|
1734
1732
|
var f, c;
|
|
1735
1733
|
(c = (f = d.current).onQuartile75) == null || c.call(f);
|
|
1736
1734
|
}), o || A("pause", () => {
|
|
1737
|
-
var f, c;
|
|
1738
|
-
(
|
|
1735
|
+
var f, c, h;
|
|
1736
|
+
(h = (c = d.current).onPause) == null || h.call(c, ((f = g.getPosition) == null ? void 0 : f.call(g)) ?? 0);
|
|
1739
1737
|
}), A("error", (f) => {
|
|
1740
|
-
var
|
|
1738
|
+
var h, y;
|
|
1741
1739
|
const c = typeof f == "string" ? f : (f == null ? void 0 : f.message) || "Unknown error";
|
|
1742
|
-
(y = (
|
|
1740
|
+
(y = (h = d.current).onError) == null || y.call(h, c);
|
|
1743
1741
|
}), o ? (A("vp-first-frame", () => {
|
|
1744
|
-
var
|
|
1745
|
-
const c =
|
|
1746
|
-
(y = (
|
|
1742
|
+
var h, y;
|
|
1743
|
+
const c = g.videoObject;
|
|
1744
|
+
(y = (h = d.current).onReady) == null || y.call(h, c);
|
|
1747
1745
|
}), A("vp-video-started", (f) => {
|
|
1748
|
-
var
|
|
1749
|
-
|
|
1746
|
+
var W, Y;
|
|
1747
|
+
const c = f ?? {}, L = {
|
|
1748
|
+
...g.videoObject ?? {}
|
|
1749
|
+
};
|
|
1750
|
+
for (const [Ae, ge] of Object.entries(c))
|
|
1751
|
+
ge != null && (L[Ae] = ge);
|
|
1752
|
+
(Y = (W = d.current).onVideoStarted) == null || Y.call(W, L);
|
|
1750
1753
|
}), A("vp-twenty-view", () => {
|
|
1751
|
-
var c,
|
|
1752
|
-
const f = ((c =
|
|
1753
|
-
(y = (
|
|
1754
|
+
var c, h, y;
|
|
1755
|
+
const f = ((c = g.getPosition) == null ? void 0 : c.call(g)) ?? 20;
|
|
1756
|
+
(y = (h = d.current).onProgress20s) == null || y.call(h, Math.floor(f));
|
|
1754
1757
|
}), A("vp-video-state", () => {
|
|
1755
|
-
var c,
|
|
1756
|
-
const f = ((c =
|
|
1757
|
-
(y = (
|
|
1758
|
-
|
|
1758
|
+
var c, h, y;
|
|
1759
|
+
const f = ((c = g.getPosition) == null ? void 0 : c.call(g)) ?? 0;
|
|
1760
|
+
(y = (h = d.current).onProgress10s) == null || y.call(
|
|
1761
|
+
h,
|
|
1759
1762
|
Math.floor(f)
|
|
1760
1763
|
);
|
|
1761
1764
|
}), A("vp-time", (f) => {
|
|
1762
|
-
var
|
|
1765
|
+
var h, y, L;
|
|
1763
1766
|
let c = 0;
|
|
1764
|
-
typeof f == "number" ? c = f : f && typeof f == "object" && "position" in f ? c = f.position : c = ((
|
|
1767
|
+
typeof f == "number" ? c = f : f && typeof f == "object" && "position" in f ? c = f.position : c = ((h = g.getPosition) == null ? void 0 : h.call(g)) ?? 0, (L = (y = d.current).onTimeUpdate) == null || L.call(y, c);
|
|
1765
1768
|
}), A("vp-video-completed", () => {
|
|
1766
1769
|
var f, c;
|
|
1767
1770
|
(c = (f = d.current).onComplete) == null || c.call(f);
|
|
@@ -1769,87 +1772,87 @@ const Bt = ({
|
|
|
1769
1772
|
var f, c;
|
|
1770
1773
|
(c = (f = d.current).onReady) == null || c.call(f);
|
|
1771
1774
|
}), A("play", (f) => {
|
|
1772
|
-
var
|
|
1775
|
+
var h, y, L, W, Y;
|
|
1773
1776
|
const c = f;
|
|
1774
|
-
c != null && c.resume || c != null && c.afterPause ? (
|
|
1777
|
+
c != null && c.resume || c != null && c.afterPause ? (L = (y = d.current).onResume) == null || L.call(y, ((h = g.getPosition) == null ? void 0 : h.call(g)) ?? 0) : (Y = (W = d.current).onPlay) == null || Y.call(W);
|
|
1775
1778
|
}), A("complete", () => {
|
|
1776
1779
|
var f, c;
|
|
1777
1780
|
(c = (f = d.current).onComplete) == null || c.call(f), ne.current = !1;
|
|
1778
1781
|
}), A("video-started", (f) => {
|
|
1779
|
-
var
|
|
1780
|
-
const c = f ?? {},
|
|
1782
|
+
var W, Y;
|
|
1783
|
+
const c = f ?? {}, h = c.videoId || ue.current, y = xr(h, g), L = {
|
|
1781
1784
|
...c,
|
|
1782
|
-
videoId:
|
|
1785
|
+
videoId: h,
|
|
1783
1786
|
nextVideoId: y
|
|
1784
1787
|
};
|
|
1785
|
-
(
|
|
1788
|
+
(Y = (W = d.current).onVideoStarted) == null || Y.call(W, L);
|
|
1786
1789
|
}), A("video-state", () => {
|
|
1787
|
-
var c,
|
|
1788
|
-
const f = ((c =
|
|
1789
|
-
(y = (
|
|
1790
|
-
|
|
1790
|
+
var c, h, y;
|
|
1791
|
+
const f = ((c = g.getPosition) == null ? void 0 : c.call(g)) ?? 0;
|
|
1792
|
+
(y = (h = d.current).onProgress10s) == null || y.call(
|
|
1793
|
+
h,
|
|
1791
1794
|
Math.floor(f)
|
|
1792
1795
|
);
|
|
1793
1796
|
}), A("time", (f) => {
|
|
1794
|
-
var
|
|
1797
|
+
var h, y, L, W, Y;
|
|
1795
1798
|
let c = 0;
|
|
1796
|
-
typeof f == "number" ? c = f : f && typeof f == "object" && "position" in f ? c = f.position : c = ((
|
|
1799
|
+
typeof f == "number" ? c = f : f && typeof f == "object" && "position" in f ? c = f.position : c = ((h = g.getPosition) == null ? void 0 : h.call(g)) ?? 0, (L = (y = d.current).onTimeUpdate) == null || L.call(y, c), !ne.current && c >= 20 && (ne.current = !0, (Y = (W = d.current).onProgress20s) == null || Y.call(W, Math.floor(c)));
|
|
1797
1800
|
}), A("playlistItem", (f) => {
|
|
1798
|
-
var
|
|
1801
|
+
var W, Y;
|
|
1799
1802
|
ne.current = !1;
|
|
1800
1803
|
const c = f;
|
|
1801
1804
|
ue.current = c == null ? void 0 : c.id;
|
|
1802
|
-
const
|
|
1803
|
-
videoId:
|
|
1805
|
+
const h = c == null ? void 0 : c.id, y = xr(h, g), L = {
|
|
1806
|
+
videoId: h,
|
|
1804
1807
|
nextVideoId: y
|
|
1805
1808
|
};
|
|
1806
|
-
(
|
|
1809
|
+
(Y = (W = d.current).onPlaylistItem) == null || Y.call(W, L);
|
|
1807
1810
|
}), A("nextClick", (f) => {
|
|
1808
|
-
var y,
|
|
1809
|
-
const c = f,
|
|
1810
|
-
(
|
|
1811
|
+
var y, L;
|
|
1812
|
+
const c = f, h = (c == null ? void 0 : c.currentTime) ?? 0;
|
|
1813
|
+
(L = (y = d.current).onNext) == null || L.call(y, h);
|
|
1811
1814
|
}), A("vp-video-switch", (f) => {
|
|
1812
|
-
var
|
|
1815
|
+
var h, y;
|
|
1813
1816
|
const c = f ?? {};
|
|
1814
|
-
(y = (
|
|
1817
|
+
(y = (h = d.current).onVideoSwitch) == null || y.call(h, c);
|
|
1815
1818
|
}));
|
|
1816
1819
|
}
|
|
1817
1820
|
}
|
|
1818
|
-
} catch (
|
|
1821
|
+
} catch (B) {
|
|
1819
1822
|
if (i) {
|
|
1820
|
-
const me =
|
|
1821
|
-
|
|
1823
|
+
const me = B instanceof Error ? B.message : String(B);
|
|
1824
|
+
Z(me), console.error("VP Player initialization error:", B);
|
|
1822
1825
|
}
|
|
1823
1826
|
}
|
|
1824
1827
|
})(), () => {
|
|
1825
|
-
var
|
|
1826
|
-
if (i = !1, (
|
|
1828
|
+
var P;
|
|
1829
|
+
if (i = !1, (P = G.current) != null && P.destroy) {
|
|
1827
1830
|
try {
|
|
1828
|
-
|
|
1831
|
+
G.current.destroy();
|
|
1829
1832
|
} catch {
|
|
1830
1833
|
}
|
|
1831
|
-
|
|
1834
|
+
G.current = null;
|
|
1832
1835
|
}
|
|
1833
1836
|
};
|
|
1834
1837
|
}, [
|
|
1835
1838
|
O,
|
|
1836
|
-
|
|
1839
|
+
X,
|
|
1837
1840
|
M,
|
|
1838
|
-
|
|
1841
|
+
v,
|
|
1839
1842
|
o,
|
|
1840
|
-
|
|
1843
|
+
re,
|
|
1841
1844
|
e,
|
|
1842
1845
|
n,
|
|
1843
1846
|
r
|
|
1844
1847
|
]), {
|
|
1845
1848
|
playerRef: ce,
|
|
1846
|
-
playerInstanceRef:
|
|
1849
|
+
playerInstanceRef: G,
|
|
1847
1850
|
isScriptLoaded: O,
|
|
1848
|
-
isLoading: !O && !
|
|
1849
|
-
error:
|
|
1850
|
-
generatedPlayerId:
|
|
1851
|
+
isLoading: !O && !ee,
|
|
1852
|
+
error: ee,
|
|
1853
|
+
generatedPlayerId: X
|
|
1851
1854
|
};
|
|
1852
|
-
},
|
|
1855
|
+
}, Zt = wr(
|
|
1853
1856
|
({
|
|
1854
1857
|
scriptId: e,
|
|
1855
1858
|
videoId: r,
|
|
@@ -1859,36 +1862,36 @@ const Bt = ({
|
|
|
1859
1862
|
playerId: s,
|
|
1860
1863
|
isVertical: u = !1,
|
|
1861
1864
|
isReels: p = !1,
|
|
1862
|
-
thumbnailUrl:
|
|
1863
|
-
onClose:
|
|
1864
|
-
className:
|
|
1865
|
-
hiddenClasses:
|
|
1865
|
+
thumbnailUrl: k,
|
|
1866
|
+
onClose: b,
|
|
1867
|
+
className: m,
|
|
1868
|
+
hiddenClasses: x = [],
|
|
1866
1869
|
onReady: I,
|
|
1867
|
-
onPlay:
|
|
1868
|
-
onPause:
|
|
1869
|
-
onResume:
|
|
1870
|
-
onComplete:
|
|
1871
|
-
onError:
|
|
1870
|
+
onPlay: j,
|
|
1871
|
+
onPause: $,
|
|
1872
|
+
onResume: w,
|
|
1873
|
+
onComplete: S,
|
|
1874
|
+
onError: E,
|
|
1872
1875
|
onVideoStarted: C,
|
|
1873
1876
|
onTimeUpdate: V,
|
|
1874
|
-
onQuartile25:
|
|
1877
|
+
onQuartile25: D,
|
|
1875
1878
|
onQuartile50: z,
|
|
1876
1879
|
onQuartile75: F,
|
|
1877
|
-
onNext:
|
|
1880
|
+
onNext: R,
|
|
1878
1881
|
onPrevious: te,
|
|
1879
1882
|
onProgress10s: ce,
|
|
1880
|
-
onProgress20s:
|
|
1881
|
-
onPlaylistItem:
|
|
1882
|
-
onVideoSwitch:
|
|
1883
|
+
onProgress20s: G,
|
|
1884
|
+
onPlaylistItem: ee,
|
|
1885
|
+
onVideoSwitch: Z
|
|
1883
1886
|
}, fe) => {
|
|
1884
1887
|
const {
|
|
1885
|
-
playerRef:
|
|
1888
|
+
playerRef: X,
|
|
1886
1889
|
playerInstanceRef: d,
|
|
1887
1890
|
isScriptLoaded: ne,
|
|
1888
|
-
isLoading:
|
|
1891
|
+
isLoading: K,
|
|
1889
1892
|
error: ue,
|
|
1890
1893
|
generatedPlayerId: ae
|
|
1891
|
-
} =
|
|
1894
|
+
} = Jt({
|
|
1892
1895
|
scriptId: e,
|
|
1893
1896
|
videoId: r,
|
|
1894
1897
|
scriptUrl: t,
|
|
@@ -1898,24 +1901,24 @@ const Bt = ({
|
|
|
1898
1901
|
isVertical: u,
|
|
1899
1902
|
isReels: p,
|
|
1900
1903
|
onReady: I,
|
|
1901
|
-
onPlay:
|
|
1902
|
-
onPause:
|
|
1903
|
-
onResume:
|
|
1904
|
-
onComplete:
|
|
1905
|
-
onError:
|
|
1904
|
+
onPlay: j,
|
|
1905
|
+
onPause: $,
|
|
1906
|
+
onResume: w,
|
|
1907
|
+
onComplete: S,
|
|
1908
|
+
onError: E,
|
|
1906
1909
|
onVideoStarted: C,
|
|
1907
1910
|
onTimeUpdate: V,
|
|
1908
|
-
onQuartile25:
|
|
1911
|
+
onQuartile25: D,
|
|
1909
1912
|
onQuartile50: z,
|
|
1910
1913
|
onQuartile75: F,
|
|
1911
|
-
onNext:
|
|
1914
|
+
onNext: R,
|
|
1912
1915
|
onPrevious: te,
|
|
1913
1916
|
onProgress10s: ce,
|
|
1914
|
-
onProgress20s:
|
|
1915
|
-
onPlaylistItem:
|
|
1916
|
-
onVideoSwitch:
|
|
1917
|
+
onProgress20s: G,
|
|
1918
|
+
onPlaylistItem: ee,
|
|
1919
|
+
onVideoSwitch: Z
|
|
1917
1920
|
});
|
|
1918
|
-
|
|
1921
|
+
Vr(
|
|
1919
1922
|
fe,
|
|
1920
1923
|
() => ({
|
|
1921
1924
|
play: () => {
|
|
@@ -1927,8 +1930,8 @@ const Bt = ({
|
|
|
1927
1930
|
return (l = (i = d.current) == null ? void 0 : i.pause) == null ? void 0 : l.call(i);
|
|
1928
1931
|
},
|
|
1929
1932
|
seek: (i) => {
|
|
1930
|
-
var l,
|
|
1931
|
-
return (
|
|
1933
|
+
var l, P;
|
|
1934
|
+
return (P = (l = d.current) == null ? void 0 : l.seek) == null ? void 0 : P.call(l, i);
|
|
1932
1935
|
},
|
|
1933
1936
|
forward: () => {
|
|
1934
1937
|
var i, l;
|
|
@@ -1959,12 +1962,12 @@ const Bt = ({
|
|
|
1959
1962
|
return (l = (i = d.current) == null ? void 0 : i.toggleMute) == null ? void 0 : l.call(i);
|
|
1960
1963
|
},
|
|
1961
1964
|
enterFullScreen: () => {
|
|
1962
|
-
var i, l,
|
|
1963
|
-
return (
|
|
1965
|
+
var i, l, P;
|
|
1966
|
+
return (P = ((i = d.current) == null ? void 0 : i.enterFullScreen) ?? ((l = d.current) == null ? void 0 : l.enterFullscreen)) == null ? void 0 : P();
|
|
1964
1967
|
},
|
|
1965
1968
|
exitFullScreen: () => {
|
|
1966
|
-
var i, l,
|
|
1967
|
-
return (
|
|
1969
|
+
var i, l, P;
|
|
1970
|
+
return (P = ((i = d.current) == null ? void 0 : i.exitFullScreen) ?? ((l = d.current) == null ? void 0 : l.exitFullscreen)) == null ? void 0 : P();
|
|
1968
1971
|
},
|
|
1969
1972
|
getPosition: () => {
|
|
1970
1973
|
var i, l;
|
|
@@ -1979,8 +1982,8 @@ const Bt = ({
|
|
|
1979
1982
|
return ((l = (i = d.current) == null ? void 0 : i.getVolume) == null ? void 0 : l.call(i)) ?? null;
|
|
1980
1983
|
},
|
|
1981
1984
|
setVolume: (i) => {
|
|
1982
|
-
var l,
|
|
1983
|
-
return (
|
|
1985
|
+
var l, P;
|
|
1986
|
+
return (P = (l = d.current) == null ? void 0 : l.setVolume) == null ? void 0 : P.call(l, i);
|
|
1984
1987
|
},
|
|
1985
1988
|
isMuted: () => {
|
|
1986
1989
|
var i, l;
|
|
@@ -2006,23 +2009,23 @@ const Bt = ({
|
|
|
2006
2009
|
return (l = (i = d.current) == null ? void 0 : i.removeVideoLock) == null ? void 0 : l.call(i);
|
|
2007
2010
|
},
|
|
2008
2011
|
setVideoLocking: (i) => {
|
|
2009
|
-
var l,
|
|
2010
|
-
return (
|
|
2012
|
+
var l, P;
|
|
2013
|
+
return (P = (l = d.current) == null ? void 0 : l.setVideoLocking) == null ? void 0 : P.call(l, i);
|
|
2011
2014
|
}
|
|
2012
2015
|
}),
|
|
2013
2016
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2014
2017
|
[]
|
|
2015
2018
|
);
|
|
2016
|
-
const [
|
|
2019
|
+
const [re, o] = Le(!0), v = () => p && o(!0), O = () => {
|
|
2017
2020
|
var i, l;
|
|
2018
|
-
!p || !
|
|
2021
|
+
!p || !re || (o(!1), (l = (i = d.current) == null ? void 0 : i.pause) == null || l.call(i), b == null || b());
|
|
2019
2022
|
};
|
|
2020
2023
|
if (ue)
|
|
2021
|
-
return /* @__PURE__ */
|
|
2024
|
+
return /* @__PURE__ */ U.jsxs(vr, { type: "error", children: [
|
|
2022
2025
|
"An error occurred: ",
|
|
2023
2026
|
ue
|
|
2024
2027
|
] });
|
|
2025
|
-
const M = () => /* @__PURE__ */
|
|
2028
|
+
const M = () => /* @__PURE__ */ U.jsx(
|
|
2026
2029
|
"div",
|
|
2027
2030
|
{
|
|
2028
2031
|
style: {
|
|
@@ -2037,30 +2040,30 @@ const Bt = ({
|
|
|
2037
2040
|
background: "rgba(0,0,0,0.8)",
|
|
2038
2041
|
zIndex: 10
|
|
2039
2042
|
},
|
|
2040
|
-
children: /* @__PURE__ */
|
|
2043
|
+
children: /* @__PURE__ */ U.jsx(vr, { type: "loading", children: "Loading..." })
|
|
2041
2044
|
}
|
|
2042
2045
|
);
|
|
2043
|
-
return p ? /* @__PURE__ */
|
|
2044
|
-
!
|
|
2046
|
+
return p ? /* @__PURE__ */ U.jsxs(U.Fragment, { children: [
|
|
2047
|
+
!re && /* @__PURE__ */ U.jsx(
|
|
2045
2048
|
"div",
|
|
2046
2049
|
{
|
|
2047
|
-
onClick:
|
|
2050
|
+
onClick: v,
|
|
2048
2051
|
style: {
|
|
2049
2052
|
cursor: "pointer",
|
|
2050
2053
|
width: "100%",
|
|
2051
2054
|
height: "100%",
|
|
2052
|
-
backgroundImage:
|
|
2055
|
+
backgroundImage: k ? `url(${k})` : void 0,
|
|
2053
2056
|
backgroundSize: "cover",
|
|
2054
2057
|
backgroundPosition: "center"
|
|
2055
2058
|
}
|
|
2056
2059
|
}
|
|
2057
2060
|
),
|
|
2058
|
-
|
|
2059
|
-
|
|
2061
|
+
re && /* @__PURE__ */ U.jsx(Lt, { onClick: O, className: m, children: /* @__PURE__ */ U.jsx(
|
|
2062
|
+
Nt,
|
|
2060
2063
|
{
|
|
2061
|
-
className:
|
|
2064
|
+
className: m,
|
|
2062
2065
|
onClick: (i) => i.stopPropagation(),
|
|
2063
|
-
children: /* @__PURE__ */
|
|
2066
|
+
children: /* @__PURE__ */ U.jsxs(
|
|
2064
2067
|
"div",
|
|
2065
2068
|
{
|
|
2066
2069
|
style: {
|
|
@@ -2069,52 +2072,52 @@ const Bt = ({
|
|
|
2069
2072
|
height: "100%"
|
|
2070
2073
|
},
|
|
2071
2074
|
children: [
|
|
2072
|
-
/* @__PURE__ */
|
|
2073
|
-
|
|
2075
|
+
/* @__PURE__ */ U.jsx(
|
|
2076
|
+
br,
|
|
2074
2077
|
{
|
|
2075
2078
|
id: ae,
|
|
2076
|
-
ref:
|
|
2079
|
+
ref: X,
|
|
2077
2080
|
width: "100%",
|
|
2078
2081
|
height: "100%",
|
|
2079
|
-
$hiddenClasses:
|
|
2080
|
-
className:
|
|
2082
|
+
$hiddenClasses: x,
|
|
2083
|
+
className: m
|
|
2081
2084
|
}
|
|
2082
2085
|
),
|
|
2083
|
-
(
|
|
2086
|
+
(K || !ne) && /* @__PURE__ */ U.jsx(M, {})
|
|
2084
2087
|
]
|
|
2085
2088
|
}
|
|
2086
2089
|
)
|
|
2087
2090
|
}
|
|
2088
2091
|
) })
|
|
2089
|
-
] }) : /* @__PURE__ */
|
|
2090
|
-
/* @__PURE__ */
|
|
2091
|
-
|
|
2092
|
+
] }) : /* @__PURE__ */ U.jsxs("div", { style: { position: "relative", width: "100%", height: "100%" }, children: [
|
|
2093
|
+
/* @__PURE__ */ U.jsx(
|
|
2094
|
+
br,
|
|
2092
2095
|
{
|
|
2093
2096
|
id: ae,
|
|
2094
|
-
ref:
|
|
2097
|
+
ref: X,
|
|
2095
2098
|
width: "100%",
|
|
2096
2099
|
height: "100%",
|
|
2097
|
-
$hiddenClasses:
|
|
2098
|
-
className:
|
|
2100
|
+
$hiddenClasses: x,
|
|
2101
|
+
className: m
|
|
2099
2102
|
}
|
|
2100
2103
|
),
|
|
2101
|
-
(
|
|
2104
|
+
(K || !ne) && /* @__PURE__ */ U.jsx(M, {})
|
|
2102
2105
|
] });
|
|
2103
2106
|
}
|
|
2104
2107
|
);
|
|
2105
|
-
|
|
2108
|
+
Zt.displayName = "VPPlayer";
|
|
2106
2109
|
export {
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2110
|
+
Lt as Overlay,
|
|
2111
|
+
br as PlayerContainer,
|
|
2112
|
+
Nt as PlayerWrapper,
|
|
2113
|
+
Zt as VPPlayer,
|
|
2111
2114
|
he as VP_PLAYER_BASE_URL,
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2115
|
+
Gt as appendDivIdToUrl,
|
|
2116
|
+
Ht as generatePlayerId,
|
|
2117
|
+
zt as getFullyManagedPlayerScriptUrl,
|
|
2118
|
+
Qt as getManagedPlayerScriptUrl,
|
|
2119
|
+
Dt as getPlayerScriptUrl,
|
|
2120
|
+
Ut as getVerticalPlayerScriptUrl,
|
|
2121
|
+
Jt as useVPPlayerLogic,
|
|
2122
|
+
Bt as useVPPlayerScript
|
|
2120
2123
|
};
|