@natoora-libs/core 0.1.7 → 0.1.8

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.
@@ -8396,38 +8396,19 @@ var useStyles53 = (0, import_mui59.makeStyles)()((theme) => ({
8396
8396
  menuButton: {
8397
8397
  color: theme.palette.primary.contrastText
8398
8398
  },
8399
- searchNatoora: {
8400
- width: "100%"
8401
- },
8402
- searchIcon: {
8403
- opacity: ".5"
8404
- },
8405
- inputRoot: {
8406
- color: "inherit"
8407
- },
8408
- inputInput: {
8409
- transition: theme.transitions.create("width"),
8410
- width: "100%"
8411
- },
8412
8399
  topBar: {
8413
8400
  display: "flex",
8414
8401
  gap: theme.spacing(1),
8415
8402
  backgroundColor: colors.topBar
8416
- },
8417
- drawer: {
8418
- backgroundColor: "black"
8419
- },
8420
- drawerItem: {
8421
- maxWidth: "300px",
8422
- width: "80vw"
8423
- },
8424
- offset: theme.mixins.toolbar
8403
+ }
8425
8404
  }));
8426
8405
  var TheToolbar = ({
8427
8406
  imageLogoDarkSmall,
8428
8407
  imageLogoLightSmall,
8429
8408
  handleOpen,
8430
- LeftDrawer: LeftDrawer2
8409
+ LeftDrawer: LeftDrawer2,
8410
+ leftSection,
8411
+ rightSection
8431
8412
  }) => {
8432
8413
  const { classes } = useStyles53();
8433
8414
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_material66.Box, { children: [
@@ -8449,9 +8430,10 @@ var TheToolbar = ({
8449
8430
  imageLogoDarkSmall,
8450
8431
  imageLogoLightSmall
8451
8432
  }
8452
- )
8433
+ ),
8434
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(import_material66.Box, { ml: 2, children: leftSection }),
8435
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(import_material66.Box, { ml: "auto", children: rightSection })
8453
8436
  ] }) }),
8454
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(import_material66.Box, { className: classes.offset }),
8455
8437
  LeftDrawer2
8456
8438
  ] });
8457
8439
  };