@zac-apps/helium 1.2.6 → 1.3.0-beta.2

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29,6 +29,7 @@ import Button from '@mui/material/Button';
29
29
  import moment$1 from 'moment/moment.js';
30
30
  import Typography from '@mui/material/Typography';
31
31
  import { LineChart, Line, CartesianGrid, XAxis, Label, YAxis, ReferenceLine, ReferenceArea, Tooltip } from 'recharts';
32
+ import Grid2 from '@mui/material/Grid2';
32
33
  import Paper from '@mui/material/Paper';
33
34
  import ButtonGroup from '@mui/material/ButtonGroup';
34
35
  import Switch from '@mui/material/Switch';
@@ -1509,7 +1510,7 @@ function HeliumGraph(_ref4) {
1509
1510
  children: /*#__PURE__*/jsx("strong", {
1510
1511
  children: "Helium level monitoring"
1511
1512
  })
1512
- }), /*#__PURE__*/jsx(Grid, {
1513
+ }), /*#__PURE__*/jsx(Grid2, {
1513
1514
  sx: {
1514
1515
  display: "flex",
1515
1516
  justifyContent: "center"
@@ -1530,7 +1531,7 @@ function HeliumGraph(_ref4) {
1530
1531
  }), " ", /*#__PURE__*/jsxs("em", {
1531
1532
  children: ["(updated ", moment(graphDataMeta.date).fromNow(), ")"]
1532
1533
  })]
1533
- }), /*#__PURE__*/jsx(Grid, {
1534
+ }), /*#__PURE__*/jsx(Grid2, {
1534
1535
  container: true,
1535
1536
  sx: {
1536
1537
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/helium",
3
- "version": "1.2.6",
3
+ "version": "1.3.0-beta.2",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",