@abgov/web-components 2.2.0-dev.25 → 2.2.0-dev.27
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 +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -25577,7 +25577,7 @@ function b3(t, e, o) {
|
|
|
25577
25577
|
o(11, b = "chevron-up");
|
|
25578
25578
|
}
|
|
25579
25579
|
function E() {
|
|
25580
|
-
o(11, b = "chevron-down"), De(
|
|
25580
|
+
o(11, b = "chevron-down"), De(w, "close", { target: h }, { bubbles: !0 });
|
|
25581
25581
|
}
|
|
25582
25582
|
function j(N) {
|
|
25583
25583
|
p = [...p, N], De(N, "menu-button:init", { size: s });
|
|
@@ -36517,6 +36517,7 @@ function Xv(t, e, o) {
|
|
|
36517
36517
|
async function ee() {
|
|
36518
36518
|
if (await tt(), !j || !E || !A || !H)
|
|
36519
36519
|
return;
|
|
36520
|
+
o(9, j.style.width = "", j), o(9, j.style.whiteSpace = "", j);
|
|
36520
36521
|
let re = j.getBoundingClientRect();
|
|
36521
36522
|
const be = A.getBoundingClientRect(), Ze = be.top, Ce = window.innerHeight - be.bottom, pe = be.left, Ye = window.innerWidth - be.right;
|
|
36522
36523
|
G(re, be, pe, Ye), re = j.getBoundingClientRect();
|