@vuetify/one 2.2.0 → 2.2.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.
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8"/>
6
+ <link href="/favicon.ico" rel="icon"/>
7
+ <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
8
+ <title>Vuetify One</title>
9
+ <script type="module" crossorigin src="/assets/index-DHd7WFrg.js"></script>
10
+ <link rel="stylesheet" crossorigin href="/assets/index-Xen0SnRc.css">
11
+ </head>
12
+
13
+ <body>
14
+ <div id="app"></div>
15
+ </body>
16
+
17
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,17 +22,17 @@
22
22
  },
23
23
  "scripts": {
24
24
  "dev": "vite",
25
- "build": "vite build",
26
- "build:one": "vite build --config vite.build.config.ts && pnpm build:types",
27
- "build:dev": "vite build --mode development --config vite.build.config.ts ",
25
+ "build": "vite build --config vite.config.ts && pnpm build:types",
26
+ "build:dev": "vite build --mode development --config vite.config.ts ",
28
27
  "build:types": "rimraf types-temp && vue-tsc --pretty -p tsconfig.json && rollup --config rollup.types.config.js && rimraf types-temp",
29
28
  "release": "pnpm build:dev && pnpm version && git push --follow-tags",
30
29
  "watch": "pnpm build:dev --watch",
31
30
  "preview": "vite preview",
32
- "lint": "eslint . --ext .ts,.vue --fix",
31
+ "lint": "eslint . --ext .ts,.vue",
32
+ "lint:fix": "eslint . --ext .ts,.vue --fix",
33
33
  "test": "vitest",
34
34
  "coverage": "vitest run --coverage",
35
- "prepublishOnly": "pnpm build:one",
35
+ "prepublishOnly": "pnpm build",
36
36
  "postversion": "git push --follow-tags"
37
37
  },
38
38
  "peerDependencies": {
@@ -42,46 +42,54 @@
42
42
  "vuetify": "^3.8.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@babel/types": "^7.26.10",
45
+ "@babel/types": "^7.27.1",
46
46
  "@fontsource/roboto": "^5.2.5",
47
47
  "@mdi/js": "7.4.47",
48
48
  "@rollup/plugin-alias": "^5.1.1",
49
49
  "@types/lodash-es": "^4.17.12",
50
- "@types/node": "^22.13.13",
51
- "@vitejs/plugin-vue": "^5.2.3",
52
- "@vitest/eslint-plugin": "^1.1.39",
53
- "@vueuse/router": "^13.0.0",
50
+ "@types/node": "^22.15.17",
51
+ "@vitejs/plugin-vue": "^5.2.4",
52
+ "@vitest/eslint-plugin": "^1.1.44",
53
+ "@vueuse/router": "^13.1.0",
54
54
  "conventional-changelog-cli": "^5.0.0",
55
- "conventional-changelog-vuetify": "^1.2.2",
55
+ "conventional-changelog-vuetify": "^2.0.2",
56
56
  "conventional-github-releaser": "^3.1.5",
57
- "core-js": "^3.41.0",
57
+ "core-js": "^3.42.0",
58
58
  "date-fns": "^4.1.0",
59
- "eslint": "^9.24.0",
59
+ "eslint": "^9.26.0",
60
60
  "eslint-config-flat-gitignore": "^2.1.0",
61
- "eslint-config-vuetify": "^3.0.3",
62
- "jsdom": "^26.0.0",
61
+ "eslint-config-vuetify": "^4.0.0",
62
+ "jsdom": "^26.1.0",
63
63
  "lodash-es": "^4.17.21",
64
- "pinia": "^3.0.1",
64
+ "pinia": "^3.0.2",
65
65
  "rimraf": "^6.0.1",
66
- "rollup": "^4.37.0",
66
+ "rollup": "^4.40.2",
67
67
  "rollup-plugin-dts": "^6.2.1",
68
- "sass": "^1.86.0",
69
- "swetrix": "^3.5.4",
70
- "taze": "^19.0.2",
71
- "typescript": "5.8.2",
72
- "unplugin-auto-import": "^19.1.1",
68
+ "sass": "^1.88.0",
69
+ "taze": "^19.1.0",
70
+ "typescript": "5.8.3",
71
+ "unplugin-auto-import": "^19.2.0",
73
72
  "unplugin-fonts": "^1.3.1",
74
- "unplugin-vue-components": "^28.4.1",
73
+ "unplugin-vue-components": "^28.5.0",
75
74
  "unplugin-vue-router": "^0.12.0",
76
- "vite": "^6.2.3",
77
- "vite-plugin-vue-layouts-next": "^0.0.9",
78
- "vite-plugin-vuetify": "^2.1.0",
75
+ "vite": "^6.3.5",
76
+ "vite-plugin-vuetify": "^2.1.1",
79
77
  "vite-tsconfig-paths": "^5.1.4",
80
- "vitest": "^3.0.9",
78
+ "vitest": "^3.1.3",
81
79
  "vue": "^3.5.13",
82
- "vue-router": "^4.5.0",
83
- "vue-tsc": "^2.2.8",
84
- "vuetify": "^3.8.2"
80
+ "vue-router": "^4.5.1",
81
+ "vue-tsc": "^2.2.10",
82
+ "vuetify": "^3.8.4"
85
83
  },
86
- "packageManager": "pnpm@9.10.0"
84
+ "packageManager": "pnpm@10.11.0",
85
+ "dependencies": {
86
+ "vite-plugin-pages": "^0.33.0",
87
+ "vite-plugin-vue-layouts-next": "^0.1.1"
88
+ },
89
+ "pnpm": {
90
+ "onlyBuiltDependencies": [
91
+ "core-js",
92
+ "unrs-resolver"
93
+ ]
94
+ }
87
95
  }
package/dist/index.css DELETED
@@ -1 +0,0 @@
1
- .v-app-bar[data-v-2a88ced7] .v-toolbar__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(calc(var(--0b9050b7) * 1px));backdrop-filter:blur(calc(var(--0b9050b7) * 1px));background:linear-gradient(15deg,#000000a6,#00000092,#0000007f,#0000006d,#0000005d,#0000004e,#00000041,#00000034,#00000029,#00000020,#00000017,#00000010,#0000000a,#00000006,#00000003,#00000001,#0000)}.v-list-item-subtitle[data-v-2a88ced7]{color:currentColor;opacity:var(--v-high-emphasis-opacity)}.v-footer__image[data-v-3135ada5]{display:flex;height:40px;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.social-link[data-v-d01d30e4] .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-d01d30e4] .v-icon:hover{color:rgb(var(--v-theme-primary))}