ketcher-react 2.17.0-rc.3 → 2.17.0

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.
@@ -3601,7 +3601,7 @@ var zoom = {
3601
3601
 
3602
3602
  var openHelpLink = function openHelpLink() {
3603
3603
  var _window$open;
3604
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.17.0-rc.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3604
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.17.0\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3605
3605
  };
3606
3606
  var help = {
3607
3607
  help: {
@@ -32370,8 +32370,8 @@ var KetcherBuilder = function () {
32370
32370
  initApp(element, appRoot, staticResourcesUrl, {
32371
32371
  buttons: buttons || {},
32372
32372
  errorHandler: errorHandler || null,
32373
- version: "2.17.0-rc.3" ,
32374
- buildDate: "2023-12-25T13:38:31" ,
32373
+ version: "2.17.0" ,
32374
+ buildDate: "2024-03-01T18:29:32" ,
32375
32375
  buildNumber: ''
32376
32376
  }, structService, resolve, togglerComponent);
32377
32377
  });