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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/{HLSView-GDOF4655.js → HLSView-BCIIVR2T.js} +331 -166
  2. package/dist/HLSView-BCIIVR2T.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/VideoLayouts/WhiteboardLayout.d.ts +3 -0
  13. package/dist/Sheet/Sheet.d.ts +1 -1
  14. package/dist/{chunk-ZDW56PPL.js → chunk-W47ZJGSD.js} +212 -165
  15. package/dist/chunk-W47ZJGSD.js.map +7 -0
  16. package/dist/index.cjs.js +923 -696
  17. package/dist/index.cjs.js.map +4 -4
  18. package/dist/index.js +1 -1
  19. package/dist/meta.cjs.json +196 -112
  20. package/dist/meta.esbuild.json +210 -125
  21. package/package.json +6 -6
  22. package/src/IconButton/IconButton.tsx +2 -7
  23. package/src/Prebuilt/IconButton.tsx +6 -10
  24. package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -2
  25. package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -1
  26. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +5 -6
  27. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +17 -3
  28. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +1 -0
  29. package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +2 -2
  30. package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +158 -0
  31. package/src/Prebuilt/components/HMSVideo/{SeekControls.tsx → SeekControl.tsx} +2 -2
  32. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +7 -3
  33. package/src/Prebuilt/components/HMSVideo/index.ts +5 -4
  34. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +7 -7
  35. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +27 -4
  36. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +95 -0
  37. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +13 -5
  38. package/src/Prebuilt/layouts/HLSView.jsx +115 -78
  39. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -17
  40. package/dist/HLSView-GDOF4655.js.map +0 -7
  41. package/dist/Prebuilt/layouts/WhiteboardView.d.ts +0 -2
  42. package/dist/chunk-ZDW56PPL.js.map +0 -7
  43. package/src/Prebuilt/layouts/WhiteboardView.tsx +0 -69
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-ZDW56PPL.js";
65
+ } from "./chunk-W47ZJGSD.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -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": 3523,
2423
2423
  "imports": [
2424
2424
  {
2425
2425
  "path": "react",
@@ -5811,7 +5811,7 @@
5811
5811
  "format": "esm"
5812
5812
  },
5813
5813
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5814
- "bytes": 1559,
5814
+ "bytes": 1628,
5815
5815
  "imports": [
5816
5816
  {
5817
5817
  "path": "react",
@@ -6047,7 +6047,7 @@
6047
6047
  "format": "esm"
6048
6048
  },
6049
6049
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6050
- "bytes": 5767,
6050
+ "bytes": 5728,
6051
6051
  "imports": [
6052
6052
  {
6053
6053
  "path": "react",
@@ -6159,7 +6159,7 @@
6159
6159
  "format": "esm"
6160
6160
  },
6161
6161
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
6162
- "bytes": 12431,
6162
+ "bytes": 12459,
6163
6163
  "imports": [
6164
6164
  {
6165
6165
  "path": "react",
@@ -6296,7 +6296,7 @@
6296
6296
  "format": "esm"
6297
6297
  },
6298
6298
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
6299
- "bytes": 964,
6299
+ "bytes": 1360,
6300
6300
  "imports": [
6301
6301
  {
6302
6302
  "path": "react",
@@ -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",
11173
- "kind": "import-statement",
11174
- "original": "./PlayPauseButton"
11175
- },
11176
- {
11177
- "path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
11248
+ "path": "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx",
11178
11249
  "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",
@@ -13704,7 +13770,7 @@
13704
13770
  "imports": [],
13705
13771
  "exports": [],
13706
13772
  "inputs": {},
13707
- "bytes": 3281946
13773
+ "bytes": 3293139
13708
13774
  },
13709
13775
  "dist/index.cjs.js": {
13710
13776
  "imports": [
@@ -15973,6 +16039,21 @@
15973
16039
  "kind": "require-call",
15974
16040
  "external": true
15975
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
+ },
15976
16057
  {
15977
16058
  "path": "@100mslive/react-sdk",
15978
16059
  "kind": "require-call",
@@ -16039,12 +16120,12 @@
16039
16120
  "external": true
16040
16121
  },
16041
16122
  {
16042
- "path": "react-use",
16123
+ "path": "@100mslive/react-icons",
16043
16124
  "kind": "require-call",
16044
16125
  "external": true
16045
16126
  },
16046
16127
  {
16047
- "path": "@100mslive/react-sdk",
16128
+ "path": "react",
16048
16129
  "kind": "require-call",
16049
16130
  "external": true
16050
16131
  },
@@ -16054,12 +16135,12 @@
16054
16135
  "external": true
16055
16136
  },
16056
16137
  {
16057
- "path": "@100mslive/react-icons",
16138
+ "path": "react",
16058
16139
  "kind": "require-call",
16059
16140
  "external": true
16060
16141
  },
16061
16142
  {
16062
- "path": "react",
16143
+ "path": "@100mslive/react-icons",
16063
16144
  "kind": "require-call",
16064
16145
  "external": true
16065
16146
  },
@@ -16074,12 +16155,12 @@
16074
16155
  "external": true
16075
16156
  },
16076
16157
  {
16077
- "path": "@100mslive/react-icons",
16158
+ "path": "react-use",
16078
16159
  "kind": "require-call",
16079
16160
  "external": true
16080
16161
  },
16081
16162
  {
16082
- "path": "react",
16163
+ "path": "@100mslive/react-icons",
16083
16164
  "kind": "require-call",
16084
16165
  "external": true
16085
16166
  },
@@ -16628,7 +16709,7 @@
16628
16709
  "entryPoint": "src/index.ts",
16629
16710
  "inputs": {
16630
16711
  "<define:process.env>": {
16631
- "bytesInOutput": 18238
16712
+ "bytesInOutput": 18256
16632
16713
  },
16633
16714
  "src/Theme/base.config.ts": {
16634
16715
  "bytesInOutput": 6104
@@ -16679,7 +16760,7 @@
16679
16760
  "bytesInOutput": 126
16680
16761
  },
16681
16762
  "src/IconButton/IconButton.tsx": {
16682
- "bytesInOutput": 1332
16763
+ "bytesInOutput": 1185
16683
16764
  },
16684
16765
  "src/IconButton/index.tsx": {
16685
16766
  "bytesInOutput": 144
@@ -16937,10 +17018,10 @@
16937
17018
  "bytesInOutput": 4530
16938
17019
  },
16939
17020
  "src/Prebuilt/IconButton.tsx": {
16940
- "bytesInOutput": 844
17021
+ "bytesInOutput": 743
16941
17022
  },
16942
17023
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16943
- "bytesInOutput": 4095
17024
+ "bytesInOutput": 4182
16944
17025
  },
16945
17026
  "src/Sheet/Sheet.tsx": {
16946
17027
  "bytesInOutput": 3610
@@ -17189,7 +17270,7 @@
17189
17270
  "bytesInOutput": 1350
17190
17271
  },
17191
17272
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17192
- "bytesInOutput": 1939
17273
+ "bytesInOutput": 1980
17193
17274
  },
17194
17275
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
17195
17276
  "bytesInOutput": 974
@@ -17213,13 +17294,13 @@
17213
17294
  "bytesInOutput": 2181
17214
17295
  },
17215
17296
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17216
- "bytesInOutput": 14347
17297
+ "bytesInOutput": 14387
17217
17298
  },
17218
17299
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17219
17300
  "bytesInOutput": 1521
17220
17301
  },
