@ukpc-lib/react 0.8.6 → 0.8.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.
- package/dist/components/index.cjs +25 -25
- package/dist/components/index.js +3 -3
- package/dist/{index.module-efc61dc4.js → index.module-1d39f72e.js} +1759 -1745
- package/dist/{index.module-dfee87ba.cjs → index.module-7db85664.cjs} +83 -83
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +18 -17
- package/dist/theme/SaasThemeProvider.d.ts +1 -0
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +2 -2
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-f914dfd3.js → index-9d8821a2.js} +9406 -9409
- package/web-components-bundle/{index-ef16a9d3.js → index-bc694b29.js} +292 -289
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as O, Fragment as _e, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import * as L from "react";
|
|
3
3
|
import ge, { useState as U, useContext as we, useEffect as Q, useCallback as Ue, useRef as ve, forwardRef as Co, createElement as rr, PureComponent as No } from "react";
|
|
4
|
-
import { c as ke, a as Ze, C as Ie, p as Oo, L as Rr, u as To, b as ko, S as Io, d as $o, e as Mo, Q as $n, f as yt, g as mr, h as Ao, s as vt, _ as z, i as Se, P as k, j as he, k as Po, o as Ro, l as Do, m as zo, n as Dr, q as _t, r as zr, I as Fo, t as Lo, v as Fr, D as jo, w as Mn, x as An, y as Vo, z as Ho, A as Te, B as Bo, E as bt } from "../index.module-
|
|
5
|
-
import { J as Hc, G as Bc, M as Wc, F as Uc, H as Yc, K as qc } from "../index.module-
|
|
4
|
+
import { c as ke, a as Ze, C as Ie, p as Oo, L as Rr, u as To, b as ko, S as Io, d as $o, e as Mo, Q as $n, f as yt, g as mr, h as Ao, s as vt, _ as z, i as Se, P as k, j as he, k as Po, o as Ro, l as Do, m as zo, n as Dr, q as _t, r as zr, I as Fo, t as Lo, v as Fr, D as jo, w as Mn, x as An, y as Vo, z as Ho, A as Te, B as Bo, E as bt } from "../index.module-1d39f72e.js";
|
|
5
|
+
import { J as Hc, G as Bc, M as Wc, F as Uc, H as Yc, K as qc } from "../index.module-1d39f72e.js";
|
|
6
6
|
import Z from "moment";
|
|
7
7
|
import { Stack as te, Dialog as Wo, DialogTitle as Uo, Typography as ye, DialogContent as Yo, DialogActions as qo, Button as It, Box as Go, ClickAwayListener as Ko, TextField as Pn, IconButton as Zo, CircularProgress as Jo, Fade as Xo, Paper as Qo, Checkbox as ei } from "@mui/material";
|
|
8
8
|
import "@r2wc/react-to-web-component";
|
|
@@ -6496,7 +6496,7 @@ const Eo = (e) => {
|
|
|
6496
6496
|
};
|
|
6497
6497
|
return /* @__PURE__ */ c(_e, { children: t ? "" : /* @__PURE__ */ c("div", { className: Te["subscription-diaglog"], children: /* @__PURE__ */ O("div", { className: Te["subscription-container"], children: [
|
|
6498
6498
|
/* @__PURE__ */ c("h4", { className: Te["subscription-title"], children: "Notification" }),
|
|
6499
|
-
/* @__PURE__ */ c("p", { className: Te["subscription-text"], children: "
|
|
6499
|
+
/* @__PURE__ */ c("p", { className: Te["subscription-text"], children: "Choose to receive notifications for the most recent updates. You have the flexibility to disable them whenever you prefer." }),
|
|
6500
6500
|
/* @__PURE__ */ O("div", { className: Te["subscription-btn__container"], children: [
|
|
6501
6501
|
/* @__PURE__ */ c("button", { className: Te["btn-cancel"], onClick: o, children: "Not now" }),
|
|
6502
6502
|
/* @__PURE__ */ c(
|