@topconsultnpm/sdkui-react-beta 6.12.83 → 6.12.84

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.
@@ -95,7 +95,7 @@ export const getAttachmentInfo = (attachment, treeFs, draftLatestInfoMap, archiv
95
95
  }
96
96
  const content = (_jsxs("div", { children: [_jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Version }), ": ", attachment.version] }), draftLatestInfoMap && (_jsxs("div", { children: [_jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.LastVersion }), ": ", latestVersion ? SDKUI_Localizator.Yes : SDKUI_Localizator.No] }), _jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Size }), ": ", fileSize] })] })), _jsx("hr", {}), _jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Path }), ": \"", SDKUI_Localizator.Drafts, "\\", pathName.length > 0 ? (pathName + '\\') : '', name, "\""] })] }));
97
97
  const tooltipContent = getTooltipContent(draftfileItem.name, content);
98
- nameElement = (_jsx("span", { children: _jsxs(TMTooltip, { content: tooltipContent, children: [highlightText(`${draftfileItem.name} (DID: ${attachment.did})`, searchText, isSelected), "\u00A0", _jsx("span", { style: {
98
+ nameElement = (_jsx("span", { children: _jsxs(TMTooltip, { content: tooltipContent, children: [highlightText(`${draftfileItem.name}`, searchText, isSelected), "\u00A0", _jsx("span", { style: {
99
99
  display: 'inline-flex',
100
100
  marginLeft: '5px',
101
101
  width: '20px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.83",
3
+ "version": "6.12.84",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",