@streamlayer/react 0.24.9 → 0.24.10
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/lib/cjs/index.js +4 -4
- package/lib/es/index.js +754 -722
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/es/index.js
CHANGED
|
@@ -8,13 +8,13 @@ import { FeatureStatus as ue } from "@streamlayer/sdk-web-interfaces";
|
|
|
8
8
|
import { NotificationType as Xt } from "@streamlayer/sdk-web-notifications";
|
|
9
9
|
import "@streamlayer/feature-gamification";
|
|
10
10
|
import { jsxs as x, jsx as u, Fragment as re } from "react/jsx-runtime";
|
|
11
|
-
import * as
|
|
12
|
-
import ot, { useCallback as Ye, useState as
|
|
11
|
+
import * as M from "react";
|
|
12
|
+
import ot, { useCallback as Ye, useState as Q, useEffect as Je, useMemo as Me, useRef as rr, Component as nr, createElement as lt, PureComponent as Ai, createContext as or, useContext as Vt } from "react";
|
|
13
13
|
import sr from "react-auth-code-input";
|
|
14
14
|
import ar, { isValidPhoneNumber as lr, formatPhoneNumberIntl as cr } from "react-phone-number-input";
|
|
15
15
|
import { CountdownCircleTimer as ur } from "react-countdown-circle-timer";
|
|
16
|
-
import { createPromiseClient as
|
|
17
|
-
import { createGrpcWebTransport as
|
|
16
|
+
import { createPromiseClient as Zt } from "@connectrpc/connect";
|
|
17
|
+
import { createGrpcWebTransport as Qt } from "@connectrpc/connect-web";
|
|
18
18
|
import { Users as Ht } from "@streamlayer/sl-eslib/users/users_connect";
|
|
19
19
|
import { useStore as F } from "@nanostores/react";
|
|
20
20
|
import "@streamlayer/sl-eslib/interactive/interactive.common_pb";
|
|
@@ -79,15 +79,15 @@ function Mr(r) {
|
|
|
79
79
|
E.ref = f, E.className = l.atomic ? Kt(l.class, E.className || y) : Kt(E.className || y, l.class);
|
|
80
80
|
const { vars: v } = l;
|
|
81
81
|
if (v) {
|
|
82
|
-
const
|
|
82
|
+
const w = {};
|
|
83
83
|
for (const I in v) {
|
|
84
84
|
const N = v[I], C = N[0], L = N[1] || "", z = typeof C == "function" ? C(g) : C;
|
|
85
|
-
Ir(z, l.name),
|
|
85
|
+
Ir(z, l.name), w[`--${I}`] = `${z}${L}`;
|
|
86
86
|
}
|
|
87
87
|
const T = E.style || {}, S = Object.keys(T);
|
|
88
88
|
S.length > 0 && S.forEach((I) => {
|
|
89
|
-
|
|
90
|
-
}), E.style =
|
|
89
|
+
w[I] = T[I];
|
|
90
|
+
}), E.style = w;
|
|
91
91
|
}
|
|
92
92
|
return r.__linaria && r !== s ? (E.as = s, ot.createElement(r, E)) : ot.createElement(s, E);
|
|
93
93
|
}, h = ot.forwardRef ? ot.forwardRef(d) : (
|
|
@@ -223,7 +223,7 @@ const zr = [ke.PRIMARY_GREEN1, ke.SECONDARY_RED1, ke.SECONDARY_RED1], jr = [10,
|
|
|
223
223
|
duration: o = 30,
|
|
224
224
|
onTimerExpired: l
|
|
225
225
|
}) => {
|
|
226
|
-
const [d, h] =
|
|
226
|
+
const [d, h] = Q(o > 10 ? br : ei), g = ({
|
|
227
227
|
remainingTime: y
|
|
228
228
|
}) => /* @__PURE__ */ u(kr, {
|
|
229
229
|
children: y
|
|
@@ -246,20 +246,20 @@ const zr = [ke.PRIMARY_GREEN1, ke.SECONDARY_RED1, ke.SECONDARY_RED1], jr = [10,
|
|
|
246
246
|
children: g
|
|
247
247
|
});
|
|
248
248
|
}, Rr = async (r, o) => {
|
|
249
|
-
const l =
|
|
249
|
+
const l = Qt({
|
|
250
250
|
baseUrl: r
|
|
251
251
|
});
|
|
252
|
-
return await
|
|
252
|
+
return await Zt(Ht, l).requestPassword({ id: o }), !0;
|
|
253
253
|
}, _r = async (r, o) => {
|
|
254
|
-
const l =
|
|
254
|
+
const l = Qt({
|
|
255
255
|
baseUrl: r
|
|
256
256
|
});
|
|
257
|
-
return await
|
|
257
|
+
return await Zt(Ht, l).register({ id: o }), !0;
|
|
258
258
|
}, Or = async (r, o, l) => {
|
|
259
259
|
var d;
|
|
260
|
-
const h =
|
|
260
|
+
const h = Qt({
|
|
261
261
|
baseUrl: r
|
|
262
|
-
}), g = await
|
|
262
|
+
}), g = await Zt(Ht, h).login({ id: o, password: l });
|
|
263
263
|
return (d = g == null ? void 0 : g.meta) == null ? void 0 : d.jwt;
|
|
264
264
|
};
|
|
265
265
|
const Ur = /* @__PURE__ */ m("div")({
|
|
@@ -291,26 +291,26 @@ const Ur = /* @__PURE__ */ m("div")({
|
|
|
291
291
|
class: "dje8inq",
|
|
292
292
|
propsAsIs: !1
|
|
293
293
|
}), Pr = ({ login: r, anonymousLogin: o, host: l }) => {
|
|
294
|
-
const [d, h] =
|
|
294
|
+
const [d, h] = Q(""), [g, f] = Q(""), [s, y] = Q(""), A = async (v) => {
|
|
295
295
|
v.preventDefault();
|
|
296
296
|
try {
|
|
297
|
-
const
|
|
297
|
+
const w = d.replaceAll("+", "");
|
|
298
298
|
try {
|
|
299
|
-
await Rr(l,
|
|
299
|
+
await Rr(l, w);
|
|
300
300
|
} catch {
|
|
301
|
-
await _r(l,
|
|
301
|
+
await _r(l, w);
|
|
302
302
|
}
|
|
303
|
-
f(
|
|
304
|
-
} catch (
|
|
305
|
-
window.alert(
|
|
303
|
+
f(w);
|
|
304
|
+
} catch (w) {
|
|
305
|
+
window.alert(w);
|
|
306
306
|
}
|
|
307
307
|
}, E = async (v) => {
|
|
308
308
|
if (v.preventDefault(), g && s)
|
|
309
309
|
try {
|
|
310
|
-
const
|
|
311
|
-
|
|
312
|
-
} catch (
|
|
313
|
-
window.alert(
|
|
310
|
+
const w = await Or(l, g, s);
|
|
311
|
+
w && r ? await r(w) : console.log("token", w);
|
|
312
|
+
} catch (w) {
|
|
313
|
+
window.alert(w);
|
|
314
314
|
}
|
|
315
315
|
};
|
|
316
316
|
return /* @__PURE__ */ x(Ur, { children: [
|
|
@@ -346,21 +346,21 @@ const Yr = /* @__PURE__ */ m("div")({
|
|
|
346
346
|
name: "i",
|
|
347
347
|
class: "i1grt8h",
|
|
348
348
|
propsAsIs: !1
|
|
349
|
-
}),
|
|
349
|
+
}), Vr = /* @__PURE__ */ m("div")({
|
|
350
350
|
name: "n",
|
|
351
351
|
class: "n1rozou",
|
|
352
352
|
propsAsIs: !1
|
|
353
|
-
}),
|
|
353
|
+
}), Zr = /* @__PURE__ */ m("img")({
|
|
354
354
|
name: "o",
|
|
355
355
|
class: "o81ls6z",
|
|
356
356
|
propsAsIs: !1
|
|
357
|
-
}),
|
|
357
|
+
}), Qr = /* @__PURE__ */ m("div")({
|
|
358
358
|
name: "d",
|
|
359
359
|
class: "d9l6z9i",
|
|
360
360
|
propsAsIs: !1
|
|
361
|
-
}), Hr = ({ graphic: r, headline: o }) => /* @__PURE__ */ u(Yr, { children: /* @__PURE__ */ x(
|
|
362
|
-
/* @__PURE__ */ u(
|
|
363
|
-
/* @__PURE__ */ u(
|
|
361
|
+
}), Hr = ({ graphic: r, headline: o }) => /* @__PURE__ */ u(Yr, { children: /* @__PURE__ */ x(Vr, { children: [
|
|
362
|
+
/* @__PURE__ */ u(Zr, { alt: "graphic-img-instructions", src: r }),
|
|
363
|
+
/* @__PURE__ */ u(Qr, { children: o })
|
|
364
364
|
] }) });
|
|
365
365
|
const Gr = /* @__PURE__ */ m("div")({
|
|
366
366
|
name: "e",
|
|
@@ -472,7 +472,7 @@ const dn = /* @__PURE__ */ m("div")({
|
|
|
472
472
|
name: "a",
|
|
473
473
|
class: "a1qucmt7",
|
|
474
474
|
propsAsIs: !1
|
|
475
|
-
}),
|
|
475
|
+
}), Ve = {
|
|
476
476
|
steps: !1,
|
|
477
477
|
rules: !1,
|
|
478
478
|
inviteCard: !1
|
|
@@ -490,16 +490,16 @@ const dn = /* @__PURE__ */ m("div")({
|
|
|
490
490
|
inviteCardSubtext: E,
|
|
491
491
|
inviteCardBtnLabel: v
|
|
492
492
|
}) => {
|
|
493
|
-
const
|
|
493
|
+
const w = async () => {
|
|
494
494
|
await r.submitInplay();
|
|
495
495
|
}, T = () => {
|
|
496
496
|
o();
|
|
497
|
-
}, [S, I] =
|
|
497
|
+
}, [S, I] = Q(0), [N, C] = Q(Ve);
|
|
498
498
|
Je(() => {
|
|
499
|
-
l != null && l.length ? C({ ...
|
|
499
|
+
l != null && l.length ? C({ ...Ve, steps: !0 }) : g != null && g.length ? C({ ...Ve, rules: !0 }) : C({ ...Ve, inviteCard: !0 });
|
|
500
500
|
}, []);
|
|
501
501
|
const L = Ye(() => {
|
|
502
|
-
l != null && l.length && S < l.length - 1 ? I((z) => ++z) : g != null && g.length && N.steps ? C({ ...
|
|
502
|
+
l != null && l.length && S < l.length - 1 ? I((z) => ++z) : g != null && g.length && N.steps ? C({ ...Ve, rules: !0 }) : N.rules && C({ ...Ve, inviteCard: !0 });
|
|
503
503
|
}, [S, l == null ? void 0 : l.length, g == null ? void 0 : g.length, N, I, C]);
|
|
504
504
|
return /* @__PURE__ */ x(dn, { children: [
|
|
505
505
|
/* @__PURE__ */ x(pn, { children: [
|
|
@@ -521,7 +521,7 @@ const dn = /* @__PURE__ */ m("div")({
|
|
|
521
521
|
}
|
|
522
522
|
)
|
|
523
523
|
] }),
|
|
524
|
-
/* @__PURE__ */ u(wn, { onClick: N.inviteCard ?
|
|
524
|
+
/* @__PURE__ */ u(wn, { onClick: N.inviteCard ? w : L, children: N.rules ? f || "Got it!" : N.inviteCard ? v || "Play now!" : "Next" })
|
|
525
525
|
] });
|
|
526
526
|
};
|
|
527
527
|
const En = /* @__PURE__ */ m("div")({
|
|
@@ -600,142 +600,142 @@ const Sn = /* @__PURE__ */ m("button")({
|
|
|
600
600
|
[G.TRIVIA]: { label: "Trivia", iconName: "icon-trivia" },
|
|
601
601
|
[G.PREDICTION]: { label: "Prediction", iconName: "icon-prediction" }
|
|
602
602
|
};
|
|
603
|
-
const kn = (r) => /* @__PURE__ */
|
|
603
|
+
const kn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
604
604
|
width: 24,
|
|
605
605
|
height: 24,
|
|
606
606
|
viewBox: "0 0 24 24",
|
|
607
607
|
fill: "none",
|
|
608
608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
609
609
|
...r
|
|
610
|
-
}, /* @__PURE__ */
|
|
610
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
611
611
|
d: "M8 4L16 12L8 20",
|
|
612
612
|
stroke: "#6B6F73",
|
|
613
613
|
strokeWidth: 1.5,
|
|
614
614
|
strokeLinecap: "round",
|
|
615
615
|
strokeLinejoin: "round"
|
|
616
|
-
})), bn = (r) => /* @__PURE__ */
|
|
616
|
+
})), bn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
617
617
|
width: 24,
|
|
618
618
|
height: 24,
|
|
619
619
|
viewBox: "0 0 24 24",
|
|
620
620
|
fill: "none",
|
|
621
621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
622
622
|
...r
|
|
623
|
-
}, /* @__PURE__ */
|
|
623
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
624
624
|
id: "check"
|
|
625
|
-
}, /* @__PURE__ */
|
|
625
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
626
626
|
id: "Vector",
|
|
627
627
|
d: "M4 13L9 18L20 6",
|
|
628
628
|
stroke: "#107D57",
|
|
629
629
|
strokeWidth: 1.5,
|
|
630
630
|
strokeLinecap: "round",
|
|
631
631
|
strokeLinejoin: "round"
|
|
632
|
-
}))), Bn = (r) => /* @__PURE__ */
|
|
632
|
+
}))), Bn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
633
633
|
width: 24,
|
|
634
634
|
height: 24,
|
|
635
635
|
viewBox: "0 0 24 24",
|
|
636
636
|
fill: "none",
|
|
637
637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
638
638
|
...r
|
|
639
|
-
}, /* @__PURE__ */
|
|
639
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
640
640
|
id: "cross"
|
|
641
|
-
}, /* @__PURE__ */
|
|
641
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
642
642
|
id: "Vector",
|
|
643
643
|
d: "M6 18L18 6M6 6L18 18",
|
|
644
644
|
stroke: "#BA0C2F",
|
|
645
645
|
strokeWidth: 1.5,
|
|
646
646
|
strokeLinecap: "round",
|
|
647
647
|
strokeLinejoin: "round"
|
|
648
|
-
}))), Rn = (r) => /* @__PURE__ */
|
|
648
|
+
}))), Rn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
649
649
|
width: 16,
|
|
650
650
|
height: 16,
|
|
651
651
|
viewBox: "0 0 16 16",
|
|
652
652
|
fill: "none",
|
|
653
653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
654
654
|
...r
|
|
655
|
-
}, /* @__PURE__ */
|
|
655
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
656
656
|
id: "Selected",
|
|
657
657
|
fillRule: "evenodd",
|
|
658
658
|
clipRule: "evenodd",
|
|
659
659
|
d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6057 5.43441C11.2933 5.12199 10.7868 5.12199 10.4744 5.43441L6.93812 9.97066L5.08382 8.73446C4.7162 8.48938 4.2195 8.58871 3.97442 8.95634C3.72934 9.32396 3.82868 9.82065 4.1963 10.0657L6.5963 11.6657C6.9136 11.8773 7.33609 11.8354 7.60574 11.5658L11.6057 6.56578C11.9182 6.25336 11.9182 5.74683 11.6057 5.43441Z",
|
|
660
660
|
fill: "#107D57"
|
|
661
|
-
})), _n = (r) => /* @__PURE__ */
|
|
661
|
+
})), _n = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
662
662
|
width: 24,
|
|
663
663
|
height: 24,
|
|
664
664
|
viewBox: "0 0 24 24",
|
|
665
665
|
fill: "none",
|
|
666
666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
667
667
|
...r
|
|
668
|
-
}, /* @__PURE__ */
|
|
668
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
669
669
|
id: "Checkmark"
|
|
670
|
-
}, /* @__PURE__ */
|
|
670
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
671
671
|
id: "Selected",
|
|
672
672
|
fillRule: "evenodd",
|
|
673
673
|
clipRule: "evenodd",
|
|
674
674
|
d: "M24 12.002C24 18.6294 18.6274 24.002 12 24.002C5.37258 24.002 0 18.6294 0 12.002C0 5.37454 5.37258 0.00195312 12 0.00195312C18.6274 0.00195312 24 5.37454 24 12.002ZM17.4086 8.15357C16.94 7.68494 16.1802 7.68494 15.7116 8.15357L10.4072 14.9579L7.62573 13.1036C7.07429 12.736 6.32925 12.885 5.96163 13.4365C5.59401 13.9879 5.74301 14.7329 6.29445 15.1006L9.89445 17.5006C10.3704 17.8179 11.0041 17.7551 11.4086 17.3506L17.4086 9.85063C17.8772 9.382 17.8772 8.6222 17.4086 8.15357Z",
|
|
675
675
|
fill: "#FFFFFF"
|
|
676
|
-
}))), On = (r) => /* @__PURE__ */
|
|
676
|
+
}))), On = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
677
677
|
width: 12,
|
|
678
678
|
height: 20,
|
|
679
679
|
viewBox: "0 0 12 20",
|
|
680
680
|
fill: "none",
|
|
681
681
|
xmlns: "http://www.w3.org/2000/svg",
|
|
682
682
|
...r
|
|
683
|
-
}, /* @__PURE__ */
|
|
683
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
684
684
|
id: "Icon / chevron.left",
|
|
685
685
|
d: "M0 10C0 10.3818 0.145996 10.7075 0.449219 10.9995L9.20898 19.5684C9.44482 19.8154 9.75928 19.939 10.1187 19.939C10.8486 19.939 11.4214 19.3774 11.4214 18.6362C11.4214 18.2769 11.2754 17.9512 11.0283 17.7041L3.1333 10L11.0283 2.2959C11.2754 2.0376 11.4214 1.71191 11.4214 1.35254C11.4214 0.622559 10.8486 0.0610352 10.1187 0.0610352C9.75928 0.0610352 9.44482 0.18457 9.20898 0.431641L0.449219 9.00049C0.145996 9.29248 0.0112305 9.61816 0 10Z",
|
|
686
686
|
fill: "white",
|
|
687
687
|
fillOpacity: 0.6
|
|
688
|
-
})), Un = (r) => /* @__PURE__ */
|
|
688
|
+
})), Un = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
689
689
|
width: 24,
|
|
690
690
|
height: 24,
|
|
691
691
|
viewBox: "0 0 24 24",
|
|
692
692
|
fill: "none",
|
|
693
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
694
694
|
...r
|
|
695
|
-
}, /* @__PURE__ */
|
|
695
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
696
696
|
id: "Chevron"
|
|
697
|
-
}, /* @__PURE__ */
|
|
697
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
698
698
|
id: "Chevron_2",
|
|
699
699
|
d: "M6 11.999C6 12.1725 6.03134 12.334 6.09401 12.4837C6.15669 12.6334 6.25428 12.7756 6.3868 12.9103L14.0436 20.6565C14.2648 20.8855 14.5323 21 14.8459 21C15.0607 21 15.2544 20.9475 15.4271 20.8426C15.5998 20.7377 15.7384 20.5965 15.8431 20.4191C15.9477 20.2416 16 20.0425 16 19.8217C16 19.4989 15.8816 19.2134 15.6448 18.9654L8.74183 11.9971L15.6448 5.03271C15.8816 4.78709 16 4.5023 16 4.17834C16 3.95749 15.9477 3.75835 15.8431 3.58091C15.7384 3.40347 15.5998 3.26229 15.4271 3.15738C15.2544 3.05246 15.0607 3 14.8459 3C14.5323 3 14.2648 3.11169 14.0436 3.33508L6.3868 11.0878C6.25551 11.2225 6.15853 11.3644 6.09586 11.5134C6.03318 11.6625 6.00123 11.8244 6 11.999Z",
|
|
700
700
|
fill: "white"
|
|
701
|
-
}))), $n = (r) => /* @__PURE__ */
|
|
701
|
+
}))), $n = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
702
702
|
width: 16,
|
|
703
703
|
height: 17,
|
|
704
704
|
viewBox: "0 0 16 17",
|
|
705
705
|
fill: "none",
|
|
706
706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
707
707
|
...r
|
|
708
|
-
}, /* @__PURE__ */
|
|
708
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
709
709
|
id: "Chevron"
|
|
710
|
-
}, /* @__PURE__ */
|
|
710
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
711
711
|
id: "Chevron_2",
|
|
712
712
|
d: "M12 8.17222C12 8.28783 11.9781 8.39553 11.9342 8.49533C11.8903 8.59513 11.822 8.68992 11.7292 8.7797L6.36949 13.9439C6.21462 14.0965 6.02742 14.1729 5.80787 14.1729C5.65752 14.1729 5.52191 14.1379 5.40104 14.0679C5.28016 13.998 5.1831 13.9039 5.10986 13.7856C5.03662 13.6673 5 13.5345 5 13.3873C5 13.1721 5.08288 12.9818 5.24863 12.8164L10.0807 8.17095L5.24863 3.52799C5.08288 3.36425 5 3.17439 5 2.95841C5 2.81118 5.03662 2.67842 5.10986 2.56013C5.1831 2.44183 5.28016 2.34771 5.40104 2.27777C5.52191 2.20782 5.65752 2.17285 5.80787 2.17285C6.02742 2.17285 6.21462 2.24731 6.36949 2.39624L11.7292 7.56473C11.8211 7.65451 11.889 7.74909 11.9329 7.84846C11.9768 7.94784 11.9991 8.05576 12 8.17222Z",
|
|
713
713
|
fill: "#FFFFFF"
|
|
714
|
-
}))), Fn = (r) => /* @__PURE__ */
|
|
714
|
+
}))), Fn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
715
715
|
width: 24,
|
|
716
716
|
height: 24,
|
|
717
717
|
viewBox: "0 0 24 24",
|
|
718
718
|
fill: "none",
|
|
719
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
720
720
|
...r
|
|
721
|
-
}, /* @__PURE__ */
|
|
721
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
722
722
|
fillRule: "evenodd",
|
|
723
723
|
clipRule: "evenodd",
|
|
724
724
|
d: "M12 -2.43189e-06C18.6274 -2.72158e-06 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 8.1423e-07 18.6274 5.24537e-07 12C2.34843e-07 5.37258 5.37258 -2.14219e-06 12 -2.43189e-06ZM11.9999 22.5883C17.8476 22.5883 22.5881 17.8478 22.5881 12.0001C22.5881 6.15238 17.8476 1.41187 11.9999 1.41187C6.15217 1.41187 1.41166 6.15239 1.41166 12.0001C1.41166 17.8478 6.15217 22.5883 11.9999 22.5883Z",
|
|
725
725
|
fill: "white"
|
|
726
|
-
}), /* @__PURE__ */
|
|
726
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
727
727
|
d: "M10.8547 7.5429C10.524 7.23657 10.0131 7.23657 9.68243 7.5429C9.31416 7.88401 9.31384 8.46633 9.68174 8.80784L13.1206 12L9.68175 15.1922C9.31384 15.5337 9.31416 16.116 9.68243 16.4571C10.0131 16.7634 10.524 16.7634 10.8547 16.4571L14.9802 12.6358C15.3505 12.2928 15.3505 11.7072 14.9802 11.3642L10.8547 7.5429Z",
|
|
728
728
|
fill: "white"
|
|
729
|
-
})), Pn = (r) => /* @__PURE__ */
|
|
729
|
+
})), Pn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
730
730
|
width: 10,
|
|
731
731
|
height: 10,
|
|
732
732
|
viewBox: "0 0 10 10",
|
|
733
733
|
fill: "none",
|
|
734
734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
735
735
|
...r
|
|
736
|
-
}, /* @__PURE__ */
|
|
736
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
737
737
|
id: "Group 465"
|
|
738
|
-
}, /* @__PURE__ */
|
|
738
|
+
}, /* @__PURE__ */ M.createElement("rect", {
|
|
739
739
|
id: "Rectangle 368",
|
|
740
740
|
x: 1.25,
|
|
741
741
|
width: 12.3744,
|
|
@@ -743,7 +743,7 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
743
743
|
rx: 0.883884,
|
|
744
744
|
transform: "rotate(45 1.25 0)",
|
|
745
745
|
fill: "white"
|
|
746
|
-
}), /* @__PURE__ */
|
|
746
|
+
}), /* @__PURE__ */ M.createElement("rect", {
|
|
747
747
|
id: "Rectangle 369",
|
|
748
748
|
y: 8.75,
|
|
749
749
|
width: 12.3744,
|
|
@@ -751,20 +751,20 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
751
751
|
rx: 0.883884,
|
|
752
752
|
transform: "rotate(-45 0 8.75)",
|
|
753
753
|
fill: "white"
|
|
754
|
-
}))), Yn = (r) => /* @__PURE__ */
|
|
754
|
+
}))), Yn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
755
755
|
width: 24,
|
|
756
756
|
height: 24,
|
|
757
757
|
viewBox: "0 0 24 24",
|
|
758
758
|
fill: "none",
|
|
759
759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
760
760
|
...r
|
|
761
|
-
}, /* @__PURE__ */
|
|
761
|
+
}, /* @__PURE__ */ M.createElement("rect", {
|
|
762
762
|
y: 195312e-8,
|
|
763
763
|
width: 24,
|
|
764
764
|
height: 24,
|
|
765
765
|
rx: 12,
|
|
766
766
|
fill: "#F80022"
|
|
767
|
-
}), /* @__PURE__ */
|
|
767
|
+
}), /* @__PURE__ */ M.createElement("rect", {
|
|
768
768
|
x: 8.25,
|
|
769
769
|
y: 7.00195,
|
|
770
770
|
width: 12.3744,
|
|
@@ -772,7 +772,7 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
772
772
|
rx: 0.883884,
|
|
773
773
|
transform: "rotate(45 8.25 7.00195)",
|
|
774
774
|
fill: "white"
|
|
775
|
-
}), /* @__PURE__ */
|
|
775
|
+
}), /* @__PURE__ */ M.createElement("rect", {
|
|
776
776
|
x: 7,
|
|
777
777
|
y: 15.752,
|
|
778
778
|
width: 12.3744,
|
|
@@ -780,39 +780,39 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
780
780
|
rx: 0.883884,
|
|
781
781
|
transform: "rotate(-45 7 15.752)",
|
|
782
782
|
fill: "white"
|
|
783
|
-
})),
|
|
783
|
+
})), Vn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
784
784
|
width: 40,
|
|
785
785
|
height: 40,
|
|
786
786
|
viewBox: "0 0 40 40",
|
|
787
787
|
fill: "none",
|
|
788
788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
789
789
|
...r
|
|
790
|
-
}, /* @__PURE__ */
|
|
790
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
791
791
|
id: "CarbonUserAvatar 1"
|
|
792
|
-
}, /* @__PURE__ */
|
|
792
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
793
793
|
id: "Group 232"
|
|
794
|
-
}, /* @__PURE__ */
|
|
794
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
795
795
|
id: "Vector",
|
|
796
796
|
d: "M19.9992 14.2861C19.2928 14.2861 18.6023 14.4956 18.015 14.888C17.4277 15.2805 16.9699 15.8382 16.6996 16.4908C16.4293 17.1434 16.3586 17.8615 16.4964 18.5543C16.6342 19.2471 16.9743 19.8835 17.4738 20.3829C17.9733 20.8824 18.6096 21.2226 19.3024 21.3604C19.9952 21.4982 20.7133 21.4274 21.3659 21.1571C22.0185 20.8868 22.5763 20.4291 22.9687 19.8417C23.3611 19.2544 23.5706 18.5639 23.5706 17.8576C23.5706 16.9104 23.1943 16.002 22.5245 15.3322C21.8548 14.6624 20.9464 14.2861 19.9992 14.2861ZM19.9992 20.0004C19.5753 20.0004 19.161 19.8747 18.8087 19.6393C18.4563 19.4038 18.1816 19.0692 18.0194 18.6776C17.8572 18.286 17.8148 17.8552 17.8975 17.4395C17.9802 17.0238 18.1843 16.642 18.4839 16.3423C18.7836 16.0426 19.1654 15.8386 19.5811 15.7559C19.9968 15.6732 20.4276 15.7156 20.8192 15.8778C21.2108 16.04 21.5454 16.3147 21.7809 16.6671C22.0163 17.0194 22.142 17.4337 22.142 17.8576C22.1415 18.4257 21.9155 18.9704 21.5138 19.3722C21.112 19.7739 20.5673 19.9999 19.9992 20.0004Z",
|
|
797
797
|
fill: "white"
|
|
798
|
-
}), /* @__PURE__ */
|
|
798
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
799
799
|
id: "Vector_2",
|
|
800
800
|
d: "M20 10C18.0222 10 16.0888 10.5865 14.4443 11.6853C12.7998 12.7841 11.5181 14.3459 10.7612 16.1732C10.0043 18.0004 9.8063 20.0111 10.1922 21.9509C10.578 23.8907 11.5304 25.6725 12.9289 27.0711C14.3275 28.4696 16.1093 29.422 18.0491 29.8078C19.9889 30.1937 21.9996 29.9957 23.8268 29.2388C25.6541 28.4819 27.2159 27.2002 28.3147 25.5557C29.4135 23.9112 30 21.9778 30 20C29.997 17.3488 28.9424 14.807 27.0677 12.9323C25.193 11.0576 22.6512 10.003 20 10ZM15.7143 27.4121V26.4286C15.7149 25.8604 15.9408 25.3157 16.3425 24.914C16.7443 24.5122 17.289 24.2863 17.8571 24.2857H22.1429C22.711 24.2863 23.2557 24.5122 23.6575 24.914C24.0592 25.3157 24.2851 25.8604 24.2857 26.4286V27.4121C22.9851 28.1716 21.5061 28.5718 20 28.5718C18.4939 28.5718 17.0149 28.1716 15.7143 27.4121ZM25.7086 26.3757C25.6943 25.4388 25.3126 24.545 24.6457 23.8868C23.9787 23.2287 23.0799 22.8589 22.1429 22.8571H17.8571C16.9201 22.8589 16.0213 23.2287 15.3544 23.8868C14.6874 24.545 14.3057 25.4388 14.2914 26.3757C12.9961 25.2191 12.0827 23.6963 11.672 22.009C11.2614 20.3218 11.3729 18.5495 11.9919 16.927C12.6108 15.3046 13.708 13.9083 15.1381 12.9233C16.5682 11.9382 18.2638 11.4107 20.0004 11.4107C21.7369 11.4107 23.4325 11.9382 24.8626 12.9233C26.2927 13.9083 27.3899 15.3046 28.0088 16.927C28.6278 18.5495 28.7393 20.3218 28.3287 22.009C27.9181 23.6963 27.0039 25.2191 25.7086 26.3757Z",
|
|
801
801
|
fill: "white"
|
|
802
|
-
})))),
|
|
802
|
+
})))), Zn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
803
803
|
width: 24,
|
|
804
804
|
height: 24,
|
|
805
805
|
viewBox: "0 0 24 24",
|
|
806
806
|
fill: "none",
|
|
807
807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
808
808
|
...r
|
|
809
|
-
}, /* @__PURE__ */
|
|
809
|
+
}, /* @__PURE__ */ M.createElement("rect", {
|
|
810
810
|
width: 24,
|
|
811
811
|
height: 24,
|
|
812
812
|
rx: 12,
|
|
813
813
|
fill: "white",
|
|
814
814
|
fillOpacity: 0.1
|
|
815
|
-
}), /* @__PURE__ */
|
|
815
|
+
}), /* @__PURE__ */ M.createElement("rect", {
|
|
816
816
|
x: 8.25,
|
|
817
817
|
y: 7,
|
|
818
818
|
width: 12.3744,
|
|
@@ -820,7 +820,7 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
820
820
|
rx: 0.883884,
|
|
821
821
|
transform: "rotate(45 8.25 7)",
|
|
822
822
|
fill: "white"
|
|
823
|
-
}), /* @__PURE__ */
|
|
823
|
+
}), /* @__PURE__ */ M.createElement("rect", {
|
|
824
824
|
x: 7,
|
|
825
825
|
y: 15.75,
|
|
826
826
|
width: 12.3744,
|
|
@@ -828,39 +828,51 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
828
828
|
rx: 0.883884,
|
|
829
829
|
transform: "rotate(-45 7 15.75)",
|
|
830
830
|
fill: "white"
|
|
831
|
-
})),
|
|
831
|
+
})), Qn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
832
|
+
width: 17,
|
|
833
|
+
height: 17,
|
|
834
|
+
viewBox: "0 0 17 17",
|
|
835
|
+
fill: "none",
|
|
836
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
837
|
+
...r
|
|
838
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
839
|
+
d: "M9.16683 2.66671H7.16683C5.29999 2.66671 4.36657 2.66671 3.65353 3.03002C3.02632 3.3496 2.51639 3.85953 2.19681 4.48674C1.8335 5.19978 1.8335 6.1332 1.8335 8.00004V9.33337C1.8335 11.2002 1.8335 12.1336 2.19681 12.8467C2.51639 13.4739 3.02632 13.9838 3.65353 14.3034C4.36657 14.6667 5.29999 14.6667 7.16683 14.6667H8.50016C10.367 14.6667 11.3004 14.6667 12.0135 14.3034C12.6407 13.9838 13.1506 13.4739 13.4702 12.8467C13.8335 12.1336 13.8335 11.2002 13.8335 9.33337V7.33337M8.50016 8.00004L15.1668 1.33337M15.1668 1.33337H11.8335M15.1668 1.33337V4.66671",
|
|
840
|
+
stroke: "#107D57",
|
|
841
|
+
strokeLinecap: "round",
|
|
842
|
+
strokeLinejoin: "round"
|
|
843
|
+
})), Hn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
832
844
|
width: 32,
|
|
833
845
|
height: 32,
|
|
834
846
|
viewBox: "0 0 32 32",
|
|
835
847
|
fill: "none",
|
|
836
848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
837
849
|
...r
|
|
838
|
-
}, /* @__PURE__ */
|
|
850
|
+
}, /* @__PURE__ */ M.createElement("rect", {
|
|
839
851
|
width: 32,
|
|
840
852
|
height: 32,
|
|
841
853
|
rx: 16,
|
|
842
854
|
fill: "white"
|
|
843
|
-
}), /* @__PURE__ */
|
|
855
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
844
856
|
d: "M10.4615 12.6875C9.44231 12.6875 8.61538 13.4665 8.61538 14.4266C8.61538 15.3868 9.44231 16.1658 10.4615 16.1658C11.4808 16.1658 12.3077 15.3868 12.3077 14.4266C12.3077 13.4665 11.4808 12.6875 10.4615 12.6875ZM10.4615 16.1658C9.10817 16.1658 8 17.2097 8 18.4846V19.7527C8 19.7527 8.61538 20.2237 10.4615 20.2237C12.3077 20.2237 12.9231 19.7527 12.9231 19.7527V18.4846C12.9231 17.2097 11.8149 16.1658 10.4615 16.1658ZM21.5385 12.6875C20.5192 12.6875 19.6923 13.4665 19.6923 14.4266C19.6923 15.3868 20.5192 16.1658 21.5385 16.1658C22.5577 16.1658 23.3846 15.3868 23.3846 14.4266C23.3846 13.4665 22.5577 12.6875 21.5385 12.6875ZM21.5385 16.1658C20.1851 16.1658 19.0769 17.2097 19.0769 18.4846V19.7527C19.0769 19.7527 19.6923 20.2237 21.5385 20.2237C23.3846 20.2237 24 19.7527 24 19.7527V18.4846C24 17.2097 22.8918 16.1658 21.5385 16.1658ZM16 15.0063C14.9808 15.0063 14.1538 15.7853 14.1538 16.7455C14.1538 17.7056 14.9808 18.4846 16 18.4846C17.0192 18.4846 17.8462 17.7056 17.8462 16.7455C17.8462 15.7853 17.0192 15.0063 16 15.0063ZM16 18.4846C14.6466 18.4846 13.5385 19.5285 13.5385 20.8034V22.0715C13.5385 22.0715 14.1538 22.5425 16 22.5425C17.8462 22.5425 18.4615 22.0715 18.4615 22.0715V20.8034C18.4615 19.5285 17.3534 18.4846 16 18.4846Z",
|
|
845
857
|
fill: "#107D57"
|
|
846
|
-
}), /* @__PURE__ */
|
|
858
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
847
859
|
opacity: 0.5,
|
|
848
860
|
d: "M13.3908 9C12.3103 9 11.4336 9.82584 11.4336 10.8437C11.4336 11.8616 12.3103 12.6875 13.3908 12.6875C14.4713 12.6875 15.348 11.8616 15.348 10.8437C15.348 9.82584 14.4713 9 13.3908 9ZM13.3908 12.6875C13.1946 12.6875 12.9958 12.6827 12.7996 12.7451C13.192 13.2372 13.3908 13.8542 13.3908 14.5312C13.3908 14.7761 13.3296 15.0161 13.3296 15.261C13.8521 14.524 14.6956 14.0391 15.6742 13.9166C15.218 13.1796 14.3694 12.6875 13.3908 12.6875ZM18.61 9C17.5295 9 16.6528 9.82584 16.6528 10.8437C16.6528 11.8616 17.5295 12.6875 18.61 12.6875C19.6905 12.6875 20.5672 11.8616 20.5672 10.8437C20.5672 9.82584 19.6905 9 18.61 9ZM18.61 12.6875C17.6314 12.6875 16.7828 13.1796 16.3266 13.9166C17.3052 14.0391 18.1487 14.524 18.6712 15.261C18.6712 15.0161 18.61 14.7761 18.61 14.5312C18.61 13.8542 18.8088 13.2372 19.2012 12.7451C19.005 12.6827 18.8062 12.6875 18.61 12.6875Z",
|
|
849
861
|
fill: "#107D57"
|
|
850
|
-
})),
|
|
862
|
+
})), Gn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
851
863
|
width: 18,
|
|
852
864
|
height: 18,
|
|
853
865
|
viewBox: "0 0 18 18",
|
|
854
866
|
fill: "none",
|
|
855
867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
856
868
|
...r
|
|
857
|
-
}, /* @__PURE__ */
|
|
869
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
858
870
|
id: "Share"
|
|
859
|
-
}, /* @__PURE__ */
|
|
871
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
860
872
|
id: "Vector",
|
|
861
873
|
d: "M11 4.965V1.125L18 7.845L11 14.565V10.629C6 10.629 2.5 12.165 0 15.525C1 10.725 4 5.925 11 4.965Z",
|
|
862
874
|
fill: "white"
|
|
863
|
-
}))),
|
|
875
|
+
}))), Wn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
864
876
|
width: 17,
|
|
865
877
|
height: 16,
|
|
866
878
|
viewBox: "0 0 17 16",
|
|
@@ -868,337 +880,355 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
868
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
869
881
|
className: "sc-ANdsN kTVWJE",
|
|
870
882
|
...r
|
|
871
|
-
}, /* @__PURE__ */
|
|
883
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
872
884
|
d: "M6.6665 3.16669H4.99984C4.26346 3.16669 3.6665 3.76364 3.6665 4.50002V11.5C3.6665 12.2364 4.26346 12.8334 4.99984 12.8334H11.9998C12.7362 12.8334 13.3332 12.2364 13.3332 11.5V9.83335",
|
|
873
885
|
stroke: "#ffffff",
|
|
874
886
|
strokeWidth: 1.5,
|
|
875
887
|
strokeLinecap: "round",
|
|
876
888
|
strokeLinejoin: "round"
|
|
877
|
-
}), /* @__PURE__ */
|
|
889
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
878
890
|
d: "M13.3335 6.16669V3.16669H10.3335",
|
|
879
891
|
stroke: "#ffffff",
|
|
880
892
|
strokeWidth: 1.5,
|
|
881
893
|
strokeLinecap: "round",
|
|
882
894
|
strokeLinejoin: "round"
|
|
883
|
-
}), /* @__PURE__ */
|
|
895
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
884
896
|
d: "M13.1668 3.33331L8.3335 8.16665",
|
|
885
897
|
stroke: "#ffffff",
|
|
886
898
|
strokeWidth: 1.5,
|
|
887
899
|
strokeLinecap: "round",
|
|
888
900
|
strokeLinejoin: "round"
|
|
889
|
-
})),
|
|
901
|
+
})), qn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
890
902
|
width: 17,
|
|
891
903
|
height: 18,
|
|
892
904
|
viewBox: "0 0 17 18",
|
|
893
905
|
fill: "none",
|
|
894
906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
895
907
|
...r
|
|
896
|
-
}, /* @__PURE__ */
|
|
908
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
897
909
|
id: "Group"
|
|
898
|
-
}, /* @__PURE__ */
|
|
910
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
899
911
|
id: "Vector",
|
|
900
912
|
d: "M12.5396 12.431L15.8603 9.00169L12.5396 5.57239",
|
|
901
913
|
stroke: "#EB5757",
|
|
902
914
|
strokeWidth: 1.5,
|
|
903
915
|
strokeLinecap: "round",
|
|
904
916
|
strokeLinejoin: "round"
|
|
905
|
-
}), /* @__PURE__ */
|
|
917
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
906
918
|
id: "Vector_2",
|
|
907
919
|
d: "M15.8602 9.00159H5.57227",
|
|
908
920
|
stroke: "#EB5757",
|
|
909
921
|
strokeWidth: 1.5,
|
|
910
922
|
strokeLinecap: "round",
|
|
911
923
|
strokeLinejoin: "round"
|
|
912
|
-
}), /* @__PURE__ */
|
|
924
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
913
925
|
id: "Vector_3",
|
|
914
926
|
d: "M12.431 1L3.2862 1.00229C2.02422 1.00343 1 2.02651 1 3.28849V14.7138C1 15.3201 1.24087 15.9016 1.66961 16.3304C2.09836 16.7591 2.67987 17 3.2862 17H12.5396",
|
|
915
927
|
stroke: "#EB5757",
|
|
916
928
|
strokeWidth: 1.5,
|
|
917
929
|
strokeLinecap: "round",
|
|
918
930
|
strokeLinejoin: "round"
|
|
919
|
-
}))),
|
|
931
|
+
}))), Jn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
920
932
|
width: 99,
|
|
921
933
|
height: 96,
|
|
922
934
|
viewBox: "0 0 99 96",
|
|
923
935
|
fill: "none",
|
|
924
936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
925
937
|
...r
|
|
926
|
-
}, /* @__PURE__ */
|
|
938
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
927
939
|
id: "Masters Logo Big"
|
|
928
|
-
}, /* @__PURE__ */
|
|
940
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
929
941
|
id: "Vector",
|
|
930
942
|
d: "M67.4732 4.82378C66.1754 4.41151 64.8776 5.1433 63.5798 5.88539C63.117 6.15337 62.7951 6.60687 62.6844 7.13253L60.6421 16.9035C60.5616 17.2642 60.8836 17.594 61.2357 17.5116C63.3786 17.0065 65.4208 15.0894 67.5738 15.7594C69.9783 16.5118 72.3928 13.3888 74.7972 13.43V2.1543C72.3626 2.1646 69.8776 5.57618 67.4732 4.82378Z",
|
|
931
943
|
fill: "white"
|
|
932
|
-
}), /* @__PURE__ */
|
|
944
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
933
945
|
id: "Vector_2",
|
|
934
946
|
d: "M98.1678 34.7754C97.6547 34.4147 97.3429 33.8272 97.3429 33.1882V31.4051C97.3429 29.8075 96.0752 28.5089 94.5159 28.5089H93.3891C92.041 28.5089 90.8035 29.1994 90.0691 30.3538L86.4272 36.1153C86.065 36.6822 85.4514 37.0223 84.7974 37.0223H82.3427C81.1253 37.0223 80.0086 37.7026 79.4251 38.8054C78.8215 39.9392 77.7752 40.7225 76.5679 40.9905V0.917313C76.5679 0.412276 76.1756 0 75.6726 0C75.1796 0 74.7772 0.412276 74.7772 0.917313V2.15414V13.4196V41.0111C73.5699 40.7431 72.5236 39.9598 71.92 38.8261C71.3465 37.7232 70.2298 37.043 69.0125 37.043H67.3626C66.0547 37.043 64.8676 37.8366 64.3344 39.0528L62.9661 42.2067C62.7448 42.7014 62.2619 43.0313 61.7287 43.0313C61.1955 43.0313 60.7126 42.7118 60.4913 42.2067L59.123 39.0528C58.5898 37.8263 57.4027 37.0327 56.0948 37.0327H9.52479C9.14249 37.0327 8.84068 37.3419 8.84068 37.7335C8.84068 38.5478 8.18674 39.2177 7.39196 39.2177H5.37986C4.99757 39.2177 4.69575 39.5269 4.69575 39.9186V42.3098C4.69575 44.5567 4.26315 46.7624 3.42813 48.834L2.20075 51.8643C1.05385 54.6884 0.510584 57.5846 0.520645 60.4396V67.4071C0.520645 69.2932 0.782218 71.1897 1.31542 73.0449C2.81444 78.2396 6.20483 82.4963 10.893 85.0215L18.3378 89.0412C18.4384 89.0928 18.539 89.1237 18.6497 89.1237L24.1528 89.1649C25.4405 89.1752 26.7081 89.5153 27.8248 90.1544L30.7826 91.8447C30.8832 91.9065 30.9939 91.9375 31.1146 91.9375H35.0684C36.4567 91.9375 37.825 92.3291 39.0121 93.0609C39.0121 93.0609 40.9437 94.2668 41.5977 94.6585C42.6439 95.2872 43.9116 95.885 46.1148 95.9984C46.6178 96.019 47.1108 95.8438 47.483 95.483C47.8553 95.1223 48.0666 94.6172 48.0666 94.0916V91.3809C48.0666 89.4123 49.2034 87.6292 50.964 86.8355L57.0003 84.1145C57.8252 83.7435 58.7508 83.6816 59.6059 83.9496L61.8595 84.6402C62.8152 84.9288 63.8313 84.9391 64.7972 84.6402L70.1493 83.0117C70.8636 82.7952 71.6081 82.7952 72.3325 83.022L74.5055 83.6507C75.5216 83.9496 76.2259 84.8979 76.2259 85.9801V91.4118C76.2259 93.937 78.238 95.9984 80.7028 95.9984C82.5439 95.9984 84.1636 94.7822 84.7169 92.9888C85.723 89.7421 86.2361 86.3614 86.2361 82.9499V80.6411C86.2361 79.0023 86.9001 77.415 88.0671 76.2916L90.2905 74.1375C91.7895 72.6739 92.6547 70.6228 92.6547 68.4996V55.616C92.6547 53.6164 93.2382 51.6994 94.3549 50.0606C94.4354 49.9472 94.4756 49.8029 94.4756 49.6586V46.6284C94.4756 44.6494 95.0591 42.7324 96.1557 41.1039L98.359 37.8263C98.4395 37.7129 98.4797 37.5686 98.4797 37.4346V35.3732C98.4797 34.9713 98.2584 34.8373 98.1678 34.7754ZM74.7872 69.2211C73.2882 68.9943 72.1816 68.2007 72.1816 67.2628C72.1816 66.3248 73.2882 65.5312 74.7872 65.3045V69.2211ZM76.5679 65.2941C78.0669 65.5209 79.1736 66.3145 79.1736 67.2525C79.1736 68.1904 78.0669 68.984 76.5679 69.2108V65.2941ZM12.6637 84.3928L11.5268 83.7847C8.45838 82.1356 6.00362 79.6619 4.32351 76.673V72.9109C6.24507 75.7556 8.85074 78.1881 12.05 79.9093L12.6637 80.2391V84.3928ZM18.3478 87.4643L15.3398 85.8461V81.6924L18.3378 83.3106H18.3478V87.4643ZM30.8832 90.2987L28.4989 88.9382C27.2011 88.1961 25.7322 87.7941 24.2534 87.7735V83.4343C25.5009 83.4652 26.7383 83.795 27.8349 84.4237L30.7927 86.1141C30.8229 86.1347 30.853 86.1244 30.8832 86.1347V90.2987ZM46.6983 91.3706V93.4835V94.0813C46.6983 94.2256 46.638 94.3596 46.5474 94.4523C46.4468 94.5451 46.3261 94.5966 46.1953 94.5863C44.2939 94.4833 43.1973 93.9782 42.3019 93.432C41.658 93.0403 39.7365 91.8447 39.7264 91.8447C38.5191 91.1026 37.161 90.68 35.7626 90.577V86.2377C36.9095 86.3408 38.0262 86.7016 39.0222 87.3097L40.6821 88.33C42.5031 89.4535 44.5756 90.0925 46.6983 90.2059V91.3706ZM63.1372 83.4446C62.8354 83.424 62.5436 83.3827 62.2519 83.3003L59.9983 82.6097C59.5154 82.4654 59.0124 82.4036 58.5194 82.4036V78.0644C58.8816 78.0644 59.2538 78.1056 59.6059 78.2087L61.8595 78.8992C62.272 79.0229 62.7046 79.0848 63.1372 79.1054V83.4446ZM77.2923 84.4959C76.8597 83.4549 75.9945 82.62 74.8878 82.3005L72.7248 81.6718C72.2117 81.5069 71.6785 81.445 71.1453 81.4554V77.1265C71.5578 77.1161 71.9703 77.1677 72.3727 77.3017L74.1534 77.8789C76.0347 78.487 77.3024 80.2494 77.3024 82.2696V84.4959H77.2923ZM83.5197 92.1848C83.4795 92.3085 83.4594 92.4322 83.4191 92.5559C83.0368 93.7721 81.9503 94.5863 80.7028 94.5863C80.5921 94.5863 80.4815 94.5657 80.3708 94.5554V90.2265C80.4513 90.2368 80.5318 90.2471 80.6223 90.2471C81.8396 90.2471 82.9362 89.5463 83.5197 88.495V92.1848ZM95.1799 38.0118C93.8217 40.032 93.1074 42.4025 93.1074 44.8556V46.9994L92.051 48.5661C90.6828 50.5965 89.9484 52.9774 89.9484 55.4408V66.2218C89.9484 67.9739 89.2442 69.6643 88.0067 70.8702L85.7834 73.0346C84.2944 74.4879 83.4694 76.539 83.5298 78.6519L83.5399 79.1363C83.6203 81.9398 83.2682 84.7226 82.5137 87.4127C82.2722 88.2682 81.4976 88.866 80.6223 88.866C79.5358 88.866 78.6605 87.959 78.6605 86.8562V82.2696C78.6605 79.631 77.0106 77.3326 74.5558 76.539L72.7751 75.9618C71.7892 75.6423 70.753 75.6423 69.767 75.9412L64.4149 77.5697C63.7106 77.7861 62.9661 77.7861 62.2519 77.5697L59.9983 76.8791C58.8313 76.5183 57.5637 76.6008 56.4469 77.1058L51.6883 79.2497C48.6501 80.6102 46.6883 83.6919 46.6883 87.0932V88.8454C44.817 88.732 42.986 88.1548 41.3763 87.1654L39.7163 86.145C38.3079 85.2792 36.7083 84.8257 35.0684 84.8257H31.3058L28.5089 83.2281C27.191 82.4757 25.692 82.0635 24.1729 82.0532L18.8307 82.0119L12.6938 78.7034C3.38789 73.653 -0.58601 62.367 3.45831 52.4208L4.68569 49.3906C5.6012 47.1437 6.06398 44.7628 6.06398 42.3304V40.6401H7.39196C8.70989 40.6401 9.81654 39.7021 10.1284 38.455H56.0948C56.8594 38.455 57.5637 38.9188 57.8755 39.6403L59.2438 42.7942C59.6764 43.8043 60.6522 44.4536 61.7287 44.4536C62.8052 44.4536 63.781 43.8043 64.2136 42.8045L65.5819 39.6506C65.8938 38.9291 66.5879 38.4653 67.3626 38.4653H69.0125C69.7268 38.4653 70.3807 38.8673 70.7228 39.5063C71.5679 41.1039 73.0769 42.1758 74.7872 42.4541V62.2639C72.0307 62.5731 69.918 64.2532 69.918 66.3042C69.918 68.5614 72.4934 70.3961 75.6726 70.3961C78.8517 70.3961 81.4272 68.5614 81.4272 66.3042C81.4272 64.2635 79.3145 62.5731 76.5579 62.2639V42.4438C78.2682 42.1655 79.7772 41.0936 80.6223 39.496C80.9644 38.857 81.6183 38.455 82.3326 38.455H84.7874C85.9141 38.455 86.9504 37.8778 87.5641 36.909L91.206 31.1371C91.6889 30.3847 92.4937 29.9312 93.379 29.9312H94.5058C95.3106 29.9312 95.9646 30.6012 95.9646 31.4257V33.2088C95.9646 34.0746 96.2865 34.8888 96.86 35.4969L95.1799 38.0118Z",
|
|
935
947
|
fill: "white"
|
|
936
|
-
}))),
|
|
948
|
+
}))), Xn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
949
|
+
width: 48,
|
|
950
|
+
height: 48,
|
|
951
|
+
viewBox: "0 0 48 48",
|
|
952
|
+
fill: "none",
|
|
953
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
954
|
+
...r
|
|
955
|
+
}, /* @__PURE__ */ M.createElement("circle", {
|
|
956
|
+
opacity: 0.5,
|
|
957
|
+
cx: 24,
|
|
958
|
+
cy: 24.001,
|
|
959
|
+
r: 24,
|
|
960
|
+
fill: "black"
|
|
961
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
962
|
+
fillRule: "evenodd",
|
|
963
|
+
clipRule: "evenodd",
|
|
964
|
+
d: "M32.5432 24.7938C33.215 24.3331 33.2822 23.5173 32.5432 23.0567C23.7807 17.6245 19.6442 14.918 19.1356 14.5917C18.3486 14.083 17.6 14.6973 17.6 15.2059V32.7501C17.6 33.3259 18.5309 33.8442 19.1356 33.4795C20.2201 32.8172 31.8714 25.2641 32.5336 24.8034L32.5432 24.7938Z",
|
|
965
|
+
fill: "white"
|
|
966
|
+
})), Kn = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
937
967
|
width: 16,
|
|
938
968
|
height: 15,
|
|
939
969
|
viewBox: "0 0 16 15",
|
|
940
970
|
fill: "none",
|
|
941
971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
942
972
|
...r
|
|
943
|
-
}, /* @__PURE__ */
|
|
973
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
944
974
|
id: "Start - You",
|
|
945
975
|
d: "M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z",
|
|
946
976
|
fill: "#F4D22A"
|
|
947
|
-
})),
|
|
977
|
+
})), e1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
948
978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
949
979
|
width: 22,
|
|
950
980
|
height: 22,
|
|
951
981
|
viewBox: "0 0 22 22",
|
|
952
982
|
fill: "none",
|
|
953
983
|
...r
|
|
954
|
-
}, /* @__PURE__ */
|
|
984
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
955
985
|
d: "M5.5 2.78867V12.4137C5.5 13.1729 4.88426 13.75 4.125 13.75H1.375C0.615742 13.75 0 13.1343 0 12.4137V2.82734C0 2.06808 0.615742 1.49102 1.375 1.49102H4.125C4.88555 1.41367 5.5 1.99375 5.5 2.78867ZM22 12.3707C22 13.5094 21.077 14.4323 19.9375 14.4323H13.6426C14.621 16.0613 15.1259 17.9077 15.1259 18.5582C15.125 19.5714 14.3301 20.625 12.998 20.625C10.2854 20.625 11.8654 17.3529 8.34883 14.5406L7.64844 13.982C7.14141 13.5738 6.88359 12.9766 6.8793 12.375C6.87829 12.374 6.8793 12.375 6.8793 12.375L6.875 5.5C6.875 4.85117 7.18064 4.23973 7.7 3.85043L9.16695 2.75086C10.3555 1.85625 11.8035 1.375 13.2902 1.375H15.8125C16.952 1.375 17.875 2.29754 17.875 3.43664C17.875 3.59283 17.8544 3.74357 17.8215 3.88996C18.6484 4.15937 19.25 4.92422 19.25 5.84375C19.25 6.23683 19.1341 6.60043 18.9432 6.91281C19.8988 7.08984 20.625 7.92773 20.625 8.9332C20.625 9.47031 20.4148 9.955 20.0784 10.322C21.1492 10.3941 22 11.2793 22 12.3707Z",
|
|
956
986
|
fill: "white"
|
|
957
|
-
})),
|
|
987
|
+
})), t1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
958
988
|
width: 12,
|
|
959
989
|
height: 12,
|
|
960
990
|
viewBox: "0 0 12 12",
|
|
961
991
|
fill: "none",
|
|
962
992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
963
993
|
...r
|
|
964
|
-
}, /* @__PURE__ */
|
|
994
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
965
995
|
id: "Trophy"
|
|
966
|
-
}, /* @__PURE__ */
|
|
996
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
967
997
|
id: "Combined Shape",
|
|
968
998
|
fillRule: "evenodd",
|
|
969
999
|
clipRule: "evenodd",
|
|
970
1000
|
d: "M2.76916 3.50002C2.76916 4.49786 2.94705 5.38348 3.30282 6.15692C2.62493 6.01847 2.05883 5.74872 1.6045 5.34768C1.15017 4.94663 0.923008 4.55992 0.923008 4.18752V3.50002H2.76916ZM11.0768 3.50002V4.18752C11.0768 4.55992 10.8497 4.94663 10.3953 5.34768C9.941 5.74872 9.3749 6.01847 8.69701 6.15692C9.05278 5.38348 9.23066 4.49786 9.23066 3.50002H11.0768ZM12 4.1875V3.27083C12 3.07986 11.9327 2.91754 11.7981 2.78385C11.6635 2.65017 11.5 2.58333 11.3077 2.58333H9.23077V1.89583C9.23077 1.58073 9.11779 1.31098 8.89183 1.08659C8.66586 0.862195 8.39423 0.75 8.07692 0.75H3.92308C3.60577 0.75 3.33414 0.862195 3.10817 1.08659C2.88221 1.31098 2.76923 1.58073 2.76923 1.89583V2.58333H0.692308C0.499999 2.58333 0.336539 2.65017 0.201923 2.78385C0.067307 2.91754 0 3.07986 0 3.27083V4.1875C0 4.52648 0.0997586 4.86784 0.299279 5.21159C0.498799 5.55534 0.768027 5.86567 1.10697 6.14258C1.44592 6.41949 1.86178 6.65223 2.35457 6.84082C2.84736 7.02941 3.36538 7.13563 3.90865 7.15951C4.11058 7.41732 4.33894 7.6441 4.59375 7.83984C4.77644 8.00217 4.90264 8.17524 4.97236 8.35905C5.04207 8.54286 5.07692 8.75651 5.07692 9C5.07692 9.25781 5.00361 9.47504 4.85697 9.65169C4.71034 9.82834 4.47596 9.91667 4.15385 9.91667C3.79327 9.91667 3.47236 10.0253 3.19111 10.2425C2.90985 10.4597 2.76923 10.7331 2.76923 11.0625V11.5208C2.76923 11.5877 2.79087 11.6426 2.83413 11.6855C2.8774 11.7285 2.93269 11.75 3 11.75H9C9.06731 11.75 9.1226 11.7285 9.16586 11.6855C9.20913 11.6426 9.23077 11.5877 9.23077 11.5208V11.0625C9.23077 10.7331 9.09015 10.4597 8.80889 10.2425C8.52764 10.0253 8.20673 9.91667 7.84615 9.91667C7.52404 9.91667 7.28966 9.82834 7.14303 9.65169C6.99639 9.47504 6.92308 9.25781 6.92308 9C6.92308 8.75651 6.95793 8.54286 7.02764 8.35905C7.09736 8.17524 7.22356 8.00217 7.40625 7.83984C7.66106 7.6441 7.88942 7.41732 8.09135 7.15951C8.63462 7.13563 9.15264 7.02941 9.64543 6.84082C10.1382 6.65223 10.5541 6.41949 10.893 6.14258C11.232 5.86567 11.5012 5.55534 11.7007 5.21159C11.9002 4.86784 12 4.52648 12 4.1875ZM5.07033 5.38491L6.0383 4.87503L7.00627 5.38491L6.8214 4.30497L7.60451 3.54016L6.52228 3.3826L6.0383 2.40003L5.55431 3.3826L4.47209 3.54016L5.25519 4.30497L5.07033 5.38491Z",
|
|
971
1001
|
fill: "white"
|
|
972
|
-
}))),
|
|
1002
|
+
}))), i1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
973
1003
|
width: 16,
|
|
974
1004
|
height: 16,
|
|
975
1005
|
viewBox: "0 0 16 16",
|
|
976
1006
|
fill: "none",
|
|
977
1007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
978
1008
|
...r
|
|
979
|
-
}, /* @__PURE__ */
|
|
1009
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
980
1010
|
id: "Trophy"
|
|
981
|
-
}, /* @__PURE__ */
|
|
1011
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
982
1012
|
id: "Combined Shape",
|
|
983
1013
|
fillRule: "evenodd",
|
|
984
1014
|
clipRule: "evenodd",
|
|
985
1015
|
d: "M3.69197 4.66662C3.69197 5.99705 3.92914 7.17787 4.4035 8.20912C3.49966 8.02451 2.74487 7.66486 2.1391 7.13014C1.53333 6.59542 1.23046 6.0798 1.23046 5.58328V4.66662H3.69197ZM14.7686 4.66662V5.58328C14.7686 6.0798 14.4658 6.59542 13.86 7.13014C13.2542 7.66486 12.4994 8.02451 11.5956 8.20912C12.0699 7.17787 12.3071 5.99705 12.3071 4.66662H14.7686ZM15.9998 5.58329V4.36108C15.9998 4.10645 15.9101 3.89002 15.7306 3.71178C15.5511 3.53354 15.3332 3.44442 15.0768 3.44442H12.3076V2.52776C12.3076 2.10763 12.1569 1.74797 11.8556 1.44878C11.5544 1.14959 11.1922 1 10.7691 1H5.23072C4.80764 1 4.44547 1.14959 4.14419 1.44878C3.84291 1.74797 3.69227 2.10763 3.69227 2.52776V3.44442H0.923068C0.666659 3.44442 0.448714 3.53354 0.269228 3.71178C0.0897418 3.89002 0 4.10645 0 4.36108V5.58329C0 6.03525 0.13301 6.49039 0.399034 6.94872C0.665059 7.40705 1.02403 7.82082 1.47595 8.19003C1.92787 8.55924 2.48234 8.86957 3.13939 9.12101C3.79644 9.37246 4.48713 9.51409 5.21149 9.54592C5.48071 9.88967 5.7852 10.192 6.12494 10.453C6.36853 10.6695 6.53679 10.9002 6.62974 11.1453C6.72269 11.3904 6.76916 11.6752 6.76916 11.9999C6.76916 12.3436 6.67141 12.6333 6.4759 12.8688C6.28038 13.1043 5.96789 13.2221 5.53841 13.2221C5.05764 13.2221 4.62976 13.3669 4.25476 13.6566C3.87977 13.9462 3.69227 14.3106 3.69227 14.7499V15.361C3.69227 15.4501 3.72112 15.5233 3.77881 15.5806C3.8365 15.6379 3.91022 15.6665 3.99996 15.6665H11.9999C12.0896 15.6665 12.1633 15.6379 12.221 15.5806C12.2787 15.5233 12.3076 15.4501 12.3076 15.361V14.7499C12.3076 14.3106 12.1201 13.9462 11.7451 13.6566C11.3701 13.3669 10.9422 13.2221 10.4614 13.2221C10.0319 13.2221 9.71945 13.1043 9.52394 12.8688C9.32843 12.6333 9.23068 12.3436 9.23068 11.9999C9.23068 11.6752 9.27715 11.3904 9.3701 11.1453C9.46305 10.9002 9.63131 10.6695 9.8749 10.453C10.2146 10.192 10.5191 9.88967 10.7884 9.54592C11.5127 9.51409 12.2034 9.37246 12.8604 9.12101C13.5175 8.86957 14.072 8.55924 14.5239 8.19003C14.9758 7.82082 15.3348 7.40705 15.6008 6.94872C15.8668 6.49039 15.9998 6.03525 15.9998 5.58329ZM6.76047 7.1798L8.05109 6.49997L9.3417 7.1798L9.09521 5.73989L10.1393 4.72015L8.69639 4.51007L8.05109 3.2L7.40578 4.51007L5.96283 4.72015L7.00696 5.73989L6.76047 7.1798Z",
|
|
986
1016
|
fill: "#F2C94C"
|
|
987
|
-
}))),
|
|
1017
|
+
}))), r1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
988
1018
|
width: 25,
|
|
989
1019
|
height: 24,
|
|
990
1020
|
viewBox: "0 0 25 24",
|
|
991
1021
|
fill: "none",
|
|
992
1022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
993
1023
|
...r
|
|
994
|
-
}, /* @__PURE__ */
|
|
1024
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
995
1025
|
id: "Friends"
|
|
996
|
-
}, /* @__PURE__ */
|
|
1026
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
997
1027
|
id: "Vector",
|
|
998
1028
|
d: "M4.19231 7.03125C2.66346 7.03125 1.42308 8.19973 1.42308 9.63994C1.42308 11.0802 2.66346 12.2486 4.19231 12.2486C5.72115 12.2486 6.96154 11.0802 6.96154 9.63994C6.96154 8.19973 5.72115 7.03125 4.19231 7.03125ZM4.19231 12.2486C2.16226 12.2486 0.5 13.8145 0.5 15.7269V17.629C0.5 17.629 1.42308 18.3356 4.19231 18.3356C6.96154 18.3356 7.88461 17.629 7.88461 17.629V15.7269C7.88461 13.8145 6.22236 12.2486 4.19231 12.2486ZM20.8077 7.03125C19.2788 7.03125 18.0385 8.19973 18.0385 9.63994C18.0385 11.0802 19.2788 12.2486 20.8077 12.2486C22.3365 12.2486 23.5769 11.0802 23.5769 9.63994C23.5769 8.19973 22.3365 7.03125 20.8077 7.03125ZM20.8077 12.2486C18.7776 12.2486 17.1154 13.8145 17.1154 15.7269V17.629C17.1154 17.629 18.0385 18.3356 20.8077 18.3356C23.5769 18.3356 24.5 17.629 24.5 17.629V15.7269C24.5 13.8145 22.8377 12.2486 20.8077 12.2486ZM12.5 10.5095C10.9712 10.5095 9.73077 11.678 9.73077 13.1182C9.73077 14.5584 10.9712 15.7269 12.5 15.7269C14.0288 15.7269 15.2692 14.5584 15.2692 13.1182C15.2692 11.678 14.0288 10.5095 12.5 10.5095ZM12.5 15.7269C10.47 15.7269 8.80769 17.2928 8.80769 19.2051V21.1073C8.80769 21.1073 9.73077 21.8138 12.5 21.8138C15.2692 21.8138 16.1923 21.1073 16.1923 21.1073V19.2051C16.1923 17.2928 14.53 15.7269 12.5 15.7269Z",
|
|
999
1029
|
fill: "white"
|
|
1000
|
-
}), /* @__PURE__ */
|
|
1030
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1001
1031
|
id: "Vector_2",
|
|
1002
1032
|
d: "M8.58473 1.5C6.96392 1.5 5.64893 2.73876 5.64893 4.2656C5.64893 5.79245 6.96392 7.03121 8.58473 7.03121C10.2055 7.03121 11.5205 5.79245 11.5205 4.2656C11.5205 2.73876 10.2055 1.5 8.58473 1.5ZM8.58473 7.03121C8.29038 7.03121 7.99221 7.024 7.69787 7.11763C8.28656 7.85584 8.58473 8.78131 8.58473 9.79681C8.58473 10.1641 8.49298 10.5242 8.49298 10.8915C9.27663 9.78601 10.5419 9.05859 12.0098 8.87494C11.3256 7.76942 10.0526 7.03121 8.58473 7.03121ZM16.4135 1.5C14.7927 1.5 13.4777 2.73876 13.4777 4.2656C13.4777 5.79245 14.7927 7.03121 16.4135 7.03121C18.0343 7.03121 19.3493 5.79245 19.3493 4.2656C19.3493 2.73876 18.0343 1.5 16.4135 1.5ZM16.4135 7.03121C14.9456 7.03121 13.6727 7.76942 12.9884 8.87494C14.4563 9.05859 15.7216 9.78601 16.5053 10.8915C16.5053 10.5242 16.4135 10.1641 16.4135 9.79681C16.4135 8.78131 16.7117 7.85584 17.3004 7.11763C17.006 7.024 16.7079 7.03121 16.4135 7.03121Z",
|
|
1003
1033
|
fill: "white",
|
|
1004
1034
|
fillOpacity: 0.4
|
|
1005
|
-
}))),
|
|
1035
|
+
}))), n1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1006
1036
|
width: 18,
|
|
1007
1037
|
height: 18,
|
|
1008
1038
|
viewBox: "0 0 18 18",
|
|
1009
1039
|
fill: "none",
|
|
1010
1040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1011
1041
|
...r
|
|
1012
|
-
}, /* @__PURE__ */
|
|
1042
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1013
1043
|
id: "Group 483737"
|
|
1014
|
-
}, /* @__PURE__ */
|
|
1044
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1015
1045
|
id: "Icon / Live"
|
|
1016
|
-
}, /* @__PURE__ */
|
|
1046
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1017
1047
|
id: "circle-path",
|
|
1018
1048
|
fillRule: "evenodd",
|
|
1019
1049
|
clipRule: "evenodd",
|
|
1020
1050
|
d: "M9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17Z",
|
|
1021
1051
|
stroke: "#107D57"
|
|
1022
|
-
}), /* @__PURE__ */
|
|
1052
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1023
1053
|
id: "Combined Shape",
|
|
1024
1054
|
fillRule: "evenodd",
|
|
1025
1055
|
clipRule: "evenodd",
|
|
1026
1056
|
d: "M10.6432 6.12891C10.9551 6.12891 11.2103 6.37162 11.2302 6.67846L11.2315 6.71714V7.55879L13.3334 6.46776C13.6362 6.31058 13.9959 6.51777 14.0195 6.85057L14.0207 6.88543V11.1406C14.0207 11.4763 13.6813 11.7002 13.3764 11.578L13.345 11.5641L11.2315 10.54V11.2818C11.2315 11.5937 10.9887 11.8489 10.6819 11.8688L10.6432 11.8701H5.11851C4.80663 11.8701 4.55144 11.6274 4.53152 11.3205L4.53027 11.2818V6.71714C4.53027 6.40526 4.77299 6.15007 5.07983 6.13016L5.11851 6.12891H10.6432ZM10.2897 7.07007H5.4709V10.9289H10.2897V7.07007ZM13.0792 7.65972L11.2396 8.61454V9.49831L13.0792 10.3896V7.65972Z",
|
|
1027
1057
|
fill: "#107D57"
|
|
1028
|
-
})))),
|
|
1058
|
+
})))), o1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1029
1059
|
width: 14,
|
|
1030
1060
|
height: 17,
|
|
1031
1061
|
viewBox: "0 0 14 17",
|
|
1032
1062
|
fill: "none",
|
|
1033
1063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1034
1064
|
...r
|
|
1035
|
-
}, /* @__PURE__ */
|
|
1065
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1036
1066
|
id: "Icon / Games"
|
|
1037
|
-
}, /* @__PURE__ */
|
|
1067
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1038
1068
|
id: "Icon / Games_2",
|
|
1039
1069
|
d: "M6.27412 2.68557L6.27411 2.68557C5.62309 2.63368 5.0525 3.12172 5.00064 3.7713L5.00064 3.77134L4.14164 14.5465C4.14163 14.5465 4.14163 14.5465 4.14163 14.5465C4.08978 15.1963 4.57588 15.7681 5.22739 15.82C5.22741 15.82 5.22742 15.82 5.22744 15.82L11.3107 16.3052L11.3108 16.3052C11.9618 16.3571 12.5324 15.869 12.5842 15.2194L12.5842 15.2194L13.4432 4.4443C13.4951 3.79528 13.0091 3.22266 12.3575 3.17076C12.3575 3.17076 12.3574 3.17076 12.3574 3.17076L6.27412 2.68557ZM8.15378 7.95339C8.06822 8.08171 8.00584 8.22011 7.96597 8.36701L7.39679 8.32084C7.47153 7.93067 7.63452 7.64794 7.86868 7.44845C8.15963 7.20058 8.54037 7.08303 9.04377 7.12388C9.36277 7.14976 9.62596 7.23281 9.84206 7.36455L9.84205 7.36458L9.84603 7.36693C10.0639 7.49535 10.2189 7.65832 10.3213 7.85605C10.4234 8.05317 10.4683 8.27793 10.4483 8.53948C10.4345 8.71901 10.392 8.86521 10.3278 8.98465L10.3277 8.98461L10.3242 8.99151C10.2546 9.12905 10.1759 9.23612 10.0908 9.31799L10.0907 9.31793L10.0855 9.32326C9.98974 9.41994 9.85909 9.53313 9.69013 9.66317C9.48159 9.8217 9.31317 9.96772 9.19518 10.0999L9.19509 10.0998L9.18961 10.1063C9.10272 10.2092 9.04052 10.3244 9.00219 10.449L8.46556 10.4054C8.49427 10.3132 8.5356 10.2357 8.58714 10.17C8.70826 10.0178 8.8862 9.84033 9.1277 9.63726C9.33755 9.46764 9.50811 9.30895 9.63088 9.16198L9.39343 8.96362L9.63088 9.16198C9.77451 8.99005 9.86011 8.79 9.87715 8.56784C9.89609 8.32086 9.82923 8.08941 9.6571 7.90614C9.48861 7.71582 9.25493 7.62752 9.00193 7.60699L8.97691 7.91539L9.00193 7.60699C8.67115 7.58016 8.35479 7.66584 8.15766 7.94771L8.1576 7.94766L8.15378 7.95339ZM8.84046 11.5393L8.84024 11.5394L8.84882 11.5493C8.9033 11.6122 8.9274 11.681 8.92009 11.7763C8.91337 11.8639 8.88049 11.9307 8.81121 11.9916L8.81117 11.9915L8.8063 11.996C8.74838 12.0491 8.68489 12.0727 8.59225 12.0652C8.49804 12.0575 8.43752 12.0248 8.38914 11.9687C8.34013 11.9019 8.31721 11.826 8.32494 11.7253L8.01644 11.7016L8.32494 11.7253C8.33288 11.6218 8.36807 11.5555 8.42399 11.5042L8.2147 11.2763L8.42377 11.5044C8.48168 11.4513 8.54518 11.4277 8.63782 11.4352C8.73051 11.4427 8.79051 11.4764 8.84046 11.5393Z",
|
|
1040
1070
|
stroke: "#107D57",
|
|
1041
1071
|
strokeWidth: 0.618817
|
|
1042
|
-
}), /* @__PURE__ */
|
|
1072
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1043
1073
|
id: "Icon / Games_3",
|
|
1044
1074
|
d: "M7.74941 0.00278796L1.66605 0.487981C1.18503 0.526267 0.82584 0.949506 0.864126 1.42843L1.72313 12.2036C1.76142 12.6832 2.18327 13.0438 2.66359 13.0055L3.18754 12.9637L3.97219 3.12062C4.0418 2.24421 4.81101 1.58916 5.68742 1.65878L8.7776 1.90524L8.68986 0.804714C8.65157 0.32509 8.22973 -0.0354984 7.74941 0.00278796Z",
|
|
1045
1075
|
fill: "#107D57"
|
|
1046
|
-
}))),
|
|
1076
|
+
}))), s1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1047
1077
|
width: 19,
|
|
1048
1078
|
height: 14,
|
|
1049
1079
|
viewBox: "0 0 19 14",
|
|
1050
1080
|
fill: "none",
|
|
1051
1081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1052
1082
|
...r
|
|
1053
|
-
}, /* @__PURE__ */
|
|
1083
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1054
1084
|
id: "Icon / LeaderBoard"
|
|
1055
|
-
}, /* @__PURE__ */
|
|
1085
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1056
1086
|
id: "Combined Shape",
|
|
1057
1087
|
fillRule: "evenodd",
|
|
1058
1088
|
clipRule: "evenodd",
|
|
1059
1089
|
d: "M16.8236 2.46643C16.436 2.23624 16.1759 1.81093 16.1759 1.32432C16.1759 0.59292 16.7636 0 17.4885 0C18.2134 0 18.8011 0.59292 18.8011 1.32432C18.8011 1.81093 18.541 2.23624 18.1534 2.46643C18.5192 2.51678 18.8011 2.83327 18.8011 3.2162V10.7838C18.8011 11.2017 18.4653 11.5405 18.051 11.5405H16.926L16.9147 11.5404H10.9255V11.5406V13.2433C10.9255 13.6612 10.5897 14 10.1755 14H8.67539C8.26115 14 7.92534 13.6612 7.92534 13.2433V11.5406V11.5404H1.93622L1.92493 11.5405H0.799856C0.385614 11.5405 0.0498047 11.2017 0.0498047 10.7838V3.2162C0.0498047 2.83328 0.331692 2.51678 0.697521 2.46643C0.309923 2.23624 0.0498047 1.81093 0.0498047 1.32432C0.0498047 0.59292 0.637471 0 1.36239 0C2.08732 0 2.67498 0.59292 2.67498 1.32432C2.67498 1.81093 2.41487 2.23624 2.02727 2.46643C2.16328 2.48515 2.28769 2.54066 2.39032 2.62269C4.78264 1.62379 7.12768 1.12793 9.42545 1.13511C11.7225 1.14228 14.0669 1.63872 16.4584 2.62442C16.5615 2.54144 16.6867 2.48528 16.8236 2.46643ZM1.92494 10.7837L1.92493 3.21617H0.799862V10.7837H1.92494ZM16.1759 3.32547C13.8707 2.37522 11.6209 1.89875 9.42314 1.89189C7.2272 1.88503 4.97905 2.36051 2.675 3.32285V10.7837H16.1759V3.32547ZM17.4885 1.89189C17.7992 1.89189 18.0511 1.63779 18.0511 1.32433C18.0511 1.01087 17.7992 0.75676 17.4885 0.75676C17.1778 0.75676 16.926 1.01087 16.926 1.32433C16.926 1.63779 17.1778 1.89189 17.4885 1.89189ZM16.926 3.21617V10.7837H18.0511V3.21617H16.926ZM8.67538 13.2432V11.5405H10.1755V13.2432H8.67538ZM1.3624 1.89189C1.67308 1.89189 1.92494 1.63779 1.92494 1.32433C1.92494 1.01087 1.67308 0.75676 1.3624 0.75676C1.05172 0.75676 0.799862 1.01087 0.799862 1.32433C0.799862 1.63779 1.05172 1.89189 1.3624 1.89189Z",
|
|
1060
1090
|
fill: "#107D57"
|
|
1061
|
-
}))),
|
|
1091
|
+
}))), a1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1062
1092
|
width: 20,
|
|
1063
1093
|
height: 20,
|
|
1064
1094
|
viewBox: "0 0 20 20",
|
|
1065
1095
|
fill: "none",
|
|
1066
1096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1067
1097
|
...r
|
|
1068
|
-
}, /* @__PURE__ */
|
|
1098
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1069
1099
|
id: "check"
|
|
1070
|
-
}, /* @__PURE__ */
|
|
1100
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1071
1101
|
id: "Vector",
|
|
1072
1102
|
d: "M3.59985 10.8L7.59985 14.8L16.3999 5.20001",
|
|
1073
1103
|
stroke: "white",
|
|
1074
1104
|
strokeWidth: 1.2,
|
|
1075
1105
|
strokeLinecap: "round",
|
|
1076
1106
|
strokeLinejoin: "round"
|
|
1077
|
-
}))),
|
|
1107
|
+
}))), l1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1078
1108
|
width: 20,
|
|
1079
1109
|
height: 20,
|
|
1080
1110
|
viewBox: "0 0 20 20",
|
|
1081
1111
|
fill: "none",
|
|
1082
1112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1083
1113
|
...r
|
|
1084
|
-
}, /* @__PURE__ */
|
|
1114
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1085
1115
|
id: "cross"
|
|
1086
|
-
}, /* @__PURE__ */
|
|
1116
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1087
1117
|
id: "Vector",
|
|
1088
1118
|
d: "M5.19995 14.8L14.8 5.20001M5.19995 5.20001L14.8 14.8",
|
|
1089
1119
|
stroke: "white",
|
|
1090
1120
|
strokeWidth: 1.2,
|
|
1091
1121
|
strokeLinecap: "round",
|
|
1092
1122
|
strokeLinejoin: "round"
|
|
1093
|
-
}))),
|
|
1123
|
+
}))), c1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1094
1124
|
width: 16,
|
|
1095
1125
|
height: 16,
|
|
1096
1126
|
viewBox: "0 0 16 16",
|
|
1097
1127
|
fill: "none",
|
|
1098
1128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1099
1129
|
...r
|
|
1100
|
-
}, /* @__PURE__ */
|
|
1130
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1101
1131
|
id: "Icon/Insight"
|
|
1102
|
-
}, /* @__PURE__ */
|
|
1132
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1103
1133
|
id: "Fill-1",
|
|
1104
1134
|
fillRule: "evenodd",
|
|
1105
1135
|
clipRule: "evenodd",
|
|
1106
1136
|
d: "M9.3336 9.33644C8.59749 10.0725 7.40264 10.0725 6.66652 9.33644C5.93041 8.60039 5.93041 7.40565 6.66652 6.6696C7.40264 5.93355 8.59749 5.93355 9.3336 6.6696C10.0697 7.40565 10.0697 8.60039 9.3336 9.33644Z",
|
|
1107
1137
|
fill: "#107D57"
|
|
1108
|
-
}), /* @__PURE__ */
|
|
1138
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1109
1139
|
id: "Fill-3",
|
|
1110
1140
|
fillRule: "evenodd",
|
|
1111
1141
|
clipRule: "evenodd",
|
|
1112
1142
|
d: "M12.3345 12.3306C11.7818 12.8833 10.8863 12.8827 10.3342 12.3306C9.78211 11.7786 9.78145 10.8832 10.3342 10.3305C10.8869 9.77781 11.7824 9.77847 12.3345 10.3305C12.8866 10.8825 12.8873 11.7779 12.3345 12.3306Z",
|
|
1113
1143
|
fill: "#107D57"
|
|
1114
|
-
}), /* @__PURE__ */
|
|
1144
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1115
1145
|
id: "Fill-5",
|
|
1116
1146
|
fillRule: "evenodd",
|
|
1117
1147
|
clipRule: "evenodd",
|
|
1118
1148
|
d: "M5.66586 5.66365C5.11311 6.21635 4.21831 6.21635 3.66556 5.66365C3.11281 5.11094 3.11281 4.21622 3.66556 3.66352C4.21831 3.11081 5.11311 3.11081 5.66586 3.66352C6.21861 4.21622 6.21861 5.11094 5.66586 5.66365Z",
|
|
1119
1149
|
fill: "#107D57"
|
|
1120
|
-
}), /* @__PURE__ */
|
|
1150
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1121
1151
|
id: "Fill-7",
|
|
1122
1152
|
fillRule: "evenodd",
|
|
1123
1153
|
clipRule: "evenodd",
|
|
1124
1154
|
d: "M12.3345 5.66365C11.7818 6.21635 10.8869 6.21635 10.3342 5.66365C9.78145 5.11094 9.78145 4.21622 10.3342 3.66352C10.8869 3.11081 11.7818 3.11081 12.3345 3.66352C12.8873 4.21622 12.8873 5.11094 12.3345 5.66365Z",
|
|
1125
1155
|
fill: "#107D57"
|
|
1126
|
-
}), /* @__PURE__ */
|
|
1156
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1127
1157
|
id: "Fill-9",
|
|
1128
1158
|
fillRule: "evenodd",
|
|
1129
1159
|
clipRule: "evenodd",
|
|
1130
1160
|
d: "M5.66586 12.3306C5.11378 12.8827 4.21831 12.8833 3.66556 12.3306C3.11281 11.7779 3.11347 10.8825 3.66556 10.3305C4.21764 9.77847 5.11311 9.77781 5.66586 10.3305C6.21861 10.8832 6.21795 11.7786 5.66586 12.3306Z",
|
|
1131
1161
|
fill: "#107D57"
|
|
1132
|
-
}), /* @__PURE__ */
|
|
1162
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1133
1163
|
id: "Fill-11",
|
|
1134
1164
|
opacity: 0.5,
|
|
1135
1165
|
fillRule: "evenodd",
|
|
1136
1166
|
clipRule: "evenodd",
|
|
1137
1167
|
d: "M8.66683 1.99964C8.29877 2.36766 7.70135 2.36766 7.33329 1.99964C6.96524 1.63162 6.96524 1.03425 7.33329 0.666221C7.70135 0.298198 8.29877 0.298198 8.66683 0.666221C9.03489 1.03425 9.03489 1.63162 8.66683 1.99964Z",
|
|
1138
1168
|
fill: "#107D57"
|
|
1139
|
-
}), /* @__PURE__ */
|
|
1169
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1140
1170
|
id: "Fill-13",
|
|
1141
1171
|
opacity: 0.5,
|
|
1142
1172
|
fillRule: "evenodd",
|
|
1143
1173
|
clipRule: "evenodd",
|
|
1144
1174
|
d: "M15.3332 8.66676C14.9652 9.03478 14.3684 9.03545 13.9997 8.66675C13.631 8.29806 13.6316 7.70136 13.9997 7.33334C14.3677 6.96531 14.9645 6.96464 15.3332 7.33334C15.7019 7.70203 15.7013 8.29873 15.3332 8.66676Z",
|
|
1145
1175
|
fill: "#107D57"
|
|
1146
|
-
}), /* @__PURE__ */
|
|
1176
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1147
1177
|
id: "Fill-15",
|
|
1148
1178
|
opacity: 0.5,
|
|
1149
1179
|
fillRule: "evenodd",
|
|
1150
1180
|
clipRule: "evenodd",
|
|
1151
1181
|
d: "M8.66683 15.3339C8.29811 15.7026 7.70202 15.7026 7.33329 15.3339C6.96457 14.9652 6.96457 14.3691 7.33329 14.0004C7.70202 13.6318 8.29811 13.6318 8.66683 14.0005C9.03555 14.3691 9.03555 14.9652 8.66683 15.3339Z",
|
|
1152
1182
|
fill: "#107D57"
|
|
1153
|
-
}), /* @__PURE__ */
|
|
1183
|
+
}), /* @__PURE__ */ M.createElement("path", {
|
|
1154
1184
|
id: "Fill-17",
|
|
1155
1185
|
opacity: 0.5,
|
|
1156
1186
|
fillRule: "evenodd",
|
|
1157
1187
|
clipRule: "evenodd",
|
|
1158
1188
|
d: "M2.00033 8.66676C1.6316 9.03545 1.03484 9.03478 0.666788 8.66676C0.298732 8.29873 0.298065 7.70203 0.666788 7.33334C1.03551 6.96465 1.63227 6.96531 2.00033 7.33334C2.36838 7.70136 2.36905 8.29806 2.00033 8.66676Z",
|
|
1159
1189
|
fill: "#107D57"
|
|
1160
|
-
}))),
|
|
1190
|
+
}))), u1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1161
1191
|
width: 16,
|
|
1162
1192
|
height: 16,
|
|
1163
1193
|
viewBox: "0 0 16 16",
|
|
1164
1194
|
fill: "none",
|
|
1165
1195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1166
1196
|
...r
|
|
1167
|
-
}, /* @__PURE__ */
|
|
1197
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1168
1198
|
id: "Poll"
|
|
1169
|
-
}, /* @__PURE__ */
|
|
1199
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1170
1200
|
id: "Notification/Icon/Poll",
|
|
1171
1201
|
fillRule: "evenodd",
|
|
1172
1202
|
clipRule: "evenodd",
|
|
1173
1203
|
d: "M9.7778 1.68421V5.05263H13.3333C13.8243 5.05263 14.2222 4.67561 14.2222 4.21053V2.52632C14.2222 2.06123 13.8243 1.68421 13.3333 1.68421H9.7778ZM2.66667 0C1.19391 0 0 1.13107 0 2.52632V4.21053C0 5.60577 1.19391 6.73684 2.66667 6.73684H13.3333C14.8061 6.73684 16 5.60577 16 4.21053V2.52632C16 1.13107 14.8061 0 13.3333 0H2.66667ZM4.44446 10.9473H13.3333C13.8243 10.9473 14.2222 11.3243 14.2222 11.7894V13.4736C14.2222 13.9387 13.8243 14.3157 13.3333 14.3157H4.44446V10.9473ZM0 11.7894C0 10.3942 1.19391 9.2631 2.66667 9.2631H13.3333C14.8061 9.2631 16 10.3942 16 11.7894V13.4736C16 14.8689 14.8061 15.9999 13.3333 15.9999H2.66667C1.19391 15.9999 0 14.8689 0 13.4736V11.7894Z",
|
|
1174
1204
|
fill: "white",
|
|
1175
1205
|
fillOpacity: 0.5
|
|
1176
|
-
}))),
|
|
1206
|
+
}))), d1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1177
1207
|
width: 16,
|
|
1178
1208
|
height: 16,
|
|
1179
1209
|
viewBox: "0 0 16 16",
|
|
1180
1210
|
fill: "none",
|
|
1181
1211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1182
1212
|
...r
|
|
1183
|
-
}, /* @__PURE__ */
|
|
1213
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1184
1214
|
id: "Icon/Notification/Prediciton"
|
|
1185
|
-
}, /* @__PURE__ */
|
|
1215
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1186
1216
|
id: "Icon/Prediction",
|
|
1187
1217
|
fillRule: "evenodd",
|
|
1188
1218
|
clipRule: "evenodd",
|
|
1189
1219
|
d: "M16 7.00522C16 7.00522 9.20048 6.81607 9.20048 0C9.20048 6.36168 3.27729 6.95056 2.48756 7.00078L2.40094 7.00522C2.40094 7.00522 9.20048 7.19435 9.20048 14.0104C9.20048 7.64877 15.1234 7.05989 15.9131 7.00964L16 7.00522ZM6.97382 12.5652C6.97382 12.5652 3.48691 12.4724 3.48691 9.13033C3.48691 12.2496 0.449402 12.5384 0.0444186 12.563L0 12.5652C0 12.5652 3.48691 12.6579 3.48691 16C3.48691 12.8807 6.52429 12.592 6.92927 12.5673L6.97382 12.5652Z",
|
|
1190
1220
|
fill: "white",
|
|
1191
1221
|
fillOpacity: 0.5
|
|
1192
|
-
}))),
|
|
1222
|
+
}))), h1 = (r) => /* @__PURE__ */ M.createElement("svg", {
|
|
1193
1223
|
width: 16,
|
|
1194
1224
|
height: 16,
|
|
1195
1225
|
viewBox: "0 0 16 16",
|
|
1196
1226
|
fill: "none",
|
|
1197
1227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1198
1228
|
...r
|
|
1199
|
-
}, /* @__PURE__ */
|
|
1229
|
+
}, /* @__PURE__ */ M.createElement("g", {
|
|
1200
1230
|
id: "Icon/Notification/Trivia"
|
|
1201
|
-
}, /* @__PURE__ */
|
|
1231
|
+
}, /* @__PURE__ */ M.createElement("path", {
|
|
1202
1232
|
id: "Notification/Icon/Trivia",
|
|
1203
1233
|
fillRule: "evenodd",
|
|
1204
1234
|
clipRule: "evenodd",
|
|
@@ -1206,22 +1236,24 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
1206
1236
|
fill: "white",
|
|
1207
1237
|
fillOpacity: 0.5
|
|
1208
1238
|
}))), oi = {
|
|
1209
|
-
"invite-game-icon":
|
|
1210
|
-
"icon-trophy":
|
|
1211
|
-
"icon-
|
|
1212
|
-
"icon-
|
|
1213
|
-
"icon-
|
|
1214
|
-
"icon-
|
|
1215
|
-
"icon-
|
|
1216
|
-
"icon-
|
|
1217
|
-
"icon-
|
|
1218
|
-
"icon-
|
|
1219
|
-
"icon-
|
|
1220
|
-
"icon-
|
|
1221
|
-
"icon-
|
|
1222
|
-
"icon-
|
|
1223
|
-
"icon-
|
|
1224
|
-
"icon-
|
|
1239
|
+
"invite-game-icon": r1,
|
|
1240
|
+
"icon-trophy": i1,
|
|
1241
|
+
"icon-play": Xn,
|
|
1242
|
+
"icon-trophy-green": t1,
|
|
1243
|
+
"icon-trivia": h1,
|
|
1244
|
+
"icon-thumb-down": e1,
|
|
1245
|
+
"icon-star": Kn,
|
|
1246
|
+
"icon-prediction": d1,
|
|
1247
|
+
"icon-insight": c1,
|
|
1248
|
+
"icon-poll": u1,
|
|
1249
|
+
"icon-masters-logo": Jn,
|
|
1250
|
+
"icon-logout": qn,
|
|
1251
|
+
"icon-link": Wn,
|
|
1252
|
+
"icon-external-link": Qn,
|
|
1253
|
+
"icon-invite-arrow": Gn,
|
|
1254
|
+
"icon-friends": Hn,
|
|
1255
|
+
"icon-exit": Zn,
|
|
1256
|
+
"icon-default-user-avatar": Vn,
|
|
1225
1257
|
"icon-cross": Bn,
|
|
1226
1258
|
"icon-close": Yn,
|
|
1227
1259
|
"icon-close-btn-white": Pn,
|
|
@@ -1231,13 +1263,13 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
1231
1263
|
"icon-chevron-left": On,
|
|
1232
1264
|
"icon-check-white": _n,
|
|
1233
1265
|
"icon-check-green": Rn,
|
|
1234
|
-
"icon-btn-channels":
|
|
1235
|
-
"icon-btn-feature-groups":
|
|
1236
|
-
"icon-btn-leaderboard":
|
|
1266
|
+
"icon-btn-channels": n1,
|
|
1267
|
+
"icon-btn-feature-groups": o1,
|
|
1268
|
+
"icon-btn-leaderboard": s1,
|
|
1237
1269
|
"icon-check": bn,
|
|
1238
1270
|
"icon-arrow": kn,
|
|
1239
|
-
correct:
|
|
1240
|
-
incorrect:
|
|
1271
|
+
correct: a1,
|
|
1272
|
+
incorrect: l1
|
|
1241
1273
|
}, ne = ({
|
|
1242
1274
|
name: r,
|
|
1243
1275
|
style: o,
|
|
@@ -1255,44 +1287,44 @@ const kn = (r) => /* @__PURE__ */ w.createElement("svg", {
|
|
|
1255
1287
|
...d
|
|
1256
1288
|
});
|
|
1257
1289
|
};
|
|
1258
|
-
const
|
|
1290
|
+
const p1 = () => ne, f1 = () => ne, g1 = /* @__PURE__ */ m("div")({
|
|
1259
1291
|
name: "s",
|
|
1260
1292
|
class: "s1lblda3",
|
|
1261
1293
|
propsAsIs: !1
|
|
1262
|
-
}),
|
|
1294
|
+
}), m1 = /* @__PURE__ */ m("div")({
|
|
1263
1295
|
name: "a",
|
|
1264
1296
|
class: "ascvb2g",
|
|
1265
1297
|
propsAsIs: !1
|
|
1266
|
-
}),
|
|
1298
|
+
}), y1 = /* @__PURE__ */ m("div")({
|
|
1267
1299
|
name: "p",
|
|
1268
1300
|
class: "p17rl8zy",
|
|
1269
1301
|
propsAsIs: !1
|
|
1270
|
-
}),
|
|
1302
|
+
}), I1 = /* @__PURE__ */ m("div")({
|
|
1271
1303
|
name: "l",
|
|
1272
1304
|
class: "l1vvttbn",
|
|
1273
1305
|
propsAsIs: !1
|
|
1274
|
-
}), vt = /* @__PURE__ */ m(
|
|
1306
|
+
}), vt = /* @__PURE__ */ m(p1())({
|
|
1275
1307
|
name: "c",
|
|
1276
1308
|
class: "c6fk2ph",
|
|
1277
1309
|
propsAsIs: !0
|
|
1278
|
-
}),
|
|
1310
|
+
}), M1 = /* @__PURE__ */ m(f1())({
|
|
1279
1311
|
name: "d",
|
|
1280
1312
|
class: "d1rdm136",
|
|
1281
1313
|
propsAsIs: !0
|
|
1282
|
-
}),
|
|
1314
|
+
}), w1 = /* @__PURE__ */ m("div")({
|
|
1283
1315
|
name: "f",
|
|
1284
1316
|
class: "fwqnnel",
|
|
1285
1317
|
propsAsIs: !1
|
|
1286
|
-
}),
|
|
1318
|
+
}), C1 = /* @__PURE__ */ m("div")({
|
|
1287
1319
|
name: "u",
|
|
1288
1320
|
class: "ucyxnlg",
|
|
1289
1321
|
propsAsIs: !1
|
|
1290
|
-
}),
|
|
1322
|
+
}), E1 = {
|
|
1291
1323
|
[nt.LOST]: /* @__PURE__ */ u(vt, { name: "icon-cross" }),
|
|
1292
1324
|
[nt.WON]: /* @__PURE__ */ u(vt, { name: "icon-check" }),
|
|
1293
1325
|
[nt.UNSET]: void 0,
|
|
1294
1326
|
[nt.DNP]: /* @__PURE__ */ u(vt, { name: "icon-arrow" })
|
|
1295
|
-
},
|
|
1327
|
+
}, A1 = ({
|
|
1296
1328
|
questionId: r,
|
|
1297
1329
|
questionType: o,
|
|
1298
1330
|
questionStatus: l,
|
|
@@ -1301,127 +1333,127 @@ const d1 = () => ne, h1 = () => ne, p1 = /* @__PURE__ */ m("div")({
|
|
|
1301
1333
|
openQuestion: g,
|
|
1302
1334
|
status: f
|
|
1303
1335
|
}) => {
|
|
1304
|
-
const s = Si[o], y =
|
|
1305
|
-
return s ? /* @__PURE__ */ x(
|
|
1306
|
-
/* @__PURE__ */ x(
|
|
1307
|
-
/* @__PURE__ */ x(
|
|
1308
|
-
/* @__PURE__ */ u(
|
|
1309
|
-
/* @__PURE__ */ x(
|
|
1336
|
+
const s = Si[o], y = E1[f];
|
|
1337
|
+
return s ? /* @__PURE__ */ x(g1, { onClick: () => g == null ? void 0 : g(r), children: [
|
|
1338
|
+
/* @__PURE__ */ x(C1, { children: [
|
|
1339
|
+
/* @__PURE__ */ x(m1, { children: [
|
|
1340
|
+
/* @__PURE__ */ u(M1, { name: s.iconName }),
|
|
1341
|
+
/* @__PURE__ */ x(w1, { children: [
|
|
1310
1342
|
s.label,
|
|
1311
1343
|
o === G.TRIVIA && l === er.RESOLVED && " • Expired"
|
|
1312
1344
|
] })
|
|
1313
1345
|
] }),
|
|
1314
|
-
/* @__PURE__ */ u(
|
|
1346
|
+
/* @__PURE__ */ u(y1, { children: d || "" })
|
|
1315
1347
|
] }),
|
|
1316
|
-
/* @__PURE__ */ u(
|
|
1348
|
+
/* @__PURE__ */ u(I1, { children: y || (h ? /* @__PURE__ */ u(jn, { children: "Play" }) : null) })
|
|
1317
1349
|
] }) : null;
|
|
1318
1350
|
};
|
|
1319
|
-
const
|
|
1351
|
+
const N1 = /* @__PURE__ */ m("div")({
|
|
1320
1352
|
name: "t",
|
|
1321
1353
|
class: "t19vr3p1",
|
|
1322
1354
|
propsAsIs: !1
|
|
1323
|
-
}), zi = ({ questions: r, openQuestion: o }) => /* @__PURE__ */ u(
|
|
1324
|
-
const
|
|
1355
|
+
}), zi = ({ questions: r, openQuestion: o }) => /* @__PURE__ */ u(N1, { children: r == null ? void 0 : r.map((l) => /* @__PURE__ */ u(A1, { openQuestion: o, ...l }, l.questionId)) }), ji = (r) => r.split(/\s+/).map((o) => o[0]).join("").toUpperCase(), ki = (r) => r ? r.toLocaleString("en-US") : "0";
|
|
1356
|
+
const x1 = /* @__PURE__ */ m("div")({
|
|
1325
1357
|
name: "t",
|
|
1326
1358
|
class: "taj61ja",
|
|
1327
1359
|
propsAsIs: !1
|
|
1328
|
-
}),
|
|
1360
|
+
}), v1 = /* @__PURE__ */ m("div")({
|
|
1329
1361
|
name: "r",
|
|
1330
1362
|
class: "r19fxewd",
|
|
1331
1363
|
propsAsIs: !1
|
|
1332
|
-
}),
|
|
1364
|
+
}), T1 = /* @__PURE__ */ m("div")({
|
|
1333
1365
|
name: "i",
|
|
1334
1366
|
class: "i1whkbqh",
|
|
1335
1367
|
propsAsIs: !1
|
|
1336
|
-
}), si = ({ indicator: r, title: o }) => /* @__PURE__ */ x(
|
|
1337
|
-
/* @__PURE__ */ u(
|
|
1338
|
-
/* @__PURE__ */ u(
|
|
1368
|
+
}), si = ({ indicator: r, title: o }) => /* @__PURE__ */ x(x1, { children: [
|
|
1369
|
+
/* @__PURE__ */ u(v1, { children: o }),
|
|
1370
|
+
/* @__PURE__ */ u(T1, { children: r })
|
|
1339
1371
|
] });
|
|
1340
|
-
const
|
|
1372
|
+
const L1 = /* @__PURE__ */ m("div")({
|
|
1341
1373
|
name: "i",
|
|
1342
1374
|
class: "i4lbhzs",
|
|
1343
1375
|
propsAsIs: !1
|
|
1344
|
-
}),
|
|
1376
|
+
}), D1 = /* @__PURE__ */ m("div")({
|
|
1345
1377
|
name: "o",
|
|
1346
1378
|
class: "ordquhq",
|
|
1347
1379
|
propsAsIs: !1
|
|
1348
|
-
}),
|
|
1380
|
+
}), S1 = /* @__PURE__ */ m("div")({
|
|
1349
1381
|
name: "n",
|
|
1350
1382
|
class: "nwzed99",
|
|
1351
1383
|
propsAsIs: !1
|
|
1352
|
-
}), at = ({ indicator: r, title: o }) => /* @__PURE__ */ x(
|
|
1353
|
-
/* @__PURE__ */ u(
|
|
1354
|
-
/* @__PURE__ */ u(
|
|
1384
|
+
}), at = ({ indicator: r, title: o }) => /* @__PURE__ */ x(L1, { children: [
|
|
1385
|
+
/* @__PURE__ */ u(D1, { children: r }),
|
|
1386
|
+
/* @__PURE__ */ u(S1, { children: o })
|
|
1355
1387
|
] });
|
|
1356
|
-
const
|
|
1388
|
+
const z1 = /* @__PURE__ */ m("div")({
|
|
1357
1389
|
name: "o",
|
|
1358
1390
|
class: "o15y0waw",
|
|
1359
1391
|
propsAsIs: !1
|
|
1360
|
-
}),
|
|
1392
|
+
}), j1 = /* @__PURE__ */ m("div")({
|
|
1361
1393
|
name: "i",
|
|
1362
1394
|
class: "ihjewwf",
|
|
1363
1395
|
propsAsIs: !1
|
|
1364
|
-
}),
|
|
1396
|
+
}), k1 = /* @__PURE__ */ m("div")({
|
|
1365
1397
|
name: "n",
|
|
1366
1398
|
class: "n10e9lv8",
|
|
1367
1399
|
propsAsIs: !1
|
|
1368
|
-
}),
|
|
1400
|
+
}), b1 = /* @__PURE__ */ m("div")({
|
|
1369
1401
|
name: "r",
|
|
1370
1402
|
class: "r13bxv",
|
|
1371
1403
|
propsAsIs: !1
|
|
1372
|
-
}),
|
|
1404
|
+
}), B1 = /* @__PURE__ */ m("img")({
|
|
1373
1405
|
name: "a",
|
|
1374
1406
|
class: "a1fi59c9",
|
|
1375
1407
|
propsAsIs: !1
|
|
1376
|
-
}),
|
|
1408
|
+
}), R1 = /* @__PURE__ */ m("div")({
|
|
1377
1409
|
name: "s",
|
|
1378
1410
|
class: "s1kkihge",
|
|
1379
1411
|
propsAsIs: !1
|
|
1380
|
-
}),
|
|
1412
|
+
}), _1 = /* @__PURE__ */ m("div")({
|
|
1381
1413
|
name: "c",
|
|
1382
1414
|
class: "cy4f4t",
|
|
1383
1415
|
propsAsIs: !1
|
|
1384
|
-
}),
|
|
1416
|
+
}), O1 = /* @__PURE__ */ m("div")({
|
|
1385
1417
|
name: "p",
|
|
1386
1418
|
class: "p18cnlx1",
|
|
1387
1419
|
propsAsIs: !1
|
|
1388
|
-
}),
|
|
1420
|
+
}), U1 = /* @__PURE__ */ m("img")({
|
|
1389
1421
|
name: "l",
|
|
1390
1422
|
class: "lboqgs5",
|
|
1391
1423
|
propsAsIs: !1
|
|
1392
|
-
}),
|
|
1424
|
+
}), $1 = /* @__PURE__ */ m("div")({
|
|
1393
1425
|
name: "d",
|
|
1394
1426
|
class: "d1oaal4",
|
|
1395
1427
|
propsAsIs: !1
|
|
1396
|
-
}),
|
|
1428
|
+
}), F1 = /* @__PURE__ */ m("div")({
|
|
1397
1429
|
name: "x",
|
|
1398
1430
|
class: "x1yzgo0u",
|
|
1399
1431
|
propsAsIs: !1
|
|
1400
|
-
}),
|
|
1432
|
+
}), P1 = /* @__PURE__ */ m("div")({
|
|
1401
1433
|
name: "f",
|
|
1402
1434
|
class: "f1l9i8s8",
|
|
1403
1435
|
propsAsIs: !1
|
|
1404
|
-
}),
|
|
1436
|
+
}), Y1 = /* @__PURE__ */ m("div")({
|
|
1405
1437
|
name: "g",
|
|
1406
1438
|
class: "g4cgl4u",
|
|
1407
1439
|
propsAsIs: !1
|
|
1408
|
-
}),
|
|
1440
|
+
}), V1 = /* @__PURE__ */ m("div")({
|
|
1409
1441
|
name: "h",
|
|
1410
1442
|
class: "h1qn1tmd",
|
|
1411
1443
|
propsAsIs: !1
|
|
1412
|
-
}),
|
|
1444
|
+
}), Z1 = /* @__PURE__ */ m("div")({
|
|
1413
1445
|
name: "u",
|
|
1414
1446
|
class: "u1gsbhq4",
|
|
1415
1447
|
propsAsIs: !1
|
|
1416
|
-
}),
|
|
1448
|
+
}), Q1 = /* @__PURE__ */ m("div")({
|
|
1417
1449
|
name: "m",
|
|
1418
1450
|
class: "mvj8oco",
|
|
1419
1451
|
propsAsIs: !1
|
|
1420
|
-
}),
|
|
1452
|
+
}), H1 = /* @__PURE__ */ m("button")({
|
|
1421
1453
|
name: "v",
|
|
1422
1454
|
class: "viqiaf2",
|
|
1423
1455
|
propsAsIs: !1
|
|
1424
|
-
}),
|
|
1456
|
+
}), G1 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlRyb3BoeSI+CjxwYXRoIGlkPSJDb21iaW5lZCBTaGFwZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjY5MTk3IDQuNjY2NjJDMy42OTE5NyA1Ljk5NzA1IDMuOTI5MTQgNy4xNzc4NyA0LjQwMzUgOC4yMDkxMkMzLjQ5OTY2IDguMDI0NTEgMi43NDQ4NyA3LjY2NDg2IDIuMTM5MSA3LjEzMDE0QzEuNTMzMzMgNi41OTU0MiAxLjIzMDQ2IDYuMDc5OCAxLjIzMDQ2IDUuNTgzMjhWNC42NjY2MkgzLjY5MTk3Wk0xNC43Njg2IDQuNjY2NjJWNS41ODMyOEMxNC43Njg2IDYuMDc5OCAxNC40NjU4IDYuNTk1NDIgMTMuODYgNy4xMzAxNEMxMy4yNTQyIDcuNjY0ODYgMTIuNDk5NCA4LjAyNDUxIDExLjU5NTYgOC4yMDkxMkMxMi4wNjk5IDcuMTc3ODcgMTIuMzA3MSA1Ljk5NzA1IDEyLjMwNzEgNC42NjY2MkgxNC43Njg2Wk0xNS45OTk4IDUuNTgzMjlWNC4zNjEwOEMxNS45OTk4IDQuMTA2NDUgMTUuOTEwMSAzLjg5MDAyIDE1LjczMDYgMy43MTE3OEMxNS41NTExIDMuNTMzNTQgMTUuMzMzMiAzLjQ0NDQyIDE1LjA3NjggMy40NDQ0MkgxMi4zMDc2VjIuNTI3NzZDMTIuMzA3NiAyLjEwNzYzIDEyLjE1NjkgMS43NDc5NyAxMS44NTU2IDEuNDQ4NzhDMTEuNTU0NCAxLjE0OTU5IDExLjE5MjIgMSAxMC43NjkxIDFINS4yMzA3MkM0LjgwNzY0IDEgNC40NDU0NyAxLjE0OTU5IDQuMTQ0MTkgMS40NDg3OEMzLjg0MjkxIDEuNzQ3OTcgMy42OTIyNyAyLjEwNzYzIDMuNjkyMjcgMi41Mjc3NlYzLjQ0NDQySDAuOTIzMDY4QzAuNjY2NjU5IDMuNDQ0NDIgMC40NDg3MTQgMy41MzM1NCAwLjI2OTIyOCAzLjcxMTc4QzAuMDg5NzQxOCAzLjg5MDAyIDAgNC4xMDY0NSAwIDQuMzYxMDhWNS41ODMyOUMwIDYuMDM1MjUgMC4xMzMwMSA2LjQ5MDM5IDAuMzk5MDM0IDYuOTQ4NzJDMC42NjUwNTkgNy40MDcwNSAxLjAyNDAzIDcuODIwODIgMS40NzU5NSA4LjE5MDAzQzEuOTI3ODcgOC41NTkyNCAyLjQ4MjM0IDguODY5NTcgMy4xMzkzOSA5LjEyMTAxQzMuNzk2NDQgOS4zNzI0NiA0LjQ4NzEzIDkuNTE0MDkgNS4yMTE0OSA5LjU0NTkyQzUuNDgwNzEgOS44ODk2NyA1Ljc4NTIgMTAuMTkyIDYuMTI0OTQgMTAuNDUzQzYuMzY4NTMgMTAuNjY5NSA2LjUzNjc5IDEwLjkwMDIgNi42Mjk3NCAxMS4xNDUzQzYuNzIyNjkgMTEuMzkwNCA2Ljc2OTE2IDExLjY3NTIgNi43NjkxNiAxMS45OTk5QzYuNzY5MTYgMTIuMzQzNiA2LjY3MTQxIDEyLjYzMzMgNi40NzU5IDEyLjg2ODhDNi4yODAzOCAxMy4xMDQzIDUuOTY3ODkgMTMuMjIyMSA1LjUzODQxIDEzLjIyMjFDNS4wNTc2NCAxMy4yMjIxIDQuNjI5NzYgMTMuMzY2OSA0LjI1NDc2IDEzLjY1NjZDMy44Nzk3NyAxMy45NDYyIDMuNjkyMjcgMTQuMzEwNiAzLjY5MjI3IDE0Ljc0OTlWMTUuMzYxQzMuNjkyMjcgMTUuNDUwMSAzLjcyMTEyIDE1LjUyMzMgMy43Nzg4MSAxNS41ODA2QzMuODM2NSAxNS42Mzc5IDMuOTEwMjIgMTUuNjY2NSAzLjk5OTk2IDE1LjY2NjVIMTEuOTk5OUMxMi4wODk2IDE1LjY2NjUgMTIuMTYzMyAxNS42Mzc5IDEyLjIyMSAxNS41ODA2QzEyLjI3ODcgMTUuNTIzMyAxMi4zMDc2IDE1LjQ1MDEgMTIuMzA3NiAxNS4zNjFWMTQuNzQ5OUMxMi4zMDc2IDE0LjMxMDYgMTIuMTIwMSAxMy45NDYyIDExLjc0NTEgMTMuNjU2NkMxMS4zNzAxIDEzLjM2NjkgMTAuOTQyMiAxMy4yMjIxIDEwLjQ2MTQgMTMuMjIyMUMxMC4wMzE5IDEzLjIyMjEgOS43MTk0NSAxMy4xMDQzIDkuNTIzOTQgMTIuODY4OEM5LjMyODQzIDEyLjYzMzMgOS4yMzA2OCAxMi4zNDM2IDkuMjMwNjggMTEuOTk5OUM5LjIzMDY4IDExLjY3NTIgOS4yNzcxNSAxMS4zOTA0IDkuMzcwMSAxMS4xNDUzQzkuNDYzMDUgMTAuOTAwMiA5LjYzMTMxIDEwLjY2OTUgOS44NzQ5IDEwLjQ1M0MxMC4yMTQ2IDEwLjE5MiAxMC41MTkxIDkuODg5NjcgMTAuNzg4NCA5LjU0NTkyQzExLjUxMjcgOS41MTQwOSAxMi4yMDM0IDkuMzcyNDYgMTIuODYwNCA5LjEyMTAxQzEzLjUxNzUgOC44Njk1NyAxNC4wNzIgOC41NTkyNCAxNC41MjM5IDguMTkwMDNDMTQuOTc1OCA3LjgyMDgyIDE1LjMzNDggNy40MDcwNSAxNS42MDA4IDYuOTQ4NzJDMTUuODY2OCA2LjQ5MDM5IDE1Ljk5OTggNi4wMzUyNSAxNS45OTk4IDUuNTgzMjlaTTYuNzYwNDcgNy4xNzk4TDguMDUxMDkgNi40OTk5N0w5LjM0MTcgNy4xNzk4TDkuMDk1MjEgNS43Mzk4OUwxMC4xMzkzIDQuNzIwMTVMOC42OTYzOSA0LjUxMDA3TDguMDUxMDkgMy4yTDcuNDA1NzggNC41MTAwN0w1Ljk2MjgzIDQuNzIwMTVMNy4wMDY5NiA1LjczOTg5TDYuNzYwNDcgNy4xNzk4WiIgZmlsbD0iI0YyQzk0QyIvPgo8L2c+Cjwvc3ZnPgo=", bi = ({
|
|
1425
1457
|
avatar: r,
|
|
1426
1458
|
name: o,
|
|
1427
1459
|
points: l,
|
|
@@ -1432,23 +1464,23 @@ const D1 = /* @__PURE__ */ m("div")({
|
|
|
1432
1464
|
incorrect: s,
|
|
1433
1465
|
inTop: y,
|
|
1434
1466
|
average: A
|
|
1435
|
-
}) => /* @__PURE__ */ x(
|
|
1436
|
-
/* @__PURE__ */ u(
|
|
1437
|
-
/* @__PURE__ */ x(
|
|
1438
|
-
r && /* @__PURE__ */ u(
|
|
1439
|
-
!r && /* @__PURE__ */ u(
|
|
1467
|
+
}) => /* @__PURE__ */ x(z1, { children: [
|
|
1468
|
+
/* @__PURE__ */ u(j1, { children: /* @__PURE__ */ x(b1, { children: [
|
|
1469
|
+
/* @__PURE__ */ x(H1, { children: [
|
|
1470
|
+
r && /* @__PURE__ */ u(B1, { alt: "avatar", src: r }),
|
|
1471
|
+
!r && /* @__PURE__ */ u(Q1, { children: ji(o || "") })
|
|
1440
1472
|
] }),
|
|
1441
|
-
/* @__PURE__ */ x(
|
|
1442
|
-
/* @__PURE__ */ u(
|
|
1443
|
-
/* @__PURE__ */ x(
|
|
1444
|
-
/* @__PURE__ */ x(
|
|
1445
|
-
/* @__PURE__ */ u(
|
|
1446
|
-
/* @__PURE__ */ x(
|
|
1473
|
+
/* @__PURE__ */ x(R1, { children: [
|
|
1474
|
+
/* @__PURE__ */ u(_1, { children: o }),
|
|
1475
|
+
/* @__PURE__ */ x(O1, { children: [
|
|
1476
|
+
/* @__PURE__ */ x($1, { children: [
|
|
1477
|
+
/* @__PURE__ */ u(U1, { alt: "rank-icon", src: G1 }),
|
|
1478
|
+
/* @__PURE__ */ x(F1, { children: [
|
|
1447
1479
|
ki(l),
|
|
1448
|
-
/* @__PURE__ */ u(
|
|
1480
|
+
/* @__PURE__ */ u(P1, { children: "PTS" })
|
|
1449
1481
|
] })
|
|
1450
1482
|
] }),
|
|
1451
|
-
/* @__PURE__ */ u(
|
|
1483
|
+
/* @__PURE__ */ u(Y1, {}),
|
|
1452
1484
|
/* @__PURE__ */ x("div", { children: [
|
|
1453
1485
|
"TOP ",
|
|
1454
1486
|
y || 0,
|
|
@@ -1457,12 +1489,12 @@ const D1 = /* @__PURE__ */ m("div")({
|
|
|
1457
1489
|
] })
|
|
1458
1490
|
] })
|
|
1459
1491
|
] }) }),
|
|
1460
|
-
/* @__PURE__ */ x(
|
|
1461
|
-
/* @__PURE__ */ x(
|
|
1492
|
+
/* @__PURE__ */ x(k1, { children: [
|
|
1493
|
+
/* @__PURE__ */ x(V1, { children: [
|
|
1462
1494
|
/* @__PURE__ */ u(si, { indicator: d || 0, title: "Friends rank" }),
|
|
1463
1495
|
/* @__PURE__ */ u(si, { indicator: h || 0, title: "Global rank" })
|
|
1464
1496
|
] }),
|
|
1465
|
-
/* @__PURE__ */ x(
|
|
1497
|
+
/* @__PURE__ */ x(Z1, { children: [
|
|
1466
1498
|
/* @__PURE__ */ u(at, { indicator: g || 0, title: "Win streak" }),
|
|
1467
1499
|
/* @__PURE__ */ u(at, { indicator: f || 0, title: "Correct" }),
|
|
1468
1500
|
/* @__PURE__ */ u(at, { indicator: s || 0, title: "Incorrect" }),
|
|
@@ -1470,23 +1502,23 @@ const D1 = /* @__PURE__ */ m("div")({
|
|
|
1470
1502
|
] })
|
|
1471
1503
|
] })
|
|
1472
1504
|
] });
|
|
1473
|
-
const
|
|
1505
|
+
const W1 = () => ne, q1 = /* @__PURE__ */ m("div")({
|
|
1474
1506
|
name: "c",
|
|
1475
1507
|
class: "ciyeb68",
|
|
1476
1508
|
propsAsIs: !1
|
|
1477
|
-
}),
|
|
1509
|
+
}), J1 = /* @__PURE__ */ m(W1())({
|
|
1478
1510
|
name: "n",
|
|
1479
1511
|
class: "nfic4xc",
|
|
1480
1512
|
propsAsIs: !0
|
|
1481
|
-
}),
|
|
1513
|
+
}), X1 = /* @__PURE__ */ m("div")({
|
|
1482
1514
|
name: "d",
|
|
1483
1515
|
class: "d1pd1p66",
|
|
1484
1516
|
propsAsIs: !1
|
|
1485
|
-
}),
|
|
1517
|
+
}), K1 = /* @__PURE__ */ m("div")({
|
|
1486
1518
|
name: "p",
|
|
1487
1519
|
class: "p132yxcv",
|
|
1488
1520
|
propsAsIs: !1
|
|
1489
|
-
}),
|
|
1521
|
+
}), eo = /* @__PURE__ */ m("span")({
|
|
1490
1522
|
name: "l",
|
|
1491
1523
|
class: "l4a8aw",
|
|
1492
1524
|
propsAsIs: !1
|
|
@@ -1494,7 +1526,7 @@ const H1 = () => ne, G1 = /* @__PURE__ */ m("div")({
|
|
|
1494
1526
|
name: "g",
|
|
1495
1527
|
class: "gzdx7pk",
|
|
1496
1528
|
propsAsIs: !1
|
|
1497
|
-
}),
|
|
1529
|
+
}), to = ({
|
|
1498
1530
|
feedbackMessages: r,
|
|
1499
1531
|
questionVotedCorrectly: o,
|
|
1500
1532
|
questionVoted: l,
|
|
@@ -1504,54 +1536,54 @@ const H1 = () => ne, G1 = /* @__PURE__ */ m("div")({
|
|
|
1504
1536
|
if (!(l && (d === G.TRIVIA || d === G.PREDICTION)))
|
|
1505
1537
|
return null;
|
|
1506
1538
|
const g = d === G.PREDICTION && !h, f = o ? "correct" : "incorrect", s = o ? r.correctFeedback : r.incorrectFeedback;
|
|
1507
|
-
return /* @__PURE__ */ x(
|
|
1539
|
+
return /* @__PURE__ */ x(q1, { "data-isPrediction": g, children: [
|
|
1508
1540
|
g && /* @__PURE__ */ x(re, { children: [
|
|
1509
|
-
/* @__PURE__ */ u(
|
|
1541
|
+
/* @__PURE__ */ u(J1, { name: "icon-prediction" }),
|
|
1510
1542
|
/* @__PURE__ */ u(ai, { children: "Stay tuned to see if your prediction was correct." })
|
|
1511
1543
|
] }),
|
|
1512
1544
|
h && /* @__PURE__ */ x(re, { children: [
|
|
1513
|
-
/* @__PURE__ */ u(
|
|
1514
|
-
/* @__PURE__ */ u("div", { children: /* @__PURE__ */ x(
|
|
1515
|
-
/* @__PURE__ */ u(
|
|
1545
|
+
/* @__PURE__ */ u(X1, { "data-feedbackType": f, children: /* @__PURE__ */ u(ne, { name: f }) }),
|
|
1546
|
+
/* @__PURE__ */ u("div", { children: /* @__PURE__ */ x(K1, { children: [
|
|
1547
|
+
/* @__PURE__ */ u(eo, { "data-feedbackType": f, children: s == null ? void 0 : s.title }),
|
|
1516
1548
|
/* @__PURE__ */ u(ai, { children: s == null ? void 0 : s.description })
|
|
1517
1549
|
] }) })
|
|
1518
1550
|
] })
|
|
1519
1551
|
] });
|
|
1520
1552
|
};
|
|
1521
|
-
const
|
|
1553
|
+
const io = /* @__PURE__ */ m("div")({
|
|
1522
1554
|
name: "o",
|
|
1523
1555
|
class: "olc1eph",
|
|
1524
1556
|
propsAsIs: !1
|
|
1525
|
-
}),
|
|
1557
|
+
}), ro = /* @__PURE__ */ m("div")({
|
|
1526
1558
|
name: "n",
|
|
1527
1559
|
class: "n1yoh29a",
|
|
1528
1560
|
propsAsIs: !1
|
|
1529
|
-
}),
|
|
1561
|
+
}), no = /* @__PURE__ */ m("div")({
|
|
1530
1562
|
name: "r",
|
|
1531
1563
|
class: "rjkr5mb",
|
|
1532
1564
|
propsAsIs: !1
|
|
1533
|
-
}),
|
|
1565
|
+
}), oo = /* @__PURE__ */ m("div")({
|
|
1534
1566
|
name: "e",
|
|
1535
1567
|
class: "e82wnnx",
|
|
1536
1568
|
propsAsIs: !1
|
|
1537
1569
|
});
|
|
1538
|
-
const
|
|
1570
|
+
const so = () => Bi, ao = () => Bi, lo = () => ne, co = /* @__PURE__ */ m("button")({
|
|
1539
1571
|
name: "c",
|
|
1540
1572
|
class: "cpm4u8k",
|
|
1541
1573
|
propsAsIs: !1
|
|
1542
|
-
}),
|
|
1574
|
+
}), uo = /* @__PURE__ */ m("div")({
|
|
1543
1575
|
name: "l",
|
|
1544
1576
|
class: "lwfomc3",
|
|
1545
1577
|
propsAsIs: !1
|
|
1546
|
-
}),
|
|
1578
|
+
}), ho = /* @__PURE__ */ m("span")({
|
|
1547
1579
|
name: "d",
|
|
1548
1580
|
class: "dmltvg2",
|
|
1549
1581
|
propsAsIs: !1
|
|
1550
|
-
}),
|
|
1582
|
+
}), po = /* @__PURE__ */ m("div")({
|
|
1551
1583
|
name: "s",
|
|
1552
1584
|
class: "stfjpqz",
|
|
1553
1585
|
propsAsIs: !1
|
|
1554
|
-
}),
|
|
1586
|
+
}), fo = /* @__PURE__ */ m("div")({
|
|
1555
1587
|
name: "p",
|
|
1556
1588
|
class: "p198m24r",
|
|
1557
1589
|
propsAsIs: !1
|
|
@@ -1559,37 +1591,37 @@ const no = () => Bi, oo = () => Bi, so = () => ne, ao = /* @__PURE__ */ m("butto
|
|
|
1559
1591
|
name: "r",
|
|
1560
1592
|
class: "rbq5eu7",
|
|
1561
1593
|
propsAsIs: !1
|
|
1562
|
-
}),
|
|
1594
|
+
}), go = /* @__PURE__ */ m(so())({
|
|
1563
1595
|
name: "g",
|
|
1564
1596
|
class: "g1iv6oeb",
|
|
1565
1597
|
propsAsIs: !0
|
|
1566
|
-
}),
|
|
1598
|
+
}), mo = /* @__PURE__ */ m(ao())({
|
|
1567
1599
|
name: "h",
|
|
1568
1600
|
class: "h1qtxlqc",
|
|
1569
1601
|
propsAsIs: !0
|
|
1570
|
-
}),
|
|
1602
|
+
}), yo = /* @__PURE__ */ m("span")({
|
|
1571
1603
|
name: "u",
|
|
1572
1604
|
class: "udm736q",
|
|
1573
1605
|
propsAsIs: !1
|
|
1574
|
-
}),
|
|
1606
|
+
}), Io = /* @__PURE__ */ m("span")({
|
|
1575
1607
|
name: "b",
|
|
1576
1608
|
class: "b1da34tx",
|
|
1577
1609
|
propsAsIs: !1
|
|
1578
|
-
}),
|
|
1610
|
+
}), Mo = /* @__PURE__ */ m("span")({
|
|
1579
1611
|
name: "x",
|
|
1580
1612
|
class: "x1dqwq83",
|
|
1581
1613
|
propsAsIs: !1
|
|
1582
|
-
}),
|
|
1614
|
+
}), wo = /* @__PURE__ */ m(lo())({
|
|
1583
1615
|
name: "v",
|
|
1584
1616
|
class: "v10s9my2",
|
|
1585
1617
|
propsAsIs: !0
|
|
1586
1618
|
}), li = {
|
|
1587
|
-
[ze.CENTERED]: (r) => /* @__PURE__ */ u(
|
|
1588
|
-
[ze.TRANSPARENT]: (r) => /* @__PURE__ */ u(
|
|
1589
|
-
[ze.ROUNDED]: (r) => /* @__PURE__ */ u(
|
|
1619
|
+
[ze.CENTERED]: (r) => /* @__PURE__ */ u(go, { alt: "option-icon", src: r }),
|
|
1620
|
+
[ze.TRANSPARENT]: (r) => /* @__PURE__ */ u(po, { children: /* @__PURE__ */ u(fo, { style: { backgroundImage: `url(${r})` } }) }),
|
|
1621
|
+
[ze.ROUNDED]: (r) => /* @__PURE__ */ u(mo, { alt: "option-icon", src: r }),
|
|
1590
1622
|
[ze.NONE]: () => null,
|
|
1591
1623
|
[ze.UNSET]: () => null
|
|
1592
|
-
},
|
|
1624
|
+
}, Co = ({ questionType: r, hasCorrectAnswer: o, correct: l, youVoted: d, questionVoted: h }) => r === G.POLL ? d ? "correct" : "unset" : r === G.PREDICTION ? o ? d ? l ? "correct" : "incorrect" : l ? "correct" : "unset" : "correct" : r === G.TRIVIA && h ? d ? l ? "correct" : "incorrect" : l ? "correct" : "unset" : "unset", Eo = (r) => {
|
|
1593
1625
|
var o;
|
|
1594
1626
|
const {
|
|
1595
1627
|
// option props
|
|
@@ -1604,23 +1636,23 @@ const no = () => Bi, oo = () => Bi, so = () => ne, ao = /* @__PURE__ */ m("butto
|
|
|
1604
1636
|
imageMode: A,
|
|
1605
1637
|
isLoading: E,
|
|
1606
1638
|
questionType: v
|
|
1607
|
-
} = r,
|
|
1639
|
+
} = r, w = Co(r), T = v === G.TRIVIA || v === G.PREDICTION, S = w === "correct" ? "correct" : w === "incorrect" ? "incorrect" : "";
|
|
1608
1640
|
return /* @__PURE__ */ x(
|
|
1609
|
-
|
|
1641
|
+
co,
|
|
1610
1642
|
{
|
|
1611
1643
|
value: l,
|
|
1612
1644
|
"data-selected": s,
|
|
1613
|
-
"data-answerState":
|
|
1645
|
+
"data-answerState": w,
|
|
1614
1646
|
disabled: y || E,
|
|
1615
1647
|
onClick: f,
|
|
1616
1648
|
children: [
|
|
1617
|
-
y && /* @__PURE__ */ u(
|
|
1618
|
-
/* @__PURE__ */ x(
|
|
1649
|
+
y && /* @__PURE__ */ u(uo, { "data-answerState": w, style: { width: `${g}%` } }),
|
|
1650
|
+
/* @__PURE__ */ x(ho, { children: [
|
|
1619
1651
|
d && A && ((o = li[A]) == null ? void 0 : o.call(li, d)),
|
|
1620
|
-
/* @__PURE__ */ u(
|
|
1621
|
-
y && /* @__PURE__ */ x(
|
|
1622
|
-
T && S && /* @__PURE__ */ u(
|
|
1623
|
-
/* @__PURE__ */ x(
|
|
1652
|
+
/* @__PURE__ */ u(yo, { children: h }),
|
|
1653
|
+
y && /* @__PURE__ */ x(Io, { children: [
|
|
1654
|
+
T && S && /* @__PURE__ */ u(wo, { name: S }),
|
|
1655
|
+
/* @__PURE__ */ x(Mo, { children: [
|
|
1624
1656
|
g,
|
|
1625
1657
|
"%"
|
|
1626
1658
|
] })
|
|
@@ -1630,56 +1662,56 @@ const no = () => Bi, oo = () => Bi, so = () => ne, ao = /* @__PURE__ */ m("butto
|
|
|
1630
1662
|
}
|
|
1631
1663
|
);
|
|
1632
1664
|
};
|
|
1633
|
-
const
|
|
1665
|
+
const Ao = () => ne, No = /* @__PURE__ */ m("div")({
|
|
1634
1666
|
name: "a",
|
|
1635
1667
|
class: "a1r7f3z4",
|
|
1636
1668
|
propsAsIs: !1
|
|
1637
|
-
}),
|
|
1669
|
+
}), xo = /* @__PURE__ */ m("div")({
|
|
1638
1670
|
name: "s",
|
|
1639
1671
|
class: "sblndl",
|
|
1640
1672
|
propsAsIs: !1
|
|
1641
|
-
}),
|
|
1673
|
+
}), vo = /* @__PURE__ */ m("div")({
|
|
1642
1674
|
name: "l",
|
|
1643
1675
|
class: "l7ka1tv",
|
|
1644
1676
|
propsAsIs: !1
|
|
1645
|
-
}),
|
|
1677
|
+
}), To = /* @__PURE__ */ m(Ao())({
|
|
1646
1678
|
name: "p",
|
|
1647
1679
|
class: "p1edlxt3",
|
|
1648
1680
|
propsAsIs: !0
|
|
1649
|
-
}),
|
|
1681
|
+
}), Lo = /* @__PURE__ */ m("div")({
|
|
1650
1682
|
name: "g",
|
|
1651
1683
|
class: "ghm08u2",
|
|
1652
1684
|
propsAsIs: !1
|
|
1653
|
-
}),
|
|
1685
|
+
}), Do = /* @__PURE__ */ m("span")({
|
|
1654
1686
|
name: "c",
|
|
1655
1687
|
class: "c12nsh46",
|
|
1656
1688
|
propsAsIs: !1
|
|
1657
|
-
}),
|
|
1689
|
+
}), So = /* @__PURE__ */ m("span")({
|
|
1658
1690
|
name: "d",
|
|
1659
1691
|
class: "dlr9eoc",
|
|
1660
1692
|
propsAsIs: !1
|
|
1661
|
-
}),
|
|
1662
|
-
/* @__PURE__ */ x(
|
|
1663
|
-
r && /* @__PURE__ */ u(
|
|
1693
|
+
}), zo = ({ title: r, points: o, isPlayingTimer: l, isTimer: d, onTimerExpired: h }) => /* @__PURE__ */ x(No, { children: [
|
|
1694
|
+
/* @__PURE__ */ x(xo, { children: [
|
|
1695
|
+
r && /* @__PURE__ */ u(vo, { children: r }),
|
|
1664
1696
|
o !== void 0 && /* @__PURE__ */ x(re, { children: [
|
|
1665
|
-
/* @__PURE__ */ u(
|
|
1666
|
-
/* @__PURE__ */ x(
|
|
1667
|
-
/* @__PURE__ */ u(
|
|
1668
|
-
/* @__PURE__ */ u(
|
|
1697
|
+
/* @__PURE__ */ u(To, { name: "icon-trophy" }),
|
|
1698
|
+
/* @__PURE__ */ x(Lo, { children: [
|
|
1699
|
+
/* @__PURE__ */ u(Do, { children: o }),
|
|
1700
|
+
/* @__PURE__ */ u(So, { children: "PTS" })
|
|
1669
1701
|
] })
|
|
1670
1702
|
] })
|
|
1671
1703
|
] }),
|
|
1672
1704
|
d && /* @__PURE__ */ u(vi, { isPlaying: l, onTimerExpired: h })
|
|
1673
1705
|
] }), Ri = ({ openedQuestion: r, vote: o }) => {
|
|
1674
1706
|
var l;
|
|
1675
|
-
const d = r.subject, h = r.type, g = (l = r.options) == null ? void 0 : l.options, [f, s] =
|
|
1707
|
+
const d = r.subject, h = r.type, g = (l = r.options) == null ? void 0 : l.options, [f, s] = Q(!1), [y, A] = Q(!1), [E, v] = Q(""), w = r == null ? void 0 : r.id, T = Ye(
|
|
1676
1708
|
async (L) => {
|
|
1677
|
-
if (
|
|
1709
|
+
if (w) {
|
|
1678
1710
|
const z = L.currentTarget.value;
|
|
1679
|
-
v(z), A(!0), await o(
|
|
1711
|
+
v(z), A(!0), await o(w, z), A(!1);
|
|
1680
1712
|
}
|
|
1681
1713
|
},
|
|
1682
|
-
[
|
|
1714
|
+
[w, v, o]
|
|
1683
1715
|
), S = Me(
|
|
1684
1716
|
() => r == null ? void 0 : r.answers.find((L) => L.youVoted === !0),
|
|
1685
1717
|
[r]
|
|
@@ -1699,9 +1731,9 @@ const Co = () => ne, Eo = /* @__PURE__ */ m("div")({
|
|
|
1699
1731
|
onVote: T
|
|
1700
1732
|
};
|
|
1701
1733
|
}) : [], [I, y, r, S, T, E]), C = g && (g.case === "trivia" || g.case === "prediction") ? g.value : void 0;
|
|
1702
|
-
return /* @__PURE__ */ u(
|
|
1734
|
+
return /* @__PURE__ */ u(io, { children: /* @__PURE__ */ x(ro, { children: [
|
|
1703
1735
|
C && /* @__PURE__ */ u(
|
|
1704
|
-
|
|
1736
|
+
to,
|
|
1705
1737
|
{
|
|
1706
1738
|
feedbackMessages: C,
|
|
1707
1739
|
questionVoted: !!S,
|
|
@@ -1711,7 +1743,7 @@ const Co = () => ne, Eo = /* @__PURE__ */ m("div")({
|
|
|
1711
1743
|
}
|
|
1712
1744
|
),
|
|
1713
1745
|
/* @__PURE__ */ u(
|
|
1714
|
-
|
|
1746
|
+
zo,
|
|
1715
1747
|
{
|
|
1716
1748
|
title: f ? "Expired" : "To win",
|
|
1717
1749
|
points: f ? void 0 : 100,
|
|
@@ -1719,93 +1751,93 @@ const Co = () => ne, Eo = /* @__PURE__ */ m("div")({
|
|
|
1719
1751
|
isTimer: !0
|
|
1720
1752
|
}
|
|
1721
1753
|
),
|
|
1722
|
-
/* @__PURE__ */ u(
|
|
1723
|
-
/* @__PURE__ */ u(
|
|
1754
|
+
/* @__PURE__ */ u(no, { children: d }),
|
|
1755
|
+
/* @__PURE__ */ u(oo, { children: N.map((L) => /* @__PURE__ */ u(Eo, { ...L }, L.id)) })
|
|
1724
1756
|
] }) });
|
|
1725
1757
|
};
|
|
1726
|
-
const
|
|
1758
|
+
const jo = /* @__PURE__ */ m("div")({
|
|
1727
1759
|
name: "n",
|
|
1728
1760
|
class: "nyaglcf",
|
|
1729
1761
|
propsAsIs: !1
|
|
1730
|
-
}),
|
|
1762
|
+
}), ko = /* @__PURE__ */ m("div")({
|
|
1731
1763
|
name: "r",
|
|
1732
1764
|
class: "rn5nzbc",
|
|
1733
1765
|
propsAsIs: !1
|
|
1734
|
-
}),
|
|
1766
|
+
}), bo = /* @__PURE__ */ m("img")({
|
|
1735
1767
|
name: "e",
|
|
1736
1768
|
class: "e6i73qc",
|
|
1737
1769
|
propsAsIs: !1
|
|
1738
|
-
}),
|
|
1770
|
+
}), Bo = /* @__PURE__ */ m("div")({
|
|
1739
1771
|
name: "i",
|
|
1740
1772
|
class: "iu0veuw",
|
|
1741
1773
|
propsAsIs: !1
|
|
1742
|
-
}),
|
|
1774
|
+
}), Ro = /* @__PURE__ */ m("img")({
|
|
1743
1775
|
name: "p",
|
|
1744
1776
|
class: "ph41hsa",
|
|
1745
1777
|
propsAsIs: !1
|
|
1746
|
-
}),
|
|
1778
|
+
}), _o = /* @__PURE__ */ m("span")({
|
|
1747
1779
|
name: "a",
|
|
1748
1780
|
class: "a1doo0j",
|
|
1749
1781
|
propsAsIs: !1
|
|
1750
|
-
}),
|
|
1782
|
+
}), Oo = /* @__PURE__ */ m("div")({
|
|
1751
1783
|
name: "s",
|
|
1752
1784
|
class: "s1y6mmdj",
|
|
1753
1785
|
propsAsIs: !1
|
|
1754
|
-
}),
|
|
1786
|
+
}), Uo = /* @__PURE__ */ m("div")({
|
|
1755
1787
|
name: "c",
|
|
1756
1788
|
class: "cr7s6d2",
|
|
1757
1789
|
propsAsIs: !1
|
|
1758
|
-
}),
|
|
1790
|
+
}), $o = /* @__PURE__ */ m("button")({
|
|
1759
1791
|
name: "d",
|
|
1760
1792
|
class: "dn2ogfd",
|
|
1761
1793
|
propsAsIs: !1
|
|
1762
|
-
}),
|
|
1794
|
+
}), Fo = /* @__PURE__ */ m("button")({
|
|
1763
1795
|
name: "x",
|
|
1764
1796
|
class: "xvt3fwn",
|
|
1765
1797
|
propsAsIs: !1
|
|
1766
|
-
}),
|
|
1798
|
+
}), Po = /* @__PURE__ */ m("img")({
|
|
1767
1799
|
name: "g",
|
|
1768
1800
|
class: "g4rp2wp",
|
|
1769
1801
|
propsAsIs: !1
|
|
1770
|
-
}),
|
|
1802
|
+
}), Yo = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDQ2NSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMzY4IiB4PSIxLjI1IiB3aWR0aD0iMTIuMzc0NCIgaGVpZ2h0PSIxLjc2Nzc3IiByeD0iMC44ODM4ODQiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEuMjUgMCkiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMzY5IiB5PSI4Ljc1IiB3aWR0aD0iMTIuMzc0NCIgaGVpZ2h0PSIxLjc2Nzc3IiByeD0iMC44ODM4ODQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDguNzUpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=", Vo = ({
|
|
1771
1803
|
close: r,
|
|
1772
1804
|
action: o,
|
|
1773
1805
|
data: { icon: l, header: d, title: h, subtitle: g, graphicBg: f, sponsorLogo: s }
|
|
1774
|
-
}) => /* @__PURE__ */ x(
|
|
1775
|
-
/* @__PURE__ */ u(
|
|
1776
|
-
/* @__PURE__ */ u(
|
|
1777
|
-
/* @__PURE__ */ x(
|
|
1806
|
+
}) => /* @__PURE__ */ x(jo, { children: [
|
|
1807
|
+
/* @__PURE__ */ u(Fo, { onClick: r, children: /* @__PURE__ */ u(Po, { alt: "icon-close-onboarding-inapp", src: Yo }) }),
|
|
1808
|
+
/* @__PURE__ */ u(ko, { style: { backgroundImage: `url(${f || ""})` }, children: l && /* @__PURE__ */ u(bo, { alt: "onboarding-inapp-icon", src: l }) }),
|
|
1809
|
+
/* @__PURE__ */ x(Bo, { children: [
|
|
1778
1810
|
/* @__PURE__ */ x("div", { children: [
|
|
1779
1811
|
/* @__PURE__ */ u("div", { children: s ? /* @__PURE__ */ x(re, { children: [
|
|
1780
|
-
/* @__PURE__ */ u(
|
|
1781
|
-
/* @__PURE__ */ u(
|
|
1812
|
+
/* @__PURE__ */ u(Ro, { alt: "sponsor-logo", src: s }),
|
|
1813
|
+
/* @__PURE__ */ u(_o, { children: "Presents" })
|
|
1782
1814
|
] }) : d || "" }),
|
|
1783
|
-
/* @__PURE__ */ u(
|
|
1784
|
-
/* @__PURE__ */ u(
|
|
1815
|
+
/* @__PURE__ */ u(Oo, { children: h || "" }),
|
|
1816
|
+
/* @__PURE__ */ u(Uo, { children: g || "" })
|
|
1785
1817
|
] }),
|
|
1786
|
-
/* @__PURE__ */ u(
|
|
1818
|
+
/* @__PURE__ */ u($o, { onClick: o, children: "Play" })
|
|
1787
1819
|
] })
|
|
1788
1820
|
] });
|
|
1789
|
-
const
|
|
1821
|
+
const Zo = /* @__PURE__ */ m("div")({
|
|
1790
1822
|
name: "r",
|
|
1791
1823
|
class: "r1li8aub",
|
|
1792
1824
|
propsAsIs: !1
|
|
1793
|
-
}),
|
|
1794
|
-
[Xt.ONBOARDING]:
|
|
1825
|
+
}), Qo = {
|
|
1826
|
+
[Xt.ONBOARDING]: Vo,
|
|
1795
1827
|
[Xt.QUESTION]: xi
|
|
1796
|
-
},
|
|
1828
|
+
}, Ho = ({
|
|
1797
1829
|
index: r,
|
|
1798
1830
|
total: o,
|
|
1799
1831
|
...l
|
|
1800
1832
|
}) => {
|
|
1801
|
-
const d = rr(null), h =
|
|
1833
|
+
const d = rr(null), h = Qo[l.type] || xi;
|
|
1802
1834
|
return Je(() => {
|
|
1803
1835
|
d.current !== null && l.hiding && d.current.animate([{ right: "0" }, { right: "-100%" }], {
|
|
1804
1836
|
duration: 300,
|
|
1805
1837
|
fill: "forwards"
|
|
1806
1838
|
});
|
|
1807
1839
|
}, [l.hiding]), /* @__PURE__ */ u(
|
|
1808
|
-
|
|
1840
|
+
Zo,
|
|
1809
1841
|
{
|
|
1810
1842
|
ref: d,
|
|
1811
1843
|
style: { zIndex: r + 1, transform: `translateY(${100 * (o - r - 1)}%)` },
|
|
@@ -1813,14 +1845,14 @@ const Yo = /* @__PURE__ */ m("div")({
|
|
|
1813
1845
|
}
|
|
1814
1846
|
);
|
|
1815
1847
|
};
|
|
1816
|
-
const
|
|
1848
|
+
const Go = /* @__PURE__ */ m("div")({
|
|
1817
1849
|
name: "o",
|
|
1818
1850
|
class: "oc6h1al",
|
|
1819
1851
|
propsAsIs: !1
|
|
1820
|
-
}),
|
|
1852
|
+
}), Wo = ({ notificationsStore: r }) => {
|
|
1821
1853
|
const o = F(r);
|
|
1822
|
-
return /* @__PURE__ */ u(
|
|
1823
|
-
|
|
1854
|
+
return /* @__PURE__ */ u(Go, { children: o == null ? void 0 : o.map((l, d) => /* @__PURE__ */ u(
|
|
1855
|
+
Ho,
|
|
1824
1856
|
{
|
|
1825
1857
|
index: d,
|
|
1826
1858
|
total: o.length,
|
|
@@ -1828,29 +1860,29 @@ const Vo = /* @__PURE__ */ m("div")({
|
|
|
1828
1860
|
},
|
|
1829
1861
|
l.id
|
|
1830
1862
|
)) });
|
|
1831
|
-
},
|
|
1863
|
+
}, qo = ({ store: r }) => {
|
|
1832
1864
|
const { data: o } = F(r);
|
|
1833
1865
|
return o != null && o.summary ? /* @__PURE__ */ u(bi, { ...o.summary, ...o.percentage }) : /* @__PURE__ */ u("div", { children: "wait user..." });
|
|
1834
|
-
},
|
|
1866
|
+
}, Jo = ({ store: r, openQuestion: o }) => {
|
|
1835
1867
|
const l = F(r);
|
|
1836
1868
|
return l != null && l.data ? /* @__PURE__ */ u(zi, { openQuestion: o, questions: l.data }) : /* @__PURE__ */ u("div", { children: "wait questions..." });
|
|
1837
1869
|
};
|
|
1838
|
-
const
|
|
1870
|
+
const Xo = /* @__PURE__ */ m("div")({
|
|
1839
1871
|
name: "y",
|
|
1840
1872
|
class: "y1qd1atw",
|
|
1841
1873
|
propsAsIs: !1
|
|
1842
|
-
}),
|
|
1874
|
+
}), Ko = ({
|
|
1843
1875
|
openedQuestion: r,
|
|
1844
1876
|
closeQuestion: o,
|
|
1845
1877
|
vote: l
|
|
1846
1878
|
}) => {
|
|
1847
1879
|
var d;
|
|
1848
|
-
const [h, g] =
|
|
1880
|
+
const [h, g] = Q(!1);
|
|
1849
1881
|
Ye((y) => {
|
|
1850
1882
|
g(y);
|
|
1851
1883
|
}, [g]);
|
|
1852
1884
|
const f = Me(() => r == null ? void 0 : r.answers.find((y) => y.youVoted === !0), [r]), s = Me(() => !!(r != null && r.answers.find((y) => y.correct === !0)), [r]);
|
|
1853
|
-
return r ? /* @__PURE__ */ u(
|
|
1885
|
+
return r ? /* @__PURE__ */ u(Xo, {
|
|
1854
1886
|
children: /* @__PURE__ */ u("div", {
|
|
1855
1887
|
children: /* @__PURE__ */ u("div", {
|
|
1856
1888
|
children: /* @__PURE__ */ u(Ri, {
|
|
@@ -1879,84 +1911,84 @@ const qo = /* @__PURE__ */ m("div")({
|
|
|
1879
1911
|
})
|
|
1880
1912
|
}) : null;
|
|
1881
1913
|
};
|
|
1882
|
-
const
|
|
1914
|
+
const es = /* @__PURE__ */ m("div")({
|
|
1883
1915
|
name: "e",
|
|
1884
1916
|
class: "e1q4ysxt",
|
|
1885
1917
|
propsAsIs: !1
|
|
1886
|
-
}),
|
|
1918
|
+
}), ts = /* @__PURE__ */ m("div")({
|
|
1887
1919
|
name: "o",
|
|
1888
1920
|
class: "ouyy0pt",
|
|
1889
1921
|
propsAsIs: !1
|
|
1890
|
-
}),
|
|
1922
|
+
}), is = /* @__PURE__ */ m("div")({
|
|
1891
1923
|
name: "n",
|
|
1892
1924
|
class: "n19nxf9u",
|
|
1893
1925
|
propsAsIs: !1
|
|
1894
|
-
}),
|
|
1926
|
+
}), rs = /* @__PURE__ */ m("img")({
|
|
1895
1927
|
name: "r",
|
|
1896
1928
|
class: "r1k9ayhp",
|
|
1897
1929
|
propsAsIs: !1
|
|
1898
|
-
}),
|
|
1930
|
+
}), ns = /* @__PURE__ */ m("img")({
|
|
1899
1931
|
name: "l",
|
|
1900
1932
|
class: "l5j3lzi",
|
|
1901
1933
|
propsAsIs: !1
|
|
1902
|
-
}),
|
|
1934
|
+
}), os = /* @__PURE__ */ m("img")({
|
|
1903
1935
|
name: "s",
|
|
1904
1936
|
class: "sm6ggfo",
|
|
1905
1937
|
propsAsIs: !1
|
|
1906
|
-
}),
|
|
1938
|
+
}), ss = /* @__PURE__ */ m("div")({
|
|
1907
1939
|
name: "p",
|
|
1908
1940
|
class: "p1dhscaj",
|
|
1909
1941
|
propsAsIs: !1
|
|
1910
|
-
}),
|
|
1942
|
+
}), as = /* @__PURE__ */ m("img")({
|
|
1911
1943
|
name: "a",
|
|
1912
1944
|
class: "a1f5isrh",
|
|
1913
1945
|
propsAsIs: !1
|
|
1914
1946
|
});
|
|
1915
|
-
const
|
|
1947
|
+
const ls = /* @__PURE__ */ m("div")({
|
|
1916
1948
|
name: "e",
|
|
1917
1949
|
class: "e1javwmj",
|
|
1918
1950
|
propsAsIs: !1
|
|
1919
|
-
}),
|
|
1951
|
+
}), cs = /* @__PURE__ */ m("div")({
|
|
1920
1952
|
name: "t",
|
|
1921
1953
|
class: "t1qosv8q",
|
|
1922
1954
|
propsAsIs: !1
|
|
1923
1955
|
});
|
|
1924
|
-
const
|
|
1956
|
+
const us = /* @__PURE__ */ m("div")({
|
|
1925
1957
|
name: "t",
|
|
1926
1958
|
class: "t16hl500",
|
|
1927
1959
|
propsAsIs: !1
|
|
1928
|
-
}),
|
|
1960
|
+
}), ds = /* @__PURE__ */ m("img")({
|
|
1929
1961
|
name: "e",
|
|
1930
1962
|
class: "e18ymslp",
|
|
1931
1963
|
propsAsIs: !1
|
|
1932
|
-
}),
|
|
1964
|
+
}), hs = /* @__PURE__ */ m("div")({
|
|
1933
1965
|
name: "n",
|
|
1934
1966
|
class: "n1kdd00k",
|
|
1935
1967
|
propsAsIs: !1
|
|
1936
|
-
}),
|
|
1968
|
+
}), ps = /* @__PURE__ */ m("div")({
|
|
1937
1969
|
name: "r",
|
|
1938
1970
|
class: "rwwgdkm",
|
|
1939
1971
|
propsAsIs: !1
|
|
1940
|
-
}),
|
|
1972
|
+
}), fs = /* @__PURE__ */ m("div")({
|
|
1941
1973
|
name: "d",
|
|
1942
1974
|
class: "dvazwa9",
|
|
1943
1975
|
propsAsIs: !1
|
|
1944
|
-
}),
|
|
1976
|
+
}), gs = /* @__PURE__ */ m("a")({
|
|
1945
1977
|
name: "c",
|
|
1946
1978
|
class: "cd3vh14",
|
|
1947
1979
|
propsAsIs: !1
|
|
1948
|
-
}),
|
|
1980
|
+
}), ms = /* @__PURE__ */ m("img")({
|
|
1949
1981
|
name: "l",
|
|
1950
1982
|
class: "l19zo16x",
|
|
1951
1983
|
propsAsIs: !1
|
|
1952
1984
|
});
|
|
1953
1985
|
var _i = {}, Oi = {}, pt = {};
|
|
1954
|
-
pt.byteLength =
|
|
1955
|
-
pt.toByteArray =
|
|
1956
|
-
pt.fromByteArray =
|
|
1957
|
-
var ye = [], ee = [],
|
|
1958
|
-
for (var
|
|
1959
|
-
ye[
|
|
1986
|
+
pt.byteLength = Ms;
|
|
1987
|
+
pt.toByteArray = Cs;
|
|
1988
|
+
pt.fromByteArray = Ns;
|
|
1989
|
+
var ye = [], ee = [], ys = typeof Uint8Array < "u" ? Uint8Array : Array, Tt = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
1990
|
+
for (var Ze = 0, Is = Tt.length; Ze < Is; ++Ze)
|
|
1991
|
+
ye[Ze] = Tt[Ze], ee[Tt.charCodeAt(Ze)] = Ze;
|
|
1960
1992
|
ee["-".charCodeAt(0)] = 62;
|
|
1961
1993
|
ee["_".charCodeAt(0)] = 63;
|
|
1962
1994
|
function Ui(r) {
|
|
@@ -1968,30 +2000,30 @@ function Ui(r) {
|
|
|
1968
2000
|
var d = l === o ? 0 : 4 - l % 4;
|
|
1969
2001
|
return [l, d];
|
|
1970
2002
|
}
|
|
1971
|
-
function
|
|
2003
|
+
function Ms(r) {
|
|
1972
2004
|
var o = Ui(r), l = o[0], d = o[1];
|
|
1973
2005
|
return (l + d) * 3 / 4 - d;
|
|
1974
2006
|
}
|
|
1975
|
-
function
|
|
2007
|
+
function ws(r, o, l) {
|
|
1976
2008
|
return (o + l) * 3 / 4 - l;
|
|
1977
2009
|
}
|
|
1978
|
-
function
|
|
1979
|
-
var o, l = Ui(r), d = l[0], h = l[1], g = new
|
|
2010
|
+
function Cs(r) {
|
|
2011
|
+
var o, l = Ui(r), d = l[0], h = l[1], g = new ys(ws(r, d, h)), f = 0, s = h > 0 ? d - 4 : d, y;
|
|
1980
2012
|
for (y = 0; y < s; y += 4)
|
|
1981
2013
|
o = ee[r.charCodeAt(y)] << 18 | ee[r.charCodeAt(y + 1)] << 12 | ee[r.charCodeAt(y + 2)] << 6 | ee[r.charCodeAt(y + 3)], g[f++] = o >> 16 & 255, g[f++] = o >> 8 & 255, g[f++] = o & 255;
|
|
1982
2014
|
return h === 2 && (o = ee[r.charCodeAt(y)] << 2 | ee[r.charCodeAt(y + 1)] >> 4, g[f++] = o & 255), h === 1 && (o = ee[r.charCodeAt(y)] << 10 | ee[r.charCodeAt(y + 1)] << 4 | ee[r.charCodeAt(y + 2)] >> 2, g[f++] = o >> 8 & 255, g[f++] = o & 255), g;
|
|
1983
2015
|
}
|
|
1984
|
-
function
|
|
2016
|
+
function Es(r) {
|
|
1985
2017
|
return ye[r >> 18 & 63] + ye[r >> 12 & 63] + ye[r >> 6 & 63] + ye[r & 63];
|
|
1986
2018
|
}
|
|
1987
|
-
function
|
|
2019
|
+
function As(r, o, l) {
|
|
1988
2020
|
for (var d, h = [], g = o; g < l; g += 3)
|
|
1989
|
-
d = (r[g] << 16 & 16711680) + (r[g + 1] << 8 & 65280) + (r[g + 2] & 255), h.push(
|
|
2021
|
+
d = (r[g] << 16 & 16711680) + (r[g + 1] << 8 & 65280) + (r[g + 2] & 255), h.push(Es(d));
|
|
1990
2022
|
return h.join("");
|
|
1991
2023
|
}
|
|
1992
|
-
function
|
|
2024
|
+
function Ns(r) {
|
|
1993
2025
|
for (var o, l = r.length, d = l % 3, h = [], g = 16383, f = 0, s = l - d; f < s; f += g)
|
|
1994
|
-
h.push(
|
|
2026
|
+
h.push(As(r, f, f + g > s ? s : f + g));
|
|
1995
2027
|
return d === 1 ? (o = r[l - 1], h.push(
|
|
1996
2028
|
ye[o >> 2] + ye[o << 4 & 63] + "=="
|
|
1997
2029
|
)) : d === 2 && (o = (r[l - 2] << 8) + r[l - 1], h.push(
|
|
@@ -2001,10 +2033,10 @@ function Es(r) {
|
|
|
2001
2033
|
var Wt = {};
|
|
2002
2034
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
2003
2035
|
Wt.read = function(r, o, l, d, h) {
|
|
2004
|
-
var g, f, s = h * 8 - d - 1, y = (1 << s) - 1, A = y >> 1, E = -7, v = l ? h - 1 : 0,
|
|
2005
|
-
for (v +=
|
|
2036
|
+
var g, f, s = h * 8 - d - 1, y = (1 << s) - 1, A = y >> 1, E = -7, v = l ? h - 1 : 0, w = l ? -1 : 1, T = r[o + v];
|
|
2037
|
+
for (v += w, g = T & (1 << -E) - 1, T >>= -E, E += s; E > 0; g = g * 256 + r[o + v], v += w, E -= 8)
|
|
2006
2038
|
;
|
|
2007
|
-
for (f = g & (1 << -E) - 1, g >>= -E, E += d; E > 0; f = f * 256 + r[o + v], v +=
|
|
2039
|
+
for (f = g & (1 << -E) - 1, g >>= -E, E += d; E > 0; f = f * 256 + r[o + v], v += w, E -= 8)
|
|
2008
2040
|
;
|
|
2009
2041
|
if (g === 0)
|
|
2010
2042
|
g = 1 - A;
|
|
@@ -2016,8 +2048,8 @@ Wt.read = function(r, o, l, d, h) {
|
|
|
2016
2048
|
return (T ? -1 : 1) * f * Math.pow(2, g - d);
|
|
2017
2049
|
};
|
|
2018
2050
|
Wt.write = function(r, o, l, d, h, g) {
|
|
2019
|
-
var f, s, y, A = g * 8 - h - 1, E = (1 << A) - 1, v = E >> 1,
|
|
2020
|
-
for (o = Math.abs(o), isNaN(o) || o === 1 / 0 ? (s = isNaN(o) ? 1 : 0, f = E) : (f = Math.floor(Math.log(o) / Math.LN2), o * (y = Math.pow(2, -f)) < 1 && (f--, y *= 2), f + v >= 1 ? o +=
|
|
2051
|
+
var f, s, y, A = g * 8 - h - 1, E = (1 << A) - 1, v = E >> 1, w = h === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, T = d ? 0 : g - 1, S = d ? 1 : -1, I = o < 0 || o === 0 && 1 / o < 0 ? 1 : 0;
|
|
2052
|
+
for (o = Math.abs(o), isNaN(o) || o === 1 / 0 ? (s = isNaN(o) ? 1 : 0, f = E) : (f = Math.floor(Math.log(o) / Math.LN2), o * (y = Math.pow(2, -f)) < 1 && (f--, y *= 2), f + v >= 1 ? o += w / y : o += w * Math.pow(2, 1 - v), o * y >= 2 && (f++, y /= 2), f + v >= E ? (s = 0, f = E) : f + v >= 1 ? (s = (o * y - 1) * Math.pow(2, h), f = f + v) : (s = o * Math.pow(2, v - 1) * Math.pow(2, h), f = 0)); h >= 8; r[l + T] = s & 255, T += S, s /= 256, h -= 8)
|
|
2021
2053
|
;
|
|
2022
2054
|
for (f = f << h | s, A += h; A > 0; r[l + T] = f & 255, T += S, f /= 256, A -= 8)
|
|
2023
2055
|
;
|
|
@@ -2078,7 +2110,7 @@ Wt.write = function(r, o, l, d, h, g) {
|
|
|
2078
2110
|
s.poolSize = 8192;
|
|
2079
2111
|
function y(i, e, t) {
|
|
2080
2112
|
if (typeof i == "string")
|
|
2081
|
-
return
|
|
2113
|
+
return w(i, e);
|
|
2082
2114
|
if (ArrayBuffer.isView(i))
|
|
2083
2115
|
return S(i);
|
|
2084
2116
|
if (i == null)
|
|
@@ -2126,7 +2158,7 @@ Wt.write = function(r, o, l, d, h, g) {
|
|
|
2126
2158
|
}, s.allocUnsafeSlow = function(i) {
|
|
2127
2159
|
return v(i);
|
|
2128
2160
|
};
|
|
2129
|
-
function
|
|
2161
|
+
function w(i, e) {
|
|
2130
2162
|
if ((typeof e != "string" || e === "") && (e = "utf8"), !s.isEncoding(e))
|
|
2131
2163
|
throw new TypeError("Unknown encoding: " + e);
|
|
2132
2164
|
const t = z(i, e) | 0;
|
|
@@ -2999,7 +3031,7 @@ Wt.write = function(r, o, l, d, h, g) {
|
|
|
2999
3031
|
throw new Error("BigInt not supported");
|
|
3000
3032
|
}
|
|
3001
3033
|
})(Oi);
|
|
3002
|
-
var $i = { exports: {} },
|
|
3034
|
+
var $i = { exports: {} }, V = $i.exports = {}, pe, fe;
|
|
3003
3035
|
function bt() {
|
|
3004
3036
|
throw new Error("setTimeout has not been defined");
|
|
3005
3037
|
}
|
|
@@ -3033,7 +3065,7 @@ function Fi(r) {
|
|
|
3033
3065
|
}
|
|
3034
3066
|
}
|
|
3035
3067
|
}
|
|
3036
|
-
function
|
|
3068
|
+
function xs(r) {
|
|
3037
3069
|
if (fe === clearTimeout)
|
|
3038
3070
|
return clearTimeout(r);
|
|
3039
3071
|
if ((fe === Bt || !fe) && clearTimeout)
|
|
@@ -3049,22 +3081,22 @@ function As(r) {
|
|
|
3049
3081
|
}
|
|
3050
3082
|
}
|
|
3051
3083
|
var Ae = [], Ge = !1, Ue, ct = -1;
|
|
3052
|
-
function
|
|
3084
|
+
function vs() {
|
|
3053
3085
|
!Ge || !Ue || (Ge = !1, Ue.length ? Ae = Ue.concat(Ae) : ct = -1, Ae.length && Pi());
|
|
3054
3086
|
}
|
|
3055
3087
|
function Pi() {
|
|
3056
3088
|
if (!Ge) {
|
|
3057
|
-
var r = Fi(
|
|
3089
|
+
var r = Fi(vs);
|
|
3058
3090
|
Ge = !0;
|
|
3059
3091
|
for (var o = Ae.length; o; ) {
|
|
3060
3092
|
for (Ue = Ae, Ae = []; ++ct < o; )
|
|
3061
3093
|
Ue && Ue[ct].run();
|
|
3062
3094
|
ct = -1, o = Ae.length;
|
|
3063
3095
|
}
|
|
3064
|
-
Ue = null, Ge = !1,
|
|
3096
|
+
Ue = null, Ge = !1, xs(r);
|
|
3065
3097
|
}
|
|
3066
3098
|
}
|
|
3067
|
-
|
|
3099
|
+
V.nextTick = function(r) {
|
|
3068
3100
|
var o = new Array(arguments.length - 1);
|
|
3069
3101
|
if (arguments.length > 1)
|
|
3070
3102
|
for (var l = 1; l < arguments.length; l++)
|
|
@@ -3077,42 +3109,42 @@ function Yi(r, o) {
|
|
|
3077
3109
|
Yi.prototype.run = function() {
|
|
3078
3110
|
this.fun.apply(null, this.array);
|
|
3079
3111
|
};
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3112
|
+
V.title = "browser";
|
|
3113
|
+
V.browser = !0;
|
|
3114
|
+
V.env = {};
|
|
3115
|
+
V.argv = [];
|
|
3116
|
+
V.version = "";
|
|
3117
|
+
V.versions = {};
|
|
3086
3118
|
function xe() {
|
|
3087
3119
|
}
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3120
|
+
V.on = xe;
|
|
3121
|
+
V.addListener = xe;
|
|
3122
|
+
V.once = xe;
|
|
3123
|
+
V.off = xe;
|
|
3124
|
+
V.removeListener = xe;
|
|
3125
|
+
V.removeAllListeners = xe;
|
|
3126
|
+
V.emit = xe;
|
|
3127
|
+
V.prependListener = xe;
|
|
3128
|
+
V.prependOnceListener = xe;
|
|
3129
|
+
V.listeners = function(r) {
|
|
3098
3130
|
return [];
|
|
3099
3131
|
};
|
|
3100
|
-
|
|
3132
|
+
V.binding = function(r) {
|
|
3101
3133
|
throw new Error("process.binding is not supported");
|
|
3102
3134
|
};
|
|
3103
|
-
|
|
3135
|
+
V.cwd = function() {
|
|
3104
3136
|
return "/";
|
|
3105
3137
|
};
|
|
3106
|
-
|
|
3138
|
+
V.chdir = function(r) {
|
|
3107
3139
|
throw new Error("process.chdir is not supported");
|
|
3108
3140
|
};
|
|
3109
|
-
|
|
3141
|
+
V.umask = function() {
|
|
3110
3142
|
return 0;
|
|
3111
3143
|
};
|
|
3112
|
-
var
|
|
3144
|
+
var Ts = $i.exports;
|
|
3113
3145
|
(function(r) {
|
|
3114
3146
|
Object.defineProperty(r, Symbol.toStringTag, { value: "Module" });
|
|
3115
|
-
const o = Oi, l =
|
|
3147
|
+
const o = Oi, l = Ts, d = (f) => f && f.__esModule ? f : { default: f }, h = d(l), g = globalThis || void 0 || self;
|
|
3116
3148
|
Object.defineProperty(r, "Buffer", { enumerable: !0, get: () => o.Buffer }), Object.defineProperty(r, "process", { enumerable: !0, get: () => h.default }), r.global = g;
|
|
3117
3149
|
})(_i);
|
|
3118
3150
|
let ie;
|
|
@@ -3131,7 +3163,7 @@ Dt == null || di == null ? (Rt = Lt, _t = function(o) {
|
|
|
3131
3163
|
}, ci);
|
|
3132
3164
|
return [l, d];
|
|
3133
3165
|
});
|
|
3134
|
-
function
|
|
3166
|
+
function Ls(r) {
|
|
3135
3167
|
let o, l, d, h, g, f, s;
|
|
3136
3168
|
const y = typeof document < "u" && document.attachEvent;
|
|
3137
3169
|
if (!y) {
|
|
@@ -3150,60 +3182,60 @@ function vs(r) {
|
|
|
3150
3182
|
}));
|
|
3151
3183
|
});
|
|
3152
3184
|
};
|
|
3153
|
-
let
|
|
3185
|
+
let w = !1, T = "";
|
|
3154
3186
|
d = "animationstart";
|
|
3155
3187
|
const S = "Webkit Moz O ms".split(" ");
|
|
3156
3188
|
let I = "webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "), N = "";
|
|
3157
3189
|
{
|
|
3158
3190
|
const C = document.createElement("fakeelement");
|
|
3159
|
-
if (C.style.animationName !== void 0 && (
|
|
3191
|
+
if (C.style.animationName !== void 0 && (w = !0), w === !1) {
|
|
3160
3192
|
for (let L = 0; L < S.length; L++)
|
|
3161
3193
|
if (C.style[S[L] + "AnimationName"] !== void 0) {
|
|
3162
|
-
N = S[L], T = "-" + N.toLowerCase() + "-", d = I[L],
|
|
3194
|
+
N = S[L], T = "-" + N.toLowerCase() + "-", d = I[L], w = !0;
|
|
3163
3195
|
break;
|
|
3164
3196
|
}
|
|
3165
3197
|
}
|
|
3166
3198
|
}
|
|
3167
3199
|
l = "resizeanim", o = "@" + T + "keyframes " + l + " { from { opacity: 0; } to { opacity: 0; } } ", h = T + "animation: 1ms " + l + "; ";
|
|
3168
3200
|
}
|
|
3169
|
-
const A = function(
|
|
3170
|
-
if (!
|
|
3171
|
-
const T = (o || "") + ".resize-triggers { " + (h || "") + 'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }', S =
|
|
3172
|
-
I.id = "detectElementResize", I.type = "text/css", r != null && I.setAttribute("nonce", r), I.styleSheet ? I.styleSheet.cssText = T : I.appendChild(
|
|
3201
|
+
const A = function(w) {
|
|
3202
|
+
if (!w.getElementById("detectElementResize")) {
|
|
3203
|
+
const T = (o || "") + ".resize-triggers { " + (h || "") + 'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }', S = w.head || w.getElementsByTagName("head")[0], I = w.createElement("style");
|
|
3204
|
+
I.id = "detectElementResize", I.type = "text/css", r != null && I.setAttribute("nonce", r), I.styleSheet ? I.styleSheet.cssText = T : I.appendChild(w.createTextNode(T)), S.appendChild(I);
|
|
3173
3205
|
}
|
|
3174
3206
|
};
|
|
3175
3207
|
return {
|
|
3176
|
-
addResizeListener: function(
|
|
3208
|
+
addResizeListener: function(w, T) {
|
|
3177
3209
|
if (y)
|
|
3178
|
-
|
|
3210
|
+
w.attachEvent("onresize", T);
|
|
3179
3211
|
else {
|
|
3180
|
-
if (!
|
|
3181
|
-
const S =
|
|
3182
|
-
I && I.position === "static" && (
|
|
3212
|
+
if (!w.__resizeTriggers__) {
|
|
3213
|
+
const S = w.ownerDocument, I = ie.getComputedStyle(w);
|
|
3214
|
+
I && I.position === "static" && (w.style.position = "relative"), A(S), w.__resizeLast__ = {}, w.__resizeListeners__ = [], (w.__resizeTriggers__ = S.createElement("div")).className = "resize-triggers";
|
|
3183
3215
|
const N = S.createElement("div");
|
|
3184
3216
|
N.className = "expand-trigger", N.appendChild(S.createElement("div"));
|
|
3185
3217
|
const C = S.createElement("div");
|
|
3186
|
-
C.className = "contract-trigger",
|
|
3187
|
-
z.animationName === l && f(
|
|
3188
|
-
},
|
|
3218
|
+
C.className = "contract-trigger", w.__resizeTriggers__.appendChild(N), w.__resizeTriggers__.appendChild(C), w.appendChild(w.__resizeTriggers__), f(w), w.addEventListener("scroll", s, !0), d && (w.__resizeTriggers__.__animationListener__ = function(z) {
|
|
3219
|
+
z.animationName === l && f(w);
|
|
3220
|
+
}, w.__resizeTriggers__.addEventListener(d, w.__resizeTriggers__.__animationListener__));
|
|
3189
3221
|
}
|
|
3190
|
-
|
|
3222
|
+
w.__resizeListeners__.push(T);
|
|
3191
3223
|
}
|
|
3192
3224
|
},
|
|
3193
|
-
removeResizeListener: function(
|
|
3225
|
+
removeResizeListener: function(w, T) {
|
|
3194
3226
|
if (y)
|
|
3195
|
-
|
|
3196
|
-
else if (
|
|
3197
|
-
|
|
3227
|
+
w.detachEvent("onresize", T);
|
|
3228
|
+
else if (w.__resizeListeners__.splice(w.__resizeListeners__.indexOf(T), 1), !w.__resizeListeners__.length) {
|
|
3229
|
+
w.removeEventListener("scroll", s, !0), w.__resizeTriggers__.__animationListener__ && (w.__resizeTriggers__.removeEventListener(d, w.__resizeTriggers__.__animationListener__), w.__resizeTriggers__.__animationListener__ = null);
|
|
3198
3230
|
try {
|
|
3199
|
-
|
|
3231
|
+
w.__resizeTriggers__ = !w.removeChild(w.__resizeTriggers__);
|
|
3200
3232
|
} catch {
|
|
3201
3233
|
}
|
|
3202
3234
|
}
|
|
3203
3235
|
}
|
|
3204
3236
|
};
|
|
3205
3237
|
}
|
|
3206
|
-
class
|
|
3238
|
+
class Ds extends nr {
|
|
3207
3239
|
constructor(...o) {
|
|
3208
3240
|
super(...o), this.state = {
|
|
3209
3241
|
height: this.props.defaultHeight || 0,
|
|
@@ -3219,7 +3251,7 @@ class Ts extends nr {
|
|
|
3219
3251
|
} = this.props;
|
|
3220
3252
|
if (this._parentNode) {
|
|
3221
3253
|
var g, f, s, y;
|
|
3222
|
-
const A = window.getComputedStyle(this._parentNode) || {}, E = parseFloat((g = A.paddingLeft) !== null && g !== void 0 ? g : "0"), v = parseFloat((f = A.paddingRight) !== null && f !== void 0 ? f : "0"),
|
|
3254
|
+
const A = window.getComputedStyle(this._parentNode) || {}, E = parseFloat((g = A.paddingLeft) !== null && g !== void 0 ? g : "0"), v = parseFloat((f = A.paddingRight) !== null && f !== void 0 ? f : "0"), w = parseFloat((s = A.paddingTop) !== null && s !== void 0 ? s : "0"), T = parseFloat((y = A.paddingBottom) !== null && y !== void 0 ? y : "0"), S = this._parentNode.getBoundingClientRect(), I = S.height - w - T, N = S.width - E - v, C = this._parentNode.offsetHeight - w - T, L = this._parentNode.offsetWidth - E - v;
|
|
3223
3255
|
(!l && (this.state.height !== C || this.state.scaledHeight !== I) || !d && (this.state.width !== L || this.state.scaledWidth !== N)) && (this.setState({
|
|
3224
3256
|
height: C,
|
|
3225
3257
|
width: L,
|
|
@@ -3242,7 +3274,7 @@ class Ts extends nr {
|
|
|
3242
3274
|
} = this.props;
|
|
3243
3275
|
this._autoSizer && this._autoSizer.parentNode && this._autoSizer.parentNode.ownerDocument && this._autoSizer.parentNode.ownerDocument.defaultView && this._autoSizer.parentNode instanceof this._autoSizer.parentNode.ownerDocument.defaultView.HTMLElement && (this._parentNode = this._autoSizer.parentNode, this._parentNode != null && (typeof ResizeObserver < "u" ? (this._resizeObserver = new ResizeObserver(() => {
|
|
3244
3276
|
this._timeoutId = setTimeout(this._onResize, 0);
|
|
3245
|
-
}), this._resizeObserver.observe(this._parentNode)) : (this._detectElementResize =
|
|
3277
|
+
}), this._resizeObserver.observe(this._parentNode)) : (this._detectElementResize = Ls(o), this._detectElementResize.addResizeListener(this._parentNode, this._onResize)), this._onResize()));
|
|
3246
3278
|
}
|
|
3247
3279
|
componentWillUnmount() {
|
|
3248
3280
|
this._parentNode && (this._detectElementResize && this._detectElementResize.removeResizeListener(this._parentNode, this._onResize), this._timeoutId !== null && clearTimeout(this._timeoutId), this._resizeObserver && (this._resizeObserver.observe(this._parentNode), this._resizeObserver.disconnect()));
|
|
@@ -3261,14 +3293,14 @@ class Ts extends nr {
|
|
|
3261
3293
|
...E
|
|
3262
3294
|
} = this.props, {
|
|
3263
3295
|
height: v,
|
|
3264
|
-
scaledHeight:
|
|
3296
|
+
scaledHeight: w,
|
|
3265
3297
|
scaledWidth: T,
|
|
3266
3298
|
width: S
|
|
3267
3299
|
} = this.state, I = {
|
|
3268
3300
|
overflow: "visible"
|
|
3269
3301
|
}, N = {};
|
|
3270
3302
|
let C = !1;
|
|
3271
|
-
return h || (v === 0 && (C = !0), I.height = 0, N.height = v, N.scaledHeight =
|
|
3303
|
+
return h || (v === 0 && (C = !0), I.height = 0, N.height = v, N.scaledHeight = w), g || (S === 0 && (C = !0), I.width = 0, N.width = S, N.scaledWidth = T), lt(A, {
|
|
3272
3304
|
ref: this._setRef,
|
|
3273
3305
|
style: {
|
|
3274
3306
|
...I,
|
|
@@ -3298,25 +3330,25 @@ function Ut(r, o) {
|
|
|
3298
3330
|
return d.__proto__ = h, d;
|
|
3299
3331
|
}, Ut(r, o);
|
|
3300
3332
|
}
|
|
3301
|
-
function
|
|
3333
|
+
function Ss(r, o) {
|
|
3302
3334
|
r.prototype = Object.create(o.prototype), r.prototype.constructor = r, Ut(r, o);
|
|
3303
3335
|
}
|
|
3304
3336
|
var pi = Number.isNaN || function(o) {
|
|
3305
3337
|
return typeof o == "number" && o !== o;
|
|
3306
3338
|
};
|
|
3307
|
-
function
|
|
3339
|
+
function zs(r, o) {
|
|
3308
3340
|
return !!(r === o || pi(r) && pi(o));
|
|
3309
3341
|
}
|
|
3310
|
-
function
|
|
3342
|
+
function js(r, o) {
|
|
3311
3343
|
if (r.length !== o.length)
|
|
3312
3344
|
return !1;
|
|
3313
3345
|
for (var l = 0; l < r.length; l++)
|
|
3314
|
-
if (!
|
|
3346
|
+
if (!zs(r[l], o[l]))
|
|
3315
3347
|
return !1;
|
|
3316
3348
|
return !0;
|
|
3317
3349
|
}
|
|
3318
3350
|
function St(r, o) {
|
|
3319
|
-
o === void 0 && (o =
|
|
3351
|
+
o === void 0 && (o = js);
|
|
3320
3352
|
var l, d = [], h, g = !1;
|
|
3321
3353
|
function f() {
|
|
3322
3354
|
for (var s = [], y = 0; y < arguments.length; y++)
|
|
@@ -3325,7 +3357,7 @@ function St(r, o) {
|
|
|
3325
3357
|
}
|
|
3326
3358
|
return f;
|
|
3327
3359
|
}
|
|
3328
|
-
var
|
|
3360
|
+
var ks = typeof performance == "object" && typeof performance.now == "function", fi = ks ? function() {
|
|
3329
3361
|
return performance.now();
|
|
3330
3362
|
} : function() {
|
|
3331
3363
|
return Date.now();
|
|
@@ -3333,7 +3365,7 @@ var zs = typeof performance == "object" && typeof performance.now == "function",
|
|
|
3333
3365
|
function gi(r) {
|
|
3334
3366
|
cancelAnimationFrame(r.id);
|
|
3335
3367
|
}
|
|
3336
|
-
function
|
|
3368
|
+
function bs(r, o) {
|
|
3337
3369
|
var l = fi();
|
|
3338
3370
|
function d() {
|
|
3339
3371
|
fi() - l >= o ? r.call(null) : h.id = requestAnimationFrame(d);
|
|
@@ -3351,24 +3383,24 @@ function mi(r) {
|
|
|
3351
3383
|
}
|
|
3352
3384
|
return zt;
|
|
3353
3385
|
}
|
|
3354
|
-
var
|
|
3386
|
+
var Qe = null;
|
|
3355
3387
|
function yi(r) {
|
|
3356
|
-
if (r === void 0 && (r = !1),
|
|
3388
|
+
if (r === void 0 && (r = !1), Qe === null || r) {
|
|
3357
3389
|
var o = document.createElement("div"), l = o.style;
|
|
3358
3390
|
l.width = "50px", l.height = "50px", l.overflow = "scroll", l.direction = "rtl";
|
|
3359
3391
|
var d = document.createElement("div"), h = d.style;
|
|
3360
|
-
return h.width = "100px", h.height = "100px", o.appendChild(d), document.body.appendChild(o), o.scrollLeft > 0 ?
|
|
3392
|
+
return h.width = "100px", h.height = "100px", o.appendChild(d), document.body.appendChild(o), o.scrollLeft > 0 ? Qe = "positive-descending" : (o.scrollLeft = 1, o.scrollLeft === 0 ? Qe = "negative" : Qe = "positive-ascending"), document.body.removeChild(o), Qe;
|
|
3361
3393
|
}
|
|
3362
|
-
return
|
|
3394
|
+
return Qe;
|
|
3363
3395
|
}
|
|
3364
|
-
var
|
|
3396
|
+
var Bs = 150, Rs = function(o, l) {
|
|
3365
3397
|
return o;
|
|
3366
3398
|
};
|
|
3367
|
-
function
|
|
3399
|
+
function _s(r) {
|
|
3368
3400
|
var o, l = r.getItemOffset, d = r.getEstimatedTotalSize, h = r.getItemSize, g = r.getOffsetForIndexAndAlignment, f = r.getStartIndexForOffset, s = r.getStopIndexForStartIndex, y = r.initInstanceProps, A = r.shouldResetStyleCacheOnItemSizeChange, E = r.validateProps;
|
|
3369
3401
|
return o = /* @__PURE__ */ function(v) {
|
|
3370
|
-
|
|
3371
|
-
function
|
|
3402
|
+
Ss(w, v);
|
|
3403
|
+
function w(S) {
|
|
3372
3404
|
var I;
|
|
3373
3405
|
return I = v.call(this, S) || this, I._instanceProps = y(I.props, hi(I)), I._outerRef = void 0, I._resetIsScrollingTimeoutId = null, I.state = {
|
|
3374
3406
|
instance: hi(I),
|
|
@@ -3446,7 +3478,7 @@ function Bs(r) {
|
|
|
3446
3478
|
var C = I.props.outerRef;
|
|
3447
3479
|
I._outerRef = N, typeof C == "function" ? C(N) : C != null && typeof C == "object" && C.hasOwnProperty("current") && (C.current = N);
|
|
3448
3480
|
}, I._resetIsScrollingDebounced = function() {
|
|
3449
|
-
I._resetIsScrollingTimeoutId !== null && gi(I._resetIsScrollingTimeoutId), I._resetIsScrollingTimeoutId =
|
|
3481
|
+
I._resetIsScrollingTimeoutId !== null && gi(I._resetIsScrollingTimeoutId), I._resetIsScrollingTimeoutId = bs(I._resetIsScrolling, Bs);
|
|
3450
3482
|
}, I._resetIsScrolling = function() {
|
|
3451
3483
|
I._resetIsScrollingTimeoutId = null, I.setState({
|
|
3452
3484
|
isScrolling: !1
|
|
@@ -3455,10 +3487,10 @@ function Bs(r) {
|
|
|
3455
3487
|
});
|
|
3456
3488
|
}, I;
|
|
3457
3489
|
}
|
|
3458
|
-
|
|
3459
|
-
return
|
|
3490
|
+
w.getDerivedStateFromProps = function(I, N) {
|
|
3491
|
+
return Os(I, N), E(I), null;
|
|
3460
3492
|
};
|
|
3461
|
-
var T =
|
|
3493
|
+
var T = w.prototype;
|
|
3462
3494
|
return T.scrollTo = function(I) {
|
|
3463
3495
|
I = Math.max(0, I), this.setState(function(N) {
|
|
3464
3496
|
return N.scrollOffset === I ? null : {
|
|
@@ -3511,7 +3543,7 @@ function Bs(r) {
|
|
|
3511
3543
|
}, T.componentWillUnmount = function() {
|
|
3512
3544
|
this._resetIsScrollingTimeoutId !== null && gi(this._resetIsScrollingTimeoutId);
|
|
3513
3545
|
}, T.render = function() {
|
|
3514
|
-
var I = this.props, N = I.children, C = I.className, L = I.direction, z = I.height, O = I.innerRef, k = I.innerElementType, U = I.innerTagName, P = I.itemCount, W = I.itemData, J = I.itemKey, de = J === void 0 ?
|
|
3546
|
+
var I = this.props, N = I.children, C = I.className, L = I.direction, z = I.height, O = I.innerRef, k = I.innerElementType, U = I.innerTagName, P = I.itemCount, W = I.itemData, J = I.itemKey, de = J === void 0 ? Rs : J, oe = I.layout, he = I.outerElementType, q = I.outerTagName, se = I.style, we = I.useIsScrolling, be = I.width, Te = this.state.isScrolling, Ce = L === "horizontal" || oe === "horizontal", ae = Ce ? this._onScrollHorizontal : this._onScrollVertical, Le = this._getRangeToRender(), _ = Le[0], $ = Le[1], De = [];
|
|
3515
3547
|
if (P > 0)
|
|
3516
3548
|
for (var le = _; le <= $; le++)
|
|
3517
3549
|
De.push(lt(N, {
|
|
@@ -3562,7 +3594,7 @@ function Bs(r) {
|
|
|
3562
3594
|
return [0, 0, 0, 0];
|
|
3563
3595
|
var U = f(this.props, k, this._instanceProps), P = s(this.props, U, k, this._instanceProps), W = !z || O === "backward" ? Math.max(1, C) : 1, J = !z || O === "forward" ? Math.max(1, C) : 1;
|
|
3564
3596
|
return [Math.max(0, U - W), Math.max(0, Math.min(N - 1, P + J)), U, P];
|
|
3565
|
-
},
|
|
3597
|
+
}, w;
|
|
3566
3598
|
}(Ai), o.defaultProps = {
|
|
3567
3599
|
direction: "ltr",
|
|
3568
3600
|
itemData: void 0,
|
|
@@ -3571,9 +3603,9 @@ function Bs(r) {
|
|
|
3571
3603
|
useIsScrolling: !1
|
|
3572
3604
|
}, o;
|
|
3573
3605
|
}
|
|
3574
|
-
var
|
|
3606
|
+
var Os = function(o, l) {
|
|
3575
3607
|
o.children, o.direction, o.height, o.layout, o.innerTagName, o.outerTagName, o.width, l.instance;
|
|
3576
|
-
},
|
|
3608
|
+
}, Us = /* @__PURE__ */ _s({
|
|
3577
3609
|
getItemOffset: function(o, l) {
|
|
3578
3610
|
var d = o.itemSize;
|
|
3579
3611
|
return l * d;
|
|
@@ -3587,7 +3619,7 @@ var Rs = function(o, l) {
|
|
|
3587
3619
|
return d * l;
|
|
3588
3620
|
},
|
|
3589
3621
|
getOffsetForIndexAndAlignment: function(o, l, d, h, g, f) {
|
|
3590
|
-
var s = o.direction, y = o.height, A = o.itemCount, E = o.itemSize, v = o.layout,
|
|
3622
|
+
var s = o.direction, y = o.height, A = o.itemCount, E = o.itemSize, v = o.layout, w = o.width, T = s === "horizontal" || v === "horizontal", S = T ? w : y, I = Math.max(0, A * E - S), N = Math.min(I, l * E), C = Math.max(0, l * E - S + E + f);
|
|
3591
3623
|
switch (d === "smart" && (h >= C - S && h <= N + S ? d = "auto" : d = "center"), d) {
|
|
3592
3624
|
case "start":
|
|
3593
3625
|
return N;
|
|
@@ -3607,7 +3639,7 @@ var Rs = function(o, l) {
|
|
|
3607
3639
|
return Math.max(0, Math.min(d - 1, Math.floor(l / h)));
|
|
3608
3640
|
},
|
|
3609
3641
|
getStopIndexForStartIndex: function(o, l, d) {
|
|
3610
|
-
var h = o.direction, g = o.height, f = o.itemCount, s = o.itemSize, y = o.layout, A = o.width, E = h === "horizontal" || y === "horizontal", v = l * s,
|
|
3642
|
+
var h = o.direction, g = o.height, f = o.itemCount, s = o.itemSize, y = o.layout, A = o.width, E = h === "horizontal" || y === "horizontal", v = l * s, w = E ? A : g, T = Math.ceil((w + d - v) / s);
|
|
3611
3643
|
return Math.max(0, Math.min(
|
|
3612
3644
|
f - 1,
|
|
3613
3645
|
l + T - 1
|
|
@@ -3621,18 +3653,18 @@ var Rs = function(o, l) {
|
|
|
3621
3653
|
o.itemSize;
|
|
3622
3654
|
}
|
|
3623
3655
|
});
|
|
3624
|
-
function
|
|
3656
|
+
function $s(r) {
|
|
3625
3657
|
var o = r.lastRenderedStartIndex, l = r.lastRenderedStopIndex, d = r.startIndex, h = r.stopIndex;
|
|
3626
3658
|
return !(d > l || h < o);
|
|
3627
3659
|
}
|
|
3628
|
-
function
|
|
3660
|
+
function Fs(r) {
|
|
3629
3661
|
for (var o = r.isItemLoaded, l = r.itemCount, d = r.minimumBatchSize, h = r.startIndex, g = r.stopIndex, f = [], s = null, y = null, A = h; A <= g; A++) {
|
|
3630
3662
|
var E = o(A);
|
|
3631
3663
|
E ? y !== null && (f.push(s, y), s = y = null) : (y = A, s === null && (s = A));
|
|
3632
3664
|
}
|
|
3633
3665
|
if (y !== null) {
|
|
3634
|
-
for (var v = Math.min(Math.max(y, s + d - 1), l - 1),
|
|
3635
|
-
y =
|
|
3666
|
+
for (var v = Math.min(Math.max(y, s + d - 1), l - 1), w = y + 1; w <= v && !o(w); w++)
|
|
3667
|
+
y = w;
|
|
3636
3668
|
f.push(s, y);
|
|
3637
3669
|
}
|
|
3638
3670
|
if (f.length)
|
|
@@ -3645,10 +3677,10 @@ function Us(r) {
|
|
|
3645
3677
|
}
|
|
3646
3678
|
return f;
|
|
3647
3679
|
}
|
|
3648
|
-
var
|
|
3680
|
+
var Ps = function(r, o) {
|
|
3649
3681
|
if (!(r instanceof o))
|
|
3650
3682
|
throw new TypeError("Cannot call a class as a function");
|
|
3651
|
-
},
|
|
3683
|
+
}, Ys = function() {
|
|
3652
3684
|
function r(o, l) {
|
|
3653
3685
|
for (var d = 0; d < l.length; d++) {
|
|
3654
3686
|
var h = l[d];
|
|
@@ -3658,7 +3690,7 @@ var $s = function(r, o) {
|
|
|
3658
3690
|
return function(o, l, d) {
|
|
3659
3691
|
return l && r(o.prototype, l), d && r(o, d), o;
|
|
3660
3692
|
};
|
|
3661
|
-
}(),
|
|
3693
|
+
}(), Vs = function(r, o) {
|
|
3662
3694
|
if (typeof o != "function" && o !== null)
|
|
3663
3695
|
throw new TypeError("Super expression must either be null or a function, not " + typeof o);
|
|
3664
3696
|
r.prototype = Object.create(o && o.prototype, {
|
|
@@ -3673,11 +3705,11 @@ var $s = function(r, o) {
|
|
|
3673
3705
|
if (!r)
|
|
3674
3706
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
3675
3707
|
return o && (typeof o == "object" || typeof o == "function") ? o : r;
|
|
3676
|
-
},
|
|
3677
|
-
|
|
3708
|
+
}, Zs = function(r) {
|
|
3709
|
+
Vs(o, r);
|
|
3678
3710
|
function o() {
|
|
3679
3711
|
var l, d, h, g;
|
|
3680
|
-
|
|
3712
|
+
Ps(this, o);
|
|
3681
3713
|
for (var f = arguments.length, s = Array(f), y = 0; y < f; y++)
|
|
3682
3714
|
s[y] = arguments[y];
|
|
3683
3715
|
return g = (d = (h = Ii(this, (l = o.__proto__ || Object.getPrototypeOf(o)).call.apply(l, [this].concat(s))), h), h._lastRenderedStartIndex = -1, h._lastRenderedStopIndex = -1, h._memoizedUnloadedRanges = [], h._onItemsRendered = function(A) {
|
|
@@ -3687,7 +3719,7 @@ var $s = function(r, o) {
|
|
|
3687
3719
|
h._listRef = A;
|
|
3688
3720
|
}, d), Ii(h, g);
|
|
3689
3721
|
}
|
|
3690
|
-
return
|
|
3722
|
+
return Ys(o, [{
|
|
3691
3723
|
key: "resetloadMoreItemsCache",
|
|
3692
3724
|
value: function() {
|
|
3693
3725
|
var d = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1;
|
|
@@ -3709,24 +3741,24 @@ var $s = function(r, o) {
|
|
|
3709
3741
|
}, {
|
|
3710
3742
|
key: "_ensureRowsLoaded",
|
|
3711
3743
|
value: function(d, h) {
|
|
3712
|
-
var g = this.props, f = g.isItemLoaded, s = g.itemCount, y = g.minimumBatchSize, A = y === void 0 ? 10 : y, E = g.threshold, v = E === void 0 ? 15 : E,
|
|
3744
|
+
var g = this.props, f = g.isItemLoaded, s = g.itemCount, y = g.minimumBatchSize, A = y === void 0 ? 10 : y, E = g.threshold, v = E === void 0 ? 15 : E, w = Fs({
|
|
3713
3745
|
isItemLoaded: f,
|
|
3714
3746
|
itemCount: s,
|
|
3715
3747
|
minimumBatchSize: A,
|
|
3716
3748
|
startIndex: Math.max(0, d - v),
|
|
3717
3749
|
stopIndex: Math.min(s - 1, h + v)
|
|
3718
3750
|
});
|
|
3719
|
-
(this._memoizedUnloadedRanges.length !==
|
|
3720
|
-
return
|
|
3721
|
-
})) && (this._memoizedUnloadedRanges =
|
|
3751
|
+
(this._memoizedUnloadedRanges.length !== w.length || this._memoizedUnloadedRanges.some(function(T, S) {
|
|
3752
|
+
return w[S] !== T;
|
|
3753
|
+
})) && (this._memoizedUnloadedRanges = w, this._loadUnloadedRanges(w));
|
|
3722
3754
|
}
|
|
3723
3755
|
}, {
|
|
3724
3756
|
key: "_loadUnloadedRanges",
|
|
3725
3757
|
value: function(d) {
|
|
3726
3758
|
for (var h = this, g = this.props.loadMoreItems || this.props.loadMoreRows, f = function(A) {
|
|
3727
|
-
var E = d[A], v = d[A + 1],
|
|
3728
|
-
|
|
3729
|
-
if (
|
|
3759
|
+
var E = d[A], v = d[A + 1], w = g(E, v);
|
|
3760
|
+
w != null && w.then(function() {
|
|
3761
|
+
if ($s({
|
|
3730
3762
|
lastRenderedStartIndex: h._lastRenderedStartIndex,
|
|
3731
3763
|
lastRenderedStopIndex: h._lastRenderedStopIndex,
|
|
3732
3764
|
startIndex: E,
|
|
@@ -3742,67 +3774,67 @@ var $s = function(r, o) {
|
|
|
3742
3774
|
}
|
|
3743
3775
|
}]), o;
|
|
3744
3776
|
}(Ai);
|
|
3745
|
-
const
|
|
3777
|
+
const Qs = /* @__PURE__ */ m("div")({
|
|
3746
3778
|
name: "t",
|
|
3747
3779
|
class: "t1lvbkps",
|
|
3748
3780
|
propsAsIs: !1
|
|
3749
|
-
}),
|
|
3781
|
+
}), Hs = /* @__PURE__ */ m("div")({
|
|
3750
3782
|
name: "n",
|
|
3751
3783
|
class: "n2xe6fm",
|
|
3752
3784
|
propsAsIs: !1
|
|
3753
|
-
}),
|
|
3785
|
+
}), Gs = /* @__PURE__ */ m("img")({
|
|
3754
3786
|
name: "r",
|
|
3755
3787
|
class: "r1yk5k0z",
|
|
3756
3788
|
propsAsIs: !1
|
|
3757
|
-
}),
|
|
3789
|
+
}), Ws = /* @__PURE__ */ m("div")({
|
|
3758
3790
|
name: "o",
|
|
3759
3791
|
class: "o13yur3w",
|
|
3760
3792
|
propsAsIs: !1
|
|
3761
|
-
}),
|
|
3793
|
+
}), qs = /* @__PURE__ */ m("div")({
|
|
3762
3794
|
name: "a",
|
|
3763
3795
|
class: "a1h2npcq",
|
|
3764
3796
|
propsAsIs: !1
|
|
3765
|
-
}),
|
|
3797
|
+
}), Js = /* @__PURE__ */ m("div")({
|
|
3766
3798
|
name: "p",
|
|
3767
3799
|
class: "p1kxek13",
|
|
3768
3800
|
propsAsIs: !1
|
|
3769
|
-
}),
|
|
3801
|
+
}), Xs = /* @__PURE__ */ m("span")({
|
|
3770
3802
|
name: "d",
|
|
3771
3803
|
class: "dlf08ok",
|
|
3772
3804
|
propsAsIs: !1
|
|
3773
|
-
}),
|
|
3805
|
+
}), Ks = /* @__PURE__ */ m("div")({
|
|
3774
3806
|
name: "s",
|
|
3775
3807
|
class: "s1hkuau3",
|
|
3776
3808
|
propsAsIs: !1
|
|
3777
|
-
}),
|
|
3809
|
+
}), ea = /* @__PURE__ */ m("span")({
|
|
3778
3810
|
name: "x",
|
|
3779
3811
|
class: "x1csgeuk",
|
|
3780
3812
|
propsAsIs: !1
|
|
3781
|
-
}),
|
|
3813
|
+
}), ta = ({
|
|
3782
3814
|
rank: r,
|
|
3783
3815
|
avatar: o,
|
|
3784
3816
|
name: l,
|
|
3785
3817
|
points: d,
|
|
3786
3818
|
openItemDetail: h,
|
|
3787
3819
|
style: g
|
|
3788
|
-
}) => /* @__PURE__ */ x(
|
|
3789
|
-
/* @__PURE__ */ u(
|
|
3790
|
-
o ? /* @__PURE__ */ u(
|
|
3791
|
-
/* @__PURE__ */ x(
|
|
3792
|
-
/* @__PURE__ */ u(
|
|
3793
|
-
/* @__PURE__ */ x(
|
|
3794
|
-
/* @__PURE__ */ u(
|
|
3820
|
+
}) => /* @__PURE__ */ x(Qs, { onClick: h, style: g, children: [
|
|
3821
|
+
/* @__PURE__ */ u(Hs, { children: r || 0 }),
|
|
3822
|
+
o ? /* @__PURE__ */ u(Gs, { alt: "leaderboard-item-avatar", src: o }) : /* @__PURE__ */ u(Ws, { children: ji(l || "") }),
|
|
3823
|
+
/* @__PURE__ */ x(qs, { children: [
|
|
3824
|
+
/* @__PURE__ */ u(Js, { children: /* @__PURE__ */ u(Xs, { children: l || "" }) }),
|
|
3825
|
+
/* @__PURE__ */ x(Ks, { children: [
|
|
3826
|
+
/* @__PURE__ */ u(ea, { children: "PTS" }),
|
|
3795
3827
|
d || 0
|
|
3796
3828
|
] })
|
|
3797
3829
|
] })
|
|
3798
|
-
] }),
|
|
3799
|
-
|
|
3830
|
+
] }), Vi = ({ items: r, openItemDetail: o, fetchMore: l }) => /* @__PURE__ */ u(Ds, { children: ({ width: d, height: h }) => /* @__PURE__ */ u(
|
|
3831
|
+
Zs,
|
|
3800
3832
|
{
|
|
3801
3833
|
isItemLoaded: (g) => g < r.length,
|
|
3802
3834
|
itemCount: r.length + 1,
|
|
3803
3835
|
loadMoreItems: l,
|
|
3804
3836
|
children: ({ onItemsRendered: g, ref: f }) => /* @__PURE__ */ u(
|
|
3805
|
-
|
|
3837
|
+
Us,
|
|
3806
3838
|
{
|
|
3807
3839
|
itemSize: 58,
|
|
3808
3840
|
onItemsRendered: g,
|
|
@@ -3811,7 +3843,7 @@ const Zs = /* @__PURE__ */ m("div")({
|
|
|
3811
3843
|
width: d,
|
|
3812
3844
|
height: h,
|
|
3813
3845
|
children: ({ index: s, style: y }) => /* @__PURE__ */ u(
|
|
3814
|
-
|
|
3846
|
+
ta,
|
|
3815
3847
|
{
|
|
3816
3848
|
style: y,
|
|
3817
3849
|
...r[s],
|
|
@@ -3822,8 +3854,8 @@ const Zs = /* @__PURE__ */ m("div")({
|
|
|
3822
3854
|
}
|
|
3823
3855
|
)
|
|
3824
3856
|
}
|
|
3825
|
-
) }),
|
|
3826
|
-
const { data: o } = F(r), [l, d] =
|
|
3857
|
+
) }), ia = ({ store: r }) => {
|
|
3858
|
+
const { data: o } = F(r), [l, d] = Q(void 0);
|
|
3827
3859
|
if (!o)
|
|
3828
3860
|
return /* @__PURE__ */ u("div", { children: "wait leader board..." });
|
|
3829
3861
|
const h = (g) => {
|
|
@@ -3837,7 +3869,7 @@ const Zs = /* @__PURE__ */ m("div")({
|
|
|
3837
3869
|
return /* @__PURE__ */ x(re, { children: [
|
|
3838
3870
|
l && /* @__PURE__ */ u(Di, { comeBack: () => h(null), ...l }),
|
|
3839
3871
|
!l && /* @__PURE__ */ u(
|
|
3840
|
-
|
|
3872
|
+
Vi,
|
|
3841
3873
|
{
|
|
3842
3874
|
items: o.filter((g) => g.attributes).map((g) => g.attributes),
|
|
3843
3875
|
openItemDetail: h
|
|
@@ -3849,15 +3881,15 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3849
3881
|
name: "e",
|
|
3850
3882
|
class: "e6qv3to",
|
|
3851
3883
|
propsAsIs: !1
|
|
3852
|
-
}),
|
|
3884
|
+
}), ra = /* @__PURE__ */ m("div")({
|
|
3853
3885
|
name: "i",
|
|
3854
3886
|
class: "i1jak95i",
|
|
3855
3887
|
propsAsIs: !1
|
|
3856
|
-
}),
|
|
3888
|
+
}), na = /* @__PURE__ */ m("div")({
|
|
3857
3889
|
name: "r",
|
|
3858
3890
|
class: "r1qp3jjx",
|
|
3859
3891
|
propsAsIs: !1
|
|
3860
|
-
}),
|
|
3892
|
+
}), oa = /* @__PURE__ */ m("div")({
|
|
3861
3893
|
name: "n",
|
|
3862
3894
|
class: "naeizu7",
|
|
3863
3895
|
propsAsIs: !1
|
|
@@ -3865,12 +3897,12 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3865
3897
|
name: "a",
|
|
3866
3898
|
class: "a4zecne",
|
|
3867
3899
|
propsAsIs: !1
|
|
3868
|
-
}),
|
|
3900
|
+
}), sa = ({
|
|
3869
3901
|
gamification: r,
|
|
3870
3902
|
sdk: o
|
|
3871
3903
|
}) => {
|
|
3872
|
-
var l, d, h, g, f, s, y, A, E, v,
|
|
3873
|
-
const J = F(r.status), de = F(r.onboardingStatus), oe = F(r.openedQuestion), { slStreamId: he } = F(o.sdkStore), q = F(r.featureSettings), [se, we] =
|
|
3904
|
+
var l, d, h, g, f, s, y, A, E, v, w, T, S, I, N, C, L, z, O, k, U, P, W;
|
|
3905
|
+
const J = F(r.status), de = F(r.onboardingStatus), oe = F(r.openedQuestion), { slStreamId: he } = F(o.sdkStore), q = F(r.featureSettings), [se, we] = Q(je.HOME);
|
|
3874
3906
|
if (J !== ue.Ready)
|
|
3875
3907
|
return /* @__PURE__ */ u("div", { children: "wait..." });
|
|
3876
3908
|
if (he != null && he.loading)
|
|
@@ -3887,7 +3919,7 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3887
3919
|
gameIcon: (f = (g = (h = q.inplayGame) == null ? void 0 : h.overview) == null ? void 0 : g.media) == null ? void 0 : f.gameIcon,
|
|
3888
3920
|
sponsorLogo: (A = (y = (s = q.inplayGame) == null ? void 0 : s.overview) == null ? void 0 : y.media) == null ? void 0 : A.sponsorLogo,
|
|
3889
3921
|
rules: (v = (E = q.inplayGame) == null ? void 0 : E.rules) == null ? void 0 : v.rules,
|
|
3890
|
-
rulesBtnLabel: (T = (
|
|
3922
|
+
rulesBtnLabel: (T = (w = q.inplayGame) == null ? void 0 : w.rules) == null ? void 0 : T.buttonLabel,
|
|
3891
3923
|
rulesTitle: (I = (S = q.inplayGame) == null ? void 0 : S.rules) == null ? void 0 : I.heading,
|
|
3892
3924
|
primaryColor: (L = (C = (N = q.inplayGame) == null ? void 0 : N.overview) == null ? void 0 : C.appearance) == null ? void 0 : L.primaryColor,
|
|
3893
3925
|
inviteCardTitle: (O = (z = q.inplayGame) == null ? void 0 : z.inviteCard) == null ? void 0 : O.heading,
|
|
@@ -3907,35 +3939,35 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3907
3939
|
we(ae);
|
|
3908
3940
|
} }),
|
|
3909
3941
|
se === je.HOME && /* @__PURE__ */ x(re, { children: [
|
|
3910
|
-
/* @__PURE__ */ u(
|
|
3911
|
-
/* @__PURE__ */ x(
|
|
3912
|
-
r.questions && /* @__PURE__ */ u(
|
|
3913
|
-
oe && /* @__PURE__ */ u(
|
|
3942
|
+
/* @__PURE__ */ u(ra, { children: r.userSummary && /* @__PURE__ */ u(qo, { store: r.userSummary.getStore() }) }),
|
|
3943
|
+
/* @__PURE__ */ x(na, { children: [
|
|
3944
|
+
r.questions && /* @__PURE__ */ u(Jo, { openQuestion: be, store: r.questions.getStore() }),
|
|
3945
|
+
oe && /* @__PURE__ */ u(Ko, { closeQuestion: Te, vote: Ce, openedQuestion: oe })
|
|
3914
3946
|
] })
|
|
3915
3947
|
] }),
|
|
3916
|
-
se === je.LEADERBOARD && r.leaderboardList && /* @__PURE__ */ u(
|
|
3948
|
+
se === je.LEADERBOARD && r.leaderboardList && /* @__PURE__ */ u(ia, { store: r.leaderboardList.getStore() })
|
|
3917
3949
|
] });
|
|
3918
|
-
},
|
|
3950
|
+
}, aa = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkNoZXZyb24iPgo8cGF0aCBpZD0iQ2hldnJvbl8yIiBkPSJNMTIgOC4xNzIyMkMxMiA4LjI4NzgzIDExLjk3ODEgOC4zOTU1MyAxMS45MzQyIDguNDk1MzNDMTEuODkwMyA4LjU5NTEzIDExLjgyMiA4LjY4OTkyIDExLjcyOTIgOC43Nzk3TDYuMzY5NDkgMTMuOTQzOUM2LjIxNDYyIDE0LjA5NjUgNi4wMjc0MiAxNC4xNzI5IDUuODA3ODcgMTQuMTcyOUM1LjY1NzUyIDE0LjE3MjkgNS41MjE5MSAxNC4xMzc5IDUuNDAxMDQgMTQuMDY3OUM1LjI4MDE2IDEzLjk5OCA1LjE4MzEgMTMuOTAzOSA1LjEwOTg2IDEzLjc4NTZDNS4wMzY2MiAxMy42NjczIDUgMTMuNTM0NSA1IDEzLjM4NzNDNSAxMy4xNzIxIDUuMDgyODggMTIuOTgxOCA1LjI0ODYzIDEyLjgxNjRMMTAuMDgwNyA4LjE3MDk1TDUuMjQ4NjMgMy41Mjc5OUM1LjA4Mjg4IDMuMzY0MjUgNSAzLjE3NDM5IDUgMi45NTg0MUM1IDIuODExMTggNS4wMzY2MiAyLjY3ODQyIDUuMTA5ODYgMi41NjAxM0M1LjE4MzEgMi40NDE4MyA1LjI4MDE2IDIuMzQ3NzEgNS40MDEwNCAyLjI3Nzc3QzUuNTIxOTEgMi4yMDc4MiA1LjY1NzUyIDIuMTcyODUgNS44MDc4NyAyLjE3Mjg1QzYuMDI3NDIgMi4xNzI4NSA2LjIxNDYyIDIuMjQ3MzEgNi4zNjk0OSAyLjM5NjI0TDExLjcyOTIgNy41NjQ3M0MxMS44MjExIDcuNjU0NTEgMTEuODg5IDcuNzQ5MDkgMTEuOTMyOSA3Ljg0ODQ2QzExLjk3NjggNy45NDc4NCAxMS45OTkxIDguMDU1NzYgMTIgOC4xNzIyMloiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8L3N2Zz4K", la = (r, o) => {
|
|
3919
3951
|
switch (r) {
|
|
3920
3952
|
case ze.ROUNDED:
|
|
3921
|
-
return /* @__PURE__ */ u(
|
|
3953
|
+
return /* @__PURE__ */ u(ns, { alt: "insight-icon", src: o });
|
|
3922
3954
|
case ze.TRANSPARENT:
|
|
3923
|
-
return /* @__PURE__ */ u(
|
|
3955
|
+
return /* @__PURE__ */ u(os, { alt: "insight-icon", src: o });
|
|
3924
3956
|
case ze.CENTERED:
|
|
3925
|
-
return /* @__PURE__ */ u(
|
|
3957
|
+
return /* @__PURE__ */ u(rs, { alt: "insight-icon", src: o });
|
|
3926
3958
|
default:
|
|
3927
3959
|
return null;
|
|
3928
3960
|
}
|
|
3929
|
-
},
|
|
3930
|
-
/* @__PURE__ */ u(
|
|
3931
|
-
/* @__PURE__ */ x(
|
|
3932
|
-
/* @__PURE__ */ u(
|
|
3933
|
-
/* @__PURE__ */ u(
|
|
3961
|
+
}, ca = ({ title: r, image: o, questionId: l, imageMode: d, openInsight: h }) => /* @__PURE__ */ x(es, { onClick: () => h(l), children: [
|
|
3962
|
+
/* @__PURE__ */ u(is, { children: o && la(d, o) }),
|
|
3963
|
+
/* @__PURE__ */ x(ts, { children: [
|
|
3964
|
+
/* @__PURE__ */ u(ss, { children: r || "" }),
|
|
3965
|
+
/* @__PURE__ */ u(as, { alt: "next-icon", src: aa })
|
|
3934
3966
|
] })
|
|
3935
|
-
] }),
|
|
3967
|
+
] }), ua = ({ insights: r, openInsight: o }) => /* @__PURE__ */ u(ls, { children: /* @__PURE__ */ u(cs, { children: r == null ? void 0 : r.map((l) => /* @__PURE__ */ u(ca, { openInsight: o, ...l }, l.questionId)) }) }), Zi = ({ highlights: r, store: o }) => {
|
|
3936
3968
|
const { data: l } = F(o);
|
|
3937
|
-
return l ? /* @__PURE__ */ u(
|
|
3938
|
-
},
|
|
3969
|
+
return l ? /* @__PURE__ */ u(ua, { insights: l, openInsight: r.openHighlight }) : /* @__PURE__ */ u("div", { children: "wait insights..." });
|
|
3970
|
+
}, da = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0ic2MtQU5kc04ga1RWV0pFIj48cGF0aCBkPSJNNi42NjY1IDMuMTY2NjlINC45OTk4NEM0LjI2MzQ2IDMuMTY2NjkgMy42NjY1IDMuNzYzNjQgMy42NjY1IDQuNTAwMDJWMTEuNUMzLjY2NjUgMTIuMjM2NCA0LjI2MzQ2IDEyLjgzMzQgNC45OTk4NCAxMi44MzM0SDExLjk5OThDMTIuNzM2MiAxMi44MzM0IDEzLjMzMzIgMTIuMjM2NCAxMy4zMzMyIDExLjVWOS44MzMzNSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+PHBhdGggZD0iTTEzLjMzMzUgNi4xNjY2OVYzLjE2NjY5SDEwLjMzMzUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4xNjY4IDMuMzMzMzFMOC4zMzM1IDguMTY2NjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPgo=", ha = ({
|
|
3939
3971
|
image: r,
|
|
3940
3972
|
title: o,
|
|
3941
3973
|
description: l,
|
|
@@ -3943,18 +3975,18 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3943
3975
|
webLink: h,
|
|
3944
3976
|
closeHighlights: g,
|
|
3945
3977
|
closeInsight: f
|
|
3946
|
-
}) => /* @__PURE__ */ x(
|
|
3978
|
+
}) => /* @__PURE__ */ x(us, { children: [
|
|
3947
3979
|
/* @__PURE__ */ u(Li, { close: g, comeBack: f }),
|
|
3948
|
-
r && /* @__PURE__ */ u(
|
|
3949
|
-
/* @__PURE__ */ x(
|
|
3950
|
-
o && /* @__PURE__ */ u(
|
|
3951
|
-
l && /* @__PURE__ */ u(
|
|
3980
|
+
r && /* @__PURE__ */ u(ds, { alt: "detail-insight-image", src: r }),
|
|
3981
|
+
/* @__PURE__ */ x(hs, { children: [
|
|
3982
|
+
o && /* @__PURE__ */ u(ps, { children: o }),
|
|
3983
|
+
l && /* @__PURE__ */ u(fs, { children: l })
|
|
3952
3984
|
] }),
|
|
3953
|
-
h && d && /* @__PURE__ */ x(
|
|
3985
|
+
h && d && /* @__PURE__ */ x(gs, { href: h, target: "_blank", children: [
|
|
3954
3986
|
d,
|
|
3955
|
-
/* @__PURE__ */ u(
|
|
3987
|
+
/* @__PURE__ */ u(ms, { alt: "link-icon", src: da })
|
|
3956
3988
|
] })
|
|
3957
|
-
] }),
|
|
3989
|
+
] }), Qi = ({ openedInsight: r, closeHighlights: o, closeInsight: l }) => {
|
|
3958
3990
|
var d, h, g, f, s;
|
|
3959
3991
|
const y = ((d = r.options) == null ? void 0 : d.options.case) === "factoid" ? {
|
|
3960
3992
|
image: r.options.options.value.image,
|
|
@@ -3963,7 +3995,7 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3963
3995
|
webLinkLabel: (g = r.options.options.value.webLink) == null ? void 0 : g.label
|
|
3964
3996
|
} : {}, A = r.subject || ((f = r.notification) == null ? void 0 : f.title), E = y.body || ((s = r.notification) == null ? void 0 : s.body);
|
|
3965
3997
|
return /* @__PURE__ */ u(
|
|
3966
|
-
|
|
3998
|
+
ha,
|
|
3967
3999
|
{
|
|
3968
4000
|
image: y.image,
|
|
3969
4001
|
title: A,
|
|
@@ -3974,12 +4006,12 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3974
4006
|
closeHighlights: o
|
|
3975
4007
|
}
|
|
3976
4008
|
);
|
|
3977
|
-
},
|
|
4009
|
+
}, pa = ({ highlights: r, sdk: o }) => {
|
|
3978
4010
|
const l = F(r.status), d = F(r.openedInsight), { slStreamId: h } = F(o.sdkStore);
|
|
3979
4011
|
return l !== ue.Ready ? /* @__PURE__ */ u("div", { children: "wait..." }) : h != null && h.loading ? /* @__PURE__ */ u($e, { children: /* @__PURE__ */ u("div", { children: "Event is loading" }) }) : h != null && h.data ? r.insights === void 0 ? /* @__PURE__ */ u("div", { children: "wait insights..." }) : /* @__PURE__ */ x($e, { children: [
|
|
3980
|
-
!d && /* @__PURE__ */ u(
|
|
4012
|
+
!d && /* @__PURE__ */ u(Zi, { highlights: r, store: r.insights.getStore() }),
|
|
3981
4013
|
d && /* @__PURE__ */ u(
|
|
3982
|
-
|
|
4014
|
+
Qi,
|
|
3983
4015
|
{
|
|
3984
4016
|
openedInsight: d,
|
|
3985
4017
|
closeHighlights: r.closeFeature,
|
|
@@ -3988,12 +4020,12 @@ const $e = /* @__PURE__ */ m("div")({
|
|
|
3988
4020
|
)
|
|
3989
4021
|
] }) : /* @__PURE__ */ u($e, { children: /* @__PURE__ */ u("div", { children: "Event is forbidden" }) });
|
|
3990
4022
|
};
|
|
3991
|
-
var
|
|
3992
|
-
ft.byteLength =
|
|
3993
|
-
ft.toByteArray =
|
|
3994
|
-
ft.fromByteArray =
|
|
3995
|
-
var Ie = [], te = [],
|
|
3996
|
-
for (var He = 0,
|
|
4023
|
+
var fa = {}, Hi = {}, ft = {};
|
|
4024
|
+
ft.byteLength = ya;
|
|
4025
|
+
ft.toByteArray = Ma;
|
|
4026
|
+
ft.fromByteArray = Ea;
|
|
4027
|
+
var Ie = [], te = [], ga = typeof Uint8Array < "u" ? Uint8Array : Array, kt = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
4028
|
+
for (var He = 0, ma = kt.length; He < ma; ++He)
|
|
3997
4029
|
Ie[He] = kt[He], te[kt.charCodeAt(He)] = He;
|
|
3998
4030
|
te["-".charCodeAt(0)] = 62;
|
|
3999
4031
|
te["_".charCodeAt(0)] = 63;
|
|
@@ -4006,30 +4038,30 @@ function Gi(r) {
|
|
|
4006
4038
|
var d = l === o ? 0 : 4 - l % 4;
|
|
4007
4039
|
return [l, d];
|
|
4008
4040
|
}
|
|
4009
|
-
function
|
|
4041
|
+
function ya(r) {
|
|
4010
4042
|
var o = Gi(r), l = o[0], d = o[1];
|
|
4011
4043
|
return (l + d) * 3 / 4 - d;
|
|
4012
4044
|
}
|
|
4013
|
-
function
|
|
4045
|
+
function Ia(r, o, l) {
|
|
4014
4046
|
return (o + l) * 3 / 4 - l;
|
|
4015
4047
|
}
|
|
4016
|
-
function
|
|
4017
|
-
var o, l = Gi(r), d = l[0], h = l[1], g = new
|
|
4048
|
+
function Ma(r) {
|
|
4049
|
+
var o, l = Gi(r), d = l[0], h = l[1], g = new ga(Ia(r, d, h)), f = 0, s = h > 0 ? d - 4 : d, y;
|
|
4018
4050
|
for (y = 0; y < s; y += 4)
|
|
4019
4051
|
o = te[r.charCodeAt(y)] << 18 | te[r.charCodeAt(y + 1)] << 12 | te[r.charCodeAt(y + 2)] << 6 | te[r.charCodeAt(y + 3)], g[f++] = o >> 16 & 255, g[f++] = o >> 8 & 255, g[f++] = o & 255;
|
|
4020
4052
|
return h === 2 && (o = te[r.charCodeAt(y)] << 2 | te[r.charCodeAt(y + 1)] >> 4, g[f++] = o & 255), h === 1 && (o = te[r.charCodeAt(y)] << 10 | te[r.charCodeAt(y + 1)] << 4 | te[r.charCodeAt(y + 2)] >> 2, g[f++] = o >> 8 & 255, g[f++] = o & 255), g;
|
|
4021
4053
|
}
|
|
4022
|
-
function
|
|
4054
|
+
function wa(r) {
|
|
4023
4055
|
return Ie[r >> 18 & 63] + Ie[r >> 12 & 63] + Ie[r >> 6 & 63] + Ie[r & 63];
|
|
4024
4056
|
}
|
|
4025
|
-
function
|
|
4057
|
+
function Ca(r, o, l) {
|
|
4026
4058
|
for (var d, h = [], g = o; g < l; g += 3)
|
|
4027
|
-
d = (r[g] << 16 & 16711680) + (r[g + 1] << 8 & 65280) + (r[g + 2] & 255), h.push(
|
|
4059
|
+
d = (r[g] << 16 & 16711680) + (r[g + 1] << 8 & 65280) + (r[g + 2] & 255), h.push(wa(d));
|
|
4028
4060
|
return h.join("");
|
|
4029
4061
|
}
|
|
4030
|
-
function
|
|
4062
|
+
function Ea(r) {
|
|
4031
4063
|
for (var o, l = r.length, d = l % 3, h = [], g = 16383, f = 0, s = l - d; f < s; f += g)
|
|
4032
|
-
h.push(
|
|
4064
|
+
h.push(Ca(r, f, f + g > s ? s : f + g));
|
|
4033
4065
|
return d === 1 ? (o = r[l - 1], h.push(
|
|
4034
4066
|
Ie[o >> 2] + Ie[o << 4 & 63] + "=="
|
|
4035
4067
|
)) : d === 2 && (o = (r[l - 2] << 8) + r[l - 1], h.push(
|
|
@@ -4039,10 +4071,10 @@ function wa(r) {
|
|
|
4039
4071
|
var qt = {};
|
|
4040
4072
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
4041
4073
|
qt.read = function(r, o, l, d, h) {
|
|
4042
|
-
var g, f, s = h * 8 - d - 1, y = (1 << s) - 1, A = y >> 1, E = -7, v = l ? h - 1 : 0,
|
|
4043
|
-
for (v +=
|
|
4074
|
+
var g, f, s = h * 8 - d - 1, y = (1 << s) - 1, A = y >> 1, E = -7, v = l ? h - 1 : 0, w = l ? -1 : 1, T = r[o + v];
|
|
4075
|
+
for (v += w, g = T & (1 << -E) - 1, T >>= -E, E += s; E > 0; g = g * 256 + r[o + v], v += w, E -= 8)
|
|
4044
4076
|
;
|
|
4045
|
-
for (f = g & (1 << -E) - 1, g >>= -E, E += d; E > 0; f = f * 256 + r[o + v], v +=
|
|
4077
|
+
for (f = g & (1 << -E) - 1, g >>= -E, E += d; E > 0; f = f * 256 + r[o + v], v += w, E -= 8)
|
|
4046
4078
|
;
|
|
4047
4079
|
if (g === 0)
|
|
4048
4080
|
g = 1 - A;
|
|
@@ -4054,8 +4086,8 @@ qt.read = function(r, o, l, d, h) {
|
|
|
4054
4086
|
return (T ? -1 : 1) * f * Math.pow(2, g - d);
|
|
4055
4087
|
};
|
|
4056
4088
|
qt.write = function(r, o, l, d, h, g) {
|
|
4057
|
-
var f, s, y, A = g * 8 - h - 1, E = (1 << A) - 1, v = E >> 1,
|
|
4058
|
-
for (o = Math.abs(o), isNaN(o) || o === 1 / 0 ? (s = isNaN(o) ? 1 : 0, f = E) : (f = Math.floor(Math.log(o) / Math.LN2), o * (y = Math.pow(2, -f)) < 1 && (f--, y *= 2), f + v >= 1 ? o +=
|
|
4089
|
+
var f, s, y, A = g * 8 - h - 1, E = (1 << A) - 1, v = E >> 1, w = h === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, T = d ? 0 : g - 1, S = d ? 1 : -1, I = o < 0 || o === 0 && 1 / o < 0 ? 1 : 0;
|
|
4090
|
+
for (o = Math.abs(o), isNaN(o) || o === 1 / 0 ? (s = isNaN(o) ? 1 : 0, f = E) : (f = Math.floor(Math.log(o) / Math.LN2), o * (y = Math.pow(2, -f)) < 1 && (f--, y *= 2), f + v >= 1 ? o += w / y : o += w * Math.pow(2, 1 - v), o * y >= 2 && (f++, y /= 2), f + v >= E ? (s = 0, f = E) : f + v >= 1 ? (s = (o * y - 1) * Math.pow(2, h), f = f + v) : (s = o * Math.pow(2, v - 1) * Math.pow(2, h), f = 0)); h >= 8; r[l + T] = s & 255, T += S, s /= 256, h -= 8)
|
|
4059
4091
|
;
|
|
4060
4092
|
for (f = f << h | s, A += h; A > 0; r[l + T] = f & 255, T += S, f /= 256, A -= 8)
|
|
4061
4093
|
;
|
|
@@ -4116,7 +4148,7 @@ qt.write = function(r, o, l, d, h, g) {
|
|
|
4116
4148
|
s.poolSize = 8192;
|
|
4117
4149
|
function y(i, e, t) {
|
|
4118
4150
|
if (typeof i == "string")
|
|
4119
|
-
return
|
|
4151
|
+
return w(i, e);
|
|
4120
4152
|
if (ArrayBuffer.isView(i))
|
|
4121
4153
|
return S(i);
|
|
4122
4154
|
if (i == null)
|
|
@@ -4164,7 +4196,7 @@ qt.write = function(r, o, l, d, h, g) {
|
|
|
4164
4196
|
}, s.allocUnsafeSlow = function(i) {
|
|
4165
4197
|
return v(i);
|
|
4166
4198
|
};
|
|
4167
|
-
function
|
|
4199
|
+
function w(i, e) {
|
|
4168
4200
|
if ((typeof e != "string" || e === "") && (e = "utf8"), !s.isEncoding(e))
|
|
4169
4201
|
throw new TypeError("Unknown encoding: " + e);
|
|
4170
4202
|
const t = z(i, e) | 0;
|
|
@@ -5037,7 +5069,7 @@ qt.write = function(r, o, l, d, h, g) {
|
|
|
5037
5069
|
throw new Error("BigInt not supported");
|
|
5038
5070
|
}
|
|
5039
5071
|
})(Hi);
|
|
5040
|
-
var Wi = { exports: {} },
|
|
5072
|
+
var Wi = { exports: {} }, Z = Wi.exports = {}, ge, me;
|
|
5041
5073
|
function $t() {
|
|
5042
5074
|
throw new Error("setTimeout has not been defined");
|
|
5043
5075
|
}
|
|
@@ -5071,7 +5103,7 @@ function qi(r) {
|
|
|
5071
5103
|
}
|
|
5072
5104
|
}
|
|
5073
5105
|
}
|
|
5074
|
-
function
|
|
5106
|
+
function Aa(r) {
|
|
5075
5107
|
if (me === clearTimeout)
|
|
5076
5108
|
return clearTimeout(r);
|
|
5077
5109
|
if ((me === Ft || !me) && clearTimeout)
|
|
@@ -5087,22 +5119,22 @@ function Ca(r) {
|
|
|
5087
5119
|
}
|
|
5088
5120
|
}
|
|
5089
5121
|
var Ne = [], We = !1, Fe, ut = -1;
|
|
5090
|
-
function
|
|
5122
|
+
function Na() {
|
|
5091
5123
|
!We || !Fe || (We = !1, Fe.length ? Ne = Fe.concat(Ne) : ut = -1, Ne.length && Ji());
|
|
5092
5124
|
}
|
|
5093
5125
|
function Ji() {
|
|
5094
5126
|
if (!We) {
|
|
5095
|
-
var r = qi(
|
|
5127
|
+
var r = qi(Na);
|
|
5096
5128
|
We = !0;
|
|
5097
5129
|
for (var o = Ne.length; o; ) {
|
|
5098
5130
|
for (Fe = Ne, Ne = []; ++ut < o; )
|
|
5099
5131
|
Fe && Fe[ut].run();
|
|
5100
5132
|
ut = -1, o = Ne.length;
|
|
5101
5133
|
}
|
|
5102
|
-
Fe = null, We = !1,
|
|
5134
|
+
Fe = null, We = !1, Aa(r);
|
|
5103
5135
|
}
|
|
5104
5136
|
}
|
|
5105
|
-
|
|
5137
|
+
Z.nextTick = function(r) {
|
|
5106
5138
|
var o = new Array(arguments.length - 1);
|
|
5107
5139
|
if (arguments.length > 1)
|
|
5108
5140
|
for (var l = 1; l < arguments.length; l++)
|
|
@@ -5115,44 +5147,44 @@ function Xi(r, o) {
|
|
|
5115
5147
|
Xi.prototype.run = function() {
|
|
5116
5148
|
this.fun.apply(null, this.array);
|
|
5117
5149
|
};
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5150
|
+
Z.title = "browser";
|
|
5151
|
+
Z.browser = !0;
|
|
5152
|
+
Z.env = {};
|
|
5153
|
+
Z.argv = [];
|
|
5154
|
+
Z.version = "";
|
|
5155
|
+
Z.versions = {};
|
|
5124
5156
|
function ve() {
|
|
5125
5157
|
}
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5158
|
+
Z.on = ve;
|
|
5159
|
+
Z.addListener = ve;
|
|
5160
|
+
Z.once = ve;
|
|
5161
|
+
Z.off = ve;
|
|
5162
|
+
Z.removeListener = ve;
|
|
5163
|
+
Z.removeAllListeners = ve;
|
|
5164
|
+
Z.emit = ve;
|
|
5165
|
+
Z.prependListener = ve;
|
|
5166
|
+
Z.prependOnceListener = ve;
|
|
5167
|
+
Z.listeners = function(r) {
|
|
5136
5168
|
return [];
|
|
5137
5169
|
};
|
|
5138
|
-
|
|
5170
|
+
Z.binding = function(r) {
|
|
5139
5171
|
throw new Error("process.binding is not supported");
|
|
5140
5172
|
};
|
|
5141
|
-
|
|
5173
|
+
Z.cwd = function() {
|
|
5142
5174
|
return "/";
|
|
5143
5175
|
};
|
|
5144
|
-
|
|
5176
|
+
Z.chdir = function(r) {
|
|
5145
5177
|
throw new Error("process.chdir is not supported");
|
|
5146
5178
|
};
|
|
5147
|
-
|
|
5179
|
+
Z.umask = function() {
|
|
5148
5180
|
return 0;
|
|
5149
5181
|
};
|
|
5150
|
-
var
|
|
5182
|
+
var xa = Wi.exports;
|
|
5151
5183
|
(function(r) {
|
|
5152
5184
|
Object.defineProperty(r, Symbol.toStringTag, { value: "Module" });
|
|
5153
|
-
const o = Hi, l =
|
|
5185
|
+
const o = Hi, l = xa, d = (f) => f && f.__esModule ? f : { default: f }, h = d(l), g = globalThis || void 0 || self;
|
|
5154
5186
|
Object.defineProperty(r, "Buffer", { enumerable: !0, get: () => o.Buffer }), Object.defineProperty(r, "process", { enumerable: !0, get: () => h.default }), r.global = g;
|
|
5155
|
-
})(
|
|
5187
|
+
})(fa);
|
|
5156
5188
|
window.slStore = /* @__PURE__ */ Object.create(null);
|
|
5157
5189
|
var Mi;
|
|
5158
5190
|
(function(r) {
|
|
@@ -5168,15 +5200,15 @@ var Ci;
|
|
|
5168
5200
|
(function(r) {
|
|
5169
5201
|
r.Init = "init", r.Ready = "ready", r.Connecting = "connecting", r.Connected = "connected", r.Disconnected = "disconnected", r.Failed = "failed", r.Reconnecting = "reconnecting";
|
|
5170
5202
|
})(Ci || (Ci = {}));
|
|
5171
|
-
const
|
|
5203
|
+
const va = ({ sdk: r }) => F(r.getUserStore()).data ? /* @__PURE__ */ u("button", { onClick: r.logout, children: "logout" }) : /* @__PURE__ */ u(Pr, { login: async (o) => {
|
|
5172
5204
|
try {
|
|
5173
5205
|
await r.authorizationBypass("streamlayer:streamlayer", o);
|
|
5174
5206
|
} catch (l) {
|
|
5175
5207
|
throw console.log("login err", l), l;
|
|
5176
5208
|
}
|
|
5177
5209
|
}, anonymousLogin: r.anonymousAuthorization, host: r.host });
|
|
5178
|
-
var
|
|
5179
|
-
let
|
|
5210
|
+
var Ta = Object.defineProperty, La = (r, o, l) => o in r ? Ta(r, o, { enumerable: !0, configurable: !0, writable: !0, value: l }) : r[o] = l, Oe = (r, o, l) => (La(r, typeof o != "symbol" ? o + "" : o, l), l);
|
|
5211
|
+
let Da = class extends tr {
|
|
5180
5212
|
constructor() {
|
|
5181
5213
|
super("user"), Oe(this, "setSchema", (o) => {
|
|
5182
5214
|
this.write("schema", o);
|
|
@@ -5201,9 +5233,9 @@ let Ta = class extends tr {
|
|
|
5201
5233
|
});
|
|
5202
5234
|
}
|
|
5203
5235
|
};
|
|
5204
|
-
new
|
|
5205
|
-
const
|
|
5206
|
-
const [l, d] =
|
|
5236
|
+
new Da();
|
|
5237
|
+
const Sa = ({ activeFeature: r, sdk: o }) => {
|
|
5238
|
+
const [l, d] = Q(null), { organizationSettings: h, streamSettings: g } = F(o.sdkStore), f = Me(() => {
|
|
5207
5239
|
const y = (g == null ? void 0 : g.data) || (h == null ? void 0 : h.data);
|
|
5208
5240
|
return y != null && y.overlays ? y.overlays : [];
|
|
5209
5241
|
}, [h, g]);
|
|
@@ -5222,9 +5254,9 @@ const La = ({ activeFeature: r, sdk: o }) => {
|
|
|
5222
5254
|
A.status.get() === ue.Ready && A.disable();
|
|
5223
5255
|
};
|
|
5224
5256
|
}, [r, o]);
|
|
5225
|
-
const s = Me(() => l ? l.featureConfig.get().type === qe.GAMES ? l ? /* @__PURE__ */ u("div", { children: /* @__PURE__ */ u(
|
|
5257
|
+
const s = Me(() => l ? l.featureConfig.get().type === qe.GAMES ? l ? /* @__PURE__ */ u("div", { children: /* @__PURE__ */ u(sa, { gamification: l, sdk: o }) }) : /* @__PURE__ */ u("div", { children: "wait gamification..." }) : l.featureConfig.get().type === qe.HIGHLIGHTS ? l ? /* @__PURE__ */ u("div", { children: /* @__PURE__ */ u(pa, { highlights: l, sdk: o }) }) : /* @__PURE__ */ u("div", { children: "wait highlights..." }) : /* @__PURE__ */ u("div", { children: "unknown feature" }) : null, [o, l]);
|
|
5226
5258
|
return /* @__PURE__ */ x("div", { children: [
|
|
5227
|
-
/* @__PURE__ */ x(
|
|
5259
|
+
/* @__PURE__ */ x(oa, { children: [
|
|
5228
5260
|
/* @__PURE__ */ u(jt, { onClick: () => o.closeFeature(), disabled: !s, children: "close" }),
|
|
5229
5261
|
/* @__PURE__ */ u(jt, { onClick: () => o.logout(), children: "logout" }),
|
|
5230
5262
|
f.map((y) => /* @__PURE__ */ x(
|
|
@@ -5244,46 +5276,46 @@ const La = ({ activeFeature: r, sdk: o }) => {
|
|
|
5244
5276
|
] }),
|
|
5245
5277
|
s
|
|
5246
5278
|
] });
|
|
5247
|
-
},
|
|
5279
|
+
}, za = ({ sdk: r }) => {
|
|
5248
5280
|
const o = F(r.organizationStore()), l = F(r.getUserStore()), d = F(r.getActiveFeature());
|
|
5249
5281
|
return o.loading ? /* @__PURE__ */ u("div", { children: "authentication..." }) : o.data ? l.loading ? /* @__PURE__ */ u("div", { children: "authentication..." }) : l.data ? /* @__PURE__ */ x(re, { children: [
|
|
5250
|
-
/* @__PURE__ */ u(
|
|
5251
|
-
/* @__PURE__ */ u(
|
|
5252
|
-
] }) : /* @__PURE__ */ u(
|
|
5282
|
+
/* @__PURE__ */ u(Wo, { notificationsStore: r.getNotificationsStore() }),
|
|
5283
|
+
/* @__PURE__ */ u(Sa, { sdk: r, activeFeature: d })
|
|
5284
|
+
] }) : /* @__PURE__ */ u(va, { sdk: r }) : /* @__PURE__ */ u("div", { children: "wrong sdk key..." });
|
|
5253
5285
|
};
|
|
5254
|
-
const
|
|
5286
|
+
const ja = () => ne, ka = /* @__PURE__ */ m("div")({
|
|
5255
5287
|
name: "l",
|
|
5256
5288
|
class: "l4qld3l",
|
|
5257
5289
|
propsAsIs: !1
|
|
5258
|
-
}),
|
|
5259
|
-
name: "x",
|
|
5260
|
-
class: "xinhtok",
|
|
5261
|
-
propsAsIs: !1
|
|
5262
|
-
}), ka = /* @__PURE__ */ m(Sa())({
|
|
5290
|
+
}), ba = /* @__PURE__ */ m("div")({
|
|
5263
5291
|
name: "a",
|
|
5264
|
-
class: "
|
|
5292
|
+
class: "ainhtok",
|
|
5293
|
+
propsAsIs: !1
|
|
5294
|
+
}), Ba = /* @__PURE__ */ m(ja())({
|
|
5295
|
+
name: "x",
|
|
5296
|
+
class: "xk8yd5t",
|
|
5265
5297
|
propsAsIs: !0
|
|
5266
|
-
}),
|
|
5298
|
+
}), Ra = /* @__PURE__ */ m("div")({
|
|
5267
5299
|
name: "h",
|
|
5268
5300
|
class: "h6rf9gb",
|
|
5269
5301
|
propsAsIs: !1
|
|
5270
|
-
}),
|
|
5302
|
+
}), _a = /* @__PURE__ */ m("div")({
|
|
5271
5303
|
name: "c",
|
|
5272
5304
|
class: "c18f5pxx",
|
|
5273
5305
|
propsAsIs: !1
|
|
5274
|
-
}),
|
|
5275
|
-
name: "
|
|
5276
|
-
class: "
|
|
5306
|
+
}), Oa = /* @__PURE__ */ m("div")({
|
|
5307
|
+
name: "m",
|
|
5308
|
+
class: "m1jwsyj1",
|
|
5277
5309
|
propsAsIs: !1
|
|
5278
|
-
}),
|
|
5279
|
-
/* @__PURE__ */ u(
|
|
5280
|
-
/* @__PURE__ */ x(
|
|
5281
|
-
/* @__PURE__ */ u(
|
|
5282
|
-
/* @__PURE__ */ u(
|
|
5310
|
+
}), Ua = ({ points: r }) => /* @__PURE__ */ x(ka, { children: [
|
|
5311
|
+
/* @__PURE__ */ u(ba, { children: /* @__PURE__ */ u(Ba, { name: "icon-trophy" }) }),
|
|
5312
|
+
/* @__PURE__ */ x(Ra, { children: [
|
|
5313
|
+
/* @__PURE__ */ u(_a, { children: "Total points" }),
|
|
5314
|
+
/* @__PURE__ */ u(Oa, { children: ki(r) })
|
|
5283
5315
|
] })
|
|
5284
5316
|
] });
|
|
5285
|
-
const
|
|
5286
|
-
const [h, g] =
|
|
5317
|
+
const $a = "fedqibx", Ki = ({ children: r, style: o }) => /* @__PURE__ */ u("div", { className: $a, style: o, children: r }), Fa = (r, o, l, d) => {
|
|
5318
|
+
const [h, g] = Q(null);
|
|
5287
5319
|
return console.log("useStreamLayerApp", r, l), Je(() => {
|
|
5288
5320
|
console.log("init sdk");
|
|
5289
5321
|
let f = !1;
|
|
@@ -5309,39 +5341,39 @@ var dt = /* @__PURE__ */ ((r) => (r[r.UNSET = 0] = "UNSET", r[r.CONNECTED = 1] =
|
|
|
5309
5341
|
const gt = or({
|
|
5310
5342
|
status: 0,
|
|
5311
5343
|
sdk: null
|
|
5312
|
-
}),
|
|
5344
|
+
}), f0 = ({
|
|
5313
5345
|
sdkKey: r,
|
|
5314
5346
|
plugins: o,
|
|
5315
5347
|
children: l,
|
|
5316
5348
|
production: d = !0,
|
|
5317
5349
|
autoEnable: h = !0
|
|
5318
5350
|
}) => {
|
|
5319
|
-
const g =
|
|
5351
|
+
const g = Fa(r, o, d, h), f = Me(() => g ? {
|
|
5320
5352
|
sdk: g,
|
|
5321
5353
|
status: 2
|
|
5322
5354
|
/* READY */
|
|
5323
5355
|
} : { status: 1, sdk: null }, [g]);
|
|
5324
5356
|
return /* @__PURE__ */ u(Ki, { children: /* @__PURE__ */ u(gt.Provider, { value: f, children: l }) });
|
|
5325
|
-
},
|
|
5326
|
-
const { sdk: r } =
|
|
5357
|
+
}, Pa = () => {
|
|
5358
|
+
const { sdk: r } = Vt(gt);
|
|
5327
5359
|
return r;
|
|
5328
|
-
},
|
|
5329
|
-
const { sdk: r, status: o } =
|
|
5360
|
+
}, g0 = () => {
|
|
5361
|
+
const { sdk: r, status: o } = Vt(gt);
|
|
5330
5362
|
if (o === dt.UNSET)
|
|
5331
5363
|
throw new Error("Wrap app in `StreamLayerProvider`");
|
|
5332
|
-
return o === dt.CONNECTED ? /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: "wait" }) : r === null ? /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: "sdk not initialized" }) : /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: /* @__PURE__ */ u(
|
|
5333
|
-
},
|
|
5364
|
+
return o === dt.CONNECTED ? /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: "wait" }) : r === null ? /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: "sdk not initialized" }) : /* @__PURE__ */ u("div", { className: "StreamLayerSDK", children: /* @__PURE__ */ u(za, { sdk: r }) });
|
|
5365
|
+
}, Ya = ({ userSummary: r }) => {
|
|
5334
5366
|
var l, d;
|
|
5335
5367
|
const o = F(r.getStore());
|
|
5336
|
-
return ((d = (l = o.data) == null ? void 0 : l.summary) == null ? void 0 : d.points) === void 0 ? null : /* @__PURE__ */ u(
|
|
5337
|
-
},
|
|
5368
|
+
return ((d = (l = o.data) == null ? void 0 : l.summary) == null ? void 0 : d.points) === void 0 ? null : /* @__PURE__ */ u(Ua, { points: o.data.summary.points });
|
|
5369
|
+
}, Va = ({ sdk: r }) => {
|
|
5338
5370
|
const { organizationSettings: o, streamSettings: l } = F(r.sdkStore), d = Me(() => r.getFeature(qe.GAMES), [r, o, l]);
|
|
5339
|
-
return d ? /* @__PURE__ */ u(
|
|
5340
|
-
},
|
|
5341
|
-
const r =
|
|
5342
|
-
return r ? /* @__PURE__ */ u(
|
|
5371
|
+
return d ? /* @__PURE__ */ u(Ya, { userSummary: d.userSummary }) : null;
|
|
5372
|
+
}, m0 = () => {
|
|
5373
|
+
const r = Pa();
|
|
5374
|
+
return r ? /* @__PURE__ */ u(Va, { sdk: r }) : null;
|
|
5343
5375
|
};
|
|
5344
|
-
const
|
|
5376
|
+
const Za = "n1w0z66i", Ei = ({
|
|
5345
5377
|
feature: r,
|
|
5346
5378
|
sdk: o,
|
|
5347
5379
|
children: l
|
|
@@ -5349,7 +5381,7 @@ const Ya = "n1w0z66i", Ei = ({
|
|
|
5349
5381
|
const d = F(r.status), { slStreamId: h } = F(o.sdkStore);
|
|
5350
5382
|
return h != null && h.loading ? /* @__PURE__ */ u("div", { children: "event is loading..." }) : h != null && h.data ? d !== ue.Ready ? /* @__PURE__ */ u("div", { children: "wait feature..." }) : l : /* @__PURE__ */ u("div", { children: "event is forbidden..." });
|
|
5351
5383
|
};
|
|
5352
|
-
const
|
|
5384
|
+
const Qa = () => Yt, Ha = /* @__PURE__ */ m("div")({
|
|
5353
5385
|
name: "i",
|
|
5354
5386
|
class: "idhrx8x",
|
|
5355
5387
|
propsAsIs: !1
|
|
@@ -5361,126 +5393,126 @@ const Za = () => Yt, Qa = /* @__PURE__ */ m("div")({
|
|
|
5361
5393
|
name: "t",
|
|
5362
5394
|
class: "t1v8kucd",
|
|
5363
5395
|
propsAsIs: !1
|
|
5364
|
-
}),
|
|
5396
|
+
}), Ga = /* @__PURE__ */ m(Qa())({
|
|
5365
5397
|
name: "o",
|
|
5366
5398
|
class: "o16yw7z1",
|
|
5367
5399
|
propsAsIs: !0
|
|
5368
5400
|
});
|
|
5369
|
-
const
|
|
5401
|
+
const Wa = /* @__PURE__ */ m("div")({
|
|
5370
5402
|
name: "n",
|
|
5371
5403
|
class: "n1aopxp8",
|
|
5372
5404
|
propsAsIs: !1
|
|
5373
|
-
}),
|
|
5405
|
+
}), qa = ({
|
|
5374
5406
|
children: r,
|
|
5375
5407
|
style: o,
|
|
5376
5408
|
className: l
|
|
5377
|
-
}) => /* @__PURE__ */ u(
|
|
5409
|
+
}) => /* @__PURE__ */ u(Wa, {
|
|
5378
5410
|
style: o,
|
|
5379
5411
|
className: l,
|
|
5380
5412
|
children: r
|
|
5381
5413
|
});
|
|
5382
|
-
const
|
|
5414
|
+
const Ja = () => ne, Xa = () => ne, Ka = /* @__PURE__ */ m("div")({
|
|
5383
5415
|
name: "a",
|
|
5384
5416
|
class: "acysrl1",
|
|
5385
5417
|
propsAsIs: !1
|
|
5386
|
-
}),
|
|
5418
|
+
}), el = /* @__PURE__ */ m("div")({
|
|
5387
5419
|
name: "l",
|
|
5388
5420
|
class: "lo57cjm",
|
|
5389
5421
|
propsAsIs: !1
|
|
5390
|
-
}),
|
|
5422
|
+
}), tl = /* @__PURE__ */ m(Ja())({
|
|
5391
5423
|
name: "p",
|
|
5392
5424
|
class: "p14kwh4y",
|
|
5393
5425
|
propsAsIs: !0
|
|
5394
|
-
}),
|
|
5426
|
+
}), il = /* @__PURE__ */ m("span")({
|
|
5395
5427
|
name: "s",
|
|
5396
5428
|
class: "sxun7sq",
|
|
5397
5429
|
propsAsIs: !1
|
|
5398
|
-
}),
|
|
5430
|
+
}), rl = /* @__PURE__ */ m("button")({
|
|
5399
5431
|
name: "c",
|
|
5400
5432
|
class: "c1i8ida8",
|
|
5401
5433
|
propsAsIs: !1
|
|
5402
|
-
}),
|
|
5434
|
+
}), nl = /* @__PURE__ */ m(Xa())({
|
|
5403
5435
|
name: "g",
|
|
5404
5436
|
class: "g1m0xfmw",
|
|
5405
5437
|
propsAsIs: !0
|
|
5406
|
-
}),
|
|
5438
|
+
}), ol = ({ type: r, close: o }) => {
|
|
5407
5439
|
const l = Si[r];
|
|
5408
|
-
return /* @__PURE__ */ x(
|
|
5409
|
-
/* @__PURE__ */ x(
|
|
5410
|
-
(l == null ? void 0 : l.iconName) && /* @__PURE__ */ u(
|
|
5411
|
-
(l == null ? void 0 : l.label) && /* @__PURE__ */ u(
|
|
5440
|
+
return /* @__PURE__ */ x(Ka, { children: [
|
|
5441
|
+
/* @__PURE__ */ x(el, { children: [
|
|
5442
|
+
(l == null ? void 0 : l.iconName) && /* @__PURE__ */ u(tl, { name: l.iconName }),
|
|
5443
|
+
(l == null ? void 0 : l.label) && /* @__PURE__ */ u(il, { children: l.label })
|
|
5412
5444
|
] }),
|
|
5413
|
-
/* @__PURE__ */ u(
|
|
5445
|
+
/* @__PURE__ */ u(rl, { onClick: o, children: /* @__PURE__ */ u(nl, { name: "icon-cross" }) })
|
|
5414
5446
|
] });
|
|
5415
5447
|
};
|
|
5416
|
-
const
|
|
5448
|
+
const sl = /* @__PURE__ */ m("div")({
|
|
5417
5449
|
name: "r",
|
|
5418
5450
|
class: "ruyb9yw",
|
|
5419
5451
|
propsAsIs: !1
|
|
5420
|
-
}),
|
|
5452
|
+
}), al = /* @__PURE__ */ m("img")({
|
|
5421
5453
|
name: "i",
|
|
5422
5454
|
class: "imbcgl0",
|
|
5423
5455
|
propsAsIs: !1
|
|
5424
|
-
}),
|
|
5456
|
+
}), ll = ({
|
|
5425
5457
|
sponsorLogo: r
|
|
5426
|
-
}) => r && /* @__PURE__ */ u(
|
|
5427
|
-
children: /* @__PURE__ */ u(
|
|
5458
|
+
}) => r && /* @__PURE__ */ u(sl, {
|
|
5459
|
+
children: /* @__PURE__ */ u(al, {
|
|
5428
5460
|
alt: "sponsor-logo",
|
|
5429
5461
|
src: r
|
|
5430
5462
|
})
|
|
5431
5463
|
});
|
|
5432
|
-
const
|
|
5464
|
+
const cl = /* @__PURE__ */ m("div")({
|
|
5433
5465
|
name: "x",
|
|
5434
5466
|
class: "xk8r1eq",
|
|
5435
5467
|
propsAsIs: !1
|
|
5436
|
-
}),
|
|
5468
|
+
}), ul = ({
|
|
5437
5469
|
openedQuestion: r,
|
|
5438
5470
|
closeQuestion: o,
|
|
5439
5471
|
vote: l
|
|
5440
5472
|
}) => {
|
|
5441
5473
|
var d;
|
|
5442
|
-
return /* @__PURE__ */ x(
|
|
5443
|
-
children: [/* @__PURE__ */ u(
|
|
5474
|
+
return /* @__PURE__ */ x(cl, {
|
|
5475
|
+
children: [/* @__PURE__ */ u(ol, {
|
|
5444
5476
|
close: o,
|
|
5445
5477
|
type: (r == null ? void 0 : r.type) || G.UNSET
|
|
5446
5478
|
}), r && /* @__PURE__ */ u(Ri, {
|
|
5447
5479
|
vote: l,
|
|
5448
5480
|
openedQuestion: r
|
|
5449
|
-
}), /* @__PURE__ */ u(
|
|
5481
|
+
}), /* @__PURE__ */ u(ll, {
|
|
5450
5482
|
sponsorLogo: (d = r == null ? void 0 : r.sponsorship) == null ? void 0 : d.logo
|
|
5451
5483
|
})]
|
|
5452
5484
|
});
|
|
5453
|
-
},
|
|
5454
|
-
const { data: o } = F(r.$store), [l, d] =
|
|
5485
|
+
}, dl = ({ leaderboardList: r }) => {
|
|
5486
|
+
const { data: o } = F(r.$store), [l, d] = Q(void 0), h = (g) => {
|
|
5455
5487
|
const f = o.find((s) => s.userId === g);
|
|
5456
5488
|
d(f);
|
|
5457
5489
|
};
|
|
5458
5490
|
return /* @__PURE__ */ x(re, { children: [
|
|
5459
5491
|
l && /* @__PURE__ */ u(Di, { comeBack: () => h(null), ...l }),
|
|
5460
|
-
!l && /* @__PURE__ */ u(
|
|
5492
|
+
!l && /* @__PURE__ */ u(Vi, { fetchMore: r.fetchMore, items: o, openItemDetail: h })
|
|
5461
5493
|
] });
|
|
5462
|
-
},
|
|
5494
|
+
}, hl = ({ store: r, openQuestion: o }) => {
|
|
5463
5495
|
const l = F(r);
|
|
5464
5496
|
return l != null && l.data ? /* @__PURE__ */ u(zi, { openQuestion: o, questions: l.data }) : /* @__PURE__ */ u("div", { children: "wait questions..." });
|
|
5465
|
-
},
|
|
5497
|
+
}, pl = ({ store: r }) => {
|
|
5466
5498
|
const { data: o } = F(r);
|
|
5467
5499
|
return o != null && o.summary ? /* @__PURE__ */ u(bi, { ...o.summary, ...o.percentage }) : /* @__PURE__ */ u("div", { children: "wait user..." });
|
|
5468
|
-
},
|
|
5469
|
-
const [o, l] =
|
|
5500
|
+
}, fl = ({ gamification: r }) => {
|
|
5501
|
+
const [o, l] = Q(je.HOME);
|
|
5470
5502
|
return /* @__PURE__ */ x(re, { children: [
|
|
5471
|
-
/* @__PURE__ */ x(
|
|
5503
|
+
/* @__PURE__ */ x(Ga, { children: [
|
|
5472
5504
|
/* @__PURE__ */ u(Ti, { activePage: o, toggleActivePage: l }),
|
|
5473
|
-
o === je.HOME && /* @__PURE__ */ u(
|
|
5505
|
+
o === je.HOME && /* @__PURE__ */ u(pl, { store: r.userSummary.getStore() })
|
|
5474
5506
|
] }),
|
|
5475
|
-
o === je.HOME && /* @__PURE__ */ u(Yt, { children: /* @__PURE__ */ u(
|
|
5476
|
-
o === je.LEADERBOARD && /* @__PURE__ */ u(Yt, { style: { flex: "1 1 auto" }, children: /* @__PURE__ */ u(
|
|
5507
|
+
o === je.HOME && /* @__PURE__ */ u(Yt, { children: /* @__PURE__ */ u(hl, { openQuestion: r.openQuestion, store: r.questions.getStore() }) }),
|
|
5508
|
+
o === je.LEADERBOARD && /* @__PURE__ */ u(Yt, { style: { flex: "1 1 auto" }, children: /* @__PURE__ */ u(dl, { leaderboardList: r.leaderboardList }) })
|
|
5477
5509
|
] });
|
|
5478
5510
|
};
|
|
5479
|
-
const
|
|
5511
|
+
const gl = () => qa, ml = /* @__PURE__ */ m(gl())({
|
|
5480
5512
|
name: "u",
|
|
5481
5513
|
class: "u1ph66cs",
|
|
5482
5514
|
propsAsIs: !0
|
|
5483
|
-
}),
|
|
5515
|
+
}), yl = ({
|
|
5484
5516
|
gamification: r
|
|
5485
5517
|
}) => {
|
|
5486
5518
|
const {
|
|
@@ -5488,8 +5520,8 @@ const pl = () => Ga, fl = /* @__PURE__ */ m(pl())({
|
|
|
5488
5520
|
data: l
|
|
5489
5521
|
} = F(r.openedQuestion);
|
|
5490
5522
|
return /* @__PURE__ */ x(re, {
|
|
5491
|
-
children: [(o || l) && /* @__PURE__ */ u(
|
|
5492
|
-
children: /* @__PURE__ */ u(
|
|
5523
|
+
children: [(o || l) && /* @__PURE__ */ u(ml, {
|
|
5524
|
+
children: /* @__PURE__ */ u(ul, {
|
|
5493
5525
|
closeQuestion: r.closeQuestion,
|
|
5494
5526
|
vote: r.submitAnswer,
|
|
5495
5527
|
openedQuestion: l
|
|
@@ -5500,17 +5532,17 @@ const pl = () => Ga, fl = /* @__PURE__ */ m(pl())({
|
|
|
5500
5532
|
display: "flex",
|
|
5501
5533
|
flexDirection: "column"
|
|
5502
5534
|
},
|
|
5503
|
-
children: /* @__PURE__ */ u(
|
|
5535
|
+
children: /* @__PURE__ */ u(fl, {
|
|
5504
5536
|
gamification: r
|
|
5505
5537
|
})
|
|
5506
5538
|
})]
|
|
5507
5539
|
});
|
|
5508
|
-
},
|
|
5540
|
+
}, Il = ({ highlights: r }) => {
|
|
5509
5541
|
const o = F(r.openedInsight);
|
|
5510
5542
|
return /* @__PURE__ */ x(re, { children: [
|
|
5511
|
-
!o && r.insights && /* @__PURE__ */ u(
|
|
5543
|
+
!o && r.insights && /* @__PURE__ */ u(Zi, { highlights: r, store: r.insights.getStore() }),
|
|
5512
5544
|
o && /* @__PURE__ */ u(
|
|
5513
|
-
|
|
5545
|
+
Qi,
|
|
5514
5546
|
{
|
|
5515
5547
|
openedInsight: o,
|
|
5516
5548
|
closeHighlights: r.closeFeature,
|
|
@@ -5518,90 +5550,90 @@ const pl = () => Ga, fl = /* @__PURE__ */ m(pl())({
|
|
|
5518
5550
|
}
|
|
5519
5551
|
)
|
|
5520
5552
|
] });
|
|
5521
|
-
},
|
|
5522
|
-
const
|
|
5553
|
+
}, Ml = ({ sdk: r, feature: o }) => Me(() => o ? o.featureConfig.get().type === qe.GAMES ? /* @__PURE__ */ u(Ei, { sdk: r, feature: o, children: /* @__PURE__ */ u(yl, { gamification: o, sdk: r }) }) : o.featureConfig.get().type === qe.HIGHLIGHTS ? /* @__PURE__ */ u(Ei, { sdk: r, feature: o, children: /* @__PURE__ */ u(Il, { highlights: o, sdk: r }) }) : null : null, [r, o]);
|
|
5554
|
+
const wl = /* @__PURE__ */ m("button")({
|
|
5523
5555
|
name: "e",
|
|
5524
5556
|
class: "enu64b2",
|
|
5525
5557
|
propsAsIs: !1
|
|
5526
|
-
}),
|
|
5558
|
+
}), Cl = /* @__PURE__ */ m("span")({
|
|
5527
5559
|
name: "t",
|
|
5528
5560
|
class: "tw2meku",
|
|
5529
5561
|
propsAsIs: !1
|
|
5530
|
-
}),
|
|
5562
|
+
}), El = /* @__PURE__ */ m("span")({
|
|
5531
5563
|
name: "a",
|
|
5532
5564
|
class: "aka8vam",
|
|
5533
5565
|
propsAsIs: !1
|
|
5534
|
-
}), Jt = ({ disabled: r, active: o, onClick: l, label: d, icon: h }) => /* @__PURE__ */ u(
|
|
5535
|
-
h && /* @__PURE__ */ u(
|
|
5536
|
-
/* @__PURE__ */ u(
|
|
5566
|
+
}), Jt = ({ disabled: r, active: o, onClick: l, label: d, icon: h }) => /* @__PURE__ */ u(wl, { onClick: l, disabled: r, "data-selected": o, children: /* @__PURE__ */ x(re, { children: [
|
|
5567
|
+
h && /* @__PURE__ */ u(Cl, { children: h }),
|
|
5568
|
+
/* @__PURE__ */ u(El, { children: d })
|
|
5537
5569
|
] }) });
|
|
5538
|
-
const
|
|
5570
|
+
const Al = () => ne, Nl = /* @__PURE__ */ m(Al())({
|
|
5539
5571
|
name: "a",
|
|
5540
5572
|
class: "a10lggiw",
|
|
5541
5573
|
propsAsIs: !0
|
|
5542
|
-
}), rt = "channels",
|
|
5574
|
+
}), rt = "channels", xl = (r) => {
|
|
5543
5575
|
var o;
|
|
5544
5576
|
return /* @__PURE__ */ u(Jt, {
|
|
5545
5577
|
...r,
|
|
5546
5578
|
id: "channels",
|
|
5547
5579
|
label: "Channels",
|
|
5548
|
-
icon: /* @__PURE__ */ u(
|
|
5580
|
+
icon: /* @__PURE__ */ u(Nl, {
|
|
5549
5581
|
name: "icon-btn-channels",
|
|
5550
5582
|
"data-selected": (o = r.active) == null ? void 0 : o.toString()
|
|
5551
5583
|
})
|
|
5552
5584
|
});
|
|
5553
5585
|
};
|
|
5554
|
-
const
|
|
5586
|
+
const vl = () => ne, Tl = /* @__PURE__ */ m(vl())({
|
|
5555
5587
|
name: "d",
|
|
5556
5588
|
class: "d1x5s8ie",
|
|
5557
5589
|
propsAsIs: !0
|
|
5558
|
-
}), Pe = "featuredGroups",
|
|
5590
|
+
}), Pe = "featuredGroups", Ll = (r) => {
|
|
5559
5591
|
var o;
|
|
5560
5592
|
return /* @__PURE__ */ u(Jt, {
|
|
5561
5593
|
...r,
|
|
5562
5594
|
label: "FG+",
|
|
5563
5595
|
id: "featuredGroups",
|
|
5564
|
-
icon: /* @__PURE__ */ u(
|
|
5596
|
+
icon: /* @__PURE__ */ u(Tl, {
|
|
5565
5597
|
name: "icon-btn-feature-groups",
|
|
5566
5598
|
"data-selected": (o = r.active) == null ? void 0 : o.toString()
|
|
5567
5599
|
})
|
|
5568
5600
|
});
|
|
5569
5601
|
};
|
|
5570
|
-
const
|
|
5602
|
+
const Dl = () => ne, Sl = /* @__PURE__ */ m(Dl())({
|
|
5571
5603
|
name: "n",
|
|
5572
5604
|
class: "ntav86o",
|
|
5573
5605
|
propsAsIs: !0
|
|
5574
|
-
}), ht = "leaderboard",
|
|
5606
|
+
}), ht = "leaderboard", zl = (r) => {
|
|
5575
5607
|
var o;
|
|
5576
5608
|
return /* @__PURE__ */ u(Jt, {
|
|
5577
5609
|
...r,
|
|
5578
5610
|
label: "Leader Board",
|
|
5579
5611
|
id: "leaderboard",
|
|
5580
|
-
icon: /* @__PURE__ */ u(
|
|
5612
|
+
icon: /* @__PURE__ */ u(Sl, {
|
|
5581
5613
|
name: "icon-btn-leaderboard",
|
|
5582
5614
|
"data-selected": (o = r.active) == null ? void 0 : o.toString()
|
|
5583
5615
|
})
|
|
5584
5616
|
});
|
|
5585
5617
|
};
|
|
5586
|
-
const
|
|
5618
|
+
const jl = /* @__PURE__ */ m("div")({
|
|
5587
5619
|
name: "n",
|
|
5588
5620
|
class: "n1rlvhvz",
|
|
5589
5621
|
propsAsIs: !1
|
|
5590
|
-
}),
|
|
5622
|
+
}), kl = ({
|
|
5591
5623
|
children: r,
|
|
5592
5624
|
className: o
|
|
5593
|
-
}) => /* @__PURE__ */ u(
|
|
5625
|
+
}) => /* @__PURE__ */ u(jl, {
|
|
5594
5626
|
className: o,
|
|
5595
5627
|
children: r
|
|
5596
5628
|
});
|
|
5597
|
-
const
|
|
5629
|
+
const bl = () => kl, Bl = /* @__PURE__ */ m(bl())({
|
|
5598
5630
|
name: "n",
|
|
5599
5631
|
class: "n9bnom",
|
|
5600
5632
|
propsAsIs: !0
|
|
5601
|
-
}),
|
|
5602
|
-
/* @__PURE__ */ u(
|
|
5633
|
+
}), Rl = ({ activeOverlay: r, setActiveOverlay: o, sdkReady: l }) => /* @__PURE__ */ x(Bl, { children: [
|
|
5634
|
+
/* @__PURE__ */ u(xl, { active: r === rt, onClick: () => o(rt) }),
|
|
5603
5635
|
/* @__PURE__ */ u(
|
|
5604
|
-
|
|
5636
|
+
Ll,
|
|
5605
5637
|
{
|
|
5606
5638
|
active: r === Pe,
|
|
5607
5639
|
disabled: !l,
|
|
@@ -5611,14 +5643,14 @@ const jl = () => zl, kl = /* @__PURE__ */ m(jl())({
|
|
|
5611
5643
|
}
|
|
5612
5644
|
),
|
|
5613
5645
|
/* @__PURE__ */ u(
|
|
5614
|
-
|
|
5646
|
+
zl,
|
|
5615
5647
|
{
|
|
5616
5648
|
active: r === ht,
|
|
5617
5649
|
onClick: () => o(ht)
|
|
5618
5650
|
}
|
|
5619
5651
|
)
|
|
5620
|
-
] }),
|
|
5621
|
-
const [l, d] =
|
|
5652
|
+
] }), _l = (r, o) => {
|
|
5653
|
+
const [l, d] = Q(!1), h = F(r.status) === "ready", [g, f] = Q(Pe), s = Ye(
|
|
5622
5654
|
(y) => {
|
|
5623
5655
|
f(y), y === Pe ? (r.createEventSession(o), r.openFeature(qe.GAMES)) : r.closeFeature();
|
|
5624
5656
|
},
|
|
@@ -5647,8 +5679,8 @@ const jl = () => zl, kl = /* @__PURE__ */ m(jl())({
|
|
|
5647
5679
|
d(!1), r.disableApp();
|
|
5648
5680
|
}
|
|
5649
5681
|
};
|
|
5650
|
-
},
|
|
5651
|
-
const o = F(r.getActiveFeature()), [l, d] =
|
|
5682
|
+
}, Ol = (r) => {
|
|
5683
|
+
const o = F(r.getActiveFeature()), [l, d] = Q(null);
|
|
5652
5684
|
return Je(() => {
|
|
5653
5685
|
const h = r.getFeatures();
|
|
5654
5686
|
if (o)
|
|
@@ -5664,17 +5696,17 @@ const jl = () => zl, kl = /* @__PURE__ */ m(jl())({
|
|
|
5664
5696
|
g.status.get() === ue.Ready && g.disable();
|
|
5665
5697
|
};
|
|
5666
5698
|
}, [o, r]), [o, l];
|
|
5667
|
-
},
|
|
5668
|
-
const [, o] =
|
|
5669
|
-
return /* @__PURE__ */ u(
|
|
5670
|
-
},
|
|
5671
|
-
const { sdkEnabled: h, sdkReady: g, activeOverlay: f, activateAndLoadOverlay: s, enableSdk: y, disableSdk: A } =
|
|
5699
|
+
}, Ul = ({ sdk: r }) => {
|
|
5700
|
+
const [, o] = Ol(r);
|
|
5701
|
+
return /* @__PURE__ */ u(Ml, { feature: o, sdk: r });
|
|
5702
|
+
}, $l = ({ sdk: r, overlays: o, children: l, event: d }) => {
|
|
5703
|
+
const { sdkEnabled: h, sdkReady: g, activeOverlay: f, activateAndLoadOverlay: s, enableSdk: y, disableSdk: A } = _l(
|
|
5672
5704
|
r,
|
|
5673
5705
|
d
|
|
5674
5706
|
);
|
|
5675
|
-
return /* @__PURE__ */ u(Ki, { style: { height: "100%" }, children: /* @__PURE__ */ x(
|
|
5707
|
+
return /* @__PURE__ */ u(Ki, { style: { height: "100%" }, children: /* @__PURE__ */ x(Ha, { className: Za, children: [
|
|
5676
5708
|
h && /* @__PURE__ */ u(
|
|
5677
|
-
|
|
5709
|
+
Rl,
|
|
5678
5710
|
{
|
|
5679
5711
|
sdkReady: g,
|
|
5680
5712
|
activeOverlay: f,
|
|
@@ -5697,19 +5729,19 @@ const jl = () => zl, kl = /* @__PURE__ */ m(jl())({
|
|
|
5697
5729
|
children: o && f === ht && o[f]
|
|
5698
5730
|
}
|
|
5699
5731
|
),
|
|
5700
|
-
h && f === Pe && /* @__PURE__ */ u(
|
|
5732
|
+
h && f === Pe && /* @__PURE__ */ u(Ul, { sdk: r })
|
|
5701
5733
|
] }) });
|
|
5702
|
-
},
|
|
5703
|
-
const { sdk: d, status: h } =
|
|
5734
|
+
}, y0 = ({ children: r, event: o, overlays: l }) => {
|
|
5735
|
+
const { sdk: d, status: h } = Vt(gt);
|
|
5704
5736
|
if (h === dt.UNSET)
|
|
5705
5737
|
throw new Error("Wrap app in `StreamLayerProvider`");
|
|
5706
|
-
return d ? /* @__PURE__ */ u(
|
|
5738
|
+
return d ? /* @__PURE__ */ u($l, { sdk: d, event: o, overlays: l, children: r }) : r({});
|
|
5707
5739
|
};
|
|
5708
5740
|
export {
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5741
|
+
y0 as MastersStreamLayerSDKReact,
|
|
5742
|
+
f0 as StreamLayerProvider,
|
|
5743
|
+
m0 as StreamLayerSDKPoints,
|
|
5744
|
+
g0 as StreamLayerSDKReact,
|
|
5745
|
+
Pa as useStreamLayer,
|
|
5746
|
+
Fa as useStreamLayerApp
|
|
5715
5747
|
};
|