x-essential-lib 0.3.18 → 0.3.19

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -772,11 +772,8 @@ function Dt(e) {
772
772
  }), {};
773
773
  }
774
774
  function qt() {
775
- const e = H(), a = f(() => e.current.value.dark), t = f(() => !!window.cordova), o = f(() => {
776
- const { width: l } = Re();
777
- return l.value <= 1280 ? l.value + "px" : l.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px";
778
- });
779
- return { dark: a, sysBarAvail: t, compactWidth: o };
775
+ const e = H(), a = Re(), t = f(() => e.current.value.dark), o = f(() => !!window.cordova), l = f(() => a.width.value <= 1280 ? a.width.value + "px" : a.width.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px");
776
+ return { dark: t, sysBarAvail: o, compactWidth: l };
780
777
  }
781
778
  const Tt = { install: Xe };
782
779
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.3.18",
4
+ "version": "0.3.19",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",