test-stpr-ui-kit 0.5.57 → 0.5.58

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.
@@ -549,7 +549,7 @@ declare type TModalVerticalAlign = "center" | "top";
549
549
  export declare type TOnChangeCheckbox = (event: default_2.ChangeEvent<HTMLInputElement>, data: {
550
550
  name: string;
551
551
  value?: string;
552
- checked?: boolean;
552
+ checked: boolean;
553
553
  }) => void;
554
554
 
555
555
  export declare type TOnChangeDatePicker = (data: {
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.57",
6
+ "version": "0.5.58",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"