@streamlayer/react-ui 0.67.0 → 0.67.1

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.
Files changed (75) hide show
  1. package/lib/assets/style.css +1 -1
  2. package/lib/ui/app/Features/FeatureProvider.js +1 -1
  3. package/lib/ui/app/Features/Gamification/Question.js +11 -11
  4. package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
  5. package/lib/ui/app/Features/Gamification/gamification-feature.js +66 -0
  6. package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
  7. package/lib/ui/app/Features/Gamification/index.js +11 -12
  8. package/lib/ui/app/Features/index.js +1 -1
  9. package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
  10. package/lib/ui/app/Navigation/index.js +13 -13
  11. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +13 -13
  12. package/lib/ui/app/Notifications/Onboarding/index.js +5 -5
  13. package/lib/ui/app/Notifications/styles.js +3 -3
  14. package/lib/ui/app/masters.js +30 -28
  15. package/lib/ui/app/styles.js +10 -10
  16. package/lib/ui/app/useMastersApp.js +51 -35
  17. package/lib/ui/button/styles.js +2 -2
  18. package/lib/ui/gamification/detail/header/styles.js +12 -12
  19. package/lib/ui/gamification/detail/sponsor/index.js +6 -6
  20. package/lib/ui/gamification/insight/styles.js +20 -20
  21. package/lib/ui/gamification/insight-list/styles.js +4 -4
  22. package/lib/ui/gamification/invite-link/styles.js +8 -8
  23. package/lib/ui/gamification/leaderboard/list-item/styles.js +18 -18
  24. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +8 -8
  25. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +26 -26
  26. package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +12 -12
  27. package/lib/ui/gamification/onboarding/styles.js +23 -23
  28. package/lib/ui/gamification/points/index.d.ts +1 -1
  29. package/lib/ui/gamification/points/styles.js +10 -10
  30. package/lib/ui/gamification/question/insight/styles.js +2 -2
  31. package/lib/ui/gamification/question/list/styles.js +3 -3
  32. package/lib/ui/gamification/question/notification/insight/styles.js +11 -11
  33. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +42 -42
  34. package/lib/ui/gamification/question/notification/prediction-result/styles.js +20 -20
  35. package/lib/ui/gamification/question/notification/styles.js +15 -15
  36. package/lib/ui/gamification/question/notification/tweet/styles.js +11 -11
  37. package/lib/ui/gamification/question/styles.js +34 -34
  38. package/lib/ui/gamification/question/twitter/styles.js +6 -6
  39. package/lib/ui/gamification/tabs/styles.js +4 -4
  40. package/lib/ui/gamification/user-statistics/components/rank/styles.js +7 -7
  41. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +5 -5
  42. package/lib/ui/gamification/user-statistics/styles.js +33 -33
  43. package/lib/ui/gamification/vote/expired-alert/styles.js +7 -7
  44. package/lib/ui/gamification/vote/feedback/styles.js +22 -22
  45. package/lib/ui/gamification/vote/insight-details/styles.js +4 -4
  46. package/lib/ui/gamification/vote/styles.js +10 -10
  47. package/lib/ui/gamification/vote/twitter-details/styles.js +3 -3
  48. package/lib/ui/gamification/vote/vote-option/styles.js +22 -22
  49. package/lib/ui/gamification/vote/win-bar/styles.js +9 -9
  50. package/lib/ui/icons/index.js +8 -8
  51. package/lib/ui/login/styles.js +21 -21
  52. package/lib/ui/navigation/button/Channels.js +7 -7
  53. package/lib/ui/navigation/button/FeaturedGroups.js +4 -4
  54. package/lib/ui/navigation/button/LeaderBoard.js +9 -9
  55. package/lib/ui/navigation/button/styles.js +7 -7
  56. package/lib/ui/navigation/index.js +2 -2
  57. package/lib/ui/navigation/masters.js +6 -6
  58. package/lib/ui/questions/insight/styles.js +5 -5
  59. package/lib/ui/questions/twitter/account/styles.js +12 -12
  60. package/lib/ui/questions/twitter/styles.js +8 -8
  61. package/lib/ui/show-in/index.js +14 -14
  62. package/lib/ui/theme/masters.js +1 -1
  63. package/lib/ui/theme/theme.js +19 -19
  64. package/lib/ui/timer/index.js +15 -15
  65. package/lib/ui/video-player/styles.js +8 -8
  66. package/lib/utils/debug/components/bypassLogin.js +9 -9
  67. package/lib/utils/debug/components/developer.js +21 -21
  68. package/lib/utils/debug/components/envToggle.js +14 -14
  69. package/lib/utils/debug/components/eventInput.js +4 -4
  70. package/lib/utils/debug/components/styles.js +3 -3
  71. package/lib/utils/decorators/styles.js +3 -3
  72. package/package.json +9 -9
  73. /package/lib/{LeaderBoard_p8tnz3-4ed993c7.js → LeaderBoard_16p26hz-4ed993c7.js} +0 -0
  74. /package/lib/{index_1ujx5m0-4ed993c7.js → index_4nhkck-4ed993c7.js} +0 -0
  75. /package/lib/{masters_18kvgvj-4ed993c7.js → masters_k70xsy-4ed993c7.js} +0 -0
