@100mslive/roomkit-react 0.3.10-alpha.17 → 0.3.10-alpha.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. package/dist/{HLSView-IQXKFUR7.css → HLSView-LNCDKSKQ.css} +3 -3
  2. package/dist/{HLSView-IQXKFUR7.css.map → HLSView-LNCDKSKQ.css.map} +1 -1
  3. package/dist/{HLSView-A65NALP3.js → HLSView-SJJ2GAYJ.js} +18 -3
  4. package/dist/HLSView-SJJ2GAYJ.js.map +7 -0
  5. package/dist/Prebuilt/common/constants.d.ts +0 -2
  6. package/dist/Prebuilt/common/hooks.d.ts +8 -1
  7. package/dist/Prebuilt/components/Polls/Voting/StandardVoting.d.ts +4 -2
  8. package/dist/Prebuilt/components/Polls/Voting/TimedVoting.d.ts +4 -2
  9. package/dist/Prebuilt/layouts/WaitingView.d.ts +6 -0
  10. package/dist/{chunk-F4QZKZVE.js → chunk-FMGGXDNB.js} +901 -788
  11. package/dist/chunk-FMGGXDNB.js.map +7 -0
  12. package/dist/index.cjs.css +2 -2
  13. package/dist/index.cjs.css.map +1 -1
  14. package/dist/index.cjs.js +1063 -941
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.css +2 -2
  17. package/dist/index.css.map +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/meta.cjs.json +138 -108
  20. package/dist/meta.esbuild.json +154 -123
  21. package/package.json +7 -7
  22. package/src/Prebuilt/common/constants.ts +0 -2
  23. package/src/Prebuilt/common/hooks.ts +34 -1
  24. package/src/Prebuilt/common/utils.js +11 -11
  25. package/src/Prebuilt/components/AppData/AppData.tsx +0 -2
  26. package/src/Prebuilt/components/AppData/useUISettings.js +0 -3
  27. package/src/Prebuilt/components/Chat/Chat.tsx +26 -6
  28. package/src/Prebuilt/components/Chat/ChatFooter.tsx +18 -2
  29. package/src/Prebuilt/components/Chat/ChatStates.tsx +1 -1
  30. package/src/Prebuilt/components/Footer/ChatToggle.tsx +5 -1
  31. package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -2
  32. package/src/Prebuilt/components/Footer/PollsToggle.tsx +1 -1
  33. package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +2 -15
  34. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +71 -66
  35. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +39 -40
  36. package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +12 -6
  37. package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +21 -10
  38. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +44 -2
  39. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +13 -17
  40. package/src/Prebuilt/layouts/HLSView.jsx +14 -11
  41. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +44 -9
  42. package/src/Prebuilt/layouts/WaitingView.tsx +52 -0
  43. package/dist/HLSView-A65NALP3.js.map +0 -7
  44. package/dist/chunk-F4QZKZVE.js.map +0 -7
  45. package/src/Prebuilt/layouts/NonPublisherView.jsx +0 -51
  46. package/src/Prebuilt/layouts/WaitingView.jsx +0 -51
@@ -21,7 +21,7 @@
21
21
  "format": "esm"
22
22
  },
