x-essential-lib 0.9.32 → 0.9.34

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -885,18 +885,18 @@ var $e = /* @__PURE__ */ p({
885
885
  },
886
886
  setup(e) {
887
887
  let t = o(() => ({
888
- position: "fixed",
888
+ position: "absolute",
889
889
  backgroundColor: "#ff00cc",
890
- width: "100vw",
890
+ width: "99999px",
891
891
  height: "1px",
892
892
  top: `${e.top}px`,
893
893
  left: "0px",
894
894
  zIndex: 9999
895
895
  })), n = o(() => ({
896
- position: "fixed",
896
+ position: "absolute",
897
897
  backgroundColor: "#ff00cc",
898
898
  width: "1px",
899
- height: "100vh",
899
+ height: "99999px",
900
900
  top: "0px",
901
901
  left: `${e.left}px`,
902
902
  zIndex: 9999
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.9.32",
4
+ "version": "0.9.34",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",