@100mslive/roomkit-react 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. package/dist/{HLSView-662T7R7H.js → HLSView-MXBOUQBG.js} +128 -39
  2. package/dist/HLSView-MXBOUQBG.js.map +7 -0
  3. package/dist/Prebuilt/common/constants.d.ts +2 -1
  4. package/dist/Prebuilt/components/HMSVideo/HLSCaptionSelector.d.ts +5 -0
  5. package/dist/Prebuilt/components/Polls/Voting/Leaderboard.d.ts +4 -0
  6. package/dist/Prebuilt/components/Polls/Voting/LeaderboardEntry.d.ts +9 -0
  7. package/dist/Prebuilt/components/Polls/Voting/PeerParticipationSummary.d.ts +5 -0
  8. package/dist/{chunk-2B7YYNHQ.js → chunk-HEOH5H43.js} +6767 -1064
  9. package/dist/chunk-HEOH5H43.js.map +7 -0
  10. package/dist/index.cjs.js +7263 -1445
  11. package/dist/index.cjs.js.map +4 -4
  12. package/dist/index.js +1 -1
  13. package/dist/meta.cjs.json +335 -50
  14. package/dist/meta.esbuild.json +351 -65
  15. package/package.json +6 -6
  16. package/src/Prebuilt/common/PeersSorter.ts +12 -3
  17. package/src/Prebuilt/common/constants.ts +1 -0
  18. package/src/Prebuilt/common/utils.js +34 -0
  19. package/src/Prebuilt/components/Chat/Chat.jsx +3 -4
  20. package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +13 -0
  21. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +34 -2
  22. package/src/Prebuilt/components/Notifications/Notifications.tsx +33 -2
  23. package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx +3 -9
  24. package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +21 -1
  25. package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx +34 -7
  26. package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx +2 -2
  27. package/src/Prebuilt/components/Polls/Polls.tsx +3 -0
  28. package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +115 -0
  29. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +63 -0
  30. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +38 -0
  31. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +28 -11
  32. package/src/Prebuilt/components/Polls/Voting/StandardVoting.jsx +7 -1
  33. package/src/Prebuilt/components/Polls/Voting/Voting.jsx +31 -13
  34. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +33 -21
  35. package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +47 -35
  36. package/src/Prebuilt/components/Polls/common/StatusIndicator.jsx +2 -22
  37. package/src/Prebuilt/components/Polls/common/VoteCount.jsx +1 -15
  38. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +6 -5
  39. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +25 -6
  40. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -1
  41. package/src/Prebuilt/layouts/HLSView.jsx +51 -3
  42. package/dist/HLSView-662T7R7H.js.map +0 -7
  43. package/dist/chunk-2B7YYNHQ.js.map +0 -7
@@ -1920,7 +1920,7 @@
1920
1920
  "format": "esm"
1921
1921
  },
