@vueless/nuxt 1.2.8 → 1.2.10

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
@@ -1,44 +1,35 @@
1
- ![vueless-examples.png](playground/assets/images/vueless-examples.png)
1
+ ![vueless-cover.png](playground/assets/images/vueless-cover.png)
2
2
 
3
3
  # Vueless Nuxt Module
4
4
 
5
- Nuxt module for the [Vueless](https://github.com/vuelessjs/vueless) UI library.
5
+ [Vueless UI](https://github.com/vuelessjs/vueless) – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v9](https://storybook.js.org) and [Tailwind CSS v4](https://tailwindcss.com).
6
6
 
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
-
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
-
11
- Vueless is simple enough for everyday use and powerful enough for advanced scenarios, making it ideal for quickly building beautiful UIs in minutes or developing a fully customized corporate UI library that strictly follows your design guidelines.
7
+ **With Vueless UI, you’re free to:**
8
+ - 🪄️ Customize any component
9
+ - 📋 Copy and extend existing ones
10
+ - 🧱 Build your own from scratch
11
+ - 📕 Document it all seamlessly in Storybook
12
12
 
13
13
  [Documentation](https://docs.vueless.com/) | [UI Components](https://ui.vueless.com/) | [Website](http://vueless.com/)
14
14
 
15
15
  ### Key features
16
16
 
17
- - 🧩 65+ UI components (including range date picker, multi-selects, and nested table)
18
- - 🪄 Automatic on-demand component import (as you use them)
19
- - 📘 Built-in Storybook support
20
- - 🌈 Beautiful, modern default UI theme
21
- - 🌗 Light and dark mode support
17
+ - 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)
18
+ - Open Architecture lets you customize, copy, extend, and create your own components
19
+ - 📕 Built-in Storybook support
20
+ - 🌈 Beautiful default UI theme
22
21
  - 🌀 Unstyled mode
23
- - 🎨️ Flexible color palettes
24
- - 🎛️ Runtime theme and color switching
22
+ - 🌗 Light and dark mode
25
23
  - 🧬 Design tokens powered by CSS variables
26
- - Powerful yet simple styling customization system
24
+ - ⚙️ Server-side rendering (SSR)
27
25
  - 🌍 Internationalization (i18n)
28
26
  - ♿️ Accessibility (a11y)
29
- - ⚙️ Server-side rendering (SSR) friendly
30
- - 🖼️ 1000+ built-in SVG icons
27
+ - 🖼️ Inline SVG icons
28
+ - 🪄 Auto component imports (as you use them)
29
+ - 🧿 Uncompiled source in npm for better DX
31
30
  - 🧪️ 1300+ unit tests ensuring consistent logic
32
31
  - 🛡️ Full TypeScript support with type safety
33
32
 
34
- ### Advanced Features
35
-
36
- - 🧰 Copy and extend existing components
37
- - 🧱 Create your own components
38
- - 🔧️ Define default values for props
39
- - 🔩️ Add or hide props to components
40
- - 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
41
-
42
33
  ## Quick Start
43
34
 
44
35
  1. Install Vueless Nuxt module.
@@ -48,7 +39,6 @@ npm install @vueless/nuxt
48
39
  npx vueless init
49
40
  ```
50
41
 
51
-
52
42
  2. Register `@vueless/nuxt` into the Nuxt config modules section.
53
43
  ```javascript
54
44
  export default defineNuxtConfig({
package/dist/README.md CHANGED
@@ -1,44 +1,35 @@
1
- ![vueless-examples.png](playground/assets/images/vueless-examples.png)
1
+ ![vueless-cover.png](playground/assets/images/vueless-cover.png)
2
2
 
3
3
  # Vueless Nuxt Module
4
4
 
5
- Nuxt module for the [Vueless](https://github.com/vuelessjs/vueless) UI library.
5
+ [Vueless UI](https://github.com/vuelessjs/vueless) – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v9](https://storybook.js.org) and [Tailwind CSS v4](https://tailwindcss.com).
6
6
 
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
-
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
-
11
- Vueless is simple enough for everyday use and powerful enough for advanced scenarios, making it ideal for quickly building beautiful UIs in minutes or developing a fully customized corporate UI library that strictly follows your design guidelines.
7
+ **With Vueless UI, you’re free to:**
8
+ - 🪄️ Customize any component
9
+ - 📋 Copy and extend existing ones
10
+ - 🧱 Build your own from scratch
11
+ - 📕 Document it all seamlessly in Storybook
12
12
 
13
13
  [Documentation](https://docs.vueless.com/) | [UI Components](https://ui.vueless.com/) | [Website](http://vueless.com/)
14
14
 
15
15
  ### Key features
16
16
 
17
- - 🧩 65+ UI components (including range date picker, multi-selects, and nested table)
18
- - 🪄 Automatic on-demand component import (as you use them)
19
- - 📘 Built-in Storybook support
20
- - 🌈 Beautiful, modern default UI theme
21
- - 🌗 Light and dark mode support
17
+ - 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)
18
+ - Open Architecture lets you customize, copy, extend, and create your own components
19
+ - 📕 Built-in Storybook support
20
+ - 🌈 Beautiful default UI theme
22
21
  - 🌀 Unstyled mode
23
- - 🎨️ Flexible color palettes
24
- - 🎛️ Runtime theme and color switching
22
+ - 🌗 Light and dark mode
25
23
  - 🧬 Design tokens powered by CSS variables
26
- - Powerful yet simple styling customization system
24
+ - ⚙️ Server-side rendering (SSR)
27
25
  - 🌍 Internationalization (i18n)
28
26
  - ♿️ Accessibility (a11y)
29
- - ⚙️ Server-side rendering (SSR) friendly
30
- - 🖼️ 1000+ built-in SVG icons
27
+ - 🖼️ Inline SVG icons
28
+ - 🪄 Auto component imports (as you use them)
29
+ - 🧿 Uncompiled source in npm for better DX
31
30
  - 🧪️ 1300+ unit tests ensuring consistent logic
32
31
  - 🛡️ Full TypeScript support with type safety
33
32
 
34
- ### Advanced Features
35
-
36
- - 🧰 Copy and extend existing components
37
- - 🧱 Create your own components
38
- - 🔧️ Define default values for props
39
- - 🔩️ Add or hide props to components
40
- - 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
41
-
42
33
  ## Quick Start
43
34
 
44
35
  1. Install Vueless Nuxt module.
@@ -48,7 +39,6 @@ npm install @vueless/nuxt
48
39
  npx vueless init
49
40
  ```
50
41
 
51
-
52
42
  2. Register `@vueless/nuxt` into the Nuxt config modules section.
53
43
  ```javascript
54
44
  export default defineNuxtConfig({
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "1.2.8",
7
+ "version": "1.2.10",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
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.12"
33
+ "vueless": "^1.2.14"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@material-symbols/svg-500": "^0.35.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
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.12"
33
+ "vueless": "^1.2.14"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@material-symbols/svg-500": "^0.35.0",