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