@tutti-os/workspace-file-manager 0.0.151 → 0.0.153

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.
package/dist/index.js CHANGED
@@ -1628,19 +1628,23 @@ import {
1628
1628
  cn as cn2
1629
1629
  } from "@tutti-os/ui-system";
1630
1630
  import { useEffect as useEffect3, useRef as useRef3 } from "react";
1631
- import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
1631
+
1632
+ // src/workspaceFileFallbackAssets.ts
1632
1633
  var workspaceArchiveFallbackIconUrl = new URL(
1633
- "../assets/workspace-archive-fallback.png",
1634
+ "./assets/workspace-archive-fallback.png",
1634
1635
  import.meta.url
1635
1636
  ).toString();
1636
1637
  var workspaceFolderFallbackIconUrl = new URL(
1637
- "../assets/workspace-folder-fallback.png",
1638
+ "./assets/workspace-folder-fallback.png",
1638
1639
  import.meta.url
1639
1640
  ).toString();
1640
1641
  var workspaceImageFallbackIconUrl = new URL(
1641
- "../assets/workspace-image-fallback.png",
1642
+ "./assets/workspace-image-fallback.png",
1642
1643
  import.meta.url
1643
1644
  ).toString();
1645
+
1646
+ // src/ui/WorkspaceFileEntryIcon.tsx
1647
+ import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
1644
1648
  function WorkspaceFileEntryIcon({
1645
1649
  entry,
1646
1650
  frameClassName,