@streamlayer/react-ui 1.26.0 → 1.27.0
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.d.ts +1 -0
- package/lib/app/app/Advertisement/index.js +125 -92
- package/lib/app/app/Banner/index.d.ts +6 -0
- package/lib/app/app/Banner/index.js +6 -0
- package/lib/app/app/Features/Gamification/Question.d.ts +4 -0
- package/lib/app/app/Features/Gamification/Question.js +79 -50
- package/lib/app/app/Features/Gamification/QuestionAdvertisement.d.ts +6 -0
- package/lib/app/app/Features/Gamification/QuestionAdvertisement.js +46 -0
- package/lib/app/app/Features/Gamification/Tabs.js +12 -12
- package/lib/app/app/Features/Gamification/index.d.ts +3 -0
- package/lib/app/app/Features/Gamification/index.js +56 -52
- package/lib/app/app/Features/index.d.ts +1 -0
- package/lib/app/app/Features/index.js +6 -4
- package/lib/app/app/InApp/index.d.ts +1 -0
- package/lib/app/app/InApp/index.js +44 -17
- package/lib/app/app/Insight/index.d.ts +3 -0
- package/lib/app/app/Insight/index.js +33 -30
- package/lib/app/app/Layout/index.d.ts +17 -0
- package/lib/app/app/Layout/index.js +105 -0
- package/lib/app/app/Layout/styles.d.ts +12 -0
- package/lib/app/app/Layout/styles.js +64 -0
- package/lib/app/app/Notifications/Onboarding/Notification/styles.d.ts +7 -1
- package/lib/app/app/Notifications/styles.d.ts +18 -2
- package/lib/app/app/index.d.ts +1 -0
- package/lib/app/app/index.js +91 -85
- package/lib/app/app/story/index.js +56 -58
- package/lib/app/app/story/promotion/index.js +31 -36
- package/lib/app/app/story/promotion/styles.d.ts +3 -1
- package/lib/app/app/story/promotion/video.js +63 -81
- package/lib/app/app/story/promotion-notification/styles.d.ts +3 -1
- package/lib/app/app/story/styles.d.ts +5 -1
- package/lib/app/app/story/styles.js +36 -16
- package/lib/app/app/story/video.d.ts +5 -1
- package/lib/app/app/story/video.js +70 -33
- package/lib/app/app/useApp.d.ts +1 -2
- package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.d.ts +7 -1
- package/lib/app/masters/BetPack/BetPackContent/index.js +175 -187
- package/lib/app/masters/BetPack/BetPackContent/styles.d.ts +84 -84
- package/lib/app/masters/BetPack/BetPackOverlay/styles.d.ts +14 -2
- package/lib/app/masters/Features/Gamification/Question.js +19 -17
- package/lib/app/masters/Notifications/Onboarding/Notification/styles.d.ts +7 -1
- package/lib/app/masters/Notifications/styles.d.ts +18 -2
- package/lib/app/masters/masters.d.ts +4 -1
- package/lib/app/masters/useMastersApp.d.ts +1 -1
- package/lib/app/tgl/styles.d.ts +3 -1
- package/lib/app/{tvos → webos/Advertisement}/AdvertisementUI.d.ts +7 -1
- package/lib/app/webos/Advertisement/AdvertisementUI.js +63 -0
- package/lib/app/{tvos/Advertisement.d.ts → webos/Advertisement/index.d.ts} +3 -1
- package/lib/app/webos/Advertisement/index.js +119 -0
- package/lib/app/webos/ExposedPauseAd/PauseAd.d.ts +15 -0
- package/lib/app/webos/ExposedPauseAd/PauseAd.js +93 -0
- package/lib/app/webos/ExposedPauseAd/styles.d.ts +12 -0
- package/lib/app/webos/ExposedPauseAd/styles.js +64 -0
- package/lib/app/webos/Question/index.d.ts +9 -0
- package/lib/app/webos/Question/index.js +56 -0
- package/lib/app/webos/index.d.ts +24 -0
- package/lib/app/webos/index.js +65 -0
- package/lib/app/webos/story.d.ts +9 -0
- package/lib/app/webos/story.js +74 -0
- package/lib/app/webos/styles.js +4 -0
- package/lib/app/webos/ui/Layout/index.js +78 -0
- package/lib/app/{tvos → webos}/ui/Layout/styles.js +25 -25
- package/lib/app/webos/ui/Sidebar/PromoAction.d.ts +7 -0
- package/lib/app/webos/ui/Sidebar/PromoAction.js +63 -0
- package/lib/app/{tvos → webos}/ui/Sidebar/index.d.ts +6 -0
- package/lib/app/webos/ui/Sidebar/index.js +176 -0
- package/lib/app/{tvos → webos}/ui/Sidebar/styles.d.ts +7 -3
- package/lib/app/{tvos → webos}/ui/Sidebar/styles.js +175 -170
- package/lib/app/webos/ui/insight/index.d.ts +9 -0
- package/lib/app/webos/ui/insight/index.js +100 -0
- package/lib/app/webos/ui/insight/styles.d.ts +12 -0
- package/lib/app/webos/ui/insight/styles.js +51 -0
- package/lib/app/webos/useTvButton.d.ts +9 -0
- package/lib/app/webos/useTvButton.js +23 -0
- package/lib/assets/style.css +1 -1
- package/lib/hooks/analytics.d.ts +14 -0
- package/lib/hooks/showIn.d.ts +9 -0
- package/lib/hooks/useKeyboardNavigation.d.ts +15 -0
- package/lib/hooks/useKeyboardNavigation.js +74 -0
- package/lib/index-T1iiS0ZO.js +17 -0
- package/lib/ui/advertisement/banner/index.d.ts +3 -0
- package/lib/ui/advertisement/banner/index.js +29 -17
- package/lib/ui/advertisement/banner/styles.d.ts +5 -1
- package/lib/ui/advertisement/index.d.ts +4 -1
- package/lib/ui/advertisement/index.js +56 -44
- package/lib/ui/advertisement/notification/index.d.ts +2 -0
- package/lib/ui/advertisement/notification/index.js +50 -34
- package/lib/ui/advertisement/notification/lower-third/index.d.ts +2 -0
- package/lib/ui/advertisement/notification/lower-third/index.js +42 -26
- package/lib/ui/advertisement/notification/lower-third/styles.d.ts +11 -0
- package/lib/ui/advertisement/notification/lower-third/styles.js +39 -24
- package/lib/ui/advertisement/notification/styles.d.ts +18 -1
- package/lib/ui/advertisement/notification/styles.js +48 -33
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.d.ts +2 -2
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.js +1 -1
- package/lib/ui/advertisement/overlay/index.d.ts +4 -1
- package/lib/ui/advertisement/overlay/index.js +135 -77
- package/lib/ui/gamification/detail/header/index.d.ts +2 -0
- package/lib/ui/gamification/detail/header/index.js +19 -16
- package/lib/ui/gamification/detail/header/styles.d.ts +15 -3
- package/lib/ui/gamification/detail/header/styles.js +1 -1
- package/lib/ui/gamification/detail/sponsor/index.d.ts +1 -0
- package/lib/ui/gamification/detail/sponsor/index.js +25 -13
- package/lib/ui/gamification/invite-link/styles.d.ts +14 -2
- package/lib/ui/gamification/leaderboard/list-item/styles.d.ts +7 -1
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.d.ts +14 -2
- package/lib/ui/gamification/onboarding/styles.d.ts +10 -2
- package/lib/ui/gamification/points/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.d.ts +48 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.js +94 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/index.d.ts +9 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/index.js +99 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.d.ts +42 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.js +117 -0
- package/lib/ui/gamification/question/inapp/notification/NotificationMedia/index.js +9 -8
- package/lib/ui/gamification/question/inapp/notification/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/onboarding/index.js +12 -12
- package/lib/ui/gamification/question/inapp/onboarding/styles.d.ts +18 -2
- package/lib/ui/gamification/question/inapp/prediction-result/frames/content.js +9 -9
- package/lib/ui/gamification/question/inapp/prediction-result/frames/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.d.ts +5 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.js +49 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.d.ts +12 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.js +56 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.d.ts +1 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.js +34 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.d.ts +1 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.js +19 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.d.ts +4 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.js +34 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.d.ts +7 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.js +43 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.d.ts +9 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.js +20 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/index.d.ts +10 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/index.js +20 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.d.ts +11 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.js +34 -0
- package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +38 -5
- package/lib/ui/gamification/question/notification/styles.d.ts +14 -2
- package/lib/ui/gamification/question/styles.d.ts +26 -4
- package/lib/ui/gamification/vote/alert/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/feedback/styles.d.ts +19 -2
- package/lib/ui/gamification/vote/feedbackAlert/index.d.ts +9 -0
- package/lib/ui/gamification/vote/feedbackAlert/index.js +11 -0
- package/lib/ui/gamification/vote/feedbackAlert/styles.d.ts +11 -0
- package/lib/ui/gamification/vote/feedbackAlert/styles.js +30 -0
- package/lib/ui/gamification/vote/index.d.ts +3 -1
- package/lib/ui/gamification/vote/index.js +160 -130
- package/lib/ui/gamification/vote/insight-details/index.js +8 -7
- package/lib/ui/gamification/vote/insight-details/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/styles.d.ts +29 -4
- package/lib/ui/gamification/vote/vote-option/index.d.ts +3 -0
- package/lib/ui/gamification/vote/vote-option/index.js +72 -64
- package/lib/ui/gamification/vote/vote-option/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/win-bar/styles.d.ts +19 -2
- package/lib/ui/icons/index.d.ts +1 -0
- package/lib/ui/icons/index.js +80 -79
- package/lib/ui/modal/index.js +12 -17
- package/lib/ui/questions/insight/index.d.ts +4 -1
- package/lib/ui/questions/insight/index.js +29 -26
- package/lib/ui/questions/twitter/account/styles.d.ts +7 -1
- package/lib/ui/questions/twitter/index.d.ts +1 -0
- package/lib/ui/questions/twitter/index.js +27 -19
- package/lib/ui/theme/constants.d.ts +2 -0
- package/lib/ui/theme/constants.js +2 -0
- package/lib/ui/theme/masters-theme.js +1 -0
- package/lib/ui/theme/utils.d.ts +10 -0
- package/lib/ui/theme/utils.js +77 -0
- package/lib/ui/video-player/index.d.ts +10 -2
- package/lib/ui/video-player/index.js +189 -110
- package/lib/ui/video-player/styles.d.ts +36 -0
- package/lib/ui/video-player/styles.js +59 -11
- package/lib/utils/common.d.ts +6 -0
- package/lib/utils/createDemo.d.ts +12 -0
- package/lib/utils/debug/components/bypassLogin.d.ts +6 -0
- package/lib/utils/debug/components/copyLogs.d.ts +1 -0
- package/lib/utils/debug/components/developer.d.ts +14 -0
- package/lib/utils/debug/components/envToggle.d.ts +6 -0
- package/lib/utils/debug/components/eventInput.d.ts +8 -0
- package/lib/utils/debug/components/sdkKey.d.ts +6 -0
- package/lib/utils/debug/components/styles.d.ts +1 -0
- package/lib/utils/debug/index.d.ts +36 -0
- package/lib/utils/debug/storage.d.ts +14 -0
- package/lib/utils/decorators/container.d.ts +6 -0
- package/lib/utils/decorators/container.js +5 -5
- package/lib/utils/decorators/masters.d.ts +2 -0
- package/lib/utils/decorators/styles.d.ts +2 -0
- package/lib/utils/login.d.ts +3 -0
- package/lib/utils/storage.d.ts +14 -0
- package/package.json +27 -20
- package/lib/app/tvos/Advertisement.js +0 -88
- package/lib/app/tvos/AdvertisementUI.js +0 -40
- package/lib/app/tvos/index.d.ts +0 -16
- package/lib/app/tvos/index.js +0 -23
- package/lib/app/tvos/story.d.ts +0 -6
- package/lib/app/tvos/story.js +0 -34
- package/lib/app/tvos/styles.js +0 -4
- package/lib/app/tvos/ui/Layout/index.js +0 -76
- package/lib/app/tvos/ui/Sidebar/PromoAction.d.ts +0 -2
- package/lib/app/tvos/ui/Sidebar/PromoAction.js +0 -62
- package/lib/app/tvos/ui/Sidebar/index.js +0 -114
- /package/lib/app/{tvos → webos}/styles.d.ts +0 -0
- /package/lib/app/{tvos → webos}/ui/Layout/index.d.ts +0 -0
- /package/lib/app/{tvos → webos}/ui/Layout/styles.d.ts +0 -0
|
@@ -1,29 +1,49 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
3
|
-
name: "
|
|
4
|
-
class: "
|
|
2
|
+
const a = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "VideoContainer",
|
|
4
|
+
class: "v10yam33",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), o = /* @__PURE__ */ s("button")({
|
|
7
|
+
name: "VideoMuteButton",
|
|
8
|
+
class: "v13be41a",
|
|
5
9
|
propsAsIs: !1
|
|
6
10
|
}), n = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "PointsContainer",
|
|
12
|
+
class: "p18d3gas",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
7
15
|
name: "VideoPlayerWrap",
|
|
8
|
-
class: "
|
|
16
|
+
class: "v1aq3x2u",
|
|
9
17
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
18
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
11
19
|
name: "VideoFrame",
|
|
12
|
-
class: "
|
|
20
|
+
class: "v6hlblg",
|
|
13
21
|
propsAsIs: !1
|
|
14
|
-
}),
|
|
22
|
+
}), r = /* @__PURE__ */ s("a")({
|
|
15
23
|
name: "LinkToLogin",
|
|
16
|
-
class: "
|
|
24
|
+
class: "l1ir4g01",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
}), t = /* @__PURE__ */ s("video")({
|
|
27
|
+
name: "VideoTag",
|
|
28
|
+
class: "vq35lm3",
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
}), p = /* @__PURE__ */ s("iframe")({
|
|
31
|
+
name: "VideoIFrame",
|
|
32
|
+
class: "v1trv37l",
|
|
17
33
|
propsAsIs: !1
|
|
18
|
-
}),
|
|
19
|
-
name: "
|
|
20
|
-
class: "
|
|
34
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
35
|
+
name: "Preload",
|
|
36
|
+
class: "plx7e50",
|
|
21
37
|
propsAsIs: !1
|
|
22
38
|
});
|
|
23
39
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
40
|
+
r as LinkToLogin,
|
|
41
|
+
n as PointsContainer,
|
|
42
|
+
d as Preload,
|
|
43
|
+
a as VideoContainer,
|
|
44
|
+
l as VideoFrame,
|
|
45
|
+
p as VideoIFrame,
|
|
46
|
+
o as VideoMuteButton,
|
|
47
|
+
i as VideoPlayerWrap,
|
|
48
|
+
t as VideoTag
|
|
29
49
|
};
|
|
@@ -1,35 +1,70 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { StreamLayerSDKPoints as
|
|
6
|
-
import { VideoFrame as
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { jsxs as S, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import p from "hls.js";
|
|
3
|
+
import { useRef as y, useState as h, useCallback as P, useEffect as a } from "react";
|
|
4
|
+
import { useStreamLayer as V } from "@streamlayer/react";
|
|
5
|
+
import { StreamLayerSDKPoints as b } from "../Points/index.js";
|
|
6
|
+
import { VideoFrame as w, PointsContainer as v, VideoPlayerWrap as C, LinkToLogin as L, Preload as x, VideoIFrame as k, VideoTag as I } from "./styles.js";
|
|
7
|
+
import { VideoContainer as K, VideoMuteButton as W } from "./styles.js";
|
|
8
|
+
const R = ({ muted: l, toggleMute: i }) => {
|
|
9
|
+
const e = y(), c = y(), o = V(), [n, u] = h(""), [m, g] = h(!1), s = P(
|
|
10
|
+
({ muted: r }) => {
|
|
11
|
+
i(r), e.current.mute = r;
|
|
12
|
+
},
|
|
13
|
+
[i]
|
|
14
|
+
);
|
|
15
|
+
return a(() => (o == null || o.addVideoPlayerController(s), () => {
|
|
16
|
+
o == null || o.removeVideoPlayerController(s);
|
|
17
|
+
}), [o, s]), a(() => o ? o.streamSummary().subscribe((r) => {
|
|
18
|
+
var d, f;
|
|
19
|
+
(f = (d = r.data) == null ? void 0 : d.summary) != null && f.stream && u(r.data.summary.stream);
|
|
20
|
+
}) : () => {
|
|
21
|
+
}, [o]), a(() => () => {
|
|
22
|
+
c.current && clearTimeout(c.current);
|
|
23
|
+
}, []), a(() => {
|
|
24
|
+
if (n && n.includes("m3u8"))
|
|
25
|
+
if (p.isSupported() && e.current) {
|
|
26
|
+
const r = new p({
|
|
27
|
+
debug: !1
|
|
28
|
+
});
|
|
29
|
+
r.loadSource(n), r.attachMedia(e.current);
|
|
30
|
+
} else
|
|
31
|
+
u("");
|
|
32
|
+
e.current && (e.current.volume = 0.1, e.current.play().then(() => setInteracted(!0)).catch(() => {
|
|
33
|
+
g(!0);
|
|
34
|
+
}));
|
|
35
|
+
}, [n]), a(() => {
|
|
36
|
+
var r;
|
|
37
|
+
m && ((r = e.current) == null || r.play());
|
|
38
|
+
}, [m]), n ? n.includes("player.castr.com") ? /* @__PURE__ */ t(
|
|
39
|
+
k,
|
|
40
|
+
{
|
|
41
|
+
src: `${n}?loop=on&fullscreen=off&airplay=off&cast=off&pip=off`,
|
|
42
|
+
width: "100%",
|
|
43
|
+
height: "100%",
|
|
44
|
+
frameBorder: "0",
|
|
45
|
+
scrolling: "no",
|
|
46
|
+
allow: "autoplay"
|
|
47
|
+
}
|
|
48
|
+
) : /* @__PURE__ */ t(
|
|
49
|
+
I,
|
|
50
|
+
{
|
|
51
|
+
src: n,
|
|
52
|
+
ref: e,
|
|
53
|
+
muted: l,
|
|
54
|
+
autoPlay: !0,
|
|
55
|
+
loop: !0,
|
|
56
|
+
playsInline: !0,
|
|
57
|
+
controls: !0,
|
|
58
|
+
controlsList: "nodownload nofullscreen noremoteplayback"
|
|
59
|
+
}
|
|
60
|
+
) : /* @__PURE__ */ t(x, { children: /* @__PURE__ */ t("img", { src: "https://cdn.streamlayer.io/sdk-web-demo/loader.png", alt: "" }) });
|
|
61
|
+
}, M = ({ muted: l, toggleMute: i }) => {
|
|
62
|
+
const e = V();
|
|
63
|
+
return /* @__PURE__ */ S(w, { "data-testid": "video-frame", children: [
|
|
64
|
+
e && /* @__PURE__ */ t(v, { children: /* @__PURE__ */ t(b, { sdk: e }) }),
|
|
65
|
+
/* @__PURE__ */ t(C, { children: /* @__PURE__ */ t(R, { muted: l, toggleMute: i }) }),
|
|
66
|
+
/* @__PURE__ */ t(
|
|
67
|
+
L,
|
|
33
68
|
{
|
|
34
69
|
href: "./iframe.html?args=&globals=viewport:appDesktop&id=app-login--login&viewMode=story",
|
|
35
70
|
rel: "noreferrer",
|
|
@@ -39,5 +74,7 @@ const P = () => {
|
|
|
39
74
|
] });
|
|
40
75
|
};
|
|
41
76
|
export {
|
|
42
|
-
|
|
77
|
+
M as Video,
|
|
78
|
+
K as VideoContainer,
|
|
79
|
+
W as VideoMuteButton
|
|
43
80
|
};
|
package/lib/app/app/useApp.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StreamLayerSDK } from '@streamlayer/sdk-web-interfaces';
|
|
2
|
-
import { FeatureType } from '@streamlayer/sdk-web-types';
|
|
3
2
|
export declare const useAppApp: (sdk: StreamLayerSDK) => {
|
|
4
3
|
sdkReady: boolean;
|
|
5
|
-
activeFeature:
|
|
4
|
+
activeFeature: any;
|
|
6
5
|
isLogged: boolean;
|
|
7
6
|
};
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export declare const NextButton: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLSpanElement> & import('react').HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
2
|
-
export declare const IconArrowRight:
|
|
2
|
+
export declare const IconArrowRight: {
|
|
3
|
+
__wyw_meta: unknown;
|
|
4
|
+
} & import('react').FC<{
|
|
5
|
+
name: keyof typeof import('../../../../../ui/icons').icons;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
className?: string;
|
|
8
|
+
}>;
|
|
3
9
|
export declare const StartScreenSponsor: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
10
|
export declare const StartScreenNote: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|