@abgov/web-components 1.36.0-alpha.8 → 1.36.0
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 +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -21851,12 +21851,12 @@ function Zg(t) {
|
|
|
21851
21851
|
function Ug(t, e, i) {
|
|
21852
21852
|
let { $$slots: n = {}, $$scope: o } = e;
|
|
21853
21853
|
const l = { full: "100%" };
|
|
21854
|
-
let { width: r } = e, { testid: a = "" } = e, { _width: s } = e;
|
|
21854
|
+
let { width: r = "full" } = e, { testid: a = "" } = e, { _width: s } = e;
|
|
21855
21855
|
function d(u) {
|
|
21856
21856
|
return !!(["full"].includes(r) || Rg(u));
|
|
21857
21857
|
}
|
|
21858
|
-
return je(() => {
|
|
21859
|
-
d(r) || console.error("Invalid PageBlock width"), i(0, s = l[r] || r);
|
|
21858
|
+
return je(async () => {
|
|
21859
|
+
await De(), d(r) || console.error("Invalid PageBlock width"), i(0, s = l[r] || r);
|
|
21860
21860
|
}), t.$$set = (u) => {
|
|
21861
21861
|
"width" in u && i(2, r = u.width), "testid" in u && i(1, a = u.testid), "_width" in u && i(0, s = u._width), "$$scope" in u && i(3, o = u.$$scope);
|
|
21862
21862
|
}, [s, a, r, o, n];
|