sixseconds-modules 1.5.0 → 1.5.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +6 -6
package/dist/index.es.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
14
14
|
import * as React from "react";
|
|
15
15
|
import React__default, { createElement, useState, Component, useEffect } from "react";
|
|
16
|
-
import { styled, AppBar, Box, Avatar, ClickAwayListener, Stack, Typography, Link, useMediaQuery, Dialog, Button, MenuItem,
|
|
16
|
+
import { styled, AppBar, Box, Avatar, ClickAwayListener, Stack, Typography, Link, useMediaQuery, Dialog, Button, MenuItem, GridLegacy, Container, Badge, IconButton } from "@mui/material";
|
|
17
17
|
import MenuIcon from "@mui/icons-material/Menu";
|
|
18
18
|
import CheckIcon from "@mui/icons-material/Check";
|
|
19
19
|
import axios from "axios";
|
|
@@ -5265,8 +5265,8 @@ const Notification = ({ setInitialState, userData, initialState }) => {
|
|
|
5265
5265
|
) });
|
|
5266
5266
|
};
|
|
5267
5267
|
const AppMenus = ({ menuItems, setInitialState }) => {
|
|
5268
|
-
return /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: () => handleCloseUtil(setInitialState), children: /* @__PURE__ */ jsx(Box, { sx: { p: 1 }, children: /* @__PURE__ */ jsx(
|
|
5269
|
-
|
|
5268
|
+
return /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: () => handleCloseUtil(setInitialState), children: /* @__PURE__ */ jsx(Box, { sx: { p: 1 }, children: /* @__PURE__ */ jsx(GridLegacy, { container: true, children: menuItems.map((item, index) => /* @__PURE__ */ jsx(
|
|
5269
|
+
GridLegacy,
|
|
5270
5270
|
{
|
|
5271
5271
|
component: Link,
|
|
5272
5272
|
href: item.link,
|