ketcher-react 2.22.0-rc.2 → 2.22.0-rc.4

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
@@ -3660,7 +3660,7 @@ var zoom = {
3660
3660
 
3661
3661
  var openHelpLink = function openHelpLink() {
3662
3662
  var _window$open;
3663
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.22.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3663
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.22.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3664
3664
  };
3665
3665
  var help = {
3666
3666
  help: {
@@ -20847,9 +20847,6 @@ var EraserTool = function () {
20847
20847
  this.editor.update(ketcherCore.fromOneBondDeletion(restruct, ci.id));
20848
20848
  } else if (ci.map === 'functionalGroups' && ketcherCore.FunctionalGroup.isContractedFunctionalGroup(ci.id, functionalGroups)) {
20849
20849
  var _sGroup = sgroups.get(ci.id);
20850
- if ((_sGroup === null || _sGroup === void 0 ? void 0 : _sGroup.item) instanceof ketcherCore.MonomerMicromolecule) {
20851
- return;
20852
- }
20853
20850
  this.editor.update(ketcherCore.fromFragmentDeletion(rnd.ctab, {
20854
20851
  atoms: _toConsumableArray__default["default"](ketcherCore.SGroup.getAtoms(molecule, _sGroup === null || _sGroup === void 0 ? void 0 : _sGroup.item)),
20855
20852
  bonds: _toConsumableArray__default["default"](ketcherCore.SGroup.getBonds(molecule, _sGroup === null || _sGroup === void 0 ? void 0 : _sGroup.item))
@@ -33005,8 +33002,8 @@ var KetcherBuilder = function () {
33005
33002
  initApp(element, appRoot, staticResourcesUrl, {
33006
33003
  buttons: buttons || {},
33007
33004
  errorHandler: errorHandler || null,
33008
- version: "2.22.0-rc.2" ,
33009
- buildDate: "2024-06-03T17:53:41" ,
33005
+ version: "2.22.0-rc.4" ,
33006
+ buildDate: "2024-06-10T17:21:53" ,
33010
33007
  buildNumber: ''
33011
33008
  }, structService, resolve, togglerComponent);
33012
33009
  });