@streamlayer/react-ui 1.26.1 → 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.
Files changed (205) hide show
  1. package/lib/app/app/Advertisement/index.d.ts +1 -0
  2. package/lib/app/app/Advertisement/index.js +125 -92
  3. package/lib/app/app/Banner/index.d.ts +6 -0
  4. package/lib/app/app/Banner/index.js +6 -0
  5. package/lib/app/app/Features/Gamification/Question.d.ts +4 -0
  6. package/lib/app/app/Features/Gamification/Question.js +79 -50
  7. package/lib/app/app/Features/Gamification/QuestionAdvertisement.d.ts +6 -0
  8. package/lib/app/app/Features/Gamification/QuestionAdvertisement.js +46 -0
  9. package/lib/app/app/Features/Gamification/Tabs.js +12 -12
  10. package/lib/app/app/Features/Gamification/index.d.ts +3 -0
  11. package/lib/app/app/Features/Gamification/index.js +56 -52
  12. package/lib/app/app/Features/index.d.ts +1 -0
  13. package/lib/app/app/Features/index.js +6 -4
  14. package/lib/app/app/InApp/index.d.ts +1 -0
  15. package/lib/app/app/InApp/index.js +44 -17
  16. package/lib/app/app/Insight/index.d.ts +3 -0
  17. package/lib/app/app/Insight/index.js +33 -30
  18. package/lib/app/app/Layout/index.d.ts +17 -0
  19. package/lib/app/app/Layout/index.js +105 -0
  20. package/lib/app/app/Layout/styles.d.ts +12 -0
  21. package/lib/app/app/Layout/styles.js +64 -0
  22. package/lib/app/app/Notifications/Onboarding/Notification/styles.d.ts +7 -1
  23. package/lib/app/app/Notifications/styles.d.ts +18 -2
  24. package/lib/app/app/index.d.ts +1 -0
  25. package/lib/app/app/index.js +91 -85
  26. package/lib/app/app/story/index.js +56 -58
  27. package/lib/app/app/story/promotion/index.js +31 -36
  28. package/lib/app/app/story/promotion/styles.d.ts +3 -1
  29. package/lib/app/app/story/promotion/video.js +63 -81
  30. package/lib/app/app/story/promotion-notification/styles.d.ts +3 -1
  31. package/lib/app/app/story/styles.d.ts +5 -1
  32. package/lib/app/app/story/styles.js +36 -16
  33. package/lib/app/app/story/video.d.ts +5 -1
  34. package/lib/app/app/story/video.js +70 -33
  35. package/lib/app/app/useApp.d.ts +1 -2
  36. package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.d.ts +7 -1
  37. package/lib/app/masters/BetPack/BetPackContent/index.js +175 -187
  38. package/lib/app/masters/BetPack/BetPackContent/styles.d.ts +84 -84
  39. package/lib/app/masters/BetPack/BetPackOverlay/styles.d.ts +14 -2
  40. package/lib/app/masters/Features/Gamification/Question.js +19 -17
  41. package/lib/app/masters/Notifications/Onboarding/Notification/styles.d.ts +7 -1
  42. package/lib/app/masters/Notifications/styles.d.ts +18 -2
  43. package/lib/app/masters/masters.d.ts +4 -1
  44. package/lib/app/masters/useMastersApp.d.ts +1 -1
  45. package/lib/app/tgl/styles.d.ts +3 -1
  46. package/lib/app/{tvos → webos/Advertisement}/AdvertisementUI.d.ts +7 -1
  47. package/lib/app/webos/Advertisement/AdvertisementUI.js +63 -0
  48. package/lib/app/{tvos/Advertisement.d.ts → webos/Advertisement/index.d.ts} +3 -1
  49. package/lib/app/webos/Advertisement/index.js +119 -0
  50. package/lib/app/webos/ExposedPauseAd/PauseAd.d.ts +15 -0
  51. package/lib/app/webos/ExposedPauseAd/PauseAd.js +93 -0
  52. package/lib/app/webos/ExposedPauseAd/styles.d.ts +12 -0
  53. package/lib/app/webos/ExposedPauseAd/styles.js +64 -0
  54. package/lib/app/webos/Question/index.d.ts +9 -0
  55. package/lib/app/webos/Question/index.js +56 -0
  56. package/lib/app/webos/index.d.ts +24 -0
  57. package/lib/app/webos/index.js +65 -0
  58. package/lib/app/webos/story.d.ts +9 -0
  59. package/lib/app/webos/story.js +74 -0
  60. package/lib/app/webos/styles.js +4 -0
  61. package/lib/app/webos/ui/Layout/index.js +78 -0
  62. package/lib/app/{tvos → webos}/ui/Layout/styles.js +25 -25
  63. package/lib/app/webos/ui/Sidebar/PromoAction.d.ts +7 -0
  64. package/lib/app/webos/ui/Sidebar/PromoAction.js +63 -0
  65. package/lib/app/{tvos → webos}/ui/Sidebar/index.d.ts +6 -0
  66. package/lib/app/webos/ui/Sidebar/index.js +176 -0
  67. package/lib/app/{tvos → webos}/ui/Sidebar/styles.d.ts +7 -3
  68. package/lib/app/{tvos → webos}/ui/Sidebar/styles.js +175 -170
  69. package/lib/app/webos/ui/insight/index.d.ts +9 -0
  70. package/lib/app/webos/ui/insight/index.js +100 -0
  71. package/lib/app/webos/ui/insight/styles.d.ts +12 -0
  72. package/lib/app/webos/ui/insight/styles.js +51 -0
  73. package/lib/app/webos/useTvButton.d.ts +9 -0
  74. package/lib/app/webos/useTvButton.js +23 -0
  75. package/lib/assets/style.css +1 -1
  76. package/lib/hooks/analytics.d.ts +14 -0
  77. package/lib/hooks/showIn.d.ts +9 -0
  78. package/lib/hooks/useKeyboardNavigation.d.ts +15 -0
  79. package/lib/hooks/useKeyboardNavigation.js +74 -0
  80. package/lib/index-T1iiS0ZO.js +17 -0
  81. package/lib/ui/advertisement/banner/index.d.ts +3 -0
  82. package/lib/ui/advertisement/banner/index.js +29 -17
  83. package/lib/ui/advertisement/banner/styles.d.ts +5 -1
  84. package/lib/ui/advertisement/index.d.ts +4 -1
  85. package/lib/ui/advertisement/index.js +56 -44
  86. package/lib/ui/advertisement/notification/index.d.ts +2 -0
  87. package/lib/ui/advertisement/notification/index.js +50 -34
  88. package/lib/ui/advertisement/notification/lower-third/index.d.ts +2 -0
  89. package/lib/ui/advertisement/notification/lower-third/index.js +42 -26
  90. package/lib/ui/advertisement/notification/lower-third/styles.d.ts +11 -0
  91. package/lib/ui/advertisement/notification/lower-third/styles.js +39 -24
  92. package/lib/ui/advertisement/notification/styles.d.ts +18 -1
  93. package/lib/ui/advertisement/notification/styles.js +48 -33
  94. package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.d.ts +2 -2
  95. package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.js +1 -1
  96. package/lib/ui/advertisement/overlay/index.d.ts +4 -1
  97. package/lib/ui/advertisement/overlay/index.js +135 -77
  98. package/lib/ui/gamification/detail/header/index.d.ts +2 -0
  99. package/lib/ui/gamification/detail/header/index.js +19 -16
  100. package/lib/ui/gamification/detail/header/styles.d.ts +15 -3
  101. package/lib/ui/gamification/detail/header/styles.js +1 -1
  102. package/lib/ui/gamification/detail/sponsor/index.d.ts +1 -0
  103. package/lib/ui/gamification/detail/sponsor/index.js +25 -13
  104. package/lib/ui/gamification/invite-link/styles.d.ts +14 -2
  105. package/lib/ui/gamification/leaderboard/list-item/styles.d.ts +7 -1
  106. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.d.ts +14 -2
  107. package/lib/ui/gamification/onboarding/styles.d.ts +10 -2
  108. package/lib/ui/gamification/points/styles.d.ts +7 -1
  109. package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.d.ts +48 -0
  110. package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.js +94 -0
  111. package/lib/ui/gamification/question/inapp/notification/AdNotification/index.d.ts +9 -0
  112. package/lib/ui/gamification/question/inapp/notification/AdNotification/index.js +99 -0
  113. package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.d.ts +42 -0
  114. package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.js +117 -0
  115. package/lib/ui/gamification/question/inapp/notification/NotificationMedia/index.js +9 -8
  116. package/lib/ui/gamification/question/inapp/notification/styles.d.ts +7 -1
  117. package/lib/ui/gamification/question/inapp/onboarding/index.js +12 -12
  118. package/lib/ui/gamification/question/inapp/onboarding/styles.d.ts +18 -2
  119. package/lib/ui/gamification/question/inapp/prediction-result/frames/content.js +9 -9
  120. package/lib/ui/gamification/question/inapp/prediction-result/frames/styles.d.ts +7 -1
  121. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.d.ts +5 -0
  122. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.js +49 -0
  123. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.d.ts +12 -0
  124. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.js +56 -0
  125. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.d.ts +1 -0
  126. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.js +34 -0
  127. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.d.ts +1 -0
  128. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.js +19 -0
  129. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.d.ts +4 -0
  130. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.js +34 -0
  131. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.d.ts +7 -0
  132. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.js +43 -0
  133. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.d.ts +9 -0
  134. package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.js +20 -0
  135. package/lib/ui/gamification/question/inapp/prediction-result-ad/index.d.ts +10 -0
  136. package/lib/ui/gamification/question/inapp/prediction-result-ad/index.js +20 -0
  137. package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.d.ts +11 -0
  138. package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.js +34 -0
  139. package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +38 -5
  140. package/lib/ui/gamification/question/notification/styles.d.ts +14 -2
  141. package/lib/ui/gamification/question/styles.d.ts +26 -4
  142. package/lib/ui/gamification/vote/alert/styles.d.ts +7 -1
  143. package/lib/ui/gamification/vote/feedback/styles.d.ts +19 -2
  144. package/lib/ui/gamification/vote/feedbackAlert/index.d.ts +9 -0
  145. package/lib/ui/gamification/vote/feedbackAlert/index.js +11 -0
  146. package/lib/ui/gamification/vote/feedbackAlert/styles.d.ts +11 -0
  147. package/lib/ui/gamification/vote/feedbackAlert/styles.js +30 -0
  148. package/lib/ui/gamification/vote/index.d.ts +3 -1
  149. package/lib/ui/gamification/vote/index.js +160 -130
  150. package/lib/ui/gamification/vote/insight-details/index.js +8 -7
  151. package/lib/ui/gamification/vote/insight-details/styles.d.ts +7 -1
  152. package/lib/ui/gamification/vote/styles.d.ts +29 -4
  153. package/lib/ui/gamification/vote/vote-option/index.d.ts +3 -0
  154. package/lib/ui/gamification/vote/vote-option/index.js +72 -64
  155. package/lib/ui/gamification/vote/vote-option/styles.d.ts +7 -1
  156. package/lib/ui/gamification/vote/win-bar/styles.d.ts +19 -2
  157. package/lib/ui/icons/index.d.ts +1 -0
  158. package/lib/ui/icons/index.js +80 -79
  159. package/lib/ui/modal/index.js +12 -17
  160. package/lib/ui/questions/insight/index.d.ts +4 -1
  161. package/lib/ui/questions/insight/index.js +29 -26
  162. package/lib/ui/questions/twitter/account/styles.d.ts +7 -1
  163. package/lib/ui/questions/twitter/index.d.ts +1 -0
  164. package/lib/ui/questions/twitter/index.js +27 -19
  165. package/lib/ui/theme/constants.d.ts +2 -0
  166. package/lib/ui/theme/constants.js +2 -0
  167. package/lib/ui/theme/masters-theme.js +1 -0
  168. package/lib/ui/theme/utils.d.ts +10 -0
  169. package/lib/ui/theme/utils.js +77 -0
  170. package/lib/ui/video-player/index.d.ts +10 -2
  171. package/lib/ui/video-player/index.js +189 -110
  172. package/lib/ui/video-player/styles.d.ts +36 -0
  173. package/lib/ui/video-player/styles.js +59 -11
  174. package/lib/utils/common.d.ts +6 -0
  175. package/lib/utils/createDemo.d.ts +12 -0
  176. package/lib/utils/debug/components/bypassLogin.d.ts +6 -0
  177. package/lib/utils/debug/components/copyLogs.d.ts +1 -0
  178. package/lib/utils/debug/components/developer.d.ts +14 -0
  179. package/lib/utils/debug/components/envToggle.d.ts +6 -0
  180. package/lib/utils/debug/components/eventInput.d.ts +8 -0
  181. package/lib/utils/debug/components/sdkKey.d.ts +6 -0
  182. package/lib/utils/debug/components/styles.d.ts +1 -0
  183. package/lib/utils/debug/index.d.ts +36 -0
  184. package/lib/utils/debug/storage.d.ts +14 -0
  185. package/lib/utils/decorators/container.d.ts +6 -0
  186. package/lib/utils/decorators/container.js +5 -5
  187. package/lib/utils/decorators/masters.d.ts +2 -0
  188. package/lib/utils/decorators/styles.d.ts +2 -0
  189. package/lib/utils/login.d.ts +3 -0
  190. package/lib/utils/storage.d.ts +14 -0
  191. package/package.json +27 -20
  192. package/lib/app/tvos/Advertisement.js +0 -88
  193. package/lib/app/tvos/AdvertisementUI.js +0 -40
  194. package/lib/app/tvos/index.d.ts +0 -16
  195. package/lib/app/tvos/index.js +0 -23
  196. package/lib/app/tvos/story.d.ts +0 -6
  197. package/lib/app/tvos/story.js +0 -34
  198. package/lib/app/tvos/styles.js +0 -4
  199. package/lib/app/tvos/ui/Layout/index.js +0 -76
  200. package/lib/app/tvos/ui/Sidebar/PromoAction.d.ts +0 -2
  201. package/lib/app/tvos/ui/Sidebar/PromoAction.js +0 -62
  202. package/lib/app/tvos/ui/Sidebar/index.js +0 -114
  203. /package/lib/app/{tvos → webos}/styles.d.ts +0 -0
  204. /package/lib/app/{tvos → webos}/ui/Layout/index.d.ts +0 -0
  205. /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 o = /* @__PURE__ */ s("div")({
3
- name: "PointsContainer",
4
- class: "p10yam33",
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: "v13be41a",
16
+ class: "v1aq3x2u",
9
17
  propsAsIs: !1
10
- }), e = /* @__PURE__ */ s("div")({
18
+ }), l = /* @__PURE__ */ s("div")({
11
19
  name: "VideoFrame",
12
- class: "v18d3gas",
20
+ class: "v6hlblg",
13
21
  propsAsIs: !1
14
- }), i = /* @__PURE__ */ s("a")({
22
+ }), r = /* @__PURE__ */ s("a")({
15
23
  name: "LinkToLogin",
16
- class: "l1aq3x2u",
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
- }), r = /* @__PURE__ */ s("div")({
19
- name: "NotificationContainer",
20
- class: "n6hlblg",
34
+ }), d = /* @__PURE__ */ s("div")({
35
+ name: "Preload",
36
+ class: "plx7e50",
21
37
  propsAsIs: !1
22
38
  });
