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.
Files changed (35) hide show
  1. package/dist/cjs/components/Icon/utils/iconNameToIcon.d.ts +1 -0
  2. package/dist/cjs/index.css +1 -1
  3. package/dist/cjs/index.css.map +1 -1
  4. package/dist/cjs/index.js +1497 -942
  5. package/dist/cjs/index.js.map +1 -1
  6. package/dist/cjs/{index.modern-0386b391.js → index.modern-046987f4.js} +9 -7
  7. package/dist/cjs/{index.modern-0386b391.js.map → index.modern-046987f4.js.map} +1 -1
  8. package/dist/cjs/script/editor/Editor.d.ts +4 -5
  9. package/dist/cjs/script/editor/tool/Tool.d.ts +8 -0
  10. package/dist/cjs/script/editor/tool/fragmentSelection.d.ts +26 -0
  11. package/dist/cjs/script/ui/action/action.types.d.ts +1 -1
  12. package/dist/cjs/script/ui/action/tools.d.ts +9 -1
  13. package/dist/cjs/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
  14. package/dist/cjs/script/ui/views/components/StructEditor/StructEditor.d.ts +1 -0
  15. package/dist/cjs/script/ui/views/components/Tooltip/Tooltip.d.ts +23 -0
  16. package/dist/cjs/script/ui/views/components/Tooltip/index.d.ts +16 -0
  17. package/dist/cjs/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
  18. package/dist/components/Icon/utils/iconNameToIcon.d.ts +1 -0
  19. package/dist/index.css +1 -1
  20. package/dist/index.css.map +1 -1
  21. package/dist/index.js +1500 -946
  22. package/dist/index.js.map +1 -1
  23. package/dist/{index.modern-3f8330b9.js → index.modern-a0a9b2aa.js} +9 -7
  24. package/dist/{index.modern-3f8330b9.js.map → index.modern-a0a9b2aa.js.map} +1 -1
  25. package/dist/script/editor/Editor.d.ts +4 -5
  26. package/dist/script/editor/tool/Tool.d.ts +8 -0
  27. package/dist/script/editor/tool/fragmentSelection.d.ts +26 -0
  28. package/dist/script/ui/action/action.types.d.ts +1 -1
  29. package/dist/script/ui/action/tools.d.ts +9 -1
  30. package/dist/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
  31. package/dist/script/ui/views/components/StructEditor/StructEditor.d.ts +1 -0
  32. package/dist/script/ui/views/components/Tooltip/Tooltip.d.ts +23 -0
  33. package/dist/script/ui/views/components/Tooltip/index.d.ts +16 -0
  34. package/dist/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
  35. 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-01-27T21:09:31" ,
5941
+ buildDate: "2026-02-05T17:32:53" ,
5942
5942
  indigoVersion: process.env.INDIGO_VERSION || '',
5943
5943
  indigoMachine: process.env.INDIGO_MACHINE || '',
5944
- version: "3.12.0-rc.2"
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: groupData.groups.length > 1 ? groupTitle : undefined,
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-fragment",
17726
- title: "Fragment selection (".concat(hotkeysShortcuts.switchSelectTool, ")"),
17727
- testId: "select-fragment"
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-3f8330b9.js.map
19854
+ //# sourceMappingURL=index.modern-a0a9b2aa.js.map