@100mslive/roomkit-react 0.1.12 → 0.1.13-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/dist/{HLSView-PWVM4OIP.js → HLSView-AIPLCDXY.js} +2 -2
  2. package/dist/Prebuilt/App.d.ts +0 -2
  3. package/dist/Prebuilt/AppContext.d.ts +0 -2
  4. package/dist/Prebuilt/common/constants.d.ts +110 -0
  5. package/dist/Prebuilt/components/AppData/AppData.d.ts +2 -0
  6. package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +7 -0
  7. package/dist/Prebuilt/components/Chat/Navigation.d.ts +8 -0
  8. package/dist/Prebuilt/components/Chat/PinnedMessage.d.ts +4 -0
  9. package/dist/Prebuilt/components/Footer/Footer.d.ts +3 -2
  10. package/dist/Prebuilt/components/Preview/PreviewJoin.d.ts +2 -1
  11. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +2 -1
  12. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +3 -0
  13. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -6
  14. package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +4 -0
  15. package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +16 -0
  16. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +3 -2
  17. package/dist/{chunk-WREKGNP6.js → chunk-5DCII2TP.js} +2212 -1216
  18. package/dist/chunk-5DCII2TP.js.map +7 -0
  19. package/dist/index.cjs.js +2906 -1848
  20. package/dist/index.cjs.js.map +4 -4
  21. package/dist/index.js +1 -1
  22. package/dist/meta.cjs.json +802 -286
  23. package/dist/meta.esbuild.json +810 -294
  24. package/package.json +8 -7
  25. package/src/Prebuilt/App.tsx +3 -14
  26. package/src/Prebuilt/AppContext.tsx +0 -2
  27. package/src/Prebuilt/common/{constants.js → constants.ts} +22 -20
  28. package/src/Prebuilt/components/AppData/{AppData.jsx → AppData.tsx} +8 -22
  29. package/src/Prebuilt/components/AppData/useUISettings.js +0 -4
  30. package/src/Prebuilt/components/AuthToken.jsx +4 -4
  31. package/src/Prebuilt/components/Chat/Chat.jsx +51 -73
  32. package/src/Prebuilt/components/Chat/ChatBody.jsx +219 -48
  33. package/src/Prebuilt/components/Chat/ChatFooter.tsx +50 -6
  34. package/src/Prebuilt/components/Chat/ChatStates.jsx +66 -0
  35. package/src/Prebuilt/components/Chat/MwebChatOption.tsx +24 -0
  36. package/src/Prebuilt/components/Chat/Navigation.tsx +60 -0
  37. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +118 -0
  38. package/src/Prebuilt/components/Footer/Footer.tsx +4 -7
  39. package/src/Prebuilt/components/Header/common.jsx +1 -1
  40. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +6 -8
  41. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +4 -1
  42. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +1 -1
  43. package/src/Prebuilt/components/SidePaneTabs.tsx +3 -2
  44. package/src/Prebuilt/components/Toast/ToastConfig.jsx +20 -0
  45. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +4 -4
  46. package/src/Prebuilt/components/VirtualBackground/{VBPicker.jsx → VBPicker.tsx} +27 -18
  47. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -8
  48. package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +10 -1
  49. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +21 -0
  50. package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +76 -0
  51. package/src/Prebuilt/layouts/SidePane.tsx +1 -1
  52. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +30 -2
  53. package/src/Prebuilt/plugins/whiteboard/PusherCommunicationProvider.js +1 -1
  54. package/src/Prebuilt/plugins/whiteboard/README.md +1 -1
  55. package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
  56. package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +12 -1
  57. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +5 -1
  58. package/dist/chunk-WREKGNP6.js.map +0 -7
  59. package/src/Prebuilt/components/hooks/useSetPinnedMessage.js +0 -38
  60. package/src/Prebuilt/services/tokenService.js +0 -49
  61. /package/dist/{HLSView-PWVM4OIP.js.map → HLSView-AIPLCDXY.js.map} +0 -0
@@ -1919,8 +1919,8 @@
1919
1919
  ],
1920
1920
  "format": "esm"
1921
1921
  },
1922
- "src/Prebuilt/common/constants.js": {
1923
- "bytes": 4149,
1922
+ "src/Prebuilt/common/constants.ts": {
1923
+ "bytes": 4234,
1924
1924
  "imports": [
1925
1925
  {
1926
1926
  "path": "@100mslive/react-sdk",
@@ -1936,7 +1936,7 @@
1936
1936
  "format": "esm"
1937
1937
  },
1938
1938
  "src/Prebuilt/components/AppData/useUISettings.js": {
1939
- "bytes": 6145,
1939
+ "bytes": 6040,
1940
1940
  "imports": [
1941
1941
  {
1942
1942
  "path": "react",
@@ -1954,7 +1954,7 @@
1954
1954
  "original": "../hooks/useUserPreferences"
1955
1955
  },
1956
1956
  {
1957
- "path": "src/Prebuilt/common/constants.js",
1957
+ "path": "src/Prebuilt/common/constants.ts",
1958
1958
  "kind": "import-statement",
1959
1959
  "original": "../../common/constants"
1960
1960
  },
@@ -1990,7 +1990,7 @@
1990
1990
  "original": "./useUISettings"
1991
1991
  },
1992
1992
  {
1993
- "path": "src/Prebuilt/common/constants.js",
1993
+ "path": "src/Prebuilt/common/constants.ts",
1994
1994
  "kind": "import-statement",
1995
1995
  "original": "../../common/constants"
1996
1996
  },
@@ -2002,24 +2002,8 @@
2002
2002
  ],
2003
2003
  "format": "esm"
2004
2004
  },
2005
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
2006
- "bytes": 1087,
2007
- "imports": [
2008
- {
2009
- "path": "@100mslive/hms-virtual-background",
2010
- "kind": "import-statement",
2011
- "external": true
2012
- },
2013
- {
2014
- "path": "<define:process.env>",
2015
- "kind": "import-statement",
2016
- "external": true
2017
- }
2018
- ],
2019
- "format": "esm"
2020
- },
2021
- "src/Prebuilt/components/AppData/AppData.jsx": {
2022
- "bytes": 5827,
2005
+ "src/Prebuilt/components/AppData/AppData.tsx": {
2006
+ "bytes": 5356,
2023
2007
  "imports": [
2024
2008
  {
2025
2009
  "path": "react",
@@ -2052,15 +2036,10 @@
2052
2036
  "original": "./useUISettings"
2053
2037
  },
2054
2038
  {
2055
- "path": "src/Prebuilt/common/constants.js",
2039
+ "path": "src/Prebuilt/common/constants.ts",
2056
2040
  "kind": "import-statement",
2057
2041
  "original": "../../common/constants"
2058
2042
  },
2059
- {
2060
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
2061
- "kind": "import-statement",
2062
- "original": "../VirtualBackground/constants"
2063
- },
2064
2043
  {
2065
2044
  "path": "<define:process.env>",
2066
2045
  "kind": "import-statement",
@@ -2075,7 +2054,7 @@
2075
2054
  "format": "esm"
2076
2055
  },
2077
2056
  "src/Prebuilt/AppContext.tsx": {
2078
- "bytes": 905,
2057
+ "bytes": 869,
2079
2058
  "imports": [
2080
2059
  {
2081
2060
  "path": "react",
@@ -2083,7 +2062,7 @@
2083
2062
  "external": true
2084
2063
  },
2085
2064
  {
2086
- "path": "src/Prebuilt/common/constants.js",
2065
+ "path": "src/Prebuilt/common/constants.ts",
2087
2066
  "kind": "import-statement",
2088
2067
  "original": "./common/constants"
2089
2068
  },
@@ -2096,7 +2075,7 @@
2096
2075
  "format": "esm"
2097
2076
  },
2098
2077
  "src/Prebuilt/primitives/DialogContent.jsx": {
2099
- "bytes": 8376,
2078
+ "bytes": 8379,
2100
2079
  "imports": [
2101
2080
  {
2102
2081
  "path": "react",
@@ -2177,7 +2156,7 @@
2177
2156
  "format": "esm"
2178
2157
  },
2179
2158
  "src/Prebuilt/components/AuthToken.jsx": {
2180
- "bytes": 3888,
2159
+ "bytes": 3794,
2181
2160
  "imports": [
2182
2161
  {
2183
2162
  "path": "react",
@@ -2210,7 +2189,7 @@
2210
2189
  "original": "./AppData/useUISettings"
2211
2190
  },
2212
2191
  {
2213
- "path": "src/Prebuilt/common/constants.js",
2192
+ "path": "src/Prebuilt/common/constants.ts",
2214
2193
  "kind": "import-statement",
2215
2194
  "original": "../common/constants"
2216
2195
  },
@@ -2354,7 +2333,7 @@
2354
2333
  "original": "../IconButton"
2355
2334
  },
2356
2335
  {
2357
- "path": "src/Prebuilt/common/constants.js",
2336
+ "path": "src/Prebuilt/common/constants.ts",
2358
2337
  "kind": "import-statement",
2359
2338
  "original": "../common/constants"
2360
2339
  },
@@ -2411,7 +2390,7 @@
2411
2390
  "original": "../AppData/useUISettings"
2412
2391
  },
2413
2392
  {
2414
- "path": "src/Prebuilt/common/constants.js",
2393
+ "path": "src/Prebuilt/common/constants.ts",
2415
2394
  "kind": "import-statement",
2416
2395
  "original": "../../common/constants"
2417
2396
  },
@@ -2492,7 +2471,7 @@
2492
2471
  "original": "./hooks/useDropdownList"
2493
2472
  },
2494
2473
  {
2495
- "path": "src/Prebuilt/common/constants.js",
2474
+ "path": "src/Prebuilt/common/constants.ts",
2496
2475
  "kind": "import-statement",
2497
2476
  "original": "../common/constants"
2498
2477
  },
@@ -2948,7 +2927,7 @@
2948
2927
  "original": "./pipUtils"
2949
2928
  },
2950
2929
  {
2951
- "path": "src/Prebuilt/common/constants.js",
2930
+ "path": "src/Prebuilt/common/constants.ts",
2952
2931
  "kind": "import-statement",
2953
2932
  "original": "../../common/constants"
2954
2933
  },
@@ -3070,7 +3049,7 @@
3070
3049
  "format": "esm"
3071
3050
  },
3072
3051
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
3073
- "bytes": 1137,
3052
+ "bytes": 1516,
3074
3053
  "imports": [
3075
3054
  {
3076
3055
  "path": "@100mslive/types-prebuilt/elements/join_form",
@@ -3291,7 +3270,7 @@
3291
3270
  "format": "esm"
3292
3271
  },
3293
3272
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3294
- "bytes": 7180,
3273
+ "bytes": 7183,
3295
3274
  "imports": [
3296
3275
  {
3297
3276
  "path": "react",
@@ -3344,7 +3323,7 @@
3344
3323
  "original": "./common.js"
3345
3324
  },
3346
3325
  {
3347
- "path": "src/Prebuilt/common/constants.js",
3326
+ "path": "src/Prebuilt/common/constants.ts",
3348
3327
  "kind": "import-statement",
3349
3328
  "original": "../../common/constants"
3350
3329
  },
@@ -3421,7 +3400,7 @@
3421
3400
  "original": "./common.js"
3422
3401
  },
3423
3402
  {
3424
- "path": "src/Prebuilt/common/constants.js",
3403
+ "path": "src/Prebuilt/common/constants.ts",
3425
3404
  "kind": "import-statement",
3426
3405
  "original": "../../common/constants"
3427
3406
  },
@@ -3472,7 +3451,7 @@
3472
3451
  "original": "./common.js"
3473
3452
  },
3474
3453
  {
3475
- "path": "src/Prebuilt/common/constants.js",
3454
+ "path": "src/Prebuilt/common/constants.ts",
3476
3455
  "kind": "import-statement",
3477
3456
  "original": "../../common/constants"
3478
3457
  },
@@ -3620,7 +3599,7 @@
3620
3599
  "original": "../../primitives/DialogContent"
3621
3600
  },
3622
3601
  {
3623
- "path": "src/Prebuilt/common/constants.js",
3602
+ "path": "src/Prebuilt/common/constants.ts",
3624
3603
  "kind": "import-statement",
3625
3604
  "original": "../../common/constants"
3626
3605
  },
@@ -3671,7 +3650,7 @@
3671
3650
  "original": "../AppData/useUISettings"
3672
3651
  },
3673
3652
  {
3674
- "path": "src/Prebuilt/common/constants.js",
3653
+ "path": "src/Prebuilt/common/constants.ts",
3675
3654
  "kind": "import-statement",
3676
3655
  "original": "../../common/constants"
3677
3656
  },
@@ -3752,7 +3731,7 @@
3752
3731
  "original": "./hooks/useDropdownSelection"
3753
3732
  },
3754
3733
  {
3755
- "path": "src/Prebuilt/common/constants.js",
3734
+ "path": "src/Prebuilt/common/constants.ts",
3756
3735
  "kind": "import-statement",
3757
3736
  "original": "../common/constants"
3758
3737
  },
@@ -4099,7 +4078,7 @@
4099
4078
  "original": "../../hooks/useMetadata"
4100
4079
  },
