@100mslive/roomkit-react 0.1.19-alpha.1 → 0.1.19

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 (45) hide show
  1. package/dist/{HLSView-UBVLOPNY.js → HLSView-4L4OAX2K.js} +2 -2
  2. package/dist/Prebuilt/App.d.ts +1 -0
  3. package/dist/Prebuilt/common/constants.d.ts +1 -1
  4. package/dist/Prebuilt/components/Chat/EmptyChat.d.ts +2 -0
  5. package/dist/Prebuilt/components/Polls/Voting/{Leaderboard.d.ts → LeaderboardSummary.d.ts} +1 -1
  6. package/dist/Prebuilt/components/Polls/Voting/StatisticBox.d.ts +5 -0
  7. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +3 -4
  8. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +14 -0
  9. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +1 -1
  10. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -2
  11. package/dist/{chunk-VU2CQFCB.js → chunk-NHPPOGUF.js} +1403 -1293
  12. package/dist/chunk-NHPPOGUF.js.map +7 -0
  13. package/dist/index.cjs.js +1749 -1609
  14. package/dist/index.cjs.js.map +4 -4
  15. package/dist/index.js +1 -1
  16. package/dist/meta.cjs.json +236 -94
  17. package/dist/meta.esbuild.json +243 -101
  18. package/package.json +6 -6
  19. package/src/Prebuilt/App.tsx +2 -1
  20. package/src/Prebuilt/AppStateContext.tsx +2 -0
  21. package/src/Prebuilt/common/constants.ts +1 -1
  22. package/src/Prebuilt/components/Chat/Chat.tsx +2 -2
  23. package/src/Prebuilt/components/Chat/ChatActions.tsx +3 -3
  24. package/src/Prebuilt/components/Chat/ChatBody.tsx +28 -46
  25. package/src/Prebuilt/components/Chat/EmptyChat.tsx +51 -0
  26. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +1 -1
  27. package/src/Prebuilt/components/Footer/PollsToggle.tsx +7 -1
  28. package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -29
  29. package/src/Prebuilt/components/Polls/Polls.tsx +2 -2
  30. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +2 -2
  31. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +162 -0
  32. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +2 -9
  33. package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +15 -0
  34. package/src/Prebuilt/components/Polls/Voting/Voting.jsx +1 -17
  35. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
  36. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +5 -11
  37. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +77 -0
  38. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +45 -79
  39. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -4
  40. package/src/Prebuilt/layouts/SidePane.tsx +6 -1
  41. package/src/Theme/stitches.config.ts +2 -10
  42. package/dist/chunk-VU2CQFCB.js.map +0 -7
  43. package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +0 -123
  44. package/src/Prebuilt/components/Polls/Voting/PollResultSummary.jsx +0 -125
  45. /package/dist/{HLSView-UBVLOPNY.js.map → HLSView-4L4OAX2K.js.map} +0 -0
@@ -25,8 +25,24 @@
25
25
  ],
26
26
  "format": "esm"
27
27
  },
