react-dialogger 1.1.14 → 1.1.16

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.
@@ -37,7 +37,7 @@ declare class Dialog extends DialogBase {
37
37
  initialValues(values: DialogValues): this;
38
38
  initialHolder(holder: TInitialHolder): this;
39
39
  getDom: () => HTMLDivElement;
40
- onClose(callback: () => void): this;
40
+ onClose(callback: TDialogCallbackVoidFn): this;
41
41
  keyboardListener(listener: (key: string, dialog: IDialogDef) => void): this;
42
42
  show: (callback?: TDialogCallbackVoidFn) => void;
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",
@@ -21,7 +21,7 @@
21
21
  }
22
22
  ],
23
23
  "scripts": {
24
- "pb": "git add . && git commit -m \"My Changes update\" && npm version patch && npm publish"
24
+ "pb": "git add . && git commit -m \"My Changes update\" && npm version patch && npm publish && cp ./package.json ../src/dist.package.json"
25
25
  },
26
26
  "keywords": [
27
27
  "react",