@streamlayer/react 1.23.2 → 1.24.1
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/app/masters.d.ts +0 -1
- package/lib/cjs/Question.js +1 -1
- package/lib/cjs/advertisement.js +203 -28
- package/lib/cjs/analytics.js +1 -1
- package/lib/cjs/auth.js +1 -1
- package/lib/cjs/bet-pack.js +1 -1
- package/lib/cjs/feature.js +1 -1
- package/lib/cjs/gamification-feature.js +1 -1
- package/lib/cjs/gamification-feature2.js +1 -1
- package/lib/cjs/hooks-n9ax4LRT.js +1 -0
- package/lib/cjs/index-ByUNFvMk.js +5 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index10.js +1 -1
- package/lib/cjs/index11.js +1 -3
- package/lib/cjs/index12.js +1 -1
- package/lib/cjs/index13.js +1 -3
- package/lib/cjs/index14.js +4 -1
- package/lib/cjs/index15.js +1 -1
- package/lib/cjs/index16.js +5 -3
- package/lib/cjs/index2.js +1 -1
- package/lib/cjs/index3.js +1 -1
- package/lib/cjs/index4.js +5 -3
- package/lib/cjs/index5.js +1 -1
- package/lib/cjs/index6.js +1 -1
- package/lib/cjs/index7.js +1 -1
- package/lib/cjs/index8.js +1 -1
- package/lib/cjs/index9.js +7 -1
- package/lib/cjs/insight.js +1 -1
- package/lib/cjs/masters.js +1 -1
- package/lib/cjs/masters2.js +8 -1
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/pause-ad.js +1 -1
- package/lib/cjs/points.js +1 -1
- package/lib/cjs/polymarket.js +14 -9
- package/lib/cjs/sl-types.js +1 -1
- package/lib/cjs/storage.js +1 -1
- package/lib/cjs/theme.js +1 -1
- package/lib/cjs/useStreamLayerApp.js +1 -1
- package/lib/cjs/useStreamLayerApp2.js +17 -3
- package/lib/cjs/utils.js +47 -1
- package/lib/classic/app/masters.d.ts +0 -1
- package/lib/classic/cjs/Question.js +1 -1
- package/lib/classic/cjs/advertisement.js +203 -28
- package/lib/classic/cjs/analytics.js +1 -1
- package/lib/classic/cjs/auth.js +1 -1
- package/lib/classic/cjs/bet-pack.js +5 -3
- package/lib/classic/cjs/feature.js +1 -1
- package/lib/classic/cjs/gamification-feature.js +1 -1
- package/lib/classic/cjs/hooks-n9ax4LRT.js +1 -0
- package/lib/classic/cjs/index-ByUNFvMk.js +5 -0
- package/lib/classic/cjs/index.js +1 -1
- package/lib/classic/cjs/index10.js +1 -1
- package/lib/classic/cjs/index11.js +1 -1
- package/lib/classic/cjs/index12.js +1 -1
- package/lib/classic/cjs/index13.js +4 -3
- package/lib/classic/cjs/index2.js +5 -3
- package/lib/classic/cjs/index3.js +1 -1
- package/lib/classic/cjs/index4.js +1 -1
- package/lib/classic/cjs/index5.js +1 -1
- package/lib/classic/cjs/index6.js +1 -1
- package/lib/classic/cjs/index7.js +7 -1
- package/lib/classic/cjs/index8.js +1 -1
- package/lib/classic/cjs/index9.js +1 -3
- package/lib/classic/cjs/insight.js +1 -1
- package/lib/classic/cjs/notification.js +1 -1
- package/lib/classic/cjs/notification2.js +1 -1
- package/lib/classic/cjs/pause-ad.js +1 -1
- package/lib/classic/cjs/points.js +1 -1
- package/lib/classic/cjs/polymarket.js +14 -9
- package/lib/classic/cjs/sl-types.js +1 -1
- package/lib/classic/cjs/useStreamLayerApp.js +1 -1
- package/lib/classic/cjs/useStreamLayerApp2.js +17 -3
- package/lib/classic/cjs/utils.js +47 -1
- package/lib/classic/es/Question.js +258 -275
- package/lib/classic/es/advertisement.js +22128 -38694
- package/lib/classic/es/analytics.js +55 -57
- package/lib/classic/es/auth.js +8 -14
- package/lib/classic/es/bet-pack.js +2413 -2455
- package/lib/classic/es/feature.js +46 -95
- package/lib/classic/es/gamification-feature.js +2 -2
- package/lib/classic/es/hooks-n9ax4LRT.js +97 -0
- package/lib/classic/es/index-ByUNFvMk.js +3775 -0
- package/lib/classic/es/index.js +13 -16
- package/lib/classic/es/index10.js +2587 -83
- package/lib/classic/es/index11.js +305 -3087
- package/lib/classic/es/index12.js +121 -124
- package/lib/classic/es/index13.js +559 -589
- package/lib/classic/es/index2.js +1755 -2114
- package/lib/classic/es/index3.js +13 -13
- package/lib/classic/es/index4.js +4 -283
- package/lib/classic/es/index5.js +5 -5
- package/lib/classic/es/index6.js +285 -10
- package/lib/classic/es/index7.js +179 -6
- package/lib/classic/es/index8.js +5 -10
- package/lib/classic/es/index9.js +8 -318
- package/lib/classic/es/insight.js +54 -61
- package/lib/classic/es/notification.js +5 -5
- package/lib/classic/es/notification2.js +730 -787
- package/lib/classic/es/pause-ad.js +168 -191
- package/lib/classic/es/points.js +47 -55
- package/lib/classic/es/polymarket.js +4058 -4289
- package/lib/classic/es/sl-types.js +128 -298
- package/lib/classic/es/useStreamLayerApp.js +2 -2
- package/lib/classic/es/useStreamLayerApp2.js +9090 -11121
- package/lib/classic/es/utils.js +28 -28
- package/lib/classic/index.d.ts +0 -1
- package/lib/classic/source.css +110 -0
- package/lib/dist/cjs/gamification-feature.js +1 -1
- package/lib/dist/cjs/index-ByUNFvMk.js +5 -0
- package/lib/dist/cjs/index.js +1 -1
- package/lib/dist/cjs/masters.js +69 -3
- package/lib/dist/es/gamification-feature.js +2 -2
- package/lib/dist/es/index-ByUNFvMk.js +3775 -0
- package/lib/dist/es/index.js +7 -10
- package/lib/dist/es/masters.js +16944 -19645
- package/lib/dist/index.d.ts +7 -17
- package/lib/dist/source.css +64 -0
- package/lib/es/Question.js +101 -105
- package/lib/es/advertisement.js +22128 -38694
- package/lib/es/analytics.js +55 -57
- package/lib/es/auth.js +8 -14
- package/lib/es/bet-pack.js +18 -29
- package/lib/es/feature.js +46 -95
- package/lib/es/gamification-feature.js +2 -2
- package/lib/es/gamification-feature2.js +2 -2
- package/lib/es/hooks-n9ax4LRT.js +97 -0
- package/lib/es/index-ByUNFvMk.js +3775 -0
- package/lib/es/index.js +13 -17
- package/lib/es/index10.js +8 -274
- package/lib/es/index11.js +172 -837
- package/lib/es/index12.js +2587 -183
- package/lib/es/index13.js +258 -314
- package/lib/es/index14.js +813 -81
- package/lib/es/index15.js +305 -3087
- package/lib/es/index16.js +803 -1005
- package/lib/es/index2.js +980 -1133
- package/lib/es/index3.js +4 -3
- package/lib/es/index4.js +2401 -2431
- package/lib/es/index5.js +13 -13
- package/lib/es/index6.js +5 -285
- package/lib/es/index7.js +7 -10
- package/lib/es/index8.js +283 -5
- package/lib/es/index9.js +180 -10
- package/lib/es/insight.js +54 -61
- package/lib/es/masters.js +5 -7
- package/lib/es/masters2.js +538 -708
- package/lib/es/notification.js +663 -719
- package/lib/es/pause-ad.js +168 -191
- package/lib/es/points.js +48 -56
- package/lib/es/polymarket.js +4058 -4289
- package/lib/es/sl-types.js +128 -317
- package/lib/es/storage.js +74 -75
- package/lib/es/theme.js +3 -190
- package/lib/es/useStreamLayerApp.js +2 -2
- package/lib/es/useStreamLayerApp2.js +9090 -11121
- package/lib/es/utils.js +28 -28
- package/lib/index.d.ts +0 -1
- package/lib/source.css +120 -0
- package/lib/style.css +1 -1
- package/package.json +23 -26
- package/lib/cjs/hooks-WfHlJH12.js +0 -1
- package/lib/cjs/index-eShKGO10.js +0 -1
- package/lib/cjs/style.css +0 -1
- package/lib/classic/cjs/hooks-WfHlJH12.js +0 -1
- package/lib/classic/cjs/index-eShKGO10.js +0 -1
- package/lib/classic/cjs/style.css +0 -1
- package/lib/classic/es/hooks-WfHlJH12.js +0 -98
- package/lib/classic/es/index-eShKGO10.js +0 -3757
- package/lib/classic/style.css +0 -1
- package/lib/dist/cjs/index-eShKGO10.js +0 -1
- package/lib/dist/es/index-eShKGO10.js +0 -3757
- package/lib/dist/style.css +0 -1
- package/lib/es/hooks-WfHlJH12.js +0 -98
- package/lib/es/index-eShKGO10.js +0 -3757
|
@@ -1,405 +1,388 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { s as
|
|
3
|
-
import { createContext, useContext, useRef, useState, useEffect } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import { y as
|
|
6
|
-
import { e as
|
|
7
|
-
import { B as
|
|
8
|
-
import { Q as
|
|
9
|
-
import {
|
|
10
|
-
import { y as
|
|
11
|
-
const
|
|
1
|
+
import { jsxs as n, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { s as o, u as B } from "./sl-types.js";
|
|
3
|
+
import { createContext as x, useContext as P, useRef as k, useState as V, useEffect as U } from "react";
|
|
4
|
+
import { b as S } from "./index7.js";
|
|
5
|
+
import { y as q, F as Q } from "./index11.js";
|
|
6
|
+
import { e as _, N as j } from "./index12.js";
|
|
7
|
+
import { B as u } from "./index6.js";
|
|
8
|
+
import { Q as h, P as F, A as M, a as T, b as O } from "./useStreamLayerApp2.js";
|
|
9
|
+
import { Q as R, Z as W } from "./index13.js";
|
|
10
|
+
import { y as z } from "./utils.js";
|
|
11
|
+
const G = x({
|
|
12
12
|
sdk: null,
|
|
13
|
-
topNavigation:
|
|
14
|
-
}),
|
|
15
|
-
const c$4 = /* @__PURE__ */ styled_default("div")({
|
|
13
|
+
topNavigation: !1
|
|
14
|
+
}), Y = () => P(G), J = /* @__PURE__ */ o("div")({
|
|
16
15
|
name: "Container",
|
|
17
16
|
class: "c1vwopgc",
|
|
18
|
-
propsAsIs:
|
|
19
|
-
}),
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), K = /* @__PURE__ */ o("div")({
|
|
20
19
|
name: "QuestionTypeWrap",
|
|
21
20
|
class: "qyktpt0",
|
|
22
|
-
propsAsIs:
|
|
23
|
-
}),
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), X = () => u, e2 = /* @__PURE__ */ o(X())({
|
|
24
23
|
name: "QuestionTypeIcon",
|
|
25
24
|
class: "q951jdx",
|
|
26
|
-
propsAsIs:
|
|
27
|
-
}),
|
|
25
|
+
propsAsIs: !0
|
|
26
|
+
}), s2 = /* @__PURE__ */ o("span")({
|
|
28
27
|
name: "QuestionTypeTitle",
|
|
29
28
|
class: "qss5f0e",
|
|
30
|
-
propsAsIs:
|
|
31
|
-
}),
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
}), o2 = /* @__PURE__ */ o("button")({
|
|
32
31
|
name: "CloseIconWrap",
|
|
33
32
|
class: "c1ao1jtv",
|
|
34
|
-
propsAsIs:
|
|
35
|
-
}),
|
|
33
|
+
propsAsIs: !1
|
|
34
|
+
}), a2 = () => u, l2 = /* @__PURE__ */ o(a2())({
|
|
36
35
|
name: "CloseIcon",
|
|
37
36
|
class: "cvsl7l3",
|
|
38
|
-
propsAsIs:
|
|
39
|
-
})
|
|
40
|
-
const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
l$3,
|
|
37
|
+
propsAsIs: !0
|
|
38
|
+
}), t2 = S(o2, {}), i2 = ({ webos: e, type: a, closeTimer: l, close: t, label: C, mastersApp: r }) => {
|
|
39
|
+
const c = a ? _[a] : { label: C, iconName: void 0 };
|
|
40
|
+
return /* @__PURE__ */ n(J, { children: [
|
|
41
|
+
/* @__PURE__ */ n(K, { children: [
|
|
42
|
+
c?.iconName && /* @__PURE__ */ s(
|
|
43
|
+
e2,
|
|
46
44
|
{
|
|
47
|
-
"data-type-trivia":
|
|
48
|
-
"data-type-poll":
|
|
49
|
-
"data-type-prediction":
|
|
50
|
-
"data-masters-app": !!
|
|
51
|
-
name:
|
|
45
|
+
"data-type-trivia": a === h.TRIVIA,
|
|
46
|
+
"data-type-poll": a === h.POLL,
|
|
47
|
+
"data-type-prediction": a === h.PREDICTION,
|
|
48
|
+
"data-masters-app": !!r,
|
|
49
|
+
name: c.iconName
|
|
52
50
|
}
|
|
53
51
|
),
|
|
54
|
-
|
|
52
|
+
c?.label && /* @__PURE__ */ s(s2, { children: c.label })
|
|
55
53
|
] }),
|
|
56
|
-
|
|
54
|
+
l?.seconds ? /* @__PURE__ */ s(q, { close: t, autoClose: l.auto, duration: l.seconds }) : /* @__PURE__ */ s(t2, { webos: e, "data-a": "intr", onClick: t, type: "button", "data-close-btn": "true", children: /* @__PURE__ */ s(l2, { "data-a": "intr", name: "icon-cross" }) })
|
|
57
55
|
] });
|
|
58
|
-
};
|
|
59
|
-
const s = "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", l$2 = /* @__PURE__ */ styled_default("div")({
|
|
56
|
+
}, n2 = "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", $ = /* @__PURE__ */ o("div")({
|
|
60
57
|
name: "SponsorLogoWrap",
|
|
61
58
|
class: "s8p5v5z",
|
|
62
|
-
propsAsIs:
|
|
63
|
-
}),
|
|
59
|
+
propsAsIs: !1
|
|
60
|
+
}), C2 = () => u, r2 = /* @__PURE__ */ o(C2())({
|
|
64
61
|
name: "SponsorLogo",
|
|
65
62
|
class: "s755yti",
|
|
66
|
-
propsAsIs:
|
|
67
|
-
}),
|
|
63
|
+
propsAsIs: !0
|
|
64
|
+
}), c2 = /* @__PURE__ */ o("img")({
|
|
68
65
|
name: "AdSponsorLogo",
|
|
69
66
|
class: "a1dflj8e",
|
|
70
|
-
propsAsIs:
|
|
71
|
-
}),
|
|
72
|
-
mastersApp:
|
|
73
|
-
sponsorLogo:
|
|
74
|
-
}) =>
|
|
75
|
-
children: /* @__PURE__ */
|
|
67
|
+
propsAsIs: !1
|
|
68
|
+
}), p2 = ({
|
|
69
|
+
mastersApp: e,
|
|
70
|
+
sponsorLogo: a
|
|
71
|
+
}) => e ? /* @__PURE__ */ s($, {
|
|
72
|
+
children: /* @__PURE__ */ s(r2, {
|
|
76
73
|
name: "mastersLogo"
|
|
77
74
|
})
|
|
78
|
-
}) :
|
|
79
|
-
children: /* @__PURE__ */
|
|
80
|
-
src:
|
|
75
|
+
}) : a ? /* @__PURE__ */ s($, {
|
|
76
|
+
children: /* @__PURE__ */ s(c2, {
|
|
77
|
+
src: a,
|
|
81
78
|
alt: "ad-sponsor-logo"
|
|
82
79
|
})
|
|
83
|
-
}) : /* @__PURE__ */
|
|
84
|
-
children: /* @__PURE__ */
|
|
85
|
-
src:
|
|
80
|
+
}) : /* @__PURE__ */ s($, {
|
|
81
|
+
children: /* @__PURE__ */ s("img", {
|
|
82
|
+
src: n2,
|
|
86
83
|
alt: "stream-layer-logo"
|
|
87
84
|
})
|
|
88
|
-
})
|
|
89
|
-
const t$2 = /* @__PURE__ */ styled_default("div")({
|
|
85
|
+
}), d2 = /* @__PURE__ */ o("div")({
|
|
90
86
|
name: "Container",
|
|
91
87
|
class: "cq8qxhy",
|
|
92
|
-
propsAsIs:
|
|
93
|
-
}),
|
|
88
|
+
propsAsIs: !1
|
|
89
|
+
}), u2 = /* @__PURE__ */ o("div")({
|
|
94
90
|
name: "VideoWrapper",
|
|
95
91
|
class: "v18kj6dc",
|
|
96
|
-
propsAsIs:
|
|
97
|
-
}),
|
|
92
|
+
propsAsIs: !1
|
|
93
|
+
}), m2 = () => Q, f2 = /* @__PURE__ */ o(m2())({
|
|
98
94
|
name: "FocusableVideo",
|
|
99
95
|
class: "fv2nwib",
|
|
100
|
-
propsAsIs:
|
|
101
|
-
}),
|
|
96
|
+
propsAsIs: !0
|
|
97
|
+
}), E = /* @__PURE__ */ o("div")({
|
|
102
98
|
name: "VideoStatus",
|
|
103
99
|
class: "v8ptucg",
|
|
104
|
-
propsAsIs:
|
|
105
|
-
}),
|
|
100
|
+
propsAsIs: !1
|
|
101
|
+
}), N = "caip8y5", y2 = /* @__PURE__ */ o("div")({
|
|
106
102
|
name: "Content",
|
|
107
103
|
class: "ccgc65e",
|
|
108
|
-
propsAsIs:
|
|
109
|
-
}),
|
|
104
|
+
propsAsIs: !1
|
|
105
|
+
}), h2 = /* @__PURE__ */ o("h3")({
|
|
110
106
|
name: "Title",
|
|
111
107
|
class: "t1q3iml2",
|
|
112
|
-
propsAsIs:
|
|
113
|
-
}),
|
|
108
|
+
propsAsIs: !1
|
|
109
|
+
}), g2 = /* @__PURE__ */ o("div")({
|
|
114
110
|
name: "Description",
|
|
115
111
|
class: "d1y2pxs8",
|
|
116
|
-
propsAsIs:
|
|
117
|
-
}),
|
|
112
|
+
propsAsIs: !1
|
|
113
|
+
}), A2 = /* @__PURE__ */ o("img")({
|
|
118
114
|
name: "Image",
|
|
119
115
|
class: "ig2j4fc",
|
|
120
|
-
propsAsIs:
|
|
121
|
-
}),
|
|
116
|
+
propsAsIs: !1
|
|
117
|
+
}), v2 = /* @__PURE__ */ o("div")({
|
|
122
118
|
name: "ImageContainer",
|
|
123
119
|
class: "i3dd6iy",
|
|
124
|
-
propsAsIs:
|
|
125
|
-
})
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
muted: D
|
|
120
|
+
propsAsIs: !1
|
|
121
|
+
}), L2 = ({
|
|
122
|
+
instantView: e,
|
|
123
|
+
isDetail: a,
|
|
124
|
+
notification: l,
|
|
125
|
+
controlVideo: t,
|
|
126
|
+
muted: C
|
|
132
127
|
}) => {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
i$2,
|
|
128
|
+
const r = k(null), [c, d] = V(!1), [p, i] = V(void 0), g = e?.playVideoMuted === F.ENABLED, I = a && e?.autoPlayVideo === M.ENABLED, b = g && I, m = e?.heading, f = e?.body, y = m || f, [A, H] = V(!0), v = l?.title, L = l?.body;
|
|
129
|
+
return /* @__PURE__ */ n(d2, { children: [
|
|
130
|
+
e?.video?.url && /* @__PURE__ */ n(u2, { children: [
|
|
131
|
+
/* @__PURE__ */ s(
|
|
132
|
+
f2,
|
|
139
133
|
{
|
|
140
|
-
className:
|
|
141
|
-
source:
|
|
142
|
-
poster:
|
|
143
|
-
controlVideo:
|
|
144
|
-
muted:
|
|
145
|
-
autoPlay:
|
|
146
|
-
ref:
|
|
134
|
+
className: N,
|
|
135
|
+
source: e.video.url,
|
|
136
|
+
poster: e.video.thumbnailUrl,
|
|
137
|
+
controlVideo: t,
|
|
138
|
+
muted: C,
|
|
139
|
+
autoPlay: a && e.autoPlayVideo === M.ENABLED,
|
|
140
|
+
ref: r,
|
|
147
141
|
onPause: () => {
|
|
148
|
-
|
|
142
|
+
d?.(!0), H(!1);
|
|
149
143
|
},
|
|
150
|
-
onMute: (
|
|
151
|
-
|
|
144
|
+
onMute: (w) => {
|
|
145
|
+
i(w);
|
|
152
146
|
},
|
|
153
147
|
onPlay: () => {
|
|
154
|
-
|
|
148
|
+
d?.(!1);
|
|
155
149
|
},
|
|
156
|
-
playMuted:
|
|
157
|
-
hasNotPausedVideo:
|
|
158
|
-
webos:
|
|
150
|
+
playMuted: g,
|
|
151
|
+
hasNotPausedVideo: A,
|
|
152
|
+
webos: !0
|
|
159
153
|
}
|
|
160
154
|
),
|
|
161
|
-
|
|
162
|
-
/* @__PURE__ */
|
|
155
|
+
c && !A && /* @__PURE__ */ n(E, { children: [
|
|
156
|
+
/* @__PURE__ */ s(u, { name: "icon-pause" }),
|
|
163
157
|
"PAUSED"
|
|
164
158
|
] }),
|
|
165
|
-
|
|
166
|
-
/* @__PURE__ */
|
|
159
|
+
p && b && /* @__PURE__ */ n(E, { children: [
|
|
160
|
+
/* @__PURE__ */ s(u, { name: "iconMute" }),
|
|
167
161
|
"MUTED"
|
|
168
162
|
] })
|
|
169
163
|
] }),
|
|
170
|
-
|
|
171
|
-
|
|
164
|
+
e?.image && !e?.video?.url && /* @__PURE__ */ s(
|
|
165
|
+
v2,
|
|
172
166
|
{
|
|
173
|
-
className:
|
|
174
|
-
"data-rounded":
|
|
175
|
-
children: /* @__PURE__ */
|
|
167
|
+
className: N,
|
|
168
|
+
"data-rounded": e.imageMode === T.ROUNDED,
|
|
169
|
+
children: /* @__PURE__ */ s(A2, { src: e?.image })
|
|
176
170
|
}
|
|
177
171
|
),
|
|
178
|
-
/* @__PURE__ */
|
|
179
|
-
/* @__PURE__ */
|
|
180
|
-
/* @__PURE__ */
|
|
172
|
+
/* @__PURE__ */ n(y2, { children: [
|
|
173
|
+
/* @__PURE__ */ s(h2, { children: a && y ? m : v }),
|
|
174
|
+
/* @__PURE__ */ s(g2, { children: a && y ? f : L })
|
|
181
175
|
] })
|
|
182
176
|
] });
|
|
183
|
-
}
|
|
184
|
-
const n = /* @__PURE__ */ styled_default("div")({
|
|
177
|
+
}, V2 = /* @__PURE__ */ o("div")({
|
|
185
178
|
name: "Container",
|
|
186
179
|
class: "cgn5uen",
|
|
187
|
-
propsAsIs:
|
|
188
|
-
}),
|
|
180
|
+
propsAsIs: !1
|
|
181
|
+
}), Z = "c1px8nt6", I2 = /* @__PURE__ */ o("div")({
|
|
189
182
|
name: "Content",
|
|
190
183
|
class: "c5et2jt",
|
|
191
|
-
propsAsIs:
|
|
192
|
-
}),
|
|
184
|
+
propsAsIs: !1
|
|
185
|
+
}), b2 = /* @__PURE__ */ o("h3")({
|
|
193
186
|
name: "Title",
|
|
194
187
|
class: "t1i2kpk2",
|
|
195
|
-
propsAsIs:
|
|
196
|
-
}),
|
|
188
|
+
propsAsIs: !1
|
|
189
|
+
}), H2 = /* @__PURE__ */ o("div")({
|
|
197
190
|
name: "Description",
|
|
198
191
|
class: "dd3lh3p",
|
|
199
|
-
propsAsIs:
|
|
200
|
-
}),
|
|
192
|
+
propsAsIs: !1
|
|
193
|
+
}), w2 = /* @__PURE__ */ o("img")({
|
|
201
194
|
name: "Image",
|
|
202
195
|
class: "i1gfjeu5",
|
|
203
|
-
propsAsIs:
|
|
204
|
-
}),
|
|
196
|
+
propsAsIs: !1
|
|
197
|
+
}), B2 = /* @__PURE__ */ o("div")({
|
|
205
198
|
name: "ImageContainer",
|
|
206
199
|
class: "i58y999",
|
|
207
|
-
propsAsIs:
|
|
208
|
-
})
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
controlVideo: p$12,
|
|
200
|
+
propsAsIs: !1
|
|
201
|
+
}), $2 = ({
|
|
202
|
+
instantView: e,
|
|
203
|
+
isDetail: a,
|
|
204
|
+
notification: l,
|
|
205
|
+
controlVideo: t,
|
|
214
206
|
muted: C
|
|
215
207
|
}) => {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
Et,
|
|
208
|
+
const r = e?.heading, c = e?.body, d = r || c, p = l?.title, i = l?.body;
|
|
209
|
+
return /* @__PURE__ */ n(V2, { children: [
|
|
210
|
+
e?.video?.url && /* @__PURE__ */ s(
|
|
211
|
+
Q,
|
|
221
212
|
{
|
|
222
|
-
className:
|
|
223
|
-
source:
|
|
224
|
-
poster:
|
|
225
|
-
controlVideo:
|
|
213
|
+
className: Z,
|
|
214
|
+
source: e.video.url,
|
|
215
|
+
poster: e.video.thumbnailUrl,
|
|
216
|
+
controlVideo: t,
|
|
226
217
|
muted: C,
|
|
227
|
-
autoPlay:
|
|
218
|
+
autoPlay: a && e.autoPlayVideo === M.ENABLED
|
|
228
219
|
}
|
|
229
220
|
),
|
|
230
|
-
|
|
231
|
-
|
|
221
|
+
e?.image && !e?.video?.url && /* @__PURE__ */ s(
|
|
222
|
+
B2,
|
|
232
223
|
{
|
|
233
|
-
className:
|
|
234
|
-
"data-rounded":
|
|
235
|
-
children: /* @__PURE__ */
|
|
224
|
+
className: Z,
|
|
225
|
+
"data-rounded": e.imageMode === T.ROUNDED,
|
|
226
|
+
children: /* @__PURE__ */ s(w2, { src: e?.image })
|
|
236
227
|
}
|
|
237
228
|
),
|
|
238
|
-
/* @__PURE__ */
|
|
239
|
-
/* @__PURE__ */
|
|
240
|
-
/* @__PURE__ */
|
|
229
|
+
/* @__PURE__ */ n(I2, { children: [
|
|
230
|
+
/* @__PURE__ */ s(b2, { children: a && d ? r : p }),
|
|
231
|
+
/* @__PURE__ */ s(H2, { children: a && d ? c : i })
|
|
241
232
|
] })
|
|
242
233
|
] });
|
|
243
|
-
}
|
|
244
|
-
const a$2 = /* @__PURE__ */ styled_default("div")({
|
|
234
|
+
}, M2 = /* @__PURE__ */ o("div")({
|
|
245
235
|
name: "Container",
|
|
246
236
|
class: "c1euiow",
|
|
247
|
-
propsAsIs:
|
|
248
|
-
}),
|
|
237
|
+
propsAsIs: !1
|
|
238
|
+
}), E2 = /* @__PURE__ */ o("a")({
|
|
249
239
|
name: "WebLinkBtn",
|
|
250
240
|
class: "w19zie3h",
|
|
251
|
-
propsAsIs:
|
|
252
|
-
}),
|
|
241
|
+
propsAsIs: !1
|
|
242
|
+
}), N2 = () => u, Z2 = /* @__PURE__ */ o(N2())({
|
|
253
243
|
name: "WebLinkIcon",
|
|
254
244
|
class: "wyg5v7z",
|
|
255
|
-
propsAsIs:
|
|
256
|
-
})
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
/* @__PURE__ */ jsx(i, { name: "icon-external-link" })
|
|
245
|
+
propsAsIs: !0
|
|
246
|
+
}), D2 = ({ instantView: e, ...a }) => /* @__PURE__ */ n(M2, { children: [
|
|
247
|
+
a.webos ? /* @__PURE__ */ s(L2, { instantView: e, ...a, isDetail: !0 }) : /* @__PURE__ */ s($2, { instantView: e, ...a, isDetail: !0 }),
|
|
248
|
+
e?.webLink && /* @__PURE__ */ n(E2, { href: e?.webLink.url, target: "_blank", "data-a": "web-link", children: [
|
|
249
|
+
e?.webLink.label,
|
|
250
|
+
/* @__PURE__ */ s(Z2, { name: "icon-external-link" })
|
|
262
251
|
] })
|
|
263
|
-
] })
|
|
264
|
-
const e = /* @__PURE__ */ styled_default("div")({
|
|
252
|
+
] }), k2 = /* @__PURE__ */ o("div")({
|
|
265
253
|
name: "Container",
|
|
266
254
|
class: "c1dcxmvf",
|
|
267
|
-
propsAsIs:
|
|
268
|
-
}),
|
|
255
|
+
propsAsIs: !1
|
|
256
|
+
}), Q2 = /* @__PURE__ */ o("blockquote")({
|
|
269
257
|
name: "Quote",
|
|
270
258
|
class: "qb4q22c",
|
|
271
|
-
propsAsIs:
|
|
272
|
-
})
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
] });
|
|
277
|
-
const a = /* @__PURE__ */ styled_default("div")({
|
|
259
|
+
propsAsIs: !1
|
|
260
|
+
}), T2 = (e) => /* @__PURE__ */ n(k2, { children: [
|
|
261
|
+
e.title && /* @__PURE__ */ s(Q2, { children: e.title }),
|
|
262
|
+
/* @__PURE__ */ s(j, { ...e, isDetail: !0 })
|
|
263
|
+
] }), x2 = /* @__PURE__ */ o("div")({
|
|
278
264
|
name: "QuestionAdvertisementContainer",
|
|
279
265
|
class: "qwludgs",
|
|
280
|
-
propsAsIs:
|
|
281
|
-
}),
|
|
266
|
+
propsAsIs: !1
|
|
267
|
+
}), P2 = /* @__PURE__ */ o("div")({
|
|
282
268
|
name: "QuestionAdvertisementText",
|
|
283
269
|
class: "qvce6pv",
|
|
284
|
-
propsAsIs:
|
|
285
|
-
}),
|
|
270
|
+
propsAsIs: !1
|
|
271
|
+
}), U2 = /* @__PURE__ */ o("div")({
|
|
286
272
|
name: "QuestionAdvertisementImage",
|
|
287
273
|
class: "qsid7hx",
|
|
288
|
-
propsAsIs:
|
|
289
|
-
}),
|
|
290
|
-
sponsorLogo:
|
|
291
|
-
id:
|
|
292
|
-
hasBanner:
|
|
293
|
-
setAdShowed:
|
|
274
|
+
propsAsIs: !1
|
|
275
|
+
}), S2 = ({
|
|
276
|
+
sponsorLogo: e,
|
|
277
|
+
id: a,
|
|
278
|
+
hasBanner: l,
|
|
279
|
+
setAdShowed: t
|
|
294
280
|
}) => {
|
|
295
|
-
const
|
|
296
|
-
return
|
|
297
|
-
|
|
281
|
+
const C = k();
|
|
282
|
+
return U(() => (C.current = setTimeout(() => {
|
|
283
|
+
t(!0);
|
|
298
284
|
}, 5e3), () => {
|
|
299
|
-
clearTimeout(
|
|
300
|
-
}), [
|
|
301
|
-
children: [/* @__PURE__ */
|
|
285
|
+
clearTimeout(C.current);
|
|
286
|
+
}), [t, a, l]), /* @__PURE__ */ n(x2, {
|
|
287
|
+
children: [/* @__PURE__ */ s(P2, {
|
|
302
288
|
children: "PRESENTED BY"
|
|
303
|
-
}), /* @__PURE__ */
|
|
304
|
-
children: /* @__PURE__ */
|
|
305
|
-
src:
|
|
289
|
+
}), /* @__PURE__ */ s(U2, {
|
|
290
|
+
children: /* @__PURE__ */ s("img", {
|
|
291
|
+
src: e,
|
|
306
292
|
alt: "ad-sponsor-logo"
|
|
307
293
|
})
|
|
308
294
|
})]
|
|
309
295
|
});
|
|
310
|
-
}
|
|
311
|
-
const $ = /* @__PURE__ */ styled_default("div")({
|
|
296
|
+
}, D = /* @__PURE__ */ o("div")({
|
|
312
297
|
name: "QuestionContainer",
|
|
313
298
|
class: "q14ckf9e",
|
|
314
|
-
propsAsIs:
|
|
315
|
-
}),
|
|
316
|
-
openedQuestion:
|
|
317
|
-
muted:
|
|
318
|
-
webos:
|
|
299
|
+
propsAsIs: !1
|
|
300
|
+
}), q2 = ({
|
|
301
|
+
openedQuestion: e,
|
|
302
|
+
muted: a,
|
|
303
|
+
webos: l
|
|
319
304
|
}) => {
|
|
320
|
-
var a2, i2;
|
|
321
305
|
const {
|
|
322
|
-
sdk:
|
|
323
|
-
} =
|
|
324
|
-
return
|
|
325
|
-
...
|
|
326
|
-
muted:
|
|
327
|
-
controlVideo:
|
|
328
|
-
webos:
|
|
329
|
-
}) :
|
|
330
|
-
...
|
|
331
|
-
muted:
|
|
332
|
-
controlVideo:
|
|
306
|
+
sdk: t
|
|
307
|
+
} = Y();
|
|
308
|
+
return e?.attributes?.attributes.case === "insight" ? /* @__PURE__ */ s(D2, {
|
|
309
|
+
...e.attributes.attributes.value,
|
|
310
|
+
muted: a,
|
|
311
|
+
controlVideo: t?.controlVideoPlayer,
|
|
312
|
+
webos: l
|
|
313
|
+
}) : e?.attributes?.attributes.case === "tweet" ? /* @__PURE__ */ s(T2, {
|
|
314
|
+
...e.attributes.attributes.value,
|
|
315
|
+
muted: a,
|
|
316
|
+
controlVideo: t?.controlVideoPlayer
|
|
333
317
|
}) : null;
|
|
334
|
-
},
|
|
335
|
-
extendedQuestion:
|
|
336
|
-
vote:
|
|
337
|
-
close:
|
|
338
|
-
webos:
|
|
318
|
+
}, _2 = ({
|
|
319
|
+
extendedQuestion: e,
|
|
320
|
+
vote: a,
|
|
321
|
+
close: l,
|
|
322
|
+
webos: t
|
|
339
323
|
}) => {
|
|
340
324
|
const {
|
|
341
|
-
loading:
|
|
342
|
-
data:
|
|
343
|
-
} =
|
|
344
|
-
return
|
|
345
|
-
webos:
|
|
346
|
-
vote:
|
|
347
|
-
close:
|
|
348
|
-
openedQuestion:
|
|
349
|
-
isLoading: !!
|
|
350
|
-
}) : /* @__PURE__ */
|
|
351
|
-
},
|
|
352
|
-
gamification:
|
|
353
|
-
sdk:
|
|
354
|
-
muted:
|
|
355
|
-
skipAutoClose:
|
|
356
|
-
hideSponsor:
|
|
357
|
-
className:
|
|
358
|
-
hideHeader:
|
|
359
|
-
webos:
|
|
325
|
+
loading: C,
|
|
326
|
+
data: r
|
|
327
|
+
} = e;
|
|
328
|
+
return r ? /* @__PURE__ */ s(R, {
|
|
329
|
+
webos: t,
|
|
330
|
+
vote: a,
|
|
331
|
+
close: l,
|
|
332
|
+
openedQuestion: r,
|
|
333
|
+
isLoading: !!C
|
|
334
|
+
}) : /* @__PURE__ */ s(W, {});
|
|
335
|
+
}, X2 = ({
|
|
336
|
+
gamification: e,
|
|
337
|
+
sdk: a,
|
|
338
|
+
muted: l,
|
|
339
|
+
skipAutoClose: t,
|
|
340
|
+
hideSponsor: C,
|
|
341
|
+
className: r,
|
|
342
|
+
hideHeader: c,
|
|
343
|
+
webos: d
|
|
360
344
|
}) => {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
portraitUrl: z
|
|
345
|
+
const p = B(e.openedQuestion.$store), i = B(e.openedQuestion.$extendedStore), [g, I] = V(!1), b = B(a.options), m = p?.attributes?.type === h.FACTOID, f = p?.attributes?.backgroundImage, y = i.data?.backgroundImage, A = m ? f?.landscapeUrl : y?.landscapeUrl, H = m ? f?.portraitUrl : y?.portraitUrl, v = z({
|
|
346
|
+
containerId: b.containerId,
|
|
347
|
+
landscapeUrl: A,
|
|
348
|
+
portraitUrl: H
|
|
366
349
|
});
|
|
367
|
-
if (!
|
|
350
|
+
if (!p)
|
|
368
351
|
return null;
|
|
369
|
-
const
|
|
370
|
-
return
|
|
371
|
-
className:
|
|
372
|
-
children: [
|
|
373
|
-
id:
|
|
374
|
-
hasBanner: !!
|
|
375
|
-
setAdShowed:
|
|
376
|
-
sponsorLogo:
|
|
352
|
+
const L = p.type, w = i.data?.options?.options.case === "factoid" ? i.data.options.options.value.closeTimer : void 0;
|
|
353
|
+
return i.data && i.data.adUnit === O.STANDART && !g ? /* @__PURE__ */ n(D, {
|
|
354
|
+
className: r,
|
|
355
|
+
children: [v, /* @__PURE__ */ s(S2, {
|
|
356
|
+
id: i.data.id,
|
|
357
|
+
hasBanner: !!i.data.promotion?.banner?.imageUrl,
|
|
358
|
+
setAdShowed: I,
|
|
359
|
+
sponsorLogo: i.data.promotion?.sponsor?.logo || i.data.sponsorship?.logo || ""
|
|
377
360
|
})]
|
|
378
|
-
}) : /* @__PURE__ */
|
|
379
|
-
className:
|
|
380
|
-
children: [
|
|
381
|
-
closeTimer:
|
|
382
|
-
close:
|
|
383
|
-
type:
|
|
384
|
-
webos:
|
|
385
|
-
}),
|
|
386
|
-
webos:
|
|
387
|
-
vote:
|
|
388
|
-
close:
|
|
389
|
-
extendedQuestion:
|
|
390
|
-
}),
|
|
391
|
-
muted:
|
|
392
|
-
openedQuestion:
|
|
393
|
-
webos:
|
|
394
|
-
}), !
|
|
395
|
-
sponsorLogo:
|
|
361
|
+
}) : /* @__PURE__ */ n(D, {
|
|
362
|
+
className: r,
|
|
363
|
+
children: [v, !c && /* @__PURE__ */ s(i2, {
|
|
364
|
+
closeTimer: t ? void 0 : w,
|
|
365
|
+
close: e.closeQuestion,
|
|
366
|
+
type: p.attributes?.type || h.UNSET,
|
|
367
|
+
webos: d
|
|
368
|
+
}), L === "question" && /* @__PURE__ */ s(_2, {
|
|
369
|
+
webos: d,
|
|
370
|
+
vote: e.submitAnswer,
|
|
371
|
+
close: e.closeQuestion,
|
|
372
|
+
extendedQuestion: i
|
|
373
|
+
}), L !== "question" && /* @__PURE__ */ s(q2, {
|
|
374
|
+
muted: l,
|
|
375
|
+
openedQuestion: p,
|
|
376
|
+
webos: d
|
|
377
|
+
}), !C && /* @__PURE__ */ s(p2, {
|
|
378
|
+
sponsorLogo: i.data?.promotion?.sponsor?.logo || i.data?.sponsorship?.logo
|
|
396
379
|
})]
|
|
397
380
|
});
|
|
398
381
|
};
|
|
399
382
|
export {
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
383
|
+
$2 as D,
|
|
384
|
+
i2 as O,
|
|
385
|
+
X2 as _,
|
|
386
|
+
G as e,
|
|
387
|
+
Y as p
|
|
405
388
|
};
|