23
23
  "src/Prebuilt/common/constants.ts": {
24
- "bytes": 4556,
24
+ "bytes": 4455,
25
25
  "imports": [
26
26
  {
27
27
  "path": "@100mslive/react-sdk",
@@ -1892,7 +1892,7 @@
1892
1892
  "format": "esm"
1893
1893
  },
1894
1894
  "src/Prebuilt/components/AppData/useUISettings.js": {
1895
- "bytes": 6326,
1895
+ "bytes": 6214,
1896
1896
  "imports": [
1897
1897
  {
1898
1898
  "path": "react",
@@ -2069,7 +2069,7 @@
2069
2069
  "format": "esm"
2070
2070
  },
2071
2071
  "src/Prebuilt/common/utils.js": {
2072
- "bytes": 5892,
2072
+ "bytes": 5684,
2073
2073
  "imports": [
2074
2074
  {
2075
2075
  "path": "src/Prebuilt/common/constants.ts",
@@ -2157,7 +2157,7 @@
2157
2157
  "format": "esm"
2158
2158
  },
2159
2159
  "src/Prebuilt/components/AppData/AppData.tsx": {
2160
- "bytes": 6020,
2160
+ "bytes": 5928,
2161
2161
  "imports": [
2162
2162
  {
2163
2163
  "path": "react",
@@ -2884,7 +2884,7 @@
2884
2884
  "format": "esm"
2885
2885
  },
2886
2886
  "src/Prebuilt/common/hooks.ts": {
2887
- "bytes": 7493,
2887
+ "bytes": 8634,
2888
2888
  "imports": [
2889
2889
  {
2890
2890
  "path": "react",
@@ -4533,7 +4533,7 @@
4533
4533
  "format": "cjs"
4534
4534
  },
4535
4535
  "../hms-video-store/dist/index.js": {
4536
- "bytes": 333501,
4536
+ "bytes": 336440,
4537
4537
  "imports": [
4538
4538
  {
4539
4539
  "path": "../../node_modules/reselect/es/index.js",
@@ -5613,7 +5613,7 @@
5613
5613
  "format": "esm"
5614
5614
  },
5615
5615
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5616
- "bytes": 1628,
5616
+ "bytes": 1698,
5617
5617
  "imports": [
5618
5618
  {
5619
5619
  "path": "react",
@@ -5982,7 +5982,7 @@
5982
5982
  "format": "esm"
5983
5983
  },
5984
5984
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
5985
- "bytes": 13982,
5985
+ "bytes": 14000,
5986
5986
  "imports": [
5987
5987
  {
5988
5988
  "path": "react",
@@ -6078,7 +6078,7 @@
6078
6078
  "format": "esm"
6079
6079
  },
6080
6080
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
6081
- "bytes": 1278,
6081
+ "bytes": 1309,
6082
6082
  "imports": [
6083
6083
  {
6084
6084
  "path": "react",
@@ -6405,7 +6405,7 @@
6405
6405
  "format": "esm"
6406
6406
  },
6407
6407
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
6408
- "bytes": 8017,
6408
+ "bytes": 7563,
6409
6409
  "imports": [
6410
6410
  {
6411
6411
  "path": "react",
@@ -7006,7 +7006,7 @@
7006
7006
  "format": "esm"
7007
7007
  },
7008
7008
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
7009
- "bytes": 4089,
7009
+ "bytes": 4530,
7010
7010
  "imports": [
7011
7011
  {
7012
7012
  "path": "react",
@@ -7038,6 +7038,11 @@
7038
7038
  "kind": "import-statement",
7039
7039
  "original": "../../../../Text"
7040
7040
  },
7041
+ {
7042
+ "path": "src/Prebuilt/components/Streaming/Common.jsx",
7043
+ "kind": "import-statement",
7044
+ "original": "../../Streaming/Common"
7045
+ },
7041
7046
  {
7042
7047
  "path": "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx",
7043
7048
  "kind": "import-statement",
@@ -7082,7 +7087,7 @@
7082
7087
  "format": "esm"
7083
7088
  },
7084
7089
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
7085
- "bytes": 7263,
7090
+ "bytes": 7266,
7086
7091
  "imports": [
7087
7092
  {
7088
7093
  "path": "react",
@@ -7138,7 +7143,7 @@
7138
7143
  "format": "esm"
7139
7144
  },
7140
7145
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
7141
- "bytes": 1212,
7146
+ "bytes": 1443,
7142
7147
  "imports": [
7143
7148
  {
7144
7149
  "path": "react",
@@ -7169,7 +7174,7 @@
7169
7174
  "format": "esm"
7170
7175
  },
7171
7176
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
7172
- "bytes": 1616,
7177
+ "bytes": 1890,
7173
7178
  "imports": [
7174
7179
  {
7175
7180
  "path": "react",
@@ -7200,7 +7205,7 @@
7200
7205
  "format": "esm"
7201
7206
  },
7202
7207
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
7203
- "bytes": 3334,
7208
+ "bytes": 4882,
7204
7209
  "imports": [
7205
7210
  {
7206
7211
  "path": "react",
@@ -7242,6 +7247,11 @@
7242
7247
  "kind": "import-statement",
7243
7248
  "original": "../../AppData/useUISettings"
7244
7249
  },
7250
+ {
7251
+ "path": "src/Prebuilt/common/utils.js",
7252
+ "kind": "import-statement",
7253
+ "original": "../../../common/utils"
7254
+ },
7245
7255
  {
7246
7256
  "path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
7247
7257
  "kind": "import-statement",
@@ -8011,7 +8021,7 @@
8011
8021
  "format": "esm"
8012
8022
  },
8013
8023
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8014
- "bytes": 10287,
8024
+ "bytes": 10801,
8015
8025
  "imports": [
8016
8026
  {
8017
8027
  "path": "react",
@@ -8296,7 +8306,7 @@
8296
8306
  "format": "esm"
8297
8307
  },
8298
8308
  "src/Prebuilt/components/Chat/Chat.tsx": {
8299
- "bytes": 5552,
8309
+ "bytes": 6432,
8300
8310
  "imports": [
8301
8311
  {
8302
8312
  "path": "react",
@@ -8353,6 +8363,16 @@
8353
8363
  "kind": "import-statement",
8354
8364
  "original": "../EmojiReaction"
8355
8365
  },
8366
+ {
8367
+ "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
8368
+ "kind": "import-statement",
8369
+ "original": "../MoreSettings/MoreSettings"
8370
+ },
8371
+ {
8372
+ "path": "src/Prebuilt/components/RaiseHand.tsx",
8373
+ "kind": "import-statement",
8374
+ "original": "../RaiseHand"
8375
+ },
8356
8376
  {
8357
8377
  "path": "src/Prebuilt/components/Chat/ChatBody.tsx",
8358
8378
  "kind": "import-statement",
@@ -8383,6 +8403,11 @@
8383
8403
  "kind": "import-statement",
8384
8404
  "original": "../AppData/useSidepaneResetOnLayoutUpdate"
8385
8405
  },
8406
+ {
8407
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
8408
+ "kind": "import-statement",
8409
+ "original": "../hooks/useChatBlacklist"
8410
+ },
8386
8411
  {
8387
8412
  "path": "src/Prebuilt/common/hooks.ts",
8388
8413
  "kind": "import-statement",
@@ -9557,6 +9582,32 @@
9557
9582
  ],
9558
9583
  "format": "esm"
9559
9584
  },
9585
+ "src/Prebuilt/layouts/WaitingView.tsx": {
9586
+ "bytes": 1294,
9587
+ "imports": [
9588
+ {
9589
+ "path": "react",
9590
+ "kind": "import-statement",
9591
+ "external": true
9592
+ },
9593
+ {
9594
+ "path": "src/Layout/index.tsx",
9595
+ "kind": "import-statement",
9596
+ "original": "../../Layout"
9597
+ },
9598
+ {
9599
+ "path": "src/Text/index.tsx",
9600
+ "kind": "import-statement",
9601
+ "original": "../../Text"
9602
+ },
9603
+ {
9604
+ "path": "<define:process.env>",
9605
+ "kind": "import-statement",
9606
+ "external": true
9607
+ }
9608
+ ],
9609
+ "format": "esm"
9610
+ },
9560
9611
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
9561
9612
  "bytes": 707,
9562
9613
  "imports": [
@@ -9748,7 +9799,7 @@
9748
9799
  "format": "esm"
9749
9800
  },
9750
9801
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
9751
- "bytes": 2325,
9802
+ "bytes": 2113,
9752
9803
  "imports": [
9753
9804
  {
9754
9805
  "path": "react",
@@ -9761,7 +9812,7 @@
9761
9812
  "external": true
9762
9813
  },
9763
9814
  {
9764
- "path": "@100mslive/react-sdk",
9815
+ "path": "@100mslive/react-icons",
9765
9816
  "kind": "import-statement",
9766
9817
  "external": true
9767
9818
  },
@@ -9775,6 +9826,11 @@
9775
9826
  "kind": "import-statement",
9776
9827
  "original": "../../../Theme"
9777
9828
  },
9829
+ {
9830
+ "path": "src/Prebuilt/layouts/WaitingView.tsx",
9831
+ "kind": "import-statement",
9832
+ "original": "../../layouts/WaitingView"
9833
+ },
9778
9834
  {
9779
9835
  "path": "src/Prebuilt/components/InsetTile.tsx",
9780
9836
  "kind": "import-statement",
@@ -10286,7 +10342,7 @@
10286
10342
  ],
10287
10343
  "format": "esm"
10288
10344
  },
10289
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c49c2/tldraw.css": {
10345
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afceda32/tldraw.css": {
10290
10346
  "bytes": 80111,
10291
10347
  "imports": [
10292
10348
  {
@@ -10336,7 +10392,7 @@
10336
10392
  }
10337
10393
  ]
10338
10394
  },
10339
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c43f0/index.css": {
10395
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afced280/index.css": {
10340
10396
  "bytes": 597,
10341
10397
  "imports": [
10342
10398
  {
@@ -10345,7 +10401,7 @@
10345
10401
  "external": true
10346
10402
  },
10347
10403
  {
10348
- "path": "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c49c2/tldraw.css",
10404
+ "path": "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afceda32/tldraw.css",
10349
10405
  "kind": "import-rule",
10350
10406
  "original": "@tldraw/tldraw/tldraw.css"
10351
10407
  }
@@ -10420,7 +10476,7 @@
10420
10476
  "original": "../../common/constants"
10421
10477
  },
10422
10478
  {
10423
- "path": "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c43f0/index.css",
10479
+ "path": "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afced280/index.css",
10424
10480
  "kind": "import-statement",
10425
10481
  "original": "@100mslive/hms-whiteboard/index.css"
10426
10482
  },
@@ -10606,37 +10662,6 @@
10606
10662
  ],
10607
10663
  "format": "esm"
10608
10664
  },
10609
- "src/Prebuilt/layouts/WaitingView.jsx": {
10610
- "bytes": 1261,
10611
- "imports": [
10612
- {
10613
- "path": "react",
10614
- "kind": "import-statement",
10615
- "external": true
10616
- },
10617
- {
10618
- "path": "@100mslive/react-icons",
10619
- "kind": "import-statement",
10620
- "external": true
10621
- },
10622
- {
10623
- "path": "src/Layout/index.tsx",
10624
- "kind": "import-statement",
10625
- "original": "../../Layout"
10626
- },
10627
- {
10628
- "path": "src/Text/index.tsx",
10629
- "kind": "import-statement",
10630
- "original": "../../Text"
10631
- },
10632
- {
10633
- "path": "<define:process.env>",
10634
- "kind": "import-statement",
10635
- "external": true
10636
- }
10637
- ],
10638
- "format": "esm"
10639
- },
10640
10665
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
10641
10666
  "bytes": 6930,
10642
10667
  "imports": [
@@ -11277,7 +11302,7 @@
11277
11302
  "format": "esm"
11278
11303
  },
11279
11304
  "src/Prebuilt/layouts/HLSView.jsx": {
11280
- "bytes": 28876,
11305
+ "bytes": 28639,
11281
11306
  "imports": [
11282
11307
  {
11283
11308
  "path": "react",
@@ -11404,6 +11429,11 @@
11404
11429
  "kind": "import-statement",
11405
11430
  "original": "../../Tooltip"
11406
11431
  },
11432
+ {
11433
+ "path": "src/Prebuilt/layouts/WaitingView.tsx",
11434
+ "kind": "import-statement",
11435
+ "original": "./WaitingView"
11436
+ },
11407
11437
  {
11408
11438
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
11409
11439
  "kind": "import-statement",
@@ -11433,7 +11463,7 @@
11433
11463
  "format": "esm"
11434
11464
  },
11435
11465
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11436
- "bytes": 4610,
11466
+ "bytes": 5930,
11437
11467
  "imports": [
11438
11468
  {
11439
11469
  "path": "react",
@@ -11455,6 +11485,11 @@
11455
11485
  "kind": "import-statement",
11456
11486
  "external": true
11457
11487
  },
11488
+ {
11489
+ "path": "@100mslive/react-icons",
11490
+ "kind": "import-statement",
11491
+ "external": true
11492
+ },
11458
11493
  {
11459
11494
  "path": "src/Prebuilt/components/FullPageProgress.tsx",
11460
11495
  "kind": "import-statement",
@@ -11486,7 +11521,7 @@
11486
11521
  "original": "./SidePane"
11487
11522
  },
11488
11523
  {
11489
- "path": "src/Prebuilt/layouts/WaitingView.jsx",
11524
+ "path": "src/Prebuilt/layouts/WaitingView.tsx",
11490
11525
  "kind": "import-statement",
11491
11526
  "original": "./WaitingView"
11492
11527
  },
@@ -13519,7 +13554,7 @@
13519
13554
  "dist/index.js": {
13520
13555
  "imports": [
13521
13556
  {
13522
- "path": "dist/chunk-F4QZKZVE.js",
13557
+ "path": "dist/chunk-FMGGXDNB.js",
13523
13558
  "kind": "import-statement"
13524
13559
  }
13525
13560
  ],
@@ -13593,16 +13628,16 @@
13593
13628
  "inputs": {},
13594
13629
  "bytes": 1822
13595
13630
  },
13596
- "dist/HLSView-A65NALP3.js.map": {
13631
+ "dist/HLSView-SJJ2GAYJ.js.map": {
13597
13632
  "imports": [],
13598
13633
  "exports": [],
13599
13634
  "inputs": {},
13600
- "bytes": 100337
13635
+ "bytes": 99904
13601
13636
  },
13602
- "dist/HLSView-A65NALP3.js": {
13637
+ "dist/HLSView-SJJ2GAYJ.js": {
13603
13638
  "imports": [
13604
13639
  {
13605
- "path": "dist/chunk-F4QZKZVE.js",
13640
+ "path": "dist/chunk-FMGGXDNB.js",
13606
13641
  "kind": "import-statement"
13607
13642
  },
13608
13643
  {
@@ -13780,10 +13815,10 @@
13780
13815
  "default"
13781
13816
  ],
13782
13817
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
13783
- "cssBundle": "dist/HLSView-IQXKFUR7.css",
13818
+ "cssBundle": "dist/HLSView-LNCDKSKQ.css",
13784
13819
  "inputs": {
13785
13820
  "src/Prebuilt/layouts/HLSView.jsx": {
13786
- "bytesInOutput": 26045
13821
+ "bytesInOutput": 25793
13787
13822
  },
13788
13823
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
13789
13824
  "bytesInOutput": 3191
@@ -13837,15 +13872,15 @@
13837
13872
  "bytesInOutput": 2101
13838
13873
  }
13839
13874
  },
13840
- "bytes": 58752
13875
+ "bytes": 58515
13841
13876
  },
13842
- "dist/chunk-F4QZKZVE.js.map": {
13877
+ "dist/chunk-FMGGXDNB.js.map": {
13843
13878
  "imports": [],
13844
13879
  "exports": [],
13845
13880
  "inputs": {},
13846
- "bytes": 3225015
13881
+ "bytes": 3239095
13847
13882
  },
13848
- "dist/chunk-F4QZKZVE.js": {
13883
+ "dist/chunk-FMGGXDNB.js": {
13849
13884
  "imports": [
13850
13885
  {
13851
13886
  "path": "react",
@@ -15492,11 +15527,6 @@
15492
15527
  "kind": "import-statement",
15493
15528
  "external": true
15494
15529
  },
15495
- {
15496
- "path": "@100mslive/react-sdk",
15497
- "kind": "import-statement",
15498
- "external": true
15499
- },
15500
15530
  {
15501
15531
  "path": "react",
15502
15532
  "kind": "import-statement",
@@ -16027,6 +16057,11 @@
16027
16057
  "kind": "import-statement",
16028
16058
  "external": true
16029
16059
  },
16060
+ {
16061
+ "path": "@100mslive/react-icons",
16062
+ "kind": "import-statement",
16063
+ "external": true
16064
+ },
16030
16065
  {
16031
16066
  "path": "react",
16032
16067
  "kind": "import-statement",
@@ -16048,7 +16083,12 @@
16048
16083
  "external": true
16049
16084
  },
16050
16085
  {
16051
- "path": "@100mslive/react-sdk",
16086
+ "path": "@100mslive/react-icons",
16087
+ "kind": "import-statement",
16088
+ "external": true
16089
+ },
16090
+ {
16091
+ "path": "react",
16052
16092
  "kind": "import-statement",
16053
16093
  "external": true
16054
16094
  },
@@ -16267,16 +16307,6 @@
16267
16307
  "kind": "import-statement",
16268
16308
  "external": true
16269
16309
  },
16270
- {
16271
- "path": "@100mslive/react-icons",
16272
- "kind": "import-statement",
16273
- "external": true
16274
- },
16275
- {
16276
- "path": "react",
16277
- "kind": "import-statement",
16278
- "external": true
16279
- },
16280
16310
  {
16281
16311
  "path": "react-use",
16282
16312
  "kind": "import-statement",
@@ -16298,7 +16328,7 @@
16298
16328
  "external": true
16299
16329
  },
16300
16330
  {
16301
- "path": "dist/HLSView-A65NALP3.js",
16331
+ "path": "dist/HLSView-SJJ2GAYJ.js",
16302
16332
  "kind": "dynamic-import"
16303
16333
  },
16304
16334
  {
@@ -16749,6 +16779,7 @@
16749
16779
  "VerticalDivider",
16750
16780
  "Video",
16751
16781
  "VideoTileStats",
16782
+ "WaitingView",
16752
16783
  "config",
16753
16784
  "createTheme",
16754
16785
  "createThemeBase",
@@ -16775,25 +16806,25 @@
16775
16806
  ],
16776
16807
  "inputs": {
16777
16808
  "<define:process.env>": {
16778
- "bytesInOutput": 17871
16809
+ "bytesInOutput": 17874
16779
16810
  },
16780
16811
  "../../node_modules/lodash/lodash.js": {
16781
16812
  "bytesInOutput": 224301
16782
16813
  },
16783
16814
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
16784
- "bytesInOutput": 42482
16815
+ "bytesInOutput": 42491
16785
16816
  },
16786
16817
  "../../node_modules/lodash.isequal/index.js": {
16787
16818
  "bytesInOutput": 26591
16788
16819
  },
16789
16820
  "../../node_modules/sdp/sdp.js": {
16790
- "bytesInOutput": 22275
16821
+ "bytesInOutput": 22279
16791
16822
  },
16792
16823
  "../../node_modules/sdp-transform/lib/grammar.js": {
16793
16824
  "bytesInOutput": 16120
16794
16825
  },
16795
16826
  "../../node_modules/sdp-transform/lib/parser.js": {
16796
- "bytesInOutput": 3488
16827
+ "bytesInOutput": 3492
16797
16828
  },
16798
16829
  "../../node_modules/sdp-transform/lib/writer.js": {
16799
16830
  "bytesInOutput": 3068
@@ -16823,7 +16854,7 @@
16823
16854
  "bytesInOutput": 5031
16824
16855
  },
16825
16856
  "src/Prebuilt/common/constants.ts": {
16826
- "bytesInOutput": 3157
16857
+ "bytesInOutput": 3065
16827
16858
  },
16828
16859
  "src/Theme/ThemeProvider.tsx": {
16829
16860
  "bytesInOutput": 1926
@@ -17033,7 +17064,7 @@
17033
17064
  "bytesInOutput": 7306
17034
17065
  },
17035
17066
  "src/Prebuilt/components/AppData/AppData.tsx": {
17036
- "bytesInOutput": 5420
17067
+ "bytesInOutput": 5359
17037
17068
  },
17038
17069
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17039
17070
  "bytesInOutput": 2671
@@ -17042,7 +17073,7 @@
17042
17073
  "bytesInOutput": 973
17043
17074
  },
17044
17075
  "src/Prebuilt/components/AppData/useUISettings.js": {
17045
- "bytesInOutput": 5131
17076
+ "bytesInOutput": 5027
17046
17077
  },
17047
17078
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
17048
17079
  "bytesInOutput": 748
@@ -17063,7 +17094,7 @@
17063
17094
  "bytesInOutput": 1486
17064
17095
  },
17065
17096
  "src/Prebuilt/common/utils.js": {
17066
- "bytesInOutput": 2831
17097
+ "bytesInOutput": 2789
17067
17098
  },
17068
17099
  "src/Prebuilt/components/AppData/useSidepane.js": {
17069
17100
  "bytesInOutput": 2499
@@ -17132,10 +17163,10 @@
17132
17163
  "bytesInOutput": 606
17133
17164
  },
17134
17165
  "src/Prebuilt/common/hooks.ts": {
17135
- "bytesInOutput": 5304
17166
+ "bytesInOutput": 6252
17136
17167
  },
17137
17168
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
17138
- "bytesInOutput": 2326
17169
+ "bytesInOutput": 2346
17139
17170
  },
17140
17171
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
17141
17172
  "bytesInOutput": 5617
@@ -17219,7 +17250,7 @@
17219
17250
  "bytesInOutput": 9078
17220
17251
  },
17221
17252
  "../hms-video-store/dist/index.js": {
17222
- "bytesInOutput": 49345
17253
+ "bytesInOutput": 49380
17223
17254
  },
17224
17255
  "../../node_modules/reselect/es/index.js": {
17225
17256
  "bytesInOutput": 2539
@@ -17285,7 +17316,7 @@
17285
17316
  "bytesInOutput": 849
17286
17317
  },
17287
17318
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
17288
- "bytesInOutput": 1552
17319
+ "bytesInOutput": 1582
17289
17320
  },
17290
17321
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
17291
17322
  "bytesInOutput": 7124
@@ -17318,10 +17349,10 @@
17318
17349
  "bytesInOutput": 1179
17319
17350
  },
17320
17351
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17321
- "bytesInOutput": 1445
17352
+ "bytesInOutput": 1530
17322
17353
  },
17323
17354
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17324
- "bytesInOutput": 12965
17355
+ "bytesInOutput": 12981
17325
17356
  },
17326
17357
  "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
17327
17358
  "bytesInOutput": 3835
@@ -17348,7 +17379,7 @@
17348
17379
  "bytesInOutput": 1634
17349
17380
  },
17350
17381
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17351
- "bytesInOutput": 1073
17382
+ "bytesInOutput": 1104
17352
17383
  },
17353
17384
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17354
17385
  "bytesInOutput": 1192
@@ -17369,7 +17400,7 @@
17369
17400
  "bytesInOutput": 735
17370
17401
  },
17371
17402
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17372
- "bytesInOutput": 7611
17403
+ "bytesInOutput": 7619
17373
17404
  },
17374
17405
  "src/Prebuilt/components/Streaming/Common.jsx": {
17375
17406
  "bytesInOutput": 2247
@@ -17408,7 +17439,7 @@
17408
17439
  "bytesInOutput": 1911
17409
17440
  },
17410
17441
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
17411
- "bytesInOutput": 3865
17442
+ "bytesInOutput": 4041
17412
17443
  },
17413
17444
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
17414
17445
  "bytesInOutput": 2078
@@ -17426,16 +17457,16 @@
17426
17457
  "bytesInOutput": 1635
17427
17458
  },
17428
17459
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
17429
- "bytesInOutput": 3292
17460
+ "bytesInOutput": 4713
17430
17461
  },
17431
17462
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
17432
- "bytesInOutput": 1050
17463
+ "bytesInOutput": 1096
17433
17464
  },
17434
17465
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
17435
- "bytesInOutput": 7295
17466
+ "bytesInOutput": 7366
17436
17467
  },
17437
17468
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
17438
- "bytesInOutput": 1508
17469
+ "bytesInOutput": 1479
17439
17470
  },
17440
17471
  "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
17441
17472
  "bytesInOutput": 1914
@@ -17453,7 +17484,7 @@
17453
17484
  "bytesInOutput": 7336
17454
17485
  },
17455
17486
  "src/Prebuilt/components/Chat/Chat.tsx": {
17456
- "bytesInOutput": 4759
17487
+ "bytesInOutput": 5491
17457
17488
  },
17458
17489
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17459
17490
  "bytesInOutput": 14266
@@ -17480,7 +17511,7 @@
17480
17511
  "bytesInOutput": 677
17481
17512
  },
17482
17513
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17483
- "bytesInOutput": 9014
17514
+ "bytesInOutput": 9523
17484
17515
  },
17485
17516
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
17486
17517
  "bytesInOutput": 5184
@@ -17558,13 +17589,16 @@
17558
17589
  "bytesInOutput": 2206
17559
17590
  },
17560
17591
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17561
- "bytesInOutput": 3479
17592
+ "bytesInOutput": 4975
17562
17593
  },
17563
17594
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17564
17595
  "bytesInOutput": 4427
17565
17596
  },
17566
17597
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17567
- "bytesInOutput": 1888
17598
+ "bytesInOutput": 1785
17599
+ },
17600
+ "src/Prebuilt/layouts/WaitingView.tsx": {
17601
+ "bytesInOutput": 1370
17568
17602
  },
17569
17603
  "src/Prebuilt/components/InsetTile.tsx": {
17570
17604
  "bytesInOutput": 3866
@@ -17579,10 +17613,10 @@
17579
17613
  "bytesInOutput": 1029
17580
17614
  },
17581
17615
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17582
- "bytesInOutput": 3830
17616
+ "bytesInOutput": 3837
17583
17617
  },
17584
17618
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
17585
- "bytesInOutput": 2082
17619
+ "bytesInOutput": 2080
17586
17620
  },
