@archbase/admin 3.0.23 → 4.0.0

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 +3 -3
  2. package/package.json +16 -16
package/dist/index.js CHANGED
@@ -1542,7 +1542,7 @@ function $o({
1542
1542
  ] })
1543
1543
  }
1544
1544
  ),
1545
- /* @__PURE__ */ e(kr, { in: h, children: /* @__PURE__ */ e(G, { mt: 4, children: t }) })
1545
+ /* @__PURE__ */ e(kr, { expanded: h, children: /* @__PURE__ */ e(G, { mt: 4, children: t }) })
1546
1546
  ] });
1547
1547
  }
1548
1548
  function sn({
@@ -3102,7 +3102,7 @@ function vt({
3102
3102
  ), ue = N === "dark" ? D ?? f.colors.dark[7] : E ?? f.white, Ne = ge === "legacy", Ae = Ne ? void 0 : {
3103
3103
  width: { base: Ie },
3104
3104
  breakpoint: "sm",
3105
- collapsed: { mobile: K || !Q, desktop: !Q }
3105
+ collapsed: { mobile: K || !Q, desktop: K || !Q }
3106
3106
  }, Pe = Ne ? {
3107
3107
  main: {
3108
3108
  background: N === "dark" ? f.colors.dark[8] : f.colors.gray[0],
@@ -3158,7 +3158,7 @@ function vt({
3158
3158
  children: r
3159
3159
  }
3160
3160
  ),
3161
- /* @__PURE__ */ e(Qe.Navbar, { children: !K && Q ? Le(Ce(), !1) : void 0 }),
3161
+ !K && Q && /* @__PURE__ */ e(Qe.Navbar, { children: Le(Ce(), !1) }),
3162
3162
  /* @__PURE__ */ I(Qe.Main, { bg: N === "dark" ? f.colors.dark[8] : f.colors.gray[0], children: [
3163
3163
  !K && P && yt(
3164
3164
  N,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbase/admin",
3
- "version": "3.0.23",
3
+ "version": "4.0.0",
4
4
  "description": "Admin interface components for Archbase React",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -26,15 +26,15 @@
26
26
  "author": "Edson Martins",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@archbase/components": "3.0.23",
30
- "@archbase/core": "3.0.23",
31
- "@archbase/data": "3.0.23",
32
- "@archbase/layout": "3.0.23",
33
- "@archbase/security": "3.0.23",
34
- "@archbase/template": "3.0.23",
35
- "@mantine/core": "8.3.18",
36
- "@mantine/form": "8.3.18",
37
- "@mantine/hooks": "8.3.18",
29
+ "@archbase/components": "4.0.0",
30
+ "@archbase/core": "4.0.0",
31
+ "@archbase/data": "4.0.0",
32
+ "@archbase/layout": "4.0.0",
33
+ "@archbase/security": "4.0.0",
34
+ "@archbase/template": "4.0.0",
35
+ "@mantine/core": "9.1.1",
36
+ "@mantine/form": "9.1.1",
37
+ "@mantine/hooks": "9.1.1",
38
38
  "@rehooks/component-size": "^1.0.3",
39
39
  "@storybook/preview-api": "^8.6.14",
40
40
  "@tabler/icons-react": "^3.27.0",
@@ -62,12 +62,12 @@
62
62
  "vitest": "^2.0.0"
63
63
  },
64
64
  "peerDependencies": {
65
- "@mantine/core": "8.3.18",
66
- "@mantine/dates": "8.3.18",
67
- "@mantine/hooks": "8.3.18",
68
- "@mantine/modals": "8.3.18",
69
- "@mantine/notifications": "8.3.18",
70
- "@mantine/spotlight": "8.3.18",
65
+ "@mantine/core": "9.1.1",
66
+ "@mantine/dates": "9.1.1",
67
+ "@mantine/hooks": "9.1.1",
68
+ "@mantine/modals": "9.1.1",
69
+ "@mantine/notifications": "9.1.1",
70
+ "@mantine/spotlight": "9.1.1",
71
71
  "@tabler/icons-react": "^3.27.0",
72
72
  "react": ">=18.0.0",
73
73
  "react-dom": ">=18.0.0"