ketcher-react 2.23.0-rc.4 → 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.
@@ -166,6 +166,7 @@ export declare const iconNameToIcon: {
166
166
  readonly 'template-lib': ReactComponent;
167
167
  readonly 'snake-mode': ReactComponent;
168
168
  readonly text: ReactComponent;
169
+ readonly images: ReactComponent;
169
170
  readonly 'text-bold': ReactComponent;
170
171
  readonly 'text-italic': ReactComponent;
171
172
  readonly 'text-subscript': ReactComponent;
@@ -25,3 +25,5 @@ export declare const KETCHER_ROOT_NODE_CLASS_NAME = "Ketcher-root";
25
25
  export declare const KETCHER_ROOT_NODE_CSS_SELECTOR: string;
26
26
  export declare const EditorClassName = "Ketcher-polymer-editor-root";
27
27
  export declare const KETCHER_MACROMOLECULES_ROOT_NODE_SELECTOR: string;
28
+ export declare const STRUCT_SERVICE_NO_RENDER_INITIALIZED_EVENT = "struct-service-no-render-initialized";
29
+ export declare const STRUCT_SERVICE_INITIALIZED_EVENT = "struct-service-initialized";