ecomlab-components-next 0.1.51 → 0.1.52
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.
|
@@ -74,28 +74,11 @@ var BlocksInfo = function BlocksInfo(_ref) {
|
|
|
74
74
|
var _window2;
|
|
75
75
|
return (_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.open("https://lk.ecomru.ru/auth".concat(refPage), '_blunk');
|
|
76
76
|
},
|
|
77
|
-
size: "60px",
|
|
78
|
-
style: {
|
|
79
|
-
fontSize: '24px',
|
|
80
|
-
marginTop: '16px'
|
|
81
|
-
}
|
|
82
|
-
}))), ind == 1 && child && child, /*#__PURE__*/_react["default"].createElement("div", {
|
|
83
|
-
className: 'landing-blocks-info-2__btn-box'
|
|
84
|
-
}, /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
85
|
-
className: 'landing-blocks-info-2__btn-2',
|
|
86
|
-
green: true,
|
|
87
|
-
width: "100%",
|
|
88
|
-
maxWidth: "382px",
|
|
89
|
-
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C",
|
|
90
77
|
size: "50px",
|
|
91
|
-
onClick: function onClick() {
|
|
92
|
-
var _window3;
|
|
93
|
-
return (_window3 = window) === null || _window3 === void 0 ? void 0 : _window3.open("https://lk.ecomru.ru/auth".concat(refPage), '_blunk');
|
|
94
|
-
},
|
|
95
78
|
style: {
|
|
96
|
-
|
|
79
|
+
marginTop: '16px'
|
|
97
80
|
}
|
|
98
|
-
})));
|
|
81
|
+
}))));
|
|
99
82
|
})));
|
|
100
83
|
};
|
|
101
84
|
var _default = exports["default"] = BlocksInfo;
|