@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",
@@ -11824,7 +12044,7 @@
11824
12044
  "imports": [],
11825
12045
  "exports": [],
11826
12046
  "inputs": {},
11827
- "bytes": 2321015
12047
+ "bytes": 3051384
11828
12048
  },
11829
12049
  "dist/index.cjs.js": {
11830
12050
  "imports": [
@@ -13093,6 +13313,11 @@
13093
13313
  "kind": "require-call",
13094
13314
  "external": true
13095
13315
  },
13316
+ {
13317
+ "path": "@100mslive/react-icons",
13318
+ "kind": "require-call",
13319
+ "external": true
13320
+ },
13096
13321
  {
13097
13322
  "path": "react",
13098
13323
  "kind": "require-call",
@@ -13138,6 +13363,41 @@
13138
13363
  "kind": "require-call",
13139
13364
  "external": true
13140
13365
  },
13366
+ {
13367
+ "path": "@100mslive/react-icons",
13368
+ "kind": "require-call",
13369
+ "external": true
13370
+ },
13371
+ {
13372
+ "path": "react",
13373
+ "kind": "require-call",
13374
+ "external": true
13375
+ },
13376
+ {
13377
+ "path": "@100mslive/react-sdk",
13378
+ "kind": "require-call",
13379
+ "external": true
13380
+ },
13381
+ {
13382
+ "path": "@100mslive/react-icons",
13383
+ "kind": "require-call",
13384
+ "external": true
13385
+ },
13386
+ {
13387
+ "path": "react",
13388
+ "kind": "require-call",
13389
+ "external": true
13390
+ },
13391
+ {
13392
+ "path": "@100mslive/react-sdk",
13393
+ "kind": "require-call",
13394
+ "external": true
13395
+ },
13396
+ {
13397
+ "path": "react",
13398
+ "kind": "require-call",
13399
+ "external": true
13400
+ },
13141
13401
  {
13142
13402
  "path": "@100mslive/react-sdk",
13143
13403
  "kind": "require-call",
@@ -13963,6 +14223,16 @@
13963
14223
  "kind": "require-call",
13964
14224
  "external": true
13965
14225
  },
14226
+ {
14227
+ "path": "@100mslive/react-icons",
14228
+ "kind": "require-call",
14229
+ "external": true
14230
+ },
14231
+ {
14232
+ "path": "react",
14233
+ "kind": "require-call",
14234
+ "external": true
14235
+ },
13966
14236
  {
13967
14237
  "path": "react-use",
13968
14238
  "kind": "require-call",
@@ -14328,7 +14598,7 @@
14328
14598
  "entryPoint": "src/index.ts",
14329
14599
  "inputs": {
14330
14600
  "<define:process.env>": {
14331
- "bytesInOutput": 18567
14601
+ "bytesInOutput": 18552
14332
14602
  },
14333
14603
  "src/Theme/base.config.ts": {
14334
14604
  "bytesInOutput": 6104
@@ -14799,10 +15069,13 @@
14799
15069
  "bytesInOutput": 615
14800
15070
  },
14801
15071
  "../hms-video-web/dist/index.js": {
14802
- "bytesInOutput": 35190
15072
+ "bytesInOutput": 35294
15073
+ },
15074
+ "../../node_modules/lodash/lodash.js": {
15075
+ "bytesInOutput": 224247
14803
15076
  },
14804
15077
  "src/Prebuilt/common/utils.js": {
14805
- "bytesInOutput": 2907
15078
+ "bytesInOutput": 4498
14806
15079
  },
14807
15080
  "src/Prebuilt/services/FeatureFlags.jsx": {
14808
15081
  "bytesInOutput": 1701
@@ -14904,10 +15177,10 @@
14904
15177
  "bytesInOutput": 2747
14905
15178
  },
14906
15179
  "src/Prebuilt/components/Polls/common/StatusIndicator.jsx": {
14907
- "bytesInOutput": 1548
15180
+ "bytesInOutput": 959
14908
15181
  },
14909
15182
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14910
- "bytesInOutput": 9362
15183
+ "bytesInOutput": 9182
14911
15184
  },
14912
15185
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14913
15186
  "bytesInOutput": 2764
@@ -14916,46 +15189,55 @@
14916
15189
  "bytesInOutput": 1302
14917
15190
  },
14918
15191
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
14919
- "bytesInOutput": 1075
15192
+ "bytesInOutput": 587
14920
15193
  },
14921
15194
  "src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
14922
15195
  "bytesInOutput": 858
14923
15196
  },
14924
15197
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
14925
- "bytesInOutput": 4093
15198
+ "bytesInOutput": 4556
14926
15199
  },
