ecomlab-components-next 0.1.237 → 0.1.239

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 (187) hide show
  1. package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.js +85 -0
  2. package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.scss +55 -0
  3. package/dist/components/Buttons/{SignUpButton/ButtonSignUp.stories.js → ButtonBasicV2/ButtonBasicV2stories.js} +42 -29
  4. package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.js +153 -0
  5. package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.module.scss +214 -0
  6. package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.scss +0 -1
  7. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.js +210 -0
  8. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.scss +236 -0
  9. package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.stories.js +57 -0
  10. package/dist/components/ConstructorComponents/BlocksInfoV2/img/develop.png +0 -0
  11. package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.js +15 -29
  12. package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.js +164 -0
  13. package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.scss +333 -0
  14. package/dist/components/ConstructorComponents/CardsV2/CardsV2.js +51 -0
  15. package/dist/components/ConstructorComponents/CardsV2/CardsV2.scss +158 -0
  16. package/dist/components/ConstructorComponents/CardsV2/CardsV2.stories.js +16 -0
  17. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.js +83 -0
  18. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.scss +312 -0
  19. package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.stories.js +25 -0
  20. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.js +102 -0
  21. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.scss +145 -0
  22. package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.stories.js +36 -0
  23. package/dist/components/ConstructorComponents/FormV2/FormV2.js +139 -0
  24. package/dist/components/ConstructorComponents/FormV2/FormV2.scss +153 -0
  25. package/dist/components/ConstructorComponents/FormV2/FormWithBtn.stories.js +16 -0
  26. package/dist/components/ConstructorComponents/Header/Header.js +1 -1
  27. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.js +127 -0
  28. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.scss +227 -0
  29. package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.stories.js +24 -0
  30. package/dist/components/ConstructorComponents/HeaderV2/img/Ozon.svg +20 -0
  31. package/dist/components/ConstructorComponents/HeaderV2/img/WB.svg +15 -0
  32. package/dist/components/ConstructorComponents/HeaderV2/img/Yandex Market.svg +14 -0
  33. package/dist/components/ConstructorComponents/MainContainer/MainContainer.js +4 -2
  34. package/dist/components/ConstructorComponents/MainContainer/MainContainer.scss +24 -0
  35. package/dist/components/ConstructorComponents/MainContainer/MainContainerV2.stories.js +199 -0
  36. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.js +48 -0
  37. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.scss +66 -0
  38. package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.stories.js +16 -0
  39. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_1.svg +4 -0
  40. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_10.svg +9 -0
  41. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_11.svg +10 -0
  42. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_12.svg +11 -0
  43. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_13.svg +9 -0
  44. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_2.svg +10 -0
  45. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_3.svg +10 -0
  46. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_4.svg +28 -0
  47. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_5.svg +9 -0
  48. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_6.svg +26 -0
  49. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.png +0 -0
  50. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.svg +17 -0
  51. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_8.svg +9 -0
  52. package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_9.svg +9 -0
  53. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.js +40 -0
  54. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.scss +302 -0
  55. package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.stories.js +19 -0
  56. package/dist/components/ConstructorComponents/PhoneBlockV2/img/phone.png +0 -0
  57. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.js +45 -0
  58. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.scss +151 -0
  59. package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.stories.js +43 -0
  60. package/dist/components/ConstructorComponents/PointsListV2/img/bx-right-arrow-alt.svg +5 -0
  61. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.js +72 -0
  62. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.scss +179 -0
  63. package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.stories.js +57 -0
  64. package/dist/components/ConstructorComponents/QuestionsV2/img/ar_down.svg +5 -0
  65. package/dist/components/ConstructorComponents/QuestionsV2/img/ar_up.svg +5 -0
  66. package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.js +161 -0
  67. package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.scss +245 -0
  68. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.js +44 -0
  69. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.module.scss +156 -0
  70. package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.stories.js +32 -0
  71. package/dist/components/ConstructorComponents/StepsV2/StepsV2.js +86 -0
  72. package/dist/components/ConstructorComponents/StepsV2/StepsV2.module.scss +226 -0
  73. package/dist/components/ConstructorComponents/StepsV2/StepsV2.stories.js +30 -0
  74. package/dist/components/ConstructorComponents/variables.scss +50 -0
  75. package/dist/components/Slider/SliderCarousel/SliderCarousel.js +4 -6
  76. package/dist/index.js +84 -0
  77. package/dist/stories/LongTileArticleBox/LongTileArticleBox.js +1 -1
  78. package/dist/stories/ShortTileArticleBox/ShortTileArticleBox.js +1 -1
  79. package/package.json +1 -1
  80. package/dist/components/Buttons/SignUpButton/ButtonSignUp.js +0 -75
  81. package/dist/components/Buttons/SignUpButton/ButtonSignUp.module.scss +0 -92
  82. package/dist/components/Buttons/SignUpButton/calendar.svg +0 -14
  83. package/dist/components/Checkbox/Checkbox/Checkbox.js +0 -83
  84. package/dist/components/Checkbox/Checkbox/Checkbox.scss +0 -136
  85. package/dist/components/Checkbox/Checkbox/Checkbox.stories.js +0 -46
  86. package/dist/components/Checkbox/Checkbox/img/check.svg +0 -3
  87. package/dist/main.js +0 -14
  88. package/dist/stories/InputDynamicWidth/InputDynamicWidth.js +0 -85
  89. package/dist/stories/InputDynamicWidth/InputDynamicWidth.scss +0 -98
  90. package/dist/stories/InputDynamicWidth/InputDynamicWidth.stories.js +0 -32
  91. package/dist/stories/InputDynamicWidth/img/close_icon.svg +0 -3
  92. package/dist/stories/InputDynamicWidth/img/search_icon.svg +0 -6
  93. package/dist/stories/NoArticles/NoArticles.js +0 -29
  94. package/dist/stories/NoArticles/NoArticles.scss +0 -26
  95. package/dist/stories/NoArticles/NoArticles.stories.js +0 -20
  96. package/dist/stories/NoArticles/img/banner.svg +0 -266
  97. package/dist/stories/ViewSwitch/ViewSwitch.js +0 -48
  98. package/dist/stories/ViewSwitch/ViewSwitch.scss +0 -135
  99. package/dist/stories/ViewSwitch/ViewSwitch.stories.js +0 -48
  100. package/dist/stories/ViewSwitch/img/Chat.js +0 -24
  101. package/dist/stories/ViewSwitch/img/Table.js +0 -21
  102. package/dist/stories/ViewSwitch/img/Tile.js +0 -20
  103. package/dist/stories/ViewSwitch/img/TileLong.js +0 -20
  104. package/dist/storybook-static/167.1ab9d45b.iframe.bundle.js +0 -1
  105. package/dist/storybook-static/294.029a22c7.iframe.bundle.js +0 -1
  106. package/dist/storybook-static/364.41fcb7af.iframe.bundle.js +0 -1
  107. package/dist/storybook-static/54.0740a2d0.iframe.bundle.js +0 -2
  108. package/dist/storybook-static/54.0740a2d0.iframe.bundle.js.LICENSE.txt +0 -1
  109. package/dist/storybook-static/735.329871ea.iframe.bundle.js +0 -2
  110. package/dist/storybook-static/735.329871ea.iframe.bundle.js.LICENSE.txt +0 -9
  111. package/dist/storybook-static/844.4c57ff93.iframe.bundle.js +0 -94
  112. package/dist/storybook-static/844.4c57ff93.iframe.bundle.js.map +0 -1
  113. package/dist/storybook-static/869.a718104a.iframe.bundle.js +0 -1
  114. package/dist/storybook-static/908.c53199b4.iframe.bundle.js +0 -1
  115. package/dist/storybook-static/939.72503e72.iframe.bundle.js +0 -405
  116. package/dist/storybook-static/939.72503e72.iframe.bundle.js.LICENSE.txt +0 -54
  117. package/dist/storybook-static/939.72503e72.iframe.bundle.js.map +0 -1
  118. package/dist/storybook-static/components-Button-stories.6b7204e5.iframe.bundle.js +0 -1
  119. package/dist/storybook-static/favicon.svg +0 -1
  120. package/dist/storybook-static/file.svg +0 -1
  121. package/dist/storybook-static/globe.svg +0 -1
  122. package/dist/storybook-static/iframe.html +0 -511
  123. package/dist/storybook-static/index.html +0 -185
  124. package/dist/storybook-static/index.json +0 -1
  125. package/dist/storybook-static/main.456a86f5.iframe.bundle.js +0 -1
  126. package/dist/storybook-static/next.svg +0 -1
  127. package/dist/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  128. package/dist/storybook-static/nunito-sans-bold.woff2 +0 -0
  129. package/dist/storybook-static/nunito-sans-italic.woff2 +0 -0
  130. package/dist/storybook-static/nunito-sans-regular.woff2 +0 -0
  131. package/dist/storybook-static/project.json +0 -1
  132. package/dist/storybook-static/runtime~main.8e4a98c9.iframe.bundle.js +0 -1
  133. package/dist/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
  134. package/dist/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
  135. package/dist/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
  136. package/dist/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
  137. package/dist/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
  138. package/dist/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js.LEGAL.txt +0 -0
  139. package/dist/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
  140. package/dist/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
  141. package/dist/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -230
  142. package/dist/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js.LEGAL.txt +0 -0
  143. package/dist/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
  144. package/dist/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js.LEGAL.txt +0 -0
  145. package/dist/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
  146. package/dist/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js.LEGAL.txt +0 -0
  147. package/dist/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
  148. package/dist/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js.LEGAL.txt +0 -0
  149. package/dist/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
  150. package/dist/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js.LEGAL.txt +0 -0
  151. package/dist/storybook-static/sb-addons/interactions-11/manager-bundle.js +0 -210
  152. package/dist/storybook-static/sb-addons/interactions-11/manager-bundle.js.LEGAL.txt +0 -0
  153. package/dist/storybook-static/sb-addons/onboarding-1/manager-bundle.js +0 -127
  154. package/dist/storybook-static/sb-addons/onboarding-1/manager-bundle.js.LEGAL.txt +0 -0
  155. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  156. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  157. package/dist/storybook-static/sb-common-assets/favicon.svg +0 -1
  158. package/dist/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  159. package/dist/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  160. package/dist/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  161. package/dist/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  162. package/dist/storybook-static/sb-manager/globals-module-info.js +0 -1037
  163. package/dist/storybook-static/sb-manager/globals-runtime.js +0 -41107
  164. package/dist/storybook-static/sb-manager/globals.js +0 -48
  165. package/dist/storybook-static/sb-manager/runtime.js +0 -11960
  166. package/dist/storybook-static/sb-preview/globals.js +0 -33
  167. package/dist/storybook-static/sb-preview/runtime.js +0 -7247
  168. package/dist/storybook-static/static/media/accessibility.b812909c.png +0 -0
  169. package/dist/storybook-static/static/media/addon-library.7d60eaf1.png +0 -0
  170. package/dist/storybook-static/static/media/assets.74434bfb.png +0 -0
  171. package/dist/storybook-static/static/media/context.0aaeed46.png +0 -0
  172. package/dist/storybook-static/static/media/discord.c13ab8cc.svg +0 -1
  173. package/dist/storybook-static/static/media/docs.78ff2c00.png +0 -0
  174. package/dist/storybook-static/static/media/figma-plugin.92feae99.png +0 -0
  175. package/dist/storybook-static/static/media/github.bf1215e7.svg +0 -1
  176. package/dist/storybook-static/static/media/share.b661f220.png +0 -0
  177. package/dist/storybook-static/static/media/styling.6ea0e96c.png +0 -0
  178. package/dist/storybook-static/static/media/testing.6f11ce8b.png +0 -0
  179. package/dist/storybook-static/static/media/theming.3ca117fd.png +0 -0
  180. package/dist/storybook-static/static/media/tutorials.f9b22f92.svg +0 -1
  181. package/dist/storybook-static/static/media/youtube.0220385a.svg +0 -1
  182. package/dist/storybook-static/stories-Button-stories.a157a598.iframe.bundle.js +0 -1
  183. package/dist/storybook-static/stories-Configure-mdx.ad43dce3.iframe.bundle.js +0 -1
  184. package/dist/storybook-static/stories-Header-stories.813bf6ef.iframe.bundle.js +0 -1
  185. package/dist/storybook-static/stories-Page-stories.9918ddc0.iframe.bundle.js +0 -1
  186. package/dist/storybook-static/vercel.svg +0 -1
  187. package/dist/storybook-static/window.svg +0 -1
