react-os-shell 3.22.0 → 3.22.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-TA3PQ7LL.js → Browser-IUGRY3VH.js} +46 -8
- package/dist/Browser-IUGRY3VH.js.map +1 -0
- package/dist/{Documents-F6NUO7HI.js → Documents-MAK7KTYB.js} +4 -4
- package/dist/{Documents-F6NUO7HI.js.map → Documents-MAK7KTYB.js.map} +1 -1
- package/dist/{Files-ICJQXHH3.js → Files-NL6JWKGU.js} +4 -4
- package/dist/{Files-ICJQXHH3.js.map → Files-NL6JWKGU.js.map} +1 -1
- package/dist/{Notepad-3BNN7SU6.js → Notepad-CG7OT2BH.js} +4 -4
- package/dist/{Notepad-3BNN7SU6.js.map → Notepad-CG7OT2BH.js.map} +1 -1
- package/dist/{Preview-ORN5S7PB.js → Preview-5JNAUD3P.js} +4 -4
- package/dist/{Preview-ORN5S7PB.js.map → Preview-5JNAUD3P.js.map} +1 -1
- package/dist/{Spreadsheet-4ASTMKTQ.js → Spreadsheet-KEWUZG54.js} +4 -4
- package/dist/{Spreadsheet-4ASTMKTQ.js.map → Spreadsheet-KEWUZG54.js.map} +1 -1
- package/dist/apps/index.js +8 -8
- package/dist/chunk-I3ZW5DSO.js +7 -0
- package/dist/{chunk-3E6MDI76.js.map → chunk-I3ZW5DSO.js.map} +1 -1
- package/dist/{chunk-QOPOGBOU.js → chunk-ZXXZXLNG.js} +4 -4
- package/dist/{chunk-QOPOGBOU.js.map → chunk-ZXXZXLNG.js.map} +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/Browser-TA3PQ7LL.js.map +0 -1
- package/dist/chunk-3E6MDI76.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-ZXXZXLNG.js';
|
|
5
|
+
import './chunk-I3ZW5DSO.js';
|
|
6
6
|
import { WindowTitle, registerModalEscapeInterceptor, getActiveModalId } from './chunk-RPSFO2H2.js';
|
|
7
7
|
import './chunk-UBN4IUDE.js';
|
|
8
8
|
import './chunk-GW3RA6IS.js';
|
|
@@ -3286,5 +3286,5 @@ function ImagePanel({ url, filename, onDownload, onEmail }) {
|
|
|
3286
3286
|
}
|
|
3287
3287
|
|
|
3288
3288
|
export { Preview as default };
|
|
3289
|
-
//# sourceMappingURL=Preview-
|
|
3290
|
-
//# sourceMappingURL=Preview-
|
|
3289
|
+
//# sourceMappingURL=Preview-5JNAUD3P.js.map
|
|
3290
|
+
//# sourceMappingURL=Preview-5JNAUD3P.js.map
|