4101
4080
  {
4102
- "path": "src/Prebuilt/common/constants.js",
4081
+ "path": "src/Prebuilt/common/constants.ts",
4103
4082
  "kind": "import-statement",
4104
4083
  "original": "../../../common/constants"
4105
4084
  },
@@ -4409,7 +4388,7 @@
4409
4388
  "format": "cjs"
4410
4389
  },
4411
4390
  "../hms-video-web/dist/index.js": {
4412
- "bytes": 254606,
4391
+ "bytes": 254759,
4413
4392
  "imports": [
4414
4393
  {
4415
4394
  "path": "uuid",
@@ -4498,7 +4477,7 @@
4498
4477
  "bytes": 4325,
4499
4478
  "imports": [
4500
4479
  {
4501
- "path": "src/Prebuilt/common/constants.js",
4480
+ "path": "src/Prebuilt/common/constants.ts",
4502
4481
  "kind": "import-statement",
4503
4482
  "original": "./constants"
4504
4483
  },
@@ -4668,7 +4647,7 @@
4668
4647
  "original": "../hooks/useScreenshareAudio"
4669
4648
  },
4670
4649
  {
4671
- "path": "src/Prebuilt/common/constants.js",
4650
+ "path": "src/Prebuilt/common/constants.ts",
4672
4651
  "kind": "import-statement",
4673
4652
  "original": "../../common/constants"
4674
4653
  },
@@ -4681,7 +4660,7 @@
4681
4660
  "format": "esm"
4682
4661
  },
4683
4662
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
4684
- "bytes": 1916,
4663
+ "bytes": 2131,
4685
4664
  "imports": [
4686
4665
  {
4687
4666
  "path": "@100mslive/types-prebuilt",
@@ -4765,7 +4744,7 @@
4765
4744
  "original": "../../common/utils"
4766
4745
  },
4767
4746
  {
4768
- "path": "src/Prebuilt/common/constants.js",
4747
+ "path": "src/Prebuilt/common/constants.ts",
4769
4748
  "kind": "import-statement",
4770
4749
  "original": "../../common/constants"
4771
4750
  },
@@ -5024,7 +5003,7 @@
5024
5003
  "original": "../../../common/utils"
5025
5004
  },
5026
5005
  {
5027
- "path": "src/Prebuilt/common/constants.js",
5006
+ "path": "src/Prebuilt/common/constants.ts",
5028
5007
  "kind": "import-statement",
5029
5008
  "original": "../../../common/constants"
5030
5009
  },
@@ -5197,7 +5176,7 @@
5197
5176
  "original": "../AppData/useUISettings"
5198
5177
  },
5199
5178
  {
5200
- "path": "src/Prebuilt/common/constants.js",
5179
+ "path": "src/Prebuilt/common/constants.ts",
5201
5180
  "kind": "import-statement",
5202
5181
  "original": "../../common/constants"
5203
5182
  },
@@ -5427,7 +5406,7 @@
5427
5406
  "original": "../common/utils"
5428
5407
  },
5429
5408
  {
5430
- "path": "src/Prebuilt/common/constants.js",
5409
+ "path": "src/Prebuilt/common/constants.ts",
5431
5410
  "kind": "import-statement",
5432
5411
  "original": "../common/constants"
5433
5412
  },
@@ -5473,7 +5452,7 @@
5473
5452
  "original": "../AppData/useSidepane"
5474
5453
  },
5475
5454
  {
5476
- "path": "src/Prebuilt/common/constants.js",
5455
+ "path": "src/Prebuilt/common/constants.ts",
5477
5456
  "kind": "import-statement",
5478
5457
  "original": "../../common/constants"
5479
5458
  },
@@ -5519,7 +5498,7 @@
5519
5498
  "original": "../AppData/useSidepane"
5520
5499
  },
5521
5500
  {
5522
- "path": "src/Prebuilt/common/constants.js",
5501
+ "path": "src/Prebuilt/common/constants.ts",
5523
5502
  "kind": "import-statement",
5524
5503
  "original": "../../common/constants"
5525
5504
  },
@@ -5774,7 +5753,7 @@
5774
5753
  "original": "../../common/utils"
5775
5754
  },
5776
5755
  {
5777
- "path": "src/Prebuilt/common/constants.js",
5756
+ "path": "src/Prebuilt/common/constants.ts",
5778
5757
  "kind": "import-statement",
5779
5758
  "original": "../../common/constants"
5780
5759
  },
@@ -5820,7 +5799,7 @@
5820
5799
  "original": "../AppData/useSidepane"
5821
5800
  },
5822
5801
  {
5823
- "path": "src/Prebuilt/common/constants.js",
5802
+ "path": "src/Prebuilt/common/constants.ts",
5824
5803
  "kind": "import-statement",
5825
5804
  "original": "../../common/constants"
5826
5805
  },
@@ -5833,7 +5812,7 @@
5833
5812
  "format": "esm"
5834
5813
  },
5835
5814
  "src/Prebuilt/components/Footer/Footer.tsx": {
5836
- "bytes": 3925,
5815
+ "bytes": 3945,
5837
5816
  "imports": [
5838
5817
  {
5839
5818
  "path": "react",
@@ -5915,6 +5894,11 @@
5915
5894
  "kind": "import-statement",
5916
5895
  "original": "./PollsToggle"
5917
5896
  },
5897
+ {
5898
+ "path": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen",
5899
+ "kind": "import-statement",
5900
+ "external": true
5901
+ },
5918
5902
  {
5919
5903
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
5920
5904
  "kind": "import-statement",
@@ -5926,7 +5910,7 @@
5926
5910
  "original": "../AppData/useUISettings"
5927
5911
  },
5928
5912
  {
5929
- "path": "src/Prebuilt/common/constants.js",
5913
+ "path": "src/Prebuilt/common/constants.ts",
5930
5914
  "kind": "import-statement",
5931
5915
  "original": "../../common/constants"
5932
5916
  },
@@ -5977,7 +5961,7 @@
5977
5961
  "original": "../AppData/useUISettings"
5978
5962
  },
5979
5963
  {
5980
- "path": "src/Prebuilt/common/constants.js",
5964
+ "path": "src/Prebuilt/common/constants.ts",
5981
5965
  "kind": "import-statement",
5982
5966
  "original": "../../common/constants"
5983
5967
  },
@@ -6100,7 +6084,7 @@
6100
6084
  "original": "../common/StatusIndicator"
6101
6085
  },
6102
6086
  {
6103
- "path": "src/Prebuilt/common/constants.js",
6087
+ "path": "src/Prebuilt/common/constants.ts",
6104
6088
  "kind": "import-statement",
6105
6089
  "original": "../../../common/constants"
6106
6090
  },
@@ -6357,7 +6341,7 @@
6357
6341
  "original": "../common/SingleChoiceOptions"
6358
6342
  },
6359
6343
  {
6360
- "path": "src/Prebuilt/common/constants.js",
6344
+ "path": "src/Prebuilt/common/constants.ts",
6361
6345
  "kind": "import-statement",
6362
6346
  "original": "../../../common/constants"
6363
6347
  },
@@ -6398,7 +6382,7 @@
6398
6382
  "original": "./DeleteQuestionModal"
6399
6383
  },
6400
6384
  {
6401
- "path": "src/Prebuilt/common/constants.js",
6385
+ "path": "src/Prebuilt/common/constants.ts",
6402
6386
  "kind": "import-statement",
6403
6387
  "original": "../../../common/constants"
6404
6388
  },
