@topconsultnpm/sdkui-react-beta 6.8.89 → 6.8.90

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.
@@ -10,7 +10,7 @@ import { loadMessages } from 'devextreme/localization';
10
10
  import { Globalization, IconAll, IconSelected, SDKUI_Localizator } from '../../helper';
11
11
  import { TMExceptionBoxManager } from './TMPopUp';
12
12
  import ShowAlert from './TMAlert';
13
- import { IconFolder, IconPdf, IconTxt, IconXls, IconDocx, IconImage, IconZip, IconXml, IconMp4, IconEmail, IconPpt, IconSigned, IconExe, IconHtml, IconDwg, IconDicom, IconSlddrw } from '../../assets/thumbnails';
13
+ import { IconPdf, IconTxt, IconXls, IconDocx, IconImage, IconZip, IconXml, IconMp4, IconEmail, IconPpt, IconSigned, IconExe, IconHtml, IconDwg, IconDicom, IconSlddrw } from '../../assets/thumbnails';
14
14
  import { TMLayoutWaitingContainer } from './TMWaitPanel';
15
15
  import TMCounterBar from './TMCounterBar';
16
16
  export class TMFileSystemItem {
@@ -490,7 +490,7 @@ const TMAreaManager = (props = { selectionMode: 'multiple', isPathChooser: false
490
490
  };
491
491
  const customizeIcon = useCallback((fileSystemItem) => {
492
492
  if (fileSystemItem.isDirectory) {
493
- return IconFolder;
493
+ return IconHtml;
494
494
  }
495
495
  else {
496
496
  const fileExtension = fileSystemItem.getFileExtension();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.89",
3
+ "version": "6.8.90",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",