test-stpr-ui-kit 0.5.82 → 0.5.83

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.
@@ -596,7 +596,7 @@ declare type TModalSize = "md" | "lg";
596
596
 
597
597
  declare type TModalVerticalAlign = "center" | "top";
598
598
 
599
- declare type TOnBlurInput = (event: default_2.FocusEvent<HTMLInputElement>, data: {
599
+ export declare type TOnBlurInput = (event: default_2.FocusEvent<HTMLInputElement>, data: {
600
600
  name: string;
601
601
  value: string | null;
602
602
  }) => void;
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.82",
6
+ "version": "0.5.83",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"