react-os-shell 1.0.0 → 1.1.1
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-M5Y3ENA7.js → Browser-NNPSNU35.js} +3 -3
- package/dist/{Browser-M5Y3ENA7.js.map → Browser-NNPSNU35.js.map} +1 -1
- package/dist/{Calculator-DJYKVGOK.js → Calculator-TGBQ6CZ5.js} +4 -4
- package/dist/{Calculator-DJYKVGOK.js.map → Calculator-TGBQ6CZ5.js.map} +1 -1
- package/dist/{CurrencyConverter-ZJWZCO5U.js → CurrencyConverter-VIED4YVG.js} +4 -4
- package/dist/{CurrencyConverter-ZJWZCO5U.js.map → CurrencyConverter-VIED4YVG.js.map} +1 -1
- package/dist/{Documents-2S4QPAI3.js → Documents-EKFJA35K.js} +3 -3
- package/dist/{Documents-2S4QPAI3.js.map → Documents-EKFJA35K.js.map} +1 -1
- package/dist/Files-DCBTCKHR.js +12 -0
- package/dist/{Files-V4SZKOGZ.js.map → Files-DCBTCKHR.js.map} +1 -1
- package/dist/{Minesweeper-YNXOWMIP.js → Minesweeper-JEQS36AX.js} +3 -3
- package/dist/{Minesweeper-YNXOWMIP.js.map → Minesweeper-JEQS36AX.js.map} +1 -1
- package/dist/{Notepad-6JJ4RT3U.js → Notepad-PTFPOQFG.js} +3 -3
- package/dist/{Notepad-6JJ4RT3U.js.map → Notepad-PTFPOQFG.js.map} +1 -1
- package/dist/{PomodoroTimer-HGPJ5R6V.js → PomodoroTimer-ALPSQRXI.js} +4 -4
- package/dist/{PomodoroTimer-HGPJ5R6V.js.map → PomodoroTimer-ALPSQRXI.js.map} +1 -1
- package/dist/Preview-SVY4T4PL.js +8 -0
- package/dist/{Preview-KUAQIPBY.js.map → Preview-SVY4T4PL.js.map} +1 -1
- package/dist/Spreadsheet-MITVBEDX.js +6 -0
- package/dist/{Spreadsheet-TVP3SXT6.js.map → Spreadsheet-MITVBEDX.js.map} +1 -1
- package/dist/{Stock-XLC3LZJV.js → Stock-HPG5RWLL.js} +4 -4
- package/dist/{Stock-XLC3LZJV.js.map → Stock-HPG5RWLL.js.map} +1 -1
- package/dist/{Weather-WH3URRSL.js → Weather-JC3RBPGD.js} +4 -4
- package/dist/{Weather-WH3URRSL.js.map → Weather-JC3RBPGD.js.map} +1 -1
- package/dist/{WorldClock-LJRWPGJW.js → WorldClock-XWFU7PQE.js} +4 -4
- package/dist/{WorldClock-LJRWPGJW.js.map → WorldClock-XWFU7PQE.js.map} +1 -1
- package/dist/apps/index.js +18 -18
- package/dist/{chunk-K354WXU5.js → chunk-3MB2IRBY.js} +3 -3
- package/dist/{chunk-K354WXU5.js.map → chunk-3MB2IRBY.js.map} +1 -1
- package/dist/{chunk-4R4SXMDV.js → chunk-4TNNWBYP.js} +4 -4
- package/dist/{chunk-4R4SXMDV.js.map → chunk-4TNNWBYP.js.map} +1 -1
- package/dist/{chunk-UXEG2NRI.js → chunk-BAVXM63E.js} +4 -4
- package/dist/{chunk-UXEG2NRI.js.map → chunk-BAVXM63E.js.map} +1 -1
- package/dist/{chunk-7TG7VNJS.js → chunk-HMTXSXYU.js} +3 -3
- package/dist/{chunk-7TG7VNJS.js.map → chunk-HMTXSXYU.js.map} +1 -1
- package/dist/{chunk-4RXDOSKZ.js → chunk-JHQDV7SP.js} +4 -4
- package/dist/chunk-JHQDV7SP.js.map +1 -0
- package/dist/{chunk-6DDVFASF.js → chunk-PR23BBD7.js} +3 -3
- package/dist/{chunk-6DDVFASF.js.map → chunk-PR23BBD7.js.map} +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +12 -11
- package/dist/index.js.map +1 -1
- package/dist/styles.css +31 -0
- package/package.json +1 -1
- package/dist/Files-V4SZKOGZ.js +0 -12
- package/dist/Preview-KUAQIPBY.js +0 -8
- package/dist/Spreadsheet-TVP3SXT6.js +0 -6
- package/dist/chunk-4RXDOSKZ.js.map +0 -1
package/dist/styles.css
CHANGED
|
@@ -164,6 +164,37 @@
|
|
|
164
164
|
[data-theme="dark"] .border-blue-400\/60 { border-color: rgba(96, 165, 250, 0.45) !important; }
|
|
165
165
|
[data-theme="dark"] .hover\:bg-gray-200\/40:hover { background-color: rgba(49, 50, 68, 0.4) !important; }
|
|
166
166
|
|
|
167
|
+
/* White alpha variants — the bare .bg-white override doesn't match the /50../95
|
|
168
|
+
alpha classes, so cards (the Widget gallery), the Exposé snapshot title pill
|
|
169
|
+
and desktop overlays stayed bright white in dark mode while their (remapped,
|
|
170
|
+
light) text washed out. Map them to the dark window tint. */
|
|
171
|
+
[data-theme="dark"] .bg-white\/50 { background-color: rgba(30, 30, 46, 0.5) !important; }
|
|
172
|
+
[data-theme="dark"] .bg-white\/60 { background-color: rgba(30, 30, 46, 0.6) !important; }
|
|
173
|
+
[data-theme="dark"] .bg-white\/70 { background-color: rgba(30, 30, 46, 0.7) !important; }
|
|
174
|
+
[data-theme="dark"] .bg-white\/80 { background-color: rgba(30, 30, 46, 0.85) !important; }
|
|
175
|
+
[data-theme="dark"] .bg-white\/90 { background-color: rgba(30, 30, 46, 0.92) !important; }
|
|
176
|
+
[data-theme="dark"] .bg-white\/95 { background-color: rgba(30, 30, 46, 0.95) !important; }
|
|
177
|
+
[data-theme="dark"] .bg-blue-50\/70 { background-color: rgba(59, 130, 246, 0.22) !important; }
|
|
178
|
+
|
|
179
|
+
/* Sticky notes — keep a solid coloured "paper" in dark mode. The bare .bg-*-100
|
|
180
|
+
overrides above mute these to a faint 18% status-pill tint (washed out) and
|
|
181
|
+
the note's black ink then can't be read. The [data-sticky-id] selector wins
|
|
182
|
+
on specificity: give each colour a muted dark paper and flip the ink to a
|
|
183
|
+
light tone. */
|
|
184
|
+
[data-theme="dark"] [data-sticky-id].bg-yellow-100 { background-color: #514a1f !important; border-color: #6e6330 !important; }
|
|
185
|
+
[data-theme="dark"] [data-sticky-id].bg-blue-100 { background-color: #1e3553 !important; border-color: #2f4d72 !important; }
|
|
186
|
+
[data-theme="dark"] [data-sticky-id].bg-green-100 { background-color: #1f4030 !important; border-color: #2f5c45 !important; }
|
|
187
|
+
[data-theme="dark"] [data-sticky-id].bg-pink-100 { background-color: #4d2339 !important; border-color: #6e3654 !important; }
|
|
188
|
+
[data-theme="dark"] [data-sticky-id].bg-purple-100 { background-color: #392555 !important; border-color: #4f3873 !important; }
|
|
189
|
+
[data-theme="dark"] [data-sticky-id].bg-orange-100 { background-color: #533619 !important; border-color: #6e4b27 !important; }
|
|
190
|
+
[data-theme="dark"] [data-sticky-id] .text-black\/70 { color: rgba(230, 233, 245, 0.92) !important; }
|
|
191
|
+
[data-theme="dark"] [data-sticky-id] .text-black\/30 { color: rgba(230, 233, 245, 0.45) !important; }
|
|
192
|
+
[data-theme="dark"] [data-sticky-id] .text-black\/20 { color: rgba(230, 233, 245, 0.42) !important; }
|
|
193
|
+
[data-theme="dark"] [data-sticky-id] .hover\:text-black\/50:hover { color: rgba(230, 233, 245, 0.70) !important; }
|
|
194
|
+
[data-theme="dark"] [data-sticky-id] .placeholder\:text-black\/30::placeholder { color: rgba(230, 233, 245, 0.45) !important; }
|
|
195
|
+
[data-theme="dark"] [data-sticky-id] .bg-black\/10 { background-color: rgba(230, 233, 245, 0.16) !important; }
|
|
196
|
+
[data-theme="dark"] [data-sticky-id] .hover\:bg-black\/20:hover { background-color: rgba(230, 233, 245, 0.26) !important; }
|
|
197
|
+
|
|
167
198
|
/* Inputs — apply the form-input dark styling, but skip elements that
|
|
168
199
|
explicitly opt into a transparent background (e.g. the start-menu
|
|
169
200
|
search) so they keep their parent's frosted-glass tile. */
|
package/package.json
CHANGED
package/dist/Files-V4SZKOGZ.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { Files as default, openFilesInTrashMode, setFilesDemoTree } from './chunk-UXEG2NRI.js';
|
|
2
|
-
import './chunk-4R4SXMDV.js';
|
|
3
|
-
import './chunk-VGTEM5RZ.js';
|
|
4
|
-
import './chunk-K354WXU5.js';
|
|
5
|
-
import './chunk-KUIPWCTJ.js';
|
|
6
|
-
import './chunk-WIJ45SYD.js';
|
|
7
|
-
import './chunk-6DDVFASF.js';
|
|
8
|
-
import './chunk-4RXDOSKZ.js';
|
|
9
|
-
import './chunk-UBN4IUDE.js';
|
|
10
|
-
import './chunk-ZF6AYO4G.js';
|
|
11
|
-
//# sourceMappingURL=Files-V4SZKOGZ.js.map
|
|
12
|
-
//# sourceMappingURL=Files-V4SZKOGZ.js.map
|
package/dist/Preview-KUAQIPBY.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { Preview as default, setPdfPreview } from './chunk-K354WXU5.js';
|
|
2
|
-
import './chunk-KUIPWCTJ.js';
|
|
3
|
-
import './chunk-WIJ45SYD.js';
|
|
4
|
-
import './chunk-4RXDOSKZ.js';
|
|
5
|
-
import './chunk-UBN4IUDE.js';
|
|
6
|
-
import './chunk-ZF6AYO4G.js';
|
|
7
|
-
//# sourceMappingURL=Preview-KUAQIPBY.js.map
|
|
8
|
-
//# sourceMappingURL=Preview-KUAQIPBY.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { Spreadsheet as default, setSpreadsheetPreview } from './chunk-6DDVFASF.js';
|
|
2
|
-
import './chunk-4RXDOSKZ.js';
|
|
3
|
-
import './chunk-UBN4IUDE.js';
|
|
4
|
-
import './chunk-ZF6AYO4G.js';
|
|
5
|
-
//# sourceMappingURL=Spreadsheet-TVP3SXT6.js.map
|
|
6
|
-
//# sourceMappingURL=Spreadsheet-TVP3SXT6.js.map
|