@vuetify/one 1.8.0 → 1.8.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2083,7 +2083,7 @@ const Pe = W("settings", () => {
2083
2083
  size: "default",
2084
2084
  text: t(p) !== null ? "Modify Subscription" : "Success",
2085
2085
  onClick: u
2086
- }, null, 8, ["loading", "prepend-icon", "readonly", "text"])) : t(s).isSubscriber ? (d(), f(b, {
2086
+ }, null, 8, ["loading", "prepend-icon", "readonly", "text"])) : t(s).one ? (d(), f(b, {
2087
2087
  key: 2,
2088
2088
  block: "",
2089
2089
  "prepend-icon": `svg:${t(io)}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",