@streamlayer/react-ui 0.67.0 → 0.67.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/style.css +1 -1
- package/lib/ui/app/Features/FeatureProvider.js +1 -1
- package/lib/ui/app/Features/Gamification/Leaderboard.js +3 -2
- package/lib/ui/app/Features/Gamification/Question.js +11 -11
- package/lib/ui/app/Features/Gamification/Tabs.js +45 -14
- package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
- package/lib/ui/app/Features/Gamification/gamification-feature.js +67 -0
- package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
- package/lib/ui/app/Features/Gamification/index.js +12 -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/index.js +25 -24
- package/lib/ui/gamification/leaderboard/list-item/styles.js +18 -18
- package/lib/ui/gamification/leaderboard/styles.d.ts +2 -0
- package/lib/ui/gamification/leaderboard/styles.js +9 -0
- 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
|
@@ -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
|
};
|
|
@@ -1,47 +1,48 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FixedSizeList as
|
|
4
|
-
import
|
|
5
|
-
import { LeaderboardItem as
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import h from "react-virtualized-auto-sizer";
|
|
3
|
+
import { FixedSizeList as u } from "react-window";
|
|
4
|
+
import f from "react-window-infinite-loader";
|
|
5
|
+
import { LeaderboardItem as I } from "./list-item/index.js";
|
|
6
|
+
import { ScrollContainer as L } from "./styles.js";
|
|
6
7
|
import "../../../utils/common.js";
|
|
7
8
|
import "./list-item/styles.js";
|
|
8
9
|
import "@linaria/react";
|
|
9
10
|
import "../../icons/index.js";
|
|
10
11
|
import "react";
|
|
11
|
-
const
|
|
12
|
+
const D = ({
|
|
12
13
|
items: r,
|
|
13
14
|
currentUserId: i,
|
|
14
15
|
openItemDetail: m,
|
|
15
|
-
fetchMore:
|
|
16
|
-
}) => /* @__PURE__ */
|
|
17
|
-
|
|
16
|
+
fetchMore: n
|
|
17
|
+
}) => /* @__PURE__ */ o(h, { children: ({ width: p, height: d }) => /* @__PURE__ */ o(
|
|
18
|
+
f,
|
|
18
19
|
{
|
|
19
20
|
isItemLoaded: (e) => e < r.length,
|
|
20
21
|
itemCount: r.length + 1,
|
|
21
|
-
loadMoreItems:
|
|
22
|
-
children: ({ onItemsRendered: e, ref:
|
|
23
|
-
|
|
22
|
+
loadMoreItems: n,
|
|
23
|
+
children: ({ onItemsRendered: e, ref: l }) => /* @__PURE__ */ o(L, { children: /* @__PURE__ */ o(
|
|
24
|
+
u,
|
|
24
25
|
{
|
|
25
26
|
itemSize: 56,
|
|
26
27
|
onItemsRendered: e,
|
|
27
|
-
ref:
|
|
28
|
+
ref: l,
|
|
28
29
|
itemCount: r.length,
|
|
29
|
-
width:
|
|
30
|
-
height:
|
|
31
|
-
children: ({ index:
|
|
32
|
-
|
|
30
|
+
width: p,
|
|
31
|
+
height: d,
|
|
32
|
+
children: ({ index: t, style: a }) => /* @__PURE__ */ o(
|
|
33
|
+
I,
|
|
33
34
|
{
|
|
34
|
-
style: { ...
|
|
35
|
-
...r[
|
|
36
|
-
openItemDetail: () => m(r[
|
|
37
|
-
isCurrentUser: !!i && i === r[
|
|
35
|
+
style: { ...a, maxHeight: 48 },
|
|
36
|
+
...r[t],
|
|
37
|
+
openItemDetail: () => m(r[t].userId),
|
|
38
|
+
isCurrentUser: !!i && i === r[t].userId
|
|
38
39
|
},
|
|
39
|
-
r[
|
|
40
|
+
r[t].userId
|
|
40
41
|
)
|
|
41
42
|
}
|
|
42
|
-
)
|
|
43
|
+
) })
|
|
43
44
|
}
|
|
44
45
|
) });
|
|
45
46
|
export {
|
|
46
|
-
|
|
47
|
+
D as LeaderboardList
|
|
47
48
|
};
|
|
@@ -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
|
};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const e = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "c1htq1lb",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
}), a = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "Content",
|
|
8
|
-
class: "
|
|
8
|
+
class: "cjyzpp7",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
}), t = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Graphic",
|
|
12
|
-
class: "
|
|
12
|
+
class: "g16mldgz",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
}), o = /* @__PURE__ */ s("div")({
|
|
15
15
|
name: "Headline",
|
|
16
|
-
class: "
|
|
16
|
+
class: "h69js65",
|
|
17
17
|
propsAsIs: !1
|
|
18
18
|
}), p = /* @__PURE__ */ s("div")({
|
|
19
19
|
name: "StepsContainer",
|
|
20
|
-
class: "
|
|
20
|
+
class: "smm7qmo",
|
|
21
21
|
propsAsIs: !1
|
|
22
|
-
}),
|
|
22
|
+
}), c = /* @__PURE__ */ s("span")({
|
|
23
23
|
name: "StepIndicator",
|
|
24
|
-
class: "
|
|
24
|
+
class: "s17knuw2",
|
|
25
25
|
propsAsIs: !1
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
@@ -29,6 +29,6 @@ export {
|
|
|
29
29
|
a as Content,
|
|
30
30
|
t as Graphic,
|
|
31
31
|
o as Headline,
|
|
32
|
-
|
|
32
|
+
c as StepIndicator,
|
|
33
33
|
p as StepsContainer
|
|
34
34
|
};
|
|
@@ -4,74 +4,74 @@ import "react/jsx-runtime";
|
|
|
4
4
|
import "react";
|
|
5
5
|
const l = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "Container",
|
|
7
|
-
class: "
|
|
7
|
+
class: "c1itm4k7",
|
|
8
8
|
propsAsIs: !1
|
|
9
|
-
}),
|
|
9
|
+
}), p = /* @__PURE__ */ s("div")({
|
|
10
10
|
name: "IconContainer",
|
|
11
|
-
class: "
|
|
11
|
+
class: "i1w4fsni",
|
|
12
12
|
propsAsIs: !1
|
|
13
|
-
}), o = () => n,
|
|
13
|
+
}), o = () => n, r = /* @__PURE__ */ s(o())({
|
|
14
14
|
name: "InviteGameIcon",
|
|
15
|
-
class: "
|
|
15
|
+
class: "i19m85r1",
|
|
16
16
|
propsAsIs: !0
|
|
17
17
|
}), m = /* @__PURE__ */ s("div")({
|
|
18
18
|
name: "Content",
|
|
19
|
-
class: "
|
|
19
|
+
class: "c1mbu204",
|
|
20
20
|
propsAsIs: !1
|
|
21
21
|
}), I = /* @__PURE__ */ s("div")({
|
|
22
22
|
name: "Heading",
|
|
23
|
-
class: "
|
|
23
|
+
class: "h1amdqtv",
|
|
24
24
|
propsAsIs: !1
|
|
25
25
|
}), k = /* @__PURE__ */ s("div")({
|
|
26
26
|
name: "Subtext",
|
|
27
|
-
class: "
|
|
27
|
+
class: "s1lhlj9j",
|
|
28
28
|
propsAsIs: !1
|
|
29
29
|
}), L = /* @__PURE__ */ s("div")({
|
|
30
30
|
name: "LinkContainer",
|
|
31
|
-
class: "
|
|
31
|
+
class: "l1wot35e",
|
|
32
32
|
propsAsIs: !1
|
|
33
33
|
}), d = /* @__PURE__ */ s("div")({
|
|
34
34
|
name: "LinkInfo",
|
|
35
|
-
class: "
|
|
35
|
+
class: "l1jdw39q",
|
|
36
36
|
propsAsIs: !1
|
|
37
37
|
}), f = /* @__PURE__ */ s("span")({
|
|
38
38
|
name: "LinkTitle",
|
|
39
|
-
class: "
|
|
39
|
+
class: "l1cr5mk",
|
|
40
40
|
propsAsIs: !1
|
|
41
41
|
}), A = /* @__PURE__ */ s("span")({
|
|
42
42
|
name: "LinkAddress",
|
|
43
|
-
class: "
|
|
43
|
+
class: "lvi87q4",
|
|
44
44
|
propsAsIs: !1
|
|
45
|
-
}), a = () => n,
|
|
45
|
+
}), a = () => n, v = /* @__PURE__ */ s(a())({
|
|
46
46
|
name: "LinkIcon",
|
|
47
|
-
class: "
|
|
47
|
+
class: "l1pqlvw3",
|
|
48
48
|
propsAsIs: !0
|
|
49
|
-
}),
|
|
49
|
+
}), C = /* @__PURE__ */ s("div")({
|
|
50
50
|
name: "SocialLinksContainer",
|
|
51
|
-
class: "
|
|
51
|
+
class: "s1n7kzeh",
|
|
52
52
|
propsAsIs: !1
|
|
53
|
-
}),
|
|
53
|
+
}), S = /* @__PURE__ */ s("a")({
|
|
54
54
|
name: "SocialLink",
|
|
55
|
-
class: "
|
|
55
|
+
class: "s2m9o9y",
|
|
56
56
|
propsAsIs: !1
|
|
57
|
-
}),
|
|
57
|
+
}), b = /* @__PURE__ */ s("span")({
|
|
58
58
|
name: "SocialLinkLabel",
|
|
59
|
-
class: "
|
|
59
|
+
class: "sewjbbn",
|
|
60
60
|
propsAsIs: !1
|
|
61
61
|
});
|
|
62
62
|
export {
|
|
63
63
|
l as Container,
|
|
64
64
|
m as Content,
|
|
65
65
|
I as Heading,
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
p as IconContainer,
|
|
67
|
+
r as InviteGameIcon,
|
|
68
68
|
A as LinkAddress,
|
|
69
69
|
L as LinkContainer,
|
|
70
|
-
|
|
70
|
+
v as LinkIcon,
|
|
71
71
|
d as LinkInfo,
|
|
72
72
|
f as LinkTitle,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
S as SocialLink,
|
|
74
|
+
b as SocialLinkLabel,
|
|
75
|
+
C as SocialLinksContainer,
|
|
76
76
|
k as Subtext
|
|
77
77
|
};
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const t = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "cm0bev",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "Content",
|
|
8
|
-
class: "
|
|
8
|
+
class: "ce7x737",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Title",
|
|
12
|
-
class: "
|
|
12
|
+
class: "tc2tor6",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
}), o = /* @__PURE__ */ s("div")({
|
|
15
15
|
name: "RulesList",
|
|
16
|
-
class: "
|
|
16
|
+
class: "r1k5klql",
|
|
17
17
|
propsAsIs: !1
|
|
18
18
|
}), a = /* @__PURE__ */ s("div")({
|
|
19
19
|
name: "RulesItem",
|
|
20
|
-
class: "
|
|
20
|
+
class: "r1tf3ft2",
|
|
21
21
|
propsAsIs: !1
|
|
22
22
|
}), c = /* @__PURE__ */ s("div")({
|
|
23
23
|
name: "RuleIcon",
|
|
24
|
-
class: "
|
|
24
|
+
class: "rwpvg1k",
|
|
25
25
|
propsAsIs: !1
|
|
26
26
|
}), r = /* @__PURE__ */ s("div")({
|
|
27
27
|
name: "RuleText",
|
|
28
|
-
class: "
|
|
28
|
+
class: "rbxiag0",
|
|
29
29
|
propsAsIs: !1
|
|
30
30
|
}), p = /* @__PURE__ */ s("button")({
|
|
31
31
|
name: "TermsButton",
|
|
32
|
-
class: "
|
|
32
|
+
class: "t6cyrry",
|
|
33
33
|
propsAsIs: !1
|
|
34
34
|
});
|
|
35
35
|
export {
|
|
36
36
|
t as Container,
|
|
37
|
-
|
|
37
|
+
l as Content,
|
|
38
38
|
c as RuleIcon,
|
|
39
39
|
r as RuleText,
|
|
40
40
|
a as RulesItem,
|
|
41
41
|
o as RulesList,
|
|
42
42
|
p as TermsButton,
|
|
43
|
-
|
|
43
|
+
n as Title
|
|
44
44
|
};
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { Button as
|
|
3
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { Button as o } from "../../button/index.js";
|
|
3
|
+
import { SvgIcon as n } from "../../icons/index.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../button/styles.js";
|
|
6
6
|
import "react";
|
|
7
|
-
const
|
|
7
|
+
const m = /* @__PURE__ */ s("div")({
|
|
8
8
|
name: "Container",
|
|
9
|
-
class: "
|
|
9
|
+
class: "c18uddbs",
|
|
10
10
|
propsAsIs: !1
|
|
11
|
-
}),
|
|
11
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
12
12
|
name: "Content",
|
|
13
|
-
class: "
|
|
13
|
+
class: "cvcfjf6",
|
|
14
14
|
propsAsIs: !1
|
|
15
|
-
}), f = /* @__PURE__ */
|
|
15
|
+
}), f = /* @__PURE__ */ s("div")({
|
|
16
16
|
name: "OnboardingHeader",
|
|
17
|
-
class: "
|
|
17
|
+
class: "o1ie27lw",
|
|
18
18
|
propsAsIs: !1
|
|
19
|
-
}),
|
|
19
|
+
}), I = /* @__PURE__ */ s("button")({
|
|
20
20
|
name: "CloseBtn",
|
|
21
|
-
class: "
|
|
21
|
+
class: "c15cjkwi",
|
|
22
22
|
propsAsIs: !1
|
|
23
|
-
}), t = () =>
|
|
23
|
+
}), t = () => n, A = /* @__PURE__ */ s(t())({
|
|
24
24
|
name: "IconClose",
|
|
25
|
-
class: "
|
|
25
|
+
class: "i1mavjt2",
|
|
26
26
|
propsAsIs: !0
|
|
27
|
-
}),
|
|
27
|
+
}), b = /* @__PURE__ */ s("div")({
|
|
28
28
|
name: "OnboardingFooter",
|
|
29
|
-
class: "
|
|
29
|
+
class: "o1x0dyzv",
|
|
30
30
|
propsAsIs: !1
|
|
31
|
-
}), e = () =>
|
|
31
|
+
}), e = () => o, v = /* @__PURE__ */ s(e())({
|
|
32
32
|
name: "OnboardingActionBtn",
|
|
33
|
-
class: "
|
|
33
|
+
class: "o1jfi9c3",
|
|
34
34
|
propsAsIs: !0
|
|
35
35
|
});
|
|
36
36
|
export {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
I as CloseBtn,
|
|
38
|
+
m as Container,
|
|
39
|
+
d as Content,
|
|
40
|
+
A as IconClose,
|
|
41
|
+
v as OnboardingActionBtn,
|
|
42
|
+
b as OnboardingFooter,
|
|
43
43
|
f as OnboardingHeader
|
|
44
44
|
};
|
|
@@ -4,27 +4,27 @@ import "react/jsx-runtime";
|
|
|
4
4
|
import "react";
|
|
5
5
|
const a = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "PointsContainer",
|
|
7
|
-
class: "
|
|
7
|
+
class: "psiob9b",
|
|
8
8
|
propsAsIs: !1
|
|
9
9
|
}), l = /* @__PURE__ */ s("div")({
|
|
10
10
|
name: "PointsIcon",
|
|
11
|
-
class: "
|
|
11
|
+
class: "p1gqe4lh",
|
|
12
12
|
propsAsIs: !1
|
|
13
13
|
}), n = () => o, c = /* @__PURE__ */ s(n())({
|
|
14
14
|
name: "PointsSvg",
|
|
15
|
-
class: "
|
|
15
|
+
class: "p15syg2y",
|
|
16
16
|
propsAsIs: !0
|
|
17
17
|
}), r = /* @__PURE__ */ s("div")({
|
|
18
18
|
name: "PointsBody",
|
|
19
|
-
class: "
|
|
19
|
+
class: "p12n4f2h",
|
|
20
20
|
propsAsIs: !1
|
|
21
|
-
}),
|
|
21
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
22
22
|
name: "PointsTitle",
|
|
23
|
-
class: "
|
|
23
|
+
class: "poqmx89",
|
|
24
24
|
propsAsIs: !1
|
|
25
|
-
}),
|
|
25
|
+
}), P = /* @__PURE__ */ s("div")({
|
|
26
26
|
name: "PointsValue",
|
|
27
|
-
class: "
|
|
27
|
+
class: "prj9b3v",
|
|
28
28
|
propsAsIs: !1
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
@@ -32,6 +32,6 @@ export {
|
|
|
32
32
|
a as PointsContainer,
|
|
33
33
|
l as PointsIcon,
|
|
34
34
|
c as PointsSvg,
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
m as PointsTitle,
|
|
36
|
+
P as PointsValue
|
|
37
37
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const n = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
|
-
class: "
|
|
4
|
+
class: "cll3md7",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
}), o = /* @__PURE__ */ s("button")({
|
|
7
7
|
name: "ActionBtn",
|
|
8
|
-
class: "
|
|
8
|
+
class: "a10g1iik",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const o = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "QuestionsContainer",
|
|
4
|
-
class: "
|
|
4
|
+
class: "qvghv3l",
|
|
5
5
|
propsAsIs: !1
|
|
6
6
|
});
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
o as QuestionsContainer
|
|
9
9
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
2
|
const n = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "InsightContainer",
|
|
4
|
-
class: "
|
|
4
|
+
class: "i1pqqgpo",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "InsightContent",
|
|
8
|
-
class: "
|
|
8
|
+
class: "igj7luu",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), e = /* @__PURE__ */ s("h3")({
|
|
11
11
|
name: "Title",
|
|
12
|
-
class: "
|
|
12
|
+
class: "t1qne9g6",
|
|
13
13
|
propsAsIs: !1
|
|
14
|
-
}),
|
|
14
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
15
15
|
name: "Description",
|
|
16
|
-
class: "
|
|
16
|
+
class: "dtpr98r",
|
|
17
17
|
propsAsIs: !1
|
|
18
18
|
}), a = /* @__PURE__ */ s("button")({
|
|
19
19
|
name: "ActionBtn",
|
|
20
|
-
class: "
|
|
20
|
+
class: "a17iaqp8",
|
|
21
21
|
propsAsIs: !1
|
|
22
22
|
});
|
|
23
23
|
export {
|
|
24
24
|
a as ActionBtn,
|
|
25
|
-
|
|
25
|
+
i as Description,
|
|
26
26
|
n as InsightContainer,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
o as InsightContent,
|
|
28
|
+
e as Title
|
|
29
29
|
};
|