@unocss/nuxt 0.12.1 → 0.12.6
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/index.d.ts +4 -4
- package/package.json +12 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
2
|
import { UnoOptions } from '@unocss/preset-uno';
|
|
3
3
|
import { AttributifyOptions } from '@unocss/preset-attributify';
|
|
4
4
|
import { IconsOptions } from '@unocss/preset-icons';
|
|
@@ -55,10 +55,10 @@ interface UnocssNuxtOptions extends PluginConfig {
|
|
|
55
55
|
*/
|
|
56
56
|
icons?: boolean | IconsOptions;
|
|
57
57
|
}
|
|
58
|
-
declare const _default:
|
|
58
|
+
declare const _default: _nuxt_schema.LegacyNuxtModule;
|
|
59
59
|
|
|
60
|
-
declare module '@nuxt/
|
|
61
|
-
interface
|
|
60
|
+
declare module '@nuxt/schema' {
|
|
61
|
+
interface NuxtConfig {
|
|
62
62
|
unocss?: UnocssNuxtOptions;
|
|
63
63
|
}
|
|
64
64
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/nuxt",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"description": "Nuxt module for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -36,14 +36,17 @@
|
|
|
36
36
|
"runtime"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@
|
|
40
|
-
"@unocss/
|
|
41
|
-
"@unocss/
|
|
42
|
-
"@unocss/
|
|
43
|
-
"@unocss/preset-uno": "0.12.
|
|
44
|
-
"@unocss/
|
|
45
|
-
"@unocss/
|
|
46
|
-
"@
|
|
39
|
+
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
|
|
40
|
+
"@unocss/core": "0.12.6",
|
|
41
|
+
"@unocss/preset-attributify": "0.12.6",
|
|
42
|
+
"@unocss/preset-icons": "0.12.6",
|
|
43
|
+
"@unocss/preset-uno": "0.12.6",
|
|
44
|
+
"@unocss/reset": "0.12.6",
|
|
45
|
+
"@unocss/vite": "0.12.6",
|
|
46
|
+
"@unocss/webpack": "0.12.6"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@nuxt/schema": "npm:@nuxt/schema-edge@latest"
|
|
47
50
|
},
|
|
48
51
|
"scripts": {
|
|
49
52
|
"build": "tsup",
|