@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
@@ -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",
@@ -9667,11 +9672,11 @@
9667
9672
  "dist/index.js": {
9668
9673
  "imports": [
9669
9674
  {
9670
- "path": "dist/chunk-LYSAET4G.js",
9675
+ "path": "dist/chunk-6JF3GAOH.js",
9671
9676
  "kind": "import-statement"
9672
9677
  },
9673
9678
  {
9674
- "path": "dist/chunk-POE7H4IE.js",
9679
+ "path": "dist/chunk-KAJJ56J4.js",
9675
9680
  "kind": "import-statement"
9676
9681
  }
9677
9682
  ],
@@ -9740,20 +9745,20 @@
9740
9745
  "inputs": {},
9741
9746
  "bytes": 1702
9742
9747
  },
9743
- "dist/VirtualBackground-UM2FOUHQ.js.map": {
9748
+ "dist/VirtualBackground-6EP3X7MO.js.map": {
9744
9749
  "imports": [],
9745
9750
  "exports": [],
9746
9751
  "inputs": {},
9747
- "bytes": 9199
9752
+ "bytes": 9170
9748
9753
  },
9749
- "dist/VirtualBackground-UM2FOUHQ.js": {
9754
+ "dist/VirtualBackground-6EP3X7MO.js": {
9750
9755
  "imports": [
9751
9756
  {
9752
- "path": "dist/chunk-364HP22I.js",
9757
+ "path": "dist/chunk-UXBTLGWY.js",
9753
9758
  "kind": "import-statement"
9754
9759
  },
9755
9760
  {
9756
- "path": "dist/chunk-POE7H4IE.js",
9761
+ "path": "dist/chunk-KAJJ56J4.js",
9757
9762
  "kind": "import-statement"
9758
9763
  },
9759
9764
  {
@@ -9794,28 +9799,28 @@
9794
9799
  "entryPoint": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
9795
9800
  "inputs": {
9796
9801
  "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
9797
- "bytesInOutput": 3766
9802
+ "bytesInOutput": 3744
9798
9803
  },
9799
9804
  "src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
9800
9805
  "bytesInOutput": 1913
9801
9806
  }
9802
9807
  },
9803
- "bytes": 6135
9808
+ "bytes": 6113
9804
9809
  },
9805
- "dist/HLSView-HNVYG5VE.js.map": {
9810
+ "dist/HLSView-HL455FYH.js.map": {
9806
9811
  "imports": [],
9807
9812
  "exports": [],
9808
9813
  "inputs": {},
9809
9814
  "bytes": 51606
9810
9815
  },
9811
- "dist/HLSView-HNVYG5VE.js": {
9816
+ "dist/HLSView-HL455FYH.js": {
9812
9817
  "imports": [
9813
9818
  {
9814
- "path": "dist/chunk-LYSAET4G.js",
9819
+ "path": "dist/chunk-6JF3GAOH.js",
9815
9820
  "kind": "import-statement"
9816
9821
  },
9817
9822
  {
9818
- "path": "dist/chunk-POE7H4IE.js",
9823
+ "path": "dist/chunk-KAJJ56J4.js",
9819
9824
  "kind": "import-statement"
9820
9825
  },
9821
9826
  {
@@ -9966,24 +9971,24 @@
9966
9971
  },
9967
9972
  "bytes": 31959
9968
9973
  },
9969
- "dist/conference-UWLJHMB2.js.map": {
9974
+ "dist/conference-MPZNWHV5.js.map": {
9970
9975
  "imports": [],
9971
9976
  "exports": [],
9972
9977
  "inputs": {},
9973
- "bytes": 396479
9978
+ "bytes": 400433
9974
9979
  },
9975
- "dist/conference-UWLJHMB2.js": {
9980
+ "dist/conference-MPZNWHV5.js": {
9976
9981
  "imports": [
9977
9982
  {
9978
- "path": "dist/chunk-364HP22I.js",
9983
+ "path": "dist/chunk-UXBTLGWY.js",
9979
9984
  "kind": "import-statement"
9980
9985
  },
9981
9986
  {
9982
- "path": "dist/chunk-LYSAET4G.js",
9987
+ "path": "dist/chunk-6JF3GAOH.js",
9983
9988
  "kind": "import-statement"
9984
9989
  },
9985
9990
  {
9986
- "path": "dist/chunk-POE7H4IE.js",
9991
+ "path": "dist/chunk-KAJJ56J4.js",
9987
9992
  "kind": "import-statement"
9988
9993
  },
9989
9994
  {
@@ -10021,11 +10026,6 @@
10021
10026
  "kind": "import-statement",
10022
10027
  "external": true
10023
10028
  },
10024
- {
10025
- "path": "@100mslive/react-sdk",
10026
- "kind": "import-statement",
10027
- "external": true
10028
- },
10029
10029
  {
10030
10030
  "path": "react",
10031
10031
  "kind": "import-statement",
@@ -10461,21 +10461,6 @@
10461
10461
  "kind": "import-statement",
10462
10462
  "external": true
10463
10463
  },
10464
- {
10465
- "path": "@100mslive/react-sdk",
10466
- "kind": "import-statement",
10467
- "external": true
10468
- },
10469
- {
10470
- "path": "@100mslive/react-icons",
10471
- "kind": "import-statement",
10472
- "external": true
10473
- },
10474
- {
10475
- "path": "react",
10476
- "kind": "import-statement",
10477
- "external": true
10478
- },
10479
10464
  {
10480
10465
  "path": "react-use",
10481
10466
  "kind": "import-statement",
@@ -10502,7 +10487,7 @@
10502
10487
  "external": true
10503
10488
  },
10504
10489
  {
10505
- "path": "dist/VirtualBackground-UM2FOUHQ.js",
10490
+ "path": "dist/VirtualBackground-6EP3X7MO.js",
10506
10491
  "kind": "dynamic-import"
10507
10492
  },
10508
10493
  {
@@ -10760,6 +10745,26 @@
10760
10745
  "kind": "import-statement",
10761
10746
  "external": true
10762
10747
  },
10748
+ {
10749
+ "path": "react-use",
10750
+ "kind": "import-statement",
10751
+ "external": true
10752
+ },
10753
+ {
10754
+ "path": "@100mslive/react-sdk",
10755
+ "kind": "import-statement",
10756
+ "external": true
10757
+ },
10758
+ {
10759
+ "path": "@100mslive/react-icons",
10760
+ "kind": "import-statement",
10761
+ "external": true
10762
+ },
10763
+ {
10764
+ "path": "react",
10765
+ "kind": "import-statement",
10766
+ "external": true
10767
+ },
10763
10768
  {
10764
10769
  "path": "react-intersection-observer",
10765
10770
  "kind": "import-statement",
@@ -10891,7 +10896,7 @@
10891
10896
  "external": true
10892
10897
  },
10893
10898
  {
10894
- "path": "dist/HLSView-HNVYG5VE.js",
10899
+ "path": "dist/HLSView-HL455FYH.js",
10895
10900
  "kind": "dynamic-import"
10896
10901
  },
10897
10902
  {
@@ -10911,10 +10916,10 @@
10911
10916
  "entryPoint": "src/Prebuilt/components/conference.jsx",
10912
10917
  "inputs": {
10913
10918
  "src/Prebuilt/components/conference.jsx": {
10914
- "bytesInOutput": 6205
10919
+ "bytesInOutput": 6328
10915
10920
  },
10916
10921
  "src/Prebuilt/components/Footer/Footer.tsx": {
10917
- "bytesInOutput": 3120
10922
+ "bytesInOutput": 3179
10918
10923
  },
10919
10924
  "src/Prebuilt/components/EmojiReaction.jsx": {
10920
10925
  "bytesInOutput": 1987
@@ -10923,10 +10928,10 @@
10923
10928
  "bytesInOutput": 937
10924
10929
  },
10925
10930
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
10926
- "bytesInOutput": 1922
10931
+ "bytesInOutput": 2037
10927
10932
  },
10928
10933
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
10929
- "bytesInOutput": 5635
10934
+ "bytesInOutput": 5711
10930
10935
  },
10931
10936
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
10932
10937
  "bytesInOutput": 1894
@@ -10941,7 +10946,7 @@
10941
10946
  "bytesInOutput": 1704
10942
10947
  },
10943
10948
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
10944
- "bytesInOutput": 4341
10949
+ "bytesInOutput": 4384
10945
10950
  },
10946
10951
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
10947
10952
  "bytesInOutput": 365
@@ -10992,7 +10997,7 @@
10992
10997
  "bytesInOutput": 2246
10993
10998
  },
10994
10999
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
10995
- "bytesInOutput": 9211
11000
+ "bytesInOutput": 9223
10996
11001
  },
10997
11002
  "src/Prebuilt/components/RaiseHand.jsx": {
10998
11003
  "bytesInOutput": 740
@@ -11028,16 +11033,13 @@
11028
11033
  "bytesInOutput": 796
11029
11034
  },
11030
11035
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
11031
- "bytesInOutput": 1029
11036
+ "bytesInOutput": 861
11032
11037
  },
11033
11038
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
11034
- "bytesInOutput": 11048
11035
- },
11036
- "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
11037
- "bytesInOutput": 2830
11039
+ "bytesInOutput": 10947
11038
11040
  },
11039
11041
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
11040
- "bytesInOutput": 2623
11042
+ "bytesInOutput": 2610
11041
11043
  },
11042
11044
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
11043
11045
  "bytesInOutput": 5744
@@ -11055,7 +11057,7 @@
11055
11057
  "bytesInOutput": 1947
11056
11058
  },