@@ -6464,7 +6448,7 @@
6464
6448
  "original": "../../AppData/useUISettings"
6465
6449
  },
6466
6450
  {
6467
- "path": "src/Prebuilt/common/constants.js",
6451
+ "path": "src/Prebuilt/common/constants.ts",
6468
6452
  "kind": "import-statement",
6469
6453
  "original": "../../../common/constants"
6470
6454
  },
@@ -6520,7 +6504,7 @@
6520
6504
  "original": "../common/SingleChoiceOptions"
6521
6505
  },
6522
6506
  {
6523
- "path": "src/Prebuilt/common/constants.js",
6507
+ "path": "src/Prebuilt/common/constants.ts",
6524
6508
  "kind": "import-statement",
6525
6509
  "original": "../../../common/constants"
6526
6510
  },
@@ -6628,7 +6612,7 @@
6628
6612
  "original": "../common/StatusIndicator"
6629
6613
  },
6630
6614
  {
6631
- "path": "src/Prebuilt/common/constants.js",
6615
+ "path": "src/Prebuilt/common/constants.ts",
6632
6616
  "kind": "import-statement",
6633
6617
  "original": "../../../common/constants"
6634
6618
  },
@@ -6674,7 +6658,7 @@
6674
6658
  "original": "../AppData/useUISettings"
6675
6659
  },
6676
6660
  {
6677
- "path": "src/Prebuilt/common/constants.js",
6661
+ "path": "src/Prebuilt/common/constants.ts",
6678
6662
  "kind": "import-statement",
6679
6663
  "original": "../../common/constants"
6680
6664
  },
@@ -6686,12 +6670,209 @@
6686
6670
  ],
6687
6671
  "format": "esm"
6688
6672
  },
6673
+ "../../node_modules/reselect/es/index.js": {
6674
+ "bytes": 3975,
6675
+ "imports": [
6676
+ {
6677
+ "path": "<define:process.env>",
6678
+ "kind": "import-statement",
6679
+ "external": true
6680
+ }
6681
+ ],
6682
+ "format": "esm"
6683
+ },
6684
+ "../../node_modules/immer/dist/immer.esm.mjs": {
6685
+ "bytes": 18424,
6686
+ "imports": [
6687
+ {
6688
+ "path": "<define:process.env>",
6689
+ "kind": "import-statement",
6690
+ "external": true
6691
+ }
6692
+ ],
6693
+ "format": "esm"
6694
+ },
6695
+ "../../node_modules/zustand/esm/shallow.js": {
6696
+ "bytes": 535,
6697
+ "imports": [
6698
+ {
6699
+ "path": "<define:process.env>",
6700
+ "kind": "import-statement",
6701
+ "external": true
6702
+ }
6703
+ ],
6704
+ "format": "esm"
6705
+ },
6706
+ "../../node_modules/zustand/esm/vanilla.js": {
6707
+ "bytes": 1346,
6708
+ "imports": [
6709
+ {
6710
+ "path": "<define:process.env>",
6711
+ "kind": "import-statement",
6712
+ "external": true
6713
+ }
6714
+ ],
6715
+ "format": "esm"
6716
+ },
6717
+ "../hms-video-store/dist/index.js": {
6718
+ "bytes": 66378,
6719
+ "imports": [
6720
+ {
6721
+ "path": "../../node_modules/reselect/es/index.js",
6722
+ "kind": "import-statement",
6723
+ "original": "reselect"
6724
+ },
6725
+ {
6726
+ "path": "../../node_modules/reselect/es/index.js",
6727
+ "kind": "import-statement",
6728
+ "original": "reselect"
6729
+ },
6730
+ {
6731
+ "path": "../../node_modules/reselect/es/index.js",
6732
+ "kind": "import-statement",
6733
+ "original": "reselect"
6734
+ },
6735
+ {
6736
+ "path": "../hms-video-web/dist/index.js",
6737
+ "kind": "import-statement",
6738
+ "original": "@100mslive/hms-video"
6739
+ },
6740
+ {
6741
+ "path": "../../node_modules/reselect/es/index.js",
6742
+ "kind": "import-statement",
6743
+ "original": "reselect"
6744
+ },
6745
+ {
6746
+ "path": "../../node_modules/reselect/es/index.js",
6747
+ "kind": "import-statement",
6748
+ "original": "reselect"
6749
+ },
6750
+ {
6751
+ "path": "../hms-video-web/dist/index.js",
6752
+ "kind": "import-statement",
6753
+ "original": "@100mslive/hms-video"
6754
+ },
6755
+ {
6756
+ "path": "../../node_modules/immer/dist/immer.esm.mjs",
6757
+ "kind": "import-statement",
6758
+ "original": "immer"
6759
+ },
6760
+ {
6761
+ "path": "../../node_modules/zustand/esm/shallow.js",
6762
+ "kind": "import-statement",
6763
+ "original": "zustand/shallow"
6764
+ },
6765
+ {
6766
+ "path": "../../node_modules/zustand/esm/vanilla.js",
6767
+ "kind": "import-statement",
6768
+ "original": "zustand/vanilla"
6769
+ },
6770
+ {
6771
+ "path": "../hms-video-web/dist/index.js",
6772
+ "kind": "import-statement",
6773
+ "original": "@100mslive/hms-video"
6774
+ },
6775
+ {
6776
+ "path": "eventemitter2",
6777
+ "kind": "import-statement",
6778
+ "external": true
6779
+ },
6780
+ {
6781
+ "path": "../hms-video-web/dist/index.js",
6782
+ "kind": "import-statement",
6783
+ "original": "@100mslive/hms-video"
6784
+ },
6785
+ {
6786
+ "path": "../hms-video-web/dist/index.js",
6787
+ "kind": "import-statement",
6788
+ "original": "@100mslive/hms-video"
6789
+ },
6790
+ {
6791
+ "path": "../hms-video-web/dist/index.js",
6792
+ "kind": "import-statement",
6793
+ "original": "@100mslive/hms-video"
6794
+ },
6795
+ {
6796
+ "path": "../../node_modules/reselect/es/index.js",
6797
+ "kind": "import-statement",
6798
+ "original": "reselect"
6799
+ },
6800
+ {
6801
+ "path": "<define:process.env>",
6802
+ "kind": "import-statement",
6803
+ "external": true
6804
+ }
6805
+ ],
6806
+ "format": "esm"
6807
+ },
6689
6808
  "src/Prebuilt/images/empty-chat.svg": {
6690
6809
  "bytes": 2177,
6691
6810
  "imports": []
6692
6811
  },
6693
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
6694
- "bytes": 1266,
6812
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
6813
+ "bytes": 544,
6814
+ "imports": [
6815
+ {
6816
+ "path": "react",
6817
+ "kind": "import-statement",
6818
+ "external": true
6819
+ },
6820
+ {
6821
+ "path": "src/Layout/index.tsx",
6822
+ "kind": "import-statement",
6823
+ "original": "../../../Layout"
6824
+ },
6825
+ {
6826
+ "path": "src/Text/index.tsx",
6827
+ "kind": "import-statement",
6828
+ "original": "../../../Text"
6829
+ },
6830
+ {
6831
+ "path": "<define:process.env>",
6832
+ "kind": "import-statement",
6833
+ "external": true
6834
+ }
6835
+ ],
6836
+ "format": "esm"
6837
+ },
6838
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
6839
+ "bytes": 745,
6840
+ "imports": [
6841
+ {
6842
+ "path": "react",
6843
+ "kind": "import-statement",
6844
+ "external": true
6845
+ },
6846
+ {
6847
+ "path": "@100mslive/react-sdk",
6848
+ "kind": "import-statement",
6849
+ "external": true
6850
+ },
6851
+ {
6852
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6853
+ "kind": "import-statement",
6854
+ "original": "../Toast/ToastManager"
6855
+ },
6856
+ {
6857
+ "path": "../../common/constants",
6858
+ "kind": "import-statement",
6859
+ "external": true
6860
+ },
6861
+ {
6862
+ "path": "<define:process.env>",
6863
+ "kind": "import-statement",
6864
+ "external": true
6865
+ },
6866
+ {
6867
+ "path": "<runtime>",
6868
+ "kind": "import-statement",
6869
+ "external": true
6870
+ }
6871
+ ],
6872
+ "format": "esm"
6873
+ },
6874
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
6875
+ "bytes": 2831,
6695
6876
  "imports": [
6696
6877
  {
6697
6878
  "path": "react",
@@ -6709,7 +6890,7 @@
6709
6890
  "original": "../Toast/ToastManager"
6710
6891
  },
6711
6892
  {
6712
- "path": "src/Prebuilt/common/constants.js",
6893
+ "path": "src/Prebuilt/common/constants.ts",
6713
6894
  "kind": "import-statement",
6714
6895
  "original": "../../common/constants"
6715
6896
  },
@@ -6743,7 +6924,7 @@
6743
6924
  "format": "esm"
6744
6925
  },
6745
6926
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
6746
- "bytes": 13678,
6927
+ "bytes": 19526,
6747
6928
  "imports": [
6748
6929
  {
6749
6930
  "path": "react",
@@ -6795,6 +6976,11 @@
6795
6976
  "kind": "import-statement",
6796
6977
  "original": "../../../Layout"
6797
6978
  },
6979
+ {
6980
+ "path": "src/Sheet/index.ts",
6981
+ "kind": "import-statement",
6982
+ "original": "../../../Sheet"
6983
+ },
6798
6984
  {
6799
6985
  "path": "src/Text/index.tsx",
6800
6986
  "kind": "import-statement",
@@ -6815,21 +7001,41 @@
6815
7001
  "kind": "import-statement",
6816
7002
  "original": "../../images/empty-chat.svg"
6817
7003
  },
7004
+ {
7005
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7006
+ "kind": "import-statement",
7007
+ "original": "../Toast/ToastManager"
7008
+ },
7009
+ {
7010
+ "path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
7011
+ "kind": "import-statement",
7012
+ "original": "./MwebChatOption"
7013
+ },
6818
7014
  {
6819
7015
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
6820
7016
  "kind": "import-statement",
6821
7017
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
6822
7018
  },
6823
7019
  {
6824
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7020
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
6825
7021
  "kind": "import-statement",
6826
- "original": "../hooks/useSetPinnedMessage"
7022
+ "original": "../hooks/useChatBlacklist"
7023
+ },
7024
+ {
7025
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7026
+ "kind": "import-statement",
7027
+ "original": "../hooks/useSetPinnedMessages"
6827
7028
  },
6828
7029
  {
6829
7030
  "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
6830
7031
  "kind": "import-statement",
6831
7032
  "original": "./useUnreadCount"
6832
7033
  },
7034
+ {
7035
+ "path": "src/Prebuilt/common/constants.ts",
7036
+ "kind": "import-statement",
7037
+ "original": "../../common/constants"
7038
+ },
6833
7039
  {
6834
7040
  "path": "<define:process.env>",
6835
7041
  "kind": "import-statement",
@@ -6857,7 +7063,7 @@
6857
7063
  "external": true
6858
7064
  },
6859
7065
  {
6860
- "path": "src/Prebuilt/common/constants.js",
7066
+ "path": "src/Prebuilt/common/constants.ts",
6861
7067
  "kind": "import-statement",
6862
7068
  "original": "../../common/constants"
6863
7069
  },
@@ -6886,7 +7092,7 @@
6886
7092
  "format": "esm"
6887
7093
  },
