@100mslive/roomkit-react 0.1.8-alpha.0 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/{HLSView-IQRPLYNH.js → HLSView-DDGPZHA2.js} +3 -3
  2. package/dist/Prebuilt/App.d.ts +1 -0
  3. package/dist/Prebuilt/AppContext.d.ts +1 -0
  4. package/dist/Prebuilt/components/Footer/PaginatedParticipants.d.ts +5 -0
  5. package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +10 -3
  6. package/dist/Prebuilt/components/Notifications/HeadlessEndRoomListener.d.ts +2 -0
  7. package/dist/Prebuilt/components/PrebuiltTileElements.d.ts +2198 -0
  8. package/dist/{VirtualBackground-GP4ATXD3.js → VirtualBackground-UVZJVOA2.js} +3 -3
  9. package/dist/{chunk-Z3O2WGWV.js → chunk-6SQTFOK6.js} +2 -2
  10. package/dist/{chunk-Z3O2WGWV.js.map → chunk-6SQTFOK6.js.map} +1 -1
  11. package/dist/{chunk-2H5NIZB7.js → chunk-HUMNPIYI.js} +2 -2
  12. package/dist/{chunk-GLYGPYNS.js → chunk-PRM33R4R.js} +286 -251
  13. package/dist/chunk-PRM33R4R.js.map +7 -0
  14. package/dist/{conference-JD35TNH4.js → conference-N7S47TDK.js} +484 -385
  15. package/dist/conference-N7S47TDK.js.map +7 -0
  16. package/dist/index.cjs.js +1895 -1727
  17. package/dist/index.cjs.js.map +4 -4
  18. package/dist/index.js +2 -2
  19. package/dist/meta.cjs.json +234 -42
  20. package/dist/meta.esbuild.json +267 -74
  21. package/package.json +6 -6
  22. package/src/AudioLevel/AudioLevel.tsx +1 -1
  23. package/src/Prebuilt/App.tsx +5 -0
  24. package/src/Prebuilt/AppContext.tsx +2 -0
  25. package/src/Prebuilt/common/constants.js +1 -1
  26. package/src/Prebuilt/components/AppData/AppData.jsx +1 -1
  27. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  28. package/src/Prebuilt/components/Chip.tsx +6 -2
  29. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +94 -0
  30. package/src/Prebuilt/components/Footer/ParticipantList.jsx +53 -23
  31. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +86 -84
  32. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -1
  33. package/src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx +23 -0
  34. package/src/Prebuilt/components/Notifications/Notifications.jsx +1 -1
  35. package/src/Prebuilt/components/PrebuiltTileElements.tsx +5 -0
  36. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +9 -6
  37. package/src/Prebuilt/components/SidePaneTabs.tsx +31 -5
  38. package/src/Prebuilt/components/VideoTile.jsx +19 -34
  39. package/src/Prebuilt/components/conference.jsx +4 -3
  40. package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +1 -1
  41. package/src/Prebuilt/layouts/SidePane.tsx +1 -0
  42. package/dist/chunk-GLYGPYNS.js.map +0 -7
  43. package/dist/conference-JD35TNH4.js.map +0 -7
  44. /package/dist/{HLSView-IQRPLYNH.js.map → HLSView-DDGPZHA2.js.map} +0 -0
  45. /package/dist/{VirtualBackground-GP4ATXD3.js.map → VirtualBackground-UVZJVOA2.js.map} +0 -0
  46. /package/dist/{chunk-2H5NIZB7.js.map → chunk-HUMNPIYI.js.map} +0 -0
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ import {
40
40
  getLeft,
41
41
  useBorderAudioLevel,
42
42
  useTheme
43
- } from "./chunk-GLYGPYNS.js";
43
+ } from "./chunk-PRM33R4R.js";
44
44
  import {
45
45
  Box,
46
46
  Flex,
@@ -61,7 +61,7 @@ import {
61
61
  styled,
62
62
  textEllipsis,
63
63
  theme
64
- } from "./chunk-Z3O2WGWV.js";
64
+ } from "./chunk-6SQTFOK6.js";
65
65
  export {
66
66
  Accordion,
67
67
  AudioLevel,
@@ -1140,7 +1140,7 @@
1140
1140
  "imports": []
1141
1141
  },
