@streamlayer/react-ui 1.32.4 → 1.33.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/app/Advertisement/index.js +14 -15
- package/lib/app/app/Features/Gamification/Leaderboard.js +46 -36
- package/lib/app/app/Features/Gamification/Question.js +42 -42
- package/lib/app/app/Features/Gamification/QuestionAdvertisement.js +19 -25
- package/lib/app/app/Features/Gamification/index.js +29 -28
- package/lib/app/app/Notifications/Onboarding/index.js +45 -42
- package/lib/app/app/story/index.js +24 -24
- package/lib/app/app/story/insight/index.js +14 -15
- package/lib/app/app/story/insight/video.js +3 -3
- package/lib/app/app/story/promotion/content.js +5 -5
- package/lib/app/app/story/promotion/index.d.ts +1 -0
- package/lib/app/app/story/promotion/index.js +24 -25
- package/lib/app/app/story/promotion/video.d.ts +0 -1
- package/lib/app/app/story/promotion/video.js +41 -43
- package/lib/app/app/story/promotion-notification/index.js +15 -16
- package/lib/app/app/story/promotion-notification/video.d.ts +0 -1
- package/lib/app/app/story/promotion-notification/video.js +22 -30
- package/lib/app/app/story/settings/index.js +6 -6
- package/lib/app/app/story/settings/login.js +1 -1
- package/lib/app/app/story/video.js +28 -28
- package/lib/app/login/demo.js +19 -18
- package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.d.ts +0 -1
- package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.js +17 -17
- package/lib/app/masters/Notifications/Onboarding/index.js +42 -39
- package/lib/app/masters/masters.d.ts +1 -0
- package/lib/app/masters/masters.js +34 -32
- package/lib/app/masters/provider.d.ts +4 -0
- package/lib/app/masters/provider.js +23 -0
- package/lib/app/masters/story/components.js +48 -52
- package/lib/app/masters/story/index.js +16 -15
- package/lib/app/tgl/index.d.ts +1 -0
- package/lib/app/tgl/index.js +19 -20
- package/lib/app/tgl/video.d.ts +0 -1
- package/lib/app/tgl/video.js +40 -42
- package/lib/app/webos/ExposedPauseAd/PauseAd.js +68 -68
- package/lib/app/webos/story.js +26 -26
- package/lib/app/webos/ui/Sidebar/styles.js +82 -888
- package/lib/assets/style.css +1 -1
- package/lib/core/app.d.ts +7 -0
- package/lib/core/app.js +14 -0
- package/lib/core/event.d.ts +6 -0
- package/lib/core/event.js +5 -0
- package/lib/core/hooks.d.ts +16 -0
- package/lib/core/hooks.js +8 -0
- package/lib/core/provider.d.ts +49 -0
- package/lib/core/provider.js +9 -0
- package/lib/hooks-B0Qttldg.js +99 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +2 -4
- package/lib/ui/advertisement/banner/index.d.ts +2 -2
- package/lib/ui/advertisement/notification/lower-third/index.js +34 -30
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.js +100 -33212
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMStatic.js +13 -13
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useVastAds.js +63 -204
- package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.d.ts +1 -1
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.js +1 -1
- package/lib/ui/icons/index.d.ts +198 -66
- package/lib/ui/video-player/index.js +26 -23
- package/lib/useStreamLayerApp.d.ts +23 -0
- package/lib/useStreamLayerApp.js +167 -0
- package/lib/utils/debug/index.js +8 -8
- package/package.json +42 -35
- package/lib/index-l-eyvmpL.js +0 -3758
- package/lib/utils/createDemo.d.ts +0 -12
- package/lib/utils/createDemo.js +0 -49
- package/lib/vast-client.min-B0NUra1B.js +0 -1060
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { cx as
|
|
3
|
-
import { useFocusable as
|
|
4
|
-
import { useState as
|
|
5
|
-
import { useStore as
|
|
6
|
-
import { eventBus as
|
|
7
|
-
import { useLoadGAMStatic as
|
|
8
|
-
import { PauseAdOverlay as
|
|
9
|
-
const
|
|
10
|
-
var
|
|
11
|
-
const [,
|
|
12
|
-
return
|
|
13
|
-
e && e[r] && e[r].imageSrc && e[r].id &&
|
|
1
|
+
import { jsx as u, jsxs as b } from "react/jsx-runtime";
|
|
2
|
+
import { cx as G } from "@linaria/core";
|
|
3
|
+
import { useFocusable as I } from "@noriginmedia/norigin-spatial-navigation";
|
|
4
|
+
import { useState as B, useRef as E, useCallback as C, useEffect as y } from "react";
|
|
5
|
+
import { useStore as N } from "@streamlayer/react-polyfills";
|
|
6
|
+
import { eventBus as g } from "@streamlayer/sdk-web-interfaces";
|
|
7
|
+
import { useLoadGAMStatic as M } from "../../../ui/advertisement/overlay/externalAd/vast-player/useGAMStatic.js";
|
|
8
|
+
import { PauseAdOverlay as j, PauseAdContent as K, PauseAdTopLeft as O, PauseAdTitle as V, PauseAdCaption as $, PauseAdBottomLeft as _, PauseAdPlayButton as q, PauseAdSidebarGradient as z, PauseAdSidebar as H, PauseAdTitleDescription as J, ExternalAdContainer as D } from "./styles.js";
|
|
9
|
+
const Q = ({ vastUrl: r, isDesktop: o }) => {
|
|
10
|
+
var a;
|
|
11
|
+
const [, h] = M(), e = N(h, { keys: [r] });
|
|
12
|
+
return y(() => {
|
|
13
|
+
e && e[r] && e[r].imageSrc && e[r].id && g.emit("exposedPauseAd", {
|
|
14
14
|
action: "rendered",
|
|
15
15
|
payload: {
|
|
16
16
|
id: e[r].id
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
}, [e, r]), (
|
|
19
|
+
}, [e, r]), (a = e == null ? void 0 : e[r]) != null && a.imageSrc ? !e[r].adUrl || !o ? /* @__PURE__ */ u(D, { src: e[r].imageSrc }) : /* @__PURE__ */ u(
|
|
20
20
|
"a",
|
|
21
21
|
{
|
|
22
22
|
onClick: () => {
|
|
23
|
-
|
|
23
|
+
g.emit("exposedPauseAd", {
|
|
24
24
|
action: "navigated",
|
|
25
25
|
payload: {
|
|
26
26
|
id: e[r].id
|
|
@@ -30,101 +30,101 @@ const J = ({ vastUrl: r, isDesktop: n }) => {
|
|
|
30
30
|
href: e[r].adUrl,
|
|
31
31
|
target: "_blank",
|
|
32
32
|
rel: "noopener noreferrer",
|
|
33
|
-
children: /* @__PURE__ */
|
|
33
|
+
children: /* @__PURE__ */ u(D, { src: e[r].imageSrc })
|
|
34
34
|
}
|
|
35
35
|
) : null;
|
|
36
|
-
},
|
|
37
|
-
const T = (t == null ? void 0 : t.showPauseButton) ?? !0, { ref:
|
|
36
|
+
}, W = ({ isClosing: r, title: o, caption: h, onPlay: e, onClose: a, vastUrl: f, options: t, isDesktop: m }) => {
|
|
37
|
+
const T = (t == null ? void 0 : t.showPauseButton) ?? !0, { ref: s, focusSelf: p } = I({
|
|
38
38
|
focusKey: "sl-pause-ad-play",
|
|
39
39
|
onEnterRelease: e,
|
|
40
40
|
isFocusBoundary: !0,
|
|
41
41
|
forceFocus: !0
|
|
42
42
|
});
|
|
43
|
-
return
|
|
44
|
-
|
|
45
|
-
}, [
|
|
46
|
-
if (!
|
|
43
|
+
return y(() => {
|
|
44
|
+
s.current && p();
|
|
45
|
+
}, [s, p]), y(() => {
|
|
46
|
+
if (!a)
|
|
47
47
|
return () => {
|
|
48
48
|
};
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
if (
|
|
52
|
-
A.preventDefault(), A.stopPropagation(), A.stopImmediatePropagation(),
|
|
49
|
+
const S = (A) => {
|
|
50
|
+
const d = A.keyCode;
|
|
51
|
+
if (d === 461 || d === 10009 || d === 27 || d === 8) {
|
|
52
|
+
A.preventDefault(), A.stopPropagation(), A.stopImmediatePropagation(), a();
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
|
-
return window.addEventListener("keydown",
|
|
57
|
-
}, [
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
/* @__PURE__ */
|
|
60
|
-
/* @__PURE__ */
|
|
56
|
+
return window.addEventListener("keydown", S, { capture: !0 }), () => window.removeEventListener("keydown", S, { capture: !0 });
|
|
57
|
+
}, [a]), /* @__PURE__ */ u(j, { className: G("SL_PauseAdOverlay", r && "pause-ad-closing"), children: /* @__PURE__ */ b(K, { children: [
|
|
58
|
+
/* @__PURE__ */ b(O, { children: [
|
|
59
|
+
/* @__PURE__ */ u(V, { children: o }),
|
|
60
|
+
/* @__PURE__ */ u($, { children: h })
|
|
61
61
|
] }),
|
|
62
|
-
T && /* @__PURE__ */
|
|
63
|
-
|
|
62
|
+
T && /* @__PURE__ */ u(_, { children: /* @__PURE__ */ u(
|
|
63
|
+
q,
|
|
64
64
|
{
|
|
65
|
-
ref:
|
|
65
|
+
ref: s,
|
|
66
66
|
onClick: e,
|
|
67
|
-
onMouseEnter: () =>
|
|
67
|
+
onMouseEnter: () => s.current.focus(),
|
|
68
68
|
"aria-label": "Resume playback"
|
|
69
69
|
}
|
|
70
70
|
) }),
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
f && /* @__PURE__ */
|
|
73
|
-
/* @__PURE__ */
|
|
71
|
+
/* @__PURE__ */ u(z, { className: "SL_PauseAdSidebar", children: /* @__PURE__ */ b(H, { children: [
|
|
72
|
+
f && /* @__PURE__ */ u(Q, { isDesktop: m, vastUrl: f }),
|
|
73
|
+
/* @__PURE__ */ u(J, { children: "ADVERTISEMENT" })
|
|
74
74
|
] }) })
|
|
75
75
|
] }) });
|
|
76
|
-
},
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
const [
|
|
80
|
-
f && (
|
|
76
|
+
}, te = ({ showPauseAd: r, vastUrls: o, title: h, caption: e, sdk: a, onClose: f, onRender: t, options: m, isDesktop: T }) => {
|
|
77
|
+
const s = (m == null ? void 0 : m.pauseAdDelay) ?? 5e3, [p, S] = B(!1), [A, d] = B(!1), c = E(), i = o == null ? void 0 : o[0].url, P = E(i), x = E("");
|
|
78
|
+
P.current = i;
|
|
79
|
+
const [k, w] = M(), n = C(() => {
|
|
80
|
+
f && (x.current = P.current, g.emit("exposedPauseAd", {
|
|
81
81
|
action: "closed",
|
|
82
82
|
payload: {}
|
|
83
83
|
}), f());
|
|
84
|
-
}, [f]),
|
|
85
|
-
|
|
86
|
-
}, [
|
|
87
|
-
return
|
|
84
|
+
}, [f]), F = C(() => {
|
|
85
|
+
a.controlVideoPlayer({ play: !0 });
|
|
86
|
+
}, [a]);
|
|
87
|
+
return y(() => {
|
|
88
88
|
if (r && i) {
|
|
89
|
-
|
|
89
|
+
g.emit("exposedPauseAd", {
|
|
90
90
|
action: "enabled",
|
|
91
91
|
payload: {}
|
|
92
|
-
}),
|
|
93
|
-
|
|
92
|
+
}), k(i).then((l) => {
|
|
93
|
+
P.current === i && (l == null ? void 0 : l.success) !== !0 && (clearTimeout(c.current), n == null || n());
|
|
94
94
|
}).catch(() => {
|
|
95
|
-
|
|
95
|
+
P.current === i && (clearTimeout(c.current), n == null || n());
|
|
96
96
|
});
|
|
97
|
-
const
|
|
98
|
-
const l =
|
|
99
|
-
l != null && l.imageSrc ? (clearTimeout(c.current),
|
|
100
|
-
|
|
97
|
+
const L = () => {
|
|
98
|
+
const l = w.get()[P.current];
|
|
99
|
+
l != null && l.imageSrc ? (clearTimeout(c.current), d(!1), S(!0)) : c.current = setTimeout(() => {
|
|
100
|
+
L();
|
|
101
101
|
}, 200);
|
|
102
102
|
};
|
|
103
103
|
c.current = setTimeout(() => {
|
|
104
|
-
|
|
105
|
-
},
|
|
104
|
+
L();
|
|
105
|
+
}, s);
|
|
106
106
|
} else
|
|
107
|
-
|
|
107
|
+
x.current !== P.current && (x.current = "", g.emit("exposedPauseAd", {
|
|
108
108
|
action: "disabled",
|
|
109
109
|
payload: {}
|
|
110
|
-
}),
|
|
111
|
-
|
|
110
|
+
})), d(!0), c.current = setTimeout(() => {
|
|
111
|
+
S(!1);
|
|
112
112
|
}, 400);
|
|
113
113
|
return () => {
|
|
114
114
|
c.current && clearTimeout(c.current);
|
|
115
115
|
};
|
|
116
|
-
}, [
|
|
116
|
+
}, [w, k, n, s, r, i]), y(() => {
|
|
117
117
|
t == null || t({ rendered: p });
|
|
118
|
-
}, [p, t]),
|
|
118
|
+
}, [p, t]), y(() => () => {
|
|
119
119
|
t == null || t({ rendered: !1 });
|
|
120
|
-
}, [t]), p ? /* @__PURE__ */
|
|
121
|
-
|
|
120
|
+
}, [t]), p ? /* @__PURE__ */ u(
|
|
121
|
+
W,
|
|
122
122
|
{
|
|
123
|
-
onClose:
|
|
123
|
+
onClose: n,
|
|
124
124
|
isClosing: A,
|
|
125
|
-
title:
|
|
125
|
+
title: h,
|
|
126
126
|
caption: e,
|
|
127
|
-
onPlay:
|
|
127
|
+
onPlay: F,
|
|
128
128
|
vastUrl: i,
|
|
129
129
|
options: m,
|
|
130
130
|
isDesktop: T
|
|
@@ -132,5 +132,5 @@ const J = ({ vastUrl: r, isDesktop: n }) => {
|
|
|
132
132
|
) : null;
|
|
133
133
|
};
|
|
134
134
|
export {
|
|
135
|
-
|
|
135
|
+
te as PauseAd
|
|
136
136
|
};
|
package/lib/app/webos/story.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, jsxs as p, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { d as y, u as d } from "../../hooks-B0Qttldg.js";
|
|
2
3
|
import c from "hls.js";
|
|
3
|
-
import { useRef as m, useState as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
const
|
|
9
|
-
const e = m(), n = m(), [t, o] = d(r);
|
|
4
|
+
import { useRef as m, useState as l, useEffect as i } from "react";
|
|
5
|
+
import { anonymous as S } from "@streamlayer/sdk-web-anonymous-auth";
|
|
6
|
+
import { useStreamLayerDebug as h } from "../../utils/debug/index.js";
|
|
7
|
+
import { StreamLayerSDKTv as b } from "./index.js";
|
|
8
|
+
const g = ({ src: r }) => {
|
|
9
|
+
const e = m(), a = m(), [t, o] = l(r);
|
|
10
10
|
return i(() => {
|
|
11
11
|
o(r);
|
|
12
12
|
}, [r]), i(() => () => {
|
|
13
|
-
|
|
13
|
+
a.current && clearTimeout(a.current);
|
|
14
14
|
}, []), i(() => {
|
|
15
15
|
if (t && t.includes("m3u8"))
|
|
16
16
|
if (c.isSupported() && e.current) {
|
|
@@ -24,7 +24,7 @@ const w = ({ src: r }) => {
|
|
|
24
24
|
var u;
|
|
25
25
|
console.error(s), (u = e.current) == null || u.play();
|
|
26
26
|
}));
|
|
27
|
-
}, [t]), /* @__PURE__ */
|
|
27
|
+
}, [t]), /* @__PURE__ */ n(
|
|
28
28
|
"video",
|
|
29
29
|
{
|
|
30
30
|
src: t || "https://storage.googleapis.com/cdn.streamlayer.io/assets/sdk-web/Own%20The%20Game%201080p%20RF18.mp4",
|
|
@@ -39,35 +39,35 @@ const w = ({ src: r }) => {
|
|
|
39
39
|
}
|
|
40
40
|
);
|
|
41
41
|
}, v = () => {
|
|
42
|
-
const r =
|
|
42
|
+
const r = d(), [e, a] = l("");
|
|
43
43
|
return i(() => r ? r.streamSummary().subscribe((t) => {
|
|
44
44
|
var o, s;
|
|
45
|
-
(s = (o = t.data) == null ? void 0 : o.summary) != null && s.stream &&
|
|
45
|
+
(s = (o = t.data) == null ? void 0 : o.summary) != null && s.stream && a(t.data.summary.stream);
|
|
46
46
|
}) : () => {
|
|
47
|
-
}, [r]), /* @__PURE__ */
|
|
48
|
-
|
|
47
|
+
}, [r]), /* @__PURE__ */ n(
|
|
48
|
+
g,
|
|
49
49
|
{
|
|
50
50
|
src: e || "https://storage.googleapis.com/cdn.streamlayer.io/assets/sdk-web/Own%20The%20Game%201080p%20RF18.mp4"
|
|
51
51
|
}
|
|
52
52
|
);
|
|
53
|
-
},
|
|
53
|
+
}, w = ({ sdk: r }) => (i(() => {
|
|
54
54
|
r.anonymousAuthorization();
|
|
55
|
-
}, [r]), null),
|
|
56
|
-
const e =
|
|
55
|
+
}, [r]), null), k = ({ persistent: r }) => {
|
|
56
|
+
const e = d();
|
|
57
57
|
return e ? /* @__PURE__ */ p(f, { children: [
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
/* @__PURE__ */
|
|
58
|
+
/* @__PURE__ */ n(w, { sdk: e }),
|
|
59
|
+
/* @__PURE__ */ n(b, { sdk: e, persistent: r, children: /* @__PURE__ */ n(v, {}) })
|
|
60
60
|
] }) : null;
|
|
61
|
-
},
|
|
62
|
-
const o =
|
|
63
|
-
return /* @__PURE__ */
|
|
61
|
+
}, L = /* @__PURE__ */ new Set([S]), K = ({ sdkKey: r, eventId: e, persistent: a, production: t }) => {
|
|
62
|
+
const o = h({ sdkKey: r, eventId: e, production: t });
|
|
63
|
+
return /* @__PURE__ */ n(
|
|
64
64
|
y,
|
|
65
65
|
{
|
|
66
66
|
event: o.event,
|
|
67
67
|
sdkKey: o.sdkKey,
|
|
68
68
|
production: o.env === "production",
|
|
69
69
|
themeMode: "dark",
|
|
70
|
-
plugins:
|
|
70
|
+
plugins: L,
|
|
71
71
|
autoEnable: !0,
|
|
72
72
|
withAd: !0,
|
|
73
73
|
skipOnboarding: !0,
|
|
@@ -75,11 +75,11 @@ const w = ({ src: r }) => {
|
|
|
75
75
|
friendsTab: "disabled",
|
|
76
76
|
hideFriends: !0,
|
|
77
77
|
webOS: !0,
|
|
78
|
-
children: /* @__PURE__ */
|
|
78
|
+
children: /* @__PURE__ */ n(k, { persistent: a })
|
|
79
79
|
}
|
|
80
80
|
);
|
|
81
81
|
};
|
|
82
82
|
export {
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
g as Player,
|
|
84
|
+
K as WebOSStory
|
|
85
85
|
};
|