react-os-shell 0.1.27 → 0.1.31

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.
@@ -0,0 +1,6 @@
1
+ export { Preview as default, setPdfPreview } from './chunk-RGYSM6P5.js';
2
+ import './chunk-WIJ45SYD.js';
3
+ import './chunk-AKZTZLKP.js';
4
+ import './chunk-RFTLYCSF.js';
5
+ //# sourceMappingURL=Preview-DO7KHVKG.js.map
6
+ //# sourceMappingURL=Preview-DO7KHVKG.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"Preview-RQPIGKTJ.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Preview-DO7KHVKG.js"}
@@ -13,8 +13,10 @@ interface PdfPreviewData {
13
13
  filename: string;
14
14
  /** Renderer to use. Defaults to `'pdf'`. `'dxf'` requires the consumer to
15
15
  * have `dxf-viewer` installed (it's an optional peer dep). `'image'`
16
- * renders an `<img>` for raster screenshots / photos. */
17
- kind?: 'pdf' | 'dxf' | 'image';
16
+ * renders an `<img>` for raster screenshots / photos. `'3d'` covers
17
+ * STEP / STL / OBJ / GLTF / 3MF / IGES via the optional
18
+ * `online-3d-viewer` peer dep. */
19
+ kind?: 'pdf' | 'dxf' | 'image' | '3d';
18
20
  /** Optional download handler — replaces the built-in "save URL as filename" if supplied. */
19
21
  onDownload?: () => void;
20
22
  /** Optional email handler — only shown when supplied. */
@@ -1,4 +1,4 @@
1
- export { setPdfPreview } from '../chunk-4XBIXMZC.js';
1
+ export { setPdfPreview } from '../chunk-RGYSM6P5.js';
2
2
  import '../chunk-WIJ45SYD.js';
3
3
  import '../chunk-AKZTZLKP.js';
4
4
  import '../chunk-RFTLYCSF.js';
@@ -19,7 +19,7 @@ var Minesweeper = lazy(() => import('../Minesweeper-KAOD327F.js'));
19
19
  var Email = lazy(() => import('../Email-UCNJ53MV.js'));
20
20
  var GeminiChat = lazy(() => import('../GeminiChat-BXLBJFT4.js'));
21
21
  var Calendar = lazy(() => import('../Calendar-RQVSPJAJ.js'));
22
- var Preview = lazy(() => import('../Preview-RQPIGKTJ.js'));
22
+ var Preview = lazy(() => import('../Preview-DO7KHVKG.js'));
23
23
  var Documents = lazy(() => import('../Documents-3P6JKOLE.js'));
24
24
  var utilityApps = {
25
25
  "/calculator": { component: Calculator, label: "Calculator", size: "sm", allowPinOnTop: true, utility: true, widget: true, autoHeight: true, dimensions: [280, 420] },