@vuetify/one 2.1.0 → 2.1.2

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 +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2001,12 +2001,12 @@ const qe = G("settings", () => {
2001
2001
  setup(u) {
2002
2002
  const t = T(!1), s = ce(u, "interval"), o = ce(u, "type"), a = z(), n = xe(), l = $(() => n.hasTeamAccess && !n.isTeamOwner), d = {
2003
2003
  solo: {
2004
- month: "undefined /month",
2005
- year: "undefined /year"
2004
+ month: "2.99 /month",
2005
+ year: "29.99 /year"
2006
2006
  },
2007
2007
  team: {
2008
- month: "undefined /month",
2009
- year: "undefined /year"
2008
+ month: "29.99 /month",
2009
+ year: "299.99 /year"
2010
2010
  }
2011
2011
  };
2012
2012
  return j(t, async (p) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "default": "./dist/index.js"
17
17
  },
18
18
  "./styles": {
19
- "import": "./dist/style.css"
19
+ "import": "./dist/index.css"
20
20
  },
21
21
  "./subpath/*": "./dist/subpath/*.js"
22
22
  },