6888
7094
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
6889
- "bytes": 5924,
7095
+ "bytes": 7746,
6890
7096
  "imports": [
6891
7097
  {
6892
7098
  "path": "react",
@@ -6923,6 +7129,11 @@
6923
7129
  "kind": "import-statement",
6924
7130
  "original": "../../.."
6925
7131
  },
7132
+ {
7133
+ "path": "src/IconButton/index.tsx",
7134
+ "kind": "import-statement",
7135
+ "original": "../../../IconButton"
7136
+ },
6926
7137
  {
6927
7138
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
6928
7139
  "kind": "import-statement",
@@ -6943,6 +7154,11 @@
6943
7154
  "kind": "import-statement",
6944
7155
  "original": "./useEmojiPickerStyles"
6945
7156
  },
7157
+ {
7158
+ "path": "src/Prebuilt/common/constants.ts",
7159
+ "kind": "import-statement",
7160
+ "original": "../../common/constants"
7161
+ },
6946
7162
  {
6947
7163
  "path": "<define:process.env>",
6948
7164
  "kind": "import-statement",
@@ -6956,8 +7172,8 @@
6956
7172
  ],
6957
7173
  "format": "esm"
6958
7174
  },
6959
- "src/Prebuilt/components/Chat/Chat.jsx": {
6960
- "bytes": 6298,
7175
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
7176
+ "bytes": 2264,
6961
7177
  "imports": [
6962
7178
  {
6963
7179
  "path": "react",
@@ -6965,12 +7181,53 @@
6965
7181
  "external": true
6966
7182
  },
6967
7183
  {
6968
- "path": "react-use",
7184
+ "path": "@100mslive/react-sdk",
6969
7185
  "kind": "import-statement",
6970
7186
  "external": true
6971
7187
  },
6972
7188
  {
6973
- "path": "@100mslive/react-sdk",
7189
+ "path": "src/Button/index.tsx",
7190
+ "kind": "import-statement",
7191
+ "original": "../../../Button"
7192
+ },
7193
+ {
7194
+ "path": "src/Layout/index.tsx",
7195
+ "kind": "import-statement",
7196
+ "original": "../../../Layout"
7197
+ },
7198
+ {
7199
+ "path": "src/Text/index.tsx",
7200
+ "kind": "import-statement",
7201
+ "original": "../../../Text"
7202
+ },
7203
+ {
7204
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7205
+ "kind": "import-statement",
7206
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7207
+ },
7208
+ {
7209
+ "path": "src/Prebuilt/common/constants.ts",
7210
+ "kind": "import-statement",
7211
+ "original": "../../common/constants"
7212
+ },
7213
+ {
7214
+ "path": "<define:process.env>",
7215
+ "kind": "import-statement",
7216
+ "external": true
7217
+ },
7218
+ {
7219
+ "path": "<runtime>",
7220
+ "kind": "import-statement",
7221
+ "external": true
7222
+ }
7223
+ ],
7224
+ "format": "esm"
7225
+ },
7226
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
7227
+ "bytes": 1440,
7228
+ "imports": [
7229
+ {
7230
+ "path": "react",
6974
7231
  "kind": "import-statement",
6975
7232
  "external": true
6976
7233
  },
@@ -6980,9 +7237,45 @@
6980
7237
  "external": true
6981
7238
  },
6982
7239
  {
6983
- "path": "src/Button/index.tsx",
7240
+ "path": "src/Layout/index.tsx",
6984
7241
  "kind": "import-statement",
6985
- "original": "../../../Button"
7242
+ "original": "../../../Layout"
7243
+ },
7244
+ {
7245
+ "path": "<define:process.env>",
7246
+ "kind": "import-statement",
7247
+ "external": true
7248
+ }
7249
+ ],
7250
+ "format": "esm"
7251
+ },
7252
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
7253
+ "bytes": 4106,
7254
+ "imports": [
7255
+ {
7256
+ "path": "react",
7257
+ "kind": "import-statement",
7258
+ "external": true
7259
+ },
7260
+ {
7261
+ "path": "react-swipeable",
7262
+ "kind": "import-statement",
7263
+ "external": true
7264
+ },
7265
+ {
7266
+ "path": "react-use",
7267
+ "kind": "import-statement",
7268
+ "external": true
7269
+ },
7270
+ {
7271
+ "path": "@100mslive/react-sdk",
7272
+ "kind": "import-statement",
7273
+ "external": true
7274
+ },
7275
+ {
7276
+ "path": "@100mslive/react-icons",
7277
+ "kind": "import-statement",
7278
+ "external": true
6986
7279
  },
6987
7280
  {
6988
7281
  "path": "src/Layout/index.tsx",
@@ -7004,11 +7297,92 @@
7004
7297
  "kind": "import-statement",
7005
7298
  "original": "./ChatBody"
7006
7299
  },
7300
+ {
7301
+ "path": "src/Prebuilt/components/Chat/Navigation.tsx",
7302
+ "kind": "import-statement",
7303
+ "original": "./Navigation"
7304
+ },
7305
+ {
7306
+ "path": "src/Prebuilt/common/constants.ts",
7307
+ "kind": "import-statement",
7308
+ "original": "../../common/constants"
7309
+ },
7310
+ {
7311
+ "path": "<define:process.env>",
7312
+ "kind": "import-statement",
7313
+ "external": true
7314
+ },
7315
+ {
7316
+ "path": "<runtime>",
7317
+ "kind": "import-statement",
7318
+ "external": true
7319
+ }
7320
+ ],
7321
+ "format": "esm"
7322
+ },
7323
+ "src/Prebuilt/components/Chat/Chat.jsx": {
7324
+ "bytes": 6144,
7325
+ "imports": [
7326
+ {
7327
+ "path": "react",
7328
+ "kind": "import-statement",
7329
+ "external": true
7330
+ },
7331
+ {
7332
+ "path": "react-use",
7333
+ "kind": "import-statement",
7334
+ "external": true
7335
+ },
7336
+ {
7337
+ "path": "../hms-video-store/dist/index.js",
7338
+ "kind": "import-statement",
7339
+ "original": "@100mslive/hms-video-store"
7340
+ },
7341
+ {
7342
+ "path": "@100mslive/react-sdk",
7343
+ "kind": "import-statement",
7344
+ "external": true
7345
+ },
7346
+ {
7347
+ "path": "@100mslive/react-icons",
7348
+ "kind": "import-statement",
7349
+ "external": true
7350
+ },
7351
+ {
7352
+ "path": "src/Button/index.tsx",
7353
+ "kind": "import-statement",
7354
+ "original": "../../../Button"
7355
+ },
7356
+ {
7357
+ "path": "src/Layout/index.tsx",
7358
+ "kind": "import-statement",
7359
+ "original": "../../../Layout"
7360
+ },
7361
+ {
7362
+ "path": "src/Theme/index.tsx",
7363
+ "kind": "import-statement",
7364
+ "original": "../../../Theme"
7365
+ },
7366
+ {
7367
+ "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
7368
+ "kind": "import-statement",
7369
+ "original": "./ChatBody"
7370
+ },
7007
7371
  {
7008
7372
  "path": "src/Prebuilt/components/Chat/ChatFooter.tsx",
7009
7373
  "kind": "import-statement",
7010
7374
  "original": "./ChatFooter"
7011
7375
  },
7376
+ {
7377
+ "path": "src/Prebuilt/components/Chat/ChatStates.jsx",
7378
+ "kind": "import-statement",
7379
+ "original": "./ChatStates"
7380
+ },
7381
+ {
7382
+ "path": "src/Prebuilt/components/Chat/PinnedMessage.tsx",
7383
+ "kind": "import-statement",
7384
+ "original": "./PinnedMessage"
7385
+ },
7012
7386
  {
7013
7387
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7014
7388
  "kind": "import-statement",
@@ -7020,9 +7394,9 @@
7020
7394
  "original": "../AppData/useUISettings"
7021
7395
  },
7022
7396
  {
7023
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7397
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7024
7398
  "kind": "import-statement",
7025
- "original": "../hooks/useSetPinnedMessage"
7399
+ "original": "../hooks/useSetPinnedMessages"
7026
7400
  },
7027
7401
  {
7028
7402
  "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
@@ -7030,7 +7404,7 @@
7030
7404
  "original": "./useUnreadCount"
7031
7405
  },
7032
7406
  {
7033
- "path": "src/Prebuilt/common/constants.js",
7407
+ "path": "src/Prebuilt/common/constants.ts",
7034
7408
  "kind": "import-statement",
7035
7409
  "original": "../../common/constants"
7036
7410
  },
@@ -7124,7 +7498,7 @@
7124
7498
  "format": "esm"
7125
7499
  },
7126
7500
  "src/Prebuilt/components/SidePaneTabs.tsx": {
7127
- "bytes": 6698,
7501
+ "bytes": 6769,
7128
7502
  "imports": [
7129
7503
  {
7130
7504
  "path": "react",
@@ -7192,7 +7566,7 @@
7192
7566
  "original": "../common/utils"
7193
7567
  },
7194
7568
  {
7195
- "path": "src/Prebuilt/common/constants.js",
7569
+ "path": "src/Prebuilt/common/constants.ts",
7196
7570
  "kind": "import-statement",
7197
7571
  "original": "../common/constants"
7198
7572
  },
@@ -7309,7 +7683,7 @@
7309
7683
  "original": "../hooks/useDropdownSelection"
7310
7684
  },
7311
7685
  {
7312
- "path": "src/Prebuilt/common/constants.js",
7686
+ "path": "src/Prebuilt/common/constants.ts",
7313
7687
  "kind": "import-statement",
7314
7688
  "original": "../../common/constants"
7315
7689
  },
@@ -7497,7 +7871,7 @@
7497
7871
  "original": "../common/utils"
7498
7872
  },
7499
7873
  {
7500
- "path": "src/Prebuilt/common/constants.js",
7874
+ "path": "src/Prebuilt/common/constants.ts",
7501
7875
  "kind": "import-statement",
7502
7876
  "original": "../common/constants"
7503
7877
  },
@@ -7546,13 +7920,18 @@
7546
7920
  "format": "esm"
7547
7921
  },
