ketcher-react 2.24.0-rc.1 → 2.24.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
|
@@ -3670,7 +3670,7 @@ var zoom = {
|
|
|
3670
3670
|
|
|
3671
3671
|
var openHelpLink = function openHelpLink() {
|
|
3672
3672
|
var _window$open;
|
|
3673
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.
|
|
3673
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3674
3674
|
};
|
|
3675
3675
|
var help = {
|
|
3676
3676
|
help: {
|
|
@@ -33498,8 +33498,8 @@ var KetcherBuilder = function () {
|
|
|
33498
33498
|
cleanup = initApp(element, appRoot, staticResourcesUrl, {
|
|
33499
33499
|
buttons: buttons || {},
|
|
33500
33500
|
errorHandler: errorHandler || null,
|
|
33501
|
-
version: "2.24.0-rc.
|
|
33502
|
-
buildDate: "2024-08-
|
|
33501
|
+
version: "2.24.0-rc.2" ,
|
|
33502
|
+
buildDate: "2024-08-14T18:22:51" ,
|
|
33503
33503
|
buildNumber: ''
|
|
33504
33504
|
}, structService, resolve, togglerComponent);
|
|
33505
33505
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -3605,7 +3605,7 @@ var zoom = {
|
|
|
3605
3605
|
|
|
3606
3606
|
var openHelpLink = function openHelpLink() {
|
|
3607
3607
|
var _window$open;
|
|
3608
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.
|
|
3608
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3609
3609
|
};
|
|
3610
3610
|
var help = {
|
|
3611
3611
|
help: {
|
|
@@ -33433,8 +33433,8 @@ var KetcherBuilder = function () {
|
|
|
33433
33433
|
cleanup = initApp(element, appRoot, staticResourcesUrl, {
|
|
33434
33434
|
buttons: buttons || {},
|
|
33435
33435
|
errorHandler: errorHandler || null,
|
|
33436
|
-
version: "2.24.0-rc.
|
|
33437
|
-
buildDate: "2024-08-
|
|
33436
|
+
version: "2.24.0-rc.2" ,
|
|
33437
|
+
buildDate: "2024-08-14T18:22:51" ,
|
|
33438
33438
|
buildNumber: ''
|
|
33439
33439
|
}, structService, resolve, togglerComponent);
|
|
33440
33440
|
});
|