@100mslive/roomkit-react 0.3.3-alpha.4 → 0.3.3-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/Accordion/Accordion.d.ts +1 -0
  2. package/dist/Accordion/index.d.ts +1 -0
  3. package/dist/{HLSView-VUANLYLS.js → HLSView-XI2Q44RQ.js} +331 -166
  4. package/dist/HLSView-XI2Q44RQ.js.map +7 -0
  5. package/dist/IconButton/IconButton.d.ts +1 -1
  6. package/dist/Modal/Dialog.d.ts +1 -1
  7. package/dist/Prebuilt/IconButton.d.ts +2 -3
  8. package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +3 -1
  9. package/dist/Prebuilt/components/HMSVideo/PlayPauseButton.d.ts +2 -2
  10. package/dist/Prebuilt/components/HMSVideo/PlayPauseSeekControls.d.ts +14 -0
  11. package/dist/Prebuilt/components/HMSVideo/{SeekControls.d.ts → SeekControl.d.ts} +2 -2
  12. package/dist/Prebuilt/components/HMSVideo/index.d.ts +15 -11
  13. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +2 -2
  14. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  15. package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +3 -0
  16. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
  17. package/dist/Sheet/Sheet.d.ts +1 -1
  18. package/dist/{chunk-5WTUTVRO.js → chunk-3JLNG275.js} +620 -542
  19. package/dist/chunk-3JLNG275.js.map +7 -0
  20. package/dist/index.cjs.js +1688 -1427
  21. package/dist/index.cjs.js.map +4 -4
  22. package/dist/index.js +1 -1
  23. package/dist/meta.cjs.json +249 -170
  24. package/dist/meta.esbuild.json +261 -181
  25. package/package.json +7 -7
  26. package/src/Accordion/Accordion.tsx +4 -4
  27. package/src/IconButton/IconButton.tsx +2 -7
  28. package/src/Prebuilt/IconButton.tsx +6 -10
  29. package/src/Prebuilt/components/Chat/ChatBody.tsx +10 -0
  30. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
  31. package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
  32. package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -2
  33. package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
  34. package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -1
  35. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +6 -6
  36. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +17 -3
  37. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +1 -0
  38. package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +2 -2
  39. package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +158 -0
  40. package/src/Prebuilt/components/HMSVideo/{SeekControls.tsx → SeekControl.tsx} +2 -2
  41. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +7 -3
  42. package/src/Prebuilt/components/HMSVideo/index.ts +5 -4
  43. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +7 -7
  44. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -1
  45. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
  46. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
  47. package/src/Prebuilt/components/RaiseHand.tsx +7 -1
  48. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
  49. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +27 -4
  50. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +95 -0
  51. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +13 -5
  52. package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
  53. package/src/Prebuilt/layouts/HLSView.jsx +115 -78
  54. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -17
  55. package/dist/HLSView-VUANLYLS.js.map +0 -7
  56. package/dist/Prebuilt/layouts/WhiteboardView.d.ts +0 -2
  57. package/dist/chunk-5WTUTVRO.js.map +0 -7
  58. package/src/Prebuilt/layouts/WhiteboardView.tsx +0 -69
@@ -331,7 +331,7 @@
331
331
  "format": "esm"
332
332
  },