7548
7922
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
7549
- "bytes": 1413,
7923
+ "bytes": 1530,
7550
7924
  "imports": [
7551
7925
  {
7552
7926
  "path": "react",
7553
7927
  "kind": "import-statement",
7554
7928
  "external": true
7555
7929
  },
7930
+ {
7931
+ "path": "@100mslive/hms-virtual-background",
7932
+ "kind": "import-statement",
7933
+ "external": true
7934
+ },
7556
7935
  {
7557
7936
  "path": "src/Layout/index.tsx",
7558
7937
  "kind": "import-statement",
@@ -7569,31 +7948,52 @@
7569
7948
  "original": "./VBOption"
7570
7949
  },
7571
7950
  {
7572
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
7951
+ "path": "<define:process.env>",
7573
7952
  "kind": "import-statement",
7574
- "original": "./constants"
7953
+ "external": true
7575
7954
  },
7576
7955
  {
7577
- "path": "<define:process.env>",
7956
+ "path": "<runtime>",
7957
+ "kind": "import-statement",
7958
+ "external": true
7959
+ }
7960
+ ],
7961
+ "format": "esm"
7962
+ },
7963
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
7964
+ "bytes": 895,
7965
+ "imports": [
7966
+ {
7967
+ "path": "@100mslive/hms-virtual-background",
7578
7968
  "kind": "import-statement",
7579
7969
  "external": true
7580
7970
  },
7581
7971
  {
7582
- "path": "<runtime>",
7972
+ "path": "<define:process.env>",
7583
7973
  "kind": "import-statement",
7584
7974
  "external": true
7585
7975
  }
7586
7976
  ],
7587
7977
  "format": "esm"
7588
7978
  },
7589
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
7590
- "bytes": 5585,
7979
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
7980
+ "bytes": 6309,
7591
7981
  "imports": [
7592
7982
  {
7593
7983
  "path": "react",
7594
7984
  "kind": "import-statement",
7595
7985
  "external": true
7596
7986
  },
7987
+ {
7988
+ "path": "@100mslive/hms-virtual-background",
7989
+ "kind": "import-statement",
7990
+ "external": true
7991
+ },
7992
+ {
7993
+ "path": "@100mslive/types-prebuilt/elements/virtual_background",
7994
+ "kind": "import-statement",
7995
+ "external": true
7996
+ },
7597
7997
  {
7598
7998
  "path": "@100mslive/react-sdk",
7599
7999
  "kind": "import-statement",
@@ -7630,7 +8030,7 @@
7630
8030
  "original": "../AppData/useUISettings"
7631
8031
  },
7632
8032
  {
7633
- "path": "src/Prebuilt/common/constants.js",
8033
+ "path": "src/Prebuilt/common/constants.ts",
7634
8034
  "kind": "import-statement",
7635
8035
  "original": "../../common/constants"
7636
8036
  },
@@ -7653,7 +8053,7 @@
7653
8053
  "format": "esm"
7654
8054
  },
7655
8055
  "src/Prebuilt/layouts/SidePane.tsx": {
7656
- "bytes": 4477,
8056
+ "bytes": 4510,
7657
8057
  "imports": [
7658
8058
  {
7659
8059
  "path": "react",
@@ -7696,7 +8096,7 @@
7696
8096
  "original": "../components/VideoTile"
7697
8097
  },
7698
8098
  {
7699
- "path": "src/Prebuilt/components/VirtualBackground/VBPicker.jsx",
8099
+ "path": "src/Prebuilt/components/VirtualBackground/VBPicker.tsx",
7700
8100
  "kind": "import-statement",
7701
8101
  "original": "../components/VirtualBackground/VBPicker"
7702
8102
  },
@@ -7726,7 +8126,7 @@
7726
8126
  "original": "../../utils"
7727
8127
  },
7728
8128
  {
7729
- "path": "src/Prebuilt/common/constants.js",
8129
+ "path": "src/Prebuilt/common/constants.ts",
7730
8130
  "kind": "import-statement",
7731
8131
  "original": "../common/constants"
7732
8132
  },
@@ -7908,7 +8308,7 @@
7908
8308
  "format": "esm"
7909
8309
  },
7910
8310
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
7911
- "bytes": 10102,
8311
+ "bytes": 10187,
7912
8312
  "imports": [
7913
8313
  {
7914
8314
  "path": "react",
@@ -7955,11 +8355,6 @@
7955
8355
  "kind": "import-statement",
7956
8356
  "original": "../../layouts/SidePane"
7957
8357
  },
7958
- {
7959
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
7960
- "kind": "import-statement",
7961
- "original": "../../provider/roomLayoutProvider"
7962
- },
7963
8358
  {
7964
8359
  "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
7965
8360
  "kind": "import-statement",
@@ -8000,6 +8395,11 @@
8000
8395
  "kind": "import-statement",
8001
8396
  "original": "./PreviewForm"
8002
8397
  },
8398
+ {
8399
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8400
+ "kind": "import-statement",
8401
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8402
+ },
8003
8403
  {
8004
8404
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
8005
8405
  "kind": "import-statement",
@@ -8016,7 +8416,7 @@
8016
8416
  "original": "../../common/utils"
8017
8417
  },
8018
8418
  {
8019
- "path": "src/Prebuilt/common/constants.js",
8419
+ "path": "src/Prebuilt/common/constants.ts",
8020
8420
  "kind": "import-statement",
8021
8421
  "original": "../../common/constants"
8022
8422
  },
@@ -8065,42 +8465,119 @@
8065
8465
  "format": "esm"
8066
8466
  },
8067
8467
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
8068
- "bytes": 2605,
8468
+ "bytes": 2851,
8469
+ "imports": [
8470
+ {
8471
+ "path": "react",
8472
+ "kind": "import-statement",
8473
+ "external": true
8474
+ },
8475
+ {
8476
+ "path": "@100mslive/react-sdk",
8477
+ "kind": "import-statement",
8478
+ "external": true
8479
+ },
8480
+ {
8481
+ "path": "src/index.ts",
8482
+ "kind": "import-statement",
8483
+ "original": "../../.."
8484
+ },
8485
+ {
8486
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
8487
+ "kind": "import-statement",
8488
+ "original": "../Preview/PreviewJoin"
8489
+ },
8490
+ {
8491
+ "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
8492
+ "kind": "import-statement",
8493
+ "original": "./RequestPrompt"
8494
+ },
8495
+ {
8496
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8497
+ "kind": "import-statement",
8498
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8499
+ },
8500
+ {
8501
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
8502
+ "kind": "import-statement",
8503
+ "original": "../hooks/useMetadata"
8504
+ },
8505
+ {
8506
+ "path": "src/Prebuilt/common/constants.ts",
8507
+ "kind": "import-statement",
8508
+ "original": "../../common/constants"
8509
+ },
8510
+ {
8511
+ "path": "<define:process.env>",
8512
+ "kind": "import-statement",
8513
+ "external": true
8514
+ },
8515
+ {
8516
+ "path": "<runtime>",
8517
+ "kind": "import-statement",
8518
+ "external": true
8519
+ }
8520
+ ],
8521
+ "format": "esm"
8522
+ },
8523
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
8524
+ "bytes": 5527,
8069
8525
  "imports": [
8070
8526
  {
8071
- "path": "react",
8527
+ "path": "react",
8528
+ "kind": "import-statement",
8529
+ "external": true
8530
+ },
8531
+ {
8532
+ "path": "@100mslive/react-sdk",
8533
+ "kind": "import-statement",
8534
+ "external": true
8535
+ },
8536
+ {
8537
+ "path": "@100mslive/react-icons",
8072
8538
  "kind": "import-statement",
8073
8539
  "external": true
8074
8540
  },
8075
8541
  {
8076
- "path": "@100mslive/react-sdk",
8542
+ "path": "src/Button/index.tsx",
8077
8543
  "kind": "import-statement",
8078
- "external": true
8544
+ "original": "../../../Button"
8079
8545
  },
8080
8546
  {
8081
- "path": "src/index.ts",
8547
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
8082
8548
  "kind": "import-statement",
8083
- "original": "../../.."
8549
+ "original": "../../provider/roomLayoutProvider"
8084
8550
  },
8085
8551
  {
8086
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
8552
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
8087
8553
  "kind": "import-statement",
8088
- "original": "../Preview/PreviewJoin"
8554
+ "original": "../AppData/useSidepane"
8089
8555
  },
8090
8556
  {
8091
- "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
8557
+ "path": "src/Prebuilt/common/constants.ts",
8092
8558
  "kind": "import-statement",
8093
- "original": "./RequestPrompt"
8559
+ "original": "../../common/constants"
8094
8560
  },
8095
8561
  {
8096
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
8562
+ "path": "<define:process.env>",
8097
8563
  "kind": "import-statement",
8098
- "original": "../hooks/useMetadata"
8564
+ "external": true
8565
+ }
8566
+ ],
8567
+ "format": "esm"
8568
+ },
8569
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
8570
+ "bytes": 1839,
8571
+ "imports": [
8572
+ {
8573
+ "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
8574
+ "kind": "import-statement",
8575
+ "original": "./ToastConfig"
8099
8576
  },
8100
8577
  {
8101
- "path": "src/Prebuilt/common/constants.js",
8578
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
8102
8579
  "kind": "import-statement",
8103
- "original": "../../common/constants"
8580
+ "original": "./ToastManager"
8104
8581
  },
8105
8582
  {
8106
8583
  "path": "<define:process.env>",
@@ -8200,7 +8677,7 @@
8200
8677
  "original": "./hooks/useVideoTileLayout"
8201
8678
  },
8202
8679
  {
8203
- "path": "src/Prebuilt/common/constants.js",
8680
+ "path": "src/Prebuilt/common/constants.ts",
8204
8681
  "kind": "import-statement",
8205
8682
  "original": "../common/constants"
8206
8683
  },
@@ -8374,7 +8851,7 @@
8374
8851
  "original": "../hooks/useTileLayout"
8375
8852
  },
