@vuetify/one 1.0.2 → 1.0.4
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 +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const Xe = X("settings", () => {
|
|
|
1731
1731
|
rounded: "lg",
|
|
1732
1732
|
subtitle: "Support Vuetify through GitHub sponsors.",
|
|
1733
1733
|
title: "GitHub Sponsors",
|
|
1734
|
+
variant: "text",
|
|
1734
1735
|
border: ""
|
|
1735
1736
|
}, {
|
|
1736
1737
|
append: n(() => {
|
|
@@ -1739,10 +1740,10 @@ const Xe = X("settings", () => {
|
|
|
1739
1740
|
v("div", Go, [
|
|
1740
1741
|
s(p, {
|
|
1741
1742
|
color: ($ = e(t).github) != null && $.isActive ? "success" : "primary",
|
|
1742
|
-
href: (T = e(t).github) != null && T.isActive ? "https://github.com/sponsors/johnleider"
|
|
1743
|
+
href: (T = e(t).github) != null && T.isActive ? void 0 : "https://github.com/sponsors/johnleider",
|
|
1743
1744
|
"prepend-icon": `svg:${(M = e(t).github) != null && M.isActive ? e(ne) : e(De)}`,
|
|
1744
1745
|
readonly: (P = e(t).github) == null ? void 0 : P.isActive,
|
|
1745
|
-
target: (_ = e(t).github) != null && _.isActive ? "_blank"
|
|
1746
|
+
target: (_ = e(t).github) != null && _.isActive ? void 0 : "_blank",
|
|
1746
1747
|
text: (b = e(t).github) != null && b.isActive ? "Active" : "Info",
|
|
1747
1748
|
width: "88"
|
|
1748
1749
|
}, null, 8, ["color", "href", "prepend-icon", "readonly", "target", "text"])
|
|
@@ -1800,10 +1801,10 @@ const Xe = X("settings", () => {
|
|
|
1800
1801
|
v("div", Jo, [
|
|
1801
1802
|
s(p, {
|
|
1802
1803
|
color: ($ = e(t).discord) != null && $.isActive ? "success" : "primary",
|
|
1803
|
-
href: (T = e(t).discord) != null && T.isActive ? "https://discord.com/servers/vuetify-340160225338195969"
|
|
1804
|
+
href: (T = e(t).discord) != null && T.isActive ? void 0 : "https://discord.com/servers/vuetify-340160225338195969",
|
|
1804
1805
|
"prepend-icon": `svg:${(M = e(t).discord) != null && M.isActive ? e(ne) : e(De)}`,
|
|
1805
1806
|
readonly: (P = e(t).discord) == null ? void 0 : P.isActive,
|
|
1806
|
-
target: (_ = e(t).discord) != null && _.isActive ? "_blank"
|
|
1807
|
+
target: (_ = e(t).discord) != null && _.isActive ? void 0 : "_blank",
|
|
1807
1808
|
text: (b = e(t).discord) != null && b.isActive ? "Active" : "Info",
|
|
1808
1809
|
width: "88"
|
|
1809
1810
|
}, null, 8, ["color", "href", "prepend-icon", "readonly", "target", "text"])
|
|
@@ -1850,6 +1851,7 @@ const Xe = X("settings", () => {
|
|
|
1850
1851
|
s(O, {
|
|
1851
1852
|
"prepend-avatar": e(r).CDN_URL + "/logos/patreon.png",
|
|
1852
1853
|
rounded: "lg",
|
|
1854
|
+
subtitle: "Support Vuetify through Patreon.",
|
|
1853
1855
|
title: "Patreon Subscriber",
|
|
1854
1856
|
variant: "text",
|
|
1855
1857
|
border: ""
|