@ukpc-lib/react 0.16.1-sandbox.saas-9201.patch-1 → 0.16.1-sandbox.saas-9356.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 +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.esm2017-ti5_-Ujj.js → index.esm2017-3_JxYAB6.js} +178 -200
- package/dist/{index.esm2017-B8dIBTWs.cjs → index.esm2017-C3ayQorr.cjs} +1 -1
- 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 +1 -1
- package/web-components-bundle/favorite-menu/index.js +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-Ch-015PG.js → index-BjfvRoKI.js} +0 -2
- package/web-components-bundle/{index-DCYyt2el.js → index-DB8xMLfL.js} +4765 -4800
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react/jsx-runtime"),C=require("react"),m=require("../index.esm2017-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react/jsx-runtime"),C=require("react"),m=require("../index.esm2017-C3ayQorr.cjs"),$=require("@mui/material");require("axios");const gn=require("react-router-dom");require("@r2wc/react-to-web-component");require("react-query");require("react-dom");const se=require("moment");function $o(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const A=$o(C),Ro=e=>{var r,o;const{tabs:t}=e,n=i=>{e.setCurrentTab(i.target.id)};return console.log("🚀 ~ brandColors:",e.currentTab),l.jsxs(l.Fragment,{children:[l.jsx("style",{children:`
|
|
2
2
|
.tab-title {
|
|
3
3
|
min-width: 90px;
|
|
4
4
|
padding: 5px 16px;
|
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import fi, { jsxs as M, 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 hi, useState as D, useEffect as J, useRef as ye, useContext as We, useCallback as dt, forwardRef as mi } from "react";
|
|
4
|
-
import { c as Ie, a as ht, _ as pi, b as Jn, d as W, C as nt, t as Le, I as Zr, N as gi, p as yi, L as Qn, u as vi, e as Xr, S as Jr, f as bi, g as xi, Q as Qr, h as Tt, s as er, i as eo, j as Si, k as It, P, l as we, m as wi, o as _i, n as Fe, q as Ei, r as At, v as tr, w as Ci, x as nr, D as Ti, y as to, z as no, A as Ii, B as Mi, E as ki } from "../index.esm2017-
|
|
5
|
-
import { J as lu, G as uu, M as du, F as fu, H as hu, K as mu } from "../index.esm2017-
|
|
4
|
+
import { c as Ie, a as ht, _ as pi, b as Jn, d as W, C as nt, t as Le, I as Zr, N as gi, p as yi, L as Qn, u as vi, e as Xr, S as Jr, f as bi, g as xi, Q as Qr, h as Tt, s as er, i as eo, j as Si, k as It, P, l as we, m as wi, o as _i, n as Fe, q as Ei, r as At, v as tr, w as Ci, x as nr, D as Ti, y as to, z as no, A as Ii, B as Mi, E as ki } from "../index.esm2017-3_JxYAB6.js";
|
|
5
|
+
import { J as lu, G as uu, M as du, F as fu, H as hu, K as mu } from "../index.esm2017-3_JxYAB6.js";
|
|
6
6
|
import { Box as ro, CircularProgress as oo, Typography as Me, Stack as Se, Dialog as Oi, DialogTitle as Ai, DialogContent as $i, DialogActions as Ni, Button as yn, ClickAwayListener as Pi, TextField as io, IconButton as Ri, Fade as zi, Paper as Li, Checkbox as Di, Breadcrumbs as Fi } from "@mui/material";
|
|
7
7
|
import "axios";
|
|
8
8
|
import { useParams as Hi, Link as ao } from "react-router-dom";
|