ketcher-react 2.6.0-rc.2 → 2.6.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 +2 -2
package/dist/index.js
CHANGED
|
@@ -2911,7 +2911,7 @@ var zoom = {
|
|
|
2911
2911
|
|
|
2912
2912
|
var openHelpLink = function openHelpLink() {
|
|
2913
2913
|
var _window$open;
|
|
2914
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.0-rc.
|
|
2914
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2915
2915
|
};
|
|
2916
2916
|
var help = {
|
|
2917
2917
|
help: {
|
|
@@ -21807,8 +21807,8 @@ var KetcherBuilder = function () {
|
|
|
21807
21807
|
initApp(element, staticResourcesUrl, {
|
|
21808
21808
|
buttons: buttons || {},
|
|
21809
21809
|
errorHandler: errorHandler || null,
|
|
21810
|
-
version: "2.6.0-rc.
|
|
21811
|
-
buildDate: "2022-10-
|
|
21810
|
+
version: "2.6.0-rc.3" ,
|
|
21811
|
+
buildDate: "2022-10-27T17:46:38" ,
|
|
21812
21812
|
buildNumber: ''
|
|
21813
21813
|
}, structService, resolve);
|
|
21814
21814
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -2850,7 +2850,7 @@ var zoom = {
|
|
|
2850
2850
|
|
|
2851
2851
|
var openHelpLink = function openHelpLink() {
|
|
2852
2852
|
var _window$open;
|
|
2853
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.0-rc.
|
|
2853
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2854
2854
|
};
|
|
2855
2855
|
var help = {
|
|
2856
2856
|
help: {
|
|
@@ -21746,8 +21746,8 @@ var KetcherBuilder = function () {
|
|
|
21746
21746
|
initApp(element, staticResourcesUrl, {
|
|
21747
21747
|
buttons: buttons || {},
|
|
21748
21748
|
errorHandler: errorHandler || null,
|
|
21749
|
-
version: "2.6.0-rc.
|
|
21750
|
-
buildDate: "2022-10-
|
|
21749
|
+
version: "2.6.0-rc.3" ,
|
|
21750
|
+
buildDate: "2022-10-27T17:46:38" ,
|
|
21751
21751
|
buildNumber: ''
|
|
21752
21752
|
}, structService, resolve);
|
|
21753
21753
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ketcher-react",
|
|
3
|
-
"version": "2.6.0-rc.
|
|
3
|
+
"version": "2.6.0-rc.3",
|
|
4
4
|
"description": "Web-based molecule sketcher",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "http://lifescience.opensource.epam.com/ketcher",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"font-face-observer": "^1.0.0",
|
|
59
59
|
"hoist-non-react-statics": "^3.3.2",
|
|
60
60
|
"intersection-observer": "^0.12.0",
|
|
61
|
-
"ketcher-core": "2.6.0-rc.
|
|
61
|
+
"ketcher-core": "2.6.0-rc.3",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"miew-react": "^1.0.0",
|
|
64
64
|
"react-colorful": "^5.4.0",
|