ecomlab-components-next 0.1.132 → 0.1.134
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/CardsInfo/CardsInfo.js +2 -2
- package/dist/components/ConstructorComponents/FormWithBtn/FormWithBtn.js +5 -5
- package/dist/components/ConstructorComponents/Header/Header.js +2 -2
- package/dist/components/ConstructorComponents/PhoneBlock/PhoneBlock.js +1 -1
- package/dist/components/ConstructorComponents/StepItems/StepItems.js +2 -1
- package/package.json +1 -1
|
@@ -164,9 +164,9 @@ var CardsInfo = function CardsInfo(_ref) {
|
|
|
164
164
|
}).slice(0, isShow)), isShow <= 6 && curr_list.length > 6 && /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
165
165
|
green: true,
|
|
166
166
|
width: '100%',
|
|
167
|
-
maxWidth: '
|
|
167
|
+
maxWidth: '430px',
|
|
168
168
|
text: "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0435\u0449\u0435",
|
|
169
|
-
size: "
|
|
169
|
+
size: "56px",
|
|
170
170
|
onClick: function onClick(e) {
|
|
171
171
|
setIsShow(20);
|
|
172
172
|
},
|
|
@@ -101,7 +101,8 @@ var formStubData = [{
|
|
|
101
101
|
}];
|
|
102
102
|
var FormWithBtn = function FormWithBtn(_ref) {
|
|
103
103
|
var title = _ref.title,
|
|
104
|
-
description = _ref.description
|
|
104
|
+
_ref$description = _ref.description,
|
|
105
|
+
description = _ref$description === void 0 ? 'Запишись на консультацию с нашим специалистом, чтобы получить бесплатный доступ к платформе на месяц' : _ref$description;
|
|
105
106
|
var _useState = (0, _react.useState)(false),
|
|
106
107
|
_useState2 = _slicedToArray(_useState, 2),
|
|
107
108
|
isModal = _useState2[0],
|
|
@@ -122,14 +123,13 @@ var FormWithBtn = function FormWithBtn(_ref) {
|
|
|
122
123
|
className: "form-with-btn__title"
|
|
123
124
|
}, "\u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\xA0"), description && /*#__PURE__*/_react["default"].createElement("p", {
|
|
124
125
|
className: "form-with-btn__description"
|
|
125
|
-
},
|
|
126
|
+
}, description), /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
126
127
|
green: true,
|
|
127
128
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",
|
|
128
|
-
maxWidth: '
|
|
129
|
+
maxWidth: '430px',
|
|
129
130
|
width: '100%',
|
|
130
|
-
size: '
|
|
131
|
+
size: '56px',
|
|
131
132
|
style: {
|
|
132
|
-
fontSize: '20px',
|
|
133
133
|
marginTop: '12px'
|
|
134
134
|
},
|
|
135
135
|
onClick: function onClick(e) {
|
|
@@ -100,9 +100,9 @@ var Header = function Header(_ref) {
|
|
|
100
100
|
return (_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.open("".concat(linkMain, "/auth").concat(refPage), '_blunk');
|
|
101
101
|
},
|
|
102
102
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",
|
|
103
|
-
maxWidth: "
|
|
103
|
+
maxWidth: "430px",
|
|
104
104
|
width: "100%",
|
|
105
|
-
size: "
|
|
105
|
+
size: "56px"
|
|
106
106
|
})));
|
|
107
107
|
};
|
|
108
108
|
var _default = exports["default"] = Header;
|
|
@@ -29,7 +29,7 @@ var PhoneBlock = function PhoneBlock(_ref) {
|
|
|
29
29
|
}, /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
30
30
|
green: true,
|
|
31
31
|
size: "54px",
|
|
32
|
-
width: "
|
|
32
|
+
width: "430px",
|
|
33
33
|
text: "\u041D\u0430\u0448\u0438 \u043D\u043E\u0432\u043E\u0441\u0442\u0438",
|
|
34
34
|
onClick: function onClick(e) {
|
|
35
35
|
var _window;
|
|
@@ -65,8 +65,9 @@ var StepItems = function StepItems(_ref) {
|
|
|
65
65
|
marginLeft: 'auto',
|
|
66
66
|
marginRight: 'auto'
|
|
67
67
|
},
|
|
68
|
-
maxWidth: '
|
|
68
|
+
maxWidth: '430px',
|
|
69
69
|
width: "100%",
|
|
70
|
+
size: "56px",
|
|
70
71
|
onClick: function onClick() {
|
|
71
72
|
var _window2;
|
|
72
73
|
return (_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.open("".concat(linkMain, "/auth").concat(refPage), '_blunk');
|