react-os-shell 4.1.5 → 4.2.1
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/{Browser-KHY7MXD4.js → Browser-JDPFFM43.js} +4 -4
- package/dist/{Browser-KHY7MXD4.js.map → Browser-JDPFFM43.js.map} +1 -1
- package/dist/{Documents-KI6IZA6A.js → Documents-TIPUTUSS.js} +4 -4
- package/dist/{Documents-KI6IZA6A.js.map → Documents-TIPUTUSS.js.map} +1 -1
- package/dist/{Files-XDN7W7S7.js → Files-Z6R3YGEB.js} +4 -4
- package/dist/{Files-XDN7W7S7.js.map → Files-Z6R3YGEB.js.map} +1 -1
- package/dist/{Notepad-STWMTAB6.js → Notepad-NZXSKZ6I.js} +4 -4
- package/dist/{Notepad-STWMTAB6.js.map → Notepad-NZXSKZ6I.js.map} +1 -1
- package/dist/{Preview-73KK2YVP.js → Preview-3F4LFED7.js} +4 -4
- package/dist/{Preview-73KK2YVP.js.map → Preview-3F4LFED7.js.map} +1 -1
- package/dist/{Spreadsheet-YLVGNQ43.js → Spreadsheet-P2DB7LGI.js} +4 -4
- package/dist/{Spreadsheet-YLVGNQ43.js.map → Spreadsheet-P2DB7LGI.js.map} +1 -1
- package/dist/apps/index.js +8 -8
- package/dist/chunk-3S5NISAL.js +7 -0
- package/dist/{chunk-IMKD43E3.js.map → chunk-3S5NISAL.js.map} +1 -1
- package/dist/{chunk-DF4MTEZD.js → chunk-XIMGKR4G.js} +3 -3
- package/dist/{chunk-DF4MTEZD.js.map → chunk-XIMGKR4G.js.map} +1 -1
- package/dist/index.d.ts +167 -3
- package/dist/index.js +480 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-IMKD43E3.js +0 -7
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ImageAnnotator_default } from './chunk-QU5L5ZYM.js';
|
|
2
2
|
import { toast_default } from './chunk-VENYVK3L.js';
|
|
3
3
|
import { peekPdfPreviewStage, claimPdfPreviewStage, PDF_PREVIEW_UPDATE_EVENT } from './chunk-BV6SQ46N.js';
|
|
4
|
-
import { AboutApp } from './chunk-
|
|
5
|
-
import './chunk-
|
|
4
|
+
import { AboutApp } from './chunk-XIMGKR4G.js';
|
|
5
|
+
import './chunk-3S5NISAL.js';
|
|
6
6
|
import { WindowTitle, registerModalEscapeInterceptor, getActiveModalId } from './chunk-URHWXWZE.js';
|
|
7
7
|
import './chunk-6Q4KYGMH.js';
|
|
8
8
|
import { createContext, useRef, useEffect, useState, useContext } from 'react';
|
|
@@ -3285,5 +3285,5 @@ function ImagePanel({ url, filename, onDownload, onEmail }) {
|
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
3287
|
export { Preview as default };
|
|
3288
|
-
//# sourceMappingURL=Preview-
|
|
3289
|
-
//# sourceMappingURL=Preview-
|
|
3288
|
+
//# sourceMappingURL=Preview-3F4LFED7.js.map
|
|
3289
|
+
//# sourceMappingURL=Preview-3F4LFED7.js.map
|