17221
17302
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17222
- "bytesInOutput": 1352
17303
+ "bytesInOutput": 1804
17223
17304
  },
17224
17305
  "src/Prebuilt/components/Footer/Footer.tsx": {
17225
17306
  "bytesInOutput": 4294
@@ -17470,11 +17551,14 @@
17470
17551
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
17471
17552
  "bytesInOutput": 3475
17472
17553
  },
17554
+ "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17555
+ "bytesInOutput": 3759
17556
+ },
17473
17557
  "src/Prebuilt/common/PeersSorter.ts": {
17474
17558
  "bytesInOutput": 3605
17475
17559
  },
17476
17560
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17477
- "bytesInOutput": 4705
17561
+ "bytesInOutput": 5493
17478
17562
  },
17479
17563
  "src/Prebuilt/layouts/EmbedView.jsx": {
17480
17564
  "bytesInOutput": 3522
@@ -17485,11 +17569,8 @@
17485
17569
  "src/Prebuilt/layouts/WaitingView.jsx": {
17486
17570
  "bytesInOutput": 1943
17487
17571
  },
17488
- "src/Prebuilt/layouts/WhiteboardView.tsx": {
17489
- "bytesInOutput": 2733
17490
- },
17491
17572
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17492
- "bytesInOutput": 1356
17573
+ "bytesInOutput": 1488
17493
17574
  },
17494
17575
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
17495
17576
  "bytesInOutput": 4195
@@ -17498,7 +17579,7 @@
17498
17579
  "bytesInOutput": 656
17499
17580
  },
17500
17581
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17501
- "bytesInOutput": 1903
17582
+ "bytesInOutput": 1951
17502
17583
  },
17503
17584
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17504
17585
  "bytesInOutput": 489
@@ -17506,14 +17587,17 @@
17506
17587
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
17507
17588
  "bytesInOutput": 1254
17508
17589
  },
17509
- "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
17510
- "bytesInOutput": 595
17590
+ "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
17591
+ "bytesInOutput": 591
17592
+ },
17593
+ "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
17594
+ "bytesInOutput": 5741
17511
17595
  },
17512
17596
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17513
17597
  "bytesInOutput": 833
17514
17598
  },
17515
17599
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17516
- "bytesInOutput": 3728
17600
+ "bytesInOutput": 3785
17517
17601
  },
17518
17602
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17519
17603
  "bytesInOutput": 1748
@@ -17522,7 +17606,7 @@
17522
17606
  "bytesInOutput": 2951
17523
17607
  },
17524
17608
  "src/Prebuilt/components/HMSVideo/index.ts": {
17525
- "bytesInOutput": 627
17609
+ "bytesInOutput": 682
17526
17610
  },
17527
17611
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
17528
17612
  "bytesInOutput": 997
@@ -17540,10 +17624,10 @@
17540
17624
  "bytesInOutput": 2886
17541
17625
  },
17542
17626
  "src/Prebuilt/layouts/HLSView.jsx": {
17543
- "bytesInOutput": 32398
17627
+ "bytesInOutput": 33336
17544
17628
  },
17545
17629
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17546
- "bytesInOutput": 5017
17630
+ "bytesInOutput": 4365
17547
17631
  },
17548
17632
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17549
17633
  "bytesInOutput": 2182
@@ -17591,7 +17675,7 @@
17591
17675
  "bytesInOutput": 1415
17592
17676
  },
17593
17677
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17594
- "bytesInOutput": 1817
17678
+ "bytesInOutput": 1821
17595
17679
  },
17596
17680
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17597
17681
  "bytesInOutput": 8711
@@ -17678,7 +17762,7 @@
17678
17762
  "bytesInOutput": 2980
17679
17763
  }
17680
17764
  },
17681
- "bytes": 1561066
17765
+ "bytes": 1569669
17682
17766
  }
17683
17767
  }
17684
17768
  }