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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
  },
@@ -11094,7 +11509,7 @@
11094
11509
  "imports": [],
11095
11510
  "exports": [],
11096
11511
  "inputs": {},
11097
- "bytes": 2032948
11512
+ "bytes": 2286004
11098
11513
  },
11099
11514
  "dist/index.cjs.js": {
11100
11515
  "imports": [
@@ -11403,11 +11818,6 @@
11403
11818
  "kind": "require-call",
11404
11819
  "external": true
11405
11820
  },
11406
- {
11407
- "path": "@100mslive/hms-virtual-background",
11408
- "kind": "require-call",
11409
- "external": true
11410
- },
11411
11821
  {
11412
11822
  "path": "react",
11413
11823
  "kind": "require-call",
@@ -12443,6 +12853,26 @@
12443
12853
  "kind": "require-call",
12444
12854
  "external": true
12445
12855
  },
12856
+ {
12857
+ "path": "eventemitter2",
12858
+ "kind": "require-call",
12859
+ "external": true
12860
+ },
12861
+ {
12862
+ "path": "react",
12863
+ "kind": "require-call",
12864
+ "external": true
12865
+ },
12866
+ {
12867
+ "path": "react",
12868
+ "kind": "require-call",
12869
+ "external": true
12870
+ },
12871
+ {
12872
+ "path": "@100mslive/react-sdk",
12873
+ "kind": "require-call",
12874
+ "external": true
12875
+ },
12446
12876
  {
12447
12877
  "path": "react",
12448
12878
  "kind": "require-call",
@@ -12543,6 +12973,51 @@
12543
12973
  "kind": "require-call",
12544
12974
  "external": true
12545
12975
  },
12976
+ {
12977
+ "path": "@100mslive/react-sdk",
12978
+ "kind": "require-call",
12979
+ "external": true
12980
+ },
12981
+ {
12982
+ "path": "react",
12983
+ "kind": "require-call",
12984
+ "external": true
12985
+ },
12986
+ {
12987
+ "path": "@100mslive/react-icons",
12988
+ "kind": "require-call",
12989
+ "external": true
12990
+ },
12991
+ {
12992
+ "path": "react",
12993
+ "kind": "require-call",
12994
+ "external": true
12995
+ },
12996
+ {
12997
+ "path": "react-swipeable",
12998
+ "kind": "require-call",
12999
+ "external": true
13000
+ },
13001
+ {
13002
+ "path": "react-use",
13003
+ "kind": "require-call",
13004
+ "external": true
13005
+ },
13006
+ {
13007
+ "path": "@100mslive/react-sdk",
13008
+ "kind": "require-call",
13009
+ "external": true
13010
+ },
13011
+ {
13012
+ "path": "@100mslive/react-icons",
13013
+ "kind": "require-call",
13014
+ "external": true
13015
+ },
13016
+ {
13017
+ "path": "react",
13018
+ "kind": "require-call",
13019
+ "external": true
13020
+ },
12546
13021
  {
12547
13022
  "path": "react-use",
12548
13023
  "kind": "require-call",
@@ -12688,11 +13163,26 @@
12688
13163
  "kind": "require-call",
12689
13164
  "external": true
12690
13165
  },
13166
+ {
13167
+ "path": "@100mslive/hms-virtual-background",
13168
+ "kind": "require-call",
13169
+ "external": true
13170
+ },
13171
+ {
13172
+ "path": "@100mslive/hms-virtual-background",
13173
+ "kind": "require-call",
13174
+ "external": true
13175
+ },
12691
13176
  {
12692
13177
  "path": "react",
12693
13178
  "kind": "require-call",
12694
13179
  "external": true
12695
13180
  },
13181
+ {
13182
+ "path": "@100mslive/hms-virtual-background",
13183
+ "kind": "require-call",
13184
+ "external": true
13185
+ },
12696
13186
  {
12697
13187
  "path": "@100mslive/react-sdk",
12698
13188
  "kind": "require-call",
@@ -12813,6 +13303,21 @@
12813
13303
  "kind": "require-call",
12814
13304
  "external": true
12815
13305
  },
13306
+ {
13307
+ "path": "@100mslive/react-sdk",
13308
+ "kind": "require-call",
13309
+ "external": true
13310
+ },
13311
+ {
13312
+ "path": "@100mslive/react-icons",
13313
+ "kind": "require-call",
13314
+ "external": true
13315
+ },
13316
+ {
13317
+ "path": "react",
13318
+ "kind": "require-call",
13319
+ "external": true
13320
+ },
12816
13321
  {
12817
13322
  "path": "react",
12818
13323
  "kind": "require-call",
@@ -13118,6 +13623,11 @@
13118
13623
  "kind": "require-call",
13119
13624
  "external": true
13120
13625
  },
13626
+ {
13627
+ "path": "uuid",
13628
+ "kind": "require-call",
13629
+ "external": true
13630
+ },
13121
13631
  {
13122
13632
  "path": "@100mslive/react-sdk",
13123
13633
  "kind": "require-call",
@@ -13243,21 +13753,6 @@
13243
13753
  "kind": "require-call",
13244
13754
  "external": true
13245
13755
  },
13246
- {
13247
- "path": "@100mslive/react-icons",
13248
- "kind": "require-call",
13249
- "external": true
13250
- },
13251
- {
13252
- "path": "react",
13253
- "kind": "require-call",
13254
- "external": true
13255
- },
13256
- {
13257
- "path": "@100mslive/react-sdk",
13258
- "kind": "require-call",
13259
- "external": true
13260
- },
13261
13756
  {
13262
13757
  "path": "react",
13263
13758
  "kind": "require-call",
@@ -13433,7 +13928,7 @@
13433
13928
  "entryPoint": "src/index.ts",
13434
13929
  "inputs": {
13435
13930
  "<define:process.env>": {
13436
- "bytesInOutput": 18501
13931
+ "bytesInOutput": 18606
13437
13932
  },
13438
13933
  "src/Theme/base.config.ts": {
13439
13934
  "bytesInOutput": 6104
@@ -13592,13 +14087,13 @@
13592
14087
  "bytesInOutput": 143
13593
14088
  },
13594
14089
  "src/AudioLevel/useBorderAudioLevel.tsx": {
13595
- "bytesInOutput": 968
14090
+ "bytesInOutput": 970
13596
14091
  },
13597
14092
  "src/AudioLevel/audio-level.png": {
13598
14093
  "bytesInOutput": 983
13599
14094
  },
13600
14095
  "src/AudioLevel/AudioLevel.tsx": {
13601
- "bytesInOutput": 2807
14096
+ "bytesInOutput": 2808
13602
14097
  },
13603
14098
  "src/AudioLevel/index.ts": {
13604
14099
  "bytesInOutput": 175
@@ -13696,20 +14191,17 @@
13696
14191
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
13697
14192
  "bytesInOutput": 1062
13698
14193
  },
13699
- "src/Prebuilt/common/constants.js": {
13700
- "bytesInOutput": 4750
14194
+ "src/Prebuilt/common/constants.ts": {
14195
+ "bytesInOutput": 4578
13701
14196
  },
13702
14197
  "src/Prebuilt/components/AppData/useUISettings.js": {
13703
- "bytesInOutput": 7161
14198
+ "bytesInOutput": 6994
13704
14199
  },
13705
14200
  "src/Prebuilt/components/AppData/useSidepane.js": {
13706
14201
  "bytesInOutput": 2515
13707
14202
  },
13708
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
13709
- "bytesInOutput": 1342
13710
- },
13711
- "src/Prebuilt/components/AppData/AppData.jsx": {
13712
- "bytesInOutput": 6490
14203
+ "src/Prebuilt/components/AppData/AppData.tsx": {
14204
+ "bytesInOutput": 5896
13713
14205
  },
13714
14206
  "src/Prebuilt/AppContext.tsx": {
13715
14207
  "bytesInOutput": 840
@@ -13718,7 +14210,7 @@
13718
14210
  "bytesInOutput": 9342
13719
14211
  },
13720
14212
  "src/Prebuilt/components/AuthToken.jsx": {
13721
- "bytesInOutput": 3891
14213
+ "bytesInOutput": 3810
13722
14214
  },
13723
14215
  "src/Prebuilt/IconButton.jsx": {
13724
14216
  "bytesInOutput": 845
@@ -13787,7 +14279,7 @@
13787
14279
  "bytesInOutput": 260
13788
14280
  },
13789
14281
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
13790
- "bytesInOutput": 1429
14282
+ "bytesInOutput": 1850
13791
14283
  },
13792
14284
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
13793
14285
  "bytesInOutput": 2742
@@ -13853,7 +14345,7 @@
13853
14345
  "bytesInOutput": 8156
13854
14346
  },
13855
14347
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
13856
- "bytesInOutput": 42431
14348
+ "bytesInOutput": 42464
13857
14349
  },
13858
14350
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
13859
14351
  "bytesInOutput": 6459
@@ -13880,7 +14372,7 @@
13880
14372
  "bytesInOutput": 12017
13881
14373
  },
