@streamlayer/react 1.14.8 → 1.15.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/bet-pack.d.ts +1 -11
- package/lib/cjs/advertisement.js +2 -2
- package/lib/cjs/bet-pack.js +1 -1
- package/lib/cjs/index2.js +3 -3
- package/lib/cjs/masters2.js +2 -2
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/points.js +1 -1
- package/lib/cjs/provider.js +13 -13
- package/lib/cjs/useStreamLayerApp2.js +9 -9
- package/lib/classic/app/bet-pack.d.ts +1 -11
- package/lib/classic/cjs/advertisement.js +2 -2
- package/lib/classic/cjs/bet-pack.js +1 -1
- package/lib/classic/cjs/index2.js +3 -3
- package/lib/classic/cjs/masters2.js +2 -2
- package/lib/classic/cjs/notification.js +1 -1
- package/lib/classic/cjs/points.js +1 -1
- package/lib/classic/cjs/provider.js +10 -10
- package/lib/classic/cjs/useStreamLayerApp2.js +9 -9
- package/lib/classic/es/advertisement.js +5 -5
- package/lib/classic/es/bet-pack.js +16 -11
- package/lib/classic/es/index2.js +198 -194
- package/lib/classic/es/masters2.js +18 -18
- package/lib/classic/es/notification.js +49 -48
- package/lib/classic/es/points.js +18 -12
- package/lib/classic/es/provider.js +405 -390
- package/lib/classic/es/useStreamLayerApp2.js +535 -515
- package/lib/classic/masters.d.ts +1 -2
- package/lib/classic/style.css +1 -1
- package/lib/dist/cjs/gamification-feature2.js +1 -1
- package/lib/dist/cjs/index.js +1 -1
- package/lib/dist/cjs/masters.js +32 -32
- package/lib/dist/es/gamification-feature2.js +91 -89
- package/lib/dist/es/index.js +7 -8
- package/lib/dist/es/masters.js +3114 -3067
- package/lib/dist/style.css +1 -1
- package/lib/es/advertisement.js +5 -5
- package/lib/es/bet-pack.js +16 -11
- package/lib/es/index2.js +198 -194
- package/lib/es/masters2.js +18 -18
- package/lib/es/notification.js +49 -48
- package/lib/es/points.js +18 -12
- package/lib/es/provider.js +405 -390
- package/lib/es/useStreamLayerApp2.js +535 -515
- package/lib/masters.d.ts +1 -2
- package/lib/style.css +1 -1
- package/package.json +14 -14
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { jsx as s, jsxs as p, Fragment as S } from "react/jsx-runtime";
|
|
2
|
-
import { A as C, s as
|
|
2
|
+
import { A as C, s as t, k as b, f as M, I as D, a as L, b as T, c as E, M as P, u as m, T as R, p as F, d as z, z as U, e as O, l as j, g as q, S as B, m as H, h as V, n as Q, i as K } from "./masters.js";
|
|
3
3
|
import { useCallback as W, useRef as _, useState as y, useEffect as f } from "react";
|
|
4
|
-
const G = (e,
|
|
5
|
-
const
|
|
4
|
+
const G = (e, n, a) => {
|
|
5
|
+
const r = n >= C.lg && n < C.xl ? 75 : 52;
|
|
6
6
|
e.current && window.scrollTo({
|
|
7
|
-
top: e.current.offsetTop -
|
|
8
|
-
...
|
|
7
|
+
top: e.current.offsetTop - r,
|
|
8
|
+
...a
|
|
9
9
|
});
|
|
10
|
-
}, J = /* @__PURE__ */
|
|
10
|
+
}, J = /* @__PURE__ */ t("div")({
|
|
11
11
|
name: "Container",
|
|
12
12
|
class: "c115qtkr",
|
|
13
13
|
propsAsIs: !1
|
|
14
|
-
}), X = /* @__PURE__ */
|
|
14
|
+
}), X = /* @__PURE__ */ t("div")({
|
|
15
15
|
name: "STabs",
|
|
16
16
|
class: "sxnslc8",
|
|
17
17
|
propsAsIs: !1
|
|
18
|
-
}), Y = /* @__PURE__ */
|
|
18
|
+
}), Y = /* @__PURE__ */ t("button")({
|
|
19
19
|
name: "Button",
|
|
20
20
|
class: "b1umzux0",
|
|
21
21
|
propsAsIs: !1
|
|
22
|
-
}), Z = /* @__PURE__ */
|
|
22
|
+
}), Z = /* @__PURE__ */ t("span")({
|
|
23
23
|
name: "Title",
|
|
24
24
|
class: "tspsaas",
|
|
25
25
|
propsAsIs: !1
|
|
26
26
|
});
|
|
27
27
|
var v = /* @__PURE__ */ ((e) => (e.HOME = "home", e.LEADERBOARD = "leaderboard", e))(v || {});
|
|
28
|
-
const $ = ({ title: e, active:
|
|
29
|
-
/* @__PURE__ */ s($, { title: "Home", active: e === "home", onClick: () =>
|
|
28
|
+
const $ = ({ title: e, active: n, onClick: a }) => /* @__PURE__ */ s(Y, { "data-a": "intr", onClick: a, "data-selected": n, children: /* @__PURE__ */ s(Z, { "data-a": "intr", children: e }) }), ee = ({ activePage: e = "home", toggleActivePage: n }) => /* @__PURE__ */ s(J, { children: /* @__PURE__ */ p(X, { "data-position": e === "home" ? "left" : "right", children: [
|
|
29
|
+
/* @__PURE__ */ s($, { title: "Home", active: e === "home", onClick: () => n(
|
|
30
30
|
"home"
|
|
31
31
|
/* HOME */
|
|
32
32
|
) }),
|
|
@@ -35,133 +35,134 @@ const $ = ({ title: e, active: a, onClick: n }) => /* @__PURE__ */ s(Y, { onClic
|
|
|
35
35
|
{
|
|
36
36
|
title: "Friends",
|
|
37
37
|
active: e === "leaderboard",
|
|
38
|
-
onClick: () =>
|
|
38
|
+
onClick: () => n(
|
|
39
39
|
"leaderboard"
|
|
40
40
|
/* LEADERBOARD */
|
|
41
41
|
)
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
|
-
] }) }), se = /* @__PURE__ */
|
|
44
|
+
] }) }), se = /* @__PURE__ */ t("div")({
|
|
45
45
|
name: "Container",
|
|
46
46
|
class: "c1ux29ft",
|
|
47
47
|
propsAsIs: !1
|
|
48
|
-
}),
|
|
48
|
+
}), ae = () => b, ne = /* @__PURE__ */ t(ae())({
|
|
49
49
|
name: "FriendsIcon",
|
|
50
50
|
class: "f10ncfg2",
|
|
51
51
|
propsAsIs: !0
|
|
52
|
-
}),
|
|
52
|
+
}), te = /* @__PURE__ */ t("div")({
|
|
53
53
|
name: "Content",
|
|
54
54
|
class: "c1yc07bd",
|
|
55
55
|
propsAsIs: !1
|
|
56
|
-
}),
|
|
56
|
+
}), re = /* @__PURE__ */ t("div")({
|
|
57
57
|
name: "Title",
|
|
58
58
|
class: "tj6cq7w",
|
|
59
59
|
propsAsIs: !1
|
|
60
|
-
}),
|
|
60
|
+
}), oe = /* @__PURE__ */ t("div")({
|
|
61
61
|
name: "Description",
|
|
62
62
|
class: "d1ag78xo",
|
|
63
63
|
propsAsIs: !1
|
|
64
|
-
}), ie = () => b, ce = /* @__PURE__ */
|
|
64
|
+
}), ie = () => b, ce = /* @__PURE__ */ t(ie())({
|
|
65
65
|
name: "ArrowInviteIcon",
|
|
66
66
|
class: "awohrz6",
|
|
67
67
|
propsAsIs: !0
|
|
68
|
-
}), le = ({ title: e, description:
|
|
69
|
-
const [
|
|
68
|
+
}), le = ({ title: e, description: n, onClick: a, className: r }) => {
|
|
69
|
+
const [o] = M({
|
|
70
70
|
type: "invitation",
|
|
71
71
|
action: "sent",
|
|
72
72
|
payload: {
|
|
73
73
|
from: D.TITLE_CARD
|
|
74
74
|
}
|
|
75
75
|
});
|
|
76
|
-
return /* @__PURE__ */ p(se, { onClick:
|
|
77
|
-
/* @__PURE__ */ s(
|
|
78
|
-
/* @__PURE__ */ p(
|
|
79
|
-
/* @__PURE__ */ s(
|
|
80
|
-
/* @__PURE__ */ s(
|
|
76
|
+
return /* @__PURE__ */ p(se, { "data-a": "intr", onClick: o(a), className: r, children: [
|
|
77
|
+
/* @__PURE__ */ s(ne, { name: "icon-friends" }),
|
|
78
|
+
/* @__PURE__ */ p(te, { children: [
|
|
79
|
+
/* @__PURE__ */ s(re, { children: e }),
|
|
80
|
+
/* @__PURE__ */ s(oe, { children: n })
|
|
81
81
|
] }),
|
|
82
82
|
/* @__PURE__ */ s(ce, { name: "icon-copy" })
|
|
83
83
|
] });
|
|
84
|
-
}, de = /* @__PURE__ */
|
|
84
|
+
}, de = /* @__PURE__ */ t("div")({
|
|
85
85
|
name: "Container",
|
|
86
86
|
class: "culdu4a",
|
|
87
87
|
propsAsIs: !1
|
|
88
|
-
}), pe = /* @__PURE__ */
|
|
88
|
+
}), pe = /* @__PURE__ */ t("div")({
|
|
89
89
|
name: "Position",
|
|
90
90
|
class: "pwf8e69",
|
|
91
91
|
propsAsIs: !1
|
|
92
|
-
}), me = /* @__PURE__ */
|
|
92
|
+
}), me = /* @__PURE__ */ t("img")({
|
|
93
93
|
name: "Avatar",
|
|
94
94
|
class: "atf4yh4",
|
|
95
95
|
propsAsIs: !1
|
|
96
|
-
}), ue = /* @__PURE__ */
|
|
96
|
+
}), ue = /* @__PURE__ */ t("div")({
|
|
97
97
|
name: "AvatarPlaceholder",
|
|
98
98
|
class: "a1dg29ja",
|
|
99
99
|
propsAsIs: !1
|
|
100
|
-
}), he = /* @__PURE__ */
|
|
100
|
+
}), he = /* @__PURE__ */ t("div")({
|
|
101
101
|
name: "Content",
|
|
102
102
|
class: "c10a68rc",
|
|
103
103
|
propsAsIs: !1
|
|
104
|
-
}), ve = /* @__PURE__ */
|
|
104
|
+
}), ve = /* @__PURE__ */ t("div")({
|
|
105
105
|
name: "NameContainer",
|
|
106
106
|
class: "nc4kck5",
|
|
107
107
|
propsAsIs: !1
|
|
108
|
-
}), Ie = /* @__PURE__ */
|
|
108
|
+
}), Ie = /* @__PURE__ */ t("span")({
|
|
109
109
|
name: "Name",
|
|
110
110
|
class: "njsrqgr",
|
|
111
111
|
propsAsIs: !1
|
|
112
|
-
}), ge = () => b, fe = /* @__PURE__ */
|
|
112
|
+
}), ge = () => b, fe = /* @__PURE__ */ t(ge())({
|
|
113
113
|
name: "CurrentUserBadge",
|
|
114
114
|
class: "c17uc4zr",
|
|
115
115
|
propsAsIs: !0
|
|
116
116
|
}), be = ({
|
|
117
117
|
friendsRank: e,
|
|
118
|
-
avatar:
|
|
119
|
-
name:
|
|
120
|
-
userId:
|
|
121
|
-
points:
|
|
118
|
+
avatar: n,
|
|
119
|
+
name: a,
|
|
120
|
+
userId: r,
|
|
121
|
+
points: o,
|
|
122
122
|
isCurrentUser: i,
|
|
123
123
|
style: d
|
|
124
|
-
}) => /* @__PURE__ */ p(de, { "data-name":
|
|
124
|
+
}) => /* @__PURE__ */ p(de, { "data-name": r, style: d, children: [
|
|
125
125
|
/* @__PURE__ */ s(pe, { children: e || 0 }),
|
|
126
126
|
/* @__PURE__ */ p(he, { children: [
|
|
127
|
-
|
|
127
|
+
n ? /* @__PURE__ */ s(me, { alt: "leaderboard-item-avatar", src: n }) : /* @__PURE__ */ s(ue, { children: L(a || "") }),
|
|
128
128
|
/* @__PURE__ */ p(ve, { children: [
|
|
129
|
-
/* @__PURE__ */ s(Ie, { children:
|
|
129
|
+
/* @__PURE__ */ s(Ie, { children: a || "" }),
|
|
130
130
|
i && /* @__PURE__ */ s(fe, { name: "icon-star" })
|
|
131
131
|
] })
|
|
132
132
|
] }),
|
|
133
|
-
/* @__PURE__ */ s("div", { children: T(
|
|
134
|
-
] }), Ae = /* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ s("div", { children: T(o) })
|
|
134
|
+
] }), Ae = /* @__PURE__ */ t("div")({
|
|
135
135
|
name: "Container",
|
|
136
136
|
class: "c16btbfp",
|
|
137
137
|
propsAsIs: !1
|
|
138
138
|
}), ke = ({
|
|
139
139
|
items: e,
|
|
140
|
-
currentUserId:
|
|
141
|
-
openItemDetail:
|
|
142
|
-
fetchMore:
|
|
143
|
-
scrollNode:
|
|
140
|
+
currentUserId: n,
|
|
141
|
+
openItemDetail: a,
|
|
142
|
+
fetchMore: r,
|
|
143
|
+
scrollNode: o,
|
|
144
144
|
hasMore: i
|
|
145
145
|
}) => {
|
|
146
146
|
const d = W((c) => {
|
|
147
147
|
const l = c.target.getAttribute("data-name");
|
|
148
|
-
l &&
|
|
149
|
-
}, [
|
|
148
|
+
l && a(l);
|
|
149
|
+
}, [a]);
|
|
150
150
|
return /* @__PURE__ */ s(E, {
|
|
151
|
-
loadMore:
|
|
151
|
+
loadMore: r,
|
|
152
152
|
initialLoad: !1,
|
|
153
153
|
hasMore: i,
|
|
154
154
|
useWindow: !1,
|
|
155
|
-
getScrollParent: () =>
|
|
155
|
+
getScrollParent: () => o.current,
|
|
156
156
|
children: /* @__PURE__ */ s(Ae, {
|
|
157
|
+
"data-a": "intr",
|
|
157
158
|
onClick: d,
|
|
158
159
|
children: e.map((c) => /* @__PURE__ */ s(be, {
|
|
159
160
|
...c,
|
|
160
|
-
isCurrentUser: !!
|
|
161
|
+
isCurrentUser: !!n && n === c.userId
|
|
161
162
|
}, c.userId))
|
|
162
163
|
})
|
|
163
164
|
});
|
|
164
|
-
}, Ce = /* @__PURE__ */
|
|
165
|
+
}, Ce = /* @__PURE__ */ t("div")({
|
|
165
166
|
name: "InviteFriendsContainer",
|
|
166
167
|
class: "i1c9dygq",
|
|
167
168
|
propsAsIs: !1
|
|
@@ -173,75 +174,76 @@ const $ = ({ title: e, active: a, onClick: n }) => /* @__PURE__ */ s(Y, { onClic
|
|
|
173
174
|
inviteCardTitle: "It’s More Fun With Friends",
|
|
174
175
|
inviteCardSubtext: "Invite and compete against your friends for the top spot on the leaderboard."
|
|
175
176
|
})
|
|
176
|
-
}), Se = /* @__PURE__ */
|
|
177
|
+
}), Se = /* @__PURE__ */ t("div")({
|
|
177
178
|
name: "InviteLinkContainer",
|
|
178
179
|
class: "i1odbhm4",
|
|
179
180
|
propsAsIs: !1
|
|
180
181
|
}), ye = ({
|
|
181
182
|
gamification: e,
|
|
182
|
-
scrollNode:
|
|
183
|
-
scrollStore:
|
|
183
|
+
scrollNode: n,
|
|
184
|
+
scrollStore: a
|
|
184
185
|
}) => {
|
|
185
|
-
const
|
|
186
|
-
data:
|
|
186
|
+
const r = _(null), {
|
|
187
|
+
data: o,
|
|
187
188
|
hasMore: i,
|
|
188
189
|
loading: d,
|
|
189
190
|
key: c
|
|
190
191
|
} = m(e.leaderboardList.$store), {
|
|
191
192
|
data: l
|
|
192
|
-
} = m(e.deepLink.$store), [u, I] = R(
|
|
193
|
-
return !
|
|
193
|
+
} = m(e.deepLink.$store), [u, I] = R(r);
|
|
194
|
+
return !o.length && !d ? /* @__PURE__ */ s($e, {
|
|
194
195
|
deepLink: l
|
|
195
196
|
}) : /* @__PURE__ */ p(S, {
|
|
196
197
|
children: [/* @__PURE__ */ s(ke, {
|
|
197
|
-
items:
|
|
198
|
-
scrollNode:
|
|
199
|
-
scrollStore:
|
|
198
|
+
items: o,
|
|
199
|
+
scrollNode: n,
|
|
200
|
+
scrollStore: a,
|
|
200
201
|
fetchMore: e.leaderboardList.fetchMore,
|
|
201
202
|
hasMore: i,
|
|
202
203
|
openItemDetail: e.openUser,
|
|
203
204
|
currentUserId: e.currentUserId.get()
|
|
204
205
|
}, c), l && /* @__PURE__ */ s(Se, {
|
|
205
|
-
ref:
|
|
206
|
+
ref: r,
|
|
206
207
|
children: /* @__PURE__ */ s(le, {
|
|
208
|
+
"data-a": "intr",
|
|
207
209
|
onClick: () => u(l),
|
|
208
210
|
title: "Invite Friends",
|
|
209
211
|
description: "Challenge them now!"
|
|
210
212
|
})
|
|
211
213
|
}), I]
|
|
212
214
|
});
|
|
213
|
-
}, Ne = ({ store: e, openQuestion:
|
|
214
|
-
const { sdk:
|
|
215
|
-
return /* @__PURE__ */ s(z, { openQuestion:
|
|
215
|
+
}, Ne = ({ store: e, openQuestion: n }) => {
|
|
216
|
+
const { sdk: a } = F(), r = m(e);
|
|
217
|
+
return /* @__PURE__ */ s(z, { openQuestion: n, questions: r.data, controlVideo: a == null ? void 0 : a.controlVideoPlayer });
|
|
216
218
|
}, we = ({ userSummary: e }) => {
|
|
217
|
-
var
|
|
218
|
-
const [
|
|
219
|
+
var n;
|
|
220
|
+
const [a, r] = y(void 0);
|
|
219
221
|
return f(() => {
|
|
220
|
-
const
|
|
221
|
-
i &&
|
|
222
|
+
const o = e.$store.subscribe((i) => {
|
|
223
|
+
i && r(i);
|
|
222
224
|
});
|
|
223
225
|
return () => {
|
|
224
|
-
|
|
226
|
+
o();
|
|
225
227
|
};
|
|
226
|
-
}, [e]), /* @__PURE__ */ s(U, { loading: !(
|
|
227
|
-
}, xe = ({ gamification: e, className:
|
|
228
|
-
const { tabsShown: c } = m(
|
|
228
|
+
}, [e]), /* @__PURE__ */ s(U, { loading: !(a != null && a.summary), ...a == null ? void 0 : a.summary, successRate: (n = a == null ? void 0 : a.percentage) == null ? void 0 : n.correct });
|
|
229
|
+
}, xe = ({ gamification: e, className: n, scrollStore: a, scrollNode: r, appNode: o, style: i, responsiveStore: d }) => {
|
|
230
|
+
const { tabsShown: c } = m(a, { keys: ["tabsShown"] }), l = m(e.friendsTabEnabled), [u, I] = y(v.HOME), [, N] = O(), { sdkInDesktopView: A, screen: w } = m(d, { keys: ["sdkInDesktopView"] }), x = (h) => {
|
|
229
231
|
N(() => {
|
|
230
232
|
var k;
|
|
231
|
-
I(h), A === !1 && (((k =
|
|
233
|
+
I(h), A === !1 && (((k = o.current) == null ? void 0 : k.getBoundingClientRect().y) || 0) < 0 && G(o, w.size, { behavior: "instant" });
|
|
232
234
|
});
|
|
233
235
|
};
|
|
234
|
-
f(() =>
|
|
236
|
+
f(() => a.subscribe((h) => {
|
|
235
237
|
if (h.scrollPosition === 0) {
|
|
236
|
-
|
|
238
|
+
a.setKey("tabsShown", !0);
|
|
237
239
|
return;
|
|
238
240
|
}
|
|
239
|
-
d.get().sdkInDesktopView ?
|
|
240
|
-
}), [
|
|
241
|
+
d.get().sdkInDesktopView ? a.setKey("tabsShown", h.scrollDirection === "backward") : a.setKey("tabsShown", h.scrollDirection === "forward");
|
|
242
|
+
}), [a, d]), f(() => {
|
|
241
243
|
l || I(v.HOME);
|
|
242
244
|
}, [l]);
|
|
243
245
|
let g = "0px";
|
|
244
|
-
return A ? g = c ? "0px" : "calc(0px - var(--header-height))" : g = c ? "var(--header-height)" : "0px", /* @__PURE__ */ p(j, { className: q(
|
|
246
|
+
return A ? g = c ? "0px" : "calc(0px - var(--header-height))" : g = c ? "var(--header-height)" : "0px", /* @__PURE__ */ p(j, { className: q(n, "SL-Tabs"), style: i, children: [
|
|
245
247
|
l && /* @__PURE__ */ s(
|
|
246
248
|
B,
|
|
247
249
|
{
|
|
@@ -255,20 +257,20 @@ const $ = ({ title: e, active: a, onClick: n }) => /* @__PURE__ */ s(Y, { onClic
|
|
|
255
257
|
/* @__PURE__ */ s(H, { children: /* @__PURE__ */ s(V, { children: /* @__PURE__ */ s(we, { userSummary: e.userSummary }) }) }),
|
|
256
258
|
/* @__PURE__ */ s(Q, { style: { flex: 1 }, children: /* @__PURE__ */ s(Ne, { openQuestion: e.openQuestion, store: e.feedList.getStore() }) })
|
|
257
259
|
] }),
|
|
258
|
-
u === v.LEADERBOARD && /* @__PURE__ */ s(K, { children: /* @__PURE__ */ s(ye, { scrollStore:
|
|
260
|
+
u === v.LEADERBOARD && /* @__PURE__ */ s(K, { children: /* @__PURE__ */ s(ye, { scrollStore: a, scrollNode: r, gamification: e }) })
|
|
259
261
|
] });
|
|
260
262
|
}, Te = ({
|
|
261
263
|
gamification: e,
|
|
262
|
-
scrollStore:
|
|
263
|
-
className:
|
|
264
|
-
appNode:
|
|
265
|
-
scrollNode:
|
|
264
|
+
scrollStore: n,
|
|
265
|
+
className: a,
|
|
266
|
+
appNode: r,
|
|
267
|
+
scrollNode: o,
|
|
266
268
|
responsiveStore: i
|
|
267
269
|
}) => /* @__PURE__ */ s(xe, {
|
|
268
|
-
appNode:
|
|
269
|
-
scrollStore:
|
|
270
|
-
scrollNode:
|
|
271
|
-
className:
|
|
270
|
+
appNode: r,
|
|
271
|
+
scrollStore: n,
|
|
272
|
+
scrollNode: o,
|
|
273
|
+
className: a,
|
|
272
274
|
gamification: e,
|
|
273
275
|
responsiveStore: i
|
|
274
276
|
});
|
package/lib/dist/es/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { B as s,
|
|
2
|
+
import { B as s, o, q as m, t as S, j as L, r as i } from "./masters.js";
|
|
3
3
|
import "react";
|
|
4
4
|
export {
|
|
5
|
-
s as
|
|
6
|
-
o as
|
|
7
|
-
m as
|
|
8
|
-
S as
|
|
9
|
-
L as
|
|
10
|
-
i as
|
|
11
|
-
y as useStreamLayer
|
|
5
|
+
s as BetPackStandalone,
|
|
6
|
+
o as MastersStreamLayerProvider,
|
|
7
|
+
m as MastersStreamLayerSDKReact,
|
|
8
|
+
S as StreamLayerLogin,
|
|
9
|
+
L as StreamLayerSDKPoints,
|
|
10
|
+
i as useStreamLayer
|
|
12
11
|
};
|