@oiij/chrome-tabs 0.0.4 → 0.0.5

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 +6 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -748,6 +748,7 @@ function G(e) {
748
748
  function Tt(e) {
749
749
  return Ce();
750
750
  }
751
+ // @__NO_SIDE_EFFECTS__
751
752
  function Pt(e, t = 200, n = {}) {
752
753
  return Lt(
753
754
  jt(t, n),
@@ -808,20 +809,22 @@ function Dt(...e) {
808
809
  };
809
810
  return Se(n), s;
810
811
  }
812
+ // @__NO_SIDE_EFFECTS__
811
813
  function Vt() {
812
814
  const e = ee(!1), t = Ce();
813
815
  return t && ke(() => {
814
816
  e.value = !0;
815
817
  }, t), e;
816
818
  }
819
+ // @__NO_SIDE_EFFECTS__
817
820
  function Ht(e) {
818
- const t = Vt();
821
+ const t = /* @__PURE__ */ Vt();
819
822
  return M(() => (t.value, !!e()));
820
823
  }
821
824
  function Wt(e, t, n = {}) {
822
825
  const { window: o = oe, ...r } = n;
823
826
  let i;
824
- const s = Ht(() => o && "ResizeObserver" in o), u = () => {
827
+ const s = /* @__PURE__ */ Ht(() => o && "ResizeObserver" in o), u = () => {
825
828
  i && (i.disconnect(), i = void 0);
826
829
  }, f = M(() => {
827
830
  const a = B(e);
@@ -917,7 +920,7 @@ function qt(e) {
917
920
  }
918
921
  }
919
922
  Dt(r, "wheel", f);
920
- const c = Pt(u, 500);
923
+ const c = /* @__PURE__ */ Pt(u, 500);
921
924
  return O([i, s], () => {
922
925
  c();
923
926
  }), {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oiij/chrome-tabs",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "A Vue Component Likes Chrome Tabs Style.",
6
6
  "author": "oiij",
7
7
  "license": "MIT",
@@ -34,15 +34,15 @@
34
34
  ],
35
35
  "peerDependencies": {
36
36
  "colord": "^2.9.3",
37
- "vue": "^3.5.13",
38
- "@oiij/css-render": "0.0.2",
39
- "@oiij/use": "0.0.17"
37
+ "vue": "^3.5.18",
38
+ "@oiij/css-render": "0.0.3",
39
+ "@oiij/use": "0.0.19"
40
40
  },
41
41
  "devDependencies": {
42
42
  "colord": "^2.9.3",
43
- "vue": "^3.5.17",
44
- "@oiij/css-render": "0.0.2",
45
- "@oiij/use": "0.0.17"
43
+ "vue": "^3.5.18",
44
+ "@oiij/use": "0.0.19",
45
+ "@oiij/css-render": "0.0.3"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"