@natoora-libs/core 0.2.42 → 0.2.44

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.
@@ -10879,7 +10879,7 @@ var TheToolbar = ({
10879
10879
  const { classes } = useStyles50();
10880
10880
  return /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)(import_material88.Box, { children: [
10881
10881
  /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.AppBar, { children: /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)(import_material88.Toolbar, { className: classes.topBar, children: [
10882
- isAuthenticated ? /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
10882
+ isAuthenticated ? /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.Box, { sx: { flexShrink: 0, display: "flex" }, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
10883
10883
  RoundButton_default,
10884
10884
  {
10885
10885
  className: classes.menuButton,
@@ -10887,7 +10887,7 @@ var TheToolbar = ({
10887
10887
  noStrokes: true,
10888
10888
  onClick: handleOpen
10889
10889
  }
10890
- ) : null,
10890
+ ) }) : null,
10891
10891
  /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.Box, { sx: { display: { xs: "none", lg: "block" }, flexShrink: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
10892
10892
  CompanyLogo_default,
10893
10893
  {
@@ -10901,7 +10901,7 @@ var TheToolbar = ({
10901
10901
  import_material88.Box,
10902
10902
  {
10903
10903
  ml: { xs: 0, lg: 2 },
10904
- sx: { display: { xs: "none", xl: "block" }, flexShrink: 0 },
10904
+ sx: { flexShrink: 0, display: { xs: "none", xl: "block" } },
10905
10905
  children: leftSection
10906
10906
  }
10907
10907
  ),
@@ -10917,7 +10917,7 @@ var TheToolbar = ({
10917
10917
  children: centerSection
10918
10918
  }
10919
10919
  ) : /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.Box, { sx: { flexGrow: 1 } }),
10920
- /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.Box, { sx: { flexShrink: 0 }, children: rightSection })
10920
+ /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(import_material88.Box, { sx: { flexShrink: 0, display: { xs: "none", xl: "block" } }, children: rightSection })
10921
10921
  ] }) }),
10922
10922
  LeftDrawer
10923
10923
  ] });