@vueless/nuxt 1.1.0 → 1.1.1-beta.0
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 +4 -1
- package/dist/README.md +4 -1
- package/dist/module.json +1 -1
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Nuxt module for the [Vueless](https://github.com/vuelessjs/vueless) UI library.
|
|
6
6
|
|
|
7
|
-
Vueless is an open-source UI library and design system framework for Vue.js 3 and Nuxt.js 3, built on top of Tailwind CSS v4.
|
|
7
|
+
Vueless is an open-source UI library and design system framework for Vue.js 3 and Nuxt.js 3 / 4, built on top of Tailwind CSS v4.
|
|
8
8
|
|
|
9
9
|
It’s completely styleless, allowing you to extend or override default styles without modifying the components themselves — only your custom styles are included in the final build.
|
|
10
10
|
|
|
@@ -77,3 +77,6 @@ export default defineNuxtConfig({
|
|
|
77
77
|
## License
|
|
78
78
|
|
|
79
79
|
Vueless is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
From Ukrainians to a Peaceful World 🇺🇦
|
package/dist/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Nuxt module for the [Vueless](https://github.com/vuelessjs/vueless) UI library.
|
|
6
6
|
|
|
7
|
-
Vueless is an open-source UI library and design system framework for Vue.js 3 and Nuxt.js 3, built on top of Tailwind CSS v4.
|
|
7
|
+
Vueless is an open-source UI library and design system framework for Vue.js 3 and Nuxt.js 3 / 4, built on top of Tailwind CSS v4.
|
|
8
8
|
|
|
9
9
|
It’s completely styleless, allowing you to extend or override default styles without modifying the components themselves — only your custom styles are included in the final build.
|
|
10
10
|
|
|
@@ -77,3 +77,6 @@ export default defineNuxtConfig({
|
|
|
77
77
|
## License
|
|
78
78
|
|
|
79
79
|
Vueless is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
From Ukrainians to a Peaceful World 🇺🇦
|
package/dist/module.json
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "1.1.0",
|
|
3
|
+
"version": "1.1.1-beta.0",
|
|
4
4
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sb:preview": "vite preview --host --outDir=storybook-static"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"vueless": "^1.2.
|
|
33
|
+
"vueless": "^1.2.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@material-symbols/svg-500": "^0.34.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@nuxt/schema": "^4.0.3",
|
|
42
42
|
"@nuxt/test-utils": "^3.19.2",
|
|
43
43
|
"@types/node": "latest",
|
|
44
|
-
"@vueless/storybook": "^1.2.
|
|
44
|
+
"@vueless/storybook": "^1.2.2",
|
|
45
45
|
"changelogen": "^0.6.2",
|
|
46
46
|
"eslint": "^9.33.0",
|
|
47
47
|
"nuxt": "^4.0.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "1.1.0",
|
|
3
|
+
"version": "1.1.1-beta.0",
|
|
4
4
|
"description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sb:preview": "vite preview --host --outDir=storybook-static"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"vueless": "^1.2.
|
|
33
|
+
"vueless": "^1.2.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@material-symbols/svg-500": "^0.34.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@nuxt/schema": "^4.0.3",
|
|
42
42
|
"@nuxt/test-utils": "^3.19.2",
|
|
43
43
|
"@types/node": "latest",
|
|
44
|
-
"@vueless/storybook": "^1.2.
|
|
44
|
+
"@vueless/storybook": "^1.2.2",
|
|
45
45
|
"changelogen": "^0.6.2",
|
|
46
46
|
"eslint": "^9.33.0",
|
|
47
47
|
"nuxt": "^4.0.3",
|