@100mslive/roomkit-react 0.2.8-alpha.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-TOMPA4E4.js → HLSView-LZOTIUWE.js} +141 -86
- package/dist/HLSView-LZOTIUWE.js.map +7 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +4 -1
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +4 -1
- package/dist/Prebuilt/components/SidePaneTabs.d.ts +0 -1
- package/dist/Prebuilt/layouts/SidePane.d.ts +1 -1
- package/dist/{chunk-FUDX3LDB.js → chunk-LCECN6XD.js} +194 -142
- package/dist/chunk-LCECN6XD.js.map +7 -0
- package/dist/index.cjs.js +352 -246
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +77 -52
- package/dist/meta.esbuild.json +89 -63
- package/package.json +6 -6
- package/src/Prebuilt/components/Chat/Chat.tsx +23 -4
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -2
- package/src/Prebuilt/components/Chat/EmptyChat.tsx +5 -1
- package/src/Prebuilt/components/ConferenceScreen.tsx +13 -1
- package/src/Prebuilt/components/EmojiReaction.jsx +2 -2
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +4 -4
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +13 -10
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +6 -4
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +36 -23
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +9 -3
- package/src/Prebuilt/components/SidePaneTabs.tsx +1 -4
- package/src/Prebuilt/layouts/HLSView.jsx +291 -245
- package/src/Prebuilt/layouts/SidePane.tsx +73 -49
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +10 -2
- package/dist/HLSView-TOMPA4E4.js.map +0 -7
- package/dist/chunk-FUDX3LDB.js.map +0 -7
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -3018,7 +3018,7 @@
|
|
3018
3018
|
"format": "esm"
|
3019
3019
|
},
|
3020
3020
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
3021
|
-
"bytes":
|
3021
|
+
"bytes": 3143,
|
3022
3022
|
"imports": [
|
3023
3023
|
{
|
3024
3024
|
"path": "react",
|
@@ -4681,7 +4681,7 @@
|
|
4681
4681
|
"format": "cjs"
|
4682
4682
|
},
|
4683
4683
|
"../hms-video-store/dist/index.js": {
|
4684
|
-
"bytes":
|
4684
|
+
"bytes": 325880,
|
4685
4685
|
"imports": [
|
4686
4686
|
{
|
4687
4687
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5191,7 +5191,7 @@
|
|
5191
5191
|
"format": "esm"
|
5192
5192
|
},
|
5193
5193
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5194
|
-
"bytes":
|
5194
|
+
"bytes": 13053,
|
5195
5195
|
"imports": [
|
5196
5196
|
{
|
5197
5197
|
"path": "react",
|
@@ -5935,7 +5935,7 @@
|
|
5935
5935
|
"format": "esm"
|
5936
5936
|
},
|
5937
5937
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5938
|
-
"bytes":
|
5938
|
+
"bytes": 7089,
|
5939
5939
|
"imports": [
|
5940
5940
|
{
|
5941
5941
|
"path": "react",
|
@@ -7784,7 +7784,7 @@
|
|
7784
7784
|
"imports": []
|
7785
7785
|
},
|
7786
7786
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
7787
|
-
"bytes":
|
7787
|
+
"bytes": 2142,
|
7788
7788
|
"imports": [
|
7789
7789
|
{
|
7790
7790
|
"path": "react",
|
@@ -7826,6 +7826,11 @@
|
|
7826
7826
|
"kind": "import-statement",
|
7827
7827
|
"original": "../hooks/useChatBlacklist"
|
7828
7828
|
},
|
7829
|
+
{
|
7830
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7831
|
+
"kind": "import-statement",
|
7832
|
+
"original": "../../common/hooks"
|
7833
|
+
},
|
7829
7834
|
{
|
7830
7835
|
"path": "<define:process.env>",
|
7831
7836
|
"kind": "import-statement",
|
@@ -8146,7 +8151,7 @@
|
|
8146
8151
|
"format": "esm"
|
8147
8152
|
},
|
8148
8153
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8149
|
-
"bytes":
|
8154
|
+
"bytes": 10438,
|
8150
8155
|
"imports": [
|
8151
8156
|
{
|
8152
8157
|
"path": "react",
|
@@ -8446,7 +8451,7 @@
|
|
8446
8451
|
"format": "esm"
|
8447
8452
|
},
|
8448
8453
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8449
|
-
"bytes":
|
8454
|
+
"bytes": 5393,
|
8450
8455
|
"imports": [
|
8451
8456
|
{
|
8452
8457
|
"path": "react",
|
@@ -8684,7 +8689,7 @@
|
|
8684
8689
|
"format": "esm"
|
8685
8690
|
},
|
8686
8691
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8687
|
-
"bytes":
|
8692
|
+
"bytes": 8205,
|
8688
8693
|
"imports": [
|
8689
8694
|
{
|
8690
8695
|
"path": "react",
|
@@ -9306,7 +9311,7 @@
|
|
9306
9311
|
"format": "esm"
|
9307
9312
|
},
|
9308
9313
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9309
|
-
"bytes":
|
9314
|
+
"bytes": 6575,
|
9310
9315
|
"imports": [
|
9311
9316
|
{
|
9312
9317
|
"path": "react",
|
@@ -10846,7 +10851,7 @@
|
|
10846
10851
|
"format": "esm"
|
10847
10852
|
},
|
10848
10853
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
10849
|
-
"bytes":
|
10854
|
+
"bytes": 1333,
|
10850
10855
|
"imports": [
|
10851
10856
|
{
|
10852
10857
|
"path": "react",
|
@@ -10854,19 +10859,9 @@
|
|
10854
10859
|
"external": true
|
10855
10860
|
},
|
10856
10861
|
{
|
10857
|
-
"path": "
|
10858
|
-
"kind": "import-statement",
|
10859
|
-
"external": true
|
10860
|
-
},
|
10861
|
-
{
|
10862
|
-
"path": "src/index.ts",
|
10863
|
-
"kind": "import-statement",
|
10864
|
-
"original": "../../../"
|
10865
|
-
},
|
10866
|
-
{
|
10867
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
10862
|
+
"path": "src/Layout/index.tsx",
|
10868
10863
|
"kind": "import-statement",
|
10869
|
-
"original": "
|
10864
|
+
"original": "../../../Layout"
|
10870
10865
|
},
|
10871
10866
|
{
|
10872
10867
|
"path": "<define:process.env>",
|
@@ -10971,7 +10966,7 @@
|
|
10971
10966
|
"format": "esm"
|
10972
10967
|
},
|
10973
10968
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
10974
|
-
"bytes":
|
10969
|
+
"bytes": 2926,
|
10975
10970
|
"imports": [
|
10976
10971
|
{
|
10977
10972
|
"path": "react",
|
@@ -11269,7 +11264,7 @@
|
|
11269
11264
|
"format": "esm"
|
11270
11265
|
},
|
11271
11266
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
11272
|
-
"bytes":
|
11267
|
+
"bytes": 2527,
|
11273
11268
|
"imports": [
|
11274
11269
|
{
|
11275
11270
|
"path": "react",
|
@@ -11325,7 +11320,7 @@
|
|
11325
11320
|
"format": "esm"
|
11326
11321
|
},
|
11327
11322
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11328
|
-
"bytes":
|
11323
|
+
"bytes": 26749,
|
11329
11324
|
"imports": [
|
11330
11325
|
{
|
11331
11326
|
"path": "react",
|
@@ -11347,6 +11342,11 @@
|
|
11347
11342
|
"kind": "import-statement",
|
11348
11343
|
"external": true
|
11349
11344
|
},
|
11345
|
+
{
|
11346
|
+
"path": "ts-pattern",
|
11347
|
+
"kind": "import-statement",
|
11348
|
+
"external": true
|
11349
|
+
},
|
11350
11350
|
{
|
11351
11351
|
"path": "@100mslive/react-sdk",
|
11352
11352
|
"kind": "import-statement",
|
@@ -11481,7 +11481,7 @@
|
|
11481
11481
|
"format": "esm"
|
11482
11482
|
},
|
11483
11483
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11484
|
-
"bytes":
|
11484
|
+
"bytes": 4801,
|
11485
11485
|
"imports": [
|
11486
11486
|
{
|
11487
11487
|
"path": "react",
|
@@ -11493,6 +11493,11 @@
|
|
11493
11493
|
"kind": "import-statement",
|
11494
11494
|
"external": true
|
11495
11495
|
},
|
11496
|
+
{
|
11497
|
+
"path": "ts-pattern",
|
11498
|
+
"kind": "import-statement",
|
11499
|
+
"external": true
|
11500
|
+
},
|
11496
11501
|
{
|
11497
11502
|
"path": "@100mslive/react-sdk",
|
11498
11503
|
"kind": "import-statement",
|
@@ -11797,7 +11802,7 @@
|
|
11797
11802
|
"format": "esm"
|
11798
11803
|
},
|
11799
11804
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
11800
|
-
"bytes":
|
11805
|
+
"bytes": 8259,
|
11801
11806
|
"imports": [
|
11802
11807
|
{
|
11803
11808
|
"path": "react",
|
@@ -11864,6 +11869,11 @@
|
|
11864
11869
|
"kind": "import-statement",
|
11865
11870
|
"original": "../layouts/VideoStreamingSection"
|
11866
11871
|
},
|
11872
|
+
{
|
11873
|
+
"path": "src/Prebuilt/components/EmojiReaction.jsx",
|
11874
|
+
"kind": "import-statement",
|
11875
|
+
"original": "./EmojiReaction"
|
11876
|
+
},
|
11867
11877
|
{
|
11868
11878
|
"path": "src/Prebuilt/components/FullPageProgress.jsx",
|
11869
11879
|
"kind": "import-statement",
|
@@ -12180,7 +12190,7 @@
|
|
12180
12190
|
"format": "esm"
|
12181
12191
|
},
|
12182
12192
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
12183
|
-
"bytes":
|
12193
|
+
"bytes": 3089,
|
12184
12194
|
"imports": [
|
12185
12195
|
{
|
12186
12196
|
"path": "react",
|
@@ -12192,6 +12202,11 @@
|
|
12192
12202
|
"kind": "import-statement",
|
12193
12203
|
"external": true
|
12194
12204
|
},
|
12205
|
+
{
|
12206
|
+
"path": "ts-pattern",
|
12207
|
+
"kind": "import-statement",
|
12208
|
+
"external": true
|
12209
|
+
},
|
12195
12210
|
{
|
12196
12211
|
"path": "@100mslive/react-icons",
|
12197
12212
|
"kind": "import-statement",
|
@@ -13597,7 +13612,7 @@
|
|
13597
13612
|
"imports": [],
|
13598
13613
|
"exports": [],
|
13599
13614
|
"inputs": {},
|
13600
|
-
"bytes":
|
13615
|
+
"bytes": 3262735
|
13601
13616
|
},
|
13602
13617
|
"dist/index.cjs.js": {
|
13603
13618
|
"imports": [
|
@@ -15941,11 +15956,6 @@
|
|
15941
15956
|
"kind": "require-call",
|
15942
15957
|
"external": true
|
15943
15958
|
},
|
15944
|
-
{
|
15945
|
-
"path": "react-use",
|
15946
|
-
"kind": "require-call",
|
15947
|
-
"external": true
|
15948
|
-
},
|
15949
15959
|
{
|
15950
15960
|
"path": "react",
|
15951
15961
|
"kind": "require-call",
|
@@ -16071,6 +16081,11 @@
|
|
16071
16081
|
"kind": "require-call",
|
16072
16082
|
"external": true
|
16073
16083
|
},
|
16084
|
+
{
|
16085
|
+
"path": "ts-pattern",
|
16086
|
+
"kind": "require-call",
|
16087
|
+
"external": true
|
16088
|
+
},
|
16074
16089
|
{
|
16075
16090
|
"path": "@100mslive/react-sdk",
|
16076
16091
|
"kind": "require-call",
|
@@ -16086,6 +16101,11 @@
|
|
16086
16101
|
"kind": "require-call",
|
16087
16102
|
"external": true
|
16088
16103
|
},
|
16104
|
+
{
|
16105
|
+
"path": "ts-pattern",
|
16106
|
+
"kind": "require-call",
|
16107
|
+
"external": true
|
16108
|
+
},
|
16089
16109
|
{
|
16090
16110
|
"path": "@100mslive/react-sdk",
|
16091
16111
|
"kind": "require-call",
|
@@ -16236,6 +16256,11 @@
|
|
16236
16256
|
"kind": "require-call",
|
16237
16257
|
"external": true
|
16238
16258
|
},
|
16259
|
+
{
|
16260
|
+
"path": "ts-pattern",
|
16261
|
+
"kind": "require-call",
|
16262
|
+
"external": true
|
16263
|
+
},
|
16239
16264
|
{
|
16240
16265
|
"path": "@100mslive/react-icons",
|
16241
16266
|
"kind": "require-call",
|
@@ -16496,7 +16521,7 @@
|
|
16496
16521
|
"entryPoint": "src/index.ts",
|
16497
16522
|
"inputs": {
|
16498
16523
|
"<define:process.env>": {
|
16499
|
-
"bytesInOutput":
|
16524
|
+
"bytesInOutput": 18150
|
16500
16525
|
},
|
16501
16526
|
"src/Theme/base.config.ts": {
|
16502
16527
|
"bytesInOutput": 6104
|
@@ -16850,7 +16875,7 @@
|
|
16850
16875
|
"bytesInOutput": 3890
|
16851
16876
|
},
|
16852
16877
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16853
|
-
"bytesInOutput":
|
16878
|
+
"bytesInOutput": 3381
|
16854
16879
|
},
|
16855
16880
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16856
16881
|
"bytesInOutput": 2547
|
@@ -16985,7 +17010,7 @@
|
|
16985
17010
|
"bytesInOutput": 615
|
16986
17011
|
},
|
16987
17012
|
"../hms-video-store/dist/index.js": {
|
16988
|
-
"bytesInOutput":
|
17013
|
+
"bytesInOutput": 53127
|
16989
17014
|
},
|
16990
17015
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
16991
17016
|
"bytesInOutput": 1384
|
@@ -17015,7 +17040,7 @@
|
|
17015
17040
|
"bytesInOutput": 938
|
17016
17041
|
},
|
17017
17042
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17018
|
-
"bytesInOutput":
|
17043
|
+
"bytesInOutput": 13528
|
17019
17044
|
},
|
17020
17045
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17021
17046
|
"bytesInOutput": 831
|
@@ -17069,7 +17094,7 @@
|
|
17069
17094
|
"bytesInOutput": 1694
|
17070
17095
|
},
|
17071
17096
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17072
|
-
"bytesInOutput":
|
17097
|
+
"bytesInOutput": 8531
|
17073
17098
|
},
|
17074
17099
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17075
17100
|
"bytesInOutput": 5338
|
@@ -17189,7 +17214,7 @@
|
|
17189
17214
|
"bytesInOutput": 2366
|
17190
17215
|
},
|
17191
17216
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17192
|
-
"bytesInOutput":
|
17217
|
+
"bytesInOutput": 2555
|
17193
17218
|
},
|
17194
17219
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17195
17220
|
"bytesInOutput": 926
|
@@ -17210,7 +17235,7 @@
|
|
17210
17235
|
"bytesInOutput": 1440
|
17211
17236
|
},
|
17212
17237
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17213
|
-
"bytesInOutput":
|
17238
|
+
"bytesInOutput": 11726
|
17214
17239
|
},
|
17215
17240
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17216
17241
|
"bytesInOutput": 3529
|
@@ -17225,7 +17250,7 @@
|
|
17225
17250
|
"bytesInOutput": 6106
|
17226
17251
|
},
|
17227
17252
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17228
|
-
"bytesInOutput":
|
17253
|
+
"bytesInOutput": 6161
|
17229
17254
|
},
|
17230
17255
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17231
17256
|
"bytesInOutput": 5344
|
@@ -17234,7 +17259,7 @@
|
|
17234
17259
|
"bytesInOutput": 3060
|
17235
17260
|
},
|
17236
17261
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
17237
|
-
"bytesInOutput":
|
17262
|
+
"bytesInOutput": 9231
|
17238
17263
|
},
|
17239
17264
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
17240
17265
|
"bytesInOutput": 2716
|
@@ -17270,7 +17295,7 @@
|
|
17270
17295
|
"bytesInOutput": 8756
|
17271
17296
|
},
|
17272
17297
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17273
|
-
"bytesInOutput":
|
17298
|
+
"bytesInOutput": 7752
|
17274
17299
|
},
|
17275
17300
|
"src/Prebuilt/components/Chip.tsx": {
|
17276
17301
|
"bytesInOutput": 1118
|
@@ -17360,7 +17385,7 @@
|
|
17360
17385
|
"bytesInOutput": 656
|
17361
17386
|
},
|
17362
17387
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
17363
|
-
"bytesInOutput":
|
17388
|
+
"bytesInOutput": 1903
|
17364
17389
|
},
|
17365
17390
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
17366
17391
|
"bytesInOutput": 489
|
@@ -17375,7 +17400,7 @@
|
|
17375
17400
|
"bytesInOutput": 835
|
17376
17401
|
},
|
17377
17402
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
17378
|
-
"bytesInOutput":
|
17403
|
+
"bytesInOutput": 3728
|
17379
17404
|
},
|
17380
17405
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
17381
17406
|
"bytesInOutput": 1748
|
@@ -17399,13 +17424,13 @@
|
|
17399
17424
|
"bytesInOutput": 8496
|
17400
17425
|
},
|
17401
17426
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
17402
|
-
"bytesInOutput":
|
17427
|
+
"bytesInOutput": 2886
|
17403
17428
|
},
|
17404
17429
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
17405
|
-
"bytesInOutput":
|
17430
|
+
"bytesInOutput": 31215
|
17406
17431
|
},
|
17407
17432
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17408
|
-
"bytesInOutput":
|
17433
|
+
"bytesInOutput": 5017
|
17409
17434
|
},
|
17410
17435
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17411
17436
|
"bytesInOutput": 2182
|
@@ -17423,7 +17448,7 @@
|
|
17423
17448
|
"bytesInOutput": 1024
|
17424
17449
|
},
|
17425
17450
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17426
|
-
"bytesInOutput":
|
17451
|
+
"bytesInOutput": 9089
|
17427
17452
|
},
|
17428
17453
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
17429
17454
|
"bytesInOutput": 4366
|
@@ -17447,7 +17472,7 @@
|
|
17447
17472
|
"bytesInOutput": 2925
|
17448
17473
|
},
|
17449
17474
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
17450
|
-
"bytesInOutput":
|
17475
|
+
"bytesInOutput": 3699
|
17451
17476
|
},
|
17452
17477
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17453
17478
|
"bytesInOutput": 1415
|
@@ -17540,7 +17565,7 @@
|
|
17540
17565
|
"bytesInOutput": 2980
|
17541
17566
|
}
|
17542
17567
|
},
|
17543
|
-
"bytes":
|
17568
|
+
"bytes": 1550047
|
17544
17569
|
}
|
17545
17570
|
}
|
17546
17571
|
}
|