8376
8853
  {
8377
- "path": "src/Prebuilt/common/constants.js",
8854
+ "path": "src/Prebuilt/common/constants.ts",
8378
8855
  "kind": "import-statement",
8379
8856
  "original": "../../common/constants"
8380
8857
  },
@@ -8675,7 +9152,7 @@
8675
9152
  "original": "./AppData/useUISettings"
8676
9153
  },
8677
9154
  {
8678
- "path": "src/Prebuilt/common/constants.js",
9155
+ "path": "src/Prebuilt/common/constants.ts",
8679
9156
  "kind": "import-statement",
8680
9157
  "original": "../common/constants"
8681
9158
  },
@@ -8741,7 +9218,7 @@
8741
9218
  "original": "../AppData/useUISettings"
8742
9219
  },
8743
9220
  {
8744
- "path": "src/Prebuilt/common/constants.js",
9221
+ "path": "src/Prebuilt/common/constants.ts",
8745
9222
  "kind": "import-statement",
8746
9223
  "original": "../../common/constants"
8747
9224
  },
@@ -8864,7 +9341,7 @@
8864
9341
  "original": "../components/AppData/useUISettings"
8865
9342
  },
8866
9343
  {
8867
- "path": "src/Prebuilt/common/constants.js",
9344
+ "path": "src/Prebuilt/common/constants.ts",
8868
9345
  "kind": "import-statement",
8869
9346
  "original": "../common/constants"
8870
9347
  },
@@ -9364,7 +9841,7 @@
9364
9841
  "original": "../../Tooltip"
9365
9842
  },
9366
9843
  {
9367
- "path": "src/Prebuilt/common/constants.js",
9844
+ "path": "src/Prebuilt/common/constants.ts",
9368
9845
  "kind": "import-statement",
9369
9846
  "original": "../common/constants"
9370
9847
  },
@@ -9382,7 +9859,7 @@
9382
9859
  "format": "esm"
9383
9860
  },
9384
9861
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
9385
- "bytes": 3139,
9862
+ "bytes": 4062,
9386
9863
  "imports": [
9387
9864
  {
9388
9865
  "path": "react",
@@ -9394,6 +9871,11 @@
9394
9871
  "kind": "import-statement",
9395
9872
  "external": true
9396
9873
  },
9874
+ {
9875
+ "path": "uuid",
9876
+ "kind": "import-statement",
9877
+ "external": true
9878
+ },
9397
9879
  {
9398
9880
  "path": "@100mslive/react-sdk",
9399
9881
  "kind": "import-statement",
@@ -9404,6 +9886,11 @@
9404
9886
  "kind": "import-statement",
9405
9887
  "original": "../components/FullPageProgress"
9406
9888
  },
9889
+ {
9890
+ "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
9891
+ "kind": "import-statement",
9892
+ "original": "../components/Toast/ToastBatcher"
9893
+ },
9407
9894
  {
9408
9895
  "path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
9409
9896
  "kind": "import-statement",
@@ -9440,7 +9927,7 @@
9440
9927
  "original": "../components/AppData/useUISettings"
9441
9928
  },
9442
9929
  {
9443
- "path": "src/Prebuilt/common/constants.js",
9930
+ "path": "src/Prebuilt/common/constants.ts",
9444
9931
  "kind": "import-statement",
9445
9932
  "original": "../common/constants"
9446
9933
  },
@@ -9463,7 +9950,7 @@
9463
9950
  "format": "esm"
9464
9951
  },
9465
9952
  "src/Prebuilt/components/Header/common.jsx": {
9466
- "bytes": 5670,
9953
+ "bytes": 5673,
9467
9954
  "imports": [
9468
9955
  {
9469
9956
  "path": "react",
@@ -9669,7 +10156,7 @@
9669
10156
  "original": "./AppData/useUISettings"
9670
10157
  },
9671
10158
  {
9672
- "path": "src/Prebuilt/common/constants.js",
10159
+ "path": "src/Prebuilt/common/constants.ts",
9673
10160
  "kind": "import-statement",
9674
10161
  "original": "../common/constants"
9675
10162
  },
@@ -9767,7 +10254,7 @@
9767
10254
  "external": true
9768
10255
  },
9769
10256
  {
9770
- "path": "src/Prebuilt/common/constants.js",
10257
+ "path": "src/Prebuilt/common/constants.ts",
9771
10258
  "kind": "import-statement",
9772
10259
  "original": "../../common/constants"
9773
10260
  },
@@ -9978,78 +10465,6 @@
9978
10465
  ],
9979
10466
  "format": "esm"
9980
10467
  },
9981
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
9982
- "bytes": 5100,
9983
- "imports": [
9984
- {
9985
- "path": "react",
9986
- "kind": "import-statement",
9987
- "external": true
9988
- },
9989
- {
9990
- "path": "@100mslive/react-sdk",
9991
- "kind": "import-statement",
9992
- "external": true
9993
- },
9994
- {
9995
- "path": "@100mslive/react-icons",
9996
- "kind": "import-statement",
9997
- "external": true
9998
- },
9999
- {
10000
- "path": "src/Button/index.tsx",
10001
- "kind": "import-statement",
10002
- "original": "../../../Button"
10003
- },
10004
- {
10005
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
10006
- "kind": "import-statement",
10007
- "original": "../../provider/roomLayoutProvider"
10008
- },
10009
- {
10010
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
10011
- "kind": "import-statement",
10012
- "original": "../AppData/useSidepane"
10013
- },
10014
- {
10015
- "path": "src/Prebuilt/common/constants.js",
10016
- "kind": "import-statement",
10017
- "original": "../../common/constants"
10018
- },
10019
- {
10020
- "path": "<define:process.env>",
10021
- "kind": "import-statement",
10022
- "external": true
10023
- }
10024
- ],
10025
- "format": "esm"
10026
- },
10027
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
10028
- "bytes": 1839,
10029
- "imports": [
10030
- {
10031
- "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
10032
- "kind": "import-statement",
10033
- "original": "./ToastConfig"
10034
- },
10035
- {
10036
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
10037
- "kind": "import-statement",
10038
- "original": "./ToastManager"
10039
- },
10040
- {
10041
- "path": "<define:process.env>",
10042
- "kind": "import-statement",
10043
- "external": true
10044
- },
10045
- {
10046
- "path": "<runtime>",
10047
- "kind": "import-statement",
10048
- "external": true
10049
- }
10050
- ],
10051
- "format": "esm"
10052
- },
10053
10468
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
10054
10469
  "bytes": 1095,
10055
10470
  "imports": [
@@ -10136,7 +10551,7 @@
10136
10551
  "original": "../AppData/useUISettings"
10137
10552
  },
10138
10553
  {
10139
- "path": "src/Prebuilt/common/constants.js",
10554
+ "path": "src/Prebuilt/common/constants.ts",
10140
10555
  "kind": "import-statement",
10141
10556
  "original": "../../common/constants"
10142
10557
  },
@@ -10190,7 +10605,7 @@
10190
10605
  "original": "../../images/ios-perm-0.png"
10191
10606
  },
10192
10607
  {
10193
- "path": "src/Prebuilt/common/constants.js",
10608
+ "path": "src/Prebuilt/common/constants.ts",
10194
10609
  "kind": "import-statement",
10195
10610
  "original": "../../common/constants"
10196
10611
  },
@@ -10410,7 +10825,7 @@
10410
10825
  "original": "../../common/utils"
10411
10826
  },
10412
10827
  {
10413
- "path": "src/Prebuilt/common/constants.js",
10828
+ "path": "src/Prebuilt/common/constants.ts",
10414
10829
  "kind": "import-statement",
10415
10830
  "original": "../../common/constants"
10416
10831
  },
@@ -10487,7 +10902,7 @@
10487
10902
  "original": "../AppData/useUISettings"
10488
10903
  },
10489
10904
  {
10490
- "path": "src/Prebuilt/common/constants.js",
10905
+ "path": "src/Prebuilt/common/constants.ts",
10491
10906
  "kind": "import-statement",
10492
10907
  "original": "../../common/constants"
10493
10908
  },
@@ -10554,7 +10969,7 @@
10554
10969
  "original": "./ToastManager"
10555
10970
  },
10556
10971
  {
10557
- "path": "src/Prebuilt/common/constants.js",
10972
+ "path": "src/Prebuilt/common/constants.ts",
10558
10973
  "kind": "import-statement",
10559
10974
  "original": "../../common/constants"
10560
10975
  },
@@ -10605,7 +11020,7 @@
10605
11020
  "original": "../../Theme"
10606
11021
  },
10607
11022
  {
10608
- "path": "src/Prebuilt/common/constants.js",
11023
+ "path": "src/Prebuilt/common/constants.ts",
10609
11024
  "kind": "import-statement",
10610
11025
  "original": "../common/constants"
10611
11026
  },
@@ -10631,7 +11046,7 @@
10631
11046
  "external": true
10632
11047
  },
10633
11048
  {
10634
- "path": "src/Prebuilt/common/constants.js",
11049
+ "path": "src/Prebuilt/common/constants.ts",
10635
11050
  "kind": "import-statement",
10636
11051
  "original": "../common/constants"
10637
11052
  },
@@ -10649,7 +11064,7 @@
10649
11064
  "format": "esm"
10650
11065
  },
10651
11066
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
10652
- "bytes": 1965,
11067
+ "bytes": 2042,
10653
11068
  "imports": [
10654
11069
  {
10655
11070
  "path": "react",
@@ -10672,7 +11087,7 @@
10672
11087
  "original": "../../common/hooks"
10673
11088
  },
10674
11089
  {
10675
- "path": "src/Prebuilt/common/constants.js",
11090
+ "path": "src/Prebuilt/common/constants.ts",
10676
11091
  "kind": "import-statement",
10677
11092
  "original": "../../common/constants"
10678
11093
  },
@@ -10690,7 +11105,7 @@
10690
11105
  "format": "esm"
10691
11106
  },
