@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,165 +1,84 @@
1
- import { styled as s } from "@linaria/react";
2
- const o = s.div`
3
- height: 100%;
4
- width: 100%;
5
- position: absolute;
6
- top: -1px;
7
- left: 0;
8
- z-index: 1;
9
- display: none;
10
-
11
- &[data-active='true'] {
12
- display: block;
13
-
14
- & > div {
15
- &:nth-child(1) {
16
- animation: showLines 1000ms 50ms ease-out forwards, hiddenLines 1500ms 4500ms ease-in forwards;
17
- }
18
-
19
- &:nth-child(2) {
20
- animation: showLines 700ms 500ms ease-out forwards, hiddenLines 1000ms 5000ms ease-in forwards;
21
- }
22
-
23
- &:nth-child(3) {
24
- animation: showLines 500ms 700ms ease-out forwards, hiddenLines 700ms 5300ms ease-in forwards;
25
- }
26
-
27
- &:nth-child(4) {
28
- animation: showLines 400ms 1000ms ease-out forwards, hiddenLines 500ms 5500ms ease-in forwards;
29
- }
30
- }
31
-
32
- &[data-first-screen='true'] {
33
- & > div {
34
- &:nth-child(1) {
35
- animation: showLines 1000ms 1000ms ease-out forwards, hiddenLines 1500ms 4500ms ease-in forwards;
36
- }
37
-
38
- &:nth-child(2) {
39
- animation: showLines 700ms 1400ms ease-out forwards, hiddenLines 1000ms 5000ms ease-in forwards;
40
- }
41
-
42
- &:nth-child(3) {
43
- animation: showLines 500ms 1700ms ease-out forwards, hiddenLines 700ms 5300ms ease-in forwards;
44
- }
45
- }
46
- }
47
-
48
- &[data-last-screen='true'] {
49
- & > div {
50
- &:nth-child(1) {
51
- animation: showLines 1000ms 50ms ease-out forwards;
52
- }
53
-
54
- &:nth-child(2) {
55
- animation: showLines 700ms 500ms ease-out forwards;
56
- }
57
-
58
- &:nth-child(3) {
59
- animation: showLines 500ms 700ms ease-out forwards;
60
- }
61
-
62
- &:nth-child(4) {
63
- animation: showLines 400ms 1000ms ease-out forwards;
64
- }
65
- }
66
- }
67
- }
68
-
69
- & > div {
70
- background-color: var(--color-white);
71
- }
72
-
73
- &[data-correct='true'] {
74
- & > div {
75
- background-color: var(--color-primary-green2);
76
- }
77
- }
78
-
79
- &[data-correct='false'] {
80
- & > div {
81
- background-color: var(--color-neutrals-gray6);
82
- }
83
- }
84
-
85
- @keyframes showLines {
86
- 0% {
87
- transform: translateX(400px) rotate(137deg);
88
- }
89
-
90
- 100% {
91
- transform: translateX(0px) rotate(137deg);
92
- }
93
- }
94
-
95
- @keyframes hiddenLines {
96
- 0% {
97
- width: 1000px;
98
- }
99
-
100
- 100% {
101
- width: 2000px;
102
- opacity: 0;
103
- }
104
- }
105
- `, e = s.div`
106
- position: absolute;
107
- opacity: 0.05;
108
- height: 1000px;
109
- width: 1000px;
110
- bottom: -580px;
111
- transform: translateX(400px) rotate(137deg);
112
- `, n = s(e)`
113
- right: -818px;
114
- `, t = s(e)`
115
- right: -902px;
116
- `, r = s(e)`
117
- right: -997px;
118
- `, a = s(e)`
119
- right: -891px;
120
- `, h = s(e)`
121
- right: -942px;
122
- `, d = s(e)`
123
- right: -996px;
124
- `, m = s(e)`
125
- right: -931px;
126
- `, c = s(e)`
127
- right: -981px;
128
- opacity: 0.1;
129
- `, w = s(e)`
130
- right: -1035px;
131
- opacity: 0.15;
132
- `, p = s(e)`
133
- right: -1088px;
134
- opacity: 0.2;
135
- `, L = s(e)`
136
- right: -931px;
137
- opacity: 0.1;
138
- `, l = s(e)`
139
- right: -981px;
140
- opacity: 0.1;
141
- `, f = s(e)`
142
- right: -1035px;
143
- opacity: 0.1;
144
- `, u = s(e)`
145
- right: -1088px;
146
- opacity: 0.1;
147
- `;
1
+ import { styled as e } from "@linaria/react";
2
+ const w = /* @__PURE__ */ e("div")({
3
+ name: "BGWrap",
4
+ class: "BGWrap_b1dqe0sz",
5
+ propsAsIs: !1
6
+ }), s = /* @__PURE__ */ e("div")({
7
+ name: "BGLineBase",
8
+ class: "BGLineBase_b1v6w7ni",
9
+ propsAsIs: !1
10
+ }), n = () => s, l = /* @__PURE__ */ e(n())({
11
+ name: "BGOneLineOne",
12
+ class: "BGOneLineOne_b2nqb1p",
13
+ propsAsIs: !0
14
+ }), o = () => s, O = /* @__PURE__ */ e(o())({
15
+ name: "BGOneLineTwo",
16
+ class: "BGOneLineTwo_b1xxgmbk",
17
+ propsAsIs: !0
18
+ }), r = () => s, b = /* @__PURE__ */ e(r())({
19
+ name: "BGOneLineThree",
20
+ class: "BGOneLineThree_b63lwcb",
21
+ propsAsIs: !0
22
+ }), i = () => s, m = /* @__PURE__ */ e(i())({
23
+ name: "BGTwoLineOne",
24
+ class: "BGTwoLineOne_b2iah4",
25
+ propsAsIs: !0
26
+ }), p = () => s, x = /* @__PURE__ */ e(p())({
27
+ name: "BGTwoLineTwo",
28
+ class: "BGTwoLineTwo_b1xezvf6",
29
+ propsAsIs: !0
30
+ }), t = () => s, F = /* @__PURE__ */ e(t())({
31
+ name: "BGTwoLineThree",
32
+ class: "BGTwoLineThree_b1jz1hg0",
33
+ propsAsIs: !0
34
+ }), B = () => s, A = /* @__PURE__ */ e(B())({
35
+ name: "BGThreeLineOne",
36
+ class: "BGThreeLineOne_b18ho1tk",
37
+ propsAsIs: !0
38
+ }), c = () => s, I = /* @__PURE__ */ e(c())({
39
+ name: "BGThreeLineTwo",
40
+ class: "BGThreeLineTwo_b14uvjfm",
41
+ propsAsIs: !0
42
+ }), G = () => s, v = /* @__PURE__ */ e(G())({
43
+ name: "BGThreeLineThree",
44
+ class: "BGThreeLineThree_b11c3ns7",
45
+ propsAsIs: !0
46
+ }), L = () => s, d = /* @__PURE__ */ e(L())({
47
+ name: "BGThreeLineFour",
48
+ class: "BGThreeLineFour_b1bqhhet",
49
+ propsAsIs: !0
50
+ }), T = () => s, f = /* @__PURE__ */ e(T())({
51
+ name: "BGFourLineOne",
52
+ class: "BGFourLineOne_b1xyzi7o",
53
+ propsAsIs: !0
54
+ }), a = () => s, q = /* @__PURE__ */ e(a())({
55
+ name: "BGFourLineTwo",
56
+ class: "BGFourLineTwo_byo0rup",
57
+ propsAsIs: !0
58
+ }), u = () => s, y = /* @__PURE__ */ e(u())({
59
+ name: "BGFourLineThree",
60
+ class: "BGFourLineThree_b1oyiqgv",
61
+ propsAsIs: !0
62
+ }), _ = () => s, z = /* @__PURE__ */ e(_())({
63
+ name: "BGFourLineFour",
64
+ class: "BGFourLineFour_bx3ddqw",
65
+ propsAsIs: !0
66
+ });
148
67
  export {
149
- u as BGFourLineFour,
150
- L as BGFourLineOne,
151
- f as BGFourLineThree,
152
- l as BGFourLineTwo,
153
- e as BGLineBase,
154
- n as BGOneLineOne,
155
- r as BGOneLineThree,
156
- t as BGOneLineTwo,
157
- p as BGThreeLineFour,
158
- m as BGThreeLineOne,
159
- w as BGThreeLineThree,
160
- c as BGThreeLineTwo,
161
- a as BGTwoLineOne,
162
- d as BGTwoLineThree,
163
- h as BGTwoLineTwo,
164
- o as BGWrap
68
+ z as BGFourLineFour,
69
+ f as BGFourLineOne,
70
+ y as BGFourLineThree,
71
+ q as BGFourLineTwo,
72
+ s as BGLineBase,
73
+ l as BGOneLineOne,
74
+ b as BGOneLineThree,
75
+ O as BGOneLineTwo,
76
+ d as BGThreeLineFour,
77
+ A as BGThreeLineOne,
78
+ v as BGThreeLineThree,
79
+ I as BGThreeLineTwo,
80
+ m as BGTwoLineOne,
81
+ F as BGTwoLineThree,
82
+ x as BGTwoLineTwo,
83
+ w as BGWrap
165
84
  };