333
333
  "src/IconButton/IconButton.tsx": {
334
- "bytes": 1056,
334
+ "bytes": 927,
335
335
  "imports": [
336
336
  {
337
337
  "path": "src/Theme/index.tsx",
@@ -1558,7 +1558,7 @@
1558
1558
  "format": "esm"
1559
1559
  },
1560
1560
  "src/Accordion/Accordion.tsx": {
1561
- "bytes": 2744,
1561
+ "bytes": 2819,
1562
1562
  "imports": [
1563
1563
  {
1564
1564
  "path": "react",
@@ -2398,7 +2398,7 @@
2398
2398
  "format": "esm"
2399
2399
  },
2400
2400
  "src/Prebuilt/IconButton.tsx": {
2401
- "bytes": 645,
2401
+ "bytes": 558,
2402
2402
  "imports": [
2403
2403
  {
2404
2404
  "path": "src/IconButton/index.tsx",
@@ -2419,7 +2419,7 @@
2419
2419
  "format": "esm"
2420
2420
  },
2421
2421
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2422
- "bytes": 3436,
2422
+ "bytes": 3523,
2423
2423
  "imports": [
2424
2424
  {
2425
2425
  "path": "react",
@@ -4201,8 +4201,8 @@
4201
4201
  ],
4202
4202
  "format": "esm"
4203
4203
  },
4204
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
- "bytes": 1700,
4204
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
4205
+ "bytes": 1631,
4206
4206
  "imports": [
4207
4207
  {
4208
4208
  "path": "react",
@@ -4228,7 +4228,7 @@
4228
4228
  "format": "esm"
4229
4229
  },
4230
4230
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
4231
- "bytes": 8195,
4231
+ "bytes": 8164,
4232
4232
  "imports": [
4233
4233
  {
4234
4234
  "path": "react",
@@ -4321,7 +4321,7 @@
4321
4321
  "original": "../../hooks/useDropdownList"
4322
4322
  },
4323
4323
  {
4324
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4324
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
4325
4325
  "kind": "import-statement",
4326
4326
  "original": "../../hooks/useMetadata"
4327
4327
  },
@@ -4691,7 +4691,7 @@
4691
4691
  "format": "cjs"
4692
4692
  },
4693
4693
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 328584,
4694
+ "bytes": 328494,
4695
4695
  "imports": [
4696
4696
  {
4697
4697
  "path": "../../node_modules/reselect/es/index.js",
@@ -5201,7 +5201,7 @@
5201
5201
  "format": "esm"
5202
5202
  },
5203
5203
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13053,
5204
+ "bytes": 12899,
5205
5205
  "imports": [
5206
5206
  {
5207
5207
  "path": "react",
@@ -5309,7 +5309,7 @@
5309
5309
  "original": "../../hooks/useDropdownList"
5310
5310
  },
5311
5311
  {
5312
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5312
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5313
5313
  "kind": "import-statement",
5314
5314
  "original": "../../hooks/useMetadata"
5315
5315
  },
@@ -5393,7 +5393,7 @@
5393
5393
  "format": "esm"
5394
5394
  },
5395
5395
  "src/Prebuilt/components/RaiseHand.tsx": {
5396
- "bytes": 798,
5396
+ "bytes": 986,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "react",
@@ -5421,7 +5421,12 @@
5421
5421
  "original": "../IconButton"
5422
5422
  },
5423
5423
  {
5424
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5424
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5425
+ "kind": "import-statement",
5426
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5427
+ },
5428
+ {
5429
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5425
5430
  "kind": "import-statement",
5426
5431
  "original": "./hooks/useMetadata"
5427
5432
  },
@@ -5806,7 +5811,7 @@
5806
5811
  "format": "esm"
5807
5812
  },
5808
5813
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5809
- "bytes": 1559,
5814
+ "bytes": 1628,
5810
5815
  "imports": [
5811
5816
  {
5812
5817
  "path": "react",
@@ -6042,7 +6047,7 @@
6042
6047
  "format": "esm"
6043
6048
  },
6044
6049
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6045
- "bytes": 5714,
6050
+ "bytes": 5728,
6046
6051
  "imports": [
6047
6052
  {
6048
6053
  "path": "react",
@@ -6154,7 +6159,7 @@
6154
6159
  "format": "esm"
6155
6160
  },
6156
6161
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
6157
- "bytes": 12431,
6162
+ "bytes": 12459,
6158
6163
  "imports": [
6159
6164
  {
6160
6165
  "path": "react",
@@ -6291,7 +6296,7 @@
6291
6296
  "format": "esm"
6292
6297
  },
6293
6298
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
6294
- "bytes": 964,
6299
+ "bytes": 1360,
6295
6300
  "imports": [
6296
6301
  {
6297
6302
  "path": "react",
@@ -6337,7 +6342,7 @@
6337
6342
  "format": "esm"
6338
6343
  },
6339
6344
  "src/Prebuilt/components/Footer/Footer.tsx": {
6340
- "bytes": 3967,
6345
+ "bytes": 3777,
6341
6346
  "imports": [
6342
6347
  {
6343
6348
  "path": "react",
@@ -6359,11 +6364,6 @@
6359
6364
  "kind": "import-statement",
6360
6365
  "external": true
6361
6366
  },
6362
- {
6363
- "path": "@100mslive/react-sdk",
6364
- "kind": "import-statement",
6365
- "external": true
6366
- },
6367
6367
  {
6368
6368
  "path": "src/index.ts",
6369
6369
  "kind": "import-statement",
@@ -7963,7 +7963,7 @@
7963
7963
  "format": "esm"
7964
7964
  },
7965
7965
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
7966
- "bytes": 14835,
7966
+ "bytes": 15176,
7967
7967
  "imports": [
7968
7968
  {
7969
7969
  "path": "react",
@@ -8243,7 +8243,7 @@
8243
8243
  "format": "esm"
8244
8244
  },
8245
8245
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10438,
8246
+ "bytes": 10287,
8247
8247
  "imports": [
8248
8248
  {
8249
8249
  "path": "react",
@@ -9794,7 +9794,7 @@
9794
9794
  "format": "esm"
9795
9795
  },
9796
9796
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9797
- "bytes": 2958,
9797
+ "bytes": 2927,
9798
9798
  "imports": [
9799
9799
  {
9800
9800
  "path": "react",
@@ -9827,7 +9827,7 @@
9827
9827
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9828
9828
  },
9829
9829
  {
9830
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9830
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
9831
9831
  "kind": "import-statement",
9832
9832
  "original": "../hooks/useMetadata"
9833
9833
  },
@@ -10598,6 +10598,77 @@
10598
10598
  ],
10599
10599
  "format": "esm"
10600
10600
  },
10601
+ "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
10602
+ "bytes": 3186,
10603
+ "imports": [
10604
+ {
10605
+ "path": "react",
10606
+ "kind": "import-statement",
10607
+ "external": true
10608
+ },
10609
+ {
10610
+ "path": "react-use",
10611
+ "kind": "import-statement",
10612
+ "external": true
10613
+ },
10614
+ {
10615
+ "path": "@100mslive/react-sdk",
10616
+ "kind": "import-statement",
10617
+ "external": true
10618
+ },
10619
+ {
10620
+ "path": "src/Layout/index.tsx",
10621
+ "kind": "import-statement",
10622
+ "original": "../../../Layout"
10623
+ },
10624
+ {
10625
+ "path": "src/Theme/index.tsx",
10626
+ "kind": "import-statement",
10627
+ "original": "../../../Theme"
10628
+ },
10629
+ {
10630
+ "path": "src/Prebuilt/components/InsetTile.tsx",
10631
+ "kind": "import-statement",
10632
+ "original": "../InsetTile"
10633
+ },
10634
+ {
10635
+ "path": "src/Prebuilt/components/SecondaryTiles.tsx",
10636
+ "kind": "import-statement",
10637
+ "original": "../SecondaryTiles"
10638
+ },
10639
+ {
10640
+ "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
10641
+ "kind": "import-statement",
10642
+ "original": "../Settings/LayoutSettings"
10643
+ },
10644
+ {
10645
+ "path": "./interface",
10646
+ "kind": "import-statement",
10647
+ "external": true
10648
+ },
10649
+ {
10650
+ "path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
10651
+ "kind": "import-statement",
10652
+ "original": "./ProminenceLayout"
10653
+ },
10654
+ {
10655
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
10656
+ "kind": "import-statement",
10657
+ "original": "../AppData/useUISettings"
10658
+ },
10659
+ {
10660
+ "path": "src/Prebuilt/common/constants.ts",
10661
+ "kind": "import-statement",
10662
+ "original": "../../common/constants"
10663
+ },
10664
+ {
10665
+ "path": "<define:process.env>",
10666
+ "kind": "import-statement",
10667
+ "external": true
10668
+ }
10669
+ ],
10670
+ "format": "esm"
10671
+ },
10601
10672
  "src/Prebuilt/common/PeersSorter.ts": {
10602
10673
  "bytes": 3284,
10603
10674
  "imports": [
@@ -10615,7 +10686,7 @@
10615
10686
  "format": "esm"
10616
10687
  },
10617
10688
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
10618
- "bytes": 4683,
10689
+ "bytes": 5251,
10619
10690
  "imports": [
10620
10691
  {
10621
10692
  "path": "react",
@@ -10647,6 +10718,11 @@
10647
10718
  "kind": "import-statement",
10648
10719
  "original": "./ScreenshareLayout"
10649
10720
  },
10721
+ {
10722
+ "path": "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx",
10723
+ "kind": "import-statement",
10724
+ "original": "./WhiteboardLayout"
10725
+ },
10650
10726
  {
10651
10727
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
10652
10728
  "kind": "import-statement",
@@ -10808,64 +10884,8 @@
10808
10884
  ],
10809
10885
  "format": "esm"
10810
10886
  },
10811
- "src/Prebuilt/layouts/WhiteboardView.tsx": {
10812
- "bytes": 2047,
10813
- "imports": [
10814
- {
10815
- "path": "react",
10816
- "kind": "import-statement",
10817
- "external": true
10818
- },
10819
- {
10820
- "path": "react-use",
10821
- "kind": "import-statement",
10822
- "external": true
10823
- },
10824
- {
10825
- "path": "@100mslive/react-sdk",
10826
- "kind": "import-statement",
10827
- "external": true
10828
- },
10829
- {
10830
- "path": "src/Prebuilt/components/SecondaryTiles.tsx",
10831
- "kind": "import-statement",
10832
- "original": "../components/SecondaryTiles"
10833
- },
10834
- {
10835
- "path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
10836
- "kind": "import-statement",
10837
- "original": "../components/VideoLayouts/ProminenceLayout"
10838
- },
10839
- {
10840
- "path": "src/index.ts",
10841
- "kind": "import-statement",
10842
- "original": "../../"
10843
- },
10844
- {
10845
- "path": "src/Layout/index.tsx",
10846
- "kind": "import-statement",
10847
- "original": "../../Layout"
10848
- },
10849
- {
10850
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
10851
- "kind": "import-statement",
10852
- "original": "../components/AppData/useUISettings"
10853
- },
10854
- {
10855
- "path": "src/Prebuilt/common/constants.ts",
10856
- "kind": "import-statement",
10857
- "original": "../common/constants"
10858
- },
10859
- {
10860
- "path": "<define:process.env>",
10861
- "kind": "import-statement",
10862
- "external": true
10863
- }
10864
- ],
10865
- "format": "esm"
10866
- },
10867
10887
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
10868
- "bytes": 1020,
10888
+ "bytes": 1121,
10869
10889
  "imports": [
10870
10890
  {
10871
10891
  "path": "react",
@@ -10943,7 +10963,7 @@
10943
10963
  "format": "esm"
10944
10964
  },
10945
10965
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
10946
- "bytes": 1333,
10966
+ "bytes": 1377,
10947
10967
  "imports": [
10948
10968
  {
10949
10969
  "path": "react",
@@ -10990,7 +11010,7 @@
10990
11010
  "format": "esm"
10991
11011
  },
10992
11012
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
10993
- "bytes": 836,
11013
+ "bytes": 838,
10994
11014
  "imports": [
10995
11015
  {
10996
11016
  "path": "react",
@@ -11025,7 +11045,7 @@
11025
11045
  ],
11026
11046
  "format": "esm"
11027
11047
  },
11028
- "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
11048
+ "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
11029
11049
  "bytes": 490,
11030
11050
  "imports": [
11031
11051
  {
@@ -11046,6 +11066,62 @@
11046
11066
  ],
11047
11067
  "format": "esm"
11048
11068
  },
11069
+ "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
11070
+ "bytes": 4191,
11071
+ "imports": [
11072
+ {
11073
+ "path": "react",
11074
+ "kind": "import-statement",
11075
+ "external": true
11076
+ },
11077
+ {
11078
+ "path": "react-use",
11079
+ "kind": "import-statement",
11080
+ "external": true
11081
+ },
11082
+ {
11083
+ "path": "@100mslive/react-icons",
11084
+ "kind": "import-statement",
11085
+ "external": true
11086
+ },
11087
+ {
11088
+ "path": "src/Layout/index.tsx",
11089
+ "kind": "import-statement",
11090
+ "original": "../../../Layout"
11091
+ },
11092
+ {
11093
+ "path": "src/Text/index.tsx",
11094
+ "kind": "import-statement",
11095
+ "original": "../../../Text"
11096
+ },
11097
+ {
11098
+ "path": "src/Theme/index.tsx",
11099
+ "kind": "import-statement",
11100
+ "original": "../../../Theme"
11101
+ },
11102
+ {
11103
+ "path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
11104
+ "kind": "import-statement",
11105
+ "original": "./PlayPauseButton"
11106
+ },
11107
+ {
11108
+ "path": "src/Prebuilt/components/HMSVideo/SeekControl.tsx",
11109
+ "kind": "import-statement",
11110
+ "original": "./SeekControl"
11111
+ },
11112
+ {
11113
+ "path": "src/Prebuilt/common/hooks.ts",
11114
+ "kind": "import-statement",
11115
+ "original": "../../common/hooks"
11116
+ },
11117
+ {
11118
+ "path": "<define:process.env>",
11119
+ "kind": "import-statement",
11120
+ "external": true
11121
+ }
11122
+ ],
11123
+ "format": "esm"
11124
+ },
11049
11125
  "src/Prebuilt/components/HMSVideo/utils.ts": {
11050
11126
  "bytes": 977,
11051
11127
  "imports": [
@@ -11058,7 +11134,7 @@
11058
11134
  "format": "esm"
11059
11135
  },
11060
11136
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
11061
- "bytes": 2926,
11137
+ "bytes": 2967,
11062
11138
  "imports": [
11063
11139
  {
11064
11140
  "path": "react",
@@ -11156,7 +11232,7 @@
11156
11232
  "format": "esm"
11157
11233
  },
11158
11234
  "src/Prebuilt/components/HMSVideo/index.ts": {
11159
- "bytes": 662,
11235
+ "bytes": 707,
11160
11236
  "imports": [
11161
11237
  {
11162
11238
  "path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
@@ -11169,14 +11245,9 @@
11169
11245
  "original": "./HMSVideo"
11170
11246
  },
11171
11247
  {
11172
- "path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
11248
+ "path": "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx",
11173
11249
  "kind": "import-statement",
11174
- "original": "./PlayPauseButton"
11175
- },
11176
- {
11177
- "path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
11178
- "kind": "import-statement",
11179
- "original": "./SeekControls"
11250
+ "original": "./PlayPauseSeekControls"
11180
11251
  },
11181
11252
  {
11182
11253
  "path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
@@ -11412,7 +11483,7 @@
11412
11483
  "format": "esm"
11413
11484
  },
11414
11485
  "src/Prebuilt/layouts/HLSView.jsx": {
11415
- "bytes": 27530,
11486
+ "bytes": 28303,
11416
11487
  "imports": [
11417
11488
  {
11418
11489
  "path": "react",
@@ -11573,7 +11644,7 @@
11573
11644
  "format": "esm"
11574
11645
  },
11575
11646
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11576
- "bytes": 4801,
11647
+ "bytes": 4278,
11577
11648
  "imports": [
11578
11649
  {
11579
11650
  "path": "react",
@@ -11630,11 +11701,6 @@
11630
11701
  "kind": "import-statement",
11631
11702
  "original": "./WaitingView"
11632
11703
  },
11633
- {
11634
- "path": "src/Prebuilt/layouts/WhiteboardView.tsx",
11635
- "kind": "import-statement",
11636
- "original": "./WhiteboardView"
11637
- },
11638
11704
  {
11639
11705
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
11640
11706
  "kind": "import-statement",
@@ -11868,7 +11934,7 @@
11868
11934
  "format": "esm"
11869
11935
  },
11870
11936
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11871
- "bytes": 769,
11937
+ "bytes": 738,
11872
11938
  "imports": [
11873
11939
  {
11874
11940
  "path": "react",
@@ -11881,7 +11947,7 @@
11881
11947
  "external": true
11882
11948
  },
11883
11949
  {
11884
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11950
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11885
11951
  "kind": "import-statement",
11886
11952
  "original": "./hooks/useMetadata"
11887
11953
  },
@@ -11894,7 +11960,7 @@
11894
11960
  "format": "esm"
11895
11961
  },
11896
11962
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11897
- "bytes": 8259,
11963
+ "bytes": 8106,
11898
11964
  "imports": [
11899
11965
  {
11900
11966
  "path": "react",
@@ -13704,7 +13770,7 @@
13704
13770
  "imports": [],
13705
13771
  "exports": [],
13706
13772
  "inputs": {},
13707
- "bytes": 3280388
13773
+ "bytes": 3293424
13708
13774
  },
13709
13775
  "dist/index.cjs.js": {
13710
13776
  "imports": [
@@ -14988,11 +15054,6 @@
14988
15054
  "kind": "require-call",
14989
15055
  "external": true
14990
15056
  },
14991
- {
14992
- "path": "@100mslive/react-sdk",
14993
- "kind": "require-call",
14994
- "external": true
14995
- },
14996
15057
  {
14997
15058
  "path": "react",
14998
15059
  "kind": "require-call",
@@ -15978,6 +16039,21 @@
15978
16039
  "kind": "require-call",
15979
16040
  "external": true
15980
16041
  },
16042
+ {
16043
+ "path": "react",
16044
+ "kind": "require-call",
16045
+ "external": true
16046
+ },
16047
+ {
16048
+ "path": "react-use",
16049
+ "kind": "require-call",
16050
+ "external": true
16051
+ },
16052
+ {
16053
+ "path": "@100mslive/react-sdk",
16054
+ "kind": "require-call",
16055
+ "external": true
16056
+ },
15981
16057
  {
15982
16058
  "path": "@100mslive/react-sdk",
15983
16059
  "kind": "require-call",
@@ -16044,12 +16120,12 @@
16044
16120
  "external": true
16045
16121
  },
16046
16122
  {
16047
- "path": "react-use",
16123
+ "path": "@100mslive/react-icons",
16048
16124
  "kind": "require-call",
16049
16125
  "external": true
16050
16126
  },
16051
16127
  {
16052
- "path": "@100mslive/react-sdk",
16128
+ "path": "react",
16053
16129
  "kind": "require-call",
16054
16130
  "external": true
16055
16131
  },
@@ -16059,12 +16135,12 @@
16059
16135
  "external": true
16060
16136
  },
16061
16137
  {
16062
- "path": "@100mslive/react-icons",
16138
+ "path": "react",
16063
16139
  "kind": "require-call",
16064
16140
  "external": true
16065
16141
  },
16066
16142
  {
16067
- "path": "react",
16143
+ "path": "@100mslive/react-icons",
16068
16144
  "kind": "require-call",
16069
16145
  "external": true
16070
16146
  },
@@ -16079,12 +16155,12 @@
16079
16155
  "external": true
16080
16156
  },
16081
16157
  {
16082
- "path": "@100mslive/react-icons",
16158
+ "path": "react-use",
16083
16159
  "kind": "require-call",
16084
16160
  "external": true
16085
16161
  },
16086
16162
  {
16087
- "path": "react",
16163
+ "path": "@100mslive/react-icons",
16088
16164
  "kind": "require-call",
16089
16165
  "external": true
16090
16166
  },
@@ -16633,7 +16709,7 @@
16633
16709
  "entryPoint": "src/index.ts",
16634
16710
  "inputs": {
16635
16711
  "<define:process.env>": {
16636
- "bytesInOutput": 17262
16712
+ "bytesInOutput": 18233
16637
16713
  },
16638
16714
  "src/Theme/base.config.ts": {
16639
16715
  "bytesInOutput": 6104
@@ -16684,7 +16760,7 @@
16684
16760
  "bytesInOutput": 126
16685
16761
  },
16686
16762
  "src/IconButton/IconButton.tsx": {
16687
- "bytesInOutput": 1332
16763
+ "bytesInOutput": 1185
16688
16764
  },
16689
16765
  "src/IconButton/index.tsx": {
16690
16766
  "bytesInOutput": 144
@@ -16801,7 +16877,7 @@
16801
16877
  "bytesInOutput": 983
16802
16878
  },
16803
16879
  "src/AudioLevel/AudioLevel.tsx": {
16804
- "bytesInOutput": 2807
16880
+ "bytesInOutput": 2808
16805
16881
  },
16806
16882
  "src/AudioLevel/index.ts": {
16807
16883
  "bytesInOutput": 175
@@ -16846,7 +16922,7 @@
16846
16922
  "bytesInOutput": 129
16847
16923
  },
16848
16924
  "src/Accordion/Accordion.tsx": {
16849
- "bytesInOutput": 3189
16925
+ "bytesInOutput": 3239
16850
16926
  },
16851
16927
  "src/Accordion/index.ts": {
16852
16928
  "bytesInOutput": 297
@@ -16909,7 +16985,7 @@
16909
16985
  "bytesInOutput": 3450
16910
16986
  },
16911
16987
  "../../node_modules/lodash/lodash.js": {
16912
- "bytesInOutput": 224298
16988
+ "bytesInOutput": 224305
16913
16989
  },
16914
16990
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16915
16991
  "bytesInOutput": 1887
@@ -16921,7 +16997,7 @@
16921
16997
  "bytesInOutput": 1552
16922
16998
  },
16923
16999
  "src/Prebuilt/common/utils.js": {
16924
- "bytesInOutput": 3814
17000
+ "bytesInOutput": 3811
16925
17001
  },
16926
17002
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
16927
17003
  "bytesInOutput": 3003
@@ -16942,10 +17018,10 @@
16942
17018
  "bytesInOutput": 4530
16943
17019
  },
16944
17020
  "src/Prebuilt/IconButton.tsx": {
16945
- "bytesInOutput": 844
17021
+ "bytesInOutput": 743
16946
17022
  },
16947
17023
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16948
- "bytesInOutput": 4095
17024
+ "bytesInOutput": 4182
16949
17025
  },
16950
17026
  "src/Sheet/Sheet.tsx": {
16951
17027
  "bytesInOutput": 3610
@@ -17058,14 +17134,14 @@
17058
17134
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17059
17135
  "bytesInOutput": 2378
17060
17136
  },
17061
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
17062
- "bytesInOutput": 2305
17137
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
17138
+ "bytesInOutput": 2163
17063
17139
  },
17064
17140
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17065
17141
  "bytesInOutput": 8565
17066
17142
  },
17067
17143
  "../../node_modules/reselect/es/index.js": {
17068
- "bytesInOutput": 2641
17144
+ "bytesInOutput": 2639
17069
17145
  },
17070
17146
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17071
17147
  "bytesInOutput": 42486
@@ -17077,7 +17153,7 @@
17077
17153
  "bytesInOutput": 6467
17078
17154
  },
17079
17155
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17080
- "bytesInOutput": 6256
17156
+ "bytesInOutput": 6260
17081
17157
  },
17082
17158
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17083
17159
  "bytesInOutput": 1396
@@ -17086,7 +17162,7 @@
17086
17162
  "bytesInOutput": 22882
17087
17163
  },
17088
17164
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17089
- "bytesInOutput": 2280
17165
+ "bytesInOutput": 2277
17090
17166
  },
17091
17167
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17092
17168
  "bytesInOutput": 984
@@ -17098,10 +17174,10 @@
17098
17174
  "bytesInOutput": 12019
17099
17175
  },
17100
17176
  "../../node_modules/sdp/sdp.js": {
17101
- "bytesInOutput": 22291
17177
+ "bytesInOutput": 22278
17102
17178
  },
17103
17179
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17104
- "bytesInOutput": 12620
17180
+ "bytesInOutput": 12625
17105
17181
  },
17106
17182
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
17107
17183
  "bytesInOutput": 4575
@@ -17122,7 +17198,7 @@
17122
17198
  "bytesInOutput": 615
17123
17199
  },
17124
17200
  "../hms-video-store/dist/index.js": {
17125
- "bytesInOutput": 53378
17201
+ "bytesInOutput": 54948
17126
17202
  },
17127
17203
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17128
17204
  "bytesInOutput": 1384
@@ -17152,13 +17228,13 @@
17152
17228
  "bytesInOutput": 938
17153
17229
  },
17154
17230
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17155
- "bytesInOutput": 13528
17231
+ "bytesInOutput": 13388
17156
17232
  },
17157
17233
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17158
17234
  "bytesInOutput": 831
17159
17235
  },
17160
17236
  "src/Prebuilt/components/RaiseHand.tsx": {
17161
- "bytesInOutput": 1149
17237
+ "bytesInOutput": 1306
17162
17238
  },
17163
17239
  "src/Prebuilt/images/pdf-share.png": {
17164
17240
  "bytesInOutput": 25548
@@ -17194,7 +17270,7 @@
17194
17270
  "bytesInOutput": 1350
17195
17271
  },
17196
17272
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17197
- "bytesInOutput": 1939
17273
+ "bytesInOutput": 1980
17198
17274
  },
17199
17275
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
17200
17276
  "bytesInOutput": 974
@@ -17212,22 +17288,22 @@
17212
17288
  "bytesInOutput": 2258
17213
17289
  },
17214
17290
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17215
- "bytesInOutput": 6489
17291
+ "bytesInOutput": 6544
17216
17292
  },
17217
17293
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17218
17294
  "bytesInOutput": 2181
17219
17295
  },
17220
17296
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17221
- "bytesInOutput": 14347
17297
+ "bytesInOutput": 14387
17222
17298
  },
17223
17299
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17224
17300
  "bytesInOutput": 1521
17225
17301
  },
17226
17302
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17227
- "bytesInOutput": 1352
17303
+ "bytesInOutput": 1804
17228
17304
  },
17229
17305
  "src/Prebuilt/components/Footer/Footer.tsx": {
17230
- "bytesInOutput": 4540
17306
+ "bytesInOutput": 4294
17231
17307
  },
17232
17308
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17233
17309
  "bytesInOutput": 2811
@@ -17239,7 +17315,7 @@
17239
17315
  "bytesInOutput": 1170
17240
17316
  },
