@streamlayer/react-ui 0.89.6 → 0.90.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/assets/style.css +1 -1
- package/lib/{index-ba93b6b2.js → index-jRXrW6ie.js} +11 -11
- package/lib/index-uEuzH3jr.js +118 -0
- package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/Leaderboard.js +7 -7
- package/lib/ui/app/Features/Gamification/Tabs.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/Tabs.js +1 -1
- package/lib/ui/app/Features/Gamification/gamification-feature.js +3 -3
- package/lib/ui/app/Features/Gamification/index.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/index.js +7 -7
- package/lib/ui/app/Features/index.d.ts +1 -1
- package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
- package/lib/ui/app/Navigation/index.d.ts +1 -1
- package/lib/ui/app/Navigation/index.js +1 -1
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +2 -2
- package/lib/ui/app/Notifications/Onboarding/index.js +68 -69
- package/lib/ui/app/Notifications/index.d.ts +1 -1
- package/lib/ui/app/Notifications/index.js +37 -38
- package/lib/ui/app/Notifications/styles.d.ts +3 -0
- package/lib/ui/app/Notifications/styles.js +17 -12
- package/lib/ui/app/Points/index.js +15 -15
- package/lib/ui/app/masters.js +5 -5
- package/lib/ui/app/styles.d.ts +6 -6
- package/lib/ui/app/styles.js +7 -7
- package/lib/ui/app/useMastersApp.js +3 -3
- package/lib/ui/app/useSdkFeature.d.ts +1 -1
- package/lib/ui/app/useSdkFeature.js +1 -1
- package/lib/ui/app/useSdkScroll.js +5 -5
- package/lib/ui/gamification/copyNotification/styles.js +4 -4
- package/lib/ui/gamification/insight/index.js +17 -17
- package/lib/ui/gamification/insight/styles.js +4 -4
- package/lib/ui/gamification/insight-list/styles.js +4 -4
- package/lib/ui/gamification/invite-link/index.js +9 -9
- package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/index.js +1 -1
- package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/static.js +8 -8
- package/lib/ui/gamification/leaderboard/styles.js +1 -1
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +4 -4
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +6 -6
- package/lib/ui/gamification/points/styles.js +4 -4
- package/lib/ui/gamification/question/insight/styles.js +2 -2
- package/lib/ui/gamification/question/list/styles.js +2 -2
- package/lib/ui/gamification/question/notification/insight/styles.js +2 -2
- package/lib/ui/gamification/question/notification/pill/styles.js +4 -4
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts +28 -28
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +14 -14
- package/lib/ui/gamification/question/notification/prediction-result/index.js +61 -61
- package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +2 -2
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +6 -6
- package/lib/ui/gamification/question/notification/tweet/styles.js +4 -4
- package/lib/ui/gamification/question/twitter/styles.js +5 -5
- package/lib/ui/gamification/tabs/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +6 -6
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/index.js +42 -42
- package/lib/ui/gamification/vote/expired-alert/styles.js +4 -4
- package/lib/ui/gamification/vote/feedback/index.js +15 -15
- package/lib/ui/gamification/vote/feedback/styles.js +4 -4
- package/lib/ui/gamification/vote/insight-details/styles.js +2 -2
- package/lib/ui/gamification/vote/styles.js +2 -2
- package/lib/ui/gamification/vote/twitter-details/styles.js +4 -4
- package/lib/ui/gamification/vote/vote-option/styles.d.ts +4 -4
- package/lib/ui/gamification/vote/win-bar/styles.js +10 -10
- package/lib/ui/icons/index.js +1 -2
- package/lib/ui/login/styles.js +6 -6
- package/lib/ui/navigation/button/Channels.js +7 -7
- package/lib/ui/navigation/button/FeaturedGroups.js +3 -3
- package/lib/ui/navigation/button/LeaderBoard.js +1 -1
- package/lib/ui/navigation/index.js +1 -1
- package/lib/ui/navigation/masters.d.ts +1 -1
- package/lib/ui/navigation/masters.js +2 -2
- package/lib/ui/questions/insight/styles.js +8 -8
- package/lib/ui/questions/twitter/styles.js +4 -4
- package/lib/ui/show-in/index.js +8 -8
- package/lib/ui/timer/index.js +20 -20
- package/lib/ui/video-player/styles.js +8 -8
- package/lib/utils/debug/components/bypassLogin.js +14 -14
- package/lib/utils/debug/components/developer.js +18 -18
- package/lib/utils/debug/components/envToggle.js +9 -9
- package/lib/utils/debug/components/styles.js +2 -2
- package/lib/utils/debug/storage.js +14 -32
- package/lib/utils/storage.js +14 -32
- package/package.json +33 -34
- package/lib/index-39a0b9b6.js +0 -1168
- /package/lib/{LeaderBoard_16p26hz-4ed993c7.js → LeaderBoard_fzzlxb-w40geAFS.js} +0 -0
- /package/lib/{index_4nhkck-4ed993c7.js → index_ej4hfx-w40geAFS.js} +0 -0
- /package/lib/{masters_1wv7w2k-4ed993c7.js → masters_m6itlr-w40geAFS.js} +0 -0
- /package/lib/{styles_hxnaic-4ed993c7.js → styles_z07sl8-w40geAFS.js} +0 -0
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { abbreviate as
|
|
3
|
-
import { Rank as
|
|
4
|
-
import { Statistic as
|
|
5
|
-
import { Container as
|
|
1
|
+
import { jsxs as r, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { abbreviate as p, formatDecimals as f } from "../../../utils/common.js";
|
|
3
|
+
import { Rank as o } from "./components/rank/index.js";
|
|
4
|
+
import { Statistic as t } from "./components/statistic/index.js";
|
|
5
|
+
import { Container as v, TopInfo as L, User as g, UserAccountBtn as V, Avatar as I, AvatarPlaceholder as k, UserInfo as w, UserName as x, UserRating as H, Rts as R, TrophyIcon as S, RtsIndicator as U, RtsLabel as b, Divider as u, BottomInfo as T, Ranks as M, Statistics as Z } from "./styles.js";
|
|
6
6
|
import "./components/rank/styles.js";
|
|
7
7
|
import "@linaria/react";
|
|
8
8
|
import "./components/statistic/styles.js";
|
|
9
|
-
const
|
|
10
|
-
avatar:
|
|
11
|
-
name:
|
|
12
|
-
points:
|
|
13
|
-
friendsRank:
|
|
14
|
-
rank:
|
|
15
|
-
streak:
|
|
16
|
-
correct:
|
|
17
|
-
incorrect:
|
|
18
|
-
inTop:
|
|
19
|
-
successRate:
|
|
20
|
-
}) => /* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
|
|
24
|
-
!
|
|
9
|
+
const y = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Trophy'%3e%3cpath%20id='Combined%20Shape'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.69197%204.66662C3.69197%205.99705%203.92914%207.17787%204.4035%208.20912C3.49966%208.02451%202.74487%207.66486%202.1391%207.13014C1.53333%206.59542%201.23046%206.0798%201.23046%205.58328V4.66662H3.69197ZM14.7686%204.66662V5.58328C14.7686%206.0798%2014.4658%206.59542%2013.86%207.13014C13.2542%207.66486%2012.4994%208.02451%2011.5956%208.20912C12.0699%207.17787%2012.3071%205.99705%2012.3071%204.66662H14.7686ZM15.9998%205.58329V4.36108C15.9998%204.10645%2015.9101%203.89002%2015.7306%203.71178C15.5511%203.53354%2015.3332%203.44442%2015.0768%203.44442H12.3076V2.52776C12.3076%202.10763%2012.1569%201.74797%2011.8556%201.44878C11.5544%201.14959%2011.1922%201%2010.7691%201H5.23072C4.80764%201%204.44547%201.14959%204.14419%201.44878C3.84291%201.74797%203.69227%202.10763%203.69227%202.52776V3.44442H0.923068C0.666659%203.44442%200.448714%203.53354%200.269228%203.71178C0.0897418%203.89002%200%204.10645%200%204.36108V5.58329C0%206.03525%200.13301%206.49039%200.399034%206.94872C0.665059%207.40705%201.02403%207.82082%201.47595%208.19003C1.92787%208.55924%202.48234%208.86957%203.13939%209.12101C3.79644%209.37246%204.48713%209.51409%205.21149%209.54592C5.48071%209.88967%205.7852%2010.192%206.12494%2010.453C6.36853%2010.6695%206.53679%2010.9002%206.62974%2011.1453C6.72269%2011.3904%206.76916%2011.6752%206.76916%2011.9999C6.76916%2012.3436%206.67141%2012.6333%206.4759%2012.8688C6.28038%2013.1043%205.96789%2013.2221%205.53841%2013.2221C5.05764%2013.2221%204.62976%2013.3669%204.25476%2013.6566C3.87977%2013.9462%203.69227%2014.3106%203.69227%2014.7499V15.361C3.69227%2015.4501%203.72112%2015.5233%203.77881%2015.5806C3.8365%2015.6379%203.91022%2015.6665%203.99996%2015.6665H11.9999C12.0896%2015.6665%2012.1633%2015.6379%2012.221%2015.5806C12.2787%2015.5233%2012.3076%2015.4501%2012.3076%2015.361V14.7499C12.3076%2014.3106%2012.1201%2013.9462%2011.7451%2013.6566C11.3701%2013.3669%2010.9422%2013.2221%2010.4614%2013.2221C10.0319%2013.2221%209.71945%2013.1043%209.52394%2012.8688C9.32843%2012.6333%209.23068%2012.3436%209.23068%2011.9999C9.23068%2011.6752%209.27715%2011.3904%209.3701%2011.1453C9.46305%2010.9002%209.63131%2010.6695%209.8749%2010.453C10.2146%2010.192%2010.5191%209.88967%2010.7884%209.54592C11.5127%209.51409%2012.2034%209.37246%2012.8604%209.12101C13.5175%208.86957%2014.072%208.55924%2014.5239%208.19003C14.9758%207.82082%2015.3348%207.40705%2015.6008%206.94872C15.8668%206.49039%2015.9998%206.03525%2015.9998%205.58329ZM6.76047%207.1798L8.05109%206.49997L9.3417%207.1798L9.09521%205.73989L10.1393%204.72015L8.69639%204.51007L8.05109%203.2L7.40578%204.51007L5.96283%204.72015L7.00696%205.73989L6.76047%207.1798Z'%20fill='%23F2C94C'/%3e%3c/g%3e%3c/svg%3e", O = ({
|
|
10
|
+
avatar: e,
|
|
11
|
+
name: n,
|
|
12
|
+
points: c,
|
|
13
|
+
friendsRank: C,
|
|
14
|
+
rank: l,
|
|
15
|
+
streak: d,
|
|
16
|
+
correct: a,
|
|
17
|
+
incorrect: s,
|
|
18
|
+
inTop: h,
|
|
19
|
+
successRate: m
|
|
20
|
+
}) => /* @__PURE__ */ r(v, { children: [
|
|
21
|
+
/* @__PURE__ */ i(L, { children: /* @__PURE__ */ r(g, { children: [
|
|
22
|
+
/* @__PURE__ */ r(V, { children: [
|
|
23
|
+
e && /* @__PURE__ */ i(I, { alt: "avatar", src: e }),
|
|
24
|
+
!e && /* @__PURE__ */ i(k, { children: p(n || "") })
|
|
25
25
|
] }),
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
|
|
33
|
-
/* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ r(w, { children: [
|
|
27
|
+
/* @__PURE__ */ i(x, { children: n }),
|
|
28
|
+
/* @__PURE__ */ r(H, { children: [
|
|
29
|
+
/* @__PURE__ */ r(R, { children: [
|
|
30
|
+
/* @__PURE__ */ i(S, { alt: "rank-icon", src: y }),
|
|
31
|
+
/* @__PURE__ */ r(U, { children: [
|
|
32
|
+
f(c),
|
|
33
|
+
/* @__PURE__ */ i(b, { children: "PTS" })
|
|
34
34
|
] })
|
|
35
35
|
] }),
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ i(u, {}),
|
|
37
|
+
/* @__PURE__ */ r("div", { children: [
|
|
38
38
|
"TOP ",
|
|
39
|
-
|
|
39
|
+
h || 0,
|
|
40
40
|
"%"
|
|
41
41
|
] })
|
|
42
42
|
] })
|
|
43
43
|
] })
|
|
44
44
|
] }) }),
|
|
45
|
-
/* @__PURE__ */
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
45
|
+
/* @__PURE__ */ r(T, { children: [
|
|
46
|
+
/* @__PURE__ */ r(M, { children: [
|
|
47
|
+
/* @__PURE__ */ i(o, { indicator: C || 0, title: "Friends rank" }),
|
|
48
|
+
/* @__PURE__ */ i(o, { indicator: l || 0, title: "Global rank" })
|
|
49
49
|
] }),
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */
|
|
54
|
-
/* @__PURE__ */
|
|
50
|
+
/* @__PURE__ */ r(Z, { children: [
|
|
51
|
+
/* @__PURE__ */ i(t, { indicator: d || 0, title: "Win streak" }),
|
|
52
|
+
/* @__PURE__ */ i(t, { indicator: a || 0, title: "Correct" }),
|
|
53
|
+
/* @__PURE__ */ i(t, { indicator: s || 0, title: "Incorrect" }),
|
|
54
|
+
/* @__PURE__ */ i(t, { indicator: `${m || 0}%`, title: "Succ. rate" })
|
|
55
55
|
] })
|
|
56
56
|
] })
|
|
57
57
|
] });
|
|
58
58
|
export {
|
|
59
|
-
|
|
59
|
+
O as UserStatistics
|
|
60
60
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "c38csyt",
|
|
5
5
|
propsAsIs: !1
|
|
@@ -7,13 +7,13 @@ const e = /* @__PURE__ */ s("div")({
|
|
|
7
7
|
name: "Title",
|
|
8
8
|
class: "ty221rx",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
11
11
|
name: "Description",
|
|
12
12
|
class: "dlaj9xp",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
});
|
|
15
15
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
t as Container,
|
|
17
|
+
a as Description,
|
|
18
18
|
o as Title
|
|
19
19
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as r, Fragment as
|
|
1
|
+
import { jsxs as r, Fragment as o, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { QuestionType as n, QuestionStatus as Q } from "@streamlayer/sdk-web-types";
|
|
3
3
|
import { SvgIcon as l } from "../../../icons/index.js";
|
|
4
4
|
import { Container as f, FeedbackIconWrap as h, FeedbackHeader as p, FeedbackDescription as d, FeedbackText as s, IconPrediction as L, FeedbackTitle as j } from "./styles.js";
|
|
@@ -10,7 +10,7 @@ const B = ({
|
|
|
10
10
|
questionVoted: a,
|
|
11
11
|
questionType: c,
|
|
12
12
|
hasCorrectAnswer: F,
|
|
13
|
-
questionStatus:
|
|
13
|
+
questionStatus: T,
|
|
14
14
|
showExpiredNotification: u,
|
|
15
15
|
showClosedNotificationTrivia: w,
|
|
16
16
|
votedInCurrentRender: m,
|
|
@@ -18,45 +18,45 @@ const B = ({
|
|
|
18
18
|
enteredAnActiveQuestion: E,
|
|
19
19
|
marketClosed: N
|
|
20
20
|
}) => {
|
|
21
|
-
const b = a && (c === n.TRIVIA || c === n.PREDICTION) && m &&
|
|
22
|
-
if (!u && !w && !
|
|
21
|
+
const b = a && (c === n.TRIVIA || c === n.PREDICTION) && m && T !== Q.RESOLVED, x = c === n.PREDICTION && !F, k = N && c === n.PREDICTION && !a && !E || c === n.PREDICTION && y && m && E, D = b && x, O = b && F, R = c === n.PREDICTION && a && m && F, S = a && c === n.POLL && m;
|
|
22
|
+
if (!u && !w && !D && !O && !k && !S && !R)
|
|
23
23
|
return null;
|
|
24
|
-
const P = I ? "correct" : "incorrect",
|
|
24
|
+
const P = I ? "correct" : "incorrect", t = I ? e == null ? void 0 : e.correctFeedback : e == null ? void 0 : e.incorrectFeedback;
|
|
25
25
|
return /* @__PURE__ */ r(f, { "data-isPrediction": x, children: [
|
|
26
|
-
u && /* @__PURE__ */ r(
|
|
26
|
+
u && /* @__PURE__ */ r(o, { children: [
|
|
27
27
|
/* @__PURE__ */ i(h, { children: /* @__PURE__ */ i(l, { name: "questionExpired" }) }),
|
|
28
28
|
/* @__PURE__ */ r("div", { children: [
|
|
29
29
|
/* @__PURE__ */ i(p, { children: /* @__PURE__ */ i(d, { children: "Question Expired" }) }),
|
|
30
30
|
/* @__PURE__ */ i(s, { children: "You can still answer to see if you're correct, but no points are awarded for expired questions." })
|
|
31
31
|
] })
|
|
32
32
|
] }),
|
|
33
|
-
w && /* @__PURE__ */ r(
|
|
33
|
+
w && /* @__PURE__ */ r(o, { children: [
|
|
34
34
|
/* @__PURE__ */ i(h, { children: /* @__PURE__ */ i(l, { name: "questionExpired" }) }),
|
|
35
35
|
/* @__PURE__ */ r("div", { children: [
|
|
36
36
|
/* @__PURE__ */ i(p, { children: /* @__PURE__ */ i(d, { children: "Question Closed" }) }),
|
|
37
37
|
/* @__PURE__ */ i(s, { children: "This question was answered after the moderator closed the question. So the points for this answer won’t tally." })
|
|
38
38
|
] })
|
|
39
39
|
] }),
|
|
40
|
-
|
|
40
|
+
k && /* @__PURE__ */ r(o, { children: [
|
|
41
41
|
/* @__PURE__ */ i(h, { children: /* @__PURE__ */ i(l, { name: "questionExpired" }) }),
|
|
42
42
|
/* @__PURE__ */ r("div", { children: [
|
|
43
43
|
/* @__PURE__ */ i(p, { children: /* @__PURE__ */ i(d, { children: "Question Closed" }) }),
|
|
44
44
|
/* @__PURE__ */ i(s, { children: "This event has already taken place, so the ability to make a prediction on its outcome is no longer available." })
|
|
45
45
|
] })
|
|
46
46
|
] }),
|
|
47
|
-
|
|
47
|
+
D && /* @__PURE__ */ r(o, { children: [
|
|
48
48
|
/* @__PURE__ */ i(L, { name: "icon-prediction" }),
|
|
49
49
|
/* @__PURE__ */ i(d, { children: "Stay tuned to see if your prediction was correct." })
|
|
50
50
|
] }),
|
|
51
|
-
|
|
52
|
-
/* @__PURE__ */ i(h, { "data-
|
|
51
|
+
S && /* @__PURE__ */ r(o, { children: [
|
|
52
|
+
/* @__PURE__ */ i(h, { "data-feedback-type": "correct", children: /* @__PURE__ */ i(l, { name: "correct" }) }),
|
|
53
53
|
/* @__PURE__ */ i(d, { children: "That's for answering. Please stay tuned for the next question." })
|
|
54
54
|
] }),
|
|
55
|
-
(
|
|
56
|
-
/* @__PURE__ */ i(h, { "data-
|
|
55
|
+
(O || R) && /* @__PURE__ */ r(o, { children: [
|
|
56
|
+
/* @__PURE__ */ i(h, { "data-feedback-type": P, children: /* @__PURE__ */ i(l, { name: P }) }),
|
|
57
57
|
/* @__PURE__ */ i("div", { children: /* @__PURE__ */ r(p, { children: [
|
|
58
|
-
/* @__PURE__ */ i(j, { "data-
|
|
59
|
-
/* @__PURE__ */ i(d, { children:
|
|
58
|
+
/* @__PURE__ */ i(j, { "data-feedback-type": P, children: t == null ? void 0 : t.title }),
|
|
59
|
+
/* @__PURE__ */ i(d, { children: t == null ? void 0 : t.description })
|
|
60
60
|
] }) })
|
|
61
61
|
] })
|
|
62
62
|
] });
|
|
@@ -2,11 +2,11 @@ import { styled as s } from "@linaria/react";
|
|
|
2
2
|
import { SvgIcon as e } from "../../../icons/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
const
|
|
5
|
+
const r = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "Container",
|
|
7
7
|
class: "c16sbdnm",
|
|
8
8
|
propsAsIs: !1
|
|
9
|
-
}), a = () => e,
|
|
9
|
+
}), a = () => e, t = /* @__PURE__ */ s(a())({
|
|
10
10
|
name: "IconPrediction",
|
|
11
11
|
class: "ibhorgl",
|
|
12
12
|
propsAsIs: !0
|
|
@@ -32,11 +32,11 @@ const p = /* @__PURE__ */ s("div")({
|
|
|
32
32
|
propsAsIs: !1
|
|
33
33
|
});
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
r as Container,
|
|
36
36
|
f as FeedbackDescription,
|
|
37
37
|
d as FeedbackHeader,
|
|
38
38
|
i as FeedbackIconWrap,
|
|
39
39
|
m as FeedbackText,
|
|
40
40
|
l as FeedbackTitle,
|
|
41
|
-
|
|
41
|
+
t as IconPrediction
|
|
42
42
|
};
|
|
@@ -3,12 +3,12 @@ const n = /* @__PURE__ */ s("div")({
|
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "c1euiow",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), o = /* @__PURE__ */ s("a")({
|
|
7
7
|
name: "WebLinkBtn",
|
|
8
8
|
class: "w19zie3h",
|
|
9
9
|
propsAsIs: !1
|
|
10
10
|
});
|
|
11
11
|
export {
|
|
12
12
|
n as Container,
|
|
13
|
-
|
|
13
|
+
o as WebLinkBtn
|
|
14
14
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled as s } from "@linaria/react";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ s("div")({
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "c14ielyq",
|
|
5
5
|
propsAsIs: !1
|
|
@@ -17,7 +17,7 @@ const n = /* @__PURE__ */ s("div")({
|
|
|
17
17
|
propsAsIs: !1
|
|
18
18
|
});
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
t as Container,
|
|
21
21
|
o as Content,
|
|
22
22
|
a as Options,
|
|
23
23
|
e as Title
|
|
@@ -3,17 +3,17 @@ const o = /* @__PURE__ */ s("div")({
|
|
|
3
3
|
name: "Container",
|
|
4
4
|
class: "c1dcxmvf",
|
|
5
5
|
propsAsIs: !1
|
|
6
|
-
}),
|
|
6
|
+
}), a = /* @__PURE__ */ s("div")({
|
|
7
7
|
name: "DateTime",
|
|
8
8
|
class: "db4q22c",
|
|
9
9
|
propsAsIs: !1
|
|
10
|
-
}),
|
|
10
|
+
}), t = /* @__PURE__ */ s("blockquote")({
|
|
11
11
|
name: "Quote",
|
|
12
12
|
class: "q111mmic",
|
|
13
13
|
propsAsIs: !1
|
|
14
14
|
});
|
|
15
15
|
export {
|
|
16
16
|
o as Container,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
a as DateTime,
|
|
18
|
+
t as Quote
|
|
19
19
|
};
|
|
@@ -5,11 +5,11 @@ export declare const ButtonBody: import("@linaria/react").StyledComponent<import
|
|
|
5
5
|
export declare const IconContainer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
6
6
|
export declare const IconWrap: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
7
7
|
export declare const Icon: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & Record<never, unknown>>;
|
|
8
|
-
export declare const IconDefault: import("@linaria/react").
|
|
9
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
export declare const IconDefault: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & Record<never, unknown> & {
|
|
9
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
10
10
|
}>;
|
|
11
|
-
export declare const IconCircle: import("@linaria/react").
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
11
|
+
export declare const IconCircle: import("@linaria/react").WYWEvalMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & Record<never, unknown> & {
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}>;
|
|
14
14
|
export declare const Title: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
15
15
|
export declare const Indicators: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
@@ -2,7 +2,7 @@ import { styled as s } from "@linaria/react";
|
|
|
2
2
|
import { SvgIcon as n } from "../../../icons/index.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
const
|
|
5
|
+
const e = /* @__PURE__ */ s("div")({
|
|
6
6
|
name: "WinBarContainer",
|
|
7
7
|
class: "wie6cqo",
|
|
8
8
|
propsAsIs: !1
|
|
@@ -10,11 +10,11 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
10
10
|
name: "Content",
|
|
11
11
|
class: "cgizw4u",
|
|
12
12
|
propsAsIs: !1
|
|
13
|
-
}),
|
|
13
|
+
}), r = /* @__PURE__ */ s("div")({
|
|
14
14
|
name: "Title",
|
|
15
15
|
class: "t1l3ucjp",
|
|
16
16
|
propsAsIs: !1
|
|
17
|
-
}), o = () => n,
|
|
17
|
+
}), o = () => n, l = /* @__PURE__ */ s(o())({
|
|
18
18
|
name: "WinIcon",
|
|
19
19
|
class: "wx7j799",
|
|
20
20
|
propsAsIs: !0
|
|
@@ -22,11 +22,11 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
22
22
|
name: "Points",
|
|
23
23
|
class: "p4lwuj0",
|
|
24
24
|
propsAsIs: !1
|
|
25
|
-
}),
|
|
25
|
+
}), I = /* @__PURE__ */ s("span")({
|
|
26
26
|
name: "PointsCount",
|
|
27
27
|
class: "po9i64o",
|
|
28
28
|
propsAsIs: !1
|
|
29
|
-
}),
|
|
29
|
+
}), f = /* @__PURE__ */ s("span")({
|
|
30
30
|
name: "PointsUnits",
|
|
31
31
|
class: "pe5g05h",
|
|
32
32
|
propsAsIs: !1
|
|
@@ -34,9 +34,9 @@ const a = /* @__PURE__ */ s("div")({
|
|
|
34
34
|
export {
|
|
35
35
|
c as Content,
|
|
36
36
|
m as Points,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
I as PointsCount,
|
|
38
|
+
f as PointsUnits,
|
|
39
|
+
r as Title,
|
|
40
|
+
e as WinBarContainer,
|
|
41
|
+
l as WinIcon
|
|
42
42
|
};
|