ketcher-react 3.11.0-rc.1 → 3.11.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.
@@ -116,7 +116,7 @@ declare class Editor implements KetcherEditor {
116
116
  assignConnectionPointAtom(atomId: number, attachmentPointName?: AttachmentPointName, assignedAttachmentPointsByMonomer?: Map<AttachmentPointName, [
117
117
  number,
118
118
  number
119
- ]>, monomerStructure?: Selection): void;
119
+ ]>, monomerStructure?: Selection, forceAddNewLeavingGroupAtom?: boolean): void;
120
120
  closeMonomerCreationWizard(restoreOriginalStruct?: boolean): void;
121
121
  saveNewMonomer(data: any): {
122
122
  monomer: import("ketcher-core").Chem | import("ketcher-core").Sugar | import("ketcher-core").Peptide | import("ketcher-core").RNABase | import("ketcher-core").Phosphate;
@@ -81,6 +81,8 @@ export declare type RnaPresetWizardAction = (WizardAction & {
81
81
  editor: Editor;
82
82
  } | {
83
83
  type: 'ResetErrors';
84
+ } | {
85
+ type: 'ResetWizard';
84
86
  } | {
85
87
  type: 'SetErrors';
86
88
  errors: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "3.11.0-rc.1",
3
+ "version": "3.11.0",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",