@100mslive/roomkit-react 0.2.8-alpha.6 → 0.2.8-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-53PDKIS2.js → HLSView-6KPQ2KD6.js} +176 -174
- package/dist/HLSView-6KPQ2KD6.js.map +7 -0
- package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +3 -2
- 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-2ZFAT7KY.js → chunk-JQCSGJIR.js} +742 -639
- package/dist/chunk-JQCSGJIR.js.map +7 -0
- package/dist/index.cjs.js +1253 -1144
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +256 -201
- package/dist/meta.esbuild.json +263 -206
- 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/AppData/useSidepane.js +22 -10
- 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/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/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 +7 -3
- 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 +27 -24
- 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-53PDKIS2.js.map +0 -7
- package/dist/chunk-2ZFAT7KY.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",
|
@@ -2205,7 +2205,7 @@
|
|
2205
2205
|
"format": "esm"
|
2206
2206
|
},
|
2207
2207
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
2208
|
-
"bytes":
|
2208
|
+
"bytes": 3164,
|
2209
2209
|
"imports": [
|
2210
2210
|
{
|
2211
2211
|
"path": "react",
|
@@ -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",
|
@@ -6603,7 +6618,7 @@
|
|
6603
6618
|
"format": "esm"
|
6604
6619
|
},
|
6605
6620
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
6606
|
-
"bytes":
|
6621
|
+
"bytes": 1029,
|
6607
6622
|
"imports": [
|
6608
6623
|
{
|
6609
6624
|
"path": "react",
|
@@ -6951,7 +6966,7 @@
|
|
6951
6966
|
"format": "esm"
|
6952
6967
|
},
|
6953
6968
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
6954
|
-
"bytes":
|
6969
|
+
"bytes": 638,
|
6955
6970
|
"imports": [
|
6956
6971
|
{
|
6957
6972
|
"path": "<define:process.env>",
|
@@ -7295,7 +7310,7 @@
|
|
7295
7310
|
"format": "esm"
|
7296
7311
|
},
|
7297
7312
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
7298
|
-
"bytes":
|
7313
|
+
"bytes": 3334,
|
7299
7314
|
"imports": [
|
7300
7315
|
{
|
7301
7316
|
"path": "react",
|
@@ -7406,6 +7421,47 @@
|
|
7406
7421
|
],
|
7407
7422
|
"format": "esm"
|
7408
7423
|
},
|
7424
|
+
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
7425
|
+
"bytes": 1583,
|
7426
|
+
"imports": [
|
7427
|
+
{
|
7428
|
+
"path": "react",
|
7429
|
+
"kind": "import-statement",
|
7430
|
+
"external": true
|
7431
|
+
},
|
7432
|
+
{
|
7433
|
+
"path": "@100mslive/react-sdk",
|
7434
|
+
"kind": "import-statement",
|
7435
|
+
"external": true
|
7436
|
+
},
|
7437
|
+
{
|
7438
|
+
"path": "@100mslive/react-icons",
|
7439
|
+
"kind": "import-statement",
|
7440
|
+
"external": true
|
7441
|
+
},
|
7442
|
+
{
|
7443
|
+
"path": "src/index.ts",
|
7444
|
+
"kind": "import-statement",
|
7445
|
+
"original": "../../../"
|
7446
|
+
},
|
7447
|
+
{
|
7448
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
7449
|
+
"kind": "import-statement",
|
7450
|
+
"original": "../../provider/roomLayoutProvider"
|
7451
|
+
},
|
7452
|
+
{
|
7453
|
+
"path": "<define:process.env>",
|
7454
|
+
"kind": "import-statement",
|
7455
|
+
"external": true
|
7456
|
+
},
|
7457
|
+
{
|
7458
|
+
"path": "<runtime>",
|
7459
|
+
"kind": "import-statement",
|
7460
|
+
"external": true
|
7461
|
+
}
|
7462
|
+
],
|
7463
|
+
"format": "esm"
|
7464
|
+
},
|
7409
7465
|
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
7410
7466
|
"bytes": 784,
|
7411
7467
|
"imports": [
|
@@ -7469,7 +7525,7 @@
|
|
7469
7525
|
"format": "esm"
|
7470
7526
|
},
|
7471
7527
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
7472
|
-
"bytes":
|
7528
|
+
"bytes": 2042,
|
7473
7529
|
"imports": [
|
7474
7530
|
{
|
7475
7531
|
"path": "react",
|
@@ -7491,6 +7547,11 @@
|
|
7491
7547
|
"kind": "import-statement",
|
7492
7548
|
"original": "../../../Text"
|
7493
7549
|
},
|
7550
|
+
{
|
7551
|
+
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
7552
|
+
"kind": "import-statement",
|
7553
|
+
"original": "../Header/HeaderComponents"
|
7554
|
+
},
|
7494
7555
|
{
|
7495
7556
|
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
7496
7557
|
"kind": "import-statement",
|
@@ -7506,6 +7567,11 @@
|
|
7506
7567
|
"kind": "import-statement",
|
7507
7568
|
"original": "../AppData/useSidepane"
|
7508
7569
|
},
|
7570
|
+
{
|
7571
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7572
|
+
"kind": "import-statement",
|
7573
|
+
"original": "../../common/hooks"
|
7574
|
+
},
|
7509
7575
|
{
|
7510
7576
|
"path": "src/Prebuilt/common/constants.ts",
|
7511
7577
|
"kind": "import-statement",
|
@@ -8075,7 +8141,7 @@
|
|
8075
8141
|
"format": "esm"
|
8076
8142
|
},
|
8077
8143
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8078
|
-
"bytes":
|
8144
|
+
"bytes": 10403,
|
8079
8145
|
"imports": [
|
8080
8146
|
{
|
8081
8147
|
"path": "react",
|
@@ -8375,7 +8441,7 @@
|
|
8375
8441
|
"format": "esm"
|
8376
8442
|
},
|
8377
8443
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8378
|
-
"bytes":
|
8444
|
+
"bytes": 4814,
|
8379
8445
|
"imports": [
|
8380
8446
|
{
|
8381
8447
|
"path": "react",
|
@@ -8397,6 +8463,11 @@
|
|
8397
8463
|
"kind": "import-statement",
|
8398
8464
|
"original": "@100mslive/hms-video-store"
|
8399
8465
|
},
|
8466
|
+
{
|
8467
|
+
"path": "ts-pattern",
|
8468
|
+
"kind": "import-statement",
|
8469
|
+
"external": true
|
8470
|
+
},
|
8400
8471
|
{
|
8401
8472
|
"path": "@100mslive/react-sdk",
|
8402
8473
|
"kind": "import-statement",
|
@@ -8422,6 +8493,11 @@
|
|
8422
8493
|
"kind": "import-statement",
|
8423
8494
|
"original": "../../../Theme"
|
8424
8495
|
},
|
8496
|
+
{
|
8497
|
+
"path": "src/Prebuilt/components/EmojiReaction.jsx",
|
8498
|
+
"kind": "import-statement",
|
8499
|
+
"original": "../EmojiReaction"
|
8500
|
+
},
|
8425
8501
|
{
|
8426
8502
|
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
8427
8503
|
"kind": "import-statement",
|
@@ -8447,6 +8523,11 @@
|
|
8447
8523
|
"kind": "import-statement",
|
8448
8524
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8449
8525
|
},
|
8526
|
+
{
|
8527
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
8528
|
+
"kind": "import-statement",
|
8529
|
+
"original": "../../common/hooks"
|
8530
|
+
},
|
8450
8531
|
{
|
8451
8532
|
"path": "src/Prebuilt/common/constants.ts",
|
8452
8533
|
"kind": "import-statement",
|
@@ -8456,6 +8537,11 @@
|
|
8456
8537
|
"path": "<define:process.env>",
|
8457
8538
|
"kind": "import-statement",
|
8458
8539
|
"external": true
|
8540
|
+
},
|
8541
|
+
{
|
8542
|
+
"path": "<runtime>",
|
8543
|
+
"kind": "import-statement",
|
8544
|
+
"external": true
|
8459
8545
|
}
|
8460
8546
|
],
|
8461
8547
|
"format": "esm"
|
@@ -9215,7 +9301,7 @@
|
|
9215
9301
|
"format": "esm"
|
9216
9302
|
},
|
9217
9303
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9218
|
-
"bytes":
|
9304
|
+
"bytes": 6124,
|
9219
9305
|
"imports": [
|
9220
9306
|
{
|
9221
9307
|
"path": "react",
|
@@ -9397,47 +9483,6 @@
|
|
9397
9483
|
],
|
9398
9484
|
"format": "esm"
|
9399
9485
|
},
|
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
9486
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
9442
9487
|
"bytes": 2843,
|
9443
9488
|
"imports": [
|
@@ -10796,7 +10841,7 @@
|
|
10796
10841
|
"format": "esm"
|
10797
10842
|
},
|
10798
10843
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
10799
|
-
"bytes":
|
10844
|
+
"bytes": 1409,
|
10800
10845
|
"imports": [
|
10801
10846
|
{
|
10802
10847
|
"path": "react",
|
@@ -10910,7 +10955,7 @@
|
|
10910
10955
|
"format": "esm"
|
10911
10956
|
},
|
10912
10957
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
10913
|
-
"bytes":
|
10958
|
+
"bytes": 977,
|
10914
10959
|
"imports": [
|
10915
10960
|
{
|
10916
10961
|
"path": "<define:process.env>",
|
@@ -10952,7 +10997,7 @@
|
|
10952
10997
|
"format": "esm"
|
10953
10998
|
},
|
10954
10999
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
10955
|
-
"bytes":
|
11000
|
+
"bytes": 1309,
|
10956
11001
|
"imports": [
|
10957
11002
|
{
|
10958
11003
|
"path": "react",
|
@@ -11168,7 +11213,7 @@
|
|
11168
11213
|
"format": "esm"
|
11169
11214
|
},
|
11170
11215
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
11171
|
-
"bytes":
|
11216
|
+
"bytes": 7921,
|
11172
11217
|
"imports": [
|
11173
11218
|
{
|
11174
11219
|
"path": "react",
|
@@ -11219,7 +11264,7 @@
|
|
11219
11264
|
"format": "esm"
|
11220
11265
|
},
|
11221
11266
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
11222
|
-
"bytes":
|
11267
|
+
"bytes": 2461,
|
11223
11268
|
"imports": [
|
11224
11269
|
{
|
11225
11270
|
"path": "react",
|
@@ -11227,7 +11272,7 @@
|
|
11227
11272
|
"external": true
|
11228
11273
|
},
|
11229
11274
|
{
|
11230
|
-
"path": "@100mslive/react-
|
11275
|
+
"path": "@100mslive/react-icons",
|
11231
11276
|
"kind": "import-statement",
|
11232
11277
|
"external": true
|
11233
11278
|
},
|
@@ -11246,20 +11291,25 @@
|
|
11246
11291
|
"kind": "import-statement",
|
11247
11292
|
"original": "../Header/HeaderComponents"
|
11248
11293
|
},
|
11294
|
+
{
|
11295
|
+
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
11296
|
+
"kind": "import-statement",
|
11297
|
+
"original": "../RoomDetails/RoomDetailsRow"
|
11298
|
+
},
|
11249
11299
|
{
|
11250
11300
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
11251
11301
|
"kind": "import-statement",
|
11252
11302
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
11253
11303
|
},
|
11254
11304
|
{
|
11255
|
-
"path": "src/Prebuilt/
|
11305
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11256
11306
|
"kind": "import-statement",
|
11257
|
-
"original": "
|
11307
|
+
"original": "../AppData/useSidepane"
|
11258
11308
|
},
|
11259
11309
|
{
|
11260
|
-
"path": "src/Prebuilt/
|
11310
|
+
"path": "src/Prebuilt/common/constants.ts",
|
11261
11311
|
"kind": "import-statement",
|
11262
|
-
"original": "
|
11312
|
+
"original": "../../common/constants"
|
11263
11313
|
},
|
11264
11314
|
{
|
11265
11315
|
"path": "<define:process.env>",
|
@@ -11270,7 +11320,7 @@
|
|
11270
11320
|
"format": "esm"
|
11271
11321
|
},
|
11272
11322
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11273
|
-
"bytes":
|
11323
|
+
"bytes": 25590,
|
11274
11324
|
"imports": [
|
11275
11325
|
{
|
11276
11326
|
"path": "react",
|
@@ -11426,7 +11476,7 @@
|
|
11426
11476
|
"format": "esm"
|
11427
11477
|
},
|
11428
11478
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11429
|
-
"bytes":
|
11479
|
+
"bytes": 4333,
|
11430
11480
|
"imports": [
|
11431
11481
|
{
|
11432
11482
|
"path": "react",
|
@@ -12335,7 +12385,7 @@
|
|
12335
12385
|
"format": "esm"
|
12336
12386
|
},
|
12337
12387
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
12338
|
-
"bytes":
|
12388
|
+
"bytes": 1818,
|
12339
12389
|
"imports": [
|
12340
12390
|
{
|
12341
12391
|
"path": "react",
|
@@ -13547,7 +13597,7 @@
|
|
13547
13597
|
"dist/index.js": {
|
13548
13598
|
"imports": [
|
13549
13599
|
{
|
13550
|
-
"path": "dist/chunk-
|
13600
|
+
"path": "dist/chunk-JQCSGJIR.js",
|
13551
13601
|
"kind": "import-statement"
|
13552
13602
|
}
|
13553
13603
|
],
|
@@ -13620,16 +13670,16 @@
|
|
13620
13670
|
"inputs": {},
|
13621
13671
|
"bytes": 1822
|
13622
13672
|
},
|
13623
|
-
"dist/HLSView-
|
13673
|
+
"dist/HLSView-6KPQ2KD6.js.map": {
|
13624
13674
|
"imports": [],
|
13625
13675
|
"exports": [],
|
13626
13676
|
"inputs": {},
|
13627
|
-
"bytes":
|
13677
|
+
"bytes": 86128
|
13628
13678
|
},
|
13629
|
-
"dist/HLSView-
|
13679
|
+
"dist/HLSView-6KPQ2KD6.js": {
|
13630
13680
|
"imports": [
|
13631
13681
|
{
|
13632
|
-
"path": "dist/chunk-
|
13682
|
+
"path": "dist/chunk-JQCSGJIR.js",
|
13633
13683
|
"kind": "import-statement"
|
13634
13684
|
},
|
13635
13685
|
{
|
@@ -13783,7 +13833,7 @@
|
|
13783
13833
|
"external": true
|
13784
13834
|
},
|
13785
13835
|
{
|
13786
|
-
"path": "@100mslive/react-
|
13836
|
+
"path": "@100mslive/react-icons",
|
13787
13837
|
"kind": "import-statement",
|
13788
13838
|
"external": true
|
13789
13839
|
}
|
@@ -13794,7 +13844,7 @@
|
|
13794
13844
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13795
13845
|
"inputs": {
|
13796
13846
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
13797
|
-
"bytesInOutput":
|
13847
|
+
"bytesInOutput": 23546
|
13798
13848
|
},
|
13799
13849
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
13800
13850
|
"bytesInOutput": 3521
|
@@ -13806,7 +13856,7 @@
|
|
13806
13856
|
"bytesInOutput": 416
|
13807
13857
|
},
|
13808
13858
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
13809
|
-
"bytesInOutput":
|
13859
|
+
"bytesInOutput": 1480
|
13810
13860
|
},
|
13811
13861
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
13812
13862
|
"bytesInOutput": 851
|
@@ -13821,10 +13871,10 @@
|
|
13821
13871
|
"bytesInOutput": 2638
|
13822
13872
|
},
|
13823
13873
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
13824
|
-
"bytesInOutput":
|
13874
|
+
"bytesInOutput": 725
|
13825
13875
|
},
|
13826
13876
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
13827
|
-
"bytesInOutput":
|
13877
|
+
"bytesInOutput": 1316
|
13828
13878
|
},
|
13829
13879
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
13830
13880
|
"bytesInOutput": 2284
|
@@ -13839,21 +13889,21 @@
|
|
13839
13889
|
"bytesInOutput": 688
|
13840
13890
|
},
|
13841
13891
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
13842
|
-
"bytesInOutput":
|
13892
|
+
"bytesInOutput": 7482
|
13843
13893
|
},
|
13844
13894
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
13845
|
-
"bytesInOutput":
|
13895
|
+
"bytesInOutput": 2067
|
13846
13896
|
}
|
13847
13897
|
},
|
13848
|
-
"bytes":
|
13898
|
+
"bytes": 52200
|
13849
13899
|
},
|
13850
|
-
"dist/chunk-
|
13900
|
+
"dist/chunk-JQCSGJIR.js.map": {
|
13851
13901
|
"imports": [],
|
13852
13902
|
"exports": [],
|
13853
13903
|
"inputs": {},
|
13854
|
-
"bytes":
|
13904
|
+
"bytes": 3165213
|
13855
13905
|
},
|
13856
|
-
"dist/chunk-
|
13906
|
+
"dist/chunk-JQCSGJIR.js": {
|
13857
13907
|
"imports": [
|
13858
13908
|
{
|
13859
13909
|
"path": "react",
|
@@ -14450,6 +14500,11 @@
|
|
14450
14500
|
"kind": "import-statement",
|
14451
14501
|
"external": true
|
14452
14502
|
},
|
14503
|
+
{
|
14504
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
14505
|
+
"kind": "import-statement",
|
14506
|
+
"external": true
|
14507
|
+
},
|
14453
14508
|
{
|
14454
14509
|
"path": "@100mslive/react-sdk",
|
14455
14510
|
"kind": "import-statement",
|
@@ -14461,12 +14516,12 @@
|
|
14461
14516
|
"external": true
|
14462
14517
|
},
|
14463
14518
|
{
|
14464
|
-
"path": "
|
14519
|
+
"path": "react-use",
|
14465
14520
|
"kind": "import-statement",
|
14466
14521
|
"external": true
|
14467
14522
|
},
|
14468
14523
|
{
|
14469
|
-
"path": "@100mslive/react-
|
14524
|
+
"path": "@100mslive/react-sdk",
|
14470
14525
|
"kind": "import-statement",
|
14471
14526
|
"external": true
|
14472
14527
|
},
|
@@ -14476,12 +14531,12 @@
|
|
14476
14531
|
"external": true
|
14477
14532
|
},
|
14478
14533
|
{
|
14479
|
-
"path": "@100mslive/react-
|
14534
|
+
"path": "@100mslive/react-sdk",
|
14480
14535
|
"kind": "import-statement",
|
14481
14536
|
"external": true
|
14482
14537
|
},
|
14483
14538
|
{
|
14484
|
-
"path": "react",
|
14539
|
+
"path": "@100mslive/react-icons",
|
14485
14540
|
"kind": "import-statement",
|
14486
14541
|
"external": true
|
14487
14542
|
},
|
@@ -14501,7 +14556,7 @@
|
|
14501
14556
|
"external": true
|
14502
14557
|
},
|
14503
14558
|
{
|
14504
|
-
"path": "
|
14559
|
+
"path": "react",
|
14505
14560
|
"kind": "import-statement",
|
14506
14561
|
"external": true
|
14507
14562
|
},
|
@@ -14516,17 +14571,12 @@
|
|
14516
14571
|
"external": true
|
14517
14572
|
},
|
14518
14573
|
{
|
14519
|
-
"path": "react-
|
14520
|
-
"kind": "import-statement",
|
14521
|
-
"external": true
|
14522
|
-
},
|
14523
|
-
{
|
14524
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
14574
|
+
"path": "@100mslive/react-sdk",
|
14525
14575
|
"kind": "import-statement",
|
14526
14576
|
"external": true
|
14527
14577
|
},
|
14528
14578
|
{
|
14529
|
-
"path": "@100mslive/react-
|
14579
|
+
"path": "@100mslive/react-icons",
|
14530
14580
|
"kind": "import-statement",
|
14531
14581
|
"external": true
|
14532
14582
|
},
|
@@ -15450,6 +15500,21 @@
|
|
15450
15500
|
"kind": "import-statement",
|
15451
15501
|
"external": true
|
15452
15502
|
},
|
15503
|
+
{
|
15504
|
+
"path": "@100mslive/react-sdk",
|
15505
|
+
"kind": "import-statement",
|
15506
|
+
"external": true
|
15507
|
+
},
|
15508
|
+
{
|
15509
|
+
"path": "@100mslive/react-icons",
|
15510
|
+
"kind": "import-statement",
|
15511
|
+
"external": true
|
15512
|
+
},
|
15513
|
+
{
|
15514
|
+
"path": "react",
|
15515
|
+
"kind": "import-statement",
|
15516
|
+
"external": true
|
15517
|
+
},
|
15453
15518
|
{
|
15454
15519
|
"path": "react",
|
15455
15520
|
"kind": "import-statement",
|
@@ -15490,6 +15555,11 @@
|
|
15490
15555
|
"kind": "import-statement",
|
15491
15556
|
"external": true
|
15492
15557
|
},
|
15558
|
+
{
|
15559
|
+
"path": "ts-pattern",
|
15560
|
+
"kind": "import-statement",
|
15561
|
+
"external": true
|
15562
|
+
},
|
15493
15563
|
{
|
15494
15564
|
"path": "@100mslive/react-sdk",
|
15495
15565
|
"kind": "import-statement",
|
@@ -15895,21 +15965,6 @@
|
|
15895
15965
|
"kind": "import-statement",
|
15896
15966
|
"external": true
|
15897
15967
|
},
|
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
15968
|
{
|
15914
15969
|
"path": "react-use",
|
15915
15970
|
"kind": "import-statement",
|
@@ -16206,7 +16261,7 @@
|
|
16206
16261
|
"external": true
|
16207
16262
|
},
|
16208
16263
|
{
|
16209
|
-
"path": "dist/HLSView-
|
16264
|
+
"path": "dist/HLSView-6KPQ2KD6.js",
|
16210
16265
|
"kind": "dynamic-import"
|
16211
16266
|
},
|
16212
16267
|
{
|
@@ -16622,6 +16677,7 @@
|
|
16622
16677
|
"QRCode",
|
16623
16678
|
"RadioGroup",
|
16624
16679
|
"ReactSelect_exports",
|
16680
|
+
"RoomDetailsRow",
|
16625
16681
|
"SIDE_PANE_OPTIONS",
|
16626
16682
|
"Select",
|
16627
16683
|
"Sheet",
|
@@ -16653,7 +16709,6 @@
|
|
16653
16709
|
"css",
|
16654
16710
|
"flexCenter",
|
16655
16711
|
"getCssText",
|
16656
|
-
"getFormattedCount",
|
16657
16712
|
"getLeft",
|
16658
16713
|
"globalCss",
|
16659
16714
|
"globalStyles",
|
@@ -16665,14 +16720,16 @@
|
|
16665
16720
|
"theme",
|
16666
16721
|
"useBorderAudioLevel",
|
16667
16722
|
"useIsLandscape",
|
16723
|
+
"useIsSidepaneTypeOpen",
|
16668
16724
|
"usePollViewToggle",
|
16669
16725
|
"useRoomLayoutConferencingScreen",
|
16726
|
+
"useRoomLayoutHeader",
|
16670
16727
|
"useSidepaneToggle",
|
16671
16728
|
"useTheme"
|
16672
16729
|
],
|
16673
16730
|
"inputs": {
|
16674
16731
|
"<define:process.env>": {
|
16675
|
-
"bytesInOutput":
|
16732
|
+
"bytesInOutput": 18234
|
16676
16733
|
},
|
16677
16734
|
"../../node_modules/lodash/lodash.js": {
|
16678
16735
|
"bytesInOutput": 224280
|
@@ -16705,7 +16762,7 @@
|
|
16705
16762
|
"bytesInOutput": 27
|
16706
16763
|
},
|
16707
16764
|
"src/Button/Button.tsx": {
|
16708
|
-
"bytesInOutput":
|
16765
|
+
"bytesInOutput": 4339
|
16709
16766
|
},
|
16710
16767
|
"src/Layout/index.tsx": {
|
16711
16768
|
"bytesInOutput": 27
|
@@ -16894,7 +16951,7 @@
|
|
16894
16951
|
"bytesInOutput": 2476
|
16895
16952
|
},
|
16896
16953
|
"src/Fieldset/Fieldset.tsx": {
|
16897
|
-
"bytesInOutput":
|
16954
|
+
"bytesInOutput": 233
|
16898
16955
|
},
|
16899
16956
|
"src/Footer/index.tsx": {
|
16900
16957
|
"bytesInOutput": 27
|
@@ -16960,7 +17017,7 @@
|
|
16960
17017
|
"bytesInOutput": 3210
|
16961
17018
|
},
|
16962
17019
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16963
|
-
"bytesInOutput":
|
17020
|
+
"bytesInOutput": 2499
|
16964
17021
|
},
|
16965
17022
|
"src/Prebuilt/components/AuthToken.jsx": {
|
16966
17023
|
"bytesInOutput": 3652
|
@@ -16981,10 +17038,10 @@
|
|
16981
17038
|
"bytesInOutput": 10284
|
16982
17039
|
},
|
16983
17040
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16984
|
-
"bytesInOutput":
|
17041
|
+
"bytesInOutput": 3064
|
16985
17042
|
},
|
16986
17043
|
"src/Prebuilt/IconButton.tsx": {
|
16987
|
-
"bytesInOutput":
|
17044
|
+
"bytesInOutput": 572
|
16988
17045
|
},
|
16989
17046
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
16990
17047
|
"bytesInOutput": 8957
|
@@ -16993,7 +17050,7 @@
|
|
16993
17050
|
"bytesInOutput": 27
|
16994
17051
|
},
|
16995
17052
|
"src/Sheet/Sheet.tsx": {
|
16996
|
-
"bytesInOutput":
|
17053
|
+
"bytesInOutput": 2859
|
16997
17054
|
},
|
16998
17055
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
16999
17056
|
"bytesInOutput": 6568
|
@@ -17014,7 +17071,7 @@
|
|
17014
17071
|
"bytesInOutput": 1028
|
17015
17072
|
},
|
17016
17073
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
17017
|
-
"bytesInOutput":
|
17074
|
+
"bytesInOutput": 2535
|
17018
17075
|
},
|
17019
17076
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
17020
17077
|
"bytesInOutput": 972
|
@@ -17022,11 +17079,14 @@
|
|
17022
17079
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
17023
17080
|
"bytesInOutput": 606
|
17024
17081
|
},
|
17082
|
+
"src/Prebuilt/common/hooks.ts": {
|
17083
|
+
"bytesInOutput": 3290
|
17084
|
+
},
|
17025
17085
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
17026
|
-
"bytesInOutput":
|
17086
|
+
"bytesInOutput": 2454
|
17027
17087
|
},
|
17028
17088
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
17029
|
-
"bytesInOutput":
|
17089
|
+
"bytesInOutput": 5773
|
17030
17090
|
},
|
17031
17091
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
17032
17092
|
"bytesInOutput": 1947
|
@@ -17041,10 +17101,7 @@
|
|
17041
17101
|
"bytesInOutput": 1790
|
17042
17102
|
},
|
17043
17103
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
17044
|
-
"bytesInOutput":
|
17045
|
-
},
|
17046
|
-
"src/Prebuilt/common/hooks.ts": {
|
17047
|
-
"bytesInOutput": 3354
|
17104
|
+
"bytesInOutput": 4835
|
17048
17105
|
},
|
17049
17106
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17050
17107
|
"bytesInOutput": 472
|
@@ -17077,7 +17134,7 @@
|
|
17077
17134
|
"bytesInOutput": 2940
|
17078
17135
|
},
|
17079
17136
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
17080
|
-
"bytesInOutput":
|
17137
|
+
"bytesInOutput": 7700
|
17081
17138
|
},
|
17082
17139
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
17083
17140
|
"bytesInOutput": 9844
|
@@ -17104,7 +17161,7 @@
|
|
17104
17161
|
"bytesInOutput": 1948
|
17105
17162
|
},
|
17106
17163
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17107
|
-
"bytesInOutput":
|
17164
|
+
"bytesInOutput": 11028
|
17108
17165
|
},
|
17109
17166
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17110
17167
|
"bytesInOutput": 10031
|
@@ -17173,13 +17230,13 @@
|
|
17173
17230
|
"bytesInOutput": 658
|
17174
17231
|
},
|
17175
17232
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17176
|
-
"bytesInOutput":
|
17233
|
+
"bytesInOutput": 796
|
17177
17234
|
},
|
17178
17235
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17179
17236
|
"bytesInOutput": 1619
|
17180
17237
|
},
|
17181
17238
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17182
|
-
"bytesInOutput":
|
17239
|
+
"bytesInOutput": 7124
|
17183
17240
|
},
|
17184
17241
|
"src/Prebuilt/images/pdf-share.png": {
|
17185
17242
|
"bytesInOutput": 25446
|
@@ -17200,7 +17257,7 @@
|
|
17200
17257
|
"bytesInOutput": 1024
|
17201
17258
|
},
|
17202
17259
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
17203
|
-
"bytesInOutput":
|
17260
|
+
"bytesInOutput": 2097
|
17204
17261
|
},
|
17205
17262
|
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
17206
17263
|
"bytesInOutput": 823
|
@@ -17212,7 +17269,7 @@
|
|
17212
17269
|
"bytesInOutput": 1404
|
17213
17270
|
},
|
17214
17271
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17215
|
-
"bytesInOutput":
|
17272
|
+
"bytesInOutput": 11538
|
17216
17273
|
},
|
17217
17274
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17218
17275
|
"bytesInOutput": 3749
|
@@ -17245,7 +17302,7 @@
|
|
17245
17302
|
"bytesInOutput": 9637
|
17246
17303
|
},
|
17247
17304
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17248
|
-
"bytesInOutput":
|
17305
|
+
"bytesInOutput": 5680
|
17249
17306
|
},
|
17250
17307
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17251
17308
|
"bytesInOutput": 735
|
@@ -17275,7 +17332,7 @@
|
|
17275
17332
|
"bytesInOutput": 3664
|
17276
17333
|
},
|
17277
17334
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17278
|
-
"bytesInOutput":
|
17335
|
+
"bytesInOutput": 888
|
17279
17336
|
},
|
17280
17337
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17281
17338
|
"bytesInOutput": 361
|
@@ -17296,7 +17353,7 @@
|
|
17296
17353
|
"bytesInOutput": 2078
|
17297
17354
|
},
|
17298
17355
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
17299
|
-
"bytesInOutput":
|
17356
|
+
"bytesInOutput": 634
|
17300
17357
|
},
|
17301
17358
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
17302
17359
|
"bytesInOutput": 2309
|
@@ -17308,7 +17365,7 @@
|
|
17308
17365
|
"bytesInOutput": 1874
|
17309
17366
|
},
|
17310
17367
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17311
|
-
"bytesInOutput":
|
17368
|
+
"bytesInOutput": 3356
|
17312
17369
|
},
|
17313
17370
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17314
17371
|
"bytesInOutput": 1221
|
@@ -17320,7 +17377,10 @@
|
|
17320
17377
|
"bytesInOutput": 1727
|
17321
17378
|
},
|
17322
17379
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17323
|
-
"bytesInOutput":
|
17380
|
+
"bytesInOutput": 1835
|
17381
|
+
},
|
17382
|
+
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17383
|
+
"bytesInOutput": 1626
|
17324
17384
|
},
|
17325
17385
|
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
17326
17386
|
"bytesInOutput": 664
|
@@ -17332,7 +17392,7 @@
|
|
17332
17392
|
"bytesInOutput": 7698
|
17333
17393
|
},
|
17334
17394
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17335
|
-
"bytesInOutput":
|
17395
|
+
"bytesInOutput": 4425
|
17336
17396
|
},
|
17337
17397
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17338
17398
|
"bytesInOutput": 14398
|
@@ -17359,7 +17419,7 @@
|
|
17359
17419
|
"bytesInOutput": 707
|
17360
17420
|
},
|
17361
17421
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17362
|
-
"bytesInOutput":
|
17422
|
+
"bytesInOutput": 9756
|
17363
17423
|
},
|
17364
17424
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17365
17425
|
"bytesInOutput": 5318
|
@@ -17430,9 +17490,6 @@
|
|
17430
17490
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
17431
17491
|
"bytesInOutput": 574
|
17432
17492
|
},
|
17433
|
-
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17434
|
-
"bytesInOutput": 1626
|
17435
|
-
},
|
17436
17493
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17437
17494
|
"bytesInOutput": 2721
|
17438
17495
|
},
|
@@ -17440,7 +17497,7 @@
|
|
17440
17497
|
"bytesInOutput": 2163
|
17441
17498
|
},
|
17442
17499
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17443
|
-
"bytesInOutput":
|
17500
|
+
"bytesInOutput": 3623
|
17444
17501
|
},
|
17445
17502
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17446
17503
|
"bytesInOutput": 3871
|
@@ -17557,7 +17614,7 @@
|
|
17557
17614
|
"bytesInOutput": 1350
|
17558
17615
|
},
|
17559
17616
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
17560
|
-
"bytesInOutput":
|
17617
|
+
"bytesInOutput": 1746
|
17561
17618
|
},
|
17562
17619
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
17563
17620
|
"bytesInOutput": 1983
|
@@ -17626,7 +17683,7 @@
|
|
17626
17683
|
"bytesInOutput": 651
|
17627
17684
|
}
|
17628
17685
|
},
|
17629
|
-
"bytes":
|
17686
|
+
"bytes": 1296785
|
17630
17687
|
}
|
17631
17688
|
}
|
17632
17689
|
}
|