@streamlayer/react 1.24.7 → 1.24.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/advertisement.js +74 -75
- package/lib/cjs/bet-pack.js +65 -66
- package/lib/cjs/index.js +328 -329
- package/lib/cjs/insight.js +146 -147
- package/lib/cjs/masters.js +257 -258
- package/lib/cjs/notification.js +123 -124
- package/lib/cjs/points.js +31 -32
- package/lib/cjs/style.css +1 -1
- package/lib/dist/cjs/index.js +257 -258
- package/lib/dist/es/index.js +257 -258
- package/lib/es/advertisement.js +2 -2
- package/lib/es/index.js +1 -1
- package/lib/es/index10.js +9 -9
- package/lib/es/index12.js +17 -17
- package/lib/es/index13.js +41 -41
- package/lib/es/index14.js +29 -29
- package/lib/es/index16.js +30 -30
- package/lib/es/index2.js +35 -36
- package/lib/es/index4.js +1 -1
- package/lib/es/index5.js +273 -3
- package/lib/es/index6.js +3 -7
- package/lib/es/index7.js +5 -284
- package/lib/es/index8.js +11 -11
- package/lib/es/insight.js +1 -1
- package/lib/es/masters2.js +26 -26
- package/lib/es/notification.js +23 -23
- package/lib/es/pause-ad.js +1 -1
- package/lib/es/points.js +10 -10
- package/lib/es/polymarket.js +2 -2
- package/lib/es/storage.js +12 -12
- package/lib/es/style.css +1 -1
- package/lib/source.css +1 -1
- package/package.json +14 -14
package/lib/dist/cjs/index.js
CHANGED
|
@@ -157,7 +157,6 @@ require('core-js/modules/web.url-search-params.has.js');
|
|
|
157
157
|
require('core-js/modules/web.url-search-params.size.js');
|
|
158
158
|
var D$6 = require('lodash.throttle');
|
|
159
159
|
require('core-js/modules/es.reflect.construct.js');
|
|
160
|
-
require('@storybook/blocks');
|
|
161
160
|
require('core-js/modules/es.promise.all-settled.js');
|
|
162
161
|
require('core-js/modules/es.array.find-last.js');
|
|
163
162
|
var reactDom = require('react-dom');
|
|
@@ -1053,7 +1052,7 @@ var H$7 = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|de
|
|
|
1053
1052
|
n[r] = e[r];
|
|
1054
1053
|
}), n;
|
|
1055
1054
|
};
|
|
1056
|
-
function z$
|
|
1055
|
+
function z$6(e, t, n) {
|
|
1057
1056
|
var r = U$3(t, n);
|
|
1058
1057
|
if (!e) {
|
|
1059
1058
|
var o = typeof x$6 == "function" ? {
|
|
@@ -1065,7 +1064,7 @@ function z$5(e, t, n) {
|
|
|
1065
1064
|
}
|
|
1066
1065
|
return r;
|
|
1067
1066
|
}
|
|
1068
|
-
var V$
|
|
1067
|
+
var V$3 = function V(e, t) {};
|
|
1069
1068
|
function F$7(e) {
|
|
1070
1069
|
var t = "";
|
|
1071
1070
|
return function (n) {
|
|
@@ -1075,7 +1074,7 @@ function F$7(e) {
|
|
|
1075
1074
|
_a$class = a.class,
|
|
1076
1075
|
p = _a$class === void 0 ? t : _a$class,
|
|
1077
1076
|
v = n.propsAsIs === void 0 ? !(typeof u == "string" && u.indexOf("-") === -1 && !j$6(u[0])) : n.propsAsIs,
|
|
1078
|
-
d = z$
|
|
1077
|
+
d = z$6(v, a, ["as", "class"]);
|
|
1079
1078
|
d.ref = c, d.className = n.atomic ? T$2(n.class, d.className || p) : T$2(d.className || p, n.class);
|
|
1080
1079
|
var s = n.vars;
|
|
1081
1080
|
if (s) {
|
|
@@ -1085,7 +1084,7 @@ function F$7(e) {
|
|
|
1085
1084
|
S = h[0],
|
|
1086
1085
|
N = h[1] || "",
|
|
1087
1086
|
b = typeof S == "function" ? S(a) : S;
|
|
1088
|
-
V$
|
|
1087
|
+
V$3(b, n.name), i["--".concat(l)] = "".concat(b).concat(N);
|
|
1089
1088
|
}
|
|
1090
1089
|
var f = d.style || {},
|
|
1091
1090
|
m = Object.keys(f);
|
|
@@ -1270,10 +1269,10 @@ var P$5;
|
|
|
1270
1269
|
e.ORGANIZATION = "ORGANIZATION", e.STREAM = "STREAM";
|
|
1271
1270
|
})(P$5 || (P$5 = {}));
|
|
1272
1271
|
be$3.BETTING + "", be$3.GAMES + "", be$3.PUBLIC_CHAT + "", be$3.TWITTER + "";
|
|
1273
|
-
var L$
|
|
1272
|
+
var L$3;
|
|
1274
1273
|
(function (e) {
|
|
1275
1274
|
e.Ready = "ready", e.Suspended = "suspended";
|
|
1276
|
-
})(L$
|
|
1275
|
+
})(L$3 || (L$3 = {}));
|
|
1277
1276
|
|
|
1278
1277
|
var a$2 = (typeof globalThis === "undefined" ? "undefined" : _typeof(globalThis)) < "u" ? globalThis : (typeof window === "undefined" ? "undefined" : _typeof(window)) < "u" ? window : (typeof global === "undefined" ? "undefined" : _typeof(global)) < "u" ? global : (typeof self === "undefined" ? "undefined" : _typeof(self)) < "u" ? self : {};
|
|
1279
1278
|
function f$2(e) {
|
|
@@ -4702,7 +4701,7 @@ var a$1 = function a(C) {
|
|
|
4702
4701
|
fill: "white"
|
|
4703
4702
|
}));
|
|
4704
4703
|
},
|
|
4705
|
-
L$
|
|
4704
|
+
L$2 = function L(C) {
|
|
4706
4705
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
4707
4706
|
width: 48,
|
|
4708
4707
|
height: 48,
|
|
@@ -4863,7 +4862,7 @@ var a$1 = function a(C) {
|
|
|
4863
4862
|
fill: "#FFFFFF"
|
|
4864
4863
|
})));
|
|
4865
4864
|
},
|
|
4866
|
-
V$
|
|
4865
|
+
V$2 = function V(C) {
|
|
4867
4866
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
4868
4867
|
width: 12,
|
|
4869
4868
|
height: 20,
|
|
@@ -4943,7 +4942,7 @@ var a$1 = function a(C) {
|
|
|
4943
4942
|
strokeLinecap: "round"
|
|
4944
4943
|
}));
|
|
4945
4944
|
},
|
|
4946
|
-
y$
|
|
4945
|
+
y$3 = function y(C) {
|
|
4947
4946
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
4948
4947
|
width: 10,
|
|
4949
4948
|
height: 10,
|
|
@@ -5284,7 +5283,7 @@ var a$1 = function a(C) {
|
|
|
5284
5283
|
}
|
|
5285
5284
|
}));
|
|
5286
5285
|
},
|
|
5287
|
-
A$
|
|
5286
|
+
A$1 = function A(C) {
|
|
5288
5287
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
5289
5288
|
width: 48,
|
|
5290
5289
|
height: 48,
|
|
@@ -5364,7 +5363,7 @@ var a$1 = function a(C) {
|
|
|
5364
5363
|
strokeLinejoin: "round"
|
|
5365
5364
|
}));
|
|
5366
5365
|
},
|
|
5367
|
-
N$
|
|
5366
|
+
N$4 = function N(C) {
|
|
5368
5367
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
5369
5368
|
width: 16,
|
|
5370
5369
|
height: 15,
|
|
@@ -5469,7 +5468,7 @@ var a$1 = function a(C) {
|
|
|
5469
5468
|
fill: "white"
|
|
5470
5469
|
})));
|
|
5471
5470
|
},
|
|
5472
|
-
z$
|
|
5471
|
+
z$5 = function z(C) {
|
|
5473
5472
|
return /* @__PURE__ */e__namespace.createElement("svg", _objectSpread2({
|
|
5474
5473
|
width: 40,
|
|
5475
5474
|
height: 39,
|
|
@@ -6328,16 +6327,16 @@ var a$1 = function a(C) {
|
|
|
6328
6327
|
"invite-game-icon": C1$1,
|
|
6329
6328
|
"icon-trophy": K$5,
|
|
6330
6329
|
"icon-trophy-green": Y$5,
|
|
6331
|
-
"icon-trophy-solid": z$
|
|
6330
|
+
"icon-trophy-solid": z$5,
|
|
6332
6331
|
"icon-trivia": p1$1,
|
|
6333
6332
|
"icon-thumb-down": P$4,
|
|
6334
6333
|
"icon-thumb-up": U$2,
|
|
6335
|
-
"icon-star": N$
|
|
6334
|
+
"icon-star": N$4,
|
|
6336
6335
|
"icon-prediction": s1$1,
|
|
6337
6336
|
"icon-insight": L1$1,
|
|
6338
6337
|
"icon-poll": w1$1,
|
|
6339
6338
|
"icon-play": G$5,
|
|
6340
|
-
"icon-pause": A$
|
|
6339
|
+
"icon-pause": A$1,
|
|
6341
6340
|
"icon-masters-logo": I$1,
|
|
6342
6341
|
"icon-logout": j$5,
|
|
6343
6342
|
"icon-link": b$4,
|
|
@@ -6349,17 +6348,17 @@ var a$1 = function a(C) {
|
|
|
6349
6348
|
"icon-copy": k$3,
|
|
6350
6349
|
"icon-cross": w$4,
|
|
6351
6350
|
"icon-close": x$5,
|
|
6352
|
-
"icon-close-btn-white": y$
|
|
6351
|
+
"icon-close-btn-white": y$3,
|
|
6353
6352
|
"icon-close-btn-gray": Z$5,
|
|
6354
6353
|
"icon-circle-arrow-right": M$4,
|
|
6355
6354
|
"icon-chevron": H$6,
|
|
6356
6355
|
"icon-chevron-white-left": E$3,
|
|
6357
|
-
"icon-chevron-left": V$
|
|
6356
|
+
"icon-chevron-left": V$2,
|
|
6358
6357
|
"icon-check": c,
|
|
6359
6358
|
"icon-check-white": v$1,
|
|
6360
6359
|
"icon-check-green": g$1,
|
|
6361
6360
|
"icon-check-circle": m,
|
|
6362
|
-
"icon-correct": L$
|
|
6361
|
+
"icon-correct": L$2,
|
|
6363
6362
|
"icon-btn-channels": n1$1,
|
|
6364
6363
|
"icon-btn-feature-groups": o1$1,
|
|
6365
6364
|
"icon-btn-leaderboard": r1$1,
|
|
@@ -6392,7 +6391,7 @@ var a$1 = function a(C) {
|
|
|
6392
6391
|
loader: t1$1,
|
|
6393
6392
|
fgIcon: s
|
|
6394
6393
|
},
|
|
6395
|
-
|
|
6394
|
+
E1$1 = function E1(_ref) {
|
|
6396
6395
|
var C = _ref.name,
|
|
6397
6396
|
i = _ref.style,
|
|
6398
6397
|
n = _ref.className,
|
|
@@ -6494,7 +6493,7 @@ var K$4 = {
|
|
|
6494
6493
|
},
|
|
6495
6494
|
x$4 = ["#107D57", "#DF2F3B", "#DF2F3B", "#E8E8E8"],
|
|
6496
6495
|
M$3 = "#cee5de",
|
|
6497
|
-
V$
|
|
6496
|
+
V$1 = "#f9d6d8",
|
|
6498
6497
|
Q$2 = "#E8E8E8",
|
|
6499
6498
|
le$2 = {
|
|
6500
6499
|
xs: 324,
|
|
@@ -6550,7 +6549,7 @@ function Te$3(t, e) {
|
|
|
6550
6549
|
};
|
|
6551
6550
|
}
|
|
6552
6551
|
var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u" ? e$2.useEffect : e$2.useLayoutEffect,
|
|
6553
|
-
|
|
6552
|
+
H$5 = function H(_ref6) {
|
|
6554
6553
|
var t = _ref6.isPlaying,
|
|
6555
6554
|
e = _ref6.duration,
|
|
6556
6555
|
_ref6$startAt = _ref6.startAt,
|
|
@@ -6578,10 +6577,10 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6578
6577
|
var F = u - o.current,
|
|
6579
6578
|
C = T.current + F;
|
|
6580
6579
|
o.current = u, T.current = C;
|
|
6581
|
-
var
|
|
6580
|
+
var B = R.current + (n === 0 ? C : (C / n | 0) * n),
|
|
6582
6581
|
D = R.current + C,
|
|
6583
6582
|
g = typeof e == "number" && D >= e;
|
|
6584
|
-
l(g ? e :
|
|
6583
|
+
l(g ? e : B), g || (_.current = requestAnimationFrame(_m));
|
|
6585
6584
|
},
|
|
6586
6585
|
I = function I() {
|
|
6587
6586
|
_.current && cancelAnimationFrame(_.current), c.current && clearTimeout(c.current), o.current = null;
|
|
@@ -6611,7 +6610,7 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6611
6610
|
reset: N
|
|
6612
6611
|
};
|
|
6613
6612
|
},
|
|
6614
|
-
|
|
6613
|
+
j$4 = function j(t, e, i) {
|
|
6615
6614
|
var n = t / 2,
|
|
6616
6615
|
r = e / 2,
|
|
6617
6616
|
a = n - r,
|
|
@@ -6626,7 +6625,7 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6626
6625
|
G$4 = function G(t, e) {
|
|
6627
6626
|
return t === 0 || t === e ? 0 : typeof e == "number" ? t - e : 0;
|
|
6628
6627
|
},
|
|
6629
|
-
|
|
6628
|
+
z$4 = function z(t) {
|
|
6630
6629
|
return {
|
|
6631
6630
|
position: "relative",
|
|
6632
6631
|
width: t,
|
|
@@ -6696,10 +6695,10 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6696
6695
|
_ = t.onUpdate,
|
|
6697
6696
|
o = e$2.useRef(),
|
|
6698
6697
|
c = Math.max(a, E !== null && E !== void 0 ? E : 0),
|
|
6699
|
-
|
|
6700
|
-
m =
|
|
6701
|
-
I =
|
|
6702
|
-
|
|
6698
|
+
_j = j$4(r, c, R),
|
|
6699
|
+
m = _j.path,
|
|
6700
|
+
I = _j.pathLength,
|
|
6701
|
+
_H = H$5({
|
|
6703
6702
|
isPlaying: l,
|
|
6704
6703
|
duration: e,
|
|
6705
6704
|
startAt: G$4(e, i),
|
|
@@ -6712,16 +6711,16 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6712
6711
|
var F;
|
|
6713
6712
|
var _ref8 = (F = s(u)) != null ? F : {},
|
|
6714
6713
|
C = _ref8.shouldRepeat,
|
|
6715
|
-
|
|
6714
|
+
B = _ref8.delay,
|
|
6716
6715
|
D = _ref8.newInitialRemainingTime;
|
|
6717
6716
|
if (C) return {
|
|
6718
6717
|
shouldRepeat: C,
|
|
6719
|
-
delay:
|
|
6718
|
+
delay: B,
|
|
6720
6719
|
newStartAt: G$4(e, D)
|
|
6721
6720
|
};
|
|
6722
6721
|
} : void 0
|
|
6723
6722
|
}),
|
|
6724
|
-
N =
|
|
6723
|
+
N = _H.elapsedTime,
|
|
6725
6724
|
f = e - N;
|
|
6726
6725
|
return {
|
|
6727
6726
|
elapsedTime: N,
|
|
@@ -6750,7 +6749,7 @@ var U$1 = (typeof window === "undefined" ? "undefined" : _typeof(window)) > "u"
|
|
|
6750
6749
|
_ = _Z.size,
|
|
6751
6750
|
o = _Z.strokeWidth;
|
|
6752
6751
|
return e__namespace.default.createElement("div", {
|
|
6753
|
-
style:
|
|
6752
|
+
style: z$4(_)
|
|
6754
6753
|
}, e__namespace.default.createElement("svg", {
|
|
6755
6754
|
viewBox: "0 0 ".concat(_, " ").concat(_),
|
|
6756
6755
|
width: _,
|
|
@@ -6790,7 +6789,7 @@ var ee$2 = [10, 10, 1, 0],
|
|
|
6790
6789
|
propsAsIs: false
|
|
6791
6790
|
}),
|
|
6792
6791
|
ne$1 = M$3,
|
|
6793
|
-
h$3 = V$
|
|
6792
|
+
h$3 = V$1,
|
|
6794
6793
|
Y$4 = Q$2,
|
|
6795
6794
|
se$1 = function se(_ref9) {
|
|
6796
6795
|
var t = _ref9.className,
|
|
@@ -6868,7 +6867,7 @@ var ee$2 = [10, 10, 1, 0],
|
|
|
6868
6867
|
height: t,
|
|
6869
6868
|
width: e
|
|
6870
6869
|
},
|
|
6871
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
6870
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
6872
6871
|
name: "loader"
|
|
6873
6872
|
})
|
|
6874
6873
|
});
|
|
@@ -6925,7 +6924,7 @@ var u$2 = 4,
|
|
|
6925
6924
|
_typeof(n) > "u" && t in e.value ? (e.value = _objectSpread2({}, e.value), delete e.value[t], e.notify(l, t)) : e.value[t] !== n && (e.value = _objectSpread2(_objectSpread2({}, e.value), {}, _defineProperty({}, t, n)), e.notify(l, t));
|
|
6926
6925
|
}, e;
|
|
6927
6926
|
},
|
|
6928
|
-
y$
|
|
6927
|
+
y$2 = function y(a) {
|
|
6929
6928
|
return [function (e) {
|
|
6930
6929
|
return function () {
|
|
6931
6930
|
for (var _len = arguments.length, t = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
@@ -6945,7 +6944,7 @@ var u$2 = 4,
|
|
|
6945
6944
|
payload: {}
|
|
6946
6945
|
});
|
|
6947
6946
|
},
|
|
6948
|
-
A
|
|
6947
|
+
A = function A(a, e) {
|
|
6949
6948
|
var t = window.innerWidth < le$2.xl;
|
|
6950
6949
|
e$2.useEffect(function () {
|
|
6951
6950
|
var n = t && e.useDomNode ? document : a.current,
|
|
@@ -6984,7 +6983,7 @@ var me$2 = /* @__PURE__ */ne$2("div")({
|
|
|
6984
6983
|
propsAsIs: false
|
|
6985
6984
|
}),
|
|
6986
6985
|
ye$2 = function ye() {
|
|
6987
|
-
return
|
|
6986
|
+
return E1$1;
|
|
6988
6987
|
},
|
|
6989
6988
|
ge$2 = /* @__PURE__ */ne$2(ye$2())({
|
|
6990
6989
|
name: "Icon",
|
|
@@ -7049,7 +7048,7 @@ var me$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7049
7048
|
class: "p12ow7zo",
|
|
7050
7049
|
propsAsIs: false
|
|
7051
7050
|
}),
|
|
7052
|
-
|
|
7051
|
+
H$4 = /* @__PURE__ */ne$2("div")({
|
|
7053
7052
|
name: "Control",
|
|
7054
7053
|
class: "cdpal9o",
|
|
7055
7054
|
propsAsIs: false
|
|
@@ -7098,13 +7097,13 @@ var me$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7098
7097
|
Ee = function Ee() {
|
|
7099
7098
|
return Y$3;
|
|
7100
7099
|
},
|
|
7101
|
-
|
|
7100
|
+
B$2 = /* @__PURE__ */ne$2(Ee())({
|
|
7102
7101
|
name: "WebOSIconButtonAnimation",
|
|
7103
7102
|
class: "wdlqvum",
|
|
7104
7103
|
propsAsIs: true
|
|
7105
7104
|
}),
|
|
7106
7105
|
Ne$1 = function Ne() {
|
|
7107
|
-
return
|
|
7106
|
+
return B$2;
|
|
7108
7107
|
},
|
|
7109
7108
|
Oe$1 = /* @__PURE__ */ne$2(Ne$1())({
|
|
7110
7109
|
name: "WebOSIconButtonPlay",
|
|
@@ -7112,30 +7111,30 @@ var me$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7112
7111
|
propsAsIs: true
|
|
7113
7112
|
}),
|
|
7114
7113
|
Se$1 = function Se() {
|
|
7115
|
-
return
|
|
7114
|
+
return B$2;
|
|
7116
7115
|
},
|
|
7117
7116
|
We$1 = /* @__PURE__ */ne$2(Se$1())({
|
|
7118
7117
|
name: "WebOSIconButtonPause",
|
|
7119
7118
|
class: "w1iylt55",
|
|
7120
7119
|
propsAsIs: true
|
|
7121
7120
|
}),
|
|
7122
|
-
|
|
7123
|
-
return
|
|
7121
|
+
Re$1 = function Re() {
|
|
7122
|
+
return B$2;
|
|
7124
7123
|
},
|
|
7125
|
-
|
|
7124
|
+
He = /* @__PURE__ */ne$2(Re$1())({
|
|
7126
7125
|
name: "WebOSIconButtonMute",
|
|
7127
7126
|
class: "w8h4h7",
|
|
7128
7127
|
propsAsIs: true
|
|
7129
7128
|
}),
|
|
7130
7129
|
Te$2 = function Te() {
|
|
7131
|
-
return
|
|
7130
|
+
return B$2;
|
|
7132
7131
|
},
|
|
7133
|
-
|
|
7132
|
+
Be$1 = /* @__PURE__ */ne$2(Te$2())({
|
|
7134
7133
|
name: "WebOSIconButtonUnmute",
|
|
7135
7134
|
class: "w12l12kt",
|
|
7136
7135
|
propsAsIs: true
|
|
7137
7136
|
}),
|
|
7138
|
-
|
|
7137
|
+
Le$1 = function Le(t) {
|
|
7139
7138
|
var _iterator = _createForOfIteratorHelper(t),
|
|
7140
7139
|
_step;
|
|
7141
7140
|
try {
|
|
@@ -7149,17 +7148,17 @@ var me$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7149
7148
|
_iterator.f();
|
|
7150
7149
|
}
|
|
7151
7150
|
},
|
|
7152
|
-
ee$1 = new IntersectionObserver(
|
|
7151
|
+
ee$1 = new IntersectionObserver(Le$1, {
|
|
7153
7152
|
threshold: 0.5
|
|
7154
7153
|
}),
|
|
7155
7154
|
F$5 = /* @__PURE__ */new Set(),
|
|
7156
|
-
|
|
7155
|
+
Ue$1 = function Ue(t) {
|
|
7157
7156
|
ee$1.observe(t), F$5.add(t);
|
|
7158
7157
|
},
|
|
7159
|
-
|
|
7158
|
+
je = function je(t) {
|
|
7160
7159
|
ee$1.unobserve(t), F$5.delete(t);
|
|
7161
7160
|
},
|
|
7162
|
-
|
|
7161
|
+
ze$1 = function ze() {
|
|
7163
7162
|
var _iterator2 = _createForOfIteratorHelper(F$5),
|
|
7164
7163
|
_step2;
|
|
7165
7164
|
try {
|
|
@@ -7198,10 +7197,10 @@ var $e$1 = Te$3(he$3),
|
|
|
7198
7197
|
c = _ref2.unmute,
|
|
7199
7198
|
d = _ref2.mute,
|
|
7200
7199
|
p = _ref2.togglePlaying;
|
|
7201
|
-
return !t && !a && !o ? /* @__PURE__ */jsxRuntime.jsx(
|
|
7202
|
-
children: l ? /* @__PURE__ */jsxRuntime.jsx(
|
|
7200
|
+
return !t && !a && !o ? /* @__PURE__ */jsxRuntime.jsx(H$4, {
|
|
7201
|
+
children: l ? /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7203
7202
|
name: "icon-pause"
|
|
7204
|
-
}) : /* @__PURE__ */jsxRuntime.jsx(
|
|
7203
|
+
}) : /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7205
7204
|
name: "icon-play"
|
|
7206
7205
|
})
|
|
7207
7206
|
}) : o ? /* @__PURE__ */jsxRuntime.jsxs(ve$2, {
|
|
@@ -7227,31 +7226,31 @@ var $e$1 = Te$3(he$3),
|
|
|
7227
7226
|
y = _ref3.hasNotPausedVideo,
|
|
7228
7227
|
C = _ref3.hasInteractedWithAudio;
|
|
7229
7228
|
return /* @__PURE__ */jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
7230
|
-
children: [!t && !(a && o) && /* @__PURE__ */jsxRuntime.jsx(
|
|
7229
|
+
children: [!t && !(a && o) && /* @__PURE__ */jsxRuntime.jsx(H$4, {
|
|
7231
7230
|
"data-control-btn": "true",
|
|
7232
7231
|
children: l ? y ? null : /* @__PURE__ */jsxRuntime.jsx(Oe$1, {
|
|
7233
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
7232
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7234
7233
|
name: "icon-play"
|
|
7235
7234
|
})
|
|
7236
7235
|
}) : i ? /* @__PURE__ */jsxRuntime.jsx(We$1, {
|
|
7237
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
7236
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7238
7237
|
name: "icon-pause"
|
|
7239
7238
|
})
|
|
7240
7239
|
}) : /* @__PURE__ */jsxRuntime.jsx(Y$3, {
|
|
7241
7240
|
"data-control-icon": "true",
|
|
7242
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
7241
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7243
7242
|
name: "icon-play"
|
|
7244
7243
|
})
|
|
7245
7244
|
})
|
|
7246
|
-
}), !t && a && o && C && /* @__PURE__ */jsxRuntime.jsx(
|
|
7247
|
-
children: p ? /* @__PURE__ */jsxRuntime.jsx(
|
|
7245
|
+
}), !t && a && o && C && /* @__PURE__ */jsxRuntime.jsx(H$4, {
|
|
7246
|
+
children: p ? /* @__PURE__ */jsxRuntime.jsx(He, {
|
|
7248
7247
|
onClick: c,
|
|
7249
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
7248
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7250
7249
|
name: "iconMute"
|
|
7251
7250
|
})
|
|
7252
|
-
}) : /* @__PURE__ */jsxRuntime.jsx(
|
|
7251
|
+
}) : /* @__PURE__ */jsxRuntime.jsx(Be$1, {
|
|
7253
7252
|
onClick: d,
|
|
7254
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
7253
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7255
7254
|
name: "iconUnMute"
|
|
7256
7255
|
})
|
|
7257
7256
|
})
|
|
@@ -7270,7 +7269,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7270
7269
|
y = _ref4.onRender,
|
|
7271
7270
|
C = _ref4.onMute,
|
|
7272
7271
|
x = _ref4.onMuteClick,
|
|
7273
|
-
|
|
7272
|
+
L = _ref4.onQuartile,
|
|
7274
7273
|
M = _ref4.autoPlay,
|
|
7275
7274
|
k = _ref4.playMuted,
|
|
7276
7275
|
te = _ref4.className,
|
|
@@ -7279,8 +7278,8 @@ var $e$1 = Te$3(he$3),
|
|
|
7279
7278
|
ae = _ref4.hasNotPausedVideo;
|
|
7280
7279
|
var u = e$2.useRef(null),
|
|
7281
7280
|
ne = qe(u, se),
|
|
7281
|
+
U = e$2.useRef(false),
|
|
7282
7282
|
j = e$2.useRef(false),
|
|
7283
|
-
z = e$2.useRef(false),
|
|
7284
7283
|
m = e$2.useRef(/* @__PURE__ */new Set()),
|
|
7285
7284
|
_I3 = e$2.useState(false),
|
|
7286
7285
|
_I4 = _slicedToArray(_I3, 2),
|
|
@@ -7292,7 +7291,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7292
7291
|
O = _I6[1],
|
|
7293
7292
|
_I7 = e$2.useState(false),
|
|
7294
7293
|
_I8 = _slicedToArray(_I7, 2),
|
|
7295
|
-
|
|
7294
|
+
z = _I8[0],
|
|
7296
7295
|
_ = _I8[1],
|
|
7297
7296
|
_I9 = e$2.useState(true),
|
|
7298
7297
|
_I0 = _slicedToArray(_I9, 2),
|
|
@@ -7335,7 +7334,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7335
7334
|
if (r) if (N) r.pause();else {
|
|
7336
7335
|
var g = u === null || u === void 0 ? void 0 : u.current;
|
|
7337
7336
|
if (!g) return;
|
|
7338
|
-
|
|
7337
|
+
ze$1(), g.play().catch(function (h) {
|
|
7339
7338
|
return console.log(h);
|
|
7340
7339
|
}), S(false);
|
|
7341
7340
|
}
|
|
@@ -7350,13 +7349,13 @@ var $e$1 = Te$3(he$3),
|
|
|
7350
7349
|
};
|
|
7351
7350
|
}, [P]), e$2.useEffect(function () {
|
|
7352
7351
|
var s = u.current;
|
|
7353
|
-
return s ? (
|
|
7354
|
-
|
|
7352
|
+
return s ? (j.current = s.muted, W(s.muted), Ue$1(s), function () {
|
|
7353
|
+
je(s);
|
|
7355
7354
|
}) : function () {};
|
|
7356
7355
|
}, []), e$2.useEffect(function () {
|
|
7357
7356
|
y === null || y === void 0 || y();
|
|
7358
7357
|
}, [y]), e$2.useEffect(function () {
|
|
7359
|
-
m.current.clear(),
|
|
7358
|
+
m.current.clear(), U.current = false;
|
|
7360
7359
|
}, [a]), /* @__PURE__ */jsxRuntime.jsxs($e$1, {
|
|
7361
7360
|
webos: E,
|
|
7362
7361
|
onClick: M && k ? q ? V : A : X,
|
|
@@ -7374,19 +7373,19 @@ var $e$1 = Te$3(he$3),
|
|
|
7374
7373
|
src: a,
|
|
7375
7374
|
autoPlay: M,
|
|
7376
7375
|
onPlay: function onPlay() {
|
|
7377
|
-
K(true),
|
|
7376
|
+
K(true), U.current && (i !== null && i !== void 0 && i(), m.current.clear()), O(true), S(false), c !== null && c !== void 0 && c(), k ? A() : Q();
|
|
7378
7377
|
},
|
|
7379
7378
|
onTimeUpdate: function onTimeUpdate(s) {
|
|
7380
7379
|
var r = s.target.duration,
|
|
7381
7380
|
g = s.target.currentTime;
|
|
7382
7381
|
if (r && g) {
|
|
7383
7382
|
var h = Math.floor(g / r * 100);
|
|
7384
|
-
h >= 25 && h < 50 && !m.current.has(25) ? (
|
|
7383
|
+
h >= 25 && h < 50 && !m.current.has(25) ? (L !== null && L !== void 0 && L(25), m.current.add(25)) : h >= 50 && h < 75 && !m.current.has(50) ? (L !== null && L !== void 0 && L(50), m.current.add(50)) : h >= 75 && !m.current.has(75) && (L !== null && L !== void 0 && L(75), m.current.add(75));
|
|
7385
7384
|
}
|
|
7386
7385
|
},
|
|
7387
7386
|
onVolumeChange: function onVolumeChange(s) {
|
|
7388
7387
|
var r = s.target.muted;
|
|
7389
|
-
|
|
7388
|
+
j.current !== r && (C !== null && C !== void 0 && C(r), j.current = r, (r !== w || w === void 0) && (r ? P() : Q()));
|
|
7390
7389
|
},
|
|
7391
7390
|
onError: function () {
|
|
7392
7391
|
var _onError = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(s) {
|
|
@@ -7434,7 +7433,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7434
7433
|
O(false), d !== null && d !== void 0 && d(), P();
|
|
7435
7434
|
},
|
|
7436
7435
|
onEnded: function onEnded() {
|
|
7437
|
-
O(false),
|
|
7436
|
+
O(false), U.current = true, re(), p !== null && p !== void 0 && p(), P();
|
|
7438
7437
|
},
|
|
7439
7438
|
style: {
|
|
7440
7439
|
visibility: J ? "hidden" : "visible"
|
|
@@ -7447,7 +7446,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7447
7446
|
visibility: J ? "visible" : "hidden"
|
|
7448
7447
|
}
|
|
7449
7448
|
}), !E && /* @__PURE__ */jsxRuntime.jsx(De$2, {
|
|
7450
|
-
loading:
|
|
7449
|
+
loading: z,
|
|
7451
7450
|
autoPlay: M,
|
|
7452
7451
|
played: G,
|
|
7453
7452
|
playing: N,
|
|
@@ -7456,7 +7455,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7456
7455
|
mute: A,
|
|
7457
7456
|
togglePlaying: X
|
|
7458
7457
|
}), E && /* @__PURE__ */jsxRuntime.jsx(Fe$1, {
|
|
7459
|
-
loading:
|
|
7458
|
+
loading: z,
|
|
7460
7459
|
autoPlay: M,
|
|
7461
7460
|
playMuted: k,
|
|
7462
7461
|
playing: N,
|
|
@@ -7466,7 +7465,7 @@ var $e$1 = Te$3(he$3),
|
|
|
7466
7465
|
isMuted: q,
|
|
7467
7466
|
hasNotPausedVideo: ae,
|
|
7468
7467
|
hasInteractedWithAudio: $
|
|
7469
|
-
}),
|
|
7468
|
+
}), z && /* @__PURE__ */jsxRuntime.jsx(H$4, {
|
|
7470
7469
|
children: /* @__PURE__ */jsxRuntime.jsx(ue$1, {})
|
|
7471
7470
|
})]
|
|
7472
7471
|
});
|
|
@@ -7500,7 +7499,7 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7500
7499
|
X$3 = function X(r) {
|
|
7501
7500
|
return r ? r.toLocaleString("en-US") : "0";
|
|
7502
7501
|
},
|
|
7503
|
-
|
|
7502
|
+
y$1 = function y(r) {
|
|
7504
7503
|
var n = new Date(r);
|
|
7505
7504
|
if (!n) return "";
|
|
7506
7505
|
var c = /* @__PURE__ */new Date(),
|
|
@@ -7514,12 +7513,12 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7514
7513
|
year: "2-digit"
|
|
7515
7514
|
}));
|
|
7516
7515
|
},
|
|
7517
|
-
|
|
7516
|
+
L$1 = /* @__PURE__ */ne$2("div")({
|
|
7518
7517
|
name: "Container",
|
|
7519
7518
|
class: "cjq447q",
|
|
7520
7519
|
propsAsIs: false
|
|
7521
7520
|
}),
|
|
7522
|
-
|
|
7521
|
+
D$2 = /* @__PURE__ */ne$2("div")({
|
|
7523
7522
|
name: "ImageContainer",
|
|
7524
7523
|
class: "i14egogb",
|
|
7525
7524
|
propsAsIs: false
|
|
@@ -7530,7 +7529,7 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7530
7529
|
propsAsIs: false
|
|
7531
7530
|
}),
|
|
7532
7531
|
O$3 = function O() {
|
|
7533
|
-
return
|
|
7532
|
+
return E1$1;
|
|
7534
7533
|
},
|
|
7535
7534
|
E$2 = /* @__PURE__ */ne$2(O$3())({
|
|
7536
7535
|
name: "TwitterIcon",
|
|
@@ -7558,9 +7557,9 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7558
7557
|
c = _ref.userName,
|
|
7559
7558
|
o = _ref.verified,
|
|
7560
7559
|
p = _ref.createdTweet;
|
|
7561
|
-
var m = p &&
|
|
7562
|
-
return /* @__PURE__ */jsxRuntime.jsxs(
|
|
7563
|
-
children: [r && /* @__PURE__ */jsxRuntime.jsxs(
|
|
7560
|
+
var m = p && y$1(p);
|
|
7561
|
+
return /* @__PURE__ */jsxRuntime.jsxs(L$1, {
|
|
7562
|
+
children: [r && /* @__PURE__ */jsxRuntime.jsxs(D$2, {
|
|
7564
7563
|
children: [/* @__PURE__ */jsxRuntime.jsx(S$1, {
|
|
7565
7564
|
className: "SL_AccountImage",
|
|
7566
7565
|
src: r
|
|
@@ -7570,7 +7569,7 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7570
7569
|
}), /* @__PURE__ */jsxRuntime.jsxs(b$2, {
|
|
7571
7570
|
children: [n && /* @__PURE__ */jsxRuntime.jsxs(x$3, {
|
|
7572
7571
|
className: "SL_TweetAccountName",
|
|
7573
|
-
children: [n, " ", o && /* @__PURE__ */jsxRuntime.jsx(
|
|
7572
|
+
children: [n, " ", o && /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
7574
7573
|
name: "icon-twitter-verified"
|
|
7575
7574
|
})]
|
|
7576
7575
|
}), c && /* @__PURE__ */jsxRuntime.jsxs(C$1, {
|
|
@@ -7585,12 +7584,12 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7585
7584
|
class: "c1kzqw87",
|
|
7586
7585
|
propsAsIs: false
|
|
7587
7586
|
}),
|
|
7588
|
-
R$
|
|
7587
|
+
R$3 = /* @__PURE__ */ne$2("div")({
|
|
7589
7588
|
name: "Details",
|
|
7590
7589
|
class: "d9r1hf9",
|
|
7591
7590
|
propsAsIs: false
|
|
7592
7591
|
}),
|
|
7593
|
-
V
|
|
7592
|
+
V = /* @__PURE__ */ne$2("div")({
|
|
7594
7593
|
name: "Body",
|
|
7595
7594
|
class: "bezygt5",
|
|
7596
7595
|
propsAsIs: false
|
|
@@ -7605,13 +7604,13 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7605
7604
|
class: "i18gwonx",
|
|
7606
7605
|
propsAsIs: false
|
|
7607
7606
|
}),
|
|
7608
|
-
N$
|
|
7607
|
+
N$3 = /* @__PURE__ */ne$2("img")({
|
|
7609
7608
|
name: "Image",
|
|
7610
7609
|
class: "i3g0xjd",
|
|
7611
7610
|
propsAsIs: false
|
|
7612
7611
|
}),
|
|
7613
7612
|
j$3 = function j() {
|
|
7614
|
-
return N$
|
|
7613
|
+
return N$3;
|
|
7615
7614
|
},
|
|
7616
7615
|
l = /* @__PURE__ */ne$2(j$3())({
|
|
7617
7616
|
name: "ImageFullSize",
|
|
@@ -7619,7 +7618,7 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7619
7618
|
propsAsIs: true
|
|
7620
7619
|
}),
|
|
7621
7620
|
F$4 = function F() {
|
|
7622
|
-
return N$
|
|
7621
|
+
return N$3;
|
|
7623
7622
|
},
|
|
7624
7623
|
f = /* @__PURE__ */ne$2(F$4())({
|
|
7625
7624
|
name: "ImageHalfSize",
|
|
@@ -7627,7 +7626,7 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7627
7626
|
propsAsIs: true
|
|
7628
7627
|
}),
|
|
7629
7628
|
_ = new RegExp("\\s?https?://t.co[^\\s]+(\\s+)?$"),
|
|
7630
|
-
z$
|
|
7629
|
+
z$3 = function z(r) {
|
|
7631
7630
|
return r === null || r === void 0 ? void 0 : r.replace(_, "");
|
|
7632
7631
|
},
|
|
7633
7632
|
Z$3 = e$2.memo(function (_ref2) {
|
|
@@ -7655,15 +7654,15 @@ var G$3 = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defin
|
|
|
7655
7654
|
/* VIDEO */)) === null || _e$ === void 0 ? void 0 : _e$.url;
|
|
7656
7655
|
}, [e]);
|
|
7657
7656
|
return /* @__PURE__ */jsxRuntime.jsxs(M$2, {
|
|
7658
|
-
children: [/* @__PURE__ */jsxRuntime.jsxs(R$
|
|
7657
|
+
children: [/* @__PURE__ */jsxRuntime.jsxs(R$3, {
|
|
7659
7658
|
children: [/* @__PURE__ */jsxRuntime.jsx(P$2, {
|
|
7660
7659
|
image: r,
|
|
7661
7660
|
name: m === null || m === void 0 || (_m$meta2 = m.meta) === null || _m$meta2 === void 0 ? void 0 : _m$meta2.accountName,
|
|
7662
7661
|
userName: o,
|
|
7663
7662
|
verified: p,
|
|
7664
7663
|
createdTweet: m === null || m === void 0 ? void 0 : m.date
|
|
7665
|
-
}), /* @__PURE__ */jsxRuntime.jsx(V
|
|
7666
|
-
children: z$
|
|
7664
|
+
}), /* @__PURE__ */jsxRuntime.jsx(V, {
|
|
7665
|
+
children: z$3(n)
|
|
7667
7666
|
}), !u && g && /* @__PURE__ */jsxRuntime.jsx(d$1, {
|
|
7668
7667
|
children: /* @__PURE__ */jsxRuntime.jsx(l, {
|
|
7669
7668
|
src: e === null || e === void 0 ? void 0 : e[0].mediaUrlHttps
|
|
@@ -7737,7 +7736,7 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7737
7736
|
propsAsIs: false
|
|
7738
7737
|
}),
|
|
7739
7738
|
L = function L() {
|
|
7740
|
-
return
|
|
7739
|
+
return E1$1;
|
|
7741
7740
|
},
|
|
7742
7741
|
i = /* @__PURE__ */ne$2(L())({
|
|
7743
7742
|
name: "QuestionActionIcon",
|
|
@@ -7752,10 +7751,10 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7752
7751
|
class: "qxlt78s",
|
|
7753
7752
|
propsAsIs: true
|
|
7754
7753
|
}),
|
|
7755
|
-
N$
|
|
7756
|
-
return
|
|
7754
|
+
N$2 = function N() {
|
|
7755
|
+
return E1$1;
|
|
7757
7756
|
},
|
|
7758
|
-
P$1 = /* @__PURE__ */ne$2(N$
|
|
7757
|
+
P$1 = /* @__PURE__ */ne$2(N$2())({
|
|
7759
7758
|
name: "QuestionTypeIcon",
|
|
7760
7759
|
class: "qmg0vkx",
|
|
7761
7760
|
propsAsIs: true
|
|
@@ -7783,12 +7782,12 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7783
7782
|
D$1 = function D() {
|
|
7784
7783
|
return i$1;
|
|
7785
7784
|
},
|
|
7786
|
-
|
|
7785
|
+
C = /* @__PURE__ */ne$2(D$1())({
|
|
7787
7786
|
name: "SkeletonButton",
|
|
7788
7787
|
class: "s16k8geu",
|
|
7789
7788
|
propsAsIs: true
|
|
7790
7789
|
}),
|
|
7791
|
-
|
|
7790
|
+
O$2 = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, Rn$1.LOST, /* @__PURE__ */jsxRuntime.jsx(i, {
|
|
7792
7791
|
name: "incorrectVoted"
|
|
7793
7792
|
})), Rn$1.WON, /* @__PURE__ */jsxRuntime.jsx(E$1, {
|
|
7794
7793
|
name: "icon-check"
|
|
@@ -7797,7 +7796,7 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7797
7796
|
})), Rn$1.DNP, /* @__PURE__ */jsxRuntime.jsx(i, {
|
|
7798
7797
|
name: "icon-arrow"
|
|
7799
7798
|
})),
|
|
7800
|
-
|
|
7799
|
+
z$2 = function z() {
|
|
7801
7800
|
return /* @__PURE__ */jsxRuntime.jsxs(x$2, {
|
|
7802
7801
|
children: [/* @__PURE__ */jsxRuntime.jsx(a, {
|
|
7803
7802
|
loading: true,
|
|
@@ -7809,10 +7808,10 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7809
7808
|
style: {
|
|
7810
7809
|
width: "70%"
|
|
7811
7810
|
}
|
|
7812
|
-
}), /* @__PURE__ */jsxRuntime.jsx(
|
|
7811
|
+
}), /* @__PURE__ */jsxRuntime.jsx(C, {})]
|
|
7813
7812
|
});
|
|
7814
7813
|
},
|
|
7815
|
-
|
|
7814
|
+
R$2 = function R(_ref) {
|
|
7816
7815
|
var t = _ref.questionTypeData,
|
|
7817
7816
|
a = _ref.questionType,
|
|
7818
7817
|
r = _ref.questionStatus;
|
|
@@ -7830,7 +7829,7 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7830
7829
|
})]
|
|
7831
7830
|
});
|
|
7832
7831
|
},
|
|
7833
|
-
|
|
7832
|
+
F$3 = function F(_ref2) {
|
|
7834
7833
|
var t = _ref2.questionId,
|
|
7835
7834
|
a = _ref2.questionType,
|
|
7836
7835
|
r = _ref2.questionStatus,
|
|
@@ -7838,12 +7837,12 @@ var h = /* @__PURE__ */ne$2("div")({
|
|
|
7838
7837
|
I = _ref2.openForVoting,
|
|
7839
7838
|
y = _ref2.status;
|
|
7840
7839
|
var p = G$3[a],
|
|
7841
|
-
q =
|
|
7840
|
+
q = O$2[y];
|
|
7842
7841
|
return p ? /* @__PURE__ */jsxRuntime.jsxs(h, {
|
|
7843
7842
|
"data-a": "intr",
|
|
7844
7843
|
"data-name": t,
|
|
7845
7844
|
children: [/* @__PURE__ */jsxRuntime.jsxs(g, {
|
|
7846
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
7845
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(R$2, {
|
|
7847
7846
|
questionTypeData: p,
|
|
7848
7847
|
questionType: a,
|
|
7849
7848
|
questionStatus: r
|
|
@@ -7876,7 +7875,7 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7876
7875
|
propsAsIs: false
|
|
7877
7876
|
}),
|
|
7878
7877
|
W$1 = function W() {
|
|
7879
|
-
return
|
|
7878
|
+
return E1$1;
|
|
7880
7879
|
},
|
|
7881
7880
|
z$1 = /* @__PURE__ */ne$2(W$1())({
|
|
7882
7881
|
name: "QuestionTypeIcon",
|
|
@@ -7894,7 +7893,7 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7894
7893
|
propsAsIs: false
|
|
7895
7894
|
}),
|
|
7896
7895
|
K$2 = function K() {
|
|
7897
|
-
return
|
|
7896
|
+
return E1$1;
|
|
7898
7897
|
},
|
|
7899
7898
|
X$2 = /* @__PURE__ */ne$2(K$2())({
|
|
7900
7899
|
name: "CloseIcon",
|
|
@@ -7942,13 +7941,13 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7942
7941
|
});
|
|
7943
7942
|
},
|
|
7944
7943
|
e2$1 = "data:image/svg+xml,%3csvg%20width='103'%20height='18'%20viewBox='0%200%20103%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6919_104497)'%3e%3cpath%20d='M9.89618%203.45801C9.91951%203.45801%209.94451%203.46134%209.96784%203.46134C9.97618%203.46134%209.98284%203.46134%209.99118%203.46467H9.99784C10.0095%203.46467%2010.0212%203.46801%2010.0312%203.46801C10.0412%203.46801%2010.0462%203.46801%2010.0545%203.47134C10.0762%203.47467%2010.0962%203.47467%2010.1178%203.47634C10.1412%203.47967%2010.1662%203.48134%2010.1895%203.48467H10.2012C10.2462%203.48967%2010.2945%203.49634%2010.3395%203.50467C10.4512%203.52467%2010.5595%203.54801%2010.6662%203.57801C10.6928%203.58301%2010.7178%203.59301%2010.7445%203.60134H10.7478C10.7745%203.60967%2010.7995%203.61801%2010.8262%203.62467C10.8528%203.63301%2010.8778%203.64134%2010.9045%203.65134C10.9312%203.65967%2010.9562%203.66801%2010.9795%203.67967C11.0012%203.68801%2011.0212%203.69634%2011.0428%203.70634C11.0495%203.70967%2011.0578%203.71134%2011.0645%203.71467C11.0828%203.72301%2011.1012%203.72967%2011.1195%203.73801C11.1262%203.74134%2011.1312%203.74301%2011.1378%203.74634C11.1562%203.75467%2011.1712%203.76134%2011.1895%203.76967C11.1962%203.77301%2011.2045%203.77467%2011.2128%203.78134C11.2345%203.78967%2011.2528%203.79801%2011.2728%203.80967C11.2762%203.80967%2011.2795%203.81301%2011.2812%203.81301C11.3045%203.82467%2011.3295%203.83634%2011.3512%203.84801C11.3695%203.85634%2011.3878%203.86801%2011.4062%203.87634C11.4212%203.88134%2011.4328%203.89134%2011.4462%203.89967C11.4645%203.91134%2011.4828%203.91967%2011.5012%203.93134C11.5045%203.93467%2011.5078%203.93467%2011.5095%203.93634L11.5728%203.97467H11.5762L15.2178%206.18801L15.4412%206.32467C16.3228%206.90801%2016.9028%207.88467%2016.9028%208.99301C16.9028%2010.1013%2016.3262%2011.0763%2015.4445%2011.6613L15.2095%2011.803L11.5745%2014.0113H11.5712L11.5078%2014.0497C11.5078%2014.0497%2011.5012%2014.053%2011.4995%2014.0547C11.4812%2014.0663%2011.4628%2014.0747%2011.4445%2014.0863C11.4595%2014.078%2011.4745%2014.0697%2011.4895%2014.0597L5.94951%2017.433C5.94951%2017.433%205.94618%2017.433%205.94618%2017.4363L5.74451%2017.558H5.74118C5.19784%2017.863%204.55784%2018.0247%203.87784%2017.993C2.73618%2017.938%201.75784%2017.3463%201.19284%2016.4847C0.837844%2015.9413%200.64451%2015.2913%200.681177%2014.6013C0.71451%2013.983%200.922844%2013.4147%201.26118%2012.9397L1.26951%2012.9247L4.04451%208.99634L6.77784%205.12634C6.81118%205.07967%206.84784%205.03301%206.87784%204.98467C6.87451%204.98967%206.86951%204.99967%206.86284%205.00467C6.87118%204.98967%206.88118%204.97634%206.88951%204.96134C6.88951%204.95801%206.89284%204.95801%206.89284%204.95634C6.89618%204.95301%206.89951%204.94801%206.90118%204.94467C6.90118%204.94467%206.90118%204.94134%206.90451%204.94134C6.91951%204.92134%206.93451%204.90134%206.94618%204.87801C6.96118%204.85801%206.97618%204.83801%206.99118%204.81634C7.00618%204.79634%207.02118%204.77634%207.03618%204.75467C7.03951%204.75134%207.03951%204.74967%207.04284%204.74634C7.04618%204.74301%207.04618%204.74134%207.04951%204.74134C7.06451%204.72134%207.07951%204.70134%207.09784%204.67967C7.10951%204.66467%207.12118%204.65134%207.13451%204.63634C7.16784%204.59801%207.20118%204.56134%207.23784%204.52301C7.25284%204.50801%207.26451%204.49467%207.27951%204.47967C7.30118%204.45634%207.32118%204.43634%207.34618%204.41634C7.36451%204.39967%207.38284%204.38134%207.40118%204.36467C7.41951%204.34801%207.43451%204.33301%207.45284%204.31801C7.45618%204.31467%207.45951%204.31301%207.45951%204.31301C7.47118%204.30134%207.48118%204.29301%207.49284%204.28467C7.50451%204.27301%207.51951%204.26134%207.53284%204.25301C7.53618%204.24967%207.53951%204.24801%207.54118%204.24801C7.55951%204.23301%207.57451%204.21967%207.59284%204.20467C7.60784%204.18967%207.62618%204.17801%207.64118%204.16634C7.65618%204.15467%207.66784%204.14634%207.68284%204.13467C7.70118%204.11967%207.71951%204.10801%207.73784%204.09467C7.75284%204.08634%207.76451%204.07467%207.77951%204.06634C7.78618%204.06134%207.79451%204.05467%207.80284%204.05134C7.81784%204.03967%207.83284%204.03134%207.84784%204.02301C7.85118%204.01967%207.85618%204.01801%207.85951%204.01467C7.87784%204.00301%207.89618%203.99134%207.91118%203.98301C7.91784%203.97801%207.92618%203.97467%207.93284%203.96801C7.94784%203.95967%207.95951%203.95134%207.97451%203.94134C7.98284%203.93634%207.99284%203.92967%208.00118%203.92467C8.01618%203.91634%208.03451%203.90801%208.04951%203.89634C8.05284%203.89301%208.05784%203.89134%208.06451%203.88801C8.08618%203.87634%208.10451%203.86467%208.12451%203.85634C8.12784%203.85301%208.13118%203.85301%208.13618%203.85134C8.15784%203.83967%208.17784%203.82801%208.19951%203.81967C8.19951%203.81967%208.20284%203.81967%208.20284%203.81634C8.22618%203.80467%208.24784%203.79301%208.27284%203.78134C8.27284%203.78134%208.27618%203.78134%208.27618%203.77801C8.29451%203.76967%208.31284%203.76134%208.33284%203.75134C8.34118%203.74801%208.35118%203.74301%208.35951%203.73967C8.37118%203.73467%208.38284%203.72801%208.39618%203.72467C8.41118%203.71967%208.42284%203.71301%208.43784%203.70801C8.46118%203.69967%208.48284%203.69134%208.50784%203.68134C8.52284%203.67634%208.53451%203.66967%208.54951%203.66634C8.57118%203.65801%208.59118%203.65134%208.61284%203.64301C8.63118%203.63801%208.65284%203.63134%208.66951%203.62301C8.75451%203.59634%208.83784%203.57134%208.92284%203.54967C8.94118%203.54467%208.96284%203.54134%208.97951%203.53801C9.08451%203.51467%209.19451%203.49467%209.30284%203.48301C9.32951%203.47967%209.35784%203.47801%209.38451%203.47467C9.42118%203.47134%209.45951%203.46967%209.49618%203.46634C9.51118%203.46634%209.52284%203.46301%209.53784%203.46301H9.55951C9.58951%203.46301%209.61618%203.45967%209.64784%203.45967H9.73784C9.79451%203.45967%209.84284%203.45967%209.89451%203.46301L9.89618%203.45801ZM10.6662%2014.413C10.5612%2014.4413%2010.4512%2014.4647%2010.3395%2014.4863C10.4512%2014.4663%2010.5595%2014.443%2010.6662%2014.413ZM9.56118%2014.5313H9.56951C9.56118%2014.5313%209.54784%2014.5313%209.53951%2014.528C9.54618%2014.528%209.55451%2014.5313%209.56118%2014.5313ZM7.08784%2013.293C7.05451%2013.253%207.02451%2013.2147%206.99451%2013.1747C7.02451%2013.2147%207.05784%2013.253%207.08784%2013.293ZM6.90284%2013.043C6.90284%2013.043%206.90618%2013.0463%206.90618%2013.048C6.90284%2013.0447%206.90284%2013.043%206.89951%2013.0363C6.89618%2013.033%206.89618%2013.0297%206.89284%2013.0247C6.86951%2012.9897%206.84784%2012.953%206.82284%2012.918C6.84451%2012.953%206.86784%2012.9913%206.88951%2013.0247C6.89618%2013.0297%206.89784%2013.0363%206.90118%2013.0413L6.90284%2013.043ZM6.89451%2013.0263C6.85784%2012.968%206.81951%2012.913%206.77618%2012.858L6.89451%2013.0263Z'%20fill='%231652A8'%20style='fill:%231652A8;fill:color(display-p3%200.0863%200.3216%200.6588);fill-opacity:1;'/%3e%3cg%20opacity='0.85'%3e%3cpath%20d='M5.77088%200.453306L5.97588%200.578306L5.97921%200.581639L11.5225%203.94997C11.5075%203.94164%2011.4925%203.93331%2011.4775%203.92331C11.4959%203.93497%2011.5142%203.94331%2011.5325%203.95497C11.5359%203.95831%2011.5392%203.95831%2011.5409%203.95997L11.6042%203.99831H11.6075L15.2492%206.21164L15.4725%206.34831C16.3542%206.93164%2016.9342%207.9083%2016.9342%209.01664C16.9342%2010.125%2016.3575%2011.1%2015.4759%2011.685L15.2409%2011.8266L11.6059%2014.035H11.6025L11.5392%2014.0733C11.5392%2014.0733%2011.5325%2014.0766%2011.5309%2014.0783C11.5125%2014.09%2011.4942%2014.0983%2011.4759%2014.11C11.4642%2014.1183%2011.4492%2014.125%2011.4359%2014.1333C11.4175%2014.145%2011.3992%2014.1533%2011.3809%2014.1616C11.3575%2014.1733%2011.3359%2014.185%2011.3109%2014.1966C11.3075%2014.2%2011.3042%2014.2%2011.3025%2014.2C11.2842%2014.2116%2011.2625%2014.22%2011.2425%2014.2283C11.2359%2014.2316%2011.2275%2014.2333%2011.2192%2014.24C11.2009%2014.2483%2011.1859%2014.255%2011.1675%2014.2633C11.1609%2014.2666%2011.1592%2014.2683%2011.1525%2014.2683C11.1309%2014.2766%2011.1109%2014.285%2011.0859%2014.2966C11.0625%2014.3083%2011.0342%2014.3166%2011.0109%2014.325C10.9875%2014.3333%2010.9592%2014.345%2010.9359%2014.3533C10.9092%2014.3616%2010.8842%2014.37%2010.8575%2014.38C10.8309%2014.3883%2010.8059%2014.3966%2010.7792%2014.4033H10.7759C10.7492%2014.4116%2010.7242%2014.4183%2010.6975%2014.4266C10.5925%2014.455%2010.4825%2014.4783%2010.3709%2014.4983C10.3259%2014.5066%2010.2775%2014.5133%2010.2325%2014.5183C10.2259%2014.5183%2010.2242%2014.5183%2010.2209%2014.5216C10.1975%2014.525%2010.1725%2014.5283%2010.1492%2014.53C10.1009%2014.5366%2010.0525%2014.5383%2010.0042%2014.5416C9.92921%2014.5483%209.85254%2014.5483%209.77754%2014.5483H9.68088C9.65421%2014.5483%209.62921%2014.545%209.60254%2014.545C9.59421%2014.545%209.58088%2014.545%209.57254%2014.5416C9.53254%2014.5383%209.49088%2014.5366%209.45254%2014.5333C9.27421%2014.5166%209.09588%2014.4866%208.92754%2014.4466C8.90421%2014.44%208.87921%2014.435%208.85254%2014.4266C8.81921%2014.4183%208.78588%2014.41%208.74921%2014.3983C8.73088%2014.3933%208.70921%2014.3866%208.69254%2014.3816C8.66588%2014.3733%208.64088%2014.365%208.61421%2014.355C8.58754%2014.3466%208.56254%2014.3383%208.53921%2014.3266C8.51588%2014.3183%208.48754%2014.3066%208.46421%2014.2983C8.44088%2014.29%208.41921%2014.2816%208.39754%2014.27C8.38921%2014.2666%208.38254%2014.265%208.37421%2014.2583C8.35588%2014.25%208.33754%2014.2416%208.31754%2014.2316C8.31754%2014.2316%208.31421%2014.2316%208.31421%2014.2283C8.29088%2014.2166%208.26588%2014.205%208.24254%2014.1933C8.21921%2014.1816%208.19421%2014.17%208.17088%2014.155C8.14754%2014.1433%208.12254%2014.1283%208.10088%2014.1166C8.07754%2014.105%208.05254%2014.09%208.03088%2014.0766C8.00754%2014.0616%207.98588%2014.0483%207.96088%2014.0366C7.93754%2014.0216%207.91588%2014.0083%207.89421%2013.9933C7.87254%2013.9783%207.85254%2013.965%207.83088%2013.95C7.82754%2013.95%207.82754%2013.9466%207.82421%2013.945C7.80588%2013.9333%207.78754%2013.9183%207.76754%2013.905C7.76421%2013.9016%207.76088%2013.9016%207.75921%2013.9C7.74088%2013.885%207.72254%2013.8733%207.70421%2013.86C7.70088%2013.8566%207.69588%2013.855%207.69254%2013.8483C7.67421%2013.8333%207.65588%2013.82%207.63754%2013.805C7.63754%2013.805%207.63421%2013.805%207.63421%2013.8016C7.61588%2013.7866%207.59754%2013.7733%207.57754%2013.755C7.57421%2013.7516%207.57088%2013.7516%207.56921%2013.7483C7.55421%2013.7366%207.53921%2013.7216%207.52421%2013.71C7.51754%2013.705%207.51254%2013.6983%207.50588%2013.695C7.49421%2013.6833%207.47921%2013.6716%207.46588%2013.66C7.43921%2013.6366%207.41421%2013.6133%207.39088%2013.5866C7.37254%2013.57%207.35754%2013.5516%207.33921%2013.535C7.32754%2013.5233%207.31754%2013.5116%207.30588%2013.5C7.29421%2013.4883%207.28421%2013.48%207.27588%2013.4683C7.25754%2013.4516%207.24254%2013.43%207.22421%2013.4133C7.19088%2013.375%207.15754%2013.3383%207.12421%2013.2966C7.09088%2013.2566%207.06088%2013.2183%207.03088%2013.1783C7.01588%2013.1583%207.00088%2013.1383%206.98588%2013.1166C6.97088%2013.0966%206.95588%2013.0766%206.94421%2013.0533C6.94088%2013.05%206.94088%2013.0483%206.93754%2013.0416C6.93421%2013.0383%206.93421%2013.0366%206.93088%2013.03C6.90754%2012.995%206.88588%2012.9583%206.86088%2012.9233C6.88254%2012.9583%206.90588%2012.995%206.92754%2013.03C6.89088%2012.9716%206.85254%2012.9166%206.80921%2012.8616L4.07921%208.99664L1.34088%205.12997L1.23254%204.97664L1.22921%204.97164C0.92421%204.51164%200.737543%203.97497%200.707543%203.39497C0.670877%202.70497%200.86421%202.05164%201.22088%201.50997C1.78588%200.648306%202.76588%200.0566391%203.90421%20-2.75556e-05C4.58421%20-0.0150276%205.22421%200.148306%205.77088%200.453306Z'%20fill='url(%23paint0_linear_6919_104497)'%20style=''/%3e%3c/g%3e%3cpath%20d='M32.4132%2012.862C31.2015%2012.862%2030.4482%2012.0503%2030.4482%2010.7203V8.4453H32.6632V7.02697H30.4482V4.72363L28.8548%205.9053V7.0253H27.9648V8.44363H28.8548V10.7053C28.8548%2012.9953%2030.1982%2014.412%2032.4282%2014.412H32.7682V12.862H32.4132Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M19.9812%2012.5767L21.4028%2011.4651C22.0395%2012.4867%2022.8995%2013.0351%2023.9962%2013.0351C25.1962%2013.0351%2025.9512%2012.2651%2025.9512%2011.3017C25.9512%2010.1901%2024.7662%209.83506%2023.5212%209.43506C22.0545%208.96172%2020.4695%208.36839%2020.4695%206.38339C20.4695%204.73839%2021.9362%203.43506%2023.9362%203.43506C25.5812%203.43506%2026.6028%204.07172%2027.4328%205.03506L26.1145%206.01339C25.6262%205.25839%2024.8995%204.85839%2023.9362%204.85839C22.8395%204.85839%2022.1278%205.51006%2022.1278%206.35506C22.1278%207.39172%2023.2695%207.73339%2024.5128%208.14839C25.9945%208.65172%2027.6095%209.29006%2027.6095%2011.3051C27.6095%2012.9651%2026.2462%2014.5501%2024.0095%2014.5501C22.1578%2014.5501%2020.8978%2013.7651%2019.9795%2012.5801L19.9812%2012.5767Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M38.2695%2010.7367C38.2695%208.56503%2039.9379%206.8667%2042.1095%206.8667C44.2812%206.8667%2045.9062%208.4467%2045.9062%2010.6334V11.2534H39.7912C39.9979%2012.39%2040.8845%2013.1434%2042.1695%2013.1434C43.1745%2013.1434%2043.9429%2012.6117%2044.3262%2011.8134L45.6262%2012.5367C44.9762%2013.7484%2043.8095%2014.545%2042.1695%2014.545C39.8362%2014.545%2038.2695%2012.8767%2038.2695%2010.735V10.7367ZM39.8645%209.91003H44.2962C44.0595%208.8467%2043.2479%208.25503%2042.1095%208.25503C40.9712%208.25503%2040.1595%208.93503%2039.8645%209.91003Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M33.7549%2010.72C33.7549%208.42999%2035.0982%207.02832%2037.3282%207.02832H38.0366V8.56499H37.3132C36.1016%208.56499%2035.3199%209.40665%2035.3349%2010.7367V14.415H33.7549V10.7233V10.72Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M46.6882%2010.7218C46.6882%208.56517%2048.3865%206.88184%2050.5132%206.88184C52.6399%206.88184%2054.3082%208.56517%2054.3082%2010.7218V14.4135H52.7582V13.4535C52.2415%2014.1468%2051.4432%2014.5468%2050.4682%2014.5468C48.3565%2014.5468%2046.6865%2012.8935%2046.6865%2010.7218H46.6882ZM52.7882%2010.7218C52.7882%209.40684%2051.7832%208.3585%2050.5132%208.3585C49.2432%208.3585%2048.2382%209.40684%2048.2382%2010.7218C48.2382%2012.0368%2049.2282%2013.0852%2050.5132%2013.0852C51.7982%2013.0852%2052.7882%2012.0218%2052.7882%2010.7218Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M55.3027%2010.2717C55.3027%208.30667%2056.6461%206.875%2058.6411%206.875C59.7777%206.875%2060.6944%207.33333%2061.2694%208.10167C61.8161%207.33333%2062.7027%206.875%2063.8394%206.875C65.8477%206.875%2067.2511%208.27833%2067.2511%2010.2717V14.4067H65.6711V10.2867C65.6711%209.165%2064.9177%208.38167%2063.8394%208.38167C62.7611%208.38167%2062.0527%209.18%2062.0677%2010.2433V14.4083H60.4877V10.2883C60.4877%209.16667%2059.7194%208.38333%2058.6411%208.38333C57.5627%208.38333%2056.8694%209.18167%2056.8827%2010.245V14.41H55.3027V10.275V10.2717Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M68.2646%203.62695H69.8746V12.872H74.2313V14.4086H68.2646V3.62695Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M89.418%2010.7367C89.418%208.56503%2091.0863%206.8667%2093.258%206.8667C95.4296%206.8667%2097.0546%208.4467%2097.0546%2010.6334V11.2534H90.9396C91.1463%2012.39%2092.033%2013.1434%2093.318%2013.1434C94.323%2013.1434%2095.0913%2012.6117%2095.4746%2011.8134L96.7746%2012.5367C96.1246%2013.7484%2094.958%2014.545%2093.318%2014.545C90.9846%2014.545%2089.418%2012.8767%2089.418%2010.735V10.7367ZM91.013%209.91003H95.4446C95.208%208.8467%2094.3963%208.25503%2093.258%208.25503C92.1196%208.25503%2091.308%208.93503%2091.013%209.91003Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M74.4948%2010.7218C74.4948%208.56517%2076.1932%206.88184%2078.3198%206.88184C80.4465%206.88184%2082.1148%208.56517%2082.1148%2010.7218V14.4135H80.5648V13.4535C80.0482%2014.1468%2079.2498%2014.5468%2078.2748%2014.5468C76.1632%2014.5468%2074.4932%2012.8935%2074.4932%2010.7218H74.4948ZM80.5948%2010.7218C80.5948%209.40684%2079.5898%208.3585%2078.3198%208.3585C77.0498%208.3585%2076.0448%209.40684%2076.0448%2010.7218C76.0448%2012.0368%2077.0348%2013.0852%2078.3198%2013.0852C79.6048%2013.0852%2080.5948%2012.0218%2080.5948%2010.7218Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M85.0381%2014.0498L81.9814%207.0498H83.6798L85.8364%2012.1748L87.8748%207.0498H89.5431L85.0831%2017.8465H83.4581L85.0381%2014.0515V14.0498Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3cpath%20d='M98.041%2010.7151C98.041%208.4251%2099.3843%207.02344%20101.614%207.02344H102.323V8.5601H101.599C100.388%208.5601%2099.606%209.40177%2099.621%2010.7318V14.4101H98.041V10.7184V10.7151Z'%20fill='%23687C8B'%20style='fill:%23687C8B;fill:color(display-p3%200.4078%200.4863%200.5451);fill-opacity:1;'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_6919_104497'%20x1='4.31754'%20y1='8.70664'%20x2='13.6359'%20y2='3.59497'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.2'%20stop-color='%231589EE'%20style='stop-color:%231589EE;stop-color:color(display-p3%200.0824%200.5373%200.9333);stop-opacity:1;'/%3e%3cstop%20offset='1'%20stop-color='%235EB4FF'%20style='stop-color:%235EB4FF;stop-color:color(display-p3%200.3686%200.7059%201.0000);stop-opacity:1;'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_6919_104497'%3e%3crect%20width='101.648'%20height='18'%20fill='white'%20style='fill:white;fill-opacity:1;'%20transform='translate(0.675781)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",
|
|
7945
|
-
|
|
7944
|
+
H$3 = /* @__PURE__ */ne$2("div")({
|
|
7946
7945
|
name: "SponsorLogoWrap",
|
|
7947
7946
|
class: "s8p5v5z",
|
|
7948
7947
|
propsAsIs: false
|
|
7949
7948
|
}),
|
|
7950
7949
|
l2$1 = function l2() {
|
|
7951
|
-
return
|
|
7950
|
+
return E1$1;
|
|
7952
7951
|
},
|
|
7953
7952
|
i2$1 = /* @__PURE__ */ne$2(l2$1())({
|
|
7954
7953
|
name: "SponsorLogo",
|
|
@@ -7963,16 +7962,16 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
7963
7962
|
x2$1 = function x2(_ref2) {
|
|
7964
7963
|
var e = _ref2.mastersApp,
|
|
7965
7964
|
a = _ref2.sponsorLogo;
|
|
7966
|
-
return e ? /* @__PURE__ */jsxRuntime.jsx(
|
|
7965
|
+
return e ? /* @__PURE__ */jsxRuntime.jsx(H$3, {
|
|
7967
7966
|
children: /* @__PURE__ */jsxRuntime.jsx(i2$1, {
|
|
7968
7967
|
name: "mastersLogo"
|
|
7969
7968
|
})
|
|
7970
|
-
}) : a ? /* @__PURE__ */jsxRuntime.jsx(
|
|
7969
|
+
}) : a ? /* @__PURE__ */jsxRuntime.jsx(H$3, {
|
|
7971
7970
|
children: /* @__PURE__ */jsxRuntime.jsx(a2$1, {
|
|
7972
7971
|
src: a,
|
|
7973
7972
|
alt: "ad-sponsor-logo"
|
|
7974
7973
|
})
|
|
7975
|
-
}) : /* @__PURE__ */jsxRuntime.jsx(
|
|
7974
|
+
}) : /* @__PURE__ */jsxRuntime.jsx(H$3, {
|
|
7976
7975
|
children: /* @__PURE__ */jsxRuntime.jsx("img", {
|
|
7977
7976
|
src: e2$1,
|
|
7978
7977
|
alt: "stream-layer-logo"
|
|
@@ -8050,9 +8049,9 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
8050
8049
|
r = (e === null || e === void 0 ? void 0 : e.playVideoMuted) === nR.ENABLED,
|
|
8051
8050
|
h = a && (e === null || e === void 0 ? void 0 : e.autoPlayVideo) === tR.ENABLED,
|
|
8052
8051
|
k = r && h,
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
|
|
8052
|
+
M = e === null || e === void 0 ? void 0 : e.heading,
|
|
8053
|
+
b = e === null || e === void 0 ? void 0 : e.body,
|
|
8054
|
+
B = M || b,
|
|
8056
8055
|
_I5 = e$2.useState(true),
|
|
8057
8056
|
_I6 = _slicedToArray(_I5, 2),
|
|
8058
8057
|
$ = _I6[0],
|
|
@@ -8134,11 +8133,11 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
8134
8133
|
hasNotPausedVideo: $,
|
|
8135
8134
|
webos: true
|
|
8136
8135
|
}), v && !$ && /* @__PURE__ */jsxRuntime.jsxs(w$2, {
|
|
8137
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
8136
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
8138
8137
|
name: "icon-pause"
|
|
8139
8138
|
}), "PAUSED"]
|
|
8140
8139
|
}), V && k && /* @__PURE__ */jsxRuntime.jsxs(w$2, {
|
|
8141
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
8140
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
8142
8141
|
name: "iconMute"
|
|
8143
8142
|
}), "MUTED"]
|
|
8144
8143
|
})]
|
|
@@ -8150,9 +8149,9 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
8150
8149
|
})
|
|
8151
8150
|
}), /* @__PURE__ */jsxRuntime.jsxs(d2$1, {
|
|
8152
8151
|
children: [/* @__PURE__ */jsxRuntime.jsx(n2$1, {
|
|
8153
|
-
children: a &&
|
|
8152
|
+
children: a && B ? M : x
|
|
8154
8153
|
}), /* @__PURE__ */jsxRuntime.jsx(r2$1, {
|
|
8155
|
-
children: a &&
|
|
8154
|
+
children: a && B ? b : R
|
|
8156
8155
|
})]
|
|
8157
8156
|
})]
|
|
8158
8157
|
});
|
|
@@ -8291,10 +8290,10 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
8291
8290
|
class: "w19zie3h",
|
|
8292
8291
|
propsAsIs: false
|
|
8293
8292
|
}),
|
|
8294
|
-
|
|
8295
|
-
return
|
|
8293
|
+
H2$1 = function H2() {
|
|
8294
|
+
return E1$1;
|
|
8296
8295
|
},
|
|
8297
|
-
|
|
8296
|
+
A2$1 = /* @__PURE__ */ne$2(H2$1())({
|
|
8298
8297
|
name: "WebLinkIcon",
|
|
8299
8298
|
class: "wyg5v7z",
|
|
8300
8299
|
propsAsIs: true
|
|
@@ -8315,25 +8314,25 @@ var F$2 = /* @__PURE__ */ne$2("div")({
|
|
|
8315
8314
|
href: e === null || e === void 0 ? void 0 : e.webLink.url,
|
|
8316
8315
|
target: "_blank",
|
|
8317
8316
|
"data-a": "web-link",
|
|
8318
|
-
children: [e === null || e === void 0 ? void 0 : e.webLink.label, /* @__PURE__ */jsxRuntime.jsx(
|
|
8317
|
+
children: [e === null || e === void 0 ? void 0 : e.webLink.label, /* @__PURE__ */jsxRuntime.jsx(A2$1, {
|
|
8319
8318
|
name: "icon-external-link"
|
|
8320
8319
|
})]
|
|
8321
8320
|
})]
|
|
8322
8321
|
});
|
|
8323
8322
|
},
|
|
8324
|
-
|
|
8323
|
+
M2$1 = /* @__PURE__ */ne$2("div")({
|
|
8325
8324
|
name: "Container",
|
|
8326
8325
|
class: "c1dcxmvf",
|
|
8327
8326
|
propsAsIs: false
|
|
8328
8327
|
}),
|
|
8329
|
-
|
|
8328
|
+
b2$1 = /* @__PURE__ */ne$2("blockquote")({
|
|
8330
8329
|
name: "Quote",
|
|
8331
8330
|
class: "qb4q22c",
|
|
8332
8331
|
propsAsIs: false
|
|
8333
8332
|
}),
|
|
8334
8333
|
T2 = function T2(e) {
|
|
8335
|
-
return /* @__PURE__ */jsxRuntime.jsxs(
|
|
8336
|
-
children: [e.title && /* @__PURE__ */jsxRuntime.jsx(
|
|
8334
|
+
return /* @__PURE__ */jsxRuntime.jsxs(M2$1, {
|
|
8335
|
+
children: [e.title && /* @__PURE__ */jsxRuntime.jsx(b2$1, {
|
|
8337
8336
|
children: e.title
|
|
8338
8337
|
}), /* @__PURE__ */jsxRuntime.jsx(Z$3, _objectSpread2(_objectSpread2({}, e), {}, {
|
|
8339
8338
|
isDetail: true
|
|
@@ -8955,7 +8954,7 @@ var J$2 = new Je$2(),
|
|
|
8955
8954
|
propsAsIs: false
|
|
8956
8955
|
}),
|
|
8957
8956
|
ls$1 = function ls() {
|
|
8958
|
-
return
|
|
8957
|
+
return E1$1;
|
|
8959
8958
|
},
|
|
8960
8959
|
ds$1 = /* @__PURE__ */ne$2(ls$1())({
|
|
8961
8960
|
name: "Icon",
|
|
@@ -8996,7 +8995,7 @@ var J$2 = new Je$2(),
|
|
|
8996
8995
|
propsAsIs: false
|
|
8997
8996
|
}),
|
|
8998
8997
|
Is$1 = function Is() {
|
|
8999
|
-
return
|
|
8998
|
+
return E1$1;
|
|
9000
8999
|
},
|
|
9001
9000
|
ve$1 = /* @__PURE__ */ne$2(Is$1())({
|
|
9002
9001
|
name: "IconPrediction",
|
|
@@ -9088,10 +9087,10 @@ var J$2 = new Je$2(),
|
|
|
9088
9087
|
C = P && k,
|
|
9089
9088
|
V = P && r,
|
|
9090
9089
|
f = l === ee$3.PREDICTION && c && v && r,
|
|
9091
|
-
|
|
9090
|
+
B = c && l === ee$3.POLL && v,
|
|
9092
9091
|
w = a ? "correct" : "incorrect",
|
|
9093
9092
|
L = a ? n === null || n === void 0 ? void 0 : n.correctFeedback : n === null || n === void 0 ? void 0 : n.incorrectFeedback;
|
|
9094
|
-
return p || h || C || V || S ||
|
|
9093
|
+
return p || h || C || V || S || B || f || m ? /* @__PURE__ */jsxRuntime.jsx(ms$1, {
|
|
9095
9094
|
enabled: v,
|
|
9096
9095
|
animate: !m && p ? true : y,
|
|
9097
9096
|
onAnimationEnd: q,
|
|
@@ -9105,7 +9104,7 @@ var J$2 = new Je$2(),
|
|
|
9105
9104
|
})]
|
|
9106
9105
|
}), !m && p && /* @__PURE__ */jsxRuntime.jsxs(Q$1, {
|
|
9107
9106
|
children: [!I && /* @__PURE__ */jsxRuntime.jsx(X$1, {
|
|
9108
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
9107
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
9109
9108
|
name: "questionExpired"
|
|
9110
9109
|
})
|
|
9111
9110
|
}), /* @__PURE__ */jsxRuntime.jsxs("div", {
|
|
@@ -9120,7 +9119,7 @@ var J$2 = new Je$2(),
|
|
|
9120
9119
|
}), !m && h && /* @__PURE__ */jsxRuntime.jsxs(Q$1, {
|
|
9121
9120
|
className: T$2(Ae),
|
|
9122
9121
|
children: [/* @__PURE__ */jsxRuntime.jsx(X$1, {
|
|
9123
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
9122
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
9124
9123
|
name: "questionExpired"
|
|
9125
9124
|
})
|
|
9126
9125
|
}), /* @__PURE__ */jsxRuntime.jsxs("div", {
|
|
@@ -9134,7 +9133,7 @@ var J$2 = new Je$2(),
|
|
|
9134
9133
|
})]
|
|
9135
9134
|
}), S && /* @__PURE__ */jsxRuntime.jsxs(Q$1, {
|
|
9136
9135
|
children: [!I && /* @__PURE__ */jsxRuntime.jsx(X$1, {
|
|
9137
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
9136
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
9138
9137
|
name: "questionExpired"
|
|
9139
9138
|
})
|
|
9140
9139
|
}), /* @__PURE__ */jsxRuntime.jsxs("div", {
|
|
@@ -9156,10 +9155,10 @@ var J$2 = new Je$2(),
|
|
|
9156
9155
|
children: "We’ll notify you of the result."
|
|
9157
9156
|
})]
|
|
9158
9157
|
})]
|
|
9159
|
-
}), !m &&
|
|
9158
|
+
}), !m && B && /* @__PURE__ */jsxRuntime.jsxs(Q$1, {
|
|
9160
9159
|
children: [!I && /* @__PURE__ */jsxRuntime.jsx(X$1, {
|
|
9161
9160
|
"data-feedback-type": "correct",
|
|
9162
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
9161
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
9163
9162
|
name: "correct"
|
|
9164
9163
|
})
|
|
9165
9164
|
}), /* @__PURE__ */jsxRuntime.jsx(W, {
|
|
@@ -9169,7 +9168,7 @@ var J$2 = new Je$2(),
|
|
|
9169
9168
|
className: T$2(h && Ae),
|
|
9170
9169
|
children: [!I && /* @__PURE__ */jsxRuntime.jsx(X$1, {
|
|
9171
9170
|
"data-feedback-type": w,
|
|
9172
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
9171
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
9173
9172
|
name: w
|
|
9174
9173
|
})
|
|
9175
9174
|
}), /* @__PURE__ */jsxRuntime.jsx("div", {
|
|
@@ -9227,7 +9226,7 @@ var J$2 = new Je$2(),
|
|
|
9227
9226
|
propsAsIs: false
|
|
9228
9227
|
}),
|
|
9229
9228
|
Ds$1 = function Ds() {
|
|
9230
|
-
return
|
|
9229
|
+
return E1$1;
|
|
9231
9230
|
},
|
|
9232
9231
|
qs$1 = /* @__PURE__ */ne$2(Ds$1())({
|
|
9233
9232
|
name: "Icon",
|
|
@@ -9312,16 +9311,16 @@ var J$2 = new Je$2(),
|
|
|
9312
9311
|
class: "e1l05ict",
|
|
9313
9312
|
propsAsIs: false
|
|
9314
9313
|
}),
|
|
9315
|
-
|
|
9316
|
-
return
|
|
9314
|
+
Fs$1 = function Fs() {
|
|
9315
|
+
return E1$1;
|
|
9317
9316
|
},
|
|
9318
|
-
|
|
9317
|
+
Bs$1 = /* @__PURE__ */ne$2(Fs$1())({
|
|
9319
9318
|
name: "EarlyPredictionIcon",
|
|
9320
9319
|
class: "ez9juex",
|
|
9321
9320
|
propsAsIs: true
|
|
9322
9321
|
}),
|
|
9323
9322
|
zs$1 = function zs() {
|
|
9324
|
-
return
|
|
9323
|
+
return E1$1;
|
|
9325
9324
|
},
|
|
9326
9325
|
Ys$1 = /* @__PURE__ */ne$2(zs$1())({
|
|
9327
9326
|
name: "SponsorIcon",
|
|
@@ -9343,12 +9342,12 @@ var J$2 = new Je$2(),
|
|
|
9343
9342
|
class: "b1gq1lnf",
|
|
9344
9343
|
propsAsIs: false
|
|
9345
9344
|
}),
|
|
9346
|
-
|
|
9345
|
+
Hs$1 = /* @__PURE__ */ne$2("span")({
|
|
9347
9346
|
name: "ButtonBody",
|
|
9348
9347
|
class: "b1j65z51",
|
|
9349
9348
|
propsAsIs: false
|
|
9350
9349
|
}),
|
|
9351
|
-
|
|
9350
|
+
_s$1 = /* @__PURE__ */ne$2("div")({
|
|
9352
9351
|
name: "IconContainer",
|
|
9353
9352
|
class: "i19tpfua",
|
|
9354
9353
|
propsAsIs: false
|
|
@@ -9405,7 +9404,7 @@ var J$2 = new Je$2(),
|
|
|
9405
9404
|
propsAsIs: false
|
|
9406
9405
|
}),
|
|
9407
9406
|
on = function on() {
|
|
9408
|
-
return
|
|
9407
|
+
return E1$1;
|
|
9409
9408
|
},
|
|
9410
9409
|
cn = /* @__PURE__ */ne$2(on())({
|
|
9411
9410
|
name: "CheckIcon",
|
|
@@ -9419,7 +9418,7 @@ var J$2 = new Je$2(),
|
|
|
9419
9418
|
src: n
|
|
9420
9419
|
});
|
|
9421
9420
|
}), HA.TRANSPARENT, function (n) {
|
|
9422
|
-
return /* @__PURE__ */jsxRuntime.jsx(
|
|
9421
|
+
return /* @__PURE__ */jsxRuntime.jsx(_s$1, {
|
|
9423
9422
|
"data-testid": "vote-icon",
|
|
9424
9423
|
children: /* @__PURE__ */jsxRuntime.jsx(Zs$1, {
|
|
9425
9424
|
style: {
|
|
@@ -9485,13 +9484,13 @@ var J$2 = new Je$2(),
|
|
|
9485
9484
|
C = n.marketClosed,
|
|
9486
9485
|
V = n.isEarlyPrediction,
|
|
9487
9486
|
f = n.isAd,
|
|
9488
|
-
|
|
9487
|
+
B = n.webos,
|
|
9489
9488
|
_$3 = e$2.useState(0),
|
|
9490
9489
|
_$4 = _slicedToArray(_$3, 2),
|
|
9491
9490
|
w = _$4[0],
|
|
9492
9491
|
L = _$4[1],
|
|
9493
9492
|
z = dn(n),
|
|
9494
|
-
|
|
9493
|
+
_ = pn({
|
|
9495
9494
|
questionType: P,
|
|
9496
9495
|
questionVoted: y,
|
|
9497
9496
|
correct: k,
|
|
@@ -9508,7 +9507,7 @@ var J$2 = new Je$2(),
|
|
|
9508
9507
|
});
|
|
9509
9508
|
}, [r]), /* @__PURE__ */jsxRuntime.jsxs(un, {
|
|
9510
9509
|
value: a,
|
|
9511
|
-
webos:
|
|
9510
|
+
webos: B,
|
|
9512
9511
|
autoFocus: i,
|
|
9513
9512
|
"data-selected": b,
|
|
9514
9513
|
"data-answer-state": z,
|
|
@@ -9531,7 +9530,7 @@ var J$2 = new Je$2(),
|
|
|
9531
9530
|
},
|
|
9532
9531
|
"data-is-ad": f
|
|
9533
9532
|
})
|
|
9534
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
9533
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(Hs$1, {
|
|
9535
9534
|
"data-a": "intr",
|
|
9536
9535
|
children: [c && O && ((_ln$O = ln[O]) === null || _ln$O === void 0 ? void 0 : _ln$O.call(ln, c)), /* @__PURE__ */jsxRuntime.jsx(sn, {
|
|
9537
9536
|
"data-a": "intr",
|
|
@@ -9541,7 +9540,7 @@ var J$2 = new Je$2(),
|
|
|
9541
9540
|
children: "pts"
|
|
9542
9541
|
})]
|
|
9543
9542
|
}), ne && /* @__PURE__ */jsxRuntime.jsxs(nn, {
|
|
9544
|
-
children: [
|
|
9543
|
+
children: [_ && /* @__PURE__ */jsxRuntime.jsx(cn, {
|
|
9545
9544
|
name: V ? "selectedBetPack" : "selected"
|
|
9546
9545
|
}), /* @__PURE__ */jsxRuntime.jsx(an, {
|
|
9547
9546
|
children: /* @__PURE__ */jsxRuntime.jsx(ht, {
|
|
@@ -9577,7 +9576,7 @@ var J$2 = new Je$2(),
|
|
|
9577
9576
|
propsAsIs: false
|
|
9578
9577
|
}),
|
|
9579
9578
|
yn = function yn() {
|
|
9580
|
-
return
|
|
9579
|
+
return E1$1;
|
|
9581
9580
|
},
|
|
9582
9581
|
Tn = /* @__PURE__ */ne$2(yn())({
|
|
9583
9582
|
name: "WinIcon",
|
|
@@ -9645,7 +9644,7 @@ var J$2 = new Je$2(),
|
|
|
9645
9644
|
wn = function wn(n, a) {
|
|
9646
9645
|
return n === "already_voted" ? a === ee$3.POLL ? "You’ve already answered this question on another device." : "You’ve already answered this question on another device. So the points for this answer won't tally." : "Something went wrong, please try again";
|
|
9647
9646
|
},
|
|
9648
|
-
|
|
9647
|
+
Fn = function Fn() {
|
|
9649
9648
|
return /* @__PURE__ */jsxRuntime.jsx(ge$1, {
|
|
9650
9649
|
children: /* @__PURE__ */jsxRuntime.jsxs(Pe$1, {
|
|
9651
9650
|
children: [/* @__PURE__ */jsxRuntime.jsx(a, {
|
|
@@ -9675,7 +9674,7 @@ var J$2 = new Je$2(),
|
|
|
9675
9674
|
})
|
|
9676
9675
|
});
|
|
9677
9676
|
},
|
|
9678
|
-
|
|
9677
|
+
Bn = function Bn(_ref0) {
|
|
9679
9678
|
var _n$options, _n$appearance2;
|
|
9680
9679
|
var n = _ref0.openedQuestion,
|
|
9681
9680
|
a = _ref0.isLoading,
|
|
@@ -9708,7 +9707,7 @@ var J$2 = new Je$2(),
|
|
|
9708
9707
|
_$1 = e$2.useState(false),
|
|
9709
9708
|
_$10 = _slicedToArray(_$1, 2),
|
|
9710
9709
|
f = _$10[0],
|
|
9711
|
-
|
|
9710
|
+
B = _$10[1],
|
|
9712
9711
|
_$11 = e$2.useState(false),
|
|
9713
9712
|
_$12 = _slicedToArray(_$11, 2),
|
|
9714
9713
|
w = _$12[0],
|
|
@@ -9716,7 +9715,7 @@ var J$2 = new Je$2(),
|
|
|
9716
9715
|
_$13 = e$2.useState(""),
|
|
9717
9716
|
_$14 = _slicedToArray(_$13, 2),
|
|
9718
9717
|
z = _$14[0],
|
|
9719
|
-
|
|
9718
|
+
_ = _$14[1],
|
|
9720
9719
|
_$15 = e$2.useState(""),
|
|
9721
9720
|
_$16 = _slicedToArray(_$15, 2),
|
|
9722
9721
|
x = _$16[0],
|
|
@@ -9766,7 +9765,7 @@ var J$2 = new Je$2(),
|
|
|
9766
9765
|
break;
|
|
9767
9766
|
}
|
|
9768
9767
|
D = u.currentTarget.value;
|
|
9769
|
-
|
|
9768
|
+
_(D);
|
|
9770
9769
|
_context.p = 1;
|
|
9771
9770
|
_context.n = 2;
|
|
9772
9771
|
return c(y, D);
|
|
@@ -9777,7 +9776,7 @@ var J$2 = new Je$2(),
|
|
|
9777
9776
|
case 3:
|
|
9778
9777
|
_context.p = 3;
|
|
9779
9778
|
_t = _context.v;
|
|
9780
|
-
ne(wn(_t.message, i)),
|
|
9779
|
+
ne(wn(_t.message, i)), _(""), console.error("Error while voting", _t), ae.current = false;
|
|
9781
9780
|
case 4:
|
|
9782
9781
|
return _context.a(2);
|
|
9783
9782
|
}
|
|
@@ -9786,9 +9785,9 @@ var J$2 = new Je$2(),
|
|
|
9786
9785
|
return function (_x) {
|
|
9787
9786
|
return _ref1.apply(this, arguments);
|
|
9788
9787
|
};
|
|
9789
|
-
}(), [i, y,
|
|
9788
|
+
}(), [i, y, _, c, T, he]),
|
|
9790
9789
|
Oe = e$2.useCallback(function () {
|
|
9791
|
-
|
|
9790
|
+
B(true), M({
|
|
9792
9791
|
delay: 3500
|
|
9793
9792
|
});
|
|
9794
9793
|
}, [M]),
|
|
@@ -9857,8 +9856,8 @@ var J$2 = new Je$2(),
|
|
|
9857
9856
|
je = !ce || ce && i === ee$3.PREDICTION && q && !Y,
|
|
9858
9857
|
Qe = (i === ee$3.TRIVIA || i === ee$3.PREDICTION) && d && A && (R === null || R === void 0 ? void 0 : R.youVoted),
|
|
9859
9858
|
We = d || j || oe || i === ee$3.TRIVIA && m === Ne$3.RESOLVED && C,
|
|
9860
|
-
|
|
9861
|
-
|
|
9859
|
+
Fe = !r && (f || w) || ue,
|
|
9860
|
+
Be = function Be() {
|
|
9862
9861
|
var u = function u() {
|
|
9863
9862
|
return i === ee$3.TRIVIA ? d !== null && d !== void 0 && d.correct ? "That's correct!\nYou chose wisely." : "So close!\nBetter luck next time." : i === ee$3.POLL ? "Thanks for answering.\nPlease stay tuned for the next question." : i === ee$3.PREDICTION ? "Stay tuned to see if your prediction was correct." : "";
|
|
9864
9863
|
},
|
|
@@ -9921,9 +9920,9 @@ var J$2 = new Je$2(),
|
|
|
9921
9920
|
timerDuration: We ? 0 : Number((n === null || n === void 0 || (_n$appearance2 = n.appearance) === null || _n$appearance2 === void 0 ? void 0 : _n$appearance2.autoHideInterval) || "30"),
|
|
9922
9921
|
votedInCurrentRender: q,
|
|
9923
9922
|
percentsAnimated: Y
|
|
9924
|
-
}),
|
|
9923
|
+
}), Fe ? Be() : /* @__PURE__ */jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
9925
9924
|
children: [r && /* @__PURE__ */jsxRuntime.jsxs(Ws$1, {
|
|
9926
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
9925
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(Bs$1, {
|
|
9927
9926
|
name: "iconEarlyPrediction"
|
|
9928
9927
|
}), "EARLY PREDICTION"]
|
|
9929
9928
|
}), /* @__PURE__ */jsxRuntime.jsx(Ls$1, {
|
|
@@ -10006,7 +10005,7 @@ var re$1 = function re(t) {
|
|
|
10006
10005
|
var _step$value = _slicedToArray(_step.value, 2),
|
|
10007
10006
|
d = _step$value[0],
|
|
10008
10007
|
p = _step$value[1];
|
|
10009
|
-
d === i ? (p.status.get() === L$
|
|
10008
|
+
d === i ? (p.status.get() === L$3.Suspended && p.enable(), c(p)) : p.status.get() === L$3.Ready && p.disable();
|
|
10010
10009
|
}
|
|
10011
10010
|
} catch (err) {
|
|
10012
10011
|
_iterator.e(err);
|
|
@@ -10021,7 +10020,7 @@ var re$1 = function re(t) {
|
|
|
10021
10020
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
10022
10021
|
var _step2$value = _slicedToArray(_step2.value, 2),
|
|
10023
10022
|
_d = _step2$value[1];
|
|
10024
|
-
_d.status.get() === L$
|
|
10023
|
+
_d.status.get() === L$3.Ready && _d.disable();
|
|
10025
10024
|
}
|
|
10026
10025
|
} catch (err) {
|
|
10027
10026
|
_iterator2.e(err);
|
|
@@ -10351,7 +10350,7 @@ var re$1 = function re(t) {
|
|
|
10351
10350
|
I0$1 = function I0() {
|
|
10352
10351
|
return /* @__PURE__ */jsxRuntime.jsx(u0$1, {
|
|
10353
10352
|
children: /* @__PURE__ */jsxRuntime.jsxs(g0$1, {
|
|
10354
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
10353
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
10355
10354
|
name: "iconCopySuccess"
|
|
10356
10355
|
}), /* @__PURE__ */jsxRuntime.jsx(v0$1, {
|
|
10357
10356
|
children: "Link Copied to Clipboard"
|
|
@@ -10617,7 +10616,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10617
10616
|
propsAsIs: false
|
|
10618
10617
|
}),
|
|
10619
10618
|
b0$1 = function b0() {
|
|
10620
|
-
return
|
|
10619
|
+
return E1$1;
|
|
10621
10620
|
},
|
|
10622
10621
|
y0$1 = /* @__PURE__ */ne$2(b0$1())({
|
|
10623
10622
|
name: "InviteGameIcon",
|
|
@@ -10660,7 +10659,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10660
10659
|
propsAsIs: false
|
|
10661
10660
|
}),
|
|
10662
10661
|
F0$1 = function F0() {
|
|
10663
|
-
return
|
|
10662
|
+
return E1$1;
|
|
10664
10663
|
},
|
|
10665
10664
|
S0$1 = /* @__PURE__ */ne$2(F0$1())({
|
|
10666
10665
|
name: "LinkIcon",
|
|
@@ -10678,7 +10677,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10678
10677
|
_A2 = _slicedToArray(_A, 2),
|
|
10679
10678
|
d = _A2[0],
|
|
10680
10679
|
p = _A2[1],
|
|
10681
|
-
_W = y$
|
|
10680
|
+
_W = y$2({
|
|
10682
10681
|
type: "invitation",
|
|
10683
10682
|
action: "sent",
|
|
10684
10683
|
payload: {
|
|
@@ -10723,15 +10722,15 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10723
10722
|
q0 = function q0() {
|
|
10724
10723
|
return h;
|
|
10725
10724
|
},
|
|
10726
|
-
|
|
10725
|
+
E0$1 = /* @__PURE__ */ne$2(q0())({
|
|
10727
10726
|
name: "Container",
|
|
10728
10727
|
class: "cll3md7",
|
|
10729
10728
|
propsAsIs: true
|
|
10730
10729
|
}),
|
|
10731
|
-
|
|
10730
|
+
N0$1 = function N0() {
|
|
10732
10731
|
return w$3;
|
|
10733
10732
|
},
|
|
10734
|
-
|
|
10733
|
+
B0$1 = /* @__PURE__ */ne$2(N0$1())({
|
|
10735
10734
|
name: "ActionBtn",
|
|
10736
10735
|
class: "a10g1iik",
|
|
10737
10736
|
propsAsIs: true
|
|
@@ -10739,12 +10738,12 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10739
10738
|
Z0 = function Z0(_ref9) {
|
|
10740
10739
|
var t = _ref9.questionId,
|
|
10741
10740
|
i = _objectWithoutProperties(_ref9, _excluded2$1);
|
|
10742
|
-
return /* @__PURE__ */jsxRuntime.jsxs(
|
|
10741
|
+
return /* @__PURE__ */jsxRuntime.jsxs(E0$1, {
|
|
10743
10742
|
"data-a": "intr",
|
|
10744
10743
|
"data-name": t,
|
|
10745
10744
|
children: [/* @__PURE__ */jsxRuntime.jsx(L2$1, _objectSpread2({
|
|
10746
10745
|
questionId: t
|
|
10747
|
-
}, i)), /* @__PURE__ */jsxRuntime.jsx(
|
|
10746
|
+
}, i)), /* @__PURE__ */jsxRuntime.jsx(B0$1, {
|
|
10748
10747
|
"data-a": "intr",
|
|
10749
10748
|
"data-name": t,
|
|
10750
10749
|
children: "View Insight"
|
|
@@ -10796,7 +10795,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10796
10795
|
"data-a": "intr",
|
|
10797
10796
|
onClick: function onClick(c) {
|
|
10798
10797
|
var o = c.target.getAttribute("data-name");
|
|
10799
|
-
o && (
|
|
10798
|
+
o && (ze$1(), i(o, {
|
|
10800
10799
|
openedFrom: "list"
|
|
10801
10800
|
}));
|
|
10802
10801
|
},
|
|
@@ -10804,7 +10803,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10804
10803
|
var _c$attributes, _c$attributes2, _c$attributes3;
|
|
10805
10804
|
if (c.type === "question" && ((_c$attributes = c.attributes) === null || _c$attributes === void 0 ? void 0 : _c$attributes.attributes.case) === "question") {
|
|
10806
10805
|
var o = c.attributes.attributes.value;
|
|
10807
|
-
return /* @__PURE__ */jsxRuntime.jsx(
|
|
10806
|
+
return /* @__PURE__ */jsxRuntime.jsx(F$3, _objectSpread2({}, o), o.questionId);
|
|
10808
10807
|
}
|
|
10809
10808
|
if (c.type === "insight" && ((_c$attributes2 = c.attributes) === null || _c$attributes2 === void 0 ? void 0 : _c$attributes2.attributes.case) === "insight") {
|
|
10810
10809
|
var _o = c.attributes.attributes.value;
|
|
@@ -10827,7 +10826,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10827
10826
|
children: Array.from({
|
|
10828
10827
|
length: 5
|
|
10829
10828
|
}).map(function (c, o) {
|
|
10830
|
-
return /* @__PURE__ */jsxRuntime.jsx(
|
|
10829
|
+
return /* @__PURE__ */jsxRuntime.jsx(z$2, {}, o);
|
|
10831
10830
|
})
|
|
10832
10831
|
});
|
|
10833
10832
|
},
|
|
@@ -10908,7 +10907,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10908
10907
|
propsAsIs: false
|
|
10909
10908
|
}),
|
|
10910
10909
|
i1 = function i1() {
|
|
10911
|
-
return
|
|
10910
|
+
return E1$1;
|
|
10912
10911
|
},
|
|
10913
10912
|
a1 = /* @__PURE__ */ne$2(i1())({
|
|
10914
10913
|
name: "CloseIcon",
|
|
@@ -10921,7 +10920,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
10921
10920
|
propsAsIs: false
|
|
10922
10921
|
}),
|
|
10923
10922
|
r1 = function r1() {
|
|
10924
|
-
return
|
|
10923
|
+
return E1$1;
|
|
10925
10924
|
},
|
|
10926
10925
|
l1$1 = /* @__PURE__ */ne$2(r1())({
|
|
10927
10926
|
name: "TypeIcon",
|
|
@@ -11176,11 +11175,11 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11176
11175
|
})]
|
|
11177
11176
|
});
|
|
11178
11177
|
},
|
|
11179
|
-
|
|
11180
|
-
|
|
11178
|
+
E1 = 118,
|
|
11179
|
+
N1 = function N1() {
|
|
11181
11180
|
return be$1;
|
|
11182
11181
|
},
|
|
11183
|
-
|
|
11182
|
+
B1 = /* @__PURE__ */ne$2(N1())({
|
|
11184
11183
|
name: "Container",
|
|
11185
11184
|
class: "c10131zw",
|
|
11186
11185
|
propsAsIs: true
|
|
@@ -11208,7 +11207,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11208
11207
|
class: "p1pjil1h",
|
|
11209
11208
|
propsAsIs: true
|
|
11210
11209
|
}),
|
|
11211
|
-
|
|
11210
|
+
E = /* @__PURE__ */ne$2("div")({
|
|
11212
11211
|
name: "Subtitle",
|
|
11213
11212
|
class: "s1iorwr9",
|
|
11214
11213
|
propsAsIs: false
|
|
@@ -11218,13 +11217,13 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11218
11217
|
class: "s51sv9d",
|
|
11219
11218
|
propsAsIs: false
|
|
11220
11219
|
}),
|
|
11221
|
-
|
|
11220
|
+
N$1 = /* @__PURE__ */ne$2("div")({
|
|
11222
11221
|
name: "AnswerText",
|
|
11223
11222
|
class: "a1lbk2ye",
|
|
11224
11223
|
propsAsIs: false
|
|
11225
11224
|
}),
|
|
11226
11225
|
j1 = function j1() {
|
|
11227
|
-
return
|
|
11226
|
+
return E1$1;
|
|
11228
11227
|
},
|
|
11229
11228
|
L2 = /* @__PURE__ */ne$2(j1())({
|
|
11230
11229
|
name: "FeedbackIcon",
|
|
@@ -11253,7 +11252,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11253
11252
|
propsAsIs: false
|
|
11254
11253
|
}),
|
|
11255
11254
|
U1 = function U1() {
|
|
11256
|
-
return
|
|
11255
|
+
return E1$1;
|
|
11257
11256
|
},
|
|
11258
11257
|
u2 = /* @__PURE__ */ne$2(U1())({
|
|
11259
11258
|
name: "CloseIcon",
|
|
@@ -11291,7 +11290,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11291
11290
|
};
|
|
11292
11291
|
}, [l]), e$2.useEffect(function () {
|
|
11293
11292
|
var _L$current$I;
|
|
11294
|
-
L.current[I] && d(((_L$current$I = L.current[I]) === null || _L$current$I === void 0 || (_L$current$I = _L$current$I.getBoundingClientRect()) === null || _L$current$I === void 0 ? void 0 : _L$current$I.height) ||
|
|
11293
|
+
L.current[I] && d(((_L$current$I = L.current[I]) === null || _L$current$I === void 0 || (_L$current$I = _L$current$I.getBoundingClientRect()) === null || _L$current$I === void 0 ? void 0 : _L$current$I.height) || E1);
|
|
11295
11294
|
}, [I, d]);
|
|
11296
11295
|
var r = function r(u) {
|
|
11297
11296
|
return function (g) {
|
|
@@ -11304,7 +11303,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11304
11303
|
};
|
|
11305
11304
|
},
|
|
11306
11305
|
f = _objectSpread2({}, p);
|
|
11307
|
-
return a && f.height && typeof f.height == "number" && (f.height += 32), /* @__PURE__ */jsxRuntime.jsx(
|
|
11306
|
+
return a && f.height && typeof f.height == "number" && (f.height += 32), /* @__PURE__ */jsxRuntime.jsx(B1, {
|
|
11308
11307
|
style: p.height ? f : _objectSpread2(_objectSpread2({}, p), {}, {
|
|
11309
11308
|
paddingTop: 0,
|
|
11310
11309
|
paddingBottom: 0
|
|
@@ -11348,8 +11347,8 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11348
11347
|
style: h(3),
|
|
11349
11348
|
children: [/* @__PURE__ */jsxRuntime.jsx(M$1, {
|
|
11350
11349
|
children: o
|
|
11351
|
-
}), /* @__PURE__ */jsxRuntime.jsx(
|
|
11352
|
-
children: /* @__PURE__ */jsxRuntime.jsxs(
|
|
11350
|
+
}), /* @__PURE__ */jsxRuntime.jsx(E, {
|
|
11351
|
+
children: /* @__PURE__ */jsxRuntime.jsxs(N$1, {
|
|
11353
11352
|
children: [/* @__PURE__ */jsxRuntime.jsx("span", {
|
|
11354
11353
|
children: "Your Pick:"
|
|
11355
11354
|
}), " ", i === null || i === void 0 ? void 0 : i.title]
|
|
@@ -11363,10 +11362,10 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11363
11362
|
}),
|
|
11364
11363
|
children: [/* @__PURE__ */jsxRuntime.jsxs(M$1, {
|
|
11365
11364
|
children: ["Congratulations!", /* @__PURE__ */jsxRuntime.jsx("br", {}), "You answered correctly."]
|
|
11366
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11365
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(E, {
|
|
11367
11366
|
children: [/* @__PURE__ */jsxRuntime.jsx(m2, {
|
|
11368
11367
|
name: "selected"
|
|
11369
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11368
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(N$1, {
|
|
11370
11369
|
children: [/* @__PURE__ */jsxRuntime.jsx("span", {
|
|
11371
11370
|
children: "Your Pick:"
|
|
11372
11371
|
}), " ", i === null || i === void 0 ? void 0 : i.title]
|
|
@@ -11384,10 +11383,10 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11384
11383
|
suffix: " points",
|
|
11385
11384
|
value: i === null || i === void 0 ? void 0 : i.points
|
|
11386
11385
|
})
|
|
11387
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11386
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(E, {
|
|
11388
11387
|
children: [/* @__PURE__ */jsxRuntime.jsx(m2, {
|
|
11389
11388
|
name: "selected"
|
|
11390
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11389
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(N$1, {
|
|
11391
11390
|
children: [/* @__PURE__ */jsxRuntime.jsx("span", {
|
|
11392
11391
|
children: "Your Pick:"
|
|
11393
11392
|
}), " ", i === null || i === void 0 ? void 0 : i.title]
|
|
@@ -11408,13 +11407,13 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11408
11407
|
color: "var(--color-sdk-prediction-result-error-title)"
|
|
11409
11408
|
},
|
|
11410
11409
|
children: ["Better luck next time!", /* @__PURE__ */jsxRuntime.jsx("br", {}), "Correct: ", c, "."]
|
|
11411
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11410
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(E, {
|
|
11412
11411
|
style: {
|
|
11413
11412
|
color: "var(--color-sdk-prediction-result-error-subtitle)"
|
|
11414
11413
|
},
|
|
11415
11414
|
children: [/* @__PURE__ */jsxRuntime.jsx(D1, {
|
|
11416
11415
|
name: "circleClose"
|
|
11417
|
-
}), /* @__PURE__ */jsxRuntime.jsxs(
|
|
11416
|
+
}), /* @__PURE__ */jsxRuntime.jsxs(N$1, {
|
|
11418
11417
|
children: [/* @__PURE__ */jsxRuntime.jsx("span", {
|
|
11419
11418
|
children: "Your Pick:"
|
|
11420
11419
|
}), " ", i === null || i === void 0 ? void 0 : i.title]
|
|
@@ -11684,7 +11683,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11684
11683
|
style: {
|
|
11685
11684
|
backgroundColor: l
|
|
11686
11685
|
},
|
|
11687
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
11686
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
11688
11687
|
name: d,
|
|
11689
11688
|
"data-icon": d
|
|
11690
11689
|
})
|
|
@@ -11783,22 +11782,22 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11783
11782
|
propsAsIs: false
|
|
11784
11783
|
}),
|
|
11785
11784
|
M3 = function M3() {
|
|
11786
|
-
return
|
|
11785
|
+
return E1$1;
|
|
11787
11786
|
},
|
|
11788
11787
|
q3 = /* @__PURE__ */ne$2(M3())({
|
|
11789
11788
|
name: "IconClose",
|
|
11790
11789
|
class: "i1mavjt2",
|
|
11791
11790
|
propsAsIs: true
|
|
11792
11791
|
}),
|
|
11793
|
-
|
|
11792
|
+
E3 = /* @__PURE__ */ne$2("div")({
|
|
11794
11793
|
name: "OnboardingFooter",
|
|
11795
11794
|
class: "o1x0dyzv",
|
|
11796
11795
|
propsAsIs: false
|
|
11797
11796
|
}),
|
|
11798
|
-
|
|
11797
|
+
N3 = function N3() {
|
|
11799
11798
|
return z3;
|
|
11800
11799
|
},
|
|
11801
|
-
|
|
11800
|
+
B3 = /* @__PURE__ */ne$2(N3())({
|
|
11802
11801
|
name: "OnboardingActionBtn",
|
|
11803
11802
|
class: "o1jfi9c3",
|
|
11804
11803
|
propsAsIs: true
|
|
@@ -11926,13 +11925,13 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11926
11925
|
inviteCardSubtext: _,
|
|
11927
11926
|
primaryColor: p
|
|
11928
11927
|
})]
|
|
11929
|
-
}), /* @__PURE__ */jsxRuntime.jsx(
|
|
11928
|
+
}), /* @__PURE__ */jsxRuntime.jsx(E3, {
|
|
11930
11929
|
children: /* @__PURE__ */jsxRuntime.jsx(a, {
|
|
11931
11930
|
loading: r,
|
|
11932
11931
|
style: {
|
|
11933
11932
|
width: "100%"
|
|
11934
11933
|
},
|
|
11935
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
11934
|
+
children: /* @__PURE__ */jsxRuntime.jsx(B3, {
|
|
11936
11935
|
"data-a": "intr",
|
|
11937
11936
|
onClick: $2,
|
|
11938
11937
|
children: _2
|
|
@@ -11970,7 +11969,7 @@ var w0$1 = /* @__PURE__ */ne$2("div")({
|
|
|
11970
11969
|
style: l,
|
|
11971
11970
|
children: /* @__PURE__ */jsxRuntime.jsxs(O3, {
|
|
11972
11971
|
"data-a": "intr",
|
|
11973
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
11972
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
11974
11973
|
"data-a": "intr",
|
|
11975
11974
|
name: "iconUp"
|
|
11976
11975
|
}), t && /* @__PURE__ */jsxRuntime.jsx(W3, {
|
|
@@ -12145,7 +12144,7 @@ function se(t) {
|
|
|
12145
12144
|
function Mt(t) {
|
|
12146
12145
|
return (typeof window === "undefined" ? "undefined" : _typeof(window)) < "u" && _typeof(window.HTMLElement) < "u" ? t instanceof HTMLElement : t && (t.nodeType === 1 || t.nodeType === 11);
|
|
12147
12146
|
}
|
|
12148
|
-
function B() {
|
|
12147
|
+
function B$1() {
|
|
12149
12148
|
var t = Object(arguments.length <= 0 ? void 0 : arguments[0]),
|
|
12150
12149
|
e = ["__proto__", "constructor", "prototype"];
|
|
12151
12150
|
for (var s = 1; s < arguments.length; s += 1) {
|
|
@@ -12157,7 +12156,7 @@ function B() {
|
|
|
12157
12156
|
for (var i = 0, l = n.length; i < l; i += 1) {
|
|
12158
12157
|
var a = n[i],
|
|
12159
12158
|
o = Object.getOwnPropertyDescriptor(r, a);
|
|
12160
|
-
o !== void 0 && o.enumerable && (se(t[a]) && se(r[a]) ? r[a].__swiper__ ? t[a] = r[a] : B(t[a], r[a]) : !se(t[a]) && se(r[a]) ? (t[a] = {}, r[a].__swiper__ ? t[a] = r[a] : B(t[a], r[a])) : t[a] = r[a]);
|
|
12159
|
+
o !== void 0 && o.enumerable && (se(t[a]) && se(r[a]) ? r[a].__swiper__ ? t[a] = r[a] : B$1(t[a], r[a]) : !se(t[a]) && se(r[a]) ? (t[a] = {}, r[a].__swiper__ ? t[a] = r[a] : B$1(t[a], r[a])) : t[a] = r[a]);
|
|
12161
12160
|
}
|
|
12162
12161
|
}
|
|
12163
12162
|
}
|
|
@@ -13779,7 +13778,7 @@ function As() {
|
|
|
13779
13778
|
var M = d.direction && d.direction !== r.direction,
|
|
13780
13779
|
w = r.loop && (d.slidesPerView !== r.slidesPerView || M),
|
|
13781
13780
|
u = r.loop;
|
|
13782
|
-
M && s && t.changeDirection(), B(t.params, d);
|
|
13781
|
+
M && s && t.changeDirection(), B$1(t.params, d);
|
|
13783
13782
|
var f = t.params.enabled,
|
|
13784
13783
|
v = t.params.loop;
|
|
13785
13784
|
Object.assign(t, {
|
|
@@ -14013,18 +14012,18 @@ function Fs(t, e) {
|
|
|
14013
14012
|
var r = Object.keys(s)[0],
|
|
14014
14013
|
n = s[r];
|
|
14015
14014
|
if (_typeof(n) != "object" || n === null) {
|
|
14016
|
-
B(e, s);
|
|
14015
|
+
B$1(e, s);
|
|
14017
14016
|
return;
|
|
14018
14017
|
}
|
|
14019
14018
|
if (t[r] === true && (t[r] = {
|
|
14020
14019
|
enabled: true
|
|
14021
14020
|
}), r === "navigation" && t[r] && t[r].enabled && !t[r].prevEl && !t[r].nextEl && (t[r].auto = true), ["pagination", "scrollbar"].indexOf(r) >= 0 && t[r] && t[r].enabled && !t[r].el && (t[r].auto = true), !(r in t && "enabled" in n)) {
|
|
14022
|
-
B(e, s);
|
|
14021
|
+
B$1(e, s);
|
|
14023
14022
|
return;
|
|
14024
14023
|
}
|
|
14025
14024
|
_typeof(t[r]) == "object" && !("enabled" in t[r]) && (t[r].enabled = true), t[r] || (t[r] = {
|
|
14026
14025
|
enabled: false
|
|
14027
|
-
}), B(e, s);
|
|
14026
|
+
}), B$1(e, s);
|
|
14028
14027
|
};
|
|
14029
14028
|
}
|
|
14030
14029
|
var ye = {
|
|
@@ -14047,12 +14046,12 @@ var ze = /*#__PURE__*/function () {
|
|
|
14047
14046
|
_classCallCheck(this, q);
|
|
14048
14047
|
var e, s;
|
|
14049
14048
|
for (var r = arguments.length, n = new Array(r), i = 0; i < r; i++) n[i] = arguments[i];
|
|
14050
|
-
n.length === 1 && n[0].constructor && Object.prototype.toString.call(n[0]).slice(8, -1) === "Object" ? s = n[0] : (_n = n, _n2 = _slicedToArray(_n, 2), e = _n2[0], s = _n2[1], _n), s || (s = {}), s = B({}, s), e && !s.el && (s.el = e);
|
|
14049
|
+
n.length === 1 && n[0].constructor && Object.prototype.toString.call(n[0]).slice(8, -1) === "Object" ? s = n[0] : (_n = n, _n2 = _slicedToArray(_n, 2), e = _n2[0], s = _n2[1], _n), s || (s = {}), s = B$1({}, s), e && !s.el && (s.el = e);
|
|
14051
14050
|
var l = K();
|
|
14052
14051
|
if (s.el && typeof s.el == "string" && l.querySelectorAll(s.el).length > 1) {
|
|
14053
14052
|
var d = [];
|
|
14054
14053
|
return l.querySelectorAll(s.el).forEach(function (p) {
|
|
14055
|
-
var h = B({}, s, {
|
|
14054
|
+
var h = B$1({}, s, {
|
|
14056
14055
|
el: p
|
|
14057
14056
|
});
|
|
14058
14057
|
d.push(new q(h));
|
|
@@ -14074,8 +14073,8 @@ var ze = /*#__PURE__*/function () {
|
|
|
14074
14073
|
emit: a.emit.bind(a)
|
|
14075
14074
|
});
|
|
14076
14075
|
});
|
|
14077
|
-
var c = B({}, Pe, o);
|
|
14078
|
-
return a.params = B({}, c, be, s), a.originalParams = B({}, a.params), a.passedParams = B({}, s), a.params && a.params.on && Object.keys(a.params.on).forEach(function (d) {
|
|
14076
|
+
var c = B$1({}, Pe, o);
|
|
14077
|
+
return a.params = B$1({}, c, be, s), a.originalParams = B$1({}, a.params), a.passedParams = B$1({}, s), a.params && a.params.on && Object.keys(a.params.on).forEach(function (d) {
|
|
14079
14078
|
a.on(d, a.params.on[d]);
|
|
14080
14079
|
}), a.params && a.params.onAny && a.onAny(a.params.onAny), Object.assign(a, {
|
|
14081
14080
|
enabled: a.params.enabled,
|
|
@@ -14360,7 +14359,7 @@ var ze = /*#__PURE__*/function () {
|
|
|
14360
14359
|
}], [{
|
|
14361
14360
|
key: "extendDefaults",
|
|
14362
14361
|
value: function extendDefaults(e) {
|
|
14363
|
-
B(be, e);
|
|
14362
|
+
B$1(be, e);
|
|
14364
14363
|
}
|
|
14365
14364
|
}, {
|
|
14366
14365
|
key: "extendedDefaults",
|
|
@@ -14816,7 +14815,7 @@ var Qs = function Qs() {
|
|
|
14816
14815
|
propsAsIs: false
|
|
14817
14816
|
}),
|
|
14818
14817
|
Js = function Js() {
|
|
14819
|
-
return
|
|
14818
|
+
return E1$1;
|
|
14820
14819
|
},
|
|
14821
14820
|
Zs = /* @__PURE__ */ne$2(Js())({
|
|
14822
14821
|
name: "SponsorIconI",
|
|
@@ -14983,7 +14982,7 @@ var Qs = function Qs() {
|
|
|
14983
14982
|
ur$1 = function ur(_ref1) {
|
|
14984
14983
|
var t = _ref1.question,
|
|
14985
14984
|
e = _ref1.vote;
|
|
14986
|
-
return t ? /* @__PURE__ */jsxRuntime.jsx(
|
|
14985
|
+
return t ? /* @__PURE__ */jsxRuntime.jsx(Bn, {
|
|
14987
14986
|
close: function close() {},
|
|
14988
14987
|
openedQuestion: t,
|
|
14989
14988
|
vote: e,
|
|
@@ -14997,7 +14996,7 @@ var Qs = function Qs() {
|
|
|
14997
14996
|
propsAsIs: false
|
|
14998
14997
|
}),
|
|
14999
14998
|
fr = function fr() {
|
|
15000
|
-
return
|
|
14999
|
+
return E1$1;
|
|
15001
15000
|
},
|
|
15002
15001
|
mr$1 = /* @__PURE__ */ne$2(fr())({
|
|
15003
15002
|
name: "IconArrowRight",
|
|
@@ -15528,7 +15527,7 @@ var br = function br(_ref11) {
|
|
|
15528
15527
|
}),
|
|
15529
15528
|
Fe = "b590k5k",
|
|
15530
15529
|
kr = function kr() {
|
|
15531
|
-
return
|
|
15530
|
+
return E1$1;
|
|
15532
15531
|
},
|
|
15533
15532
|
ut = /* @__PURE__ */ne$2(kr())({
|
|
15534
15533
|
name: "IconArrowPrev",
|
|
@@ -15622,13 +15621,13 @@ var br = function br(_ref11) {
|
|
|
15622
15621
|
ref: r,
|
|
15623
15622
|
children: [/* @__PURE__ */jsxRuntime.jsxs(Ar, {
|
|
15624
15623
|
children: [/* @__PURE__ */jsxRuntime.jsxs(Or, {
|
|
15625
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
15624
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
15626
15625
|
name: "fgIcon"
|
|
15627
15626
|
}), "Featured Groups+"]
|
|
15628
15627
|
}), /* @__PURE__ */jsxRuntime.jsx(Mr, {
|
|
15629
15628
|
"data-a": "intr",
|
|
15630
15629
|
onClick: s,
|
|
15631
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
15630
|
+
children: /* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
15632
15631
|
name: "icon-close-btn-gray"
|
|
15633
15632
|
})
|
|
15634
15633
|
})]
|
|
@@ -15828,10 +15827,10 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15828
15827
|
class: "s14gkn7u",
|
|
15829
15828
|
propsAsIs: false
|
|
15830
15829
|
}),
|
|
15831
|
-
|
|
15830
|
+
V2 = function V2() {
|
|
15832
15831
|
return Z;
|
|
15833
15832
|
},
|
|
15834
|
-
|
|
15833
|
+
B2 = /* @__PURE__ */ne$2(V2())({
|
|
15835
15834
|
name: "SDKWhiteContainer",
|
|
15836
15835
|
class: "s1yxstm9",
|
|
15837
15836
|
propsAsIs: true
|
|
@@ -15841,7 +15840,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15841
15840
|
class: "tdpty1s",
|
|
15842
15841
|
propsAsIs: false
|
|
15843
15842
|
}),
|
|
15844
|
-
|
|
15843
|
+
H2 = /* @__PURE__ */ne$2("div")({
|
|
15845
15844
|
name: "UserSummaryContainer",
|
|
15846
15845
|
class: "u136a59y",
|
|
15847
15846
|
propsAsIs: false
|
|
@@ -15852,7 +15851,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15852
15851
|
top: 0
|
|
15853
15852
|
}, t));
|
|
15854
15853
|
},
|
|
15855
|
-
|
|
15854
|
+
P2 = 15,
|
|
15856
15855
|
$2 = function $2(s, e, t) {
|
|
15857
15856
|
var r = e$2.useRef(null),
|
|
15858
15857
|
i = e$2.useRef(0),
|
|
@@ -15874,7 +15873,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15874
15873
|
var d = 0;
|
|
15875
15874
|
o.screen.size < le$2.lg && !t ? d = ((_s$current2 = s.current) === null || _s$current2 === void 0 ? void 0 : _s$current2.getBoundingClientRect().y) || 0 : d = C.scrollTop;
|
|
15876
15875
|
var v = i.current - d;
|
|
15877
|
-
if (
|
|
15876
|
+
if (P2 > Math.abs(v)) return;
|
|
15878
15877
|
var R = i.current < d ? "forward" : "backward";
|
|
15879
15878
|
i.current = d, a.set({
|
|
15880
15879
|
scrollPosition: Math.round(d),
|
|
@@ -15911,7 +15910,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15911
15910
|
className: r,
|
|
15912
15911
|
children: "Event is forbidden..."
|
|
15913
15912
|
});
|
|
15914
|
-
if (a !== L$
|
|
15913
|
+
if (a !== L$3.Ready) return /* @__PURE__ */jsxRuntime.jsx(y, {
|
|
15915
15914
|
className: r,
|
|
15916
15915
|
children: "Wait feature..."
|
|
15917
15916
|
});
|
|
@@ -15949,13 +15948,13 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
15949
15948
|
t = _ref3.close;
|
|
15950
15949
|
var r = s.loading,
|
|
15951
15950
|
i = s.data;
|
|
15952
|
-
return i ? /* @__PURE__ */jsxRuntime.jsx(
|
|
15951
|
+
return i ? /* @__PURE__ */jsxRuntime.jsx(Bn, {
|
|
15953
15952
|
vote: e,
|
|
15954
15953
|
close: t,
|
|
15955
15954
|
openedQuestion: i,
|
|
15956
15955
|
isLoading: !!r,
|
|
15957
15956
|
mastersApp: true
|
|
15958
|
-
}) : /* @__PURE__ */jsxRuntime.jsx(
|
|
15957
|
+
}) : /* @__PURE__ */jsxRuntime.jsx(Fn, {});
|
|
15959
15958
|
},
|
|
15960
15959
|
K2 = function K2(_ref4) {
|
|
15961
15960
|
var _e$attributes;
|
|
@@ -16013,11 +16012,11 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16013
16012
|
return /* @__PURE__ */jsxRuntime.jsxs(w2, {
|
|
16014
16013
|
className: e,
|
|
16015
16014
|
style: t,
|
|
16016
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
16015
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(B2, {
|
|
16017
16016
|
style: {
|
|
16018
16017
|
paddingTop: "16px"
|
|
16019
16018
|
},
|
|
16020
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
16019
|
+
children: /* @__PURE__ */jsxRuntime.jsx(H2, {
|
|
16021
16020
|
children: /* @__PURE__ */jsxRuntime.jsx(Z2, {
|
|
16022
16021
|
userSummary: s.userSummary
|
|
16023
16022
|
})
|
|
@@ -16147,7 +16146,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16147
16146
|
className: T$2(s, r0),
|
|
16148
16147
|
children: [/* @__PURE__ */jsxRuntime.jsx(t0, {
|
|
16149
16148
|
children: /* @__PURE__ */jsxRuntime.jsxs(n0, {
|
|
16150
|
-
children: [/* @__PURE__ */jsxRuntime.jsx(
|
|
16149
|
+
children: [/* @__PURE__ */jsxRuntime.jsx(E1$1, {
|
|
16151
16150
|
name: "fgIcon"
|
|
16152
16151
|
}), "FG+ Game Center", " "]
|
|
16153
16152
|
})
|
|
@@ -16167,7 +16166,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16167
16166
|
propsAsIs: false
|
|
16168
16167
|
}),
|
|
16169
16168
|
l0 = function l0() {
|
|
16170
|
-
return
|
|
16169
|
+
return E1$1;
|
|
16171
16170
|
},
|
|
16172
16171
|
d0 = /* @__PURE__ */ne$2(l0())({
|
|
16173
16172
|
name: "CloseIcon",
|
|
@@ -16204,7 +16203,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16204
16203
|
class: "avpowqk",
|
|
16205
16204
|
propsAsIs: false
|
|
16206
16205
|
}),
|
|
16207
|
-
|
|
16206
|
+
B = function B(_ref11) {
|
|
16208
16207
|
var _t$titleCard, _t$titleCard2, _t$titleCard3, _t$titleCard4, _t$titleCard5, _t$titleCard6;
|
|
16209
16208
|
var s = _ref11.close,
|
|
16210
16209
|
e = _ref11.action,
|
|
@@ -16384,7 +16383,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16384
16383
|
position: "absolute",
|
|
16385
16384
|
visibility: "hidden"
|
|
16386
16385
|
},
|
|
16387
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
16386
|
+
children: /* @__PURE__ */jsxRuntime.jsx(B, {
|
|
16388
16387
|
close: function close() {},
|
|
16389
16388
|
action: function action() {},
|
|
16390
16389
|
onboarding: l
|
|
@@ -16393,7 +16392,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16393
16392
|
style: r,
|
|
16394
16393
|
hiding: e.hiding,
|
|
16395
16394
|
children: /* @__PURE__ */jsxRuntime.jsx(w, {
|
|
16396
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
16395
|
+
children: /* @__PURE__ */jsxRuntime.jsx(B, {
|
|
16397
16396
|
close: e.close,
|
|
16398
16397
|
action: function action() {
|
|
16399
16398
|
var _i$current;
|
|
@@ -16602,12 +16601,12 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16602
16601
|
})]
|
|
16603
16602
|
});
|
|
16604
16603
|
},
|
|
16605
|
-
|
|
16604
|
+
H = Object.keys(le$2),
|
|
16606
16605
|
k = function k() {
|
|
16607
16606
|
var s = window.innerWidth;
|
|
16608
16607
|
var e = "sm";
|
|
16609
|
-
for (var t =
|
|
16610
|
-
var r =
|
|
16608
|
+
for (var t = H.length - 1; t > 0; t--) {
|
|
16609
|
+
var r = H[t];
|
|
16611
16610
|
if (!(s < le$2[r]) && s >= le$2[r]) {
|
|
16612
16611
|
e = r;
|
|
16613
16612
|
break;
|
|
@@ -16618,7 +16617,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16618
16617
|
size: le$2[e]
|
|
16619
16618
|
};
|
|
16620
16619
|
},
|
|
16621
|
-
|
|
16620
|
+
P = function P(s) {
|
|
16622
16621
|
var _s$current3;
|
|
16623
16622
|
var e = (_s$current3 = s.current) === null || _s$current3 === void 0 ? void 0 : _s$current3.getBoundingClientRect();
|
|
16624
16623
|
return e ? e.y > -e.height && e.y < window.innerHeight : false;
|
|
@@ -16626,12 +16625,12 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16626
16625
|
$ = function $(s) {
|
|
16627
16626
|
return s >= le$2.lg;
|
|
16628
16627
|
},
|
|
16629
|
-
|
|
16628
|
+
V0 = function V0(s) {
|
|
16630
16629
|
var _L11 = e$2.useState(function () {
|
|
16631
16630
|
var t = k();
|
|
16632
16631
|
return b$3({
|
|
16633
16632
|
screen: k(),
|
|
16634
|
-
sdkInView:
|
|
16633
|
+
sdkInView: P(s),
|
|
16635
16634
|
sdkInDesktopView: $(t.size)
|
|
16636
16635
|
});
|
|
16637
16636
|
}),
|
|
@@ -16639,7 +16638,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16639
16638
|
e = _L12[0];
|
|
16640
16639
|
return e$2.useEffect(function () {
|
|
16641
16640
|
var t = D__default.default(function () {
|
|
16642
|
-
e.setKey("sdkInView",
|
|
16641
|
+
e.setKey("sdkInView", P(s));
|
|
16643
16642
|
}, 200),
|
|
16644
16643
|
r = D__default.default(function () {
|
|
16645
16644
|
var i = k();
|
|
@@ -16650,7 +16649,7 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16650
16649
|
};
|
|
16651
16650
|
}, [e, s]), [e];
|
|
16652
16651
|
},
|
|
16653
|
-
|
|
16652
|
+
B0 = _objectSpread2(_objectSpread2({}, K$4), {}, {
|
|
16654
16653
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
16655
16654
|
// @ts-expect-error
|
|
16656
16655
|
BG_TRANSPARENT: "rgba(0,0,0, .8)",
|
|
@@ -16717,14 +16716,14 @@ var b2 = /* @__PURE__ */ne$2("div")({
|
|
|
16717
16716
|
IN_APP_QUESTION_RESULT_LINE: "#babfc5",
|
|
16718
16717
|
QUOTE_TEXT: "#006944"
|
|
16719
16718
|
});
|
|
16720
|
-
Object.entries(
|
|
16719
|
+
Object.entries(B0).reduce(function (s, _ref19) {
|
|
16721
16720
|
var _ref20 = _slicedToArray(_ref19, 2),
|
|
16722
16721
|
e = _ref20[0],
|
|
16723
16722
|
t = _ref20[1];
|
|
16724
16723
|
return "\n ".concat(s, "\n --color-").concat(e.toLowerCase().replaceAll("_", "-"), ": ").concat(t, ";\n ");
|
|
16725
16724
|
}, "");
|
|
16726
16725
|
var w0 = "m1ojpy2l",
|
|
16727
|
-
|
|
16726
|
+
H0 = function H0(_ref21) {
|
|
16728
16727
|
var s = _ref21.children,
|
|
16729
16728
|
e = _ref21.style;
|
|
16730
16729
|
return /* @__PURE__ */jsxRuntime.jsx("div", {
|
|
@@ -16760,7 +16759,7 @@ var w0 = "m1ojpy2l",
|
|
|
16760
16759
|
}), t]
|
|
16761
16760
|
});
|
|
16762
16761
|
},
|
|
16763
|
-
|
|
16762
|
+
P0 = function P0(_ref23) {
|
|
16764
16763
|
var s = _ref23.sdk,
|
|
16765
16764
|
e = _ref23.className;
|
|
16766
16765
|
var _m = le$1(s),
|
|
@@ -16793,7 +16792,7 @@ var w0 = "m1ojpy2l",
|
|
|
16793
16792
|
},
|
|
16794
16793
|
U0 = function U0(s) {
|
|
16795
16794
|
var e = e$2.useRef(null);
|
|
16796
|
-
return A
|
|
16795
|
+
return A(e, {
|
|
16797
16796
|
enabled: true,
|
|
16798
16797
|
event: "click",
|
|
16799
16798
|
listener: h$2
|
|
@@ -16808,9 +16807,9 @@ var w0 = "m1ojpy2l",
|
|
|
16808
16807
|
r = re$4(s.status),
|
|
16809
16808
|
i = re$4(s.sdkStore.slStreamId),
|
|
16810
16809
|
a = e$2.useRef(null),
|
|
16811
|
-
|
|
16812
|
-
|
|
16813
|
-
o =
|
|
16810
|
+
_V = V0(t),
|
|
16811
|
+
_V2 = _slicedToArray(_V, 1),
|
|
16812
|
+
o = _V2[0],
|
|
16814
16813
|
_$ = $2(t, o, e$1),
|
|
16815
16814
|
_$2 = _slicedToArray(_$, 2),
|
|
16816
16815
|
l = _$2[0],
|
|
@@ -16822,7 +16821,7 @@ var w0 = "m1ojpy2l",
|
|
|
16822
16821
|
s.openFeature(be$3.GAMES);
|
|
16823
16822
|
});
|
|
16824
16823
|
});
|
|
16825
|
-
}, [s]), A
|
|
16824
|
+
}, [s]), A(t, {
|
|
16826
16825
|
enabled: true,
|
|
16827
16826
|
event: "click",
|
|
16828
16827
|
listener: h$2
|
|
@@ -16845,7 +16844,7 @@ var w0 = "m1ojpy2l",
|
|
|
16845
16844
|
scrollStore: u,
|
|
16846
16845
|
responsiveStore: o,
|
|
16847
16846
|
useContainer: e$1
|
|
16848
|
-
}), m && /* @__PURE__ */jsxRuntime.jsx(
|
|
16847
|
+
}), m && /* @__PURE__ */jsxRuntime.jsx(P0, {
|
|
16849
16848
|
className: e,
|
|
16850
16849
|
sdk: s
|
|
16851
16850
|
}), m && /* @__PURE__ */jsxRuntime.jsx($0, {
|
|
@@ -16901,7 +16900,7 @@ var w0 = "m1ojpy2l",
|
|
|
16901
16900
|
r = _U.status;
|
|
16902
16901
|
return r === M.UNSET ? (console.error("Wrap app in `StreamLayerProvider`"), null) : t ? /* @__PURE__ */jsxRuntime.jsx("div", {
|
|
16903
16902
|
className: "StreamLayerSDK",
|
|
16904
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
16903
|
+
children: /* @__PURE__ */jsxRuntime.jsx(H0, {
|
|
16905
16904
|
style: {
|
|
16906
16905
|
height: "100%"
|
|
16907
16906
|
},
|