17241
17317
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17242
- "bytesInOutput": 9672
17318
+ "bytesInOutput": 9668
17243
17319
  },
17244
17320
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
17245
17321
  "bytesInOutput": 2802
@@ -17323,7 +17399,7 @@
17323
17399
  "bytesInOutput": 1528
17324
17400
  },
17325
17401
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
17326
- "bytesInOutput": 3164
17402
+ "bytesInOutput": 3165
17327
17403
  },
17328
17404
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17329
17405
  "bytesInOutput": 11568
@@ -17338,7 +17414,7 @@
17338
17414
  "bytesInOutput": 926
17339
17415
  },
17340
17416
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17341
- "bytesInOutput": 17147
17417
+ "bytesInOutput": 17543
17342
17418
  },
17343
17419
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
17344
17420
  "bytesInOutput": 8560
@@ -17353,7 +17429,7 @@
17353
17429
  "bytesInOutput": 1440
17354
17430
  },
17355
17431
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17356
- "bytesInOutput": 11726
17432
+ "bytesInOutput": 11558
17357
17433
  },
17358
17434
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17359
17435
  "bytesInOutput": 3529
@@ -17362,7 +17438,7 @@
17362
17438
  "bytesInOutput": 1403
17363
17439
  },
17364
17440
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
17365
- "bytesInOutput": 827
17441
+ "bytesInOutput": 828
17366
17442
  },
