@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,68 +1,39 @@
|
|
|
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
|
-
`, n = o.img`
|
|
32
|
-
max-width: 100%;
|
|
33
|
-
border-radius: 8px;
|
|
34
|
-
`, a = o.div`
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
row-gap: 12px;
|
|
38
|
-
color: var(--color-neutrals-gray9);
|
|
39
|
-
font-weight: var(--font-weight-default);
|
|
40
|
-
margin-bottom: 16px;
|
|
41
|
-
`, l = o.div`
|
|
42
|
-
padding-bottom: 12px;
|
|
43
|
-
border-bottom: 0.7px solid var(--color-neutrals-gray3);
|
|
44
|
-
margin-bottom: 12px;
|
|
45
|
-
`, d = o.blockquote`
|
|
46
|
-
padding: 0px 24px 0px 12px;
|
|
47
|
-
color: var(--color-primary-green2);
|
|
48
|
-
border-left: 2px solid var(--color-primary-green2);
|
|
49
|
-
font-size: 12px;
|
|
50
|
-
font-family: var(--font-serif);
|
|
51
|
-
font-weight: var(--font-weight-default);
|
|
52
|
-
display: -webkit-box;
|
|
53
|
-
-webkit-box-orient: vertical;
|
|
54
|
-
-webkit-line-clamp: 2;
|
|
55
|
-
overflow: hidden;
|
|
56
|
-
word-break: break-word;
|
|
57
|
-
text-overflow: ellipsis;
|
|
58
|
-
max-height: 32px;
|
|
59
|
-
`;
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
const a = /* @__PURE__ */ s("div")({
|
|
3
|
+
name: "Container",
|
|
4
|
+
class: "Container_c1t4f0x4",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), t = /* @__PURE__ */ s("button")({
|
|
7
|
+
name: "ActionBtn",
|
|
8
|
+
class: "ActionBtn_a16w1nl6",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
11
|
+
name: "Body",
|
|
12
|
+
class: "Body_b14u54rf",
|
|
13
|
+
propsAsIs: !1
|
|
14
|
+
}), n = /* @__PURE__ */ s("img")({
|
|
15
|
+
name: "Image",
|
|
16
|
+
class: "Image_i1hxm6zo",
|
|
17
|
+
propsAsIs: !1
|
|
18
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
19
|
+
name: "Details",
|
|
20
|
+
class: "Details_d1s19yop",
|
|
21
|
+
propsAsIs: !1
|
|
22
|
+
}), c = /* @__PURE__ */ s("div")({
|
|
23
|
+
name: "QuoteWrap",
|
|
24
|
+
class: "QuoteWrap_q1qyx94r",
|
|
25
|
+
propsAsIs: !1
|
|
26
|
+
}), p = /* @__PURE__ */ s("blockquote")({
|
|
27
|
+
name: "Quote",
|
|
28
|
+
class: "Quote_qs97clu",
|
|
29
|
+
propsAsIs: !1
|
|
30
|
+
});
|
|
60
31
|
export {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
32
|
+
t as ActionBtn,
|
|
33
|
+
e as Body,
|
|
34
|
+
a as Container,
|
|
35
|
+
l as Details,
|
|
65
36
|
n as Image,
|
|
66
|
-
|
|
67
|
-
|
|
37
|
+
p as Quote,
|
|
38
|
+
c as QuoteWrap
|
|
68
39
|
};
|
|
@@ -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
|
};
|