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

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 (34) hide show
  1. package/dist/Accordion/Accordion.d.ts +1 -0
  2. package/dist/Accordion/index.d.ts +1 -0
  3. package/dist/{HLSView-IN3HFCHT.js → HLSView-GDOF4655.js} +2 -2
  4. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  5. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
  6. package/dist/{chunk-ORCLDJ5D.js → chunk-ZDW56PPL.js} +563 -508
  7. package/dist/chunk-ZDW56PPL.js.map +7 -0
  8. package/dist/index.cjs.js +965 -907
  9. package/dist/index.cjs.js.map +4 -4
  10. package/dist/index.js +1 -1
  11. package/dist/meta.cjs.json +69 -74
  12. package/dist/meta.esbuild.json +75 -80
  13. package/package.json +7 -7
  14. package/src/Accordion/Accordion.tsx +4 -4
  15. package/src/Prebuilt/common/utils.js +1 -1
  16. package/src/Prebuilt/components/Chat/ChatBody.tsx +10 -0
  17. package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
  18. package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
  19. package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
  20. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +2 -1
  21. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -1
  22. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
  23. package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +6 -6
  24. package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +14 -2
  25. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +3 -2
  26. package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -0
  27. package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +3 -1
  28. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
  29. package/src/Prebuilt/components/RaiseHand.tsx +7 -1
  30. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
  31. package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
  32. package/src/Stats/Stats.tsx +1 -1
  33. package/dist/chunk-ORCLDJ5D.js.map +0 -7
  34. /package/dist/{HLSView-IN3HFCHT.js.map → HLSView-GDOF4655.js.map} +0 -0
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-ORCLDJ5D.js";
65
+ } from "./chunk-ZDW56PPL.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -1323,7 +1323,7 @@
1323
1323
  "format": "esm"
1324
1324
  },
