ecomlab-components-next 0.1.146 → 0.1.148
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/AdvantagesBlock/AdvantagesBlock.scss +0 -14
- package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.js +2 -2
- package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.scss +1 -9
- package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.scss +2 -8
- package/dist/components/ConstructorComponents/ClientsAboutUs/ClientsAboutUs.scss +4 -25
- package/dist/components/ConstructorComponents/Header/Header.scss +0 -2
- package/dist/components/ConstructorComponents/PagePreviews/PagePreviews.module.scss +1 -1
- package/dist/components/ConstructorComponents/Tariff/TariffPlan.js +6 -3
- package/package.json +1 -1
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
|
|
74
74
|
&__item-title {
|
|
75
75
|
color: var(--Text-Accent-Green, #00B45E);
|
|
76
|
-
font-family: "Golos Text";
|
|
77
76
|
font-size: 24px;
|
|
78
77
|
font-style: normal;
|
|
79
78
|
font-weight: 500;
|
|
@@ -81,7 +80,6 @@
|
|
|
81
80
|
|
|
82
81
|
&__item-description {
|
|
83
82
|
color: #333;
|
|
84
|
-
font-family: "Golos Text";
|
|
85
83
|
font-size: 16px;
|
|
86
84
|
font-style: normal;
|
|
87
85
|
font-weight: 400;
|
|
@@ -118,10 +116,6 @@
|
|
|
118
116
|
.max-items-5 {
|
|
119
117
|
max-width: calc(50% - 16px);
|
|
120
118
|
}
|
|
121
|
-
|
|
122
|
-
&__item-title {}
|
|
123
|
-
|
|
124
|
-
&__item-description {}
|
|
125
119
|
}
|
|
126
120
|
}
|
|
127
121
|
|
|
@@ -141,10 +135,6 @@
|
|
|
141
135
|
font-size: 16px;
|
|
142
136
|
}
|
|
143
137
|
|
|
144
|
-
&__description-white {}
|
|
145
|
-
|
|
146
|
-
&__items {}
|
|
147
|
-
|
|
148
138
|
&__item {
|
|
149
139
|
max-width: 100%;
|
|
150
140
|
}
|
|
@@ -164,9 +154,5 @@
|
|
|
164
154
|
.max-items-5 {
|
|
165
155
|
max-width: 100%;
|
|
166
156
|
}
|
|
167
|
-
|
|
168
|
-
&__item-title {}
|
|
169
|
-
|
|
170
|
-
&__item-description {}
|
|
171
157
|
}
|
|
172
158
|
}
|
|
@@ -45,7 +45,7 @@ var BlocksInfo = function BlocksInfo(_ref) {
|
|
|
45
45
|
var label = _ref2.label,
|
|
46
46
|
img = _ref2.img,
|
|
47
47
|
description = _ref2.description;
|
|
48
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
48
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
49
49
|
style: {
|
|
50
50
|
flexDirection: ind % 2 == 0 ? 'row-reverse' : ''
|
|
51
51
|
},
|
|
@@ -82,7 +82,7 @@ var BlocksInfo = function BlocksInfo(_ref) {
|
|
|
82
82
|
return (_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.open("".concat(linkMain, "/auth").concat(refPage), '_blunk');
|
|
83
83
|
},
|
|
84
84
|
size: "56px"
|
|
85
|
-
})))
|
|
85
|
+
})));
|
|
86
86
|
})));
|
|
87
87
|
};
|
|
88
88
|
var _default = exports["default"] = BlocksInfo;
|
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
gap: 32px;
|
|
5
5
|
|
|
6
6
|
&__title {
|
|
7
|
-
font-family: "Golos Text";
|
|
8
7
|
font-size: 42px;
|
|
9
|
-
font-style: normal;
|
|
10
8
|
font-weight: 500;
|
|
11
9
|
}
|
|
12
10
|
|
|
@@ -34,9 +32,7 @@
|
|
|
34
32
|
|
|
35
33
|
&__title_card {
|
|
36
34
|
color: #464853;
|
|
37
|
-
font-family: Inter;
|
|
38
35
|
font-size: 24px;
|
|
39
|
-
font-style: normal;
|
|
40
36
|
font-weight: 700;
|
|
41
37
|
}
|
|
42
38
|
|
|
@@ -151,10 +147,6 @@
|
|
|
151
147
|
gap: 24px;
|
|
152
148
|
}
|
|
153
149
|
|
|
154
|
-
&__info-block {
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
|
|
158
150
|
&__description {
|
|
159
151
|
text-align: center;
|
|
160
152
|
}
|
|
@@ -201,7 +193,7 @@
|
|
|
201
193
|
}
|
|
202
194
|
|
|
203
195
|
&__title_card {
|
|
204
|
-
font-size:
|
|
196
|
+
font-size: 20px;
|
|
205
197
|
}
|
|
206
198
|
|
|
207
199
|
&__info-box {
|
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
|
|
7
7
|
&__title {
|
|
8
|
-
font-family: "Golos Text";
|
|
9
8
|
font-size: 42px;
|
|
10
|
-
font-style: normal;
|
|
11
9
|
font-weight: 500;
|
|
12
10
|
}
|
|
13
11
|
|
|
@@ -58,17 +56,13 @@
|
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
&__title_card {
|
|
61
|
-
font-family: "Golos Text";
|
|
62
59
|
font-size: 24px;
|
|
63
|
-
font-
|
|
64
|
-
font-weight: 500;
|
|
60
|
+
font-weight: 600;
|
|
65
61
|
}
|
|
66
62
|
|
|
67
63
|
&__description {
|
|
68
64
|
color: #333;
|
|
69
|
-
font-family: "Golos Text";
|
|
70
65
|
font-size: 16px;
|
|
71
|
-
font-style: normal;
|
|
72
66
|
font-weight: 400;
|
|
73
67
|
}
|
|
74
68
|
|
|
@@ -134,7 +128,7 @@
|
|
|
134
128
|
}
|
|
135
129
|
|
|
136
130
|
&__title_card {
|
|
137
|
-
font-size:
|
|
131
|
+
font-size: 20px;
|
|
138
132
|
}
|
|
139
133
|
}
|
|
140
134
|
}
|
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
&__title {
|
|
7
7
|
color: #333;
|
|
8
|
-
font-family: "Open Sans";
|
|
9
8
|
font-size: 42px;
|
|
10
|
-
font-style: normal;
|
|
11
9
|
font-weight: 500;
|
|
12
10
|
}
|
|
13
11
|
|
|
@@ -18,17 +16,13 @@
|
|
|
18
16
|
|
|
19
17
|
&__blockquote {
|
|
20
18
|
color: #333;
|
|
21
|
-
font-family: "Golos Text";
|
|
22
19
|
font-size: 22px;
|
|
23
|
-
font-style: normal;
|
|
24
20
|
font-weight: 400;
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
&__cite {
|
|
28
24
|
color: #333;
|
|
29
|
-
font-family: "Golos Text";
|
|
30
25
|
font-size: 16px;
|
|
31
|
-
// font-style: normal;
|
|
32
26
|
font-weight: 400;
|
|
33
27
|
}
|
|
34
28
|
|
|
@@ -65,17 +59,14 @@
|
|
|
65
59
|
|
|
66
60
|
&__card-title {
|
|
67
61
|
color: #333;
|
|
68
|
-
font-family: "Golos Text";
|
|
69
62
|
font-size: 24px;
|
|
70
63
|
font-style: normal;
|
|
71
|
-
font-weight:
|
|
64
|
+
font-weight: 600;
|
|
72
65
|
}
|
|
73
66
|
|
|
74
67
|
&__card-description {
|
|
75
68
|
color: #333;
|
|
76
|
-
font-family: "Golos Text";
|
|
77
69
|
font-size: 14px;
|
|
78
|
-
font-style: normal;
|
|
79
70
|
font-weight: 400;
|
|
80
71
|
}
|
|
81
72
|
|
|
@@ -148,7 +139,7 @@
|
|
|
148
139
|
}
|
|
149
140
|
|
|
150
141
|
&__blockquote {
|
|
151
|
-
font-size:
|
|
142
|
+
font-size: 20px;
|
|
152
143
|
}
|
|
153
144
|
|
|
154
145
|
&__cite {
|
|
@@ -160,14 +151,6 @@
|
|
|
160
151
|
&__cards {
|
|
161
152
|
flex-direction: column;
|
|
162
153
|
}
|
|
163
|
-
|
|
164
|
-
&__card {}
|
|
165
|
-
|
|
166
|
-
&__card-title {}
|
|
167
|
-
|
|
168
|
-
&__card-description {}
|
|
169
|
-
|
|
170
|
-
&__card-btn {}
|
|
171
154
|
}
|
|
172
155
|
}
|
|
173
156
|
|
|
@@ -187,11 +170,11 @@
|
|
|
187
170
|
}
|
|
188
171
|
|
|
189
172
|
&__blockquote {
|
|
190
|
-
font-size:
|
|
173
|
+
font-size: 16px;
|
|
191
174
|
}
|
|
192
175
|
|
|
193
176
|
&__cite {
|
|
194
|
-
font-size:
|
|
177
|
+
font-size: 14px;
|
|
195
178
|
}
|
|
196
179
|
|
|
197
180
|
&__cards {
|
|
@@ -206,9 +189,5 @@
|
|
|
206
189
|
&__card-title {
|
|
207
190
|
font-size: 16px;
|
|
208
191
|
}
|
|
209
|
-
|
|
210
|
-
&__card-description {
|
|
211
|
-
gap: 14px;
|
|
212
|
-
}
|
|
213
192
|
}
|
|
214
193
|
}
|
|
@@ -458,7 +458,8 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
458
458
|
created_at = _ref3.created_at,
|
|
459
459
|
ref = _ref3.ref;
|
|
460
460
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
461
|
-
className: "tariff-card"
|
|
461
|
+
className: "tariff-card",
|
|
462
|
+
key: id
|
|
462
463
|
// style={{ border: ref == currentPlan ? '3px solid #00B45E' : '' }}
|
|
463
464
|
}, /*#__PURE__*/_react["default"].createElement("h3", {
|
|
464
465
|
className: "tariff-card__name"
|
|
@@ -485,7 +486,8 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
485
486
|
inside = _ref4.inside;
|
|
486
487
|
var parrent_label = label;
|
|
487
488
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
488
|
-
className: "tariffs-plan-2__item"
|
|
489
|
+
className: "tariffs-plan-2__item",
|
|
490
|
+
key: label
|
|
489
491
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
490
492
|
className: "tariffs-plan-2__item-min",
|
|
491
493
|
style: {
|
|
@@ -529,7 +531,8 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
529
531
|
expert_text = _ref5.expert_text,
|
|
530
532
|
enterprise_text = _ref5.enterprise_text;
|
|
531
533
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
532
|
-
className: 'tariffs-plan-2__item-min'
|
|
534
|
+
className: 'tariffs-plan-2__item-min',
|
|
535
|
+
key: label
|
|
533
536
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
534
537
|
className: "tariffs-plan-2__item-section-label"
|
|
535
538
|
}, /*#__PURE__*/_react["default"].createElement("p", {
|