@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,65 +1,44 @@
1
- import { styled as t } from "@linaria/react";
2
- const e = t.div`
3
- box-sizing: border-box;
4
- display: flex;
5
- width: 100%;
6
- min-height: 55px;
7
- height: 55px;
8
- background-color: var(--color-transparent-item);
9
- border-radius: 8px;
10
- cursor: pointer;
11
- `, o = t.div`
12
- display: flex;
13
- flex: 1;
14
- justify-content: space-between;
15
- align-items: center;
16
- padding: 9px;
17
- `, n = t.div`
18
- display: flex;
19
- justify-content: center;
20
- align-items: center;
21
- border-top-left-radius: 8px;
22
- border-bottom-left-radius: 8px;
23
- min-width: 60px;
24
- width: 60px;
25
- height: 100%;
26
- background-color: var(--color-blue-question-action-btn);
27
- position: relative;
28
- `, r = t.img`
29
- width: 35px;
30
- height: 35px;
31
- `, l = t.img`
32
- width: 35px;
33
- height: 35px;
34
- border-radius: 50%;
35
- `, s = t.img`
36
- position: absolute;
37
- left: 0;
38
- bottom: 0;
39
- width: 60px;
40
- `, p = t.div`
41
- color: var(--color-white);
42
- font-size: 12px;
43
- font-weight: 400px;
44
- display: -webkit-box;
45
- -webkit-box-orient: vertical;
46
- -webkit-line-clamp: 2;
47
- overflow: hidden;
48
- word-break: break-all;
49
- text-overflow: ellipsis;
50
- max-height: 100%;
51
- margin-right: 35px;
52
- `, a = t.img`
53
- width: 16px;
54
- height: 16px;
55
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const t = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_cygkmjj",
5
+ propsAsIs: !1
6
+ }), e = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "Content_c71yvf9",
9
+ propsAsIs: !1
10
+ }), o = /* @__PURE__ */ s("div")({
11
+ name: "Graphic",
12
+ class: "Graphic_gao3b2f",
13
+ propsAsIs: !1
14
+ }), c = /* @__PURE__ */ s("img")({
15
+ name: "InsightIconDefault",
16
+ class: "InsightIconDefault_i1k4eec3",
17
+ propsAsIs: !1
18
+ }), a = /* @__PURE__ */ s("img")({
19
+ name: "InsightIconCircle",
20
+ class: "InsightIconCircle_i1uhyahn",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("img")({
23
+ name: "InsightIconAbsolute",
24
+ class: "InsightIconAbsolute_i2ernmy",
25
+ propsAsIs: !1
26
+ }), l = /* @__PURE__ */ s("div")({
27
+ name: "Title",
28
+ class: "Title_t12j99pr",
29
+ propsAsIs: !1
30
+ }), I = /* @__PURE__ */ s("img")({
31
+ name: "NextIcon",
32
+ class: "NextIcon_n1uwonpi",
33
+ propsAsIs: !1
34
+ });
56
35
  export {
57
- e as Container,
58
- o as Content,
59
- n as Graphic,
60
- s as InsightIconAbsolute,
61
- l as InsightIconCircle,
62
- r as InsightIconDefault,
63
- a as NextIcon,
64
- p as Title
36
+ t as Container,
37
+ e as Content,
38
+ o as Graphic,
39
+ i as InsightIconAbsolute,
40
+ a as InsightIconCircle,
41
+ c as InsightIconDefault,
42
+ I as NextIcon,
43
+ l as Title
65
44
  };
@@ -1,20 +1,14 @@
1
- import { styled as o } from "@linaria/react";
2
- const e = o.div`
3
- display: flex;
4
- flex-direction: column;
5
- border-radius: 13px;
6
- height: 100%;
7
- `, t = o.div`
8
- display: flex;
9
- flex-direction: column;
10
- overflow-y: auto;
11
- max-height: 100%;
12
-
13
- & > div {
14
- margin-bottom: 8px;
15
- }
16
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const t = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_cddmj9e",
5
+ propsAsIs: !1
6
+ }), n = /* @__PURE__ */ s("div")({
7
+ name: "ItemsContainer",
8
+ class: "ItemsContainer_i16t83sg",
9
+ propsAsIs: !1
10
+ });
17
11
  export {
18
- e as Container,
19
- t as ItemsContainer
12
+ t as Container,
13
+ n as ItemsContainer
20
14
  };
