@stokelp/ui 1.41.2 → 1.41.3
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +2 -2
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -101,7 +101,7 @@ const F8 = F(S5, "header"), B8 = F(o(D.Title), "title"), A8 = F(o(D.Trigger), "t
|
|
|
101
101
|
const d = document.getElementById(n);
|
|
102
102
|
if (d) {
|
|
103
103
|
const u = d.querySelector("footer");
|
|
104
|
-
u && (t ? d.style.setProperty("--footer-height", `${Math.ceil(u.clientHeight)}px`) : d.style.setProperty("--footer-height",
|
|
104
|
+
u && (t ? d.style.setProperty("--footer-height", `${Math.ceil(u.clientHeight)}px`) : d.style.setProperty("--footer-height", "70px"));
|
|
105
105
|
}
|
|
106
106
|
}, 0);
|
|
107
107
|
}, [i, t]), /* @__PURE__ */ a(Q, { children: [
|
|
@@ -10520,7 +10520,7 @@ const { withProvider: z6, withContext: d1 } = f(J2), D6 = z6(o("div"), "root"),
|
|
|
10520
10520
|
footer: {
|
|
10521
10521
|
display: "flex",
|
|
10522
10522
|
flexDirection: {
|
|
10523
|
-
base: "column",
|
|
10523
|
+
base: "column-reverse",
|
|
10524
10524
|
md: "row"
|
|
10525
10525
|
},
|
|
10526
10526
|
position: "absolute",
|