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.js
CHANGED
|
@@ -2934,7 +2934,7 @@ var zoom = {
|
|
|
2934
2934
|
|
|
2935
2935
|
var openHelpLink = function openHelpLink() {
|
|
2936
2936
|
var _window$open;
|
|
2937
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.0
|
|
2937
|
+
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();
|
|
2938
2938
|
};
|
|
2939
2939
|
var help = {
|
|
2940
2940
|
help: {
|
|
@@ -22662,8 +22662,8 @@ var KetcherBuilder = function () {
|
|
|
22662
22662
|
initApp(element, staticResourcesUrl, {
|
|
22663
22663
|
buttons: buttons || {},
|
|
22664
22664
|
errorHandler: errorHandler || null,
|
|
22665
|
-
version: "2.7.0
|
|
22666
|
-
buildDate: "2023-01-
|
|
22665
|
+
version: "2.7.0" ,
|
|
22666
|
+
buildDate: "2023-01-31T13:14:51" ,
|
|
22667
22667
|
buildNumber: ''
|
|
22668
22668
|
}, structService, resolve);
|
|
22669
22669
|
});
|