17367
17443
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
17368
17444
  "bytesInOutput": 6242
@@ -17425,7 +17501,7 @@
17425
17501
  "bytesInOutput": 3422
17426
17502
  },
17427
17503
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17428
- "bytesInOutput": 11807
17504
+ "bytesInOutput": 11808
17429
17505
  },
17430
17506
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17431
17507
  "bytesInOutput": 2764
@@ -17440,13 +17516,13 @@
17440
17516
  "bytesInOutput": 5183
17441
17517
  },
17442
17518
  "src/Prebuilt/components/Pagination.tsx": {
17443
- "bytesInOutput": 2118
17519
+ "bytesInOutput": 2119
17444
17520
  },
17445
17521
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
17446
17522
  "bytesInOutput": 1620
17447
17523
  },
17448
17524
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17449
- "bytesInOutput": 4485
17525
+ "bytesInOutput": 4490
17450
17526
  },
17451
17527
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17452
17528
  "bytesInOutput": 2453
@@ -17475,11 +17551,14 @@
17475
17551
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
17476
17552
  "bytesInOutput": 3475
17477
17553
  },
17554
+ "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17555
+ "bytesInOutput": 3759
17556
+ },
17478
17557
  "src/Prebuilt/common/PeersSorter.ts": {
17479
- "bytesInOutput": 3604
17558
+ "bytesInOutput": 3605
17480
17559
  },
