@abgov/web-components 1.39.2-dev.2 → 1.39.3-dev.1
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11742,7 +11742,7 @@ function I0(t, e, i) {
|
|
|
11742
11742
|
Jt($), Ye(), At(), _e(), P && Z.setAttribute("disable-global-close-popover", "yes"), A = r ? new Vr(Q) : new Tr(Q), Oe();
|
|
11743
11743
|
});
|
|
11744
11744
|
function yt(te, ye, Ve) {
|
|
11745
|
-
te ? /(px|%|ch|rem|em)$/.test(te) ? i(23, q = te) : (console.error("Dropdown width must be of an allowed unit. Falling back to `px`"), i(23, q = `${te}px`)) : j ? i(23, q = j) : i(23, q = st(ye)), te != null && te.includes("%") || j != null && j.includes("%") ? i(24, ee = "100%") : i(24, ee =
|
|
11745
|
+
te ? /(px|%|ch|rem|em)$/.test(te) ? i(23, q = te) : (console.error("Dropdown width must be of an allowed unit. Falling back to `px`"), i(23, q = `${te}px`)) : j ? i(23, q = j) : i(23, q = st(ye)), te != null && te.includes("%") || j != null && j.includes("%") ? i(24, ee = "100%") : i(24, ee = q);
|
|
11746
11746
|
}
|
|
11747
11747
|
function _e() {
|
|
11748
11748
|
Z == null || Z.addEventListener("_open", (te) => {
|