@@ -1,132 +1,57 @@
1
- import { styled as t } from "@linaria/react";
2
- import { SvgIcon as r } from "../../../../icons/index.js";
1
+ import { styled as s } from "@linaria/react";
2
+ import { SvgIcon as t } from "../../../../icons/index.js";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
- const c = t.div`
6
- box-sizing: border-box;
7
- width: 100%;
8
- height: 118px;
9
- border-radius: 8px;
10
- overflow: hidden;
11
- position: relative;
12
- background-color: var(--color-primary-green2);
13
-
14
- &[data-bg-color-white='true'] {
15
- background-color: var(--color-white);
16
- }
17
-
18
- transition: background-color 700ms ease-in;
19
- `, s = t.div`
20
- width: 100%;
21
- background-color: transparent;
22
- transform: translateY(0px);
23
- transition: transform 1s ease-in;
24
- position: absolute;
25
- top: 0;
26
- right: 0;
27
- z-index: 2;
28
-
29
- &[data-active-number='2'] {
30
- transform: translateY(-118px);
31
- }
32
-
33
- &[data-active-number='3'] {
34
- transform: translateY(-236px);
35
- }
36
-
37
- &[data-active-number='4'] {
38
- transform: translateY(-354px);
39
- }
40
-
41
- &[data-active-number='5'] {
42
- transform: translateY(-472px);
43
- }
44
- `, l = t.div`
45
- width: 100%;
46
- height: 118px;
47
- border-radius: 8px;
48
- background-color: transparent;
49
- position: relative;
50
- padding: 22px 16px;
51
- color: var(--color-white);
52
- font-family: var(--font-serif);
53
- display: flex;
54
- flex-direction: column;
55
- align-items: center;
56
- justify-content: center;
57
-
58
- &[data-color-green='true'] {
59
- color: var(--color-primary-green1);
60
- }
61
- `, p = t.div`
62
- margin-bottom: 10px;
63
- font-size: 20px;
64
- font-weight: var(--font-weight-default);
65
- display: flex;
66
- justify-content: center;
67
- text-align: center;
68
-
69
- &[data-incorrect='true'] {
70
- color: var(--color-neutrals-gray9);
71
- }
72
- `, o = t.div`
73
- font-size: 12px;
74
- font-weight: 500;
75
- display: flex;
76
- justify-content: center;
77
- text-align: center;
78
- align-items: center;
79
- font-family: var(--font-regular);
80
-
81
- &[data-incorrect='true'] {
82
- color: var(--color-secondary-red1);
83
- }
84
- `, d = t(o)`
85
- font-family: var(--font-serif);
86
- `, f = t.div`
87
- font-weight: 400px;
88
- margin-left: 5px;
89
- `, g = t(r)`
90
- width: 14px;
91
- height: 14px;
92
- margin-right: 6px;
93
- `, x = t.button`
94
- width: 30px;
95
- height: 30px;
96
- border: none;
97
- border-radius: 50%;
98
- outline: none;
99
- background-color: transparent;
100
- display: flex;
101
- justify-content: center;
102
- align-items: center;
103
- position: absolute;
104
- right: 8px;
105
- top: 8px;
106
- cursor: pointer;
107
- `, u = t(r)`
108
- width: 20px;
109
- height: 20px;
110
-
111
- path {
112
- stroke: var(--color-neutrals-gray7);
113
- }
114
-
115
- &:hover {
116
- path {
117
- stroke: var(--color-primary-green2);
118
- }
119
- }
120
- `;
5
+ const i = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "Container_c10131zw",
8
+ propsAsIs: !1
9
+ }), m = /* @__PURE__ */ s("div")({
10
+ name: "AnimateContent",
11
+ class: "AnimateContent_ar6k2eo",
12
+ propsAsIs: !1
13
+ }), I = /* @__PURE__ */ s("div")({
14
+ name: "Content",
15
+ class: "Content_c1hwoq9l",
16
+ propsAsIs: !1
17
+ }), A = /* @__PURE__ */ s("div")({
18
+ name: "Title",
19
+ class: "Title_t4ujo4g",
20
+ propsAsIs: !1
21
+ }), e = /* @__PURE__ */ s("div")({
22
+ name: "Subtitle",
23
+ class: "Subtitle_s1pjil1h",
24
+ propsAsIs: !1
25
+ }), o = () => e, C = /* @__PURE__ */ s(o())({
26
+ name: "SubtitleFG",
27
+ class: "SubtitleFG_s1iorwr9",
28
+ propsAsIs: !0
29
+ }), u = /* @__PURE__ */ s("div")({
30
+ name: "AnswerText",
31
+ class: "AnswerText_a51sv9d",
32
+ propsAsIs: !1
33
+ }), n = () => t, _ = /* @__PURE__ */ s(n())({
34
+ name: "FeedbackIcon",
35
+ class: "FeedbackIcon_f1lbk2ye",
36
+ propsAsIs: !0
37
+ }), b = /* @__PURE__ */ s("button")({
38
+ name: "CloseButton",
39
+ class: "CloseButton_crcvk3t",
40
+ propsAsIs: !1
41
+ }), c = () => t, d = /* @__PURE__ */ s(c())({
42
+ name: "CloseIcon",
43
+ class: "CloseIcon_c33p82r",
44
+ propsAsIs: !0
45
+ });
121
46
  export {
122
- s as AnimateContent,
123
- f as AnswerText,
124
- x as CloseButton,
125
- u as CloseIcon,
126
- c as Container,
127
- l as Content,
128
- g as FeedbackIcon,
129
- o as Subtitle,
130
- d as SubtitleFG,
131
- p as Title
47
+ m as AnimateContent,
48
+ u as AnswerText,
49
+ b as CloseButton,
50
+ d as CloseIcon,
51
+ i as Container,
52
+ I as Content,
53
+ _ as FeedbackIcon,
54
+ e as Subtitle,
55
+ C as SubtitleFG,
56
+ A as Title
132
57
  };