13882
14374
  "../../node_modules/sdp/sdp.js": {
13883
- "bytesInOutput": 22278
14375
+ "bytesInOutput": 22291
13884
14376
  },
13885
14377
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
13886
14378
  "bytesInOutput": 12604
@@ -13895,7 +14387,7 @@
13895
14387
  "bytesInOutput": 16122
13896
14388
  },
13897
14389
  "../../node_modules/sdp-transform/lib/parser.js": {
13898
- "bytesInOutput": 3480
14390
+ "bytesInOutput": 3488
13899
14391
  },
13900
14392
  "../../node_modules/sdp-transform/lib/writer.js": {
13901
14393
  "bytesInOutput": 3072
@@ -13904,10 +14396,10 @@
13904
14396
  "bytesInOutput": 615
13905
14397
  },
13906
14398
  "../hms-video-web/dist/index.js": {
13907
- "bytesInOutput": 35162
14399
+ "bytesInOutput": 35195
13908
14400
  },
13909
14401
  "src/Prebuilt/common/utils.js": {
13910
- "bytesInOutput": 2911
14402
+ "bytesInOutput": 2907
13911
14403
  },
13912
14404
  "src/Prebuilt/services/FeatureFlags.jsx": {
13913
14405
  "bytesInOutput": 1701
@@ -14003,7 +14495,7 @@
14003
14495
  "bytesInOutput": 951
14004
14496
  },
