ketcher-react 2.9.0-rc.1 → 2.9.0-rc.2
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.modern.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3066,7 +3066,7 @@ var zoom = {
|
|
|
3066
3066
|
|
|
3067
3067
|
var openHelpLink = function openHelpLink() {
|
|
3068
3068
|
var _window$open;
|
|
3069
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0-rc.
|
|
3069
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3070
3070
|
};
|
|
3071
3071
|
var help = {
|
|
3072
3072
|
help: {
|
|
@@ -24044,8 +24044,8 @@ var KetcherBuilder = function () {
|
|
|
24044
24044
|
initApp(element, staticResourcesUrl, {
|
|
24045
24045
|
buttons: buttons || {},
|
|
24046
24046
|
errorHandler: errorHandler || null,
|
|
24047
|
-
version: "2.9.0-rc.
|
|
24048
|
-
buildDate: "2023-03-
|
|
24047
|
+
version: "2.9.0-rc.2" ,
|
|
24048
|
+
buildDate: "2023-03-10T21:38:21" ,
|
|
24049
24049
|
buildNumber: ''
|
|
24050
24050
|
}, structService, resolve);
|
|
24051
24051
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -3003,7 +3003,7 @@ var zoom = {
|
|
|
3003
3003
|
|
|
3004
3004
|
var openHelpLink = function openHelpLink() {
|
|
3005
3005
|
var _window$open;
|
|
3006
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0-rc.
|
|
3006
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.9.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3007
3007
|
};
|
|
3008
3008
|
var help = {
|
|
3009
3009
|
help: {
|
|
@@ -23981,8 +23981,8 @@ var KetcherBuilder = function () {
|
|
|
23981
23981
|
initApp(element, staticResourcesUrl, {
|
|
23982
23982
|
buttons: buttons || {},
|
|
23983
23983
|
errorHandler: errorHandler || null,
|
|
23984
|
-
version: "2.9.0-rc.
|
|
23985
|
-
buildDate: "2023-03-
|
|
23984
|
+
version: "2.9.0-rc.2" ,
|
|
23985
|
+
buildDate: "2023-03-10T21:38:21" ,
|
|
23986
23986
|
buildNumber: ''
|
|
23987
23987
|
}, structService, resolve);
|
|
23988
23988
|
});
|