@@ -1,87 +1,47 @@
1
- import { styled as o } from "@linaria/react";
2
- import { SvgIcon as r } 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 p = o.div`
6
- box-sizing: border-box;
7
- overflow: hidden;
8
- border-radius: 8px;
9
- background: #fff;
10
- width: 100%;
11
- padding: 16px;
12
- position: relative;
13
- `, a = o.div`
14
- position: absolute;
15
- display: flex;
16
- align-items: center;
17
- justify-content: center;
18
- width: 20px;
19
- height: 20px;
20
- right: 11px;
21
- top: 11px;
22
- cursor: pointer;
23
- `, c = o(r)`
24
- g > path {
25
- stroke: var(--color-neutrals-gray7);
26
- }
27
-
28
- &:hover {
29
- path {
30
- stroke: var(--color-primary-green2);
31
- }
32
- }
33
- `, s = o.div`
34
- margin-bottom: 12px;
35
- display: flex;
36
- align-items: center;
37
- `, l = o(r)`
38
- width: 13px;
39
- height: 13px;
40
- margin-right: 4px;
41
-
42
- path {
43
- fill: var(--color-primary-green1);
44
- fill-opacity: 1;
45
- }
46
- `, g = o.span`
47
- color: var(--color-neutrals-gray7);
48
- font-weight: 550;
49
- font-size: 12px;
50
- `, d = o.div`
51
- font-weight: 400;
52
- font-size: 16px;
53
- color: var(--color-primary-green2);
54
- margin-bottom: 12px;
55
- padding-right: 10px;
56
- font-family: var(--font-serif);
57
- `, x = o.button`
58
- background-color: var(--color-primary-green1);
59
- color: var(--color-white);
60
- border-radius: 40px;
61
- border: none;
62
- outline: none;
63
- cursor: pointer;
64
- width: 100%;
65
- display: flex;
66
- justify-content: center;
67
- align-items: center;
68
- font-size: 14px;
69
- font-weight: 550;
70
- padding: 0px 16px;
71
- height: 44px;
72
-
73
- &:hover {
74
- background-color: var(--color-primary-green2);
75
- cursor: pointer;
76
- }
77
- `;
5
+ const r = /* @__PURE__ */ s("div")({
6
+ name: "Container",
7
+ class: "Container_c1eptrjd",
8
+ propsAsIs: !1
9
+ }), l = /* @__PURE__ */ s("div")({
10
+ name: "CloseIconWrap",
11
+ class: "CloseIconWrap_crylm65",
12
+ propsAsIs: !1
13
+ }), o = () => e, m = /* @__PURE__ */ s(o())({
14
+ name: "CloseIcon",
15
+ class: "CloseIcon_c9mrcz7",
16
+ propsAsIs: !0
17
+ }), I = /* @__PURE__ */ s("div")({
18
+ name: "Header",
19
+ class: "Header_hw3lzv4",
20
+ propsAsIs: !1
21
+ }), n = () => e, i = /* @__PURE__ */ s(n())({
22
+ name: "TypeIcon",
23
+ class: "TypeIcon_t1rrb3kf",
24
+ propsAsIs: !0
25
+ }), u = /* @__PURE__ */ s("span")({
26
+ name: "TypeName",
27
+ class: "TypeName_t1ydnjov",
28
+ propsAsIs: !1
29
+ }), A = /* @__PURE__ */ s("div")({
30
+ name: "Question",
31
+ class: "Question_qlf90cl",
32
+ propsAsIs: !1
33
+ }), _ = /* @__PURE__ */ s("button")({
34
+ name: "AnswerButton",
35
+ class: "AnswerButton_a1e0nhcl",
36
+ propsAsIs: !1
37
+ });
78
38
  export {
79
- x as AnswerButton,
80
- c as CloseIcon,
81
- a as CloseIconWrap,
82
- p as Container,
83
- s as Header,
84
- d as Question,
85
- l as TypeIcon,
86
- g as TypeName
39
+ _ as AnswerButton,
40
+ m as CloseIcon,
41
+ l as CloseIconWrap,
42
+ r as Container,
43
+ I as Header,
44
+ A as Question,
45
+ i as TypeIcon,
46
+ u as TypeName
87
47
  };
