dgrcorrientes-modulos 1.0.6 → 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 +17 -12
  2. package/package.json +18 -1
package/README.md CHANGED
@@ -1,12 +1,17 @@
1
- # README
2
- ### Instalación
3
- `yarn add dgrcorrientes-modulos@latest`
4
- ### Integración (Ejemplo React)
5
- #### CSS
6
- `@import "dgrcorrientes-modulos/style.css"`
7
- #### Utilización de un Componente (Ejemplo Button)
8
- `@import {Button} from "dgrcorrientes-modulos"`
9
- ### Frameworks y assets incorporados en CSS (style.css):
10
- Bulma Framework: v0.9.4
11
- @fortawesome/fontawesome-free: v^6.3.0,
12
- San Francisco Font
1
+
2
+ # README
3
+
4
+ ### Instalación
5
+ `yarn add dgrcorrientes-modulos@latest`
6
+
7
+ ### Integración (Ejemplo React)
8
+ #### CSS
9
+ `@import "dgrcorrientes-modulos/style.css"`
10
+
11
+ #### Utilización de un Componente (Ejemplo Button)
12
+ `import { Button } from "dgrcorrientes-modulos"`
13
+
14
+ ### Frameworks y assets incorporados en CSS (style.css):
15
+ - Bulma Framework: v0.9.4
16
+ - @fortawesome/fontawesome-free: v^6.3.0
17
+ - San Francisco Font
package/package.json CHANGED
@@ -1 +1,18 @@
1
- {"name":"dgrcorrientes-modulos","version":"1.0.6","description":"Un paquete de componentes minimizado","main":"components.js","module":"components.js","typings":"index.d.ts","peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"author":{"name":"DGRCORRIENTES","email":"administracion@dgrcorrientes.gov.ar","url":"https://www.dgrcorrientes.gob.ar"},"license":"MIT"}
1
+ {
2
+ "name": "dgrcorrientes-modulos",
3
+ "version": "1.0.8",
4
+ "description": "Un paquete de componentes minimizado",
5
+ "main": "components.js",
6
+ "module": "components.js",
7
+ "typings": "index.d.ts",
8
+ "peerDependencies": {
9
+ "react": "^17.0.2",
10
+ "react-dom": "^17.0.2"
11
+ },
12
+ "author": {
13
+ "name": "DGRCORRIENTES",
14
+ "email": "administracion@dgrcorrientes.gov.ar",
15
+ "url": "https://www.dgrcorrientes.gob.ar"
16
+ },
17
+ "license": "MIT"
18
+ }