maz-ui 4.1.5 → 4.1.6
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 +13 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,16 +11,23 @@
|
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
13
|
<a href="https://vuejs.org"><img src="https://img.shields.io/badge/vue-3-42b983.svg" alt="vue badge"></a>
|
|
14
|
-
<a href="https://
|
|
14
|
+
<a href="https://nuxt.com/"><img src="https://img.shields.io/badge/nuxt-4-42b983.svg" alt="nuxt badge"></a>
|
|
15
|
+
<a href="https://nuxt.com/"><img src="https://img.shields.io/badge/nuxt-3-42b983.svg" alt="nuxt badge"></a>
|
|
15
16
|
<a href="https://www.npmjs.com/package/maz-ui"><img src="https://img.shields.io/npm/v/maz-ui/latest.svg" alt="npm"></a>
|
|
16
17
|
<a href="https://www.npmjs.com/package/maz-ui"><img src="https://badgen.net/npm/types/maz-ui" alt="types"></a>
|
|
17
18
|
<a href="https://npm-stat.com/charts.html?package=maz-ui"><img src="https://badgen.net/npm/dm/maz-ui" alt="Downloads"></a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
20
21
|
<p align="center">
|
|
21
|
-
<a href="https://
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
<!-- <a href="https://codecov.io/github/LouisMazel/maz-ui" >
|
|
23
|
+
<img src="https://codecov.io/github/LouisMazel/maz-ui/branch/master/graph/bundle/lib-esm/badge.svg" alt="Coverage"/>
|
|
24
|
+
</a> -->
|
|
25
|
+
<a href="https://codecov.io/github/LouisMazel/maz-ui" >
|
|
26
|
+
<img src="https://codecov.io/github/LouisMazel/maz-ui/branch/master/graph/badge.svg?token=C6WEHHD8T9" alt="Coverage"/>
|
|
27
|
+
</a>
|
|
28
|
+
<a href="https://github.com/LouisMazel/maz-ui/actions/workflows/lib-test-unit.yml">
|
|
29
|
+
<img src="https://github.com/LouisMazel/maz-ui/actions/workflows/lib-test-unit.yml/badge.svg" alt="github actions test unit">
|
|
30
|
+
</a>
|
|
24
31
|
</p>
|
|
25
32
|
|
|
26
33
|
<h3 align="center">
|
|
@@ -33,8 +40,8 @@
|
|
|
33
40
|
|
|
34
41
|
<p align="center">
|
|
35
42
|
<picture>
|
|
36
|
-
<source media="(prefers-color-scheme: dark)" srcset="
|
|
37
|
-
<img src="
|
|
43
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://maz-ui.com/img/demo/dashboard-dark.png">
|
|
44
|
+
<img src="https://maz-ui.com/img/demo/dashboard-light.png" alt="Maz UI Demo Dashboard" width="100%" style="border-radius: 1rem;">
|
|
38
45
|
</picture>
|
|
39
46
|
<br>
|
|
40
47
|
<sub><i>Example of a dashboard built with Maz UI components</i></sub>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.6",
|
|
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",
|
|
@@ -249,5 +249,5 @@
|
|
|
249
249
|
"*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
|
|
250
250
|
"*.{vue,css,scss,postcss,pcss}": "stylelint --fix --allow-empty-input"
|
|
251
251
|
},
|
|
252
|
-
"gitHead": "
|
|
252
|
+
"gitHead": "3051819550985506413a8f0d103e8f11b4cb17d7"
|
|
253
253
|
}
|