@@ -1,36 +1,36 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const a = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c1t4f0x4",
4
+ class: "c1t4f0x4",
5
5
  propsAsIs: !1
6
- }), t = /* @__PURE__ */ s("button")({
6
+ }), e = /* @__PURE__ */ s("button")({
7
7
  name: "ActionBtn",
8
- class: "ActionBtn_a16w1nl6",
8
+ class: "a16w1nl6",
9
9
  propsAsIs: !1
10
- }), e = /* @__PURE__ */ s("div")({
10
+ }), t = /* @__PURE__ */ s("div")({
11
11
  name: "Body",
12
- class: "Body_b14u54rf",
12
+ class: "b14u54rf",
13
13
  propsAsIs: !1
14
14
  }), n = /* @__PURE__ */ s("img")({
15
15
  name: "Image",
16
- class: "Image_i1hxm6zo",
16
+ class: "i1hxm6zo",
17
17
  propsAsIs: !1
18
18
  }), l = /* @__PURE__ */ s("div")({
19
19
  name: "Details",
20
- class: "Details_d1s19yop",
20
+ class: "d1s19yop",
21
21
  propsAsIs: !1
22
22
  }), c = /* @__PURE__ */ s("div")({
23
23
  name: "QuoteWrap",
24
- class: "QuoteWrap_q1qyx94r",
24
+ class: "q1qyx94r",
25
25
  propsAsIs: !1
26
26
  }), p = /* @__PURE__ */ s("blockquote")({
27
27
  name: "Quote",
28
- class: "Quote_qs97clu",
28
+ class: "qs97clu",
29
29
  propsAsIs: !1
30
30
  });
