@topconsultnpm/sdkui-react-beta 6.12.150 → 6.12.151

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.
@@ -108,7 +108,7 @@ export const getAttachmentInfo = (attachment, treeFs, draftLatestInfoMap, archiv
108
108
  boxShadow: '1px 1px 2px #00000020',
109
109
  borderRadius: '30px',
110
110
  fontWeight: 'bold',
111
- }, children: attachment.version })] }));
111
+ }, children: _jsx(TMTooltip, { content: SDKUI_Localizator.Version, children: attachment.version }) })] }));
112
112
  }
113
113
  }
114
114
  else if (attachment.tid) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.150",
3
+ "version": "6.12.151",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",