@archbase/layout 4.0.19 → 4.0.21

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.
Binary file
package/dist/index.js CHANGED
@@ -1043,7 +1043,7 @@ const yi = ({ children: t, ...i }) => /* @__PURE__ */ a(Xt.Provider, { value: i,
1043
1043
  totalTabs: I
1044
1044
  } = t, { t: M } = Wt("archbase"), [N, x] = U(0), [T, P] = U(!1), [k, E] = U(null), [X, D] = U(null), [ot, L] = U(!1), [q, tt] = U(0), [nt, G] = U(!1), lt = it(null), $ = 9, _ = 84, H = 60, V = 48;
1045
1045
  et(() => (document.addEventListener("mousemove", j), document.addEventListener("mouseup", B), () => {
1046
- document.removeEventListener("mousemove", j), document.addEventListener("mouseup", B);
1046
+ document.removeEventListener("mousemove", j), document.removeEventListener("mouseup", B);
1047
1047
  })), et(() => {
1048
1048
  T || setTimeout(() => P(!0), 500);
1049
1049
  }, [T]), et(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbase/layout",
3
- "version": "4.0.19",
3
+ "version": "4.0.21",
4
4
  "description": "Layout components for Archbase React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "react-dom": "^19.2.3",
37
37
  "react-i18next": "^15.1.2",
38
38
  "usehooks-ts": "^3.1.1",
39
- "@archbase/core": "4.0.19",
40
- "@archbase/data": "4.0.19"
39
+ "@archbase/core": "4.0.21",
40
+ "@archbase/data": "4.0.21"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/lodash": "^4.14.200",
@@ -50,10 +50,10 @@
50
50
  "vitest": "^2.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@mantine/core": "9.1.1",
54
- "@mantine/dates": "9.1.1",
55
- "@mantine/hooks": "9.1.1",
56
- "@mantine/notifications": "9.1.1",
53
+ "@mantine/core": "9.2.1",
54
+ "@mantine/dates": "9.2.1",
55
+ "@mantine/hooks": "9.2.1",
56
+ "@mantine/notifications": "9.2.1",
57
57
  "@tabler/icons-react": "^3.27.0",
58
58
  "react": ">=18.0.0",
59
59
  "react-dom": ">=18.0.0"
Binary file