1142
1142
  "src/AudioLevel/AudioLevel.tsx": {
1143
- "bytes": 2294,
1143
+ "bytes": 2298,
1144
1144
  "imports": [
1145
1145
  {
1146
1146
  "path": "react",
@@ -1873,7 +1873,7 @@
1873
1873
  "format": "esm"
1874
1874
  },
1875
1875
  "src/Prebuilt/common/constants.js": {
1876
- "bytes": 3307,
1876
+ "bytes": 3305,
1877
1877
  "imports": [
1878
1878
  {
1879
1879
  "path": "@100mslive/react-sdk",
@@ -1915,7 +1915,7 @@
1915
1915
  "format": "esm"
1916
1916
  },
1917
1917
  "src/Prebuilt/components/AppData/useUISettings.js": {
1918
- "bytes": 4892,
1918
+ "bytes": 4891,
1919
1919
  "imports": [
1920
1920
  {
1921
1921
  "path": "react",
@@ -1951,7 +1951,7 @@
1951
1951
  "format": "esm"
1952
1952
  },
1953
1953
  "src/Prebuilt/components/AppData/AppData.jsx": {
1954
- "bytes": 5962,
1954
+ "bytes": 5961,
1955
1955
  "imports": [
1956
1956
  {
1957
1957
  "path": "react",
@@ -2002,7 +2002,7 @@
2002
2002
  "format": "esm"
2003
2003
  },
2004
2004
  "src/Prebuilt/AppContext.tsx": {
2005
- "bytes": 708,
2005
+ "bytes": 752,
2006
2006
  "imports": [
2007
2007
  {
2008
2008
  "path": "react",
@@ -2888,7 +2888,7 @@
2888
2888
  "format": "esm"
2889
2889
  },
2890
2890
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
2891
- "bytes": 6895,
2891
+ "bytes": 6892,
2892
2892
  "imports": [
2893
2893
  {
2894
2894
  "path": "react",
@@ -3009,6 +3009,37 @@
3009
3009
  ],
3010
3010
  "format": "esm"
3011
3011
  },
3012
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
3013
+ "bytes": 821,
3014
+ "imports": [
3015
+ {
3016
+ "path": "react",
3017
+ "kind": "import-statement",
3018
+ "external": true
3019
+ },
3020
+ {
3021
+ "path": "@100mslive/react-sdk",
3022
+ "kind": "import-statement",
3023
+ "external": true
3024
+ },
3025
+ {
3026
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
3027
+ "kind": "import-statement",
3028
+ "original": "../AppData/useUISettings"
3029
+ },
3030
+ {
3031
+ "path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
3032
+ "kind": "import-statement",
3033
+ "original": "../hooks/useRedirectToLeave"
3034
+ },
3035
+ {
3036
+ "path": "<define:process.env>",
3037
+ "kind": "import-statement",
3038
+ "external": true
3039
+ }
3040
+ ],
3041
+ "format": "esm"
3042
+ },
3012
3043
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
3013
3044
  "bytes": 1583,
3014
3045
  "imports": [
@@ -3686,7 +3717,7 @@
3686
3717
  "format": "esm"
3687
3718
  },
3688
3719
  "src/Prebuilt/components/Chip.tsx": {
3689
- "bytes": 863,
3720
+ "bytes": 887,
3690
3721
  "imports": [
3691
3722
  {
3692
3723
  "path": "react",
@@ -3804,6 +3835,27 @@
3804
3835
  ],
3805
3836
  "format": "esm"
3806
3837
  },
3838
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
3839
+ "bytes": 308,
3840
+ "imports": [
3841
+ {
3842
+ "path": "src/Theme/index.tsx",
3843
+ "kind": "import-statement",
3844
+ "original": "../../Theme"
3845
+ },
3846
+ {
3847
+ "path": "src/VideoTile/index.tsx",
3848
+ "kind": "import-statement",
3849
+ "original": "../../VideoTile"
3850
+ },
3851
+ {
3852
+ "path": "<define:process.env>",
3853
+ "kind": "import-statement",
3854
+ "external": true
3855
+ }
3856
+ ],
3857
+ "format": "esm"
3858
+ },
3807
3859
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
3808
3860
  "bytes": 1116,
3809
3861
  "imports": [
@@ -3836,7 +3888,7 @@
3836
3888
  "format": "esm"
3837
3889
  },
3838
3890
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
3839
- "bytes": 72,
3891
+ "bytes": 75,
3840
3892
  "imports": [
3841
3893
  {
3842
3894
  "path": "<define:process.env>",
@@ -4317,7 +4369,7 @@
4317
4369
  "format": "esm"
4318
4370
  },
4319
4371
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4320
- "bytes": 9541,
4372
+ "bytes": 9662,
4321
4373
  "imports": [
4322
4374
  {
4323
4375
  "path": "react",
@@ -4389,6 +4441,11 @@
4389
4441
  "kind": "import-statement",
4390
4442
  "original": "../Header/HeaderComponents"
4391
4443
  },
4444
+ {
4445
+ "path": "src/Prebuilt/components/PrebuiltTileElements.tsx",
4446
+ "kind": "import-statement",
4447
+ "original": "../PrebuiltTileElements"
4448
+ },
4392
4449
  {
4393
4450
  "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
4394
4451
  "kind": "import-statement",
@@ -6672,7 +6729,7 @@
6672
6729
  "format": "esm"
6673
6730
  },
6674
6731
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
6675
- "bytes": 5408,
6732
+ "bytes": 5433,
6676
6733
  "imports": [
6677
6734
  {
6678
6735
  "path": "react",
@@ -6733,7 +6790,7 @@
6733
6790
  "format": "esm"
6734
6791
  },
6735
6792
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6736
- "bytes": 4389,
6793
+ "bytes": 4588,
6737
6794
  "imports": [
6738
6795
  {
6739
6796
  "path": "react",
@@ -6775,11 +6832,6 @@
6775
6832
  "kind": "import-statement",
6776
6833
  "original": "../../../Text"
6777
6834
  },
6778
- {
6779
- "path": "src/Prebuilt/components/Chip.tsx",
6780
- "kind": "import-statement",
6781
- "original": "../Chip"
6782
- },
6783
6835
  {
6784
6836
  "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
6785
6837
  "kind": "import-statement",
@@ -6804,7 +6856,7 @@
6804
6856
  "format": "esm"
6805
6857
  },
6806
6858
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6807
- "bytes": 10708,
6859
+ "bytes": 11501,
6808
6860
  "imports": [
6809
6861
  {
6810
6862
  "path": "react",
@@ -7307,7 +7359,7 @@
7307
7359
  "format": "esm"
7308
7360
  },
7309
7361
  "src/Prebuilt/components/VideoTile.jsx": {
7310
- "bytes": 7018,
7362
+ "bytes": 6421,
7311
7363
  "imports": [
7312
7364
  {
7313
7365
  "path": "react",
@@ -7374,6 +7426,11 @@
7374
7426
  "kind": "import-statement",
7375
7427
  "original": "./peerTileUtils"
7376
7428
  },
7429
+ {
7430
+ "path": "src/Prebuilt/components/PrebuiltTileElements.tsx",
7431
+ "kind": "import-statement",
7432
+ "original": "./PrebuiltTileElements"
7433
+ },
7377
7434
  {
7378
7435
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
7379
7436
  "kind": "import-statement",
@@ -8555,8 +8612,89 @@
8555
8612
  ],
8556
8613
  "format": "esm"
8557
8614
  },
8615
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
8616
+ "bytes": 3875,
8617
+ "imports": [
8618
+ {
8619
+ "path": "react",
8620
+ "kind": "import-statement",
8621
+ "external": true
8622
+ },
8623
+ {
8624
+ "path": "react-use",
8625
+ "kind": "import-statement",
8626
+ "external": true
8627
+ },
8628
+ {
8629
+ "path": "react-window",
8630
+ "kind": "import-statement",
8631
+ "external": true
8632
+ },
8633
+ {
8634
+ "path": "@100mslive/react-sdk",
8635
+ "kind": "import-statement",
8636
+ "external": true
8637
+ },
8638
+ {
8639
+ "path": "@100mslive/react-icons",
8640
+ "kind": "import-statement",
8641
+ "external": true
8642
+ },
8643
+ {
8644
+ "path": "src/Button/index.tsx",
8645
+ "kind": "import-statement",
8646
+ "original": "../../../Button"
8647
+ },
8648
+ {
8649
+ "path": "src/IconButton/index.tsx",
8650
+ "kind": "import-statement",
8651
+ "original": "../../../IconButton"
8652
+ },
8653
+ {
8654
+ "path": "src/Layout/index.tsx",
8655
+ "kind": "import-statement",
8656
+ "original": "../../../Layout"
8657
+ },
8658
+ {
8659
+ "path": "src/Loading/index.ts",
8660
+ "kind": "import-statement",
8661
+ "original": "../../../Loading"
8662
+ },
8663
+ {
8664
+ "path": "src/Text/index.tsx",
8665
+ "kind": "import-statement",
8666
+ "original": "../../../Text"
8667
+ },
8668
+ {
8669
+ "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8670
+ "kind": "import-statement",
8671
+ "original": "./ParticipantList"
8672
+ },
8673
+ {
8674
+ "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
8675
+ "kind": "import-statement",
8676
+ "original": "./RoleAccordion"
8677
+ },
8678
+ {
8679
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
8680
+ "kind": "import-statement",
8681
+ "original": "../AppData/useSidepane"
8682
+ },
8683
+ {
8684
+ "path": "src/Prebuilt/common/utils.js",
8685
+ "kind": "import-statement",
8686
+ "original": "../../common/utils"
8687
+ },
8688
+ {
8689
+ "path": "<define:process.env>",
8690
+ "kind": "import-statement",
8691
+ "external": true
8692
+ }
8693
+ ],
8694
+ "format": "esm"
8695
+ },
8558
8696
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8559
- "bytes": 5689,
8697
+ "bytes": 6691,
8560
8698
  "imports": [
8561
8699
  {
8562
8700
  "path": "react",
@@ -8588,6 +8726,11 @@
8588
8726
  "kind": "import-statement",
8589
8727
  "original": "./Chat/Chat"
8590
8728
  },
8729
+ {
8730
+ "path": "src/Prebuilt/components/Footer/PaginatedParticipants.tsx",
8731
+ "kind": "import-statement",
8732
+ "original": "./Footer/PaginatedParticipants"
8733
+ },
8591
8734
  {
8592
8735
  "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8593
8736
  "kind": "import-statement",
@@ -8768,7 +8911,7 @@
8768
8911
  "format": "esm"
8769
8912
  },
8770
8913
  "src/Prebuilt/layouts/SidePane.tsx": {
8771
- "bytes": 3668,
8914
+ "bytes": 3691,
8772
8915
  "imports": [
8773
8916
  {
8774
8917
  "path": "react",
@@ -9379,7 +9522,7 @@
9379
9522
  "format": "esm"
9380
9523
  },
9381
9524
  "src/Prebuilt/components/conference.jsx": {
9382
- "bytes": 6609,
9525
+ "bytes": 6775,
9383
9526
  "imports": [
9384
9527
  {
9385
9528
  "path": "react",
@@ -9475,7 +9618,7 @@
9475
9618
  "format": "esm"
9476
9619
  },
9477
9620
  "src/Prebuilt/App.tsx": {
9478
- "bytes": 11872,
9621
+ "bytes": 12059,
9479
9622
  "imports": [
9480
9623
  {
9481
9624
  "path": "react",
@@ -9537,6 +9680,11 @@
9537
9680
  "kind": "import-statement",
9538
9681
  "original": "./components/Notifications"
9539
9682
  },
9683
+ {
9684
+ "path": "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx",
9685
+ "kind": "import-statement",
9686
+ "original": "./components/Notifications/HeadlessEndRoomListener"
9687
+ },
9540
9688
  {
9541
9689
  "path": "src/Prebuilt/components/PostLeave.jsx",
9542
9690
  "kind": "import-statement",
@@ -9864,7 +10012,7 @@
9864
10012
  "imports": [],
9865
10013
  "exports": [],
9866
10014
  "inputs": {},
9867
- "bytes": 1021693
10015
+ "bytes": 1032954
9868
10016
  },
9869
10017
  "dist/index.cjs.js": {
9870
10018
  "imports": [
@@ -10408,6 +10556,16 @@
10408
10556
  "kind": "require-call",
10409
10557
  "external": true
10410
10558
  },
10559
+ {
10560
+ "path": "react",
10561
+ "kind": "require-call",
10562
+ "external": true
10563
+ },
10564
+ {
10565
+ "path": "@100mslive/react-sdk",
10566
+ "kind": "require-call",
10567
+ "external": true
10568
+ },
10411
10569
  {
10412
10570
  "path": "@100mslive/react-icons",
10413
10571
  "kind": "require-call",
@@ -11753,6 +11911,31 @@
11753
11911
  "kind": "require-call",
11754
11912
  "external": true
11755
11913
  },
11914
+ {
11915
+ "path": "react-window",
11916
+ "kind": "require-call",
11917
+ "external": true
11918
+ },
11919
+ {
11920
+ "path": "@100mslive/react-sdk",
11921
+ "kind": "require-call",
11922
+ "external": true
11923
+ },
11924
+ {
11925
+ "path": "@100mslive/react-icons",
11926
+ "kind": "require-call",
11927
+ "external": true
11928
+ },
11929
+ {
11930
+ "path": "react",
11931
+ "kind": "require-call",
11932
+ "external": true
11933
+ },
11934
+ {
11935
+ "path": "react-use",
11936
+ "kind": "require-call",
11937
+ "external": true
11938
+ },
11756
11939
  {
11757
11940
  "path": "@100mslive/react-sdk",
11758
11941
  "kind": "require-call",
@@ -11973,7 +12156,7 @@
11973
12156
  "entryPoint": "src/index.ts",
11974
12157
  "inputs": {
11975
12158
  "<define:process.env>": {
11976
- "bytesInOutput": 18491
12159
+ "bytesInOutput": 18443
11977
12160
  },
11978
12161
  "src/Theme/base.config.ts": {
11979
12162
  "bytesInOutput": 6104
@@ -12132,7 +12315,7 @@
12132
12315
  "bytesInOutput": 983
12133
12316
  },
12134
12317
  "src/AudioLevel/AudioLevel.tsx": {
12135
- "bytesInOutput": 2803
12318
+ "bytesInOutput": 2807
12136
12319
  },
12137
12320
  "src/AudioLevel/index.ts": {
12138
12321
  "bytesInOutput": 175
@@ -12231,19 +12414,19 @@
12231
12414
  "bytesInOutput": 1062
12232
12415
  },
12233
12416
  "src/Prebuilt/common/constants.js": {
12234
- "bytesInOutput": 3765
12417
+ "bytesInOutput": 3763
12235
12418
  },
12236
12419
  "src/Prebuilt/components/AppData/useSidepane.js": {
12237
12420
  "bytesInOutput": 1640
12238
12421
  },
12239
12422
  "src/Prebuilt/components/AppData/useUISettings.js": {
12240
- "bytesInOutput": 5393
12423
+ "bytesInOutput": 5392
12241
12424
  },
12242
12425
  "src/Prebuilt/components/AppData/AppData.jsx": {
12243
- "bytesInOutput": 6682
12426
+ "bytesInOutput": 6681
12244
12427
  },
12245
12428
  "src/Prebuilt/AppContext.tsx": {
12246
- "bytesInOutput": 745
12429
+ "bytesInOutput": 767
12247
12430
  },
12248
12431
  "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
12249
12432
  "bytesInOutput": 448
@@ -12338,6 +12521,9 @@
12338
12521
  "src/Prebuilt/components/Notifications/index.jsx": {
12339
12522
  "bytesInOutput": 173
12340
12523
  },
12524
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
12525
+ "bytesInOutput": 1021
12526
+ },
12341
12527
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
12342
12528
  "bytesInOutput": 2156
12343
12529
  },
@@ -12387,7 +12573,7 @@
12387
12573
  "bytesInOutput": 6745
12388
12574
  },
12389
12575
  "src/Prebuilt/components/Chip.tsx": {
12390
- "bytesInOutput": 1033
12576
+ "bytesInOutput": 1112
12391
12577
  },
12392
12578
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
12393
12579
  "bytesInOutput": 1059
@@ -12398,11 +12584,14 @@
12398
12584
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
12399
12585
  "bytesInOutput": 2097
12400
12586
  },
12587
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
12588
+ "bytesInOutput": 444
12589
+ },
12401
12590
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
12402
12591
  "bytesInOutput": 1770
12403
12592
  },
12404
12593
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
12405
- "bytesInOutput": 257
12594
+ "bytesInOutput": 260
12406
12595
  },
12407
12596
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
12408
12597
  "bytesInOutput": 8119
@@ -12435,7 +12624,7 @@
12435
12624
  "bytesInOutput": 5054
12436
12625
  },
12437
12626
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12438
- "bytesInOutput": 11713
12627
+ "bytesInOutput": 11753
12439
12628
  },
12440
12629
  "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
12441
12630
  "bytesInOutput": 2512
@@ -12516,7 +12705,7 @@
12516
12705
  "bytesInOutput": 11509
12517
12706
  },
12518
12707
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
12519
- "bytesInOutput": 6192
12708
+ "bytesInOutput": 6227
12520
12709
  },
12521
12710
  "src/Prebuilt/components/hooks/useFullscreen.js": {
12522
12711
  "bytesInOutput": 1672
@@ -12582,13 +12771,13 @@
12582
12771
  "bytesInOutput": 1304
12583
12772
  },
12584
12773
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
12585
- "bytesInOutput": 6833
12774
+ "bytesInOutput": 6858
12586
12775
  },
12587
12776
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
12588
- "bytesInOutput": 5035
12777
+ "bytesInOutput": 5208
12589
12778
  },
12590
12779
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
12591
- "bytesInOutput": 13454
12780
+ "bytesInOutput": 14243
12592
12781
  },
12593
12782
  "src/Prebuilt/components/Footer/Footer.tsx": {
12594
12783
  "bytesInOutput": 4590
@@ -12612,7 +12801,7 @@
12612
12801
  "bytesInOutput": 1299
12613
12802
  },
12614
12803
  "src/Prebuilt/components/VideoTile.jsx": {
12615
- "bytesInOutput": 8466
12804
+ "bytesInOutput": 7796
12616
12805
  },
12617
12806
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
12618
12807
  "bytesInOutput": 706
@@ -12689,8 +12878,11 @@
12689
12878
  "src/Prebuilt/components/Chat/Chat.jsx": {
12690
12879
  "bytesInOutput": 8085
12691
12880
  },
12881
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
12882
+ "bytesInOutput": 4444
12883
+ },
12692
12884
  "src/Prebuilt/components/SidePaneTabs.tsx": {
12693
- "bytesInOutput": 6530
12885
+ "bytesInOutput": 7596
12694
12886
  },
12695
12887
  "src/Prebuilt/images/rtmp.png": {
12696
12888
  "bytesInOutput": 7396
@@ -12702,7 +12894,7 @@
12702
12894
  "bytesInOutput": 3687
12703
12895
  },
12704
12896
  "src/Prebuilt/layouts/SidePane.tsx": {
12705
- "bytesInOutput": 4116
12897
+ "bytesInOutput": 4143
12706
12898
  },
12707
12899
  "src/Prebuilt/layouts/WaitingView.jsx": {
12708
12900
  "bytesInOutput": 1943
@@ -12750,10 +12942,10 @@
12750
12942
  "bytesInOutput": 3048
12751
12943
  },
12752
12944
  "src/Prebuilt/components/conference.jsx": {
12753
- "bytesInOutput": 8059
12945
+ "bytesInOutput": 8312
12754
12946
  },
12755
12947
  "src/Prebuilt/App.tsx": {
12756
- "bytesInOutput": 13075
12948
+ "bytesInOutput": 13235
12757
12949
  },
12758
12950
  "src/Prebuilt/index.ts": {
12759
12951
  "bytesInOutput": 131
@@ -12765,7 +12957,7 @@
12765
12957
  "bytesInOutput": 2790
12766
12958
  }
12767
12959
  },
12768
- "bytes": 852892
12960
+ "bytes": 860939
12769
12961
  }
12770
12962
  }
12771
12963
  }