@100mslive/roomkit-react 0.1.6-alpha.1 → 0.1.6-alpha.3

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 (49) hide show
  1. package/dist/{HLSView-HNVYG5VE.js → HLSView-HL455FYH.js} +3 -3
  2. package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +1 -3
  3. package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
  4. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
  5. package/dist/Prebuilt/components/SidePaneTabs.d.ts +7 -0
  6. package/dist/{VirtualBackground-UM2FOUHQ.js → VirtualBackground-6EP3X7MO.js} +6 -6
  7. package/dist/VirtualBackground-6EP3X7MO.js.map +7 -0
  8. package/dist/{chunk-LYSAET4G.js → chunk-6JF3GAOH.js} +109 -127
  9. package/dist/chunk-6JF3GAOH.js.map +7 -0
  10. package/dist/{chunk-POE7H4IE.js → chunk-KAJJ56J4.js} +2 -2
  11. package/dist/{chunk-POE7H4IE.js.map → chunk-KAJJ56J4.js.map} +1 -1
  12. package/dist/{chunk-364HP22I.js → chunk-UXBTLGWY.js} +2 -2
  13. package/dist/{conference-UWLJHMB2.js → conference-MPZNWHV5.js} +472 -415
  14. package/dist/conference-MPZNWHV5.js.map +7 -0
  15. package/dist/index.cjs.js +714 -678
  16. package/dist/index.cjs.js.map +4 -4
  17. package/dist/index.js +2 -2
  18. package/dist/meta.cjs.json +153 -153
  19. package/dist/meta.esbuild.json +185 -184
  20. package/package.json +6 -6
  21. package/src/Button/Button.tsx +6 -6
  22. package/src/Prebuilt/components/Chat/Chat.jsx +3 -9
  23. package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +1 -0
  24. package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -9
  25. package/src/Prebuilt/components/Footer/Footer.tsx +23 -7
  26. package/src/Prebuilt/components/Footer/ParticipantList.jsx +4 -5
  27. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
  28. package/src/Prebuilt/components/Header/HeaderComponents.jsx +10 -9
  29. package/src/Prebuilt/components/InsetTile.tsx +1 -0
  30. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -9
  31. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +6 -2
  32. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +7 -4
  33. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
  34. package/src/Prebuilt/components/Notifications/Notifications.jsx +4 -3
  35. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +2 -3
  36. package/src/Prebuilt/components/RoleChangeRequestModal.tsx +4 -3
  37. package/src/Prebuilt/components/ScreenshareTile.jsx +15 -7
  38. package/src/Prebuilt/components/SidePaneTabs.tsx +141 -0
  39. package/src/Prebuilt/components/conference.jsx +9 -1
  40. package/src/Prebuilt/components/hooks/useMetadata.jsx +7 -25
  41. package/src/Prebuilt/layouts/SidePane.tsx +12 -10
  42. package/src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx +3 -3
  43. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +2 -2
  44. package/dist/VirtualBackground-UM2FOUHQ.js.map +0 -7
  45. package/dist/chunk-LYSAET4G.js.map +0 -7
  46. package/dist/conference-UWLJHMB2.js.map +0 -7
  47. package/src/Prebuilt/components/Chat/ChatParticipantHeader.jsx +0 -84
  48. /package/dist/{HLSView-HNVYG5VE.js.map → HLSView-HL455FYH.js.map} +0 -0
  49. /package/dist/{chunk-364HP22I.js.map → chunk-UXBTLGWY.js.map} +0 -0
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  getLeft,
40
40
  useBorderAudioLevel,
41
41
  useTheme
42
- } from "./chunk-LYSAET4G.js";
42
+ } from "./chunk-6JF3GAOH.js";
43
43
  import {
44
44
  Box,
45
45
  Flex,
@@ -60,7 +60,7 @@ import {
60
60
  styled,
61
61
  textEllipsis,
62
62
  theme
63
- } from "./chunk-POE7H4IE.js";
63
+ } from "./chunk-KAJJ56J4.js";
64
64
  export {
65
65
  Accordion,
66
66
  Avatar,
@@ -221,7 +221,7 @@
221
221
  "format": "esm"
222
222
  },
