ketcher-react 3.7.0-rc.2 → 3.7.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.
@@ -132,7 +132,7 @@ declare class Editor implements KetcherEditor {
132
132
  atomToFunctionalGroup: Map<any, any>;
133
133
  };
134
134
  explicitSelected(autoSelectBonds?: boolean): any;
135
- structSelected(): Struct;
135
+ structSelected(existingSelection?: Selection): Struct;
136
136
  alignDescriptors(): void;
137
137
  setMacromoleculeConvertionError(errorMessage: string): void;
138
138
  clearMacromoleculeConvertionError(): void;
@@ -3,7 +3,6 @@ import Editor from '../Editor';
3
3
  declare class CreateMonomerTool implements Tool {
4
4
  private editor;
5
5
  constructor(editor: Editor);
6
- cancel(): void;
7
6
  mousemove(): void;
8
7
  }
9
8
  export default CreateMonomerTool;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "3.7.0-rc.2",
3
+ "version": "3.7.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",