ketcher-macromolecules 2.18.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.
Files changed (202) hide show
  1. package/README.md +25 -0
  2. package/dist/Editor.d.ts +10 -0
  3. package/dist/components/FullscreenButton/FullscreenButton.d.ts +16 -0
  4. package/dist/components/FullscreenButton/index.d.ts +16 -0
  5. package/dist/components/Layout/Layout.d.ts +49 -0
  6. package/dist/components/Layout/Layout.test.d.ts +16 -0
  7. package/dist/components/Layout/index.d.ts +16 -0
  8. package/dist/components/Loader/index.d.ts +1 -0
  9. package/dist/components/contextMenu/RNAContextMenu.d.ts +1 -0
  10. package/dist/components/contextMenu/RNAContextMenu.test.d.ts +16 -0
  11. package/dist/components/contextMenu/styles.d.ts +3 -0
  12. package/dist/components/contextMenu/types.d.ts +3 -0
  13. package/dist/components/menu/Menu.d.ts +31 -0
  14. package/dist/components/menu/Menu.test.d.ts +1 -0
  15. package/dist/components/menu/index.d.ts +16 -0
  16. package/dist/components/menu/menuItem/MenuItem.d.ts +23 -0
  17. package/dist/components/menu/menuItem/MenuItem.test.d.ts +1 -0
  18. package/dist/components/menu/menuItem/index.d.ts +16 -0
  19. package/dist/components/menu/menuItem/styles.d.ts +18 -0
  20. package/dist/components/menu/styles.d.ts +28 -0
  21. package/dist/components/menu/subMenu/SubMenu.d.ts +21 -0
  22. package/dist/components/menu/subMenu/SubMenu.test.d.ts +1 -0
  23. package/dist/components/menu/subMenu/index.d.ts +16 -0
  24. package/dist/components/menu/subMenu/styles.d.ts +37 -0
  25. package/dist/components/menu/subMenu/types.d.ts +22 -0
  26. package/dist/components/menu/types.d.ts +23 -0
  27. package/dist/components/modal/Delete/Delete.d.ts +6 -0
  28. package/dist/components/modal/Delete/Delete.test.d.ts +16 -0
  29. package/dist/components/modal/Delete/index.d.ts +16 -0
  30. package/dist/components/modal/Delete/styledComponents.d.ts +12 -0
  31. package/dist/components/modal/Error/Error.d.ts +1 -0
  32. package/dist/components/modal/Error/Error.styles.d.ts +5 -0
  33. package/dist/components/modal/Error/index.d.ts +1 -0
  34. package/dist/components/modal/Open/AnalyzingFile/AnalyzingFile.d.ts +4 -0
  35. package/dist/components/modal/Open/AnalyzingFile/AnalyzingFile.test.d.ts +1 -0
  36. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.d.ts +1 -0
  37. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.test.d.ts +1 -0
  38. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/index.d.ts +16 -0
  39. package/dist/components/modal/Open/AnalyzingFile/index.d.ts +16 -0
  40. package/dist/components/modal/Open/Open.d.ts +12 -0
  41. package/dist/components/modal/Open/Open.styles.d.ts +21 -0
  42. package/dist/components/modal/Open/Open.test.d.ts +16 -0
  43. package/dist/components/modal/Open/OpenOptions/FileDrop/FileDrop.d.ts +26 -0
  44. package/dist/components/modal/Open/OpenOptions/FileDrop/FileDrop.test.d.ts +1 -0
  45. package/dist/components/modal/Open/OpenOptions/FileDrop/index.d.ts +16 -0
  46. package/dist/components/modal/Open/OpenOptions/OpenOptions.d.ts +16 -0
  47. package/dist/components/modal/Open/OpenOptions/OpenOptions.test.d.ts +1 -0
  48. package/dist/components/modal/Open/OpenOptions/index.d.ts +16 -0
  49. package/dist/components/modal/Open/ViewSwitcher/ViewSwitcher.d.ts +29 -0
  50. package/dist/components/modal/Open/ViewSwitcher/index.d.ts +16 -0
  51. package/dist/components/modal/Open/fileOpener.d.ts +19 -0
  52. package/dist/components/modal/Open/index.d.ts +16 -0
  53. package/dist/components/modal/modalContainer/ModalContainer.d.ts +1 -0
  54. package/dist/components/modal/modalContainer/index.d.ts +18 -0
  55. package/dist/components/modal/modalContainer/modalComponentList.d.ts +20 -0
  56. package/dist/components/modal/modalContainer/types.d.ts +11 -0
  57. package/dist/components/modal/monomerConnection/MonomerConnections.d.ts +46 -0
  58. package/dist/components/modal/monomerConnection/MonomerConnections.test.d.ts +1 -0
  59. package/dist/components/modal/monomerConnection/index.d.ts +1 -0
  60. package/dist/components/modal/monomerConnection/styledComponents.d.ts +36 -0
  61. package/dist/components/modal/save/Save.d.ts +18 -0
  62. package/dist/components/modal/save/Save.styles.d.ts +19 -0
  63. package/dist/components/modal/save/Save.test.d.ts +16 -0
  64. package/dist/components/modal/save/index.d.ts +16 -0
  65. package/dist/components/monomerLibrary/MonomerLibrary.d.ts +18 -0
  66. package/dist/components/monomerLibrary/MonomerLibraryToggle.d.ts +6 -0
  67. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/RnaAccordion.d.ts +20 -0
  68. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/RnaAccordion.test.d.ts +1 -0
  69. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/Summary.d.ts +17 -0
  70. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/index.d.ts +16 -0
  71. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/styles.d.ts +28 -0
  72. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/types.d.ts +25 -0
  73. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/index.d.ts +16 -0
  74. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/styles.d.ts +38 -0
  75. package/dist/components/monomerLibrary/RnaBuilder/RnaBuilder.d.ts +20 -0
  76. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditor.d.ts +20 -0
  77. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/RnaEditorCollapsed.d.ts +17 -0
  78. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/index.d.ts +16 -0
  79. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/styles.d.ts +30 -0
  80. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/types.d.ts +19 -0
  81. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlock.d.ts +17 -0
  82. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/index.d.ts +16 -0
  83. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/styles.d.ts +46 -0
  84. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/types.d.ts +26 -0
  85. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/utils.d.ts +25 -0
  86. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.d.ts +17 -0
  87. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.test.d.ts +1 -0
  88. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/index.d.ts +16 -0
  89. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/styles.d.ts +52 -0
  90. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/types.d.ts +5 -0
  91. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/index.d.ts +16 -0
  92. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/styles.d.ts +32 -0
  93. package/dist/components/monomerLibrary/RnaBuilder/index.d.ts +16 -0
  94. package/dist/components/monomerLibrary/RnaBuilder/styles.d.ts +20 -0
  95. package/dist/components/monomerLibrary/RnaBuilder/types.d.ts +29 -0
  96. package/dist/components/monomerLibrary/RnaPresetGroup/RnaPresetGroup.d.ts +20 -0
  97. package/dist/components/monomerLibrary/RnaPresetGroup/RnaPresetGroup.test.d.ts +1 -0
  98. package/dist/components/monomerLibrary/RnaPresetItem/RnaPresetItem.d.ts +3 -0
  99. package/dist/components/monomerLibrary/RnaPresetItem/RnaPresetItem.test.d.ts +1 -0
  100. package/dist/components/monomerLibrary/RnaPresetItem/index.d.ts +16 -0
  101. package/dist/components/monomerLibrary/RnaPresetItem/styles.d.ts +14 -0
  102. package/dist/components/monomerLibrary/RnaPresetItem/types.d.ts +23 -0
  103. package/dist/components/monomerLibrary/index.d.ts +17 -0
  104. package/dist/components/monomerLibrary/monomerLibraryGroup/MonomerGroup.d.ts +3 -0
  105. package/dist/components/monomerLibrary/monomerLibraryGroup/MonomerGroup.test.d.ts +16 -0
  106. package/dist/components/monomerLibrary/monomerLibraryGroup/index.d.ts +16 -0
  107. package/dist/components/monomerLibrary/monomerLibraryGroup/styles.d.ts +13 -0
  108. package/dist/components/monomerLibrary/monomerLibraryGroup/types.d.ts +25 -0
  109. package/dist/components/monomerLibrary/monomerLibraryItem/MonomerItem.d.ts +3 -0
  110. package/dist/components/monomerLibrary/monomerLibraryItem/MonomerItem.test.d.ts +1 -0
  111. package/dist/components/monomerLibrary/monomerLibraryItem/index.d.ts +16 -0
  112. package/dist/components/monomerLibrary/monomerLibraryItem/styles.d.ts +9 -0
  113. package/dist/components/monomerLibrary/monomerLibraryItem/types.d.ts +26 -0
  114. package/dist/components/monomerLibrary/monomerLibraryList/MonomerList.d.ts +28 -0
  115. package/dist/components/monomerLibrary/monomerLibraryList/MonomerList.test.d.ts +16 -0
  116. package/dist/components/monomerLibrary/monomerLibraryList/index.d.ts +16 -0
  117. package/dist/components/monomerLibrary/monomerLibraryList/styles.d.ts +20 -0
  118. package/dist/components/monomerLibrary/monomerLibraryList/types.d.ts +27 -0
  119. package/dist/components/monomerLibrary/styles.d.ts +18 -0
  120. package/dist/components/monomerLibrary/tabsContent.d.ts +28 -0
  121. package/dist/components/rna/RnaMonomerSection/RnaMonomerSection.d.ts +12 -0
  122. package/dist/components/rna/RnaMonomerSection/RnaMonomerSection.test.d.ts +1 -0
  123. package/dist/components/rna/RnaMonomerSection/index.d.ts +16 -0
  124. package/dist/components/rna/Switcher/Switcher.d.ts +6 -0
  125. package/dist/components/rna/Switcher/Switcher.test.d.ts +16 -0
  126. package/dist/components/rna/Switcher/index.d.ts +1 -0
  127. package/dist/components/shared/MonomerPreview/index.d.ts +7 -0
  128. package/dist/components/shared/MonomerPreview/styles.d.ts +12 -0
  129. package/dist/components/shared/MonomerPreview/types.d.ts +18 -0
  130. package/dist/components/shared/StyledToast/styles.d.ts +12 -0
  131. package/dist/components/shared/Tabs/Tabs.d.ts +18 -0
  132. package/dist/components/shared/Tabs/index.d.ts +16 -0
  133. package/dist/components/shared/TextArea/TextArea.d.ts +24 -0
  134. package/dist/components/shared/TextArea/index.d.ts +16 -0
  135. package/dist/components/shared/actionButton/ActionButton.d.ts +23 -0
  136. package/dist/components/shared/actionButton/ActionButton.test.d.ts +16 -0
  137. package/dist/components/shared/actionButton/index.d.ts +1 -0
  138. package/dist/components/shared/dropDown/dropDown.d.ts +29 -0
  139. package/dist/components/shared/dropDown/dropDown.test.d.ts +16 -0
  140. package/dist/components/shared/dropDown/index.d.ts +17 -0
  141. package/dist/components/shared/dropDown/styledIcons.d.ts +22 -0
  142. package/dist/components/shared/icon/icon.d.ts +63 -0
  143. package/dist/components/shared/modal/Modal.d.ts +26 -0
  144. package/dist/components/shared/modal/Modal.test.d.ts +16 -0
  145. package/dist/components/shared/modal/index.d.ts +1 -0
  146. package/dist/components/shared/monomerOnCanvas/Chem.d.ts +16 -0
  147. package/dist/components/shared/monomerOnCanvas/Peptide.d.ts +16 -0
  148. package/dist/components/shared/monomerOnCanvas/Phosphate.d.ts +16 -0
  149. package/dist/components/shared/monomerOnCanvas/RNABase.d.ts +16 -0
  150. package/dist/components/shared/monomerOnCanvas/Sugar.d.ts +16 -0
  151. package/dist/components/shared/monomerOnCanvas/index.d.ts +5 -0
  152. package/dist/components/shared/textInputField/TextInputField.d.ts +23 -0
  153. package/dist/components/shared/textInputField/index.d.ts +16 -0
  154. package/dist/constants.d.ts +47 -0
  155. package/dist/contexts/index.d.ts +18 -0
  156. package/dist/contexts/menuContext.d.ts +22 -0
  157. package/dist/helpers/calculatePreviewPosition.d.ts +2 -0
  158. package/dist/helpers/dom.d.ts +1 -0
  159. package/dist/helpers/emptyFunction.d.ts +1 -0
  160. package/dist/helpers/formats/formatProperties.d.ts +18 -0
  161. package/dist/helpers/formats/index.d.ts +17 -0
  162. package/dist/helpers/formats/supportedFormatProperties.d.ts +32 -0
  163. package/dist/helpers/getDefaultPreset.d.ts +3 -0
  164. package/dist/helpers/getDefaultPresets.test.d.ts +16 -0
  165. package/dist/helpers/index.d.ts +19 -0
  166. package/dist/helpers/localStorage.d.ts +8 -0
  167. package/dist/hooks/index.d.ts +16 -0
  168. package/dist/hooks/stateHooks.d.ts +20 -0
  169. package/dist/hooks/useLoading.d.ts +1 -0
  170. package/dist/hooks/useMenuContext.d.ts +16 -0
  171. package/dist/index.css +2 -0
  172. package/dist/index.css.map +1 -0
  173. package/dist/index.d.ts +16 -0
  174. package/dist/index.js +10103 -0
  175. package/dist/index.js.map +1 -0
  176. package/dist/index.modern.js +10083 -0
  177. package/dist/index.modern.js.map +1 -0
  178. package/dist/setupTests.d.ts +2 -0
  179. package/dist/state/common/editorSaga.d.ts +19 -0
  180. package/dist/state/common/editorSlice.d.ts +25 -0
  181. package/dist/state/common/index.d.ts +17 -0
  182. package/dist/state/index.d.ts +17 -0
  183. package/dist/state/library/index.d.ts +16 -0
  184. package/dist/state/library/librarySlice.d.ts +35 -0
  185. package/dist/state/modal/index.d.ts +16 -0
  186. package/dist/state/modal/modalSlice.d.ts +47 -0
  187. package/dist/state/rna-builder/index.d.ts +16 -0
  188. package/dist/state/rna-builder/rnaBuilderSlice.d.ts +81 -0
  189. package/dist/state/rootSaga.d.ts +16 -0
  190. package/dist/state/store.d.ts +20 -0
  191. package/dist/styledComponents.d.ts +5 -0
  192. package/dist/testMockData/monomerPresets.d.ts +302 -0
  193. package/dist/theming/defaultTheme/defaultTheme.d.ts +19 -0
  194. package/dist/theming/defaultTheme/index.d.ts +17 -0
  195. package/dist/theming/defaultTheme/theme.types.d.ts +178 -0
  196. package/dist/theming/globalStyles/getGlobalStyles.d.ts +17 -0
  197. package/dist/theming/globalStyles/index.d.ts +16 -0
  198. package/dist/theming/mixins/index.d.ts +16 -0
  199. package/dist/theming/mixins/mixins.d.ts +17 -0
  200. package/dist/types/index.d.ts +4 -0
  201. package/dist/types/utilities.d.ts +3 -0
  202. package/package.json +121 -0
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import { MODAL_STATES_VALUES } from './Open';
3
+ interface OpenFileWrapperProps {
4
+ currentState: MODAL_STATES_VALUES;
5
+ }
6
+ export declare const OpenFileWrapper: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & OpenFileWrapperProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const CancelButton: import("@emotion/styled").StyledComponent<{
11
+ label: string;
12
+ clickHandler: () => void;
13
+ styleType?: string | undefined;
14
+ } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
15
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
16
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
17
+ component?: import("react").ElementType<any> | undefined;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ }, {}, {}>;
21
+ export {};
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export {};
@@ -0,0 +1,26 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import { DropzoneOptions } from 'react-dropzone';
17
+ import { IconName } from 'ketcher-react';
18
+ export declare type FileDropProps = {
19
+ buttonLabel: string;
20
+ textLabel: string;
21
+ iconName: IconName;
22
+ disabled?: boolean;
23
+ disabledText?: string;
24
+ } & DropzoneOptions;
25
+ declare const FileDrop: ({ textLabel, iconName, disabled, disabledText, ...rest }: FileDropProps) => import("@emotion/react/jsx-runtime").JSX.Element;
26
+ export { FileDrop };
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './FileDrop';
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ export declare type OpenOptionsProps = {
3
+ selectClipboard: () => void;
4
+ errorHandler: (err: string) => void;
5
+ fileLoadHandler: (files: File[]) => void;
6
+ };
7
+ export declare const OpenOptionText: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
11
+ export declare const DisabledText: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
15
+ declare const OpenOptions: ({ selectClipboard, fileLoadHandler, errorHandler, }: OpenOptionsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
16
+ export { OpenOptions };
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './OpenOptions';
@@ -0,0 +1,29 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import { AnalyzingFileProps } from '../AnalyzingFile';
17
+ import { OpenOptionsProps } from '../OpenOptions';
18
+ import { TextEditorProps } from '../../../shared/TextArea';
19
+ declare type ViewStates = {
20
+ openOptions: string;
21
+ textEditor: string;
22
+ };
23
+ declare type SwitchProps = {
24
+ currentState: string;
25
+ states: ViewStates;
26
+ isAnalyzingFile: boolean;
27
+ } & OpenOptionsProps & TextEditorProps & AnalyzingFileProps;
28
+ export declare const ViewSwitcher: (props: SwitchProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;
29
+ export {};
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './ViewSwitcher';
@@ -0,0 +1,19 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export declare type FileOpener = typeof throughFileReader;
17
+ export declare function fileOpener(): Promise<typeof throughFileReader>;
18
+ declare function throughFileReader(file: File): Promise<unknown>;
19
+ export {};
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './Open';
@@ -0,0 +1 @@
1
+ export declare const ModalContainer: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,18 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './ModalContainer';
17
+ export * from './modalComponentList';
18
+ export * from './types';
@@ -0,0 +1,20 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import { Open } from "../Open";
17
+ import { Save } from "../save";
18
+ import { Delete } from "../Delete";
19
+ import { MonomerConnection } from "../monomerConnection";
20
+ export declare const modalComponentList: Record<string, typeof Open | typeof Save | typeof Delete | typeof MonomerConnection>;
@@ -0,0 +1,11 @@
1
+ import { BaseMonomer } from 'ketcher-core/dist/domain/entities/BaseMonomer';
2
+ export interface MonomerConnectionOnlyProps {
3
+ firstMonomer?: BaseMonomer;
4
+ secondMonomer?: BaseMonomer;
5
+ }
6
+ export interface RequiredModalProps {
7
+ onClose: () => void;
8
+ isModalOpen: boolean;
9
+ }
10
+ export declare type MonomerConnectionProps = MonomerConnectionOnlyProps & RequiredModalProps;
11
+ export declare type AdditionalModalProps = Partial<MonomerConnectionProps>;
@@ -0,0 +1,46 @@
1
+ /// <reference types="react" />
2
+ import { MonomerConnectionProps } from '../modalContainer/types';
3
+ interface IStyledButtonProps {
4
+ disabled: boolean;
5
+ }
6
+ interface IStyledStyledStructRender {
7
+ isExpanded?: boolean;
8
+ }
9
+ export declare const StyledStructRender: import("@emotion/styled").StyledComponent<import("ketcher-react/dist/components/StructRender/types").IStructRenderProps & {
10
+ theme?: import("@emotion/react").Theme | undefined;
11
+ } & IStyledStyledStructRender, {}, {}>;
12
+ export declare const ActionButtonLeft: import("@emotion/styled").StyledComponent<{
13
+ label: string;
14
+ clickHandler: () => void;
15
+ styleType?: string | undefined;
16
+ } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
17
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
18
+ }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
19
+ component?: import("react").ElementType<any> | undefined;
20
+ } & {
21
+ theme?: import("@emotion/react").Theme | undefined;
22
+ }, {}, {}>;
23
+ export declare const ActionButtonRight: import("@emotion/styled").StyledComponent<{
24
+ label: string;
25
+ clickHandler: () => void;
26
+ styleType?: string | undefined;
27
+ } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
28
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
29
+ }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
30
+ component?: import("react").ElementType<any> | undefined;
31
+ } & {
32
+ theme?: import("@emotion/react").Theme | undefined;
33
+ } & IStyledButtonProps, {}, {}>;
34
+ export declare const ActionButtonAttachmentPoint: import("@emotion/styled").StyledComponent<{
35
+ label: string;
36
+ clickHandler: () => void;
37
+ styleType?: string | undefined;
38
+ } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
39
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
40
+ }, "style" | "children" | "className" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
41
+ component?: import("react").ElementType<any> | undefined;
42
+ } & {
43
+ theme?: import("@emotion/react").Theme | undefined;
44
+ }, {}, {}>;
45
+ declare const MonomerConnection: ({ onClose, isModalOpen, firstMonomer, secondMonomer, }: MonomerConnectionProps) => React.ReactElement;
46
+ export { MonomerConnection };
@@ -0,0 +1 @@
1
+ export * from './MonomerConnections';
@@ -0,0 +1,36 @@
1
+ /// <reference types="react" />
2
+ export declare const AttachmentPointList: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ interface IStyledAttachmentPointNameProps {
7
+ disabled?: boolean;
8
+ }
9
+ interface IStyledMonomerName {
10
+ isExpanded?: boolean;
11
+ }
12
+ export declare const AttachmentPoint: import("@emotion/styled").StyledComponent<{
13
+ theme?: import("@emotion/react").Theme | undefined;
14
+ as?: import("react").ElementType<any> | undefined;
15
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
16
+ export declare const AttachmentPointName: import("@emotion/styled").StyledComponent<{
17
+ theme?: import("@emotion/react").Theme | undefined;
18
+ as?: import("react").ElementType<any> | undefined;
19
+ } & IStyledAttachmentPointNameProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
20
+ export declare const MonomerName: import("@emotion/styled").StyledComponent<{
21
+ theme?: import("@emotion/react").Theme | undefined;
22
+ as?: import("react").ElementType<any> | undefined;
23
+ } & IStyledMonomerName, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
24
+ export declare const ConnectionSymbol: import("@emotion/styled").StyledComponent<{
25
+ theme?: import("@emotion/react").Theme | undefined;
26
+ as?: import("react").ElementType<any> | undefined;
27
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
+ export declare const AttachmentPointsRow: import("@emotion/styled").StyledComponent<{
29
+ theme?: import("@emotion/react").Theme | undefined;
30
+ as?: import("react").ElementType<any> | undefined;
31
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
+ export declare const ModalContent: import("@emotion/styled").StyledComponent<{
33
+ theme?: import("@emotion/react").Theme | undefined;
34
+ as?: import("react").ElementType<any> | undefined;
35
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
36
+ export {};
@@ -0,0 +1,18 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ /// <reference types="react" />
17
+ import { RequiredModalProps } from '../modalContainer';
18
+ export declare const Save: ({ onClose, isModalOpen, }: RequiredModalProps) => JSX.Element;
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ export declare const Form: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ }, import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}>;
6
+ export declare const Row: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../../shared/dropDown").DropDownProps & {
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ }, {}, {}>;
13
+ export declare const stylesForExpanded: {
14
+ border: string;
15
+ };
16
+ export declare const Loader: import("@emotion/styled").StyledComponent<{
17
+ theme?: import("@emotion/react").Theme | undefined;
18
+ as?: import("react").ElementType<any> | undefined;
19
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export {};
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export * from './Save';
@@ -0,0 +1,18 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import React from 'react';
17
+ declare const MonomerLibrary: React.MemoExoticComponent<() => import("@emotion/react/jsx-runtime").JSX.Element>;
18
+ export { MonomerLibrary };
@@ -0,0 +1,6 @@
1
+ interface Props {
2
+ isHidden: boolean;
3
+ onClick: () => void;
4
+ }
5
+ declare const MonomerLibraryToggle: ({ isHidden, onClick }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ export { MonomerLibraryToggle };
@@ -0,0 +1,20 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export declare const RnaAccordion: ({ libraryName, duplicatePreset, editPreset }: {
17
+ libraryName: any;
18
+ duplicatePreset: any;
19
+ editPreset: any;
20
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import { ISummaryProps } from './types';
17
+ export declare const Summary: ({ groupName, quantity, expanded, iconName, }: ISummaryProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export { Summary } from './Summary';
@@ -0,0 +1,28 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ /// <reference types="react" />
17
+ import { IStyledIconProps } from './types';
18
+ export declare const SummaryContainer: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
+ export declare const SummaryText: import("@emotion/styled").StyledComponent<{
23
+ theme?: import("@emotion/react").Theme | undefined;
24
+ as?: import("react").ElementType<any> | undefined;
25
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
26
+ export declare const StyledIcon: import("@emotion/styled").StyledComponent<import("ketcher-react/dist/components/Icon/types").IIconProps & {
27
+ theme?: import("@emotion/react").Theme | undefined;
28
+ } & IStyledIconProps, {}, {}>;
@@ -0,0 +1,25 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ import { IconName } from 'ketcher-react';
17
+ export interface ISummaryProps {
18
+ groupName: string;
19
+ quantity: number;
20
+ expanded: boolean;
21
+ iconName: IconName;
22
+ }
23
+ export interface IStyledIconProps {
24
+ expanded?: boolean;
25
+ }
@@ -0,0 +1,16 @@
1
+ /****************************************************************************
2
+ * Copyright 2021 EPAM Systems
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ ***************************************************************************/
16
+ export { RnaAccordion } from './RnaAccordion';