@topconsultnpm/sdkui-react-beta 6.16.52 → 6.16.53

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.
@@ -25,7 +25,7 @@ const TMFileManager = (props) => {
25
25
  // This avoids unnecessary re-renders by only recalculating when deviceType changes.
26
26
  let isMobile = useMemo(() => { return deviceType === DeviceType.MOBILE; }, [deviceType]);
27
27
  // State to manage the current view mode ('thumbnails' or 'details')
28
- const [viewMode, setViewMode] = useState(initialViewMode ?? 'thumbnails');
28
+ const [viewMode, setViewMode] = useState(initialViewMode ?? 'details');
29
29
  // State to store transformed directory data for file manager
30
30
  const [treeViewData, setTreeViewData] = useState([]);
31
31
  // State to store the anchor element for the tree view context men
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.16.52",
3
+ "version": "6.16.53",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",