11057
11059
  "src/Prebuilt/components/InsetTile.tsx": {
11058
- "bytesInOutput": 3899
11060
+ "bytesInOutput": 3965
11059
11061
  },
11060
11062
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
11061
11063
  "bytesInOutput": 406
@@ -11085,7 +11087,7 @@
11085
11087
  "bytesInOutput": 1827
11086
11088
  },
11087
11089
  "src/Prebuilt/components/ScreenshareTile.jsx": {
11088
- "bytesInOutput": 3527
11090
+ "bytesInOutput": 3596
11089
11091
  },
11090
11092
  "src/Prebuilt/components/ScreenshareDisplay.jsx": {
11091
11093
  "bytesInOutput": 1191
@@ -11100,10 +11102,13 @@
11100
11102
  "bytesInOutput": 3127
11101
11103
  },
11102
11104
  "src/Prebuilt/layouts/SidePane.tsx": {
11103
- "bytesInOutput": 2880
11105
+ "bytesInOutput": 3238
11106
+ },
11107
+ "src/Prebuilt/components/SidePaneTabs.tsx": {
11108
+ "bytesInOutput": 4756
11104
11109
  },
11105
11110
  "src/Prebuilt/components/Chat/Chat.jsx": {
11106
- "bytesInOutput": 6957
11111
+ "bytesInOutput": 6585
11107
11112
  },
