@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
package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js
CHANGED
|
@@ -1,165 +1,84 @@
|
|
|
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
|
-
|
|
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
|
-
& > div {
|
|
70
|
-
background-color: var(--color-white);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&[data-correct='true'] {
|
|
74
|
-
& > div {
|
|
75
|
-
background-color: var(--color-primary-green2);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&[data-correct='false'] {
|
|
80
|
-
& > div {
|
|
81
|
-
background-color: var(--color-neutrals-gray6);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@keyframes showLines {
|
|
86
|
-
0% {
|
|
87
|
-
transform: translateX(400px) rotate(137deg);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
100% {
|
|
91
|
-
transform: translateX(0px) rotate(137deg);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@keyframes hiddenLines {
|
|
96
|
-
0% {
|
|
97
|
-
width: 1000px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
100% {
|
|
101
|
-
width: 2000px;
|
|
102
|
-
opacity: 0;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
`, e = s.div`
|
|
106
|
-
position: absolute;
|
|
107
|
-
opacity: 0.05;
|
|
108
|
-
height: 1000px;
|
|
109
|
-
width: 1000px;
|
|
110
|
-
bottom: -580px;
|
|
111
|
-
transform: translateX(400px) rotate(137deg);
|
|
112
|
-
`, n = s(e)`
|
|
113
|
-
right: -818px;
|
|
114
|
-
`, t = s(e)`
|
|
115
|
-
right: -902px;
|
|
116
|
-
`, r = s(e)`
|
|
117
|
-
right: -997px;
|
|
118
|
-
`, a = s(e)`
|
|
119
|
-
right: -891px;
|
|
120
|
-
`, h = s(e)`
|
|
121
|
-
right: -942px;
|
|
122
|
-
`, d = s(e)`
|
|
123
|
-
right: -996px;
|
|
124
|
-
`, m = s(e)`
|
|
125
|
-
right: -931px;
|
|
126
|
-
`, c = s(e)`
|
|
127
|
-
right: -981px;
|
|
128
|
-
opacity: 0.1;
|
|
129
|
-
`, w = s(e)`
|
|
130
|
-
right: -1035px;
|
|
131
|
-
opacity: 0.15;
|
|
132
|
-
`, p = s(e)`
|
|
133
|
-
right: -1088px;
|
|
134
|
-
opacity: 0.2;
|
|
135
|
-
`, L = s(e)`
|
|
136
|
-
right: -931px;
|
|
137
|
-
opacity: 0.1;
|
|
138
|
-
`, l = s(e)`
|
|
139
|
-
right: -981px;
|
|
140
|
-
opacity: 0.1;
|
|
141
|
-
`, f = s(e)`
|
|
142
|
-
right: -1035px;
|
|
143
|
-
opacity: 0.1;
|
|
144
|
-
`, u = s(e)`
|
|
145
|
-
right: -1088px;
|
|
146
|
-
opacity: 0.1;
|
|
147
|
-
`;
|
|
1
|
+
import { styled as e } from "@linaria/react";
|
|
2
|
+
const w = /* @__PURE__ */ e("div")({
|
|
3
|
+
name: "BGWrap",
|
|
4
|
+
class: "BGWrap_b1dqe0sz",
|
|
5
|
+
propsAsIs: !1
|
|
6
|
+
}), s = /* @__PURE__ */ e("div")({
|
|
7
|
+
name: "BGLineBase",
|
|
8
|
+
class: "BGLineBase_b1v6w7ni",
|
|
9
|
+
propsAsIs: !1
|
|
10
|
+
}), n = () => s, l = /* @__PURE__ */ e(n())({
|
|
11
|
+
name: "BGOneLineOne",
|
|
12
|
+
class: "BGOneLineOne_b2nqb1p",
|
|
13
|
+
propsAsIs: !0
|
|
14
|
+
}), o = () => s, O = /* @__PURE__ */ e(o())({
|
|
15
|
+
name: "BGOneLineTwo",
|
|
16
|
+
class: "BGOneLineTwo_b1xxgmbk",
|
|
17
|
+
propsAsIs: !0
|
|
18
|
+
}), r = () => s, b = /* @__PURE__ */ e(r())({
|
|
19
|
+
name: "BGOneLineThree",
|
|
20
|
+
class: "BGOneLineThree_b63lwcb",
|
|
21
|
+
propsAsIs: !0
|
|
22
|
+
}), i = () => s, m = /* @__PURE__ */ e(i())({
|
|
23
|
+
name: "BGTwoLineOne",
|
|
24
|
+
class: "BGTwoLineOne_b2iah4",
|
|
25
|
+
propsAsIs: !0
|
|
26
|
+
}), p = () => s, x = /* @__PURE__ */ e(p())({
|
|
27
|
+
name: "BGTwoLineTwo",
|
|
28
|
+
class: "BGTwoLineTwo_b1xezvf6",
|
|
29
|
+
propsAsIs: !0
|
|
30
|
+
}), t = () => s, F = /* @__PURE__ */ e(t())({
|
|
31
|
+
name: "BGTwoLineThree",
|
|
32
|
+
class: "BGTwoLineThree_b1jz1hg0",
|
|
33
|
+
propsAsIs: !0
|
|
34
|
+
}), B = () => s, A = /* @__PURE__ */ e(B())({
|
|
35
|
+
name: "BGThreeLineOne",
|
|
36
|
+
class: "BGThreeLineOne_b18ho1tk",
|
|
37
|
+
propsAsIs: !0
|
|
38
|
+
}), c = () => s, I = /* @__PURE__ */ e(c())({
|
|
39
|
+
name: "BGThreeLineTwo",
|
|
40
|
+
class: "BGThreeLineTwo_b14uvjfm",
|
|
41
|
+
propsAsIs: !0
|
|
42
|
+
}), G = () => s, v = /* @__PURE__ */ e(G())({
|
|
43
|
+
name: "BGThreeLineThree",
|
|
44
|
+
class: "BGThreeLineThree_b11c3ns7",
|
|
45
|
+
propsAsIs: !0
|
|
46
|
+
}), L = () => s, d = /* @__PURE__ */ e(L())({
|
|
47
|
+
name: "BGThreeLineFour",
|
|
48
|
+
class: "BGThreeLineFour_b1bqhhet",
|
|
49
|
+
propsAsIs: !0
|
|
50
|
+
}), T = () => s, f = /* @__PURE__ */ e(T())({
|
|
51
|
+
name: "BGFourLineOne",
|
|
52
|
+
class: "BGFourLineOne_b1xyzi7o",
|
|
53
|
+
propsAsIs: !0
|
|
54
|
+
}), a = () => s, q = /* @__PURE__ */ e(a())({
|
|
55
|
+
name: "BGFourLineTwo",
|
|
56
|
+
class: "BGFourLineTwo_byo0rup",
|
|
57
|
+
propsAsIs: !0
|
|
58
|
+
}), u = () => s, y = /* @__PURE__ */ e(u())({
|
|
59
|
+
name: "BGFourLineThree",
|
|
60
|
+
class: "BGFourLineThree_b1oyiqgv",
|
|
61
|
+
propsAsIs: !0
|
|
62
|
+
}), _ = () => s, z = /* @__PURE__ */ e(_())({
|
|
63
|
+
name: "BGFourLineFour",
|
|
64
|
+
class: "BGFourLineFour_bx3ddqw",
|
|
65
|
+
propsAsIs: !0
|
|
66
|
+
});
|
|
148
67
|
export {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
68
|
+
z as BGFourLineFour,
|
|
69
|
+
f as BGFourLineOne,
|
|
70
|
+
y as BGFourLineThree,
|
|
71
|
+
q as BGFourLineTwo,
|
|
72
|
+
s as BGLineBase,
|
|
73
|
+
l as BGOneLineOne,
|
|
74
|
+
b as BGOneLineThree,
|
|
75
|
+
O as BGOneLineTwo,
|
|
76
|
+
d as BGThreeLineFour,
|
|
77
|
+
A as BGThreeLineOne,
|
|
78
|
+
v as BGThreeLineThree,
|
|
79
|
+
I as BGThreeLineTwo,
|
|
80
|
+
m as BGTwoLineOne,
|
|
81
|
+
F as BGTwoLineThree,
|
|
82
|
+
x as BGTwoLineTwo,
|
|
83
|
+
w as BGWrap
|
|
165
84
|
};
|
|
@@ -1,132 +1,57 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { SvgIcon as t } 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
|
-
height: 118px;
|
|
47
|
-
border-radius: 8px;
|
|
48
|
-
background-color: transparent;
|
|
49
|
-
position: relative;
|
|
50
|
-
padding: 22px 16px;
|
|
51
|
-
color: var(--color-white);
|
|
52
|
-
font-family: var(--font-serif);
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
align-items: center;
|
|
56
|
-
justify-content: center;
|
|
57
|
-
|
|
58
|
-
&[data-color-green='true'] {
|
|
59
|
-
color: var(--color-primary-green1);
|
|
60
|
-
}
|
|
61
|
-
`, p = t.div`
|
|
62
|
-
margin-bottom: 10px;
|
|
63
|
-
font-size: 20px;
|
|
64
|
-
font-weight: var(--font-weight-default);
|
|
65
|
-
display: flex;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
text-align: center;
|
|
68
|
-
|
|
69
|
-
&[data-incorrect='true'] {
|
|
70
|
-
color: var(--color-neutrals-gray9);
|
|
71
|
-
}
|
|
72
|
-
`, o = t.div`
|
|
73
|
-
font-size: 12px;
|
|
74
|
-
font-weight: 500;
|
|
75
|
-
display: flex;
|
|
76
|
-
justify-content: center;
|
|
77
|
-
text-align: center;
|
|
78
|
-
align-items: center;
|
|
79
|
-
font-family: var(--font-regular);
|
|
80
|
-
|
|
81
|
-
&[data-incorrect='true'] {
|
|
82
|
-
color: var(--color-secondary-red1);
|
|
83
|
-
}
|
|
84
|
-
`, d = t(o)`
|
|
85
|
-
font-family: var(--font-serif);
|
|
86
|
-
`, f = t.div`
|
|
87
|
-
font-weight: 400px;
|
|
88
|
-
margin-left: 5px;
|
|
89
|
-
`, g = t(r)`
|
|
90
|
-
width: 14px;
|
|
91
|
-
height: 14px;
|
|
92
|
-
margin-right: 6px;
|
|
93
|
-
`, x = t.button`
|
|
94
|
-
width: 30px;
|
|
95
|
-
height: 30px;
|
|
96
|
-
border: none;
|
|
97
|
-
border-radius: 50%;
|
|
98
|
-
outline: none;
|
|
99
|
-
background-color: transparent;
|
|
100
|
-
display: flex;
|
|
101
|
-
justify-content: center;
|
|
102
|
-
align-items: center;
|
|
103
|
-
position: absolute;
|
|
104
|
-
right: 8px;
|
|
105
|
-
top: 8px;
|
|
106
|
-
cursor: pointer;
|
|
107
|
-
`, u = t(r)`
|
|
108
|
-
width: 20px;
|
|
109
|
-
height: 20px;
|
|
110
|
-
|
|
111
|
-
path {
|
|
112
|
-
stroke: var(--color-neutrals-gray7);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&:hover {
|
|
116
|
-
path {
|
|
117
|
-
stroke: var(--color-primary-green2);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
`;
|
|
5
|
+
const i = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "Container_c10131zw",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), m = /* @__PURE__ */ s("div")({
|
|
10
|
+
name: "AnimateContent",
|
|
11
|
+
class: "AnimateContent_ar6k2eo",
|
|
12
|
+
propsAsIs: !1
|
|
13
|
+
}), I = /* @__PURE__ */ s("div")({
|
|
14
|
+
name: "Content",
|
|
15
|
+
class: "Content_c1hwoq9l",
|
|
16
|
+
propsAsIs: !1
|
|
17
|
+
}), A = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "Title",
|
|
19
|
+
class: "Title_t4ujo4g",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), e = /* @__PURE__ */ s("div")({
|
|
22
|
+
name: "Subtitle",
|
|
23
|
+
class: "Subtitle_s1pjil1h",
|
|
24
|
+
propsAsIs: !1
|
|
25
|
+
}), o = () => e, C = /* @__PURE__ */ s(o())({
|
|
26
|
+
name: "SubtitleFG",
|
|
27
|
+
class: "SubtitleFG_s1iorwr9",
|
|
28
|
+
propsAsIs: !0
|
|
29
|
+
}), u = /* @__PURE__ */ s("div")({
|
|
30
|
+
name: "AnswerText",
|
|
31
|
+
class: "AnswerText_a51sv9d",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
}), n = () => t, _ = /* @__PURE__ */ s(n())({
|
|
34
|
+
name: "FeedbackIcon",
|
|
35
|
+
class: "FeedbackIcon_f1lbk2ye",
|
|
36
|
+
propsAsIs: !0
|
|
37
|
+
}), b = /* @__PURE__ */ s("button")({
|
|
38
|
+
name: "CloseButton",
|
|
39
|
+
class: "CloseButton_crcvk3t",
|
|
40
|
+
propsAsIs: !1
|
|
41
|
+
}), c = () => t, d = /* @__PURE__ */ s(c())({
|
|
42
|
+
name: "CloseIcon",
|
|
43
|
+
class: "CloseIcon_c33p82r",
|
|
44
|
+
propsAsIs: !0
|
|
45
|
+
});
|
|
121
46
|
export {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
47
|
+
m as AnimateContent,
|
|
48
|
+
u as AnswerText,
|
|
49
|
+
b as CloseButton,
|
|
50
|
+
d as CloseIcon,
|
|
51
|
+
i as Container,
|
|
52
|
+
I as Content,
|
|
53
|
+
_ as FeedbackIcon,
|
|
54
|
+
e as Subtitle,
|
|
55
|
+
C as SubtitleFG,
|
|
56
|
+
A as Title
|
|
132
57
|
};
|
|
@@ -1,87 +1,47 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import { SvgIcon as
|
|
1
|
+
import { styled as s } from "@linaria/react";
|
|
2
|
+
import { SvgIcon as e } 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
|
-
width: 13px;
|
|
39
|
-
height: 13px;
|
|
40
|
-
margin-right: 4px;
|
|
41
|
-
|
|
42
|
-
path {
|
|
43
|
-
fill: var(--color-primary-green1);
|
|
44
|
-
fill-opacity: 1;
|
|
45
|
-
}
|
|
46
|
-
`, g = o.span`
|
|
47
|
-
color: var(--color-neutrals-gray7);
|
|
48
|
-
font-weight: 550;
|
|
49
|
-
font-size: 12px;
|
|
50
|
-
`, d = o.div`
|
|
51
|
-
font-weight: 400;
|
|
52
|
-
font-size: 16px;
|
|
53
|
-
color: var(--color-primary-green2);
|
|
54
|
-
margin-bottom: 12px;
|
|
55
|
-
padding-right: 10px;
|
|
56
|
-
font-family: var(--font-serif);
|
|
57
|
-
`, x = o.button`
|
|
58
|
-
background-color: var(--color-primary-green1);
|
|
59
|
-
color: var(--color-white);
|
|
60
|
-
border-radius: 40px;
|
|
61
|
-
border: none;
|
|
62
|
-
outline: none;
|
|
63
|
-
cursor: pointer;
|
|
64
|
-
width: 100%;
|
|
65
|
-
display: flex;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
align-items: center;
|
|
68
|
-
font-size: 14px;
|
|
69
|
-
font-weight: 550;
|
|
70
|
-
padding: 0px 16px;
|
|
71
|
-
height: 44px;
|
|
72
|
-
|
|
73
|
-
&:hover {
|
|
74
|
-
background-color: var(--color-primary-green2);
|
|
75
|
-
cursor: pointer;
|
|
76
|
-
}
|
|
77
|
-
`;
|
|
5
|
+
const r = /* @__PURE__ */ s("div")({
|
|
6
|
+
name: "Container",
|
|
7
|
+
class: "Container_c1eptrjd",
|
|
8
|
+
propsAsIs: !1
|
|
9
|
+
}), l = /* @__PURE__ */ s("div")({
|
|
10
|
+
name: "CloseIconWrap",
|
|
11
|
+
class: "CloseIconWrap_crylm65",
|
|
12
|
+
propsAsIs: !1
|
|
13
|
+
}), o = () => e, m = /* @__PURE__ */ s(o())({
|
|
14
|
+
name: "CloseIcon",
|
|
15
|
+
class: "CloseIcon_c9mrcz7",
|
|
16
|
+
propsAsIs: !0
|
|
17
|
+
}), I = /* @__PURE__ */ s("div")({
|
|
18
|
+
name: "Header",
|
|
19
|
+
class: "Header_hw3lzv4",
|
|
20
|
+
propsAsIs: !1
|
|
21
|
+
}), n = () => e, i = /* @__PURE__ */ s(n())({
|
|
22
|
+
name: "TypeIcon",
|
|
23
|
+
class: "TypeIcon_t1rrb3kf",
|
|
24
|
+
propsAsIs: !0
|
|
25
|
+
}), u = /* @__PURE__ */ s("span")({
|
|
26
|
+
name: "TypeName",
|
|
27
|
+
class: "TypeName_t1ydnjov",
|
|
28
|
+
propsAsIs: !1
|
|
29
|
+
}), A = /* @__PURE__ */ s("div")({
|
|
30
|
+
name: "Question",
|
|
31
|
+
class: "Question_qlf90cl",
|
|
32
|
+
propsAsIs: !1
|
|
33
|
+
}), _ = /* @__PURE__ */ s("button")({
|
|
34
|
+
name: "AnswerButton",
|
|
35
|
+
class: "AnswerButton_a1e0nhcl",
|
|
36
|
+
propsAsIs: !1
|
|
37
|
+
});
|
|
78
38
|
export {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
39
|
+
_ as AnswerButton,
|
|
40
|
+
m as CloseIcon,
|
|
41
|
+
l as CloseIconWrap,
|
|
42
|
+
r as Container,
|
|
43
|
+
I as Header,
|
|
44
|
+
A as Question,
|
|
45
|
+
i as TypeIcon,
|
|
46
|
+
u as TypeName
|
|
87
47
|
};
|
|
@@ -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
|
};
|