223
223
  "src/Button/Button.tsx": {
224
- "bytes": 4742,
224
+ "bytes": 4730,
225
225
  "imports": [
226
226
  {
227
227
  "path": "react",
@@ -2281,7 +2281,7 @@
2281
2281
  "format": "esm"
2282
2282
  },
2283
2283
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
2284
- "bytes": 2483,
2284
+ "bytes": 2489,
2285
2285
  "imports": [
2286
2286
  {
2287
2287
  "path": "react",
@@ -2817,7 +2817,7 @@
2817
2817
  "format": "esm"
2818
2818
  },
2819
2819
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
2820
- "bytes": 6328,
2820
+ "bytes": 6348,
2821
2821
  "imports": [
2822
2822
  {
2823
2823
  "path": "react",
@@ -2939,18 +2939,13 @@
2939
2939
  "format": "esm"
2940
2940
  },
2941
2941
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
2942
- "bytes": 1670,
2942
+ "bytes": 1583,
2943
2943
  "imports": [
2944
2944
  {
2945
2945
  "path": "react",
2946
2946
  "kind": "import-statement",
2947
2947
  "external": true
2948
2948
  },
2949
- {
2950
- "path": "react-use",
2951
- "kind": "import-statement",
2952
- "external": true
2953
- },
2954
2949
  {
2955
2950
  "path": "@100mslive/react-sdk",
2956
2951
  "kind": "import-statement",
@@ -3047,7 +3042,7 @@
3047
3042
  "format": "esm"
3048
3043
  },
3049
3044
  "src/Prebuilt/components/hooks/useMetadata.jsx": {
3050
- "bytes": 1951,
3045
+ "bytes": 1458,
3051
3046
  "imports": [
3052
3047
  {
3053
3048
  "path": "react",
@@ -4557,7 +4552,7 @@
4557
4552
  "format": "esm"
4558
4553
  },
4559
4554
  "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
4560
- "bytes": 3612,
4555
+ "bytes": 3590,
4561
4556
  "imports": [
4562
4557
  {
4563
4558
  "path": "react",
@@ -4623,7 +4618,7 @@
4623
4618
  "format": "esm"
4624
4619
  },
4625
4620
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4626
- "bytes": 9176,
4621
+ "bytes": 9095,
4627
4622
  "imports": [
4628
4623
  {
4629
4624
  "path": "react",
@@ -5358,7 +5353,7 @@
5358
5353
  "format": "esm"
5359
5354
  },
5360
5355
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
5361
- "bytes": 4841,
5356
+ "bytes": 4929,
5362
5357
  "imports": [
5363
5358
  {
5364
5359
  "path": "react",
@@ -5429,7 +5424,7 @@
5429
5424
  "format": "esm"
5430
5425
  },
5431
5426
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
5432
- "bytes": 2282,
5427
+ "bytes": 2415,
5433
5428
  "imports": [
5434
5429
  {
5435
5430
  "path": "react",
@@ -6260,7 +6255,7 @@
6260
6255
  "format": "esm"
6261
6256
  },
6262
6257
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
6263
- "bytes": 10869,
6258
+ "bytes": 10893,
6264
6259
  "imports": [
6265
6260
  {
6266
6261
  "path": "react",
@@ -6774,7 +6769,7 @@
6774
6769
  "format": "esm"
6775
6770
  },
6776
6771
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
6777
- "bytes": 1287,
6772
+ "bytes": 1045,
6778
6773
  "imports": [
6779
6774
  {
6780
6775
  "path": "react",
@@ -6819,57 +6814,6 @@
6819
6814
  ],
6820
6815
  "format": "esm"
6821
6816
  },
6822
- "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
6823
- "bytes": 2908,
6824
- "imports": [
6825
- {
6826
- "path": "react",
6827
- "kind": "import-statement",
6828
- "external": true
6829
- },
6830
- {
6831
- "path": "@100mslive/react-sdk",
6832
- "kind": "import-statement",
6833
- "external": true
6834
- },
6835
- {
6836
- "path": "@100mslive/react-icons",
6837
- "kind": "import-statement",
6838
- "external": true
6839
- },
6840
- {
6841
- "path": "src/index.ts",
6842
- "kind": "import-statement",
6843
- "original": "../../.."
6844
- },
6845
- {
6846
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
6847
- "kind": "import-statement",
6848
- "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
6849
- },
6850
- {
6851
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
6852
- "kind": "import-statement",
6853
- "original": "../AppData/useSidepane"
6854
- },
6855
- {
6856
- "path": "src/Prebuilt/common/constants.js",
6857
- "kind": "import-statement",
6858
- "original": "../../common/constants"
6859
- },
6860
- {
6861
- "path": "<define:process.env>",
6862
- "kind": "import-statement",
6863
- "external": true
6864
- },
6865
- {
6866
- "path": "<runtime>",
6867
- "kind": "import-statement",
6868
- "external": true
6869
- }
6870
- ],
6871
- "format": "esm"
6872
- },
6873
6817
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
6874
6818
  "bytes": 5408,
6875
6819
  "imports": [
@@ -6932,7 +6876,7 @@
6932
6876
  "format": "esm"
6933
6877
  },
6934
6878
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6935
- "bytes": 3113,
6879
+ "bytes": 3100,
6936
6880
  "imports": [
6937
6881
  {
6938
6882
  "path": "react",
@@ -6993,7 +6937,7 @@
6993
6937
  "format": "esm"
6994
6938
  },
6995
6939
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6996
- "bytes": 10592,
6940
+ "bytes": 10452,
6997
6941
  "imports": [
6998
6942
  {
6999
6943
  "path": "react",
@@ -7025,11 +6969,6 @@
7025
6969
  "kind": "import-statement",
7026
6970
  "original": "../../IconButton"
7027
6971
  },
7028
- {
7029
- "path": "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx",
7030
- "kind": "import-statement",
7031
- "original": "../Chat/ChatParticipantHeader"
7032
- },
7033
6972
  {
7034
6973
  "path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
7035
6974
  "kind": "import-statement",
@@ -7084,7 +7023,7 @@
7084
7023
  "format": "esm"
7085
7024
  },
7086
7025
  "src/Prebuilt/components/Footer/Footer.tsx": {
7087
- "bytes": 3349,
7026
+ "bytes": 3720,
7088
7027
  "imports": [
7089
7028
  {
7090
7029
  "path": "react",
@@ -7106,11 +7045,6 @@
7106
7045
  "kind": "import-statement",
7107
7046
  "external": true
7108
7047
  },
7109
- {
7110
- "path": "@100mslive/react-sdk",
7111
- "kind": "import-statement",
7112
- "external": true
7113
- },
7114
7048
  {
7115
7049
  "path": "src/index.ts",
7116
7050
  "kind": "import-statement",
@@ -7156,6 +7090,16 @@
7156
7090
  "kind": "import-statement",
7157
7091
  "original": "./ParticipantList"
7158
7092
  },
7093
+ {
7094
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
7095
+ "kind": "import-statement",
7096
+ "original": "../AppData/useSidepane"
7097
+ },
7098
+ {
7099
+ "path": "src/Prebuilt/common/constants.js",
7100
+ "kind": "import-statement",
7101
+ "original": "../../common/constants"
7102
+ },
7159
7103
  {
7160
7104
  "path": "<define:process.env>",
7161
7105
  "kind": "import-statement",
@@ -7242,7 +7186,7 @@
7242
7186
  "format": "esm"
7243
7187
  },
7244
7188
  "src/Prebuilt/components/InsetTile.tsx": {
7245
- "bytes": 4209,
7189
+ "bytes": 4247,
7246
7190
  "imports": [
7247
7191
  {
7248
7192
  "path": "react",
@@ -7722,7 +7666,7 @@
7722
7666
  "format": "esm"
7723
7667
  },
7724
7668
  "src/Prebuilt/components/ScreenshareTile.jsx": {
7725
- "bytes": 3494,
7669
+ "bytes": 3596,
7726
7670
  "imports": [
7727
7671
  {
7728
7672
  "path": "react",
@@ -8190,7 +8134,7 @@
8190
8134
  "format": "esm"
8191
8135
  },
8192
8136
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
8193
- "bytes": 1022,
8137
+ "bytes": 1048,
8194
8138
  "imports": [
8195
8139
  {
8196
8140
  "path": "react",
@@ -8293,7 +8237,7 @@
8293
8237
  "format": "esm"
8294
8238
  },
8295
8239
  "src/Prebuilt/components/Chat/Chat.jsx": {
8296
- "bytes": 6662,
8240
+ "bytes": 6298,
8297
8241
  "imports": [
8298
8242
  {
8299
8243
  "path": "react",
@@ -8345,11 +8289,6 @@
8345
8289
  "kind": "import-statement",
8346
8290
  "original": "./ChatFooter"
8347
8291
  },
8348
- {
8349
- "path": "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx",
8350
- "kind": "import-statement",
8351
- "original": "./ChatParticipantHeader"
8352
- },
8353
8292
  {
8354
8293
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8355
8294
  "kind": "import-statement",
@@ -8383,6 +8322,77 @@
8383
8322
  ],
8384
8323
  "format": "esm"
8385
8324
  },
8325
+ "src/Prebuilt/components/SidePaneTabs.tsx": {
8326
+ "bytes": 5166,
8327
+ "imports": [
8328
+ {
8329
+ "path": "react",
8330
+ "kind": "import-statement",
8331
+ "external": true
8332
+ },
8333
+ {
8334
+ "path": "react-use",
8335
+ "kind": "import-statement",
8336
+ "external": true
8337
+ },
8338
+ {
8339
+ "path": "@100mslive/types-prebuilt",
8340
+ "kind": "import-statement",
8341
+ "external": true
8342
+ },
8343
+ {
8344
+ "path": "@100mslive/react-sdk",
8345
+ "kind": "import-statement",
8346
+ "external": true
8347
+ },
8348
+ {
8349
+ "path": "@100mslive/react-icons",
8350
+ "kind": "import-statement",
8351
+ "external": true
8352
+ },
8353
+ {
8354
+ "path": "src/Prebuilt/components/Chat/Chat.jsx",
8355
+ "kind": "import-statement",
8356
+ "original": "./Chat/Chat"
8357
+ },
8358
+ {
8359
+ "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8360
+ "kind": "import-statement",
8361
+ "original": "./Footer/ParticipantList"
8362
+ },
8363
+ {
8364
+ "path": "src/index.ts",
8365
+ "kind": "import-statement",
8366
+ "original": "../.."
8367
+ },
8368
+ {
8369
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8370
+ "kind": "import-statement",
8371
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8372
+ },
8373
+ {
8374
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
8375
+ "kind": "import-statement",
8376
+ "original": "./AppData/useSidepane"
8377
+ },
8378
+ {
8379
+ "path": "src/Prebuilt/common/constants.js",
8380
+ "kind": "import-statement",
8381
+ "original": "../common/constants"
8382
+ },
8383
+ {
8384
+ "path": "<define:process.env>",
8385
+ "kind": "import-statement",
8386
+ "external": true
8387
+ },
8388
+ {
8389
+ "path": "<runtime>",
8390
+ "kind": "import-statement",
8391
+ "external": true
8392
+ }
8393
+ ],
8394
+ "format": "esm"
8395
+ },
8386
8396
  "src/Prebuilt/images/rtmp.png": {
8387
8397
  "bytes": 5446,
8388
8398
  "imports": []
@@ -8515,7 +8525,7 @@
8515
8525
  "format": "esm"
8516
8526
  },
8517
8527
  "src/Prebuilt/layouts/SidePane.tsx": {
8518
- "bytes": 3553,
8528
+ "bytes": 3691,
8519
8529
  "imports": [
8520
8530
  {
8521
8531
  "path": "react",
@@ -8538,14 +8548,9 @@
8538
8548
  "external": true
8539
8549
  },
8540
8550
  {
8541
- "path": "src/Prebuilt/components/Chat/Chat.jsx",
8542
- "kind": "import-statement",
8543
- "original": "../components/Chat/Chat"
8544
- },
8545
- {
8546
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8551
+ "path": "src/Prebuilt/components/SidePaneTabs.tsx",
8547
8552
  "kind": "import-statement",
8548
- "original": "../components/Footer/ParticipantList"
8553
+ "original": "../components/SidePaneTabs"
8549
8554
  },
8550
8555
  {
8551
8556
  "path": "src/Prebuilt/components/Streaming/StreamingLanding.jsx",
@@ -9131,7 +9136,7 @@
9131
9136
  "format": "esm"
9132
9137
  },
9133
9138
  "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
9134
- "bytes": 3605,
9139
+ "bytes": 3670,
9135
9140
  "imports": [
9136
9141
  {
9137
9142
  "path": "react",
@@ -9177,7 +9182,7 @@
9177
9182
  "format": "esm"
9178
9183
  },
9179
9184
  "src/Prebuilt/components/conference.jsx": {
9180
- "bytes": 6434,
9185
+ "bytes": 6591,
9181
9186
  "imports": [
9182
9187
  {
9183
9188
  "path": "react",
@@ -9662,7 +9667,7 @@
9662
9667
  "imports": [],
9663
9668
  "exports": [],
9664
9669
  "inputs": {},
9665
- "bytes": 1007154
9670
+ "bytes": 1010092
9666
9671
  },
9667
9672
  "dist/index.cjs.js": {
9668
9673
  "imports": [
@@ -10186,11 +10191,6 @@
10186
10191
  "kind": "require-call",
10187
10192
  "external": true
10188
10193
  },
10189
- {
10190
- "path": "react-use",
10191
- "kind": "require-call",
10192
- "external": true
10193
- },
10194
10194
  {
10195
10195
  "path": "@100mslive/react-sdk",
10196
10196
  "kind": "require-call",
@@ -11131,21 +11131,6 @@
11131
11131
  "kind": "require-call",
11132
11132
  "external": true
11133
11133
  },
11134
- {
11135
- "path": "@100mslive/react-sdk",
11136
- "kind": "require-call",
11137
- "external": true
11138
- },
11139
- {
11140
- "path": "@100mslive/react-icons",
11141
- "kind": "require-call",
11142
- "external": true
11143
- },
11144
- {
11145
- "path": "react",
11146
- "kind": "require-call",
11147
- "external": true
11148
- },
11149
11134
  {
11150
11135
  "path": "react-use",
11151
11136
  "kind": "require-call",
@@ -11191,11 +11176,6 @@
11191
11176
  "kind": "require-call",
11192
11177
  "external": true
11193
11178
  },
11194
- {
11195
- "path": "@100mslive/react-sdk",
11196
- "kind": "require-call",
11197
- "external": true
11198
- },
11199
11179
  {
11200
11180
  "path": "react",
11201
11181
  "kind": "require-call",
@@ -11521,6 +11501,26 @@
11521
11501
  "kind": "require-call",
11522
11502
  "external": true
11523
11503
  },
11504
+ {
11505
+ "path": "react-use",
11506
+ "kind": "require-call",
11507
+ "external": true
11508
+ },
11509
+ {
11510
+ "path": "@100mslive/react-sdk",
11511
+ "kind": "require-call",
11512
+ "external": true
11513
+ },
11514
+ {
11515
+ "path": "@100mslive/react-icons",
11516
+ "kind": "require-call",
11517
+ "external": true
11518
+ },
11519
+ {
11520
+ "path": "react",
11521
+ "kind": "require-call",
11522
+ "external": true
11523
+ },
11524
11524
  {
11525
11525
  "path": "@100mslive/react-sdk",
11526
11526
  "kind": "require-call",
@@ -11736,7 +11736,7 @@
11736
11736
  "entryPoint": "src/index.ts",
11737
11737
  "inputs": {
11738
11738
  "<define:process.env>": {
11739
- "bytesInOutput": 18543
11739
+ "bytesInOutput": 18541
11740
11740
  },
11741
11741
  "src/Theme/base.config.ts": {
11742
11742
  "bytesInOutput": 6104
@@ -11772,7 +11772,7 @@
11772
11772
  "bytesInOutput": 417
11773
11773
  },
11774
11774
  "src/Button/Button.tsx": {
11775
- "bytesInOutput": 5359
11775
+ "bytesInOutput": 5347
11776
11776
  },
11777
11777
  "src/Button/index.tsx": {
11778
11778
  "bytesInOutput": 132
@@ -12027,7 +12027,7 @@
12027
12027
  "bytesInOutput": 1429
12028
12028
  },
12029
12029
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
12030
- "bytesInOutput": 2734
12030
+ "bytesInOutput": 2740
12031
12031
  },
12032
12032
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
12033
12033
  "bytesInOutput": 1371
@@ -12087,13 +12087,13 @@
12087
12087
  "bytesInOutput": 1408
12088
12088
  },
12089
12089
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12090
- "bytesInOutput": 6767
12090
+ "bytesInOutput": 6777
12091
12091
  },
12092
12092
  "src/Prebuilt/components/Notifications/index.jsx": {
12093
12093
  "bytesInOutput": 173
12094
12094
  },
12095
12095
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
12096
- "bytesInOutput": 2339
12096
+ "bytesInOutput": 2156
12097
12097
  },
12098
12098
  "src/Sheet/Sheet.tsx": {
12099
12099
  "bytesInOutput": 3505
@@ -12102,7 +12102,7 @@
12102
12102
  "bytesInOutput": 128
12103
12103
  },
12104
12104
  "src/Prebuilt/components/hooks/useMetadata.jsx": {
12105
- "bytesInOutput": 2545
12105
+ "bytesInOutput": 2087
12106
12106
  },
12107
12107
  "src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
12108
12108
  "bytesInOutput": 2178
@@ -12198,7 +12198,7 @@
12198
12198
  "bytesInOutput": 9269
12199
12199
  },
12200
12200
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
12201
- "bytesInOutput": 3256
12201
+ "bytesInOutput": 3253
12202
12202
  },
12203
12203
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
12204
12204
  "bytesInOutput": 1881
@@ -12207,10 +12207,10 @@
12207
12207
  "bytesInOutput": 2273
12208
12208
  },
12209
12209
  "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
12210
- "bytesInOutput": 5077
12210
+ "bytesInOutput": 5054
12211
12211
  },
12212
12212
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12213
- "bytesInOutput": 11163
12213
+ "bytesInOutput": 11030
12214
12214
  },
12215
12215
  "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
12216
12216
  "bytesInOutput": 2515
@@ -12252,13 +12252,13 @@
12252
12252
  "bytesInOutput": 2305
12253
12253
  },
12254
12254
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
12255
- "bytesInOutput": 7169
12255
+ "bytesInOutput": 7233
12256
12256
  },
12257
12257
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
12258
- "bytesInOutput": 5450
12258
+ "bytesInOutput": 5497
12259
12259
  },
12260
12260
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
12261
- "bytesInOutput": 2523
12261
+ "bytesInOutput": 2654
12262
12262
  },
12263
12263
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
12264
12264
  "bytesInOutput": 2932
@@ -12306,7 +12306,7 @@
12306
12306
  "bytesInOutput": 8198
12307
12307
  },
12308
12308
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
12309
- "bytesInOutput": 11413
12309
+ "bytesInOutput": 11425
12310
12310
  },
12311
12311
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
12312
12312
  "bytesInOutput": 733
@@ -12345,22 +12345,19 @@
12345
12345
  "bytesInOutput": 2035
12346
12346
  },
12347
12347
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
12348
- "bytesInOutput": 1483
12349
- },
12350
- "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
12351
- "bytesInOutput": 3625
12348
+ "bytesInOutput": 1304
12352
12349
  },
12353
12350
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
12354
12351
  "bytesInOutput": 6833
12355
12352
  },
12356
12353
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
12357
- "bytesInOutput": 3518
12354
+ "bytesInOutput": 3505
12358
12355
  },
12359
12356
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
12360
- "bytesInOutput": 13484
12357
+ "bytesInOutput": 13337
12361
12358
  },
12362
12359
  "src/Prebuilt/components/Footer/Footer.tsx": {
12363
- "bytesInOutput": 4257
12360
+ "bytesInOutput": 4389
12364
12361
  },
12365
12362
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
12366
12363
  "bytesInOutput": 2795
@@ -12369,7 +12366,7 @@
12369
12366
  "bytesInOutput": 706
12370
12367
  },
12371
12368
  "src/Prebuilt/components/InsetTile.tsx": {
12372
- "bytesInOutput": 5043
12369
+ "bytesInOutput": 5117
12373
12370
  },
12374
12371
  "src/Prebuilt/components/Pagination.tsx": {
12375
12372
  "bytesInOutput": 2118
@@ -12399,7 +12396,7 @@
12399
12396
  "bytesInOutput": 1707
12400
12397
  },
12401
12398
  "src/Prebuilt/components/ScreenshareTile.jsx": {
12402
- "bytesInOutput": 4551
12399
+ "bytesInOutput": 4656
12403
12400
  },
12404
12401
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
12405
12402
  "bytesInOutput": 2453
@@ -12429,7 +12426,7 @@
12429
12426
  "bytesInOutput": 914
12430
12427
  },
12431
12428
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
12432
- "bytesInOutput": 1414
12429
+ "bytesInOutput": 1440
12433
12430
  },
12434
12431
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
12435
12432
  "bytesInOutput": 6792
@@ -12438,7 +12435,10 @@
12438
12435
  "bytesInOutput": 637
12439
12436
  },
12440
12437
  "src/Prebuilt/components/Chat/Chat.jsx": {
12441
- "bytesInOutput": 8515
12438
+ "bytesInOutput": 8085
12439
+ },
12440
+ "src/Prebuilt/components/SidePaneTabs.tsx": {
12441
+ "bytesInOutput": 5904
12442
12442
  },
12443
12443
  "src/Prebuilt/images/rtmp.png": {
12444
12444
  "bytesInOutput": 7396
@@ -12450,7 +12450,7 @@
12450
12450
  "bytesInOutput": 3687
12451
12451
  },
12452
12452
  "src/Prebuilt/layouts/SidePane.tsx": {
12453
- "bytesInOutput": 3805
12453
+ "bytesInOutput": 4143
12454
12454
  },
12455
12455
  "src/Prebuilt/layouts/WaitingView.jsx": {
12456
12456
  "bytesInOutput": 1943
@@ -12498,10 +12498,10 @@
12498
12498
  "bytesInOutput": 3048
12499
12499
  },
12500
12500
  "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
12501
- "bytesInOutput": 4657
12501
+ "bytesInOutput": 4761
12502
12502
  },
12503
12503
  "src/Prebuilt/components/conference.jsx": {
12504
- "bytesInOutput": 7909
12504
+ "bytesInOutput": 8059
12505
12505
  },
12506
12506
  "src/Prebuilt/App.tsx": {
12507
12507
  "bytesInOutput": 13029
@@ -12516,7 +12516,7 @@
12516
12516
  "bytesInOutput": 2758
12517
12517
  }
12518
12518
  },
12519
- "bytes": 841534
12519
+ "bytes": 843415
12520
12520
  }
12521
12521
  }
12522
12522
  }