mayak-common-library 0.0.730 → 0.0.732

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.
package/dist/index.d.mts CHANGED
@@ -1327,7 +1327,7 @@ interface ToggleButtonsMultipleProps {
1327
1327
  fixWidth?: boolean;
1328
1328
  arrayValueFormat?: boolean;
1329
1329
  name: any;
1330
- onChange: (event: MouseEvent, value: any) => void;
1330
+ onChange: (event: MouseEvent<HTMLElement>, value: any) => void;
1331
1331
  value?: any;
1332
1332
  exclusive?: boolean;
1333
1333
  }
@@ -1499,7 +1499,7 @@ interface SearchInputProps$1 {
1499
1499
  value: string;
1500
1500
  onChange: (value: string) => void;
1501
1501
  }
1502
- declare const SearchInput: (props: SearchInputProps$1) => react_jsx_runtime.JSX.Element;
1502
+ declare const SearchInput: FC<SearchInputProps$1>;
1503
1503
 
1504
1504
  declare const FormInput: FC<{
1505
1505
  name: string;
package/dist/index.d.ts CHANGED
@@ -1327,7 +1327,7 @@ interface ToggleButtonsMultipleProps {
1327
1327
  fixWidth?: boolean;
1328
1328
  arrayValueFormat?: boolean;
1329
1329
  name: any;
1330
- onChange: (event: MouseEvent, value: any) => void;
1330
+ onChange: (event: MouseEvent<HTMLElement>, value: any) => void;
1331
1331
  value?: any;
1332
1332
  exclusive?: boolean;
1333
1333
  }
@@ -1499,7 +1499,7 @@ interface SearchInputProps$1 {
1499
1499
  value: string;
1500
1500
  onChange: (value: string) => void;
1501
1501
  }
1502
- declare const SearchInput: (props: SearchInputProps$1) => react_jsx_runtime.JSX.Element;
1502
+ declare const SearchInput: FC<SearchInputProps$1>;
1503
1503
 
1504
1504
  declare const FormInput: FC<{
1505
1505
  name: string;