31
31
  export {
32
- t as ActionBtn,
33
- e as Body,
32
+ e as ActionBtn,
33
+ t as Body,
34
34
  a as Container,
35
35
  l as Details,
36
36
  n as Image,
@@ -2,71 +2,71 @@ import { styled as s } from "@linaria/react";
2
2
  import { SvgIcon as o } from "../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const p = /* @__PURE__ */ s("div")({
5
+ const a = /* @__PURE__ */ s("div")({
6
6
  name: "QuestionItem",
7
- class: "QuestionItem_q1w97g3p",
7
+ class: "q1w97g3p",
8
8
  propsAsIs: !1
9
- }), a = /* @__PURE__ */ s("div")({
9
+ }), u = /* @__PURE__ */ s("div")({
10
10
  name: "QuestionCaption",
11
- class: "QuestionCaption_q2sl39u",
11
+ class: "q2sl39u",
12
12
  propsAsIs: !1
13
- }), Q = /* @__PURE__ */ s("div")({
13
+ }), l = /* @__PURE__ */ s("div")({
14
14
  name: "QuestionBody",
15
- class: "QuestionBody_qd5h0uc",
15
+ class: "qd5h0uc",
16
16
  propsAsIs: !1
17
- }), l = /* @__PURE__ */ s("div")({
17
+ }), Q = /* @__PURE__ */ s("div")({
18
18
  name: "QuestionAction",
19
- class: "QuestionAction_q105uluy",
19
+ class: "q105uluy",
20
20
  propsAsIs: !1
21
- }), t = () => o, r = /* @__PURE__ */ s(t())({
21
+ }), e = () => o, r = /* @__PURE__ */ s(e())({
22
22
  name: "QuestionActionIcon",
23
- class: "QuestionActionIcon_q1fa0b9h",
23
+ class: "q1fa0b9h",
24
24
  propsAsIs: !0
25
- }), e = () => o, I = /* @__PURE__ */ s(e())({
25
+ }), n = () => o, m = /* @__PURE__ */ s(n())({
26
26
  name: "QuestionTypeIcon",
27
- class: "QuestionTypeIcon_qxlt78s",
27
+ class: "qxlt78s",
28
28
  propsAsIs: !0
29
- }), m = /* @__PURE__ */ s("div")({
29
+ }), I = /* @__PURE__ */ s("div")({
30
30
  name: "QuestionTypeLabel",
31
- class: "QuestionTypeLabel_qmg0vkx",
31
+ class: "qmg0vkx",
32
32
  propsAsIs: !1
33
33
  }), A = /* @__PURE__ */ s("div")({
34
34
  name: "QuestionContent",
35
- class: "QuestionContent_q1uz5j1g",
35
+ class: "q1uz5j1g",
36
36
  propsAsIs: !1
37
37
  }), d = /* @__PURE__ */ s("div")({
38
38
  name: "QuestionSubject",
39
- class: "QuestionSubject_qc3icwa",
39
+ class: "qc3icwa",
40
40
  propsAsIs: !1
41
- }), y = /* @__PURE__ */ s("button")({
41
+ }), f = /* @__PURE__ */ s("button")({
42
42
  name: "QuestionActionTitle",
43
- class: "QuestionActionTitle_qmx43d1",
43
+ class: "qmx43d1",
44
44
  propsAsIs: !1
45
- }), _ = /* @__PURE__ */ s("img")({
45
+ }), q = /* @__PURE__ */ s("img")({
46
46
  name: "QuestionStatusIcon",
47
- class: "QuestionStatusIcon_q1uc7n5z",
47
+ class: "q1uc7n5z",
48
48
  propsAsIs: !1
49
- }), T = /* @__PURE__ */ s("span")({
49
+ }), y = /* @__PURE__ */ s("span")({
50
50
  name: "QuestionTypeTitle",
51
- class: "QuestionTypeTitle_qcpp4y6",
51
+ class: "qcpp4y6",
52
52
  propsAsIs: !1
53
- }), f = /* @__PURE__ */ s("span")({
53
+ }), T = /* @__PURE__ */ s("span")({
54
54
  name: "ExpiredQuestion",
55
- class: "ExpiredQuestion_e1rdw3wd",
55
+ class: "e1rdw3wd",
56
56
  propsAsIs: !1
57
57
  });
58
58
  export {
59
- f as ExpiredQuestion,
60
- l as QuestionAction,
59
+ T as ExpiredQuestion,
60
+ Q as QuestionAction,
61
61
  r as QuestionActionIcon,
62
- y as QuestionActionTitle,
63
- Q as QuestionBody,
64
- a as QuestionCaption,
62
+ f as QuestionActionTitle,
63
+ l as QuestionBody,
64
+ u as QuestionCaption,
65
65
  A as QuestionContent,
66
- p as QuestionItem,
67
- _ as QuestionStatusIcon,
66
+ a as QuestionItem,
67
+ q as QuestionStatusIcon,
68
68
  d as QuestionSubject,
69
- I as QuestionTypeIcon,
70
- m as QuestionTypeLabel,
71
- T as QuestionTypeTitle
69
+ m as QuestionTypeIcon,
70
+ I as QuestionTypeLabel,
71
+ y as QuestionTypeTitle
72
72
  };
@@ -2,16 +2,16 @@ import { styled as t } from "@linaria/react";
2
2
  import { Button as o } from "../../../button/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "../../../button/styles.js";
5
- const p = /* @__PURE__ */ t("div")({
5
+ const c = /* @__PURE__ */ t("div")({
6
6
  name: "Container",
7
- class: "Container_cl56x6b",
7
+ class: "cl56x6b",
8
8
  propsAsIs: !1
9
- }), n = () => o, c = /* @__PURE__ */ t(n())({
9
+ }), s = () => o, i = /* @__PURE__ */ t(s())({
10
10
  name: "ActionButton",
11
- class: "ActionButton_a11pzf92",
11
+ class: "a11pzf92",
12
12
  propsAsIs: !0
13
13
  });
14
14
  export {
15
- c as ActionButton,
16
- p as Container
15
+ i as ActionButton,
16
+ c as Container
17
17
  };
@@ -1,19 +1,19 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const a = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c115qtkr",
4
+ class: "c115qtkr",
5
5
  propsAsIs: !1
6
6
  }), n = /* @__PURE__ */ s("div")({
7
7
  name: "STabs",
8
- class: "STabs_sxnslc8",
8
+ class: "sxnslc8",
9
9
  propsAsIs: !1
10
10
  }), o = /* @__PURE__ */ s("button")({
11
11
  name: "Button",
12
- class: "Button_b1umzux0",
12
+ class: "b1umzux0",
13
13
  propsAsIs: !1
14
14
  }), e = /* @__PURE__ */ s("span")({
15
15
  name: "Title",
16
- class: "Title_tspsaas",
16
+ class: "tspsaas",
17
17
  propsAsIs: !1
18
18
  });
19
19
  export {
@@ -1,19 +1,19 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const n = /* @__PURE__ */ s("div")({
2
+ const a = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c1zy8a",
4
+ class: "c1zy8a",
5
5
  propsAsIs: !1
6
- }), a = /* @__PURE__ */ s("div")({
6
+ }), n = /* @__PURE__ */ s("div")({
7
7
  name: "Title",
8
- class: "Title_t1vih9p5",
8
+ class: "t1vih9p5",
9
9
  propsAsIs: !1
10
10
  }), o = /* @__PURE__ */ s("div")({
11
11
  name: "Indicator",
12
- class: "Indicator_i1fbnvpb",
12
+ class: "i1fbnvpb",
13
13
  propsAsIs: !1
14
14
  });
15
15
  export {
16
- n as Container,
16
+ a as Container,
17
17
  o as Indicator,
18
- a as Title
18
+ n as Title
19
19
  };
@@ -1,19 +1,19 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const o = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_ctmhwyc",
4
+ class: "ctmhwyc",
5
5
  propsAsIs: !1
6
6
  }), a = /* @__PURE__ */ s("div")({
7
7
  name: "Indicator",
8
- class: "Indicator_i1jri200",
8
+ class: "i1jri200",
9
9
  propsAsIs: !1
10
- }), n = /* @__PURE__ */ s("div")({
10
+ }), e = /* @__PURE__ */ s("div")({
11
11
  name: "Title",
12
- class: "Title_t8s05oq",
12
+ class: "t8s05oq",
13
13
  propsAsIs: !1
14
14
  });