23
39
  export {
24
- i as LinkToLogin,
25
- r as NotificationContainer,
26
- o as PointsContainer,
27
- e as VideoFrame,
28
- n as VideoPlayerWrap
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 +1,5 @@
1
- export declare const Video: React.FC;
1
+ export { VideoContainer, VideoMuteButton } from './styles';
2
+ export declare const Video: React.FC<{
3
+ muted: boolean;
4
+ toggleMute: (flag: boolean) => void;
5
+ }>;
@@ -1,35 +1,70 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- import { useState as l, useCallback as m, useEffect as s } from "react";
3
- import { useStreamLayer as d } from "@streamlayer/react";
4
- import { StreamLayerSDKNotification as p } from "../InApp/index.js";
5
- import { StreamLayerSDKPoints as c } from "../Points/index.js";
6
- import { VideoFrame as u, PointsContainer as f, VideoPlayerWrap as h, NotificationContainer as y, LinkToLogin as g } from "./styles.js";
7
- const P = () => {
8
- const e = d(), [i, a] = l(!0), o = m(({ muted: n }) => {
9
- a(n);
10
- }, []);
11
- return s(() => (e == null || e.addVideoPlayerController(o), () => {
12
- e == null || e.removeVideoPlayerController(o);
13
- }), [e, o]), /* @__PURE__ */ t(u, { "data-testid": "video-frame", children: [
14
- e && /* @__PURE__ */ r(f, { children: /* @__PURE__ */ r(c, { sdk: e }) }),
15
- /* @__PURE__ */ t(h, { children: [
16
- /* @__PURE__ */ r(
17
- "video",
18
- {
19
- src: "https://storage.googleapis.com/cdn.streamlayer.io/assets/sdk-web/Own%20The%20Game%201080p%20RF18.mp4",
20
- muted: i,
21
- width: "100%",
22
- height: "100%",
23
- autoplay: "autoplay",
24
- loop: !0,
25
- playsInline: !0,
26
- playing: !0
27
- }
28
- ),
29
- e && /* @__PURE__ */ r(y, { children: /* @__PURE__ */ r(p, { sdk: e }) })
30
- ] }),
31
- /* @__PURE__ */ r(
32
- g,
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
- P as Video
77
+ M as Video,
78
+ K as VideoContainer,
79
+ W as VideoMuteButton
43
80
  };
@@ -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: FeatureType | undefined;
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: any;
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>>;