@ukpc-lib/react 0.13.9 → 0.13.10-sandbox.saas-8903.patch-1
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/components/index.cjs +3 -3
- package/dist/components/index.js +6 -4
- package/dist/{index.esm2017-81ft1FRl.js → index.esm2017-BQQAXiFU.js} +7246 -7243
- package/dist/{index.esm2017-CCVnVHX2.cjs → index.esm2017-D3bH2psV.cjs} +79 -79
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/base-breadcrumbs/index.js +2 -2
- package/web-components-bundle/favorite-menu/index.js +4 -4
- package/web-components-bundle/global-menu/index.js +4 -4
- package/web-components-bundle/global-topbar/index.js +6 -6
- package/web-components-bundle/has-permission/index.js +3 -3
- package/web-components-bundle/{index-CxiIFyUv.js → index-Bz192w7s.js} +537 -537
- package/web-components-bundle/{index-DnBVPOmu.js → index-CdXL9k4S.js} +1 -1
- package/web-components-bundle/{index-BSe1av43.js → index-Cx0zTfOC.js} +1 -1
- package/web-components-bundle/{index-DdwqFOdf.js → index-FRcEiVO_.js} +9 -7
- package/web-components-bundle/page-not-found/index.js +2 -2
- package/web-components-bundle/{react-to-web-component-CXwKHjZr.js → react-to-web-component-D7SoYMky.js} +1535 -1527
- package/web-components-bundle/{react-toastify.esm-CrTD7cpE.js → react-toastify.esm-Y1WvK90L.js} +1 -1
- package/web-components-bundle/toast-config/index.js +2 -2
- package/web-components-bundle/toast-config-notification/index.js +2 -2
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import ui, { jsxs as k, Fragment as ve, jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import * as $ from "react";
|
|
3
3
|
import Ee, { createElement as cn, PureComponent as di, useState as D, useEffect as J, useRef as ye, useContext as Ve, useCallback as ut, forwardRef as fi } from "react";
|
|
4
|
-
import { c as Ie, a as ft, _ as hi, b as Jn, d as W, C as tt, I as qr, N as mi, p as pi, L as Qn, u as gi, e as yi, S as Zr, f as vi, g as bi, Q as Xr, h as Ct, i as Jr, j as xi, s as Tt, P, k as we, l as Si, o as wi, m as De, n as _i, q as At, r as er, t as Ei, v as tr, D as Ci, w as Qr, x as eo, y as Ti, z as Ii, A as Mi, B as It } from "../index.esm2017-
|
|
5
|
-
import { H as su, G as cu, K as lu, E as uu, F as du, J as fu } from "../index.esm2017-
|
|
4
|
+
import { c as Ie, a as ft, _ as hi, b as Jn, d as W, C as tt, I as qr, N as mi, p as pi, L as Qn, u as gi, e as yi, S as Zr, f as vi, g as bi, Q as Xr, h as Ct, i as Jr, j as xi, s as Tt, P, k as we, l as Si, o as wi, m as De, n as _i, q as At, r as er, t as Ei, v as tr, D as Ci, w as Qr, x as eo, y as Ti, z as Ii, A as Mi, B as It } from "../index.esm2017-BQQAXiFU.js";
|
|
5
|
+
import { H as su, G as cu, K as lu, E as uu, F as du, J as fu } from "../index.esm2017-BQQAXiFU.js";
|
|
6
6
|
import { Box as to, CircularProgress as no, Typography as Me, Stack as Se, Dialog as ki, DialogTitle as Oi, DialogContent as Ai, DialogActions as $i, Button as yn, ClickAwayListener as Ni, TextField as ro, IconButton as Pi, Fade as Ri, Paper as zi, Checkbox as Li, Breadcrumbs as Di } from "@mui/material";
|
|
7
7
|
import "@r2wc/react-to-web-component";
|
|
8
8
|
import "react-query";
|
|
@@ -2394,7 +2394,9 @@ function os({ classNames: e = "", ...t }) {
|
|
|
2394
2394
|
isBrand: f,
|
|
2395
2395
|
logout: d,
|
|
2396
2396
|
disabledLogoClick: h = !1
|
|
2397
|
-
} = t
|
|
2397
|
+
} = t;
|
|
2398
|
+
console.log("🚀 ~ TopBarContent ~ notiprops:", l);
|
|
2399
|
+
const m = {
|
|
2398
2400
|
...a,
|
|
2399
2401
|
color: (c == null ? void 0 : c.headerTextColor) || "white",
|
|
2400
2402
|
backgroundColor: (c == null ? void 0 : c.headerBgColor) || "black"
|
|
@@ -7674,7 +7676,7 @@ const Kr = (e) => {
|
|
|
7674
7676
|
context: "",
|
|
7675
7677
|
contextUrl: ""
|
|
7676
7678
|
});
|
|
7677
|
-
console.log(t);
|
|
7679
|
+
console.log(t), console.log("firebaseProps", e);
|
|
7678
7680
|
const { setNotiData: r } = Ve(tt);
|
|
7679
7681
|
function o() {
|
|
7680
7682
|
const a = /* @__PURE__ */ k("div", { className: "notification-massage_content", children: [
|