ketcher-react 2.7.0-rc.5 → 2.7.0-rc.6
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.0-rc.
|
|
2937
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.0-rc.6\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: {
|
|
@@ -22339,8 +22339,8 @@ var KetcherBuilder = function () {
|
|
|
22339
22339
|
initApp(element, staticResourcesUrl, {
|
|
22340
22340
|
buttons: buttons || {},
|
|
22341
22341
|
errorHandler: errorHandler || null,
|
|
22342
|
-
version: "2.7.0-rc.
|
|
22343
|
-
buildDate: "2022-12-
|
|
22342
|
+
version: "2.7.0-rc.6" ,
|
|
22343
|
+
buildDate: "2022-12-23T15:07:17" ,
|
|
22344
22344
|
buildNumber: ''
|
|
22345
22345
|
}, structService, resolve);
|
|
22346
22346
|
});
|
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.0-rc.
|
|
2876
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.7.0-rc.6\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: {
|
|
@@ -22278,8 +22278,8 @@ var KetcherBuilder = function () {
|
|
|
22278
22278
|
initApp(element, staticResourcesUrl, {
|
|
22279
22279
|
buttons: buttons || {},
|
|
22280
22280
|
errorHandler: errorHandler || null,
|
|
22281
|
-
version: "2.7.0-rc.
|
|
22282
|
-
buildDate: "2022-12-
|
|
22281
|
+
version: "2.7.0-rc.6" ,
|
|
22282
|
+
buildDate: "2022-12-23T15:07:17" ,
|
|
22283
22283
|
buildNumber: ''
|
|
22284
22284
|
}, structService, resolve);
|
|
22285
22285
|
});
|