@una-ui/nuxt 0.21.1-beta.1 → 0.22.0-beta.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/.nuxt/nuxt.d.ts +2 -2
- package/README.md +10 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +6 -7
package/.nuxt/nuxt.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated by nuxi
|
|
2
|
-
/// <reference types="@una-ui/nuxt" />
|
|
3
|
-
/// <reference types="@nuxt/devtools" />
|
|
4
2
|
/// <reference types="@nuxt/telemetry" />
|
|
3
|
+
/// <reference types="@nuxt/devtools" />
|
|
4
|
+
/// <reference types="@una-ui/nuxt" />
|
|
5
5
|
/// <reference types="nuxt" />
|
|
6
6
|
/// <reference path="types/app-defaults.d.ts" />
|
|
7
7
|
/// <reference path="types/plugins.d.ts" />
|
package/README.md
CHANGED
|
@@ -30,6 +30,16 @@ Visit https://www.unaui.com for full documentation.
|
|
|
30
30
|
</a>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
|
+
## 🪴 Project Activity
|
|
34
|
+
|
|
35
|
+

|
|
36
|
+
|
|
37
|
+
## 👨💻 Contributors
|
|
38
|
+
|
|
39
|
+
<a href="https://github.com/una-ui/una-ui/graphs/contributors">
|
|
40
|
+
<img src="https://contrib.rocks/image?repo=una-ui/una-ui" />
|
|
41
|
+
</a>
|
|
42
|
+
|
|
33
43
|
## 🏛️ License
|
|
34
44
|
|
|
35
45
|
[MIT](./LICENSE) License © 2023 [Phojie](https://github.com/phojie)
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@una-ui/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.22.0-beta.2",
|
|
5
5
|
"description": "Nuxt module for @una-ui",
|
|
6
6
|
"author": "Phojie Rengel <phojrengel@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"typescript": "^5.5.4",
|
|
50
50
|
"unocss": "^0.62.4",
|
|
51
51
|
"unocss-preset-animations": "^1.1.0",
|
|
52
|
-
"@una-ui/
|
|
53
|
-
"@una-ui/
|
|
52
|
+
"@una-ui/extractor-vue-script": "^0.22.0-beta.2",
|
|
53
|
+
"@una-ui/preset": "^0.22.0-beta.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@nuxt/module-builder": "^0.8.1",
|
|
@@ -61,10 +61,9 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
|
-
"build": "nuxt-build-module",
|
|
65
|
-
"stub": "nuxt-build-module build --stub
|
|
66
|
-
"dev": "
|
|
67
|
-
"dev:prepare": "nuxt-module-build prepare && nuxi prepare playground",
|
|
64
|
+
"build": "nuxt-build-module build",
|
|
65
|
+
"stub": "nuxt-build-module build --stub",
|
|
66
|
+
"dev": "nuxi dev playground",
|
|
68
67
|
"playground:build": "nuxi generate playground",
|
|
69
68
|
"playground:preview": "nuxi preview playground"
|
|
70
69
|
}
|