@@ -0,0 +1,302 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
2
+ @import '../variables.scss';
3
+
4
+ .phone-block2 {
5
+ max-width: 1280px;
6
+ margin: 0 auto;
7
+ background: #FFFFFF;
8
+ border-radius: 24px;
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: space-between;
12
+ overflow: hidden;
13
+ border: 1px solid #E5E7EB;
14
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
15
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
16
+
17
+ * {
18
+ font-family: 'Manrope', 'Golos Text', sans-serif !important;
19
+ }
20
+
21
+ // Отступы как в референсе (как у .how, .pricing, .reviews, .faq)
22
+ margin-top: 96px;
23
+ margin-bottom: 96px;
24
+
25
+ &:hover {
26
+ transform: translateY(-4px);
27
+ box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
28
+ }
29
+
30
+ &__content {
31
+ flex: 1;
32
+ padding: 48px 40px 48px 48px;
33
+ }
34
+
35
+ &__badge {
36
+ display: inline-flex;
37
+ align-items: center;
38
+ gap: 8px;
39
+ background: $green-light-bg;
40
+ color: $green;
41
+ padding: 6px 14px;
42
+ border-radius: 20px;
43
+ font-size: 13px;
44
+ font-weight: 600;
45
+ margin-bottom: 20px;
46
+ font-family: 'Manrope', sans-serif;
47
+
48
+ svg {
49
+ width: 16px;
50
+ height: 16px;
51
+ }
52
+ }
53
+
54
+ &__title {
55
+ font-size: 32px;
56
+ font-weight: 800;
57
+ line-height: 1.2;
58
+ letter-spacing: -1px;
59
+ color: #1A1A2E;
60
+ margin-bottom: 16px;
61
+ font-family: 'Manrope', sans-serif;
62
+
63
+ span {
64
+ color: $green;
65
+ }
66
+ }
67
+
68
+ &__description {
69
+ font-size: 15px;
70
+ line-height: 1.5;
71
+ color: #6B7280;
72
+ margin-bottom: 32px;
73
+ max-width: 500px;
74
+ font-family: 'Manrope', sans-serif;
75
+ }
76
+
77
+ &__button {
78
+ background: $green;
79
+ color: #FFFFFF;
80
+ border: none;
81
+ border-radius: 10px;
82
+ padding: 12px 28px;
83
+ font-size: 15px;
84
+ font-weight: 600;
85
+ font-family: 'Manrope', sans-serif;
86
+ cursor: pointer;
87
+ transition: all 0.2s ease;
88
+ display: inline-flex;
89
+ align-items: center;
90
+ gap: 8px;
91
+
92
+ &:hover {
93
+ background: $green;
94
+ transform: translateY(-1px);
95
+ }
96
+
97
+ &:active {
98
+ transform: translateY(0);
99
+ }
100
+ }
101
+
102
+ &__img-box {
103
+ flex-shrink: 0;
104
+ }
105
+
106
+ &__img {
107
+ width: 220px;
108
+ height: auto;
109
+ display: block;
110
+ object-fit: contain;
111
+ }
112
+ }
113
+
114
+ // ========== МОБИЛЬНАЯ АДАПТАЦИЯ (как в референсе) ==========
115
+ @media (max-width: 1024px) {
116
+ .phone-block2 {
117
+ margin-left: 32px;
118
+ margin-right: 32px;
119
+
120
+ &__title {
121
+ font-size: 28px;
122
+ }
123
+
124
+ &__img {
125
+ width: 200px;
126
+ }
127
+
128
+ &__img-box {
129
+ padding: 24px 40px 24px 32px;
130
+ }
131
+ }
132
+ }
133
+
134
+ @media (max-width: 900px) {
135
+ .phone-block2 {
136
+ flex-direction: column;
137
+ margin-top: 60px;
138
+ margin-bottom: 60px;
139
+ margin-left: 24px;
140
+ margin-right: 24px;
141
+
142
+ &__content {
143
+ padding: 40px 32px 24px;
144
+ text-align: center;
145
+ }
146
+
147
+ &__badge {
148
+ margin-left: auto;
149
+ margin-right: auto;
150
+ }
151
+
152
+ &__title {
153
+ font-size: 28px;
154
+ }
155
+
156
+ &__description {
157
+ font-size: 14px;
158
+ margin-left: auto;
159
+ margin-right: auto;
160
+ max-width: 100%;
161
+ }
162
+
163
+ &__img-box {
164
+ margin: 0 24px 24px;
165
+ padding: 24px;
166
+ display: flex;
167
+ justify-content: center;
168
+ }
169
+
170
+ &__img {
171
+ width: 180px;
172
+ }
173
+
174
+ &__button {
175
+ display: inline-flex;
176
+ justify-content: center;
177
+ }
178
+ }
179
+ }
180
+
181
+ @media (max-width: 768px) {
182
+ .phone-block2 {
183
+ margin-top: 48px;
184
+ margin-bottom: 48px;
185
+ margin-left: 20px;
186
+ margin-right: 20px;
187
+
188
+ &__title {
189
+ font-size: 26px;
190
+ }
191
+ }
192
+ }
193
+
194
+ @media (max-width: 600px) {
195
+ .phone-block2 {
196
+ margin-top: 40px;
197
+ margin-bottom: 40px;
198
+ margin-left: 16px;
199
+ margin-right: 16px;
200
+
201
+ &__title {
202
+ font-size: 24px;
203
+ }
204
+
205
+ &__description {
206
+ font-size: 13px;
207
+ }
208
+
209
+ &__img-box {
210
+ margin: 0 20px 20px;
211
+ padding: 20px;
212
+ }
213
+
214
+ &__img {
215
+ width: 160px;
216
+ }
217
+
218
+ &__button {
219
+ padding: 10px 20px;
220
+ font-size: 14px;
221
+ width: 100%;
222
+ justify-content: center;
223
+ }
224
+ }
225
+ }
226
+
227
+ @media (max-width: 480px) {
228
+ .phone-block2 {
229
+ margin-top: 32px;
230
+ margin-bottom: 32px;
231
+ margin-left: 12px;
232
+ margin-right: 12px;
233
+ border-radius: 20px;
234
+
235
+ &__content {
236
+ padding: 28px 20px 20px;
237
+ }
238
+
239
+ &__title {
240
+ font-size: 22px;
241
+ letter-spacing: -0.5px;
242
+ }
243
+
244
+ &__description {
245
+ font-size: 13px;
246
+ line-height: 1.45;
247
+ }
248
+
249
+ &__img-box {
250
+ margin: 0 16px 20px;
251
+ padding: 16px;
252
+ }
253
+
254
+ &__img {
255
+ width: 140px;
256
+ }
257
+
258
+ &__badge {
259
+ font-size: 12px;
260
+ padding: 4px 12px;
261
+ }
262
+
263
+ &__button {
264
+ border-radius: 10px;
265
+ }
266
+ }
267
+ }
268
+
269
+ @media (max-width: 375px) {
270
+ .phone-block2 {
271
+ margin-top: 24px;
272
+ margin-bottom: 24px;
273
+ margin-left: 12px;
274
+ margin-right: 12px;
275
+
276
+ &__content {
277
+ padding: 24px 16px 16px;
278
+ }
279
+
280
+ &__title {
281
+ font-size: 20px;
282
+ }
283
+
284
+ &__description {
285
+ font-size: 12px;
286
+ }
287
+
288
+ &__img-box {
289
+ margin: 0 12px 16px;
290
+ padding: 14px;
291
+ }
292
+
293
+ &__img {
294
+ width: 120px;
295
+ }
296
+
297
+ &__badge {
298
+ font-size: 11px;
299
+ padding: 3px 10px;
300
+ }
301
+ }
302
+ }
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.PhoneBlockV2Test = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _PhoneBlockV = _interopRequireDefault(require("./PhoneBlockV2"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ var _default = exports["default"] = {
11
+ title: 'PhoneBlockV2',
12
+ component: _PhoneBlockV["default"]
13
+ };
14
+ var PhoneBlockV2Test = exports.PhoneBlockV2Test = function PhoneBlockV2Test() {
15
+ return /*#__PURE__*/_react["default"].createElement(_PhoneBlockV["default"], {
16
+ title: "\u0417\u0430\u0445\u043E\u0434\u0438\u0442\u0435 \u0432 \u043D\u0430\u0448 Telegram-\u043A\u0430\u043D\u0430\u043B, \u0442\u0430\u043C \u043C\u044B \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E \u0434\u0435\u043B\u0438\u043C\u0441\u044F \u043F\u043E\u043B\u0435\u0437\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0439 \u0438 \u043D\u0430\u0448\u0438\u043C\u0438 \u043A\u0435\u0439\u0441\u0430\u043C\u0438",
17
+ description: "\u0422\u0430\u043C \u0432\u044B \u043D\u0430\u0439\u0434\u0451\u0442\u0435 \u0435\u0434\u0438\u043D\u043E\u043C\u044B\u0448\u043B\u0435\u043D\u043D\u0438\u043A\u043E\u0432, \u043F\u043E\u0434\u0435\u043B\u0438\u0442\u0435\u0441\u044C \u043E\u043F\u044B\u0442\u043E\u043C \u0438 \n \u0437\u0430\u0434\u0430\u0434\u0438\u0442\u0435 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B, \u043D\u0430 \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043C\u044B \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0438\u043C"
18
+ });
19
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _image = _interopRequireDefault(require("next/image"));
8
+ var _react = _interopRequireDefault(require("react"));
9
+ require("./PointsListV2.scss");
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ var PointsListV2 = function PointsListV2(_ref) {
12
+ var title = _ref.title,
13
+ list = _ref.list,
14
+ _ref$className = _ref.className,
15
+ className = _ref$className === void 0 ? '' : _ref$className;
16
+ return /*#__PURE__*/_react["default"].createElement("section", {
17
+ className: "points-list-v2"
18
+ }, /*#__PURE__*/_react["default"].createElement("div", {
19
+ className: "points-list-v2__inner"
20
+ }, /*#__PURE__*/_react["default"].createElement("h2", {
21
+ className: "points-list-v2__title"
22
+ }, title), /*#__PURE__*/_react["default"].createElement("div", {
23
+ className: "points-list-v2__content"
24
+ }, list === null || list === void 0 ? void 0 : list.map(function (_ref2) {
25
+ var title = _ref2.title,
26
+ description = _ref2.description,
27
+ icon = _ref2.icon;
28
+ return /*#__PURE__*/_react["default"].createElement("div", {
29
+ className: "points-list-v2__item ".concat(className),
30
+ key: title + description
31
+ }, icon && /*#__PURE__*/_react["default"].createElement("div", {
32
+ className: "points-list-v2__item-icon"
33
+ }, /*#__PURE__*/_react["default"].createElement(_image["default"], {
34
+ src: icon,
35
+ alt: "icon",
36
+ width: 44,
37
+ height: 44
38
+ })), /*#__PURE__*/_react["default"].createElement("h4", {
39
+ className: "points-list-v2__item-title"
40
+ }, title), /*#__PURE__*/_react["default"].createElement("p", {
41
+ className: "points-list-v2__item-text"
42
+ }, description));
43
+ }))));
44
+ };
45
+ var _default = exports["default"] = PointsListV2;
@@ -0,0 +1,151 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
2
+ @import '../variables.scss';
3
+
4
+ $text: #1A1A2E;
5
+ $muted: #6B7280;
6
+ $border: #E5E7EB;
7
+ $bg: #F7F8FC;
8
+ $white: #FFFFFF;
9
+
10
+ .points-list-v2 {
11
+ font-family: 'Manrope', sans-serif;
12
+ background: $bg;
13
+ width: 100%;
14
+ padding: 80px 48px;
15
+
16
+ * {
17
+ font-family: 'Manrope', 'Golos Text', sans-serif;
18
+ }
19
+
20
+ &__inner {
21
+ max-width: 1280px;
22
+ margin: 0 auto;
23
+ }
24
+
25
+ &__title {
26
+ text-align: center;
27
+ font-size: 30px;
28
+ font-weight: 800;
29
+ letter-spacing: -0.5px;
30
+ color: $text;
31
+ margin: 0 0 48px 0;
32
+ }
33
+
34
+ &__content {
35
+ display: grid;
36
+ grid-template-columns: repeat(3, 1fr);
37
+ gap: 20px;
38
+ }
39
+
40
+ &__item {
41
+ background: $white;
42
+ border: 1px solid $border;
43
+ border-radius: 14px;
44
+ padding: 24px 20px 24px;
45
+ display: flex;
46
+ flex-direction: column;
47
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
48
+ cursor: pointer;
49
+
50
+ &:hover {
51
+ transform: translateY(-4px);
52
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
53
+ }
54
+ }
55
+
56
+ &__item-icon {
57
+ width: 44px;
58
+ height: 44px;
59
+ background: $green-light-bg;
60
+ border-radius: 12px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ margin-bottom: 16px;
65
+
66
+ img {
67
+ width: 24px;
68
+ height: 24px;
69
+ object-fit: contain;
70
+ filter: brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(548%) hue-rotate(118deg) brightness(95%) contrast(96%);
71
+ }
72
+ }
73
+
74
+ &__item-title {
75
+ font-size: 15px;
76
+ font-weight: 700;
77
+ color: $text;
78
+ margin: 0 0 6px 0;
79
+ }
80
+
81
+ &__item-text {
82
+ font-size: 12px;
83
+ color: $muted;
84
+ line-height: 1.5;
85
+ margin: 0 0 16px 0;
86
+ }
87
+
88
+ &__item-link {
89
+ color: $green;
90
+ font-size: 13px;
91
+ font-weight: 600;
92
+ text-decoration: none;
93
+ display: inline-flex;
94
+ align-items: center;
95
+ gap: 4px;
96
+ margin-top: auto;
97
+
98
+ &:hover {
99
+ gap: 6px;
100
+ }
101
+ }
102
+
103
+ // Адаптация как в референсе
104
+ @media (max-width: 1024px) {
105
+ padding: 72px 32px;
106
+
107
+ &__content {
108
+ gap: 16px;
109
+ }
110
+ }
111
+
112
+ @media (max-width: 900px) {
113
+ &__content {
114
+ grid-template-columns: repeat(2, 1fr);
115
+ }
116
+ }
117
+
118
+ @media (max-width: 768px) {
119
+ padding: 60px 24px;
120
+
121
+ &__title {
122
+ font-size: 26px;
123
+ margin-bottom: 40px;
124
+ }
125
+ }
126
+
127
+ @media (max-width: 600px) {
128
+ padding: 48px 20px;
129
+ }
130
+
131
+ @media (max-width: 500px) {
132
+ padding: 48px 16px;
133
+
134
+ &__title {
135
+ font-size: 24px;
136
+ }
137
+
138
+ &__content {
139
+ grid-template-columns: 1fr;
140
+ gap: 12px;
141
+ }
142
+ }
143
+
144
+ @media (max-width: 375px) {
145
+ padding: 36px 12px;
146
+
147
+ &__title {
148
+ font-size: 22px;
149
+ }
150
+ }
151
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.PointsListV2Test = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _PointsListV = _interopRequireDefault(require("./PointsListV2"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ var point_list = [{
11
+ title: 'Загружай свои файлы и документы',
12
+ description: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0439 \u0441\u0432\u043E\u0438 \u0444\u0430\u0439\u043B\u044B \u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B \u043D\u0430 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0443 \u0432 \n \u0444\u043E\u0440\u043C\u0430\u0442\u0435 PDF, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438, \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0443 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438, \n \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u043E\u0432 \u0438 \u0443\u0441\u043B\u0443\u0433, \u043E\u0442\u0432\u0435\u0442\u044B \u043D\u0430 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \n (FAQ), \u043F\u0440\u0435\u0437\u0435\u043D\u0442\u0430\u0446\u0438\u0438 \u0438 \u043F\u0440\u043E\u0447\u0438\u0435 \u0434\u0430\u043D\u043D\u044B\u0435."
13
+ }, {
14
+ title: 'Обработка до 90% запросов',
15
+ description: "\u041D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438, \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0430 \n \u0441\u043E\u0437\u0434\u0430\u0441\u0442 \u0443\u043D\u0438\u043A\u0430\u043B\u044C\u043D\u0443\u044E \u0431\u0430\u0437\u0443 \u0434\u0430\u043D\u043D\u044B\u0445, \u043A\u043E\u0442\u043E\u0440\u0430\u044F \u043F\u043E\u043C\u043E\u0436\u0435\u0442 \n \u0441\u0434\u0435\u043B\u0430\u0442\u044C \u0442\u0432\u043E\u0435\u0433\u043E \u043B\u0438\u0447\u043D\u043E\u0433\u043E \u0431\u043E\u0442\u0430, \u0441\u043F\u043E\u0441\u043E\u0431\u043D\u043E\u0433\u043E \n \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u0434\u043E 90% \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439."
16
+ }, {
17
+ title: 'Повышаем известность магазина',
18
+ description: "\u041F\u043E\u0441\u043B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0432 \u0447\u0430\u0442\u0435, \u0441\u0438\u0441\u0442\u0435\u043C\u0430 RAG \n \u043D\u0430\u0445\u043E\u0434\u0438\u0442 \u043D\u0443\u0436\u043D\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445, \u0430 \u0431\u043E\u0442 \n \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u0443\u0435\u0442 \u0435\u0433\u043E \u0432 \u0447\u0438\u0442\u0430\u0431\u0435\u043B\u044C\u043D\u044B\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u0438 \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044E."
19
+ }, {
20
+ title: 'Создай свою базу внутри чат бота',
21
+ description: "\u0421\u043E\u0437\u0434\u0430\u0439\u0442\u0435 \u0431\u0430\u0437\u0443 \u0437\u043D\u0430\u043D\u0438\u0439 \u0432\u043D\u0443\u0442\u0440\u0438 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430, \n \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u043D\u0430 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0443 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435 \u0432 PDF. \u041F\u043E\u0441\u043B\u0435 \n \u043E\u0431\u0440\u0430\u0449\u0435\u043D\u0438\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u0437\u0430\u043F\u0440\u043E\u0441 \u0438 \n \u0432\u044B\u0434\u0430\u0441\u0442 \u043E\u0442\u0432\u0435\u0442 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438."
22
+ }, {
23
+ title: 'Время ответа от 3 до 10 секунд',
24
+ description: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u0432\u0435\u0442\u0430 \u0431\u043E\u0442\u0430 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u043E\u0442 3 \u0434\u043E 10 \u0441\u0435\u043A\u0443\u043D\u0434, \n \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0441\u043F\u0435\u0446\u0438\u0444\u0438\u043A\u0438 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u0438 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445."
25
+ }
26
+ // {
27
+ // title: 'Улучшаем ранжирование товаров',
28
+ // description: `Сформируем дополнительные рекламные
29
+ // ставки, за счёт которых твои товары окажутся
30
+ // выше в поисковой выдаче и попадут на специальные рекламные позиции.`,
31
+ // },
32
+ ];
33
+ var _default = exports["default"] = {
34
+ title: 'PointsListV2',
35
+ component: _PointsListV["default"]
36
+ };
37
+ var PointsListV2Test = exports.PointsListV2Test = function PointsListV2Test() {
38
+ return /*#__PURE__*/_react["default"].createElement(_PointsListV["default"], {
39
+ list: point_list,
40
+ title: 'Возможности нашего сервиса',
41
+ className: 'max-items-3'
42
+ });
43
+ };
@@ -0,0 +1,5 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="bx-right-arrow-alt.svg">
3
+ <path id="Vector" d="M15.0573 23.9561L16.9427 25.8414L25.8853 16.8987L16.9427 7.95605L15.0573 9.84139L20.7813 15.5654H8V18.2321H20.7813L15.0573 23.9561Z" fill="#2D42FF"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ require("./QuestionsV2.scss");
11
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
12
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
13
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
14
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
16
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
17
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
18
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
19
+ var QuestionsV2 = function QuestionsV2(_ref) {
20
+ var title = _ref.title,
21
+ _ref$list = _ref.list,
22
+ list = _ref$list === void 0 ? [] : _ref$list;
23
+ var _useState = (0, _react.useState)(new Set()),
24
+ _useState2 = _slicedToArray(_useState, 2),
25
+ currentDrop = _useState2[0],
26
+ setCurrentDrop = _useState2[1];
27
+ var toggleItem = function toggleItem(question) {
28
+ var newState = new Set(currentDrop);
29
+ if (newState.has(question)) {
30
+ newState["delete"](question);
31
+ } else {
32
+ newState.add(question);
33
+ }
34
+ setCurrentDrop(newState);
35
+ };
36
+ return /*#__PURE__*/_react["default"].createElement("section", {
37
+ className: "questions-section",
38
+ itemScope: true,
39
+ itemType: "https://schema.org/FAQPage"
40
+ }, /*#__PURE__*/_react["default"].createElement("div", {
41
+ className: "questions-section__inner"
42
+ }, /*#__PURE__*/_react["default"].createElement("div", {
43
+ className: "questions-section__header"
44
+ }, /*#__PURE__*/_react["default"].createElement("h2", {
45
+ className: "questions-section__title"
46
+ }, title || 'Часто задаваемые вопросы'), /*#__PURE__*/_react["default"].createElement("p", {
47
+ className: "questions-section__subtitle"
48
+ }, "\u041E\u0442\u0432\u0435\u0442\u044B \u043D\u0430 \u0441\u0430\u043C\u044B\u0435 \u043F\u043E\u043F\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u043E \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435")), /*#__PURE__*/_react["default"].createElement("div", {
49
+ className: "questions-section__list"
50
+ }, list === null || list === void 0 ? void 0 : list.map(function (_ref2, index) {
51
+ var questions = _ref2.questions,
52
+ response = _ref2.response;
53
+ return /*#__PURE__*/_react["default"].createElement("div", {
54
+ key: questions + index,
55
+ className: "questions-section__item ".concat(currentDrop.has(questions) ? 'open' : '')
56
+ }, /*#__PURE__*/_react["default"].createElement("div", {
57
+ className: "questions-section__question",
58
+ onClick: function onClick() {
59
+ return toggleItem(questions);
60
+ }
61
+ }, /*#__PURE__*/_react["default"].createElement("span", {
62
+ className: "questions-section__question-text"
63
+ }, questions), /*#__PURE__*/_react["default"].createElement("span", {
64
+ className: "questions-section__icon"
65
+ }, "+")), /*#__PURE__*/_react["default"].createElement("div", {
66
+ className: "questions-section__answer"
67
+ }, /*#__PURE__*/_react["default"].createElement("p", {
68
+ className: "questions-section__answer-text"
69
+ }, response)));
70
+ }))));
71
+ };
72
+ var _default = exports["default"] = QuestionsV2;