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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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",
@@ -9869,11 +10017,11 @@
9869
10017
  "dist/index.js": {
9870
10018
  "imports": [
9871
10019
  {
9872
- "path": "dist/chunk-GLYGPYNS.js",
10020
+ "path": "dist/chunk-PRM33R4R.js",
9873
10021
  "kind": "import-statement"
9874
10022
  },
9875
10023
  {
9876
- "path": "dist/chunk-Z3O2WGWV.js",
10024
+ "path": "dist/chunk-6SQTFOK6.js",
9877
10025
  "kind": "import-statement"
9878
10026
  }
9879
10027
  ],
@@ -9943,20 +10091,20 @@
9943
10091
  "inputs": {},
9944
10092
  "bytes": 1730
9945
10093
  },
9946
- "dist/VirtualBackground-GP4ATXD3.js.map": {
10094
+ "dist/VirtualBackground-UVZJVOA2.js.map": {
9947
10095
  "imports": [],
9948
10096
  "exports": [],
9949
10097
  "inputs": {},
9950
10098
  "bytes": 9170
9951
10099
  },
9952
- "dist/VirtualBackground-GP4ATXD3.js": {
10100
+ "dist/VirtualBackground-UVZJVOA2.js": {
9953
10101
  "imports": [
9954
10102
  {
9955
- "path": "dist/chunk-2H5NIZB7.js",
10103
+ "path": "dist/chunk-HUMNPIYI.js",
9956
10104
  "kind": "import-statement"
9957
10105
  },
9958
10106
  {
9959
- "path": "dist/chunk-Z3O2WGWV.js",
10107
+ "path": "dist/chunk-6SQTFOK6.js",
9960
10108
  "kind": "import-statement"
9961
10109
  },
9962
10110
  {
@@ -10005,20 +10153,20 @@
10005
10153
  },
10006
10154
  "bytes": 6113
10007
10155
  },
10008
- "dist/HLSView-IQRPLYNH.js.map": {
10156
+ "dist/HLSView-DDGPZHA2.js.map": {
10009
10157
  "imports": [],
10010
10158
  "exports": [],
10011
10159
  "inputs": {},
10012
10160
  "bytes": 52770
10013
10161
  },
10014
- "dist/HLSView-IQRPLYNH.js": {
10162
+ "dist/HLSView-DDGPZHA2.js": {
10015
10163
  "imports": [
10016
10164
  {
10017
- "path": "dist/chunk-GLYGPYNS.js",
10165
+ "path": "dist/chunk-PRM33R4R.js",
10018
10166
  "kind": "import-statement"
10019
10167
  },
10020
10168
  {
10021
- "path": "dist/chunk-Z3O2WGWV.js",
10169
+ "path": "dist/chunk-6SQTFOK6.js",
10022
10170
  "kind": "import-statement"
10023
10171
  },
10024
10172
  {
@@ -10169,24 +10317,24 @@
10169
10317
  },
10170
10318
  "bytes": 32794
10171
10319
  },
10172
- "dist/conference-JD35TNH4.js.map": {
10320
+ "dist/conference-N7S47TDK.js.map": {
10173
10321
  "imports": [],
10174
10322
  "exports": [],
10175
10323
  "inputs": {},
10176
- "bytes": 454497
10324
+ "bytes": 463313
10177
10325
  },
10178
- "dist/conference-JD35TNH4.js": {
10326
+ "dist/conference-N7S47TDK.js": {
10179
10327
  "imports": [
10180
10328
  {
10181
- "path": "dist/chunk-2H5NIZB7.js",
10329
+ "path": "dist/chunk-HUMNPIYI.js",
10182
10330
  "kind": "import-statement"
10183
10331
  },
10184
10332
  {
10185
- "path": "dist/chunk-GLYGPYNS.js",
10333
+ "path": "dist/chunk-PRM33R4R.js",
10186
10334
  "kind": "import-statement"
10187
10335
  },
10188
10336
  {
10189
- "path": "dist/chunk-Z3O2WGWV.js",
10337
+ "path": "dist/chunk-6SQTFOK6.js",
10190
10338
  "kind": "import-statement"
10191
10339
  },
10192
10340
  {
@@ -10725,7 +10873,7 @@
10725
10873
  "external": true
10726
10874
  },
10727
10875
  {
10728
- "path": "dist/VirtualBackground-GP4ATXD3.js",
10876
+ "path": "dist/VirtualBackground-UVZJVOA2.js",
10729
10877
  "kind": "dynamic-import"
10730
10878
  },
10731
10879
  {
@@ -11178,6 +11326,31 @@
11178
11326
  "kind": "import-statement",
11179
11327
  "external": true
11180
11328
  },
11329
+ {
11330
+ "path": "react-use",
11331
+ "kind": "import-statement",
11332
+ "external": true
11333
+ },
11334
+ {
11335
+ "path": "react-window",
11336
+ "kind": "import-statement",
11337
+ "external": true
11338
+ },
11339
+ {
11340
+ "path": "@100mslive/react-sdk",
11341
+ "kind": "import-statement",
11342
+ "external": true
11343
+ },
11344
+ {
11345
+ "path": "@100mslive/react-icons",
11346
+ "kind": "import-statement",
11347
+ "external": true
11348
+ },
11349
+ {
11350
+ "path": "react",
11351
+ "kind": "import-statement",
11352
+ "external": true
11353
+ },
11181
11354
  {
11182
11355
  "path": "@100mslive/react-sdk",
11183
11356
  "kind": "import-statement",
@@ -11214,7 +11387,7 @@
11214
11387
  "external": true
11215
11388
  },
11216
11389
  {
11217
- "path": "dist/HLSView-IQRPLYNH.js",
11390
+ "path": "dist/HLSView-DDGPZHA2.js",
11218
11391
  "kind": "dynamic-import"
11219
11392
  }
11220
11393
  ],
@@ -11224,7 +11397,7 @@
11224
11397
  "entryPoint": "src/Prebuilt/components/conference.jsx",
11225
11398
  "inputs": {
11226
11399
  "src/Prebuilt/components/conference.jsx": {
11227
- "bytesInOutput": 6328
11400
+ "bytesInOutput": 6520
11228
11401
  },
11229
11402
  "src/Prebuilt/components/Footer/Footer.tsx": {
11230
11403
  "bytesInOutput": 3339
@@ -11353,13 +11526,13 @@
11353
11526
  "bytesInOutput": 861
11354
11527
  },
11355
11528
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
11356
- "bytesInOutput": 11017
11529
+ "bytesInOutput": 11673
11357
11530
  },
11358
11531
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
11359
- "bytesInOutput": 3928
11532
+ "bytesInOutput": 4125
11360
11533
  },
11361
11534
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
11362
- "bytesInOutput": 5744
11535
+ "bytesInOutput": 5769
11363
11536
  },
11364
11537
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
11365
11538
  "bytesInOutput": 2336
@@ -11383,7 +11556,7 @@
11383
11556
  "bytesInOutput": 3975
11384
11557
  },
11385
11558
  "src/Prebuilt/components/VideoTile.jsx": {
11386
- "bytesInOutput": 7095
11559
+ "bytesInOutput": 6441
11387
11560
  },
11388
11561
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
11389
11562
  "bytesInOutput": 4356
@@ -11431,16 +11604,16 @@
11431
11604
  "bytesInOutput": 2710
11432
11605
  },
11433
11606
  "src/Prebuilt/layouts/EmbedView.jsx": {
11434
- "bytesInOutput": 3229
11607
+ "bytesInOutput": 3224
11435
11608
  },
11436
11609
  "src/Prebuilt/layouts/PDFView.jsx": {
11437
11610
  "bytesInOutput": 3133
11438
11611
  },
11439
11612
  "src/Prebuilt/layouts/SidePane.tsx": {
11440
- "bytesInOutput": 3245
11613
+ "bytesInOutput": 3268
11441
11614
  },
11442
11615
  "src/Prebuilt/components/SidePaneTabs.tsx": {
11443
- "bytesInOutput": 5223
11616
+ "bytesInOutput": 6118
11444
11617
  },
11445
11618
  "src/Prebuilt/components/Chat/Chat.jsx": {
11446
11619
  "bytesInOutput": 6609
@@ -11466,6 +11639,9 @@
11466
11639
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
11467
11640
  "bytesInOutput": 1169
11468
11641
  },
11642
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
11643
+ "bytesInOutput": 3503
11644
+ },
11469
11645
  "src/Prebuilt/components/Streaming/StreamingLanding.jsx": {
11470
11646
  "bytesInOutput": 2865
11471
11647
  },
@@ -11479,18 +11655,18 @@
11479
11655
  "bytesInOutput": 1380
11480
11656
  }
11481
11657
  },
11482
- "bytes": 334175
11658
+ "bytes": 339102
11483
11659
  },
11484
- "dist/chunk-2H5NIZB7.js.map": {
11660
+ "dist/chunk-HUMNPIYI.js.map": {
11485
11661
  "imports": [],
11486
11662
  "exports": [],
11487
11663
  "inputs": {},
11488
11664
  "bytes": 2406
11489
11665
  },
11490
- "dist/chunk-2H5NIZB7.js": {
11666
+ "dist/chunk-HUMNPIYI.js": {
11491
11667
  "imports": [
11492
11668
  {
11493
- "path": "dist/chunk-Z3O2WGWV.js",
11669
+ "path": "dist/chunk-6SQTFOK6.js",
11494
11670
  "kind": "import-statement"
11495
11671
  },
11496
11672
  {
@@ -11509,16 +11685,16 @@
11509
11685
  },
11510
11686
  "bytes": 1591
11511
11687
  },
11512
- "dist/chunk-GLYGPYNS.js.map": {
11688
+ "dist/chunk-PRM33R4R.js.map": {
11513
11689
  "imports": [],
11514
11690
  "exports": [],
11515
11691
  "inputs": {},
11516
- "bytes": 449944
11692
+ "bytes": 452418
11517
11693
  },
11518
- "dist/chunk-GLYGPYNS.js": {
11694
+ "dist/chunk-PRM33R4R.js": {
11519
11695
  "imports": [
11520
11696
  {
11521
- "path": "dist/chunk-Z3O2WGWV.js",
11697
+ "path": "dist/chunk-6SQTFOK6.js",
11522
11698
  "kind": "import-statement"
11523
11699
  },
11524
11700
  {
@@ -12041,6 +12217,16 @@
12041
12217
  "kind": "import-statement",
12042
12218
  "external": true
12043
12219
  },
12220
+ {
12221
+ "path": "@100mslive/react-sdk",
12222
+ "kind": "import-statement",
12223
+ "external": true
12224
+ },
12225
+ {
12226
+ "path": "react",
12227
+ "kind": "import-statement",
12228
+ "external": true
12229
+ },
12044
12230
  {
12045
12231
  "path": "react-router-dom",
12046
12232
  "kind": "import-statement",
@@ -12367,7 +12553,7 @@
12367
12553
  "external": true
12368
12554
  },
12369
12555
  {
12370
- "path": "dist/VirtualBackground-GP4ATXD3.js",
12556
+ "path": "dist/VirtualBackground-UVZJVOA2.js",
12371
12557
  "kind": "dynamic-import"
12372
12558
  },
12373
12559
  {
@@ -12436,7 +12622,7 @@
12436
12622
  "external": true
12437
12623
  },
12438
12624
  {
12439
- "path": "dist/conference-JD35TNH4.js",
12625
+ "path": "dist/conference-N7S47TDK.js",
12440
12626
  "kind": "dynamic-import"
12441
12627
  },
12442
12628
  {
@@ -12454,7 +12640,6 @@
12454
12640
  "Button",
12455
12641
  "CHAT_SELECTOR",
12456
12642
  "Checkbox",
12457
- "Chip_default",
12458
12643
  "Collapsible",
12459
12644
  "ConnectionIndicator",
12460
12645
  "Dialog",
@@ -12479,6 +12664,8 @@
12479
12664
  "PasswordInput",
12480
12665
  "PictureInPicture",
12481
12666
  "Popover",
12667
+ "PrebuiltAttributeBox",
12668
+ "PrebuiltAudioIndicator",
12482
12669
  "PrebuiltDialogPortal",
12483
12670
  "PreviewControls",
12484
12671
  "PreviewTile",
@@ -12653,7 +12840,7 @@
12653
12840
  "bytesInOutput": 0
12654
12841
  },
12655
12842
  "src/AudioLevel/AudioLevel.tsx": {
12656
- "bytesInOutput": 2164
12843
+ "bytesInOutput": 2168
12657
12844
  },
12658
12845
  "src/AudioLevel/audio-level.png": {
12659
12846
  "bytesInOutput": 880
@@ -12722,10 +12909,10 @@
12722
12909
  "bytesInOutput": 860
12723
12910
  },
12724
12911
  "src/Prebuilt/App.tsx": {
12725
- "bytesInOutput": 10165
12912
+ "bytesInOutput": 10265
12726
12913
  },
12727
12914
  "src/Prebuilt/components/AppData/AppData.jsx": {
12728
- "bytesInOutput": 5447
12915
+ "bytesInOutput": 5446
12729
12916
  },
12730
12917
  "src/Prebuilt/components/init/initUtils.js": {
12731
12918
  "bytesInOutput": 1693
@@ -12737,16 +12924,16 @@
12737
12924
  "bytesInOutput": 1149
12738
12925
  },
12739
12926
  "src/Prebuilt/common/constants.js": {
12740
- "bytesInOutput": 2911
12927
+ "bytesInOutput": 2909
12741
12928
  },
12742
12929
  "src/Prebuilt/components/AppData/useUISettings.js": {
12743
- "bytesInOutput": 3966
12930
+ "bytesInOutput": 3965
12744
12931
  },
12745
12932
  "src/Prebuilt/components/AuthToken.jsx": {
12746
12933
  "bytesInOutput": 3208
12747
12934
  },
12748
12935
  "src/Prebuilt/AppContext.tsx": {
12749
- "bytesInOutput": 469
12936
+ "bytesInOutput": 487
12750
12937
  },
12751
12938
  "src/Prebuilt/primitives/DialogContent.jsx": {
12752
12939
  "bytesInOutput": 7643
@@ -12838,6 +13025,9 @@
12838
13025
  "src/Prebuilt/components/Notifications/index.jsx": {
12839
13026
  "bytesInOutput": 0
12840
13027
  },
13028
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
13029
+ "bytesInOutput": 727
13030
+ },
12841
13031
  "src/Prebuilt/components/PostLeave.jsx": {
12842
13032
  "bytesInOutput": 2585
12843
13033
  },
@@ -12881,7 +13071,7 @@
12881
13071
  "bytesInOutput": 1769
12882
13072
  },
12883
13073
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12884
- "bytesInOutput": 9407
13074
+ "bytesInOutput": 9414
12885
13075
  },
12886
13076
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12887
13077
  "bytesInOutput": 5583
@@ -12890,7 +13080,7 @@
12890
13080
  "bytesInOutput": 2838
12891
13081
  },
12892
13082
  "src/Prebuilt/components/Chip.tsx": {
12893
- "bytesInOutput": 703
13083
+ "bytesInOutput": 746
12894
13084
  },
12895
13085
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
12896
13086
  "bytesInOutput": 1455
@@ -12901,6 +13091,9 @@
12901
13091
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
12902
13092
  "bytesInOutput": 750
12903
13093
  },
13094
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
13095
+ "bytesInOutput": 200
13096
+ },
12904
13097
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
12905
13098
  "bytesInOutput": 8522
12906
13099
  },
@@ -12914,7 +13107,7 @@
12914
13107
  "bytesInOutput": 1281
12915
13108
  },
12916
13109
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
12917
- "bytesInOutput": 63
13110
+ "bytesInOutput": 66
12918
13111
  },
