@100mslive/roomkit-react 0.3.4 → 0.3.5-alpha.0

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.
Files changed (34) hide show
  1. package/dist/{HLSView-6NEUUQBX.js → HLSView-GF23J3TJ.js} +5 -3
  2. package/dist/{HLSView-6NEUUQBX.js.map → HLSView-GF23J3TJ.js.map} +2 -2
  3. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  4. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
  5. package/dist/{chunk-JF6QG5V5.js → chunk-7O27GQEH.js} +479 -453
  6. package/dist/chunk-7O27GQEH.js.map +7 -0
  7. package/dist/fixtures/peers.d.ts +1 -1
  8. package/dist/index.cjs.js +917 -894
  9. package/dist/index.cjs.js.map +4 -4
  10. package/dist/index.js +1 -1
  11. package/dist/meta.cjs.json +93 -68
  12. package/dist/meta.esbuild.json +101 -76
  13. package/package.json +7 -7
  14. package/src/Avatar/Avatar.tsx +3 -3
  15. package/src/Avatar/getAvatarBg.ts +11 -7
  16. package/src/Prebuilt/App.tsx +5 -6
  17. package/src/Prebuilt/AppStateContext.tsx +27 -14
  18. package/src/Prebuilt/components/AuthToken.jsx +27 -26
  19. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
  20. package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
  21. package/src/Prebuilt/components/Connection/TileConnection.tsx +14 -2
  22. package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
  23. package/src/Prebuilt/components/Footer/ParticipantList.tsx +15 -1
  24. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -2
  25. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
  26. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
  27. package/src/Prebuilt/components/RaiseHand.tsx +7 -1
  28. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
  29. package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
  30. package/src/Prebuilt/layouts/HLSView.jsx +4 -1
  31. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +22 -15
  32. package/src/Stats/Stats.tsx +12 -2
  33. package/src/fixtures/peers.ts +2 -1
  34. package/dist/chunk-JF6QG5V5.js.map +0 -7
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-JF6QG5V5.js";
65
+ } from "./chunk-7O27GQEH.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -373,7 +373,7 @@
373
373
  "format": "esm"
374
374
  },
