@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.
@@ -1,11 +1,11 @@
1
+ import {
2
+ useDynamicScroll
3
+ } from "../chunk-IXEF6LYV.js";
1
4
  import {
2
5
  Loading_default,
3
6
  colors,
4
7
  isDarkModeEnabled
5
8
  } from "../chunk-CKW5LT7K.js";
6
- import {
7
- useDynamicScroll
8
- } from "../chunk-IXEF6LYV.js";
9
9
  import {
10
10
  getFlattenedFiltersLabels,
11
11
  getSelectOptionFromKeyPress
@@ -10669,7 +10669,7 @@ var TheToolbar = ({
10669
10669
  const { classes } = useStyles49();
10670
10670
  return /* @__PURE__ */ jsxs97(Box50, { children: [
10671
10671
  /* @__PURE__ */ jsx145(AppBar, { children: /* @__PURE__ */ jsxs97(Toolbar, { className: classes.topBar, children: [
10672
- isAuthenticated ? /* @__PURE__ */ jsx145(
10672
+ isAuthenticated ? /* @__PURE__ */ jsx145(Box50, { sx: { flexShrink: 0, display: "flex" }, children: /* @__PURE__ */ jsx145(
10673
10673
  RoundButton_default,
10674
10674
  {
10675
10675
  className: classes.menuButton,
@@ -10677,7 +10677,7 @@ var TheToolbar = ({
10677
10677
  noStrokes: true,
10678
10678
  onClick: handleOpen
10679
10679
  }
10680
- ) : null,
10680
+ ) }) : null,
10681
10681
  /* @__PURE__ */ jsx145(Box50, { sx: { display: { xs: "none", lg: "block" }, flexShrink: 0 }, children: /* @__PURE__ */ jsx145(
10682
10682
  CompanyLogo_default,
10683
10683
  {
@@ -10691,7 +10691,7 @@ var TheToolbar = ({
10691
10691
  Box50,
10692
10692
  {
10693
10693
  ml: { xs: 0, lg: 2 },
10694
- sx: { display: { xs: "none", xl: "block" }, flexShrink: 0 },
10694
+ sx: { flexShrink: 0, display: { xs: "none", xl: "block" } },
10695
10695
  children: leftSection
10696
10696
  }
10697
10697
  ),
@@ -10707,7 +10707,7 @@ var TheToolbar = ({
10707
10707
  children: centerSection
10708
10708
  }
10709
10709
  ) : /* @__PURE__ */ jsx145(Box50, { sx: { flexGrow: 1 } }),
10710
- /* @__PURE__ */ jsx145(Box50, { sx: { flexShrink: 0 }, children: rightSection })
10710
+ /* @__PURE__ */ jsx145(Box50, { sx: { flexShrink: 0, display: { xs: "none", xl: "block" } }, children: rightSection })
10711
10711
  ] }) }),
10712
10712
  LeftDrawer
10713
10713
  ] });