@100mslive/roomkit-react 0.3.13-alpha.4 → 0.3.14-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.3.13-alpha.4",
13
+ "version": "0.3.14-alpha.0",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -74,12 +74,12 @@
74
74
  "react": ">=17.0.2 <19.0.0"
75
75
  },
76
76
  "dependencies": {
77
- "@100mslive/hls-player": "0.3.13-alpha.4",
77
+ "@100mslive/hls-player": "0.3.14-alpha.0",
78
78
  "@100mslive/hms-noise-cancellation": "0.0.1",
79
- "@100mslive/hms-virtual-background": "1.13.13-alpha.4",
80
- "@100mslive/hms-whiteboard": "0.0.3-alpha.4",
81
- "@100mslive/react-icons": "0.10.13-alpha.4",
82
- "@100mslive/react-sdk": "0.10.13-alpha.4",
79
+ "@100mslive/hms-virtual-background": "1.13.14-alpha.0",
80
+ "@100mslive/hms-whiteboard": "0.0.4-alpha.0",
81
+ "@100mslive/react-icons": "0.10.14-alpha.0",
82
+ "@100mslive/react-sdk": "0.10.14-alpha.0",
83
83
  "@100mslive/types-prebuilt": "0.12.9",
84
84
  "@emoji-mart/data": "^1.0.6",
85
85
  "@emoji-mart/react": "^1.0.1",
@@ -115,5 +115,5 @@
115
115
  "uuid": "^8.3.2",
116
116
  "worker-timers": "^7.0.40"
117
117
  },
118
- "gitHead": "678e1447e57c5ab4d7574c319f274cd45ac60a96"
118
+ "gitHead": "8e40f00818c7057c6cdf817982d7ded8a4d44426"
119
119
  }
@@ -55,11 +55,8 @@ import { useRoomLayoutHeader } from '../../../provider/roomLayoutProvider/hooks/
55
55
  import { useSheetToggle } from '../../AppData/useSheet';
56
56
  // @ts-ignore: No implicit any
57
57
  import { usePollViewToggle, useSidepaneToggle } from '../../AppData/useSidepane';
58
- import {
59
- useSetIsCaptionEnabled,
60
- useShowPolls,
61
- // @ts-ignore: No implicit Any
62
- } from '../../AppData/useUISettings';
58
+ // @ts-ignore: No implicit Any
59
+ import { useSetIsCaptionEnabled, useShowPolls } from '../../AppData/useUISettings';
63
60
  // @ts-ignore: No implicit any
64
61
  import { useDropdownList } from '../../hooks/useDropdownList';
65
62
  import { useMyMetadata } from '../../hooks/useMetadata';