15
15
  export {
16
16
  o as Container,
17
17
  a as Indicator,
18
- n as Title
18
+ e as Title
19
19
  };
@@ -1,88 +1,88 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const o = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c1yrpn9o",
4
+ class: "c1yrpn9o",
5
5
  propsAsIs: !1
6
- }), t = /* @__PURE__ */ s("div")({
6
+ }), n = /* @__PURE__ */ s("div")({
7
7
  name: "TopInfo",
8
- class: "TopInfo_t17fwahh",
8
+ class: "t17fwahh",
9
9
  propsAsIs: !1
10
10
  }), e = /* @__PURE__ */ s("div")({
11
11
  name: "BottomInfo",
12
- class: "BottomInfo_by6w7e9",
12
+ class: "by6w7e9",
13
13
  propsAsIs: !1
14
- }), n = /* @__PURE__ */ s("div")({
14
+ }), t = /* @__PURE__ */ s("div")({
15
15
  name: "User",
16
- class: "User_u1g7arbm",
16
+ class: "u1g7arbm",
17
17
  propsAsIs: !1
18
18
  }), r = /* @__PURE__ */ s("img")({
19
19
  name: "Avatar",
20
- class: "Avatar_a1ldeata",
20
+ class: "a1ldeata",
21
21
  propsAsIs: !1
22
22
  }), c = /* @__PURE__ */ s("div")({
23
23
  name: "UserInfo",
24
- class: "UserInfo_u10d4koz",
24
+ class: "u10d4koz",
25
25
  propsAsIs: !1
26
26
  }), l = /* @__PURE__ */ s("div")({
27
27
  name: "UserName",
28
- class: "UserName_u1q6roj0",
28
+ class: "u1q6roj0",
29
29
  propsAsIs: !1
30
30
  }), p = /* @__PURE__ */ s("div")({
31
31
  name: "UserRating",
32
- class: "UserRating_ui0m425",
32
+ class: "ui0m425",
33
33
  propsAsIs: !1
34
34
  }), i = /* @__PURE__ */ s("img")({
35
35
  name: "TrophyIcon",
36
- class: "TrophyIcon_t1el3mrn",
36
+ class: "t1el3mrn",
37
37
  propsAsIs: !1
38
- }), I = /* @__PURE__ */ s("div")({
38
+ }), m = /* @__PURE__ */ s("div")({
39
39
  name: "Rts",
40
- class: "Rts_r2vgnxv",
40
+ class: "r2vgnxv",
41
41
  propsAsIs: !1
42
- }), m = /* @__PURE__ */ s("div")({
42
+ }), I = /* @__PURE__ */ s("div")({
43
43
  name: "RtsIndicator",
44
- class: "RtsIndicator_roqn06j",
44
+ class: "roqn06j",
45
45
  propsAsIs: !1
46
- }), f = /* @__PURE__ */ s("div")({
46
+ }), d = /* @__PURE__ */ s("div")({
47
47
  name: "RtsLabel",
48
- class: "RtsLabel_r15adx7c",
48
+ class: "r15adx7c",
49
49
  propsAsIs: !1
50
- }), d = /* @__PURE__ */ s("div")({
50
+ }), f = /* @__PURE__ */ s("div")({
51
51
  name: "Divider",
52
- class: "Divider_dv59lta",
52
+ class: "dv59lta",
53
53
  propsAsIs: !1
54
54
  }), v = /* @__PURE__ */ s("div")({
55
55
  name: "Ranks",
56
- class: "Ranks_r55lotb",
56
+ class: "r55lotb",
57
57
  propsAsIs: !1
58
58
  }), A = /* @__PURE__ */ s("div")({
59
59
  name: "Statistics",
60
- class: "Statistics_s1knfgqt",
60
+ class: "s1knfgqt",
61
61
  propsAsIs: !1
62
- }), _ = /* @__PURE__ */ s("div")({
62
+ }), R = /* @__PURE__ */ s("div")({
63
63
  name: "AvatarPlaceholder",
64
- class: "AvatarPlaceholder_a1mqo824",
64
+ class: "a1mqo824",
65
65
  propsAsIs: !1
66
- }), R = /* @__PURE__ */ s("button")({
66
+ }), U = /* @__PURE__ */ s("button")({
67
67
  name: "UserAccountBtn",
68
- class: "UserAccountBtn_uxareh6",
68
+ class: "uxareh6",
69
69
  propsAsIs: !1
70
70
  });
