yaml-admin-front 0.0.71 → 0.0.74

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.
package/dist/index.es.js CHANGED
@@ -66828,7 +66828,7 @@ const kp = (t, e) => {
66828
66828
  }, Eg = ({ to: t, icon: e, label: r, dense: n }) => {
66829
66829
  const a = sc(), i = window.location, [o] = dc(), s = Fe(() => {
66830
66830
  const c = i.pathname || "/";
66831
- return c === t || c.startsWith(t + "/");
66831
+ return console.log("isActive", i.pathname, t), c === t || c.startsWith(t + "/");
66832
66832
  }, [t, i.pathname]);
66833
66833
  return /* @__PURE__ */ M.jsxs(
66834
66834
  da,
@@ -86880,7 +86880,16 @@ const YC = /* @__PURE__ */ mn(NMe), DMe = typeof YC == "object" ? YC.default : Y
86880
86880
  export {
86881
86881
  XY as AdminContext,
86882
86882
  LOe as AdminProvider,
86883
+ GW as AppBar,
86883
86884
  tRe as EntityTreeView,
86885
+ pq as Layout,
86886
+ VW as Logout,
86887
+ vh as Menu,
86888
+ yA as UserMenu,
86884
86889
  hLe as YMLAdmin,
86885
- $a as useAdminContext
86890
+ Xge as defaultTheme,
86891
+ $a as useAdminContext,
86892
+ sc as useRedirect,
86893
+ dc as useSidebarState,
86894
+ Je as useTranslate
86886
86895
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaml-admin-front",
3
- "version": "0.0.71",
3
+ "version": "0.0.74",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",