17587
17621
  "src/Prebuilt/components/SecondaryTiles.tsx": {
17588
17622
  "bytesInOutput": 2525
@@ -17608,7 +17642,7 @@
17608
17642
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17609
17643
  "bytesInOutput": 2656
17610
17644
  },
17611
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c43f0/index.css": {
17645
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afced280/index.css": {
17612
17646
  "bytesInOutput": 0
17613
17647
  },
17614
17648
  "src/Prebuilt/common/PeersSorter.ts": {
@@ -17620,9 +17654,6 @@
17620
17654
  "src/Prebuilt/layouts/PDFView.jsx": {
17621
17655
  "bytesInOutput": 1506
17622
17656
  },
17623
- "src/Prebuilt/layouts/WaitingView.jsx": {
17624
- "bytesInOutput": 1415
17625
- },
17626
17657
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
17627
17658
  "bytesInOutput": 6044
17628
17659
  },
@@ -17750,7 +17781,7 @@
17750
17781
  "bytesInOutput": 651
17751
17782
  }
17752
17783
  },
17753
- "bytes": 1290484
17784
+ "bytes": 1295672
17754
17785
  },
17755
17786
  "dist/index.css.map": {
17756
17787
  "imports": [],
@@ -17812,22 +17843,22 @@
17812
17843
  }