14005
14497
  "src/Prebuilt/components/Footer/Footer.tsx": {
14006
- "bytesInOutput": 4401
14498
+ "bytesInOutput": 4433
14007
14499
  },
14008
14500
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
14009
14501
  "bytesInOutput": 2811
@@ -14015,7 +14507,7 @@
14015
14507
  "bytesInOutput": 1548
14016
14508
  },
14017
14509
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14018
- "bytesInOutput": 9390
14510
+ "bytesInOutput": 9362
14019
14511
  },
14020
14512
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14021
14513
  "bytesInOutput": 2764
@@ -14036,7 +14528,7 @@
14036
14528
  "bytesInOutput": 4752
14037
14529
  },
14038
14530
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14039
- "bytesInOutput": 9325
14531
+ "bytesInOutput": 9395
14040
14532
  },
14041
14533
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
14042
14534
  "bytesInOutput": 2749
@@ -14045,7 +14537,7 @@
14045
14537
  "bytesInOutput": 5112
14046
14538
  },
14047
14539
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14048
- "bytesInOutput": 9452
14540
+ "bytesInOutput": 9488
14049
14541
  },
14050
14542
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
14051
14543
  "bytesInOutput": 1467
@@ -14059,17 +14551,29 @@
14059
14551
  "src/Prebuilt/components/Polls/Polls.tsx": {
14060
14552
  "bytesInOutput": 996
14061
14553
  },
14554
+ "../../node_modules/reselect/es/index.js": {
14555
+ "bytesInOutput": 2639
14556
+ },
14557
+ "../hms-video-store/dist/index.js": {
14558
+ "bytesInOutput": 21581
14559
+ },
14062
14560
  "src/Prebuilt/images/empty-chat.svg": {
14063
14561
  "bytesInOutput": 2366
14064
14562
  },
14065
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
14066
- "bytesInOutput": 1519
14563
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
14564
+ "bytesInOutput": 688
14565
+ },
14566
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
14567
+ "bytesInOutput": 852
14568
+ },
14569
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
14570
+ "bytesInOutput": 2918
14067
14571
  },
14068
14572
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
14069
14573
  "bytesInOutput": 637
14070
14574
  },
14071
14575
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
14072
- "bytesInOutput": 16123
14576
+ "bytesInOutput": 23997
14073
14577
  },
14074
14578
  "src/Prebuilt/components/AppData/useChatState.js": {
14075
14579
  "bytesInOutput": 914
@@ -14078,16 +14582,25 @@
14078
14582
  "bytesInOutput": 1440
14079
14583
  },
14080
14584
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
14081
- "bytesInOutput": 6860
14585
+ "bytesInOutput": 8857
14586
+ },
14587
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
14588
+ "bytesInOutput": 2918
14589
+ },
14590
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
14591
+ "bytesInOutput": 1870
14592
+ },
14593
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
14594
+ "bytesInOutput": 5394
14082
14595
  },
14083
14596
  "src/Prebuilt/components/Chat/Chat.jsx": {
14084
- "bytesInOutput": 8085
14597
+ "bytesInOutput": 7488
14085
14598
  },
