@red-unica/libreria-componentes-moviles 0.0.10 → 1.0.0

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,22 @@
21
21
  };
22
22
  ```
23
23
 
24
+ ## Componentes
25
+
26
+ #### EtiquetaCliente
27
+
28
+ Para utilizar de este componente se debe envíar la siguiente propiedad:
29
+
30
+ | Propiedad | Tipo de dato | Opcional |
31
+ |---------------------|--------------|----------|
32
+ | **numeroClientes** | *Cadena* | No |
33
+
34
+ ##### Version mínima de NodeJS
35
+ * `Node:` "16.15.0"
36
+
37
+ ##### Version mínima de React
38
+ * `Node:` "17.0.0"
39
+
24
40
  ## License
25
41
 
26
42
  ISC ©
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-unica/libreria-componentes-moviles",
3
- "version": "0.0.10",
3
+ "version": "1.0.0",
4
4
  "description": "Componentes React y archivos SASS genéricos para la versión móvil de Red Única (SAC).",
5
5
  "author": "Gerson Sierra",
6
6
  "license": "ISC",