ketcher-react 2.7.0-rc.9 → 2.7.0
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2873,7 +2873,7 @@ var zoom = {
|
|
|
2873
2873
|
|
|
2874
2874
|
var openHelpLink = function openHelpLink() {
|
|
2875
2875
|
var _window$open;
|
|
2876
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.0
|
|
2876
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.0\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2877
2877
|
};
|
|
2878
2878
|
var help = {
|
|
2879
2879
|
help: {
|
|
@@ -22601,8 +22601,8 @@ var KetcherBuilder = function () {
|
|
|
22601
22601
|
initApp(element, staticResourcesUrl, {
|
|
22602
22602
|
buttons: buttons || {},
|
|
22603
22603
|
errorHandler: errorHandler || null,
|
|
22604
|
-
version: "2.7.0
|
|
22605
|
-
buildDate: "2023-01-
|
|
22604
|
+
version: "2.7.0" ,
|
|
22605
|
+
buildDate: "2023-01-31T13:14:51" ,
|
|
22606
22606
|
buildNumber: ''
|
|
22607
22607
|
}, structService, resolve);
|
|
22608
22608
|
});
|