@amirjalili1374/ui-kit 1.3.2 → 1.3.3
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/components/layout/AppHeader.vue.d.ts.map +1 -1
- package/dist/components/layout/AppSidebar.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +6 -5
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amirjalili1374/ui-kit",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "A reusable UI component library built with Vue 3, Vuetify, and TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ui-kit.cjs.js",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"@vueuse/core": "^13.0.0",
|
|
100
100
|
"axios": "^1.8.0",
|
|
101
101
|
"vue": "^3.3.0",
|
|
102
|
+
"vue-router": "^4.3.0",
|
|
102
103
|
"vuetify": "^3.10.0"
|
|
103
104
|
},
|
|
104
105
|
"peerDependenciesMeta": {
|
|
@@ -107,6 +108,9 @@
|
|
|
107
108
|
},
|
|
108
109
|
"axios": {
|
|
109
110
|
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"vue-router": {
|
|
113
|
+
"optional": true
|
|
110
114
|
}
|
|
111
115
|
},
|
|
112
116
|
"devDependencies": {
|