71
71
  export {
72
72
  r as Avatar,
73
- _ as AvatarPlaceholder,
73
+ R as AvatarPlaceholder,
74
74
  e as BottomInfo,
75
75
  o as Container,
76
- d as Divider,
76
+ f as Divider,
77
77
  v as Ranks,
78
- I as Rts,
79
- m as RtsIndicator,
80
- f as RtsLabel,
78
+ m as Rts,
79
+ I as RtsIndicator,
80
+ d as RtsLabel,
81
81
  A as Statistics,
82
- t as TopInfo,
82
+ n as TopInfo,
83
83
  i as TrophyIcon,
84
- n as User,
85
- R as UserAccountBtn,
84
+ t as User,
85
+ U as UserAccountBtn,
86
86
  c as UserInfo,
87
87
  l as UserName,
88
88
  p as UserRating
@@ -1,19 +1,19 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const t = /* @__PURE__ */ s("div")({
2
+ const e = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c38csyt",
4
+ class: "c38csyt",
5
5
  propsAsIs: !1
6
6
  }), o = /* @__PURE__ */ s("div")({
7
7
  name: "Title",
8
- class: "Title_ty221rx",
8
+ class: "ty221rx",
9
9
  propsAsIs: !1
10
- }), i = /* @__PURE__ */ s("div")({
10
+ }), a = /* @__PURE__ */ s("div")({
11
11
  name: "Description",
12
- class: "Description_dlaj9xp",
12
+ class: "dlaj9xp",
13
13
  propsAsIs: !1
14
14
  });
15
15
  export {
16
- t as Container,
17
- i as Description,
16
+ e as Container,
17
+ a as Description,
18
18
  o as Title
19
19
  };
@@ -1,42 +1,42 @@
1
- import { styled as e } from "@linaria/react";
2
- import { SvgIcon as s } from "../../../icons/index.js";
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 r = /* @__PURE__ */ e("div")({
5
+ const p = /* @__PURE__ */ s("div")({
6
6
  name: "Container",
7
- class: "Container_c16sbdnm",
7
+ class: "c16sbdnm",
8
8
  propsAsIs: !1
9
- }), a = () => s, p = /* @__PURE__ */ e(a())({
9
+ }), a = () => e, r = /* @__PURE__ */ s(a())({
10
10
  name: "IconPrediction",
11
- class: "IconPrediction_ibhorgl",
11
+ class: "ibhorgl",
12
12
  propsAsIs: !0
13
- }), d = /* @__PURE__ */ e("div")({
13
+ }), i = /* @__PURE__ */ s("div")({
14
14
  name: "FeedbackIconWrap",
15
- class: "FeedbackIconWrap_f1g20ja7",
15
+ class: "f1g20ja7",
16
16
  propsAsIs: !1
17
- }), i = /* @__PURE__ */ e("div")({
17
+ }), d = /* @__PURE__ */ s("div")({
18
18
  name: "FeedbackHeader",
19
- class: "FeedbackHeader_f455ozj",
19
+ class: "f455ozj",
20
20
  propsAsIs: !1
21
- }), l = /* @__PURE__ */ e("span")({
21
+ }), l = /* @__PURE__ */ s("span")({
22
22
  name: "FeedbackTitle",
23
- class: "FeedbackTitle_f1913njx",
23
+ class: "f1913njx",
24
24
  propsAsIs: !1
25
- }), b = /* @__PURE__ */ e("span")({
25
+ }), f = /* @__PURE__ */ s("span")({
26
26
  name: "FeedbackDescription",
27
- class: "FeedbackDescription_fzfk69z",
27
+ class: "fzfk69z",
28
28
  propsAsIs: !1
29
- }), f = /* @__PURE__ */ e("div")({
29
+ }), m = /* @__PURE__ */ s("div")({
30
30
  name: "FeedbackText",
31
- class: "FeedbackText_fx87qaj",
31
+ class: "fx87qaj",
32
32
  propsAsIs: !1
33
33
  });
34
34
  export {
35
- r as Container,
36
- b as FeedbackDescription,
37
- i as FeedbackHeader,
38
- d as FeedbackIconWrap,
39
- f as FeedbackText,
35
+ p as Container,
36
+ f as FeedbackDescription,
37
+ d as FeedbackHeader,
38
+ i as FeedbackIconWrap,
39
+ m as FeedbackText,
40
40
  l as FeedbackTitle,
41
- p as IconPrediction
41
+ r as IconPrediction
42
42
  };
@@ -1,14 +1,14 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const e = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c1euiow",
4
+ class: "c1euiow",
5
5
  propsAsIs: !1
6
- }), t = /* @__PURE__ */ s("a")({
6
+ }), o = /* @__PURE__ */ s("a")({
7
7
  name: "WebLinkBtn",
8
- class: "WebLinkBtn_w19zie3h",
8
+ class: "w19zie3h",
9
9
  propsAsIs: !1
10
10
  });
11
11
  export {
12
12
  e as Container,
13
- t as WebLinkBtn
13
+ o as WebLinkBtn
14
14
  };
@@ -1,24 +1,24 @@
1
1
  import { styled as s } from "@linaria/react";
2
2
  const n = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c14ielyq",
4
+ class: "c14ielyq",
5
5
  propsAsIs: !1
6
- }), o = /* @__PURE__ */ s("div")({
6
+ }), e = /* @__PURE__ */ s("div")({
7
7
  name: "Content",
8
- class: "Content_c1tlqx57",
8
+ class: "c1tlqx57",
9
9
  propsAsIs: !1
10
- }), e = /* @__PURE__ */ s("div")({
10
+ }), o = /* @__PURE__ */ s("div")({
11
11
  name: "Title",
12
- class: "Title_t1hq58md",
12
+ class: "t1hq58md",
13
13
  propsAsIs: !1
14
- }), a = /* @__PURE__ */ s("div")({
14
+ }), l = /* @__PURE__ */ s("div")({
15
15
  name: "Options",
16
- class: "Options_o1c8nxcx",
16
+ class: "o1c8nxcx",
17
17
  propsAsIs: !1
18
18
  });