10692
11107
  "src/Prebuilt/App.tsx": {
10693
- "bytes": 10758,
11108
+ "bytes": 10297,
10694
11109
  "imports": [
10695
11110
  {
10696
11111
  "path": "react",
@@ -10713,7 +11128,7 @@
10713
11128
  "external": true
10714
11129
  },
10715
11130
  {
10716
- "path": "src/Prebuilt/components/AppData/AppData.jsx",
11131
+ "path": "src/Prebuilt/components/AppData/AppData.tsx",
10717
11132
  "kind": "import-statement",
10718
11133
  "original": "./components/AppData/AppData"
10719
11134
  },
@@ -10828,7 +11243,7 @@
10828
11243
  "original": "./services/FeatureFlags"
10829
11244
  },
10830
11245
  {
10831
- "path": "src/Prebuilt/common/constants.js",
11246
+ "path": "src/Prebuilt/common/constants.ts",
10832
11247
  "kind": "import-statement",
10833
11248
  "original": "./common/constants"
10834
11249
  },
@@ -11099,7 +11514,7 @@
11099
11514
  "dist/index.js": {
11100
11515
  "imports": [
11101
11516
  {
11102
- "path": "dist/chunk-WREKGNP6.js",
11517
+ "path": "dist/chunk-5DCII2TP.js",
11103
11518
  "kind": "import-statement"
11104
11519
  }
11105
11520
  ],
@@ -11171,16 +11586,16 @@
11171
11586
  "inputs": {},
11172
11587
  "bytes": 1798
11173
11588
  },
11174
- "dist/HLSView-PWVM4OIP.js.map": {
11589
+ "dist/HLSView-AIPLCDXY.js.map": {
11175
11590
  "imports": [],
11176
11591
  "exports": [],
11177
11592
  "inputs": {},
11178
11593
  "bytes": 53187
11179
11594
  },
11180
- "dist/HLSView-PWVM4OIP.js": {
11595
+ "dist/HLSView-AIPLCDXY.js": {
11181
11596
  "imports": [
11182
11597
  {
11183
- "path": "dist/chunk-WREKGNP6.js",
11598
+ "path": "dist/chunk-5DCII2TP.js",
11184
11599
  "kind": "import-statement"
11185
11600
  },
11186
11601
  {
@@ -11331,13 +11746,13 @@
11331
11746
  },
11332
11747
  "bytes": 33380
11333
11748
  },
11334
- "dist/chunk-WREKGNP6.js.map": {
11749
+ "dist/chunk-5DCII2TP.js.map": {
11335
11750
  "imports": [],
11336
11751
  "exports": [],
11337
11752
  "inputs": {},
11338
- "bytes": 1973850
11753
+ "bytes": 2227893
11339
11754
  },
11340
- "dist/chunk-WREKGNP6.js": {
11755
+ "dist/chunk-5DCII2TP.js": {
11341
11756
  "imports": [
11342
11757
  {
11343
11758
  "path": "react",
@@ -11664,11 +12079,6 @@
11664
12079
  "kind": "import-statement",
11665
12080
  "external": true
11666
12081
  },
11667
- {
11668
- "path": "@100mslive/hms-virtual-background",
11669
- "kind": "import-statement",
11670
- "external": true
11671
- },
11672
12082
  {
11673
12083
  "path": "react",
11674
12084
  "kind": "import-statement",
@@ -12779,6 +13189,11 @@
12779
13189
  "kind": "import-statement",
12780
13190
  "external": true
12781
13191
  },
13192
+ {
13193
+ "path": "eventemitter2",
13194
+ "kind": "import-statement",
13195
+ "external": true
13196
+ },
12782
13197
  {
12783
13198
  "path": "@100mslive/react-sdk",
12784
13199
  "kind": "import-statement",
@@ -12829,6 +13244,21 @@
12829
13244
  "kind": "import-statement",
12830
13245
  "external": true
12831
13246
  },
13247
+ {
13248
+ "path": "react",
13249
+ "kind": "import-statement",
13250
+ "external": true
13251
+ },
13252
+ {
13253
+ "path": "@100mslive/react-sdk",
13254
+ "kind": "import-statement",
13255
+ "external": true
13256
+ },
13257
+ {
13258
+ "path": "react",
13259
+ "kind": "import-statement",
13260
+ "external": true
13261
+ },
12832
13262
  {
12833
13263
  "path": "@100mslive/react-sdk",
12834
13264
  "kind": "import-statement",
@@ -12889,6 +13319,51 @@
12889
13319
  "kind": "import-statement",
12890
13320
  "external": true
12891
13321
  },
13322
+ {
13323
+ "path": "@100mslive/react-sdk",
13324
+ "kind": "import-statement",
13325
+ "external": true
13326
+ },
13327
+ {
13328
+ "path": "react",
13329
+ "kind": "import-statement",
13330
+ "external": true
13331
+ },
13332
+ {
13333
+ "path": "react-swipeable",
13334
+ "kind": "import-statement",
13335
+ "external": true
13336
+ },
13337
+ {
13338
+ "path": "react-use",
13339
+ "kind": "import-statement",
13340
+ "external": true
13341
+ },
13342
+ {
13343
+ "path": "@100mslive/react-sdk",
13344
+ "kind": "import-statement",
13345
+ "external": true
13346
+ },
13347
+ {
13348
+ "path": "@100mslive/react-icons",
13349
+ "kind": "import-statement",
13350
+ "external": true
13351
+ },
13352
+ {
13353
+ "path": "react",
13354
+ "kind": "import-statement",
13355
+ "external": true
13356
+ },
13357
+ {
13358
+ "path": "@100mslive/react-icons",
13359
+ "kind": "import-statement",
13360
+ "external": true
13361
+ },
13362
+ {
13363
+ "path": "react",
13364
+ "kind": "import-statement",
13365
+ "external": true
13366
+ },
12892
13367
  {
12893
13368
  "path": "react-intersection-observer",
12894
13369
  "kind": "import-statement",
@@ -12989,6 +13464,11 @@
12989
13464
  "kind": "import-statement",
12990
13465
  "external": true
12991
13466
  },
13467
+ {
13468
+ "path": "@100mslive/hms-virtual-background",
13469
+ "kind": "import-statement",
13470
+ "external": true
13471
+ },
12992
13472
  {
12993
13473
  "path": "@100mslive/react-sdk",
12994
13474
  "kind": "import-statement",
@@ -13004,11 +13484,21 @@
13004
13484
  "kind": "import-statement",
13005
13485
  "external": true
13006
13486
  },
13487
+ {
13488
+ "path": "@100mslive/hms-virtual-background",
13489
+ "kind": "import-statement",
13490
+ "external": true
13491
+ },
13007
13492
  {
13008
13493
  "path": "react",
13009
13494
  "kind": "import-statement",
13010
13495
  "external": true
13011
13496
  },
13497
+ {
13498
+ "path": "@100mslive/hms-virtual-background",
13499
+ "kind": "import-statement",
13500
+ "external": true
13501
+ },
13012
13502
  {
13013
13503
  "path": "react",
13014
13504
  "kind": "import-statement",
@@ -13074,11 +13564,31 @@
13074
13564
  "kind": "import-statement",
13075
13565
  "external": true
13076
13566
  },
13567
+ {
13568
+ "path": "uuid",
13569
+ "kind": "import-statement",
13570
+ "external": true
13571
+ },
13572
+ {
13573
+ "path": "@100mslive/react-sdk",
13574
+ "kind": "import-statement",
13575
+ "external": true
13576
+ },
13577
+ {
13578
+ "path": "react",
13579
+ "kind": "import-statement",
13580
+ "external": true
13581
+ },
13077
13582
  {
13078
13583
  "path": "@100mslive/react-sdk",
13079
13584
  "kind": "import-statement",
13080
13585
  "external": true
13081
13586
  },
13587
+ {
13588
+ "path": "@100mslive/react-icons",
13589
+ "kind": "import-statement",
13590
+ "external": true
13591
+ },
13082
13592
  {
13083
13593
  "path": "react",
13084
13594
  "kind": "import-statement",
@@ -13285,7 +13795,7 @@
13285
13795
  "external": true
13286
13796
  },
13287
13797
  {
13288
- "path": "dist/HLSView-PWVM4OIP.js",
13798
+ "path": "dist/HLSView-AIPLCDXY.js",
13289
13799
  "kind": "dynamic-import"
13290
13800
  },
13291
13801
  {
@@ -13408,21 +13918,6 @@
13408
13918
  "kind": "import-statement",
13409
13919
  "external": true
13410
13920
  },
13411
- {
13412
- "path": "@100mslive/react-icons",
13413
- "kind": "import-statement",
13414
- "external": true
13415
- },
13416
- {
13417
- "path": "react",
13418
- "kind": "import-statement",
13419
- "external": true
13420
- },
13421
- {
13422
- "path": "@100mslive/react-sdk",
13423
- "kind": "import-statement",
13424
- "external": true
13425
- },
13426
13921
  {
13427
13922
  "path": "react",
13428
13923
  "kind": "import-statement",
@@ -13650,19 +14145,19 @@
13650
14145
  ],
13651
14146
  "inputs": {
13652
14147
  "<define:process.env>": {
13653
- "bytesInOutput": 18501
14148
+ "bytesInOutput": 18606
13654
14149
  },
13655
14150
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
13656
- "bytesInOutput": 42427
14151
+ "bytesInOutput": 42460
13657
14152
  },
13658
14153
  "../../node_modules/sdp/sdp.js": {
13659
- "bytesInOutput": 22275
14154
+ "bytesInOutput": 22288
13660
14155
  },
13661
14156
  "../../node_modules/sdp-transform/lib/grammar.js": {
13662
14157
  "bytesInOutput": 16120
13663
14158
  },
13664
14159
  "../../node_modules/sdp-transform/lib/parser.js": {
13665
- "bytesInOutput": 3480
14160
+ "bytesInOutput": 3488
13666
14161
  },
13667
14162
  "../../node_modules/sdp-transform/lib/writer.js": {
13668
14163
  "bytesInOutput": 3070
@@ -13821,10 +14316,10 @@
13821
14316
  "bytesInOutput": 27
13822
14317
  },
13823
14318
  "src/AudioLevel/useBorderAudioLevel.tsx": {
13824
- "bytesInOutput": 753
14319
+ "bytesInOutput": 755
13825
14320
  },
13826
14321
  "src/AudioLevel/AudioLevel.tsx": {
13827
- "bytesInOutput": 2195
14322
+ "bytesInOutput": 2196
13828
14323
  },
13829
14324
  "src/AudioLevel/audio-level.png": {
13830
14325
  "bytesInOutput": 880
@@ -13893,10 +14388,10 @@
13893
14388
  "bytesInOutput": 887
13894
14389
  },
13895
14390
  "src/Prebuilt/App.tsx": {
13896
- "bytesInOutput": 7961
14391
+ "bytesInOutput": 7591
13897
14392
  },
13898
- "src/Prebuilt/components/AppData/AppData.jsx": {
13899
- "bytesInOutput": 5299
14393
+ "src/Prebuilt/components/AppData/AppData.tsx": {
14394
+ "bytesInOutput": 4822
13900
14395
  },
13901
14396
  "src/Prebuilt/components/init/initUtils.js": {
13902
14397
  "bytesInOutput": 1720
@@ -13908,16 +14403,13 @@
13908
14403
  "bytesInOutput": 1934
13909
14404
  },
13910
14405
  "src/Prebuilt/components/AppData/useUISettings.js": {
13911
- "bytesInOutput": 5446
13912
- },
13913
- "src/Prebuilt/common/constants.js": {
13914
- "bytesInOutput": 3715
14406
+ "bytesInOutput": 5350
13915
14407
  },
13916
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
13917
- "bytesInOutput": 996
14408
+ "src/Prebuilt/common/constants.ts": {
14409
+ "bytesInOutput": 3620
13918
14410
  },
13919
14411
  "src/Prebuilt/components/AuthToken.jsx": {
13920
- "bytesInOutput": 3235
14412
+ "bytesInOutput": 3158
13921
14413
  },
13922
14414
  "src/Prebuilt/AppContext.tsx": {
13923
14415
  "bytesInOutput": 577
@@ -13929,7 +14421,7 @@
13929
14421
  "bytesInOutput": 5960
13930
14422
  },
13931
14423
  "src/Prebuilt/components/Footer/Footer.tsx": {
13932
- "bytesInOutput": 3253
14424
+ "bytesInOutput": 3285
13933
14425
  },
13934
14426
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
13935
14427
  "bytesInOutput": 5480
@@ -14016,7 +14508,7 @@
14016
14508
  "bytesInOutput": 2258
14017
14509
  },
14018
14510
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
14019
- "bytesInOutput": 1076
14511
+ "bytesInOutput": 1453
14020
14512
  },
14021
14513
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
14022
14514
  "bytesInOutput": 8539
@@ -14073,7 +14565,7 @@
14073
14565
  "bytesInOutput": 10019
14074
14566
  },
14075
14567
  "../hms-video-web/dist/index.js": {
14076
- "bytesInOutput": 32469
14568
+ "bytesInOutput": 32502
14077
14569
  },
14078
14570
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
14079
14571
  "bytesInOutput": 154
@@ -14115,7 +14607,7 @@
14115
14607
  "bytesInOutput": 1760
14116
14608
  },
14117
14609
  "src/Prebuilt/common/utils.js": {
14118
- "bytesInOutput": 2407
14610
+ "bytesInOutput": 2425
14119
14611
  },
14120
14612
  "src/Prebuilt/services/FeatureFlags.jsx": {
14121
14613
  "bytesInOutput": 1427
@@ -14199,19 +14691,19 @@
14199
14691
  "bytesInOutput": 2414
14200
14692
  },
14201
14693
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
14202
- "bytesInOutput": 2828
14694
+ "bytesInOutput": 2968
14203
14695
  },
14204
14696
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
14205
- "bytesInOutput": 9873
14697
+ "bytesInOutput": 9791
14206
14698
  },
14207
14699
  "src/Prebuilt/layouts/SidePane.tsx": {
14208
- "bytesInOutput": 3952
14700
+ "bytesInOutput": 3995
14209
14701
  },
14210
14702
  "src/Prebuilt/components/Polls/Polls.tsx": {
14211
14703
  "bytesInOutput": 604
14212
14704
  },
14213
14705
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14214
- "bytesInOutput": 7866
14706
+ "bytesInOutput": 7838
14215
14707
  },
14216
14708
  "src/Prebuilt/components/Streaming/Common.jsx": {
14217
14709
  "bytesInOutput": 2247
@@ -14223,7 +14715,7 @@
14223
14715
  "bytesInOutput": 4370
14224
14716
  },
14225
14717
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14226
- "bytesInOutput": 7533
14718
+ "bytesInOutput": 7603
14227
14719
  },
14228
14720
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14229
14721
  "bytesInOutput": 2077
@@ -14253,31 +14745,43 @@
14253
14745
  "bytesInOutput": 1087
14254
14746
  },
