maz-ui 5.0.0-beta.19 → 5.0.0-beta.20

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -110,7 +110,7 @@ The Nuxt module automatically:
110
110
  - Includes required styles
111
111
  - Provides TypeScript support out of the box
112
112
 
113
- [See options and more in the documentation](https://maz-ui.com/guide/nuxt)
113
+ [See options and more in the documentation](https://maz-ui.com/ecosystem/nuxt)
114
114
 
115
115
  ```ts
116
116
  // nuxt.config.ts
@@ -153,7 +153,7 @@ The CLI will automatically:
153
153
  - Create dark mode variables
154
154
  - Output a ready-to-use CSS file
155
155
 
156
- To know how configure the CLI, check [theming options](https://maz-ui.com/guide/themes) in our documentation.
156
+ To know how configure the CLI, check [theming options](https://maz-ui.com/ecosystem/themes) in our documentation.
157
157
 
158
158
  ## 🧰 What's included?
159
159
 
@@ -169,7 +169,7 @@ Maz UI provides a comprehensive set of beautiful icons (300+) ready-to-use for V
169
169
 
170
170
  ### Documentation
171
171
 
172
- Please refer to [](https://maz-ui.com/guide/icons)
172
+ Please refer to [icons documentation](https://maz-ui.com/ecosystem/icons)
173
173
 
174
174
  ### Installation
175
175
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.19",
4
+ "version": "5.0.0-beta.20",
5
5
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -186,10 +186,10 @@
186
186
  "libphonenumber-js": "^1.13.2",
187
187
  "valibot": "^1.4.0",
188
188
  "@maz-ui/cli": "5.0.0-beta.18",
189
+ "@maz-ui/icons": "5.0.0-beta.18",
189
190
  "@maz-ui/utils": "5.0.0-beta.18",
190
- "@maz-ui/themes": "5.0.0-beta.18",
191
- "@maz-ui/translations": "5.0.0-beta.18",
192
- "@maz-ui/icons": "5.0.0-beta.18"
191
+ "@maz-ui/themes": "5.0.0-beta.20",
192
+ "@maz-ui/translations": "5.0.0-beta.18"
193
193
  },
194
194
  "devDependencies": {
195
195
  "@tailwindcss/cli": "^4.3.0",
@@ -207,10 +207,10 @@
207
207
  "unplugin-auto-import": "^21.0.0",
208
208
  "unplugin-vue-components": "^32.0.0",
209
209
  "vue-router": "^5.0.7",
210
- "@maz-ui/stylelint-config": "5.0.0-beta.18",
211
210
  "@maz-ui/eslint-config": "5.0.0-beta.18",
212
- "@maz-ui/vite-config": "0.0.0",
213
- "@maz-ui/node": "5.0.0-beta.11"
211
+ "@maz-ui/node": "5.0.0-beta.11",
212
+ "@maz-ui/stylelint-config": "5.0.0-beta.18",
213
+ "@maz-ui/vite-config": "0.0.0"
214
214
  },
215
215
  "lint-staged": {
216
216
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",