@natoora-libs/core 0.2.21-dev-package-upgrades-1 → 0.2.22
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.
|
@@ -9713,12 +9713,13 @@ var TheToolbar = ({
|
|
|
9713
9713
|
handleOpen,
|
|
9714
9714
|
LeftDrawer,
|
|
9715
9715
|
leftSection,
|
|
9716
|
-
rightSection
|
|
9716
|
+
rightSection,
|
|
9717
|
+
isAuthenticated = true
|
|
9717
9718
|
}) => {
|
|
9718
9719
|
const { classes } = useStyles50();
|
|
9719
9720
|
return /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(import_material82.Box, { children: [
|
|
9720
9721
|
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(import_material82.AppBar, { children: /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(import_material82.Toolbar, { className: classes.topBar, children: [
|
|
9721
|
-
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
9722
|
+
isAuthenticated ? /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
9722
9723
|
RoundButton_default,
|
|
9723
9724
|
{
|
|
9724
9725
|
className: classes.menuButton,
|
|
@@ -9726,7 +9727,7 @@ var TheToolbar = ({
|
|
|
9726
9727
|
noStrokes: true,
|
|
9727
9728
|
onClick: handleOpen
|
|
9728
9729
|
}
|
|
9729
|
-
),
|
|
9730
|
+
) : null,
|
|
9730
9731
|
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
9731
9732
|
CompanyLogo_default,
|
|
9732
9733
|
{
|