28
+ "src/Prebuilt/common/constants.ts": {
29
+ "bytes": 4276,
30
+ "imports": [
31
+ {
32
+ "path": "@100mslive/react-sdk",
33
+ "kind": "import-statement",
34
+ "external": true
35
+ },
36
+ {
37
+ "path": "<define:process.env>",
38
+ "kind": "import-statement",
39
+ "external": true
40
+ }
41
+ ],
42
+ "format": "esm"
43
+ },
28
44
  "src/Theme/stitches.config.ts": {
29
- "bytes": 2170,
45
+ "bytes": 2126,
30
46
  "imports": [
31
47
  {
32
48
  "path": "@stitches/react",
@@ -43,6 +59,11 @@
43
59
  "kind": "import-statement",
44
60
  "original": "./base.config"
45
61
  },
62
+ {
63
+ "path": "src/Prebuilt/common/constants.ts",
64
+ "kind": "import-statement",
65
+ "original": "../Prebuilt/common/constants"
66
+ },
46
67
  {
47
68
  "path": "<define:process.env>",
48
69
  "kind": "import-statement",
@@ -1908,22 +1929,6 @@
1908
1929
  ],
1909
1930
  "format": "esm"
1910
1931
  },
1911
- "src/Prebuilt/common/constants.ts": {
1912
- "bytes": 4276,
1913
- "imports": [
1914
- {
1915
- "path": "@100mslive/react-sdk",
1916
- "kind": "import-statement",
1917
- "external": true
1918
- },
1919
- {
1920
- "path": "<define:process.env>",
1921
- "kind": "import-statement",
1922
- "external": true
1923
- }
1924
- ],
1925
- "format": "esm"
1926
- },
1927
1932
  "src/Prebuilt/components/AppData/useUISettings.js": {
1928
1933
  "bytes": 6099,
1929
1934
  "imports": [
@@ -4429,7 +4434,7 @@
4429
4434
  "format": "cjs"
4430
4435
  },
4431
4436
  "../hms-video-web/dist/index.js": {
4432
- "bytes": 261466,
4437
+ "bytes": 263148,
4433
4438
  "imports": [
4434
4439
  {
4435
4440
  "path": "uuid",
@@ -4964,7 +4969,7 @@
4964
4969
  "format": "esm"
4965
4970
  },
4966
4971
  "../hms-video-store/dist/index.js": {
4967
- "bytes": 67221,
4972
+ "bytes": 68788,
4968
4973
  "imports": [
4969
4974
  {
4970
4975
  "path": "../../node_modules/reselect/es/index.js",
@@ -6003,7 +6008,7 @@
6003
6008
  "format": "esm"
6004
6009
  },
6005
6010
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
6006
- "bytes": 1107,
6011
+ "bytes": 1278,
6007
6012
  "imports": [
6008
6013
  {
6009
6014
  "path": "react",
@@ -6789,8 +6794,34 @@
6789
6794
  ],
6790
6795
  "format": "esm"
6791
6796
  },
6792
- "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
6793
- "bytes": 4396,
6797
+ "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
6798
+ "bytes": 540,
6799
+ "imports": [
6800
+ {
6801
+ "path": "react",
6802
+ "kind": "import-statement",
6803
+ "external": true
6804
+ },
6805
+ {
6806
+ "path": "src/Layout/index.tsx",
6807
+ "kind": "import-statement",
6808
+ "original": "../../../../Layout"
6809
+ },
6810
+ {
6811
+ "path": "src/Text/index.tsx",
6812
+ "kind": "import-statement",
6813
+ "original": "../../../../Text"
6814
+ },
6815
+ {
6816
+ "path": "<define:process.env>",
6817
+ "kind": "import-statement",
6818
+ "external": true
6819
+ }
6820
+ ],
6821
+ "format": "esm"
6822
+ },
6823
+ "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
6824
+ "bytes": 5839,
6794
6825
  "imports": [
6795
6826
  {
6796
6827
  "path": "react",
@@ -6827,6 +6858,11 @@
6827
6858
  "kind": "import-statement",
6828
6859
  "original": "./LeaderboardEntry"
6829
6860
  },
6861
+ {
6862
+ "path": "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx",
6863
+ "kind": "import-statement",
6864
+ "original": "./StatisticBox"
6865
+ },
6830
6866
  {
6831
6867
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
6832
6868
  "kind": "import-statement",
@@ -6861,7 +6897,7 @@
6861
6897
  "format": "esm"
6862
6898
  },
6863
6899
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
6864
- "bytes": 1361,
6900
+ "bytes": 1075,
6865
6901
  "imports": [
6866
6902
  {
6867
6903
  "path": "react",
@@ -6883,6 +6919,11 @@
6883
6919
  "kind": "import-statement",
6884
6920
  "original": "../../../../Text"
6885
6921
  },
6922
+ {
6923
+ "path": "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx",
6924
+ "kind": "import-statement",
6925
+ "original": "./StatisticBox"
6926
+ },
6886
6927
  {
6887
6928
  "path": "src/Prebuilt/common/utils.js",
6888
6929
  "kind": "import-statement",
@@ -7000,7 +7041,7 @@
7000
7041
  "format": "esm"
7001
7042
  },
7002
7043
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
7003
- "bytes": 3792,
7044
+ "bytes": 3188,
7004
7045
  "imports": [
7005
7046
  {
7006
7047
  "path": "react",
@@ -7061,7 +7102,7 @@
7061
7102
  "format": "esm"
7062
7103
  },
7063
7104
  "src/Prebuilt/components/Polls/Polls.tsx": {
7064
- "bytes": 1140,
7105
+ "bytes": 1161,
7065
7106
  "imports": [
7066
7107
  {
7067
7108
  "path": "react",
@@ -7079,9 +7120,9 @@
7079
7120
  "original": "./CreateQuestions/CreateQuestions"
7080
7121
  },
7081
7122
  {
7082
- "path": "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx",
7123
+ "path": "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx",
7083
7124
  "kind": "import-statement",
7084
- "original": "./Voting/Leaderboard"
7125
+ "original": "./Voting/LeaderboardSummary"
7085
7126
  },
7086
7127
  {
7087
7128
  "path": "src/Prebuilt/components/Polls/Voting/Voting.jsx",
@@ -7111,10 +7152,6 @@
7111
7152
  ],
7112
7153
  "format": "esm"
7113
7154
  },
7114
- "src/Prebuilt/images/empty-chat.svg": {
7115
- "bytes": 2177,
7116
- "imports": []
7117
- },
7118
7155
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
7119
7156
  "bytes": 545,
7120
7157
  "imports": [
@@ -7214,7 +7251,7 @@
7214
7251
  "format": "esm"
7215
7252
  },
7216
7253
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
7217
- "bytes": 9607,
7254
+ "bytes": 9609,
7218
7255
  "imports": [
7219
7256
  {
7220
7257
  "path": "react",
@@ -7304,8 +7341,63 @@
7304
7341
  ],
7305
7342
  "format": "esm"
7306
7343
  },
7344
+ "src/Prebuilt/images/empty-chat.svg": {
7345
+ "bytes": 2177,
7346
+ "imports": []
7347
+ },
7348
+ "src/Prebuilt/components/Chat/EmptyChat.tsx": {
7349
+ "bytes": 1769,
7350
+ "imports": [
7351
+ {
7352
+ "path": "react",
7353
+ "kind": "import-statement",
7354
+ "external": true
7355
+ },
7356
+ {
7357
+ "path": "react-use",
7358
+ "kind": "import-statement",
7359
+ "external": true
7360
+ },
7361
+ {
7362
+ "path": "src/Layout/index.tsx",
7363
+ "kind": "import-statement",
7364
+ "original": "../../../Layout"
7365
+ },
7366
+ {
7367
+ "path": "src/Text/index.tsx",
7368
+ "kind": "import-statement",
7369
+ "original": "../../../Text"
7370
+ },
7371
+ {
7372
+ "path": "src/Theme/index.tsx",
7373
+ "kind": "import-statement",
7374
+ "original": "../../../Theme"
7375
+ },
7376
+ {
7377
+ "path": "src/Prebuilt/images/empty-chat.svg",
7378
+ "kind": "import-statement",
7379
+ "original": "../../images/empty-chat.svg"
7380
+ },
7381
+ {
7382
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7383
+ "kind": "import-statement",
7384
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7385
+ },
7386
+ {
7387
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
7388
+ "kind": "import-statement",
7389
+ "original": "../hooks/useChatBlacklist"
7390
+ },
7391
+ {
7392
+ "path": "<define:process.env>",
7393
+ "kind": "import-statement",
7394
+ "external": true
7395
+ }
7396
+ ],
7397
+ "format": "esm"
7398
+ },
7307
7399
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
7308
- "bytes": 13922,
7400
+ "bytes": 13390,
7309
7401
  "imports": [
7310
7402
  {
7311
7403
  "path": "react",
@@ -7353,14 +7445,14 @@
7353
7445
  "original": "../../../Tooltip"
7354
7446
  },
7355
7447
  {
7356
- "path": "src/Prebuilt/images/empty-chat.svg",
7448
+ "path": "src/Prebuilt/components/Chat/ChatActions.tsx",
7357
7449
  "kind": "import-statement",
7358
- "original": "../../images/empty-chat.svg"
7450
+ "original": "./ChatActions"
7359
7451
  },
7360
7452
  {
7361
- "path": "src/Prebuilt/components/Chat/ChatActions.tsx",
7453
+ "path": "src/Prebuilt/components/Chat/EmptyChat.tsx",
7362
7454
  "kind": "import-statement",
7363
- "original": "./ChatActions"
7455
+ "original": "./EmptyChat"
7364
7456
  },
7365
7457
  {
7366
7458
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
@@ -7865,7 +7957,7 @@
7865
7957
  "format": "esm"
7866
7958
  },
7867
7959
  "src/Prebuilt/components/Chat/Chat.tsx": {
7868
- "bytes": 3561,
7960
+ "bytes": 3558,
7869
7961
  "imports": [
7870
7962
  {
7871
7963
  "path": "react",
@@ -7951,7 +8043,7 @@
7951
8043
  "format": "esm"
7952
8044
  },
7953
8045
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
7954
- "bytes": 4431,
8046
+ "bytes": 4446,
7955
8047
  "imports": [
7956
8048
  {
7957
8049
  "path": "react",
@@ -8210,7 +8302,7 @@
8210
8302
  "format": "esm"
8211
8303
  },
8212
8304
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
8213
- "bytes": 10871,
8305
+ "bytes": 10834,
8214
8306
  "imports": [
8215
8307
  {
8216
8308
  "path": "react",
@@ -8222,11 +8314,6 @@
8222
8314
  "kind": "import-statement",
8223
8315
  "external": true
8224
8316
  },
8225
- {
8226
- "path": "@100mslive/hms-video",
8227
- "kind": "import-statement",
8228
- "external": true
8229
- },
8230
8317
  {
8231
8318
  "path": "@100mslive/react-sdk",
8232
8319
  "kind": "import-statement",
@@ -8520,7 +8607,7 @@
8520
8607
  "format": "esm"
8521
8608
  },
8522
8609
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
8523
- "bytes": 1653,
8610
+ "bytes": 1333,
8524
8611
  "imports": [
8525
8612
  {
8526
8613
  "path": "react",
@@ -8560,14 +8647,30 @@
8560
8647
  ],
8561
8648
  "format": "esm"
8562
8649
  },
8563
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
8564
- "bytes": 895,
8650
+ "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
8651
+ "bytes": 2178,
8565
8652
  "imports": [
8566
8653
  {
8567
8654
  "path": "@100mslive/hms-virtual-background",
8568
8655
  "kind": "import-statement",
8569
8656
  "external": true
8570
8657
  },
8658
+ {
8659
+ "path": "<define:process.env>",
8660
+ "kind": "import-statement",
8661
+ "external": true
8662
+ },
8663
+ {
8664
+ "path": "<runtime>",
8665
+ "kind": "import-statement",
8666
+ "external": true
8667
+ }
8668
+ ],
8669
+ "format": "esm"
8670
+ },
8671
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
8672
+ "bytes": 696,
8673
+ "imports": [
8571
8674
  {
8572
8675
  "path": "<define:process.env>",
8573
8676
  "kind": "import-statement",
@@ -8577,13 +8680,18 @@
8577
8680
  "format": "esm"
8578
8681
  },
8579
8682
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
8580
- "bytes": 6579,
8683
+ "bytes": 5568,
8581
8684
  "imports": [
8582
8685
  {
8583
8686
  "path": "react",
8584
8687
  "kind": "import-statement",
8585
8688
  "external": true
8586
8689
  },
8690
+ {
8691
+ "path": "../hms-video-store/dist/index.js",
8692
+ "kind": "import-statement",
8693
+ "original": "@100mslive/hms-video-store"
8694
+ },
8587
8695
  {
8588
8696
  "path": "@100mslive/hms-virtual-background",
8589
8697
  "kind": "import-statement",
@@ -8619,6 +8727,11 @@
8619
8727
  "kind": "import-statement",
8620
8728
  "original": "./VBCollection"
8621
8729
  },
8730
+ {
8731
+ "path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
8732
+ "kind": "import-statement",
8733
+ "original": "./VBHandler"
8734
+ },
8622
8735
  {
8623
8736
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
8624
8737
  "kind": "import-statement",
@@ -8653,7 +8766,7 @@
8653
8766
  "format": "esm"
8654
8767
  },
8655
8768
  "src/Prebuilt/layouts/SidePane.tsx": {
8656
- "bytes": 4487,
8769
+ "bytes": 4654,
8657
8770
  "imports": [
8658
8771
  {
8659
8772
  "path": "react",
@@ -10975,7 +11088,7 @@
10975
11088
  "format": "esm"
10976
11089
  },
10977
11090
  "src/Prebuilt/AppStateContext.tsx": {
10978
- "bytes": 2560,
11091
+ "bytes": 2655,
10979
11092
  "imports": [
10980
11093
  {
10981
11094
  "path": "react",
@@ -10992,6 +11105,11 @@
10992
11105
  "kind": "import-statement",
10993
11106
  "external": true
10994
11107
  },
11108
+ {
11109
+ "path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
11110
+ "kind": "import-statement",
11111
+ "original": "./components/VirtualBackground/VBHandler"
11112
+ },
10995
11113
  {
10996
11114
  "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
10997
11115
  "kind": "import-statement",
@@ -11558,7 +11676,7 @@
11558
11676
  "format": "esm"
11559
11677
  },
11560
11678
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11561
- "bytes": 8689,
11679
+ "bytes": 7752,
11562
11680
  "imports": [
11563
11681
  {
11564
11682
  "path": "react",
@@ -11946,7 +12064,7 @@
11946
12064
  "format": "esm"
11947
12065
  },
11948
12066
  "src/Prebuilt/App.tsx": {
11949
- "bytes": 10297,
12067
+ "bytes": 10349,
11950
12068
  "imports": [
11951
12069
  {
11952
12070
  "path": "react",
@@ -12355,7 +12473,7 @@
12355
12473
  "dist/index.js": {
12356
12474
  "imports": [
12357
12475
  {
12358
- "path": "dist/chunk-VU2CQFCB.js",
12476
+ "path": "dist/chunk-NHPPOGUF.js",
12359
12477
  "kind": "import-statement"
12360
12478
  }
12361
12479
  ],
@@ -12427,16 +12545,16 @@
12427
12545
  "inputs": {},
12428
12546
  "bytes": 1798
12429
12547
  },
12430
- "dist/HLSView-UBVLOPNY.js.map": {
12548
+ "dist/HLSView-4L4OAX2K.js.map": {
12431
12549
  "imports": [],
12432
12550
  "exports": [],
12433
12551
  "inputs": {},
12434
12552
  "bytes": 58021
12435
12553
  },
12436
- "dist/HLSView-UBVLOPNY.js": {
12554
+ "dist/HLSView-4L4OAX2K.js": {
12437
12555
  "imports": [
12438
12556
  {
12439
- "path": "dist/chunk-VU2CQFCB.js",
12557
+ "path": "dist/chunk-NHPPOGUF.js",
12440
12558
  "kind": "import-statement"
12441
12559
  },
12442
12560
  {
@@ -12600,13 +12718,13 @@
12600
12718
  },
12601
12719
  "bytes": 36449
12602
12720
  },
12603
- "dist/chunk-VU2CQFCB.js.map": {
12721
+ "dist/chunk-NHPPOGUF.js.map": {
12604
12722
  "imports": [],
12605
12723
  "exports": [],
12606
12724
  "inputs": {},
12607
- "bytes": 3021393
12725
+ "bytes": 3034631
12608
12726
  },
12609
- "dist/chunk-VU2CQFCB.js": {
12727
+ "dist/chunk-NHPPOGUF.js": {
12610
12728
  "imports": [
12611
12729
  {
12612
12730
  "path": "react",
@@ -12628,6 +12746,11 @@
12628
12746
  "kind": "import-statement",
12629
12747
  "external": true
12630
12748
  },
12749
+ {
12750
+ "path": "@100mslive/react-sdk",
12751
+ "kind": "import-statement",
12752
+ "external": true
12753
+ },
12631
12754
  {
12632
12755
  "path": "react",
12633
12756
  "kind": "import-statement",
@@ -12928,11 +13051,6 @@
12928
13051
  "kind": "import-statement",
12929
13052
  "external": true
12930
13053
  },
12931
- {
12932
- "path": "@100mslive/react-sdk",
12933
- "kind": "import-statement",
12934
- "external": true
12935
- },
12936
13054
  {
12937
13055
  "path": "react",
12938
13056
  "kind": "import-statement",
@@ -14058,6 +14176,11 @@
14058
14176
  "kind": "import-statement",
14059
14177
  "external": true
14060
14178
  },
14179
+ {
14180
+ "path": "react",
14181
+ "kind": "import-statement",
14182
+ "external": true
14183
+ },
14061
14184
  {
14062
14185
  "path": "@100mslive/react-sdk",
14063
14186
  "kind": "import-statement",
@@ -14218,6 +14341,16 @@
14218
14341
  "kind": "import-statement",
14219
14342
  "external": true
14220
14343
  },
14344
+ {
14345
+ "path": "react",
14346
+ "kind": "import-statement",
14347
+ "external": true
14348
+ },
14349
+ {
14350
+ "path": "react-use",
14351
+ "kind": "import-statement",
14352
+ "external": true
14353
+ },
14221
14354
  {
14222
14355
  "path": "@emoji-mart/data",
14223
14356
  "kind": "import-statement",
@@ -14794,7 +14927,7 @@
14794
14927
  "external": true
14795
14928
  },
14796
14929
  {
14797
- "path": "dist/HLSView-UBVLOPNY.js",
14930
+ "path": "dist/HLSView-4L4OAX2K.js",
14798
14931
  "kind": "dynamic-import"
14799
14932
  },
14800
14933
  {
@@ -15205,13 +15338,13 @@
15205
15338
  ],
15206
15339
  "inputs": {
15207
15340
  "<define:process.env>": {
15208
- "bytesInOutput": 18674
15341
+ "bytesInOutput": 18549
15209
15342
  },
15210
15343
  "../../node_modules/lodash/lodash.js": {
15211
15344
  "bytesInOutput": 224380
15212
15345
  },
15213
15346
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
15214
- "bytesInOutput": 42462
15347
+ "bytesInOutput": 42460
15215
15348
  },
15216
15349
  "../../node_modules/sdp/sdp.js": {
15217
15350
  "bytesInOutput": 22288
@@ -15220,7 +15353,7 @@
15220
15353
  "bytesInOutput": 16120
15221
15354
  },
15222
15355
  "../../node_modules/sdp-transform/lib/parser.js": {
15223
- "bytesInOutput": 3488
15356
+ "bytesInOutput": 3480
15224
15357
  },
15225
15358
  "../../node_modules/sdp-transform/lib/writer.js": {
15226
15359
  "bytesInOutput": 3070
@@ -15244,11 +15377,14 @@
15244
15377
  "bytesInOutput": 1295
15245
15378
  },
15246
15379
  "src/Theme/stitches.config.ts": {
15247
- "bytesInOutput": 1679
15380
+ "bytesInOutput": 1564
15248
15381
  },
15249
15382
  "src/Theme/base.config.ts": {
15250
15383
  "bytesInOutput": 5061
15251
15384
  },
15385
+ "src/Prebuilt/common/constants.ts": {
15386
+ "bytesInOutput": 3393
15387
+ },
15252
15388
  "src/Theme/ThemeProvider.tsx": {
15253
15389
  "bytesInOutput": 1926
15254
15390
  },
@@ -15397,7 +15533,7 @@
15397
15533
  "bytesInOutput": 7824
15398
15534
  },
15399
15535
  "src/Stats/formatBytes.ts": {
15400
- "bytesInOutput": 468
15536
+ "bytesInOutput": 471
15401
15537
  },
15402
15538
  "src/Stats/StyledStats.tsx": {
15403
15539
  "bytesInOutput": 708
@@ -15451,7 +15587,7 @@
15451
15587
  "bytesInOutput": 887
15452
15588
  },
15453
15589
  "src/Prebuilt/App.tsx": {
15454
- "bytesInOutput": 7591
15590
+ "bytesInOutput": 7598
15455
15591
  },
15456
15592
  "src/Prebuilt/components/AppData/AppData.tsx": {
15457
15593
  "bytesInOutput": 4365
@@ -15465,9 +15601,6 @@
15465
15601
  "src/Prebuilt/components/AppData/useUISettings.js": {
15466
15602
  "bytesInOutput": 5393
15467
15603
  },
15468
- "src/Prebuilt/common/constants.ts": {
15469
- "bytesInOutput": 3393
15470
- },
15471
15604
  "src/Prebuilt/components/AuthToken.jsx": {
15472
15605
  "bytesInOutput": 3501
15473
15606
  },
@@ -15565,7 +15698,7 @@
15565
15698
  "bytesInOutput": 1118
15566
15699
  },
15567
15700
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
15568
- "bytesInOutput": 2258
15701
+ "bytesInOutput": 2256
15569
15702
  },
15570
15703
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
15571
15704
  "bytesInOutput": 1486
@@ -15601,7 +15734,7 @@
15601
15734
  "bytesInOutput": 2940
15602
15735
  },
15603
15736
  "src/Prebuilt/components/StatsForNerds.jsx": {
15604
- "bytesInOutput": 9585
15737
+ "bytesInOutput": 9588
15605
15738
  },
15606
15739
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
15607
15740
  "bytesInOutput": 5008
@@ -15628,7 +15761,7 @@
15628
15761
  "bytesInOutput": 10019
15629
15762
  },
15630
15763
  "../hms-video-web/dist/index.js": {
15631
- "bytesInOutput": 32649
15764
+ "bytesInOutput": 32617
15632
15765
  },
15633
15766
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
15634
15767
  "bytesInOutput": 154
@@ -15691,10 +15824,10 @@
15691
15824
  "bytesInOutput": 3219
15692
15825
  },
15693
15826
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
15694
- "bytesInOutput": 711
15827
+ "bytesInOutput": 712
15695
15828
  },
15696
15829
  "../hms-video-store/dist/index.js": {
15697
- "bytesInOutput": 19755
15830
+ "bytesInOutput": 19851
15698
15831
  },
15699
15832
  "../../node_modules/reselect/es/index.js": {
15700
15833
  "bytesInOutput": 2537
@@ -15757,7 +15890,7 @@
15757
15890
  "bytesInOutput": 5852
15758
15891
  },
15759
15892
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
15760
- "bytesInOutput": 886
15893
+ "bytesInOutput": 1073
15761
15894
  },
15762
15895
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
15763
15896
  "bytesInOutput": 899
@@ -15772,10 +15905,10 @@
15772
15905
  "bytesInOutput": 9825
15773
15906
  },
15774
15907
  "src/Prebuilt/layouts/SidePane.tsx": {
15775
- "bytesInOutput": 4143
15908
+ "bytesInOutput": 4443
15776
15909
  },
15777
15910
  "src/Prebuilt/components/Polls/Polls.tsx": {
15778
- "bytesInOutput": 723
15911
+ "bytesInOutput": 730
15779
15912
  },
15780
15913
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15781
15914
  "bytesInOutput": 7665
@@ -15813,20 +15946,23 @@
15813
15946
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
15814
15947
  "bytesInOutput": 2193
15815
15948
  },
15816
- "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
15817
- "bytesInOutput": 3433
15949
+ "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
15950
+ "bytesInOutput": 6213
15818
15951
  },
15819
15952
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15820
15953
  "bytesInOutput": 1683
15821
15954
  },
15955
+ "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
15956
+ "bytesInOutput": 512
15957
+ },
15822
15958
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
15823
- "bytesInOutput": 3376
15959
+ "bytesInOutput": 3216
15824
15960
  },
15825
15961
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15826
15962
  "bytesInOutput": 1254
15827
15963
  },
15828
15964
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15829
- "bytesInOutput": 1342
15965
+ "bytesInOutput": 1013
15830
15966
  },
15831
15967
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15832
15968
  "bytesInOutput": 7826
@@ -15838,19 +15974,16 @@
15838
15974
  "bytesInOutput": 7277
15839
15975
  },
15840
15976
  "src/Prebuilt/components/Chat/Chat.tsx": {
15841
- "bytesInOutput": 3459
15977
+ "bytesInOutput": 3442
15842
15978
  },
15843
15979
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
15844
- "bytesInOutput": 13638
15845
- },
15846
- "src/Prebuilt/images/empty-chat.svg": {
15847
- "bytesInOutput": 2261
15980
+ "bytesInOutput": 13096
15848
15981
  },
15849
15982
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
15850
- "bytesInOutput": 9252
15983
+ "bytesInOutput": 9254
15851
15984
  },
15852
15985
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
15853
- "bytesInOutput": 414
15986
+ "bytesInOutput": 417
15854
15987
  },
15855
15988
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
15856
15989
  "bytesInOutput": 1210
@@ -15858,6 +15991,12 @@
15858
15991
  "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15859
15992
  "bytesInOutput": 2761
15860
15993
  },
15994
+ "src/Prebuilt/components/Chat/EmptyChat.tsx": {
15995
+ "bytesInOutput": 1642
15996
+ },
15997
+ "src/Prebuilt/images/empty-chat.svg": {
15998
+ "bytesInOutput": 2261
15999
+ },
15861
16000
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15862
16001
  "bytesInOutput": 8638
15863
16002
  },
@@ -15886,7 +16025,7 @@
15886
16025
  "bytesInOutput": 543
15887
16026
  },
15888
16027
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15889
- "bytesInOutput": 4167
16028
+ "bytesInOutput": 4205
15890
16029
  },
15891
16030
  "src/Prebuilt/components/ChatSettings.tsx": {
15892
16031
  "bytesInOutput": 2469
@@ -15907,16 +16046,19 @@
15907
16046
  "bytesInOutput": 1050
15908
16047
  },
15909
16048
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
15910
- "bytesInOutput": 6935
16049
+ "bytesInOutput": 5520
15911
16050
  },
15912
16051
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
15913
- "bytesInOutput": 1457
16052
+ "bytesInOutput": 1157
15914
16053
  },
15915
16054
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
15916
16055
  "bytesInOutput": 1161
15917
16056
  },
16057
+ "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
16058
+ "bytesInOutput": 2848
16059
+ },
15918
16060
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
15919
- "bytesInOutput": 934
16061
+ "bytesInOutput": 714
15920
16062
  },
15921
16063
  "src/Prebuilt/components/Chip.tsx": {
15922
16064
  "bytesInOutput": 778
@@ -15970,7 +16112,7 @@
15970
16112
  "bytesInOutput": 961
15971
16113
  },
15972
16114
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
15973
- "bytesInOutput": 1902
16115
+ "bytesInOutput": 1898
15974
16116
  },
15975
16117
  "src/Prebuilt/components/ScreenshareTile.jsx": {
15976
16118
  "bytesInOutput": 3693
@@ -16021,7 +16163,7 @@
16021
16163
  "bytesInOutput": 2185
16022
16164
  },
16023
16165
  "src/Prebuilt/AppStateContext.tsx": {
16024
- "bytesInOutput": 2132
16166
+ "bytesInOutput": 2157
16025
16167
  },
16026
16168
  "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
16027
16169
  "bytesInOutput": 491
@@ -16099,7 +16241,7 @@
16099
16241
  "bytesInOutput": 418
16100
16242
  }
16101
16243
  },
16102
- "bytes": 1218074
16244
+ "bytes": 1223430
16103
16245
  }
16104
16246
  }
16105
16247
  }