@100mslive/roomkit-react 0.2.8-alpha.7 → 0.2.8-alpha.9
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-MYKM5AXS.js → HLSView-TOMPA4E4.js} +191 -188
- package/dist/HLSView-TOMPA4E4.js.map +7 -0
- package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +3 -2
- package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +1 -3
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +1 -3
- package/dist/Prebuilt/components/HMSVideo/utils.d.ts +0 -1
- package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
- package/dist/Prebuilt/components/Leave/LeaveRoom.d.ts +2 -1
- package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
- package/dist/Prebuilt/components/RaiseHand.d.ts +4 -1
- package/dist/Sheet/Sheet.d.ts +1 -0
- package/dist/{chunk-DRBTAFKN.js → chunk-FUDX3LDB.js} +820 -723
- package/dist/chunk-FUDX3LDB.js.map +7 -0
- package/dist/index.cjs.js +1324 -1220
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +274 -209
- package/dist/meta.esbuild.json +283 -216
- package/package.json +6 -6
- package/src/Button/Button.tsx +4 -4
- package/src/Fieldset/Fieldset.tsx +1 -1
- package/src/Input/PasswordInput.stories.tsx +1 -1
- package/src/Pagination/StyledPagination.stories.tsx +2 -2
- package/src/Prebuilt/IconButton.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +41 -1
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +19 -15
- package/src/Prebuilt/components/EmojiReaction.jsx +32 -22
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +125 -126
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +85 -78
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -4
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +49 -56
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +6 -6
- package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +2 -1
- package/src/Prebuilt/components/HMSVideo/utils.ts +0 -8
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +1 -1
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +50 -46
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +10 -5
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +12 -6
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -2
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +4 -1
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +3 -2
- package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -1
- package/src/Prebuilt/components/Polls/common/utils.ts +2 -2
- package/src/Prebuilt/components/RaiseHand.tsx +8 -2
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +41 -14
- package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +2 -2
- package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +1 -1
- package/src/Prebuilt/layouts/HLSView.jsx +58 -47
- package/src/Prebuilt/layouts/SidePane.tsx +1 -2
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +3 -2
- package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
- package/src/Sheet/Sheet.tsx +3 -3
- package/dist/HLSView-MYKM5AXS.js.map +0 -7
- package/dist/chunk-DRBTAFKN.js.map +0 -7
package/dist/meta.esbuild.json
CHANGED
@@ -242,7 +242,7 @@
|
|
242
242
|
"format": "esm"
|
243
243
|
},
|
244
244
|
"src/Button/Button.tsx": {
|
245
|
-
"bytes":
|
245
|
+
"bytes": 4738,
|
246
246
|
"imports": [
|
247
247
|
{
|
248
248
|
"path": "react",
|
@@ -1625,7 +1625,7 @@
|
|
1625
1625
|
"format": "esm"
|
1626
1626
|
},
|
1627
1627
|
"src/Fieldset/Fieldset.tsx": {
|
1628
|
-
"bytes":
|
1628
|
+
"bytes": 255,
|
1629
1629
|
"imports": [
|
1630
1630
|
{
|
1631
1631
|
"path": "src/Theme/index.tsx",
|
@@ -2398,7 +2398,7 @@
|
|
2398
2398
|
"format": "esm"
|
2399
2399
|
},
|
2400
2400
|
"src/Prebuilt/IconButton.tsx": {
|
2401
|
-
"bytes":
|
2401
|
+
"bytes": 645,
|
2402
2402
|
"imports": [
|
2403
2403
|
{
|
2404
2404
|
"path": "src/IconButton/index.tsx",
|
@@ -2419,7 +2419,7 @@
|
|
2419
2419
|
"format": "esm"
|
2420
2420
|
},
|
2421
2421
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
2422
|
-
"bytes":
|
2422
|
+
"bytes": 3436,
|
2423
2423
|
"imports": [
|
2424
2424
|
{
|
2425
2425
|
"path": "react",
|
@@ -2470,7 +2470,7 @@
|
|
2470
2470
|
"format": "esm"
|
2471
2471
|
},
|
2472
2472
|
"src/Sheet/Sheet.tsx": {
|
2473
|
-
"bytes":
|
2473
|
+
"bytes": 3257,
|
2474
2474
|
"imports": [
|
2475
2475
|
{
|
2476
2476
|
"path": "react",
|
@@ -2966,8 +2966,59 @@
|
|
2966
2966
|
],
|
2967
2967
|
"format": "esm"
|
2968
2968
|
},
|
2969
|
+
"src/Prebuilt/common/hooks.ts": {
|
2970
|
+
"bytes": 4502,
|
2971
|
+
"imports": [
|
2972
|
+
{
|
2973
|
+
"path": "react",
|
2974
|
+
"kind": "import-statement",
|
2975
|
+
"external": true
|
2976
|
+
},
|
2977
|
+
{
|
2978
|
+
"path": "react-use",
|
2979
|
+
"kind": "import-statement",
|
2980
|
+
"external": true
|
2981
|
+
},
|
2982
|
+
{
|
2983
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
2984
|
+
"kind": "import-statement",
|
2985
|
+
"external": true
|
2986
|
+
},
|
2987
|
+
{
|
2988
|
+
"path": "@100mslive/react-sdk",
|
2989
|
+
"kind": "import-statement",
|
2990
|
+
"external": true
|
2991
|
+
},
|
2992
|
+
{
|
2993
|
+
"path": "src/Theme/index.tsx",
|
2994
|
+
"kind": "import-statement",
|
2995
|
+
"original": "../../Theme"
|
2996
|
+
},
|
2997
|
+
{
|
2998
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2999
|
+
"kind": "import-statement",
|
3000
|
+
"original": "../provider/roomLayoutProvider"
|
3001
|
+
},
|
3002
|
+
{
|
3003
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
3004
|
+
"kind": "import-statement",
|
3005
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
3006
|
+
},
|
3007
|
+
{
|
3008
|
+
"path": "src/Prebuilt/common/constants.ts",
|
3009
|
+
"kind": "import-statement",
|
3010
|
+
"original": "./constants"
|
3011
|
+
},
|
3012
|
+
{
|
3013
|
+
"path": "<define:process.env>",
|
3014
|
+
"kind": "import-statement",
|
3015
|
+
"external": true
|
3016
|
+
}
|
3017
|
+
],
|
3018
|
+
"format": "esm"
|
3019
|
+
},
|
2969
3020
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
2970
|
-
"bytes":
|
3021
|
+
"bytes": 3185,
|
2971
3022
|
"imports": [
|
2972
3023
|
{
|
2973
3024
|
"path": "react",
|
@@ -3034,6 +3085,11 @@
|
|
3034
3085
|
"kind": "import-statement",
|
3035
3086
|
"original": "./hooks/useDropdownList"
|
3036
3087
|
},
|
3088
|
+
{
|
3089
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
3090
|
+
"kind": "import-statement",
|
3091
|
+
"original": "../common/hooks"
|
3092
|
+
},
|
3037
3093
|
{
|
3038
3094
|
"path": "src/Prebuilt/common/constants.ts",
|
3039
3095
|
"kind": "import-statement",
|
@@ -3192,7 +3248,7 @@
|
|
3192
3248
|
"format": "esm"
|
3193
3249
|
},
|
3194
3250
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
3195
|
-
"bytes":
|
3251
|
+
"bytes": 6358,
|
3196
3252
|
"imports": [
|
3197
3253
|
{
|
3198
3254
|
"path": "react",
|
@@ -3272,59 +3328,8 @@
|
|
3272
3328
|
],
|
3273
3329
|
"format": "esm"
|
3274
3330
|
},
|
3275
|
-
"src/Prebuilt/common/hooks.ts": {
|
3276
|
-
"bytes": 4502,
|
3277
|
-
"imports": [
|
3278
|
-
{
|
3279
|
-
"path": "react",
|
3280
|
-
"kind": "import-statement",
|
3281
|
-
"external": true
|
3282
|
-
},
|
3283
|
-
{
|
3284
|
-
"path": "react-use",
|
3285
|
-
"kind": "import-statement",
|
3286
|
-
"external": true
|
3287
|
-
},
|
3288
|
-
{
|
3289
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
3290
|
-
"kind": "import-statement",
|
3291
|
-
"external": true
|
3292
|
-
},
|
3293
|
-
{
|
3294
|
-
"path": "@100mslive/react-sdk",
|
3295
|
-
"kind": "import-statement",
|
3296
|
-
"external": true
|
3297
|
-
},
|
3298
|
-
{
|
3299
|
-
"path": "src/Theme/index.tsx",
|
3300
|
-
"kind": "import-statement",
|
3301
|
-
"original": "../../Theme"
|
3302
|
-
},
|
3303
|
-
{
|
3304
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
3305
|
-
"kind": "import-statement",
|
3306
|
-
"original": "../provider/roomLayoutProvider"
|
3307
|
-
},
|
3308
|
-
{
|
3309
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
3310
|
-
"kind": "import-statement",
|
3311
|
-
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
3312
|
-
},
|
3313
|
-
{
|
3314
|
-
"path": "src/Prebuilt/common/constants.ts",
|
3315
|
-
"kind": "import-statement",
|
3316
|
-
"original": "./constants"
|
3317
|
-
},
|
3318
|
-
{
|
3319
|
-
"path": "<define:process.env>",
|
3320
|
-
"kind": "import-statement",
|
3321
|
-
"external": true
|
3322
|
-
}
|
3323
|
-
],
|
3324
|
-
"format": "esm"
|
3325
|
-
},
|
3326
3331
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
3327
|
-
"bytes":
|
3332
|
+
"bytes": 5205,
|
3328
3333
|
"imports": [
|
3329
3334
|
{
|
3330
3335
|
"path": "react",
|
@@ -3410,7 +3415,7 @@
|
|
3410
3415
|
"format": "esm"
|
3411
3416
|
},
|
3412
3417
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
3413
|
-
"bytes":
|
3418
|
+
"bytes": 2733,
|
3414
3419
|
"imports": [
|
3415
3420
|
{
|
3416
3421
|
"path": "react",
|
@@ -3692,7 +3697,7 @@
|
|
3692
3697
|
"format": "esm"
|
3693
3698
|
},
|
3694
3699
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
3695
|
-
"bytes":
|
3700
|
+
"bytes": 8437,
|
3696
3701
|
"imports": [
|
3697
3702
|
{
|
3698
3703
|
"path": "react",
|
@@ -4676,7 +4681,7 @@
|
|
4676
4681
|
"format": "cjs"
|
4677
4682
|
},
|
4678
4683
|
"../hms-video-store/dist/index.js": {
|
4679
|
-
"bytes":
|
4684
|
+
"bytes": 326152,
|
4680
4685
|
"imports": [
|
4681
4686
|
{
|
4682
4687
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5186,7 +5191,7 @@
|
|
5186
5191
|
"format": "esm"
|
5187
5192
|
},
|
5188
5193
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5189
|
-
"bytes":
|
5194
|
+
"bytes": 13044,
|
5190
5195
|
"imports": [
|
5191
5196
|
{
|
5192
5197
|
"path": "react",
|
@@ -5303,6 +5308,11 @@
|
|
5303
5308
|
"kind": "import-statement",
|
5304
5309
|
"original": "../../hooks/useUnreadPollQuizPresent"
|
5305
5310
|
},
|
5311
|
+
{
|
5312
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
5313
|
+
"kind": "import-statement",
|
5314
|
+
"original": "../../../common/hooks"
|
5315
|
+
},
|
5306
5316
|
{
|
5307
5317
|
"path": "src/Prebuilt/common/utils.js",
|
5308
5318
|
"kind": "import-statement",
|
@@ -5373,7 +5383,7 @@
|
|
5373
5383
|
"format": "esm"
|
5374
5384
|
},
|
5375
5385
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
5376
|
-
"bytes":
|
5386
|
+
"bytes": 798,
|
5377
5387
|
"imports": [
|
5378
5388
|
{
|
5379
5389
|
"path": "react",
|
@@ -5385,6 +5395,11 @@
|
|
5385
5395
|
"kind": "import-statement",
|
5386
5396
|
"external": true
|
5387
5397
|
},
|
5398
|
+
{
|
5399
|
+
"path": "../../Theme",
|
5400
|
+
"kind": "import-statement",
|
5401
|
+
"external": true
|
5402
|
+
},
|
5388
5403
|
{
|
5389
5404
|
"path": "src/Tooltip/index.ts",
|
5390
5405
|
"kind": "import-statement",
|
@@ -5531,7 +5546,7 @@
|
|
5531
5546
|
"format": "esm"
|
5532
5547
|
},
|
5533
5548
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
5534
|
-
"bytes":
|
5549
|
+
"bytes": 2243,
|
5535
5550
|
"imports": [
|
5536
5551
|
{
|
5537
5552
|
"path": "react",
|
@@ -5618,7 +5633,7 @@
|
|
5618
5633
|
"format": "esm"
|
5619
5634
|
},
|
5620
5635
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
5621
|
-
"bytes":
|
5636
|
+
"bytes": 6566,
|
5622
5637
|
"imports": [
|
5623
5638
|
{
|
5624
5639
|
"path": "react",
|
@@ -5920,7 +5935,7 @@
|
|
5920
5935
|
"format": "esm"
|
5921
5936
|
},
|
5922
5937
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5923
|
-
"bytes":
|
5938
|
+
"bytes": 7129,
|
5924
5939
|
"imports": [
|
5925
5940
|
{
|
5926
5941
|
"path": "react",
|
@@ -5932,6 +5947,11 @@
|
|
5932
5947
|
"kind": "import-statement",
|
5933
5948
|
"external": true
|
5934
5949
|
},
|
5950
|
+
{
|
5951
|
+
"path": "ts-pattern",
|
5952
|
+
"kind": "import-statement",
|
5953
|
+
"external": true
|
5954
|
+
},
|
5935
5955
|
{
|
5936
5956
|
"path": "@100mslive/react-sdk",
|
5937
5957
|
"kind": "import-statement",
|
@@ -6603,7 +6623,7 @@
|
|
6603
6623
|
"format": "esm"
|
6604
6624
|
},
|
6605
6625
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
6606
|
-
"bytes":
|
6626
|
+
"bytes": 1029,
|
6607
6627
|
"imports": [
|
6608
6628
|
{
|
6609
6629
|
"path": "react",
|
@@ -6951,7 +6971,7 @@
|
|
6951
6971
|
"format": "esm"
|
6952
6972
|
},
|
6953
6973
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
6954
|
-
"bytes":
|
6974
|
+
"bytes": 633,
|
6955
6975
|
"imports": [
|
6956
6976
|
{
|
6957
6977
|
"path": "<define:process.env>",
|
@@ -7295,7 +7315,7 @@
|
|
7295
7315
|
"format": "esm"
|
7296
7316
|
},
|
7297
7317
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
7298
|
-
"bytes":
|
7318
|
+
"bytes": 3334,
|
7299
7319
|
"imports": [
|
7300
7320
|
{
|
7301
7321
|
"path": "react",
|
@@ -7406,6 +7426,47 @@
|
|
7406
7426
|
],
|
7407
7427
|
"format": "esm"
|
7408
7428
|
},
|
7429
|
+
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
7430
|
+
"bytes": 1583,
|
7431
|
+
"imports": [
|
7432
|
+
{
|
7433
|
+
"path": "react",
|
7434
|
+
"kind": "import-statement",
|
7435
|
+
"external": true
|
7436
|
+
},
|
7437
|
+
{
|
7438
|
+
"path": "@100mslive/react-sdk",
|
7439
|
+
"kind": "import-statement",
|
7440
|
+
"external": true
|
7441
|
+
},
|
7442
|
+
{
|
7443
|
+
"path": "@100mslive/react-icons",
|
7444
|
+
"kind": "import-statement",
|
7445
|
+
"external": true
|
7446
|
+
},
|
7447
|
+
{
|
7448
|
+
"path": "src/index.ts",
|
7449
|
+
"kind": "import-statement",
|
7450
|
+
"original": "../../../"
|
7451
|
+
},
|
7452
|
+
{
|
7453
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
7454
|
+
"kind": "import-statement",
|
7455
|
+
"original": "../../provider/roomLayoutProvider"
|
7456
|
+
},
|
7457
|
+
{
|
7458
|
+
"path": "<define:process.env>",
|
7459
|
+
"kind": "import-statement",
|
7460
|
+
"external": true
|
7461
|
+
},
|
7462
|
+
{
|
7463
|
+
"path": "<runtime>",
|
7464
|
+
"kind": "import-statement",
|
7465
|
+
"external": true
|
7466
|
+
}
|
7467
|
+
],
|
7468
|
+
"format": "esm"
|
7469
|
+
},
|
7409
7470
|
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
7410
7471
|
"bytes": 784,
|
7411
7472
|
"imports": [
|
@@ -7469,7 +7530,7 @@
|
|
7469
7530
|
"format": "esm"
|
7470
7531
|
},
|
7471
7532
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
7472
|
-
"bytes":
|
7533
|
+
"bytes": 2042,
|
7473
7534
|
"imports": [
|
7474
7535
|
{
|
7475
7536
|
"path": "react",
|
@@ -7491,6 +7552,11 @@
|
|
7491
7552
|
"kind": "import-statement",
|
7492
7553
|
"original": "../../../Text"
|
7493
7554
|
},
|
7555
|
+
{
|
7556
|
+
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
7557
|
+
"kind": "import-statement",
|
7558
|
+
"original": "../Header/HeaderComponents"
|
7559
|
+
},
|
7494
7560
|
{
|
7495
7561
|
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
7496
7562
|
"kind": "import-statement",
|
@@ -7506,6 +7572,11 @@
|
|
7506
7572
|
"kind": "import-statement",
|
7507
7573
|
"original": "../AppData/useSidepane"
|
7508
7574
|
},
|
7575
|
+
{
|
7576
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7577
|
+
"kind": "import-statement",
|
7578
|
+
"original": "../../common/hooks"
|
7579
|
+
},
|
7509
7580
|
{
|
7510
7581
|
"path": "src/Prebuilt/common/constants.ts",
|
7511
7582
|
"kind": "import-statement",
|
@@ -8075,7 +8146,7 @@
|
|
8075
8146
|
"format": "esm"
|
8076
8147
|
},
|
8077
8148
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8078
|
-
"bytes":
|
8149
|
+
"bytes": 10403,
|
8079
8150
|
"imports": [
|
8080
8151
|
{
|
8081
8152
|
"path": "react",
|
@@ -8375,7 +8446,7 @@
|
|
8375
8446
|
"format": "esm"
|
8376
8447
|
},
|
8377
8448
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8378
|
-
"bytes":
|
8449
|
+
"bytes": 4814,
|
8379
8450
|
"imports": [
|
8380
8451
|
{
|
8381
8452
|
"path": "react",
|
@@ -8397,6 +8468,11 @@
|
|
8397
8468
|
"kind": "import-statement",
|
8398
8469
|
"original": "@100mslive/hms-video-store"
|
8399
8470
|
},
|
8471
|
+
{
|
8472
|
+
"path": "ts-pattern",
|
8473
|
+
"kind": "import-statement",
|
8474
|
+
"external": true
|
8475
|
+
},
|
8400
8476
|
{
|
8401
8477
|
"path": "@100mslive/react-sdk",
|
8402
8478
|
"kind": "import-statement",
|
@@ -8422,6 +8498,11 @@
|
|
8422
8498
|
"kind": "import-statement",
|
8423
8499
|
"original": "../../../Theme"
|
8424
8500
|
},
|
8501
|
+
{
|
8502
|
+
"path": "src/Prebuilt/components/EmojiReaction.jsx",
|
8503
|
+
"kind": "import-statement",
|
8504
|
+
"original": "../EmojiReaction"
|
8505
|
+
},
|
8425
8506
|
{
|
8426
8507
|
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
8427
8508
|
"kind": "import-statement",
|
@@ -8447,6 +8528,11 @@
|
|
8447
8528
|
"kind": "import-statement",
|
8448
8529
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8449
8530
|
},
|
8531
|
+
{
|
8532
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
8533
|
+
"kind": "import-statement",
|
8534
|
+
"original": "../../common/hooks"
|
8535
|
+
},
|
8450
8536
|
{
|
8451
8537
|
"path": "src/Prebuilt/common/constants.ts",
|
8452
8538
|
"kind": "import-statement",
|
@@ -8456,6 +8542,11 @@
|
|
8456
8542
|
"path": "<define:process.env>",
|
8457
8543
|
"kind": "import-statement",
|
8458
8544
|
"external": true
|
8545
|
+
},
|
8546
|
+
{
|
8547
|
+
"path": "<runtime>",
|
8548
|
+
"kind": "import-statement",
|
8549
|
+
"external": true
|
8459
8550
|
}
|
8460
8551
|
],
|
8461
8552
|
"format": "esm"
|
@@ -9215,7 +9306,7 @@
|
|
9215
9306
|
"format": "esm"
|
9216
9307
|
},
|
9217
9308
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9218
|
-
"bytes":
|
9309
|
+
"bytes": 6124,
|
9219
9310
|
"imports": [
|
9220
9311
|
{
|
9221
9312
|
"path": "react",
|
@@ -9397,47 +9488,6 @@
|
|
9397
9488
|
],
|
9398
9489
|
"format": "esm"
|
9399
9490
|
},
|
9400
|
-
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
9401
|
-
"bytes": 1583,
|
9402
|
-
"imports": [
|
9403
|
-
{
|
9404
|
-
"path": "react",
|
9405
|
-
"kind": "import-statement",
|
9406
|
-
"external": true
|
9407
|
-
},
|
9408
|
-
{
|
9409
|
-
"path": "@100mslive/react-sdk",
|
9410
|
-
"kind": "import-statement",
|
9411
|
-
"external": true
|
9412
|
-
},
|
9413
|
-
{
|
9414
|
-
"path": "@100mslive/react-icons",
|
9415
|
-
"kind": "import-statement",
|
9416
|
-
"external": true
|
9417
|
-
},
|
9418
|
-
{
|
9419
|
-
"path": "src/index.ts",
|
9420
|
-
"kind": "import-statement",
|
9421
|
-
"original": "../../../"
|
9422
|
-
},
|
9423
|
-
{
|
9424
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
9425
|
-
"kind": "import-statement",
|
9426
|
-
"original": "../../provider/roomLayoutProvider"
|
9427
|
-
},
|
9428
|
-
{
|
9429
|
-
"path": "<define:process.env>",
|
9430
|
-
"kind": "import-statement",
|
9431
|
-
"external": true
|
9432
|
-
},
|
9433
|
-
{
|
9434
|
-
"path": "<runtime>",
|
9435
|
-
"kind": "import-statement",
|
9436
|
-
"external": true
|
9437
|
-
}
|
9438
|
-
],
|
9439
|
-
"format": "esm"
|
9440
|
-
},
|
9441
9491
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
9442
9492
|
"bytes": 2843,
|
9443
9493
|
"imports": [
|
@@ -10796,7 +10846,7 @@
|
|
10796
10846
|
"format": "esm"
|
10797
10847
|
},
|
10798
10848
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
10799
|
-
"bytes":
|
10849
|
+
"bytes": 1409,
|
10800
10850
|
"imports": [
|
10801
10851
|
{
|
10802
10852
|
"path": "react",
|
@@ -10910,7 +10960,7 @@
|
|
10910
10960
|
"format": "esm"
|
10911
10961
|
},
|
10912
10962
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
10913
|
-
"bytes":
|
10963
|
+
"bytes": 977,
|
10914
10964
|
"imports": [
|
10915
10965
|
{
|
10916
10966
|
"path": "<define:process.env>",
|
@@ -10921,7 +10971,7 @@
|
|
10921
10971
|
"format": "esm"
|
10922
10972
|
},
|
10923
10973
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
10924
|
-
"bytes":
|
10974
|
+
"bytes": 2484,
|
10925
10975
|
"imports": [
|
10926
10976
|
{
|
10927
10977
|
"path": "react",
|
@@ -10952,7 +11002,7 @@
|
|
10952
11002
|
"format": "esm"
|
10953
11003
|
},
|
10954
11004
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
10955
|
-
"bytes":
|
11005
|
+
"bytes": 1309,
|
10956
11006
|
"imports": [
|
10957
11007
|
{
|
10958
11008
|
"path": "react",
|
@@ -11168,7 +11218,7 @@
|
|
11168
11218
|
"format": "esm"
|
11169
11219
|
},
|
11170
11220
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
11171
|
-
"bytes":
|
11221
|
+
"bytes": 7921,
|
11172
11222
|
"imports": [
|
11173
11223
|
{
|
11174
11224
|
"path": "react",
|
@@ -11219,7 +11269,7 @@
|
|
11219
11269
|
"format": "esm"
|
11220
11270
|
},
|
11221
11271
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
11222
|
-
"bytes":
|
11272
|
+
"bytes": 2461,
|
11223
11273
|
"imports": [
|
11224
11274
|
{
|
11225
11275
|
"path": "react",
|
@@ -11227,7 +11277,7 @@
|
|
11227
11277
|
"external": true
|
11228
11278
|
},
|
11229
11279
|
{
|
11230
|
-
"path": "@100mslive/react-
|
11280
|
+
"path": "@100mslive/react-icons",
|
11231
11281
|
"kind": "import-statement",
|
11232
11282
|
"external": true
|
11233
11283
|
},
|
@@ -11246,20 +11296,25 @@
|
|
11246
11296
|
"kind": "import-statement",
|
11247
11297
|
"original": "../Header/HeaderComponents"
|
11248
11298
|
},
|
11299
|
+
{
|
11300
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
11301
|
+
"kind": "import-statement",
|
11302
|
+
"original": "../RoomDetails/RoomDetailsRow"
|
11303
|
+
},
|
11249
11304
|
{
|
11250
11305
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
11251
11306
|
"kind": "import-statement",
|
11252
11307
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
11253
11308
|
},
|
11254
11309
|
{
|
11255
|
-
"path": "src/Prebuilt/
|
11310
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11256
11311
|
"kind": "import-statement",
|
11257
|
-
"original": "
|
11312
|
+
"original": "../AppData/useSidepane"
|
11258
11313
|
},
|
11259
11314
|
{
|
11260
|
-
"path": "src/Prebuilt/
|
11315
|
+
"path": "src/Prebuilt/common/constants.ts",
|
11261
11316
|
"kind": "import-statement",
|
11262
|
-
"original": "
|
11317
|
+
"original": "../../common/constants"
|
11263
11318
|
},
|
11264
11319
|
{
|
11265
11320
|
"path": "<define:process.env>",
|
@@ -11270,7 +11325,7 @@
|
|
11270
11325
|
"format": "esm"
|
11271
11326
|
},
|
11272
11327
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11273
|
-
"bytes":
|
11328
|
+
"bytes": 26178,
|
11274
11329
|
"imports": [
|
11275
11330
|
{
|
11276
11331
|
"path": "react",
|
@@ -11426,7 +11481,7 @@
|
|
11426
11481
|
"format": "esm"
|
11427
11482
|
},
|
11428
11483
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11429
|
-
"bytes":
|
11484
|
+
"bytes": 4333,
|
11430
11485
|
"imports": [
|
11431
11486
|
{
|
11432
11487
|
"path": "react",
|
@@ -12335,7 +12390,7 @@
|
|
12335
12390
|
"format": "esm"
|
12336
12391
|
},
|
12337
12392
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
12338
|
-
"bytes":
|
12393
|
+
"bytes": 1818,
|
12339
12394
|
"imports": [
|
12340
12395
|
{
|
12341
12396
|
"path": "react",
|
@@ -13547,7 +13602,7 @@
|
|
13547
13602
|
"dist/index.js": {
|
13548
13603
|
"imports": [
|
13549
13604
|
{
|
13550
|
-
"path": "dist/chunk-
|
13605
|
+
"path": "dist/chunk-FUDX3LDB.js",
|
13551
13606
|
"kind": "import-statement"
|
13552
13607
|
}
|
13553
13608
|
],
|
@@ -13620,16 +13675,16 @@
|
|
13620
13675
|
"inputs": {},
|
13621
13676
|
"bytes": 1822
|
13622
13677
|
},
|
13623
|
-
"dist/HLSView-
|
13678
|
+
"dist/HLSView-TOMPA4E4.js.map": {
|
13624
13679
|
"imports": [],
|
13625
13680
|
"exports": [],
|
13626
13681
|
"inputs": {},
|
13627
|
-
"bytes":
|
13682
|
+
"bytes": 86891
|
13628
13683
|
},
|
13629
|
-
"dist/HLSView-
|
13684
|
+
"dist/HLSView-TOMPA4E4.js": {
|
13630
13685
|
"imports": [
|
13631
13686
|
{
|
13632
|
-
"path": "dist/chunk-
|
13687
|
+
"path": "dist/chunk-FUDX3LDB.js",
|
13633
13688
|
"kind": "import-statement"
|
13634
13689
|
},
|
13635
13690
|
{
|
@@ -13783,7 +13838,7 @@
|
|
13783
13838
|
"external": true
|
13784
13839
|
},
|
13785
13840
|
{
|
13786
|
-
"path": "@100mslive/react-
|
13841
|
+
"path": "@100mslive/react-icons",
|
13787
13842
|
"kind": "import-statement",
|
13788
13843
|
"external": true
|
13789
13844
|
}
|
@@ -13794,7 +13849,7 @@
|
|
13794
13849
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13795
13850
|
"inputs": {
|
13796
13851
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
13797
|
-
"bytesInOutput":
|
13852
|
+
"bytesInOutput": 24178
|
13798
13853
|
},
|
13799
13854
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
13800
13855
|
"bytesInOutput": 3521
|
@@ -13806,7 +13861,7 @@
|
|
13806
13861
|
"bytesInOutput": 416
|
13807
13862
|
},
|
13808
13863
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
13809
|
-
"bytesInOutput":
|
13864
|
+
"bytesInOutput": 1480
|
13810
13865
|
},
|
13811
13866
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
13812
13867
|
"bytesInOutput": 851
|
@@ -13818,13 +13873,13 @@
|
|
13818
13873
|
"bytesInOutput": 329
|
13819
13874
|
},
|
13820
13875
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
13821
|
-
"bytesInOutput":
|
13876
|
+
"bytesInOutput": 2632
|
13822
13877
|
},
|
13823
13878
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
13824
|
-
"bytesInOutput":
|
13879
|
+
"bytesInOutput": 725
|
13825
13880
|
},
|
13826
13881
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
13827
|
-
"bytesInOutput":
|
13882
|
+
"bytesInOutput": 1316
|
13828
13883
|
},
|
13829
13884
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
13830
13885
|
"bytesInOutput": 2284
|
@@ -13839,21 +13894,21 @@
|
|
13839
13894
|
"bytesInOutput": 688
|
13840
13895
|
},
|
13841
13896
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
13842
|
-
"bytesInOutput":
|
13897
|
+
"bytesInOutput": 7482
|
13843
13898
|
},
|
13844
13899
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
13845
|
-
"bytesInOutput":
|
13900
|
+
"bytesInOutput": 2067
|
13846
13901
|
}
|
13847
13902
|
},
|
13848
|
-
"bytes":
|
13903
|
+
"bytes": 52826
|
13849
13904
|
},
|
13850
|
-
"dist/chunk-
|
13905
|
+
"dist/chunk-FUDX3LDB.js.map": {
|
13851
13906
|
"imports": [],
|
13852
13907
|
"exports": [],
|
13853
13908
|
"inputs": {},
|
13854
|
-
"bytes":
|
13909
|
+
"bytes": 3165645
|
13855
13910
|
},
|
13856
|
-
"dist/chunk-
|
13911
|
+
"dist/chunk-FUDX3LDB.js": {
|
13857
13912
|
"imports": [
|
13858
13913
|
{
|
13859
13914
|
"path": "react",
|
@@ -14450,6 +14505,11 @@
|
|
14450
14505
|
"kind": "import-statement",
|
14451
14506
|
"external": true
|
14452
14507
|
},
|
14508
|
+
{
|
14509
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
14510
|
+
"kind": "import-statement",
|
14511
|
+
"external": true
|
14512
|
+
},
|
14453
14513
|
{
|
14454
14514
|
"path": "@100mslive/react-sdk",
|
14455
14515
|
"kind": "import-statement",
|
@@ -14461,12 +14521,12 @@
|
|
14461
14521
|
"external": true
|
14462
14522
|
},
|
14463
14523
|
{
|
14464
|
-
"path": "
|
14524
|
+
"path": "react-use",
|
14465
14525
|
"kind": "import-statement",
|
14466
14526
|
"external": true
|
14467
14527
|
},
|
14468
14528
|
{
|
14469
|
-
"path": "@100mslive/react-
|
14529
|
+
"path": "@100mslive/react-sdk",
|
14470
14530
|
"kind": "import-statement",
|
14471
14531
|
"external": true
|
14472
14532
|
},
|
@@ -14476,12 +14536,12 @@
|
|
14476
14536
|
"external": true
|
14477
14537
|
},
|
14478
14538
|
{
|
14479
|
-
"path": "@100mslive/react-
|
14539
|
+
"path": "@100mslive/react-sdk",
|
14480
14540
|
"kind": "import-statement",
|
14481
14541
|
"external": true
|
14482
14542
|
},
|
14483
14543
|
{
|
14484
|
-
"path": "react",
|
14544
|
+
"path": "@100mslive/react-icons",
|
14485
14545
|
"kind": "import-statement",
|
14486
14546
|
"external": true
|
14487
14547
|
},
|
@@ -14501,7 +14561,7 @@
|
|
14501
14561
|
"external": true
|
14502
14562
|
},
|
14503
14563
|
{
|
14504
|
-
"path": "
|
14564
|
+
"path": "react",
|
14505
14565
|
"kind": "import-statement",
|
14506
14566
|
"external": true
|
14507
14567
|
},
|
@@ -14516,17 +14576,12 @@
|
|
14516
14576
|
"external": true
|
14517
14577
|
},
|
14518
14578
|
{
|
14519
|
-
"path": "react-
|
14520
|
-
"kind": "import-statement",
|
14521
|
-
"external": true
|
14522
|
-
},
|
14523
|
-
{
|
14524
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
14579
|
+
"path": "@100mslive/react-sdk",
|
14525
14580
|
"kind": "import-statement",
|
14526
14581
|
"external": true
|
14527
14582
|
},
|
14528
14583
|
{
|
14529
|
-
"path": "@100mslive/react-
|
14584
|
+
"path": "@100mslive/react-icons",
|
14530
14585
|
"kind": "import-statement",
|
14531
14586
|
"external": true
|
14532
14587
|
},
|
@@ -15105,6 +15160,11 @@
|
|
15105
15160
|
"kind": "import-statement",
|
15106
15161
|
"external": true
|
15107
15162
|
},
|
15163
|
+
{
|
15164
|
+
"path": "ts-pattern",
|
15165
|
+
"kind": "import-statement",
|
15166
|
+
"external": true
|
15167
|
+
},
|
15108
15168
|
{
|
15109
15169
|
"path": "@100mslive/react-sdk",
|
15110
15170
|
"kind": "import-statement",
|
@@ -15450,6 +15510,21 @@
|
|
15450
15510
|
"kind": "import-statement",
|
15451
15511
|
"external": true
|
15452
15512
|
},
|
15513
|
+
{
|
15514
|
+
"path": "@100mslive/react-sdk",
|
15515
|
+
"kind": "import-statement",
|
15516
|
+
"external": true
|
15517
|
+
},
|
15518
|
+
{
|
15519
|
+
"path": "@100mslive/react-icons",
|
15520
|
+
"kind": "import-statement",
|
15521
|
+
"external": true
|
15522
|
+
},
|
15523
|
+
{
|
15524
|
+
"path": "react",
|
15525
|
+
"kind": "import-statement",
|
15526
|
+
"external": true
|
15527
|
+
},
|
15453
15528
|
{
|
15454
15529
|
"path": "react",
|
15455
15530
|
"kind": "import-statement",
|
@@ -15490,6 +15565,11 @@
|
|
15490
15565
|
"kind": "import-statement",
|
15491
15566
|
"external": true
|
15492
15567
|
},
|
15568
|
+
{
|
15569
|
+
"path": "ts-pattern",
|
15570
|
+
"kind": "import-statement",
|
15571
|
+
"external": true
|
15572
|
+
},
|
15493
15573
|
{
|
15494
15574
|
"path": "@100mslive/react-sdk",
|
15495
15575
|
"kind": "import-statement",
|
@@ -15895,21 +15975,6 @@
|
|
15895
15975
|
"kind": "import-statement",
|
15896
15976
|
"external": true
|
15897
15977
|
},
|
15898
|
-
{
|
15899
|
-
"path": "@100mslive/react-sdk",
|
15900
|
-
"kind": "import-statement",
|
15901
|
-
"external": true
|
15902
|
-
},
|
15903
|
-
{
|
15904
|
-
"path": "@100mslive/react-icons",
|
15905
|
-
"kind": "import-statement",
|
15906
|
-
"external": true
|
15907
|
-
},
|
15908
|
-
{
|
15909
|
-
"path": "react",
|
15910
|
-
"kind": "import-statement",
|
15911
|
-
"external": true
|
15912
|
-
},
|
15913
15978
|
{
|
15914
15979
|
"path": "react-use",
|
15915
15980
|
"kind": "import-statement",
|
@@ -16206,7 +16271,7 @@
|
|
16206
16271
|
"external": true
|
16207
16272
|
},
|
16208
16273
|
{
|
16209
|
-
"path": "dist/HLSView-
|
16274
|
+
"path": "dist/HLSView-TOMPA4E4.js",
|
16210
16275
|
"kind": "dynamic-import"
|
16211
16276
|
},
|
16212
16277
|
{
|
@@ -16622,6 +16687,7 @@
|
|
16622
16687
|
"QRCode",
|
16623
16688
|
"RadioGroup",
|
16624
16689
|
"ReactSelect_exports",
|
16690
|
+
"RoomDetailsRow",
|
16625
16691
|
"SIDE_PANE_OPTIONS",
|
16626
16692
|
"Select",
|
16627
16693
|
"Sheet",
|
@@ -16653,7 +16719,6 @@
|
|
16653
16719
|
"css",
|
16654
16720
|
"flexCenter",
|
16655
16721
|
"getCssText",
|
16656
|
-
"getFormattedCount",
|
16657
16722
|
"getLeft",
|
16658
16723
|
"globalCss",
|
16659
16724
|
"globalStyles",
|
@@ -16665,20 +16730,22 @@
|
|
16665
16730
|
"theme",
|
16666
16731
|
"useBorderAudioLevel",
|
16667
16732
|
"useIsLandscape",
|
16733
|
+
"useIsSidepaneTypeOpen",
|
16668
16734
|
"usePollViewToggle",
|
16669
16735
|
"useRoomLayoutConferencingScreen",
|
16736
|
+
"useRoomLayoutHeader",
|
16670
16737
|
"useSidepaneToggle",
|
16671
16738
|
"useTheme"
|
16672
16739
|
],
|
16673
16740
|
"inputs": {
|
16674
16741
|
"<define:process.env>": {
|
16675
|
-
"bytesInOutput":
|
16742
|
+
"bytesInOutput": 18232
|
16676
16743
|
},
|
16677
16744
|
"../../node_modules/lodash/lodash.js": {
|
16678
|
-
"bytesInOutput":
|
16745
|
+
"bytesInOutput": 224291
|
16679
16746
|
},
|
16680
16747
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16681
|
-
"bytesInOutput":
|
16748
|
+
"bytesInOutput": 42482
|
16682
16749
|
},
|
16683
16750
|
"../../node_modules/lodash.isequal/index.js": {
|
16684
16751
|
"bytesInOutput": 26591
|
@@ -16690,7 +16757,7 @@
|
|
16690
16757
|
"bytesInOutput": 16120
|
16691
16758
|
},
|
16692
16759
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
16693
|
-
"bytesInOutput":
|
16760
|
+
"bytesInOutput": 3493
|
16694
16761
|
},
|
16695
16762
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
16696
16763
|
"bytesInOutput": 3068
|
@@ -16705,7 +16772,7 @@
|
|
16705
16772
|
"bytesInOutput": 27
|
16706
16773
|
},
|
16707
16774
|
"src/Button/Button.tsx": {
|
16708
|
-
"bytesInOutput":
|
16775
|
+
"bytesInOutput": 4339
|
16709
16776
|
},
|
16710
16777
|
"src/Layout/index.tsx": {
|
16711
16778
|
"bytesInOutput": 27
|
@@ -16894,7 +16961,7 @@
|
|
16894
16961
|
"bytesInOutput": 2476
|
16895
16962
|
},
|
16896
16963
|
"src/Fieldset/Fieldset.tsx": {
|
16897
|
-
"bytesInOutput":
|
16964
|
+
"bytesInOutput": 233
|
16898
16965
|
},
|
16899
16966
|
"src/Footer/index.tsx": {
|
16900
16967
|
"bytesInOutput": 27
|
@@ -16981,10 +17048,10 @@
|
|
16981
17048
|
"bytesInOutput": 10284
|
16982
17049
|
},
|
16983
17050
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16984
|
-
"bytesInOutput":
|
17051
|
+
"bytesInOutput": 3064
|
16985
17052
|
},
|
16986
17053
|
"src/Prebuilt/IconButton.tsx": {
|
16987
|
-
"bytesInOutput":
|
17054
|
+
"bytesInOutput": 572
|
16988
17055
|
},
|
16989
17056
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
16990
17057
|
"bytesInOutput": 8957
|
@@ -16993,7 +17060,7 @@
|
|
16993
17060
|
"bytesInOutput": 27
|
16994
17061
|
},
|
16995
17062
|
"src/Sheet/Sheet.tsx": {
|
16996
|
-
"bytesInOutput":
|
17063
|
+
"bytesInOutput": 2859
|
16997
17064
|
},
|
16998
17065
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
16999
17066
|
"bytesInOutput": 6568
|
@@ -17014,7 +17081,7 @@
|
|
17014
17081
|
"bytesInOutput": 1028
|
17015
17082
|
},
|
17016
17083
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
17017
|
-
"bytesInOutput":
|
17084
|
+
"bytesInOutput": 2535
|
17018
17085
|
},
|
17019
17086
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
17020
17087
|
"bytesInOutput": 972
|
@@ -17022,11 +17089,14 @@
|
|
17022
17089
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
17023
17090
|
"bytesInOutput": 606
|
17024
17091
|
},
|
17092
|
+
"src/Prebuilt/common/hooks.ts": {
|
17093
|
+
"bytesInOutput": 3290
|
17094
|
+
},
|
17025
17095
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
17026
|
-
"bytesInOutput":
|
17096
|
+
"bytesInOutput": 2454
|
17027
17097
|
},
|
17028
17098
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
17029
|
-
"bytesInOutput":
|
17099
|
+
"bytesInOutput": 5773
|
17030
17100
|
},
|
17031
17101
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
17032
17102
|
"bytesInOutput": 1947
|
@@ -17041,10 +17111,7 @@
|
|
17041
17111
|
"bytesInOutput": 1790
|
17042
17112
|
},
|
17043
17113
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
17044
|
-
"bytesInOutput":
|
17045
|
-
},
|
17046
|
-
"src/Prebuilt/common/hooks.ts": {
|
17047
|
-
"bytesInOutput": 3354
|
17114
|
+
"bytesInOutput": 4835
|
17048
17115
|
},
|
17049
17116
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17050
17117
|
"bytesInOutput": 472
|
@@ -17077,7 +17144,7 @@
|
|
17077
17144
|
"bytesInOutput": 2940
|
17078
17145
|
},
|
17079
17146
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
17080
|
-
"bytesInOutput":
|
17147
|
+
"bytesInOutput": 7700
|
17081
17148
|
},
|
17082
17149
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
17083
17150
|
"bytesInOutput": 9844
|
@@ -17104,7 +17171,7 @@
|
|
17104
17171
|
"bytesInOutput": 1948
|
17105
17172
|
},
|
17106
17173
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17107
|
-
"bytesInOutput":
|
17174
|
+
"bytesInOutput": 11028
|
17108
17175
|
},
|
17109
17176
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17110
17177
|
"bytesInOutput": 10031
|
@@ -17122,13 +17189,13 @@
|
|
17122
17189
|
"bytesInOutput": 4335
|
17123
17190
|
},
|
17124
17191
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
17125
|
-
"bytesInOutput":
|
17192
|
+
"bytesInOutput": 6313
|
17126
17193
|
},
|
17127
17194
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
17128
17195
|
"bytesInOutput": 22678
|
17129
17196
|
},
|
17130
17197
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
17131
|
-
"bytesInOutput":
|
17198
|
+
"bytesInOutput": 6090
|
17132
17199
|
},
|
17133
17200
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
17134
17201
|
"bytesInOutput": 1256
|
@@ -17146,7 +17213,7 @@
|
|
17146
17213
|
"bytesInOutput": 11868
|
17147
17214
|
},
|
17148
17215
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
17149
|
-
"bytesInOutput":
|
17216
|
+
"bytesInOutput": 12460
|
17150
17217
|
},
|
17151
17218
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
17152
17219
|
"bytesInOutput": 6823
|
@@ -17173,13 +17240,13 @@
|
|
17173
17240
|
"bytesInOutput": 658
|
17174
17241
|
},
|
17175
17242
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17176
|
-
"bytesInOutput":
|
17243
|
+
"bytesInOutput": 796
|
17177
17244
|
},
|
17178
17245
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17179
17246
|
"bytesInOutput": 1619
|
17180
17247
|
},
|
17181
17248
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17182
|
-
"bytesInOutput":
|
17249
|
+
"bytesInOutput": 7124
|
17183
17250
|
},
|
17184
17251
|
"src/Prebuilt/images/pdf-share.png": {
|
17185
17252
|
"bytesInOutput": 25446
|
@@ -17200,7 +17267,7 @@
|
|
17200
17267
|
"bytesInOutput": 1024
|
17201
17268
|
},
|
17202
17269
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
17203
|
-
"bytesInOutput":
|
17270
|
+
"bytesInOutput": 2097
|
17204
17271
|
},
|
17205
17272
|
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
17206
17273
|
"bytesInOutput": 823
|
@@ -17212,7 +17279,7 @@
|
|
17212
17279
|
"bytesInOutput": 1404
|
17213
17280
|
},
|
17214
17281
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17215
|
-
"bytesInOutput":
|
17282
|
+
"bytesInOutput": 11538
|
17216
17283
|
},
|
17217
17284
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17218
17285
|
"bytesInOutput": 3749
|
@@ -17227,7 +17294,7 @@
|
|
17227
17294
|
"bytesInOutput": 4229
|
17228
17295
|
},
|
17229
17296
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17230
|
-
"bytesInOutput":
|
17297
|
+
"bytesInOutput": 7370
|
17231
17298
|
},
|
17232
17299
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17233
17300
|
"bytesInOutput": 1073
|
@@ -17245,7 +17312,7 @@
|
|
17245
17312
|
"bytesInOutput": 9637
|
17246
17313
|
},
|
17247
17314
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17248
|
-
"bytesInOutput":
|
17315
|
+
"bytesInOutput": 5680
|
17249
17316
|
},
|
17250
17317
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17251
17318
|
"bytesInOutput": 735
|
@@ -17275,7 +17342,7 @@
|
|
17275
17342
|
"bytesInOutput": 3664
|
17276
17343
|
},
|
17277
17344
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17278
|
-
"bytesInOutput":
|
17345
|
+
"bytesInOutput": 888
|
17279
17346
|
},
|
17280
17347
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17281
17348
|
"bytesInOutput": 361
|
@@ -17296,7 +17363,7 @@
|
|
17296
17363
|
"bytesInOutput": 2078
|
17297
17364
|
},
|
17298
17365
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
17299
|
-
"bytesInOutput":
|
17366
|
+
"bytesInOutput": 629
|
17300
17367
|
},
|
17301
17368
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
17302
17369
|
"bytesInOutput": 2309
|
@@ -17308,7 +17375,7 @@
|
|
17308
17375
|
"bytesInOutput": 1874
|
17309
17376
|
},
|
17310
17377
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17311
|
-
"bytesInOutput":
|
17378
|
+
"bytesInOutput": 3356
|
17312
17379
|
},
|
17313
17380
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17314
17381
|
"bytesInOutput": 1221
|
@@ -17320,7 +17387,10 @@
|
|
17320
17387
|
"bytesInOutput": 1727
|
17321
17388
|
},
|
17322
17389
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17323
|
-
"bytesInOutput":
|
17390
|
+
"bytesInOutput": 1835
|
17391
|
+
},
|
17392
|
+
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17393
|
+
"bytesInOutput": 1626
|
17324
17394
|
},
|
17325
17395
|
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
17326
17396
|
"bytesInOutput": 664
|
@@ -17332,10 +17402,10 @@
|
|
17332
17402
|
"bytesInOutput": 7698
|
17333
17403
|
},
|
17334
17404
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17335
|
-
"bytesInOutput":
|
17405
|
+
"bytesInOutput": 4425
|
17336
17406
|
},
|
17337
17407
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17338
|
-
"bytesInOutput":
|
17408
|
+
"bytesInOutput": 14396
|
17339
17409
|
},
|
17340
17410
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
17341
17411
|
"bytesInOutput": 9785
|
@@ -17356,10 +17426,10 @@
|
|
17356
17426
|
"bytesInOutput": 2261
|
17357
17427
|
},
|
17358
17428
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17359
|
-
"bytesInOutput":
|
17429
|
+
"bytesInOutput": 710
|
17360
17430
|
},
|
17361
17431
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17362
|
-
"bytesInOutput":
|
17432
|
+
"bytesInOutput": 9756
|
17363
17433
|
},
|
17364
17434
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17365
17435
|
"bytesInOutput": 5318
|
@@ -17430,9 +17500,6 @@
|
|
17430
17500
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
17431
17501
|
"bytesInOutput": 574
|
17432
17502
|
},
|
17433
|
-
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17434
|
-
"bytesInOutput": 1626
|
17435
|
-
},
|
17436
17503
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17437
17504
|
"bytesInOutput": 2721
|
17438
17505
|
},
|
@@ -17440,7 +17507,7 @@
|
|
17440
17507
|
"bytesInOutput": 2163
|
17441
17508
|
},
|
17442
17509
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17443
|
-
"bytesInOutput":
|
17510
|
+
"bytesInOutput": 3623
|
17444
17511
|
},
|
17445
17512
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17446
17513
|
"bytesInOutput": 3871
|
@@ -17557,7 +17624,7 @@
|
|
17557
17624
|
"bytesInOutput": 1350
|
17558
17625
|
},
|
17559
17626
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
17560
|
-
"bytesInOutput":
|
17627
|
+
"bytesInOutput": 1746
|
17561
17628
|
},
|
17562
17629
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
17563
17630
|
"bytesInOutput": 1983
|
@@ -17626,7 +17693,7 @@
|
|
17626
17693
|
"bytesInOutput": 651
|
17627
17694
|
}
|
17628
17695
|
},
|
17629
|
-
"bytes":
|
17696
|
+
"bytes": 1296810
|
17630
17697
|
}
|
17631
17698
|
}
|
17632
17699
|
}
|