@100mslive/roomkit-react 0.2.7 → 0.2.8-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-KPCDHIH2.js → HLSView-37B2YVTC.js} +2 -2
- package/dist/Prebuilt/components/MoreSettings/FullScreenItem.d.ts +2 -0
- package/dist/Prebuilt/components/MoreSettings/MuteAllContent.d.ts +15 -0
- package/dist/Prebuilt/components/MoreSettings/MuteAllModal.d.ts +5 -0
- package/dist/Prebuilt/components/MoreSettings/constants.d.ts +8 -0
- package/dist/Prebuilt/components/hooks/useFullscreen.d.ts +5 -0
- package/dist/{chunk-Q6VWGYM4.js → chunk-72B32WVR.js} +663 -636
- package/dist/chunk-72B32WVR.js.map +7 -0
- package/dist/index.cjs.js +969 -946
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +105 -61
- package/dist/meta.esbuild.json +111 -67
- package/package.json +6 -6
- package/src/Prebuilt/components/Connection/TileConnection.tsx +30 -27
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +81 -38
- package/src/Prebuilt/components/MoreSettings/{FullScreenItem.jsx → FullScreenItem.tsx} +1 -1
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.tsx +81 -0
- package/src/Prebuilt/components/MoreSettings/{MuteAllModal.jsx → MuteAllModal.tsx} +21 -22
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -2
- package/src/Prebuilt/components/MoreSettings/constants.ts +12 -0
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +4 -2
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +2 -2
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +1 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -1
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +5 -1
- package/src/Prebuilt/components/hooks/{useFullscreen.js → useFullscreen.ts} +5 -3
- package/src/Prebuilt/primitives/DialogContent.jsx +3 -2
- package/dist/chunk-Q6VWGYM4.js.map +0 -7
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.jsx +0 -61
- /package/dist/{HLSView-KPCDHIH2.js.map → HLSView-37B2YVTC.js.map} +0 -0
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -3662,7 +3662,7 @@
|
|
3662
3662
|
"format": "esm"
|
3663
3663
|
},
|
3664
3664
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
3665
|
-
"bytes":
|
3665
|
+
"bytes": 8438,
|
3666
3666
|
"imports": [
|
3667
3667
|
{
|
3668
3668
|
"path": "react",
|
@@ -3729,6 +3729,11 @@
|
|
3729
3729
|
"kind": "import-statement",
|
3730
3730
|
"original": "../../Text"
|
3731
3731
|
},
|
3732
|
+
{
|
3733
|
+
"path": "src/utils/index.ts",
|
3734
|
+
"kind": "import-statement",
|
3735
|
+
"original": "../../utils"
|
3736
|
+
},
|
3732
3737
|
{
|
3733
3738
|
"path": "<define:process.env>",
|
3734
3739
|
"kind": "import-statement",
|
@@ -3961,8 +3966,8 @@
|
|
3961
3966
|
],
|
3962
3967
|
"format": "esm"
|
3963
3968
|
},
|
3964
|
-
"src/Prebuilt/components/hooks/useFullscreen.
|
3965
|
-
"bytes":
|
3969
|
+
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
3970
|
+
"bytes": 1338,
|
3966
3971
|
"imports": [
|
3967
3972
|
{
|
3968
3973
|
"path": "react",
|
@@ -3997,8 +4002,8 @@
|
|
3997
4002
|
],
|
3998
4003
|
"format": "esm"
|
3999
4004
|
},
|
4000
|
-
"src/Prebuilt/components/MoreSettings/FullScreenItem.
|
4001
|
-
"bytes":
|
4005
|
+
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
4006
|
+
"bytes": 622,
|
4002
4007
|
"imports": [
|
4003
4008
|
{
|
4004
4009
|
"path": "react",
|
@@ -4013,10 +4018,10 @@
|
|
4013
4018
|
{
|
4014
4019
|
"path": "src/index.ts",
|
4015
4020
|
"kind": "import-statement",
|
4016
|
-
"original": "
|
4021
|
+
"original": "../../.."
|
4017
4022
|
},
|
4018
4023
|
{
|
4019
|
-
"path": "src/Prebuilt/components/hooks/useFullscreen.
|
4024
|
+
"path": "src/Prebuilt/components/hooks/useFullscreen.ts",
|
4020
4025
|
"kind": "import-statement",
|
4021
4026
|
"original": "../hooks/useFullscreen"
|
4022
4027
|
},
|
@@ -4028,14 +4033,30 @@
|
|
4028
4033
|
],
|
4029
4034
|
"format": "esm"
|
4030
4035
|
},
|
4031
|
-
"src/Prebuilt/components/MoreSettings/
|
4032
|
-
"bytes":
|
4036
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
4037
|
+
"bytes": 430,
|
4038
|
+
"imports": [
|
4039
|
+
{
|
4040
|
+
"path": "<define:process.env>",
|
4041
|
+
"kind": "import-statement",
|
4042
|
+
"external": true
|
4043
|
+
}
|
4044
|
+
],
|
4045
|
+
"format": "esm"
|
4046
|
+
},
|
4047
|
+
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
4048
|
+
"bytes": 2900,
|
4033
4049
|
"imports": [
|
4034
4050
|
{
|
4035
4051
|
"path": "react",
|
4036
4052
|
"kind": "import-statement",
|
4037
4053
|
"external": true
|
4038
4054
|
},
|
4055
|
+
{
|
4056
|
+
"path": "@100mslive/react-sdk",
|
4057
|
+
"kind": "import-statement",
|
4058
|
+
"external": true
|
4059
|
+
},
|
4039
4060
|
{
|
4040
4061
|
"path": "src/Button/index.tsx",
|
4041
4062
|
"kind": "import-statement",
|
@@ -4066,6 +4087,11 @@
|
|
4066
4087
|
"kind": "import-statement",
|
4067
4088
|
"original": "../../primitives/DialogContent"
|
4068
4089
|
},
|
4090
|
+
{
|
4091
|
+
"path": "src/Prebuilt/components/MoreSettings/constants.ts",
|
4092
|
+
"kind": "import-statement",
|
4093
|
+
"original": "./constants"
|
4094
|
+
},
|
4069
4095
|
{
|
4070
4096
|
"path": "<define:process.env>",
|
4071
4097
|
"kind": "import-statement",
|
@@ -4074,8 +4100,8 @@
|
|
4074
4100
|
],
|
4075
4101
|
"format": "esm"
|
4076
4102
|
},
|
4077
|
-
"src/Prebuilt/components/MoreSettings/MuteAllModal.
|
4078
|
-
"bytes":
|
4103
|
+
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
4104
|
+
"bytes": 1945,
|
4079
4105
|
"imports": [
|
4080
4106
|
{
|
4081
4107
|
"path": "react",
|
@@ -4095,7 +4121,7 @@
|
|
4095
4121
|
{
|
4096
4122
|
"path": "src/index.ts",
|
4097
4123
|
"kind": "import-statement",
|
4098
|
-
"original": "
|
4124
|
+
"original": "../../.."
|
4099
4125
|
},
|
4100
4126
|
{
|
4101
4127
|
"path": "src/Sheet/index.ts",
|
@@ -4108,15 +4134,10 @@
|
|
4108
4134
|
"original": "../../primitives/DialogContent"
|
4109
4135
|
},
|
4110
4136
|
{
|
4111
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllContent.
|
4137
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx",
|
4112
4138
|
"kind": "import-statement",
|
4113
4139
|
"original": "./MuteAllContent"
|
4114
4140
|
},
|
4115
|
-
{
|
4116
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
4117
|
-
"kind": "import-statement",
|
4118
|
-
"original": "../../common/hooks"
|
4119
|
-
},
|
4120
4141
|
{
|
4121
4142
|
"path": "<define:process.env>",
|
4122
4143
|
"kind": "import-statement",
|
@@ -4157,7 +4178,7 @@
|
|
4157
4178
|
"format": "esm"
|
4158
4179
|
},
|
4159
4180
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4160
|
-
"bytes":
|
4181
|
+
"bytes": 7854,
|
4161
4182
|
"imports": [
|
4162
4183
|
{
|
4163
4184
|
"path": "react",
|
@@ -4230,12 +4251,12 @@
|
|
4230
4251
|
"original": "../BulkRoleChangeModal"
|
4231
4252
|
},
|
4232
4253
|
{
|
4233
|
-
"path": "src/Prebuilt/components/MoreSettings/FullScreenItem.
|
4254
|
+
"path": "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx",
|
4234
4255
|
"kind": "import-statement",
|
4235
4256
|
"original": "../FullScreenItem"
|
4236
4257
|
},
|
4237
4258
|
{
|
4238
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.
|
4259
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
|
4239
4260
|
"kind": "import-statement",
|
4240
4261
|
"original": "../MuteAllModal"
|
4241
4262
|
},
|
@@ -4615,7 +4636,7 @@
|
|
4615
4636
|
"format": "cjs"
|
4616
4637
|
},
|
4617
4638
|
"../hms-video-store/dist/index.js": {
|
4618
|
-
"bytes":
|
4639
|
+
"bytes": 324491,
|
4619
4640
|
"imports": [
|
4620
4641
|
{
|
4621
4642
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5198,7 +5219,7 @@
|
|
5198
5219
|
"original": "../ChangeNameModal"
|
5199
5220
|
},
|
5200
5221
|
{
|
5201
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.
|
5222
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
|
5202
5223
|
"kind": "import-statement",
|
5203
5224
|
"original": "../MuteAllModal"
|
5204
5225
|
},
|
@@ -5849,7 +5870,7 @@
|
|
5849
5870
|
"format": "esm"
|
5850
5871
|
},
|
5851
5872
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5852
|
-
"bytes":
|
5873
|
+
"bytes": 6603,
|
5853
5874
|
"imports": [
|
5854
5875
|
{
|
5855
5876
|
"path": "react",
|
@@ -8598,7 +8619,7 @@
|
|
8598
8619
|
"format": "esm"
|
8599
8620
|
},
|
8600
8621
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
8601
|
-
"bytes":
|
8622
|
+
"bytes": 2273,
|
8602
8623
|
"imports": [
|
8603
8624
|
{
|
8604
8625
|
"path": "react",
|
@@ -9394,7 +9415,7 @@
|
|
9394
9415
|
"format": "esm"
|
9395
9416
|
},
|
9396
9417
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
9397
|
-
"bytes":
|
9418
|
+
"bytes": 9982,
|
9398
9419
|
"imports": [
|
9399
9420
|
{
|
9400
9421
|
"path": "react",
|
@@ -9878,7 +9899,7 @@
|
|
9878
9899
|
"format": "esm"
|
9879
9900
|
},
|
9880
9901
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
9881
|
-
"bytes":
|
9902
|
+
"bytes": 2474,
|
9882
9903
|
"imports": [
|
9883
9904
|
{
|
9884
9905
|
"path": "react",
|
@@ -10006,18 +10027,28 @@
|
|
10006
10027
|
"format": "esm"
|
10007
10028
|
},
|
10008
10029
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
10009
|
-
"bytes":
|
10030
|
+
"bytes": 2562,
|
10010
10031
|
"imports": [
|
10011
10032
|
{
|
10012
10033
|
"path": "react",
|
10013
10034
|
"kind": "import-statement",
|
10014
10035
|
"external": true
|
10015
10036
|
},
|
10037
|
+
{
|
10038
|
+
"path": "react-use",
|
10039
|
+
"kind": "import-statement",
|
10040
|
+
"external": true
|
10041
|
+
},
|
10016
10042
|
{
|
10017
10043
|
"path": "@100mslive/react-sdk",
|
10018
10044
|
"kind": "import-statement",
|
10019
10045
|
"external": true
|
10020
10046
|
},
|
10047
|
+
{
|
10048
|
+
"path": "src/Theme/index.tsx",
|
10049
|
+
"kind": "import-statement",
|
10050
|
+
"original": "../../../Theme"
|
10051
|
+
},
|
10021
10052
|
{
|
10022
10053
|
"path": "src/Prebuilt/components/InsetTile.tsx",
|
10023
10054
|
"kind": "import-statement",
|
@@ -12184,7 +12215,7 @@
|
|
12184
12215
|
"format": "esm"
|
12185
12216
|
},
|
12186
12217
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
12187
|
-
"bytes":
|
12218
|
+
"bytes": 1775,
|
12188
12219
|
"imports": [
|
12189
12220
|
{
|
12190
12221
|
"path": "react",
|
@@ -12236,7 +12267,7 @@
|
|
12236
12267
|
"format": "esm"
|
12237
12268
|
},
|
12238
12269
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
12239
|
-
"bytes":
|
12270
|
+
"bytes": 1639,
|
12240
12271
|
"imports": [
|
12241
12272
|
{
|
12242
12273
|
"path": "react",
|
@@ -13193,7 +13224,7 @@
|
|
13193
13224
|
"imports": [],
|
13194
13225
|
"exports": [],
|
13195
13226
|
"inputs": {},
|
13196
|
-
"bytes":
|
13227
|
+
"bytes": 3203504
|
13197
13228
|
},
|
13198
13229
|
"dist/index.cjs.js": {
|
13199
13230
|
"imports": [
|
@@ -13947,6 +13978,11 @@
|
|
13947
13978
|
"kind": "require-call",
|
13948
13979
|
"external": true
|
13949
13980
|
},
|
13981
|
+
{
|
13982
|
+
"path": "@100mslive/react-sdk",
|
13983
|
+
"kind": "require-call",
|
13984
|
+
"external": true
|
13985
|
+
},
|
13950
13986
|
{
|
13951
13987
|
"path": "react",
|
13952
13988
|
"kind": "require-call",
|
@@ -15317,6 +15353,11 @@
|
|
15317
15353
|
"kind": "require-call",
|
15318
15354
|
"external": true
|
15319
15355
|
},
|
15356
|
+
{
|
15357
|
+
"path": "react-use",
|
15358
|
+
"kind": "require-call",
|
15359
|
+
"external": true
|
15360
|
+
},
|
15320
15361
|
{
|
15321
15362
|
"path": "@100mslive/react-sdk",
|
15322
15363
|
"kind": "require-call",
|
@@ -15987,7 +16028,7 @@
|
|
15987
16028
|
"entryPoint": "src/index.ts",
|
15988
16029
|
"inputs": {
|
15989
16030
|
"<define:process.env>": {
|
15990
|
-
"bytesInOutput":
|
16031
|
+
"bytesInOutput": 18254
|
15991
16032
|
},
|
15992
16033
|
"src/Theme/base.config.ts": {
|
15993
16034
|
"bytesInOutput": 6104
|
@@ -16164,7 +16205,7 @@
|
|
16164
16205
|
"bytesInOutput": 1076
|
16165
16206
|
},
|
16166
16207
|
"src/Stats/formatBytes.ts": {
|
16167
|
-
"bytesInOutput":
|
16208
|
+
"bytesInOutput": 636
|
16168
16209
|
},
|
16169
16210
|
"src/Stats/StyledStats.tsx": {
|
16170
16211
|
"bytesInOutput": 1004
|
@@ -16263,7 +16304,7 @@
|
|
16263
16304
|
"bytesInOutput": 3450
|
16264
16305
|
},
|
16265
16306
|
"../../node_modules/lodash/lodash.js": {
|
16266
|
-
"bytesInOutput":
|
16307
|
+
"bytesInOutput": 224274
|
16267
16308
|
},
|
16268
16309
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16269
16310
|
"bytesInOutput": 1887
|
@@ -16383,7 +16424,7 @@
|
|
16383
16424
|
"bytesInOutput": 7604
|
16384
16425
|
},
|
16385
16426
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16386
|
-
"bytesInOutput":
|
16427
|
+
"bytesInOutput": 9393
|
16387
16428
|
},
|
16388
16429
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
16389
16430
|
"bytesInOutput": 3668
|
@@ -16392,22 +16433,25 @@
|
|
16392
16433
|
"bytesInOutput": 5459
|
16393
16434
|
},
|
16394
16435
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
16395
|
-
"bytesInOutput":
|
16436
|
+
"bytesInOutput": 11474
|
16396
16437
|
},
|
16397
16438
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
16398
16439
|
"bytesInOutput": 6192
|
16399
16440
|
},
|
16400
|
-
"src/Prebuilt/components/hooks/useFullscreen.
|
16401
|
-
"bytesInOutput":
|
16441
|
+
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
16442
|
+
"bytesInOutput": 1791
|
16402
16443
|
},
|
16403
|
-
"src/Prebuilt/components/MoreSettings/FullScreenItem.
|
16444
|
+
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
16404
16445
|
"bytesInOutput": 1014
|
16405
16446
|
},
|
16406
|
-
"src/Prebuilt/components/MoreSettings/
|
16407
|
-
"bytesInOutput":
|
16447
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
16448
|
+
"bytesInOutput": 637
|
16449
|
+
},
|
16450
|
+
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
16451
|
+
"bytesInOutput": 3326
|
16408
16452
|
},
|
16409
|
-
"src/Prebuilt/components/MoreSettings/MuteAllModal.
|
16410
|
-
"bytesInOutput":
|
16453
|
+
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
16454
|
+
"bytesInOutput": 2378
|
16411
16455
|
},
|
16412
16456
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
16413
16457
|
"bytesInOutput": 2305
|
@@ -16419,7 +16463,7 @@
|
|
16419
16463
|
"bytesInOutput": 2641
|
16420
16464
|
},
|
16421
16465
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16422
|
-
"bytesInOutput":
|
16466
|
+
"bytesInOutput": 42464
|
16423
16467
|
},
|
16424
16468
|
"../../node_modules/lodash.isequal/index.js": {
|
16425
16469
|
"bytesInOutput": 26597
|
@@ -16434,7 +16478,7 @@
|
|
16434
16478
|
"bytesInOutput": 1396
|
16435
16479
|
},
|
16436
16480
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
16437
|
-
"bytesInOutput":
|
16481
|
+
"bytesInOutput": 22897
|
16438
16482
|
},
|
16439
16483
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
16440
16484
|
"bytesInOutput": 2280
|
@@ -16446,13 +16490,13 @@
|
|
16446
16490
|
"bytesInOutput": 9352
|
16447
16491
|
},
|
16448
16492
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
16449
|
-
"bytesInOutput":
|
16493
|
+
"bytesInOutput": 12026
|
16450
16494
|
},
|
16451
16495
|
"../../node_modules/sdp/sdp.js": {
|
16452
|
-
"bytesInOutput":
|
16496
|
+
"bytesInOutput": 22278
|
16453
16497
|
},
|
16454
16498
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
16455
|
-
"bytesInOutput":
|
16499
|
+
"bytesInOutput": 12616
|
16456
16500
|
},
|
16457
16501
|
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
16458
16502
|
"bytesInOutput": 4575
|
@@ -16464,7 +16508,7 @@
|
|
16464
16508
|
"bytesInOutput": 16122
|
16465
16509
|
},
|
16466
16510
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
16467
|
-
"bytesInOutput":
|
16511
|
+
"bytesInOutput": 3485
|
16468
16512
|
},
|
16469
16513
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
16470
16514
|
"bytesInOutput": 3070
|
@@ -16473,7 +16517,7 @@
|
|
16473
16517
|
"bytesInOutput": 615
|
16474
16518
|
},
|
16475
16519
|
"../hms-video-store/dist/index.js": {
|
16476
|
-
"bytesInOutput":
|
16520
|
+
"bytesInOutput": 53028
|
16477
16521
|
},
|
16478
16522
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
16479
16523
|
"bytesInOutput": 1384
|
@@ -16557,7 +16601,7 @@
|
|
16557
16601
|
"bytesInOutput": 1694
|
16558
16602
|
},
|
16559
16603
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
16560
|
-
"bytesInOutput":
|
16604
|
+
"bytesInOutput": 8344
|
16561
16605
|
},
|
16562
16606
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
16563
16607
|
"bytesInOutput": 5338
|
@@ -16722,7 +16766,7 @@
|
|
16722
16766
|
"bytesInOutput": 8908
|
16723
16767
|
},
|
16724
16768
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
16725
|
-
"bytesInOutput":
|
16769
|
+
"bytesInOutput": 2716
|
16726
16770
|
},
|
16727
16771
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
16728
16772
|
"bytesInOutput": 296
|
@@ -16770,7 +16814,7 @@
|
|
16770
16814
|
"bytesInOutput": 3422
|
16771
16815
|
},
|
16772
16816
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
16773
|
-
"bytesInOutput":
|
16817
|
+
"bytesInOutput": 11807
|
16774
16818
|
},
|
16775
16819
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
16776
16820
|
"bytesInOutput": 2764
|
@@ -16791,13 +16835,13 @@
|
|
16791
16835
|
"bytesInOutput": 1620
|
16792
16836
|
},
|
16793
16837
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
16794
|
-
"bytesInOutput":
|
16838
|
+
"bytesInOutput": 4489
|
16795
16839
|
},
|
16796
16840
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
16797
16841
|
"bytesInOutput": 2453
|
16798
16842
|
},
|
16799
16843
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
16800
|
-
"bytesInOutput":
|
16844
|
+
"bytesInOutput": 2978
|
16801
16845
|
},
|
16802
16846
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
16803
16847
|
"bytesInOutput": 3143
|
@@ -16806,7 +16850,7 @@
|
|
16806
16850
|
"bytesInOutput": 1302
|
16807
16851
|
},
|
16808
16852
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
16809
|
-
"bytesInOutput":
|
16853
|
+
"bytesInOutput": 2716
|
16810
16854
|
},
|
16811
16855
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
16812
16856
|
"bytesInOutput": 3951
|
@@ -16899,7 +16943,7 @@
|
|
16899
16943
|
"bytesInOutput": 152
|
16900
16944
|
},
|
16901
16945
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
16902
|
-
"bytesInOutput":
|
16946
|
+
"bytesInOutput": 1024
|
16903
16947
|
},
|
16904
16948
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
16905
16949
|
"bytesInOutput": 7500
|
@@ -16962,16 +17006,16 @@
|
|
16962
17006
|
"bytesInOutput": 2953
|
16963
17007
|
},
|
16964
17008
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
16965
|
-
"bytesInOutput":
|
17009
|
+
"bytesInOutput": 2376
|
16966
17010
|
},
|
16967
17011
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
16968
17012
|
"bytesInOutput": 948
|
16969
17013
|
},
|
16970
17014
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
16971
|
-
"bytesInOutput":
|
17015
|
+
"bytesInOutput": 2245
|
16972
17016
|
},
|
16973
17017
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
16974
|
-
"bytesInOutput":
|
17018
|
+
"bytesInOutput": 8883
|
16975
17019
|
},
|
16976
17020
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
16977
17021
|
"bytesInOutput": 173
|
@@ -17019,7 +17063,7 @@
|
|
17019
17063
|
"bytesInOutput": 2980
|
17020
17064
|
}
|
17021
17065
|
},
|
17022
|
-
"bytes":
|
17066
|
+
"bytes": 1512065
|
17023
17067
|
}
|
17024
17068
|
}
|
17025
17069
|
}
|