@topconsultnpm/sdkui-react 6.20.0-dev1.42 → 6.20.0-dev1.43

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.
@@ -118,7 +118,6 @@ const TMFloatingMenuBar = ({ containerRef, contextMenuItems = [], isConstrained
118
118
  onClick: item.onClick,
119
119
  disabled: item.disabled,
120
120
  isPinned: isPinned,
121
- originalMenuItem: item,
122
121
  });
123
122
  }
124
123
  // Recursively process submenus
@@ -6,7 +6,6 @@ export interface TMFloatingMenuItem {
6
6
  onClick: () => void;
7
7
  disabled?: boolean;
8
8
  isPinned?: boolean;
9
- originalMenuItem?: TMContextMenuItemProps;
10
9
  }
11
10
  export interface TMFloatingMenuBarProps {
12
11
  containerRef: React.RefObject<HTMLElement | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.20.0-dev1.42",
3
+ "version": "6.20.0-dev1.43",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",