@100mslive/roomkit-react 0.1.19-alpha.0 → 0.1.19-alpha.2

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 (43) hide show
  1. package/dist/{HLSView-GG4WVUQY.js → HLSView-7X5BVAZE.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 +13 -0
  9. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +4 -2
  10. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -2
  11. package/dist/{chunk-GXJIUWTP.js → chunk-H3B4ARYV.js} +1399 -1296
  12. package/dist/chunk-H3B4ARYV.js.map +7 -0
  13. package/dist/index.cjs.js +1744 -1612
  14. package/dist/index.cjs.js.map +4 -4
  15. package/dist/index.js +1 -1
  16. package/dist/meta.cjs.json +228 -91
  17. package/dist/meta.esbuild.json +235 -98
  18. package/package.json +6 -6
  19. package/src/Prebuilt/App.tsx +2 -1
  20. package/src/Prebuilt/common/constants.ts +1 -1
  21. package/src/Prebuilt/components/Chat/ChatActions.tsx +3 -3
  22. package/src/Prebuilt/components/Chat/ChatBody.tsx +28 -46
  23. package/src/Prebuilt/components/Chat/EmptyChat.tsx +51 -0
  24. package/src/Prebuilt/components/Footer/PollsToggle.tsx +7 -1
  25. package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -29
  26. package/src/Prebuilt/components/Polls/Polls.tsx +2 -2
  27. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +2 -2
  28. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +162 -0
  29. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +2 -9
  30. package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +15 -0
  31. package/src/Prebuilt/components/Polls/Voting/Voting.jsx +1 -17
  32. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
  33. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +5 -11
  34. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +72 -0
  35. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +48 -83
  36. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -4
  37. package/src/Prebuilt/layouts/SidePane.tsx +11 -2
  38. package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +5 -3
  39. package/src/Theme/stitches.config.ts +2 -10
  40. package/dist/chunk-GXJIUWTP.js.map +0 -7
  41. package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +0 -123
  42. package/src/Prebuilt/components/Polls/Voting/PollResultSummary.jsx +0 -125
  43. /package/dist/{HLSView-GG4WVUQY.js.map → HLSView-7X5BVAZE.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": [
@@ -3101,7 +3106,7 @@
3101
3106
  "format": "esm"
3102
3107
  },
3103
3108
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
3104
- "bytes": 1609,
3109
+ "bytes": 1857,
3105
3110
  "imports": [
3106
3111
  {
3107
3112
  "path": "react",
@@ -4429,7 +4434,7 @@
4429
4434
  "format": "cjs"
4430
4435
  },
4431
4436
  "../hms-video-web/dist/index.js": {
4432
- "bytes": 261466,
4437
+ "bytes": 263156,
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": 68804,
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",
@@ -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": 2086,
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": 6551,
8683
+ "bytes": 5515,
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": 4337,
8769
+ "bytes": 4654,
8657
8770
  "imports": [
8658
8771
  {
8659
8772
  "path": "react",
@@ -11558,7 +11671,7 @@
11558
11671
  "format": "esm"
11559
11672
  },
11560
11673
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11561
- "bytes": 8689,
11674
+ "bytes": 7752,
11562
11675
  "imports": [
11563
11676
  {
11564
11677
  "path": "react",
@@ -11946,7 +12059,7 @@
11946
12059
  "format": "esm"
11947
12060
  },
11948
12061
  "src/Prebuilt/App.tsx": {
11949
- "bytes": 10297,
12062
+ "bytes": 10349,
11950
12063
  "imports": [
11951
12064
  {
11952
12065
  "path": "react",
@@ -12355,7 +12468,7 @@
12355
12468
  "dist/index.js": {
12356
12469
  "imports": [
12357
12470
  {
12358
- "path": "dist/chunk-GXJIUWTP.js",
12471
+ "path": "dist/chunk-H3B4ARYV.js",
12359
12472
  "kind": "import-statement"
12360
12473
  }
12361
12474
  ],
@@ -12427,16 +12540,16 @@
12427
12540
  "inputs": {},
12428
12541
  "bytes": 1798
12429
12542
  },
12430
- "dist/HLSView-GG4WVUQY.js.map": {
12543
+ "dist/HLSView-7X5BVAZE.js.map": {
12431
12544
  "imports": [],
12432
12545
  "exports": [],
12433
12546
  "inputs": {},
12434
12547
  "bytes": 58021
12435
12548
  },
12436
- "dist/HLSView-GG4WVUQY.js": {
12549
+ "dist/HLSView-7X5BVAZE.js": {
12437
12550
  "imports": [
12438
12551
  {
12439
- "path": "dist/chunk-GXJIUWTP.js",
12552
+ "path": "dist/chunk-H3B4ARYV.js",
12440
12553
  "kind": "import-statement"
12441
12554
  },
12442
12555
  {
@@ -12600,13 +12713,13 @@
12600
12713
  },
12601
12714
  "bytes": 36449
12602
12715
  },
12603
- "dist/chunk-GXJIUWTP.js.map": {
12716
+ "dist/chunk-H3B4ARYV.js.map": {
12604
12717
  "imports": [],
12605
12718
  "exports": [],
12606
12719
  "inputs": {},
12607
- "bytes": 3020899
12720
+ "bytes": 3034287
12608
12721
  },
12609
- "dist/chunk-GXJIUWTP.js": {
12722
+ "dist/chunk-H3B4ARYV.js": {
12610
12723
  "imports": [
12611
12724
  {
12612
12725
  "path": "react",
@@ -12628,6 +12741,11 @@
12628
12741
  "kind": "import-statement",
12629
12742
  "external": true
12630
12743
  },
12744
+ {
12745
+ "path": "@100mslive/react-sdk",
12746
+ "kind": "import-statement",
12747
+ "external": true
12748
+ },
12631
12749
  {
12632
12750
  "path": "react",
12633
12751
  "kind": "import-statement",
@@ -12928,11 +13046,6 @@
12928
13046
  "kind": "import-statement",
12929
13047
  "external": true
12930
13048
  },
12931
- {
12932
- "path": "@100mslive/react-sdk",
12933
- "kind": "import-statement",
12934
- "external": true
12935
- },
12936
13049
  {
12937
13050
  "path": "react",
12938
13051
  "kind": "import-statement",
@@ -14058,6 +14171,11 @@
14058
14171
  "kind": "import-statement",
14059
14172
  "external": true
14060
14173
  },
14174
+ {
14175
+ "path": "react",
14176
+ "kind": "import-statement",
14177
+ "external": true
14178
+ },
14061
14179
  {
14062
14180
  "path": "@100mslive/react-sdk",
14063
14181
  "kind": "import-statement",
@@ -14218,6 +14336,16 @@
14218
14336
  "kind": "import-statement",
14219
14337
  "external": true
14220
14338
  },
14339
+ {
14340
+ "path": "react",
14341
+ "kind": "import-statement",
14342
+ "external": true
14343
+ },
14344
+ {
14345
+ "path": "react-use",
14346
+ "kind": "import-statement",
14347
+ "external": true
14348
+ },
14221
14349
  {
14222
14350
  "path": "@emoji-mart/data",
14223
14351
  "kind": "import-statement",
@@ -14794,7 +14922,7 @@
14794
14922
  "external": true
14795
14923
  },
14796
14924
  {
14797
- "path": "dist/HLSView-GG4WVUQY.js",
14925
+ "path": "dist/HLSView-7X5BVAZE.js",
14798
14926
  "kind": "dynamic-import"
14799
14927
  },
14800
14928
  {
@@ -15205,13 +15333,13 @@
15205
15333
  ],
15206
15334
  "inputs": {
15207
15335
  "<define:process.env>": {
15208
- "bytesInOutput": 18673
15336
+ "bytesInOutput": 18620
15209
15337
  },
15210
15338
  "../../node_modules/lodash/lodash.js": {
15211
15339
  "bytesInOutput": 224380
15212
15340
  },
15213
15341
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
15214
- "bytesInOutput": 42462
15342
+ "bytesInOutput": 42460
15215
15343
  },
15216
15344
  "../../node_modules/sdp/sdp.js": {
15217
15345
  "bytesInOutput": 22288
@@ -15220,7 +15348,7 @@
15220
15348
  "bytesInOutput": 16120
15221
15349
  },
15222
15350
  "../../node_modules/sdp-transform/lib/parser.js": {
15223
- "bytesInOutput": 3488
15351
+ "bytesInOutput": 3480
15224
15352
  },
15225
15353
  "../../node_modules/sdp-transform/lib/writer.js": {
15226
15354
  "bytesInOutput": 3070
@@ -15244,11 +15372,14 @@
15244
15372
  "bytesInOutput": 1295
15245
15373
  },
15246
15374
  "src/Theme/stitches.config.ts": {
15247
- "bytesInOutput": 1679
15375
+ "bytesInOutput": 1564
15248
15376
  },
15249
15377
  "src/Theme/base.config.ts": {
15250
15378
  "bytesInOutput": 5061
15251
15379
  },
15380
+ "src/Prebuilt/common/constants.ts": {
15381
+ "bytesInOutput": 3393
15382
+ },
15252
15383
  "src/Theme/ThemeProvider.tsx": {
15253
15384
  "bytesInOutput": 1926
15254
15385
  },
@@ -15397,7 +15528,7 @@
15397
15528
  "bytesInOutput": 7824
15398
15529
  },
15399
15530
  "src/Stats/formatBytes.ts": {
15400
- "bytesInOutput": 468
15531
+ "bytesInOutput": 471
15401
15532
  },
15402
15533
  "src/Stats/StyledStats.tsx": {
15403
15534
  "bytesInOutput": 708
@@ -15451,7 +15582,7 @@
15451
15582
  "bytesInOutput": 887
15452
15583
  },
15453
15584
  "src/Prebuilt/App.tsx": {
15454
- "bytesInOutput": 7591
15585
+ "bytesInOutput": 7598
15455
15586
  },
15456
15587
  "src/Prebuilt/components/AppData/AppData.tsx": {
15457
15588
  "bytesInOutput": 4365
@@ -15465,9 +15596,6 @@
15465
15596
  "src/Prebuilt/components/AppData/useUISettings.js": {
15466
15597
  "bytesInOutput": 5393
15467
15598
  },
15468
- "src/Prebuilt/common/constants.ts": {
15469
- "bytesInOutput": 3393
15470
- },
15471
15599
  "src/Prebuilt/components/AuthToken.jsx": {
15472
15600
  "bytesInOutput": 3501
15473
15601
  },
@@ -15565,7 +15693,7 @@
15565
15693
  "bytesInOutput": 1118
15566
15694
  },
15567
15695
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
15568
- "bytesInOutput": 2258
15696
+ "bytesInOutput": 2256
15569
15697
  },
15570
15698
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
15571
15699
  "bytesInOutput": 1486
@@ -15601,7 +15729,7 @@
15601
15729
  "bytesInOutput": 2940
15602
15730
  },
15603
15731
  "src/Prebuilt/components/StatsForNerds.jsx": {
15604
- "bytesInOutput": 9585
15732
+ "bytesInOutput": 9588
15605
15733
  },
15606
15734
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
15607
15735
  "bytesInOutput": 5008
@@ -15628,7 +15756,7 @@
15628
15756
  "bytesInOutput": 10019
15629
15757
  },
15630
15758
  "../hms-video-web/dist/index.js": {
15631
- "bytesInOutput": 32649
15759
+ "bytesInOutput": 32625
15632
15760
  },
15633
15761
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
15634
15762
  "bytesInOutput": 154
@@ -15691,10 +15819,10 @@
15691
15819
  "bytesInOutput": 3219
15692
15820
  },
15693
15821
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
15694
- "bytesInOutput": 711
15822
+ "bytesInOutput": 712
15695
15823
  },
15696
15824
  "../hms-video-store/dist/index.js": {
15697
- "bytesInOutput": 19755
15825
+ "bytesInOutput": 19867
15698
15826
  },
15699
15827
  "../../node_modules/reselect/es/index.js": {
15700
15828
  "bytesInOutput": 2537
@@ -15757,7 +15885,7 @@
15757
15885
  "bytesInOutput": 5852
15758
15886
  },
15759
15887
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
15760
- "bytesInOutput": 886
15888
+ "bytesInOutput": 1073
15761
15889
  },
15762
15890
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
15763
15891
  "bytesInOutput": 899
@@ -15772,10 +15900,10 @@
15772
15900
  "bytesInOutput": 9825
15773
15901
  },
15774
15902
  "src/Prebuilt/layouts/SidePane.tsx": {
15775
- "bytesInOutput": 3969
15903
+ "bytesInOutput": 4443
15776
15904
  },
15777
15905
  "src/Prebuilt/components/Polls/Polls.tsx": {
15778
- "bytesInOutput": 723
15906
+ "bytesInOutput": 730
15779
15907
  },
15780
15908
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15781
15909
  "bytesInOutput": 7665
@@ -15813,20 +15941,23 @@
15813
15941
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
15814
15942
  "bytesInOutput": 2193
15815
15943
  },
15816
- "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
15817
- "bytesInOutput": 3433
15944
+ "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
15945
+ "bytesInOutput": 6213
15818
15946
  },
15819
15947
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15820
15948
  "bytesInOutput": 1683
15821
15949
  },
15950
+ "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
15951
+ "bytesInOutput": 512
15952
+ },
15822
15953
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
15823
- "bytesInOutput": 3376
15954
+ "bytesInOutput": 3216
15824
15955
  },
15825
15956
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15826
15957
  "bytesInOutput": 1254
15827
15958
  },
15828
15959
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15829
- "bytesInOutput": 1342
15960
+ "bytesInOutput": 1013
15830
15961
  },
