@streamlayer/react-ui 0.89.7 → 0.91.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/assets/style.css +1 -1
- package/lib/index-uEuzH3jr.js +118 -0
- package/lib/ui/app/Features/Gamification/Friends.d.ts +1 -0
- package/lib/ui/app/Features/Gamification/Friends.js +12 -7
- package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +2 -1
- package/lib/ui/app/Features/Gamification/Leaderboard.js +32 -36
- package/lib/ui/app/Features/Gamification/Tabs.d.ts +2 -1
- package/lib/ui/app/Features/Gamification/Tabs.js +35 -23
- package/lib/ui/app/Features/Gamification/gamification-feature.js +6 -4
- package/lib/ui/app/Features/Gamification/index.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/index.js +17 -14
- package/lib/ui/app/Features/index.d.ts +1 -1
- package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
- package/lib/ui/app/Navigation/index.d.ts +1 -1
- package/lib/ui/app/Navigation/index.js +1 -1
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +2 -2
- package/lib/ui/app/Notifications/Onboarding/index.js +71 -70
- package/lib/ui/app/Notifications/index.d.ts +1 -1
- package/lib/ui/app/Notifications/index.js +46 -45
- package/lib/ui/app/Notifications/styles.d.ts +3 -0
- package/lib/ui/app/Notifications/styles.js +17 -12
- package/lib/ui/app/Points/index.js +15 -15
- package/lib/ui/app/masters.js +10 -8
- package/lib/ui/app/styles.d.ts +6 -6
- package/lib/ui/app/styles.js +7 -7
- package/lib/ui/app/useClipboardCopy.d.ts +2 -0
- package/lib/ui/app/useClipboardCopy.js +11 -0
- package/lib/ui/app/useMastersApp.js +3 -3
- package/lib/ui/app/useSdkFeature.d.ts +1 -1
- package/lib/ui/app/useSdkFeature.js +1 -1
- package/lib/ui/app/useSdkScroll.js +5 -5
- package/lib/ui/gamification/copyNotification/styles.js +4 -4
- package/lib/ui/gamification/insight/index.js +17 -17
- package/lib/ui/gamification/insight/styles.js +4 -4
- package/lib/ui/gamification/insight-list/styles.js +4 -4
- package/lib/ui/gamification/invite-link/index.js +9 -9
- package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/index.js +1 -1
- package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/static.js +8 -8
- package/lib/ui/gamification/leaderboard/styles.js +1 -1
- package/lib/ui/gamification/onboarding/index.js +25 -21
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +4 -4
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.d.ts +1 -0
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.js +37 -35
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +6 -6
- package/lib/ui/gamification/points/styles.js +4 -4
- package/lib/ui/gamification/question/insight/styles.js +2 -2
- package/lib/ui/gamification/question/list/styles.js +2 -2
- package/lib/ui/gamification/question/notification/insight/styles.js +2 -2
- package/lib/ui/gamification/question/notification/pill/styles.js +4 -4
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts +28 -28
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +14 -14
- package/lib/ui/gamification/question/notification/prediction-result/index.js +61 -61
- package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +2 -2
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +6 -6
- package/lib/ui/gamification/question/notification/tweet/styles.js +4 -4
- package/lib/ui/gamification/question/twitter/styles.js +5 -5
- package/lib/ui/gamification/tabs/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +6 -6
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/index.js +42 -42
- package/lib/ui/gamification/vote/expired-alert/styles.js +4 -4
- package/lib/ui/gamification/vote/feedback/index.js +15 -15
- package/lib/ui/gamification/vote/feedback/styles.js +4 -4
- package/lib/ui/gamification/vote/insight-details/styles.js +2 -2
- package/lib/ui/gamification/vote/styles.js +2 -2
- package/lib/ui/gamification/vote/twitter-details/styles.js +4 -4
- package/lib/ui/gamification/vote/vote-option/styles.d.ts +4 -4
- package/lib/ui/gamification/vote/win-bar/styles.js +10 -10
- package/lib/ui/icons/index.js +1 -2
- package/lib/ui/login/styles.js +6 -6
- package/lib/ui/navigation/button/Channels.js +7 -7
- package/lib/ui/navigation/button/FeaturedGroups.js +3 -3
- package/lib/ui/navigation/button/LeaderBoard.js +1 -1
- package/lib/ui/navigation/index.js +1 -1
- package/lib/ui/navigation/masters.d.ts +1 -1
- package/lib/ui/navigation/masters.js +2 -2
- package/lib/ui/questions/insight/styles.js +8 -8
- package/lib/ui/questions/twitter/styles.js +4 -4
- package/lib/ui/show-in/index.js +8 -8
- package/lib/ui/timer/index.js +20 -20
- package/lib/ui/video-player/styles.js +8 -8
- package/lib/{index-ba93b6b2.js → useClipboardCopy-E5rEe6It.js} +1545 -1521
- package/lib/utils/debug/components/bypassLogin.js +14 -14
- package/lib/utils/debug/components/developer.js +18 -18
- package/lib/utils/debug/components/envToggle.js +9 -9
- package/lib/utils/debug/components/styles.js +2 -2
- package/lib/utils/debug/storage.js +14 -32
- package/lib/utils/storage.js +14 -32
- package/package.json +32 -33
- package/lib/index-39a0b9b6.js +0 -1168
- /package/lib/{LeaderBoard_16p26hz-4ed993c7.js → LeaderBoard_fzzlxb-w40geAFS.js} +0 -0
- /package/lib/{index_4nhkck-4ed993c7.js → index_ej4hfx-w40geAFS.js} +0 -0
- /package/lib/{masters_1wv7w2k-4ed993c7.js → masters_m6itlr-w40geAFS.js} +0 -0
- /package/lib/{styles_hxnaic-4ed993c7.js → styles_z07sl8-w40geAFS.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ListProps } from 'react-window';
|
|
3
|
-
import { LeaderboardItemProps } from '
|
|
3
|
+
import { LeaderboardItemProps } from './list-item';
|
|
4
4
|
type LeaderboardListProps = {
|
|
5
5
|
items: Omit<LeaderboardItemProps, 'openItemDetail'>[];
|
|
6
6
|
currentUserId?: string;
|
|
@@ -10,7 +10,7 @@ import "./list-item/styles.js";
|
|
|
10
10
|
import "@linaria/react";
|
|
11
11
|
import "../../icons/index.js";
|
|
12
12
|
import "react";
|
|
13
|
-
import "../../../
|
|
13
|
+
import "../../../styles_z07sl8-w40geAFS.js";
|
|
14
14
|
import "react-infinite-scroller";
|
|
15
15
|
const M = ({
|
|
16
16
|
items: r,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ScrollStore } from '../../app/useSdkScroll';
|
|
3
|
-
import { LeaderboardItemProps } from '
|
|
3
|
+
import { LeaderboardItemProps } from './list-item';
|
|
4
4
|
type LeaderboardListProps = {
|
|
5
5
|
items: Omit<LeaderboardItemProps, 'openItemDetail'>[];
|
|
6
6
|
currentUserId?: string;
|
|
@@ -11,23 +11,23 @@ const m = /* @__PURE__ */ l("div")({
|
|
|
11
11
|
class: "c16btbfp",
|
|
12
12
|
propsAsIs: !1
|
|
13
13
|
}), h = ({
|
|
14
|
-
items:
|
|
15
|
-
currentUserId:
|
|
14
|
+
items: t,
|
|
15
|
+
currentUserId: e,
|
|
16
16
|
openItemDetail: i,
|
|
17
|
-
fetchMore:
|
|
18
|
-
scrollNode:
|
|
17
|
+
fetchMore: a,
|
|
18
|
+
scrollNode: s,
|
|
19
19
|
hasMore: n
|
|
20
20
|
}) => /* @__PURE__ */ o(p, {
|
|
21
|
-
loadMore:
|
|
21
|
+
loadMore: a,
|
|
22
22
|
initialLoad: !1,
|
|
23
23
|
hasMore: n,
|
|
24
24
|
useWindow: !1,
|
|
25
|
-
getScrollParent: () =>
|
|
25
|
+
getScrollParent: () => s.current,
|
|
26
26
|
children: /* @__PURE__ */ o(m, {
|
|
27
|
-
children:
|
|
27
|
+
children: t.map((r) => /* @__PURE__ */ o(d, {
|
|
28
28
|
...r,
|
|
29
29
|
openItemDetail: () => i(r.userId),
|
|
30
|
-
isCurrentUser: !!
|
|
30
|
+
isCurrentUser: !!e && e === r.userId
|
|
31
31
|
}, r.userId))
|
|
32
32
|
})
|
|
33
33
|
});
|
|
@@ -7,7 +7,11 @@ import { OnboardingRules as z } from "./slides/onboarding-rules/index.js";
|
|
|
7
7
|
import { Container as E, OnboardingHeader as F, CloseBtn as G, IconClose as H, Content as M, OnboardingFooter as P, OnboardingActionBtn as R } from "./styles.js";
|
|
8
8
|
import "./slides/onboarding-instructions/styles.js";
|
|
9
9
|
import "@linaria/react";
|
|
10
|
+
import "../../../useClipboardCopy-E5rEe6It.js";
|
|
11
|
+
import "../../../index-uEuzH3jr.js";
|
|
12
|
+
import "../copyNotification/index.js";
|
|
10
13
|
import "../../icons/index.js";
|
|
14
|
+
import "../copyNotification/styles.js";
|
|
11
15
|
import "./slides/onboarding-invite-card/styles.js";
|
|
12
16
|
import "./slides/onboarding-rules/styles.js";
|
|
13
17
|
import "../../button/index.js";
|
|
@@ -16,48 +20,48 @@ const a = {
|
|
|
16
20
|
steps: !1,
|
|
17
21
|
rules: !1,
|
|
18
22
|
inviteCard: !1
|
|
19
|
-
},
|
|
23
|
+
}, oi = ({
|
|
20
24
|
gamification: u,
|
|
21
|
-
steps:
|
|
25
|
+
steps: i,
|
|
22
26
|
rules: t,
|
|
23
|
-
rulesBtnLabel:
|
|
27
|
+
rulesBtnLabel: m,
|
|
24
28
|
rulesTitle: b,
|
|
25
|
-
primaryColor:
|
|
29
|
+
primaryColor: d,
|
|
26
30
|
inviteLink: C,
|
|
27
31
|
socialLinks: S,
|
|
28
|
-
inviteCardTitle:
|
|
29
|
-
inviteCardSubtext:
|
|
32
|
+
inviteCardTitle: p,
|
|
33
|
+
inviteCardSubtext: y,
|
|
30
34
|
inviteCardBtnLabel: c,
|
|
31
|
-
onClose:
|
|
35
|
+
onClose: O
|
|
32
36
|
}) => {
|
|
33
|
-
const [r, f] = h(0), [
|
|
37
|
+
const [r, f] = h(0), [n, e] = h(a);
|
|
34
38
|
k(() => {
|
|
35
|
-
|
|
39
|
+
i != null && i.length ? e({ ...a, steps: !0 }) : t != null && t.length ? e({ ...a, rules: !0 }) : e({ ...a, inviteCard: !0 });
|
|
36
40
|
}, []);
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
}, [r,
|
|
41
|
+
const v = D(() => n.steps && r === 0 ? "Continue" : n.rules ? m || "Got it" : n.inviteCard ? c || "Play Now" : "Next", [n, r, m, c]), I = T(() => {
|
|
42
|
+
i != null && i.length && r < i.length - 1 ? f((l) => ++l) : t != null && t.length && n.steps ? e({ ...a, rules: !0 }) : n.rules && e({ ...a, inviteCard: !0 });
|
|
43
|
+
}, [r, i == null ? void 0 : i.length, t == null ? void 0 : t.length, n, f, e]), x = async () => {
|
|
40
44
|
await u.onboardingStatus.submitInplay();
|
|
41
45
|
};
|
|
42
46
|
return /* @__PURE__ */ o(j, { children: ({ width: l, height: N }) => /* @__PURE__ */ g(E, { style: { width: l, height: N }, children: [
|
|
43
|
-
/* @__PURE__ */ o(F, { children: /* @__PURE__ */ o(G, { onClick:
|
|
47
|
+
/* @__PURE__ */ o(F, { children: /* @__PURE__ */ o(G, { onClick: O, children: /* @__PURE__ */ o(H, { name: "icon-close-btn-gray" }) }) }),
|
|
44
48
|
/* @__PURE__ */ g(M, { children: [
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
n.steps && (i == null ? void 0 : i.length) && /* @__PURE__ */ o(w, { stepsCount: i.length, currentStep: r, ...i[r] }),
|
|
50
|
+
n.rules && /* @__PURE__ */ o(z, { rules: t, rulesTitle: b, primaryColor: d }),
|
|
51
|
+
n.inviteCard && /* @__PURE__ */ o(
|
|
48
52
|
A,
|
|
49
53
|
{
|
|
50
54
|
inviteLink: C,
|
|
51
|
-
inviteCardTitle:
|
|
52
|
-
inviteCardSubtext:
|
|
53
|
-
primaryColor:
|
|
55
|
+
inviteCardTitle: p,
|
|
56
|
+
inviteCardSubtext: y,
|
|
57
|
+
primaryColor: d,
|
|
54
58
|
socialLinks: S
|
|
55
59
|
}
|
|
56
60
|
)
|
|
57
61
|
] }),
|
|
58
|
-
/* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(R, { onClick:
|
|
62
|
+
/* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(R, { onClick: n.inviteCard ? x : I, children: v }) })
|
|
59
63
|
] }) });
|
|
60
64
|
};
|
|
61
65
|
export {
|
|
62
|
-
|
|
66
|
+
oi as Onboarding
|
|
63
67
|
};
|
|
@@ -7,11 +7,11 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
7
7
|
name: "Content",
|
|
8
8
|
class: "cjyzpp7",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Graphic",
|
|
12
12
|
class: "g16mldgz",
|
|
13
13
|
propsAsIs: !1
|
|
14
|
-
}),
|
|
14
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
15
15
|
name: "Headline",
|
|
16
16
|
class: "h69js65",
|
|
17
17
|
propsAsIs: !1
|
|
@@ -27,8 +27,8 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
27
27
|
export {
|
|
28
28
|
a as Container,
|
|
29
29
|
e as Content,
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
o as Graphic,
|
|
31
|
+
t as Headline,
|
|
32
32
|
c as StepIndicator,
|
|
33
33
|
p as StepsContainer
|
|
34
34
|
};
|
|
@@ -1,40 +1,42 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "
|
|
1
|
+
import { jsxs as o, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { u as I } from "../../../../../useClipboardCopy-E5rEe6It.js";
|
|
3
|
+
import { SvgIcon as f } from "../../../../icons/index.js";
|
|
4
|
+
import { Container as g, IconContainer as k, InviteGameIcon as s, Content as b, Heading as y, Subtext as u, LinkContainer as L, LinkInfo as S, LinkTitle as x, LinkAddress as v, LinkIcon as j, SocialLinksContainer as A, SocialLink as G, SocialLinkLabel as H } from "./styles.js";
|
|
5
5
|
import "react";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
import "../../../../../index-uEuzH3jr.js";
|
|
7
|
+
import "../../../copyNotification/index.js";
|
|
8
|
+
import "../../../copyNotification/styles.js";
|
|
9
|
+
import "@linaria/react";
|
|
10
|
+
const E = ({
|
|
11
|
+
appNode: t,
|
|
12
|
+
inviteLink: r,
|
|
13
|
+
socialLinks: i,
|
|
14
|
+
inviteCardTitle: c,
|
|
15
|
+
inviteCardSubtext: l,
|
|
16
|
+
primaryColor: a,
|
|
12
17
|
className: d
|
|
13
|
-
}) =>
|
|
14
|
-
|
|
15
|
-
/* @__PURE__ */
|
|
16
|
-
/* @__PURE__ */ n(
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (e)
|
|
21
|
-
try {
|
|
22
|
-
await navigator.clipboard.writeText(e);
|
|
23
|
-
} catch (i) {
|
|
24
|
-
console.error("Unable to copy to clipboard", i);
|
|
25
|
-
}
|
|
26
|
-
}, children: [
|
|
27
|
-
/* @__PURE__ */ r(f, { children: [
|
|
28
|
-
/* @__PURE__ */ n(k, { children: "Invite link" }),
|
|
29
|
-
/* @__PURE__ */ n(x, { children: e })
|
|
18
|
+
}) => {
|
|
19
|
+
const [m, p] = I(t);
|
|
20
|
+
return /* @__PURE__ */ o(g, { className: d, children: [
|
|
21
|
+
/* @__PURE__ */ n(k, { style: { backgroundColor: a }, children: /* @__PURE__ */ n(s, { name: "invite-game-icon" }) }),
|
|
22
|
+
/* @__PURE__ */ o(b, { children: [
|
|
23
|
+
/* @__PURE__ */ n(y, { children: c || "" }),
|
|
24
|
+
/* @__PURE__ */ n(u, { children: l || "" })
|
|
30
25
|
] }),
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
] })
|
|
26
|
+
r && /* @__PURE__ */ o(L, { onClick: () => m(r), children: [
|
|
27
|
+
/* @__PURE__ */ o(S, { children: [
|
|
28
|
+
/* @__PURE__ */ n(x, { children: "Invite link" }),
|
|
29
|
+
/* @__PURE__ */ n(v, { children: r })
|
|
30
|
+
] }),
|
|
31
|
+
/* @__PURE__ */ n(j, { name: "icon-copy" })
|
|
32
|
+
] }),
|
|
33
|
+
i && i.length > 0 && /* @__PURE__ */ n(A, { children: i.map(({ icon: h, link: e, label: C }) => /* @__PURE__ */ o(G, { href: e, target: "_blank", children: [
|
|
34
|
+
/* @__PURE__ */ n(f, { name: h }),
|
|
35
|
+
/* @__PURE__ */ n(H, { children: C })
|
|
36
|
+
] }, e)) }),
|
|
37
|
+
p
|
|
38
|
+
] });
|
|
39
|
+
};
|
|
38
40
|
export {
|
|
39
|
-
|
|
41
|
+
E as OnboardingInviteCard
|
|
40
42
|
};
|
|
@@ -26,15 +26,15 @@ const l = /* @__PURE__ */ s("div")({
|
|
|
26
26
|
name: "Subtext",
|
|
27
27
|
class: "s1lhlj9j",
|
|
28
28
|
propsAsIs: !1
|
|
29
|
-
}),
|
|
29
|
+
}), L = /* @__PURE__ */ s("div")({
|
|
30
30
|
name: "LinkContainer",
|
|
31
31
|
class: "l1wot35e",
|
|
32
32
|
propsAsIs: !1
|
|
33
|
-
}),
|
|
33
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
34
34
|
name: "LinkInfo",
|
|
35
35
|
class: "l1jdw39q",
|
|
36
36
|
propsAsIs: !1
|
|
37
|
-
}),
|
|
37
|
+
}), f = /* @__PURE__ */ s("span")({
|
|
38
38
|
name: "LinkTitle",
|
|
39
39
|
class: "l1cr5mk",
|
|
40
40
|
propsAsIs: !1
|
|
@@ -66,10 +66,10 @@ export {
|
|
|
66
66
|
p as IconContainer,
|
|
67
67
|
r as InviteGameIcon,
|
|
68
68
|
A as LinkAddress,
|
|
69
|
-
|
|
69
|
+
L as LinkContainer,
|
|
70
70
|
v as LinkIcon,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
d as LinkInfo,
|
|
72
|
+
f as LinkTitle,
|
|
73
73
|
S as SocialLink,
|
|
74
74
|
b as SocialLinkLabel,
|
|
75
75
|
C as SocialLinksContainer,
|
|
@@ -10,11 +10,11 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
10
10
|
name: "PointsIcon",
|
|
11
11
|
class: "p1gqe4lh",
|
|
12
12
|
propsAsIs: !1
|
|
13
|
-
}), n = () => o,
|
|
13
|
+
}), n = () => o, r = /* @__PURE__ */ s(n())({
|
|
14
14
|
name: "PointsSvg",
|
|
15
15
|
class: "p15syg2y",
|
|
16
16
|
propsAsIs: !0
|
|
17
|
-
}),
|
|
17
|
+
}), c = /* @__PURE__ */ s("div")({
|
|
18
18
|
name: "PointsBody",
|
|
19
19
|
class: "p12n4f2h",
|
|
20
20
|
propsAsIs: !1
|
|
@@ -28,10 +28,10 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
28
28
|
propsAsIs: !1
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
c as PointsBody,
|
|
32
32
|
a as PointsContainer,
|
|
33
33
|
l as PointsIcon,
|
|
34
|
-
|
|
34
|
+
r as PointsSvg,
|
|
35
35
|
m as PointsTitle,
|
|
36
36
|
P as PointsValue
|
|
37
37
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "cll3md7",
|
|
5
5
|
propsAsIs: !1
|
|
@@ -10,5 +10,5 @@ const n = /* @__PURE__ */ s("div")({
|
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
12
12
|
o as ActionBtn,
|
|
13
|
-
|
|
13
|
+
t as Container
|
|
14
14
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "QuestionsContainer",
|
|
4
4
|
class: "qvghv3l",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
});
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
e as QuestionsContainer
|
|
9
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "InsightContainer",
|
|
4
4
|
class: "i1pqqgpo",
|
|
5
5
|
propsAsIs: !1
|
|
@@ -28,7 +28,7 @@ export {
|
|
|
28
28
|
p as ActionBtn,
|
|
29
29
|
i as Description,
|
|
30
30
|
e as Image,
|
|
31
|
-
|
|
31
|
+
t as InsightContainer,
|
|
32
32
|
o as InsightContent,
|
|
33
33
|
a as Title
|
|
34
34
|
};
|
|
@@ -3,17 +3,17 @@ const n = /* @__PURE__ */ s("button")({
|
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "crkmfw1",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "Content",
|
|
8
8
|
class: "c11awpy4",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), o = /* @__PURE__ */ s("span")({
|
|
11
11
|
name: "Title",
|
|
12
12
|
class: "t154z7mh",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
});
|
|
15
15
|
export {
|
|
16
16
|
n as Container,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
e as Content,
|
|
18
|
+
o as Title
|
|
19
19
|
};
|
package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const BGWrap: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
3
|
export declare const BGLineBase: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
|
-
export declare const BGOneLineOne: import("@linaria/react").
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
export declare const BGOneLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
6
|
}>;
|
|
7
|
-
export declare const BGOneLineTwo: import("@linaria/react").
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
7
|
+
export declare const BGOneLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const BGOneLineThree: import("@linaria/react").
|
|
11
|
-
as?: import("react").ElementType<any> | undefined;
|
|
10
|
+
export declare const BGOneLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
11
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
12
12
|
}>;
|
|
13
|
-
export declare const BGTwoLineOne: import("@linaria/react").
|
|
14
|
-
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
export declare const BGTwoLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
14
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
15
15
|
}>;
|
|
16
|
-
export declare const BGTwoLineTwo: import("@linaria/react").
|
|
17
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
export declare const BGTwoLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
17
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
18
18
|
}>;
|
|
19
|
-
export declare const BGTwoLineThree: import("@linaria/react").
|
|
20
|
-
as?: import("react").ElementType<any> | undefined;
|
|
19
|
+
export declare const BGTwoLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
20
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
export declare const BGThreeLineOne: import("@linaria/react").
|
|
23
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
+
export declare const BGThreeLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
23
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
24
24
|
}>;
|
|
25
|
-
export declare const BGThreeLineTwo: import("@linaria/react").
|
|
26
|
-
as?: import("react").ElementType<any> | undefined;
|
|
25
|
+
export declare const BGThreeLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
26
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
27
27
|
}>;
|
|
28
|
-
export declare const BGThreeLineThree: import("@linaria/react").
|
|
29
|
-
as?: import("react").ElementType<any> | undefined;
|
|
28
|
+
export declare const BGThreeLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
29
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
30
30
|
}>;
|
|
31
|
-
export declare const BGThreeLineFour: import("@linaria/react").
|
|
32
|
-
as?: import("react").ElementType<any> | undefined;
|
|
31
|
+
export declare const BGThreeLineFour: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
32
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
export declare const BGFourLineOne: import("@linaria/react").
|
|
35
|
-
as?: import("react").ElementType<any> | undefined;
|
|
34
|
+
export declare const BGFourLineOne: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
35
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
export declare const BGFourLineTwo: import("@linaria/react").
|
|
38
|
-
as?: import("react").ElementType<any> | undefined;
|
|
37
|
+
export declare const BGFourLineTwo: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
38
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
39
39
|
}>;
|
|
40
|
-
export declare const BGFourLineThree: import("@linaria/react").
|
|
41
|
-
as?: import("react").ElementType<any> | undefined;
|
|
40
|
+
export declare const BGFourLineThree: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
41
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
42
42
|
}>;
|
|
43
|
-
export declare const BGFourLineFour: import("@linaria/react").
|
|
44
|
-
as?: import("react").ElementType<any> | undefined;
|
|
43
|
+
export declare const BGFourLineFour: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
|
|
44
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
45
45
|
}>;
|
package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled as e } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const l = /* @__PURE__ */ e("div")({
|
|
3
3
|
name: "BGWrap",
|
|
4
4
|
class: "b1dqe0sz",
|
|
5
5
|
propsAsIs: !1
|
|
@@ -27,11 +27,11 @@ const b = /* @__PURE__ */ e("div")({
|
|
|
27
27
|
name: "BGTwoLineTwo",
|
|
28
28
|
class: "b1xezvf6",
|
|
29
29
|
propsAsIs: !0
|
|
30
|
-
}), c = () => s,
|
|
30
|
+
}), c = () => s, O = /* @__PURE__ */ e(c())({
|
|
31
31
|
name: "BGTwoLineThree",
|
|
32
32
|
class: "b1jz1hg0",
|
|
33
33
|
propsAsIs: !0
|
|
34
|
-
}), a = () => s,
|
|
34
|
+
}), a = () => s, _ = /* @__PURE__ */ e(a())({
|
|
35
35
|
name: "BGThreeLineOne",
|
|
36
36
|
class: "b18ho1tk",
|
|
37
37
|
propsAsIs: !0
|
|
@@ -39,19 +39,19 @@ const b = /* @__PURE__ */ e("div")({
|
|
|
39
39
|
name: "BGThreeLineTwo",
|
|
40
40
|
class: "b14uvjfm",
|
|
41
41
|
propsAsIs: !0
|
|
42
|
-
}), B = () => s,
|
|
42
|
+
}), B = () => s, d = /* @__PURE__ */ e(B())({
|
|
43
43
|
name: "BGThreeLineThree",
|
|
44
44
|
class: "b11c3ns7",
|
|
45
45
|
propsAsIs: !0
|
|
46
|
-
}), G = () => s,
|
|
46
|
+
}), G = () => s, v = /* @__PURE__ */ e(G())({
|
|
47
47
|
name: "BGThreeLineFour",
|
|
48
48
|
class: "b1bqhhet",
|
|
49
49
|
propsAsIs: !0
|
|
50
|
-
}), L = () => s,
|
|
50
|
+
}), L = () => s, f = /* @__PURE__ */ e(L())({
|
|
51
51
|
name: "BGFourLineOne",
|
|
52
52
|
class: "b1xyzi7o",
|
|
53
53
|
propsAsIs: !0
|
|
54
|
-
}), T = () => s,
|
|
54
|
+
}), T = () => s, q = /* @__PURE__ */ e(T())({
|
|
55
55
|
name: "BGFourLineTwo",
|
|
56
56
|
class: "byo0rup",
|
|
57
57
|
propsAsIs: !0
|
|
@@ -66,19 +66,19 @@ const b = /* @__PURE__ */ e("div")({
|
|
|
66
66
|
});
|
|
67
67
|
export {
|
|
68
68
|
z as BGFourLineFour,
|
|
69
|
-
|
|
69
|
+
f as BGFourLineOne,
|
|
70
70
|
y as BGFourLineThree,
|
|
71
|
-
|
|
71
|
+
q as BGFourLineTwo,
|
|
72
72
|
s as BGLineBase,
|
|
73
73
|
m as BGOneLineOne,
|
|
74
74
|
w as BGOneLineThree,
|
|
75
75
|
x as BGOneLineTwo,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
v as BGThreeLineFour,
|
|
77
|
+
_ as BGThreeLineOne,
|
|
78
|
+
d as BGThreeLineThree,
|
|
79
79
|
F as BGThreeLineTwo,
|
|
80
80
|
A as BGTwoLineOne,
|
|
81
|
-
|
|
81
|
+
O as BGTwoLineThree,
|
|
82
82
|
I as BGTwoLineTwo,
|
|
83
|
-
|
|
83
|
+
l as BGWrap
|
|
84
84
|
};
|