375
375
  "src/Avatar/getAvatarBg.ts": {
376
- "bytes": 956,
376
+ "bytes": 1055,
377
377
  "imports": [
378
378
  {
379
379
  "path": "<define:process.env>",
@@ -384,7 +384,7 @@
384
384
  "format": "esm"
385
385
  },
386
386
  "src/Avatar/Avatar.tsx": {
387
- "bytes": 1429,
387
+ "bytes": 1413,
388
388
  "imports": [
389
389
  {
390
390
  "path": "react",
@@ -1323,7 +1323,7 @@
1323
1323
  "format": "esm"
1324
1324
  },
1325
1325
  "src/Stats/Stats.tsx": {
1326
- "bytes": 7818,
1326
+ "bytes": 8227,
1327
1327
  "imports": [
1328
1328
  {
1329
1329
  "path": "react",
@@ -2332,7 +2332,7 @@
2332
2332
  "imports": []
2333
2333
  },
2334
2334
  "src/Prebuilt/components/AuthToken.jsx": {
2335
- "bytes": 4386,
2335
+ "bytes": 4399,
2336
2336
  "imports": [
2337
2337
  {
2338
2338
  "path": "react",
@@ -2344,6 +2344,11 @@
2344
2344
  "kind": "import-statement",
2345
2345
  "external": true
2346
2346
  },
2347
+ {
2348
+ "path": "ts-pattern",
2349
+ "kind": "import-statement",
2350
+ "external": true
2351
+ },
2347
2352
  {
2348
2353
  "path": "uuid",
2349
2354
  "kind": "import-statement",
@@ -4201,8 +4206,8 @@
4201
4206
  ],
4202
4207
  "format": "esm"
4203
4208
  },
4204
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
- "bytes": 1700,
4209
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
4210
+ "bytes": 1631,
4206
4211
  "imports": [
4207
4212
  {
4208
4213
  "path": "react",
@@ -4228,7 +4233,7 @@
4228
4233
  "format": "esm"
4229
4234
  },
4230
4235
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
4231
- "bytes": 8195,
4236
+ "bytes": 8205,
4232
4237
  "imports": [
4233
4238
  {
4234
4239
  "path": "react",
@@ -4321,7 +4326,7 @@
4321
4326
  "original": "../../hooks/useDropdownList"
4322
4327
  },
4323
4328
  {
4324
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4329
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
4325
4330
  "kind": "import-statement",
4326
4331
  "original": "../../hooks/useMetadata"
4327
4332
  },
@@ -4691,7 +4696,7 @@
4691
4696
  "format": "cjs"
4692
4697
  },
4693
4698
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 329218,
4699
+ "bytes": 329600,
4695
4700
  "imports": [
4696
4701
  {
4697
4702
  "path": "../../node_modules/reselect/es/index.js",
@@ -5201,7 +5206,7 @@
5201
5206
  "format": "esm"
5202
5207
  },
5203
5208
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13053,
5209
+ "bytes": 12899,
5205
5210
  "imports": [
5206
5211
  {
5207
5212
  "path": "react",
@@ -5309,7 +5314,7 @@
5309
5314
  "original": "../../hooks/useDropdownList"
5310
5315
  },
5311
5316
  {
5312
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5317
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5313
5318
  "kind": "import-statement",
5314
5319
  "original": "../../hooks/useMetadata"
5315
5320
  },
@@ -5393,7 +5398,7 @@
5393
5398
  "format": "esm"
5394
5399
  },
5395
5400
  "src/Prebuilt/components/RaiseHand.tsx": {
5396
- "bytes": 798,
5401
+ "bytes": 986,
5397
5402
  "imports": [
5398
5403
  {
5399
5404
  "path": "react",
@@ -5421,7 +5426,12 @@
5421
5426
  "original": "../IconButton"
5422
5427
  },
5423
5428
  {
5424
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5429
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5430
+ "kind": "import-statement",
5431
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5432
+ },
5433
+ {
5434
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5425
5435
  "kind": "import-statement",
5426
5436
  "original": "./hooks/useMetadata"
5427
5437
  },
@@ -6154,7 +6164,7 @@
6154
6164
  "format": "esm"
6155
6165
  },
6156
6166
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
6157
- "bytes": 12459,
6167
+ "bytes": 12936,
6158
6168
  "imports": [
6159
6169
  {
6160
6170
  "path": "react",
@@ -6337,7 +6347,7 @@
6337
6347
  "format": "esm"
6338
6348
  },
6339
6349
  "src/Prebuilt/components/Footer/Footer.tsx": {
6340
- "bytes": 3967,
6350
+ "bytes": 3777,
6341
6351
  "imports": [
6342
6352
  {
6343
6353
  "path": "react",
@@ -6359,11 +6369,6 @@
6359
6369
  "kind": "import-statement",
6360
6370
  "external": true
6361
6371
  },
6362
- {
6363
- "path": "@100mslive/react-sdk",
6364
- "kind": "import-statement",
6365
- "external": true
6366
- },
6367
6372
  {
6368
6373
  "path": "src/index.ts",
6369
6374
  "kind": "import-statement",
@@ -8243,7 +8248,7 @@
8243
8248
  "format": "esm"
8244
8249
  },
8245
8250
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10438,
8251
+ "bytes": 10287,
8247
8252
  "imports": [
8248
8253
  {
8249
8254
  "path": "react",
@@ -8872,7 +8877,7 @@
8872
8877
  "format": "esm"
8873
8878
  },
8874
8879
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
8875
- "bytes": 2273,
8880
+ "bytes": 2568,
8876
8881
  "imports": [
8877
8882
  {
8878
8883
  "path": "react",
@@ -9794,7 +9799,7 @@
9794
9799
  "format": "esm"
9795
9800
  },
9796
9801
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9797
- "bytes": 2958,
9802
+ "bytes": 2927,
9798
9803
  "imports": [
9799
9804
  {
9800
9805
  "path": "react",
@@ -9827,7 +9832,7 @@
9827
9832
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9828
9833
  },
9829
9834
  {
9830
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9835
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
9831
9836
  "kind": "import-statement",
9832
9837
  "original": "../hooks/useMetadata"
9833
9838
  },
@@ -11483,7 +11488,7 @@
11483
11488
  "format": "esm"
11484
11489
  },
11485
11490
  "src/Prebuilt/layouts/HLSView.jsx": {
11486
- "bytes": 28303,
11491
+ "bytes": 28512,
11487
11492
  "imports": [
11488
11493
  {
11489
11494
  "path": "react",
@@ -11644,7 +11649,7 @@
11644
11649
  "format": "esm"
11645
11650
  },
11646
11651
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11647
- "bytes": 4278,
11652
+ "bytes": 4499,
11648
11653
  "imports": [
11649
11654
  {
11650
11655
  "path": "react",
@@ -11934,7 +11939,7 @@
11934
11939
  "format": "esm"
11935
11940
  },
11936
11941
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11937
- "bytes": 769,
11942
+ "bytes": 738,
11938
11943
  "imports": [
11939
11944
  {
11940
11945
  "path": "react",
@@ -11947,7 +11952,7 @@
11947
11952
  "external": true
11948
11953
  },
11949
11954
  {
11950
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11955
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11951
11956
  "kind": "import-statement",
11952
11957
  "original": "./hooks/useMetadata"
11953
11958
  },
@@ -11960,7 +11965,7 @@
11960
11965
  "format": "esm"
11961
11966
  },
11962
11967
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11963
- "bytes": 8259,
11968
+ "bytes": 8106,
11964
11969
  "imports": [
11965
11970
  {
11966
11971
  "path": "react",
@@ -12236,7 +12241,7 @@
12236
12241
  "format": "esm"
12237
12242
  },
12238
12243
  "src/Prebuilt/AppStateContext.tsx": {
12239
- "bytes": 2655,
12244
+ "bytes": 3129,
12240
12245
  "imports": [
12241
12246
  {
12242
12247
  "path": "react",
@@ -12248,6 +12253,11 @@
12248
12253
  "kind": "import-statement",
12249
12254
  "external": true
12250
12255
  },
12256
+ {
12257
+ "path": "ts-pattern",
12258
+ "kind": "import-statement",
12259
+ "external": true
12260
+ },
12251
12261
  {
12252
12262
  "path": "@100mslive/react-sdk",
12253
12263
  "kind": "import-statement",
@@ -13319,7 +13329,7 @@
13319
13329
  "format": "esm"
13320
13330
  },
13321
13331
  "src/Prebuilt/App.tsx": {
13322
- "bytes": 10538,
13332
+ "bytes": 10658,
13323
13333
  "imports": [
13324
13334
  {
13325
13335
  "path": "react",
@@ -13336,6 +13346,11 @@
13336
13346
  "kind": "import-statement",
13337
13347
  "external": true
13338
13348
  },
13349
+ {
13350
+ "path": "ts-pattern",
13351
+ "kind": "import-statement",
13352
+ "external": true
13353
+ },
13339
13354
  {
13340
13355
  "path": "@100mslive/react-sdk",
13341
13356
  "kind": "import-statement",
@@ -13770,7 +13785,7 @@
13770
13785
  "imports": [],
13771
13786
  "exports": [],
13772
13787
  "inputs": {},
13773
- "bytes": 3294517
13788
+ "bytes": 3299608
13774
13789
  },
13775
13790
  "dist/index.cjs.js": {
13776
13791
  "imports": [
@@ -14159,6 +14174,11 @@
14159
14174
  "kind": "require-call",
14160
14175
  "external": true
14161
14176
  },
14177
+ {
14178
+ "path": "ts-pattern",
14179
+ "kind": "require-call",
14180
+ "external": true
14181
+ },
14162
14182
  {
14163
14183
  "path": "uuid",
14164
14184
  "kind": "require-call",
@@ -15054,11 +15074,6 @@
15054
15074
  "kind": "require-call",
15055
15075
  "external": true
15056
15076
  },
15057
- {
15058
- "path": "@100mslive/react-sdk",
15059
- "kind": "require-call",
15060
- "external": true
15061
- },
15062
15077
  {
15063
15078
  "path": "react",
15064
15079
  "kind": "require-call",
@@ -16424,6 +16439,11 @@
16424
16439
  "kind": "require-call",
16425
16440
  "external": true
16426
16441
  },
16442
+ {
16443
+ "path": "ts-pattern",
16444
+ "kind": "require-call",
16445
+ "external": true
16446
+ },
16427
16447
  {
16428
16448
  "path": "@100mslive/react-sdk",
16429
16449
  "kind": "require-call",
@@ -16699,6 +16719,11 @@
16699
16719
  "kind": "require-call",
16700
16720
  "external": true
16701
16721
  },
16722
+ {
16723
+ "path": "ts-pattern",
16724
+ "kind": "require-call",
16725
+ "external": true
16726
+ },
16702
16727
  {
16703
16728
  "path": "@100mslive/react-sdk",
16704
16729
  "kind": "require-call",
@@ -16714,7 +16739,7 @@
16714
16739
  "entryPoint": "src/index.ts",
16715
16740
  "inputs": {
16716
16741
  "<define:process.env>": {
16717
- "bytesInOutput": 18142
16742
+ "bytesInOutput": 18225
16718
16743
  },
16719
16744
  "src/Theme/base.config.ts": {
16720
16745
  "bytesInOutput": 6104
@@ -16771,10 +16796,10 @@
16771
16796
  "bytesInOutput": 144
16772
16797
  },
16773
16798
  "src/Avatar/getAvatarBg.ts": {
16774
- "bytesInOutput": 1144
16799
+ "bytesInOutput": 1173
16775
16800
  },
16776
16801
  "src/Avatar/Avatar.tsx": {
16777
- "bytesInOutput": 1722
16802
+ "bytesInOutput": 1706
16778
16803
  },
16779
16804
  "src/Avatar/index.ts": {
16780
16805
  "bytesInOutput": 131
@@ -16891,13 +16916,13 @@
16891
16916
  "bytesInOutput": 1076
16892
16917
  },
16893
16918
  "src/Stats/formatBytes.ts": {
16894
- "bytesInOutput": 636
16919
+ "bytesInOutput": 634
16895
16920
  },
16896
16921
  "src/Stats/StyledStats.tsx": {
16897
16922
  "bytesInOutput": 1004
16898
16923
  },
16899
16924
  "src/Stats/Stats.tsx": {
16900
- "bytesInOutput": 8956
16925
+ "bytesInOutput": 9531
16901
16926
  },
16902
16927
  "src/Stats/index.tsx": {
16903
16928
  "bytesInOutput": 129
@@ -17020,7 +17045,7 @@
17020
17045
  "bytesInOutput": 4824
17021
17046
  },
17022
17047
  "src/Prebuilt/components/AuthToken.jsx": {
17023
- "bytesInOutput": 4530
17048
+ "bytesInOutput": 4576
17024
17049
  },
17025
17050
  "src/Prebuilt/IconButton.tsx": {
17026
17051
  "bytesInOutput": 743
@@ -17119,7 +17144,7 @@
17119
17144
  "bytesInOutput": 5459
17120
17145
  },
17121
17146
  "src/Prebuilt/components/StatsForNerds.jsx": {
17122
- "bytesInOutput": 11847
17147
+ "bytesInOutput": 11845
17123
17148
  },
17124
17149
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17125
17150
  "bytesInOutput": 6192
@@ -17139,17 +17164,17 @@
17139
17164
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17140
17165
  "bytesInOutput": 2378
17141
17166
  },
17142
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
17143
- "bytesInOutput": 2305
17167
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
17168
+ "bytesInOutput": 2163
17144
17169
  },
17145
17170
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17146
- "bytesInOutput": 8565
17171
+ "bytesInOutput": 8604
17147
17172
  },
17148
17173
  "../../node_modules/reselect/es/index.js": {
17149
17174
  "bytesInOutput": 2639
17150
17175
  },
17151
17176
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17152
- "bytesInOutput": 42479
17177
+ "bytesInOutput": 42495
17153
17178
  },
17154
17179
  "../../node_modules/lodash.isequal/index.js": {
17155
17180
  "bytesInOutput": 26597
@@ -17179,10 +17204,10 @@
17179
17204
  "bytesInOutput": 12019
17180
17205
  },
17181
17206
  "../../node_modules/sdp/sdp.js": {
17182
- "bytesInOutput": 22291
17207
+ "bytesInOutput": 22295
17183
17208
  },
17184
17209
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17185
- "bytesInOutput": 12620
17210
+ "bytesInOutput": 12625
17186
17211
  },
17187
17212
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
17188
17213
  "bytesInOutput": 4575
@@ -17194,7 +17219,7 @@
17194
17219
  "bytesInOutput": 16122
17195
17220
  },
17196
17221
  "../../node_modules/sdp-transform/lib/parser.js": {
17197
- "bytesInOutput": 3493
17222
+ "bytesInOutput": 3497
17198
17223
  },
17199
17224
  "../../node_modules/sdp-transform/lib/writer.js": {
17200
17225
  "bytesInOutput": 3070
@@ -17203,7 +17228,7 @@
17203
17228
  "bytesInOutput": 615
17204
17229
  },
17205
17230
  "../hms-video-store/dist/index.js": {
17206
- "bytesInOutput": 53345
17231
+ "bytesInOutput": 53502
17207
17232
  },
17208
17233
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17209
17234
  "bytesInOutput": 1384
@@ -17233,13 +17258,13 @@
17233
17258
  "bytesInOutput": 938
17234
17259
  },
17235
17260
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17236
- "bytesInOutput": 13528
17261
+ "bytesInOutput": 13388
17237
17262
  },
17238
17263
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17239
17264
  "bytesInOutput": 831
17240
17265
  },
17241
17266
  "src/Prebuilt/components/RaiseHand.tsx": {
17242
- "bytesInOutput": 1149
17267
+ "bytesInOutput": 1306
17243
17268
  },
17244
17269
  "src/Prebuilt/images/pdf-share.png": {
17245
17270
  "bytesInOutput": 25548
@@ -17299,7 +17324,7 @@
17299
17324
  "bytesInOutput": 2181
17300
17325
  },
17301
17326
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17302
- "bytesInOutput": 14387
17327
+ "bytesInOutput": 14946
17303
17328
  },
17304
17329
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17305
17330
  "bytesInOutput": 1521
@@ -17308,7 +17333,7 @@
17308
17333
  "bytesInOutput": 1804
17309
17334
  },
17310
17335
  "src/Prebuilt/components/Footer/Footer.tsx": {
17311
- "bytesInOutput": 4540
17336
+ "bytesInOutput": 4294
17312
17337
  },
17313
17338
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17314
17339
  "bytesInOutput": 2811
@@ -17434,7 +17459,7 @@
17434
17459
  "bytesInOutput": 1440
17435
17460
  },
17436
17461
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17437
- "bytesInOutput": 11726
17462
+ "bytesInOutput": 11558
17438
17463
  },
17439
17464
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17440
17465
  "bytesInOutput": 3529
@@ -17458,10 +17483,10 @@
17458
17483
  "bytesInOutput": 3060
17459
17484
  },
17460
17485
  "src/Prebuilt/components/SidePaneTabs.tsx": {
17461
- "bytesInOutput": 9231
17486
+ "bytesInOutput": 9235
17462
17487
  },
17463
17488
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
17464
- "bytesInOutput": 2716
17489
+ "bytesInOutput": 3070
17465
17490
  },
17466
17491
  "src/Prebuilt/components/TileMenu/utils.ts": {
17467
17492
  "bytesInOutput": 296
@@ -17527,7 +17552,7 @@
17527
17552
  "bytesInOutput": 1620
17528
17553
  },
17529
17554
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17530
- "bytesInOutput": 4482
17555
+ "bytesInOutput": 4485
17531
17556
  },
17532
17557
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17533
17558
  "bytesInOutput": 2453
@@ -17629,16 +17654,16 @@
17629
17654
  "bytesInOutput": 2886
17630
17655
  },
17631
17656
  "src/Prebuilt/layouts/HLSView.jsx": {
17632
- "bytesInOutput": 33336
17657
+ "bytesInOutput": 33408
17633
17658
  },
17634
17659
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17635
- "bytesInOutput": 4365
17660
+ "bytesInOutput": 4514
17636
17661
  },
17637
17662
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17638
17663
  "bytesInOutput": 2182
17639
17664
  },
17640
17665
  "src/Prebuilt/components/Header/common.jsx": {
17641
- "bytesInOutput": 7389
17666
+ "bytesInOutput": 7375
17642
17667
  },
17643
17668
  "src/Prebuilt/components/Header/Header.tsx": {
17644
17669
  "bytesInOutput": 2332
@@ -17650,7 +17675,7 @@
17650
17675
  "bytesInOutput": 1024
17651
17676
  },
17652
17677
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17653
- "bytesInOutput": 9089
17678
+ "bytesInOutput": 8920
17654
17679
  },
17655
17680
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17656
17681
  "bytesInOutput": 4366
@@ -17668,7 +17693,7 @@
17668
17693
  "bytesInOutput": 789
17669
17694
  },
17670
17695
  "src/Prebuilt/AppStateContext.tsx": {
17671
- "bytesInOutput": 2803
17696
+ "bytesInOutput": 3463
17672
17697
  },
17673
17698
  "src/Prebuilt/components/LeaveScreen.tsx": {
17674
17699
  "bytesInOutput": 2925
@@ -17719,7 +17744,7 @@
17719
17744
  "bytesInOutput": 2248
17720
17745
  },
17721
17746
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17722
- "bytesInOutput": 8886
17747
+ "bytesInOutput": 8889
17723
17748
  },
17724
17749
  "src/Prebuilt/components/Notifications/index.tsx": {
17725
17750
  "bytesInOutput": 173
@@ -17749,7 +17774,7 @@
17749
17774
  "bytesInOutput": 2225
17750
17775
  },
17751
17776
  "src/Prebuilt/App.tsx": {
17752
- "bytesInOutput": 9643
17777
+ "bytesInOutput": 9787
17753
17778
  },
17754
17779
  "src/Prebuilt/index.ts": {
17755
17780
  "bytesInOutput": 131
@@ -17767,7 +17792,7 @@
17767
17792
  "bytesInOutput": 2980
17768
17793
  }
17769
17794
  },
17770
- "bytes": 1568785
17795
+ "bytes": 1570953
17771
17796
  }
17772
17797
  }
17773
17798
  }