ketcher-react 2.24.0-rc.1 → 2.24.0-rc.2

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
@@ -3670,7 +3670,7 @@ var zoom = {
3670
3670
 
3671
3671
  var openHelpLink = function openHelpLink() {
3672
3672
  var _window$open;
3673
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.1\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3673
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3674
3674
  };
3675
3675
  var help = {
3676
3676
  help: {
@@ -33498,8 +33498,8 @@ var KetcherBuilder = function () {
33498
33498
  cleanup = initApp(element, appRoot, staticResourcesUrl, {
33499
33499
  buttons: buttons || {},
33500
33500
  errorHandler: errorHandler || null,
33501
- version: "2.24.0-rc.1" ,
33502
- buildDate: "2024-08-06T19:23:49" ,
33501
+ version: "2.24.0-rc.2" ,
33502
+ buildDate: "2024-08-14T18:22:51" ,
33503
33503
  buildNumber: ''
33504
33504
  }, structService, resolve, togglerComponent);
33505
33505
  });
@@ -3605,7 +3605,7 @@ var zoom = {
3605
3605
 
3606
3606
  var openHelpLink = function openHelpLink() {
3607
3607
  var _window$open;
3608
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.1\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3608
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.24.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3609
3609
  };
3610
3610
  var help = {
3611
3611
  help: {
@@ -33433,8 +33433,8 @@ var KetcherBuilder = function () {
33433
33433
  cleanup = initApp(element, appRoot, staticResourcesUrl, {
33434
33434
  buttons: buttons || {},
33435
33435
  errorHandler: errorHandler || null,
33436
- version: "2.24.0-rc.1" ,
33437
- buildDate: "2024-08-06T19:23:49" ,
33436
+ version: "2.24.0-rc.2" ,
33437
+ buildDate: "2024-08-14T18:22:51" ,
33438
33438
  buildNumber: ''
33439
33439
  }, structService, resolve, togglerComponent);
33440
33440
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "2.24.0-rc.1",
3
+ "version": "2.24.0-rc.2",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",