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 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\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
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.0" ,
22666
- buildDate: "2023-01-31T13:14:51" ,
22665
+ version: "2.7.1" ,
22666
+ buildDate: "2023-01-31T15:06:32" ,
22667
22667
  buildNumber: ''
22668
22668
  }, structService, resolve);
22669
22669
  });
@@ -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\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
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.0" ,
22605
- buildDate: "2023-01-31T13:14:51" ,
22604
+ version: "2.7.1" ,
22605
+ buildDate: "2023-01-31T15:06:32" ,
22606
22606
  buildNumber: ''
22607
22607
  }, structService, resolve);
22608
22608
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",