sixseconds-modules 1.6.64 → 1.6.65

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
@@ -9091,7 +9091,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
9091
9091
  sx: {
9092
9092
  borderBottom: "1px solid #EDEDED",
9093
9093
  p: 2,
9094
- zIndex: 99999999
9094
+ zIndex: "99999999 !important"
9095
9095
  },
9096
9096
  children: [
9097
9097
  /* @__PURE__ */ jsxRuntime.jsx(material.Avatar, { src: userData?.userprofile, sx: { width: "55px", height: "55px" }, children: userData?.fullName.trim().split(/\s+/).map((part) => part[0].toUpperCase()).join("") }),
@@ -9242,7 +9242,7 @@ function Language({
9242
9242
  {
9243
9243
  sx: {
9244
9244
  p: 2,
9245
- zIndex: 99999999,
9245
+ zIndex: "99999999 !important",
9246
9246
  borderRadius: "16px",
9247
9247
  border: "1px solid #EDEDED",
9248
9248
  boxShadow: "0px 12px 16px -4px #1A191914",
@@ -10537,7 +10537,7 @@ const Notification = ({ setInitialState, notificationAccessApps, initialState, t
10537
10537
  {
10538
10538
  sx: {
10539
10539
  p: 2,
10540
- zIndex: 99999999,
10540
+ zIndex: "99999999 !important",
10541
10541
  borderRadius: "16px",
10542
10542
  border: "1px solid #EDEDED",
10543
10543
  boxShadow: "0px 12px 16px -4px #1A191914",
@@ -10862,7 +10862,7 @@ const Header = ({
10862
10862
  sx: {
10863
10863
  display: "flex",
10864
10864
  alignItems: "center",
10865
- zIndex: 99999999
10865
+ zIndex: "99999999 !important"
10866
10866
  },
10867
10867
  children: [
10868
10868
  isMenu && /* @__PURE__ */ jsxRuntime.jsx(DropdownMenu, { headerMenuArray: state.menuData, setInitialState: setState, initialState: state }),
@@ -10900,16 +10900,23 @@ const Header = ({
10900
10900
  children: /* @__PURE__ */ jsxRuntime.jsx(SVG.GridIcon, {})
10901
10901
  }
10902
10902
  ),
10903
- state.toggles.appMenus && Boolean(userData?.appAccess?.length) && /* @__PURE__ */ jsxRuntime.jsx(material.Box, { className: "profile headerMenu", sx: { width: "400px !important", p: 1, zIndex: 99999999 }, children: /* @__PURE__ */ jsxRuntime.jsx(
10904
- AppMenus,
10903
+ state.toggles.appMenus && Boolean(userData?.appAccess?.length) && /* @__PURE__ */ jsxRuntime.jsx(
10904
+ material.Box,
10905
10905
  {
10906
- router,
10907
- t,
10908
- appName: userData?.appName,
10909
- menuItems: userData?.appAccess,
10910
- setInitialState: setState
10906
+ className: "profile headerMenu",
10907
+ sx: { width: "400px !important", p: 1, zIndex: "99999999 !important" },
10908
+ children: /* @__PURE__ */ jsxRuntime.jsx(
10909
+ AppMenus,
10910
+ {
10911
+ router,
10912
+ t,
10913
+ appName: userData?.appName,
10914
+ menuItems: userData?.appAccess,
10915
+ setInitialState: setState
10916
+ }
10917
+ )
10911
10918
  }
10912
- ) })
10919
+ )
10913
10920
  ] }),
10914
10921
  isNotification && /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { position: "relative" }, children: [
10915
10922
  /* @__PURE__ */ jsxRuntime.jsx(