@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.
Files changed (76) hide show
  1. package/lib/LeaderBoard_p8tnz3-4ed993c7.js +1 -0
  2. package/lib/assets/style.css +1 -0
  3. package/lib/index.js +4 -5
  4. package/lib/index_1ujx5m0-4ed993c7.js +1 -0
  5. package/lib/masters_18kvgvj-4ed993c7.js +1 -0
  6. package/lib/ui/app/Features/Gamification/Question.js +47 -34
  7. package/lib/ui/app/Features/Gamification/index.js +51 -37
  8. package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
  9. package/lib/ui/app/Navigation/index.js +3 -2
  10. package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
  11. package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
  12. package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
  13. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
  14. package/lib/ui/app/Notifications/Onboarding/index.js +96 -74
  15. package/lib/ui/app/Notifications/index.js +37 -13
  16. package/lib/ui/app/Notifications/styles.js +8 -13
  17. package/lib/ui/app/masters.js +32 -13
  18. package/lib/ui/app/styles.js +21 -36
  19. package/lib/ui/app/useMastersApp.js +4 -4
  20. package/lib/ui/button/styles.js +12 -42
  21. package/lib/ui/gamification/detail/header/styles.js +33 -55
  22. package/lib/ui/gamification/detail/sponsor/index.js +19 -12
  23. package/lib/ui/gamification/insight/styles.js +42 -63
  24. package/lib/ui/gamification/insight-list/styles.js +12 -18
  25. package/lib/ui/gamification/invite-link/styles.js +31 -45
  26. package/lib/ui/gamification/leaderboard/list-item/styles.js +40 -62
  27. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +32 -45
  28. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +70 -97
  29. package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +40 -79
  30. package/lib/ui/gamification/onboarding/styles.js +39 -49
  31. package/lib/ui/gamification/points/index.js +4 -6
  32. package/lib/ui/gamification/points/styles.js +31 -80
  33. package/lib/ui/gamification/question/insight/styles.js +11 -51
  34. package/lib/ui/gamification/question/list/styles.js +7 -9
  35. package/lib/ui/gamification/question/notification/insight/styles.js +26 -63
  36. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
  37. package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
  38. package/lib/ui/gamification/question/notification/styles.js +43 -83
  39. package/lib/ui/gamification/question/notification/tweet/styles.js +36 -65
  40. package/lib/ui/gamification/question/styles.js +66 -92
  41. package/lib/ui/gamification/question/twitter/styles.js +13 -23
  42. package/lib/ui/gamification/tabs/styles.js +22 -65
  43. package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
  44. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +16 -20
  45. package/lib/ui/gamification/user-statistics/styles.js +84 -119
  46. package/lib/ui/gamification/vote/expired-alert/styles.js +17 -27
  47. package/lib/ui/gamification/vote/feedback/styles.js +36 -64
  48. package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
  49. package/lib/ui/gamification/vote/styles.js +21 -30
  50. package/lib/ui/gamification/vote/twitter-details/styles.js +6 -8
  51. package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
  52. package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
  53. package/lib/ui/icons/index.js +35 -20
  54. package/lib/ui/login/styles.js +36 -68
  55. package/lib/ui/navigation/button/Channels.js +18 -26
  56. package/lib/ui/navigation/button/FeaturedGroups.js +19 -27
  57. package/lib/ui/navigation/button/LeaderBoard.js +22 -23
  58. package/lib/ui/navigation/button/styles.js +16 -56
  59. package/lib/ui/navigation/index.js +13 -7
  60. package/lib/ui/navigation/masters.js +8 -32
  61. package/lib/ui/questions/insight/styles.js +26 -30
  62. package/lib/ui/questions/twitter/account/styles.js +30 -35
  63. package/lib/ui/questions/twitter/styles.js +31 -42
  64. package/lib/ui/show-in/index.js +18 -63
  65. package/lib/ui/theme/index.js +3 -4
  66. package/lib/ui/theme/masters.js +2 -9
  67. package/lib/ui/theme/theme.js +31 -27
  68. package/lib/ui/timer/index.js +38 -34
  69. package/lib/ui/video-player/styles.js +21 -26
  70. package/lib/utils/debug/components/bypassLogin.js +44 -60
  71. package/lib/utils/debug/components/developer.js +55 -87
  72. package/lib/utils/debug/components/envToggle.js +33 -58
  73. package/lib/utils/debug/components/styles.js +7 -49
  74. package/lib/utils/decorators/container.js +3 -4
  75. package/lib/utils/decorators/styles.js +7 -21
  76. package/package.json +7 -3
