sixseconds-modules 1.2.3 → 1.2.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.
@@ -1,4 +1,3 @@
1
- import { SxProps } from '@mui/material';
2
1
  import { t } from '../../types';
3
2
  interface SubHeaderProps {
4
3
  isDesktopCollapsed?: boolean;
@@ -17,7 +16,7 @@ interface SubHeaderProps {
17
16
  extraMenuOptions?: any;
18
17
  isAccessAppMenu?: boolean;
19
18
  t?: t;
20
- sx?: SxProps;
19
+ sx?: any;
21
20
  }
22
21
  export declare const Header: ({ frontCustomComponent, endCustomComponents, userData, interFaceLangList, centerCustomComponents, updateInterfaceLang, selectedInterFaceLang, logoutHandler, logo, isNotification, extraMenuOptions, isMenu, isAccessAppMenu, sx, }: SubHeaderProps) => import("react/jsx-runtime").JSX.Element;
23
22
  export {};
package/dist/index.cjs.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
- const React = require("react");
5
- const material = require("@mui/material");
6
4
  const MenuIcon = require("@mui/icons-material/Menu");
7
5
  const KeyboardArrowDownIcon = require("@mui/icons-material/KeyboardArrowDown");
6
+ const material = require("@mui/material");
7
+ const React = require("react");
8
8
  const CheckIcon = require("@mui/icons-material/Check");
9
9
  const axios = require("axios");
10
10
  function _interopNamespaceDefault(e) {