@kystverket/styrbord 0.306.3 → 0.306.4
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/main.js
CHANGED
|
@@ -951,8 +951,8 @@ function El({
|
|
|
951
951
|
d((y) => (y || C(!1), !y));
|
|
952
952
|
}, [d, C]), v = l3(() => {
|
|
953
953
|
C((y) => (y || d(!1), !y));
|
|
954
|
-
}, [C, d]);
|
|
955
|
-
return Q9(f,
|
|
954
|
+
}, [C, d]), m = () => C(!1);
|
|
955
|
+
return Q9(f, m), /* @__PURE__ */ h.jsxs(e2, { horizontal: !0, justify: "center", align: "center", className: $.headerContainer, children: [
|
|
956
956
|
/* @__PURE__ */ h.jsxs(e2, { className: $.headerFlex, px: 16, width: "container", children: [
|
|
957
957
|
/* @__PURE__ */ h.jsx(e2, { horizontal: !0, align: "center", gap: 16, children: /* @__PURE__ */ h.jsxs(o, { className: $.logoLink, href: a, children: [
|
|
958
958
|
/* @__PURE__ */ h.jsx(m5, { className: $.logo, variant: t, height: 47, alt: l("header-alt-text") }),
|
|
@@ -1041,6 +1041,7 @@ function El({
|
|
|
1041
1041
|
{
|
|
1042
1042
|
href: y.url,
|
|
1043
1043
|
className: `${$.headerButton} ${$.disappearBelowPhone}`,
|
|
1044
|
+
onClick: m,
|
|
1044
1045
|
children: [
|
|
1045
1046
|
/* @__PURE__ */ h.jsx(C2, { material: y.icon }),
|
|
1046
1047
|
/* @__PURE__ */ h.jsx(m1, { children: y.label })
|