ketcher-react 2.28.0-rc.2 → 2.28.0-rc.3
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
|
@@ -3802,7 +3802,7 @@ var zoom = {
|
|
|
3802
3802
|
|
|
3803
3803
|
var openHelpLink = function openHelpLink() {
|
|
3804
3804
|
var _window$open;
|
|
3805
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0-rc.
|
|
3805
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0-rc.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3806
3806
|
};
|
|
3807
3807
|
var help = {
|
|
3808
3808
|
help: {
|
|
@@ -35029,8 +35029,8 @@ var KetcherBuilder = function () {
|
|
|
35029
35029
|
cleanup = initApp(element, appRoot, staticResourcesUrl, {
|
|
35030
35030
|
buttons: buttons || {},
|
|
35031
35031
|
errorHandler: errorHandler || null,
|
|
35032
|
-
version: "2.28.0-rc.
|
|
35033
|
-
buildDate: "2024-12-
|
|
35032
|
+
version: "2.28.0-rc.3" ,
|
|
35033
|
+
buildDate: "2024-12-11T14:41:49" ,
|
|
35034
35034
|
buildNumber: '',
|
|
35035
35035
|
customButtons: customButtons || []
|
|
35036
35036
|
}, structService, resolve, togglerComponent);
|
package/dist/index.modern.js
CHANGED
|
@@ -3737,7 +3737,7 @@ var zoom = {
|
|
|
3737
3737
|
|
|
3738
3738
|
var openHelpLink = function openHelpLink() {
|
|
3739
3739
|
var _window$open;
|
|
3740
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0-rc.
|
|
3740
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.28.0-rc.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3741
3741
|
};
|
|
3742
3742
|
var help = {
|
|
3743
3743
|
help: {
|
|
@@ -34964,8 +34964,8 @@ var KetcherBuilder = function () {
|
|
|
34964
34964
|
cleanup = initApp(element, appRoot, staticResourcesUrl, {
|
|
34965
34965
|
buttons: buttons || {},
|
|
34966
34966
|
errorHandler: errorHandler || null,
|
|
34967
|
-
version: "2.28.0-rc.
|
|
34968
|
-
buildDate: "2024-12-
|
|
34967
|
+
version: "2.28.0-rc.3" ,
|
|
34968
|
+
buildDate: "2024-12-11T14:41:49" ,
|
|
34969
34969
|
buildNumber: '',
|
|
34970
34970
|
customButtons: customButtons || []
|
|
34971
34971
|
}, structService, resolve, togglerComponent);
|