1325
1325
  "src/Stats/Stats.tsx": {
1326
- "bytes": 7823,
1326
+ "bytes": 7818,
1327
1327
  "imports": [
1328
1328
  {
1329
1329
  "path": "react",
@@ -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",
@@ -2153,7 +2153,7 @@
2153
2153
  "format": "esm"
2154
2154
  },
2155
2155
  "src/Prebuilt/common/utils.js": {
2156
- "bytes": 5891,
2156
+ "bytes": 5892,
2157
2157
  "imports": [
2158
2158
  {
2159
2159
  "path": "src/Prebuilt/common/constants.ts",
@@ -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": 326163,
4694
+ "bytes": 328413,
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
  },
@@ -6042,7 +6047,7 @@
6042
6047
  "format": "esm"
6043
6048
  },
6044
6049
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6045
- "bytes": 5714,
6050
+ "bytes": 5767,
6046
6051
  "imports": [
6047
6052
  {
6048
6053
  "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",
@@ -6715,7 +6715,7 @@
6715
6715
  "format": "esm"
6716
6716
  },
6717
6717
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
6718
- "bytes": 1041,
6718
+ "bytes": 1065,
6719
6719
  "imports": [
6720
6720
  {
6721
6721
  "path": "react",
@@ -6798,7 +6798,7 @@
6798
6798
  "format": "esm"
6799
6799
  },
6800
6800
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
6801
- "bytes": 3819,
6801
+ "bytes": 3867,
6802
6802
  "imports": [
6803
6803
  {
6804
6804
  "path": "react",
@@ -6839,7 +6839,7 @@
6839
6839
  "format": "esm"
6840
6840
  },
6841
6841
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
6842
- "bytes": 5045,
6842
+ "bytes": 5111,
6843
6843
  "imports": [
6844
6844
  {
6845
6845
  "path": "react",
@@ -6956,7 +6956,7 @@
6956
6956
  "format": "esm"
6957
6957
  },
6958
6958
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
6959
- "bytes": 1727,
6959
+ "bytes": 2095,
6960
6960
  "imports": [
6961
6961
  {
6962
6962
  "path": "react",
@@ -6992,7 +6992,7 @@
6992
6992
  "format": "esm"
6993
6993
  },
6994
6994
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
6995
- "bytes": 5091,
6995
+ "bytes": 5303,
6996
6996
  "imports": [
6997
6997
  {
6998
6998
  "path": "react",
@@ -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
  },
@@ -11868,7 +11868,7 @@
11868
11868
  "format": "esm"
11869
11869
  },
11870
11870
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11871
- "bytes": 769,
11871
+ "bytes": 738,
11872
11872
  "imports": [
11873
11873
  {
11874
11874
  "path": "react",
@@ -11881,7 +11881,7 @@
11881
11881
  "external": true
11882
11882
  },
11883
11883
  {
11884
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11884
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11885
11885
  "kind": "import-statement",
11886
11886
  "original": "./hooks/useMetadata"
11887
11887
  },
@@ -11894,7 +11894,7 @@
11894
11894
  "format": "esm"
11895
11895
  },
11896
11896
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11897
- "bytes": 8259,
11897
+ "bytes": 8106,
11898
11898
  "imports": [
11899
11899
  {
11900
11900
  "path": "react",
@@ -13704,7 +13704,7 @@
13704
13704
  "imports": [],
13705
13705
  "exports": [],
13706
13706
  "inputs": {},
13707
- "bytes": 3274467
13707
+ "bytes": 3281946
13708
13708
  },
13709
13709
  "dist/index.cjs.js": {
13710
13710
  "imports": [
@@ -14988,11 +14988,6 @@
14988
14988
  "kind": "require-call",
14989
14989
  "external": true
14990
14990
  },
14991
- {
14992
- "path": "@100mslive/react-sdk",
14993
- "kind": "require-call",
14994
- "external": true
14995
- },
14996
14991
  {
14997
14992
  "path": "react",
14998
14993
  "kind": "require-call",
@@ -16633,7 +16628,7 @@
16633
16628
  "entryPoint": "src/index.ts",
16634
16629
  "inputs": {
16635
16630
  "<define:process.env>": {
16636
- "bytesInOutput": 18169
16631
+ "bytesInOutput": 18238
16637
16632
  },
16638
16633
  "src/Theme/base.config.ts": {
16639
16634
  "bytesInOutput": 6104
@@ -16801,7 +16796,7 @@
16801
16796
  "bytesInOutput": 983
16802
16797
  },
16803
16798
  "src/AudioLevel/AudioLevel.tsx": {
16804
- "bytesInOutput": 2807
16799
+ "bytesInOutput": 2808
16805
16800
  },
16806
16801
  "src/AudioLevel/index.ts": {
16807
16802
  "bytesInOutput": 175
@@ -16816,7 +16811,7 @@
16816
16811
  "bytesInOutput": 1004
16817
16812
  },
16818
16813
  "src/Stats/Stats.tsx": {
16819
- "bytesInOutput": 8961
16814
+ "bytesInOutput": 8956
16820
16815
  },
16821
16816
  "src/Stats/index.tsx": {
16822
16817
  "bytesInOutput": 129
@@ -16846,7 +16841,7 @@
16846
16841
  "bytesInOutput": 129
16847
16842
  },
16848
16843
  "src/Accordion/Accordion.tsx": {
16849
- "bytesInOutput": 3189
16844
+ "bytesInOutput": 3239
16850
16845
  },
16851
16846
  "src/Accordion/index.ts": {
16852
16847
  "bytesInOutput": 297
@@ -16909,7 +16904,7 @@
16909
16904
  "bytesInOutput": 3450
16910
16905
  },
16911
16906
  "../../node_modules/lodash/lodash.js": {
16912
- "bytesInOutput": 224298
16907
+ "bytesInOutput": 224305
16913
16908
  },
16914
16909
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16915
16910
  "bytesInOutput": 1887
@@ -16921,7 +16916,7 @@
16921
16916
  "bytesInOutput": 1552
16922
16917
  },
16923
16918
  "src/Prebuilt/common/utils.js": {
16924
- "bytesInOutput": 3813
16919
+ "bytesInOutput": 3811
16925
16920
  },
16926
16921
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
16927
16922
  "bytesInOutput": 3003
@@ -17058,14 +17053,14 @@
17058
17053
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17059
17054
  "bytesInOutput": 2378
17060
17055
  },
17061
- "src/Prebuilt/components/hooks/useMetadata.jsx": {
17062
- "bytesInOutput": 2305
17056
+ "src/Prebuilt/components/hooks/useMetadata.tsx": {
17057
+ "bytesInOutput": 2163
17063
17058
  },
17064
17059
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17065
17060
  "bytesInOutput": 8565
17066
17061
  },
17067
17062
  "../../node_modules/reselect/es/index.js": {
17068
- "bytesInOutput": 2641
17063
+ "bytesInOutput": 2639
17069
17064
  },
17070
17065
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17071
17066
  "bytesInOutput": 42486
@@ -17077,7 +17072,7 @@
17077
17072
  "bytesInOutput": 6467
17078
17073
  },
17079
17074
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17080
- "bytesInOutput": 6256
17075
+ "bytesInOutput": 6260
17081
17076
  },
17082
17077
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17083
17078
  "bytesInOutput": 1396
@@ -17086,7 +17081,7 @@
17086
17081
  "bytesInOutput": 22882
17087
17082
  },
17088
17083
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17089
- "bytesInOutput": 2280
17084
+ "bytesInOutput": 2277
17090
17085
  },
17091
17086
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17092
17087
  "bytesInOutput": 984
@@ -17098,7 +17093,7 @@
17098
17093
  "bytesInOutput": 12019
17099
17094
  },
17100
17095
  "../../node_modules/sdp/sdp.js": {
17101
- "bytesInOutput": 22291
17096
+ "bytesInOutput": 22278
17102
17097
  },
17103
17098
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17104
17099
  "bytesInOutput": 12620
@@ -17122,7 +17117,7 @@
17122
17117
  "bytesInOutput": 615
17123
17118
  },
17124
17119
  "../hms-video-store/dist/index.js": {
17125
- "bytesInOutput": 53127
17120
+ "bytesInOutput": 54856
17126
17121
  },
17127
17122
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17128
17123
  "bytesInOutput": 1384
@@ -17152,13 +17147,13 @@
17152
17147
  "bytesInOutput": 938
17153
17148
  },
17154
17149
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17155
- "bytesInOutput": 13528
17150
+ "bytesInOutput": 13388
17156
17151
  },
17157
17152
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17158
17153
  "bytesInOutput": 831
17159
17154
  },
17160
17155
  "src/Prebuilt/components/RaiseHand.tsx": {
17161
- "bytesInOutput": 1149
17156
+ "bytesInOutput": 1306
17162
17157
  },
17163
17158
  "src/Prebuilt/images/pdf-share.png": {
17164
17159
  "bytesInOutput": 25548
@@ -17212,7 +17207,7 @@
17212
17207
  "bytesInOutput": 2258
17213
17208
  },
17214
17209
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17215
- "bytesInOutput": 6489
17210
+ "bytesInOutput": 6544
17216
17211
  },