17481
17560
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17482
- "bytesInOutput": 4705
17561
+ "bytesInOutput": 5493
17483
17562
  },
17484
17563
  "src/Prebuilt/layouts/EmbedView.jsx": {
17485
17564
  "bytesInOutput": 3522
@@ -17490,11 +17569,8 @@
17490
17569
  "src/Prebuilt/layouts/WaitingView.jsx": {
17491
17570
  "bytesInOutput": 1943
17492
17571
  },
17493
- "src/Prebuilt/layouts/WhiteboardView.tsx": {
17494
- "bytesInOutput": 2733
17495
- },
17496
17572
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17497
- "bytesInOutput": 1356
17573
+ "bytesInOutput": 1488
17498
17574
  },
17499
17575
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
17500
17576
  "bytesInOutput": 4195
@@ -17503,7 +17579,7 @@
17503
17579
  "bytesInOutput": 656
17504
17580
  },
17505
17581
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17506
- "bytesInOutput": 1903
17582
+ "bytesInOutput": 1951
17507
17583
  },
17508
17584
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17509
17585
  "bytesInOutput": 489
@@ -17511,14 +17587,17 @@
17511
17587
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
17512
17588
  "bytesInOutput": 1254
17513
17589
  },
17514
- "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
17515
- "bytesInOutput": 595
17590
+ "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
17591
+ "bytesInOutput": 591
17592
+ },
17593
+ "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
17594
+ "bytesInOutput": 5741
17516
17595
  },
