bt-core-app 1.4.419 → 1.4.421

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.
@@ -23826,7 +23826,7 @@ function QM(e) {
23826
23826
  function x(M, L) {
23827
23827
  M.name == (L == null ? void 0 : L.name) && ((L == null ? void 0 : L.params.id) == "new" || (L == null ? void 0 : L.query.id) == "new") && n.value.pop(), M.params.navIgnore !== "true" && n.value.push(M);
23828
23828
  const T = M.meta.nav ?? M.name, P = u(T), H = M.meta.background ?? (P == null ? void 0 : P.background);
23829
- H != o.value && (o.value = H, i.value == null && b()), l.value = M.meta.hideNavigation !== "true" && (P == null ? void 0 : P.hideNavigation) !== !0, a.value = M.meta.hideAppBar !== "true" && (P == null ? void 0 : P.hideAppBar) !== !0;
23829
+ H != o.value && (o.value = H, i.value == null && b()), l.value = M.meta.hideNavigation !== !0 && (P == null ? void 0 : P.hideNavigation) !== !0, a.value = M.meta.hideAppBar !== !0 && (P == null ? void 0 : P.hideAppBar) !== !0;
23830
23830
  }
23831
23831
  return Ac = {
23832
23832
  showAppBar: a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.419",
3
+ "version": "1.4.421",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {