ecomlab-components-next 0.1.132 → 0.1.133
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 +2 -3
- package/dist/components/ConstructorComponents/Header/Header.js +2 -2
- 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
|
},
|
|
@@ -125,11 +125,10 @@ var FormWithBtn = function FormWithBtn(_ref) {
|
|
|
125
125
|
}, "\u0417\u0430\u043F\u0438\u0448\u0438\u0441\u044C \u043D\u0430 \u043A\u043E\u043D\u0441\u0443\u043B\u044C\u0442\u0430\u0446\u0438\u044E \u0441 \u043D\u0430\u0448\u0438\u043C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0441\u0442\u043E\u043C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \u043D\u0430 \u043C\u0435\u0441\u044F\u0446"), /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
126
126
|
green: true,
|
|
127
127
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",
|
|
128
|
-
maxWidth: '
|
|
128
|
+
maxWidth: '430px',
|
|
129
129
|
width: '100%',
|
|
130
|
-
size: '
|
|
130
|
+
size: '56px',
|
|
131
131
|
style: {
|
|
132
|
-
fontSize: '20px',
|
|
133
132
|
marginTop: '12px'
|
|
134
133
|
},
|
|
135
134
|
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;
|
|
@@ -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');
|