sixseconds-modules 1.2.6 → 1.2.7
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 +5 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5423,7 +5423,7 @@ const Header = ({
|
|
|
5423
5423
|
state.toggles.appMenus && userData?.appAccess?.length && /* @__PURE__ */ jsx(Box, { className: "profile headerMenu", children: /* @__PURE__ */ jsx(AppMenus, { menuItems: userData?.appAccess, setInitialState: setState }) })
|
|
5424
5424
|
] }),
|
|
5425
5425
|
Boolean(interFaceLangList?.length) && /* @__PURE__ */ jsxs(Box, { sx: { position: "relative" }, children: [
|
|
5426
|
-
/* @__PURE__ */
|
|
5426
|
+
/* @__PURE__ */ jsxs(
|
|
5427
5427
|
Typography,
|
|
5428
5428
|
{
|
|
5429
5429
|
"data-toggle-name": "lang",
|
|
@@ -5440,7 +5440,10 @@ const Header = ({
|
|
|
5440
5440
|
xs: "10px 3px!important"
|
|
5441
5441
|
}
|
|
5442
5442
|
},
|
|
5443
|
-
children:
|
|
5443
|
+
children: [
|
|
5444
|
+
/* @__PURE__ */ jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag || IMAGES.Us }),
|
|
5445
|
+
/* @__PURE__ */ jsx(Box, { sx: { margin: "2px 0px 0px 2px" }, children: /* @__PURE__ */ jsx(SVG.Dawn, {}) })
|
|
5446
|
+
]
|
|
5444
5447
|
}
|
|
5445
5448
|
),
|
|
5446
5449
|
state.toggles.lang && /* @__PURE__ */ jsx(
|