@filip.mazev/modal 1.0.0 → 1.0.2

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,12 @@
19
19
  npm i @filip.mazev/modal@latest
20
20
  ```
21
21
 
22
+ Or with the global blocks `ng` command which adds all blocks packages and sets up your styles.scss
23
+
24
+ ```bash
25
+ ng add @filip.mazev/blocks@latest
26
+ ```
27
+
22
28
  ### Theme Configuration
23
29
 
24
30
  To enable the library's stylization, import the theme provider in your global styles (styles.scss):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filip.mazev/modal",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  "./_modal-theme": "./lib/styles/_modal-theme.scss",