sixseconds-modules 1.5.1 → 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 CHANGED
@@ -5283,8 +5283,8 @@ const Notification = ({ setInitialState, userData, initialState }) => {
5283
5283
  ) });
5284
5284
  };
5285
5285
  const AppMenus = ({ menuItems, setInitialState }) => {
5286
- return /* @__PURE__ */ jsxRuntime.jsx(material.ClickAwayListener, { onClickAway: () => handleCloseUtil(setInitialState), children: /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { p: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(material.Grid, { container: true, children: menuItems.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
5287
- material.Grid,
5286
+ return /* @__PURE__ */ jsxRuntime.jsx(material.ClickAwayListener, { onClickAway: () => handleCloseUtil(setInitialState), children: /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { p: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(material.GridLegacy, { container: true, children: menuItems.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
5287
+ material.GridLegacy,
5288
5288
  {
5289
5289
  component: material.Link,
5290
5290
  href: item.link,