@@ -1,68 +1,39 @@
1
- import { styled as o } from "@linaria/react";
2
- const t = o.div`
3
- box-sizing: border-box;
4
- background-color: var(--color-neutrals-white);
5
- border-radius: 8px;
6
- width: 100%;
7
- `, e = o.button`
8
- border: none;
9
- outline: none;
10
- background-color: var(--color-primary-green1);
11
- color: var(--color-white);
12
- border-radius: 40px;
13
- display: flex;
14
- justify-content: center;
15
- align-items: center;
16
- font-size: 14px;
17
- font-weight: 550;
18
- width: 100%;
19
- padding: 0px 16px;
20
- height: 44px;
21
-
22
- &:hover {
23
- background-color: var(--color-primary-green2);
24
- cursor: pointer;
25
- }
26
- `, i = o.div`
27
- color: var(--color-neutrals-gray9);
28
- font-size: 12px;
29
- font-weight: var(--font-weight-default);
30
- line-height: 18px;
31
- `, n = o.img`
32
- max-width: 100%;
33
- border-radius: 8px;
34
- `, a = o.div`
35
- display: flex;
36
- flex-direction: column;
37
- row-gap: 12px;
38
- color: var(--color-neutrals-gray9);
39
- font-weight: var(--font-weight-default);
40
- margin-bottom: 16px;
41
- `, l = o.div`
42
- padding-bottom: 12px;
43
- border-bottom: 0.7px solid var(--color-neutrals-gray3);
44
- margin-bottom: 12px;
45
- `, d = o.blockquote`
46
- padding: 0px 24px 0px 12px;
47
- color: var(--color-primary-green2);
48
- border-left: 2px solid var(--color-primary-green2);
49
- font-size: 12px;
50
- font-family: var(--font-serif);
51
- font-weight: var(--font-weight-default);
52
- display: -webkit-box;
53
- -webkit-box-orient: vertical;
54
- -webkit-line-clamp: 2;
55
- overflow: hidden;
56
- word-break: break-word;
57
- text-overflow: ellipsis;
58
- max-height: 32px;
59
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const a = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_c1t4f0x4",
5
+ propsAsIs: !1
6
+ }), t = /* @__PURE__ */ s("button")({
7
+ name: "ActionBtn",
8
+ class: "ActionBtn_a16w1nl6",
9
+ propsAsIs: !1
10
+ }), e = /* @__PURE__ */ s("div")({
11
+ name: "Body",
12
+ class: "Body_b14u54rf",
13
+ propsAsIs: !1
14
+ }), n = /* @__PURE__ */ s("img")({
15
+ name: "Image",
16
+ class: "Image_i1hxm6zo",
17
+ propsAsIs: !1
18
+ }), l = /* @__PURE__ */ s("div")({
19
+ name: "Details",
20
+ class: "Details_d1s19yop",
21
+ propsAsIs: !1
22
+ }), c = /* @__PURE__ */ s("div")({
23
+ name: "QuoteWrap",
24
+ class: "QuoteWrap_q1qyx94r",
25
+ propsAsIs: !1
26
+ }), p = /* @__PURE__ */ s("blockquote")({
27
+ name: "Quote",
28
+ class: "Quote_qs97clu",
29
+ propsAsIs: !1
30
+ });
60
31
  export {
61
- e as ActionBtn,
62
- i as Body,
63
- t as Container,
64
- a as Details,
32
+ t as ActionBtn,
33
+ e as Body,
34
+ a as Container,
35
+ l as Details,
65
36
  n as Image,
66
- d as Quote,
67
- l as QuoteWrap
37
+ p as Quote,
38
+ c as QuoteWrap
68
39
  };