@nuxtify/core 0.4.0 → 0.4.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.
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Nuxtify Core builds on the amazing features of [Vue](https://vuejs.org/guide/int
|
|
|
82
82
|
### 💡 Intuitive UI & UX
|
|
83
83
|
|
|
84
84
|
- Easily override any component with [Vuetify global defaults](https://vuetifyjs.com/en/features/global-configuration/)
|
|
85
|
-
- Icons powered by [Material Design Icons](https://pictogrammers.com/library/mdi/)
|
|
85
|
+
- Icons powered by [Material Design Icons](https://pictogrammers.com/library/mdi/)
|
|
86
86
|
- Fully responsive and adapts to all modern browsers and devices
|
|
87
87
|
- (coming soon) Light and dark mode toggle
|
|
88
88
|
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, useLogger, addComponentsDir, addImpor
|
|
|
2
2
|
import { defu } from 'defu';
|
|
3
3
|
|
|
4
4
|
const name = "@nuxtify/core";
|
|
5
|
-
const version = "0.4.
|
|
5
|
+
const version = "0.4.1";
|
|
6
6
|
|
|
7
7
|
const module$1 = defineNuxtModule().with({
|
|
8
8
|
meta: {
|
|
@@ -27,6 +27,11 @@ const module$1 = defineNuxtModule().with({
|
|
|
27
27
|
background: "#fff"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
},
|
|
31
|
+
variations: {
|
|
32
|
+
colors: ["primary", "secondary"],
|
|
33
|
+
lighten: 5,
|
|
34
|
+
darken: 5
|
|
30
35
|
}
|
|
31
36
|
},
|
|
32
37
|
defaults: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtify/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Nuxtify core module powered by Nuxt and Vuetify.",
|
|
5
5
|
"homepage": "https://nuxtify.dev",
|
|
6
6
|
"author": "Nuxtify.dev <hello@nuxtify.dev>",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"defu": "^6.1.4",
|
|
48
|
-
"vuetify-nuxt-module": "^0.19.
|
|
48
|
+
"vuetify-nuxt-module": "^0.19.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@nuxt/devtools": "^3.1.1",
|