@100mslive/roomkit-react 0.3.3-alpha.1 → 0.3.3-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/dist/{HLSView-GDOF4655.js → HLSView-SYFDABFO.js} +331 -166
  2. package/dist/HLSView-SYFDABFO.js.map +7 -0
  3. package/dist/IconButton/IconButton.d.ts +1 -1
  4. package/dist/Modal/Dialog.d.ts +1 -1
  5. package/dist/Prebuilt/IconButton.d.ts +2 -3
  6. package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +3 -1
  7. package/dist/Prebuilt/components/HMSVideo/PlayPauseButton.d.ts +2 -2
  8. package/dist/Prebuilt/components/HMSVideo/PlayPauseSeekControls.d.ts +14 -0
  9. package/dist/Prebuilt/components/HMSVideo/{SeekControls.d.ts → SeekControl.d.ts} +2 -2
  10. package/dist/Prebuilt/components/HMSVideo/index.d.ts +15 -11
  11. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +2 -2
  12. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  13. package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +3 -0
  14. package/dist/Sheet/Sheet.d.ts +1 -1
  15. package/dist/{chunk-ZDW56PPL.js → chunk-HIJ2DH6Q.js} +440 -417
  16. package/dist/chunk-HIJ2DH6Q.js.map +7 -0
  17. package/dist/index.cjs.js +1533 -1333
  18. package/dist/index.cjs.js.map +4 -4
  19. package/dist/index.js +1 -1
  20. package/dist/meta.cjs.json +236 -147
  21. package/dist/meta.esbuild.json +249 -159
  22. package/package.json +8 -8
  23. package/src/IconButton/IconButton.tsx +2 -7
  24. package/src/Prebuilt/IconButton.tsx +6 -10
  25. package/src/Prebuilt/components/Chat/ChatFooter.tsx +4 -2
  26. package/src/Prebuilt/components/ConferenceScreen.tsx +4 -1
  27. package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -2
  28. package/src/Prebuilt/components/Footer/Footer.tsx +4 -1
  29. package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -1
  30. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +5 -6
  31. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +17 -3
  32. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +1 -0
  33. package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +2 -2
  34. package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +158 -0
  35. package/src/Prebuilt/components/HMSVideo/{SeekControls.tsx → SeekControl.tsx} +2 -2
  36. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +7 -3
  37. package/src/Prebuilt/components/HMSVideo/index.ts +5 -4
  38. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +9 -9
  39. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -0
  40. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
  41. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +1 -0
  42. package/src/Prebuilt/components/RaiseHand.tsx +1 -7
  43. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +1 -0
  44. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +27 -4
  45. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +95 -0
  46. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +13 -5
  47. package/src/Prebuilt/components/hooks/{useMetadata.tsx → useMetadata.jsx} +8 -2
  48. package/src/Prebuilt/layouts/HLSView.jsx +115 -78
  49. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -17
  50. package/dist/HLSView-GDOF4655.js.map +0 -7
  51. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +0 -8
  52. package/dist/Prebuilt/layouts/WhiteboardView.d.ts +0 -2
  53. package/dist/chunk-ZDW56PPL.js.map +0 -7
  54. 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",
@@ -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": 3545,
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.tsx": {
4205
- "bytes": 1631,
4204
+ "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
+ "bytes": 1700,
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": 8164,
4231
+ "bytes": 8195,
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.tsx",
4324
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
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": 328413,
4694
+ "bytes": 329227,
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": 12899,
5204
+ "bytes": 13053,
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.tsx",
5312
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
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": 986,
5396
+ "bytes": 798,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "react",
@@ -5421,12 +5421,7 @@
5421
5421
  "original": "../IconButton"
5422
5422
  },
5423
5423
  {
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",
5424
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5430
5425
  "kind": "import-statement",
5431
5426
  "original": "./hooks/useMetadata"
5432
5427
  },
@@ -5811,7 +5806,7 @@
5811
5806
  "format": "esm"
5812
5807
  },