11108
11113
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
11109
11114
  "bytesInOutput": 12384
@@ -11121,7 +11126,7 @@
11121
11126
  "bytesInOutput": 639
11122
11127
  },
11123
11128
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
11124
- "bytesInOutput": 1143
11129
+ "bytesInOutput": 1169
11125
11130
  },
11126
11131
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
11127
11132
  "bytesInOutput": 497
@@ -11139,21 +11144,21 @@
11139
11144
  "bytesInOutput": 1380
11140
11145
  },
11141
11146
  "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
11142
- "bytesInOutput": 3790
11147
+ "bytesInOutput": 3886
11143
11148
  }
11144
11149
  },
11145
- "bytes": 299663
11150
+ "bytes": 302029
11146
11151
  },
11147
- "dist/chunk-364HP22I.js.map": {
11152
+ "dist/chunk-UXBTLGWY.js.map": {
11148
11153
  "imports": [],
11149
11154
  "exports": [],
11150
11155
  "inputs": {},
11151
11156
  "bytes": 2406
11152
11157
  },
11153
- "dist/chunk-364HP22I.js": {
11158
+ "dist/chunk-UXBTLGWY.js": {
11154
11159
  "imports": [
11155
11160
  {
11156
- "path": "dist/chunk-POE7H4IE.js",
11161
+ "path": "dist/chunk-KAJJ56J4.js",
11157
11162
  "kind": "import-statement"
11158
11163
  },
11159
11164
  {
@@ -11172,16 +11177,16 @@
11172
11177
  },
11173
11178
  "bytes": 1591
11174
11179
  },
11175
- "dist/chunk-LYSAET4G.js.map": {
11180
+ "dist/chunk-6JF3GAOH.js.map": {
11176
11181
  "imports": [],
11177
11182
  "exports": [],
11178
11183
  "inputs": {},
11179
- "bytes": 494921
11184
+ "bytes": 493815
11180
11185
  },
11181
- "dist/chunk-LYSAET4G.js": {
11186
+ "dist/chunk-6JF3GAOH.js": {
11182
11187
  "imports": [
11183
11188
  {
11184
- "path": "dist/chunk-POE7H4IE.js",
11189
+ "path": "dist/chunk-KAJJ56J4.js",
11185
11190
  "kind": "import-statement"
11186
11191
  },
11187
11192
  {
@@ -11719,11 +11724,6 @@
11719
11724
  "kind": "import-statement",
11720
11725
  "external": true
11721
11726
  },
11722
- {
11723
- "path": "react-use",
11724
- "kind": "import-statement",
11725
- "external": true
11726
- },
11727
11727
  {
11728
11728
  "path": "@100mslive/react-sdk",
11729
11729
  "kind": "import-statement",
@@ -12105,7 +12105,7 @@
12105
12105
  "external": true
12106
12106
  },
12107
12107
  {
12108
- "path": "dist/VirtualBackground-UM2FOUHQ.js",
12108
+ "path": "dist/VirtualBackground-6EP3X7MO.js",
12109
12109
  "kind": "dynamic-import"
12110
12110
  },
12111
12111
  {
@@ -12174,7 +12174,7 @@
12174
12174
  "external": true
12175
12175
  },
12176
12176
  {
12177
- "path": "dist/conference-UWLJHMB2.js",
12177
+ "path": "dist/conference-MPZNWHV5.js",
12178
12178
  "kind": "dynamic-import"
12179
12179
  },
12180
12180
  {
@@ -12280,6 +12280,7 @@
12280
12280
  "useSetAppDataByKey",
12281
12281
  "useSetSubscribedChatSelector",
12282
12282
  "useSetUiSettings",
12283
+ "useSidepaneReset",
12283
12284
  "useSidepaneToggle",
12284
12285
  "useTheme",
12285
12286
  "useUISettings",
@@ -12289,7 +12290,7 @@
12289
12290
  ],
12290
12291
  "inputs": {
12291
12292
  "src/Button/Button.tsx": {
12292
- "bytesInOutput": 4316
12293
+ "bytesInOutput": 4304
12293
12294
  },
12294
12295
  "src/Theme/ThemeProvider.tsx": {
12295
12296
  "bytesInOutput": 1899
@@ -12499,13 +12500,13 @@
12499
12500
  "bytesInOutput": 4346
12500
12501
  },
12501
12502
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12502
- "bytesInOutput": 5858
12503
+ "bytesInOutput": 5868
12503
12504
  },
12504
12505
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
12505
12506
  "bytesInOutput": 867
12506
12507
  },
12507
12508
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
12508
- "bytesInOutput": 2221
12509
+ "bytesInOutput": 2227
12509
12510
  },
12510
12511
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
12511
12512
  "bytesInOutput": 1049
@@ -12574,7 +12575,7 @@
12574
12575
  "bytesInOutput": 1512
12575
12576
  },
12576
12577
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
12577
- "bytesInOutput": 1742
12578
+ "bytesInOutput": 1591
12578
12579
  },
12579
12580
  "src/Prebuilt/components/Header/StreamActions.tsx": {
12580
12581
  "bytesInOutput": 8958
@@ -12592,7 +12593,7 @@
12592
12593
  "bytesInOutput": 1733
12593
12594
  },
12594
12595
  "src/Prebuilt/components/hooks/useMetadata.jsx": {
12595
- "bytesInOutput": 2083
12596
+ "bytesInOutput": 1709
12596
12597
  },
12597
12598
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
12598
12599
  "bytesInOutput": 1044
@@ -12610,7 +12611,7 @@
12610
12611
  "bytesInOutput": 1769
12611
12612
  },
12612
12613
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12613
- "bytesInOutput": 8952
12614
+ "bytesInOutput": 8860
12614
12615
  },
12615
12616
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12616
12617
  "bytesInOutput": 5583
@@ -12700,15 +12701,15 @@
12700
12701
  "bytesInOutput": 391
12701
12702
  }
