@ukpc-lib/react 0.14.6-sandbox.saas-9898.patch-1 → 0.14.6

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.
@@ -1,8 +1,8 @@
1
1
  import di, { jsx as u, jsxs as O, Fragment as de } from "react/jsx-runtime";
2
2
  import * as N from "react";
3
3
  import Ce, { createElement as cn, PureComponent as fi, useState as L, useEffect as Z, useRef as ge, useContext as We, useCallback as dt, forwardRef as hi } from "react";
4
- import { c as ke, a as ht, _ as mi, b as Jn, d as G, C as nt, t as Le, I as Xr, N as pi, p as gi, L as Qn, U as yi, G as bi, u as vi, h as Zr, l as xi, e as Si, S as Jr, f as wi, g as _i, Q as Qr, i as Tt, j as eo, k as Ei, s as It, P as R, m as _e, n as Ci, o as Ti, q as Fe, r as Ii, v as At, w as er, x as ki, y as tr, D as Mi, z as to, A as no, B as Oi, E as Ai, F as $i } from "../index.esm2017-N8BJl2eP.js";
5
- import { M as lu, H as uu, R as du, J as fu, K as hu, O as mu } from "../index.esm2017-N8BJl2eP.js";
4
+ import { c as ke, a as ht, _ as mi, b as Jn, d as G, C as nt, t as Le, I as Xr, N as pi, p as gi, L as Qn, U as yi, G as bi, u as vi, h as Zr, l as xi, e as Si, S as Jr, f as wi, g as _i, Q as Qr, i as Tt, j as eo, k as Ei, s as It, P as R, m as _e, n as Ci, o as Ti, q as Fe, r as Ii, v as At, w as er, x as ki, y as tr, D as Mi, z as to, A as no, B as Oi, E as Ai, F as $i } from "../index.esm2017-DLjiPHbA.js";
5
+ import { M as lu, H as uu, R as du, J as fu, K as hu, O as mu } from "../index.esm2017-DLjiPHbA.js";
6
6
  import { Box as ro, CircularProgress as oo, Typography as Me, Stack as we, Dialog as Ni, DialogTitle as Ri, DialogContent as Pi, DialogActions as zi, Button as yn, ClickAwayListener as Li, TextField as io, IconButton as Di, Fade as Fi, Paper as ji, Checkbox as Hi, Breadcrumbs as Bi } from "@mui/material";
7
7
  import "axios";
8
8
  import "@r2wc/react-to-web-component";
@@ -2519,7 +2519,7 @@ function as({ classNames: e = "", ...t }) {
2519
2519
  highlightColor: "#f5f5f57d",
2520
2520
  style: { lineHeight: "unset" }
2521
2521
  }
2522
- ) : r ? r.firstName + " " + r.lastName : "Unknown User"
2522
+ ) : r && `${r.firstName ?? ""} ${r.lastName ?? ""}`.trim() || "Unknown User"
2523
2523
  }
2524
2524
  )
2525
2525
  ] })