17517
17596
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17518
- "bytesInOutput": 835
17597
+ "bytesInOutput": 833
17519
17598
  },
17520
17599
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17521
- "bytesInOutput": 3728
17600
+ "bytesInOutput": 3785
17522
17601
  },
17523
17602
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17524
17603
  "bytesInOutput": 1748
@@ -17527,7 +17606,7 @@
17527
17606
  "bytesInOutput": 2951
17528
17607
  },
17529
17608
  "src/Prebuilt/components/HMSVideo/index.ts": {
17530
- "bytesInOutput": 627
17609
+ "bytesInOutput": 682
17531
17610
  },
17532
17611
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
17533
17612
  "bytesInOutput": 997
@@ -17545,16 +17624,16 @@
17545
17624
  "bytesInOutput": 2886
17546
17625
  },
17547
17626
  "src/Prebuilt/layouts/HLSView.jsx": {
17548
- "bytesInOutput": 32398
17627
+ "bytesInOutput": 33336
17549
17628
  },
17550
17629
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17551
- "bytesInOutput": 5017
17630
+ "bytesInOutput": 4365
17552
17631
  },
17553
17632
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17554
17633
  "bytesInOutput": 2182
17555
17634
  },
17556
17635
  "src/Prebuilt/components/Header/common.jsx": {
17557
- "bytesInOutput": 7389
17636
+ "bytesInOutput": 7375
17558
17637
  },