@@ -1,48 +1,34 @@
1
- import { styled as i } from "@linaria/react";
2
- const t = i.div`
3
- display: flex;
4
- align-items: center;
5
- column-gap: 4px;
6
- width: 100%;
7
- height: 58px;
8
- min-height: 58px;
9
- max-height: 58px;
10
- padding: 4px 12px;
11
- border-radius: 8px;
12
- box-sizing: border-box;
13
- background-color: var(--color-primary-green1);
14
- overflow: hidden;
15
- cursor: pointer;
16
- `, e = i.img`
17
- width: 32px;
18
- height: 32px;
19
- `, r = i.div`
20
- display: flex;
21
- flex: 1;
22
- flex-direction: column;
23
- row-gap: 6px;
24
- padding: 0px 4px;
25
- font-weight: var(--font-weight-default);
26
- `, n = i.div`
27
- color: var(--color-neutrals-white);
28
- font-size: 11px;
29
- line-height: 14px;
30
- text-transform: uppercase;
31
- opacity: 0.8;
32
- `, p = i.div`
33
- color: var(--color-white);
34
- font-size: 14px;
35
- line-height: 13px;
36
- `, x = i.img`
37
- margin-right: 8px;
38
- width: 18px;
39
- height: 18px;
40
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const o = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_c1ux29ft",
5
+ propsAsIs: !1
6
+ }), e = /* @__PURE__ */ s("img")({
7
+ name: "FriendsIcon",
8
+ class: "FriendsIcon_f10ncfg2",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("div")({
11
+ name: "Content",
12
+ class: "Content_c1yc07bd",
13
+ propsAsIs: !1
14
+ }), c = /* @__PURE__ */ s("div")({
15
+ name: "Title",
16
+ class: "Title_tj6cq7w",
17
+ propsAsIs: !1
18
+ }), r = /* @__PURE__ */ s("div")({
19
+ name: "Description",
20
+ class: "Description_d1ag78xo",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("img")({
23
+ name: "ArrowInviteIcon",
24
+ class: "ArrowInviteIcon_awohrz6",
25
+ propsAsIs: !1
26
+ });
41
27
  export {
42
- x as ArrowInviteIcon,
43
- t as Container,
44
- r as Content,
45
- p as Description,
28
+ i as ArrowInviteIcon,
29
+ o as Container,
30
+ t as Content,
31
+ r as Description,
46
32
  e as FriendsIcon,
47
- n as Title
33
+ c as Title
48
34
  };
@@ -1,69 +1,47 @@
1
- import { styled as r } from "@linaria/react";
2
- import { SvgIcon as e } from "../../../icons/index.js";
1
+ import { styled as s } from "@linaria/react";
2
+ import { SvgIcon as a } from "../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const a = r.div`
6
- display: flex;
7
- align-items: center;
8
- column-gap: 4px;
9
- padding: 8px 16px 8px 8px;
10
- color: var(--color-neutrals-gray9);
11
- font-size: 12px;
12
- font-weight: var(--font-weight-default);
13
- line-height: 16px;
14
- border: 1px solid var(--color-neutrals-gray3);
15
- border-radius: 8px;
16
- background-color: var(--color-neutrals-white);
17
- cursor: pointer;
18
-
19
- &:hover {
20
- color: var(--color-primary-green1);
21
- border-color: var(--color-neutrals-gray5);
22
- }
23
- `, l = r.div`
24
- min-width: 28px;
25
- text-align: center;
26
- `, p = r.img`
27
- width: 32px;
28
- height: 32px;
29
- border-radius: 50%;
30
- `, s = r.div`
31
- display: flex;
32
- flex-shrink: 0;
33
- align-items: center;
34
- justify-content: center;
35
- width: 32px;
36
- height: 32px;
37
- color: var(--color-neutrals-gray9);
38
- font-size: 12px;
39
- border-radius: 50%;
40
- background: var(--color-grey-primary-onboarding-inapp);
41
- text-align: center;
42
- text-transform: uppercase;
43
- `, c = r.div`
44
- display: flex;
45
- flex-grow: 1;
46
- align-items: center;
47
- column-gap: 8px;
48
- `, d = r.div`
49
- display: grid;
50
- align-items: center;
51
- column-gap: 4px;
52
- grid-template-columns: 1fr auto;
53
- `, g = r.span`
54
- text-overflow: ellipsis;
55
- white-space: nowrap;
56
- overflow: hidden;
57
- `, x = r(e)`
58
- flex-shrink: 0;
59
- `;
5
+ const c = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "Container_culdu4a",
8
+ propsAsIs: !1
9
+ }), l = /* @__PURE__ */ s("div")({
10
+ name: "Position",
11
+ class: "Position_pwf8e69",
12
+ propsAsIs: !1
13
+ }), p = /* @__PURE__ */ s("img")({
14
+ name: "Avatar",
15
+ class: "Avatar_atf4yh4",
16
+ propsAsIs: !1
17
+ }), i = /* @__PURE__ */ s("div")({
18
+ name: "AvatarPlaceholder",
19
+ class: "AvatarPlaceholder_a1dg29ja",
20
+ propsAsIs: !1
21
+ }), m = /* @__PURE__ */ s("div")({
22
+ name: "Content",
23
+ class: "Content_c10a68rc",
24
+ propsAsIs: !1
25
+ }), d = /* @__PURE__ */ s("div")({
26
+ name: "NameContainer",
27
+ class: "NameContainer_nc4kck5",
28
+ propsAsIs: !1
29
+ }), A = /* @__PURE__ */ s("span")({
30
+ name: "Name",
31
+ class: "Name_njsrqgr",
32
+ propsAsIs: !1
33
+ }), e = () => a, v = /* @__PURE__ */ s(e())({
34
+ name: "CurrentUserBadge",
35
+ class: "CurrentUserBadge_c17uc4zr",
36
+ propsAsIs: !0
37
+ });
60
38
  export {
61
39
  p as Avatar,
62
- s as AvatarPlaceholder,
63
- a as Container,
64
- c as Content,
65
- x as CurrentUserBadge,
66
- g as Name,
40
+ i as AvatarPlaceholder,
41
+ c as Container,
42
+ m as Content,
43
+ v as CurrentUserBadge,
44
+ A as Name,
67
45
  d as NameContainer,
68
46
  l as Position
69
47
  };
@@ -1,47 +1,34 @@
1
- import { styled as t } from "@linaria/react";
2
- const o = t.div`
3
- display: flex;
4
- flex-grow: 1;
5
- flex-direction: column;
6
- padding-bottom: 24px;
7
- `, n = t.div`
8
- display: flex;
9
- flex-direction: column;
10
- justify-content: center;
11
- align-items: center;
12
- height: 100%;
13
- padding: 0 16px 32px;
14
- `, i = t.div`
15
- display: flex;
16
- flex-grow: 1;
17
- width: 100%;
18
- `, r = t.div`
19
- max-width: 270px;
20
- color: var(--color-primary-green1);
21
- font-family: var(--font-serif);
22
- font-size: 22px;
23
- font-weight: 400;
24
- line-height: 30px;
25
- text-align: center;
26
- `, a = t.div`
27
- display: flex;
28
- justify-content: center;
29
- column-gap: 8px;
30
- `, c = t.span`
31
- width: 6px;
32
- height: 6px;
33
- border-radius: 50%;
34
- background-color: var(--color-neutrals-gray4);
35
-
36
- &[data-active='true'] {
37
- background-color: var(--color-primary-green1);
38
- }
39
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_c1htq1lb",
5
+ propsAsIs: !1
6
+ }), a = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "Content_cjyzpp7",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("div")({
11
+ name: "Graphic",
12
+ class: "Graphic_g16mldgz",
13
+ propsAsIs: !1
14
+ }), o = /* @__PURE__ */ s("div")({
15
+ name: "Headline",
16
+ class: "Headline_h69js65",
17
+ propsAsIs: !1
18
+ }), p = /* @__PURE__ */ s("div")({
19
+ name: "StepsContainer",
20
+ class: "StepsContainer_smm7qmo",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("span")({
23
+ name: "StepIndicator",
24
+ class: "StepIndicator_s17knuw2",
25
+ propsAsIs: !1
26
+ });
40
27
  export {
41
- o as Container,
42
- n as Content,
43
- i as Graphic,
44
- r as Headline,
45
- c as StepIndicator,
46
- a as StepsContainer
28
+ e as Container,
29
+ a as Content,
30
+ t as Graphic,
31
+ o as Headline,
32
+ i as StepIndicator,
33
+ p as StepsContainer
47
34
  };
@@ -1,104 +1,77 @@
1
- import { styled as e } from "@linaria/react";
2
- import { SvgIcon as t } from "../../../../icons/index.js";
1
+ import { styled as s } from "@linaria/react";
2
+ import { SvgIcon as n } from "../../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const a = e.div`
6
- display: flex;
7
- flex-direction: column;
8
- align-items: center;
9
- justify-content: center;
10
- row-gap: 24px;
11
- height: 100%;
12
- padding: 16px 16px 56px;
13
- `, l = e.div`
14
- display: flex;
15
- align-items: center;
16
- justify-content: center;
17
- width: 48px;
18
- height: 48px;
19
- border-radius: 50%;
20
- background-color: var(--color-primary-green1);
21
- `, p = e(t)`
22
- width: 24px;
23
- height: 24px;
24
- `, c = e.div`
25
- max-width: 270px;
26
- width: 100%;
27
- `, s = e.div`
28
- margin-bottom: 8px;
29
- color: var(--color-primary-green1);
30
- font-family: var(--font-serif);
31
- font-size: 22px;
32
- font-weight: 400;
33
- line-height: 30px;
34
- text-align: center;
35
- `, x = e.div`
36
- color: var(--color-neutrals-gray9);
37
- font-size: 14px;
38
- font-weight: var(--font-weight-default);
39
- line-height: 20px;
40
- letter-spacing: -0.154px;
41
- text-align: center;
42
- `, d = e.div`
43
- display: flex;
44
- align-items: center;
45
- justify-content: space-between;
46
- column-gap: 16px;
47
- padding: 12px 16px;
48
- max-width: 292px;
49
- width: 100%;
50
- border-radius: 8px;
51
- border: 1px solid var(--color-neutrals-gray3);
52
- cursor: pointer;
53
- `, g = e.div`
54
- display: flex;
55
- flex-direction: column;
56
- font-weight: var(--font-weight-default);
57
- overflow: hidden;
58
- `, f = e.span`
59
- color: var(--color-primary-green1);
60
- font-size: 16px;
61
- line-height: 24px;
62
- `, h = e.span`
63
- color: var(--color-neutrals-gray9);
64
- font-size: 14px;
65
- line-height: 20px;
66
- letter-spacing: -0.154px;
67
- text-overflow: ellipsis;
68
- overflow: hidden;
69
- white-space: nowrap;
70
- `, m = e(t)`
71
- flex-shrink: 0;
72
- `, v = e.div`
73
- display: flex;
74
- column-gap: 8px;
75
- `, w = e.a`
76
- display: flex;
77
- flex-direction: column;
78
- align-items: center;
79
- row-gap: 8px;
80
- min-width: 68px;
81
- text-decoration: none;
82
- `, u = e.span`
83
- color: var(--color-neutrals-gray9);
84
- font-size: 12px;
85
- font-weight: var(--font-weight-default);
86
- line-height: 18px;
87
- letter-spacing: -0.154px;
88
- `;
5
+ const l = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "Container_c1itm4k7",
8
+ propsAsIs: !1
9
+ }), r = /* @__PURE__ */ s("div")({
10
+ name: "IconContainer",
11
+ class: "IconContainer_i1w4fsni",
12
+ propsAsIs: !1
13
+ }), o = () => n, p = /* @__PURE__ */ s(o())({
14
+ name: "InviteGameIcon",
15
+ class: "InviteGameIcon_i19m85r1",
16
+ propsAsIs: !0
17
+ }), m = /* @__PURE__ */ s("div")({
18
+ name: "Content",
19
+ class: "Content_c1mbu204",
20
+ propsAsIs: !1
21
+ }), I = /* @__PURE__ */ s("div")({
22
+ name: "Heading",
23
+ class: "Heading_h1amdqtv",
24
+ propsAsIs: !1
25
+ }), k = /* @__PURE__ */ s("div")({
26
+ name: "Subtext",
27
+ class: "Subtext_s1lhlj9j",
28
+ propsAsIs: !1
29
+ }), L = /* @__PURE__ */ s("div")({
30
+ name: "LinkContainer",
31
+ class: "LinkContainer_l1wot35e",
32
+ propsAsIs: !1
33
+ }), d = /* @__PURE__ */ s("div")({
34
+ name: "LinkInfo",
35
+ class: "LinkInfo_l1jdw39q",
36
+ propsAsIs: !1
37
+ }), f = /* @__PURE__ */ s("span")({
38
+ name: "LinkTitle",
39
+ class: "LinkTitle_l1cr5mk",
40
+ propsAsIs: !1
41
+ }), A = /* @__PURE__ */ s("span")({
42
+ name: "LinkAddress",
43
+ class: "LinkAddress_lvi87q4",
44
+ propsAsIs: !1
45
+ }), a = () => n, _ = /* @__PURE__ */ s(a())({
46
+ name: "LinkIcon",
47
+ class: "LinkIcon_l1pqlvw3",
48
+ propsAsIs: !0
49
+ }), v = /* @__PURE__ */ s("div")({
50
+ name: "SocialLinksContainer",
51
+ class: "SocialLinksContainer_s1n7kzeh",
52
+ propsAsIs: !1
53
+ }), C = /* @__PURE__ */ s("a")({
54
+ name: "SocialLink",
55
+ class: "SocialLink_s2m9o9y",
56
+ propsAsIs: !1
57
+ }), S = /* @__PURE__ */ s("span")({
58
+ name: "SocialLinkLabel",
59
+ class: "SocialLinkLabel_sewjbbn",
60
+ propsAsIs: !1
61
+ });
89
62
  export {
90
- a as Container,
91
- c as Content,
92
- s as Heading,
93
- l as IconContainer,
63
+ l as Container,
64
+ m as Content,
65
+ I as Heading,
66
+ r as IconContainer,
94
67
  p as InviteGameIcon,
95
- h as LinkAddress,
96
- d as LinkContainer,
97
- m as LinkIcon,
98
- g as LinkInfo,
68
+ A as LinkAddress,
69
+ L as LinkContainer,
70
+ _ as LinkIcon,
71
+ d as LinkInfo,
99
72
  f as LinkTitle,
100
- w as SocialLink,
101
- u as SocialLinkLabel,
73
+ C as SocialLink,
74
+ S as SocialLinkLabel,
102
75
  v as SocialLinksContainer,
103
- x as Subtext
76
+ k as Subtext
104
77
  };