@applica-software-guru/react-admin 1.5.321 → 1.5.323

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.
@@ -32317,6 +32317,7 @@ const bce = ae(
32317
32317
  _9,
32318
32318
  {}
32319
32319
  )(({ theme: e }) => ({
32320
+ zIndex: 2e3,
32320
32321
  "& *": {
32321
32322
  fontSize: e.typography.body1.fontSize
32322
32323
  }
@@ -32905,7 +32906,10 @@ function Nce({ children: e, value: t }) {
32905
32906
  return /* @__PURE__ */ h(jP.Provider, { value: t, children: e });
32906
32907
  }
32907
32908
  const Vce = Zo("div")(({ theme: e }) => ({
32908
- padding: e.spacing(2)
32909
+ padding: e.spacing(2),
32910
+ display: "flex",
32911
+ justifyContent: "center",
32912
+ gap: e.spacing(2)
32909
32913
  })), kl = "ApplicaEmpty", fs = {
32910
32914
  message: `${kl}-message`,
32911
32915
  icon: `${kl}-icon`,
Binary file