17559
17638
  "src/Prebuilt/components/Header/Header.tsx": {
17560
17639
  "bytesInOutput": 2332
@@ -17566,7 +17645,7 @@
17566
17645
  "bytesInOutput": 1024
17567
17646
  },
17568
17647
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17569
- "bytesInOutput": 9089
17648
+ "bytesInOutput": 8920
17570
17649
  },
17571
17650
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17572
17651
  "bytesInOutput": 4366
@@ -17596,10 +17675,10 @@
17596
17675
  "bytesInOutput": 1415
17597
17676
  },
17598
17677
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17599
- "bytesInOutput": 1817
17678
+ "bytesInOutput": 1821
17600
17679
  },
17601
17680
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17602
- "bytesInOutput": 8710
17681
+ "bytesInOutput": 8711
17603
17682
  },
17604
17683
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17605
17684
  "bytesInOutput": 2394
@@ -17635,7 +17714,7 @@
17635
17714
  "bytesInOutput": 2248
17636
17715
  },
17637
17716
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17638
- "bytesInOutput": 8886
17717
+ "bytesInOutput": 8889
17639
17718
  },
17640
17719
  "src/Prebuilt/components/Notifications/index.tsx": {
17641
17720
  "bytesInOutput": 173
@@ -17683,7 +17762,7 @@
17683
17762
  "bytesInOutput": 2980
17684
17763
  }
17685
17764
  },
17686
- "bytes": 1558848
17765
+ "bytes": 1569747
17687
17766
  }
17688
17767
  }
17689
17768
  }