15831
15962
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15832
15963
  "bytesInOutput": 7826
@@ -15838,19 +15969,16 @@
15838
15969
  "bytesInOutput": 7277
15839
15970
  },
15840
15971
  "src/Prebuilt/components/Chat/Chat.tsx": {
15841
- "bytesInOutput": 3459
15972
+ "bytesInOutput": 3430
15842
15973
  },
15843
15974
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
15844
- "bytesInOutput": 13638
15845
- },
15846
- "src/Prebuilt/images/empty-chat.svg": {
15847
- "bytesInOutput": 2261
15975
+ "bytesInOutput": 13096
15848
15976
  },
15849
15977
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
15850
- "bytesInOutput": 9252
15978
+ "bytesInOutput": 9254
15851
15979
  },
15852
15980
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
15853
- "bytesInOutput": 414
15981
+ "bytesInOutput": 417
15854
15982
  },
15855
15983
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
15856
15984
  "bytesInOutput": 1210
@@ -15858,6 +15986,12 @@
15858
15986
  "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15859
15987
  "bytesInOutput": 2761
15860
15988
  },
15989
+ "src/Prebuilt/components/Chat/EmptyChat.tsx": {
15990
+ "bytesInOutput": 1642
15991
+ },
15992
+ "src/Prebuilt/images/empty-chat.svg": {
15993
+ "bytesInOutput": 2261
15994
+ },
15861
15995
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15862
15996
  "bytesInOutput": 8638
