Skip to content

Commit

Permalink
#6034 – Combine two editors in ketcher-react package in order to make…
Browse files Browse the repository at this point in the history
… macro switcher enabled by default (#6265)

* #6034 – Combine two editors in ketcher-react package in order to make macro switcher enabled by default

* #6034 – Add loader when switching modes, change disable prop name, adjust readme files
  • Loading branch information
svvald authored Jan 14, 2025
1 parent 336054d commit 5f61c78
Show file tree
Hide file tree
Showing 43 changed files with 210 additions and 1,357 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ You can find the instruction for service installation

## Packages

| Project | Status | Description |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [ketcher-core](https://github.com/epam/ketcher/tree/master/packages/ketcher-core) | [![npm version](https://badge.fury.io/js/ketcher-core.svg)](https://www.npmjs.com/package/ketcher-core) | Core functionality: domain, shared services, functions and interface declarations |
| [ketcher-standalone](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone) | [![npm version](https://badge.fury.io/js/ketcher-standalone.svg)](https://www.npmjs.com/package/ketcher-standalone) | Contains only the functionality necessary to start Ketcher in standalone mode |
| [ketcher-react](https://github.com/epam/ketcher/tree/master/packages/ketcher-react) | [![npm version](https://badge.fury.io/js/ketcher-react.svg)](https://www.npmjs.com/package/ketcher-react) | Package contains only the functionality necessary to define components. |
| Project | Status | Description |
|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
| [ketcher-core](https://github.com/epam/ketcher/tree/master/packages/ketcher-core) | [![npm version](https://badge.fury.io/js/ketcher-core.svg)](https://www.npmjs.com/package/ketcher-core) | Core functionality: domain, shared services, functions and interface declarations |
| [ketcher-standalone](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone) | [![npm version](https://badge.fury.io/js/ketcher-standalone.svg)](https://www.npmjs.com/package/ketcher-standalone) | Contains only the functionality necessary to start Ketcher in standalone mode |
| [ketcher-react](https://github.com/epam/ketcher/tree/master/packages/ketcher-react) | [![npm version](https://badge.fury.io/js/ketcher-react.svg)](https://www.npmjs.com/package/ketcher-react) | Package contains only the functionality necessary to define components. |
| [ketcher-macromolecules](https://github.com/epam/ketcher/tree/master/packages/ketcher-macromolecules) | [![npm version](https://badge.fury.io/js/ketcher-macromolecules.svg)](https://www.npmjs.com/package/ketcher-macromolecules) | Package contains the macromolecules editor functionality and UI components |

## 3D Viewer

Expand Down
4 changes: 0 additions & 4 deletions example-separate-editors/.eslintignore

This file was deleted.

34 changes: 0 additions & 34 deletions example-separate-editors/.eslintrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions example-separate-editors/.prettierignore

This file was deleted.

2 changes: 0 additions & 2 deletions example-separate-editors/.stylelintignore

This file was deleted.

6 changes: 0 additions & 6 deletions example-separate-editors/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions example-separate-editors/config/webpack.config.js

This file was deleted.

94 changes: 0 additions & 94 deletions example-separate-editors/package.json

This file was deleted.

Binary file removed example-separate-editors/public/apple-touch-icon.png
Binary file not shown.
Binary file removed example-separate-editors/public/favicon-16x16.png
Binary file not shown.
Binary file removed example-separate-editors/public/favicon-32x32.png
Binary file not shown.
Binary file removed example-separate-editors/public/favicon.ico
Binary file not shown.
149 changes: 0 additions & 149 deletions example-separate-editors/public/iframe.html

This file was deleted.

Loading

0 comments on commit 5f61c78

Please sign in to comment.