@100mslive/roomkit-react 0.2.8-alpha.6 → 0.2.8-alpha.8
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-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.cjs.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",
|
@@ -13542,7 +13592,7 @@
|
|
13542
13592
|
"imports": [],
|
13543
13593
|
"exports": [],
|
13544
13594
|
"inputs": {},
|
13545
|
-
"bytes":
|
13595
|
+
"bytes": 3255877
|
13546
13596
|
},
|
13547
13597
|
"dist/index.cjs.js": {
|
13548
13598
|
"imports": [
|
@@ -14067,12 +14117,7 @@
|
|
14067
14117
|
"external": true
|
14068
14118
|
},
|
14069
14119
|
{
|
14070
|
-
"path": "@
|
14071
|
-
"kind": "require-call",
|
14072
|
-
"external": true
|
14073
|
-
},
|
14074
|
-
{
|
14075
|
-
"path": "emoji-mart",
|
14120
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
14076
14121
|
"kind": "require-call",
|
14077
14122
|
"external": true
|
14078
14123
|
},
|
@@ -14082,27 +14127,27 @@
|
|
14082
14127
|
"external": true
|
14083
14128
|
},
|
14084
14129
|
{
|
14085
|
-
"path": "
|
14130
|
+
"path": "react",
|
14086
14131
|
"kind": "require-call",
|
14087
14132
|
"external": true
|
14088
14133
|
},
|
14089
14134
|
{
|
14090
|
-
"path": "react",
|
14135
|
+
"path": "react-use",
|
14091
14136
|
"kind": "require-call",
|
14092
14137
|
"external": true
|
14093
14138
|
},
|
14094
14139
|
{
|
14095
|
-
"path": "@
|
14140
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
14096
14141
|
"kind": "require-call",
|
14097
14142
|
"external": true
|
14098
14143
|
},
|
14099
14144
|
{
|
14100
|
-
"path": "
|
14145
|
+
"path": "emoji-mart",
|
14101
14146
|
"kind": "require-call",
|
14102
14147
|
"external": true
|
14103
14148
|
},
|
14104
14149
|
{
|
14105
|
-
"path": "react",
|
14150
|
+
"path": "@100mslive/react-sdk",
|
14106
14151
|
"kind": "require-call",
|
14107
14152
|
"external": true
|
14108
14153
|
},
|
@@ -14117,12 +14162,12 @@
|
|
14117
14162
|
"external": true
|
14118
14163
|
},
|
14119
14164
|
{
|
14120
|
-
"path": "@100mslive/react-
|
14165
|
+
"path": "@100mslive/react-icons",
|
14121
14166
|
"kind": "require-call",
|
14122
14167
|
"external": true
|
14123
14168
|
},
|
14124
14169
|
{
|
14125
|
-
"path": "
|
14170
|
+
"path": "react",
|
14126
14171
|
"kind": "require-call",
|
14127
14172
|
"external": true
|
14128
14173
|
},
|
@@ -14132,12 +14177,12 @@
|
|
14132
14177
|
"external": true
|
14133
14178
|
},
|
14134
14179
|
{
|
14135
|
-
"path": "react-
|
14180
|
+
"path": "@100mslive/react-icons",
|
14136
14181
|
"kind": "require-call",
|
14137
14182
|
"external": true
|
14138
14183
|
},
|
14139
14184
|
{
|
14140
|
-
"path": "
|
14185
|
+
"path": "react",
|
14141
14186
|
"kind": "require-call",
|
14142
14187
|
"external": true
|
14143
14188
|
},
|
@@ -14146,6 +14191,11 @@
|
|
14146
14191
|
"kind": "require-call",
|
14147
14192
|
"external": true
|
14148
14193
|
},
|
14194
|
+
{
|
14195
|
+
"path": "@100mslive/react-icons",
|
14196
|
+
"kind": "require-call",
|
14197
|
+
"external": true
|
14198
|
+
},
|
14149
14199
|
{
|
14150
14200
|
"path": "react",
|
14151
14201
|
"kind": "require-call",
|
@@ -15056,6 +15106,21 @@
|
|
15056
15106
|
"kind": "require-call",
|
15057
15107
|
"external": true
|
15058
15108
|
},
|
15109
|
+
{
|
15110
|
+
"path": "@100mslive/react-sdk",
|
15111
|
+
"kind": "require-call",
|
15112
|
+
"external": true
|
15113
|
+
},
|
15114
|
+
{
|
15115
|
+
"path": "@100mslive/react-icons",
|
15116
|
+
"kind": "require-call",
|
15117
|
+
"external": true
|
15118
|
+
},
|
15119
|
+
{
|
15120
|
+
"path": "react",
|
15121
|
+
"kind": "require-call",
|
15122
|
+
"external": true
|
15123
|
+
},
|
15059
15124
|
{
|
15060
15125
|
"path": "react",
|
15061
15126
|
"kind": "require-call",
|
@@ -15301,6 +15366,11 @@
|
|
15301
15366
|
"kind": "require-call",
|
15302
15367
|
"external": true
|
15303
15368
|
},
|
15369
|
+
{
|
15370
|
+
"path": "ts-pattern",
|
15371
|
+
"kind": "require-call",
|
15372
|
+
"external": true
|
15373
|
+
},
|
15304
15374
|
{
|
15305
15375
|
"path": "@100mslive/react-sdk",
|
15306
15376
|
"kind": "require-call",
|
@@ -15531,21 +15601,6 @@
|
|
15531
15601
|
"kind": "require-call",
|
15532
15602
|
"external": true
|
15533
15603
|
},
|
15534
|
-
{
|
15535
|
-
"path": "@100mslive/react-sdk",
|
15536
|
-
"kind": "require-call",
|
15537
|
-
"external": true
|
15538
|
-
},
|
15539
|
-
{
|
15540
|
-
"path": "@100mslive/react-icons",
|
15541
|
-
"kind": "require-call",
|
15542
|
-
"external": true
|
15543
|
-
},
|
15544
|
-
{
|
15545
|
-
"path": "react",
|
15546
|
-
"kind": "require-call",
|
15547
|
-
"external": true
|
15548
|
-
},
|
15549
15604
|
{
|
15550
15605
|
"path": "react-use",
|
15551
15606
|
"kind": "require-call",
|
@@ -15982,7 +16037,7 @@
|
|
15982
16037
|
"external": true
|
15983
16038
|
},
|
15984
16039
|
{
|
15985
|
-
"path": "@100mslive/react-
|
16040
|
+
"path": "@100mslive/react-icons",
|
15986
16041
|
"kind": "require-call",
|
15987
16042
|
"external": true
|
15988
16043
|
},
|
@@ -16431,7 +16486,7 @@
|
|
16431
16486
|
"entryPoint": "src/index.ts",
|
16432
16487
|
"inputs": {
|
16433
16488
|
"<define:process.env>": {
|
16434
|
-
"bytesInOutput":
|
16489
|
+
"bytesInOutput": 18234
|
16435
16490
|
},
|
16436
16491
|
"src/Theme/base.config.ts": {
|
16437
16492
|
"bytesInOutput": 6104
|
@@ -16470,7 +16525,7 @@
|
|
16470
16525
|
"bytesInOutput": 417
|
16471
16526
|
},
|
16472
16527
|
"src/Button/Button.tsx": {
|
16473
|
-
"bytesInOutput":
|
16528
|
+
"bytesInOutput": 5355
|
16474
16529
|
},
|
16475
16530
|
"src/Button/index.tsx": {
|
16476
16531
|
"bytesInOutput": 132
|
@@ -16650,7 +16705,7 @@
|
|
16650
16705
|
"bytesInOutput": 297
|
16651
16706
|
},
|
16652
16707
|
"src/Fieldset/Fieldset.tsx": {
|
16653
|
-
"bytesInOutput":
|
16708
|
+
"bytesInOutput": 397
|
16654
16709
|
},
|
16655
16710
|
"src/Fieldset/index.tsx": {
|
16656
16711
|
"bytesInOutput": 138
|
@@ -16707,7 +16762,7 @@
|
|
16707
16762
|
"bytesInOutput": 3450
|
16708
16763
|
},
|
16709
16764
|
"../../node_modules/lodash/lodash.js": {
|
16710
|
-
"bytesInOutput":
|
16765
|
+
"bytesInOutput": 224287
|
16711
16766
|
},
|
16712
16767
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16713
16768
|
"bytesInOutput": 1887
|
@@ -16725,7 +16780,7 @@
|
|
16725
16780
|
"bytesInOutput": 3003
|
16726
16781
|
},
|
16727
16782
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16728
|
-
"bytesInOutput":
|
16783
|
+
"bytesInOutput": 3258
|
16729
16784
|
},
|
16730
16785
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16731
16786
|
"bytesInOutput": 6542
|
@@ -16740,13 +16795,13 @@
|
|
16740
16795
|
"bytesInOutput": 4530
|
16741
16796
|
},
|
16742
16797
|
"src/Prebuilt/IconButton.tsx": {
|
16743
|
-
"bytesInOutput":
|
16798
|
+
"bytesInOutput": 844
|
16744
16799
|
},
|
16745
16800
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16746
|
-
"bytesInOutput":
|
16801
|
+
"bytesInOutput": 4095
|
16747
16802
|
},
|
16748
16803
|
"src/Sheet/Sheet.tsx": {
|
16749
|
-
"bytesInOutput":
|
16804
|
+
"bytesInOutput": 3610
|
16750
16805
|
},
|
16751
16806
|
"src/Sheet/index.ts": {
|
16752
16807
|
"bytesInOutput": 128
|
@@ -16781,8 +16836,11 @@
|
|
16781
16836
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
16782
16837
|
"bytesInOutput": 884
|
16783
16838
|
},
|
16839
|
+
"src/Prebuilt/common/hooks.ts": {
|
16840
|
+
"bytesInOutput": 3890
|
16841
|
+
},
|
16784
16842
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16785
|
-
"bytesInOutput":
|
16843
|
+
"bytesInOutput": 3423
|
16786
16844
|
},
|
16787
16845
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16788
16846
|
"bytesInOutput": 2547
|
@@ -16797,16 +16855,13 @@
|
|
16797
16855
|
"bytesInOutput": 2361
|
16798
16856
|
},
|
16799
16857
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
16800
|
-
"bytesInOutput":
|
16801
|
-
},
|
16802
|
-
"src/Prebuilt/common/hooks.ts": {
|
16803
|
-
"bytesInOutput": 3890
|
16858
|
+
"bytesInOutput": 7168
|
16804
16859
|
},
|
16805
16860
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
16806
|
-
"bytesInOutput":
|
16861
|
+
"bytesInOutput": 5991
|
16807
16862
|
},
|
16808
16863
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
16809
|
-
"bytesInOutput":
|
16864
|
+
"bytesInOutput": 3023
|
16810
16865
|
},
|
16811
16866
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
16812
16867
|
"bytesInOutput": 4391
|
@@ -16827,7 +16882,7 @@
|
|
16827
16882
|
"bytesInOutput": 7604
|
16828
16883
|
},
|
16829
16884
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16830
|
-
"bytesInOutput":
|
16885
|
+
"bytesInOutput": 9392
|
16831
16886
|
},
|
16832
16887
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
16833
16888
|
"bytesInOutput": 3668
|
@@ -16950,13 +17005,13 @@
|
|
16950
17005
|
"bytesInOutput": 938
|
16951
17006
|
},
|
16952
17007
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16953
|
-
"bytesInOutput":
|
17008
|
+
"bytesInOutput": 13514
|
16954
17009
|
},
|
16955
17010
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
16956
17011
|
"bytesInOutput": 831
|
16957
17012
|
},
|
16958
17013
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
16959
|
-
"bytesInOutput":
|
17014
|
+
"bytesInOutput": 1149
|
16960
17015
|
},
|
16961
17016
|
"src/Prebuilt/images/pdf-share.png": {
|
16962
17017
|
"bytesInOutput": 25548
|
@@ -16977,13 +17032,13 @@
|
|
16977
17032
|
"bytesInOutput": 1217
|
16978
17033
|
},
|
16979
17034
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
16980
|
-
"bytesInOutput":
|
17035
|
+
"bytesInOutput": 2853
|
16981
17036
|
},
|
16982
17037
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
16983
17038
|
"bytesInOutput": 1563
|
16984
17039
|
},
|
16985
17040
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
16986
|
-
"bytesInOutput":
|
17041
|
+
"bytesInOutput": 7926
|
16987
17042
|
},
|
16988
17043
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
16989
17044
|
"bytesInOutput": 2190
|
@@ -17040,7 +17095,7 @@
|
|
17040
17095
|
"bytesInOutput": 394
|
17041
17096
|
},
|
17042
17097
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17043
|
-
"bytesInOutput":
|
17098
|
+
"bytesInOutput": 1335
|
17044
17099
|
},
|
17045
17100
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17046
17101
|
"bytesInOutput": 587
|
@@ -17064,7 +17119,7 @@
|
|
17064
17119
|
"bytesInOutput": 5842
|
17065
17120
|
},
|
17066
17121
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
17067
|
-
"bytesInOutput":
|
17122
|
+
"bytesInOutput": 842
|
17068
17123
|
},
|
17069
17124
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
17070
17125
|
"bytesInOutput": 2726
|
@@ -17091,11 +17146,14 @@
|
|
17091
17146
|
"bytesInOutput": 2124
|
17092
17147
|
},
|
17093
17148
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17094
|
-
"bytesInOutput":
|
17149
|
+
"bytesInOutput": 4218
|
17095
17150
|
},
|
17096
17151
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17097
17152
|
"bytesInOutput": 1177
|
17098
17153
|
},
|
17154
|
+
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17155
|
+
"bytesInOutput": 2165
|
17156
|
+
},
|
17099
17157
|
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
17100
17158
|
"bytesInOutput": 999
|
17101
17159
|
},
|
@@ -17103,7 +17161,7 @@
|
|
17103
17161
|
"bytesInOutput": 1003
|
17104
17162
|
},
|
17105
17163
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17106
|
-
"bytesInOutput":
|
17164
|
+
"bytesInOutput": 2558
|
17107
17165
|
},
|
17108
17166
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
17109
17167
|
"bytesInOutput": 688
|
@@ -17142,7 +17200,7 @@
|
|
17142
17200
|
"bytesInOutput": 1440
|
17143
17201
|
},
|
17144
17202
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17145
|
-
"bytesInOutput":
|
17203
|
+
"bytesInOutput": 11689
|
17146
17204
|
},
|
17147
17205
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17148
17206
|
"bytesInOutput": 3529
|
@@ -17157,7 +17215,7 @@
|
|
17157
17215
|
"bytesInOutput": 6106
|
17158
17216
|
},
|
17159
17217
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17160
|
-
"bytesInOutput":
|
17218
|
+
"bytesInOutput": 5596
|
17161
17219
|
},
|
17162
17220
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17163
17221
|
"bytesInOutput": 5344
|
@@ -17202,7 +17260,7 @@
|
|
17202
17260
|
"bytesInOutput": 8756
|
17203
17261
|
},
|
17204
17262
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17205
|
-
"bytesInOutput":
|
17263
|
+
"bytesInOutput": 7070
|
17206
17264
|
},
|
17207
17265
|
"src/Prebuilt/components/Chip.tsx": {
|
17208
17266
|
"bytesInOutput": 1118
|
@@ -17210,9 +17268,6 @@
|
|
17210
17268
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
17211
17269
|
"bytesInOutput": 880
|
17212
17270
|
},
|
17213
|
-
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17214
|
-
"bytesInOutput": 2165
|
17215
|
-
},
|
17216
17271
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17217
17272
|
"bytesInOutput": 3422
|
17218
17273
|
},
|
@@ -17295,7 +17350,7 @@
|
|
17295
17350
|
"bytesInOutput": 656
|
17296
17351
|
},
|
17297
17352
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
17298
|
-
"bytesInOutput":
|
17353
|
+
"bytesInOutput": 1967
|
17299
17354
|
},
|
17300
17355
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
17301
17356
|
"bytesInOutput": 489
|
@@ -17307,13 +17362,13 @@
|
|
17307
17362
|
"bytesInOutput": 595
|
17308
17363
|
},
|
17309
17364
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
17310
|
-
"bytesInOutput":
|
17365
|
+
"bytesInOutput": 835
|
17311
17366
|
},
|
17312
17367
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
17313
17368
|
"bytesInOutput": 3266
|
17314
17369
|
},
|
17315
17370
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
17316
|
-
"bytesInOutput":
|
17371
|
+
"bytesInOutput": 1748
|
17317
17372
|
},
|
17318
17373
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
17319
17374
|
"bytesInOutput": 2951
|
@@ -17331,16 +17386,16 @@
|
|
17331
17386
|
"bytesInOutput": 1016
|
17332
17387
|
},
|
17333
17388
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
17334
|
-
"bytesInOutput":
|
17389
|
+
"bytesInOutput": 8496
|
17335
17390
|
},
|
17336
17391
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
17337
|
-
"bytesInOutput":
|
17392
|
+
"bytesInOutput": 2852
|
17338
17393
|
},
|
17339
17394
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
17340
|
-
"bytesInOutput":
|
17395
|
+
"bytesInOutput": 28711
|
17341
17396
|
},
|
17342
17397
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17343
|
-
"bytesInOutput":
|
17398
|
+
"bytesInOutput": 4584
|
17344
17399
|
},
|
17345
17400
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17346
17401
|
"bytesInOutput": 2182
|
@@ -17349,7 +17404,7 @@
|
|
17349
17404
|
"bytesInOutput": 7375
|
17350
17405
|
},
|
17351
17406
|
"src/Prebuilt/components/Header/Header.tsx": {
|
17352
|
-
"bytesInOutput":
|
17407
|
+
"bytesInOutput": 2327
|
17353
17408
|
},
|
17354
17409
|
"src/Prebuilt/components/Header/index.tsx": {
|
17355
17410
|
"bytesInOutput": 152
|
@@ -17391,13 +17446,13 @@
|
|
17391
17446
|
"bytesInOutput": 1817
|
17392
17447
|
},
|
17393
17448
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
17394
|
-
"bytesInOutput":
|
17449
|
+
"bytesInOutput": 8710
|
17395
17450
|
},
|
17396
17451
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
17397
17452
|
"bytesInOutput": 2394
|
17398
17453
|
},
|
17399
17454
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
17400
|
-
"bytesInOutput":
|
17455
|
+
"bytesInOutput": 2023
|
17401
17456
|
},
|
17402
17457
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
17403
17458
|
"bytesInOutput": 1964
|
@@ -17475,7 +17530,7 @@
|
|
17475
17530
|
"bytesInOutput": 2980
|
17476
17531
|
}
|
17477
17532
|
},
|
17478
|
-
"bytes":
|
17533
|
+
"bytes": 1544798
|
17479
17534
|
}
|
17480
17535
|
}
|
17481
17536
|
}
|