Skip to content

Commit e8720bc

Browse files
svvaldYatsekTest
authored andcommitted
Backmerge: #6034 – Combine two editors in ketcher-react package in order to make macro switcher enabled by default (#6274)
1 parent fb49293 commit e8720bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+220
-1358
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ You can find the instruction for service installation
5151

5252
## Packages
5353

54-
| Project | Status | Description |
55-
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
56-
| [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 |
57-
| [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 |
58-
| [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. |
54+
| Project | Status | Description |
55+
|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
56+
| [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 |
57+
| [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 |
58+
| [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. |
59+
| [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 |
5960

6061
## 3D Viewer
6162

example-separate-editors/.eslintignore

-4
This file was deleted.

example-separate-editors/.eslintrc.json

-34
This file was deleted.

example-separate-editors/.prettierignore

-2
This file was deleted.

example-separate-editors/.stylelintignore

-2
This file was deleted.

example-separate-editors/README.md

-6
This file was deleted.

example-separate-editors/config/webpack.config.js

-51
This file was deleted.

example-separate-editors/package.json

-94
This file was deleted.
Binary file not shown.
-600 Bytes
Binary file not shown.
Binary file not shown.
-14.7 KB
Binary file not shown.

example-separate-editors/public/iframe.html

-149
This file was deleted.

0 commit comments

Comments
 (0)