@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,98 +1,72 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { SvgIcon as o } 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
|
-
color: var(--color-white);
|
|
59
|
-
font-size: 12px;
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
text-overflow: ellipsis;
|
|
62
|
-
white-space: nowrap;
|
|
63
|
-
`, g = o.button`
|
|
64
|
-
background-color: var(--color-blue-question-action-btn);
|
|
65
|
-
border: none;
|
|
66
|
-
border-radius: 2px;
|
|
67
|
-
font-size: 8px;
|
|
68
|
-
padding: 6px;
|
|
69
|
-
height: 20px;
|
|
70
|
-
text-transform: uppercase;
|
|
71
|
-
color: #fff;
|
|
72
|
-
cursor: pointer;
|
|
73
|
-
`, v = o.img`
|
|
74
|
-
width: 16px;
|
|
75
|
-
height: 16px;
|
|
76
|
-
`, h = o.span`
|
|
77
|
-
text-transform: uppercase;
|
|
78
|
-
`, m = o.span`
|
|
79
|
-
text-transform: uppercase;
|
|
80
|
-
border-left: 1px solid var(--color-grey-primary);
|
|
81
|
-
padding-left: 5px;
|
|
82
|
-
margin-left: 5px;
|
|
83
|
-
`;
|
|
5
|
+
const p = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "QuestionItem",
|
|
7
|
+
class: "QuestionItem_q1w97g3p",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
10
|
+
name: "QuestionCaption",
|
|
11
|
+
class: "QuestionCaption_q2sl39u",
|
|
12
|
+
propsAsIs: !1
|
|
13
|
+
}), Q = /* @__PURE__ */ s("div")({
|
|
14
|
+
name: "QuestionBody",
|
|
15
|
+
class: "QuestionBody_qd5h0uc",
|
|
16
|
+
propsAsIs: !1
|
|
17
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "QuestionAction",
|
|
19
|
+
class: "QuestionAction_q105uluy",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), t = () => o, r = /* @__PURE__ */ s(t())({
|
|
22
|
+
name: "QuestionActionIcon",
|
|
23
|
+
class: "QuestionActionIcon_q1fa0b9h",
|
|
24
|
+
propsAsIs: !0
|
|
25
|
+
}), e = () => o, I = /* @__PURE__ */ s(e())({
|
|
26
|
+
name: "QuestionTypeIcon",
|
|
27
|
+
class: "QuestionTypeIcon_qxlt78s",
|
|
28
|
+
propsAsIs: !0
|
|
29
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
30
|
+
name: "QuestionTypeLabel",
|
|
31
|
+
class: "QuestionTypeLabel_qmg0vkx",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
}), A = /* @__PURE__ */ s("div")({
|
|
34
|
+
name: "QuestionContent",
|
|
35
|
+
class: "QuestionContent_q1uz5j1g",
|
|
36
|
+
propsAsIs: !1
|
|
37
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
38
|
+
name: "QuestionSubject",
|
|
39
|
+
class: "QuestionSubject_qc3icwa",
|
|
40
|
+
propsAsIs: !1
|
|
41
|
+
}), y = /* @__PURE__ */ s("button")({
|
|
42
|
+
name: "QuestionActionTitle",
|
|
43
|
+
class: "QuestionActionTitle_qmx43d1",
|
|
44
|
+
propsAsIs: !1
|
|
45
|
+
}), _ = /* @__PURE__ */ s("img")({
|
|
46
|
+
name: "QuestionStatusIcon",
|
|
47
|
+
class: "QuestionStatusIcon_q1uc7n5z",
|
|
48
|
+
propsAsIs: !1
|
|
49
|
+
}), T = /* @__PURE__ */ s("span")({
|
|
50
|
+
name: "QuestionTypeTitle",
|
|
51
|
+
class: "QuestionTypeTitle_qcpp4y6",
|
|
52
|
+
propsAsIs: !1
|
|
53
|
+
}), f = /* @__PURE__ */ s("span")({
|
|
54
|
+
name: "ExpiredQuestion",
|
|
55
|
+
class: "ExpiredQuestion_e1rdw3wd",
|
|
56
|
+
propsAsIs: !1
|
|
57
|
+
});
|
|
84
58
|
export {
|
|
85
|
-
|
|
59
|
+
f as ExpiredQuestion,
|
|
86
60
|
l as QuestionAction,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
61
|
+
r as QuestionActionIcon,
|
|
62
|
+
y as QuestionActionTitle,
|
|
63
|
+
Q as QuestionBody,
|
|
90
64
|
a as QuestionCaption,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
65
|
+
A as QuestionContent,
|
|
66
|
+
p as QuestionItem,
|
|
67
|
+
_ as QuestionStatusIcon,
|
|
68
|
+
d as QuestionSubject,
|
|
69
|
+
I as QuestionTypeIcon,
|
|
70
|
+
m as QuestionTypeLabel,
|
|
71
|
+
T as QuestionTypeTitle
|
|
98
72
|
};
|
|
@@ -1,27 +1,17 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { Button as
|
|
1
|
+
import { styled as t } from "@linaria/react";
|
|
2
|
+
import { Button as o } from "../../../button/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "../../../button/styles.js";
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
&:hover {
|
|
15
|
-
border-color: var(--color-neutrals-gray4);
|
|
16
|
-
}
|
|
17
|
-
`, l = o(r)`
|
|
18
|
-
height: 44px;
|
|
19
|
-
padding: 0 16px;
|
|
20
|
-
font-size: 14px;
|
|
21
|
-
line-height: 20px;
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
`;
|
|
5
|
+
const p = /* @__PURE__ */ t("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "Container_cl56x6b",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), n = () => o, c = /* @__PURE__ */ t(n())({
|
|
10
|
+
name: "ActionButton",
|
|
11
|
+
class: "ActionButton_a11pzf92",
|
|
12
|
+
propsAsIs: !0
|
|
13
|
+
});
|
|
24
14
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
15
|
+
c as ActionButton,
|
|
16
|
+
p as Container
|
|
27
17
|
};
|
|
@@ -1,67 +1,24 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
width: calc(50% - 4px);
|
|
20
|
-
transition: transform var(--animation-duration) var(--animation-function);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&[data-position='left'] {
|
|
24
|
-
&:before {
|
|
25
|
-
transform: translateX(0);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&[data-position='right'] {
|
|
30
|
-
&:before {
|
|
31
|
-
transform: translateX(100%);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
`, n = o.button`
|
|
35
|
-
border: none;
|
|
36
|
-
outline: none;
|
|
37
|
-
background-color: transparent;
|
|
38
|
-
color: var(--color-neutrals-gray7);
|
|
39
|
-
display: flex;
|
|
40
|
-
justify-content: center;
|
|
41
|
-
align-items: center;
|
|
42
|
-
font-size: 12px;
|
|
43
|
-
font-weight: 550;
|
|
44
|
-
width: 50%;
|
|
45
|
-
box-sizing: border-box;
|
|
46
|
-
padding: 4px 10px;
|
|
47
|
-
height: 28px;
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
|
|
50
|
-
&:hover {
|
|
51
|
-
color: var(--color-primary-green1);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&[data-selected='true'] {
|
|
55
|
-
color: var(--color-primary-green1);
|
|
56
|
-
cursor: default;
|
|
57
|
-
}
|
|
58
|
-
`, i = o.span`
|
|
59
|
-
position: relative;
|
|
60
|
-
z-index: 2;
|
|
61
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const a = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c115qtkr",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "STabs",
|
|
8
|
+
class: "STabs_sxnslc8",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), o = /* @__PURE__ */ s("button")({
|
|
11
|
+
name: "Button",
|
|
12
|
+
class: "Button_b1umzux0",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), e = /* @__PURE__ */ s("span")({
|
|
15
|
+
name: "Title",
|
|
16
|
+
class: "Title_tspsaas",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
});
|
|
62
19
|
export {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
20
|
+
o as Button,
|
|
21
|
+
a as Container,
|
|
22
|
+
n as STabs,
|
|
23
|
+
e as Title
|
|
67
24
|
};
|
|
@@ -1,25 +1,19 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
text-transform: uppercase;
|
|
16
|
-
opacity: 0.8;
|
|
17
|
-
`, i = e.div`
|
|
18
|
-
font-size: 14px;
|
|
19
|
-
line-height: 16px;
|
|
20
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const n = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c1zy8a",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Title",
|
|
8
|
+
class: "Title_t1vih9p5",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Indicator",
|
|
12
|
+
class: "Indicator_i1fbnvpb",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
});
|
|
21
15
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
n as Container,
|
|
17
|
+
o as Indicator,
|
|
18
|
+
a as Title
|
|
25
19
|
};
|
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
line-height: 14px;
|
|
16
|
-
text-transform: uppercase;
|
|
17
|
-
opacity: 0.8;
|
|
18
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const o = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_ctmhwyc",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Indicator",
|
|
8
|
+
class: "Indicator_i1jri200",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Title",
|
|
12
|
+
class: "Title_t8s05oq",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
});
|
|
19
15
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
o as Container,
|
|
17
|
+
a as Indicator,
|
|
22
18
|
n as Title
|
|
23
19
|
};
|
|
@@ -1,124 +1,89 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const o =
|
|
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
|
-
|
|
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
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
column-gap: 8px;
|
|
72
|
-
`, u = e.div`
|
|
73
|
-
display: flex;
|
|
74
|
-
justify-content: space-between;
|
|
75
|
-
padding: 8px 12px;
|
|
76
|
-
border-radius: 4px;
|
|
77
|
-
background-color: var(--color-primary-green2);
|
|
78
|
-
`, m = e.div`
|
|
79
|
-
background: #2d6ffd;
|
|
80
|
-
border-radius: 50%;
|
|
81
|
-
width: 48px;
|
|
82
|
-
height: 48px;
|
|
83
|
-
text-align: center;
|
|
84
|
-
text-transform: uppercase;
|
|
85
|
-
display: flex;
|
|
86
|
-
align-items: center;
|
|
87
|
-
justify-content: center;
|
|
88
|
-
color: #fff;
|
|
89
|
-
font-size: 18px;
|
|
90
|
-
flex-shrink: 0;
|
|
91
|
-
`, v = e.button`
|
|
92
|
-
border: none;
|
|
93
|
-
outline: none;
|
|
94
|
-
background-color: transparent;
|
|
95
|
-
cursor: pointer;
|
|
96
|
-
padding: 0px;
|
|
97
|
-
display: flex;
|
|
98
|
-
justify-content: center;
|
|
99
|
-
align-items: center;
|
|
100
|
-
border-radius: 50%;
|
|
101
|
-
width: 100%;
|
|
102
|
-
height: 100%;
|
|
103
|
-
max-width: 48px;
|
|
104
|
-
max-height: 48px;
|
|
105
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const o = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c1yrpn9o",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), t = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "TopInfo",
|
|
8
|
+
class: "TopInfo_t17fwahh",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "BottomInfo",
|
|
12
|
+
class: "BottomInfo_by6w7e9",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), n = /* @__PURE__ */ s("div")({
|
|
15
|
+
name: "User",
|
|
16
|
+
class: "User_u1g7arbm",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), r = /* @__PURE__ */ s("img")({
|
|
19
|
+
name: "Avatar",
|
|
20
|
+
class: "Avatar_a1ldeata",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), c = /* @__PURE__ */ s("div")({
|
|
23
|
+
name: "UserInfo",
|
|
24
|
+
class: "UserInfo_u10d4koz",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
27
|
+
name: "UserName",
|
|
28
|
+
class: "UserName_u1q6roj0",
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
}), p = /* @__PURE__ */ s("div")({
|
|
31
|
+
name: "UserRating",
|
|
32
|
+
class: "UserRating_ui0m425",
|
|
33
|
+
propsAsIs: !1
|
|
34
|
+
}), i = /* @__PURE__ */ s("img")({
|
|
35
|
+
name: "TrophyIcon",
|
|
36
|
+
class: "TrophyIcon_t1el3mrn",
|
|
37
|
+
propsAsIs: !1
|
|
38
|
+
}), I = /* @__PURE__ */ s("div")({
|
|
39
|
+
name: "Rts",
|
|
40
|
+
class: "Rts_r2vgnxv",
|
|
41
|
+
propsAsIs: !1
|
|
42
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
43
|
+
name: "RtsIndicator",
|
|
44
|
+
class: "RtsIndicator_roqn06j",
|
|
45
|
+
propsAsIs: !1
|
|
46
|
+
}), f = /* @__PURE__ */ s("div")({
|
|
47
|
+
name: "RtsLabel",
|
|
48
|
+
class: "RtsLabel_r15adx7c",
|
|
49
|
+
propsAsIs: !1
|
|
50
|
+
}), d = /* @__PURE__ */ s("div")({
|
|
51
|
+
name: "Divider",
|
|
52
|
+
class: "Divider_dv59lta",
|
|
53
|
+
propsAsIs: !1
|
|
54
|
+
}), v = /* @__PURE__ */ s("div")({
|
|
55
|
+
name: "Ranks",
|
|
56
|
+
class: "Ranks_r55lotb",
|
|
57
|
+
propsAsIs: !1
|
|
58
|
+
}), A = /* @__PURE__ */ s("div")({
|
|
59
|
+
name: "Statistics",
|
|
60
|
+
class: "Statistics_s1knfgqt",
|
|
61
|
+
propsAsIs: !1
|
|
62
|
+
}), _ = /* @__PURE__ */ s("div")({
|
|
63
|
+
name: "AvatarPlaceholder",
|
|
64
|
+
class: "AvatarPlaceholder_a1mqo824",
|
|
65
|
+
propsAsIs: !1
|
|
66
|
+
}), R = /* @__PURE__ */ s("button")({
|
|
67
|
+
name: "UserAccountBtn",
|
|
68
|
+
class: "UserAccountBtn_uxareh6",
|
|
69
|
+
propsAsIs: !1
|
|
70
|
+
});
|
|
106
71
|
export {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
72
|
+
r as Avatar,
|
|
73
|
+
_ as AvatarPlaceholder,
|
|
74
|
+
e as BottomInfo,
|
|
110
75
|
o as Container,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
76
|
+
d as Divider,
|
|
77
|
+
v as Ranks,
|
|
78
|
+
I as Rts,
|
|
79
|
+
m as RtsIndicator,
|
|
115
80
|
f as RtsLabel,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
81
|
+
A as Statistics,
|
|
82
|
+
t as TopInfo,
|
|
83
|
+
i as TrophyIcon,
|
|
84
|
+
n as User,
|
|
85
|
+
R as UserAccountBtn,
|
|
86
|
+
c as UserInfo,
|
|
87
|
+
l as UserName,
|
|
123
88
|
p as UserRating
|
|
124
89
|
};
|
|
@@ -1,29 +1,19 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
line-height: 26px;
|
|
16
|
-
text-align: center;
|
|
17
|
-
`, o = t.div`
|
|
18
|
-
color: var(--color-neutrals-gray9);
|
|
19
|
-
font-size: 14px;
|
|
20
|
-
font-weight: var(--font-weight-default);
|
|
21
|
-
line-height: 20px;
|
|
22
|
-
letter-spacing: -0.154px;
|
|
23
|
-
text-align: center;
|
|
24
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c38csyt",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), o = /* @__PURE__ */ s("div")({
|
|
7
|
+
name: "Title",
|
|
8
|
+
class: "Title_ty221rx",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), i = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Description",
|
|
12
|
+
class: "Description_dlaj9xp",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
});
|
|
25
15
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
16
|
+
t as Container,
|
|
17
|
+
i as Description,
|
|
18
|
+
o as Title
|
|
29
19
|
};
|