@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,66 +1,29 @@
1
- import { styled as o } from "@linaria/react";
2
- const r = o.div`
3
- box-sizing: border-box;
4
- display: flex;
5
- flex-direction: column;
6
- row-gap: 16px;
7
- background-color: var(--color-neutrals-white);
8
- border-radius: 8px;
9
- width: 100%;
10
- `, i = o.div`
11
- display: flex;
12
- flex-direction: column;
13
- row-gap: 12px;
14
- `, t = o.h3`
15
- color: var(--color-primary-green2);
16
- font-size: 16px;
17
- line-height: 26px;
18
- font-weight: 400;
19
- font-family: var(--font-serif);
20
- font-weight: var(--font-weight-default);
21
- display: -webkit-box;
22
- -webkit-box-orient: vertical;
23
- -webkit-line-clamp: 2;
24
- overflow: hidden;
25
- word-break: break-all;
26
- text-overflow: ellipsis;
27
- max-height: 50px;
28
- `, n = o.div`
29
- color: var(--color-neutrals-gray9);
30
- font-size: 12px;
31
- line-height: 24px;
32
- font-weight: var(--font-weight-default);
33
- display: -webkit-box;
34
- -webkit-box-orient: vertical;
35
- -webkit-line-clamp: 2;
36
- overflow: hidden;
37
- word-break: break-all;
38
- text-overflow: ellipsis;
39
- max-height: 50px;
40
- `, l = o.button`
41
- border: none;
42
- outline: none;
43
- background-color: var(--color-primary-green1);
44
- color: var(--color-white);
45
- border-radius: 40px;
46
- display: flex;
47
- justify-content: center;
48
- align-items: center;
49
- font-size: 14px;
50
- font-weight: 550;
51
- width: 100%;
52
- padding: 0px 16px;
53
- height: 44px;
54
-
55
- &:hover {
56
- background-color: var(--color-primary-green2);
57
- cursor: pointer;
58
- }
59
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const n = /* @__PURE__ */ s("div")({
3
+ name: "InsightContainer",
4
+ class: "i1pqqgpo",
5
+ propsAsIs: !1
6
+ }), o = /* @__PURE__ */ s("div")({
7
+ name: "InsightContent",
8
+ class: "igj7luu",
9
+ propsAsIs: !1
10
+ }), e = /* @__PURE__ */ s("h3")({
11
+ name: "Title",
12
+ class: "t1qne9g6",
13
+ propsAsIs: !1
14
+ }), i = /* @__PURE__ */ s("div")({
15
+ name: "Description",
16
+ class: "dtpr98r",
17
+ propsAsIs: !1
18
+ }), a = /* @__PURE__ */ s("button")({
19
+ name: "ActionBtn",
20
+ class: "a17iaqp8",
21
+ propsAsIs: !1
22
+ });
60
23
  export {
61
- l as ActionBtn,
62
- n as Description,
63
- r as InsightContainer,
64
- i as InsightContent,
65
- t as Title
24
+ a as ActionBtn,
25
+ i as Description,
26
+ n as InsightContainer,
27
+ o as InsightContent,
28
+ e as Title
66
29
  };
@@ -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 b = /* @__PURE__ */ e("div")({
3
+ name: "BGWrap",
4
+ class: "b1dqe0sz",
5
+ propsAsIs: !1
6
+ }), s = /* @__PURE__ */ e("div")({
7
+ name: "BGLineBase",
8
+ class: "b1v6w7ni",
9
+ propsAsIs: !1
10
+ }), n = () => s, m = /* @__PURE__ */ e(n())({
11
+ name: "BGOneLineOne",
12
+ class: "b2nqb1p",
13
+ propsAsIs: !0
14
+ }), o = () => s, x = /* @__PURE__ */ e(o())({
15
+ name: "BGOneLineTwo",
16
+ class: "b1xxgmbk",
17
+ propsAsIs: !0
18
+ }), r = () => s, w = /* @__PURE__ */ e(r())({
19
+ name: "BGOneLineThree",
20
+ class: "b63lwcb",
21
+ propsAsIs: !0
22
+ }), p = () => s, A = /* @__PURE__ */ e(p())({
23
+ name: "BGTwoLineOne",
24
+ class: "b2iah4",
25
+ propsAsIs: !0
26
+ }), t = () => s, I = /* @__PURE__ */ e(t())({
27
+ name: "BGTwoLineTwo",
28
+ class: "b1xezvf6",
29
+ propsAsIs: !0
30
+ }), c = () => s, _ = /* @__PURE__ */ e(c())({
31
+ name: "BGTwoLineThree",
32
+ class: "b1jz1hg0",
33
+ propsAsIs: !0
34
+ }), a = () => s, O = /* @__PURE__ */ e(a())({
35
+ name: "BGThreeLineOne",
36
+ class: "b18ho1tk",
37
+ propsAsIs: !0
38
+ }), i = () => s, F = /* @__PURE__ */ e(i())({
39
+ name: "BGThreeLineTwo",
40
+ class: "b14uvjfm",
41
+ propsAsIs: !0
42
+ }), B = () => s, q = /* @__PURE__ */ e(B())({
43
+ name: "BGThreeLineThree",
44
+ class: "b11c3ns7",
45
+ propsAsIs: !0
46
+ }), G = () => s, d = /* @__PURE__ */ e(G())({
47
+ name: "BGThreeLineFour",
48
+ class: "b1bqhhet",
49
+ propsAsIs: !0
50
+ }), L = () => s, v = /* @__PURE__ */ e(L())({
51
+ name: "BGFourLineOne",
52
+ class: "b1xyzi7o",
53
+ propsAsIs: !0
54
+ }), T = () => s, f = /* @__PURE__ */ e(T())({
55
+ name: "BGFourLineTwo",
56
+ class: "byo0rup",
57
+ propsAsIs: !0
58
+ }), u = () => s, y = /* @__PURE__ */ e(u())({
59
+ name: "BGFourLineThree",
60
+ class: "b1oyiqgv",
61
+ propsAsIs: !0
62
+ }), h = () => s, z = /* @__PURE__ */ e(h())({
63
+ name: "BGFourLineFour",
64
+ class: "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
+ v as BGFourLineOne,
70
+ y as BGFourLineThree,
71
+ f as BGFourLineTwo,
72
+ s as BGLineBase,
73
+ m as BGOneLineOne,
74
+ w as BGOneLineThree,
75
+ x as BGOneLineTwo,
76
+ d as BGThreeLineFour,
77
+ O as BGThreeLineOne,
78
+ q as BGThreeLineThree,
79
+ F as BGThreeLineTwo,
80
+ A as BGTwoLineOne,
81
+ _ as BGTwoLineThree,
82
+ I as BGTwoLineTwo,
83
+ b 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: "c10131zw",
8
+ propsAsIs: !1
9
+ }), m = /* @__PURE__ */ s("div")({
10
+ name: "AnimateContent",
11
+ class: "ar6k2eo",
12
+ propsAsIs: !1
13
+ }), I = /* @__PURE__ */ s("div")({
14
+ name: "Content",
15
+ class: "c1hwoq9l",
16
+ propsAsIs: !1
17
+ }), A = /* @__PURE__ */ s("div")({
18
+ name: "Title",
19
+ class: "t4ujo4g",
20
+ propsAsIs: !1
21
+ }), e = /* @__PURE__ */ s("div")({
22
+ name: "Subtitle",
23
+ class: "s1pjil1h",
24
+ propsAsIs: !1
25
+ }), o = () => e, u = /* @__PURE__ */ s(o())({
26
+ name: "SubtitleFG",
27
+ class: "s1iorwr9",
28
+ propsAsIs: !0
29
+ }), d = /* @__PURE__ */ s("div")({
30
+ name: "AnswerText",
31
+ class: "a51sv9d",
32
+ propsAsIs: !1
33
+ }), n = () => t, f = /* @__PURE__ */ s(n())({
34
+ name: "FeedbackIcon",
35
+ class: "f1lbk2ye",
36
+ propsAsIs: !0
37
+ }), C = /* @__PURE__ */ s("button")({
38
+ name: "CloseButton",
39
+ class: "crcvk3t",
40
+ propsAsIs: !1
41
+ }), c = () => t, b = /* @__PURE__ */ s(c())({
42
+ name: "CloseIcon",
43
+ class: "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
+ d as AnswerText,
49
+ C as CloseButton,
50
+ b as CloseIcon,
51
+ i as Container,
52
+ I as Content,
53
+ f as FeedbackIcon,
54
+ e as Subtitle,
55
+ u 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 o } 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: "c1eptrjd",
8
+ propsAsIs: !1
9
+ }), l = /* @__PURE__ */ s("div")({
10
+ name: "CloseIconWrap",
11
+ class: "crylm65",
12
+ propsAsIs: !1
13
+ }), e = () => o, m = /* @__PURE__ */ s(e())({
14
+ name: "CloseIcon",
15
+ class: "c9mrcz7",
16
+ propsAsIs: !0
17
+ }), I = /* @__PURE__ */ s("div")({
18
+ name: "Header",
19
+ class: "hw3lzv4",
20
+ propsAsIs: !1
21
+ }), n = () => o, i = /* @__PURE__ */ s(n())({
22
+ name: "TypeIcon",
23
+ class: "t1rrb3kf",
24
+ propsAsIs: !0
25
+ }), f = /* @__PURE__ */ s("span")({
26
+ name: "TypeName",
27
+ class: "t1ydnjov",
28
+ propsAsIs: !1
29
+ }), A = /* @__PURE__ */ s("div")({
30
+ name: "Question",
31
+ class: "qlf90cl",
32
+ propsAsIs: !1
33
+ }), d = /* @__PURE__ */ s("button")({
34
+ name: "AnswerButton",
35
+ class: "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
+ d 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
+ f as TypeName
87
47
  };