ketcher-react 2.9.0-rc.9 → 2.9.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 +3 -3
package/dist/index.modern.js
CHANGED
|
@@ -3013,7 +3013,7 @@ var zoom = {
|
|
|
3013
3013
|
|
|
3014
3014
|
var openHelpLink = function openHelpLink() {
|
|
3015
3015
|
var _window$open;
|
|
3016
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0
|
|
3016
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3017
3017
|
};
|
|
3018
3018
|
var help = {
|
|
3019
3019
|
help: {
|
|
@@ -24060,8 +24060,8 @@ var KetcherBuilder = function () {
|
|
|
24060
24060
|
initApp(element, staticResourcesUrl, {
|
|
24061
24061
|
buttons: buttons || {},
|
|
24062
24062
|
errorHandler: errorHandler || null,
|
|
24063
|
-
version: "2.9.0
|
|
24064
|
-
buildDate: "2023-
|
|
24063
|
+
version: "2.9.0" ,
|
|
24064
|
+
buildDate: "2023-05-08T12:01:45" ,
|
|
24065
24065
|
buildNumber: ''
|
|
24066
24066
|
}, structService, resolve);
|
|
24067
24067
|
});
|