react-os-shell 0.2.24 → 0.2.26
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/{CurrencyConverter-KMBBKLHZ.js → CurrencyConverter-A6CHXNEQ.js} +3 -3
- package/dist/{CurrencyConverter-KMBBKLHZ.js.map → CurrencyConverter-A6CHXNEQ.js.map} +1 -1
- package/dist/{Files-ZPMM53WI.js → Files-YHUOR7RM.js} +4 -4
- package/dist/{Files-ZPMM53WI.js.map → Files-YHUOR7RM.js.map} +1 -1
- package/dist/Preview-SLX4ZLUQ.js +6 -0
- package/dist/{Preview-QI4WKYS2.js.map → Preview-SLX4ZLUQ.js.map} +1 -1
- package/dist/apps/index.js +5 -5
- package/dist/{chunk-NC7UQF6K.js → chunk-23RBDC2Z.js} +3 -3
- package/dist/{chunk-NC7UQF6K.js.map → chunk-23RBDC2Z.js.map} +1 -1
- package/dist/{chunk-LJ6DLGTY.js → chunk-6IV6OWF3.js} +367 -192
- package/dist/chunk-6IV6OWF3.js.map +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/Preview-QI4WKYS2.js +0 -6
- package/dist/chunk-LJ6DLGTY.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { useGoogleAuth } from './chunk-46LICZUM.js';
|
|
|
5
5
|
import { useShellPrefs } from './chunk-36VM54SC.js';
|
|
6
6
|
export { ShellPrefsProvider, useLocalStoragePrefs, useShellPrefs } from './chunk-36VM54SC.js';
|
|
7
7
|
import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, playLogout, setSoundForType, previewSound, setAllSounds } from './chunk-D7PYW2QS.js';
|
|
8
|
-
import { setPdfPreview } from './chunk-
|
|
8
|
+
import { setPdfPreview } from './chunk-6IV6OWF3.js';
|
|
9
9
|
import { toast_default } from './chunk-WIJ45SYD.js';
|
|
10
10
|
export { toast_default as toast } from './chunk-WIJ45SYD.js';
|
|
11
11
|
import { useWindowManager, glassStyle, PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, Modal, startMenuCategories, useIsMobile, navSections, isSection, GLASS_INPUT_BG, navIcons, sectionIcons, ModalActions, useModalActive, WINDOW_REGISTRY, isPageEntry, LoadingSpinner, ThumbCard, activateModal } from './chunk-QXY6ZHRX.js';
|
|
@@ -706,7 +706,7 @@ function StatusBadge({ status }) {
|
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
// src/version.ts
|
|
709
|
-
var VERSION = "0.2.
|
|
709
|
+
var VERSION = "0.2.25" ;
|
|
710
710
|
var APP_VERSION = VERSION;
|
|
711
711
|
|
|
712
712
|
// 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.26",
|
|
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-QI4WKYS2.js
DELETED