ketcher-react 2.28.0-rc.4 → 2.28.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.modern.js
CHANGED
|
@@ -3743,7 +3743,7 @@ var zoom = {
|
|
|
3743
3743
|
|
|
3744
3744
|
var openHelpLink = function openHelpLink() {
|
|
3745
3745
|
var _window$open;
|
|
3746
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0
|
|
3746
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3747
3747
|
};
|
|
3748
3748
|
var help = {
|
|
3749
3749
|
help: {
|
|
@@ -34967,8 +34967,8 @@ var KetcherBuilder = function () {
|
|
|
34967
34967
|
cleanup = initApp(element, appRoot, staticResourcesUrl, {
|
|
34968
34968
|
buttons: buttons || {},
|
|
34969
34969
|
errorHandler: errorHandler || null,
|
|
34970
|
-
version: "2.28.0
|
|
34971
|
-
buildDate: "
|
|
34970
|
+
version: "2.28.0" ,
|
|
34971
|
+
buildDate: "2025-02-17T19:11:53" ,
|
|
34972
34972
|
buildNumber: '',
|
|
34973
34973
|
customButtons: customButtons || []
|
|
34974
34974
|
}, structService, resolve, togglerComponent);
|