@apolitical/component-library 1.14.11-beta.1 → 1.14.11-beta.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/helpers/prerender.d.ts +1 -1
- package/index.js +9 -9
- package/index.mjs +3 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/index.scss +1 -1
package/index.mjs
CHANGED
|
@@ -1214,7 +1214,8 @@ Thank you for helping to protect the Apolitical community from abusive content.`
|
|
|
1214
1214
|
return r;
|
|
1215
1215
|
}, Vs = (e = 0) => {
|
|
1216
1216
|
setTimeout(() => {
|
|
1217
|
-
|
|
1217
|
+
const t = document.querySelector(".splash-screen");
|
|
1218
|
+
t && t.remove(), window.prerenderReady = !0;
|
|
1218
1219
|
}, e);
|
|
1219
1220
|
}, Ys = (e) => e.replace(/\s+/g, "").length > 0, Gs = (e, t) => {
|
|
1220
1221
|
Array.isArray(t) || (t = [t]);
|
|
@@ -6085,7 +6086,7 @@ export {
|
|
|
6085
6086
|
Qn as getMember,
|
|
6086
6087
|
pt as headerData,
|
|
6087
6088
|
lo as mapGetStreamData,
|
|
6088
|
-
Vs as
|
|
6089
|
+
Vs as pageReady,
|
|
6089
6090
|
Fs as useCurrentPath,
|
|
6090
6091
|
He as useEffectAfterMount,
|
|
6091
6092
|
vt as useElementWidth,
|