@natoora-libs/core 0.0.41 → 0.0.43
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.
|
@@ -458,7 +458,6 @@ var AlertDialog_default = AlertDialog;
|
|
|
458
458
|
// src/components/AlertDialogFullScreen/AlertDialogFullScreen.tsx
|
|
459
459
|
var import_material2 = require("@mui/material");
|
|
460
460
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
461
|
-
console.log("wqpkoe");
|
|
462
461
|
var AlertDialogFullScreen = ({
|
|
463
462
|
handleAlertAccept,
|
|
464
463
|
handleAlertReject,
|
|
@@ -7961,38 +7960,18 @@ var useStyles52 = (0, import_mui58.makeStyles)()((theme) => ({
|
|
|
7961
7960
|
menuButton: {
|
|
7962
7961
|
color: theme.palette.primary.contrastText
|
|
7963
7962
|
},
|
|
7964
|
-
searchNatoora: {
|
|
7965
|
-
width: "100%"
|
|
7966
|
-
},
|
|
7967
|
-
searchIcon: {
|
|
7968
|
-
opacity: ".5"
|
|
7969
|
-
},
|
|
7970
|
-
inputRoot: {
|
|
7971
|
-
color: "inherit"
|
|
7972
|
-
},
|
|
7973
|
-
inputInput: {
|
|
7974
|
-
transition: theme.transitions.create("width"),
|
|
7975
|
-
width: "100%"
|
|
7976
|
-
},
|
|
7977
7963
|
topBar: {
|
|
7978
7964
|
display: "flex",
|
|
7979
7965
|
gap: theme.spacing(1),
|
|
7980
7966
|
backgroundColor: colors.topBar
|
|
7981
|
-
}
|
|
7982
|
-
drawer: {
|
|
7983
|
-
backgroundColor: "black"
|
|
7984
|
-
},
|
|
7985
|
-
drawerItem: {
|
|
7986
|
-
maxWidth: "300px",
|
|
7987
|
-
width: "80vw"
|
|
7988
|
-
},
|
|
7989
|
-
offset: theme.mixins.toolbar
|
|
7967
|
+
}
|
|
7990
7968
|
}));
|
|
7991
7969
|
var TheToolbar = ({
|
|
7992
7970
|
imageLogoDarkSmall,
|
|
7993
7971
|
imageLogoLightSmall,
|
|
7994
7972
|
handleOpen,
|
|
7995
|
-
LeftDrawer: LeftDrawer2
|
|
7973
|
+
LeftDrawer: LeftDrawer2,
|
|
7974
|
+
rightSection
|
|
7996
7975
|
}) => {
|
|
7997
7976
|
const { classes } = useStyles52();
|
|
7998
7977
|
return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(import_material65.Box, { children: [
|
|
@@ -8014,9 +7993,9 @@ var TheToolbar = ({
|
|
|
8014
7993
|
imageLogoDarkSmall,
|
|
8015
7994
|
imageLogoLightSmall
|
|
8016
7995
|
}
|
|
8017
|
-
)
|
|
7996
|
+
),
|
|
7997
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_material65.Box, { ml: "auto", children: rightSection })
|
|
8018
7998
|
] }) }),
|
|
8019
|
-
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_material65.Box, { className: classes.offset }),
|
|
8020
7999
|
LeftDrawer2
|
|
8021
8000
|
] });
|
|
8022
8001
|
};
|