1922
1922
  "src/Prebuilt/common/constants.ts": {
1923
- "bytes": 4258,
1923
+ "bytes": 4304,
1924
1924
  "imports": [
1925
1925
  {
1926
1926
  "path": "@100mslive/react-sdk",
@@ -4429,7 +4429,7 @@
4429
4429
  "format": "cjs"
4430
4430
  },
4431
4431
  "../hms-video-web/dist/index.js": {
4432
- "bytes": 254865,
4432
+ "bytes": 255839,
4433
4433
  "imports": [
4434
4434
  {
4435
4435
  "path": "uuid",
@@ -4514,9 +4514,25 @@
4514
4514
  ],
4515
4515
  "format": "esm"
4516
4516
  },
4517
+ "../../node_modules/lodash/lodash.js": {
4518
+ "bytes": 544098,
4519
+ "imports": [
4520
+ {
4521
+ "path": "<define:process.env>",
4522
+ "kind": "import-statement",
4523
+ "external": true
4524
+ }
4525
+ ],
4526
+ "format": "cjs"
4527
+ },
4517
4528
  "src/Prebuilt/common/utils.js": {
4518
- "bytes": 4325,
4529
+ "bytes": 5522,
4519
4530
  "imports": [
4531
+ {
4532
+ "path": "../../node_modules/lodash/lodash.js",
4533
+ "kind": "import-statement",
4534
+ "original": "lodash"
4535
+ },
4520
4536
  {
4521
4537
  "path": "src/Prebuilt/common/constants.ts",
4522
4538
  "kind": "import-statement",
@@ -6035,7 +6051,7 @@
6035
6051
  "format": "esm"
6036
6052
  },
6037
6053
  "src/Prebuilt/components/Polls/common/StatusIndicator.jsx": {
6038
- "bytes": 1082,
6054
+ "bytes": 597,
6039
6055
  "imports": [
6040
6056
  {
6041
6057
  "path": "react",
@@ -6056,7 +6072,7 @@
6056
6072
  "format": "esm"
6057
6073
  },
6058
6074
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
6059
- "bytes": 7629,
6075
+ "bytes": 7467,
6060
6076
  "imports": [
6061
6077
  {
6062
6078
  "path": "react",
@@ -6194,7 +6210,7 @@
6194
6210
  "format": "esm"
6195
6211
  },
6196
6212
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
6197
- "bytes": 848,
6213
+ "bytes": 397,
6198
6214
  "imports": [
6199
6215
  {
6200
6216
  "path": "react",
@@ -6236,7 +6252,7 @@
6236
6252
  "format": "esm"
6237
6253
  },
6238
6254
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
6239
- "bytes": 3365,
6255
+ "bytes": 3798,
6240
6256
  "imports": [
6241
6257
  {
6242
6258
  "path": "react",
@@ -6277,13 +6293,18 @@
6277
6293
  "format": "esm"
6278
6294
  },
6279
6295
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
6280
- "bytes": 4400,
6296
+ "bytes": 4926,
6281
6297
  "imports": [
6282
6298
  {
6283
6299
  "path": "react",
6284
6300
  "kind": "import-statement",
6285
6301
  "external": true
6286
6302
  },
6303
+ {
6304
+ "path": "@100mslive/react-icons",
6305
+ "kind": "import-statement",
6306
+ "external": true
6307
+ },
6287
6308
  {
6288
6309
  "path": "src/index.ts",
6289
6310
  "kind": "import-statement",
@@ -6313,7 +6334,7 @@
6313
6334
  "format": "esm"
6314
6335
  },
6315
6336
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
6316
- "bytes": 8093,
6337
+ "bytes": 9040,
6317
6338
  "imports": [
6318
6339
  {
6319
6340
  "path": "react",
@@ -6379,7 +6400,7 @@
6379
6400
  "format": "esm"
6380
6401
  },
6381
6402
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
6382
- "bytes": 2057,
6403
+ "bytes": 2098,
6383
6404
  "imports": [
6384
6405
  {
6385
6406
  "path": "react",
@@ -6415,7 +6436,7 @@
6415
6436
  "format": "esm"
6416
6437
  },
6417
6438
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
6418
- "bytes": 4620,
6439
+ "bytes": 5120,
6419
6440
  "imports": [
6420
6441
  {
6421
6442
  "path": "react",
@@ -6485,8 +6506,146 @@
6485
6506
  ],
6486
6507
  "format": "esm"
6487
6508
  },
6509
+ "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
6510
+ "bytes": 1710,
6511
+ "imports": [
6512
+ {
6513
+ "path": "react",
6514
+ "kind": "import-statement",
6515
+ "external": true
6516
+ },
6517
+ {
6518
+ "path": "@100mslive/react-icons",
6519
+ "kind": "import-statement",
6520
+ "external": true
6521
+ },
6522
+ {
6523
+ "path": "src/Layout/index.tsx",
6524
+ "kind": "import-statement",
6525
+ "original": "../../../../Layout"
6526
+ },
6527
+ {
6528
+ "path": "src/Text/index.tsx",
6529
+ "kind": "import-statement",
6530
+ "original": "../../../../Text"
6531
+ },
6532
+ {
6533
+ "path": "<define:process.env>",
6534
+ "kind": "import-statement",
6535
+ "external": true
6536
+ }
6537
+ ],
6538
+ "format": "esm"
6539
+ },
6540
+ "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
6541
+ "bytes": 4333,
6542
+ "imports": [
6543
+ {
6544
+ "path": "react",
6545
+ "kind": "import-statement",
6546
+ "external": true
6547
+ },
6548
+ {
6549
+ "path": "@100mslive/react-sdk",
6550
+ "kind": "import-statement",
6551
+ "external": true
6552
+ },
6553
+ {
6554
+ "path": "@100mslive/react-icons",
6555
+ "kind": "import-statement",
6556
+ "external": true
6557
+ },
6558
+ {
6559
+ "path": "src/Layout/index.tsx",
6560
+ "kind": "import-statement",
6561
+ "original": "../../../../Layout"
6562
+ },
6563
+ {
6564
+ "path": "src/Loading/index.ts",
6565
+ "kind": "import-statement",
6566
+ "original": "../../../../Loading"
6567
+ },
6568
+ {
6569
+ "path": "src/Text/index.tsx",
6570
+ "kind": "import-statement",
6571
+ "original": "../../../../Text"
6572
+ },
6573
+ {
6574
+ "path": "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx",
6575
+ "kind": "import-statement",
6576
+ "original": "./LeaderboardEntry"
6577
+ },
6578
+ {
6579
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
6580
+ "kind": "import-statement",
6581
+ "original": "../../AppData/useSidepane"
6582
+ },
6583
+ {
6584
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
6585
+ "kind": "import-statement",
6586
+ "original": "../../AppData/useUISettings"
6587
+ },
6588
+ {
6589
+ "path": "src/Prebuilt/components/Polls/common/StatusIndicator.jsx",
6590
+ "kind": "import-statement",
6591
+ "original": "../common/StatusIndicator"
6592
+ },
6593
+ {
6594
+ "path": "src/Prebuilt/common/constants.ts",
6595
+ "kind": "import-statement",
6596
+ "original": "../../../common/constants"
6597
+ },
6598
+ {
6599
+ "path": "<define:process.env>",
6600
+ "kind": "import-statement",
6601
+ "external": true
6602
+ },
6603
+ {
6604
+ "path": "<runtime>",
6605
+ "kind": "import-statement",
6606
+ "external": true
6607
+ }
6608
+ ],
6609
+ "format": "esm"
6610
+ },
6611
+ "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
6612
+ "bytes": 1361,
6613
+ "imports": [
6614
+ {
6615
+ "path": "react",
6616
+ "kind": "import-statement",
6617
+ "external": true
6618
+ },
6619
+ {
6620
+ "path": "@100mslive/react-sdk",
6621
+ "kind": "import-statement",
6622
+ "external": true
6623
+ },
6624
+ {
6625
+ "path": "src/Layout/index.tsx",
6626
+ "kind": "import-statement",
6627
+ "original": "../../../../Layout"
6628
+ },
6629
+ {
6630
+ "path": "src/Text/index.tsx",
6631
+ "kind": "import-statement",
6632
+ "original": "../../../../Text"
6633
+ },
6634
+ {
6635
+ "path": "src/Prebuilt/common/utils.js",
6636
+ "kind": "import-statement",
6637
+ "original": "../../../common/utils"
6638
+ },
6639
+ {
6640
+ "path": "<define:process.env>",
6641
+ "kind": "import-statement",
6642
+ "external": true
6643
+ }
6644
+ ],
6645
+ "format": "esm"
6646
+ },
6488
6647
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
6489
- "bytes": 8109,
6648
+ "bytes": 8809,
6490
6649
  "imports": [
6491
6650
  {
6492
6651
  "path": "react",
@@ -6542,13 +6701,18 @@
6542
6701
  "format": "esm"
6543
6702
  },
6544
6703
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
6545
- "bytes": 1052,
6704
+ "bytes": 1274,
6546
6705
  "imports": [
6547
6706
  {
6548
6707
  "path": "react",
6549
6708
  "kind": "import-statement",
6550
6709
  "external": true
6551
6710
  },
6711
+ {
6712
+ "path": "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx",
6713
+ "kind": "import-statement",
6714
+ "original": "./PeerParticipationSummary"
6715
+ },
6552
6716
  {
6553
6717
  "path": "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx",
6554
6718
  "kind": "import-statement",
@@ -6584,7 +6748,7 @@
6584
6748
  "format": "esm"
6585
6749
  },
6586
6750
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
6587
- "bytes": 3265,
6751
+ "bytes": 3792,
6588
6752
  "imports": [
6589
6753
  {
6590
6754
  "path": "react",
@@ -6645,7 +6809,7 @@
6645
6809
  "format": "esm"
6646
6810
  },
6647
6811
  "src/Prebuilt/components/Polls/Polls.tsx": {
6648
- "bytes": 1000,
6812
+ "bytes": 1140,
6649
6813
  "imports": [
6650
6814
  {
6651
6815
  "path": "react",
@@ -6662,6 +6826,11 @@
6662
6826
  "kind": "import-statement",
6663
6827
  "original": "./CreateQuestions/CreateQuestions"
6664
6828
  },
6829
+ {
6830
+ "path": "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx",
6831
+ "kind": "import-statement",
6832
+ "original": "./Voting/Leaderboard"
6833
+ },
6665
6834
  {
6666
6835
  "path": "src/Prebuilt/components/Polls/Voting/Voting.jsx",
6667
6836
  "kind": "import-statement",
@@ -6735,7 +6904,7 @@
6735
6904
  "format": "esm"
6736
6905
  },
6737
6906
  "../hms-video-store/dist/index.js": {
6738
- "bytes": 66662,
6907
+ "bytes": 66745,
6739
6908
  "imports": [
6740
6909
  {
6741
6910
  "path": "../../node_modules/reselect/es/index.js",
@@ -7539,7 +7708,7 @@
7539
7708
  "format": "esm"
7540
7709
  },
7541
7710
  "src/Prebuilt/components/Chat/Chat.jsx": {
7542
- "bytes": 5268,
7711
+ "bytes": 5274,
7543
7712
  "imports": [
7544
7713
  {
7545
7714
  "path": "react",
@@ -9000,7 +9169,7 @@
9000
9169
  "format": "esm"
9001
9170
  },
9002
9171
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
9003
- "bytes": 2328,
9172
+ "bytes": 2325,
9004
9173
  "imports": [
9005
9174
  {
9006
9175
  "path": "react",
@@ -9372,7 +9541,7 @@
9372
9541
  "format": "esm"
9373
9542
  },
9374
9543
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
9375
- "bytes": 2137,
9544
+ "bytes": 2106,
9376
9545
  "imports": [
9377
9546
  {
9378
9547
  "path": "react",
@@ -9438,7 +9607,7 @@
9438
9607
  "format": "esm"
9439
9608
  },
9440
9609
  "src/Prebuilt/common/PeersSorter.ts": {
9441
- "bytes": 2767,
9610
+ "bytes": 3051,
9442
9611
  "imports": [
9443
9612
  {
9444
9613
  "path": "@100mslive/react-sdk",
@@ -9454,7 +9623,7 @@
9454
9623
  "format": "esm"
9455
9624
  },
9456
9625
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
9457
- "bytes": 3819,
9626
+ "bytes": 4519,
9458
9627
  "imports": [
9459
9628
  {
9460
9629
  "path": "react",
@@ -9501,6 +9670,11 @@
9501
9670
  "kind": "import-statement",
9502
9671
  "original": "../../common/PeersSorter"
9503
9672
  },
9673
+ {
9674
+ "path": "src/Prebuilt/common/constants.ts",
9675
+ "kind": "import-statement",
9676
+ "original": "../../common/constants"
9677
+ },
9504
9678
  {
9505
9679
  "path": "<define:process.env>",
9506
9680
  "kind": "import-statement",
@@ -9695,7 +9869,7 @@
9695
9869
  "format": "esm"
9696
9870
  },
9697
9871
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
9698
- "bytes": 415,
9872
+ "bytes": 1039,
9699
9873
  "imports": [
9700
9874
  {
9701
9875
  "path": "react",
@@ -9928,6 +10102,32 @@
9928
10102
  ],
9929
10103
  "format": "esm"
9930
10104
  },
10105
+ "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
10106
+ "bytes": 551,
10107
+ "imports": [
10108
+ {
10109
+ "path": "react",
10110
+ "kind": "import-statement",
10111
+ "external": true
10112
+ },
10113
+ {
10114
+ "path": "@100mslive/react-icons",
10115
+ "kind": "import-statement",
10116
+ "external": true
10117
+ },
10118
+ {
10119
+ "path": "src/index.ts",
10120
+ "kind": "import-statement",
10121
+ "original": "../../../"
10122
+ },
10123
+ {
10124
+ "path": "<define:process.env>",
10125
+ "kind": "import-statement",
10126
+ "external": true
10127
+ }
10128
+ ],
10129
+ "format": "esm"
10130
+ },
9931
10131
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
9932
10132
  "bytes": 4183,
9933
10133
  "imports": [
@@ -9955,7 +10155,7 @@
9955
10155
  "format": "esm"
9956
10156
  },
9957
10157
  "src/Prebuilt/layouts/HLSView.jsx": {
9958
- "bytes": 15202,
10158
+ "bytes": 17061,
9959
10159
  "imports": [
9960
10160
  {
9961
10161
  "path": "react",
@@ -10007,6 +10207,11 @@
10007
10207
  "kind": "import-statement",
10008
10208
  "original": "../components/HMSVideo/HLSAutoplayBlockedPrompt"
10009
10209
  },
10210
+ {
10211
+ "path": "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx",
10212
+ "kind": "import-statement",
10213
+ "original": "../components/HMSVideo/HLSCaptionSelector"
10214
+ },
10010
10215
  {
10011
10216
  "path": "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx",
10012
10217
  "kind": "import-statement",
@@ -10017,6 +10222,11 @@
10017
10222
  "kind": "import-statement",
10018
10223
  "original": "../components/Toast/ToastManager"
10019
10224
  },
10225
+ {
10226
+ "path": "src/Button/index.tsx",
10227
+ "kind": "import-statement",
10228
+ "original": "../../Button"
10229
+ },
10020
10230
  {
10021
10231
  "path": "src/IconButton/index.tsx",
10022
10232
  "kind": "import-statement",
@@ -10047,6 +10257,11 @@
10047
10257
  "kind": "import-statement",
10048
10258
  "original": "../../Tooltip"
10049
10259
  },
10260
+ {
10261
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
10262
+ "kind": "import-statement",
10263
+ "original": "../components/AppData/useSidepane"
10264
+ },
10050
10265
  {
10051
10266
  "path": "src/Prebuilt/common/constants.ts",
10052
10267
  "kind": "import-statement",
@@ -11047,7 +11262,7 @@
11047
11262
  "format": "esm"
11048
11263
  },
11049
11264
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11050
- "bytes": 7373,
11265
+ "bytes": 8580,
11051
11266
  "imports": [
11052
11267
  {
11053
11268
  "path": "react",
@@ -11124,6 +11339,11 @@
11124
11339
  "kind": "import-statement",
11125
11340
  "original": "./TrackUnmuteModal"
11126
11341
  },
11342
+ {
11343
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11344
+ "kind": "import-statement",
11345
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11346
+ },
11127
11347
  {
11128
11348
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
11129
11349
  "kind": "import-statement",
@@ -11829,7 +12049,7 @@
11829
12049
  "dist/index.js": {
11830
12050
  "imports": [
11831
12051
  {
11832
- "path": "dist/chunk-2B7YYNHQ.js",
12052
+ "path": "dist/chunk-HEOH5H43.js",
11833
12053
  "kind": "import-statement"
11834
12054
  }
11835
12055
  ],
@@ -11901,16 +12121,16 @@
11901
12121
  "inputs": {},
11902
12122
  "bytes": 1798
11903
12123
  },
11904
- "dist/HLSView-662T7R7H.js.map": {
12124
+ "dist/HLSView-MXBOUQBG.js.map": {
11905
12125
  "imports": [],
11906
12126
  "exports": [],
11907
12127
  "inputs": {},
11908
- "bytes": 53187
12128
+ "bytes": 58021
11909
12129
  },
11910
- "dist/HLSView-662T7R7H.js": {
12130
+ "dist/HLSView-MXBOUQBG.js": {
11911
12131
  "imports": [
11912
12132
  {
11913
- "path": "dist/chunk-2B7YYNHQ.js",
12133
+ "path": "dist/chunk-HEOH5H43.js",
11914
12134
  "kind": "import-statement"
11915
12135
  },
11916
12136
  {
@@ -12008,6 +12228,16 @@
12008
12228
  "kind": "import-statement",
12009
12229
  "external": true
12010
12230
  },
12231
+ {
12232
+ "path": "@100mslive/react-icons",
12233
+ "kind": "import-statement",
12234
+ "external": true
12235
+ },
12236
+ {
12237
+ "path": "react",
12238
+ "kind": "import-statement",
12239
+ "external": true
12240
+ },
12011
12241
  {
12012
12242
  "path": "@100mslive/react-icons",
12013
12243
  "kind": "import-statement",
@@ -12020,7 +12250,7 @@
12020
12250
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
12021
12251
  "inputs": {
12022
12252
  "src/Prebuilt/layouts/HLSView.jsx": {
12023
- "bytesInOutput": 15098
12253
+ "bytesInOutput": 16830
12024
12254
  },
12025
12255
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
12026
12256
  "bytesInOutput": 3521
@@ -12032,7 +12262,7 @@
12032
12262
  "bytesInOutput": 416
12033
12263
  },
12034
12264
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
12035
- "bytesInOutput": 521
12265
+ "bytesInOutput": 1171
12036
12266
  },
12037
12267
  "src/Prebuilt/components/HMSVideo/PlayButton.jsx": {
12038
12268
  "bytesInOutput": 534
@@ -12055,19 +12285,22 @@
12055
12285
  "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.jsx": {
12056
12286
  "bytesInOutput": 902
12057
12287
  },
12288
+ "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
12289
+ "bytesInOutput": 586
12290
+ },
12058
12291
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
12059
- "bytesInOutput": 3972
12292
+ "bytesInOutput": 3992
12060
12293
  }
12061
12294
  },
12062
- "bytes": 33380
12295
+ "bytes": 36449
12063
12296
  },
12064
- "dist/chunk-2B7YYNHQ.js.map": {
12297
+ "dist/chunk-HEOH5H43.js.map": {
12065
12298
  "imports": [],
12066
12299
  "exports": [],
12067
12300
  "inputs": {},
12068
- "bytes": 2263043
12301
+ "bytes": 2988835
12069
12302
  },
12070
- "dist/chunk-2B7YYNHQ.js": {
12303
+ "dist/chunk-HEOH5H43.js": {
12071
12304
  "imports": [
12072
12305
  {
12073
12306
  "path": "react",
@@ -13434,6 +13667,36 @@
13434
13667
  "kind": "import-statement",
13435
13668
  "external": true
13436
13669
  },
13670
+ {
13671
+ "path": "@100mslive/react-icons",
13672
+ "kind": "import-statement",
13673
+ "external": true
13674
+ },
13675
+ {
13676
+ "path": "react",
13677
+ "kind": "import-statement",
13678
+ "external": true
13679
+ },
13680
+ {
13681
+ "path": "@100mslive/react-icons",
13682
+ "kind": "import-statement",
13683
+ "external": true
13684
+ },
13685
+ {
13686
+ "path": "react",
13687
+ "kind": "import-statement",
13688
+ "external": true
13689
+ },
13690
+ {
13691
+ "path": "@100mslive/react-sdk",
13692
+ "kind": "import-statement",
13693
+ "external": true
13694
+ },
13695
+ {
13696
+ "path": "@100mslive/react-icons",
13697
+ "kind": "import-statement",
13698
+ "external": true
13699
+ },
13437
13700
  {
13438
13701
  "path": "react",
13439
13702
  "kind": "import-statement",
@@ -13474,6 +13737,16 @@
13474
13737
  "kind": "import-statement",
13475
13738
  "external": true
13476
13739
  },
13740
+ {
13741
+ "path": "react",
13742
+ "kind": "import-statement",
13743
+ "external": true
13744
+ },
13745
+ {
13746
+ "path": "@100mslive/react-sdk",
13747
+ "kind": "import-statement",
13748
+ "external": true
13749
+ },
13477
13750
  {
13478
13751
  "path": "@100mslive/react-icons",
13479
13752
  "kind": "import-statement",
@@ -14160,7 +14433,7 @@
14160
14433
  "external": true
14161
14434
  },
14162
14435
  {
14163
- "path": "dist/HLSView-662T7R7H.js",
14436
+ "path": "dist/HLSView-MXBOUQBG.js",
14164
14437
  "kind": "dynamic-import"
14165
14438
  },
14166
14439
  {
@@ -14541,11 +14814,12 @@
14541
14814
  "textEllipsis",
14542
14815
  "theme",
14543
14816
  "useBorderAudioLevel",
14817
+ "usePollViewToggle",
14544
14818
  "useTheme"
14545
14819
  ],
14546
14820
  "inputs": {
14547
14821
  "<define:process.env>": {
14548
- "bytesInOutput": 18567
14822
+ "bytesInOutput": 18552
14549
14823
  },
14550
14824
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
14551
14825
  "bytesInOutput": 42457
@@ -14565,6 +14839,9 @@
14565
14839
  "../../node_modules/sdp-transform/lib/index.js": {
14566
14840
  "bytesInOutput": 615
14567
14841
  },
14842
+ "../../node_modules/lodash/lodash.js": {
14843
+ "bytesInOutput": 224242
14844
+ },
14568
14845
  "src/index.ts": {
14569
14846
  "bytesInOutput": 27
14570
14847
  },
@@ -14968,7 +15245,7 @@
14968
15245
  "bytesInOutput": 10019
14969
15246
  },
14970
15247
  "../hms-video-web/dist/index.js": {
14971
- "bytesInOutput": 32495
15248
+ "bytesInOutput": 32595
14972
15249
  },
14973
15250
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
14974
15251
  "bytesInOutput": 154
@@ -15010,7 +15287,7 @@
15010
15287
  "bytesInOutput": 1760
15011
15288
  },
15012
15289
  "src/Prebuilt/common/utils.js": {
15013
- "bytesInOutput": 2425
15290
+ "bytesInOutput": 3825
15014
15291
  },
15015
15292
  "src/Prebuilt/services/FeatureFlags.jsx": {
15016
15293
  "bytesInOutput": 1427
@@ -15094,58 +15371,67 @@
15094
15371
  "bytesInOutput": 2968
15095
15372
  },
15096
15373
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
15097
- "bytesInOutput": 9823
15374
+ "bytesInOutput": 9825
15098
15375
  },
15099
15376
  "src/Prebuilt/layouts/SidePane.tsx": {
15100
15377
  "bytesInOutput": 3969
15101
15378
  },
15102
15379
  "src/Prebuilt/components/Polls/Polls.tsx": {
15103
- "bytesInOutput": 604
15380
+ "bytesInOutput": 723
15104
15381
  },
15105
15382
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15106
- "bytesInOutput": 7838
15383
+ "bytesInOutput": 7694
15107
15384
  },
15108
15385
  "src/Prebuilt/components/Streaming/Common.jsx": {
15109
15386
  "bytesInOutput": 2247
15110
15387
  },
15111
15388
  "src/Prebuilt/components/Polls/common/StatusIndicator.jsx": {
15112
- "bytesInOutput": 1103
15389
+ "bytesInOutput": 624
15113
15390
  },
15114
15391
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
15115
- "bytesInOutput": 4373
15392
+ "bytesInOutput": 4875
15116
15393
  },
15117
15394
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
15118
- "bytesInOutput": 7603
15395
+ "bytesInOutput": 8426
15119
15396
  },
15120
15397
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
15121
15398
  "bytesInOutput": 2077
15122
15399
  },
15123
15400
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
15124
- "bytesInOutput": 3188
15401
+ "bytesInOutput": 3595
15125
15402
  },
15126
15403
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
15127
15404
  "bytesInOutput": 882
15128
15405
  },
15129
15406
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
15130
- "bytesInOutput": 781
15407
+ "bytesInOutput": 361
15131
15408
  },
15132
15409
  "src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
15133
15410
  "bytesInOutput": 587
15134
15411
  },
15135
15412
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
15136
- "bytesInOutput": 3793
15413
+ "bytesInOutput": 4306
15137
15414
  },
15138
15415
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
15139
- "bytesInOutput": 2131
15416
+ "bytesInOutput": 2193
15417
+ },
15418
+ "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
15419
+ "bytesInOutput": 3350
15420
+ },
15421
+ "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15422
+ "bytesInOutput": 1620
15140
15423
  },
15141
15424
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
15142
- "bytesInOutput": 3043
15425
+ "bytesInOutput": 3376
15143
15426
  },
15144
15427
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15145
- "bytesInOutput": 1087
15428
+ "bytesInOutput": 1254
15429
+ },
15430
+ "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15431
+ "bytesInOutput": 1342
15146
15432
  },
15147
15433
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15148
- "bytesInOutput": 8244
15434
+ "bytesInOutput": 9061
15149
15435
  },
15150
15436
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
15151
15437
  "bytesInOutput": 1101
@@ -15154,16 +15440,16 @@
15154
15440
  "bytesInOutput": 6518
15155
15441
  },
15156
15442
  "src/Prebuilt/components/Chat/Chat.jsx": {
15157
- "bytesInOutput": 5130
15443
+ "bytesInOutput": 5134
15158
15444
  },
15159
15445
  "../hms-video-store/dist/index.js": {
15160
- "bytesInOutput": 19683
15446
+ "bytesInOutput": 19656
15161
15447
  },
15162
15448
  "../../node_modules/reselect/es/index.js": {
15163
15449
  "bytesInOutput": 2537
15164
15450
  },
15165
15451
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
15166
- "bytesInOutput": 21321
15452
+ "bytesInOutput": 21342
15167
15453
  },
15168
15454
  "src/Prebuilt/images/empty-chat.svg": {
15169
15455
  "bytesInOutput": 2261
@@ -15181,10 +15467,10 @@
15181
15467
  "bytesInOutput": 598
15182
15468
  },
15183
15469
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15184
- "bytesInOutput": 8294
15470
+ "bytesInOutput": 8321
15185
15471
  },
15186
15472
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
15187
- "bytesInOutput": 5343
15473
+ "bytesInOutput": 5371
15188
15474
  },
15189
15475
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
15190
15476
  "bytesInOutput": 6881
@@ -15196,7 +15482,7 @@
15196
15482
  "bytesInOutput": 1202
15197
15483
  },
15198
15484
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
15199
- "bytesInOutput": 2780
15485
+ "bytesInOutput": 2790
15200
15486
  },
15201
15487
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
15202
15488
  "bytesInOutput": 4799
@@ -15259,10 +15545,10 @@
15259
15545
  "bytesInOutput": 2566
15260
15546
  },
15261
15547
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
15262
- "bytesInOutput": 3184
15548
+ "bytesInOutput": 3675
15263
15549
  },
15264
15550
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
15265
- "bytesInOutput": 1986
15551
+ "bytesInOutput": 2019
15266
15552
  },
15267
15553
  "src/Prebuilt/components/InsetTile.tsx": {
15268
15554
  "bytesInOutput": 4035
@@ -15280,7 +15566,7 @@
15280
15566
  "bytesInOutput": 3836
15281
15567
  },
15282
15568
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
15283
- "bytesInOutput": 1735
15569
+ "bytesInOutput": 1737
15284
15570
  },
15285
15571
  "src/Prebuilt/components/SecondaryTiles.tsx": {
15286
15572
  "bytesInOutput": 1069
@@ -15301,7 +15587,7 @@
15301
15587
  "bytesInOutput": 1226
15302
15588
  },
15303
15589
  "src/Prebuilt/common/PeersSorter.ts": {
15304
- "bytesInOutput": 2771
15590
+ "bytesInOutput": 2921
15305
15591
  },
15306
15592
  "src/Prebuilt/layouts/EmbedView.jsx": {
15307
15593
  "bytesInOutput": 2785
@@ -15346,7 +15632,7 @@
15346
15632
  "bytesInOutput": 27
15347
15633
  },
15348
15634
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
15349
- "bytesInOutput": 7083
15635
+ "bytesInOutput": 7238
15350
15636
  },
15351
15637
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
15352
15638
  "bytesInOutput": 1768
@@ -15409,7 +15695,7 @@
15409
15695
  "bytesInOutput": 418
15410
15696
  }
15411
15697
  },
15412
- "bytes": 972252
15698
+ "bytes": 1208601
15413
15699
  }
15414
15700
  }
15415
15701
  }