engie-fluid-material-theme 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ With default style and fluid-design-system declaration, your file should seems t
27
27
  "src/styles.scss",
28
28
  "node_modules/@engie-group/fluid-design-tokens/lib/css/tokens.css",
29
29
  "node_modules/@engie-group/fluid-design-system/lib/fluid-design-system.css",
30
- **"node_modules/engie-fluid-material-theme/dist/index.css"**
30
+ "node_modules/engie-fluid-material-theme/dist/index.css"
31
31
  ]
32
32
  ```
33
33
  3. Load material theme in the main styles.scss file:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engie-fluid-material-theme",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Angular Material theme for Fluid Design System",
5
5
  "main": "index.css",
6
6
  "repository": {