14927
15200
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
14928
- "bytesInOutput": 4752
15201
+ "bytesInOutput": 5343
14929
15202
  },
14930
15203
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14931
- "bytesInOutput": 9395
15204
+ "bytesInOutput": 10397
14932
15205
  },
14933
15206
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
14934
- "bytesInOutput": 2749
15207
+ "bytesInOutput": 2790
14935
15208
  },
14936
15209
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
14937
- "bytesInOutput": 5112
15210
+ "bytesInOutput": 5588
15211
+ },
15212
+ "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15213
+ "bytesInOutput": 2155
15214
+ },
15215
+ "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
15216
+ "bytesInOutput": 4147
15217
+ },
15218
+ "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15219
+ "bytesInOutput": 1818
14938
15220
  },
14939
15221
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14940
- "bytesInOutput": 9692
15222
+ "bytesInOutput": 10607
14941
15223
  },
14942
15224
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
14943
- "bytesInOutput": 1467
15225
+ "bytesInOutput": 1695
14944
15226
  },
14945
15227
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
14946
15228
  "bytesInOutput": 1419
14947
15229
  },
14948
15230
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
14949
- "bytesInOutput": 3891
15231
+ "bytesInOutput": 4251
14950
15232
  },
14951
15233
  "src/Prebuilt/components/Polls/Polls.tsx": {
14952
- "bytesInOutput": 996
15234
+ "bytesInOutput": 1163
14953
15235
  },
14954
15236
  "../../node_modules/reselect/es/index.js": {
14955
15237
  "bytesInOutput": 2639
14956
15238
  },
14957
15239
  "../hms-video-store/dist/index.js": {
14958
- "bytesInOutput": 21860
15240
+ "bytesInOutput": 21834
14959
15241
  },
14960
15242
  "src/Prebuilt/images/empty-chat.svg": {
14961
15243
  "bytesInOutput": 2366
@@ -15081,7 +15363,7 @@
15081
15363
  "bytesInOutput": 4490
15082
15364
  },
15083
15365
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
15084
- "bytesInOutput": 2420
15366
+ "bytesInOutput": 2453
15085
15367
  },
15086
15368
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
15087
15369
  "bytesInOutput": 2590
@@ -15105,10 +15387,10 @@
15105
15387
  "bytesInOutput": 2494
15106
15388
  },
15107
15389
  "src/Prebuilt/common/PeersSorter.ts": {
15108
- "bytesInOutput": 3229
15390
+ "bytesInOutput": 3407
15109
15391
  },
15110
15392
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
15111
- "bytesInOutput": 3980
15393
+ "bytesInOutput": 4510
15112
15394
  },
15113
15395
  "src/Prebuilt/layouts/EmbedView.jsx": {
15114
15396
  "bytesInOutput": 3522
@@ -15126,7 +15408,7 @@
15126
15408
  "bytesInOutput": 656
15127
15409
  },
15128
15410
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
15129
- "bytesInOutput": 757
15411
+ "bytesInOutput": 1563
15130
15412
  },
15131
15413
  "src/Prebuilt/components/HMSVideo/PlayButton.jsx": {
15132
15414
  "bytesInOutput": 860
@@ -15152,11 +15434,14 @@
15152
15434
  "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.jsx": {
15153
15435
  "bytesInOutput": 1233
15154
15436
  },
15437
+ "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
15438
+ "bytesInOutput": 893
15439
+ },
15155
15440
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
15156
15441
  "bytesInOutput": 4598
15157
15442
  },
15158
15443
  "src/Prebuilt/layouts/HLSView.jsx": {
15159
- "bytesInOutput": 18571
15444
+ "bytesInOutput": 20620
15160
15445
  },
15161
15446
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
15162
15447
  "bytesInOutput": 3346
@@ -15225,16 +15510,16 @@
15225
15510
  "bytesInOutput": 2944
15226
15511
  },
15227
15512
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
15228
- "bytesInOutput": 2285
15513
+ "bytesInOutput": 2295
15229
15514
  },
15230
15515
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
15231
- "bytesInOutput": 941
15516
+ "bytesInOutput": 948
15232
15517
  },
15233
15518
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
15234
15519
  "bytesInOutput": 2281
15235
15520
  },
15236
15521
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
15237
- "bytesInOutput": 7940
15522
+ "bytesInOutput": 8127
15238
15523
  },
15239
15524
  "src/Prebuilt/components/Notifications/index.tsx": {
15240
15525
  "bytesInOutput": 173
@@ -15270,7 +15555,7 @@
15270
15555
  "bytesInOutput": 2930
15271
15556
  }
15272
15557
  },
15273
- "bytes": 1179945
15558
+ "bytes": 1422341
15274
15559
  }
15275
15560
  }
15276
15561
  }