ketcher-react 2.15.0-rc.3 → 2.15.0-rc.4
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
|
@@ -3332,7 +3332,7 @@ var zoom = {
|
|
|
3332
3332
|
|
|
3333
3333
|
var openHelpLink = function openHelpLink() {
|
|
3334
3334
|
var _window$open;
|
|
3335
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.
|
|
3335
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3336
3336
|
};
|
|
3337
3337
|
var help = {
|
|
3338
3338
|
help: {
|
|
@@ -30828,8 +30828,8 @@ var KetcherBuilder = function () {
|
|
|
30828
30828
|
initApp(element, appRoot, staticResourcesUrl, {
|
|
30829
30829
|
buttons: buttons || {},
|
|
30830
30830
|
errorHandler: errorHandler || null,
|
|
30831
|
-
version: "2.15.0-rc.
|
|
30832
|
-
buildDate: "2023-10-
|
|
30831
|
+
version: "2.15.0-rc.4" ,
|
|
30832
|
+
buildDate: "2023-10-10T15:38:15" ,
|
|
30833
30833
|
buildNumber: ''
|
|
30834
30834
|
}, structService, resolve);
|
|
30835
30835
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -3269,7 +3269,7 @@ var zoom = {
|
|
|
3269
3269
|
|
|
3270
3270
|
var openHelpLink = function openHelpLink() {
|
|
3271
3271
|
var _window$open;
|
|
3272
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.
|
|
3272
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3273
3273
|
};
|
|
3274
3274
|
var help = {
|
|
3275
3275
|
help: {
|
|
@@ -30765,8 +30765,8 @@ var KetcherBuilder = function () {
|
|
|
30765
30765
|
initApp(element, appRoot, staticResourcesUrl, {
|
|
30766
30766
|
buttons: buttons || {},
|
|
30767
30767
|
errorHandler: errorHandler || null,
|
|
30768
|
-
version: "2.15.0-rc.
|
|
30769
|
-
buildDate: "2023-10-
|
|
30768
|
+
version: "2.15.0-rc.4" ,
|
|
30769
|
+
buildDate: "2023-10-10T15:38:15" ,
|
|
30770
30770
|
buildNumber: ''
|
|
30771
30771
|
}, structService, resolve);
|
|
30772
30772
|
});
|