@@ -1,98 +1,72 @@
1
- import { styled as o } from "@linaria/react";
2
- import { SvgIcon as t } from "../../icons/index.js";
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 s = o.div`
6
- border-radius: var(--border-radius);
7
- padding: var(--container-padding);
8
- background-color: var(--color-neutrals-white);
9
- display: flex;
10
- align-items: center;
11
- justify-content: space-between;
12
- gap: 12px;
13
- border: 1px solid var(--color-neutrals-white);
14
-
15
- &:hover {
16
- border-color: var(--color-neutrals-gray4);
17
- }
18
- `, a = o.div`
19
- display: flex;
20
- align-items: center;
21
- justify-content: flex-start;
22
-
23
- font-size: 12px;
24
- font-weight: 500;
25
- margin-bottom: 8px;
26
- `, p = o.div`
27
- font-family: var(--font-serif);
28
- color: var(--color-primary-green2);
29
- font-size: 14px;
30
- font-weight: 400;
31
- `, l = o.div``, c = o(t)`
32
- width: 24px;
33
- height: 24px;
34
- `, d = o(t)`
35
- width: 16px;
36
- height: 16px;
37
-
38
- path {
39
- fill: var(--color-primary-green1);
40
- fill-opacity: 1;
41
- }
42
- `, f = o.div`
43
- color: var(--color-neutrals-gray7);
44
- font-size: 12px;
45
- overflow: hidden;
46
- text-overflow: ellipsis;
47
- white-space: nowrap;
48
- font-weight: 500;
49
-
50
- margin-left: 6px;
51
- `, u = o.div`
52
- font-weight: 700;
53
- flex: 1;
54
- display: flex;
55
- flex-direction: column;
56
- overflow: hidden;
57
- `, x = o.div`
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
- m as ExpiredQuestion,
59
+ f as ExpiredQuestion,
86
60
  l as QuestionAction,
87
- c as QuestionActionIcon,
88
- g as QuestionActionTitle,
89
- p as QuestionBody,
61
+ r as QuestionActionIcon,
62
+ y as QuestionActionTitle,
63
+ Q as QuestionBody,
90
64
  a as QuestionCaption,
91
- u as QuestionContent,
92
- s as QuestionItem,
93
- v as QuestionStatusIcon,
94
- x as QuestionSubject,
95
- d as QuestionTypeIcon,
96
- f as QuestionTypeLabel,
97
- h as QuestionTypeTitle
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 o } from "@linaria/react";
2
- import { Button as r } from "../../../button/index.js";
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 n = o.div`
6
- display: flex;
7
- flex-direction: column;
8
- row-gap: 16px;
9
- padding: 12px 16px 16px 16px;
10
- border: 1px solid var(--color-neutrals-white);
11
- border-radius: 8px;
12
- background-color: var(--color-neutrals-white);
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
- l as ActionButton,
26
- n as Container
15
+ c as ActionButton,
16
+ p as Container
27
17
  };
@@ -1,67 +1,24 @@
1
- import { styled as o } from "@linaria/react";
2
- const t = o.div``, e = o.div`
3
- position: relative;
4
- box-sizing: border-box;
5
- width: 100%;
6
- display: flex;
7
- overflow: hidden;
8
- border-radius: 8px;
9
- background-color: var(--color-neutrals-gray2);
10
- padding: 4px;
11
-
12
- &:before {
13
- content: '';
14
- position: absolute;
15
- background-color: var(--color-white);
16
- border-radius: 6px;
17
- height: 28px;
18
- left: 4px;
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
- n as Button,
64
- t as Container,
65
- e as STabs,
66
- i as Title
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 e } from "@linaria/react";
2
- const t = e.div`
3
- display: flex;
4
- align-items: center;
5
- flex: 1;
6
- justify-content: space-between;
7
- padding: 9px 8px;
8
- color: var(--color-neutrals-white);
9
- border-radius: 4px;
10
- background-color: var(--color-primary-green2);
11
- overflow: hidden;
12
- `, r = e.div`
13
- font-size: 9px;
14
- line-height: 14px;
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
- t as Container,
23
- i as Indicator,
24
- r as Title
16
+ n as Container,
17
+ o as Indicator,
18
+ a as Title
25
19
  };
