@dvrd/dvr-controls 1.0.84 → 1.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvrd/dvr-controls",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "Custom web controls",
5
5
  "main": "index.ts",
6
6
  "files": [
@@ -47,7 +47,6 @@
47
47
  "@types/react": "^18.2.28",
48
48
  "@types/react-color": "2.13.5",
49
49
  "@types/react-dom": "^18.0.11",
50
- "@types/swiper": "^6.0.0",
51
50
  "@types/uuid": "9.0.0",
52
51
  "classnames": "2.5.1",
53
52
  "dompurify": "3.0.0",
@@ -158,7 +158,7 @@ export type OptionsMenuItem = {
158
158
  label: string;
159
159
  icon?: React.ReactNode;
160
160
  iconPlacement?: ElementPosition;
161
- onClick?: Function;
161
+ onClick?: MouseEventHandler;
162
162
  disabled?: boolean;
163
163
  };
164
164