@100mslive/roomkit-react 0.3.16-alpha.3 → 0.3.16-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-OECKVTGC.css → HLSView-6JEB22RR.css} +3 -3
- package/dist/{HLSView-OECKVTGC.css.map → HLSView-6JEB22RR.css.map} +1 -1
- package/dist/{HLSView-TBAYH564.js → HLSView-FAUUVAQH.js} +2 -2
- package/dist/{chunk-ADT3Q26H.js → chunk-TCGWVZGY.js} +998 -951
- package/dist/{chunk-ADT3Q26H.js.map → chunk-TCGWVZGY.js.map} +4 -4
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1412 -1363
- 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 +80 -65
- package/dist/meta.esbuild.json +93 -78
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +21 -18
- package/src/Prebuilt/components/AudioVideoToggle.tsx +2 -2
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +1 -4
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +12 -2
- 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/dist/{HLSView-TBAYH564.js.map → HLSView-FAUUVAQH.js.map} +0 -0
package/dist/meta.cjs.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",
|
@@ -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",
|
@@ -11248,7 +11227,7 @@
|
|
11248
11227
|
],
|
11249
11228
|
"format": "esm"
|
11250
11229
|
},
|
11251
|
-
"../../../../../../../tmp/tmp-
|
11230
|
+
"../../../../../../../tmp/tmp-2863-giQ2EBTuVMtv/190c955015d2/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-2863-giQ2EBTuVMtv/190c95501030/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-2863-giQ2EBTuVMtv/190c955015d2/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-2863-giQ2EBTuVMtv/190c95501030/index.css",
|
11386
11365
|
"kind": "import-statement",
|
11387
11366
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11388
11367
|
},
|
@@ -13690,7 +13669,7 @@
|
|
13690
13669
|
"format": "esm"
|
13691
13670
|
},
|
13692
13671
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
13693
|
-
"bytes":
|
13672
|
+
"bytes": 8164,
|
13694
13673
|
"imports": [
|
13695
13674
|
{
|
13696
13675
|
"path": "react",
|
@@ -13792,6 +13771,11 @@
|
|
13792
13771
|
"kind": "import-statement",
|
13793
13772
|
"original": "../AppData/useUISettings"
|
13794
13773
|
},
|
13774
|
+
{
|
13775
|
+
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
13776
|
+
"kind": "import-statement",
|
13777
|
+
"original": "../PIP/usePIPWindow"
|
13778
|
+
},
|
13795
13779
|
{
|
13796
13780
|
"path": "src/Prebuilt/common/constants.ts",
|
13797
13781
|
"kind": "import-statement",
|
@@ -13821,6 +13805,32 @@
|
|
13821
13805
|
],
|
13822
13806
|
"format": "esm"
|
13823
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
|
+
},
|
13824
13834
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
13825
13835
|
"bytes": 1597,
|
13826
13836
|
"imports": [
|
@@ -14175,7 +14185,7 @@
|
|
14175
14185
|
"format": "esm"
|
14176
14186
|
},
|
14177
14187
|
"src/Prebuilt/App.tsx": {
|
14178
|
-
"bytes":
|
14188
|
+
"bytes": 10923,
|
14179
14189
|
"imports": [
|
14180
14190
|
{
|
14181
14191
|
"path": "react",
|
@@ -14247,6 +14257,11 @@
|
|
14247
14257
|
"kind": "import-statement",
|
14248
14258
|
"original": "./components/Notifications"
|
14249
14259
|
},
|
14260
|
+
{
|
14261
|
+
"path": "src/Prebuilt/components/PIP/PIPProvider.tsx",
|
14262
|
+
"kind": "import-statement",
|
14263
|
+
"original": "./components/PIP/PIPProvider"
|
14264
|
+
},
|
14250
14265
|
{
|
14251
14266
|
"path": "src/Prebuilt/components/Preview/PreviewScreen.tsx",
|
14252
14267
|
"kind": "import-statement",
|
@@ -15228,7 +15243,7 @@
|
|
15228
15243
|
"imports": [],
|
15229
15244
|
"exports": [],
|
15230
15245
|
"inputs": {},
|
15231
|
-
"bytes":
|
15246
|
+
"bytes": 3580019
|
15232
15247
|
},
|
15233
15248
|
"dist/index.cjs.js": {
|
15234
15249
|
"imports": [
|
@@ -16437,11 +16452,6 @@
|
|
16437
16452
|
"kind": "require-call",
|
16438
16453
|
"external": true
|
16439
16454
|
},
|
16440
|
-
{
|
16441
|
-
"path": "react",
|
16442
|
-
"kind": "require-call",
|
16443
|
-
"external": true
|
16444
|
-
},
|
16445
16455
|
{
|
16446
16456
|
"path": "react-use",
|
16447
16457
|
"kind": "require-call",
|
@@ -18242,6 +18252,11 @@
|
|
18242
18252
|
"kind": "require-call",
|
18243
18253
|
"external": true
|
18244
18254
|
},
|
18255
|
+
{
|
18256
|
+
"path": "react",
|
18257
|
+
"kind": "require-call",
|
18258
|
+
"external": true
|
18259
|
+
},
|
18245
18260
|
{
|
18246
18261
|
"path": "react-use",
|
18247
18262
|
"kind": "require-call",
|
@@ -18776,7 +18791,7 @@
|
|
18776
18791
|
"bytesInOutput": 1359
|
18777
18792
|
},
|
18778
18793
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
18779
|
-
"bytesInOutput":
|
18794
|
+
"bytesInOutput": 16568
|
18780
18795
|
},
|
18781
18796
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
18782
18797
|
"bytesInOutput": 1329
|
@@ -18863,13 +18878,13 @@
|
|
18863
18878
|
"bytesInOutput": 17743
|
18864
18879
|
},
|
18865
18880
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
18866
|
-
"bytesInOutput":
|
18881
|
+
"bytesInOutput": 11360
|
18867
18882
|
},
|
18868
18883
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
18869
18884
|
"bytesInOutput": 973
|
18870
18885
|
},
|
18871
18886
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
18872
|
-
"bytesInOutput":
|
18887
|
+
"bytesInOutput": 457
|
18873
18888
|
},
|
18874
18889
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
18875
18890
|
"bytesInOutput": 7190
|
@@ -18920,10 +18935,10 @@
|
|
18920
18935
|
"bytesInOutput": 471
|
18921
18936
|
},
|
18922
18937
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
18923
|
-
"bytesInOutput":
|
18938
|
+
"bytesInOutput": 4346
|
18924
18939
|
},
|
18925
18940
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
18926
|
-
"bytesInOutput":
|
18941
|
+
"bytesInOutput": 11147
|
18927
18942
|
},
|
18928
18943
|
"../../node_modules/reselect/es/index.js": {
|
18929
18944
|
"bytesInOutput": 2641
|
@@ -19009,11 +19024,8 @@
|
|
19009
19024
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
19010
19025
|
"bytesInOutput": 14727
|
19011
19026
|
},
|
19012
|
-
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
19013
|
-
"bytesInOutput": 1470
|
19014
|
-
},
|
19015
19027
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
19016
|
-
"bytesInOutput":
|
19028
|
+
"bytesInOutput": 831
|
19017
19029
|
},
|
19018
19030
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
19019
19031
|
"bytesInOutput": 1306
|
@@ -19037,7 +19049,7 @@
|
|
19037
19049
|
"bytesInOutput": 1217
|
19038
19050
|
},
|
19039
19051
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
19040
|
-
"bytesInOutput":
|
19052
|
+
"bytesInOutput": 2853
|
19041
19053
|
},
|
19042
19054
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
19043
19055
|
"bytesInOutput": 1575
|
@@ -19315,7 +19327,7 @@
|
|
19315
19327
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
19316
19328
|
"bytesInOutput": 3393
|
19317
19329
|
},
|
19318
|
-
"../../../../../../../tmp/tmp-
|
19330
|
+
"../../../../../../../tmp/tmp-2863-giQ2EBTuVMtv/190c95501030/index.css": {
|
19319
19331
|
"bytesInOutput": 115
|
19320
19332
|
},
|
19321
19333
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
@@ -19484,11 +19496,14 @@
|
|
19484
19496
|
"bytesInOutput": 2709
|
19485
19497
|
},
|
19486
19498
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19487
|
-
"bytesInOutput":
|
19499
|
+
"bytesInOutput": 9173
|
19488
19500
|
},
|
19489
19501
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
19490
19502
|
"bytesInOutput": 173
|
19491
19503
|
},
|
19504
|
+
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
19505
|
+
"bytesInOutput": 1477
|
19506
|
+
},
|
19492
19507
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
19493
19508
|
"bytesInOutput": 1897
|
19494
19509
|
},
|
@@ -19514,7 +19529,7 @@
|
|
19514
19529
|
"bytesInOutput": 2225
|
19515
19530
|
},
|
19516
19531
|
"src/Prebuilt/App.tsx": {
|
19517
|
-
"bytesInOutput":
|
19532
|
+
"bytesInOutput": 9928
|
19518
19533
|
},
|
19519
19534
|
"src/Prebuilt/index.ts": {
|
19520
19535
|
"bytesInOutput": 131
|
@@ -19583,7 +19598,7 @@
|
|
19583
19598
|
"bytesInOutput": 3073
|
19584
19599
|
}
|
19585
19600
|
},
|
19586
|
-
"bytes":
|
19601
|
+
"bytes": 1728509
|
19587
19602
|
},
|
19588
19603
|
"dist/index.cjs.css.map": {
|
19589
19604
|
"imports": [],
|
@@ -19645,10 +19660,10 @@
|
|
19645
19660
|
}
|
19646
19661
|
],
|
19647
19662
|
"inputs": {
|
19648
|
-
"../../../../../../../tmp/tmp-
|
19663
|
+
"../../../../../../../tmp/tmp-2863-giQ2EBTuVMtv/190c955015d2/tldraw.css": {
|
19649
19664
|
"bytesInOutput": 75223
|
19650
19665
|
},
|
19651
|
-
"../../../../../../../tmp/tmp-
|
19666
|
+
"../../../../../../../tmp/tmp-2863-giQ2EBTuVMtv/190c95501030/index.css": {
|
19652
19667
|
"bytesInOutput": 401
|
19653
19668
|
}
|
19654
19669
|
},
|