@medway-ui/icons 1.0.7 → 1.0.8

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 +6 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Biblioteca de ícones React da Medway, pronta para uso em projetos modernos. Todos os ícones são componentes React otimizados, com suporte a tree-shaking e tipagem TypeScript.
4
4
 
5
+ ## 🎨 Visualizar todos os ícones
6
+
7
+ Acesse nosso catálogo interativo para visualizar todos os ícones disponíveis:
8
+
9
+ **[📱 Ver catálogo completo →](https://main.d13e8l5cmf2py3.amplifyapp.com/)**
10
+
5
11
  ## Instalação
6
12
 
7
13
  ```bash
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Pacote para geração e gerenciamento de ícones Medway.",
5
+ "homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
5
6
  "main": "dist/index.cjs",
6
7
  "module": "dist/index.js",
7
8
  "types": "dist/index.d.ts",