12919
13112
  "src/Prebuilt/components/Settings/LayoutSettings.jsx": {
12920
13113
  "bytesInOutput": 2199
@@ -12950,15 +13143,15 @@
12950
13143
  "bytesInOutput": 391
12951
13144
  }
12952
13145
  },
12953
- "bytes": 283100
13146
+ "bytes": 284355
12954
13147
  },
12955
- "dist/chunk-Z3O2WGWV.js.map": {
13148
+ "dist/chunk-6SQTFOK6.js.map": {
12956
13149
  "imports": [],
12957
13150
  "exports": [],
12958
13151
  "inputs": {},
12959
- "bytes": 39358
13152
+ "bytes": 39344
12960
13153
  },
12961
- "dist/chunk-Z3O2WGWV.js": {
13154
+ "dist/chunk-6SQTFOK6.js": {
12962
13155
  "imports": [
12963
13156
  {
12964
13157
  "path": "@stitches/react",
@@ -13035,7 +13228,7 @@
13035
13228
  ],
13036
13229
  "inputs": {
13037
13230
  "<define:process.env>": {
13038
- "bytesInOutput": 18384
13231
+ "bytesInOutput": 18336
13039
13232
  },
13040
13233
  "src/Theme/stitches.config.ts": {
13041
13234
  "bytesInOutput": 1652
@@ -13086,7 +13279,7 @@
13086
13279
  "bytesInOutput": 546
13087
13280
  }
13088
13281
  },
13089
- "bytes": 40011
13282
+ "bytes": 39963
13090
13283
  }
13091
13284
  }
13092
13285
  }