ketcher-react 3.12.0-rc.2 → 3.13.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.
- package/dist/cjs/components/Icon/utils/iconNameToIcon.d.ts +1 -0
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +1 -1
- package/dist/cjs/index.js +1497 -942
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{index.modern-0386b391.js → index.modern-046987f4.js} +9 -7
- package/dist/cjs/{index.modern-0386b391.js.map → index.modern-046987f4.js.map} +1 -1
- package/dist/cjs/script/editor/Editor.d.ts +4 -5
- package/dist/cjs/script/editor/tool/Tool.d.ts +8 -0
- package/dist/cjs/script/editor/tool/fragmentSelection.d.ts +26 -0
- package/dist/cjs/script/ui/action/action.types.d.ts +1 -1
- package/dist/cjs/script/ui/action/tools.d.ts +9 -1
- package/dist/cjs/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
- package/dist/cjs/script/ui/views/components/StructEditor/StructEditor.d.ts +1 -0
- package/dist/cjs/script/ui/views/components/Tooltip/Tooltip.d.ts +23 -0
- package/dist/cjs/script/ui/views/components/Tooltip/index.d.ts +16 -0
- package/dist/cjs/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
- package/dist/components/Icon/utils/iconNameToIcon.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +1500 -946
- package/dist/index.js.map +1 -1
- package/dist/{index.modern-3f8330b9.js → index.modern-a0a9b2aa.js} +9 -7
- package/dist/{index.modern-3f8330b9.js.map → index.modern-a0a9b2aa.js.map} +1 -1
- package/dist/script/editor/Editor.d.ts +4 -5
- package/dist/script/editor/tool/Tool.d.ts +8 -0
- package/dist/script/editor/tool/fragmentSelection.d.ts +26 -0
- package/dist/script/ui/action/action.types.d.ts +1 -1
- package/dist/script/ui/action/tools.d.ts +9 -1
- package/dist/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
- package/dist/script/ui/views/components/StructEditor/StructEditor.d.ts +1 -0
- package/dist/script/ui/views/components/Tooltip/Tooltip.d.ts +23 -0
- package/dist/script/ui/views/components/Tooltip/index.d.ts +16 -0
- package/dist/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
- package/package.json +5 -4
|
@@ -5938,10 +5938,10 @@ var initialState$3 = {
|
|
|
5938
5938
|
unipositiveIonsValue: 140,
|
|
5939
5939
|
oligonucleotidesValue: 200,
|
|
5940
5940
|
app: {
|
|
5941
|
-
buildDate: "2026-
|
|
5941
|
+
buildDate: "2026-02-05T17:32:53" ,
|
|
5942
5942
|
indigoVersion: process.env.INDIGO_VERSION || '',
|
|
5943
5943
|
indigoMachine: process.env.INDIGO_MACHINE || '',
|
|
5944
|
-
version: "3.
|
|
5944
|
+
version: "3.13.0-rc.2"
|
|
5945
5945
|
},
|
|
5946
5946
|
selectedMenuGroupItems: {}
|
|
5947
5947
|
};
|
|
@@ -10734,8 +10734,9 @@ var RnaElementsAccordionView = function RnaElementsAccordionView(_ref) {
|
|
|
10734
10734
|
children: [groupData.groups.map(function (_ref2) {
|
|
10735
10735
|
var groupItems = _ref2.groupItems,
|
|
10736
10736
|
groupTitle = _ref2.groupTitle;
|
|
10737
|
+
var shouldShowTitle = [MonomerGroups.BASES, MonomerGroups.NUCLEOTIDES, MonomerGroups.PEPTIDES].includes(groupData.groupName);
|
|
10737
10738
|
return jsx(MonomerGroup, {
|
|
10738
|
-
title:
|
|
10739
|
+
title: shouldShowTitle ? groupTitle : undefined,
|
|
10739
10740
|
groupName: groupData.groupName,
|
|
10740
10741
|
items: groupItems,
|
|
10741
10742
|
selectedMonomerUniqueKey: activeMonomerKey,
|
|
@@ -17722,9 +17723,9 @@ function LeftMenuComponent() {
|
|
|
17722
17723
|
title: "Lasso selection (".concat(hotkeysShortcuts.switchSelectTool, ")"),
|
|
17723
17724
|
testId: "select-lasso"
|
|
17724
17725
|
}), jsx(Menu.Item, {
|
|
17725
|
-
itemId: "select-
|
|
17726
|
-
title: "
|
|
17727
|
-
testId: "select-
|
|
17726
|
+
itemId: "select-structure",
|
|
17727
|
+
title: "Structure Selection (".concat(hotkeysShortcuts.switchSelectTool, ")"),
|
|
17728
|
+
testId: "select-structure"
|
|
17728
17729
|
})]
|
|
17729
17730
|
})
|
|
17730
17731
|
}), jsx(Menu.Item, {
|
|
@@ -19225,6 +19226,7 @@ var DragGhost = function DragGhost() {
|
|
|
19225
19226
|
return jsx("div", {
|
|
19226
19227
|
className: styles.dragGhost,
|
|
19227
19228
|
ref: ghostWrapperRef,
|
|
19229
|
+
"data-testid": "drag-ghost",
|
|
19228
19230
|
children: isLibraryItemRnaPreset(libraryItemDragData.item) ? jsx(GhostRnaPreset, {
|
|
19229
19231
|
preset: libraryItemDragData.item
|
|
19230
19232
|
}) : jsx(GhostMonomer, {
|
|
@@ -19849,4 +19851,4 @@ function Editor(_ref2) {
|
|
|
19849
19851
|
}
|
|
19850
19852
|
|
|
19851
19853
|
export { EditorContainer as default };
|
|
19852
|
-
//# sourceMappingURL=index.modern-
|
|
19854
|
+
//# sourceMappingURL=index.modern-a0a9b2aa.js.map
|