bt-core-app 1.4.479 → 1.4.481

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.
@@ -33919,7 +33919,7 @@ function HV(e, t, n, a) {
33919
33919
  } else
33920
33920
  return r.login(window.location.pathname), { name: n };
33921
33921
  }
33922
- else if (v(), l.updateNavigationChange(e, t), r.tryLogin() && Ls((h = t.name) == null ? void 0 : h.toString()))
33922
+ else if (v(), l.updateNavigationChange(e, t), e.meta.path == "/" && r.tryLogin() && Ls((h = t.name) == null ? void 0 : h.toString()))
33923
33923
  return { name: a };
33924
33924
  }
33925
33925
  function OV(e) {
@@ -34480,6 +34480,7 @@ const TI = /* @__PURE__ */ Ke({
34480
34480
  noMargins: { type: Boolean },
34481
34481
  preset: {},
34482
34482
  size: { default: "small" },
34483
+ toolbarVariant: {},
34483
34484
  transparent: { type: Boolean },
34484
34485
  variant: { default: "page" },
34485
34486
  width: {},
@@ -34527,7 +34528,7 @@ const TI = /* @__PURE__ */ Ke({
34527
34528
  default: N(() => [
34528
34529
  y.value ? Q("", !0) : ($(), ee(cs, {
34529
34530
  key: 0,
34530
- color: "primary",
34531
+ color: S.toolbarVariant == "inverted" ? void 0 : "primary",
34531
34532
  density: S.density,
34532
34533
  ref_key: "handle",
34533
34534
  ref: c
@@ -34588,10 +34589,10 @@ const TI = /* @__PURE__ */ Ke({
34588
34589
  }, 8, ["density"]))
34589
34590
  ]),
34590
34591
  _: 3
34591
- }, 8, ["density"])),
34592
+ }, 8, ["color", "density"])),
34592
34593
  g.value ? Q("", !0) : ($(), ee(cs, {
34593
34594
  key: 1,
34594
- color: "primary",
34595
+ color: S.toolbarVariant == "inverted" ? void 0 : "primary",
34595
34596
  density: S.density,
34596
34597
  tile: ""
34597
34598
  }, {
@@ -34599,7 +34600,7 @@ const TI = /* @__PURE__ */ Ke({
34599
34600
  ge(S.$slots, "subtoolbar")
34600
34601
  ]),
34601
34602
  _: 3
34602
- }, 8, ["density"])),
34603
+ }, 8, ["color", "density"])),
34603
34604
  !S.hideToolbar && (M(f).variant.value == "inline" || M(f).variant.value == "dialog") ? ($(), ee($n, {
34604
34605
  key: 2,
34605
34606
  "no-gutters": ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.479",
3
+ "version": "1.4.481",
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": {