@streamlayer/react-ui 0.66.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 (83) hide show
  1. package/lib/LeaderBoard_16p26hz-4ed993c7.js +1 -0
  2. package/lib/assets/style.css +1 -0
  3. package/lib/index.js +4 -5
  4. package/lib/index_4nhkck-4ed993c7.js +1 -0
  5. package/lib/masters_k70xsy-4ed993c7.js +1 -0
  6. package/lib/ui/app/Features/FeatureProvider.js +1 -1
  7. package/lib/ui/app/Features/Gamification/Question.js +47 -34
  8. package/lib/ui/app/Features/Gamification/gamification-feature.d.ts +2 -0
  9. package/lib/ui/app/Features/Gamification/gamification-feature.js +66 -0
  10. package/lib/ui/app/Features/Gamification/index.d.ts +0 -1
  11. package/lib/ui/app/Features/Gamification/index.js +51 -38
  12. package/lib/ui/app/Features/index.js +1 -1
  13. package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
  14. package/lib/ui/app/Navigation/index.js +13 -12
  15. package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
  16. package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
  17. package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
  18. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
  19. package/lib/ui/app/Notifications/Onboarding/index.js +95 -73
  20. package/lib/ui/app/Notifications/index.js +37 -13
  21. package/lib/ui/app/Notifications/styles.js +8 -13
  22. package/lib/ui/app/masters.js +49 -28
  23. package/lib/ui/app/styles.js +20 -35
  24. package/lib/ui/app/useMastersApp.js +52 -36
  25. package/lib/ui/button/styles.js +12 -42
  26. package/lib/ui/gamification/detail/header/styles.js +33 -55
  27. package/lib/ui/gamification/detail/sponsor/index.js +18 -11
  28. package/lib/ui/gamification/insight/styles.js +40 -61
  29. package/lib/ui/gamification/insight-list/styles.js +11 -17
  30. package/lib/ui/gamification/invite-link/styles.js +31 -45
  31. package/lib/ui/gamification/leaderboard/list-item/styles.js +42 -64
  32. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +31 -44
  33. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +72 -99
  34. package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +41 -80
  35. package/lib/ui/gamification/onboarding/styles.js +38 -48
  36. package/lib/ui/gamification/points/index.d.ts +1 -1
  37. package/lib/ui/gamification/points/index.js +4 -6
  38. package/lib/ui/gamification/points/styles.js +32 -81
  39. package/lib/ui/gamification/question/insight/styles.js +11 -51
  40. package/lib/ui/gamification/question/list/styles.js +7 -9
  41. package/lib/ui/gamification/question/notification/insight/styles.js +27 -64
  42. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
  43. package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
  44. package/lib/ui/gamification/question/notification/styles.js +43 -83
  45. package/lib/ui/gamification/question/notification/tweet/styles.js +35 -64
  46. package/lib/ui/gamification/question/styles.js +68 -94
  47. package/lib/ui/gamification/question/twitter/styles.js +13 -23
  48. package/lib/ui/gamification/tabs/styles.js +22 -65
  49. package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
  50. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +17 -21
  51. package/lib/ui/gamification/user-statistics/styles.js +85 -120
  52. package/lib/ui/gamification/vote/expired-alert/styles.js +17 -27
  53. package/lib/ui/gamification/vote/feedback/styles.js +36 -64
  54. package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
  55. package/lib/ui/gamification/vote/styles.js +22 -31
  56. package/lib/ui/gamification/vote/twitter-details/styles.js +7 -9
  57. package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
  58. package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
  59. package/lib/ui/icons/index.js +29 -14
  60. package/lib/ui/login/styles.js +37 -69
  61. package/lib/ui/navigation/button/Channels.js +19 -27
  62. package/lib/ui/navigation/button/FeaturedGroups.js +18 -26
  63. package/lib/ui/navigation/button/LeaderBoard.js +20 -21
  64. package/lib/ui/navigation/button/styles.js +16 -56
  65. package/lib/ui/navigation/index.js +13 -7
  66. package/lib/ui/navigation/masters.js +8 -32
  67. package/lib/ui/questions/insight/styles.js +26 -30
  68. package/lib/ui/questions/twitter/account/styles.js +30 -35
  69. package/lib/ui/questions/twitter/styles.js +31 -42
  70. package/lib/ui/show-in/index.js +18 -63
  71. package/lib/ui/theme/index.js +3 -4
  72. package/lib/ui/theme/masters.js +2 -9
  73. package/lib/ui/theme/theme.js +36 -32
  74. package/lib/ui/timer/index.js +36 -32
  75. package/lib/ui/video-player/styles.js +22 -27
  76. package/lib/utils/debug/components/bypassLogin.js +44 -60
  77. package/lib/utils/debug/components/developer.js +54 -86
  78. package/lib/utils/debug/components/envToggle.js +33 -58
  79. package/lib/utils/debug/components/eventInput.js +4 -4
  80. package/lib/utils/debug/components/styles.js +7 -49
  81. package/lib/utils/decorators/container.js +3 -4
  82. package/lib/utils/decorators/styles.js +7 -21
  83. package/package.json +13 -9
@@ -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: "c1itm4k7",
8
+ propsAsIs: !1
9
+ }), p = /* @__PURE__ */ s("div")({
10
+ name: "IconContainer",
11
+ class: "i1w4fsni",
12
+ propsAsIs: !1
13
+ }), o = () => n, r = /* @__PURE__ */ s(o())({
14
+ name: "InviteGameIcon",
15
+ class: "i19m85r1",
16
+ propsAsIs: !0
17
+ }), m = /* @__PURE__ */ s("div")({
18
+ name: "Content",
19
+ class: "c1mbu204",
20
+ propsAsIs: !1
21
+ }), I = /* @__PURE__ */ s("div")({
22
+ name: "Heading",
23
+ class: "h1amdqtv",
24
+ propsAsIs: !1
25
+ }), k = /* @__PURE__ */ s("div")({
26
+ name: "Subtext",
27
+ class: "s1lhlj9j",
28
+ propsAsIs: !1
29
+ }), L = /* @__PURE__ */ s("div")({
30
+ name: "LinkContainer",
31
+ class: "l1wot35e",
32
+ propsAsIs: !1
33
+ }), d = /* @__PURE__ */ s("div")({
34
+ name: "LinkInfo",
35
+ class: "l1jdw39q",
36
+ propsAsIs: !1
37
+ }), f = /* @__PURE__ */ s("span")({
38
+ name: "LinkTitle",
39
+ class: "l1cr5mk",
40
+ propsAsIs: !1
41
+ }), A = /* @__PURE__ */ s("span")({
42
+ name: "LinkAddress",
43
+ class: "lvi87q4",
44
+ propsAsIs: !1
45
+ }), a = () => n, v = /* @__PURE__ */ s(a())({
46
+ name: "LinkIcon",
47
+ class: "l1pqlvw3",
48
+ propsAsIs: !0
49
+ }), C = /* @__PURE__ */ s("div")({
50
+ name: "SocialLinksContainer",
51
+ class: "s1n7kzeh",
52
+ propsAsIs: !1
53
+ }), S = /* @__PURE__ */ s("a")({
54
+ name: "SocialLink",
55
+ class: "s2m9o9y",
56
+ propsAsIs: !1
57
+ }), b = /* @__PURE__ */ s("span")({
58
+ name: "SocialLinkLabel",
59
+ class: "sewjbbn",
60
+ propsAsIs: !1
61
+ });
89
62
  export {
90
- a as Container,
91
- c as Content,
92
- s as Heading,
93
- l as IconContainer,
94
- p as InviteGameIcon,
95
- h as LinkAddress,
96
- d as LinkContainer,
97
- m as LinkIcon,
98
- g as LinkInfo,
63
+ l as Container,
64
+ m as Content,
65
+ I as Heading,
66
+ p as IconContainer,
67
+ r as InviteGameIcon,
68
+ A as LinkAddress,
69
+ L as LinkContainer,
70
+ v as LinkIcon,
71
+ d as LinkInfo,
99
72
  f as LinkTitle,
100
- w as SocialLink,
101
- u as SocialLinkLabel,
102
- v as SocialLinksContainer,
103
- x as Subtext
73
+ S as SocialLink,
74
+ b as SocialLinkLabel,
75
+ C as SocialLinksContainer,
76
+ k as Subtext
104
77
  };
