@vuetify/one 1.1.0 → 1.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.
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +64 -20
- package/dist/index.js +764 -3065
- package/dist/style.css +1 -1
- package/package.json +31 -26
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.social-link[data-v-
|
|
1
|
+
.social-link[data-v-d0145a63] .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-d0145a63] .v-icon:hover{color:#1976d2}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|
|
23
|
-
"build": "vite build
|
|
23
|
+
"build": "vite build",
|
|
24
|
+
"build:one": "vite build --config vite.build.config.ts && yarn build:types",
|
|
24
25
|
"build:dev": "vite build --mode development --config vite.build.config.ts ",
|
|
25
26
|
"build:types": "rimraf types-temp && vue-tsc --pretty -p tsconfig.json && rollup --config rollup.types.config.js && rimraf types-temp",
|
|
26
27
|
"watch": "yarn build:dev --watch",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"lint": "eslint . --ext .ts,.vue --fix --ignore-path .gitignore",
|
|
29
30
|
"test": "vitest",
|
|
30
31
|
"coverage": "vitest run --coverage",
|
|
31
|
-
"prepublishOnly": "yarn build"
|
|
32
|
+
"prepublishOnly": "yarn build:one"
|
|
32
33
|
},
|
|
33
34
|
"peerDependencies": {
|
|
34
35
|
"@mdi/js": "6.2.95",
|
|
@@ -37,43 +38,47 @@
|
|
|
37
38
|
"vuetify": "^3.0.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@babel/types": "^7.
|
|
41
|
+
"@babel/types": "^7.24.0",
|
|
41
42
|
"@mdi/js": "6.2.95",
|
|
42
43
|
"@rollup/plugin-alias": "^5.1.0",
|
|
43
44
|
"@types/lodash-es": "^4.17.12",
|
|
44
|
-
"@types/node": "^18.
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
45
|
+
"@types/node": "^18.19.22",
|
|
46
|
+
"@vercel/analytics": "^1.2.2",
|
|
47
|
+
"@vercel/speed-insights": "^1.0.10",
|
|
48
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
49
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
47
50
|
"conventional-changelog-cli": "^4.1.0",
|
|
48
|
-
"conventional-changelog-vuetify": "^1.1
|
|
51
|
+
"conventional-changelog-vuetify": "^1.2.1",
|
|
49
52
|
"conventional-github-releaser": "^3.1.5",
|
|
50
|
-
"core-js": "^3.
|
|
51
|
-
"eslint": "^8.
|
|
53
|
+
"core-js": "^3.36.0",
|
|
54
|
+
"eslint": "^8.57.0",
|
|
52
55
|
"eslint-config-standard": "^17.1.0",
|
|
53
|
-
"eslint-plugin-import": "^2.
|
|
54
|
-
"eslint-plugin-n": "^16.
|
|
56
|
+
"eslint-plugin-import": "^2.29.1",
|
|
57
|
+
"eslint-plugin-n": "^16.6.2",
|
|
55
58
|
"eslint-plugin-node": "^11.1.0",
|
|
56
59
|
"eslint-plugin-promise": "^6.1.1",
|
|
57
|
-
"eslint-plugin-vue": "^9.
|
|
58
|
-
"jsdom": "^
|
|
60
|
+
"eslint-plugin-vue": "^9.22.0",
|
|
61
|
+
"jsdom": "^24.0.0",
|
|
59
62
|
"lodash-es": "^4.17.21",
|
|
60
|
-
"pinia": "^2.
|
|
63
|
+
"pinia": "^2.1.7",
|
|
61
64
|
"rimraf": "^5.0.5",
|
|
62
65
|
"roboto-fontface": "*",
|
|
63
|
-
"rollup": "^4.
|
|
66
|
+
"rollup": "^4.12.1",
|
|
64
67
|
"rollup-plugin-dts": "^6.1.0",
|
|
65
|
-
"sass": "^1.
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
+
"sass": "^1.71.1",
|
|
69
|
+
"taze": "^0.13.3",
|
|
70
|
+
"typescript": "^5.4.2",
|
|
71
|
+
"unplugin-auto-import": "^0.17.5",
|
|
72
|
+
"unplugin-fonts": "^1.1.1",
|
|
68
73
|
"unplugin-vue-components": "^0.26.0",
|
|
69
|
-
"unplugin-vue-router": "^0.
|
|
70
|
-
"vite": "^
|
|
71
|
-
"vite-plugin-vue-layouts": "^0.
|
|
72
|
-
"vite-plugin-vuetify": "^
|
|
73
|
-
"vitest": "^1.1
|
|
74
|
+
"unplugin-vue-router": "^0.8.4",
|
|
75
|
+
"vite": "^5.1.5",
|
|
76
|
+
"vite-plugin-vue-layouts": "^0.11.0",
|
|
77
|
+
"vite-plugin-vuetify": "^2.0.2",
|
|
78
|
+
"vitest": "^1.3.1",
|
|
74
79
|
"vue": "^3.4.21",
|
|
75
|
-
"vue-router": "^4.
|
|
76
|
-
"vue-tsc": "^
|
|
80
|
+
"vue-router": "^4.3.0",
|
|
81
|
+
"vue-tsc": "^2.0.6",
|
|
77
82
|
"vuetify": "3.5.8"
|
|
78
83
|
}
|
|
79
84
|
}
|