sixseconds-modules 1.4.7 → 1.4.9

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
@@ -4291,7 +4291,6 @@ const UserProfile = ({ userData, setInitialState, extraMenuOptions }) => {
4291
4291
  sx: {
4292
4292
  display: "flex",
4293
4293
  alignItems: "center",
4294
- ml: { md: 1.5, lg: 1.5, xs: "5px" },
4295
4294
  cursor: "pointer",
4296
4295
  width: "auto",
4297
4296
  height: "auto"
@@ -4529,10 +4528,6 @@ const DropdownMenu = ({ headerMenuArray, initialState }) => {
4529
4528
  Boolean(items.children.length) && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "submenu_child", children: items.children?.map((items2, index2) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: items2.value || "", target: items2.target, className: "submenu_child_link ", children: items2.label }) }, index2) })) })
4530
4529
  ] })) }) }) });
4531
4530
  };
4532
- const Us = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAA1CAMAAACA7r40AAAA/FBMVEWyIjNPN2Y8O27///8/PnBOTXxycpY9PG9RUX5HR3dIR3dLSnlPTny4uMpWVYFFRHVwb5VlZIx7e52DgqOIh6aIiKc+PXBJSHhTUn9hYYqyIjReXohgX4lYV4Lr6/C2tcjPdYB0c5haWYRYV4Nra5GJiac+PW/FxdTHYG1RUH3eoajltbtOTXvty89BQHHg3+hSUX6GYoC6usyVlbFycZa7u8yUk6+sq8FCQXO0tMe1tMhiYYpMS3pDQnNvbpTExNN8fJ7GxdTGxtWCgqLHx9WXlrLXi5SYl7Kiobrg4Oiiorrn5u3n5+2jo7ukpLvw8PTx8fX09Pf19firqsC5sMNxAAAAAnRSTlPQ9qN1Xw4AAAGlSURBVHhe7ZXFiiRBFEVjznvp5W7t7j3u7m7//y8D1dAMGbnI4jW5KOpsgjibCxFcrrtVEmcBGAGQJHB98d3EgEM/ygsg/nwRAy15rxQ4Ywh3JQX49hVgKA/Ad1hDkkGTMSQJjGkOEmo133FmwAEQyl8FfSj3gFgkzjsQAw6AZ796AP2fGcDBS8/ZQ7ZQlJ2d+bEFqp6zhuh9Cf9/pDtKkTs04KBTD4jgx3eICOodoshz1p7M6UUAUQ+Ap2Pf2UMI5UBBX18/Ut7ZQ84Jui10QKsbcA7dt77jxIBDt+sxMNzrD4HL+rZS4Iw9iTZkCjRFmsBUHkcUOGMI7dkpKezuQsrprM3zR76zN572ekdBX623gaONJ0d5B5sGHAA1+QTwRQJgX2Q/7+w9GZGlDZKERpoxgkbDc8s0WscGSo+WGMiNVlgwWuFNjdafPsDe7wzg3RvP2UNCFGVtbX6EoOo7PhgoO1rGnswHiquB4mqgfIcxpBTGkNslMf2JVMAShRxXgJtUwBKFbFbAqicL4U4qYNWThXCHFbDqyUK4swpY9WQhXBX8A2rVjaQ6HWXmAAAAAElFTkSuQmCC";
4533
- const IMAGES = {
4534
- Us
4535
- };
4536
4531
  const DangerDialog = ({
4537
4532
  open,
4538
4533
  setInitialState,
@@ -5403,17 +5398,15 @@ const Header = ({
5403
5398
  margin: { md: "10px", lg: "10px", xs: "10px 0" },
5404
5399
  position: "relative"
5405
5400
  },
5406
- children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { className: "notification", children: [
5401
+ children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { className: "notification", sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
5407
5402
  endCustomComponents,
5408
5403
  isAccessAppMenu && /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { children: [
5409
5404
  /* @__PURE__ */ jsxRuntime.jsx(
5410
5405
  material.Box,
5411
5406
  {
5412
5407
  sx: {
5413
- mr: { md: 2, lg: 2, xs: "0px" },
5414
5408
  display: "flex",
5415
5409
  alignItems: "center",
5416
- ml: { md: 1.5, lg: 1.5, xs: "5px" },
5417
5410
  cursor: "pointer",
5418
5411
  width: "auto",
5419
5412
  height: "auto",
@@ -5435,12 +5428,7 @@ const Header = ({
5435
5428
  material.Typography,
5436
5429
  {
5437
5430
  sx: {
5438
- cursor: "pointer",
5439
- margin: {
5440
- md: "10px",
5441
- lg: "10px",
5442
- xs: "10px 3px!important"
5443
- }
5431
+ cursor: "pointer"
5444
5432
  },
5445
5433
  "data-toggle-name": "notification",
5446
5434
  onClick: (e) => handleOpenUtil(e, setState),
@@ -5460,15 +5448,10 @@ const Header = ({
5460
5448
  gap: "5px",
5461
5449
  alignItems: "center",
5462
5450
  color: "#777777",
5463
- cursor: "pointer",
5464
- margin: {
5465
- md: "10px",
5466
- lg: "10px",
5467
- xs: "10px 3px!important"
5468
- }
5451
+ cursor: "pointer"
5469
5452
  },
5470
5453
  children: [
5471
- /* @__PURE__ */ jsxRuntime.jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag || IMAGES.Us }),
5454
+ /* @__PURE__ */ jsxRuntime.jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag }),
5472
5455
  /* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { margin: "2px 0px 0px 2px" }, children: /* @__PURE__ */ jsxRuntime.jsx(SVG.Dawn, {}) })
5473
5456
  ]
5474
5457
  }