5813
5808
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5814
- "bytes": 1559,
5809
+ "bytes": 1628,
5815
5810
  "imports": [
5816
5811
  {
5817
5812
  "path": "react",
@@ -6047,7 +6042,7 @@
6047
6042
  "format": "esm"
6048
6043
  },
6049
6044
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6050
- "bytes": 5767,
6045
+ "bytes": 5728,
6051
6046
  "imports": [
6052
6047
  {
6053
6048
  "path": "react",
@@ -6159,7 +6154,7 @@
6159
6154
  "format": "esm"
6160
6155
  },
6161
6156
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
6162
- "bytes": 12431,
6157
+ "bytes": 12459,
6163
6158
  "imports": [
6164
6159
  {
6165
6160
  "path": "react",
@@ -6296,7 +6291,7 @@
6296
6291
  "format": "esm"
6297
6292
  },
6298
6293
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
6299
- "bytes": 964,
6294
+ "bytes": 1360,
6300
6295
  "imports": [
6301
6296
  {
6302
6297
  "path": "react",
@@ -6342,7 +6337,7 @@
6342
6337
  "format": "esm"
6343
6338
  },
6344
6339
  "src/Prebuilt/components/Footer/Footer.tsx": {
6345
- "bytes": 3777,
6340
+ "bytes": 3967,
6346
6341
  "imports": [
6347
6342
  {
6348
6343
  "path": "react",
@@ -6364,6 +6359,11 @@
6364
6359
  "kind": "import-statement",
6365
6360
  "external": true
6366
6361
  },
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",
@@ -8243,7 +8243,7 @@
8243
8243
  "format": "esm"
8244
8244
  },
8245
8245
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10287,
8246
+ "bytes": 10438,
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": 2927,
9797
+ "bytes": 2958,
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.tsx",
9830
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
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": 738,
11937
+ "bytes": 769,
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.tsx",
11950
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
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": 8106,
11963
+ "bytes": 8259,
11898
11964
  "imports": [
11899
11965
  {
11900
11966
  "path": "react",
@@ -13704,7 +13770,7 @@
13704
13770
  "imports": [],
13705
13771
  "exports": [],
13706
13772
  "inputs": {},
13707
- "bytes": 3281946
13773
+ "bytes": 3294555
13708
13774
  },
13709
13775
  "dist/index.cjs.js": {
13710
13776
  "imports": [
@@ -14988,6 +15054,11 @@
14988
15054
  "kind": "require-call",
14989
15055
  "external": true
14990
15056
  },
15057
+ {
15058
+ "path": "@100mslive/react-sdk",
15059
+ "kind": "require-call",
15060
+ "external": true
15061
+ },
14991
15062
  {
14992
15063
  "path": "react",
14993
15064
  "kind": "require-call",
@@ -15973,6 +16044,21 @@
15973
16044
  "kind": "require-call",
15974
16045
  "external": true
15975
16046
  },
16047
+ {
16048
+ "path": "react",
16049
+ "kind": "require-call",
16050
+ "external": true
16051
+ },
16052
+ {
16053
+ "path": "react-use",
16054
+ "kind": "require-call",
16055
+ "external": true
16056
+ },
16057
+ {
16058
+ "path": "@100mslive/react-sdk",
16059
+ "kind": "require-call",
16060
+ "external": true
16061
+ },
15976
16062
  {
15977
16063
  "path": "@100mslive/react-sdk",
15978
16064
  "kind": "require-call",
@@ -16039,12 +16125,12 @@
16039
16125
  "external": true
16040
16126
  },
16041
16127
  {
16042
- "path": "react-use",
16128
+ "path": "@100mslive/react-icons",
16043
16129
  "kind": "require-call",
16044
16130
  "external": true
16045
16131
  },
16046
16132
  {
16047
- "path": "@100mslive/react-sdk",
16133
+ "path": "react",
16048
16134
  "kind": "require-call",
16049
16135
  "external": true
16050
16136
  },
@@ -16054,12 +16140,12 @@
16054
16140
  "external": true
16055
16141
  },
16056
16142
  {
16057
- "path": "@100mslive/react-icons",
16143
+ "path": "react",
16058
16144
  "kind": "require-call",
16059
16145
  "external": true
16060
16146
  },
16061
16147
  {
16062
- "path": "react",
16148
+ "path": "@100mslive/react-icons",
16063
16149
  "kind": "require-call",
16064
16150
  "external": true
16065
16151
  },
@@ -16074,12 +16160,12 @@
16074
16160
  "external": true
16075
16161
  },
16076
16162
  {
16077
- "path": "@100mslive/react-icons",
16163
+ "path": "react-use",
16078
16164
  "kind": "require-call",
16079
16165
  "external": true
16080
16166
  },
16081
16167
  {
16082
- "path": "react",
16168
+ "path": "@100mslive/react-icons",
16083
16169
  "kind": "require-call",
16084
16170
  "external": true
16085
16171
  },
@@ -16628,7 +16714,7 @@
16628
16714
  "entryPoint": "src/index.ts",
16629
16715
  "inputs": {
16630
16716
  "<define:process.env>": {
16631
- "bytesInOutput": 18238
16717
+ "bytesInOutput": 18261
16632
16718
  },
16633
16719
  "src/Theme/base.config.ts": {
16634
16720
  "bytesInOutput": 6104
@@ -16679,7 +16765,7 @@
16679
16765
  "bytesInOutput": 126
16680
16766
  },
16681
16767
  "src/IconButton/IconButton.tsx": {
16682
- "bytesInOutput": 1332
16768
+ "bytesInOutput": 1185
16683
16769
  },
16684
16770
  "src/IconButton/index.tsx": {
16685
16771
  "bytesInOutput": 144
@@ -16904,7 +16990,7 @@
16904
16990
  "bytesInOutput": 3450
16905
16991
  },
16906
16992
  "../../node_modules/lodash/lodash.js": {
16907
- "bytesInOutput": 224305
16993
+ "bytesInOutput": 224307
16908
16994
  },
16909
16995
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16910
16996
  "bytesInOutput": 1887
@@ -16937,10 +17023,10 @@
16937
17023
  "bytesInOutput": 4530
16938
17024
  },
16939
17025
  "src/Prebuilt/IconButton.tsx": {
16940
- "bytesInOutput": 844
17026
+ "bytesInOutput": 743
16941
17027
  },
16942
17028
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16943
- "bytesInOutput": 4095
17029
+ "bytesInOutput": 4204
16944
17030
  },
16945
17031
  "src/Sheet/Sheet.tsx": {
16946
17032
  "bytesInOutput": 3610
@@ -17053,8 +17139,8 @@
17053
17139
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17054
17140
  "bytesInOutput": 2378
17055
17141
  },
17056
- "src/Prebuilt/components/hooks/useMetadata.tsx": {
17057
- "bytesInOutput": 2163
17142
+ "src/Prebuilt/components/hooks/useMetadata.jsx": {
17143
+ "bytesInOutput": 2305
17058
17144
  },
17059
17145
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17060
17146
  "bytesInOutput": 8565
@@ -17063,7 +17149,7 @@
17063
17149
  "bytesInOutput": 2639
17064
17150
  },
17065
17151
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17066
- "bytesInOutput": 42486
17152
+ "bytesInOutput": 42479
17067
17153
  },
17068
17154
  "../../node_modules/lodash.isequal/index.js": {
17069
17155
  "bytesInOutput": 26597
@@ -17093,7 +17179,7 @@
17093
17179
  "bytesInOutput": 12019
17094
17180
  },
17095
17181
  "../../node_modules/sdp/sdp.js": {
17096
- "bytesInOutput": 22278
17182
+ "bytesInOutput": 22291
17097
17183
  },
17098
17184
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17099
17185
  "bytesInOutput": 12620
@@ -17117,7 +17203,7 @@
17117
17203
  "bytesInOutput": 615
17118
17204
  },
17119
17205
  "../hms-video-store/dist/index.js": {
17120
- "bytesInOutput": 54856
17206
+ "bytesInOutput": 53354
17121
17207
  },
17122
17208
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17123
17209
  "bytesInOutput": 1384
@@ -17147,13 +17233,13 @@
17147
17233
  "bytesInOutput": 938
17148
17234
  },
17149
17235
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17150
- "bytesInOutput": 13388
17236
+ "bytesInOutput": 13528
17151
17237
  },
