sixseconds-modules 1.2.6 → 1.2.8

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
@@ -5441,7 +5441,7 @@ const Header = ({
5441
5441
  state.toggles.appMenus && userData?.appAccess?.length && /* @__PURE__ */ jsxRuntime.jsx(material.Box, { className: "profile headerMenu", children: /* @__PURE__ */ jsxRuntime.jsx(AppMenus, { menuItems: userData?.appAccess, setInitialState: setState }) })
5442
5442
  ] }),
5443
5443
  Boolean(interFaceLangList?.length) && /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { sx: { position: "relative" }, children: [
5444
- /* @__PURE__ */ jsxRuntime.jsx(
5444
+ /* @__PURE__ */ jsxRuntime.jsxs(
5445
5445
  material.Typography,
5446
5446
  {
5447
5447
  "data-toggle-name": "lang",
@@ -5458,7 +5458,10 @@ const Header = ({
5458
5458
  xs: "10px 3px!important"
5459
5459
  }
5460
5460
  },
5461
- children: /* @__PURE__ */ jsxRuntime.jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag || IMAGES.Us })
5461
+ children: [
5462
+ /* @__PURE__ */ jsxRuntime.jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag || IMAGES.Us }),
5463
+ /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { margin: "2px 0px 0px 2px" }, children: /* @__PURE__ */ jsxRuntime.jsx(SVG.Dawn, {}) })
5464
+ ]
5462
5465
  }
5463
5466
  ),
5464
5467
  state.toggles.lang && /* @__PURE__ */ jsxRuntime.jsx(