15863
15997
  },
@@ -15886,7 +16020,7 @@
15886
16020
  "bytesInOutput": 543
15887
16021
  },
15888
16022
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15889
- "bytesInOutput": 4167
16023
+ "bytesInOutput": 4165
15890
16024
  },
15891
16025
  "src/Prebuilt/components/ChatSettings.tsx": {
15892
16026
  "bytesInOutput": 2469
@@ -15907,16 +16041,19 @@
15907
16041
  "bytesInOutput": 1050
15908
16042
  },
15909
16043
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
15910
- "bytesInOutput": 6924
16044
+ "bytesInOutput": 5417
15911
16045
  },
15912
16046
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
15913
- "bytesInOutput": 1457
16047
+ "bytesInOutput": 1157
15914
16048
  },
15915
16049
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
15916
16050
  "bytesInOutput": 1161
15917
16051
  },
16052
+ "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
16053
+ "bytesInOutput": 2750
16054
+ },
15918
16055
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
15919
- "bytesInOutput": 934
16056
+ "bytesInOutput": 714
15920
16057
  },
15921
16058
  "src/Prebuilt/components/Chip.tsx": {
15922
16059
  "bytesInOutput": 778
@@ -15970,7 +16107,7 @@
15970
16107
  "bytesInOutput": 961
15971
16108
  },
15972
16109
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
15973
- "bytesInOutput": 1902
16110
+ "bytesInOutput": 1898
15974
16111
  },
15975
16112
  "src/Prebuilt/components/ScreenshareTile.jsx": {
15976
16113
  "bytesInOutput": 3693
@@ -16099,7 +16236,7 @@
16099
16236
  "bytesInOutput": 418
16100
16237
  }
16101
16238
  },
16102
- "bytes": 1217888
16239
+ "bytes": 1223247
16103
16240
  }
16104
16241
  }
16105
16242
  }