12702
12703
  },
12703
- "bytes": 309455
12704
+ "bytes": 308862
12704
12705
  },
12705
- "dist/chunk-POE7H4IE.js.map": {
12706
+ "dist/chunk-KAJJ56J4.js.map": {
12706
12707
  "imports": [],
12707
12708
  "exports": [],
12708
12709
  "inputs": {},
12709
12710
  "bytes": 39340
12710
12711
  },
12711
- "dist/chunk-POE7H4IE.js": {
12712
+ "dist/chunk-KAJJ56J4.js": {
12712
12713
  "imports": [
12713
12714
  {
12714
12715
  "path": "@stitches/react",
@@ -12785,7 +12786,7 @@
12785
12786
  ],
12786
12787
  "inputs": {
12787
12788
  "<define:process.env>": {
12788
- "bytesInOutput": 18436
12789
+ "bytesInOutput": 18434
12789
12790
  },
12790
12791
  "src/Theme/stitches.config.ts": {
12791
12792
  "bytesInOutput": 1652
@@ -12836,7 +12837,7 @@
12836
12837
  "bytesInOutput": 546
12837
12838
  }
12838
12839
  },
12839
- "bytes": 40049
12840
+ "bytes": 40047
12840
12841
  }
12841
12842
  }
12842
12843
  }