17152
17238
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17153
17239
  "bytesInOutput": 831
17154
17240
  },
17155
17241
  "src/Prebuilt/components/RaiseHand.tsx": {
17156
- "bytesInOutput": 1306
17242
+ "bytesInOutput": 1149
17157
17243
  },
17158
17244
  "src/Prebuilt/images/pdf-share.png": {
17159
17245
  "bytesInOutput": 25548
@@ -17189,7 +17275,7 @@
17189
17275
  "bytesInOutput": 1350
17190
17276
  },
17191
17277
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17192
- "bytesInOutput": 1939
17278
+ "bytesInOutput": 1980
17193
17279
  },
17194
17280
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
17195
17281
  "bytesInOutput": 974
@@ -17213,16 +17299,16 @@
17213
17299
  "bytesInOutput": 2181
17214
17300
  },
17215
17301
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17216
- "bytesInOutput": 14347
17302
+ "bytesInOutput": 14387
17217
17303
  },
17218
17304
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17219
17305
  "bytesInOutput": 1521
17220
17306
  },
17221
17307
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17222
- "bytesInOutput": 1352
17308
+ "bytesInOutput": 1804
17223
17309
  },
17224
17310
  "src/Prebuilt/components/Footer/Footer.tsx": {
17225
- "bytesInOutput": 4294
17311
+ "bytesInOutput": 4540
17226
17312
  },
17227
17313
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17228
17314
  "bytesInOutput": 2811
@@ -17348,7 +17434,7 @@
17348
17434
  "bytesInOutput": 1440
17349
17435
  },
17350
17436
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17351
- "bytesInOutput": 11558
17437
+ "bytesInOutput": 11726
17352
17438
  },
17353
17439
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17354
17440
  "bytesInOutput": 3529
@@ -17441,7 +17527,7 @@
17441
17527
  "bytesInOutput": 1620
17442
17528
  },
