ketcher-react 2.7.0 → 2.7.1
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
|
@@ -2934,7 +2934,7 @@ var zoom = {
|
|
|
2934
2934
|
|
|
2935
2935
|
var openHelpLink = function openHelpLink() {
|
|
2936
2936
|
var _window$open;
|
|
2937
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.
|
|
2937
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.1\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2938
2938
|
};
|
|
2939
2939
|
var help = {
|
|
2940
2940
|
help: {
|
|
@@ -22662,8 +22662,8 @@ var KetcherBuilder = function () {
|
|
|
22662
22662
|
initApp(element, staticResourcesUrl, {
|
|
22663
22663
|
buttons: buttons || {},
|
|
22664
22664
|
errorHandler: errorHandler || null,
|
|
22665
|
-
version: "2.7.
|
|
22666
|
-
buildDate: "2023-01-
|
|
22665
|
+
version: "2.7.1" ,
|
|
22666
|
+
buildDate: "2023-01-31T15:06:32" ,
|
|
22667
22667
|
buildNumber: ''
|
|
22668
22668
|
}, structService, resolve);
|
|
22669
22669
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -2873,7 +2873,7 @@ var zoom = {
|
|
|
2873
2873
|
|
|
2874
2874
|
var openHelpLink = function openHelpLink() {
|
|
2875
2875
|
var _window$open;
|
|
2876
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.
|
|
2876
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.1\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2877
2877
|
};
|
|
2878
2878
|
var help = {
|
|
2879
2879
|
help: {
|
|
@@ -22601,8 +22601,8 @@ var KetcherBuilder = function () {
|
|
|
22601
22601
|
initApp(element, staticResourcesUrl, {
|
|
22602
22602
|
buttons: buttons || {},
|
|
22603
22603
|
errorHandler: errorHandler || null,
|
|
22604
|
-
version: "2.7.
|
|
22605
|
-
buildDate: "2023-01-
|
|
22604
|
+
version: "2.7.1" ,
|
|
22605
|
+
buildDate: "2023-01-31T15:06:32" ,
|
|
22606
22606
|
buildNumber: ''
|
|
22607
22607
|
}, structService, resolve);
|
|
22608
22608
|
});
|