@kystverket/styrbord 1.3.0 → 1.3.2
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
|
@@ -1193,9 +1193,9 @@ const T6 = "_footer_aepms_2", X6 = "_footerContainer_aepms_10", G6 = "_linksCont
|
|
|
1193
1193
|
"en-US": p8
|
|
1194
1194
|
};
|
|
1195
1195
|
function q1(r, n) {
|
|
1196
|
-
if (r)
|
|
1196
|
+
if (r && n)
|
|
1197
1197
|
if (n.includes(".")) {
|
|
1198
|
-
const e = n.
|
|
1198
|
+
const e = [n.substring(0, n.indexOf(".")), n.substring(n.indexOf(".") + 1)], t = r[e[0]];
|
|
1199
1199
|
return typeof t == "string" || t instanceof String ? t ? String(t) : void 0 : q1(t, e[1]);
|
|
1200
1200
|
} else
|
|
1201
1201
|
return r[n] ? String(r[n]) : void 0;
|
|
@@ -10721,7 +10721,6 @@ const tc = async () => new Promise((r) => {
|
|
|
10721
10721
|
/* @__PURE__ */ E.jsx("span", { children: C("uploadingPleaseWait") })
|
|
10722
10722
|
] }),
|
|
10723
10723
|
" ",
|
|
10724
|
-
/* @__PURE__ */ E.jsx("span", { children: C("uploadingPleaseWait") }),
|
|
10725
10724
|
l && l.length > 0 && /* @__PURE__ */ E.jsx("div", { className: Z2.fileList, children: l.map((g) => /* @__PURE__ */ E.jsxs("div", { className: Z2.fileItem, children: [
|
|
10726
10725
|
/* @__PURE__ */ E.jsxs(X, { children: [
|
|
10727
10726
|
/* @__PURE__ */ E.jsxs(X, { horizontal: !0, align: "center", gap: 8, children: [
|