@assemblyvoting/ui-library 2.1.18-alpha.15 → 2.1.18-alpha.16
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/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3783,14 +3783,14 @@ const Oi = {
|
|
3783
3783
|
alt_preview: "Aktuel billedforhåndsvisning"
|
3784
3784
|
}
|
3785
3785
|
}, DD = (e, c) => {
|
3786
|
-
const a = _D({
|
3786
|
+
const a = D(() => e), t = _D({
|
3787
3787
|
legacy: !1,
|
3788
3788
|
warnHtmlMessage: !1,
|
3789
3789
|
fallbackLocale: "en",
|
3790
|
-
locale:
|
3790
|
+
locale: a.value,
|
3791
3791
|
messages: c ? c.global.messages : Oi
|
3792
3792
|
});
|
3793
|
-
return c ||
|
3793
|
+
return c || t;
|
3794
3794
|
};
|
3795
3795
|
var O2 = "top", X2 = "bottom", K2 = "right", B2 = "left", x0 = "auto", $3 = [O2, X2, K2, B2], l3 = "start", E3 = "end", PD = "clippingParents", Bi = "viewport", g3 = "popper", OD = "reference", rn = /* @__PURE__ */ $3.reduce(function(e, c) {
|
3796
3796
|
return e.concat([c + "-" + l3, c + "-" + E3]);
|