@applica-software-guru/react-admin 1.5.377 → 1.5.378

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.
@@ -38784,7 +38784,7 @@ function pE(e) {
38784
38784
  display: "flex",
38785
38785
  flexDirection: u ? "column" : "row",
38786
38786
  alignItems: u ? "flex-start" : "center",
38787
- flexWrap: "wrap",
38787
+ ...o && { flexWrap: "wrap" },
38788
38788
  gap: 2,
38789
38789
  px: 2.5,
38790
38790
  py: 2.5
@@ -43986,10 +43986,10 @@ const u4e = "RaTopToolbar", d4e = mi(Za, {
43986
43986
  })(({ theme: e }) => ({
43987
43987
  display: "flex",
43988
43988
  justifyContent: "flex-end",
43989
- alignItems: "flex-end",
43989
+ alignItems: "center",
43990
43990
  gap: e.spacing(1),
43991
43991
  whiteSpace: "nowrap",
43992
- flex: "0 1 auto",
43992
+ flex: "0 0 auto",
43993
43993
  paddingTop: e.spacing(0.5),
43994
43994
  paddingBottom: e.spacing(0.5),
43995
43995
  paddingInline: e.spacing(2),
Binary file