mayak-common-library 0.0.730 → 0.0.731

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
  }
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.730",
3
+ "version": "0.0.731",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",