@@ -1,23 +1,19 @@
1
- import { styled as t } from "@linaria/react";
2
- const i = t.div`
3
- display: flex;
4
- align-items: center;
5
- flex-direction: column;
6
- row-gap: 4px;
7
- padding-top: 2px;
8
- color: var(--color-neutrals-white);
9
- text-align: center;
10
- `, o = t.div`
11
- font-size: 14px;
12
- line-height: 16px;
13
- `, n = t.div`
14
- font-size: 9px;
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
- i as Container,
21
- o as Indicator,
16
+ o as Container,
17
+ a as Indicator,
22
18
  n as Title
23
19
  };
@@ -1,124 +1,89 @@
1
- import { styled as e } from "@linaria/react";
2
- const o = e.div`
3
- padding: 12px;
4
- font-weight: var(--font-weight-default);
5
- background-color: var(--color-primary-green1);
6
- border-radius: 12px;
7
- `, i = e.div`
8
- margin-bottom: 12px;
9
- display: flex;
10
- align-items: center;
11
- justify-content: space-between;
12
- column-gap: 8px;
13
- `, n = e.div`
14
- display: flex;
15
- flex-direction: column;
16
- row-gap: 8px;
17
- `, r = e.div`
18
- display: flex;
19
- column-gap: 8px;
20
- flex: 1;
21
- overflow: hidden;
22
- `, a = e.img`
23
- width: 48px;
24
- height: 48px;
25
- border-radius: 50%;
26
- object-fit: cover;
27
- object-position: center;
28
- flex-shrink: 0;
29
- `, s = e.div`
30
- display: flex;
31
- flex-direction: column;
32
- row-gap: 6px;
33
- overflow: hidden;
34
- `, c = e.div`
35
- color: var(--color-white);
36
- font-size: 16px;
37
- font-weight: 400;
38
- line-height: 24px;
39
- overflow: hidden;
40
- text-overflow: ellipsis;
41
- white-space: nowrap;
42
- `, p = e.div`
43
- display: flex;
44
- align-items: center;
45
- column-gap: 8px;
46
- height: 14px;
47
- color: var(--color-neutrals-white);
48
- font-size: 14px;
49
- text-transform: uppercase;
50
- `, l = e.img`
51
- width: 15px;
52
- height: 15px;
53
- `, d = e.div`
54
- display: flex;
55
- align-items: center;
56
- column-gap: 4px;
57
- `, x = e.div`
58
- display: flex;
59
- align-items: baseline;
60
- column-gap: 4px;
61
- `, f = e.div`
62
- font-size: 9px;
63
- opacity: 0.8;
64
- `, g = e.div`
65
- width: 1px;
66
- height: 10px;
67
- background-color: var(--color-white);
68
- opacity: 0.2;
69
- `, h = e.div`
70
- display: flex;
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
- a as Avatar,
108
- m as AvatarPlaceholder,
109
- n as BottomInfo,
72
+ r as Avatar,
73
+ _ as AvatarPlaceholder,
74
+ e as BottomInfo,
110
75
  o as Container,
111
- g as Divider,
112
- h as Ranks,
113
- d as Rts,
114
- x as RtsIndicator,
76
+ d as Divider,
77
+ v as Ranks,
78
+ I as Rts,
79
+ m as RtsIndicator,
115
80
  f as RtsLabel,
116
- u as Statistics,
117
- i as TopInfo,
118
- l as TrophyIcon,
119
- r as User,
120
- v as UserAccountBtn,
121
- s as UserInfo,
122
- c as UserName,
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 t } from "@linaria/react";
2
- const i = t.div`
3
- display: flex;
4
- flex-grow: 1;
5
- flex-direction: column;
6
- justify-content: center;
7
- align-items: center;
8
- row-gap: 12px;
9
- padding-bottom: 32px;
10
- `, n = t.div`
11
- color: var(--color-primary-green2);
12
- font-size: 20px;
13
- font-family: var(--font-serif);
14
- font-weight: 400;
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
- i as Container,
27
- o as Description,
28
- n as Title
16
+ t as Container,
17
+ i as Description,
18
+ o as Title
29
19
  };