@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/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
- typeof (window == null ? void 0 : window.pageReady) == "function" && window.pageReady();
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 triggerPageReady,
6089
+ Vs as pageReady,
6089
6090
  Fs as useCurrentPath,
6090
6091
  He as useEffectAfterMount,
6091
6092
  vt as useElementWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "1.14.11-beta.1",
3
+ "version": "1.14.11-beta.3",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {