@filip.mazev/modal 0.1.18 → 0.1.20

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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
+ # @filip.mazev/modal
1
2
 
2
- # Blocks - Modal Library
3
-
4
- ## @filip.mazev/modal
3
+ ## Blocks - Modal Library
5
4
 
6
5
  **Blocks** is a powerful Angular component library. Its flagship feature is a highly customizable, service-driven **Modal** system that supports dynamic content, various positions, mobile-optimized swipe gestures, and robust theming.
7
6
 
@@ -40,7 +39,7 @@ To enable the library's stylization, import the theme provider in your global st
40
39
  }
41
40
 
42
41
  [data-theme='dark'] {
43
- @include core-theme($default-dark-theme-config);
42
+ @include blocks.core-theme($default-dark-theme-config);
44
43
  @include modal.modal-theme((
45
44
  'modal-mobile-swipe-line-color': #444444,
46
45
  ));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filip.mazev/modal",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "exports": {
5
5
  "./_modal-theme": "./lib/styles/_modal-theme.scss",
6
6
  "./index": "./lib/styles/_index.scss",