@4i/modal-manager 1.0.40 → 1.0.41

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/package.json +1 -1
  2. package/readme.md +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4i/modal-manager",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -21,12 +21,6 @@ npm install @4i/modal-manager
21
21
 
22
22
  #### Instance methods:
23
23
 
24
- create table with methods
25
-
26
- onOpenModalState(callback: (state: boolean) => void) {
27
- callback(this.queue.length > 0);
28
- }
29
-
30
24
  | Method | Description |
31
25
  | ------------------------------------ | ----------------------------------------------------- |
32
26
  | call(action, props) | Call a modal by its action name and pass props to it. |