@m4l/layouts 9.4.2 → 9.4.3-beta-improvement-606-typography-leveling.0
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.
|
@@ -5,11 +5,11 @@ import { useLocation as $, useNavigate as x } from "react-router-dom";
|
|
|
5
5
|
import { useEnvironment as D, useBase as E, useModuleDictionary as H } from "@m4l/core";
|
|
6
6
|
import { NO_AUTH_MODULE_LAYOUT_CLASSES as M, NOT_AUTH_MODULE_LAYOUT_ICONS as l, DICTIONARY_KEYS as Y } from "../../../../constants.js";
|
|
7
7
|
const K = (c) => {
|
|
8
|
-
const { children:
|
|
8
|
+
const { children: d, backgroundLoginUrl: m } = c, { host_static_assets: n, environment_assets: r } = D(), { currentSize: h } = _(), u = $(), { handleSetting: g, companyLogoUrl: S, footerComponent: a, homePath: i } = E(), p = x(), y = {
|
|
9
9
|
size: h
|
|
10
10
|
}, { getLabel: o } = H();
|
|
11
11
|
return /* @__PURE__ */ t(C, { children: [
|
|
12
|
-
/* @__PURE__ */ e(f, { enableIntersectionObserver: !1, src:
|
|
12
|
+
/* @__PURE__ */ e(f, { enableIntersectionObserver: !1, src: m, className: M.desktopBackground }),
|
|
13
13
|
/* @__PURE__ */ t(O, { children: [
|
|
14
14
|
/* @__PURE__ */ t(U, { children: [
|
|
15
15
|
u.pathname !== i && /* @__PURE__ */ e(
|
|
@@ -20,7 +20,7 @@ const K = (c) => {
|
|
|
20
20
|
label: o(Y.label_home_navigation),
|
|
21
21
|
startIcon: `${n}/${r}/${l.home}`,
|
|
22
22
|
onClick: () => {
|
|
23
|
-
|
|
23
|
+
p(i || "/");
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
),
|
|
@@ -38,20 +38,20 @@ const K = (c) => {
|
|
|
38
38
|
)
|
|
39
39
|
] })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(I, { src:
|
|
41
|
+
/* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(I, { src: S }) }),
|
|
42
42
|
/* @__PURE__ */ t(T, { children: [
|
|
43
43
|
/* @__PURE__ */ t(B, { children: [
|
|
44
44
|
/* @__PURE__ */ e(s, { variant: "h5", skeletonWidth: "20%", children: o("module_name") }),
|
|
45
45
|
/* @__PURE__ */ e(
|
|
46
46
|
s,
|
|
47
47
|
{
|
|
48
|
-
variant: "
|
|
48
|
+
variant: "subtitleStandard",
|
|
49
49
|
skeletonWidth: "40%",
|
|
50
50
|
children: o("module_description")
|
|
51
51
|
}
|
|
52
52
|
)
|
|
53
53
|
] }),
|
|
54
|
-
/* @__PURE__ */ e(k, { direction: "column", height: "auto", style: { overflow: "auto", position: "relative" }, children:
|
|
54
|
+
/* @__PURE__ */ e(k, { direction: "column", height: "auto", style: { overflow: "auto", position: "relative" }, children: d })
|
|
55
55
|
] }),
|
|
56
56
|
a && a
|
|
57
57
|
] })
|