19
19
  export {
20
20
  n as Container,
21
- o as Content,
22
- a as Options,
23
- e as Title
21
+ e as Content,
22
+ l as Options,
23
+ o as Title
24
24
  };
@@ -1,9 +1,9 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const n = /* @__PURE__ */ s("div")({
2
+ const t = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
- class: "Container_c1dcxmvf",
4
+ class: "c1dcxmvf",
5
5
  propsAsIs: !1
6
6
  });
7
7
  export {
8
- n as Container
8
+ t as Container
9
9
  };
@@ -2,66 +2,66 @@ import { styled as s } from "@linaria/react";
2
2
  import { SvgIcon as o } from "../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const I = /* @__PURE__ */ s("button")({
5
+ const i = /* @__PURE__ */ s("button")({
6
6
  name: "ButtonContainer",
7
- class: "ButtonContainer_b1b6dl8t",
7
+ class: "b1b6dl8t",
8
8
  propsAsIs: !1
9
- }), i = /* @__PURE__ */ s("div")({
9
+ }), I = /* @__PURE__ */ s("div")({
10
10
  name: "ButtonPct",
11
- class: "ButtonPct_b4iik8i",
11
+ class: "b4iik8i",
12
12
  propsAsIs: !1
13
13
  }), m = /* @__PURE__ */ s("span")({
14
14
  name: "ButtonBody",
15
- class: "ButtonBody_b1gq1lnf",
15
+ class: "b1gq1lnf",
16
16
  propsAsIs: !1
17
17
  }), u = /* @__PURE__ */ s("div")({
18
18
  name: "IconContainer",
19
- class: "IconContainer_i1j65z51",
19
+ class: "i1j65z51",
20
20
  propsAsIs: !1
21
21
  }), f = /* @__PURE__ */ s("div")({
22
22
  name: "IconWrap",
23
- class: "IconWrap_i19tpfua",
23
+ class: "i19tpfua",
24
24
  propsAsIs: !1
25
25
  }), n = /* @__PURE__ */ s("img")({
26
26
  name: "Icon",
27
- class: "Icon_i1tubmma",
27
+ class: "i1tubmma",
28
28
  propsAsIs: !1
29
- }), t = () => n, _ = /* @__PURE__ */ s(t())({
29
+ }), t = () => n, A = /* @__PURE__ */ s(t())({
30
30
  name: "IconDefault",
31
- class: "IconDefault_i1grrgwj",
31
+ class: "i1grrgwj",
32
32
  propsAsIs: !0
33
33
  }), c = () => n, d = /* @__PURE__ */ s(c())({
34
34
  name: "IconCircle",
35
- class: "IconCircle_ibemyq8",
35
+ class: "ibemyq8",
36
36
  propsAsIs: !0
37
- }), A = /* @__PURE__ */ s("span")({
37
+ }), b = /* @__PURE__ */ s("span")({
38
38
  name: "Title",
39
- class: "Title_t1dceht",
39
+ class: "t1dceht",
40
40
  propsAsIs: !1
41
41
  }), B = /* @__PURE__ */ s("span")({
42
42
  name: "Indicators",
43
- class: "Indicators_i116q4vq",
43
+ class: "i116q4vq",
44
44
  propsAsIs: !1
45
45
  }), C = /* @__PURE__ */ s("span")({
46
46
  name: "Percentage",
47
- class: "Percentage_p17ajcu2",
47
+ class: "p17ajcu2",
48
48
  propsAsIs: !1
49
- }), e = () => o, b = /* @__PURE__ */ s(e())({
49
+ }), a = () => o, g = /* @__PURE__ */ s(a())({
50
50
  name: "CheckIcon",
51
- class: "CheckIcon_cu9kmlb",
51
+ class: "cu9kmlb",
52
52
  propsAsIs: !0
53
53
  });
54
54
  export {
55
55
  m as ButtonBody,
56
- I as ButtonContainer,
57
- i as ButtonPct,
58
- b as CheckIcon,
56
+ i as ButtonContainer,
57
+ I as ButtonPct,
58
+ g as CheckIcon,
59
59
  n as Icon,
60
60
  d as IconCircle,
61
61
  u as IconContainer,
62
- _ as IconDefault,
62
+ A as IconDefault,
63
63
  f as IconWrap,
64
64
  B as Indicators,
65
65
  C as Percentage,
66
- A as Title
66
+ b as Title
67
67
  };