@mlw-packages/react-components 1.7.0 → 1.7.2
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 +9 -7
- package/dist/index.d.mts +761 -1
- package/dist/index.d.ts +761 -1
- package/dist/index.js +5669 -26
- package/dist/index.mjs +5725 -26
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,8 +4,14 @@ Biblioteca de componentes React pronta para produção • TypeScript + Tailwind
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/@mlw-packages/react-components">
|
|
9
|
+
<img alt="npm version" src="https://img.shields.io/npm/v/@mlw-packages/react-components?style=for-the-badge&label=npm&logo=npm&color=CB3837" />
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://main--68e80310a069c2f10b546ef3.chromatic.com">
|
|
12
|
+
<img alt="storybook" src="https://img.shields.io/badge/storybook-live-ff4785?style=for-the-badge&logo=storybook" />
|
|
13
|
+
</a>
|
|
14
|
+
</p>
|
|
9
15
|
|
|
10
16
|
> Coleção de _building blocks_ UI — pensada para velocidade de desenvolvimento, consistência visual, acessibilidade e performance.
|
|
11
17
|
|
|
@@ -335,19 +341,15 @@ Sugestão de PR template: mudança, razão, passos para testar, checklist (lint/
|
|
|
335
341
|
|
|
336
342
|
---
|
|
337
343
|
|
|
338
|
-
## Contato
|
|
344
|
+
## Contato
|
|
339
345
|
|
|
340
346
|
- Mantido por: **Grupo Malwee**
|
|
341
|
-
- Licença: **MIT**
|
|
342
347
|
|
|
343
348
|
---
|
|
344
349
|
|
|
345
|
-
<!-- Links de badges -->
|
|
346
|
-
|
|
347
350
|
[npm]: https://www.npmjs.com/package/@mlw-packages/react-components
|
|
348
351
|
[ci]: https://github.com/grupo-malwee/react-components/actions
|
|
349
352
|
[storybook]: https://main--68e80310a069c2f10b546ef3.chromatic.com
|
|
350
353
|
[npm version]: https://img.shields.io/npm/v/@mlw-packages/react-components
|
|
351
354
|
[build status]: https://img.shields.io/github/actions/workflow/status/grupo-malwee/react-components/ci.yml
|
|
352
355
|
[storybook badge]: https://img.shields.io/badge/storybook-live-ff4785
|
|
353
|
-
[license]: https://img.shields.io/badge/license-MIT-brightgreen
|