@zac-apps/commons 2.0.1 → 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/README.md CHANGED
@@ -1 +1 @@
1
- This package contains common components for the ZAC Apps
1
+ This package contains common components for the [ZAC Apps](https://www.npmjs.com/settings/zac-apps/packages).
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
- MenuListProps: {
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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/commons",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",
@@ -59,5 +59,5 @@
59
59
  "react": "^19 || ^18",
60
60
  "react-dom": "^19 || ^18"
61
61
  },
62
- "description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)."
62
+ "description": "This package contains common components for the ZAC Apps."
63
63
  }