@zac-apps/commons 2.0.2 → 2.0.3
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.
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import Typography from '@mui/material/Typography';
|
|
|
12
12
|
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
|
13
13
|
import { createTheme, ThemeProvider, CssBaseline } from '@mui/material';
|
|
14
14
|
import { green, yellow, pink, lightGreen, red } from '@mui/material/colors';
|
|
15
|
-
import { Link } from 'next/link';
|
|
15
|
+
import Link, { Link as Link$2 } from 'next/link';
|
|
16
16
|
import Link$1 from '@mui/material/Link';
|
|
17
17
|
import Box from '@mui/material/Box';
|
|
18
18
|
import AppBar from '@mui/material/AppBar';
|
|
@@ -240,7 +240,7 @@ function NextListMenu(_ref) {
|
|
|
240
240
|
anchorEl: anchorEl,
|
|
241
241
|
open: open,
|
|
242
242
|
onClose: handleClose,
|
|
243
|
-
|
|
243
|
+
slotProps: {
|
|
244
244
|
"aria-labelledby": "lock-button",
|
|
245
245
|
role: "listbox"
|
|
246
246
|
},
|
|
@@ -298,7 +298,7 @@ function AppWrapper(_ref) {
|
|
|
298
298
|
return /*#__PURE__*/jsxs(React__default.Fragment, {
|
|
299
299
|
children: [/*#__PURE__*/jsx(AppMenu, {
|
|
300
300
|
title: /*#__PURE__*/jsx(Link$1, {
|
|
301
|
-
component: Link,
|
|
301
|
+
component: Link$2,
|
|
302
302
|
href: basePath,
|
|
303
303
|
sx: {
|
|
304
304
|
color: AppTheme.palette.primary.contrastText
|
|
@@ -606,7 +606,7 @@ function Start(_ref) {
|
|
|
606
606
|
flexDirection: "column"
|
|
607
607
|
},
|
|
608
608
|
variant: "outlined",
|
|
609
|
-
component: Link,
|
|
609
|
+
component: Link$2,
|
|
610
610
|
href: app.path,
|
|
611
611
|
children: [/*#__PURE__*/jsx("p", {
|
|
612
612
|
children: /*#__PURE__*/jsx(Image, {
|