17217
17212
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17218
17213
  "bytesInOutput": 2181
@@ -17227,7 +17222,7 @@
17227
17222
  "bytesInOutput": 1352
17228
17223
  },
17229
17224
  "src/Prebuilt/components/Footer/Footer.tsx": {
17230
- "bytesInOutput": 4540
17225
+ "bytesInOutput": 4294
17231
17226
  },
17232
17227
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17233
17228
  "bytesInOutput": 2811
@@ -17239,7 +17234,7 @@
17239
17234
  "bytesInOutput": 1170
17240
17235
  },
17241
17236
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17242
- "bytesInOutput": 9672
17237
+ "bytesInOutput": 9668
17243
17238
  },
17244
17239
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
17245
17240
  "bytesInOutput": 2802
@@ -17248,7 +17243,7 @@
17248
17243
  "bytesInOutput": 394
17249
17244
  },
17250
17245
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
17251
- "bytesInOutput": 1347
17246
+ "bytesInOutput": 1373
17252
17247
  },
17253
17248
  "src/Prebuilt/components/Polls/common/VoteCount.tsx": {
17254
17249
  "bytesInOutput": 587
@@ -17257,19 +17252,19 @@
17257
17252
  "bytesInOutput": 865
17258
17253
  },
17259
17254
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
17260
- "bytesInOutput": 4621
17255
+ "bytesInOutput": 4667
17261
17256
  },
17262
17257
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
17263
- "bytesInOutput": 5422
17258
+ "bytesInOutput": 5476
17264
17259
  },
17265
17260
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
17266
17261
  "bytesInOutput": 10158
17267
17262
  },
17268
17263
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
17269
- "bytesInOutput": 2034
17264
+ "bytesInOutput": 2546
17270
17265
  },
17271
17266
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
17272
- "bytesInOutput": 5842
17267
+ "bytesInOutput": 6096
17273
17268
  },
17274
17269
  "src/Prebuilt/components/Polls/common/utils.ts": {
17275
17270
  "bytesInOutput": 837
@@ -17323,7 +17318,7 @@
17323
17318
  "bytesInOutput": 1528
17324
17319
  },