14086
14599
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
14087
14600
  "bytesInOutput": 5307
14088
14601
  },
14089
14602
  "src/Prebuilt/components/SidePaneTabs.tsx": {
14090
- "bytesInOutput": 7601
14603
+ "bytesInOutput": 7736
14091
14604
  },
14092
14605
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
14093
14606
  "bytesInOutput": 2109
@@ -14108,13 +14621,16 @@
14108
14621
  "bytesInOutput": 1519
14109
14622
  },
14110
14623
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
14111
- "bytesInOutput": 1633
14624
+ "bytesInOutput": 1873
14112
14625
  },
14113
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
14114
- "bytesInOutput": 7148
14626
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
14627
+ "bytesInOutput": 1222
14628
+ },
14629
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
14630
+ "bytesInOutput": 8251
14115
14631
  },
14116
14632
  "src/Prebuilt/layouts/SidePane.tsx": {
14117
- "bytesInOutput": 4904
14633
+ "bytesInOutput": 4947
14118
14634
  },
14119
14635
  "src/Prebuilt/components/Chip.tsx": {
14120
14636
  "bytesInOutput": 1118
@@ -14129,13 +14645,19 @@
14129
14645
  "bytesInOutput": 3383
14130
14646
  },
14131
14647
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
14132
- "bytesInOutput": 12099
14648
+ "bytesInOutput": 12016
14133
14649
  },
14134
14650
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
14135
14651
  "bytesInOutput": 2622
14136
14652
  },
14137
14653
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
14138
- "bytesInOutput": 3482
14654
+ "bytesInOutput": 3662
14655
+ },
14656
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14657
+ "bytesInOutput": 8342
14658
+ },
14659
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
14660
+ "bytesInOutput": 2151
14139
14661
  },
14140
14662
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
14141
14663
  "bytesInOutput": 706
@@ -14144,13 +14666,13 @@
14144
14666
  "bytesInOutput": 5117
14145
14667
  },
14146
14668
  "src/Prebuilt/components/Pagination.tsx": {
14147
- "bytesInOutput": 2118
14669
+ "bytesInOutput": 2119
14148
14670
  },
14149
14671
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
14150
14672
  "bytesInOutput": 1620
14151
14673
  },
14152
14674
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
14153
- "bytesInOutput": 4489
14675
+ "bytesInOutput": 4490
14154
14676
  },
14155
14677
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
14156
14678
  "bytesInOutput": 2420
@@ -14177,7 +14699,7 @@
14177
14699
  "bytesInOutput": 2494
14178
14700
  },
14179
14701
  "src/Prebuilt/common/PeersSorter.ts": {
14180
- "bytesInOutput": 3228
14702
+ "bytesInOutput": 3229
14181
14703
  },
14182
14704
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
14183
14705
  "bytesInOutput": 3980
@@ -14231,7 +14753,7 @@
14231
14753
  "bytesInOutput": 18571
14232
14754
  },
14233
14755
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
14234
- "bytesInOutput": 3045
14756
+ "bytesInOutput": 4049
14235
14757
  },
14236
14758
  "src/Prebuilt/components/Header/common.jsx": {
14237
14759
  "bytesInOutput": 7375
@@ -14266,12 +14788,6 @@
14266
14788
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
14267
14789
  "bytesInOutput": 3195
14268
14790
  },
14269
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14270
- "bytesInOutput": 7487
14271
- },
14272
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
14273
- "bytesInOutput": 2151
14274
- },
14275
14791
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
14276
14792
  "bytesInOutput": 1412
14277
14793
  },
@@ -14321,13 +14837,13 @@
14321
14837
  "bytesInOutput": 4329
14322
14838
  },
14323
14839
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
14324
- "bytesInOutput": 823
14840
+ "bytesInOutput": 827
14325
14841
  },
14326
14842
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
14327
- "bytesInOutput": 2105
14843
+ "bytesInOutput": 2225
14328
14844
  },
14329
14845
  "src/Prebuilt/App.tsx": {
14330
- "bytesInOutput": 9863
14846
+ "bytesInOutput": 9472
14331
14847
  },
14332
14848
  "src/Prebuilt/index.ts": {
14333
14849
  "bytesInOutput": 131
@@ -14339,7 +14855,7 @@
14339
14855
  "bytesInOutput": 2930
14340
14856
  }
14341
14857
  },
14342
- "bytes": 1105632
14858
+ "bytes": 1155383
14343
14859
  }
14344
14860
  }
14345
14861
  }