@@ -1,83 +1,44 @@
1
- import { styled as t } from "@linaria/react";
2
- const e = t.div`
3
- display: flex;
4
- flex-grow: 1;
5
- flex-direction: column;
6
- padding-bottom: 16px;
7
- `, n = t.div`
8
- display: flex;
9
- flex-direction: column;
10
- align-items: center;
11
- justify-content: center;
12
- row-gap: 24px;
13
- height: 100%;
14
- padding: 0 32px 32px;
15
- `, o = t.div`
16
- color: var(--color-primary-green1);
17
- font-family: var(--font-serif);
18
- font-size: 22px;
19
- font-weight: 400;
20
- line-height: 30px;
21
- text-align: center;
22
- `, r = t.div`
23
- display: flex;
24
- flex-direction: column;
25
- row-gap: 24px;
26
- `, l = t.div`
27
- display: flex;
28
- align-items: center;
29
- column-gap: 16px;
30
- `, a = t.div`
31
- display: flex;
32
- flex-shrink: 0;
33
- align-items: center;
34
- justify-content: center;
35
- width: 36px;
36
- height: 36px;
37
- border-radius: 50%;
38
- background-color: var(--color-primary-green1);
39
-
40
- & [data-icon='icon-trophy'] {
41
- width: 18px;
42
- height: 18px;
43
-
44
- path {
45
- fill: var(--color-neutrals-white);
46
- }
47
- }
48
-
49
- & [data-icon='icon-btn-feature-groups'] path {
50
- &:first-child {
51
- stroke: var(--color-neutrals-white);
52
- }
53
- &:not(:first-child) {
54
- fill: var(--color-neutrals-white);
55
- }
56
- }
57
- `, c = t.div`
58
- font-size: 14px;
59
- font-weight: var(--font-weight-default);
60
- line-height: 18px;
61
- letter-spacing: -0.154px;
62
- `, p = t.button`
63
- margin: 0 auto;
64
- padding: 8px 16px;
65
- color: var(--color-primary-green1);
66
- font-size: 12px;
67
- font-weight: 400;
68
- line-height: 16px;
69
- border: initial;
70
- background: initial;
71
- outline: initial;
72
- cursor: pointer;
73
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const t = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "cm0bev",
5
+ propsAsIs: !1
6
+ }), l = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "ce7x737",
9
+ propsAsIs: !1
10
+ }), n = /* @__PURE__ */ s("div")({
11
+ name: "Title",
12
+ class: "tc2tor6",
13
+ propsAsIs: !1
14
+ }), o = /* @__PURE__ */ s("div")({
15
+ name: "RulesList",
16
+ class: "r1k5klql",
17
+ propsAsIs: !1
18
+ }), a = /* @__PURE__ */ s("div")({
19
+ name: "RulesItem",
20
+ class: "r1tf3ft2",
21
+ propsAsIs: !1
22
+ }), c = /* @__PURE__ */ s("div")({
23
+ name: "RuleIcon",
24
+ class: "rwpvg1k",
25
+ propsAsIs: !1
26
+ }), r = /* @__PURE__ */ s("div")({
27
+ name: "RuleText",
28
+ class: "rbxiag0",
29
+ propsAsIs: !1
30
+ }), p = /* @__PURE__ */ s("button")({
31
+ name: "TermsButton",
32
+ class: "t6cyrry",
33
+ propsAsIs: !1
34
+ });
74
35
  export {
75
- e as Container,
76
- n as Content,
77
- a as RuleIcon,
78
- c as RuleText,
79
- l as RulesItem,
80
- r as RulesList,
36
+ t as Container,
37
+ l as Content,
38
+ c as RuleIcon,
39
+ r as RuleText,
40
+ a as RulesItem,
41
+ o as RulesList,
81
42
  p as TermsButton,
82
- o as Title
43
+ n as Title
83
44
  };
@@ -1,54 +1,44 @@
1
- import { styled as n } from "@linaria/react";
1
+ import { styled as s } from "@linaria/react";
2
2
  import { Button as o } from "../../button/index.js";
3
- import { SvgIcon as t } from "../../icons/index.js";
3
+ import { SvgIcon as n } from "../../icons/index.js";
4
4
  import "react/jsx-runtime";
5
5
  import "../../button/styles.js";
6
6
  import "react";
7
- const c = n.div`
8
- display: flex;
9
- flex-direction: column;
10
- background-color: var(--color-neutrals-white);
11
- `, a = n.div`
12
- display: flex;
13
- flex-grow: 1;
14
- flex-direction: column;
15
- `, s = n.div`
16
- display: flex;
17
- align-items: center;
18
- justify-content: space-between;
19
- padding: 12px 12px 12px 16px;
20
- `, x = n.button`
21
- display: flex;
22
- align-items: center;
23
- justify-content: center;
24
- margin-left: auto;
25
- padding: 0;
26
- width: 24px;
27
- height: 24px;
28
- border: none;
29
- background-color: transparent;
30
- outline: none;
31
- cursor: pointer;
32
- `, g = n(t)`
33
- width: 10px;
34
- height: 10px;
35
- `, f = n.div`
36
- display: flex;
37
- padding: 0 16px 16px 16px;
38
- `, m = n(o)`
39
- flex-grow: 1;
40
- padding: 0 16px;
41
- height: 44px;
42
- font-size: 14px;
43
- line-height: 20px;
44
- cursor: pointer;
45
- `;
7
+ const m = /* @__PURE__ */ s("div")({
8
+ name: "Container",
9
+ class: "c18uddbs",
10
+ propsAsIs: !1
11
+ }), d = /* @__PURE__ */ s("div")({
12
+ name: "Content",
13
+ class: "cvcfjf6",
14
+ propsAsIs: !1
15
+ }), f = /* @__PURE__ */ s("div")({
16
+ name: "OnboardingHeader",
17
+ class: "o1ie27lw",
18
+ propsAsIs: !1
19
+ }), I = /* @__PURE__ */ s("button")({
20
+ name: "CloseBtn",
21
+ class: "c15cjkwi",
22
+ propsAsIs: !1
23
+ }), t = () => n, A = /* @__PURE__ */ s(t())({
24
+ name: "IconClose",
25
+ class: "i1mavjt2",
26
+ propsAsIs: !0
27
+ }), b = /* @__PURE__ */ s("div")({
28
+ name: "OnboardingFooter",
29
+ class: "o1x0dyzv",
30
+ propsAsIs: !1
31
+ }), e = () => o, v = /* @__PURE__ */ s(e())({
32
+ name: "OnboardingActionBtn",
33
+ class: "o1jfi9c3",
34
+ propsAsIs: !0
35
+ });
46
36
  export {
47
- x as CloseBtn,
48
- c as Container,
49
- a as Content,
50
- g as IconClose,
51
- m as OnboardingActionBtn,
52
- f as OnboardingFooter,
53
- s as OnboardingHeader
37
+ I as CloseBtn,
38
+ m as Container,
39
+ d as Content,
40
+ A as IconClose,
41
+ v as OnboardingActionBtn,
42
+ b as OnboardingFooter,
43
+ f as OnboardingHeader
54
44
  };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  type PointsProps = {
3
- points: number;
3
+ points?: number;
4
4
  };
5
5
  export declare const Points: React.FC<PointsProps>;
6
6
  export {};
@@ -1,20 +1,18 @@
1
1
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
2
  import { resetCss as r } from "../../theme/theme.js";
3
3
  import { formatDecimals as n } from "../../../utils/common.js";
4
- import { PointsContainer as m, PointsIcon as s, PointsSvg as e, PointsBody as p, PointsTitle as c, PointsValue as l } from "./styles.js";
5
- import "@linaria/core";
4
+ import { PointsContainer as s, PointsIcon as m, PointsSvg as e, PointsBody as p, PointsTitle as c, PointsValue as l } from "./styles.js";
6
5
  import "../../theme/constants.js";
7
6
  import "@linaria/react";
8
7
  import "../../icons/index.js";
9
8
  import "react";
10
- import "../../theme/breakpoints.js";
11
- const T = ({ points: t }) => /* @__PURE__ */ i(m, { className: r, children: [
12
- /* @__PURE__ */ o(s, { children: /* @__PURE__ */ o(e, { name: "icon-trophy" }) }),
9
+ const y = ({ points: t }) => /* @__PURE__ */ i(s, { className: r, children: [
10
+ /* @__PURE__ */ o(m, { children: /* @__PURE__ */ o(e, { name: "icon-trophy" }) }),
13
11
  /* @__PURE__ */ i(p, { children: [
14
12
  /* @__PURE__ */ o(c, { children: "Total points" }),
15
13
  /* @__PURE__ */ o(l, { children: n(t) })
16
14
  ] })
17
15
  ] });
18
16
  export {
19
- T as Points
17
+ y as Points
20
18
  };
@@ -1,86 +1,37 @@
1
- import { styled as t } from "@linaria/react";
1
+ import { styled as s } from "@linaria/react";
2
2
  import { SvgIcon as o } from "../../icons/index.js";
3
- import { breakpoints as i } from "../../theme/breakpoints.js";
4
3
  import "react/jsx-runtime";
5
4
  import "react";
6
- import "../../theme/constants.js";
7
- const l = t.div`
8
- position: relative;
9
- display: inline-flex;
10
- align-items: center;
11
- column-gap: 8px;
12
- padding: 4px 17px 4px 4px;
13
- border-radius: 40px;
14
-
15
- &:before {
16
- content: '';
17
- position: absolute;
18
- top: 0;
19
- left: 0;
20
- bottom: 0;
21
- right: 0;
22
- border-radius: 40px;
23
- border: 1px solid var(--color-neutrals-white);
24
- opacity: 0.4;
25
- z-index: -1;
26
- }
27
-
28
- ${i.down("md")`
29
- padding-right: 10px;
30
- `}
31
- `, a = t.div`
32
- display: flex;
33
- flex-shrink: 0;
34
- align-items: center;
35
- justify-content: center;
36
- width: 40px;
37
- height: 40px;
38
- border-radius: 50%;
39
- background: var(--color-primary-green2);
40
-
41
- ${i.down("md")`
42
- width: 28px;
43
- height: 28px;
44
- `}
45
- `, x = t(o)`
46
- width: 20px;
47
- height: 20px;
48
-
49
- path {
50
- fill: var(--color-neutrals-white);
51
- }
52
-
53
- ${i.down("md")`
54
- width: 14px;
55
- height: 14px;
56
- `}
57
- `, h = t.div`
58
- display: flex;
59
- flex-direction: column;
60
- color: var(--color-neutrals-white);
61
- font-weight: var(--font-weight-default);
62
- `, c = t.div`
63
- margin-bottom: 1px;
64
- font-size: 9px;
65
- text-transform: uppercase;
66
-
67
- ${i.down("md")`
68
- display: none;
69
- `}
70
- `, m = t.div`
71
- font-size: 18px;
72
- line-height: 20px;
73
-
74
- ${i.down("md")`
75
- font-size: 14px;
76
- line-height: 22px;
77
- `}
78
- `;
5
+ const a = /* @__PURE__ */ s("div")({
6
+ name: "PointsContainer",
7
+ class: "psiob9b",
8
+ propsAsIs: !1
9
+ }), l = /* @__PURE__ */ s("div")({
10
+ name: "PointsIcon",
11
+ class: "p1gqe4lh",
12
+ propsAsIs: !1
13
+ }), n = () => o, c = /* @__PURE__ */ s(n())({
14
+ name: "PointsSvg",
15
+ class: "p15syg2y",
16
+ propsAsIs: !0
17
+ }), r = /* @__PURE__ */ s("div")({
18
+ name: "PointsBody",
19
+ class: "p12n4f2h",
20
+ propsAsIs: !1
21
+ }), m = /* @__PURE__ */ s("div")({
22
+ name: "PointsTitle",
23
+ class: "poqmx89",
24
+ propsAsIs: !1
25
+ }), P = /* @__PURE__ */ s("div")({
26
+ name: "PointsValue",
27
+ class: "prj9b3v",
28
+ propsAsIs: !1
29
+ });
79
30
  export {
80
- h as PointsBody,
81
- l as PointsContainer,
82
- a as PointsIcon,
83
- x as PointsSvg,
84
- c as PointsTitle,
85
- m as PointsValue
31
+ r as PointsBody,
32
+ a as PointsContainer,
33
+ l as PointsIcon,
34
+ c as PointsSvg,
35
+ m as PointsTitle,
36
+ P as PointsValue
86
37
  };
@@ -1,54 +1,14 @@
1
- import { styled as r } from "@linaria/react";
2
- import { Title as o, Description as e } from "../../../questions/insight/styles.js";
3
- const n = r.div`
4
- display: flex;
5
- flex-direction: column;
6
- row-gap: 12px;
7
- padding: var(--container-padding);
8
- border: 1px solid var(--color-neutrals-white);
9
- border-radius: 8px;
10
- background-color: var(--color-neutrals-white);
11
-
12
- &:hover {
13
- border-color: var(--color-neutrals-gray4);
14
- }
15
-
16
- ${o} {
17
- font-weight: 400;
18
- line-height: 24px;
19
- }
20
-
21
- ${e} {
22
- display: -webkit-box;
23
- font-size: 12px;
24
- line-height: 18px;
25
- text-overflow: ellipsis;
26
- word-break: break-all;
27
- overflow: hidden;
28
- -webkit-box-orient: vertical;
29
- -webkit-line-clamp: 2;
30
- }
31
- `, l = r.button`
32
- border: none;
33
- outline: none;
34
- background-color: var(--color-primary-green1);
35
- color: var(--color-white);
36
- border-radius: 40px;
37
- display: flex;
38
- justify-content: center;
39
- align-items: center;
40
- font-size: 14px;
41
- font-weight: 550;
42
- width: 100%;
43
- padding: 0px 16px;
44
- height: 44px;
45
-
46
- &:hover {
47
- background-color: var(--color-primary-green2);
48
- cursor: pointer;
49
- }
50
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const n = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "cll3md7",
5
+ propsAsIs: !1
6
+ }), o = /* @__PURE__ */ s("button")({
7
+ name: "ActionBtn",
8
+ class: "a10g1iik",
9
+ propsAsIs: !1
10
+ });
51
11
  export {
52
- l as ActionBtn,
12
+ o as ActionBtn,
53
13
  n as Container
54
14
  };
@@ -1,11 +1,9 @@
1
- import { styled as o } from "@linaria/react";
2
- const t = o.div`
3
- display: flex;
4
- flex-direction: column;
5
- overflow-y: auto;
6
- max-height: 100%;
7
- gap: 8px;
8
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const o = /* @__PURE__ */ s("div")({
3
+ name: "QuestionsContainer",
4
+ class: "qvghv3l",
5
+ propsAsIs: !1
6
+ });
9
7
  export {
10
- t as QuestionsContainer
8
+ o as QuestionsContainer
11
9
  };