@applica-software-guru/react-admin 1.5.322 → 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.
@@ -32906,7 +32906,10 @@ function Nce({ children: e, value: t }) {
32906
32906
  return /* @__PURE__ */ h(jP.Provider, { value: t, children: e });
32907
32907
  }
32908
32908
  const Vce = Zo("div")(({ theme: e }) => ({
32909
- padding: e.spacing(2)
32909
+ padding: e.spacing(2),
32910
+ display: "flex",
32911
+ justifyContent: "center",
32912
+ gap: e.spacing(2)
32910
32913
  })), kl = "ApplicaEmpty", fs = {
32911
32914
  message: `${kl}-message`,
32912
32915
  icon: `${kl}-icon`,
Binary file