@streamlayer/react 0.40.1 → 0.40.2
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/useStreamLayerApp.d.ts +9 -1
- package/lib/cjs/gamification-feature.js +1 -1
- package/lib/cjs/index2.js +9 -9
- package/lib/cjs/masters2.js +28 -28
- package/lib/cjs/useStreamLayerApp.js +1 -1
- package/lib/dist/cjs/gamification-feature.js +1 -1
- package/lib/dist/cjs/masters.js +41 -41
- package/lib/dist/es/gamification-feature.js +336 -326
- package/lib/dist/es/masters.js +5821 -5777
- package/lib/dist/index.d.ts +18 -3
- package/lib/es/gamification-feature.js +316 -306
- package/lib/es/index2.js +48 -35
- package/lib/es/masters2.js +2154 -2147
- package/lib/es/useStreamLayerApp.js +18 -9
- package/package.json +6 -6
|
@@ -1,157 +1,157 @@
|
|
|
1
1
|
import { jsxs as c, jsx as s, Fragment as x } from "react/jsx-runtime";
|
|
2
2
|
import { s as t, c as A, d as ce } from "./useSdkFeature.js";
|
|
3
3
|
import { useStore as S } from "@nanostores/react";
|
|
4
|
-
import { useState as E, useLayoutEffect as
|
|
5
|
-
import { o as de, I as pe, s as ue, c as
|
|
4
|
+
import { useState as E, useLayoutEffect as we, useCallback as B, useEffect as ee, useMemo as V, PureComponent as ke, useTransition as Te } from "react";
|
|
5
|
+
import { o as de, I as pe, s as ue, c as xe, z as Se, J as me, n as he, F as qe, h as Ee, k as Ie, a as Ve, p as Ne, C as De, b as ve, m as Le, d as Pe, l as Oe, e as Qe, V as Me, f as _e } from "./masters2.js";
|
|
6
6
|
import { QuestionType as m, QuestionStatus as N, QuestionImages as M, PickHistoryStatus as F } from "@streamlayer/sdk-web-types";
|
|
7
7
|
import "react-countup";
|
|
8
|
-
import { CountdownCircleTimer as
|
|
8
|
+
import { CountdownCircleTimer as je } from "react-countdown-circle-timer";
|
|
9
9
|
import { E as D } from "./index2.js";
|
|
10
|
-
import
|
|
10
|
+
import Ue from "react-infinite-scroller";
|
|
11
11
|
import "lodash.throttle";
|
|
12
12
|
import "@streamlayer/sdk-web-interfaces";
|
|
13
13
|
import "@streamlayer/sdk-web-notifications";
|
|
14
14
|
import "./useStreamLayerApp.js";
|
|
15
15
|
import "@streamlayer/sdk-web";
|
|
16
|
-
const
|
|
16
|
+
const Be = /* @__PURE__ */ t("div")({
|
|
17
17
|
name: "Container",
|
|
18
18
|
class: "c1vwopgc",
|
|
19
19
|
propsAsIs: !1
|
|
20
|
-
}),
|
|
20
|
+
}), ze = /* @__PURE__ */ t("div")({
|
|
21
21
|
name: "QuestionTypeWrap",
|
|
22
22
|
class: "qyktpt0",
|
|
23
23
|
propsAsIs: !1
|
|
24
|
-
}),
|
|
24
|
+
}), Fe = () => A, We = /* @__PURE__ */ t(Fe())({
|
|
25
25
|
name: "QuestionTypeIcon",
|
|
26
26
|
class: "q951jdx",
|
|
27
27
|
propsAsIs: !0
|
|
28
|
-
}),
|
|
28
|
+
}), Ze = /* @__PURE__ */ t("span")({
|
|
29
29
|
name: "QuestionTypeTitle",
|
|
30
30
|
class: "qss5f0e",
|
|
31
31
|
propsAsIs: !1
|
|
32
|
-
}),
|
|
32
|
+
}), He = /* @__PURE__ */ t("div")({
|
|
33
33
|
name: "CloseIconWrap",
|
|
34
34
|
class: "c1ao1jtv",
|
|
35
35
|
propsAsIs: !1
|
|
36
|
-
}),
|
|
36
|
+
}), Ye = () => A, Ge = /* @__PURE__ */ t(Ye())({
|
|
37
37
|
name: "CloseIcon",
|
|
38
38
|
class: "cvsl7l3",
|
|
39
39
|
propsAsIs: !0
|
|
40
|
-
}),
|
|
40
|
+
}), Ce = ({ type: e, close: n, label: i }) => {
|
|
41
41
|
const o = e ? de[e] : { label: i, iconName: void 0 };
|
|
42
|
-
return /* @__PURE__ */ c(
|
|
43
|
-
/* @__PURE__ */ c(
|
|
42
|
+
return /* @__PURE__ */ c(Be, { children: [
|
|
43
|
+
/* @__PURE__ */ c(ze, { children: [
|
|
44
44
|
(o == null ? void 0 : o.iconName) && /* @__PURE__ */ s(
|
|
45
|
-
|
|
45
|
+
We,
|
|
46
46
|
{
|
|
47
47
|
"data-type-trivia": e === m.TRIVIA,
|
|
48
48
|
"data-type-poll": e === m.POLL,
|
|
49
49
|
name: o.iconName
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
|
-
(o == null ? void 0 : o.label) && /* @__PURE__ */ s(
|
|
52
|
+
(o == null ? void 0 : o.label) && /* @__PURE__ */ s(Ze, { children: o.label })
|
|
53
53
|
] }),
|
|
54
|
-
/* @__PURE__ */ s(
|
|
54
|
+
/* @__PURE__ */ s(He, { onClick: n, children: /* @__PURE__ */ s(Ge, { name: "icon-cross" }) })
|
|
55
55
|
] });
|
|
56
|
-
},
|
|
56
|
+
}, Je = /* @__PURE__ */ t("div")({
|
|
57
57
|
name: "Container",
|
|
58
58
|
class: "c1zy8a",
|
|
59
59
|
propsAsIs: !1
|
|
60
|
-
}),
|
|
60
|
+
}), Ke = /* @__PURE__ */ t("div")({
|
|
61
61
|
name: "Title",
|
|
62
62
|
class: "t1vih9p5",
|
|
63
63
|
propsAsIs: !1
|
|
64
|
-
}),
|
|
64
|
+
}), Xe = /* @__PURE__ */ t("div")({
|
|
65
65
|
name: "Indicator",
|
|
66
66
|
class: "i1fbnvpb",
|
|
67
67
|
propsAsIs: !1
|
|
68
|
-
}), te = ({ indicator: e, title: n }) => /* @__PURE__ */ c(
|
|
69
|
-
/* @__PURE__ */ s(
|
|
70
|
-
/* @__PURE__ */ s(
|
|
71
|
-
] }),
|
|
68
|
+
}), te = ({ indicator: e, title: n }) => /* @__PURE__ */ c(Je, { children: [
|
|
69
|
+
/* @__PURE__ */ s(Ke, { children: n }),
|
|
70
|
+
/* @__PURE__ */ s(Xe, { children: e })
|
|
71
|
+
] }), es = /* @__PURE__ */ t("div")({
|
|
72
72
|
name: "Container",
|
|
73
73
|
class: "ctmhwyc",
|
|
74
74
|
propsAsIs: !1
|
|
75
|
-
}),
|
|
75
|
+
}), ss = /* @__PURE__ */ t("div")({
|
|
76
76
|
name: "Indicator",
|
|
77
77
|
class: "i1jri200",
|
|
78
78
|
propsAsIs: !1
|
|
79
|
-
}),
|
|
79
|
+
}), ns = /* @__PURE__ */ t("div")({
|
|
80
80
|
name: "Title",
|
|
81
81
|
class: "t8s05oq",
|
|
82
82
|
propsAsIs: !1
|
|
83
|
-
}), W = ({ indicator: e, title: n }) => /* @__PURE__ */ c(
|
|
84
|
-
/* @__PURE__ */ s(
|
|
85
|
-
/* @__PURE__ */ s(
|
|
86
|
-
] }),
|
|
83
|
+
}), W = ({ indicator: e, title: n }) => /* @__PURE__ */ c(es, { children: [
|
|
84
|
+
/* @__PURE__ */ s(ss, { children: e }),
|
|
85
|
+
/* @__PURE__ */ s(ns, { children: n })
|
|
86
|
+
] }), ts = /* @__PURE__ */ t("div")({
|
|
87
87
|
name: "Container",
|
|
88
88
|
class: "c1yrpn9o",
|
|
89
89
|
propsAsIs: !1
|
|
90
|
-
}),
|
|
90
|
+
}), os = /* @__PURE__ */ t("div")({
|
|
91
91
|
name: "TopInfo",
|
|
92
92
|
class: "t17fwahh",
|
|
93
93
|
propsAsIs: !1
|
|
94
|
-
}),
|
|
94
|
+
}), is = /* @__PURE__ */ t("div")({
|
|
95
95
|
name: "BottomInfo",
|
|
96
96
|
class: "by6w7e9",
|
|
97
97
|
propsAsIs: !1
|
|
98
|
-
}),
|
|
98
|
+
}), rs = /* @__PURE__ */ t("div")({
|
|
99
99
|
name: "User",
|
|
100
100
|
class: "u1g7arbm",
|
|
101
101
|
propsAsIs: !1
|
|
102
|
-
}),
|
|
102
|
+
}), as = /* @__PURE__ */ t("img")({
|
|
103
103
|
name: "Avatar",
|
|
104
104
|
class: "a1ldeata",
|
|
105
105
|
propsAsIs: !1
|
|
106
|
-
}),
|
|
106
|
+
}), ls = /* @__PURE__ */ t("div")({
|
|
107
107
|
name: "UserInfo",
|
|
108
108
|
class: "u10d4koz",
|
|
109
109
|
propsAsIs: !1
|
|
110
|
-
}),
|
|
110
|
+
}), cs = /* @__PURE__ */ t("div")({
|
|
111
111
|
name: "UserName",
|
|
112
112
|
class: "u1q6roj0",
|
|
113
113
|
propsAsIs: !1
|
|
114
|
-
}),
|
|
114
|
+
}), ds = /* @__PURE__ */ t("div")({
|
|
115
115
|
name: "UserRating",
|
|
116
116
|
class: "ui0m425",
|
|
117
117
|
propsAsIs: !1
|
|
118
|
-
}),
|
|
118
|
+
}), ps = /* @__PURE__ */ t("img")({
|
|
119
119
|
name: "TrophyIcon",
|
|
120
120
|
class: "t1el3mrn",
|
|
121
121
|
propsAsIs: !1
|
|
122
|
-
}),
|
|
122
|
+
}), us = /* @__PURE__ */ t("div")({
|
|
123
123
|
name: "Rts",
|
|
124
124
|
class: "r2vgnxv",
|
|
125
125
|
propsAsIs: !1
|
|
126
|
-
}),
|
|
126
|
+
}), ms = /* @__PURE__ */ t("div")({
|
|
127
127
|
name: "RtsIndicator",
|
|
128
128
|
class: "roqn06j",
|
|
129
129
|
propsAsIs: !1
|
|
130
|
-
}),
|
|
130
|
+
}), hs = /* @__PURE__ */ t("div")({
|
|
131
131
|
name: "RtsLabel",
|
|
132
132
|
class: "r15adx7c",
|
|
133
133
|
propsAsIs: !1
|
|
134
|
-
}),
|
|
134
|
+
}), Is = /* @__PURE__ */ t("div")({
|
|
135
135
|
name: "Divider",
|
|
136
136
|
class: "dv59lta",
|
|
137
137
|
propsAsIs: !1
|
|
138
|
-
}),
|
|
138
|
+
}), vs = /* @__PURE__ */ t("div")({
|
|
139
139
|
name: "Ranks",
|
|
140
140
|
class: "r55lotb",
|
|
141
141
|
propsAsIs: !1
|
|
142
|
-
}),
|
|
142
|
+
}), Cs = /* @__PURE__ */ t("div")({
|
|
143
143
|
name: "Statistics",
|
|
144
144
|
class: "s1knfgqt",
|
|
145
145
|
propsAsIs: !1
|
|
146
|
-
}),
|
|
146
|
+
}), fs = /* @__PURE__ */ t("div")({
|
|
147
147
|
name: "AvatarPlaceholder",
|
|
148
148
|
class: "a1mqo824",
|
|
149
149
|
propsAsIs: !1
|
|
150
|
-
}),
|
|
150
|
+
}), As = /* @__PURE__ */ t("button")({
|
|
151
151
|
name: "UserAccountBtn",
|
|
152
152
|
class: "uxareh6",
|
|
153
153
|
propsAsIs: !1
|
|
154
|
-
}),
|
|
154
|
+
}), gs = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Trophy'%3e%3cpath%20id='Combined%20Shape'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.69197%204.66662C3.69197%205.99705%203.92914%207.17787%204.4035%208.20912C3.49966%208.02451%202.74487%207.66486%202.1391%207.13014C1.53333%206.59542%201.23046%206.0798%201.23046%205.58328V4.66662H3.69197ZM14.7686%204.66662V5.58328C14.7686%206.0798%2014.4658%206.59542%2013.86%207.13014C13.2542%207.66486%2012.4994%208.02451%2011.5956%208.20912C12.0699%207.17787%2012.3071%205.99705%2012.3071%204.66662H14.7686ZM15.9998%205.58329V4.36108C15.9998%204.10645%2015.9101%203.89002%2015.7306%203.71178C15.5511%203.53354%2015.3332%203.44442%2015.0768%203.44442H12.3076V2.52776C12.3076%202.10763%2012.1569%201.74797%2011.8556%201.44878C11.5544%201.14959%2011.1922%201%2010.7691%201H5.23072C4.80764%201%204.44547%201.14959%204.14419%201.44878C3.84291%201.74797%203.69227%202.10763%203.69227%202.52776V3.44442H0.923068C0.666659%203.44442%200.448714%203.53354%200.269228%203.71178C0.0897418%203.89002%200%204.10645%200%204.36108V5.58329C0%206.03525%200.13301%206.49039%200.399034%206.94872C0.665059%207.40705%201.02403%207.82082%201.47595%208.19003C1.92787%208.55924%202.48234%208.86957%203.13939%209.12101C3.79644%209.37246%204.48713%209.51409%205.21149%209.54592C5.48071%209.88967%205.7852%2010.192%206.12494%2010.453C6.36853%2010.6695%206.53679%2010.9002%206.62974%2011.1453C6.72269%2011.3904%206.76916%2011.6752%206.76916%2011.9999C6.76916%2012.3436%206.67141%2012.6333%206.4759%2012.8688C6.28038%2013.1043%205.96789%2013.2221%205.53841%2013.2221C5.05764%2013.2221%204.62976%2013.3669%204.25476%2013.6566C3.87977%2013.9462%203.69227%2014.3106%203.69227%2014.7499V15.361C3.69227%2015.4501%203.72112%2015.5233%203.77881%2015.5806C3.8365%2015.6379%203.91022%2015.6665%203.99996%2015.6665H11.9999C12.0896%2015.6665%2012.1633%2015.6379%2012.221%2015.5806C12.2787%2015.5233%2012.3076%2015.4501%2012.3076%2015.361V14.7499C12.3076%2014.3106%2012.1201%2013.9462%2011.7451%2013.6566C11.3701%2013.3669%2010.9422%2013.2221%2010.4614%2013.2221C10.0319%2013.2221%209.71945%2013.1043%209.52394%2012.8688C9.32843%2012.6333%209.23068%2012.3436%209.23068%2011.9999C9.23068%2011.6752%209.27715%2011.3904%209.3701%2011.1453C9.46305%2010.9002%209.63131%2010.6695%209.8749%2010.453C10.2146%2010.192%2010.5191%209.88967%2010.7884%209.54592C11.5127%209.51409%2012.2034%209.37246%2012.8604%209.12101C13.5175%208.86957%2014.072%208.55924%2014.5239%208.19003C14.9758%207.82082%2015.3348%207.40705%2015.6008%206.94872C15.8668%206.49039%2015.9998%206.03525%2015.9998%205.58329ZM6.76047%207.1798L8.05109%206.49997L9.3417%207.1798L9.09521%205.73989L10.1393%204.72015L8.69639%204.51007L8.05109%203.2L7.40578%204.51007L5.96283%204.72015L7.00696%205.73989L6.76047%207.1798Z'%20fill='%23F2C94C'/%3e%3c/g%3e%3c/svg%3e", fe = ({
|
|
155
155
|
avatar: e,
|
|
156
156
|
name: n,
|
|
157
157
|
points: i,
|
|
@@ -162,23 +162,23 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
162
162
|
incorrect: a,
|
|
163
163
|
inTop: l,
|
|
164
164
|
successRate: u
|
|
165
|
-
}) => /* @__PURE__ */ c(
|
|
166
|
-
/* @__PURE__ */ s(
|
|
167
|
-
/* @__PURE__ */ c(
|
|
168
|
-
e && /* @__PURE__ */ s(
|
|
169
|
-
!e && /* @__PURE__ */ s(
|
|
165
|
+
}) => /* @__PURE__ */ c(ts, { children: [
|
|
166
|
+
/* @__PURE__ */ s(os, { children: /* @__PURE__ */ c(rs, { children: [
|
|
167
|
+
/* @__PURE__ */ c(As, { children: [
|
|
168
|
+
e && /* @__PURE__ */ s(as, { alt: "avatar", src: e }),
|
|
169
|
+
!e && /* @__PURE__ */ s(fs, { children: pe(n || "") })
|
|
170
170
|
] }),
|
|
171
|
-
/* @__PURE__ */ c(
|
|
172
|
-
/* @__PURE__ */ s(
|
|
173
|
-
/* @__PURE__ */ c(
|
|
174
|
-
/* @__PURE__ */ c(
|
|
175
|
-
/* @__PURE__ */ s(
|
|
176
|
-
/* @__PURE__ */ c(
|
|
171
|
+
/* @__PURE__ */ c(ls, { children: [
|
|
172
|
+
/* @__PURE__ */ s(cs, { children: n }),
|
|
173
|
+
/* @__PURE__ */ c(ds, { children: [
|
|
174
|
+
/* @__PURE__ */ c(us, { children: [
|
|
175
|
+
/* @__PURE__ */ s(ps, { alt: "rank-icon", src: gs }),
|
|
176
|
+
/* @__PURE__ */ c(ms, { children: [
|
|
177
177
|
ue(i),
|
|
178
|
-
/* @__PURE__ */ s(
|
|
178
|
+
/* @__PURE__ */ s(hs, { children: "PTS" })
|
|
179
179
|
] })
|
|
180
180
|
] }),
|
|
181
|
-
/* @__PURE__ */ s(
|
|
181
|
+
/* @__PURE__ */ s(Is, {}),
|
|
182
182
|
/* @__PURE__ */ c("div", { children: [
|
|
183
183
|
"TOP ",
|
|
184
184
|
l || 0,
|
|
@@ -187,51 +187,51 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
187
187
|
] })
|
|
188
188
|
] })
|
|
189
189
|
] }) }),
|
|
190
|
-
/* @__PURE__ */ c(
|
|
191
|
-
/* @__PURE__ */ c(
|
|
190
|
+
/* @__PURE__ */ c(is, { children: [
|
|
191
|
+
/* @__PURE__ */ c(vs, { children: [
|
|
192
192
|
/* @__PURE__ */ s(te, { indicator: o || 0, title: "Friends rank" }),
|
|
193
193
|
/* @__PURE__ */ s(te, { indicator: r || 0, title: "Global rank" })
|
|
194
194
|
] }),
|
|
195
|
-
/* @__PURE__ */ c(
|
|
195
|
+
/* @__PURE__ */ c(Cs, { children: [
|
|
196
196
|
/* @__PURE__ */ s(W, { indicator: d || 0, title: "Win streak" }),
|
|
197
197
|
/* @__PURE__ */ s(W, { indicator: p || 0, title: "Correct" }),
|
|
198
198
|
/* @__PURE__ */ s(W, { indicator: a || 0, title: "Incorrect" }),
|
|
199
199
|
/* @__PURE__ */ s(W, { indicator: `${u || 0}%`, title: "Succ. rate" })
|
|
200
200
|
] })
|
|
201
201
|
] })
|
|
202
|
-
] }),
|
|
202
|
+
] }), $s = /* @__PURE__ */ t("div")({
|
|
203
203
|
name: "SponsorLogoWrap",
|
|
204
204
|
class: "s8p5v5z",
|
|
205
205
|
propsAsIs: !1
|
|
206
|
-
}),
|
|
206
|
+
}), bs = () => A, ys = /* @__PURE__ */ t(bs())({
|
|
207
207
|
name: "SponsorLogo",
|
|
208
208
|
class: "s755yti",
|
|
209
209
|
propsAsIs: !0
|
|
210
|
-
}),
|
|
211
|
-
children: /* @__PURE__ */ s(
|
|
210
|
+
}), Rs = () => /* @__PURE__ */ s($s, {
|
|
211
|
+
children: /* @__PURE__ */ s(ys, {
|
|
212
212
|
name: "mastersLogo"
|
|
213
213
|
})
|
|
214
|
-
}),
|
|
214
|
+
}), ws = /* @__PURE__ */ t("div")({
|
|
215
215
|
name: "Container",
|
|
216
216
|
class: "c38csyt",
|
|
217
217
|
propsAsIs: !1
|
|
218
|
-
}),
|
|
218
|
+
}), ks = /* @__PURE__ */ t("div")({
|
|
219
219
|
name: "Title",
|
|
220
220
|
class: "ty221rx",
|
|
221
221
|
propsAsIs: !1
|
|
222
|
-
}),
|
|
222
|
+
}), Ts = /* @__PURE__ */ t("div")({
|
|
223
223
|
name: "Description",
|
|
224
224
|
class: "dlaj9xp",
|
|
225
225
|
propsAsIs: !1
|
|
226
|
-
}),
|
|
226
|
+
}), xs = ({ title: e, description: n }) => /* @__PURE__ */ c(ws, { children: [
|
|
227
227
|
/* @__PURE__ */ s(A, { name: "icon-check-circle" }),
|
|
228
|
-
/* @__PURE__ */ s(
|
|
229
|
-
/* @__PURE__ */ s(
|
|
230
|
-
] }),
|
|
228
|
+
/* @__PURE__ */ s(ks, { children: e }),
|
|
229
|
+
/* @__PURE__ */ s(Ts, { children: n })
|
|
230
|
+
] }), Ss = /* @__PURE__ */ t("div")({
|
|
231
231
|
name: "Container",
|
|
232
232
|
class: "c16sbdnm",
|
|
233
233
|
propsAsIs: !1
|
|
234
|
-
}),
|
|
234
|
+
}), qs = () => A, Es = /* @__PURE__ */ t(qs())({
|
|
235
235
|
name: "IconPrediction",
|
|
236
236
|
class: "ibhorgl",
|
|
237
237
|
propsAsIs: !0
|
|
@@ -243,7 +243,7 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
243
243
|
name: "FeedbackHeader",
|
|
244
244
|
class: "f455ozj",
|
|
245
245
|
propsAsIs: !1
|
|
246
|
-
}),
|
|
246
|
+
}), Vs = /* @__PURE__ */ t("span")({
|
|
247
247
|
name: "FeedbackTitle",
|
|
248
248
|
class: "f1913njx",
|
|
249
249
|
propsAsIs: !1
|
|
@@ -255,7 +255,7 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
255
255
|
name: "FeedbackText",
|
|
256
256
|
class: "fx87qaj",
|
|
257
257
|
propsAsIs: !1
|
|
258
|
-
}),
|
|
258
|
+
}), Ns = ({
|
|
259
259
|
feedbackMessages: e,
|
|
260
260
|
questionVotedCorrectly: n,
|
|
261
261
|
questionVoted: i,
|
|
@@ -273,7 +273,7 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
273
273
|
if (!p && !a && !$ && !w && !k && !L && !b)
|
|
274
274
|
return null;
|
|
275
275
|
const q = n ? "correct" : "incorrect", T = n ? e == null ? void 0 : e.correctFeedback : e == null ? void 0 : e.incorrectFeedback;
|
|
276
|
-
return /* @__PURE__ */ c(
|
|
276
|
+
return /* @__PURE__ */ c(Ss, { "data-isPrediction": f, children: [
|
|
277
277
|
p && /* @__PURE__ */ c(x, { children: [
|
|
278
278
|
/* @__PURE__ */ s(U, { children: /* @__PURE__ */ s(A, { name: "questionExpired" }) }),
|
|
279
279
|
/* @__PURE__ */ c("div", { children: [
|
|
@@ -296,7 +296,7 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
296
296
|
] })
|
|
297
297
|
] }),
|
|
298
298
|
$ && /* @__PURE__ */ c(x, { children: [
|
|
299
|
-
/* @__PURE__ */ s(
|
|
299
|
+
/* @__PURE__ */ s(Es, { name: "icon-prediction" }),
|
|
300
300
|
/* @__PURE__ */ s(Q, { children: "Stay tuned to see if your prediction was correct." })
|
|
301
301
|
] }),
|
|
302
302
|
L && /* @__PURE__ */ c(x, { children: [
|
|
@@ -306,90 +306,90 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
306
306
|
(w || b) && /* @__PURE__ */ c(x, { children: [
|
|
307
307
|
/* @__PURE__ */ s(U, { "data-feedback-type": q, children: /* @__PURE__ */ s(A, { name: q }) }),
|
|
308
308
|
/* @__PURE__ */ s("div", { children: /* @__PURE__ */ c(Z, { children: [
|
|
309
|
-
/* @__PURE__ */ s(
|
|
309
|
+
/* @__PURE__ */ s(Vs, { "data-feedback-type": q, children: T == null ? void 0 : T.title }),
|
|
310
310
|
/* @__PURE__ */ s(Q, { children: T == null ? void 0 : T.description })
|
|
311
311
|
] }) })
|
|
312
312
|
] })
|
|
313
313
|
] });
|
|
314
|
-
},
|
|
314
|
+
}, Ds = /* @__PURE__ */ t("div")({
|
|
315
315
|
name: "Container",
|
|
316
316
|
class: "c14ielyq",
|
|
317
317
|
propsAsIs: !1
|
|
318
|
-
}),
|
|
318
|
+
}), Ls = () => xe, Ps = /* @__PURE__ */ t(Ls())({
|
|
319
319
|
name: "QuestionScrollContainer",
|
|
320
320
|
class: "q1tlqx57",
|
|
321
321
|
propsAsIs: !0
|
|
322
|
-
}),
|
|
322
|
+
}), Os = /* @__PURE__ */ t("div")({
|
|
323
323
|
name: "Content",
|
|
324
324
|
class: "c1hq58md",
|
|
325
325
|
propsAsIs: !1
|
|
326
|
-
}),
|
|
326
|
+
}), Qs = /* @__PURE__ */ t("div")({
|
|
327
327
|
name: "Title",
|
|
328
328
|
class: "t1c8nxcx",
|
|
329
329
|
propsAsIs: !1
|
|
330
|
-
}),
|
|
330
|
+
}), Ms = /* @__PURE__ */ t("div")({
|
|
331
331
|
name: "Options",
|
|
332
332
|
class: "oiozuc3",
|
|
333
333
|
propsAsIs: !1
|
|
334
|
-
}),
|
|
334
|
+
}), _s = /* @__PURE__ */ t("button")({
|
|
335
335
|
name: "ButtonContainer",
|
|
336
336
|
class: "b1b6dl8t",
|
|
337
337
|
propsAsIs: !1
|
|
338
|
-
}),
|
|
338
|
+
}), js = /* @__PURE__ */ t("div")({
|
|
339
339
|
name: "ButtonPct",
|
|
340
340
|
class: "b4iik8i",
|
|
341
341
|
propsAsIs: !1
|
|
342
|
-
}),
|
|
342
|
+
}), Us = /* @__PURE__ */ t("span")({
|
|
343
343
|
name: "ButtonBody",
|
|
344
344
|
class: "b1gq1lnf",
|
|
345
345
|
propsAsIs: !1
|
|
346
|
-
}),
|
|
346
|
+
}), Bs = /* @__PURE__ */ t("div")({
|
|
347
347
|
name: "IconContainer",
|
|
348
348
|
class: "i1j65z51",
|
|
349
349
|
propsAsIs: !1
|
|
350
|
-
}),
|
|
350
|
+
}), zs = /* @__PURE__ */ t("div")({
|
|
351
351
|
name: "IconWrap",
|
|
352
352
|
class: "i19tpfua",
|
|
353
353
|
propsAsIs: !1
|
|
354
|
-
}),
|
|
354
|
+
}), Ae = /* @__PURE__ */ t("img")({
|
|
355
355
|
name: "Icon",
|
|
356
356
|
class: "i1tubmma",
|
|
357
357
|
propsAsIs: !1
|
|
358
|
-
}),
|
|
358
|
+
}), Fs = () => Ae, Ws = /* @__PURE__ */ t(Fs())({
|
|
359
359
|
name: "IconDefault",
|
|
360
360
|
class: "i1grrgwj",
|
|
361
361
|
propsAsIs: !0
|
|
362
|
-
}),
|
|
362
|
+
}), Zs = () => Ae, Hs = /* @__PURE__ */ t(Zs())({
|
|
363
363
|
name: "IconCircle",
|
|
364
364
|
class: "ibemyq8",
|
|
365
365
|
propsAsIs: !0
|
|
366
|
-
}),
|
|
366
|
+
}), Ys = /* @__PURE__ */ t("span")({
|
|
367
367
|
name: "Title",
|
|
368
368
|
class: "t1dceht",
|
|
369
369
|
propsAsIs: !1
|
|
370
|
-
}),
|
|
370
|
+
}), Gs = /* @__PURE__ */ t("span")({
|
|
371
371
|
name: "Indicators",
|
|
372
372
|
class: "i116q4vq",
|
|
373
373
|
propsAsIs: !1
|
|
374
|
-
}),
|
|
374
|
+
}), Js = /* @__PURE__ */ t("span")({
|
|
375
375
|
name: "Pts",
|
|
376
376
|
class: "p17ajcu2",
|
|
377
377
|
propsAsIs: !1
|
|
378
|
-
}),
|
|
378
|
+
}), Ks = /* @__PURE__ */ t("span")({
|
|
379
379
|
name: "Percentage",
|
|
380
380
|
class: "pu9kmlb",
|
|
381
381
|
propsAsIs: !1
|
|
382
|
-
}),
|
|
382
|
+
}), Xs = () => A, en = /* @__PURE__ */ t(Xs())({
|
|
383
383
|
name: "CheckIcon",
|
|
384
384
|
class: "c1j2j0s0",
|
|
385
385
|
propsAsIs: !0
|
|
386
386
|
}), oe = {
|
|
387
|
-
[M.CENTERED]: (e) => /* @__PURE__ */ s(
|
|
388
|
-
[M.TRANSPARENT]: (e) => /* @__PURE__ */ s(
|
|
389
|
-
[M.ROUNDED]: (e) => /* @__PURE__ */ s(
|
|
387
|
+
[M.CENTERED]: (e) => /* @__PURE__ */ s(Ws, { alt: "option-icon", src: e }),
|
|
388
|
+
[M.TRANSPARENT]: (e) => /* @__PURE__ */ s(Bs, { children: /* @__PURE__ */ s(zs, { style: { backgroundImage: `url(${e})` } }) }),
|
|
389
|
+
[M.ROUNDED]: (e) => /* @__PURE__ */ s(Hs, { alt: "option-icon", src: e }),
|
|
390
390
|
[M.NONE]: () => null,
|
|
391
391
|
[M.UNSET]: () => null
|
|
392
|
-
},
|
|
392
|
+
}, sn = ({ questionType: e, hasCorrectAnswer: n, correct: i, youVoted: o, questionVoted: r }) => {
|
|
393
393
|
if (e === m.POLL && o)
|
|
394
394
|
return "correct";
|
|
395
395
|
if (e === m.PREDICTION) {
|
|
@@ -399,13 +399,13 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
399
399
|
return "correct";
|
|
400
400
|
}
|
|
401
401
|
return e === m.TRIVIA && r && o ? i ? "correct" : "incorrect" : "unset";
|
|
402
|
-
},
|
|
402
|
+
}, nn = ({
|
|
403
403
|
questionType: e,
|
|
404
404
|
questionVoted: n,
|
|
405
405
|
correct: i,
|
|
406
406
|
hasCorrectAnswer: o,
|
|
407
407
|
questionStatus: r
|
|
408
|
-
}) => e === m.TRIVIA ? n && i : e === m.PREDICTION ? n && i && o || r === N.RESOLVED && i : !1,
|
|
408
|
+
}) => e === m.TRIVIA ? n && i : e === m.PREDICTION ? n && i && o || r === N.RESOLVED && i : !1, tn = (e) => {
|
|
409
409
|
var n;
|
|
410
410
|
const {
|
|
411
411
|
// option props
|
|
@@ -429,13 +429,13 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
429
429
|
votedAfterQuestionClosed: L,
|
|
430
430
|
enteredAnActiveQuestion: q,
|
|
431
431
|
marketClosed: T
|
|
432
|
-
} = e, [_, z] = E(d), P =
|
|
433
|
-
return
|
|
432
|
+
} = e, [_, z] = E(d), P = sn(e), G = nn({ questionType: $, questionVoted: h, correct: w, hasCorrectAnswer: b, questionStatus: f }), v = T && $ === m.PREDICTION, g = h || v, y = $ === m.PREDICTION && !h && !T, J = h && !u && P !== "incorrect";
|
|
433
|
+
return we(() => {
|
|
434
434
|
d > 0 && (z(0), requestAnimationFrame(() => {
|
|
435
435
|
z(d);
|
|
436
436
|
}));
|
|
437
437
|
}, [d]), /* @__PURE__ */ c(
|
|
438
|
-
|
|
438
|
+
_s,
|
|
439
439
|
{
|
|
440
440
|
value: i,
|
|
441
441
|
"data-selected": u,
|
|
@@ -448,45 +448,45 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
448
448
|
), a(K);
|
|
449
449
|
},
|
|
450
450
|
children: [
|
|
451
|
-
/* @__PURE__ */ s(
|
|
452
|
-
/* @__PURE__ */ c(
|
|
451
|
+
/* @__PURE__ */ s(js, { "data-answer-state": P, style: { width: `${g ? _ : 0}%` } }),
|
|
452
|
+
/* @__PURE__ */ c(Us, { children: [
|
|
453
453
|
o && C && ((n = oe[C]) == null ? void 0 : n.call(oe, o)),
|
|
454
|
-
/* @__PURE__ */ s(
|
|
454
|
+
/* @__PURE__ */ s(Ys, { children: r }),
|
|
455
455
|
y && /* @__PURE__ */ c("div", { children: [
|
|
456
456
|
p,
|
|
457
|
-
/* @__PURE__ */ s(
|
|
457
|
+
/* @__PURE__ */ s(Js, { children: "pts" })
|
|
458
458
|
] }),
|
|
459
|
-
g && /* @__PURE__ */ c(
|
|
460
|
-
G && /* @__PURE__ */ s(
|
|
461
|
-
/* @__PURE__ */ s(
|
|
459
|
+
g && /* @__PURE__ */ c(Gs, { children: [
|
|
460
|
+
G && /* @__PURE__ */ s(en, { name: "selected" }),
|
|
461
|
+
/* @__PURE__ */ s(Ks, { children: /* @__PURE__ */ s(ce, { value: d, suffix: "%" }) })
|
|
462
462
|
] })
|
|
463
463
|
] })
|
|
464
464
|
]
|
|
465
465
|
}
|
|
466
466
|
);
|
|
467
|
-
},
|
|
467
|
+
}, on = [D.PRIMARY_GREEN1, D.SECONDARY_RED1, D.SECONDARY_RED1, D.NEUTRALS_GRAY3], rn = [10, 10, 1, 0], an = /* @__PURE__ */ t("div")({
|
|
468
468
|
name: "RemainingTime",
|
|
469
469
|
class: "r165427",
|
|
470
470
|
propsAsIs: !1
|
|
471
|
-
}),
|
|
471
|
+
}), ln = D.SECONDARY_GREEN6, ie = D.SECONDARY_RED3, cn = D.NEUTRALS_GRAY3, dn = ({
|
|
472
472
|
isPlaying: e = !0,
|
|
473
473
|
duration: n = 30,
|
|
474
474
|
onTimerExpired: i
|
|
475
475
|
}) => {
|
|
476
|
-
const [o, r] = E(n > 10 ?
|
|
476
|
+
const [o, r] = E(n > 10 ? ln : ie), d = ({
|
|
477
477
|
remainingTime: l
|
|
478
|
-
}) => /* @__PURE__ */ s(
|
|
478
|
+
}) => /* @__PURE__ */ s(an, {
|
|
479
479
|
children: l
|
|
480
480
|
}), p = B(() => {
|
|
481
|
-
i == null || i(), r(
|
|
481
|
+
i == null || i(), r(cn);
|
|
482
482
|
}, [i, r]), a = B((l) => {
|
|
483
483
|
l === 10 && r(ie);
|
|
484
484
|
}, [r]);
|
|
485
|
-
return /* @__PURE__ */ s(
|
|
485
|
+
return /* @__PURE__ */ s(je, {
|
|
486
486
|
isPlaying: e,
|
|
487
487
|
duration: n,
|
|
488
|
-
colors:
|
|
489
|
-
colorsTime:
|
|
488
|
+
colors: on,
|
|
489
|
+
colorsTime: rn,
|
|
490
490
|
size: 32,
|
|
491
491
|
strokeWidth: 2,
|
|
492
492
|
trailStrokeWidth: 2,
|
|
@@ -495,35 +495,35 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
495
495
|
onUpdate: a,
|
|
496
496
|
children: d
|
|
497
497
|
});
|
|
498
|
-
},
|
|
498
|
+
}, pn = /* @__PURE__ */ t("div")({
|
|
499
499
|
name: "WinBarContainer",
|
|
500
500
|
class: "wie6cqo",
|
|
501
501
|
propsAsIs: !1
|
|
502
|
-
}),
|
|
502
|
+
}), un = /* @__PURE__ */ t("div")({
|
|
503
503
|
name: "Content",
|
|
504
504
|
class: "cgizw4u",
|
|
505
505
|
propsAsIs: !1
|
|
506
|
-
}),
|
|
506
|
+
}), mn = /* @__PURE__ */ t("div")({
|
|
507
507
|
name: "Title",
|
|
508
508
|
class: "t1l3ucjp",
|
|
509
509
|
propsAsIs: !1
|
|
510
|
-
}),
|
|
510
|
+
}), hn = () => A, In = /* @__PURE__ */ t(hn())({
|
|
511
511
|
name: "WinIcon",
|
|
512
512
|
class: "wx7j799",
|
|
513
513
|
propsAsIs: !0
|
|
514
|
-
}),
|
|
514
|
+
}), vn = /* @__PURE__ */ t("div")({
|
|
515
515
|
name: "Points",
|
|
516
516
|
class: "p4lwuj0",
|
|
517
517
|
propsAsIs: !1
|
|
518
|
-
}),
|
|
518
|
+
}), Cn = /* @__PURE__ */ t("span")({
|
|
519
519
|
name: "PointsCount",
|
|
520
520
|
class: "po9i64o",
|
|
521
521
|
propsAsIs: !1
|
|
522
|
-
}),
|
|
522
|
+
}), fn = /* @__PURE__ */ t("span")({
|
|
523
523
|
name: "PointsUnits",
|
|
524
524
|
class: "pe5g05h",
|
|
525
525
|
propsAsIs: !1
|
|
526
|
-
}),
|
|
526
|
+
}), An = ({
|
|
527
527
|
title: e,
|
|
528
528
|
points: n,
|
|
529
529
|
isPlayingTimer: i,
|
|
@@ -532,19 +532,19 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
532
532
|
questionType: d,
|
|
533
533
|
timerDuration: p,
|
|
534
534
|
onTimerExpired: a
|
|
535
|
-
}) => /* @__PURE__ */ c(
|
|
536
|
-
/* @__PURE__ */ c(
|
|
537
|
-
e && /* @__PURE__ */ s(
|
|
535
|
+
}) => /* @__PURE__ */ c(pn, { style: { justifyContent: d === m.PREDICTION ? "center" : "space-between" }, children: [
|
|
536
|
+
/* @__PURE__ */ c(un, { children: [
|
|
537
|
+
e && /* @__PURE__ */ s(mn, { children: e }),
|
|
538
538
|
n !== void 0 && d !== m.POLL && /* @__PURE__ */ c(x, { children: [
|
|
539
|
-
/* @__PURE__ */ s(
|
|
540
|
-
/* @__PURE__ */ c(
|
|
541
|
-
/* @__PURE__ */ s(
|
|
542
|
-
/* @__PURE__ */ s(
|
|
539
|
+
/* @__PURE__ */ s(In, { name: "icon-trophy" }),
|
|
540
|
+
/* @__PURE__ */ c(vn, { children: [
|
|
541
|
+
/* @__PURE__ */ s(Cn, { children: r ? /* @__PURE__ */ s(ce, { value: n, delay: 0.3 }) : n }),
|
|
542
|
+
/* @__PURE__ */ s(fn, { children: "PTS" })
|
|
543
543
|
] })
|
|
544
544
|
] })
|
|
545
545
|
] }),
|
|
546
|
-
o && d !== m.PREDICTION && /* @__PURE__ */ s(
|
|
547
|
-
] }),
|
|
546
|
+
o && d !== m.PREDICTION && /* @__PURE__ */ s(dn, { isPlaying: i, onTimerExpired: a, duration: p })
|
|
547
|
+
] }), gn = ({ openedQuestion: e, isLoading: n, vote: i, close: o }) => {
|
|
548
548
|
var r, d;
|
|
549
549
|
const p = e.subject, a = e.type, l = e.status, u = (r = e.options) == null ? void 0 : r.options, h = e.marketClosed, [C, I] = E(!1), [f, k] = E(!1), [$, w] = E(!0), [b, L] = E(!1), [q, T] = E(""), _ = e == null ? void 0 : e.id;
|
|
550
550
|
ee(() => {
|
|
@@ -594,7 +594,7 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
594
594
|
l,
|
|
595
595
|
P,
|
|
596
596
|
q
|
|
597
|
-
]), K = u && (u.case === "trivia" || u.case === "prediction") ? u.value : void 0, O = l === N.RESOLVED && a === m.TRIVIA && !v && !$, se = a === m.TRIVIA && f && C && $, ne = V(() => a === m.PREDICTION ? !!(v && !g || v && g && y != null && y.youVoted) : !0, [a, v, g, y]),
|
|
597
|
+
]), K = u && (u.case === "trivia" || u.case === "prediction") ? u.value : void 0, O = l === N.RESOLVED && a === m.TRIVIA && !v && !$, se = a === m.TRIVIA && f && C && $, ne = V(() => a === m.PREDICTION ? !!(v && !g || v && g && y != null && y.youVoted) : !0, [a, v, g, y]), $e = V(() => {
|
|
598
598
|
if (a === m.PREDICTION && v && (!g || g && y != null && y.youVoted))
|
|
599
599
|
return v.points;
|
|
600
600
|
if (!(O || b))
|
|
@@ -607,10 +607,10 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
607
607
|
O,
|
|
608
608
|
a,
|
|
609
609
|
g
|
|
610
|
-
]),
|
|
611
|
-
return /* @__PURE__ */ s(
|
|
610
|
+
]), be = V(() => a === m.PREDICTION && v ? g ? g && y != null && y.youVoted ? "You won" : "" : "To win" : O || b ? "Time expired" : a === m.POLL ? "Time remaining" : v ? "You won" : "To win", [b, a, v, O, g, y]), ye = (a === m.TRIVIA || a === m.PREDICTION) && v && g && (y == null ? void 0 : y.youVoted), Re = v || O || se || a === m.TRIVIA && l === N.RESOLVED && $;
|
|
611
|
+
return /* @__PURE__ */ s(Ps, { children: /* @__PURE__ */ s(Ds, { children: /* @__PURE__ */ c(Os, { children: [
|
|
612
612
|
/* @__PURE__ */ s(
|
|
613
|
-
|
|
613
|
+
Ns,
|
|
614
614
|
{
|
|
615
615
|
feedbackMessages: K,
|
|
616
616
|
questionVoted: !!v,
|
|
@@ -627,28 +627,28 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
627
627
|
}
|
|
628
628
|
),
|
|
629
629
|
ne && /* @__PURE__ */ s(
|
|
630
|
-
|
|
630
|
+
An,
|
|
631
631
|
{
|
|
632
|
-
title:
|
|
633
|
-
points:
|
|
632
|
+
title: be,
|
|
633
|
+
points: $e,
|
|
634
634
|
onTimerExpired: G,
|
|
635
635
|
questionType: e.type,
|
|
636
636
|
isTimer: !n,
|
|
637
637
|
isPlayingTimer: !v,
|
|
638
|
-
animatePoints:
|
|
639
|
-
timerDuration:
|
|
638
|
+
animatePoints: ye,
|
|
639
|
+
timerDuration: Re ? 0 : Number(((d = e == null ? void 0 : e.appearance) == null ? void 0 : d.autoHideInterval) || "30")
|
|
640
640
|
}
|
|
641
641
|
),
|
|
642
642
|
b ? /* @__PURE__ */ s(
|
|
643
|
-
|
|
643
|
+
xs,
|
|
644
644
|
{
|
|
645
645
|
title: "More to come...",
|
|
646
646
|
description: "Watch for additional enhanced stream interactive experience."
|
|
647
647
|
}
|
|
648
648
|
) : /* @__PURE__ */ c(x, { children: [
|
|
649
|
-
/* @__PURE__ */ s(
|
|
650
|
-
/* @__PURE__ */ s(
|
|
651
|
-
|
|
649
|
+
/* @__PURE__ */ s(Qs, { style: ne ? {} : { marginTop: 0 }, children: p }),
|
|
650
|
+
/* @__PURE__ */ s(Ms, { children: J.map((R) => /* @__PURE__ */ s(
|
|
651
|
+
tn,
|
|
652
652
|
{
|
|
653
653
|
...R,
|
|
654
654
|
markThatVoted: z,
|
|
@@ -660,31 +660,31 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
660
660
|
)) })
|
|
661
661
|
] })
|
|
662
662
|
] }) }) });
|
|
663
|
-
},
|
|
663
|
+
}, $n = /* @__PURE__ */ t("div")({
|
|
664
664
|
name: "Container",
|
|
665
665
|
class: "cgn5uen",
|
|
666
666
|
propsAsIs: !1
|
|
667
|
-
}),
|
|
667
|
+
}), bn = /* @__PURE__ */ t("div")({
|
|
668
668
|
name: "Content",
|
|
669
669
|
class: "c1px8nt6",
|
|
670
670
|
propsAsIs: !1
|
|
671
|
-
}),
|
|
671
|
+
}), yn = /* @__PURE__ */ t("h3")({
|
|
672
672
|
name: "Title",
|
|
673
673
|
class: "t5et2jt",
|
|
674
674
|
propsAsIs: !1
|
|
675
|
-
}),
|
|
675
|
+
}), Rn = /* @__PURE__ */ t("div")({
|
|
676
676
|
name: "Description",
|
|
677
677
|
class: "d1i2kpk2",
|
|
678
678
|
propsAsIs: !1
|
|
679
|
-
}),
|
|
679
|
+
}), wn = /* @__PURE__ */ t("img")({
|
|
680
680
|
name: "Image",
|
|
681
681
|
class: "id3lh3p",
|
|
682
682
|
propsAsIs: !1
|
|
683
|
-
}),
|
|
683
|
+
}), kn = /* @__PURE__ */ t("div")({
|
|
684
684
|
name: "ImageContainer",
|
|
685
685
|
class: "i1gfjeu5",
|
|
686
686
|
propsAsIs: !1
|
|
687
|
-
}),
|
|
687
|
+
}), ge = ({
|
|
688
688
|
imageMode: e,
|
|
689
689
|
instantView: n,
|
|
690
690
|
isDetail: i,
|
|
@@ -692,65 +692,65 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
692
692
|
controlVideo: r
|
|
693
693
|
}) => {
|
|
694
694
|
const d = n == null ? void 0 : n.heading, p = n == null ? void 0 : n.body, a = d || p, l = o == null ? void 0 : o.title, u = o == null ? void 0 : o.body;
|
|
695
|
-
return /* @__PURE__ */ c(
|
|
695
|
+
return /* @__PURE__ */ c($n, { children: [
|
|
696
696
|
(n == null ? void 0 : n.video) && /* @__PURE__ */ s(
|
|
697
|
-
|
|
697
|
+
Se,
|
|
698
698
|
{
|
|
699
699
|
source: n.video.url,
|
|
700
700
|
poster: n.video.thumbnailUrl,
|
|
701
701
|
controlVideo: r
|
|
702
702
|
}
|
|
703
703
|
),
|
|
704
|
-
(n == null ? void 0 : n.image) && !(n != null && n.video) && /* @__PURE__ */ s(
|
|
705
|
-
/* @__PURE__ */ c(
|
|
706
|
-
/* @__PURE__ */ s(
|
|
707
|
-
/* @__PURE__ */ s(
|
|
704
|
+
(n == null ? void 0 : n.image) && !(n != null && n.video) && /* @__PURE__ */ s(kn, { "data-rounded": e === M.ROUNDED, children: /* @__PURE__ */ s(wn, { src: n == null ? void 0 : n.image }) }),
|
|
705
|
+
/* @__PURE__ */ c(bn, { children: [
|
|
706
|
+
/* @__PURE__ */ s(yn, { children: i && a ? d : l }),
|
|
707
|
+
/* @__PURE__ */ s(Rn, { children: i && a ? p : u })
|
|
708
708
|
] })
|
|
709
709
|
] });
|
|
710
|
-
},
|
|
710
|
+
}, Tn = /* @__PURE__ */ t("div")({
|
|
711
711
|
name: "Container",
|
|
712
712
|
class: "c1euiow",
|
|
713
713
|
propsAsIs: !1
|
|
714
|
-
}),
|
|
714
|
+
}), xn = /* @__PURE__ */ t("a")({
|
|
715
715
|
name: "WebLinkBtn",
|
|
716
716
|
class: "w19zie3h",
|
|
717
717
|
propsAsIs: !1
|
|
718
|
-
}),
|
|
719
|
-
/* @__PURE__ */ s(
|
|
720
|
-
(e == null ? void 0 : e.webLink) && /* @__PURE__ */ c(
|
|
718
|
+
}), Sn = ({ instantView: e, ...n }) => /* @__PURE__ */ c(Tn, { children: [
|
|
719
|
+
/* @__PURE__ */ s(ge, { instantView: e, ...n, isDetail: !0 }),
|
|
720
|
+
(e == null ? void 0 : e.webLink) && /* @__PURE__ */ c(xn, { href: e == null ? void 0 : e.webLink.url, target: "_blank", children: [
|
|
721
721
|
e == null ? void 0 : e.webLink.label,
|
|
722
722
|
/* @__PURE__ */ s(A, { name: "icon-external-link" })
|
|
723
723
|
] })
|
|
724
|
-
] }),
|
|
724
|
+
] }), qn = /* @__PURE__ */ t("div")({
|
|
725
725
|
name: "Container",
|
|
726
726
|
class: "c1dcxmvf",
|
|
727
727
|
propsAsIs: !1
|
|
728
|
-
}),
|
|
728
|
+
}), En = /* @__PURE__ */ t("blockquote")({
|
|
729
729
|
name: "Quote",
|
|
730
730
|
class: "qb4q22c",
|
|
731
731
|
propsAsIs: !1
|
|
732
|
-
}),
|
|
733
|
-
e.title && /* @__PURE__ */ s(
|
|
732
|
+
}), Vn = (e) => /* @__PURE__ */ c(qn, { children: [
|
|
733
|
+
e.title && /* @__PURE__ */ s(En, { children: e.title }),
|
|
734
734
|
/* @__PURE__ */ s(me, { ...e, isDetail: !0 })
|
|
735
|
-
] }),
|
|
735
|
+
] }), Nn = /* @__PURE__ */ t("div")({
|
|
736
736
|
name: "QuestionContainer",
|
|
737
737
|
class: "qdri6g3",
|
|
738
738
|
propsAsIs: !1
|
|
739
|
-
}),
|
|
739
|
+
}), Dn = ({
|
|
740
740
|
openedQuestion: e
|
|
741
741
|
}) => {
|
|
742
742
|
var n, i;
|
|
743
743
|
const {
|
|
744
744
|
sdk: o
|
|
745
745
|
} = he();
|
|
746
|
-
return ((n = e == null ? void 0 : e.attributes) == null ? void 0 : n.attributes.case) === "insight" ? /* @__PURE__ */ s(
|
|
746
|
+
return ((n = e == null ? void 0 : e.attributes) == null ? void 0 : n.attributes.case) === "insight" ? /* @__PURE__ */ s(Sn, {
|
|
747
747
|
...e.attributes.attributes.value,
|
|
748
748
|
controlVideo: o == null ? void 0 : o.controlVideoPlayer
|
|
749
|
-
}) : ((i = e == null ? void 0 : e.attributes) == null ? void 0 : i.attributes.case) === "tweet" ? /* @__PURE__ */ s(
|
|
749
|
+
}) : ((i = e == null ? void 0 : e.attributes) == null ? void 0 : i.attributes.case) === "tweet" ? /* @__PURE__ */ s(Vn, {
|
|
750
750
|
...e.attributes.attributes.value,
|
|
751
751
|
controlVideo: o == null ? void 0 : o.controlVideoPlayer
|
|
752
752
|
}) : null;
|
|
753
|
-
},
|
|
753
|
+
}, Ln = ({
|
|
754
754
|
extendedQuestion: e,
|
|
755
755
|
vote: n,
|
|
756
756
|
close: i
|
|
@@ -759,13 +759,13 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
759
759
|
loading: o,
|
|
760
760
|
data: r
|
|
761
761
|
} = e;
|
|
762
|
-
return r ? /* @__PURE__ */ s(
|
|
762
|
+
return r ? /* @__PURE__ */ s(gn, {
|
|
763
763
|
vote: n,
|
|
764
764
|
close: i,
|
|
765
765
|
openedQuestion: r,
|
|
766
766
|
isLoading: !!o
|
|
767
767
|
}) : null;
|
|
768
|
-
},
|
|
768
|
+
}, Pn = ({
|
|
769
769
|
gamification: e
|
|
770
770
|
}) => {
|
|
771
771
|
var n;
|
|
@@ -773,39 +773,39 @@ const Ue = /* @__PURE__ */ t("div")({
|
|
|
773
773
|
if (!i)
|
|
774
774
|
return null;
|
|
775
775
|
const r = i.type;
|
|
776
|
-
return /* @__PURE__ */ c(
|
|
777
|
-
children: [/* @__PURE__ */ s(
|
|
776
|
+
return /* @__PURE__ */ c(Nn, {
|
|
777
|
+
children: [/* @__PURE__ */ s(Ce, {
|
|
778
778
|
close: e.closeQuestion,
|
|
779
779
|
type: ((n = i.attributes) == null ? void 0 : n.type) || m.UNSET
|
|
780
|
-
}), r === "question" && /* @__PURE__ */ s(
|
|
780
|
+
}), r === "question" && /* @__PURE__ */ s(Ln, {
|
|
781
781
|
vote: e.submitAnswer,
|
|
782
782
|
close: e.closeQuestion,
|
|
783
783
|
extendedQuestion: o
|
|
784
|
-
}), r !== "question" && /* @__PURE__ */ s(
|
|
784
|
+
}), r !== "question" && /* @__PURE__ */ s(Dn, {
|
|
785
785
|
openedQuestion: i
|
|
786
|
-
}), /* @__PURE__ */ s(
|
|
786
|
+
}), /* @__PURE__ */ s(Rs, {
|
|
787
787
|
sponsorLogo: ""
|
|
788
788
|
})]
|
|
789
789
|
});
|
|
790
|
-
},
|
|
790
|
+
}, On = /* @__PURE__ */ t("div")({
|
|
791
791
|
name: "Container",
|
|
792
792
|
class: "c115qtkr",
|
|
793
793
|
propsAsIs: !1
|
|
794
|
-
}),
|
|
794
|
+
}), Qn = /* @__PURE__ */ t("div")({
|
|
795
795
|
name: "STabs",
|
|
796
796
|
class: "sxnslc8",
|
|
797
797
|
propsAsIs: !1
|
|
798
|
-
}),
|
|
798
|
+
}), Mn = /* @__PURE__ */ t("button")({
|
|
799
799
|
name: "Button",
|
|
800
800
|
class: "b1umzux0",
|
|
801
801
|
propsAsIs: !1
|
|
802
|
-
}),
|
|
802
|
+
}), _n = /* @__PURE__ */ t("span")({
|
|
803
803
|
name: "Title",
|
|
804
804
|
class: "tspsaas",
|
|
805
805
|
propsAsIs: !1
|
|
806
806
|
});
|
|
807
807
|
var Y = /* @__PURE__ */ ((e) => (e.HOME = "home", e.LEADERBOARD = "leaderboard", e))(Y || {});
|
|
808
|
-
const re = ({ title: e, active: n, onClick: i }) => /* @__PURE__ */ s(
|
|
808
|
+
const re = ({ title: e, active: n, onClick: i }) => /* @__PURE__ */ s(Mn, { onClick: i, "data-selected": n, children: /* @__PURE__ */ s(_n, { children: e }) }), jn = ({ activePage: e = "home", toggleActivePage: n }) => /* @__PURE__ */ s(On, { children: /* @__PURE__ */ c(Qn, { "data-position": e === "home" ? "left" : "right", children: [
|
|
809
809
|
/* @__PURE__ */ s(re, { title: "Home", active: e === "home", onClick: () => n(
|
|
810
810
|
"home"
|
|
811
811
|
/* HOME */
|
|
@@ -821,43 +821,43 @@ const re = ({ title: e, active: n, onClick: i }) => /* @__PURE__ */ s(Qn, { onCl
|
|
|
821
821
|
)
|
|
822
822
|
}
|
|
823
823
|
)
|
|
824
|
-
] }) }),
|
|
824
|
+
] }) }), Un = /* @__PURE__ */ t("div")({
|
|
825
825
|
name: "Container",
|
|
826
826
|
class: "c1ux29ft",
|
|
827
827
|
propsAsIs: !1
|
|
828
|
-
}),
|
|
828
|
+
}), Bn = /* @__PURE__ */ t("img")({
|
|
829
829
|
name: "FriendsIcon",
|
|
830
830
|
class: "f10ncfg2",
|
|
831
831
|
propsAsIs: !1
|
|
832
|
-
}),
|
|
832
|
+
}), zn = /* @__PURE__ */ t("div")({
|
|
833
833
|
name: "Content",
|
|
834
834
|
class: "c1yc07bd",
|
|
835
835
|
propsAsIs: !1
|
|
836
|
-
}),
|
|
836
|
+
}), Fn = /* @__PURE__ */ t("div")({
|
|
837
837
|
name: "Title",
|
|
838
838
|
class: "tj6cq7w",
|
|
839
839
|
propsAsIs: !1
|
|
840
|
-
}),
|
|
840
|
+
}), Wn = /* @__PURE__ */ t("div")({
|
|
841
841
|
name: "Description",
|
|
842
842
|
class: "d1ag78xo",
|
|
843
843
|
propsAsIs: !1
|
|
844
|
-
}),
|
|
844
|
+
}), Zn = () => A, Hn = /* @__PURE__ */ t(Zn())({
|
|
845
845
|
name: "ArrowInviteIcon",
|
|
846
846
|
class: "awohrz6",
|
|
847
847
|
propsAsIs: !0
|
|
848
|
-
}),
|
|
849
|
-
/* @__PURE__ */ s(
|
|
850
|
-
/* @__PURE__ */ c(
|
|
851
|
-
/* @__PURE__ */ s(
|
|
852
|
-
/* @__PURE__ */ s(
|
|
848
|
+
}), Yn = "data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='32'%20height='32'%20rx='16'%20fill='white'/%3e%3cpath%20d='M10.4615%2012.6875C9.44231%2012.6875%208.61538%2013.4665%208.61538%2014.4266C8.61538%2015.3868%209.44231%2016.1658%2010.4615%2016.1658C11.4808%2016.1658%2012.3077%2015.3868%2012.3077%2014.4266C12.3077%2013.4665%2011.4808%2012.6875%2010.4615%2012.6875ZM10.4615%2016.1658C9.10817%2016.1658%208%2017.2097%208%2018.4846V19.7527C8%2019.7527%208.61538%2020.2237%2010.4615%2020.2237C12.3077%2020.2237%2012.9231%2019.7527%2012.9231%2019.7527V18.4846C12.9231%2017.2097%2011.8149%2016.1658%2010.4615%2016.1658ZM21.5385%2012.6875C20.5192%2012.6875%2019.6923%2013.4665%2019.6923%2014.4266C19.6923%2015.3868%2020.5192%2016.1658%2021.5385%2016.1658C22.5577%2016.1658%2023.3846%2015.3868%2023.3846%2014.4266C23.3846%2013.4665%2022.5577%2012.6875%2021.5385%2012.6875ZM21.5385%2016.1658C20.1851%2016.1658%2019.0769%2017.2097%2019.0769%2018.4846V19.7527C19.0769%2019.7527%2019.6923%2020.2237%2021.5385%2020.2237C23.3846%2020.2237%2024%2019.7527%2024%2019.7527V18.4846C24%2017.2097%2022.8918%2016.1658%2021.5385%2016.1658ZM16%2015.0063C14.9808%2015.0063%2014.1538%2015.7853%2014.1538%2016.7455C14.1538%2017.7056%2014.9808%2018.4846%2016%2018.4846C17.0192%2018.4846%2017.8462%2017.7056%2017.8462%2016.7455C17.8462%2015.7853%2017.0192%2015.0063%2016%2015.0063ZM16%2018.4846C14.6466%2018.4846%2013.5385%2019.5285%2013.5385%2020.8034V22.0715C13.5385%2022.0715%2014.1538%2022.5425%2016%2022.5425C17.8462%2022.5425%2018.4615%2022.0715%2018.4615%2022.0715V20.8034C18.4615%2019.5285%2017.3534%2018.4846%2016%2018.4846Z'%20fill='%23107D57'/%3e%3cpath%20opacity='0.5'%20d='M13.3908%209C12.3103%209%2011.4336%209.82584%2011.4336%2010.8437C11.4336%2011.8616%2012.3103%2012.6875%2013.3908%2012.6875C14.4713%2012.6875%2015.348%2011.8616%2015.348%2010.8437C15.348%209.82584%2014.4713%209%2013.3908%209ZM13.3908%2012.6875C13.1946%2012.6875%2012.9958%2012.6827%2012.7996%2012.7451C13.192%2013.2372%2013.3908%2013.8542%2013.3908%2014.5312C13.3908%2014.7761%2013.3296%2015.0161%2013.3296%2015.261C13.8521%2014.524%2014.6956%2014.0391%2015.6742%2013.9166C15.218%2013.1796%2014.3694%2012.6875%2013.3908%2012.6875ZM18.61%209C17.5295%209%2016.6528%209.82584%2016.6528%2010.8437C16.6528%2011.8616%2017.5295%2012.6875%2018.61%2012.6875C19.6905%2012.6875%2020.5672%2011.8616%2020.5672%2010.8437C20.5672%209.82584%2019.6905%209%2018.61%209ZM18.61%2012.6875C17.6314%2012.6875%2016.7828%2013.1796%2016.3266%2013.9166C17.3052%2014.0391%2018.1487%2014.524%2018.6712%2015.261C18.6712%2015.0161%2018.61%2014.7761%2018.61%2014.5312C18.61%2013.8542%2018.8088%2013.2372%2019.2012%2012.7451C19.005%2012.6827%2018.8062%2012.6875%2018.61%2012.6875Z'%20fill='%23107D57'/%3e%3c/svg%3e", Gn = ({ title: e, description: n, onClick: i, className: o }) => /* @__PURE__ */ c(Un, { onClick: i, className: o, children: [
|
|
849
|
+
/* @__PURE__ */ s(Bn, { alt: "friends-icon", src: Yn }),
|
|
850
|
+
/* @__PURE__ */ c(zn, { children: [
|
|
851
|
+
/* @__PURE__ */ s(Fn, { children: e }),
|
|
852
|
+
/* @__PURE__ */ s(Wn, { children: n })
|
|
853
853
|
] }),
|
|
854
|
-
/* @__PURE__ */ s(
|
|
854
|
+
/* @__PURE__ */ s(Hn, { name: "icon-copy" })
|
|
855
855
|
] });
|
|
856
|
-
function
|
|
856
|
+
function Jn(e) {
|
|
857
857
|
var n = e.lastRenderedStartIndex, i = e.lastRenderedStopIndex, o = e.startIndex, r = e.stopIndex;
|
|
858
858
|
return !(o > i || r < n);
|
|
859
859
|
}
|
|
860
|
-
function
|
|
860
|
+
function Kn(e) {
|
|
861
861
|
for (var n = e.isItemLoaded, i = e.itemCount, o = e.minimumBatchSize, r = e.startIndex, d = e.stopIndex, p = [], a = null, l = null, u = r; u <= d; u++) {
|
|
862
862
|
var h = n(u);
|
|
863
863
|
h ? l !== null && (p.push(a, l), a = l = null) : (l = u, a === null && (a = u));
|
|
@@ -877,10 +877,10 @@ function Jn(e) {
|
|
|
877
877
|
}
|
|
878
878
|
return p;
|
|
879
879
|
}
|
|
880
|
-
var
|
|
880
|
+
var Xn = function(e, n) {
|
|
881
881
|
if (!(e instanceof n))
|
|
882
882
|
throw new TypeError("Cannot call a class as a function");
|
|
883
|
-
},
|
|
883
|
+
}, et = /* @__PURE__ */ function() {
|
|
884
884
|
function e(n, i) {
|
|
885
885
|
for (var o = 0; o < i.length; o++) {
|
|
886
886
|
var r = i[o];
|
|
@@ -890,7 +890,7 @@ var Kn = function(e, n) {
|
|
|
890
890
|
return function(n, i, o) {
|
|
891
891
|
return i && e(n.prototype, i), o && e(n, o), n;
|
|
892
892
|
};
|
|
893
|
-
}(),
|
|
893
|
+
}(), st = function(e, n) {
|
|
894
894
|
if (typeof n != "function" && n !== null)
|
|
895
895
|
throw new TypeError("Super expression must either be null or a function, not " + typeof n);
|
|
896
896
|
e.prototype = Object.create(n && n.prototype, {
|
|
@@ -907,10 +907,10 @@ var Kn = function(e, n) {
|
|
|
907
907
|
return n && (typeof n == "object" || typeof n == "function") ? n : e;
|
|
908
908
|
};
|
|
909
909
|
(function(e) {
|
|
910
|
-
|
|
910
|
+
st(n, e);
|
|
911
911
|
function n() {
|
|
912
912
|
var i, o, r, d;
|
|
913
|
-
|
|
913
|
+
Xn(this, n);
|
|
914
914
|
for (var p = arguments.length, a = Array(p), l = 0; l < p; l++)
|
|
915
915
|
a[l] = arguments[l];
|
|
916
916
|
return d = (o = (r = ae(this, (i = n.__proto__ || Object.getPrototypeOf(n)).call.apply(i, [this].concat(a))), r), r._lastRenderedStartIndex = -1, r._lastRenderedStopIndex = -1, r._memoizedUnloadedRanges = [], r._onItemsRendered = function(u) {
|
|
@@ -920,7 +920,7 @@ var Kn = function(e, n) {
|
|
|
920
920
|
r._listRef = u;
|
|
921
921
|
}, o), ae(r, d);
|
|
922
922
|
}
|
|
923
|
-
return
|
|
923
|
+
return et(n, [{
|
|
924
924
|
key: "resetloadMoreItemsCache",
|
|
925
925
|
value: function() {
|
|
926
926
|
var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1;
|
|
@@ -942,7 +942,7 @@ var Kn = function(e, n) {
|
|
|
942
942
|
}, {
|
|
943
943
|
key: "_ensureRowsLoaded",
|
|
944
944
|
value: function(o, r) {
|
|
945
|
-
var d = this.props, p = d.isItemLoaded, a = d.itemCount, l = d.minimumBatchSize, u = l === void 0 ? 10 : l, h = d.threshold, C = h === void 0 ? 15 : h, I =
|
|
945
|
+
var d = this.props, p = d.isItemLoaded, a = d.itemCount, l = d.minimumBatchSize, u = l === void 0 ? 10 : l, h = d.threshold, C = h === void 0 ? 15 : h, I = Kn({
|
|
946
946
|
isItemLoaded: p,
|
|
947
947
|
itemCount: a,
|
|
948
948
|
minimumBatchSize: u,
|
|
@@ -959,7 +959,7 @@ var Kn = function(e, n) {
|
|
|
959
959
|
for (var r = this, d = this.props.loadMoreItems || this.props.loadMoreRows, p = function(u) {
|
|
960
960
|
var h = o[u], C = o[u + 1], I = d(h, C);
|
|
961
961
|
I != null && I.then(function() {
|
|
962
|
-
if (
|
|
962
|
+
if (Jn({
|
|
963
963
|
lastRenderedStartIndex: r._lastRenderedStartIndex,
|
|
964
964
|
lastRenderedStopIndex: r._lastRenderedStopIndex,
|
|
965
965
|
startIndex: h,
|
|
@@ -974,40 +974,40 @@ var Kn = function(e, n) {
|
|
|
974
974
|
p(a);
|
|
975
975
|
}
|
|
976
976
|
}]), n;
|
|
977
|
-
})(
|
|
978
|
-
const
|
|
977
|
+
})(ke);
|
|
978
|
+
const nt = /* @__PURE__ */ t("div")({
|
|
979
979
|
name: "Container",
|
|
980
980
|
class: "culdu4a",
|
|
981
981
|
propsAsIs: !1
|
|
982
|
-
}),
|
|
982
|
+
}), tt = /* @__PURE__ */ t("div")({
|
|
983
983
|
name: "Position",
|
|
984
984
|
class: "pwf8e69",
|
|
985
985
|
propsAsIs: !1
|
|
986
|
-
}),
|
|
986
|
+
}), ot = /* @__PURE__ */ t("img")({
|
|
987
987
|
name: "Avatar",
|
|
988
988
|
class: "atf4yh4",
|
|
989
989
|
propsAsIs: !1
|
|
990
|
-
}),
|
|
990
|
+
}), it = /* @__PURE__ */ t("div")({
|
|
991
991
|
name: "AvatarPlaceholder",
|
|
992
992
|
class: "a1dg29ja",
|
|
993
993
|
propsAsIs: !1
|
|
994
|
-
}),
|
|
994
|
+
}), rt = /* @__PURE__ */ t("div")({
|
|
995
995
|
name: "Content",
|
|
996
996
|
class: "c10a68rc",
|
|
997
997
|
propsAsIs: !1
|
|
998
|
-
}),
|
|
998
|
+
}), at = /* @__PURE__ */ t("div")({
|
|
999
999
|
name: "NameContainer",
|
|
1000
1000
|
class: "nc4kck5",
|
|
1001
1001
|
propsAsIs: !1
|
|
1002
|
-
}),
|
|
1002
|
+
}), lt = /* @__PURE__ */ t("span")({
|
|
1003
1003
|
name: "Name",
|
|
1004
1004
|
class: "njsrqgr",
|
|
1005
1005
|
propsAsIs: !1
|
|
1006
|
-
}),
|
|
1006
|
+
}), ct = () => A, dt = /* @__PURE__ */ t(ct())({
|
|
1007
1007
|
name: "CurrentUserBadge",
|
|
1008
1008
|
class: "c17uc4zr",
|
|
1009
1009
|
propsAsIs: !0
|
|
1010
|
-
}),
|
|
1010
|
+
}), pt = ({
|
|
1011
1011
|
rank: e,
|
|
1012
1012
|
avatar: n,
|
|
1013
1013
|
name: i,
|
|
@@ -1015,42 +1015,42 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1015
1015
|
isCurrentUser: r,
|
|
1016
1016
|
openItemDetail: d,
|
|
1017
1017
|
style: p
|
|
1018
|
-
}) => /* @__PURE__ */ c(
|
|
1019
|
-
/* @__PURE__ */ s(
|
|
1020
|
-
/* @__PURE__ */ c(
|
|
1021
|
-
n ? /* @__PURE__ */ s(
|
|
1022
|
-
/* @__PURE__ */ c(
|
|
1023
|
-
/* @__PURE__ */ s(
|
|
1024
|
-
r && /* @__PURE__ */ s(
|
|
1018
|
+
}) => /* @__PURE__ */ c(nt, { onClick: d, style: p, children: [
|
|
1019
|
+
/* @__PURE__ */ s(tt, { children: e || 0 }),
|
|
1020
|
+
/* @__PURE__ */ c(rt, { children: [
|
|
1021
|
+
n ? /* @__PURE__ */ s(ot, { alt: "leaderboard-item-avatar", src: n }) : /* @__PURE__ */ s(it, { children: pe(i || "") }),
|
|
1022
|
+
/* @__PURE__ */ c(at, { children: [
|
|
1023
|
+
/* @__PURE__ */ s(lt, { children: i || "" }),
|
|
1024
|
+
r && /* @__PURE__ */ s(dt, { name: "icon-star" })
|
|
1025
1025
|
] })
|
|
1026
1026
|
] }),
|
|
1027
1027
|
/* @__PURE__ */ s("div", { children: ue(o) })
|
|
1028
|
-
] }),
|
|
1028
|
+
] }), ut = /* @__PURE__ */ t("div")({
|
|
1029
1029
|
name: "Container",
|
|
1030
1030
|
class: "c16btbfp",
|
|
1031
1031
|
propsAsIs: !1
|
|
1032
|
-
}),
|
|
1032
|
+
}), mt = ({
|
|
1033
1033
|
items: e,
|
|
1034
1034
|
currentUserId: n,
|
|
1035
1035
|
openItemDetail: i,
|
|
1036
1036
|
fetchMore: o,
|
|
1037
1037
|
scrollNode: r,
|
|
1038
1038
|
hasMore: d
|
|
1039
|
-
}) => /* @__PURE__ */ s(
|
|
1039
|
+
}) => /* @__PURE__ */ s(Ue, {
|
|
1040
1040
|
loadMore: o,
|
|
1041
1041
|
initialLoad: !1,
|
|
1042
1042
|
hasMore: d,
|
|
1043
1043
|
useWindow: !1,
|
|
1044
1044
|
getScrollParent: () => r.current,
|
|
1045
|
-
children: /* @__PURE__ */ s(
|
|
1046
|
-
children: e.map((p) => /* @__PURE__ */ s(
|
|
1045
|
+
children: /* @__PURE__ */ s(ut, {
|
|
1046
|
+
children: e.map((p) => /* @__PURE__ */ s(pt, {
|
|
1047
1047
|
...p,
|
|
1048
1048
|
openItemDetail: () => i(p.userId),
|
|
1049
1049
|
isCurrentUser: !!n && n === p.userId
|
|
1050
1050
|
}, p.userId))
|
|
1051
1051
|
})
|
|
1052
|
-
}),
|
|
1053
|
-
|
|
1052
|
+
}), ht = ({ renderClipBoardNode: e, deepLink: n }) => /* @__PURE__ */ s(
|
|
1053
|
+
qe,
|
|
1054
1054
|
{
|
|
1055
1055
|
renderToNode: e,
|
|
1056
1056
|
inviteLink: n,
|
|
@@ -1069,11 +1069,11 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1069
1069
|
inviteCardTitle: "It’s More Fun With Friends",
|
|
1070
1070
|
inviteCardSubtext: "Invite and compete against your friends for the top spot on the leaderboard."
|
|
1071
1071
|
}
|
|
1072
|
-
),
|
|
1072
|
+
), It = /* @__PURE__ */ t("div")({
|
|
1073
1073
|
name: "InviteLinkContainer",
|
|
1074
1074
|
class: "i1chxfpe",
|
|
1075
1075
|
propsAsIs: !1
|
|
1076
|
-
}),
|
|
1076
|
+
}), vt = ({
|
|
1077
1077
|
gamification: e,
|
|
1078
1078
|
scrollNode: n,
|
|
1079
1079
|
scrollStore: i,
|
|
@@ -1086,12 +1086,12 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1086
1086
|
key: a
|
|
1087
1087
|
} = S(e.leaderboardList.$store), {
|
|
1088
1088
|
data: l
|
|
1089
|
-
} = S(e.deepLink.$store), [u, h] =
|
|
1090
|
-
return !r.length && !p ? /* @__PURE__ */ s(
|
|
1089
|
+
} = S(e.deepLink.$store), [u, h] = Ee(o);
|
|
1090
|
+
return !r.length && !p ? /* @__PURE__ */ s(ht, {
|
|
1091
1091
|
renderClipBoardNode: o,
|
|
1092
1092
|
deepLink: l
|
|
1093
1093
|
}) : /* @__PURE__ */ c(x, {
|
|
1094
|
-
children: [/* @__PURE__ */ s(
|
|
1094
|
+
children: [/* @__PURE__ */ s(mt, {
|
|
1095
1095
|
items: r,
|
|
1096
1096
|
scrollNode: n,
|
|
1097
1097
|
scrollStore: i,
|
|
@@ -1099,56 +1099,56 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1099
1099
|
hasMore: d,
|
|
1100
1100
|
openItemDetail: e.openUser,
|
|
1101
1101
|
currentUserId: e.currentUserId.get()
|
|
1102
|
-
}, a), l && /* @__PURE__ */ s(
|
|
1103
|
-
children: /* @__PURE__ */ s(
|
|
1102
|
+
}, a), l && /* @__PURE__ */ s(It, {
|
|
1103
|
+
children: /* @__PURE__ */ s(Gn, {
|
|
1104
1104
|
onClick: () => u(l),
|
|
1105
1105
|
title: "Invite Friends",
|
|
1106
1106
|
description: "Challenge them now!"
|
|
1107
1107
|
})
|
|
1108
1108
|
}), h]
|
|
1109
1109
|
});
|
|
1110
|
-
},
|
|
1110
|
+
}, Ct = /* @__PURE__ */ t("div")({
|
|
1111
1111
|
name: "QuestionItem",
|
|
1112
1112
|
class: "q1w97g3p",
|
|
1113
1113
|
propsAsIs: !1
|
|
1114
|
-
}),
|
|
1114
|
+
}), ft = /* @__PURE__ */ t("div")({
|
|
1115
1115
|
name: "QuestionCaption",
|
|
1116
1116
|
class: "q2sl39u",
|
|
1117
1117
|
propsAsIs: !1
|
|
1118
|
-
}),
|
|
1118
|
+
}), At = /* @__PURE__ */ t("div")({
|
|
1119
1119
|
name: "QuestionBody",
|
|
1120
1120
|
class: "qd5h0uc",
|
|
1121
1121
|
propsAsIs: !1
|
|
1122
|
-
}),
|
|
1122
|
+
}), gt = /* @__PURE__ */ t("div")({
|
|
1123
1123
|
name: "QuestionAction",
|
|
1124
1124
|
class: "q105uluy",
|
|
1125
1125
|
propsAsIs: !1
|
|
1126
|
-
}),
|
|
1126
|
+
}), $t = () => A, H = /* @__PURE__ */ t($t())({
|
|
1127
1127
|
name: "QuestionActionIcon",
|
|
1128
1128
|
class: "q1fa0b9h",
|
|
1129
1129
|
propsAsIs: !0
|
|
1130
|
-
}),
|
|
1130
|
+
}), bt = () => A, yt = /* @__PURE__ */ t(bt())({
|
|
1131
1131
|
name: "QuestionTypeIcon",
|
|
1132
1132
|
class: "qxlt78s",
|
|
1133
1133
|
propsAsIs: !0
|
|
1134
|
-
}),
|
|
1134
|
+
}), Rt = /* @__PURE__ */ t("div")({
|
|
1135
1135
|
name: "QuestionTypeLabel",
|
|
1136
1136
|
class: "qmg0vkx",
|
|
1137
1137
|
propsAsIs: !1
|
|
1138
|
-
}),
|
|
1138
|
+
}), wt = /* @__PURE__ */ t("div")({
|
|
1139
1139
|
name: "QuestionContent",
|
|
1140
1140
|
class: "q1uz5j1g",
|
|
1141
1141
|
propsAsIs: !1
|
|
1142
|
-
}),
|
|
1142
|
+
}), kt = /* @__PURE__ */ t("button")({
|
|
1143
1143
|
name: "PlayButton",
|
|
1144
1144
|
class: "p1pba9p1",
|
|
1145
1145
|
propsAsIs: !1
|
|
1146
|
-
}),
|
|
1146
|
+
}), Tt = {
|
|
1147
1147
|
[F.LOST]: /* @__PURE__ */ s(H, { name: "incorrectVoted" }),
|
|
1148
1148
|
[F.WON]: /* @__PURE__ */ s(H, { name: "icon-check" }),
|
|
1149
1149
|
[F.UNSET]: /* @__PURE__ */ s(H, { name: "icon-arrow" }),
|
|
1150
1150
|
[F.DNP]: /* @__PURE__ */ s(H, { name: "icon-arrow" })
|
|
1151
|
-
},
|
|
1151
|
+
}, xt = ({
|
|
1152
1152
|
questionId: e,
|
|
1153
1153
|
questionType: n,
|
|
1154
1154
|
questionStatus: i,
|
|
@@ -1157,72 +1157,82 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1157
1157
|
openQuestion: d,
|
|
1158
1158
|
status: p
|
|
1159
1159
|
}) => {
|
|
1160
|
-
const a = de[n], l =
|
|
1161
|
-
return a ? /* @__PURE__ */ c(
|
|
1162
|
-
/* @__PURE__ */ c(
|
|
1163
|
-
/* @__PURE__ */ c(
|
|
1160
|
+
const a = de[n], l = Tt[p];
|
|
1161
|
+
return a ? /* @__PURE__ */ c(Ct, { onClick: () => d == null ? void 0 : d(e), children: [
|
|
1162
|
+
/* @__PURE__ */ c(wt, { children: [
|
|
1163
|
+
/* @__PURE__ */ c(ft, { children: [
|
|
1164
1164
|
/* @__PURE__ */ s(
|
|
1165
|
-
|
|
1165
|
+
yt,
|
|
1166
1166
|
{
|
|
1167
1167
|
"data-type-trivia": n === m.TRIVIA,
|
|
1168
1168
|
"data-type-poll": n === m.POLL,
|
|
1169
1169
|
name: a.iconName
|
|
1170
1170
|
}
|
|
1171
1171
|
),
|
|
1172
|
-
/* @__PURE__ */ c(
|
|
1172
|
+
/* @__PURE__ */ c(Rt, { children: [
|
|
1173
1173
|
a.label,
|
|
1174
1174
|
n === m.TRIVIA && i === N.RESOLVED && " • Expired"
|
|
1175
1175
|
] })
|
|
1176
1176
|
] }),
|
|
1177
|
-
/* @__PURE__ */ s(
|
|
1177
|
+
/* @__PURE__ */ s(At, { children: o || "" })
|
|
1178
1178
|
] }),
|
|
1179
|
-
/* @__PURE__ */ s(
|
|
1179
|
+
/* @__PURE__ */ s(gt, { children: r ? /* @__PURE__ */ s(kt, { children: "Play" }) : l })
|
|
1180
1180
|
] }) : null;
|
|
1181
|
-
},
|
|
1181
|
+
}, St = /* @__PURE__ */ t("div")({
|
|
1182
1182
|
name: "Container",
|
|
1183
1183
|
class: "cll3md7",
|
|
1184
1184
|
propsAsIs: !1
|
|
1185
|
-
}),
|
|
1185
|
+
}), qt = /* @__PURE__ */ t("button")({
|
|
1186
1186
|
name: "ActionBtn",
|
|
1187
1187
|
class: "a10g1iik",
|
|
1188
1188
|
propsAsIs: !1
|
|
1189
|
-
}),
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1189
|
+
}), Et = ({ openInsight: e, questionId: n, ...i }) => {
|
|
1190
|
+
const o = () => {
|
|
1191
|
+
Ie(), e == null || e(n);
|
|
1192
|
+
};
|
|
1193
|
+
return /* @__PURE__ */ c(St, { children: [
|
|
1194
|
+
/* @__PURE__ */ s(ge, { questionId: n, ...i }),
|
|
1195
|
+
e && /* @__PURE__ */ s(qt, { onClick: o, children: "View Insight" })
|
|
1196
|
+
] });
|
|
1197
|
+
}, Vt = /* @__PURE__ */ t("div")({
|
|
1193
1198
|
name: "Container",
|
|
1194
1199
|
class: "cl56x6b",
|
|
1195
1200
|
propsAsIs: !1
|
|
1196
|
-
}),
|
|
1201
|
+
}), Nt = () => Ve, Dt = /* @__PURE__ */ t(Nt())({
|
|
1197
1202
|
name: "ActionButton",
|
|
1198
1203
|
class: "a11pzf92",
|
|
1199
1204
|
propsAsIs: !0
|
|
1200
|
-
}),
|
|
1205
|
+
}), Lt = /* @__PURE__ */ t("blockquote")({
|
|
1201
1206
|
name: "Quote",
|
|
1202
1207
|
class: "q1hbaleq",
|
|
1203
1208
|
propsAsIs: !1
|
|
1204
|
-
}),
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
+
}), Pt = ({ openTweet: e, ...n }) => {
|
|
1210
|
+
const i = () => {
|
|
1211
|
+
Ie(), e == null || e(n.tweetId);
|
|
1212
|
+
};
|
|
1213
|
+
return /* @__PURE__ */ c(Vt, { children: [
|
|
1214
|
+
n.title && /* @__PURE__ */ s(Lt, { children: n.title }),
|
|
1215
|
+
/* @__PURE__ */ s(me, { ...n }),
|
|
1216
|
+
e && /* @__PURE__ */ s(Dt, { onClick: i, children: "View Insight" })
|
|
1217
|
+
] });
|
|
1218
|
+
}, Ot = /* @__PURE__ */ t("div")({
|
|
1209
1219
|
name: "QuestionsContainer",
|
|
1210
1220
|
class: "qvghv3l",
|
|
1211
1221
|
propsAsIs: !1
|
|
1212
|
-
}),
|
|
1222
|
+
}), Qt = ({ questions: e, openQuestion: n, controlVideo: i }) => /* @__PURE__ */ s(Ot, { children: e == null ? void 0 : e.map((o) => {
|
|
1213
1223
|
var r, d, p;
|
|
1214
1224
|
if (o.type === "question" && ((r = o.attributes) == null ? void 0 : r.attributes.case) === "question") {
|
|
1215
1225
|
const a = o.attributes.attributes.value;
|
|
1216
|
-
return /* @__PURE__ */ s(
|
|
1226
|
+
return /* @__PURE__ */ s(xt, { openQuestion: n, ...a }, a.questionId);
|
|
1217
1227
|
}
|
|
1218
1228
|
if (o.type === "insight" && ((d = o.attributes) == null ? void 0 : d.attributes.case) === "insight") {
|
|
1219
1229
|
const a = o.attributes.attributes.value;
|
|
1220
|
-
return /* @__PURE__ */ s(
|
|
1230
|
+
return /* @__PURE__ */ s(Et, { openInsight: n, controlVideo: i, ...a }, a.questionId);
|
|
1221
1231
|
}
|
|
1222
1232
|
if (o.type === "tweet" && ((p = o.attributes) == null ? void 0 : p.attributes.case) === "tweet") {
|
|
1223
1233
|
const a = o.attributes.attributes.value, l = o.attributes.id;
|
|
1224
1234
|
return /* @__PURE__ */ s(
|
|
1225
|
-
|
|
1235
|
+
Pt,
|
|
1226
1236
|
{
|
|
1227
1237
|
openTweet: n,
|
|
1228
1238
|
controlVideo: i,
|
|
@@ -1233,10 +1243,10 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1233
1243
|
);
|
|
1234
1244
|
}
|
|
1235
1245
|
return null;
|
|
1236
|
-
}) }),
|
|
1246
|
+
}) }), Mt = ({ store: e, openQuestion: n }) => {
|
|
1237
1247
|
const { sdk: i } = he(), o = S(e);
|
|
1238
|
-
return o != null && o.data ? /* @__PURE__ */ s(
|
|
1239
|
-
},
|
|
1248
|
+
return o != null && o.data ? /* @__PURE__ */ s(Qt, { openQuestion: n, questions: o.data, controlVideo: i == null ? void 0 : i.controlVideoPlayer }) : /* @__PURE__ */ s("div", { children: "wait questions..." });
|
|
1249
|
+
}, _t = ({ userSummary: e }) => {
|
|
1240
1250
|
var n;
|
|
1241
1251
|
const [i, o] = E(void 0);
|
|
1242
1252
|
return ee(() => {
|
|
@@ -1246,12 +1256,12 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1246
1256
|
return () => {
|
|
1247
1257
|
r();
|
|
1248
1258
|
};
|
|
1249
|
-
}, [e]), i != null && i.summary ? /* @__PURE__ */ s(
|
|
1250
|
-
},
|
|
1251
|
-
const { tabsShown: l } = S(i, { keys: ["tabsShown"] }), [u, h] = E(Y.HOME), [, C] =
|
|
1259
|
+
}, [e]), i != null && i.summary ? /* @__PURE__ */ s(fe, { ...i.summary, successRate: (n = i.percentage) == null ? void 0 : n.correct }) : /* @__PURE__ */ s("div", { children: "wait user..." });
|
|
1260
|
+
}, jt = ({ gamification: e, className: n, scrollStore: i, scrollNode: o, appNode: r, style: d, responsiveStore: p, headerNode: a }) => {
|
|
1261
|
+
const { tabsShown: l } = S(i, { keys: ["tabsShown"] }), [u, h] = E(Y.HOME), [, C] = Te(), { sdkInDesktopView: I } = S(p, { keys: ["sdkInDesktopView"] }), f = (w) => {
|
|
1252
1262
|
C(() => {
|
|
1253
1263
|
var b;
|
|
1254
|
-
h(w), I === !1 && (((b = r.current) == null ? void 0 : b.getBoundingClientRect().y) || 0) < 0 &&
|
|
1264
|
+
h(w), I === !1 && (((b = r.current) == null ? void 0 : b.getBoundingClientRect().y) || 0) < 0 && Qe(r, { behavior: "instant" });
|
|
1255
1265
|
});
|
|
1256
1266
|
};
|
|
1257
1267
|
ee(() => i.listen((w) => {
|
|
@@ -1264,22 +1274,22 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1264
1274
|
let k = "0px";
|
|
1265
1275
|
I ? k = l ? "0px" : "calc(8px - var(--header-height) - var(--header-offset))" : k = l ? "calc(var(--header-height) + var(--header-offset) - 2px)" : "0px";
|
|
1266
1276
|
const $ = I ? r : a;
|
|
1267
|
-
return /* @__PURE__ */ c(
|
|
1277
|
+
return /* @__PURE__ */ c(Ne, { className: n, style: d, children: [
|
|
1268
1278
|
/* @__PURE__ */ s(
|
|
1269
|
-
|
|
1279
|
+
De,
|
|
1270
1280
|
{
|
|
1271
1281
|
style: {
|
|
1272
1282
|
top: k
|
|
1273
1283
|
},
|
|
1274
|
-
children: /* @__PURE__ */ s(
|
|
1284
|
+
children: /* @__PURE__ */ s(jn, { activePage: u, toggleActivePage: f })
|
|
1275
1285
|
}
|
|
1276
1286
|
),
|
|
1277
1287
|
u === Y.HOME && /* @__PURE__ */ c(x, { children: [
|
|
1278
|
-
/* @__PURE__ */ s(
|
|
1279
|
-
/* @__PURE__ */ s(
|
|
1288
|
+
/* @__PURE__ */ s(ve, { style: { paddingTop: "8px" }, children: /* @__PURE__ */ s(Le, { children: /* @__PURE__ */ s(_t, { userSummary: e.userSummary }) }) }),
|
|
1289
|
+
/* @__PURE__ */ s(Pe, { style: { flex: 1 }, children: /* @__PURE__ */ s(Mt, { openQuestion: e.openQuestion, store: e.feedList.getStore() }) })
|
|
1280
1290
|
] }),
|
|
1281
|
-
u === Y.LEADERBOARD && /* @__PURE__ */ s(
|
|
1282
|
-
|
|
1291
|
+
u === Y.LEADERBOARD && /* @__PURE__ */ s(Oe, { children: /* @__PURE__ */ s(
|
|
1292
|
+
vt,
|
|
1283
1293
|
{
|
|
1284
1294
|
renderClipBoardNode: $,
|
|
1285
1295
|
scrollStore: i,
|
|
@@ -1288,21 +1298,21 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1288
1298
|
}
|
|
1289
1299
|
) })
|
|
1290
1300
|
] });
|
|
1291
|
-
},
|
|
1301
|
+
}, Ut = () => _e, le = /* @__PURE__ */ t(Ut())({
|
|
1292
1302
|
name: "OpenedContainer",
|
|
1293
1303
|
class: "oar61gl",
|
|
1294
1304
|
propsAsIs: !0
|
|
1295
|
-
}),
|
|
1305
|
+
}), Bt = /* @__PURE__ */ t("div")({
|
|
1296
1306
|
name: "UserContainer",
|
|
1297
1307
|
class: "u14zaal4",
|
|
1298
1308
|
propsAsIs: !1
|
|
1299
|
-
}),
|
|
1309
|
+
}), zt = ({
|
|
1300
1310
|
correct: e,
|
|
1301
1311
|
incorrect: n
|
|
1302
1312
|
}) => {
|
|
1303
1313
|
const i = e + n;
|
|
1304
1314
|
return i === 0 ? 0 : Math.round(e / i * 100);
|
|
1305
|
-
},
|
|
1315
|
+
}, ro = ({
|
|
1306
1316
|
gamification: e,
|
|
1307
1317
|
scrollStore: n,
|
|
1308
1318
|
className: i,
|
|
@@ -1322,24 +1332,24 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1322
1332
|
return null;
|
|
1323
1333
|
const f = a ? /* @__PURE__ */ s(le, {
|
|
1324
1334
|
className: i,
|
|
1325
|
-
children: /* @__PURE__ */ s(
|
|
1335
|
+
children: /* @__PURE__ */ s(Pn, {
|
|
1326
1336
|
gamification: e
|
|
1327
1337
|
})
|
|
1328
1338
|
}) : l ? /* @__PURE__ */ s(le, {
|
|
1329
1339
|
className: i,
|
|
1330
|
-
children: /* @__PURE__ */ c(
|
|
1331
|
-
children: [/* @__PURE__ */ s(
|
|
1340
|
+
children: /* @__PURE__ */ c(Bt, {
|
|
1341
|
+
children: [/* @__PURE__ */ s(Ce, {
|
|
1332
1342
|
label: "Friend's Rank",
|
|
1333
1343
|
close: e.closeUser
|
|
1334
|
-
}), /* @__PURE__ */ s(
|
|
1335
|
-
children: /* @__PURE__ */ s(
|
|
1344
|
+
}), /* @__PURE__ */ s(ve, {
|
|
1345
|
+
children: /* @__PURE__ */ s(fe, {
|
|
1336
1346
|
...l,
|
|
1337
|
-
successRate:
|
|
1347
|
+
successRate: zt(l)
|
|
1338
1348
|
})
|
|
1339
1349
|
})]
|
|
1340
1350
|
})
|
|
1341
1351
|
}) : null;
|
|
1342
|
-
return /* @__PURE__ */ s(
|
|
1352
|
+
return /* @__PURE__ */ s(Me, {
|
|
1343
1353
|
container: o,
|
|
1344
1354
|
useContainer: !u,
|
|
1345
1355
|
fixedView: I,
|
|
@@ -1347,7 +1357,7 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1347
1357
|
});
|
|
1348
1358
|
}, [o, i, e, a, l, u]);
|
|
1349
1359
|
return /* @__PURE__ */ c(x, {
|
|
1350
|
-
children: [h, /* @__PURE__ */ s(
|
|
1360
|
+
children: [h, /* @__PURE__ */ s(jt, {
|
|
1351
1361
|
appNode: o,
|
|
1352
1362
|
headerNode: d,
|
|
1353
1363
|
scrollStore: n,
|
|
@@ -1359,5 +1369,5 @@ const st = /* @__PURE__ */ t("div")({
|
|
|
1359
1369
|
});
|
|
1360
1370
|
};
|
|
1361
1371
|
export {
|
|
1362
|
-
|
|
1372
|
+
ro as default
|
|
1363
1373
|
};
|