react-os-shell 0.3.21 → 0.3.22
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-K4HJEIBB.js → Files-PGN4HKTC.js} +5 -5
- package/dist/{Files-K4HJEIBB.js.map → Files-PGN4HKTC.js.map} +1 -1
- package/dist/Preview-Z5HQ4O3X.js +8 -0
- package/dist/{Preview-KX3PPZ5C.js.map → Preview-Z5HQ4O3X.js.map} +1 -1
- package/dist/apps/index.js +5 -5
- package/dist/{chunk-M7T5SSAW.js → chunk-5PZGJUQX.js} +3 -3
- package/dist/{chunk-M7T5SSAW.js.map → chunk-5PZGJUQX.js.map} +1 -1
- package/dist/{chunk-4ILQRKY5.js → chunk-LZCEK7JF.js} +3 -3
- package/dist/{chunk-4ILQRKY5.js.map → chunk-LZCEK7JF.js.map} +1 -1
- package/dist/{chunk-NV7XQSCY.js → chunk-NRT2CU5Q.js} +59 -4
- package/dist/chunk-NRT2CU5Q.js.map +1 -0
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/Preview-KX3PPZ5C.js +0 -8
- package/dist/chunk-NV7XQSCY.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -6,9 +6,9 @@ export { setShellMailServer, useMailAuth } from './chunk-VBFB3ZIN.js';
|
|
|
6
6
|
import { subscribePomo, getPomoSnapshot } from './chunk-MK3HLUO4.js';
|
|
7
7
|
import { useShellPrefs } from './chunk-36VM54SC.js';
|
|
8
8
|
export { ShellPrefsProvider, useLocalStoragePrefs, useShellPrefs } from './chunk-36VM54SC.js';
|
|
9
|
-
import { PREVIEW_OPENED_EVENT, openPreviewFile } from './chunk-
|
|
9
|
+
import { PREVIEW_OPENED_EVENT, openPreviewFile } from './chunk-LZCEK7JF.js';
|
|
10
10
|
import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, playLogout, setSoundForType, previewSound, setAllSounds } from './chunk-D7PYW2QS.js';
|
|
11
|
-
import { setPdfPreview } from './chunk-
|
|
11
|
+
import { setPdfPreview } from './chunk-NRT2CU5Q.js';
|
|
12
12
|
import './chunk-KUIPWCTJ.js';
|
|
13
13
|
import { toast_default } from './chunk-WIJ45SYD.js';
|
|
14
14
|
export { toast_default as toast } from './chunk-WIJ45SYD.js';
|
|
@@ -915,7 +915,7 @@ function StatusBadge({ status }) {
|
|
|
915
915
|
}
|
|
916
916
|
|
|
917
917
|
// src/version.ts
|
|
918
|
-
var VERSION = "0.3.
|
|
918
|
+
var VERSION = "0.3.22" ;
|
|
919
919
|
var APP_VERSION = VERSION;
|
|
920
920
|
|
|
921
921
|
// src/changelog.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-os-shell",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "Desktop-style React UI shell — windows, taskbar, start menu, sticky notes, frosted glass theming, and bundled apps. Email + Calendar talk to your own IMAP/SMTP/CalDAV provider via a colocated Node bridge server.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Victor Y. Mau",
|
package/dist/Preview-KX3PPZ5C.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { Preview as default, setPdfPreview } from './chunk-NV7XQSCY.js';
|
|
2
|
-
import './chunk-KUIPWCTJ.js';
|
|
3
|
-
import './chunk-WIJ45SYD.js';
|
|
4
|
-
import './chunk-GI7ABQPU.js';
|
|
5
|
-
import './chunk-PLGHQ7QW.js';
|
|
6
|
-
import './chunk-SSA762W5.js';
|
|
7
|
-
//# sourceMappingURL=Preview-KX3PPZ5C.js.map
|
|
8
|
-
//# sourceMappingURL=Preview-KX3PPZ5C.js.map
|