@vuetify/one 1.0.6 → 1.0.8

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/index.js CHANGED
@@ -833,7 +833,7 @@ const Ge = K("settings", () => {
833
833
  ...r
834
834
  }, W(() => i.theme, (c) => {
835
835
  c === "system" ? e.global.name.value = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : e.global.name.value = c, i.theme = c;
836
- }), {
836
+ }, { immediate: !0 }), {
837
837
  suit: l,
838
838
  CDN_URL: u
839
839
  };
@@ -2542,12 +2542,12 @@ const Ge = K("settings", () => {
2542
2542
  return d(), _(p, ce({
2543
2543
  [`${t(r) ? "append-" : ""}icon`]: t(o).user ? void 0 : `svg:${t(Bt)}`
2544
2544
  }, {
2545
- color: t(i).isOpen ? "primary" : "surface-light",
2545
+ color: t(i).isOpen || !t(o).user ? "primary" : "surface-light",
2546
2546
  icon: t(o).user,
2547
2547
  rounded: t(a),
2548
+ variant: t(o).user ? "outlined" : "flat",
2548
2549
  class: "vo-auth-btn",
2549
2550
  size: "default",
2550
- variant: "outlined",
2551
2551
  active: ""
2552
2552
  }), {
2553
2553
  loader: n(() => [
@@ -2562,7 +2562,7 @@ const Ge = K("settings", () => {
2562
2562
  s(h)
2563
2563
  ]),
2564
2564
  _: 1
2565
- }, 16, ["color", "icon", "rounded"]);
2565
+ }, 16, ["color", "icon", "rounded", "variant"]);
2566
2566
  };
2567
2567
  }
2568
2568
  });
@@ -2571,7 +2571,7 @@ const Ye = (u, o) => {
2571
2571
  for (const [e, r] of o)
2572
2572
  i[e] = r;
2573
2573
  return i;
2574
- }, Is = /* @__PURE__ */ Ye(Ls, [["__scopeId", "data-v-5f125c79"]]), As = (u) => (et("data-v-86d0e524"), u = u(), tt(), u), Ds = ["href", "title"], Us = {
2574
+ }, Is = /* @__PURE__ */ Ye(Ls, [["__scopeId", "data-v-823a1ae2"]]), As = (u) => (et("data-v-86d0e524"), u = u(), tt(), u), Ds = ["href", "title"], Us = {
2575
2575
  class: "text-caption text-disabled",
2576
2576
  style: { position: "absolute", right: "16px" }
2577
2577
  }, Fs = /* @__PURE__ */ As(() => /* @__PURE__ */ v("span", { class: "d-none d-sm-inline-block" }, "Vuetify, LLC", -1)), js = /* @__PURE__ */ b({
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .vo-auth-btn[data-v-5f125c79] .v-skeleton-loader__avatar{min-height:40px;height:40px;width:40px;max-height:40px;min-width:40px;max-width:40px}.social-link[data-v-86d0e524] .v-icon{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity));text-decoration:none;transition:.2s ease-in-out}.social-link[data-v-86d0e524] .v-icon:hover{color:#1976d2}
1
+ .vo-auth-btn[data-v-823a1ae2] .v-skeleton-loader__avatar{min-height:40px;height:40px;width:40px;max-height:40px;min-width:40px;max-width:40px}.social-link[data-v-86d0e524] .v-icon{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity));text-decoration:none;transition:.2s ease-in-out}.social-link[data-v-86d0e524] .v-icon:hover{color:#1976d2}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",