@ukpc-lib/react 0.5.6 → 0.5.8

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.
@@ -2525,9 +2525,9 @@ const IA = (e) => {
2525
2525
  styleOverrides: {
2526
2526
  root: {
2527
2527
  "&.Mui-selected": {
2528
- backgroundColor: t.primary200,
2528
+ backgroundColor: `${t.primary200} !important`,
2529
2529
  "&:hover": {
2530
- backgroundColor: t.primary200
2530
+ backgroundColor: `${t.primary200} !important`
2531
2531
  }
2532
2532
  }
2533
2533
  }
@@ -28855,16 +28855,6 @@ function u4(e) {
28855
28855
  f1 === null ? !0 : f1 === "true"
28856
28856
  ), [T, _] = An(window.location.href), R = En(null);
28857
28857
  zt(() => {
28858
- const ue = i.filter((Ge) => Ge.isFavorite);
28859
- function oe(Ge) {
28860
- return n.every((Ue) => Ue.parent !== Ge.id) ? Ge : {
28861
- ...Ge,
28862
- children: n.filter((Ue) => Ue.parent === Ge.id).map((Ue) => oe(Ue.data))
28863
- };
28864
- }
28865
- const Fe = ue.map((Ge) => oe(Ge));
28866
- l4(Fe);
28867
- }, [i]), zt(() => {
28868
28858
  var ue;
28869
28859
  (ue = e.handleCallback) == null || ue.call(e, i);
28870
28860
  }, [i, e.handleCallback]), zt(() => {
@@ -28912,7 +28902,17 @@ function u4(e) {
28912
28902
  );
28913
28903
  }
28914
28904
  })();
28915
- }, [e.baseUrl, e.menuPath, e.replacePath]), Fl(() => {
28905
+ }, [e.baseUrl, e.menuPath, e.replacePath]), zt(() => {
28906
+ const ue = i.filter((Ge) => Ge.isFavorite);
28907
+ function oe(Ge) {
28908
+ return n.every((Ue) => Ue.parent !== Ge.id) ? Ge : {
28909
+ ...Ge,
28910
+ children: n.filter((Ue) => Ue.parent === Ge.id).map((Ue) => oe(Ue.data))
28911
+ };
28912
+ }
28913
+ const Fe = ue.map((Ge) => oe(Ge));
28914
+ l4(Fe);
28915
+ }, [i, n]), Fl(() => {
28916
28916
  var Ge;
28917
28917
  const ue = localStorage.getItem("scrollPos");
28918
28918
  ue && de.current && setTimeout(() => {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.module-9941a53b.cjs"),m=require("axios"),u=require("react"),i=require("react/jsx-runtime");require("@r2wc/react-to-web-component");const l=require("react-router-dom");require("@mui/material");const c=s=>{const[t,o]=u.useState([]);return u.useEffect(()=>{m.get(`${s}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(r=>o(r.data)).catch(r=>{console.error("Getting user permission error:",r)})},[s]),t},a=s=>(t,o)=>{const r=c(s);return o?t.every(n=>r==null?void 0:r.includes(n)):t.some(n=>r==null?void 0:r.includes(n))},h=({baseUrl:s,accessWith:t,requireAll:o,children:r})=>a(s)(t,o)?i.jsx(i.Fragment,{children:r}):null,P=({accessWith:s,requireAll:t,baseUrl:o,unAuthorizedPath:r,children:n})=>a(o)(s,t)?i.jsx(i.Fragment,{children:n}):i.jsx(l.Navigate,{to:r,replace:!0});exports.AuthContext=e.AuthContext;exports.AuthProvider=e.AuthProvider;exports.ERROR_MESSAGE=e.ERROR_MESSAGE;exports.SaasThemeProvider=e.SaasThemeProvider;exports.TranslationProvider=e.TranslationProvider;exports.axiosInstance=e.axiosInstance;exports.color=e.color;exports.createCustomTheme=e.createCustomTheme;exports.handleErrorAxios=e.handleErrorAxios;exports.login=e.login;exports.logout=e.logout;exports.responseInterceptor=e.responseInterceptor;exports.search=e.search;exports.translate=e.translate;exports.translationConfig=e.translationConfig;exports.useAuth=e.useAuth;exports.useCustomTranslation=e.useCustomTranslation;exports.useTheme=e.useTheme;exports.useTranslation=e.useTranslation$1;exports.HasPermission=h;exports.PermissionRoute=P;exports.getUseHasPermission=a;exports.useGetPermission=c;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.module-552a8ab7.cjs"),m=require("axios"),u=require("react"),i=require("react/jsx-runtime");require("@r2wc/react-to-web-component");const l=require("react-router-dom");require("@mui/material");const c=s=>{const[t,o]=u.useState([]);return u.useEffect(()=>{m.get(`${s}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(r=>o(r.data)).catch(r=>{console.error("Getting user permission error:",r)})},[s]),t},a=s=>(t,o)=>{const r=c(s);return o?t.every(n=>r==null?void 0:r.includes(n)):t.some(n=>r==null?void 0:r.includes(n))},h=({baseUrl:s,accessWith:t,requireAll:o,children:r})=>a(s)(t,o)?i.jsx(i.Fragment,{children:r}):null,P=({accessWith:s,requireAll:t,baseUrl:o,unAuthorizedPath:r,children:n})=>a(o)(s,t)?i.jsx(i.Fragment,{children:n}):i.jsx(l.Navigate,{to:r,replace:!0});exports.AuthContext=e.AuthContext;exports.AuthProvider=e.AuthProvider;exports.ERROR_MESSAGE=e.ERROR_MESSAGE;exports.SaasThemeProvider=e.SaasThemeProvider;exports.TranslationProvider=e.TranslationProvider;exports.axiosInstance=e.axiosInstance;exports.color=e.color;exports.createCustomTheme=e.createCustomTheme;exports.handleErrorAxios=e.handleErrorAxios;exports.login=e.login;exports.logout=e.logout;exports.responseInterceptor=e.responseInterceptor;exports.search=e.search;exports.translate=e.translate;exports.translationConfig=e.translationConfig;exports.useAuth=e.useAuth;exports.useCustomTranslation=e.useCustomTranslation;exports.useTheme=e.useTheme;exports.useTranslation=e.useTranslation$1;exports.HasPermission=h;exports.PermissionRoute=P;exports.getUseHasPermission=a;exports.useGetPermission=c;
@@ -1,4 +1,4 @@
1
- import { T as R, U as S, V as G, a4 as y, a2 as H, a as I, c as $, a3 as j, Y as k, W as w, X as F, Z as M, A as N, a0 as O, $ as U, u as V, e as X, k as Y, a1 as Z } from "../index.module-f854a289.js";
1
+ import { T as R, U as S, V as G, a4 as y, a2 as H, a as I, c as $, a3 as j, Y as k, W as w, X as F, Z as M, A as N, a0 as O, $ as U, u as V, e as X, k as Y, a1 as Z } from "../index.module-7c688197.js";
2
2
  import u from "axios";
3
3
  import { useState as m, useEffect as c } from "react";
4
4
  import { jsx as o, Fragment as n } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ukpc-lib/react",
3
3
  "private": false,
4
- "version": "0.5.6",
4
+ "version": "0.5.8",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",
@@ -0,0 +1,5 @@
1
+ import "../index-425dac48.js";
2
+ import { F as t } from "../index-65501d23.js";
3
+ export {
4
+ t as FavoriteMenu
5
+ };
@@ -1,5 +1,5 @@
1
1
  import "../index-425dac48.js";
2
- import { G as e } from "../index-c65ddbd8.js";
2
+ import { G as e } from "../index-65501d23.js";
3
3
  export {
4
4
  e as GlobalMenu
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import "../index-425dac48.js";
2
- import { T as a } from "../index-c65ddbd8.js";
2
+ import { T as a } from "../index-65501d23.js";
3
3
  export {
4
4
  a as TopBar
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import "../index-425dac48.js";
2
- import { H as o, g as r } from "../index-c65ddbd8.js";
2
+ import { H as o, g as r } from "../index-65501d23.js";
3
3
  export {
4
4
  o as HasPermission,
5
5
  r as getUseHasPermission