react-os-shell 0.10.0 → 0.11.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/README.md +2 -1
- package/dist/{Browser-WVSS64J6.js → Browser-W63A4RUT.js} +3 -3
- package/dist/{Browser-WVSS64J6.js.map → Browser-W63A4RUT.js.map} +1 -1
- package/dist/{Calculator-37EIFRDU.js → Calculator-Z2DAZD6K.js} +4 -4
- package/dist/{Calculator-37EIFRDU.js.map → Calculator-Z2DAZD6K.js.map} +1 -1
- package/dist/{CurrencyConverter-PWX3FKRK.js → CurrencyConverter-S6RQB3OJ.js} +4 -4
- package/dist/{CurrencyConverter-PWX3FKRK.js.map → CurrencyConverter-S6RQB3OJ.js.map} +1 -1
- package/dist/{Documents-W2DABIOW.js → Documents-VE5Z7DRX.js} +3 -3
- package/dist/{Documents-W2DABIOW.js.map → Documents-VE5Z7DRX.js.map} +1 -1
- package/dist/Files-5IXGRZKM.js +11 -0
- package/dist/{Files-XNAPEBFF.js.map → Files-5IXGRZKM.js.map} +1 -1
- package/dist/{Minesweeper-M6HIJYPL.js → Minesweeper-WVAFWKCZ.js} +3 -3
- package/dist/{Minesweeper-M6HIJYPL.js.map → Minesweeper-WVAFWKCZ.js.map} +1 -1
- package/dist/{Notepad-MXEQCIC7.js → Notepad-OLNPHKTT.js} +3 -3
- package/dist/{Notepad-MXEQCIC7.js.map → Notepad-OLNPHKTT.js.map} +1 -1
- package/dist/{PomodoroTimer-5K55K26A.js → PomodoroTimer-ZJYDPFCT.js} +4 -4
- package/dist/{PomodoroTimer-5K55K26A.js.map → PomodoroTimer-ZJYDPFCT.js.map} +1 -1
- package/dist/Preview-LTZOUTQ7.js +8 -0
- package/dist/{Preview-VMKMY6SY.js.map → Preview-LTZOUTQ7.js.map} +1 -1
- package/dist/Spreadsheet-VT3ZISIN.js +6 -0
- package/dist/{Spreadsheet-UZMNMLZH.js.map → Spreadsheet-VT3ZISIN.js.map} +1 -1
- package/dist/{Stock-ZXZOCSJD.js → Stock-DWESS6UC.js} +4 -4
- package/dist/{Stock-ZXZOCSJD.js.map → Stock-DWESS6UC.js.map} +1 -1
- package/dist/{Weather-R6ULA547.js → Weather-NJHYEKH3.js} +4 -4
- package/dist/{Weather-R6ULA547.js.map → Weather-NJHYEKH3.js.map} +1 -1
- package/dist/{WorldClock-HHIBQXUR.js → WorldClock-UJKD253K.js} +4 -4
- package/dist/{WorldClock-HHIBQXUR.js.map → WorldClock-UJKD253K.js.map} +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.js +18 -18
- package/dist/{chunk-SUUADOG6.js → chunk-3SIZAHR6.js} +4 -4
- package/dist/{chunk-SUUADOG6.js.map → chunk-3SIZAHR6.js.map} +1 -1
- package/dist/{chunk-ZETQWO2W.js → chunk-66GIT3PM.js} +3 -3
- package/dist/{chunk-ZETQWO2W.js.map → chunk-66GIT3PM.js.map} +1 -1
- package/dist/{chunk-LWVRQWGV.js → chunk-BS7EHYBT.js} +3 -3
- package/dist/{chunk-LWVRQWGV.js.map → chunk-BS7EHYBT.js.map} +1 -1
- package/dist/{chunk-KJ5664G7.js → chunk-DMSHU2HJ.js} +3 -3
- package/dist/{chunk-KJ5664G7.js.map → chunk-DMSHU2HJ.js.map} +1 -1
- package/dist/{chunk-CDSFAXIS.js → chunk-EFNKEBDB.js} +4 -4
- package/dist/{chunk-CDSFAXIS.js.map → chunk-EFNKEBDB.js.map} +1 -1
- package/dist/{chunk-3T6SQ4UO.js → chunk-IMFUTSYY.js} +5 -5
- package/dist/chunk-IMFUTSYY.js.map +1 -0
- package/dist/index.d.ts +47 -4
- package/dist/index.js +79 -7
- package/dist/index.js.map +1 -1
- package/dist/{types-D_4ifuf-.d.ts → types-BYiS2cc8.d.ts} +5 -0
- package/package.json +1 -1
- package/dist/Files-XNAPEBFF.js +0 -11
- package/dist/Preview-VMKMY6SY.js +0 -8
- package/dist/Spreadsheet-UZMNMLZH.js +0 -6
- package/dist/chunk-3T6SQ4UO.js.map +0 -1
|
@@ -31,6 +31,11 @@ interface PageRegistryEntry {
|
|
|
31
31
|
/** App-style window for self-chromed apps (Preview, Files, Browser, etc.):
|
|
32
32
|
* small title bar with full controls, no body padding, no footer. */
|
|
33
33
|
appStyle?: boolean;
|
|
34
|
+
/** Flush body — keeps the STANDARD full title bar and footer, but drops the
|
|
35
|
+
* body padding so the app's content (e.g. a `<SidebarLayout>`) sits flush to
|
|
36
|
+
* the window edges. Implies `bodyScroll: false`; the app manages its own
|
|
37
|
+
* scrolling. Use for two-pane / sidebar apps that want normal window chrome. */
|
|
38
|
+
flushBody?: boolean;
|
|
34
39
|
/** Custom window dimensions [width, height] in pixels. */
|
|
35
40
|
dimensions?: [number, number];
|
|
36
41
|
/** Auto-size window height to its content. Combine with naturally-flowing
|
package/package.json
CHANGED
package/dist/Files-XNAPEBFF.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { Files as default, openFilesInTrashMode } from './chunk-CDSFAXIS.js';
|
|
2
|
-
import './chunk-SUUADOG6.js';
|
|
3
|
-
import './chunk-KJ5664G7.js';
|
|
4
|
-
import './chunk-KUIPWCTJ.js';
|
|
5
|
-
import './chunk-WIJ45SYD.js';
|
|
6
|
-
import './chunk-ZETQWO2W.js';
|
|
7
|
-
import './chunk-3T6SQ4UO.js';
|
|
8
|
-
import './chunk-UBN4IUDE.js';
|
|
9
|
-
import './chunk-ZF6AYO4G.js';
|
|
10
|
-
//# sourceMappingURL=Files-XNAPEBFF.js.map
|
|
11
|
-
//# sourceMappingURL=Files-XNAPEBFF.js.map
|
package/dist/Preview-VMKMY6SY.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { Preview as default, setPdfPreview } from './chunk-KJ5664G7.js';
|
|
2
|
-
import './chunk-KUIPWCTJ.js';
|
|
3
|
-
import './chunk-WIJ45SYD.js';
|
|
4
|
-
import './chunk-3T6SQ4UO.js';
|
|
5
|
-
import './chunk-UBN4IUDE.js';
|
|
6
|
-
import './chunk-ZF6AYO4G.js';
|
|
7
|
-
//# sourceMappingURL=Preview-VMKMY6SY.js.map
|
|
8
|
-
//# sourceMappingURL=Preview-VMKMY6SY.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { Spreadsheet as default, setSpreadsheetPreview } from './chunk-ZETQWO2W.js';
|
|
2
|
-
import './chunk-3T6SQ4UO.js';
|
|
3
|
-
import './chunk-UBN4IUDE.js';
|
|
4
|
-
import './chunk-ZF6AYO4G.js';
|
|
5
|
-
//# sourceMappingURL=Spreadsheet-UZMNMLZH.js.map
|
|
6
|
-
//# sourceMappingURL=Spreadsheet-UZMNMLZH.js.map
|