@apolitical/component-library 8.2.1-ac.7 → 8.2.1-ac.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/index.js +24 -24
- package/index.mjs +4 -4
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -26517,7 +26517,7 @@ const Rm = ({
|
|
|
26517
26517
|
const i = ce(), a = Oe(ut), s = Vn(!0, !0), o = a && typeof a.id == "string", l = en(
|
|
26518
26518
|
() => Ke.getIsDesktopVersion(o, s),
|
|
26519
26519
|
[o, s]
|
|
26520
|
-
), u = np("language-switcher"), [d, m] = se(
|
|
26520
|
+
), u = np("language-switcher") && n, [d, m] = se(
|
|
26521
26521
|
u && t ? a.locale !== "en" : !1
|
|
26522
26522
|
), [h, p] = Un(si, {
|
|
26523
26523
|
headerIsVisible: !0,
|
|
@@ -26739,10 +26739,10 @@ const Rm = ({
|
|
|
26739
26739
|
l.navigation ? /* @__PURE__ */ c.jsxs(c.Fragment, { children: [
|
|
26740
26740
|
T,
|
|
26741
26741
|
C,
|
|
26742
|
-
u &&
|
|
26742
|
+
u && _
|
|
26743
26743
|
] }) : /* @__PURE__ */ c.jsxs(c.Fragment, { children: [
|
|
26744
26744
|
C,
|
|
26745
|
-
u &&
|
|
26745
|
+
u && _,
|
|
26746
26746
|
T
|
|
26747
26747
|
] }),
|
|
26748
26748
|
o ? /* @__PURE__ */ c.jsxs(
|
|
@@ -26788,7 +26788,7 @@ const Rm = ({
|
|
|
26788
26788
|
]
|
|
26789
26789
|
}
|
|
26790
26790
|
) : /* @__PURE__ */ c.jsx("ul", { className: "sign-in-buttons", children: ma.buttons.order.map((j) => /* @__PURE__ */ c.jsx(ha, { id: `buttons.${j}` }, j)) })
|
|
26791
|
-
] }) :
|
|
26791
|
+
] }) : u && _
|
|
26792
26792
|
]
|
|
26793
26793
|
}
|
|
26794
26794
|
),
|