test-stpr-ui-kit 0.5.86 → 0.5.88

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.
@@ -744,7 +744,7 @@ export declare const useModal: (params?: UseModalParams) => {
744
744
  onOpenModal: (modalData: {
745
745
  [name: string]: boolean | NonNullable<unknown>;
746
746
  }, isKeepRest?: boolean) => void;
747
- onCloseModal: (_event: default_2.MouseEvent<HTMLButtonElement>, closeData?: {
747
+ onCloseModal: (_event?: default_2.MouseEvent<HTMLButtonElement>, closeData?: {
748
748
  [name: string]: boolean | NonNullable<unknown>;
749
749
  }) => void;
750
750
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UI-kit package",
4
4
  "author": "Mochalov Ivan",
5
5
  "license": "MIT",
6
- "version": "0.5.86",
6
+ "version": "0.5.88",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"