@vuetify/one 1.0.6 → 1.0.7
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 +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2542,7 +2542,7 @@ 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
2548
|
class: "vo-auth-btn",
|
|
@@ -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-
|
|
2574
|
+
}, Is = /* @__PURE__ */ Ye(Ls, [["__scopeId", "data-v-24bc9ecc"]]), 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-
|
|
1
|
+
.vo-auth-btn[data-v-24bc9ecc] .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}
|