x-essential-lib 0.5.83 → 0.5.84
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/composables/system.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -839,7 +839,7 @@ function pt(e) {
|
|
|
839
839
|
return ut("(prefers-color-scheme: dark)", e);
|
|
840
840
|
}
|
|
841
841
|
function st() {
|
|
842
|
-
const e = Se(), a = N(), t = pt(), n = g(() => typeof a.dark == "boolean" ? a.dark : t), o = g(() => !!window.cordova), r = g(() => e.width.value <= 1280 ? e.width.value + "px" : e.width.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px");
|
|
842
|
+
const e = Se(), a = N(), t = pt(), n = g(() => typeof a.dark == "boolean" ? a.dark : t.value), o = g(() => !!window.cordova), r = g(() => e.width.value <= 1280 ? e.width.value + "px" : e.width.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px");
|
|
843
843
|
return { dark: n, sysBarAvail: o, compactWidth: r };
|
|
844
844
|
}
|
|
845
845
|
function Rt() {
|