react-os-shell 2.7.0 → 2.8.0
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-YEOBTPST.js → Browser-LVWMQSR3.js} +4 -4
- package/dist/{Browser-YEOBTPST.js.map → Browser-LVWMQSR3.js.map} +1 -1
- package/dist/{Documents-D7UN7W6P.js → Documents-AEZKXAW3.js} +3 -3
- package/dist/{Documents-D7UN7W6P.js.map → Documents-AEZKXAW3.js.map} +1 -1
- package/dist/{Files-VXHZY7NY.js → Files-3WHYRZI6.js} +7 -7
- package/dist/{Files-VXHZY7NY.js.map → Files-3WHYRZI6.js.map} +1 -1
- package/dist/{Notepad-THWCG35G.js → Notepad-R2OY27CY.js} +3 -3
- package/dist/{Notepad-THWCG35G.js.map → Notepad-R2OY27CY.js.map} +1 -1
- package/dist/Preview-F75CICNY.js +9 -0
- package/dist/{Preview-5SOLJFFK.js.map → Preview-F75CICNY.js.map} +1 -1
- package/dist/{Sidebar-BW7SYNBA.js → Sidebar-PY762ANK.js} +3 -3
- package/dist/Sidebar-PY762ANK.js.map +1 -0
- package/dist/{Spreadsheet-UVBEPLQB.js → Spreadsheet-P4MBJWSH.js} +4 -4
- package/dist/{Spreadsheet-UVBEPLQB.js.map → Spreadsheet-P4MBJWSH.js.map} +1 -1
- package/dist/apps/index.js +12 -12
- package/dist/{chunk-UATWDGLV.js → chunk-4YBNDCJV.js} +3 -3
- package/dist/{chunk-UATWDGLV.js.map → chunk-4YBNDCJV.js.map} +1 -1
- package/dist/{chunk-YZEQWMO5.js → chunk-BLYEAKGC.js} +4 -4
- package/dist/{chunk-YZEQWMO5.js.map → chunk-BLYEAKGC.js.map} +1 -1
- package/dist/{chunk-AAKIF7SW.js → chunk-KQBZLA6K.js} +3 -3
- package/dist/{chunk-AAKIF7SW.js.map → chunk-KQBZLA6K.js.map} +1 -1
- package/dist/{chunk-FX77XLQZ.js → chunk-SAKVRVNB.js} +4 -4
- package/dist/{chunk-FX77XLQZ.js.map → chunk-SAKVRVNB.js.map} +1 -1
- package/dist/{chunk-MJIMKMSJ.js → chunk-XGWARUR7.js} +3 -3
- package/dist/{chunk-MJIMKMSJ.js.map → chunk-XGWARUR7.js.map} +1 -1
- package/dist/{chunk-LD2JBHD3.js → chunk-ZW2JB5CK.js} +3 -3
- package/dist/{chunk-LD2JBHD3.js.map → chunk-ZW2JB5CK.js.map} +1 -1
- package/dist/index.js +7 -7
- package/dist/styles.css +187 -2
- package/dist/themes.css +244 -0
- package/package.json +4 -3
- package/dist/Preview-5SOLJFFK.js +0 -9
- package/dist/Sidebar-BW7SYNBA.js.map +0 -1
package/dist/apps/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export { setBrowserStartUrl } from '../chunk-
|
|
2
|
-
export { openFilesInTrashMode, setFilesDemoTree } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { setBrowserStartUrl } from '../chunk-ZW2JB5CK.js';
|
|
2
|
+
export { openFilesInTrashMode, setFilesDemoTree } from '../chunk-SAKVRVNB.js';
|
|
3
|
+
import '../chunk-BLYEAKGC.js';
|
|
4
4
|
import '../chunk-VGTEM5RZ.js';
|
|
5
|
-
export { setPdfPreview } from '../chunk-
|
|
5
|
+
export { setPdfPreview } from '../chunk-4YBNDCJV.js';
|
|
6
6
|
import '../chunk-KUIPWCTJ.js';
|
|
7
7
|
import '../chunk-WIJ45SYD.js';
|
|
8
|
-
export { setSpreadsheetPreview } from '../chunk-
|
|
9
|
-
export { BUILTIN_APP_INFO } from '../chunk-
|
|
8
|
+
export { setSpreadsheetPreview } from '../chunk-KQBZLA6K.js';
|
|
9
|
+
export { BUILTIN_APP_INFO } from '../chunk-XGWARUR7.js';
|
|
10
10
|
import '../chunk-JNF5VRPB.js';
|
|
11
11
|
import '../chunk-UBN4IUDE.js';
|
|
12
12
|
import '../chunk-ZF6AYO4G.js';
|
|
13
13
|
import { lazy } from 'react';
|
|
14
14
|
|
|
15
15
|
var Calculator = lazy(() => import('../Calculator-LF2IH7NZ.js'));
|
|
16
|
-
var Spreadsheet = lazy(() => import('../Spreadsheet-
|
|
16
|
+
var Spreadsheet = lazy(() => import('../Spreadsheet-P4MBJWSH.js'));
|
|
17
17
|
var Weather = lazy(() => import('../Weather-B55N3VEX.js'));
|
|
18
18
|
var CurrencyConverter = lazy(() => import('../CurrencyConverter-AZ5RBU7E.js'));
|
|
19
19
|
var PomodoroTimer = lazy(() => import('../PomodoroTimer-M7MDQTVN.js'));
|
|
20
|
-
var Notepad = lazy(() => import('../Notepad-
|
|
20
|
+
var Notepad = lazy(() => import('../Notepad-R2OY27CY.js'));
|
|
21
21
|
var WorldClock = lazy(() => import('../WorldClock-SARH4X3Y.js'));
|
|
22
22
|
var Stock = lazy(() => import('../Stock-7JFY7KUK.js'));
|
|
23
|
-
var Preview = lazy(() => import('../Preview-
|
|
24
|
-
var Documents = lazy(() => import('../Documents-
|
|
25
|
-
var Files = lazy(() => import('../Files-
|
|
26
|
-
var Browser = lazy(() => import('../Browser-
|
|
23
|
+
var Preview = lazy(() => import('../Preview-F75CICNY.js'));
|
|
24
|
+
var Documents = lazy(() => import('../Documents-AEZKXAW3.js'));
|
|
25
|
+
var Files = lazy(() => import('../Files-3WHYRZI6.js'));
|
|
26
|
+
var Browser = lazy(() => import('../Browser-LVWMQSR3.js'));
|
|
27
27
|
var utilityApps = {
|
|
28
28
|
"/calculator": { component: Calculator, label: "Calculator", size: "sm", allowPinOnTop: true, utility: true, widget: true, dimensions: [280, 420] },
|
|
29
29
|
"/spreadsheet": { component: Spreadsheet, label: "Spreadsheets", size: "2xl", appStyle: true, multiInstance: true },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ImageAnnotator_default } from './chunk-KUIPWCTJ.js';
|
|
2
2
|
import { toast_default } from './chunk-WIJ45SYD.js';
|
|
3
|
-
import { AboutApp } from './chunk-
|
|
3
|
+
import { AboutApp } from './chunk-XGWARUR7.js';
|
|
4
4
|
import { WindowTitle, registerModalEscapeInterceptor, getActiveModalId } from './chunk-JNF5VRPB.js';
|
|
5
5
|
import { createContext, useRef, useEffect, useState, useContext } from 'react';
|
|
6
6
|
import { createPortal } from 'react-dom';
|
|
@@ -3299,5 +3299,5 @@ function ImagePanel({ url, filename, onDownload, onEmail }) {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
3301
|
export { Preview, setPdfPreview };
|
|
3302
|
-
//# sourceMappingURL=chunk-
|
|
3303
|
-
//# sourceMappingURL=chunk-
|
|
3302
|
+
//# sourceMappingURL=chunk-4YBNDCJV.js.map
|
|
3303
|
+
//# sourceMappingURL=chunk-4YBNDCJV.js.map
|