nuance-ui 0.1.4 → 0.1.5

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
@@ -15,6 +15,12 @@ yarn add nuance-ui
15
15
  pnpm add nuance-ui
16
16
  ```
17
17
 
18
+ ### Install modules
19
+
20
+ ```bash
21
+ npx nuxt module add color-mode icon
22
+ ```
23
+
18
24
  ## Quick Start
19
25
 
20
26
  Add `nuance-ui` to the `modules` section of your `nuxt.config.ts`:
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^4.0.0"
6
6
  },
7
- "version": "0.1.4",
7
+ "version": "0.1.5",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuance-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A UI Library for Modern Web Apps, powered by Vue.",
5
5
  "repository": {
6
6
  "type": "git",