@topconsultnpm/sdkui-react-beta 6.9.11 → 6.9.12

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.
@@ -9,7 +9,7 @@ export interface ITMSidebarItem {
9
9
  badgeNumber?: number;
10
10
  onClick?: (e: ITMSidebarItem) => void;
11
11
  isAppIcon?: boolean;
12
- tooltipContent?: string;
12
+ tooltipContent?: React.ReactNode | string;
13
13
  }
14
14
  declare const TMSidebarItem: React.FunctionComponent<ITMSidebarItem>;
15
15
  export default TMSidebarItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.9.11",
3
+ "version": "6.9.12",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",