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 +4 -21
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -21
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4273,7 +4273,6 @@ const UserProfile = ({ userData, setInitialState, extraMenuOptions }) => {
|
|
|
4273
4273
|
sx: {
|
|
4274
4274
|
display: "flex",
|
|
4275
4275
|
alignItems: "center",
|
|
4276
|
-
ml: { md: 1.5, lg: 1.5, xs: "5px" },
|
|
4277
4276
|
cursor: "pointer",
|
|
4278
4277
|
width: "auto",
|
|
4279
4278
|
height: "auto"
|
|
@@ -4511,10 +4510,6 @@ const DropdownMenu = ({ headerMenuArray, initialState }) => {
|
|
|
4511
4510
|
Boolean(items.children.length) && /* @__PURE__ */ jsx("ul", { className: "submenu_child", children: items.children?.map((items2, index2) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: items2.value || "", target: items2.target, className: "submenu_child_link ", children: items2.label }) }, index2) })) })
|
|
4512
4511
|
] })) }) }) });
|
|
4513
4512
|
};
|
|
4514
|
-
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";
|
|
4515
|
-
const IMAGES = {
|
|
4516
|
-
Us
|
|
4517
|
-
};
|
|
4518
4513
|
const DangerDialog = ({
|
|
4519
4514
|
open,
|
|
4520
4515
|
setInitialState,
|
|
@@ -5385,17 +5380,15 @@ const Header = ({
|
|
|
5385
5380
|
margin: { md: "10px", lg: "10px", xs: "10px 0" },
|
|
5386
5381
|
position: "relative"
|
|
5387
5382
|
},
|
|
5388
|
-
children: /* @__PURE__ */ jsxs(Box, { className: "notification", children: [
|
|
5383
|
+
children: /* @__PURE__ */ jsxs(Box, { className: "notification", sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
5389
5384
|
endCustomComponents,
|
|
5390
5385
|
isAccessAppMenu && /* @__PURE__ */ jsxs(Box, { children: [
|
|
5391
5386
|
/* @__PURE__ */ jsx(
|
|
5392
5387
|
Box,
|
|
5393
5388
|
{
|
|
5394
5389
|
sx: {
|
|
5395
|
-
mr: { md: 2, lg: 2, xs: "0px" },
|
|
5396
5390
|
display: "flex",
|
|
5397
5391
|
alignItems: "center",
|
|
5398
|
-
ml: { md: 1.5, lg: 1.5, xs: "5px" },
|
|
5399
5392
|
cursor: "pointer",
|
|
5400
5393
|
width: "auto",
|
|
5401
5394
|
height: "auto",
|
|
@@ -5417,12 +5410,7 @@ const Header = ({
|
|
|
5417
5410
|
Typography,
|
|
5418
5411
|
{
|
|
5419
5412
|
sx: {
|
|
5420
|
-
cursor: "pointer"
|
|
5421
|
-
margin: {
|
|
5422
|
-
md: "10px",
|
|
5423
|
-
lg: "10px",
|
|
5424
|
-
xs: "10px 3px!important"
|
|
5425
|
-
}
|
|
5413
|
+
cursor: "pointer"
|
|
5426
5414
|
},
|
|
5427
5415
|
"data-toggle-name": "notification",
|
|
5428
5416
|
onClick: (e) => handleOpenUtil(e, setState),
|
|
@@ -5442,15 +5430,10 @@ const Header = ({
|
|
|
5442
5430
|
gap: "5px",
|
|
5443
5431
|
alignItems: "center",
|
|
5444
5432
|
color: "#777777",
|
|
5445
|
-
cursor: "pointer"
|
|
5446
|
-
margin: {
|
|
5447
|
-
md: "10px",
|
|
5448
|
-
lg: "10px",
|
|
5449
|
-
xs: "10px 3px!important"
|
|
5450
|
-
}
|
|
5433
|
+
cursor: "pointer"
|
|
5451
5434
|
},
|
|
5452
5435
|
children: [
|
|
5453
|
-
/* @__PURE__ */ jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag
|
|
5436
|
+
/* @__PURE__ */ jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag }),
|
|
5454
5437
|
/* @__PURE__ */ jsx(Box, { sx: { margin: "2px 0px 0px 2px" }, children: /* @__PURE__ */ jsx(SVG.Dawn, {}) })
|
|
5455
5438
|
]
|
|
5456
5439
|
}
|