@applica-software-guru/react-admin 1.5.254 → 1.5.255

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.
@@ -5937,7 +5937,8 @@ var KL = /* @__PURE__ */ function() {
5937
5937
  this.ctr++;
5938
5938
  }, t.flush = function() {
5939
5939
  this.tags.forEach(function(r) {
5940
- return r.parentNode && r.parentNode.removeChild(r);
5940
+ var o;
5941
+ return (o = r.parentNode) == null ? void 0 : o.removeChild(r);
5941
5942
  }), this.tags = [], this.ctr = 0, process.env.NODE_ENV !== "production" && (this._alreadyInsertedOrderInsensitiveRule = !1);
5942
5943
  }, e;
5943
5944
  }(), dn = "-ms-", sd = "-moz-", nt = "-webkit-", g0 = "comm", m0 = "rule", v0 = "decl", XL = "@import", G2 = "@keyframes", ZL = "@layer", QL = Math.abs, cf = String.fromCharCode, JL = Object.assign;
@@ -6550,7 +6551,7 @@ process.env.NODE_ENV !== "production" && (eS.propTypes = {
6550
6551
  styles: C.oneOfType([C.array, C.string, C.object, C.func])
6551
6552
  });
6552
6553
  /**
6553
- * @mui/styled-engine v5.16.1
6554
+ * @mui/styled-engine v5.16.4
6554
6555
  *
6555
6556
  * @license MIT
6556
6557
  * This source code is licensed under the MIT license found in the
@@ -23744,34 +23745,36 @@ function $ne({
23744
23745
  circle: n = !1,
23745
23746
  justify: r = "flex-start",
23746
23747
  record: o,
23747
- ...a
23748
+ sx: a,
23749
+ ...s
23748
23750
  }) {
23749
- const s = Ue(
23751
+ const c = Ue(
23750
23752
  () => ({
23751
23753
  width: typeof e == "number" ? `${e}px !important` : `${e} !important`,
23752
23754
  height: typeof t == "number" ? `${t}px !important` : `${t} !important`,
23753
- borderRadius: n ? "50%" : 1.5
23755
+ borderRadius: n ? "50%" : 1.5,
23756
+ ...a
23754
23757
  }),
23755
- [e, t, n]
23756
- ), c = sn();
23758
+ [e, t, n, a]
23759
+ ), u = sn();
23757
23760
  return /* @__PURE__ */ m(
23758
23761
  Vne,
23759
23762
  {
23760
- sx: (d) => ({
23763
+ sx: (p) => ({
23761
23764
  margin: 0,
23762
23765
  display: "flex",
23763
23766
  justifyContent: r,
23764
23767
  "& img": {
23765
23768
  margin: "0px !important",
23766
- border: `1px solid ${d.palette.divider}`,
23769
+ border: `1px solid ${p.palette.divider}`,
23767
23770
  objectFit: "cover !important",
23768
- ...s,
23769
- minWidth: s.width,
23770
- minHeight: s.height
23771
+ ...c,
23772
+ minWidth: c.width,
23773
+ minHeight: c.height
23771
23774
  }
23772
23775
  }),
23773
- ...a,
23774
- record: o || c
23776
+ ...s,
23777
+ record: o || u
23775
23778
  }
23776
23779
  );
23777
23780
  }