@100mslive/roomkit-react 0.3.2-alpha.1 → 0.3.2-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -4691,7 +4691,7 @@
4691
4691
  "format": "cjs"
4692
4692
  },
4693
4693
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 326171,
4694
+ "bytes": 326185,
4695
4695
  "imports": [
4696
4696
  {
4697
4697
  "path": "../../node_modules/reselect/es/index.js",
@@ -10126,7 +10126,7 @@
10126
10126
  "format": "esm"
10127
10127
  },
10128
10128
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
10129
- "bytes": 2519,
10129
+ "bytes": 2532,
10130
10130
  "imports": [
10131
10131
  {
10132
10132
  "path": "react",
@@ -13714,7 +13714,7 @@
13714
13714
  "dist/index.js": {
13715
13715
  "imports": [
13716
13716
  {
13717
- "path": "dist/chunk-FKNIYFKS.js",
13717
+ "path": "dist/chunk-JBK7DOXH.js",
13718
13718
  "kind": "import-statement"
13719
13719
  }
13720
13720
  ],
@@ -13787,16 +13787,16 @@
13787
13787
  "inputs": {},
13788
13788
  "bytes": 1822
13789
13789
  },
13790
- "dist/HLSView-7E6TK45Q.js.map": {
13790
+ "dist/HLSView-Q73PJ4TW.js.map": {
13791
13791
  "imports": [],
13792
13792
  "exports": [],
13793
13793
  "inputs": {},
13794
13794
  "bytes": 89757
13795
13795
  },
13796
- "dist/HLSView-7E6TK45Q.js": {
13796
+ "dist/HLSView-Q73PJ4TW.js": {
13797
13797
  "imports": [
13798
13798
  {
13799
- "path": "dist/chunk-FKNIYFKS.js",
13799
+ "path": "dist/chunk-JBK7DOXH.js",
13800
13800
  "kind": "import-statement"
13801
13801
  },
13802
13802
  {
@@ -14014,13 +14014,13 @@
14014
14014
  },
14015
14015
  "bytes": 55042
14016
14016
  },
14017
- "dist/chunk-FKNIYFKS.js.map": {
14017
+ "dist/chunk-JBK7DOXH.js.map": {
14018
14018
  "imports": [],
14019
14019
  "exports": [],
14020
14020
  "inputs": {},
14021
- "bytes": 3179358
14021
+ "bytes": 3179437
14022
14022
  },
14023
- "dist/chunk-FKNIYFKS.js": {
14023
+ "dist/chunk-JBK7DOXH.js": {
14024
14024
  "imports": [
14025
14025
  {
14026
14026
  "path": "react",
@@ -16408,7 +16408,7 @@
16408
16408
  "external": true
16409
16409
  },
16410
16410
  {
16411
- "path": "dist/HLSView-7E6TK45Q.js",
16411
+ "path": "dist/HLSView-Q73PJ4TW.js",
16412
16412
  "kind": "dynamic-import"
16413
16413
  },
16414
16414
  {
@@ -16883,7 +16883,7 @@
16883
16883
  ],
16884
16884
  "inputs": {
16885
16885
  "<define:process.env>": {
16886
- "bytesInOutput": 18254
16886
+ "bytesInOutput": 18266
16887
16887
  },
16888
16888
  "../../node_modules/lodash/lodash.js": {
16889
16889
  "bytesInOutput": 224291
@@ -17159,7 +17159,7 @@
17159
17159
  "bytesInOutput": 2709
17160
17160
  },
17161
17161
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
17162
- "bytesInOutput": 1118
17162
+ "bytesInOutput": 1121
17163
17163
  },
17164
17164
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
17165
17165
  "bytesInOutput": 2254
@@ -17321,7 +17321,7 @@
17321
17321
  "bytesInOutput": 10031
17322
17322
  },
17323
17323
  "../hms-video-store/dist/index.js": {
17324
- "bytesInOutput": 48564
17324
+ "bytesInOutput": 48592
17325
17325
  },
17326
17326
  "../../node_modules/reselect/es/index.js": {
17327
17327
  "bytesInOutput": 2539
@@ -17687,7 +17687,7 @@
17687
17687
  "bytesInOutput": 2494
17688
17688
  },
17689
17689
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
17690
- "bytesInOutput": 2339
17690
+ "bytesInOutput": 2383
17691
17691
  },
17692
17692
  "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
17693
17693
  "bytesInOutput": 1046
@@ -17843,7 +17843,7 @@
17843
17843
  "bytesInOutput": 651
17844
17844
  }
17845
17845
  },
17846
- "bytes": 1304727
17846
+ "bytes": 1304814
17847
17847
  }
17848
17848
  }
17849
17849
  }
package/package.json CHANGED
@@ -4,13 +4,14 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
+ "type": "module",
7
8
  "keywords": [
8
9
  "100mslive",
9
10
  "react",
10
11
  "prebuilt",
11
12
  "roomkit"
12
13
  ],
13
- "version": "0.3.2-alpha.1",
14
+ "version": "0.3.2-alpha.3",
14
15
  "author": "100ms",
15
16
  "license": "MIT",
16
17
  "repository": {
@@ -82,11 +83,11 @@
82
83
  "react": ">=17.0.2 <19.0.0"
83
84
  },
84
85
  "dependencies": {
85
- "@100mslive/hls-player": "0.3.2-alpha.1",
86
+ "@100mslive/hls-player": "0.3.2-alpha.3",
86
87
  "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1",
87
- "@100mslive/hms-virtual-background": "1.13.2-alpha.1",
88
- "@100mslive/react-icons": "0.10.2-alpha.1",
89
- "@100mslive/react-sdk": "0.10.2-alpha.1",
88
+ "@100mslive/hms-virtual-background": "1.13.2-alpha.3",
89
+ "@100mslive/react-icons": "0.10.2-alpha.3",
90
+ "@100mslive/react-sdk": "0.10.2-alpha.3",
90
91
  "@100mslive/types-prebuilt": "0.12.7",
91
92
  "@emoji-mart/data": "^1.0.6",
92
93
  "@emoji-mart/react": "^1.0.1",
@@ -122,5 +123,5 @@
122
123
  "uuid": "^8.3.2",
123
124
  "worker-timers": "^7.0.40"
124
125
  },
125
- "gitHead": "af75fd7e54f66e08bd8554488847d576c7545a42"
126
+ "gitHead": "8530568d2e773428f4b8c6fa1fcbfd04ab937e5f"
126
127
  }
@@ -70,8 +70,8 @@ const SecondarySection = ({
70
70
  rootCSS={{
71
71
  padding: 0,
72
72
  maxWidth: 240,
73
- h: hasSidebar ? undefined : '100%',
74
73
  aspectRatio: 16 / 9,
74
+ ...(hasSidebar ? { w: '100%' } : { h: '100%' }),
75
75
  '@md': { aspectRatio: 1 },
76
76
  }}
77
77
  objectFit="contain"