@100mslive/roomkit-react 0.2.6-alpha.4 → 0.2.6-alpha.5

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.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-HRUQKLGN.js";
65
+ } from "./chunk-HWYKJQTV.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -12795,7 +12795,7 @@
12795
12795
  "dist/index.js": {
12796
12796
  "imports": [
12797
12797
  {
12798
- "path": "dist/chunk-HRUQKLGN.js",
12798
+ "path": "dist/chunk-HWYKJQTV.js",
12799
12799
  "kind": "import-statement"
12800
12800
  }
12801
12801
  ],
@@ -12868,16 +12868,16 @@
12868
12868
  "inputs": {},
12869
12869
  "bytes": 1822
12870
12870
  },
12871
- "dist/HLSView-H6Q2FEMZ.js.map": {
12871
+ "dist/HLSView-EWCMUTSW.js.map": {
12872
12872
  "imports": [],
12873
12873
  "exports": [],
12874
12874
  "inputs": {},
12875
12875
  "bytes": 59619
12876
12876
  },
12877
- "dist/HLSView-H6Q2FEMZ.js": {
12877
+ "dist/HLSView-EWCMUTSW.js": {
12878
12878
  "imports": [
12879
12879
  {
12880
- "path": "dist/chunk-HRUQKLGN.js",
12880
+ "path": "dist/chunk-HWYKJQTV.js",
12881
12881
  "kind": "import-statement"
12882
12882
  },
12883
12883
  {
@@ -13041,13 +13041,13 @@
13041
13041
  },
13042
13042
  "bytes": 37344
13043
13043
  },
13044
- "dist/chunk-HRUQKLGN.js.map": {
13044
+ "dist/chunk-HWYKJQTV.js.map": {
13045
13045
  "imports": [],
13046
13046
  "exports": [],
13047
13047
  "inputs": {},
13048
13048
  "bytes": 3103727
13049
13049
  },
13050
- "dist/chunk-HRUQKLGN.js": {
13050
+ "dist/chunk-HWYKJQTV.js": {
13051
13051
  "imports": [
13052
13052
  {
13053
13053
  "path": "react",
@@ -15300,7 +15300,7 @@
15300
15300
  "external": true
15301
15301
  },
15302
15302
  {
15303
- "path": "dist/HLSView-H6Q2FEMZ.js",
15303
+ "path": "dist/HLSView-EWCMUTSW.js",
15304
15304
  "kind": "dynamic-import"
15305
15305
  },
15306
15306
  {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.2.6-alpha.4",
13
+ "version": "0.2.6-alpha.5",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -82,10 +82,10 @@
82
82
  "react": ">=17.0.2 <19.0.0"
83
83
  },
84
84
  "dependencies": {
85
- "@100mslive/hls-player": "0.2.6-alpha.4",
86
- "@100mslive/hms-virtual-background": "1.12.6-alpha.4",
87
- "@100mslive/react-icons": "0.9.6-alpha.4",
88
- "@100mslive/react-sdk": "0.9.6-alpha.4",
85
+ "@100mslive/hls-player": "0.2.6-alpha.5",
86
+ "@100mslive/hms-virtual-background": "1.12.6-alpha.5",
87
+ "@100mslive/react-icons": "0.9.6-alpha.5",
88
+ "@100mslive/react-sdk": "0.9.6-alpha.5",
89
89
  "@100mslive/types-prebuilt": "0.12.6",
90
90
  "@emoji-mart/data": "^1.0.6",
91
91
  "@emoji-mart/react": "^1.0.1",
@@ -120,5 +120,5 @@
120
120
  "uuid": "^8.3.2",
121
121
  "worker-timers": "^7.0.40"
122
122
  },
123
- "gitHead": "9e13e59f926c73e5f32c7537a8ab4e292b8d2806"
123
+ "gitHead": "dd470c3002085468208fabc315a48ce80321e4ed"
124
124
  }
@@ -44,7 +44,7 @@ export const VideoProgress = ({ onValueChange, hlsPlayer }) => {
44
44
  return hlsPlayer.getVideoElement() ? (
45
45
  <Flex
46
46
  ref={progressRootRef}
47
- css={{ cursor: 'pointer', h: '$4', alignSelf: 'stretch' }}
47
+ css={{ cursor: 'pointer', h: '$2', alignSelf: 'stretch' }}
48
48
  onClick={onProgressChangeHandler}
49
49
  >
50
50
  <Box