react-os-shell 0.2.54 → 0.2.55
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/{Files-XAJ64SWC.js → Files-6NSYXV5B.js} +4 -4
- package/dist/{Files-XAJ64SWC.js.map → Files-6NSYXV5B.js.map} +1 -1
- package/dist/Preview-RDGDPER7.js +7 -0
- package/dist/{Preview-KZRXVDHE.js.map → Preview-RDGDPER7.js.map} +1 -1
- package/dist/apps/index.js +4 -4
- package/dist/{chunk-ZISNG7C2.js → chunk-OVQOM35O.js} +3 -3
- package/dist/{chunk-ZISNG7C2.js.map → chunk-OVQOM35O.js.map} +1 -1
- package/dist/{chunk-X3TFGP5L.js → chunk-QHLNMX3Z.js} +30 -45
- package/dist/chunk-QHLNMX3Z.js.map +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/Preview-KZRXVDHE.js +0 -7
- package/dist/chunk-X3TFGP5L.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { useGoogleAuth } from './chunk-MVWEL34Y.js';
|
|
|
6
6
|
import { useShellPrefs } from './chunk-36VM54SC.js';
|
|
7
7
|
export { ShellPrefsProvider, useLocalStoragePrefs, useShellPrefs } from './chunk-36VM54SC.js';
|
|
8
8
|
import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, playLogout, setSoundForType, previewSound, setAllSounds } from './chunk-D7PYW2QS.js';
|
|
9
|
-
import { setPdfPreview } from './chunk-
|
|
9
|
+
import { setPdfPreview } from './chunk-QHLNMX3Z.js';
|
|
10
10
|
import './chunk-KUIPWCTJ.js';
|
|
11
11
|
import { toast_default } from './chunk-WIJ45SYD.js';
|
|
12
12
|
export { toast_default as toast } from './chunk-WIJ45SYD.js';
|
|
@@ -895,7 +895,7 @@ function StatusBadge({ status }) {
|
|
|
895
895
|
}
|
|
896
896
|
|
|
897
897
|
// src/version.ts
|
|
898
|
-
var VERSION = "0.2.
|
|
898
|
+
var VERSION = "0.2.55" ;
|
|
899
899
|
var APP_VERSION = VERSION;
|
|
900
900
|
|
|
901
901
|
// src/changelog.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-os-shell",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.55",
|
|
4
4
|
"description": "Desktop-style React UI shell — windows, taskbar, start menu, sticky notes, frosted glass theming, and 17 bundled apps including a PDF Preview viewer.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Victor Y. Mau",
|
package/dist/Preview-KZRXVDHE.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { Preview as default, setPdfPreview } from './chunk-X3TFGP5L.js';
|
|
2
|
-
import './chunk-KUIPWCTJ.js';
|
|
3
|
-
import './chunk-WIJ45SYD.js';
|
|
4
|
-
import './chunk-YMSQ23E4.js';
|
|
5
|
-
import './chunk-PLGHQ7QW.js';
|
|
6
|
-
//# sourceMappingURL=Preview-KZRXVDHE.js.map
|
|
7
|
-
//# sourceMappingURL=Preview-KZRXVDHE.js.map
|