@streamlayer/react-ui 0.67.0 → 0.67.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/assets/style.css +1 -1
- package/lib/ui/app/Features/FeatureProvider.js +1 -1
- package/lib/ui/app/Features/Gamification/Question.js +11 -11
- package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
- package/lib/ui/app/Features/Gamification/gamification-feature.js +66 -0
- package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
- package/lib/ui/app/Features/Gamification/index.js +11 -12
- package/lib/ui/app/Features/index.js +1 -1
- package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
- package/lib/ui/app/Navigation/index.js +13 -13
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +13 -13
- package/lib/ui/app/Notifications/Onboarding/index.js +5 -5
- package/lib/ui/app/Notifications/styles.js +3 -3
- package/lib/ui/app/masters.js +30 -28
- package/lib/ui/app/styles.js +10 -10
- package/lib/ui/app/useMastersApp.js +51 -35
- package/lib/ui/button/styles.js +2 -2
- package/lib/ui/gamification/detail/header/styles.js +12 -12
- package/lib/ui/gamification/detail/sponsor/index.js +6 -6
- package/lib/ui/gamification/insight/styles.js +20 -20
- package/lib/ui/gamification/insight-list/styles.js +4 -4
- package/lib/ui/gamification/invite-link/styles.js +8 -8
- package/lib/ui/gamification/leaderboard/list-item/styles.js +18 -18
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +8 -8
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +26 -26
- package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +12 -12
- package/lib/ui/gamification/onboarding/styles.js +23 -23
- package/lib/ui/gamification/points/index.d.ts +1 -1
- package/lib/ui/gamification/points/styles.js +10 -10
- package/lib/ui/gamification/question/insight/styles.js +2 -2
- package/lib/ui/gamification/question/list/styles.js +3 -3
- package/lib/ui/gamification/question/notification/insight/styles.js +11 -11
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +42 -42
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +20 -20
- package/lib/ui/gamification/question/notification/styles.js +15 -15
- package/lib/ui/gamification/question/notification/tweet/styles.js +11 -11
- package/lib/ui/gamification/question/styles.js +34 -34
- package/lib/ui/gamification/question/twitter/styles.js +6 -6
- package/lib/ui/gamification/tabs/styles.js +4 -4
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +7 -7
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +5 -5
- package/lib/ui/gamification/user-statistics/styles.js +33 -33
- package/lib/ui/gamification/vote/expired-alert/styles.js +7 -7
- package/lib/ui/gamification/vote/feedback/styles.js +22 -22
- package/lib/ui/gamification/vote/insight-details/styles.js +4 -4
- package/lib/ui/gamification/vote/styles.js +10 -10
- package/lib/ui/gamification/vote/twitter-details/styles.js +3 -3
- package/lib/ui/gamification/vote/vote-option/styles.js +22 -22
- package/lib/ui/gamification/vote/win-bar/styles.js +9 -9
- package/lib/ui/icons/index.js +8 -8
- package/lib/ui/login/styles.js +21 -21
- package/lib/ui/navigation/button/Channels.js +7 -7
- package/lib/ui/navigation/button/FeaturedGroups.js +4 -4
- package/lib/ui/navigation/button/LeaderBoard.js +9 -9
- package/lib/ui/navigation/button/styles.js +7 -7
- package/lib/ui/navigation/index.js +2 -2
- package/lib/ui/navigation/masters.js +6 -6
- package/lib/ui/questions/insight/styles.js +5 -5
- package/lib/ui/questions/twitter/account/styles.js +12 -12
- package/lib/ui/questions/twitter/styles.js +8 -8
- package/lib/ui/show-in/index.js +14 -14
- package/lib/ui/theme/masters.js +1 -1
- package/lib/ui/theme/theme.js +19 -19
- package/lib/ui/timer/index.js +15 -15
- package/lib/ui/video-player/styles.js +8 -8
- package/lib/utils/debug/components/bypassLogin.js +9 -9
- package/lib/utils/debug/components/developer.js +21 -21
- package/lib/utils/debug/components/envToggle.js +14 -14
- package/lib/utils/debug/components/eventInput.js +4 -4
- package/lib/utils/debug/components/styles.js +3 -3
- package/lib/utils/decorators/styles.js +3 -3
- package/package.json +9 -9
- /package/lib/{LeaderBoard_p8tnz3-4ed993c7.js → LeaderBoard_16p26hz-4ed993c7.js} +0 -0
- /package/lib/{index_1ujx5m0-4ed993c7.js → index_4nhkck-4ed993c7.js} +0 -0
- /package/lib/{masters_18kvgvj-4ed993c7.js → masters_k70xsy-4ed993c7.js} +0 -0
|
@@ -2,48 +2,48 @@ import { styled as s } from "@linaria/react";
|
|
|
2
2
|
import { SvgIcon as o } from "../../../../icons/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
const
|
|
5
|
+
const a = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "Container",
|
|
7
|
-
class: "
|
|
7
|
+
class: "cocfo2g",
|
|
8
8
|
propsAsIs: !1
|
|
9
|
-
}),
|
|
9
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
10
10
|
name: "CloseIconWrap",
|
|
11
|
-
class: "
|
|
11
|
+
class: "c1pdhxdk",
|
|
12
12
|
propsAsIs: !1
|
|
13
13
|
}), t = () => o, r = /* @__PURE__ */ s(t())({
|
|
14
14
|
name: "CloseIcon",
|
|
15
|
-
class: "
|
|
15
|
+
class: "c1funj3r",
|
|
16
16
|
propsAsIs: !0
|
|
17
17
|
}), i = /* @__PURE__ */ s("div")({
|
|
18
18
|
name: "Title",
|
|
19
|
-
class: "
|
|
19
|
+
class: "t1okg06y",
|
|
20
20
|
propsAsIs: !1
|
|
21
21
|
}), m = /* @__PURE__ */ s("img")({
|
|
22
22
|
name: "SponsorLogo",
|
|
23
|
-
class: "
|
|
23
|
+
class: "sb1n923",
|
|
24
24
|
propsAsIs: !1
|
|
25
25
|
}), I = /* @__PURE__ */ s("div")({
|
|
26
26
|
name: "PresentsTitle",
|
|
27
|
-
class: "
|
|
27
|
+
class: "p1stllxd",
|
|
28
28
|
propsAsIs: !1
|
|
29
29
|
}), f = /* @__PURE__ */ s("div")({
|
|
30
30
|
name: "Subtitle",
|
|
31
|
-
class: "
|
|
31
|
+
class: "s13kvdzw",
|
|
32
32
|
propsAsIs: !1
|
|
33
33
|
}), d = /* @__PURE__ */ s("div")({
|
|
34
34
|
name: "Description",
|
|
35
|
-
class: "
|
|
35
|
+
class: "dfvmv3t",
|
|
36
36
|
propsAsIs: !1
|
|
37
37
|
}), A = /* @__PURE__ */ s("button")({
|
|
38
38
|
name: "ActionButton",
|
|
39
|
-
class: "
|
|
39
|
+
class: "ay8e3j9",
|
|
40
40
|
propsAsIs: !1
|
|
41
41
|
});
|
|
42
42
|
export {
|
|
43
43
|
A as ActionButton,
|
|
44
44
|
r as CloseIcon,
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
l as CloseIconWrap,
|
|
46
|
+
a as Container,
|
|
47
47
|
d as Description,
|
|
48
48
|
I as PresentsTitle,
|
|
49
49
|
m as SponsorLogo,
|
|
@@ -4,8 +4,8 @@ import { useStore as g } from "@nanostores/react";
|
|
|
4
4
|
import { useState as y } from "react";
|
|
5
5
|
import { FeatureType as k } from "@streamlayer/sdk-web-types";
|
|
6
6
|
import { Onboarding as w } from "../../../gamification/onboarding/index.js";
|
|
7
|
-
import { ShowIn as
|
|
8
|
-
import { Onboarding as
|
|
7
|
+
import { ShowIn as f } from "../../../show-in/index.js";
|
|
8
|
+
import { Onboarding as C } from "./Notification/index.js";
|
|
9
9
|
import "react-virtualized-auto-sizer";
|
|
10
10
|
import "../../../gamification/onboarding/slides/onboarding-instructions/index.js";
|
|
11
11
|
import "../../../lottie/index.js";
|
|
@@ -21,9 +21,9 @@ import "../../../button/index.js";
|
|
|
21
21
|
import "../../../button/styles.js";
|
|
22
22
|
import "@linaria/core";
|
|
23
23
|
import "./Notification/styles.js";
|
|
24
|
-
const v = () =>
|
|
24
|
+
const v = () => f, S = /* @__PURE__ */ u(v())({
|
|
25
25
|
name: "OnboardingContainer",
|
|
26
|
-
class: "
|
|
26
|
+
class: "o9squag",
|
|
27
27
|
propsAsIs: !0
|
|
28
28
|
}), L = ({
|
|
29
29
|
hiding: n,
|
|
@@ -105,7 +105,7 @@ const v = () => C, S = /* @__PURE__ */ u(v())({
|
|
|
105
105
|
}) : /* @__PURE__ */ o(p, {
|
|
106
106
|
hiding: a,
|
|
107
107
|
children: /* @__PURE__ */ o("div", {
|
|
108
|
-
children: /* @__PURE__ */ o(
|
|
108
|
+
children: /* @__PURE__ */ o(C, {
|
|
109
109
|
close: e.close,
|
|
110
110
|
action: () => i(!0),
|
|
111
111
|
onboarding: t
|
|
@@ -2,11 +2,11 @@ import { styled as o } from "@linaria/react";
|
|
|
2
2
|
import { ShowIn as t } from "../../show-in/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "@linaria/core";
|
|
5
|
-
const r = () => t,
|
|
5
|
+
const r = () => t, m = /* @__PURE__ */ o(r())({
|
|
6
6
|
name: "Container",
|
|
7
|
-
class: "
|
|
7
|
+
class: "ctckejh",
|
|
8
8
|
propsAsIs: !0
|
|
9
9
|
});
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
m as Container
|
|
12
12
|
};
|
package/lib/ui/app/masters.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as v, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect as y } from "react";
|
|
2
3
|
import { resetCss as a } from "../theme/theme.js";
|
|
3
4
|
import { ActiveFeature as S } from "./Features/index.js";
|
|
4
5
|
import { MastersNavigation as g } from "./Navigation/MastersNavigation/index.js";
|
|
@@ -8,9 +9,8 @@ import { useMastersApp as k } from "./useMastersApp.js";
|
|
|
8
9
|
import { useSdkFeature as A } from "./useSdkFeature.js";
|
|
9
10
|
import { ChannelsButtonId as C } from "../navigation/button/Channels.js";
|
|
10
11
|
import { LeaderBoardButtonId as s } from "../navigation/button/LeaderBoard.js";
|
|
11
|
-
import { FeaturedGroupsButtonId as
|
|
12
|
+
import { FeaturedGroupsButtonId as x } from "../navigation/button/FeaturedGroups.js";
|
|
12
13
|
import "../theme/constants.js";
|
|
13
|
-
import "react";
|
|
14
14
|
import "@streamlayer/sdk-web-types";
|
|
15
15
|
import "./Features/FeatureProvider.js";
|
|
16
16
|
import "@nanostores/react";
|
|
@@ -18,8 +18,8 @@ import "@streamlayer/sdk-web-interfaces";
|
|
|
18
18
|
import "../navigation/masters.js";
|
|
19
19
|
import "@linaria/react";
|
|
20
20
|
import "../navigation/index.js";
|
|
21
|
-
import "../../
|
|
22
|
-
import "../../
|
|
21
|
+
import "../../index_4nhkck-4ed993c7.js";
|
|
22
|
+
import "../../masters_k70xsy-4ed993c7.js";
|
|
23
23
|
import "@streamlayer/sdk-web-notifications";
|
|
24
24
|
import "../gamification/question/notification/index.js";
|
|
25
25
|
import "../gamification/constants.js";
|
|
@@ -57,44 +57,46 @@ import "./Notifications/Onboarding/Notification/index.js";
|
|
|
57
57
|
import "./Notifications/Onboarding/Notification/styles.js";
|
|
58
58
|
import "./Notifications/styles.js";
|
|
59
59
|
import "../navigation/button/styles.js";
|
|
60
|
-
import "../../
|
|
60
|
+
import "../../LeaderBoard_16p26hz-4ed993c7.js";
|
|
61
61
|
import "../navigation/button/index.js";
|
|
62
|
-
const
|
|
63
|
-
const [,
|
|
64
|
-
return /* @__PURE__ */
|
|
65
|
-
},
|
|
66
|
-
const { sdkEnabled:
|
|
67
|
-
return
|
|
68
|
-
|
|
62
|
+
const B = ({ sdk: r, className: i }) => {
|
|
63
|
+
const [, m] = A(r);
|
|
64
|
+
return /* @__PURE__ */ t(S, { className: i, feature: m, sdk: r });
|
|
65
|
+
}, Mt = ({ sdk: r, overlays: i, children: m }) => {
|
|
66
|
+
const { sdkEnabled: p, sdkReady: e, activeOverlay: o, activateAndLoadOverlay: d, enableSdk: l, disableSdk: c, isLogged: f } = k(r);
|
|
67
|
+
return y(() => {
|
|
68
|
+
import("./Features/Gamification/gamification-feature.js");
|
|
69
|
+
}, []), /* @__PURE__ */ v(b, { children: [
|
|
70
|
+
p && /* @__PURE__ */ t(
|
|
69
71
|
g,
|
|
70
72
|
{
|
|
71
|
-
sdkReady:
|
|
72
|
-
activeOverlay:
|
|
73
|
+
sdkReady: e,
|
|
74
|
+
activeOverlay: o,
|
|
73
75
|
className: a,
|
|
74
|
-
setActiveOverlay: (
|
|
76
|
+
setActiveOverlay: (u) => d("", u)
|
|
75
77
|
}
|
|
76
78
|
),
|
|
77
|
-
|
|
78
|
-
/* @__PURE__ */
|
|
79
|
+
e && /* @__PURE__ */ t(h, { sdk: r }),
|
|
80
|
+
/* @__PURE__ */ t(
|
|
79
81
|
n,
|
|
80
82
|
{
|
|
81
|
-
"data-nav":
|
|
82
|
-
style: { display: !
|
|
83
|
-
children:
|
|
83
|
+
"data-nav": p.toString(),
|
|
84
|
+
style: { display: !p || o === C ? "block" : "none" },
|
|
85
|
+
children: m && m({ enableSdk: l, disableSdk: c })
|
|
84
86
|
}
|
|
85
87
|
),
|
|
86
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ t(
|
|
87
89
|
n,
|
|
88
90
|
{
|
|
89
|
-
"data-nav":
|
|
90
|
-
style: { display:
|
|
91
|
-
children:
|
|
91
|
+
"data-nav": p.toString(),
|
|
92
|
+
style: { display: o === s ? "block" : "none" },
|
|
93
|
+
children: i && o === s && i[o]
|
|
92
94
|
}
|
|
93
95
|
),
|
|
94
|
-
e &&
|
|
95
|
-
!
|
|
96
|
+
e && o === x && /* @__PURE__ */ t(B, { className: a, sdk: r }),
|
|
97
|
+
!f && /* @__PURE__ */ t("div", { style: { display: "flex", alignItems: "center", justifyContent: "center", width: "100%", height: "100%" }, children: "You are not logged in." })
|
|
96
98
|
] });
|
|
97
99
|
};
|
|
98
100
|
export {
|
|
99
|
-
|
|
101
|
+
Mt as MastersApp
|
|
100
102
|
};
|
package/lib/ui/app/styles.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const e = /* @__PURE__ */
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "SDKContainer",
|
|
4
|
-
class: "
|
|
4
|
+
class: "stu11h7",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}), r = /* @__PURE__ */
|
|
6
|
+
}), r = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "SDKScrollContainer",
|
|
8
|
-
class: "
|
|
8
|
+
class: "s1ucohr1",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "SDKContentContainer",
|
|
12
|
-
class: "
|
|
12
|
+
class: "s1el4wvm",
|
|
13
13
|
propsAsIs: !1
|
|
14
|
-
}), o = () =>
|
|
14
|
+
}), o = () => n, a = /* @__PURE__ */ s(o())({
|
|
15
15
|
name: "SDKWhiteContainer",
|
|
16
|
-
class: "
|
|
16
|
+
class: "s1oe3036",
|
|
17
17
|
propsAsIs: !0
|
|
18
18
|
});
|
|
19
19
|
export {
|
|
20
20
|
e as SDKContainer,
|
|
21
|
-
|
|
21
|
+
n as SDKContentContainer,
|
|
22
22
|
r as SDKScrollContainer,
|
|
23
23
|
a as SDKWhiteContainer
|
|
24
24
|
};
|
|
@@ -1,48 +1,64 @@
|
|
|
1
|
-
import { useStore as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { FeatureType as
|
|
1
|
+
import { useStore as m } from "@nanostores/react";
|
|
2
|
+
import { useRef as y, useState as d, useCallback as F, useEffect as A } from "react";
|
|
3
|
+
import { FeatureType as z } from "@streamlayer/sdk-web-types";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
|
-
import { ChannelsButtonId as
|
|
6
|
-
import { FeaturedGroupsButtonId as
|
|
5
|
+
import { ChannelsButtonId as c } from "../navigation/button/Channels.js";
|
|
6
|
+
import { FeaturedGroupsButtonId as r } from "../navigation/button/FeaturedGroups.js";
|
|
7
7
|
import "@linaria/react";
|
|
8
8
|
import "../icons/index.js";
|
|
9
9
|
import "../navigation/button/styles.js";
|
|
10
|
-
import "../../
|
|
11
|
-
import "../../
|
|
12
|
-
import "../../
|
|
10
|
+
import "../../LeaderBoard_16p26hz-4ed993c7.js";
|
|
11
|
+
import "../../index_4nhkck-4ed993c7.js";
|
|
12
|
+
import "../../masters_k70xsy-4ed993c7.js";
|
|
13
13
|
import "../navigation/button/index.js";
|
|
14
|
-
const
|
|
15
|
-
const [
|
|
16
|
-
(t,
|
|
17
|
-
|
|
14
|
+
const q = (e) => {
|
|
15
|
+
const s = y(""), [l, f] = d(!1), S = m(e.status), i = m(e.userId()), o = S === "ready", [n, u] = d(r), p = F(
|
|
16
|
+
(t, a) => {
|
|
17
|
+
u(a), a === r ? (t && e.createEventSession(t), e.openFeature(z.GAMES)) : e.closeFeature();
|
|
18
18
|
},
|
|
19
19
|
[e]
|
|
20
20
|
);
|
|
21
|
+
A(() => {
|
|
22
|
+
!o && n === r && (u(c), e.closeFeature());
|
|
23
|
+
}, [o, n, e]);
|
|
24
|
+
const b = (t) => {
|
|
25
|
+
s.current = t, e.initializeApp().then(({ enabled: a, err: E }) => {
|
|
26
|
+
if (f(!0), E) {
|
|
27
|
+
p(t, c);
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
if (a) {
|
|
31
|
+
e.isUserAuthorized().then((h) => {
|
|
32
|
+
if (h) {
|
|
33
|
+
p(t, r);
|
|
34
|
+
return;
|
|
35
|
+
} else
|
|
36
|
+
e.disableApp();
|
|
37
|
+
});
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
}, v = () => {
|
|
42
|
+
f(!1), e.disableApp();
|
|
43
|
+
};
|
|
21
44
|
return A(() => {
|
|
22
|
-
!
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
},
|
|
40
|
-
disableSdk: () => {
|
|
41
|
-
n(!1), e.disableApp();
|
|
42
|
-
},
|
|
43
|
-
isLogged: !!f
|
|
45
|
+
if (!i) {
|
|
46
|
+
o && n === r && (u(c), e.disableApp());
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
i && s.current && l && e.initializeApp().then(() => {
|
|
50
|
+
e.createEventSession(s.current);
|
|
51
|
+
});
|
|
52
|
+
}, [i]), {
|
|
53
|
+
sdkEnabled: l,
|
|
54
|
+
sdkReady: o,
|
|
55
|
+
activeOverlay: n,
|
|
56
|
+
activateAndLoadOverlay: p,
|
|
57
|
+
enableSdk: b,
|
|
58
|
+
disableSdk: v,
|
|
59
|
+
isLogged: !!i
|
|
44
60
|
};
|
|
45
61
|
};
|
|
46
62
|
export {
|
|
47
|
-
|
|
63
|
+
q as useMastersApp
|
|
48
64
|
};
|
package/lib/ui/button/styles.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const o = /* @__PURE__ */ s("button")({
|
|
3
3
|
name: "SButton",
|
|
4
|
-
class: "
|
|
4
|
+
class: "s1nve60q",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
}), n = /* @__PURE__ */ s("span")({
|
|
7
7
|
name: "ButtonLabel",
|
|
8
|
-
class: "
|
|
8
|
+
class: "b1xoswwx",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
@@ -4,34 +4,34 @@ import "react/jsx-runtime";
|
|
|
4
4
|
import "react";
|
|
5
5
|
const l = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "Container",
|
|
7
|
-
class: "
|
|
7
|
+
class: "c1vwopgc",
|
|
8
8
|
propsAsIs: !1
|
|
9
|
-
}),
|
|
9
|
+
}), r = /* @__PURE__ */ s("div")({
|
|
10
10
|
name: "QuestionTypeWrap",
|
|
11
|
-
class: "
|
|
11
|
+
class: "qyktpt0",
|
|
12
12
|
propsAsIs: !1
|
|
13
|
-
}), e = () => o,
|
|
13
|
+
}), e = () => o, i = /* @__PURE__ */ s(e())({
|
|
14
14
|
name: "QuestionTypeIcon",
|
|
15
|
-
class: "
|
|
15
|
+
class: "q951jdx",
|
|
16
16
|
propsAsIs: !0
|
|
17
17
|
}), u = /* @__PURE__ */ s("span")({
|
|
18
18
|
name: "QuestionTypeTitle",
|
|
19
|
-
class: "
|
|
19
|
+
class: "qss5f0e",
|
|
20
20
|
propsAsIs: !1
|
|
21
|
-
}),
|
|
21
|
+
}), m = /* @__PURE__ */ s("button")({
|
|
22
22
|
name: "CloseButton",
|
|
23
|
-
class: "
|
|
23
|
+
class: "c1ao1jtv",
|
|
24
24
|
propsAsIs: !1
|
|
25
25
|
}), t = () => o, I = /* @__PURE__ */ s(t())({
|
|
26
26
|
name: "CloseIcon",
|
|
27
|
-
class: "
|
|
27
|
+
class: "cvsl7l3",
|
|
28
28
|
propsAsIs: !0
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
m as CloseButton,
|
|
32
32
|
I as CloseIcon,
|
|
33
33
|
l as Container,
|
|
34
|
-
|
|
34
|
+
i as QuestionTypeIcon,
|
|
35
35
|
u as QuestionTypeTitle,
|
|
36
|
-
|
|
36
|
+
r as QuestionTypeWrap
|
|
37
37
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { styled as
|
|
3
|
-
const
|
|
2
|
+
import { styled as p } from "@linaria/react";
|
|
3
|
+
const r = /* @__PURE__ */ p("div")({
|
|
4
4
|
name: "SponsorLogoWrap",
|
|
5
|
-
class: "
|
|
5
|
+
class: "s8p5v5z",
|
|
6
6
|
propsAsIs: !1
|
|
7
|
-
}), n = /* @__PURE__ */
|
|
7
|
+
}), n = /* @__PURE__ */ p("img")({
|
|
8
8
|
name: "SponsorLogo",
|
|
9
|
-
class: "
|
|
9
|
+
class: "s755yti",
|
|
10
10
|
propsAsIs: !1
|
|
11
11
|
}), c = ({
|
|
12
12
|
sponsorLogo: o
|
|
13
|
-
}) => o && /* @__PURE__ */ s(
|
|
13
|
+
}) => o && /* @__PURE__ */ s(r, {
|
|
14
14
|
children: /* @__PURE__ */ s(n, {
|
|
15
15
|
alt: "sponsor-logo",
|
|
16
16
|
src: o
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "cygkmjj",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "Content",
|
|
8
|
-
class: "
|
|
8
|
+
class: "c71yvf9",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Graphic",
|
|
12
|
-
class: "
|
|
12
|
+
class: "gao3b2f",
|
|
13
13
|
propsAsIs: !1
|
|
14
|
-
}),
|
|
14
|
+
}), a = /* @__PURE__ */ s("img")({
|
|
15
15
|
name: "InsightIconDefault",
|
|
16
|
-
class: "
|
|
16
|
+
class: "i1k4eec3",
|
|
17
17
|
propsAsIs: !1
|
|
18
|
-
}),
|
|
18
|
+
}), c = /* @__PURE__ */ s("img")({
|
|
19
19
|
name: "InsightIconCircle",
|
|
20
|
-
class: "
|
|
20
|
+
class: "i1uhyahn",
|
|
21
21
|
propsAsIs: !1
|
|
22
22
|
}), i = /* @__PURE__ */ s("img")({
|
|
23
23
|
name: "InsightIconAbsolute",
|
|
24
|
-
class: "
|
|
24
|
+
class: "i2ernmy",
|
|
25
25
|
propsAsIs: !1
|
|
26
26
|
}), l = /* @__PURE__ */ s("div")({
|
|
27
27
|
name: "Title",
|
|
28
|
-
class: "
|
|
28
|
+
class: "t12j99pr",
|
|
29
29
|
propsAsIs: !1
|
|
30
|
-
}),
|
|
30
|
+
}), p = /* @__PURE__ */ s("img")({
|
|
31
31
|
name: "NextIcon",
|
|
32
|
-
class: "
|
|
32
|
+
class: "n1uwonpi",
|
|
33
33
|
propsAsIs: !1
|
|
34
34
|
});
|
|
35
35
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
e as Container,
|
|
37
|
+
o as Content,
|
|
38
|
+
t as Graphic,
|
|
39
39
|
i as InsightIconAbsolute,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
c as InsightIconCircle,
|
|
41
|
+
a as InsightIconDefault,
|
|
42
|
+
p as NextIcon,
|
|
43
43
|
l as Title
|
|
44
44
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "cddmj9e",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
}), n = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "ItemsContainer",
|
|
8
|
-
class: "
|
|
8
|
+
class: "i16t83sg",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
e as Container,
|
|
13
13
|
n as ItemsContainer
|
|
14
14
|
};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const o = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "c1ux29ft",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
}), e = /* @__PURE__ */ s("img")({
|
|
7
7
|
name: "FriendsIcon",
|
|
8
|
-
class: "
|
|
8
|
+
class: "f10ncfg2",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
}), t = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Content",
|
|
12
|
-
class: "
|
|
12
|
+
class: "c1yc07bd",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
}), c = /* @__PURE__ */ s("div")({
|
|
15
15
|
name: "Title",
|
|
16
|
-
class: "
|
|
16
|
+
class: "tj6cq7w",
|
|
17
17
|
propsAsIs: !1
|
|
18
|
-
}),
|
|
18
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
19
19
|
name: "Description",
|
|
20
|
-
class: "
|
|
20
|
+
class: "d1ag78xo",
|
|
21
21
|
propsAsIs: !1
|
|
22
22
|
}), i = /* @__PURE__ */ s("img")({
|
|
23
23
|
name: "ArrowInviteIcon",
|
|
24
|
-
class: "
|
|
24
|
+
class: "awohrz6",
|
|
25
25
|
propsAsIs: !1
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
28
28
|
i as ArrowInviteIcon,
|
|
29
29
|
o as Container,
|
|
30
30
|
t as Content,
|
|
31
|
-
|
|
31
|
+
a as Description,
|
|
32
32
|
e as FriendsIcon,
|
|
33
33
|
c as Title
|
|
34
34
|
};
|
|
@@ -4,44 +4,44 @@ import "react/jsx-runtime";
|
|
|
4
4
|
import "react";
|
|
5
5
|
const c = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "Container",
|
|
7
|
-
class: "
|
|
7
|
+
class: "culdu4a",
|
|
8
8
|
propsAsIs: !1
|
|
9
|
-
}),
|
|
9
|
+
}), p = /* @__PURE__ */ s("div")({
|
|
10
10
|
name: "Position",
|
|
11
|
-
class: "
|
|
11
|
+
class: "pwf8e69",
|
|
12
12
|
propsAsIs: !1
|
|
13
|
-
}),
|
|
13
|
+
}), l = /* @__PURE__ */ s("img")({
|
|
14
14
|
name: "Avatar",
|
|
15
|
-
class: "
|
|
15
|
+
class: "atf4yh4",
|
|
16
16
|
propsAsIs: !1
|
|
17
|
-
}),
|
|
17
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
18
18
|
name: "AvatarPlaceholder",
|
|
19
|
-
class: "
|
|
19
|
+
class: "a1dg29ja",
|
|
20
20
|
propsAsIs: !1
|
|
21
|
-
}),
|
|
21
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
22
22
|
name: "Content",
|
|
23
|
-
class: "
|
|
23
|
+
class: "c10a68rc",
|
|
24
24
|
propsAsIs: !1
|
|
25
25
|
}), d = /* @__PURE__ */ s("div")({
|
|
26
26
|
name: "NameContainer",
|
|
27
|
-
class: "
|
|
27
|
+
class: "nc4kck5",
|
|
28
28
|
propsAsIs: !1
|
|
29
29
|
}), A = /* @__PURE__ */ s("span")({
|
|
30
30
|
name: "Name",
|
|
31
|
-
class: "
|
|
31
|
+
class: "njsrqgr",
|
|
32
32
|
propsAsIs: !1
|
|
33
|
-
}), e = () => a,
|
|
33
|
+
}), e = () => a, f = /* @__PURE__ */ s(e())({
|
|
34
34
|
name: "CurrentUserBadge",
|
|
35
|
-
class: "
|
|
35
|
+
class: "c17uc4zr",
|
|
36
36
|
propsAsIs: !0
|
|
37
37
|
});
|
|
38
38
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
l as Avatar,
|
|
40
|
+
m as AvatarPlaceholder,
|
|
41
41
|
c as Container,
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
i as Content,
|
|
43
|
+
f as CurrentUserBadge,
|
|
44
44
|
A as Name,
|
|
45
45
|
d as NameContainer,
|
|
46
|
-
|
|
46
|
+
p as Position
|
|
47
47
|
};
|