@topconsultnpm/sdkui-react-beta 6.9.126 → 6.9.127

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.
@@ -76,7 +76,7 @@ export const TMUserIdViewer = ({ userId, showIcon = false, noneSelectionText = `
76
76
  export const TMUserIcon = ({ ud }) => {
77
77
  if (!ud)
78
78
  return null;
79
- let icon = getUserIcon(ud.level);
79
+ let icon = getUserIcon(ud.level, ud.ownershipLevel);
80
80
  return (_jsx(TMUserTooltip, { ud: ud, children: icon }));
81
81
  };
82
82
  export const TMUserTooltip = ({ ud, children }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.9.126",
3
+ "version": "6.9.127",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",