sixseconds-modules 1.6.53 → 1.6.55
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 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8980,7 +8980,7 @@ const SubHeaderStyled = styled(AppBar)(() => ({
|
|
|
8980
8980
|
width: "100vw",
|
|
8981
8981
|
fontFamily: "Inter, sans-serif",
|
|
8982
8982
|
position: "fixed",
|
|
8983
|
-
zIndex: "
|
|
8983
|
+
zIndex: "999999999",
|
|
8984
8984
|
// left: "255px",
|
|
8985
8985
|
right: "0px",
|
|
8986
8986
|
top: "0px"
|
|
@@ -11292,6 +11292,7 @@ const PreviousLoginBanner = ({ t: t2, router, sx }) => {
|
|
|
11292
11292
|
return previousLoginDetails.id && previousLoginDetails.isAllowToAccess && /* @__PURE__ */ jsx(
|
|
11293
11293
|
Box,
|
|
11294
11294
|
{
|
|
11295
|
+
component: AppBar,
|
|
11295
11296
|
sx: {
|
|
11296
11297
|
height: "auto",
|
|
11297
11298
|
width: "100%",
|