14255
14747
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14256
- "bytesInOutput": 8037
14748
+ "bytesInOutput": 8073
14257
14749
  },
14258
14750
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
14259
14751
  "bytesInOutput": 1063
14260
14752
  },
14261
14753
  "src/Prebuilt/components/SidePaneTabs.tsx": {
14262
- "bytesInOutput": 6153
14754
+ "bytesInOutput": 6314
14263
14755
  },
14264
14756
  "src/Prebuilt/components/Chat/Chat.jsx": {
14265
- "bytesInOutput": 6644
14757
+ "bytesInOutput": 6108
14758
+ },
14759
+ "../hms-video-store/dist/index.js": {
14760
+ "bytesInOutput": 19424
14761
+ },
14762
+ "../../node_modules/reselect/es/index.js": {
14763
+ "bytesInOutput": 2537
14266
14764
  },
14267
14765
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
14268
- "bytesInOutput": 13149
14766
+ "bytesInOutput": 19809
14269
14767
  },
14270
14768
  "src/Prebuilt/images/empty-chat.svg": {
14271
14769
  "bytesInOutput": 2261
14272
14770
  },
14273
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
14274
- "bytesInOutput": 1258
14771
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
14772
+ "bytesInOutput": 414
14773
+ },
14774
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
14775
+ "bytesInOutput": 596
14776
+ },
14777
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
14778
+ "bytesInOutput": 2532
14275
14779
  },
14276
14780
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
14277
14781
  "bytesInOutput": 524
14278
14782
  },
14279
14783
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
14280
- "bytesInOutput": 5537
14784
+ "bytesInOutput": 7345
14281
14785
  },
14282
14786
  "src/Prebuilt/components/AppData/useChatState.js": {
14283
14787
  "bytesInOutput": 666
@@ -14285,14 +14789,23 @@
14285
14789
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
14286
14790
  "bytesInOutput": 1202
14287
14791
  },
14792
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
14793
+ "bytesInOutput": 2356
14794
+ },
14795
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
14796
+ "bytesInOutput": 4455
14797
+ },
14798
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
14799
+ "bytesInOutput": 1421
14800
+ },
14288
14801
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
14289
- "bytesInOutput": 4161
14802
+ "bytesInOutput": 4180
14290
14803
  },
14291
14804
  "src/Prebuilt/components/VideoTile.jsx": {
14292
14805
  "bytesInOutput": 6792
14293
14806
  },
14294
14807
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
14295
- "bytesInOutput": 1495
14808
+ "bytesInOutput": 1506
14296
14809
  },
14297
14810
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
14298
14811
  "bytesInOutput": 4453
@@ -14303,15 +14816,18 @@
14303
14816
  "src/Prebuilt/components/peerTileUtils.jsx": {
14304
14817
  "bytesInOutput": 1050
14305
14818
  },
14306
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
14307
- "bytesInOutput": 6042
14819
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
14820
+ "bytesInOutput": 6616
14308
14821
  },
14309
14822
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
14310
- "bytesInOutput": 1203
14823
+ "bytesInOutput": 1342
14311
14824
  },
14312
14825
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
14313
14826
  "bytesInOutput": 1119
14314
14827
  },
14828
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
14829
+ "bytesInOutput": 934
14830
+ },
14315
14831
  "src/Prebuilt/components/Chip.tsx": {
14316
14832
  "bytesInOutput": 778
14317
14833
  },
@@ -14328,7 +14844,13 @@
14328
14844
  "bytesInOutput": 2041
14329
14845
  },
14330
14846
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
14331
- "bytesInOutput": 2282
14847
+ "bytesInOutput": 3183
14848
+ },
14849
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
14850
+ "bytesInOutput": 1768
14851
+ },
14852
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14853
+ "bytesInOutput": 6925
14332
14854
  },
14333
14855
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
14334
14856
  "bytesInOutput": 3184
@@ -14343,13 +14865,13 @@
14343
14865
  "bytesInOutput": 451
14344
14866
  },
14345
14867
  "src/Prebuilt/components/Pagination.tsx": {
14346
- "bytesInOutput": 1698
14868
+ "bytesInOutput": 1699
14347
14869
  },
14348
14870
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
14349
14871
  "bytesInOutput": 1204
14350
14872
  },
14351
14873
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
14352
- "bytesInOutput": 3835
14874
+ "bytesInOutput": 3836
14353
14875
  },
14354
14876
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
14355
14877
  "bytesInOutput": 1735
@@ -14373,7 +14895,7 @@
14373
14895
  "bytesInOutput": 1226
14374
14896
  },
14375
14897
  "src/Prebuilt/common/PeersSorter.ts": {
14376
- "bytesInOutput": 2770
14898
+ "bytesInOutput": 2771
14377
14899
  },
14378
14900
  "src/Prebuilt/layouts/EmbedView.jsx": {
14379
14901
  "bytesInOutput": 2785
@@ -14420,12 +14942,6 @@
14420
14942
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
14421
14943
  "bytesInOutput": 7018
14422
14944
  },
14423
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
14424
- "bytesInOutput": 1768
14425
- },
14426
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14427
- "bytesInOutput": 6225
14428
- },
14429
14945
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
14430
14946
  "bytesInOutput": 1053
14431
14947
  },
@@ -14472,13 +14988,13 @@
14472
14988
  "bytesInOutput": 605
14473
14989
  },
14474
14990
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
14475
- "bytesInOutput": 1771
14991
+ "bytesInOutput": 1847
14476
14992
  },
14477
14993
  "src/Progress/index.tsx": {
14478
14994
  "bytesInOutput": 418
14479
14995
  }
14480
14996
  },
14481
- "bytes": 909500
14997
+ "bytes": 952582
14482
14998
  }
14483
14999
  }
14484
15000
  }