ketcher-react 2.11.0-rc.4 → 2.12.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.
- package/dist/components/Buttons/IconButton/IconButton.d.ts +19 -0
- package/dist/{icons → components/Buttons/IconButton}/index.d.ts +1 -1
- package/dist/components/Buttons/IconButton/styles.d.ts +24 -0
- package/dist/{script/ui/views/toolbars/TopToolbar/IconButton.d.ts → components/Buttons/IconButton/types.d.ts} +10 -6
- package/dist/components/Buttons/index.d.ts +16 -0
- package/dist/components/Icon/Icon.d.ts +19 -0
- package/dist/components/Icon/index.d.ts +19 -0
- package/dist/{script/ui/views/toolbars/LeftToolbar/Transform/Transform.d.ts → components/Icon/types.d.ts} +9 -8
- package/dist/components/Icon/utils/getIconByName.d.ts +17 -0
- package/dist/components/Icon/utils/getIconName.d.ts +17 -0
- package/dist/components/Icon/utils/iconNameToIcon.d.ts +209 -0
- package/dist/components/index.d.ts +17 -0
- package/dist/components/styles/consts.d.ts +46 -0
- package/dist/components/styles/index.d.ts +16 -0
- package/dist/constants.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11709 -7045
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11784 -7127
- package/dist/index.modern.js.map +1 -1
- package/dist/script/editor/Editor.d.ts +15 -6
- package/dist/script/editor/shared/closest.d.ts +3 -3
- package/dist/script/editor/shared/utils.d.ts +0 -36
- package/dist/script/editor/tool/Tool.d.ts +21 -0
- package/dist/script/editor/tool/apoint.d.ts +3 -3
- package/dist/script/editor/tool/atom.d.ts +5 -5
- package/dist/script/editor/tool/attach.d.ts +4 -4
- package/dist/script/editor/tool/bond.d.ts +6 -8
- package/dist/script/editor/tool/chain.d.ts +4 -4
- package/dist/script/editor/tool/charge.d.ts +4 -4
- package/dist/script/editor/tool/enhanced-stereo.d.ts +4 -3
- package/dist/script/editor/tool/eraser.d.ts +5 -6
- package/dist/script/editor/tool/hand.d.ts +5 -6
- package/dist/script/editor/tool/helper/deleteFunctionalGroups.d.ts +2 -0
- package/dist/script/editor/tool/helper/filterNotInCollapsedSGroup.d.ts +13 -0
- package/dist/script/editor/tool/index.d.ts +17 -47
- package/dist/script/editor/tool/paste.d.ts +8 -11
- package/dist/script/editor/tool/reactionarrow.d.ts +12 -8
- package/dist/script/editor/tool/reactionmap.d.ts +5 -6
- package/dist/script/editor/tool/reactionplus.d.ts +4 -4
- package/dist/script/editor/tool/reactionunmap.d.ts +3 -3
- package/dist/script/editor/tool/rgroupatom.d.ts +3 -3
- package/dist/script/editor/tool/rgroupfragment.d.ts +3 -3
- package/dist/script/editor/tool/rotate-controller.d.ts +9 -2
- package/dist/script/editor/tool/rotate-controller.utils.d.ts +3 -0
- package/dist/script/editor/tool/rotate.d.ts +7 -6
- package/dist/script/editor/tool/select.d.ts +11 -10
- package/dist/script/editor/tool/sgroup.d.ts +4 -4
- package/dist/script/editor/tool/simpleobject.d.ts +7 -5
- package/dist/script/editor/tool/template.d.ts +19 -21
- package/dist/script/editor/tool/text.d.ts +4 -3
- package/dist/script/ui/action/index.d.ts +0 -4
- package/dist/script/ui/action/tools.d.ts +0 -4
- package/dist/script/ui/component/cliparea/cliparea.d.ts +1 -0
- package/dist/script/ui/component/view/saveButton.types.d.ts +2 -0
- package/dist/script/ui/component/view/saveButton.utils.d.ts +2 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.constants.d.ts +4 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.container.d.ts +17 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.container.test.d.ts +1 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.d.ts +22 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.test.d.ts +1 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.test.utils.d.ts +8 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.types.d.ts +37 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.utils.d.ts +23 -0
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.utils.test.d.ts +16 -0
- package/dist/script/ui/dialog/AbbreviationLookup/hooks/useOptions.d.ts +17 -0
- package/dist/script/ui/dialog/AbbreviationLookup/hooks/useOptions.test.d.ts +1 -0
- package/dist/script/ui/dialog/AbbreviationLookup/index.d.ts +17 -0
- package/dist/script/ui/state/abbreviationLookup/abbreviationLookup.types.d.ts +19 -0
- package/dist/script/ui/state/abbreviationLookup/index.d.ts +30 -0
- package/dist/script/ui/state/abbreviationLookup/index.test.d.ts +1 -0
- package/dist/script/ui/{views/toolbars/LeftToolbar/Transform → state/abbreviationLookup/selectors}/index.d.ts +1 -1
- package/dist/script/ui/state/abbreviationLookup/selectors/selectors.d.ts +17 -0
- package/dist/script/ui/state/common/common.types.d.ts +21 -0
- package/dist/script/ui/state/common/index.d.ts +26 -0
- package/dist/script/ui/state/common/index.test.d.ts +1 -0
- package/dist/script/ui/state/common/selectors/index.d.ts +16 -0
- package/dist/script/ui/state/common/selectors/selectors.d.ts +19 -0
- package/dist/script/ui/state/constants.d.ts +21 -6
- package/dist/script/ui/state/editor/index.d.ts +1 -0
- package/dist/script/ui/state/floatingTools/index.d.ts +16 -0
- package/dist/script/ui/state/floatingTools/selectors/index.d.ts +5 -0
- package/dist/script/ui/state/mouse.d.ts +16 -0
- package/dist/script/ui/state/moveSelectedItems.d.ts +5 -0
- package/dist/script/ui/state/templates/index.d.ts +38 -23
- package/dist/script/ui/state/templates/selectors/index.d.ts +16 -0
- package/dist/script/ui/utils/index.d.ts +0 -1
- package/dist/script/ui/views/components/ContextMenu/ContextMenuTrigger.utils.d.ts +7 -0
- package/dist/script/ui/views/components/StructEditor/StructEditor.d.ts +1 -0
- package/dist/script/ui/views/modal/components/Text/TextButton/TextButton.d.ts +2 -1
- package/dist/script/ui/views/modal/components/document/Open/components/FileDrop.d.ts +2 -1
- package/dist/script/ui/views/modal/components/document/Save/Save.d.ts +1 -1
- package/dist/script/ui/views/toolbars/FloatingTools/FloatingTools.container.d.ts +4 -0
- package/dist/script/ui/views/toolbars/FloatingTools/FloatingTools.d.ts +20 -0
- package/dist/script/ui/views/toolbars/FloatingTools/index.d.ts +1 -0
- package/dist/script/ui/views/toolbars/LeftToolbar/leftToolbarOptions.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ActionButton/ActionButton.d.ts +2 -1
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarGroupItem.d.ts +1 -1
- package/dist/script/ui/views/toolbars/TopToolbar/Divider.d.ts +1 -0
- package/dist/script/ui/views/toolbars/TopToolbar/FileControls.d.ts +0 -15
- package/dist/script/ui/views/toolbars/TopToolbar/TopToolbarIconButton.d.ts +18 -0
- package/dist/script/ui/views/toolbars/index.d.ts +1 -0
- package/dist/script/ui/views/toolbars/toolbar.types.d.ts +4 -3
- package/package.json +6 -3
- package/dist/script/editor/tool/helper/getMergeItems.d.ts +0 -2
- package/dist/script/ui/component/view/icon.d.ts +0 -5
- package/dist/script/ui/utils/renderStruct.d.ts +0 -9
|
@@ -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
|
+
/// <reference types="react" />
|
|
17
|
+
import { IIconButtonProps } from './types';
|
|
18
|
+
export declare const IconButton: ({ onClick, iconName, shortcut, title, className, isActive, isHidden, disabled }: IIconButtonProps) => JSX.Element | null;
|
|
19
|
+
export default IconButton;
|
|
@@ -13,4 +13,4 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
export
|
|
16
|
+
export { IconButton } from './IconButton';
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { IStyledButtonProps } from './types';
|
|
18
|
+
export declare const StyledButton: import("@emotion/styled").StyledComponent<{
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
as?: import("react").ElementType<any> | undefined;
|
|
21
|
+
} & IStyledButtonProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
22
|
+
export declare const StyledIcon: import("@emotion/styled").StyledComponent<import("../../Icon/types").IIconProps & {
|
|
23
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
+
}, {}, {}>;
|
|
@@ -14,13 +14,17 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
16
|
/// <reference types="react" />
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
import { IconName } from '../../Icon/types';
|
|
18
|
+
export interface IIconButtonProps {
|
|
19
|
+
iconName: IconName;
|
|
20
|
+
onClick: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
21
|
+
title?: string;
|
|
22
|
+
className?: string;
|
|
21
23
|
isHidden?: boolean;
|
|
22
24
|
disabled?: boolean;
|
|
25
|
+
isActive?: boolean;
|
|
23
26
|
shortcut?: string;
|
|
24
27
|
}
|
|
25
|
-
export
|
|
26
|
-
|
|
28
|
+
export interface IStyledButtonProps {
|
|
29
|
+
isActive: boolean;
|
|
30
|
+
}
|
|
@@ -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 './IconButton';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/****************************************************************************
|
|
3
|
+
* Copyright 2021 EPAM Systems
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
***************************************************************************/
|
|
17
|
+
import { IIconProps } from './types';
|
|
18
|
+
declare const Icon: ({ name, className, onClick }: IIconProps) => JSX.Element;
|
|
19
|
+
export default Icon;
|
|
@@ -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
|
+
import Icon from './Icon';
|
|
17
|
+
import { IconName } from './types';
|
|
18
|
+
import { getIconName } from './utils/getIconName';
|
|
19
|
+
export { Icon, getIconName, type IconName };
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
16
|
/// <reference types="react" />
|
|
17
|
-
import {
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
import { iconNameToIcon } from './utils/iconNameToIcon';
|
|
18
|
+
export declare type SvgComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement> & {
|
|
19
|
+
title?: string | undefined;
|
|
20
|
+
}>;
|
|
21
|
+
export declare type IconName = keyof typeof iconNameToIcon;
|
|
22
|
+
export interface IIconProps {
|
|
23
|
+
name: IconName;
|
|
24
|
+
className?: string;
|
|
25
|
+
onClick?: (e: React.MouseEvent<HTMLOrSVGElement, MouseEvent>) => void;
|
|
20
26
|
}
|
|
21
|
-
declare type TransformCallProps = ToolbarGroupItemCallProps;
|
|
22
|
-
declare type Props = TransformProps & TransformCallProps;
|
|
23
|
-
declare const Transform: (props: Props) => JSX.Element;
|
|
24
|
-
export type { TransformProps, TransformCallProps };
|
|
25
|
-
export { Transform };
|
|
@@ -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 { IconName, SvgComponent } from '../types';
|
|
17
|
+
export declare const getIconByName: (name: IconName) => SvgComponent;
|
|
@@ -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 { IconName } from '../types';
|
|
17
|
+
export declare const getIconName: (name: string) => IconName | null;
|
|
@@ -0,0 +1,209 @@
|
|
|
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 iconNameToIcon: {
|
|
17
|
+
readonly α: ReactComponent;
|
|
18
|
+
readonly β: ReactComponent;
|
|
19
|
+
readonly γ: ReactComponent;
|
|
20
|
+
readonly δ: ReactComponent;
|
|
21
|
+
readonly ε: ReactComponent;
|
|
22
|
+
readonly ζ: ReactComponent;
|
|
23
|
+
readonly η: ReactComponent;
|
|
24
|
+
readonly θ: ReactComponent;
|
|
25
|
+
readonly ι: ReactComponent;
|
|
26
|
+
readonly κ: ReactComponent;
|
|
27
|
+
readonly λ: ReactComponent;
|
|
28
|
+
readonly μ: ReactComponent;
|
|
29
|
+
readonly ν: ReactComponent;
|
|
30
|
+
readonly ξ: ReactComponent;
|
|
31
|
+
readonly ο: ReactComponent;
|
|
32
|
+
readonly π: ReactComponent;
|
|
33
|
+
readonly ρ: ReactComponent;
|
|
34
|
+
readonly σ: ReactComponent;
|
|
35
|
+
readonly τ: ReactComponent;
|
|
36
|
+
readonly υ: ReactComponent;
|
|
37
|
+
readonly φ: ReactComponent;
|
|
38
|
+
readonly χ: ReactComponent;
|
|
39
|
+
readonly ψ: ReactComponent;
|
|
40
|
+
readonly ω: ReactComponent;
|
|
41
|
+
readonly Å: ReactComponent;
|
|
42
|
+
readonly '\u00B0': ReactComponent;
|
|
43
|
+
readonly ħ: ReactComponent;
|
|
44
|
+
readonly '\u00B1': ReactComponent;
|
|
45
|
+
readonly '\u2030': ReactComponent;
|
|
46
|
+
readonly '\u221A': ReactComponent;
|
|
47
|
+
readonly '\u2190': ReactComponent;
|
|
48
|
+
readonly '\u2192': ReactComponent;
|
|
49
|
+
readonly '\u2190/': ReactComponent;
|
|
50
|
+
readonly '/\u2192': ReactComponent;
|
|
51
|
+
readonly '\u2194': ReactComponent;
|
|
52
|
+
readonly '\u220F': ReactComponent;
|
|
53
|
+
readonly '\u2211': ReactComponent;
|
|
54
|
+
readonly '\u221E': ReactComponent;
|
|
55
|
+
readonly '\u2202': ReactComponent;
|
|
56
|
+
readonly '\u2206': ReactComponent;
|
|
57
|
+
readonly '\u222B': ReactComponent;
|
|
58
|
+
readonly '\u2248': ReactComponent;
|
|
59
|
+
readonly '=/': ReactComponent;
|
|
60
|
+
readonly '\u2264': ReactComponent;
|
|
61
|
+
readonly '\u2265': ReactComponent;
|
|
62
|
+
readonly '\u2109': ReactComponent;
|
|
63
|
+
readonly '\u2103': ReactComponent;
|
|
64
|
+
readonly about: ReactComponent;
|
|
65
|
+
readonly analyse: ReactComponent;
|
|
66
|
+
readonly 'any-atom': ReactComponent;
|
|
67
|
+
readonly arom: ReactComponent;
|
|
68
|
+
readonly 'arrow-upward': ReactComponent;
|
|
69
|
+
readonly 'bond-any': ReactComponent;
|
|
70
|
+
readonly 'bond-aromatic': ReactComponent;
|
|
71
|
+
readonly 'bond-crossed': ReactComponent;
|
|
72
|
+
readonly 'bond-hydrogen': ReactComponent;
|
|
73
|
+
readonly 'bond-dative': ReactComponent;
|
|
74
|
+
readonly 'bond-double': ReactComponent;
|
|
75
|
+
readonly 'bond-doublearomatic': ReactComponent;
|
|
76
|
+
readonly 'bond-down': ReactComponent;
|
|
77
|
+
readonly 'bond-single': ReactComponent;
|
|
78
|
+
readonly 'bond-singlearomatic': ReactComponent;
|
|
79
|
+
readonly 'bond-singledouble': ReactComponent;
|
|
80
|
+
readonly 'bond-triple': ReactComponent;
|
|
81
|
+
readonly 'bond-up': ReactComponent;
|
|
82
|
+
readonly 'bond-updown': ReactComponent;
|
|
83
|
+
readonly 'capital-t': ReactComponent;
|
|
84
|
+
readonly chain: ReactComponent;
|
|
85
|
+
readonly 'charge-minus': ReactComponent;
|
|
86
|
+
readonly 'charge-plus': ReactComponent;
|
|
87
|
+
readonly check: ReactComponent;
|
|
88
|
+
readonly 'chiral-flag': ReactComponent;
|
|
89
|
+
readonly cip: ReactComponent;
|
|
90
|
+
readonly clean: ReactComponent;
|
|
91
|
+
readonly copies: ReactComponent;
|
|
92
|
+
readonly copy: ReactComponent;
|
|
93
|
+
readonly 'copy-image': ReactComponent;
|
|
94
|
+
readonly 'copy-mol': ReactComponent;
|
|
95
|
+
readonly 'copy-ket': ReactComponent;
|
|
96
|
+
readonly cut: ReactComponent;
|
|
97
|
+
readonly dearom: ReactComponent;
|
|
98
|
+
readonly delete: ReactComponent;
|
|
99
|
+
readonly dropdown: ReactComponent;
|
|
100
|
+
readonly 'enhanced-stereo': ReactComponent;
|
|
101
|
+
readonly edit: ReactComponent;
|
|
102
|
+
readonly 'elements-group': ReactComponent;
|
|
103
|
+
readonly 'extended-table': ReactComponent;
|
|
104
|
+
readonly erase: ReactComponent;
|
|
105
|
+
readonly 'file-thumbnail': ReactComponent;
|
|
106
|
+
readonly 'fullscreen-enter': ReactComponent;
|
|
107
|
+
readonly 'fullscreen-exit': ReactComponent;
|
|
108
|
+
readonly 'generic-groups': ReactComponent;
|
|
109
|
+
readonly hand: ReactComponent;
|
|
110
|
+
readonly compressedhand: ReactComponent;
|
|
111
|
+
readonly help: ReactComponent;
|
|
112
|
+
readonly history: ReactComponent;
|
|
113
|
+
readonly 'image-frame': ReactComponent;
|
|
114
|
+
readonly layout: ReactComponent;
|
|
115
|
+
readonly logo: ReactComponent;
|
|
116
|
+
readonly miew: ReactComponent;
|
|
117
|
+
readonly clear: ReactComponent;
|
|
118
|
+
readonly open: ReactComponent;
|
|
119
|
+
readonly paste: ReactComponent;
|
|
120
|
+
readonly 'period-table': ReactComponent;
|
|
121
|
+
readonly 'reaction-arrow-elliptical-arc-arrow-filled-bow': ReactComponent;
|
|
122
|
+
readonly 'reaction-arrow-elliptical-arc-arrow-filled-triangle': ReactComponent;
|
|
123
|
+
readonly 'reaction-arrow-elliptical-arc-arrow-open-angle': ReactComponent;
|
|
124
|
+
readonly 'reaction-arrow-elliptical-arc-arrow-open-half-angle': ReactComponent;
|
|
125
|
+
readonly 'reaction-arrow-open-angle': ReactComponent;
|
|
126
|
+
readonly 'reaction-arrow-filled-triangle': ReactComponent;
|
|
127
|
+
readonly 'reaction-arrow-filled-bow': ReactComponent;
|
|
128
|
+
readonly 'reaction-arrow-dashed-open-angle': ReactComponent;
|
|
129
|
+
readonly 'reaction-arrow-failed': ReactComponent;
|
|
130
|
+
readonly 'reaction-arrow-both-ends-filled-triangle': ReactComponent;
|
|
131
|
+
readonly 'reaction-arrow-equilibrium-filled-half-bow': ReactComponent;
|
|
132
|
+
readonly 'reaction-arrow-equilibrium-filled-triangle': ReactComponent;
|
|
133
|
+
readonly 'reaction-arrow-equilibrium-open-angle': ReactComponent;
|
|
134
|
+
readonly 'reaction-arrow-unbalanced-equilibrium-filled-half-bow': ReactComponent;
|
|
135
|
+
readonly 'reaction-arrow-unbalanced-equilibrium-open-half-angle': ReactComponent;
|
|
136
|
+
readonly 'reaction-arrow-unbalanced-equilibrium-large-filled-half-bow': ReactComponent;
|
|
137
|
+
readonly 'reaction-arrow-unbalanced-equilibrium-filled-half-triangle': ReactComponent;
|
|
138
|
+
readonly 'reaction-automap': ReactComponent;
|
|
139
|
+
readonly 'reaction-map': ReactComponent;
|
|
140
|
+
readonly 'reaction-plus': ReactComponent;
|
|
141
|
+
readonly 'reaction-unmap': ReactComponent;
|
|
142
|
+
readonly recognize: ReactComponent;
|
|
143
|
+
readonly redo: ReactComponent;
|
|
144
|
+
readonly 'rgroup-attpoints': ReactComponent;
|
|
145
|
+
readonly 'rgroup-fragment': ReactComponent;
|
|
146
|
+
readonly 'rgroup-label': ReactComponent;
|
|
147
|
+
readonly save: ReactComponent;
|
|
148
|
+
readonly search: ReactComponent;
|
|
149
|
+
readonly 'select-fragment': ReactComponent;
|
|
150
|
+
readonly 'select-lasso': ReactComponent;
|
|
151
|
+
readonly 'select-rectangle': ReactComponent;
|
|
152
|
+
readonly settings: ReactComponent;
|
|
153
|
+
readonly sgroup: ReactComponent;
|
|
154
|
+
readonly 'template-0': ReactComponent;
|
|
155
|
+
readonly 'template-1': ReactComponent;
|
|
156
|
+
readonly 'template-2': ReactComponent;
|
|
157
|
+
readonly 'template-3': ReactComponent;
|
|
158
|
+
readonly 'template-4': ReactComponent;
|
|
159
|
+
readonly 'template-5': ReactComponent;
|
|
160
|
+
readonly 'template-6': ReactComponent;
|
|
161
|
+
readonly 'template-7': ReactComponent;
|
|
162
|
+
readonly 'template-dialog': ReactComponent;
|
|
163
|
+
readonly 'template-lib': ReactComponent;
|
|
164
|
+
readonly text: ReactComponent;
|
|
165
|
+
readonly 'text-bold': ReactComponent;
|
|
166
|
+
readonly 'text-italic': ReactComponent;
|
|
167
|
+
readonly 'text-subscript': ReactComponent;
|
|
168
|
+
readonly 'text-superscript': ReactComponent;
|
|
169
|
+
readonly 'transform-flip-h': ReactComponent;
|
|
170
|
+
readonly 'transform-flip-v': ReactComponent;
|
|
171
|
+
readonly undo: ReactComponent;
|
|
172
|
+
readonly 'zoom-in': ReactComponent;
|
|
173
|
+
readonly 'zoom-out': ReactComponent;
|
|
174
|
+
readonly 'shape-ellipse': ReactComponent;
|
|
175
|
+
readonly 'shape-rectangle': ReactComponent;
|
|
176
|
+
readonly 'shape-polyline': ReactComponent;
|
|
177
|
+
readonly 'shape-line': ReactComponent;
|
|
178
|
+
readonly 'not-found': ReactComponent;
|
|
179
|
+
readonly 'save-1': ReactComponent;
|
|
180
|
+
readonly 'open-1': ReactComponent;
|
|
181
|
+
readonly reset: ReactComponent;
|
|
182
|
+
readonly close: ReactComponent;
|
|
183
|
+
readonly general: ReactComponent;
|
|
184
|
+
readonly 'general-white': ReactComponent;
|
|
185
|
+
readonly stereo: ReactComponent;
|
|
186
|
+
readonly 'stereo-white': ReactComponent;
|
|
187
|
+
readonly atoms: ReactComponent;
|
|
188
|
+
readonly 'atoms-white': ReactComponent;
|
|
189
|
+
readonly bonds: ReactComponent;
|
|
190
|
+
readonly 'bonds-white': ReactComponent;
|
|
191
|
+
readonly server: ReactComponent;
|
|
192
|
+
readonly 'server-white': ReactComponent;
|
|
193
|
+
readonly '3dviewer': ReactComponent;
|
|
194
|
+
readonly '3dviewer-white': ReactComponent;
|
|
195
|
+
readonly debugging: ReactComponent;
|
|
196
|
+
readonly 'debugging-white': ReactComponent;
|
|
197
|
+
readonly 'dropdown-indicator': ReactComponent;
|
|
198
|
+
readonly 'text-special-symbols': ReactComponent;
|
|
199
|
+
readonly chevron: ReactComponent;
|
|
200
|
+
readonly 'open-window-paste-icon': ReactComponent;
|
|
201
|
+
readonly 'open-window-upload-icon': ReactComponent;
|
|
202
|
+
readonly bracket: ReactComponent;
|
|
203
|
+
readonly error: ReactComponent;
|
|
204
|
+
readonly 'rap-left-link': ReactComponent;
|
|
205
|
+
readonly 'rap-middle-link': ReactComponent;
|
|
206
|
+
readonly 'rap-right-link': ReactComponent;
|
|
207
|
+
readonly 'arrows-left': ReactComponent;
|
|
208
|
+
readonly 'arrows-right': ReactComponent;
|
|
209
|
+
};
|
|
@@ -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
|
+
export * from './Icon';
|
|
17
|
+
export * from './Buttons';
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
declare const _default: {
|
|
17
|
+
background: {
|
|
18
|
+
readonly color: {
|
|
19
|
+
readonly primary: "#FFFFFF";
|
|
20
|
+
readonly secondary: "#167782";
|
|
21
|
+
readonly hover: "#188794";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
border: {
|
|
25
|
+
readonly radius: {
|
|
26
|
+
readonly regular: "2px";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
color: {
|
|
30
|
+
readonly white: "#FFFFFF";
|
|
31
|
+
readonly primaryWhite: "EFF2F5";
|
|
32
|
+
readonly green: "#167782";
|
|
33
|
+
readonly lightGreen: "#188794";
|
|
34
|
+
readonly graphite: "#333333";
|
|
35
|
+
readonly grey: "#cad3dd";
|
|
36
|
+
readonly darkGrey: "#b4b9d6";
|
|
37
|
+
};
|
|
38
|
+
text: {
|
|
39
|
+
readonly color: {
|
|
40
|
+
readonly primary: "#333333";
|
|
41
|
+
readonly secondary: "#FFFFFF";
|
|
42
|
+
readonly hover: "#167782";
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export default _default;
|
|
@@ -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 { default as style } from './consts';
|