17325
17320
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
17326
- "bytesInOutput": 3164
17321
+ "bytesInOutput": 3165
17327
17322
  },
17328
17323
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17329
17324
  "bytesInOutput": 11568
@@ -17338,7 +17333,7 @@
17338
17333
  "bytesInOutput": 926
17339
17334
  },
17340
17335
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17341
- "bytesInOutput": 17147
17336
+ "bytesInOutput": 17543
17342
17337
  },
17343
17338
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
17344
17339
  "bytesInOutput": 8560
@@ -17353,7 +17348,7 @@
17353
17348
  "bytesInOutput": 1440
17354
17349
  },
17355
17350
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17356
- "bytesInOutput": 11726
17351
+ "bytesInOutput": 11558
17357
17352
  },
17358
17353
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17359
17354
  "bytesInOutput": 3529
@@ -17362,7 +17357,7 @@
17362
17357
  "bytesInOutput": 1403
17363
17358
  },
17364
17359
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
17365
- "bytesInOutput": 827
17360
+ "bytesInOutput": 828
17366
17361
  },
17367
17362
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
17368
17363
  "bytesInOutput": 6242
@@ -17425,7 +17420,7 @@
17425
17420
  "bytesInOutput": 3422
17426
17421
  },
17427
17422
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17428
- "bytesInOutput": 11807
17423
+ "bytesInOutput": 11808
17429
17424
  },
17430
17425
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17431
17426
  "bytesInOutput": 2764
@@ -17440,13 +17435,13 @@
17440
17435
  "bytesInOutput": 5183
17441
17436
  },
17442
17437
  "src/Prebuilt/components/Pagination.tsx": {
17443
- "bytesInOutput": 2118
17438
+ "bytesInOutput": 2119
17444
17439
  },
17445
17440
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
17446
17441
  "bytesInOutput": 1620
17447
17442
  },
17448
17443
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17449
- "bytesInOutput": 4489
17444
+ "bytesInOutput": 4490
17450
17445
  },
17451
17446
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17452
17447
  "bytesInOutput": 2453
@@ -17476,7 +17471,7 @@
17476
17471
  "bytesInOutput": 3475
17477
17472
  },
17478
17473
  "src/Prebuilt/common/PeersSorter.ts": {
17479
- "bytesInOutput": 3604
17474
+ "bytesInOutput": 3605
17480
17475
  },
17481
17476
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17482
17477
  "bytesInOutput": 4705
@@ -17515,7 +17510,7 @@
17515
17510
  "bytesInOutput": 595
17516
17511
  },
17517
17512
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17518
- "bytesInOutput": 835
17513
+ "bytesInOutput": 833
17519
17514
  },
17520
17515
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17521
17516
  "bytesInOutput": 3728
@@ -17554,7 +17549,7 @@
17554
17549
  "bytesInOutput": 2182
17555
17550
  },
17556
17551
  "src/Prebuilt/components/Header/common.jsx": {
17557
- "bytesInOutput": 7389
17552
+ "bytesInOutput": 7375
17558
17553
  },
17559
17554
  "src/Prebuilt/components/Header/Header.tsx": {
17560
17555
  "bytesInOutput": 2332
@@ -17566,7 +17561,7 @@
17566
17561
  "bytesInOutput": 1024
17567
17562
  },
17568
17563
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17569
- "bytesInOutput": 9089
17564
+ "bytesInOutput": 8920
17570
17565
  },
17571
17566
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17572
17567
  "bytesInOutput": 4366
@@ -17599,7 +17594,7 @@
17599
17594
  "bytesInOutput": 1817
17600
17595
  },
17601
17596
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17602
- "bytesInOutput": 8710
17597
+ "bytesInOutput": 8711
17603
17598
  },
17604
17599
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17605
17600
  "bytesInOutput": 2394
@@ -17635,7 +17630,7 @@
17635
17630
  "bytesInOutput": 2248
17636
17631
  },
17637
17632
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17638
- "bytesInOutput": 8886
17633
+ "bytesInOutput": 8889
17639
17634
  },
17640
17635
  "src/Prebuilt/components/Notifications/index.tsx": {
17641
17636
  "bytesInOutput": 173
@@ -17683,7 +17678,7 @@
17683
17678
  "bytesInOutput": 2980
17684
17679
  }
17685
17680
  },
17686
- "bytes": 1558616
17681
+ "bytes": 1561066
17687
17682
  }
17688
17683
  }
17689
17684
  }