@ws-ui/store 0.0.7 → 0.0.9

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.
@@ -1,6 +1,8 @@
1
+ import { store as appStore } from '../../store';
1
2
  import { IModal, ModalType } from './types';
2
3
  interface IOpenModalPayload extends Omit<IModal, 'id' | 'isOpen' | 'type'> {
3
4
  type?: ModalType;
5
+ store?: typeof appStore;
4
6
  }
5
7
  interface IOpenModalReturnValue {
6
8
  confirmed?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
3
  "private": false,
4
- "version": "0.0.7",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -22,7 +22,7 @@
22
22
  "react-redux": "^7.2.6"
23
23
  },
24
24
  "peerDependencies": {
25
- "@ws-ui/shared": "^0.0.31",
25
+ "@ws-ui/shared": "^0.0.32",
26
26
  "lodash": "^4.17.21",
27
27
  "minimatch": "^5.1.0",
28
28
  "react": "^17.0.2",