@assemblyvoting/ui-library 2.1.18-alpha.14 → 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 +10 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3782,13 +3782,16 @@ const Oi = {
|
|
3782
3782
|
uploading: "Uploader:",
|
3783
3783
|
alt_preview: "Aktuel billedforhåndsvisning"
|
3784
3784
|
}
|
3785
|
-
}, DD = (e, c) =>
|
3786
|
-
|
3787
|
-
|
3788
|
-
|
3789
|
-
|
3790
|
-
|
3791
|
-
|
3785
|
+
}, DD = (e, c) => {
|
3786
|
+
const a = D(() => e), t = _D({
|
3787
|
+
legacy: !1,
|
3788
|
+
warnHtmlMessage: !1,
|
3789
|
+
fallbackLocale: "en",
|
3790
|
+
locale: a.value,
|
3791
|
+
messages: c ? c.global.messages : Oi
|
3792
|
+
});
|
3793
|
+
return c || t;
|
3794
|
+
};
|
3792
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) {
|
3793
3796
|
return e.concat([c + "-" + l3, c + "-" + E3]);
|
3794
3797
|
}, []), Fi = /* @__PURE__ */ [].concat($3, [x0]).reduce(function(e, c) {
|