@onpe/ui 1.0.0 → 1.0.1
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 +5 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🗳️ ONPE
|
|
1
|
+
# 🗳️ ONPE UI
|
|
2
2
|
|
|
3
3
|
Librería completa de componentes de interfaz de usuario para aplicaciones de la Oficina Nacional de Procesos Electorales (ONPE) del Perú.
|
|
4
4
|
|
|
@@ -225,8 +225,8 @@ La librería incluye breakpoints personalizados para ONPE:
|
|
|
225
225
|
|
|
226
226
|
### Instalación para desarrollo
|
|
227
227
|
```bash
|
|
228
|
-
git clone https://github.com/onpe
|
|
229
|
-
cd ui
|
|
228
|
+
git clone https://github.com/ricardosv46/onpe-ui.git
|
|
229
|
+
cd onpe-ui
|
|
230
230
|
npm install
|
|
231
231
|
```
|
|
232
232
|
|
|
@@ -255,8 +255,9 @@ MIT © ONPE - Oficina Nacional de Procesos Electorales
|
|
|
255
255
|
## 📞 Soporte
|
|
256
256
|
|
|
257
257
|
- 📧 Email: desarrollo@onpe.gob.pe
|
|
258
|
-
- 🐛 Issues: [GitHub Issues](https://github.com/onpe
|
|
258
|
+
- 🐛 Issues: [GitHub Issues](https://github.com/ricardosv46/onpe-ui/issues)
|
|
259
259
|
- 📖 Documentación: [Storybook](https://onpe-ui-components.netlify.app)
|
|
260
|
+
- 🔗 Repositorio: [GitHub](https://github.com/ricardosv46/onpe-ui)
|
|
260
261
|
|
|
261
262
|
---
|
|
262
263
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onpe/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Librería completa de UI para ONPE - Componentes, Hooks, Utils y Librerías",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"license": "MIT",
|
|
65
65
|
"repository": {
|
|
66
66
|
"type": "git",
|
|
67
|
-
"url": "https://github.com/onpe
|
|
67
|
+
"url": "https://github.com/ricardosv46/onpe-ui.git"
|
|
68
68
|
},
|
|
69
69
|
"bugs": {
|
|
70
|
-
"url": "https://github.com/onpe
|
|
70
|
+
"url": "https://github.com/ricardosv46/onpe-ui/issues"
|
|
71
71
|
},
|
|
72
|
-
"homepage": "https://github.com/onpe
|
|
72
|
+
"homepage": "https://github.com/ricardosv46/onpe-ui#readme",
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": ">=16.8.0",
|
|
75
75
|
"react-dom": ">=16.8.0"
|