@100mslive/roomkit-react 0.3.16-alpha.1 → 0.3.16-alpha.10
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/{HLSView-T2PXKR6I.css → HLSView-D62ZFGUE.css} +3 -3
- package/dist/{HLSView-T2PXKR6I.css.map → HLSView-D62ZFGUE.css.map} +1 -1
- package/dist/{HLSView-ERPYXVOY.js → HLSView-QYHOAJX7.js} +2 -2
- package/dist/{chunk-NKC36NL4.js → chunk-NYBDQX5B.js} +1049 -964
- package/dist/chunk-NYBDQX5B.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1463 -1380
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +106 -76
- package/dist/meta.esbuild.json +119 -89
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +21 -18
- package/src/Prebuilt/components/AudioVideoToggle.tsx +2 -2
- package/src/Prebuilt/components/ConferenceScreen.tsx +13 -1
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +1 -4
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +1 -4
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +12 -2
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +33 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +3 -1
- package/src/Prebuilt/components/PIP/PIPChat.tsx +62 -14
- package/src/Prebuilt/components/PIP/PIPWindow.tsx +1 -1
- package/src/Prebuilt/components/PIP/usePIPChat.tsx +2 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +2 -2
- package/dist/chunk-NKC36NL4.js.map +0 -7
- /package/dist/{HLSView-ERPYXVOY.js.map → HLSView-QYHOAJX7.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
"format": "esm"
|
|
2892
2892
|
},
|
|
2893
2893
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
2894
|
-
"bytes":
|
|
2894
|
+
"bytes": 13312,
|
|
2895
2895
|
"imports": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"path": "react",
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
"format": "esm"
|
|
4194
4194
|
},
|
|
4195
4195
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
4196
|
-
"bytes":
|
|
4196
|
+
"bytes": 9811,
|
|
4197
4197
|
"imports": [
|
|
4198
4198
|
{
|
|
4199
4199
|
"path": "react",
|
|
@@ -4245,6 +4245,11 @@
|
|
|
4245
4245
|
"kind": "import-statement",
|
|
4246
4246
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
4247
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
|
4250
|
+
"kind": "import-statement",
|
|
4251
|
+
"original": "../hooks/useChatBlacklist"
|
|
4252
|
+
},
|
|
4248
4253
|
{
|
|
4249
4254
|
"path": "src/Prebuilt/components/Chat/utils.ts",
|
|
4250
4255
|
"kind": "import-statement",
|
|
@@ -4295,7 +4300,7 @@
|
|
|
4295
4300
|
"format": "esm"
|
|
4296
4301
|
},
|
|
4297
4302
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
|
4298
|
-
"bytes":
|
|
4303
|
+
"bytes": 378,
|
|
4299
4304
|
"imports": [
|
|
4300
4305
|
{
|
|
4301
4306
|
"path": "react",
|
|
@@ -5062,7 +5067,7 @@
|
|
|
5062
5067
|
"format": "esm"
|
|
5063
5068
|
},
|
|
5064
5069
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
5065
|
-
"bytes":
|
|
5070
|
+
"bytes": 3691,
|
|
5066
5071
|
"imports": [
|
|
5067
5072
|
{
|
|
5068
5073
|
"path": "react",
|
|
@@ -5098,7 +5103,7 @@
|
|
|
5098
5103
|
"format": "esm"
|
|
5099
5104
|
},
|
|
5100
5105
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
5101
|
-
"bytes":
|
|
5106
|
+
"bytes": 10425,
|
|
5102
5107
|
"imports": [
|
|
5103
5108
|
{
|
|
5104
5109
|
"path": "react",
|
|
@@ -5205,6 +5210,11 @@
|
|
|
5205
5210
|
"kind": "import-statement",
|
|
5206
5211
|
"original": "../MuteAllModal"
|
|
5207
5212
|
},
|
|
5213
|
+
{
|
|
5214
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
5215
|
+
"kind": "import-statement",
|
|
5216
|
+
"original": "../../AppData/useSidepane"
|
|
5217
|
+
},
|
|
5208
5218
|
{
|
|
5209
5219
|
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
5210
5220
|
"kind": "import-statement",
|
|
@@ -5591,7 +5601,7 @@
|
|
|
5591
5601
|
"format": "cjs"
|
|
5592
5602
|
},
|
|
5593
5603
|
"../hms-video-store/dist/index.js": {
|
|
5594
|
-
"bytes":
|
|
5604
|
+
"bytes": 356550,
|
|
5595
5605
|
"imports": [
|
|
5596
5606
|
{
|
|
5597
5607
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -6184,34 +6194,8 @@
|
|
|
6184
6194
|
],
|
|
6185
6195
|
"format": "esm"
|
|
6186
6196
|
},
|
|
6187
|
-
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
6188
|
-
"bytes": 1470,
|
|
6189
|
-
"imports": [
|
|
6190
|
-
{
|
|
6191
|
-
"path": "react",
|
|
6192
|
-
"kind": "import-statement",
|
|
6193
|
-
"external": true
|
|
6194
|
-
},
|
|
6195
|
-
{
|
|
6196
|
-
"path": "src/Prebuilt/components/PIP/context.ts",
|
|
6197
|
-
"kind": "import-statement",
|
|
6198
|
-
"original": "./context"
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"path": "<define:process.env>",
|
|
6202
|
-
"kind": "import-statement",
|
|
6203
|
-
"external": true
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"path": "<runtime>",
|
|
6207
|
-
"kind": "import-statement",
|
|
6208
|
-
"external": true
|
|
6209
|
-
}
|
|
6210
|
-
],
|
|
6211
|
-
"format": "esm"
|
|
6212
|
-
},
|
|
6213
6197
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
6214
|
-
"bytes":
|
|
6198
|
+
"bytes": 994,
|
|
6215
6199
|
"imports": [
|
|
6216
6200
|
{
|
|
6217
6201
|
"path": "react",
|
|
@@ -6243,11 +6227,6 @@
|
|
|
6243
6227
|
"kind": "import-statement",
|
|
6244
6228
|
"original": "../../.."
|
|
6245
6229
|
},
|
|
6246
|
-
{
|
|
6247
|
-
"path": "src/Prebuilt/components/PIP/PIPProvider.tsx",
|
|
6248
|
-
"kind": "import-statement",
|
|
6249
|
-
"original": "../PIP/PIPProvider"
|
|
6250
|
-
},
|
|
6251
6230
|
{
|
|
6252
6231
|
"path": "src/Prebuilt/common/hooks.ts",
|
|
6253
6232
|
"kind": "import-statement",
|
|
@@ -7074,7 +7053,7 @@
|
|
|
7074
7053
|
"format": "esm"
|
|
7075
7054
|
},
|
|
7076
7055
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
7077
|
-
"bytes":
|
|
7056
|
+
"bytes": 13909,
|
|
7078
7057
|
"imports": [
|
|
7079
7058
|
{
|
|
7080
7059
|
"path": "react",
|
|
@@ -10256,7 +10235,7 @@
|
|
|
10256
10235
|
"format": "esm"
|
|
10257
10236
|
},
|
|
10258
10237
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
10259
|
-
"bytes":
|
|
10238
|
+
"bytes": 10118,
|
|
10260
10239
|
"imports": [
|
|
10261
10240
|
{
|
|
10262
10241
|
"path": "react",
|
|
@@ -11248,7 +11227,7 @@
|
|
|
11248
11227
|
],
|
|
11249
11228
|
"format": "esm"
|
|
11250
11229
|
},
|
|
11251
|
-
"../../../../../../../tmp/tmp-
|
|
11230
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e61342/tldraw.css": {
|
|
11252
11231
|
"bytes": 80111,
|
|
11253
11232
|
"imports": [
|
|
11254
11233
|
{
|
|
@@ -11298,7 +11277,7 @@
|
|
|
11298
11277
|
}
|
|
11299
11278
|
]
|
|
11300
11279
|
},
|
|
11301
|
-
"../../../../../../../tmp/tmp-
|
|
11280
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e60c90/index.css": {
|
|
11302
11281
|
"bytes": 597,
|
|
11303
11282
|
"imports": [
|
|
11304
11283
|
{
|
|
@@ -11307,7 +11286,7 @@
|
|
|
11307
11286
|
"external": true
|
|
11308
11287
|
},
|
|
11309
11288
|
{
|
|
11310
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11289
|
+
"path": "../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e61342/tldraw.css",
|
|
11311
11290
|
"kind": "import-rule",
|
|
11312
11291
|
"original": "@tldraw/tldraw/tldraw.css"
|
|
11313
11292
|
}
|
|
@@ -11382,7 +11361,7 @@
|
|
|
11382
11361
|
"original": "../../common/constants"
|
|
11383
11362
|
},
|
|
11384
11363
|
{
|
|
11385
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11364
|
+
"path": "../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e60c90/index.css",
|
|
11386
11365
|
"kind": "import-statement",
|
|
11387
11366
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11388
11367
|
},
|
|
@@ -12745,7 +12724,7 @@
|
|
|
12745
12724
|
"format": "esm"
|
|
12746
12725
|
},
|
|
12747
12726
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
12748
|
-
"bytes":
|
|
12727
|
+
"bytes": 8221,
|
|
12749
12728
|
"imports": [
|
|
12750
12729
|
{
|
|
12751
12730
|
"path": "react",
|
|
@@ -13353,18 +13332,28 @@
|
|
|
13353
13332
|
"format": "esm"
|
|
13354
13333
|
},
|
|
13355
13334
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
13356
|
-
"bytes":
|
|
13335
|
+
"bytes": 3057,
|
|
13357
13336
|
"imports": [
|
|
13358
13337
|
{
|
|
13359
13338
|
"path": "react",
|
|
13360
13339
|
"kind": "import-statement",
|
|
13361
13340
|
"external": true
|
|
13362
13341
|
},
|
|
13342
|
+
{
|
|
13343
|
+
"path": "react-use",
|
|
13344
|
+
"kind": "import-statement",
|
|
13345
|
+
"external": true
|
|
13346
|
+
},
|
|
13363
13347
|
{
|
|
13364
13348
|
"path": "@100mslive/react-sdk",
|
|
13365
13349
|
"kind": "import-statement",
|
|
13366
13350
|
"external": true
|
|
13367
13351
|
},
|
|
13352
|
+
{
|
|
13353
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
13354
|
+
"kind": "import-statement",
|
|
13355
|
+
"original": "../../provider/roomLayoutProvider"
|
|
13356
|
+
},
|
|
13368
13357
|
{
|
|
13369
13358
|
"path": "src/Prebuilt/components/Toast/ToastBatcher.js",
|
|
13370
13359
|
"kind": "import-statement",
|
|
@@ -13680,7 +13669,7 @@
|
|
|
13680
13669
|
"format": "esm"
|
|
13681
13670
|
},
|
|
13682
13671
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
13683
|
-
"bytes":
|
|
13672
|
+
"bytes": 8164,
|
|
13684
13673
|
"imports": [
|
|
13685
13674
|
{
|
|
13686
13675
|
"path": "react",
|
|
@@ -13782,6 +13771,11 @@
|
|
|
13782
13771
|
"kind": "import-statement",
|
|
13783
13772
|
"original": "../AppData/useUISettings"
|
|
13784
13773
|
},
|
|
13774
|
+
{
|
|
13775
|
+
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
|
13776
|
+
"kind": "import-statement",
|
|
13777
|
+
"original": "../PIP/usePIPWindow"
|
|
13778
|
+
},
|
|
13785
13779
|
{
|
|
13786
13780
|
"path": "src/Prebuilt/common/constants.ts",
|
|
13787
13781
|
"kind": "import-statement",
|
|
@@ -13811,6 +13805,32 @@
|
|
|
13811
13805
|
],
|
|
13812
13806
|
"format": "esm"
|
|
13813
13807
|
},
|
|
13808
|
+
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
13809
|
+
"bytes": 1470,
|
|
13810
|
+
"imports": [
|
|
13811
|
+
{
|
|
13812
|
+
"path": "react",
|
|
13813
|
+
"kind": "import-statement",
|
|
13814
|
+
"external": true
|
|
13815
|
+
},
|
|
13816
|
+
{
|
|
13817
|
+
"path": "src/Prebuilt/components/PIP/context.ts",
|
|
13818
|
+
"kind": "import-statement",
|
|
13819
|
+
"original": "./context"
|
|
13820
|
+
},
|
|
13821
|
+
{
|
|
13822
|
+
"path": "<define:process.env>",
|
|
13823
|
+
"kind": "import-statement",
|
|
13824
|
+
"external": true
|
|
13825
|
+
},
|
|
13826
|
+
{
|
|
13827
|
+
"path": "<runtime>",
|
|
13828
|
+
"kind": "import-statement",
|
|
13829
|
+
"external": true
|
|
13830
|
+
}
|
|
13831
|
+
],
|
|
13832
|
+
"format": "esm"
|
|
13833
|
+
},
|
|
13814
13834
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
13815
13835
|
"bytes": 1597,
|
|
13816
13836
|
"imports": [
|
|
@@ -14165,7 +14185,7 @@
|
|
|
14165
14185
|
"format": "esm"
|
|
14166
14186
|
},
|
|
14167
14187
|
"src/Prebuilt/App.tsx": {
|
|
14168
|
-
"bytes":
|
|
14188
|
+
"bytes": 10923,
|
|
14169
14189
|
"imports": [
|
|
14170
14190
|
{
|
|
14171
14191
|
"path": "react",
|
|
@@ -14237,6 +14257,11 @@
|
|
|
14237
14257
|
"kind": "import-statement",
|
|
14238
14258
|
"original": "./components/Notifications"
|
|
14239
14259
|
},
|
|
14260
|
+
{
|
|
14261
|
+
"path": "src/Prebuilt/components/PIP/PIPProvider.tsx",
|
|
14262
|
+
"kind": "import-statement",
|
|
14263
|
+
"original": "./components/PIP/PIPProvider"
|
|
14264
|
+
},
|
|
14240
14265
|
{
|
|
14241
14266
|
"path": "src/Prebuilt/components/Preview/PreviewScreen.tsx",
|
|
14242
14267
|
"kind": "import-statement",
|
|
@@ -15223,7 +15248,7 @@
|
|
|
15223
15248
|
"dist/index.js": {
|
|
15224
15249
|
"imports": [
|
|
15225
15250
|
{
|
|
15226
|
-
"path": "dist/chunk-
|
|
15251
|
+
"path": "dist/chunk-NYBDQX5B.js",
|
|
15227
15252
|
"kind": "import-statement"
|
|
15228
15253
|
}
|
|
15229
15254
|
],
|
|
@@ -15299,16 +15324,16 @@
|
|
|
15299
15324
|
"inputs": {},
|
|
15300
15325
|
"bytes": 1882
|
|
15301
15326
|
},
|
|
15302
|
-
"dist/HLSView-
|
|
15327
|
+
"dist/HLSView-QYHOAJX7.js.map": {
|
|
15303
15328
|
"imports": [],
|
|
15304
15329
|
"exports": [],
|
|
15305
15330
|
"inputs": {},
|
|
15306
15331
|
"bytes": 100275
|
|
15307
15332
|
},
|
|
15308
|
-
"dist/HLSView-
|
|
15333
|
+
"dist/HLSView-QYHOAJX7.js": {
|
|
15309
15334
|
"imports": [
|
|
15310
15335
|
{
|
|
15311
|
-
"path": "dist/chunk-
|
|
15336
|
+
"path": "dist/chunk-NYBDQX5B.js",
|
|
15312
15337
|
"kind": "import-statement"
|
|
15313
15338
|
},
|
|
15314
15339
|
{
|
|
@@ -15486,7 +15511,7 @@
|
|
|
15486
15511
|
"default"
|
|
15487
15512
|
],
|
|
15488
15513
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
|
15489
|
-
"cssBundle": "dist/HLSView-
|
|
15514
|
+
"cssBundle": "dist/HLSView-D62ZFGUE.css",
|
|
15490
15515
|
"inputs": {
|
|
15491
15516
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
15492
15517
|
"bytesInOutput": 27671
|
|
@@ -15545,13 +15570,13 @@
|
|
|
15545
15570
|
},
|
|
15546
15571
|
"bytes": 61702
|
|
15547
15572
|
},
|
|
15548
|
-
"dist/chunk-
|
|
15573
|
+
"dist/chunk-NYBDQX5B.js.map": {
|
|
15549
15574
|
"imports": [],
|
|
15550
15575
|
"exports": [],
|
|
15551
15576
|
"inputs": {},
|
|
15552
|
-
"bytes":
|
|
15577
|
+
"bytes": 3476489
|
|
15553
15578
|
},
|
|
15554
|
-
"dist/chunk-
|
|
15579
|
+
"dist/chunk-NYBDQX5B.js": {
|
|
15555
15580
|
"imports": [
|
|
15556
15581
|
{
|
|
15557
15582
|
"path": "react",
|
|
@@ -16813,11 +16838,6 @@
|
|
|
16813
16838
|
"kind": "import-statement",
|
|
16814
16839
|
"external": true
|
|
16815
16840
|
},
|
|
16816
|
-
{
|
|
16817
|
-
"path": "react",
|
|
16818
|
-
"kind": "import-statement",
|
|
16819
|
-
"external": true
|
|
16820
|
-
},
|
|
16821
16841
|
{
|
|
16822
16842
|
"path": "@100mslive/react-icons",
|
|
16823
16843
|
"kind": "import-statement",
|
|
@@ -18079,7 +18099,7 @@
|
|
|
18079
18099
|
"external": true
|
|
18080
18100
|
},
|
|
18081
18101
|
{
|
|
18082
|
-
"path": "dist/HLSView-
|
|
18102
|
+
"path": "dist/HLSView-QYHOAJX7.js",
|
|
18083
18103
|
"kind": "dynamic-import"
|
|
18084
18104
|
},
|
|
18085
18105
|
{
|
|
@@ -18277,6 +18297,11 @@
|
|
|
18277
18297
|
"kind": "import-statement",
|
|
18278
18298
|
"external": true
|
|
18279
18299
|
},
|
|
18300
|
+
{
|
|
18301
|
+
"path": "react-use",
|
|
18302
|
+
"kind": "import-statement",
|
|
18303
|
+
"external": true
|
|
18304
|
+
},
|
|
18280
18305
|
{
|
|
18281
18306
|
"path": "@100mslive/react-sdk",
|
|
18282
18307
|
"kind": "import-statement",
|
|
@@ -18407,6 +18432,11 @@
|
|
|
18407
18432
|
"kind": "import-statement",
|
|
18408
18433
|
"external": true
|
|
18409
18434
|
},
|
|
18435
|
+
{
|
|
18436
|
+
"path": "react",
|
|
18437
|
+
"kind": "import-statement",
|
|
18438
|
+
"external": true
|
|
18439
|
+
},
|
|
18410
18440
|
{
|
|
18411
18441
|
"path": "react-use",
|
|
18412
18442
|
"kind": "import-statement",
|
|
@@ -18668,7 +18698,7 @@
|
|
|
18668
18698
|
],
|
|
18669
18699
|
"inputs": {
|
|
18670
18700
|
"<define:process.env>": {
|
|
18671
|
-
"bytesInOutput":
|
|
18701
|
+
"bytesInOutput": 17986
|
|
18672
18702
|
},
|
|
18673
18703
|
"../../node_modules/lodash/lodash.js": {
|
|
18674
18704
|
"bytesInOutput": 224289
|
|
@@ -18953,7 +18983,7 @@
|
|
|
18953
18983
|
"bytesInOutput": 887
|
|
18954
18984
|
},
|
|
18955
18985
|
"src/Prebuilt/App.tsx": {
|
|
18956
|
-
"bytesInOutput":
|
|
18986
|
+
"bytesInOutput": 7926
|
|
18957
18987
|
},
|
|
18958
18988
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
18959
18989
|
"bytesInOutput": 5997
|
|
@@ -19001,13 +19031,13 @@
|
|
|
19001
19031
|
"bytesInOutput": 4698
|
|
19002
19032
|
},
|
|
19003
19033
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
19004
|
-
"bytesInOutput":
|
|
19034
|
+
"bytesInOutput": 7403
|
|
19005
19035
|
},
|
|
19006
19036
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
|
19007
19037
|
"bytesInOutput": 3306
|
|
19008
19038
|
},
|
|
19009
19039
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19010
|
-
"bytesInOutput":
|
|
19040
|
+
"bytesInOutput": 13613
|
|
19011
19041
|
},
|
|
19012
19042
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
|
19013
19043
|
"bytesInOutput": 3207
|
|
@@ -19082,10 +19112,10 @@
|
|
|
19082
19112
|
"bytesInOutput": 4835
|
|
19083
19113
|
},
|
|
19084
19114
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19085
|
-
"bytesInOutput":
|
|
19115
|
+
"bytesInOutput": 474
|
|
19086
19116
|
},
|
|
19087
19117
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
19088
|
-
"bytesInOutput":
|
|
19118
|
+
"bytesInOutput": 9143
|
|
19089
19119
|
},
|
|
19090
19120
|
"src/Prebuilt/components/PIP/index.jsx": {
|
|
19091
19121
|
"bytesInOutput": 178
|
|
@@ -19103,7 +19133,7 @@
|
|
|
19103
19133
|
"bytesInOutput": 2509
|
|
19104
19134
|
},
|
|
19105
19135
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
19106
|
-
"bytesInOutput":
|
|
19136
|
+
"bytesInOutput": 9624
|
|
19107
19137
|
},
|
|
19108
19138
|
"src/TextArea/index.tsx": {
|
|
19109
19139
|
"bytesInOutput": 27
|
|
@@ -19142,7 +19172,7 @@
|
|
|
19142
19172
|
"bytesInOutput": 621
|
|
19143
19173
|
},
|
|
19144
19174
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
|
19145
|
-
"bytesInOutput":
|
|
19175
|
+
"bytesInOutput": 274
|
|
19146
19176
|
},
|
|
19147
19177
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
|
19148
19178
|
"bytesInOutput": 5737
|
|
@@ -19187,7 +19217,7 @@
|
|
|
19187
19217
|
"bytesInOutput": 1898
|
|
19188
19218
|
},
|
|
19189
19219
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
19190
|
-
"bytesInOutput":
|
|
19220
|
+
"bytesInOutput": 3730
|
|
19191
19221
|
},
|
|
19192
19222
|
"src/Prebuilt/components/PIP/usePIPWindow.tsx": {
|
|
19193
19223
|
"bytesInOutput": 271
|
|
@@ -19202,7 +19232,7 @@
|
|
|
19202
19232
|
"bytesInOutput": 9486
|
|
19203
19233
|
},
|
|
19204
19234
|
"../hms-video-store/dist/index.js": {
|
|
19205
|
-
"bytesInOutput":
|
|
19235
|
+
"bytesInOutput": 50058
|
|
19206
19236
|
},
|
|
19207
19237
|
"../../node_modules/reselect/es/index.js": {
|
|
19208
19238
|
"bytesInOutput": 2539
|
|
@@ -19258,9 +19288,6 @@
|
|
|
19258
19288
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
|
19259
19289
|
"bytesInOutput": 658
|
|
19260
19290
|
},
|
|
19261
|
-
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
19262
|
-
"bytesInOutput": 1140
|
|
19263
|
-
},
|
|
19264
19291
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
19265
19292
|
"bytesInOutput": 905
|
|
19266
19293
|
},
|
|
@@ -19301,7 +19328,7 @@
|
|
|
19301
19328
|
"bytesInOutput": 1564
|
|
19302
19329
|
},
|
|
19303
19330
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
19304
|
-
"bytesInOutput":
|
|
19331
|
+
"bytesInOutput": 13109
|
|
19305
19332
|
},
|
|
19306
19333
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
|
19307
19334
|
"bytesInOutput": 3876
|
|
@@ -19340,7 +19367,7 @@
|
|
|
19340
19367
|
"bytesInOutput": 3077
|
|
19341
19368
|
},
|
|
19342
19369
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19343
|
-
"bytesInOutput":
|
|
19370
|
+
"bytesInOutput": 10077
|
|
19344
19371
|
},
|
|
19345
19372
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
19346
19373
|
"bytesInOutput": 6439
|
|
@@ -19349,7 +19376,7 @@
|
|
|
19349
19376
|
"bytesInOutput": 735
|
|
19350
19377
|
},
|
|
19351
19378
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
19352
|
-
"bytesInOutput":
|
|
19379
|
+
"bytesInOutput": 8201
|
|
19353
19380
|
},
|
|
19354
19381
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
|
19355
19382
|
"bytesInOutput": 2317
|
|
@@ -19385,7 +19412,7 @@
|
|
|
19385
19412
|
"bytesInOutput": 4435
|
|
19386
19413
|
},
|
|
19387
19414
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
|
19388
|
-
"bytesInOutput":
|
|
19415
|
+
"bytesInOutput": 2042
|
|
19389
19416
|
},
|
|
19390
19417
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
19391
19418
|
"bytesInOutput": 4213
|
|
@@ -19567,7 +19594,7 @@
|
|
|
19567
19594
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19568
19595
|
"bytesInOutput": 2830
|
|
19569
19596
|
},
|
|
19570
|
-
"../../../../../../../tmp/tmp-
|
|
19597
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e60c90/index.css": {
|
|
19571
19598
|
"bytesInOutput": 0
|
|
19572
19599
|
},
|
|
19573
19600
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
@@ -19628,7 +19655,7 @@
|
|
|
19628
19655
|
"bytesInOutput": 27
|
|
19629
19656
|
},
|
|
19630
19657
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
19631
|
-
"bytesInOutput":
|
|
19658
|
+
"bytesInOutput": 8179
|
|
19632
19659
|
},
|
|
19633
19660
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
|
19634
19661
|
"bytesInOutput": 1053
|
|
@@ -19637,7 +19664,7 @@
|
|
|
19637
19664
|
"bytesInOutput": 1350
|
|
19638
19665
|
},
|
|
19639
19666
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
19640
|
-
"bytesInOutput":
|
|
19667
|
+
"bytesInOutput": 3074
|
|
19641
19668
|
},
|
|
19642
19669
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
|
19643
19670
|
"bytesInOutput": 1983
|
|
@@ -19675,6 +19702,9 @@
|
|
|
19675
19702
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
|
19676
19703
|
"bytesInOutput": 2185
|
|
19677
19704
|
},
|
|
19705
|
+
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
19706
|
+
"bytesInOutput": 1144
|
|
19707
|
+
},
|
|
19678
19708
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
19679
19709
|
"bytesInOutput": 1335
|
|
19680
19710
|
},
|
|
@@ -19730,7 +19760,7 @@
|
|
|
19730
19760
|
"bytesInOutput": 2632
|
|
19731
19761
|
}
|
|
19732
19762
|
},
|
|
19733
|
-
"bytes":
|
|
19763
|
+
"bytes": 1445748
|
|
19734
19764
|
},
|
|
19735
19765
|
"dist/index.css.map": {
|
|
19736
19766
|
"imports": [],
|
|
@@ -19792,22 +19822,22 @@
|
|
|
19792
19822
|
}
|
|
19793
19823
|
],
|
|
19794
19824
|
"inputs": {
|
|
19795
|
-
"../../../../../../../tmp/tmp-
|
|
19825
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e61342/tldraw.css": {
|
|
19796
19826
|
"bytesInOutput": 75223
|
|
19797
19827
|
},
|
|
19798
|
-
"../../../../../../../tmp/tmp-
|
|
19828
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e60c90/index.css": {
|
|
19799
19829
|
"bytesInOutput": 401
|
|
19800
19830
|
}
|
|
19801
19831
|
},
|
|
19802
19832
|
"bytes": 75901
|
|
19803
19833
|
},
|
|
19804
|
-
"dist/HLSView-
|
|
19834
|
+
"dist/HLSView-D62ZFGUE.css.map": {
|
|
19805
19835
|
"imports": [],
|
|
19806
19836
|
"exports": [],
|
|
19807
19837
|
"inputs": {},
|
|
19808
19838
|
"bytes": 122402
|
|
19809
19839
|
},
|
|
19810
|
-
"dist/HLSView-
|
|
19840
|
+
"dist/HLSView-D62ZFGUE.css": {
|
|
19811
19841
|
"imports": [
|
|
19812
19842
|
{
|
|
19813
19843
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
|
@@ -19861,10 +19891,10 @@
|
|
|
19861
19891
|
}
|
|
19862
19892
|
],
|
|
19863
19893
|
"inputs": {
|
|
19864
|
-
"../../../../../../../tmp/tmp-
|
|
19894
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e61342/tldraw.css": {
|
|
19865
19895
|
"bytesInOutput": 75223
|
|
19866
19896
|
},
|
|
19867
|
-
"../../../../../../../tmp/tmp-
|
|
19897
|
+
"../../../../../../../tmp/tmp-2772-P5UP13LhLRS6/190d96e60c90/index.css": {
|
|
19868
19898
|
"bytesInOutput": 401
|
|
19869
19899
|
}
|
|
19870
19900
|
},
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prebuilt",
|
|
11
11
|
"roomkit"
|
|
12
12
|
],
|
|
13
|
-
"version": "0.3.16-alpha.
|
|
13
|
+
"version": "0.3.16-alpha.10",
|
|
14
14
|
"author": "100ms",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"repository": {
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"react": ">=17.0.2 <19.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@100mslive/hls-player": "0.3.16-alpha.
|
|
78
|
+
"@100mslive/hls-player": "0.3.16-alpha.10",
|
|
79
79
|
"@100mslive/hms-noise-cancellation": "0.0.1",
|
|
80
|
-
"@100mslive/hms-virtual-background": "1.13.16-alpha.
|
|
81
|
-
"@100mslive/hms-whiteboard": "0.0.6-alpha.
|
|
82
|
-
"@100mslive/react-icons": "0.10.16-alpha.
|
|
83
|
-
"@100mslive/react-sdk": "0.10.16-alpha.
|
|
80
|
+
"@100mslive/hms-virtual-background": "1.13.16-alpha.10",
|
|
81
|
+
"@100mslive/hms-whiteboard": "0.0.6-alpha.10",
|
|
82
|
+
"@100mslive/react-icons": "0.10.16-alpha.10",
|
|
83
|
+
"@100mslive/react-sdk": "0.10.16-alpha.10",
|
|
84
84
|
"@100mslive/types-prebuilt": "0.12.9",
|
|
85
85
|
"@emoji-mart/data": "^1.0.6",
|
|
86
86
|
"@emoji-mart/react": "^1.0.1",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"uuid": "^8.3.2",
|
|
118
118
|
"worker-timers": "^7.0.40"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "770babc8f2199bd6c5b112472a97b3a93a10f6c4"
|
|
121
121
|
}
|
package/src/Prebuilt/App.tsx
CHANGED
|
@@ -23,6 +23,7 @@ import { KeyboardHandler } from './components/Input/KeyboardInputManager';
|
|
|
23
23
|
import { LeaveScreen } from './components/LeaveScreen';
|
|
24
24
|
import { MwebLandscapePrompt } from './components/MwebLandscapePrompt';
|
|
25
25
|
import { Notifications } from './components/Notifications';
|
|
26
|
+
import { PIPProvider } from './components/PIP/PIPProvider';
|
|
26
27
|
import { PreviewScreen } from './components/Preview/PreviewScreen';
|
|
27
28
|
// @ts-ignore: No implicit Any
|
|
28
29
|
import { ToastContainer } from './components/Toast/ToastContainer';
|
|
@@ -218,24 +219,26 @@ export const HMSPrebuilt = React.forwardRef<HMSPrebuiltRefType, HMSPrebuiltProps
|
|
|
218
219
|
},
|
|
219
220
|
}}
|
|
220
221
|
>
|
|
221
|
-
<
|
|
222
|
-
|
|
223
|
-
<
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
222
|
+
<PIPProvider>
|
|
223
|
+
<Init />
|
|
224
|
+
<DialogContainerProvider dialogContainerSelector={containerSelector}>
|
|
225
|
+
<Box
|
|
226
|
+
className={DEFAULT_PORTAL_CONTAINER.slice(1)} // Skips the '.' in the selector
|
|
227
|
+
css={{
|
|
228
|
+
bg: '$background_dim',
|
|
229
|
+
size: '100%',
|
|
230
|
+
lineHeight: '1.5',
|
|
231
|
+
'-webkit-text-size-adjust': '100%',
|
|
232
|
+
position: 'relative',
|
|
233
|
+
}}
|
|
234
|
+
>
|
|
235
|
+
<AppRoutes
|
|
236
|
+
authTokenByRoomCodeEndpoint={tokenByRoomCodeEndpoint}
|
|
237
|
+
defaultAuthToken={authToken}
|
|
238
|
+
/>
|
|
239
|
+
</Box>
|
|
240
|
+
</DialogContainerProvider>
|
|
241
|
+
</PIPProvider>
|
|
239
242
|
</HMSThemeProvider>
|
|
240
243
|
);
|
|
241
244
|
}}
|