@streamlayer/react-ui 0.65.3 → 0.67.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/LeaderBoard_p8tnz3-4ed993c7.js +1 -0
- package/lib/assets/style.css +1 -0
- package/lib/index.js +4 -5
- package/lib/index_1ujx5m0-4ed993c7.js +1 -0
- package/lib/masters_18kvgvj-4ed993c7.js +1 -0
- package/lib/ui/app/Features/Gamification/Question.js +48 -26
- package/lib/ui/app/Features/Gamification/index.js +54 -38
- package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
- package/lib/ui/app/Navigation/index.js +3 -2
- package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
- package/lib/ui/app/Notifications/Onboarding/index.js +96 -74
- package/lib/ui/app/Notifications/index.js +37 -13
- package/lib/ui/app/Notifications/styles.js +8 -13
- package/lib/ui/app/masters.js +32 -13
- package/lib/ui/app/styles.js +21 -36
- package/lib/ui/app/useMastersApp.js +4 -4
- package/lib/ui/button/styles.js +12 -42
- package/lib/ui/gamification/detail/header/styles.js +33 -55
- package/lib/ui/gamification/detail/sponsor/index.js +19 -12
- package/lib/ui/gamification/insight/styles.js +42 -63
- package/lib/ui/gamification/insight-list/styles.js +12 -18
- package/lib/ui/gamification/invite-link/styles.js +31 -45
- package/lib/ui/gamification/leaderboard/list-item/styles.js +40 -62
- package/lib/ui/gamification/onboarding/index.js +37 -37
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +32 -45
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +70 -97
- package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +40 -79
- package/lib/ui/gamification/onboarding/styles.js +39 -49
- package/lib/ui/gamification/points/index.js +4 -6
- package/lib/ui/gamification/points/styles.js +31 -80
- package/lib/ui/gamification/question/insight/styles.js +11 -51
- package/lib/ui/gamification/question/list/styles.js +7 -9
- package/lib/ui/gamification/question/notification/insight/styles.js +26 -63
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
- package/lib/ui/gamification/question/notification/styles.js +43 -83
- package/lib/ui/gamification/question/notification/tweet/styles.js +36 -65
- package/lib/ui/gamification/question/styles.js +66 -92
- package/lib/ui/gamification/question/twitter/styles.js +13 -23
- package/lib/ui/gamification/tabs/styles.js +22 -65
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +16 -20
- package/lib/ui/gamification/user-statistics/styles.js +84 -119
- package/lib/ui/gamification/vote/expired-alert/index.d.ts +7 -0
- package/lib/ui/gamification/vote/expired-alert/index.js +13 -0
- package/lib/ui/gamification/vote/expired-alert/styles.d.ts +4 -0
- package/lib/ui/gamification/vote/expired-alert/styles.js +19 -0
- package/lib/ui/gamification/vote/feedback/styles.js +36 -64
- package/lib/ui/gamification/vote/index.d.ts +1 -0
- package/lib/ui/gamification/vote/index.js +48 -36
- package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
- package/lib/ui/gamification/vote/styles.js +22 -28
- package/lib/ui/gamification/vote/twitter-details/styles.js +6 -8
- package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
- package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
- package/lib/ui/icons/index.d.ts +1 -0
- package/lib/ui/icons/index.js +71 -55
- package/lib/ui/login/styles.js +36 -68
- package/lib/ui/navigation/button/Channels.js +18 -26
- package/lib/ui/navigation/button/FeaturedGroups.js +19 -27
- package/lib/ui/navigation/button/LeaderBoard.js +22 -23
- package/lib/ui/navigation/button/styles.js +16 -56
- package/lib/ui/navigation/index.js +13 -7
- package/lib/ui/navigation/masters.js +8 -32
- package/lib/ui/questions/insight/styles.js +26 -30
- package/lib/ui/questions/twitter/account/styles.js +30 -35
- package/lib/ui/questions/twitter/styles.js +31 -42
- package/lib/ui/show-in/index.js +18 -63
- package/lib/ui/theme/index.js +3 -4
- package/lib/ui/theme/masters.js +2 -9
- package/lib/ui/theme/theme.js +31 -27
- package/lib/ui/timer/index.js +38 -34
- package/lib/ui/video-player/styles.js +21 -26
- package/lib/utils/debug/components/bypassLogin.js +44 -60
- package/lib/utils/debug/components/developer.js +55 -87
- package/lib/utils/debug/components/envToggle.js +33 -58
- package/lib/utils/debug/components/styles.js +7 -49
- package/lib/utils/decorators/container.js +3 -4
- package/lib/utils/decorators/styles.js +7 -21
- package/package.json +6 -2
|
@@ -1,65 +1,44 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
`, s = t.img`
|
|
36
|
-
position: absolute;
|
|
37
|
-
left: 0;
|
|
38
|
-
bottom: 0;
|
|
39
|
-
width: 60px;
|
|
40
|
-
`, p = t.div`
|
|
41
|
-
color: var(--color-white);
|
|
42
|
-
font-size: 12px;
|
|
43
|
-
font-weight: 400px;
|
|
44
|
-
display: -webkit-box;
|
|
45
|
-
-webkit-box-orient: vertical;
|
|
46
|
-
-webkit-line-clamp: 2;
|
|
47
|
-
overflow: hidden;
|
|
48
|
-
word-break: break-all;
|
|
49
|
-
text-overflow: ellipsis;
|
|
50
|
-
max-height: 100%;
|
|
51
|
-
margin-right: 35px;
|
|
52
|
-
`, a = t.img`
|
|
53
|
-
width: 16px;
|
|
54
|
-
height: 16px;
|
|
55
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_cygkmjj",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Content",
|
|
8
|
+
class: "Content_c71yvf9",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Graphic",
|
|
12
|
+
class: "Graphic_gao3b2f",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), c = /* @__PURE__ */ s("img")({
|
|
15
|
+
name: "InsightIconDefault",
|
|
16
|
+
class: "InsightIconDefault_i1k4eec3",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), a = /* @__PURE__ */ s("img")({
|
|
19
|
+
name: "InsightIconCircle",
|
|
20
|
+
class: "InsightIconCircle_i1uhyahn",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), i = /* @__PURE__ */ s("img")({
|
|
23
|
+
name: "InsightIconAbsolute",
|
|
24
|
+
class: "InsightIconAbsolute_i2ernmy",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
27
|
+
name: "Title",
|
|
28
|
+
class: "Title_t12j99pr",
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
}), I = /* @__PURE__ */ s("img")({
|
|
31
|
+
name: "NextIcon",
|
|
32
|
+
class: "NextIcon_n1uwonpi",
|
|
33
|
+
propsAsIs: !1
|
|
34
|
+
});
|
|
56
35
|
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
36
|
+
t as Container,
|
|
37
|
+
e as Content,
|
|
38
|
+
o as Graphic,
|
|
39
|
+
i as InsightIconAbsolute,
|
|
40
|
+
a as InsightIconCircle,
|
|
41
|
+
c as InsightIconDefault,
|
|
42
|
+
I as NextIcon,
|
|
43
|
+
l as Title
|
|
65
44
|
};
|
|
@@ -1,20 +1,14 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
max-height: 100%;
|
|
12
|
-
|
|
13
|
-
& > div {
|
|
14
|
-
margin-bottom: 8px;
|
|
15
|
-
}
|
|
16
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_cddmj9e",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "ItemsContainer",
|
|
8
|
+
class: "ItemsContainer_i16t83sg",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
});
|
|
17
11
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
t as Container,
|
|
13
|
+
n as ItemsContainer
|
|
20
14
|
};
|
|
@@ -1,48 +1,34 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
color: var(--color-neutrals-white);
|
|
28
|
-
font-size: 11px;
|
|
29
|
-
line-height: 14px;
|
|
30
|
-
text-transform: uppercase;
|
|
31
|
-
opacity: 0.8;
|
|
32
|
-
`, p = i.div`
|
|
33
|
-
color: var(--color-white);
|
|
34
|
-
font-size: 14px;
|
|
35
|
-
line-height: 13px;
|
|
36
|
-
`, x = i.img`
|
|
37
|
-
margin-right: 8px;
|
|
38
|
-
width: 18px;
|
|
39
|
-
height: 18px;
|
|
40
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const o = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c1ux29ft",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), e = /* @__PURE__ */ s("img")({
|
|
7
|
+
name: "FriendsIcon",
|
|
8
|
+
class: "FriendsIcon_f10ncfg2",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Content",
|
|
12
|
+
class: "Content_c1yc07bd",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), c = /* @__PURE__ */ s("div")({
|
|
15
|
+
name: "Title",
|
|
16
|
+
class: "Title_tj6cq7w",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), r = /* @__PURE__ */ s("div")({
|
|
19
|
+
name: "Description",
|
|
20
|
+
class: "Description_d1ag78xo",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), i = /* @__PURE__ */ s("img")({
|
|
23
|
+
name: "ArrowInviteIcon",
|
|
24
|
+
class: "ArrowInviteIcon_awohrz6",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
});
|
|
41
27
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
28
|
+
i as ArrowInviteIcon,
|
|
29
|
+
o as Container,
|
|
30
|
+
t as Content,
|
|
31
|
+
r as Description,
|
|
46
32
|
e as FriendsIcon,
|
|
47
|
-
|
|
33
|
+
c as Title
|
|
48
34
|
};
|
|
@@ -1,69 +1,47 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { SvgIcon as a } from "../../../icons/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
font-size: 12px;
|
|
39
|
-
border-radius: 50%;
|
|
40
|
-
background: var(--color-grey-primary-onboarding-inapp);
|
|
41
|
-
text-align: center;
|
|
42
|
-
text-transform: uppercase;
|
|
43
|
-
`, c = r.div`
|
|
44
|
-
display: flex;
|
|
45
|
-
flex-grow: 1;
|
|
46
|
-
align-items: center;
|
|
47
|
-
column-gap: 8px;
|
|
48
|
-
`, d = r.div`
|
|
49
|
-
display: grid;
|
|
50
|
-
align-items: center;
|
|
51
|
-
column-gap: 4px;
|
|
52
|
-
grid-template-columns: 1fr auto;
|
|
53
|
-
`, g = r.span`
|
|
54
|
-
text-overflow: ellipsis;
|
|
55
|
-
white-space: nowrap;
|
|
56
|
-
overflow: hidden;
|
|
57
|
-
`, x = r(e)`
|
|
58
|
-
flex-shrink: 0;
|
|
59
|
-
`;
|
|
5
|
+
const c = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "Container_culdu4a",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
10
|
+
name: "Position",
|
|
11
|
+
class: "Position_pwf8e69",
|
|
12
|
+
propsAsIs: !1
|
|
13
|
+
}), p = /* @__PURE__ */ s("img")({
|
|
14
|
+
name: "Avatar",
|
|
15
|
+
class: "Avatar_atf4yh4",
|
|
16
|
+
propsAsIs: !1
|
|
17
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "AvatarPlaceholder",
|
|
19
|
+
class: "AvatarPlaceholder_a1dg29ja",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
22
|
+
name: "Content",
|
|
23
|
+
class: "Content_c10a68rc",
|
|
24
|
+
propsAsIs: !1
|
|
25
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
26
|
+
name: "NameContainer",
|
|
27
|
+
class: "NameContainer_nc4kck5",
|
|
28
|
+
propsAsIs: !1
|
|
29
|
+
}), A = /* @__PURE__ */ s("span")({
|
|
30
|
+
name: "Name",
|
|
31
|
+
class: "Name_njsrqgr",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
}), e = () => a, v = /* @__PURE__ */ s(e())({
|
|
34
|
+
name: "CurrentUserBadge",
|
|
35
|
+
class: "CurrentUserBadge_c17uc4zr",
|
|
36
|
+
propsAsIs: !0
|
|
37
|
+
});
|
|
60
38
|
export {
|
|
61
39
|
p as Avatar,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
40
|
+
i as AvatarPlaceholder,
|
|
41
|
+
c as Container,
|
|
42
|
+
m as Content,
|
|
43
|
+
v as CurrentUserBadge,
|
|
44
|
+
A as Name,
|
|
67
45
|
d as NameContainer,
|
|
68
46
|
l as Position
|
|
69
47
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import
|
|
4
|
-
import { OnboardingInstructions as
|
|
5
|
-
import { OnboardingInviteCard as
|
|
6
|
-
import { OnboardingRules as
|
|
7
|
-
import { Container as
|
|
1
|
+
import { jsx as o, jsxs as g } from "react/jsx-runtime";
|
|
2
|
+
import { useState as h, useEffect as k, useMemo as D, useCallback as T } from "react";
|
|
3
|
+
import j from "react-virtualized-auto-sizer";
|
|
4
|
+
import { OnboardingInstructions as w } from "./slides/onboarding-instructions/index.js";
|
|
5
|
+
import { OnboardingInviteCard as A } from "./slides/onboarding-invite-card/index.js";
|
|
6
|
+
import { OnboardingRules as z } from "./slides/onboarding-rules/index.js";
|
|
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 "../../lottie/index.js";
|
|
9
9
|
import "@lottiefiles/react-lottie-player";
|
|
10
10
|
import "./slides/onboarding-instructions/styles.js";
|
|
@@ -14,52 +14,52 @@ import "./slides/onboarding-invite-card/styles.js";
|
|
|
14
14
|
import "./slides/onboarding-rules/styles.js";
|
|
15
15
|
import "../../button/index.js";
|
|
16
16
|
import "../../button/styles.js";
|
|
17
|
-
const
|
|
17
|
+
const a = {
|
|
18
18
|
steps: !1,
|
|
19
19
|
rules: !1,
|
|
20
20
|
inviteCard: !1
|
|
21
|
-
},
|
|
22
|
-
gamification:
|
|
23
|
-
steps:
|
|
24
|
-
rules:
|
|
25
|
-
rulesBtnLabel:
|
|
21
|
+
}, tn = ({
|
|
22
|
+
gamification: u,
|
|
23
|
+
steps: n,
|
|
24
|
+
rules: t,
|
|
25
|
+
rulesBtnLabel: m,
|
|
26
26
|
rulesTitle: b,
|
|
27
27
|
primaryColor: d,
|
|
28
28
|
inviteLink: C,
|
|
29
|
-
socialLinks:
|
|
30
|
-
inviteCardTitle:
|
|
31
|
-
inviteCardSubtext:
|
|
32
|
-
inviteCardBtnLabel:
|
|
33
|
-
onClose:
|
|
29
|
+
socialLinks: S,
|
|
30
|
+
inviteCardTitle: y,
|
|
31
|
+
inviteCardSubtext: O,
|
|
32
|
+
inviteCardBtnLabel: c,
|
|
33
|
+
onClose: p
|
|
34
34
|
}) => {
|
|
35
|
-
const [
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
const [r, f] = h(0), [i, e] = h(a);
|
|
36
|
+
k(() => {
|
|
37
|
+
n != null && n.length ? e({ ...a, steps: !0 }) : t != null && t.length ? e({ ...a, rules: !0 }) : e({ ...a, inviteCard: !0 });
|
|
38
38
|
}, []);
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
}, [
|
|
42
|
-
await
|
|
39
|
+
const v = D(() => i.steps && r === 0 ? "Continue" : i.rules ? m || "Got it" : i.inviteCard ? c || "Play Now" : "Next", [i, r, m, c]), I = T(() => {
|
|
40
|
+
n != null && n.length && r < n.length - 1 ? f((l) => ++l) : t != null && t.length && i.steps ? e({ ...a, rules: !0 }) : i.rules && e({ ...a, inviteCard: !0 });
|
|
41
|
+
}, [r, n == null ? void 0 : n.length, t == null ? void 0 : t.length, i, f, e]), x = async () => {
|
|
42
|
+
await u.onboardingStatus.submitInplay();
|
|
43
43
|
};
|
|
44
|
-
return /* @__PURE__ */ o(
|
|
45
|
-
/* @__PURE__ */ o(
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
return /* @__PURE__ */ o(j, { children: ({ width: l, height: N }) => /* @__PURE__ */ g(E, { style: { width: l, height: N }, children: [
|
|
45
|
+
/* @__PURE__ */ o(F, { children: /* @__PURE__ */ o(G, { onClick: p, children: /* @__PURE__ */ o(H, { name: "icon-close-btn-gray" }) }) }),
|
|
46
|
+
/* @__PURE__ */ g(M, { children: [
|
|
47
|
+
i.steps && (n == null ? void 0 : n.length) && /* @__PURE__ */ o(w, { stepsCount: n.length, currentStep: r, ...n[r] }),
|
|
48
|
+
i.rules && /* @__PURE__ */ o(z, { rules: t, rulesTitle: b, primaryColor: d }),
|
|
49
|
+
i.inviteCard && /* @__PURE__ */ o(
|
|
50
|
+
A,
|
|
51
51
|
{
|
|
52
52
|
inviteLink: C,
|
|
53
|
-
inviteCardTitle:
|
|
54
|
-
inviteCardSubtext:
|
|
53
|
+
inviteCardTitle: y,
|
|
54
|
+
inviteCardSubtext: O,
|
|
55
55
|
primaryColor: d,
|
|
56
|
-
socialLinks:
|
|
56
|
+
socialLinks: S
|
|
57
57
|
}
|
|
58
58
|
)
|
|
59
59
|
] }),
|
|
60
|
-
/* @__PURE__ */ o(
|
|
60
|
+
/* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(R, { onClick: i.inviteCard ? x : I, children: v }) })
|
|
61
61
|
] }) });
|
|
62
62
|
};
|
|
63
63
|
export {
|
|
64
|
-
|
|
64
|
+
tn as Onboarding
|
|
65
65
|
};
|
|
@@ -1,47 +1,34 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
display: flex;
|
|
28
|
-
justify-content: center;
|
|
29
|
-
column-gap: 8px;
|
|
30
|
-
`, c = t.span`
|
|
31
|
-
width: 6px;
|
|
32
|
-
height: 6px;
|
|
33
|
-
border-radius: 50%;
|
|
34
|
-
background-color: var(--color-neutrals-gray4);
|
|
35
|
-
|
|
36
|
-
&[data-active='true'] {
|
|
37
|
-
background-color: var(--color-primary-green1);
|
|
38
|
-
}
|
|
39
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const e = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c1htq1lb",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Content",
|
|
8
|
+
class: "Content_cjyzpp7",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Graphic",
|
|
12
|
+
class: "Graphic_g16mldgz",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
15
|
+
name: "Headline",
|
|
16
|
+
class: "Headline_h69js65",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), p = /* @__PURE__ */ s("div")({
|
|
19
|
+
name: "StepsContainer",
|
|
20
|
+
class: "StepsContainer_smm7qmo",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), i = /* @__PURE__ */ s("span")({
|
|
23
|
+
name: "StepIndicator",
|
|
24
|
+
class: "StepIndicator_s17knuw2",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
});
|
|
40
27
|
export {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
28
|
+
e as Container,
|
|
29
|
+
a as Content,
|
|
30
|
+
t as Graphic,
|
|
31
|
+
o as Headline,
|
|
32
|
+
i as StepIndicator,
|
|
33
|
+
p as StepsContainer
|
|
47
34
|
};
|