17443
17529
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17444
- "bytesInOutput": 4490
17530
+ "bytesInOutput": 4482
17445
17531
  },
17446
17532
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17447
17533
  "bytesInOutput": 2453
@@ -17470,11 +17556,14 @@
17470
17556
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
17471
17557
  "bytesInOutput": 3475
17472
17558
  },
17559
+ "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17560
+ "bytesInOutput": 3759
17561
+ },
17473
17562
  "src/Prebuilt/common/PeersSorter.ts": {
17474
17563
  "bytesInOutput": 3605
17475
17564
  },
17476
17565
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17477
- "bytesInOutput": 4705
17566
+ "bytesInOutput": 5493
17478
17567
  },
17479
17568
  "src/Prebuilt/layouts/EmbedView.jsx": {
17480
17569
  "bytesInOutput": 3522
@@ -17485,11 +17574,8 @@
17485
17574
  "src/Prebuilt/layouts/WaitingView.jsx": {
17486
17575
  "bytesInOutput": 1943
17487
17576
  },
17488
- "src/Prebuilt/layouts/WhiteboardView.tsx": {
17489
- "bytesInOutput": 2733
17490
- },
17491
17577
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17492
- "bytesInOutput": 1356
17578
+ "bytesInOutput": 1488
17493
17579
  },
17494
17580
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
17495
17581
  "bytesInOutput": 4195
@@ -17498,7 +17584,7 @@
17498
17584
  "bytesInOutput": 656
17499
17585
  },
17500
17586
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17501
- "bytesInOutput": 1903
17587
+ "bytesInOutput": 1951
17502
17588
  },
17503
17589
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17504
17590
  "bytesInOutput": 489
@@ -17506,14 +17592,17 @@
17506
17592
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
17507
17593
  "bytesInOutput": 1254
17508
17594
  },
17509
- "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
17510
- "bytesInOutput": 595
17595
+ "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
17596
+ "bytesInOutput": 591
17597
+ },
17598
+ "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
17599
+ "bytesInOutput": 5741
17511
17600
  },
17512
17601
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17513
17602
  "bytesInOutput": 833
17514
17603
  },
17515
17604
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17516
- "bytesInOutput": 3728
17605
+ "bytesInOutput": 3785
17517
17606
  },
17518
17607
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17519
17608
  "bytesInOutput": 1748
@@ -17522,7 +17611,7 @@
17522
17611
  "bytesInOutput": 2951
17523
17612
  },
17524
17613
  "src/Prebuilt/components/HMSVideo/index.ts": {
17525
- "bytesInOutput": 627
17614
+ "bytesInOutput": 682
17526
17615
  },
17527
17616
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
17528
17617
  "bytesInOutput": 997
@@ -17540,16 +17629,16 @@
17540
17629
  "bytesInOutput": 2886
17541
17630
  },
17542
17631
  "src/Prebuilt/layouts/HLSView.jsx": {
17543
- "bytesInOutput": 32398
17632
+ "bytesInOutput": 33336
17544
17633
  },
17545
17634
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17546
- "bytesInOutput": 5017
17635
+ "bytesInOutput": 4365
17547
17636
  },
17548
17637
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17549
17638
  "bytesInOutput": 2182
17550
17639
  },
17551
17640
  "src/Prebuilt/components/Header/common.jsx": {
17552
- "bytesInOutput": 7375
17641
+ "bytesInOutput": 7389
17553
17642
  },
17554
17643
  "src/Prebuilt/components/Header/Header.tsx": {
17555
17644
  "bytesInOutput": 2332
@@ -17561,7 +17650,7 @@
17561
17650
  "bytesInOutput": 1024
17562
17651
  },
17563
17652
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17564
- "bytesInOutput": 8920
17653
+ "bytesInOutput": 9089
17565
17654
  },
17566
17655
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17567
17656
  "bytesInOutput": 4366
@@ -17591,7 +17680,7 @@
17591
17680
  "bytesInOutput": 1415
17592
17681
  },
17593
17682
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17594
- "bytesInOutput": 1817
17683
+ "bytesInOutput": 1821
17595
17684
  },
17596
17685
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17597
17686
  "bytesInOutput": 8711
@@ -17630,7 +17719,7 @@
17630
17719
  "bytesInOutput": 2248
17631
17720
  },
17632
17721
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17633
- "bytesInOutput": 8889
17722
+ "bytesInOutput": 8886
17634
17723
  },
17635
17724
  "src/Prebuilt/components/Notifications/index.tsx": {
17636
17725
  "bytesInOutput": 173
@@ -17678,7 +17767,7 @@
17678
17767
  "bytesInOutput": 2980
17679
17768
  }
17680
17769
  },
17681
- "bytes": 1561066
17770
+ "bytes": 1568913
17682
17771
  }
17683
17772
  }
17684
17773
  }