@zac-apps/commons 2.0.0-beta.3 → 2.0.0-beta.5

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import { green, yellow, pink, lightGreen, red } from '@mui/material/colors';
15
15
  import Table from '@mui/material/Table';
16
16
  import TableContainer from '@mui/material/TableContainer';
17
17
  import Paper from '@mui/material/Paper';
18
- import Link, { Link as Link$2 } from 'next/link';
18
+ import { Link } from 'next/link';
19
19
  import Link$1 from '@mui/material/Link';
20
20
  import Box from '@mui/material/Box';
21
21
  import AppBar from '@mui/material/AppBar';
@@ -310,7 +310,7 @@ function AppWrapper(_ref) {
310
310
  return /*#__PURE__*/jsxs(React__default.Fragment, {
311
311
  children: [/*#__PURE__*/jsx(AppMenu, {
312
312
  title: /*#__PURE__*/jsx(Link$1, {
313
- component: Link$2,
313
+ component: Link,
314
314
  href: basePath,
315
315
  sx: {
316
316
  color: AppTheme.palette.primary.contrastText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/commons",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.5",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",