@avenirs-esr/avenirs-dsav 0.1.55 → 0.1.56
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 +1 -1
- package/dist/avenirs-dsav.css +1 -1
- package/dist/components/overlay/index.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +169 -159
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ You can find examples of use and demo of the design system components on our [gi
|
|
|
25
25
|
|
|
26
26
|
In your project, run `npm install @ævenirs-esr/avenirs-dsav`.
|
|
27
27
|
|
|
28
|
-
In order to make the style from `DSAV` work in your project, make sure to import the main `DSAV` style in your `main.ts` with the following : `import '@avenirs-esr/avenirs-dsav/
|
|
28
|
+
In order to make the style from `DSAV` work in your project, make sure to import the main `DSAV` style in your `main.ts` with the following : `import '@avenirs-esr/avenirs-dsav/style.css'`.
|
|
29
29
|
|
|
30
30
|
## Contributing
|
|
31
31
|
|