17813
17844
  ],
17814
17845
  "inputs": {
17815
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c49c2/tldraw.css": {
17846
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afceda32/tldraw.css": {
17816
17847
  "bytesInOutput": 75223
17817
17848
  },
17818
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c43f0/index.css": {
17849
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afced280/index.css": {
17819
17850
  "bytesInOutput": 401
17820
17851
  }
17821
17852
  },
17822
17853
  "bytes": 75901
17823
17854
  },
17824
- "dist/HLSView-IQXKFUR7.css.map": {
17855
+ "dist/HLSView-LNCDKSKQ.css.map": {
17825
17856
  "imports": [],
17826
17857
  "exports": [],
17827
17858
  "inputs": {},
17828
17859
  "bytes": 122402
17829
17860
  },
17830
- "dist/HLSView-IQXKFUR7.css": {
17861
+ "dist/HLSView-LNCDKSKQ.css": {
17831
17862
  "imports": [
17832
17863
  {
17833
17864
  "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
@@ -17881,10 +17912,10 @@
17881
17912
  }
17882
17913
  ],
17883
17914
  "inputs": {
17884
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c49c2/tldraw.css": {
17915
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afceda32/tldraw.css": {
17885
17916
  "bytesInOutput": 75223
17886
17917
  },
17887
- "../../../../../../../tmp/tmp-2735-gBSJvXpqXZeO/18f8609c43f0/index.css": {
17918
+ "../../../../../../../tmp/tmp-2777-qXF4dggzMnsD/18f9afced280/index.css": {
17888
17919
  "bytesInOutput": 401
17889
17920
  }
17890
17921
  },