jclib-ui 1.0.201 → 1.0.202
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/jclib-ui.es.js
CHANGED
|
@@ -20441,33 +20441,6 @@ function MenuOption({
|
|
|
20441
20441
|
}
|
|
20442
20442
|
}
|
|
20443
20443
|
}
|
|
20444
|
-
function IconLight({ ...rest }) {
|
|
20445
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
20446
|
-
"svg",
|
|
20447
|
-
{
|
|
20448
|
-
viewBox: "0 0 24 24",
|
|
20449
|
-
fill: "none",
|
|
20450
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20451
|
-
style: { width: 16, height: 16 },
|
|
20452
|
-
...rest,
|
|
20453
|
-
children: [
|
|
20454
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("g", { id: "SVGRepo_bgCarrier", "stroke-width": "0" }),
|
|
20455
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
20456
|
-
"g",
|
|
20457
|
-
{
|
|
20458
|
-
id: "SVGRepo_tracerCarrier",
|
|
20459
|
-
"stroke-linecap": "round",
|
|
20460
|
-
"stroke-linejoin": "round"
|
|
20461
|
-
}
|
|
20462
|
-
),
|
|
20463
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("g", { id: "SVGRepo_iconCarrier", children: [
|
|
20464
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("g", { "clip-path": "url(#a)", fill: "currentColor", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M12 0a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1ZM4.929 3.515a1 1 0 0 0-1.414 1.414l2.828 2.828a1 1 0 0 0 1.414-1.414L4.93 3.515ZM1 11a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2H1ZM18 12a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1ZM17.657 16.243a1 1 0 0 0-1.414 1.414l2.828 2.828a1 1 0 1 0 1.414-1.414l-2.828-2.828ZM7.757 17.657a1 1 0 1 0-1.414-1.414L3.515 19.07a1 1 0 1 0 1.414 1.414l2.828-2.828ZM20.485 4.929a1 1 0 0 0-1.414-1.414l-2.828 2.828a1 1 0 1 0 1.414 1.414l2.828-2.828ZM13 19a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-4ZM12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z" }) }),
|
|
20465
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#ffffff", d: "M0 0h24v24H0z" }) }) })
|
|
20466
|
-
] })
|
|
20467
|
-
]
|
|
20468
|
-
}
|
|
20469
|
-
);
|
|
20470
|
-
}
|
|
20471
20444
|
const cKeyClosedMenus$1 = "sys/nav/closed";
|
|
20472
20445
|
function Navbar({
|
|
20473
20446
|
menusConfig: { brand, company, menus, routes, user, validatePermis },
|
|
@@ -20705,7 +20678,7 @@ function Navbar({
|
|
|
20705
20678
|
setTheme(vtheme);
|
|
20706
20679
|
document.body.dataset.bsTheme = vtheme;
|
|
20707
20680
|
},
|
|
20708
|
-
children:
|
|
20681
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("i", { class: "fa-solid fa-circle-half-stroke" })
|
|
20709
20682
|
}
|
|
20710
20683
|
) }),
|
|
20711
20684
|
helpLink && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -21075,7 +21048,7 @@ function NavbarMU({
|
|
|
21075
21048
|
setTheme(vtheme);
|
|
21076
21049
|
document.body.dataset.bsTheme = vtheme;
|
|
21077
21050
|
},
|
|
21078
|
-
children:
|
|
21051
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("i", { class: "fa-solid fa-circle-half-stroke" })
|
|
21079
21052
|
}
|
|
21080
21053
|
),
|
|
21081
21054
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|