test-stpr-ui-kit 0.5.41 → 0.5.42

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.
@@ -545,7 +545,7 @@ export declare type TOnChangeCheckbox = (event: default_2.ChangeEvent<HTMLInputE
545
545
  checked?: boolean;
546
546
  }) => void;
547
547
 
548
- declare type TOnChangeDatePicker = (data: {
548
+ export declare type TOnChangeDatePicker = (data: {
549
549
  name: string;
550
550
  value: Date | null;
551
551
  }, event?: default_2.ChangeEvent<HTMLInputElement>) => 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.41",
6
+ "version": "0.5.42",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"