@goodhood-web/nebenan-base 4.2.0-development.13 → 4.2.0-development.14

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.
@@ -1,3 +1,3 @@
1
1
  import { ProfileControlsProps } from './ProfileControls.types';
2
- declare const ProfileControls: ({ moreMenuData, tiles, withoutMoreMenu, }: ProfileControlsProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const ProfileControls: ({ moreMenuData, onClickMore, tiles, withoutMoreMenu, }: ProfileControlsProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default ProfileControls;
@@ -7,6 +7,7 @@ export type ProfileControlsProps = {
7
7
  offset?: OffsetType;
8
8
  options: PopupItemProps[];
9
9
  };
10
+ onClickMore?: () => void;
10
11
  tiles: ProfileControlTile[];
11
12
  withoutMoreMenu?: boolean;
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "4.2.0-development.13",
3
+ "version": "4.2.0-development.14",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",