ketcher-react 2.18.0-rc.6 → 2.19.0-rc.1

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.
@@ -220,4 +220,7 @@ export declare const iconNameToIcon: {
220
220
  readonly expand: ReactComponent;
221
221
  readonly 'minimize-expansion': ReactComponent;
222
222
  readonly 'explicit-hydrogens': ReactComponent;
223
+ readonly 'flex-layout-mode': ReactComponent;
224
+ readonly 'snake-layout-mode': ReactComponent;
225
+ readonly 'sequence-layout-mode': ReactComponent;
223
226
  };
@@ -23,3 +23,5 @@ export declare const STRUCT_TYPE: {
23
23
  };
24
24
  export declare const KETCHER_ROOT_NODE_CLASS_NAME = "Ketcher-root";
25
25
  export declare const KETCHER_ROOT_NODE_CSS_SELECTOR: string;
26
+ export declare const EditorClassName = "Ketcher-polymer-editor-root";
27
+ export declare const KETCHER_MACROMOLECULES_ROOT_NODE_SELECTOR: string;