ecomlab-components-next 0.1.257 → 0.1.259
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.
- package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.module.scss +99 -181
- package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.js +24 -33
- package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.scss +208 -194
- package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.js +1 -3
- package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.scss +103 -127
- package/dist/components/ConstructorComponents/CardsV2/CardsV2.js +10 -11
- package/dist/components/ConstructorComponents/CardsV2/CardsV2.scss +162 -158
- package/dist/components/ConstructorComponents/CardsWithButton/CardsWithButton.js +8 -8
- package/dist/components/ConstructorComponents/CardsWithButton/CardsWithButton.scss +33 -54
- package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.js +11 -11
- package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.scss +86 -168
- package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.js +13 -13
- package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.scss +140 -110
- package/dist/components/ConstructorComponents/FormV2/FormV2.js +4 -4
- package/dist/components/ConstructorComponents/FormV2/FormV2.scss +28 -43
- package/dist/components/ConstructorComponents/LogosStrip/LogosStrip.js +9 -9
- package/dist/components/ConstructorComponents/LogosStrip/LogosStrip.scss +30 -43
- package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.scss +1 -1
- package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.js +8 -8
- package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.scss +53 -77
- package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.scss +56 -42
- package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.js +12 -12
- package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.scss +47 -45
- package/dist/components/ConstructorComponents/SmartReplies/SmartReplies.scss +35 -57
- package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.js +5 -9
- package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.module.scss +46 -83
- package/dist/components/ConstructorComponents/StepsV2/StepsV2.js +13 -13
- package/dist/components/ConstructorComponents/StepsV2/StepsV2.module.scss +184 -184
- package/dist/components/ConstructorComponents/VideoBlockV2/VideoBlockV2.scss +26 -28
- package/dist/components/ConstructorComponents/variables.scss +1 -1
- package/package.json +1 -1
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
|
|
2
2
|
@import '../variables.scss';
|
|
3
3
|
|
|
4
|
-
.clients-about-
|
|
5
|
-
|
|
6
|
-
background:
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
.clients-about-v2 {
|
|
5
|
+
font-family: 'Manrope', sans-serif;
|
|
6
|
+
background: $white;
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 96px 40px;
|
|
9
|
+
|
|
10
|
+
* {
|
|
9
11
|
font-family: 'Manrope', 'Golos Text', sans-serif !important;
|
|
10
12
|
}
|
|
11
|
-
|
|
12
|
-
// Заголовок секции
|
|
13
|
+
|
|
13
14
|
&__title {
|
|
14
15
|
font-size: 30px;
|
|
15
16
|
font-weight: 800;
|
|
16
17
|
letter-spacing: -0.5px;
|
|
17
18
|
text-align: center;
|
|
18
19
|
margin-bottom: 16px;
|
|
19
|
-
color:
|
|
20
|
+
color: $text;
|
|
20
21
|
}
|
|
21
|
-
|
|
22
|
-
// Блок с цитатой
|
|
22
|
+
|
|
23
23
|
&__header {
|
|
24
24
|
text-align: center;
|
|
25
25
|
max-width: 800px;
|
|
26
26
|
margin: 0 auto 48px;
|
|
27
27
|
}
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
&__blockquote {
|
|
30
30
|
font-size: 18px;
|
|
31
31
|
font-weight: 600;
|
|
32
32
|
line-height: 1.4;
|
|
33
|
-
color:
|
|
33
|
+
color: $text;
|
|
34
34
|
margin-bottom: 12px;
|
|
35
35
|
quotes: none;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
&__cite {
|
|
39
39
|
font-size: 14px;
|
|
40
|
-
color:
|
|
40
|
+
color: $muted;
|
|
41
41
|
font-style: normal;
|
|
42
42
|
display: block;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
// Карточки
|
|
44
|
+
|
|
46
45
|
&__cards {
|
|
47
46
|
max-width: 1280px;
|
|
48
47
|
margin: 0 auto;
|
|
@@ -50,58 +49,57 @@
|
|
|
50
49
|
grid-template-columns: repeat(2, 1fr);
|
|
51
50
|
gap: 24px;
|
|
52
51
|
}
|
|
53
|
-
|
|
52
|
+
|
|
54
53
|
&__card {
|
|
55
|
-
background:
|
|
54
|
+
background: $bg;
|
|
56
55
|
border-radius: 20px;
|
|
57
56
|
padding: 32px;
|
|
58
|
-
border: 1px solid
|
|
57
|
+
border: 1px solid $border;
|
|
59
58
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
60
59
|
display: flex;
|
|
61
60
|
flex-direction: column;
|
|
62
|
-
|
|
61
|
+
|
|
63
62
|
&:hover {
|
|
64
63
|
transform: translateY(-4px);
|
|
65
64
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
|
|
66
65
|
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
background: linear-gradient(135deg,
|
|
66
|
+
|
|
67
|
+
&_dark {
|
|
68
|
+
background: linear-gradient(135deg, $text 0%, $green-forest 100%);
|
|
70
69
|
border: none;
|
|
71
|
-
|
|
72
|
-
.clients-about-
|
|
73
|
-
color:
|
|
70
|
+
|
|
71
|
+
.clients-about-v2__card-title {
|
|
72
|
+
color: $white;
|
|
74
73
|
}
|
|
75
|
-
|
|
76
|
-
.clients-about-
|
|
74
|
+
|
|
75
|
+
.clients-about-v2__description {
|
|
77
76
|
color: rgba(255, 255, 255, 0.8);
|
|
78
77
|
}
|
|
79
78
|
}
|
|
80
79
|
}
|
|
81
|
-
|
|
80
|
+
|
|
82
81
|
&__card-title {
|
|
83
82
|
font-size: 20px;
|
|
84
83
|
font-weight: 700;
|
|
85
84
|
margin-bottom: 20px;
|
|
86
|
-
color:
|
|
85
|
+
color: $text;
|
|
87
86
|
}
|
|
88
|
-
|
|
89
|
-
&
|
|
87
|
+
|
|
88
|
+
&__description {
|
|
90
89
|
font-size: 14px;
|
|
91
90
|
line-height: 1.6;
|
|
92
91
|
color: #4B5563;
|
|
93
92
|
margin-bottom: 28px;
|
|
94
93
|
flex: 1;
|
|
95
|
-
|
|
94
|
+
|
|
96
95
|
br {
|
|
97
96
|
display: block;
|
|
98
97
|
content: "";
|
|
99
98
|
margin-top: 4px;
|
|
100
99
|
}
|
|
101
100
|
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
&__card-btn {
|
|
101
|
+
|
|
102
|
+
&__button {
|
|
105
103
|
display: inline-flex;
|
|
106
104
|
align-items: center;
|
|
107
105
|
justify-content: center;
|
|
@@ -115,196 +113,116 @@
|
|
|
115
113
|
font-family: 'Manrope', sans-serif;
|
|
116
114
|
width: fit-content;
|
|
117
115
|
min-width: 160px;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
|
|
117
|
+
&:active {
|
|
118
|
+
transform: translateY(0);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&_green {
|
|
122
|
+
background: $green;
|
|
123
|
+
color: $white;
|
|
122
124
|
border: none;
|
|
123
|
-
|
|
125
|
+
|
|
124
126
|
&:hover {
|
|
125
|
-
background:
|
|
127
|
+
background: $green-dark;
|
|
126
128
|
transform: translateY(-2px);
|
|
127
129
|
box-shadow: 0 4px 16px rgba(5, 150, 105, 0.35);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
+
|
|
133
|
+
&_outline {
|
|
132
134
|
background: transparent;
|
|
133
|
-
color:
|
|
134
|
-
border: 1.5px solid
|
|
135
|
-
|
|
135
|
+
color: $green;
|
|
136
|
+
border: 1.5px solid $green;
|
|
137
|
+
|
|
136
138
|
&:hover {
|
|
137
|
-
background:
|
|
139
|
+
background: $green-light-bg;
|
|
138
140
|
transform: translateY(-2px);
|
|
139
141
|
}
|
|
140
142
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@keyframes fadeUp {
|
|
146
|
+
from {
|
|
147
|
+
opacity: 0;
|
|
148
|
+
transform: translateY(24px);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
to {
|
|
152
|
+
opacity: 1;
|
|
143
153
|
transform: translateY(0);
|
|
144
154
|
}
|
|
145
155
|
}
|
|
146
156
|
}
|
|
147
157
|
|
|
148
|
-
//
|
|
158
|
+
// Планшет (до 1100px)
|
|
159
|
+
@media (max-width: 1100px) {
|
|
160
|
+
.clients-about-v2 {
|
|
161
|
+
padding: 72px 24px;
|
|
162
|
+
|
|
163
|
+
&__title {
|
|
164
|
+
font-size: 26px;
|
|
165
|
+
}
|
|
149
166
|
|
|
150
|
-
@media (max-width: 900px) {
|
|
151
|
-
.clients-about-us-v2 {
|
|
152
|
-
padding: 70px 32px;
|
|
153
|
-
|
|
154
167
|
&__cards {
|
|
155
168
|
gap: 20px;
|
|
156
169
|
}
|
|
157
|
-
|
|
170
|
+
|
|
158
171
|
&__card {
|
|
159
172
|
padding: 28px;
|
|
160
173
|
}
|
|
161
|
-
|
|
174
|
+
|
|
162
175
|
&__card-title {
|
|
163
176
|
font-size: 18px;
|
|
164
177
|
}
|
|
165
|
-
|
|
166
|
-
&
|
|
178
|
+
|
|
179
|
+
&__description {
|
|
167
180
|
font-size: 13px;
|
|
168
181
|
}
|
|
169
182
|
}
|
|
170
183
|
}
|
|
171
184
|
|
|
185
|
+
// Мобильная версия (до 768px)
|
|
172
186
|
@media (max-width: 768px) {
|
|
173
|
-
.clients-about-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
&__title {
|
|
177
|
-
font-size: 26px;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
&__blockquote {
|
|
181
|
-
font-size: 16px;
|
|
182
|
-
}
|
|
183
|
-
|
|
187
|
+
.clients-about-v2 {
|
|
188
|
+
|
|
184
189
|
&__cards {
|
|
185
190
|
grid-template-columns: 1fr;
|
|
186
191
|
gap: 24px;
|
|
187
192
|
}
|
|
188
|
-
|
|
189
|
-
&__card {
|
|
190
|
-
padding: 28px 24px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
&__card-title {
|
|
194
|
-
font-size: 18px;
|
|
195
|
-
margin-bottom: 16px;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
&__card-description {
|
|
199
|
-
font-size: 13px;
|
|
200
|
-
margin-bottom: 24px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
&__card-btn {
|
|
204
|
-
padding: 10px 20px;
|
|
205
|
-
font-size: 13px;
|
|
206
|
-
min-width: 140px;
|
|
207
|
-
}
|
|
208
193
|
}
|
|
209
194
|
}
|
|
210
195
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
&__title {
|
|
216
|
-
font-size: 24px;
|
|
217
|
-
margin-bottom: 12px;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
&__header {
|
|
221
|
-
margin-bottom: 36px;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
&__blockquote {
|
|
225
|
-
font-size: 15px;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
&__cite {
|
|
229
|
-
font-size: 13px;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
&__card {
|
|
233
|
-
padding: 24px 20px;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
196
|
+
// Мобильная версия (до 430px)
|
|
197
|
+
@media (max-width: 430px) {
|
|
198
|
+
.clients-about-v2 {
|
|
199
|
+
padding: 40px 20px;
|
|
237
200
|
|
|
238
|
-
@media (max-width: 480px) {
|
|
239
|
-
.clients-about-us-v2 {
|
|
240
|
-
padding: 40px 16px;
|
|
241
|
-
|
|
242
201
|
&__title {
|
|
243
202
|
font-size: 22px;
|
|
244
203
|
}
|
|
245
|
-
|
|
204
|
+
|
|
246
205
|
&__blockquote {
|
|
247
206
|
font-size: 14px;
|
|
248
207
|
}
|
|
249
|
-
|
|
250
|
-
&__cards {
|
|
251
|
-
gap: 20px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
&__card {
|
|
255
|
-
padding: 20px 16px;
|
|
256
|
-
border-radius: 16px;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
&__card-title {
|
|
260
|
-
font-size: 16px;
|
|
261
|
-
margin-bottom: 14px;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
&__card-description {
|
|
265
|
-
font-size: 12px;
|
|
266
|
-
line-height: 1.5;
|
|
267
|
-
margin-bottom: 20px;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
&__card-btn {
|
|
271
|
-
padding: 10px 18px;
|
|
272
|
-
font-size: 13px;
|
|
273
|
-
min-width: 130px;
|
|
274
|
-
width: 100%;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
208
|
|
|
279
|
-
@media (max-width: 375px) {
|
|
280
|
-
.clients-about-us-v2 {
|
|
281
|
-
padding: 32px 12px;
|
|
282
|
-
|
|
283
|
-
&__title {
|
|
284
|
-
font-size: 20px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
&__blockquote {
|
|
288
|
-
font-size: 13px;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
209
|
&__cite {
|
|
292
210
|
font-size: 12px;
|
|
293
211
|
}
|
|
294
|
-
|
|
212
|
+
|
|
295
213
|
&__card {
|
|
296
214
|
padding: 18px 14px;
|
|
297
215
|
}
|
|
298
|
-
|
|
216
|
+
|
|
299
217
|
&__card-title {
|
|
300
218
|
font-size: 15px;
|
|
301
219
|
}
|
|
302
|
-
|
|
303
|
-
&
|
|
220
|
+
|
|
221
|
+
&__description {
|
|
304
222
|
font-size: 12px;
|
|
305
223
|
}
|
|
306
|
-
|
|
307
|
-
&
|
|
224
|
+
|
|
225
|
+
&__button {
|
|
308
226
|
padding: 8px 16px;
|
|
309
227
|
font-size: 12px;
|
|
310
228
|
}
|
|
@@ -34,7 +34,7 @@ var FeaturesGridV2 = function FeaturesGridV2(_ref) {
|
|
|
34
34
|
_useState2 = _slicedToArray(_useState, 2),
|
|
35
35
|
maxHeight = _useState2[0],
|
|
36
36
|
setMaxHeight = _useState2[1];
|
|
37
|
-
var _useState3 = (0, _react.useState)(window.innerWidth),
|
|
37
|
+
var _useState3 = (0, _react.useState)(typeof window !== 'undefined' ? window.innerWidth : 0),
|
|
38
38
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39
39
|
windowWidth = _useState4[0],
|
|
40
40
|
setWindowWidth = _useState4[1];
|
|
@@ -62,32 +62,32 @@ var FeaturesGridV2 = function FeaturesGridV2(_ref) {
|
|
|
62
62
|
return window.removeEventListener('resize', onResize);
|
|
63
63
|
};
|
|
64
64
|
}, [syncHeight]);
|
|
65
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
66
|
-
className: "
|
|
65
|
+
return /*#__PURE__*/_react["default"].createElement("section", {
|
|
66
|
+
className: "features-grid-v2"
|
|
67
67
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
68
|
-
className: "
|
|
68
|
+
className: "features-grid-v2__inner"
|
|
69
69
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
-
className: "
|
|
70
|
+
className: "features-grid-v2__header"
|
|
71
71
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
-
className: "
|
|
72
|
+
className: "features-grid-v2__header-left"
|
|
73
73
|
}, title && /*#__PURE__*/_react["default"].createElement("h2", {
|
|
74
|
-
className: "
|
|
74
|
+
className: "features-grid-v2__title"
|
|
75
75
|
}, title), description && /*#__PURE__*/_react["default"].createElement("p", {
|
|
76
|
-
className: "
|
|
76
|
+
className: "features-grid-v2__subtitle"
|
|
77
77
|
}, description)), /*#__PURE__*/_react["default"].createElement(_ButtonBasicV["default"], {
|
|
78
78
|
size: '52px',
|
|
79
79
|
green: true,
|
|
80
80
|
text: 'Попробовать бесплатно →'
|
|
81
81
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
82
|
-
className: "
|
|
82
|
+
className: "features-grid-v2__items"
|
|
83
83
|
}, list === null || list === void 0 ? void 0 : list.map(function (_ref2, index) {
|
|
84
84
|
var title = _ref2.title,
|
|
85
85
|
description = _ref2.description;
|
|
86
86
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
87
87
|
key: index,
|
|
88
|
-
className: "
|
|
88
|
+
className: "features-grid-v2__card"
|
|
89
89
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
90
|
-
className: "
|
|
90
|
+
className: "features-grid-v2__card-heading",
|
|
91
91
|
ref: function ref(el) {
|
|
92
92
|
blocksRef.current[index] = el;
|
|
93
93
|
},
|
|
@@ -95,8 +95,8 @@ var FeaturesGridV2 = function FeaturesGridV2(_ref) {
|
|
|
95
95
|
minHeight: windowWidth > 430 && maxHeight > 0 ? maxHeight : undefined
|
|
96
96
|
}
|
|
97
97
|
}, title), /*#__PURE__*/_react["default"].createElement("p", {
|
|
98
|
-
className: "
|
|
98
|
+
className: "features-grid-v2__card-text"
|
|
99
99
|
}, description));
|
|
100
|
-
}))))
|
|
100
|
+
}))));
|
|
101
101
|
};
|
|
102
102
|
var _default = exports["default"] = /*#__PURE__*/_react["default"].memo(FeaturesGridV2);
|