@streamlayer/react-ui 0.66.0 → 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 +47 -34
- package/lib/ui/app/Features/Gamification/index.js +51 -37
- 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/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/styles.js +17 -27
- package/lib/ui/gamification/vote/feedback/styles.js +36 -64
- package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
- package/lib/ui/gamification/vote/styles.js +21 -30
- 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.js +35 -20
- 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 +7 -3
|
@@ -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,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
|
};
|
|
@@ -1,104 +1,77 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { SvgIcon as n } 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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
`, h = e.span`
|
|
63
|
-
color: var(--color-neutrals-gray9);
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
line-height: 20px;
|
|
66
|
-
letter-spacing: -0.154px;
|
|
67
|
-
text-overflow: ellipsis;
|
|
68
|
-
overflow: hidden;
|
|
69
|
-
white-space: nowrap;
|
|
70
|
-
`, m = e(t)`
|
|
71
|
-
flex-shrink: 0;
|
|
72
|
-
`, v = e.div`
|
|
73
|
-
display: flex;
|
|
74
|
-
column-gap: 8px;
|
|
75
|
-
`, w = e.a`
|
|
76
|
-
display: flex;
|
|
77
|
-
flex-direction: column;
|
|
78
|
-
align-items: center;
|
|
79
|
-
row-gap: 8px;
|
|
80
|
-
min-width: 68px;
|
|
81
|
-
text-decoration: none;
|
|
82
|
-
`, u = e.span`
|
|
83
|
-
color: var(--color-neutrals-gray9);
|
|
84
|
-
font-size: 12px;
|
|
85
|
-
font-weight: var(--font-weight-default);
|
|
86
|
-
line-height: 18px;
|
|
87
|
-
letter-spacing: -0.154px;
|
|
88
|
-
`;
|
|
5
|
+
const l = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "Container_c1itm4k7",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), r = /* @__PURE__ */ s("div")({
|
|
10
|
+
name: "IconContainer",
|
|
11
|
+
class: "IconContainer_i1w4fsni",
|
|
12
|
+
propsAsIs: !1
|
|
13
|
+
}), o = () => n, p = /* @__PURE__ */ s(o())({
|
|
14
|
+
name: "InviteGameIcon",
|
|
15
|
+
class: "InviteGameIcon_i19m85r1",
|
|
16
|
+
propsAsIs: !0
|
|
17
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "Content",
|
|
19
|
+
class: "Content_c1mbu204",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), I = /* @__PURE__ */ s("div")({
|
|
22
|
+
name: "Heading",
|
|
23
|
+
class: "Heading_h1amdqtv",
|
|
24
|
+
propsAsIs: !1
|
|
25
|
+
}), k = /* @__PURE__ */ s("div")({
|
|
26
|
+
name: "Subtext",
|
|
27
|
+
class: "Subtext_s1lhlj9j",
|
|
28
|
+
propsAsIs: !1
|
|
29
|
+
}), L = /* @__PURE__ */ s("div")({
|
|
30
|
+
name: "LinkContainer",
|
|
31
|
+
class: "LinkContainer_l1wot35e",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
34
|
+
name: "LinkInfo",
|
|
35
|
+
class: "LinkInfo_l1jdw39q",
|
|
36
|
+
propsAsIs: !1
|
|
37
|
+
}), f = /* @__PURE__ */ s("span")({
|
|
38
|
+
name: "LinkTitle",
|
|
39
|
+
class: "LinkTitle_l1cr5mk",
|
|
40
|
+
propsAsIs: !1
|
|
41
|
+
}), A = /* @__PURE__ */ s("span")({
|
|
42
|
+
name: "LinkAddress",
|
|
43
|
+
class: "LinkAddress_lvi87q4",
|
|
44
|
+
propsAsIs: !1
|
|
45
|
+
}), a = () => n, _ = /* @__PURE__ */ s(a())({
|
|
46
|
+
name: "LinkIcon",
|
|
47
|
+
class: "LinkIcon_l1pqlvw3",
|
|
48
|
+
propsAsIs: !0
|
|
49
|
+
}), v = /* @__PURE__ */ s("div")({
|
|
50
|
+
name: "SocialLinksContainer",
|
|
51
|
+
class: "SocialLinksContainer_s1n7kzeh",
|
|
52
|
+
propsAsIs: !1
|
|
53
|
+
}), C = /* @__PURE__ */ s("a")({
|
|
54
|
+
name: "SocialLink",
|
|
55
|
+
class: "SocialLink_s2m9o9y",
|
|
56
|
+
propsAsIs: !1
|
|
57
|
+
}), S = /* @__PURE__ */ s("span")({
|
|
58
|
+
name: "SocialLinkLabel",
|
|
59
|
+
class: "SocialLinkLabel_sewjbbn",
|
|
60
|
+
propsAsIs: !1
|
|
61
|
+
});
|
|
89
62
|
export {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
63
|
+
l as Container,
|
|
64
|
+
m as Content,
|
|
65
|
+
I as Heading,
|
|
66
|
+
r as IconContainer,
|
|
94
67
|
p as InviteGameIcon,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
68
|
+
A as LinkAddress,
|
|
69
|
+
L as LinkContainer,
|
|
70
|
+
_ as LinkIcon,
|
|
71
|
+
d as LinkInfo,
|
|
99
72
|
f as LinkTitle,
|
|
100
|
-
|
|
101
|
-
|
|
73
|
+
C as SocialLink,
|
|
74
|
+
S as SocialLinkLabel,
|
|
102
75
|
v as SocialLinksContainer,
|
|
103
|
-
|
|
76
|
+
k as Subtext
|
|
104
77
|
};
|