@100mslive/roomkit-react 0.1.2-alpha.1 → 0.1.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 (61) hide show
  1. package/dist/{ActiveSpeakerView-N7C6WL27.js → ActiveSpeakerView-CLXH5CT7.js} +6 -6
  2. package/dist/{ActiveSpeakerView-ZOCC7LQW.css → ActiveSpeakerView-KIIG3P3H.css} +2 -2
  3. package/dist/{PinnedTrackView-RIL5IW5A.css.map → ActiveSpeakerView-KIIG3P3H.css.map} +1 -1
  4. package/dist/{HLSView-OVDMVJX5.css → HLSView-2BZD2FSZ.css} +2 -2
  5. package/dist/{HLSView-OVDMVJX5.css.map → HLSView-2BZD2FSZ.css.map} +1 -1
  6. package/dist/{HLSView-3ILTIGBT.js → HLSView-RIXB2GY3.js} +5 -5
  7. package/dist/{PinnedTrackView-RIL5IW5A.css → PinnedTrackView-IKIDDCHG.css} +2 -2
  8. package/dist/{conference-AIOOA5ON.css.map → PinnedTrackView-IKIDDCHG.css.map} +1 -1
  9. package/dist/{PinnedTrackView-6N6N5WOF.js → PinnedTrackView-ZGNZXO4J.js} +6 -6
  10. package/dist/{VirtualBackground-R3JHARN5.js → VirtualBackground-PPX7DVS3.js} +3 -3
  11. package/dist/{chunk-G56Z3JA5.js → chunk-CIV5V5QF.js} +116 -126
  12. package/dist/chunk-CIV5V5QF.js.map +7 -0
  13. package/dist/{chunk-DH3QSV4E.js → chunk-E7WZYH2U.js} +3 -3
  14. package/dist/chunk-E7WZYH2U.js.map +7 -0
  15. package/dist/{chunk-DRKV2LAC.js → chunk-G24GH7QG.js} +7 -6
  16. package/dist/chunk-G24GH7QG.js.map +7 -0
  17. package/dist/{chunk-INRXWU7L.js → chunk-GEPWMIT4.js} +2 -2
  18. package/dist/{chunk-TZJCHZPD.js → chunk-LMSP5ETL.js} +594 -581
  19. package/dist/chunk-LMSP5ETL.js.map +7 -0
  20. package/dist/{conference-AIOOA5ON.css → conference-IQN7SXQI.css} +2 -2
  21. package/dist/{ActiveSpeakerView-ZOCC7LQW.css.map → conference-IQN7SXQI.css.map} +1 -1
  22. package/dist/{conference-IKSFGLVK.js → conference-ORQKXGY3.js} +11 -11
  23. package/dist/index.cjs.css +1 -1
  24. package/dist/index.cjs.css.map +1 -1
  25. package/dist/index.cjs.js +951 -953
  26. package/dist/index.cjs.js.map +3 -3
  27. package/dist/index.css +1 -1
  28. package/dist/index.css.map +1 -1
  29. package/dist/index.js +4 -4
  30. package/dist/meta.cjs.json +72 -54
  31. package/dist/meta.esbuild.json +160 -142
  32. package/dist/{transcription-XYVVYRAS.js → transcription-ETHBK5TS.js} +3 -3
  33. package/package.json +7 -7
  34. package/src/Button/Button.tsx +6 -2
  35. package/src/Loading/Loading.tsx +1 -1
  36. package/src/Prebuilt/App.jsx +4 -1
  37. package/src/Prebuilt/Prebuilt.stories.tsx +4 -0
  38. package/src/Prebuilt/components/AppData/useUISettings.js +6 -2
  39. package/src/Prebuilt/components/Chip.jsx +1 -0
  40. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +1 -0
  41. package/src/Prebuilt/components/Notifications/PeerNotifications.jsx +2 -1
  42. package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +13 -44
  43. package/src/Prebuilt/components/Preview/PreviewContainer.jsx +4 -1
  44. package/src/Prebuilt/components/Preview/PreviewForm.jsx +5 -7
  45. package/src/Prebuilt/components/Preview/PreviewJoin.jsx +9 -5
  46. package/src/Prebuilt/components/TileMenu.jsx +10 -17
  47. package/src/Theme/base.config.ts +3 -3
  48. package/src/Theme/stitches.config.ts +2 -1
  49. package/src/VideoTile/StyledVideoTile.tsx +1 -1
  50. package/dist/chunk-DH3QSV4E.js.map +0 -7
  51. package/dist/chunk-DRKV2LAC.js.map +0 -7
  52. package/dist/chunk-G56Z3JA5.js.map +0 -7
  53. package/dist/chunk-TZJCHZPD.js.map +0 -7
  54. package/src/assets/android-perm-0.png +0 -0
  55. /package/dist/{ActiveSpeakerView-N7C6WL27.js.map → ActiveSpeakerView-CLXH5CT7.js.map} +0 -0
  56. /package/dist/{HLSView-3ILTIGBT.js.map → HLSView-RIXB2GY3.js.map} +0 -0
  57. /package/dist/{PinnedTrackView-6N6N5WOF.js.map → PinnedTrackView-ZGNZXO4J.js.map} +0 -0
  58. /package/dist/{VirtualBackground-R3JHARN5.js.map → VirtualBackground-PPX7DVS3.js.map} +0 -0
  59. /package/dist/{chunk-INRXWU7L.js.map → chunk-GEPWMIT4.js.map} +0 -0
  60. /package/dist/{conference-IKSFGLVK.js.map → conference-ORQKXGY3.js.map} +0 -0
  61. /package/dist/{transcription-XYVVYRAS.js.map → transcription-ETHBK5TS.js.map} +0 -0
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* ../../../../../../../tmp/tmp-2702-YphCDdKcIqW7/189cb8f5dde1/Whiteboard.css */
1
+ /* ../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css */
2
2
  .c-bUEyht-jvfJsl-side-right > button:nth-child(1) {
3
3
  display: none;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../../../../../../tmp/tmp-2702-YphCDdKcIqW7/189cb8f5dde1/Whiteboard.css"],
3
+ "sources": ["../../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css"],
4
4
  "sourcesContent": ["/* Hide undo and redo buttons */\n.c-bUEyht-jvfJsl-side-right > button:nth-child(1) {\n display: none;\n}\n\n.c-bUEyht-jvfJsl-side-right > button:nth-child(2) {\n display: none;\n}\n\n#TD-PrimaryTools-Image {\n display: none;\n}\n"],
5
5
  "mappings": ";AACA,CAAC,2BAA2B,EAAE,MAAM;AAClC,WAAS;AACX;AAEA,CAAC,2BAA2B,EAAE,MAAM;AAClC,WAAS;AACX;AAEA,CAAC;AACC,WAAS;AACX;",
6
6
  "names": []
package/dist/index.js CHANGED
@@ -39,15 +39,15 @@ import {
39
39
  getLeft,
40
40
  useBorderAudioLevel,
41
41
  useTheme
42
- } from "./chunk-TZJCHZPD.js";
42
+ } from "./chunk-LMSP5ETL.js";
43
43
  import {
44
44
  Loading
45
- } from "./chunk-DH3QSV4E.js";
45
+ } from "./chunk-E7WZYH2U.js";
46
46
  import {
47
47
  Box,
48
48
  Flex,
49
49
  Text
50
- } from "./chunk-INRXWU7L.js";
50
+ } from "./chunk-GEPWMIT4.js";
51
51
  import {
52
52
  IconButton,
53
53
  Tooltip,
@@ -64,7 +64,7 @@ import {
64
64
  styled,
65
65
  textEllipsis,
66
66
  theme
67
- } from "./chunk-DRKV2LAC.js";
67
+ } from "./chunk-G24GH7QG.js";
68
68
  export {
69
69
  Accordion,
70
70
  Avatar,
@@ -5,7 +5,7 @@
5
5
  "imports": []
6
6
  },
7
7
  "src/Theme/base.config.ts": {
8
- "bytes": 6053,
8
+ "bytes": 6105,
9
9
  "imports": [
10
10
  {
11
11
  "path": "@stitches/react",
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Theme/stitches.config.ts": {
29
- "bytes": 2138,
29
+ "bytes": 2173,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@stitches/react",
@@ -173,7 +173,7 @@
173
173
  "format": "esm"
174
174
  },
175
175
  "src/Loading/Loading.tsx": {
176
- "bytes": 771,
176
+ "bytes": 767,
177
177
  "imports": [
178
178
  {
179
179
  "path": "react",
@@ -221,7 +221,7 @@
221
221
  "format": "esm"
222
222
  },
223
223
  "src/Button/Button.tsx": {
224
- "bytes": 4647,
224
+ "bytes": 4741,
225
225
  "imports": [
226
226
  {
227
227
  "path": "react",
@@ -842,7 +842,7 @@
842
842
  "format": "esm"
843
843
  },
844
844
  "src/VideoTile/StyledVideoTile.tsx": {
845
- "bytes": 2895,
845
+ "bytes": 2898,
846
846
  "imports": [
847
847
  {
848
848
  "path": "src/Layout/index.tsx",
@@ -1875,7 +1875,7 @@
1875
1875
  "format": "esm"
1876
1876
  },
1877
1877
  "src/Prebuilt/components/AppData/useUISettings.js": {
1878
- "bytes": 4840,
1878
+ "bytes": 5109,
1879
1879
  "imports": [
1880
1880
  {
1881
1881
  "path": "react",
@@ -2565,7 +2565,7 @@
2565
2565
  "format": "esm"
2566
2566
  },
2567
2567
  "src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
2568
- "bytes": 1473,
2568
+ "bytes": 1606,
2569
2569
  "imports": [
2570
2570
  {
2571
2571
  "path": "react",
@@ -2587,6 +2587,11 @@
2587
2587
  "kind": "import-statement",
2588
2588
  "original": "../AppData/useUISettings"
2589
2589
  },
2590
+ {
2591
+ "path": "src/Prebuilt/common/utils.js",
2592
+ "kind": "import-statement",
2593
+ "original": "../../common/utils"
2594
+ },
2590
2595
  {
2591
2596
  "path": "src/Prebuilt/common/constants.js",
2592
2597
  "kind": "import-statement",
@@ -2600,10 +2605,6 @@
2600
2605
  ],
2601
2606
  "format": "esm"
2602
2607
  },
2603
- "src/assets/android-perm-0.png": {
2604
- "bytes": 14636,
2605
- "imports": []
2606
- },
2607
2608
  "src/assets/android-perm-1.png": {
2608
2609
  "bytes": 7790,
2609
2610
  "imports": []
@@ -2613,7 +2614,7 @@
2613
2614
  "imports": []
2614
2615
  },
2615
2616
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
2616
- "bytes": 5704,
2617
+ "bytes": 4537,
2617
2618
  "imports": [
2618
2619
  {
2619
2620
  "path": "react",
@@ -2635,11 +2636,6 @@
2635
2636
  "kind": "import-statement",
2636
2637
  "original": "../../../"
2637
2638
  },
2638
- {
2639
- "path": "src/assets/android-perm-0.png",
2640
- "kind": "import-statement",
2641
- "original": "../../../assets/android-perm-0.png"
2642
- },
2643
2639
  {
2644
2640
  "path": "src/assets/android-perm-1.png",
2645
2641
  "kind": "import-statement",
@@ -4888,8 +4884,13 @@
4888
4884
  "format": "esm"
4889
4885
  },
4890
4886
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
4891
- "bytes": 2655,
4887
+ "bytes": 2682,
4892
4888
  "imports": [
4889
+ {
4890
+ "path": "react",
4891
+ "kind": "import-statement",
4892
+ "external": true
4893
+ },
4893
4894
  {
4894
4895
  "path": "@100mslive/react-icons",
4895
4896
  "kind": "import-statement",
@@ -4990,8 +4991,13 @@
4990
4991
  "format": "esm"
4991
4992
  },
4992
4993
  "src/Prebuilt/components/Chip.jsx": {
4993
- "bytes": 553,
4994
+ "bytes": 580,
4994
4995
  "imports": [
4996
+ {
4997
+ "path": "react",
4998
+ "kind": "import-statement",
4999
+ "external": true
5000
+ },
4995
5001
  {
4996
5002
  "path": "src/Layout/index.tsx",
4997
5003
  "kind": "import-statement",
@@ -5344,7 +5350,7 @@
5344
5350
  "format": "esm"
5345
5351
  },
5346
5352
  "src/Prebuilt/components/Preview/PreviewForm.jsx": {
5347
- "bytes": 2404,
5353
+ "bytes": 2334,
5348
5354
  "imports": [
5349
5355
  {
5350
5356
  "path": "react",
@@ -5482,7 +5488,7 @@
5482
5488
  "format": "esm"
5483
5489
  },
5484
5490
  "src/Prebuilt/components/Preview/PreviewJoin.jsx": {
5485
- "bytes": 8349,
5491
+ "bytes": 8506,
5486
5492
  "imports": [
5487
5493
  {
5488
5494
  "path": "react",
@@ -5619,7 +5625,7 @@
5619
5625
  "format": "esm"
5620
5626
  },
5621
5627
  "src/Prebuilt/components/Preview/PreviewContainer.jsx": {
5622
- "bytes": 2149,
5628
+ "bytes": 2399,
5623
5629
  "imports": [
5624
5630
  {
5625
5631
  "path": "react",
@@ -5651,6 +5657,11 @@
5651
5657
  "kind": "import-statement",
5652
5658
  "original": "../../layouts/SidePane"
5653
5659
  },
5660
+ {
5661
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
5662
+ "kind": "import-statement",
5663
+ "original": "../../provider/roomLayoutProvider"
5664
+ },
5654
5665
  {
5655
5666
  "path": "src/Prebuilt/components/FullPageProgress.jsx",
5656
5667
  "kind": "import-statement",
@@ -6060,7 +6071,7 @@
6060
6071
  "format": "esm"
6061
6072
  },
6062
6073
  "src/Prebuilt/components/TileMenu.jsx": {
6063
- "bytes": 9624,
6074
+ "bytes": 9412,
6064
6075
  "imports": [
6065
6076
  {
6066
6077
  "path": "react",
@@ -6653,7 +6664,7 @@
6653
6664
  "format": "cjs"
6654
6665
  },
6655
6666
  "../hms-video-web/dist/index.js": {
6656
- "bytes": 241777,
6667
+ "bytes": 241864,
6657
6668
  "imports": [
6658
6669
  {
6659
6670
  "path": "uuid",
@@ -6772,7 +6783,7 @@
6772
6783
  "format": "esm"
6773
6784
  },
6774
6785
  "../hms-video-store/dist/index.js": {
6775
- "bytes": 65160,
6786
+ "bytes": 65238,
6776
6787
  "imports": [
6777
6788
  {
6778
6789
  "path": "../../node_modules/reselect/es/index.js",
@@ -7508,7 +7519,7 @@
7508
7519
  ],
7509
7520
  "format": "esm"
7510
7521
  },
7511
- "../../../../../../../tmp/tmp-2702-mVSQBPWREqvj/189cb8f5d8a0/Whiteboard.css": {
7522
+ "../../../../../../../tmp/tmp-2726-4wi9ovc6ZNA2/189e3fe29820/Whiteboard.css": {
7512
7523
  "bytes": 221,
7513
7524
  "imports": []
7514
7525
  },
@@ -7531,7 +7542,7 @@
7531
7542
  "original": "./useMultiplayerState"
7532
7543
  },
7533
7544
  {
7534
- "path": "../../../../../../../tmp/tmp-2702-mVSQBPWREqvj/189cb8f5d8a0/Whiteboard.css",
7545
+ "path": "../../../../../../../tmp/tmp-2726-4wi9ovc6ZNA2/189e3fe29820/Whiteboard.css",
7535
7546
  "kind": "import-statement",
7536
7547
  "original": "./Whiteboard.css"
7537
7548
  },
@@ -9826,7 +9837,7 @@
9826
9837
  "format": "esm"
9827
9838
  },
9828
9839
  "src/Prebuilt/App.jsx": {
9829
- "bytes": 9452,
9840
+ "bytes": 9748,
9830
9841
  "imports": [
9831
9842
  {
9832
9843
  "path": "react",
@@ -10200,7 +10211,7 @@
10200
10211
  "imports": [],
10201
10212
  "exports": [],
10202
10213
  "inputs": {},
10203
- "bytes": 2069795
10214
+ "bytes": 2070813
10204
10215
  },
10205
10216
  "dist/index.cjs.js": {
10206
10217
  "imports": [
@@ -11274,6 +11285,11 @@
11274
11285
  "kind": "require-call",
11275
11286
  "external": true
11276
11287
  },
11288
+ {
11289
+ "path": "react",
11290
+ "kind": "require-call",
11291
+ "external": true
11292
+ },
11277
11293
  {
11278
11294
  "path": "@100mslive/react-icons",
11279
11295
  "kind": "require-call",
@@ -11304,6 +11320,11 @@
11304
11320
  "kind": "require-call",
11305
11321
  "external": true
11306
11322
  },
11323
+ {
11324
+ "path": "react",
11325
+ "kind": "require-call",
11326
+ "external": true
11327
+ },
11307
11328
  {
11308
11329
  "path": "@100mslive/react-icons",
11309
11330
  "kind": "require-call",
@@ -12365,13 +12386,13 @@
12365
12386
  "cssBundle": "dist/index.cjs.css",
12366
12387
  "inputs": {
12367
12388
  "<define:process.env>": {
12368
- "bytesInOutput": 18605
12389
+ "bytesInOutput": 18547
12369
12390
  },
12370
12391
  "src/Theme/base.config.ts": {
12371
- "bytesInOutput": 6052
12392
+ "bytesInOutput": 6104
12372
12393
  },
12373
12394
  "src/Theme/stitches.config.ts": {
12374
- "bytesInOutput": 2243
12395
+ "bytesInOutput": 2282
12375
12396
  },
12376
12397
  "src/Theme/useSSR.tsx": {
12377
12398
  "bytesInOutput": 638
@@ -12392,7 +12413,7 @@
12392
12413
  "bytesInOutput": 145
12393
12414
  },
12394
12415
  "src/Loading/Loading.tsx": {
12395
- "bytesInOutput": 1020
12416
+ "bytesInOutput": 1010
12396
12417
  },
12397
12418
  "src/Loading/index.ts": {
12398
12419
  "bytesInOutput": 134
@@ -12401,7 +12422,7 @@
12401
12422
  "bytesInOutput": 417
12402
12423
  },
12403
12424
  "src/Button/Button.tsx": {
12404
- "bytesInOutput": 5241
12425
+ "bytesInOutput": 5358
12405
12426
  },
12406
12427
  "src/Button/index.tsx": {
12407
12428
  "bytesInOutput": 132
@@ -12479,7 +12500,7 @@
12479
12500
  "bytesInOutput": 129
12480
12501
  },
12481
12502
  "src/VideoTile/StyledVideoTile.tsx": {
12482
- "bytesInOutput": 3263
12503
+ "bytesInOutput": 3266
12483
12504
  },
12484
12505
  "src/VideoTile/index.tsx": {
12485
12506
  "bytesInOutput": 146
@@ -12623,7 +12644,7 @@
12623
12644
  "bytesInOutput": 1640
12624
12645
  },
12625
12646
  "src/Prebuilt/components/AppData/useUISettings.js": {
12626
- "bytesInOutput": 5586
12647
+ "bytesInOutput": 5979
12627
12648
  },
12628
12649
  "src/Prebuilt/common/utils.js": {
12629
12650
  "bytesInOutput": 1108
@@ -12683,10 +12704,7 @@
12683
12704
  "bytesInOutput": 1278
12684
12705
  },
12685
12706
  "src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
12686
- "bytesInOutput": 1906
12687
- },
12688
- "src/assets/android-perm-0.png": {
12689
- "bytesInOutput": 19679
12707
+ "bytesInOutput": 2071
12690
12708
  },
12691
12709
  "src/assets/android-perm-1.png": {
12692
12710
  "bytesInOutput": 10551
@@ -12695,7 +12713,7 @@
12695
12713
  "bytesInOutput": 12059
12696
12714
  },
12697
12715
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
12698
- "bytesInOutput": 5752
12716
+ "bytesInOutput": 4828
12699
12717
  },
12700
12718
  "src/Prebuilt/components/Notifications/ReconnectNotifications.jsx": {
12701
12719
  "bytesInOutput": 3482
@@ -12851,13 +12869,13 @@
12851
12869
  "bytesInOutput": 1730
12852
12870
  },
12853
12871
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
12854
- "bytesInOutput": 3081
12872
+ "bytesInOutput": 3349
12855
12873
  },
12856
12874
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12857
12875
  "bytesInOutput": 4644
12858
12876
  },
12859
12877
  "src/Prebuilt/components/Chip.jsx": {
12860
- "bytesInOutput": 784
12878
+ "bytesInOutput": 916
12861
12879
  },
12862
12880
  "src/Prebuilt/components/Connection/TileConnection.jsx": {
12863
12881
  "bytesInOutput": 1229
@@ -12884,7 +12902,7 @@
12884
12902
  "bytesInOutput": 6093
12885
12903
  },
12886
12904
  "src/Prebuilt/components/Preview/PreviewForm.jsx": {
12887
- "bytesInOutput": 3205
12905
+ "bytesInOutput": 3163
12888
12906
  },
12889
12907
  "src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
12890
12908
  "bytesInOutput": 2273
@@ -12893,19 +12911,19 @@
12893
12911
  "bytesInOutput": 4380
12894
12912
  },
12895
12913
  "src/Prebuilt/components/Preview/PreviewJoin.jsx": {
12896
- "bytesInOutput": 10558
12914
+ "bytesInOutput": 10779
12897
12915
  },
12898
12916
  "src/Prebuilt/components/hooks/useSkipPreview.jsx": {
12899
12917
  "bytesInOutput": 1133
12900
12918
  },
12901
12919
  "src/Prebuilt/components/Preview/PreviewContainer.jsx": {
12902
- "bytesInOutput": 2712
12920
+ "bytesInOutput": 3077
12903
12921
  },
12904
12922
  "src/Prebuilt/components/Toast/Toast.jsx": {
12905
- "bytesInOutput": 773
12923
+ "bytesInOutput": 776
12906
12924
  },
12907
12925
  "src/Prebuilt/components/Toast/ToastContainer.jsx": {
12908
- "bytesInOutput": 1404
12926
+ "bytesInOutput": 1411
12909
12927
  },
12910
12928
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12911
12929
  "bytesInOutput": 4194
@@ -12932,7 +12950,7 @@
12932
12950
  "bytesInOutput": 1362
12933
12951
  },
12934
12952
  "src/Prebuilt/components/TileMenu.jsx": {
12935
- "bytesInOutput": 11659
12953
+ "bytesInOutput": 11418
12936
12954
  },
12937
12955
  "src/Prebuilt/components/ScreenshareTile.jsx": {
12938
12956
  "bytesInOutput": 4236
@@ -13001,10 +13019,10 @@
13001
13019
  "bytesInOutput": 615
13002
13020
  },
13003
13021
  "../hms-video-web/dist/index.js": {
13004
- "bytesInOutput": 23486
13022
+ "bytesInOutput": 23478
13005
13023
  },
13006
13024
  "../hms-video-store/dist/index.js": {
13007
- "bytesInOutput": 21408
13025
+ "bytesInOutput": 21509
13008
13026
  },
13009
13027
  "src/Prebuilt/common/PeersSorter.js": {
13010
13028
  "bytesInOutput": 3234
@@ -13205,7 +13223,7 @@
13205
13223
  "bytesInOutput": 6602
13206
13224
  },
13207
13225
  "src/Prebuilt/App.jsx": {
13208
- "bytesInOutput": 12768
13226
+ "bytesInOutput": 12787
13209
13227
  },
13210
13228
  "src/Prebuilt/index.js": {
13211
13229
  "bytesInOutput": 131
@@ -13217,7 +13235,7 @@
13217
13235
  "bytesInOutput": 2759
13218
13236
  }
13219
13237
  },
13220
- "bytes": 1170434
13238
+ "bytes": 1151323
13221
13239
  },
13222
13240
  "dist/index.cjs.css.map": {
13223
13241
  "imports": [],
@@ -13228,7 +13246,7 @@
13228
13246
  "dist/index.cjs.css": {
13229
13247
  "imports": [],
13230
13248
  "inputs": {
13231
- "../../../../../../../tmp/tmp-2702-mVSQBPWREqvj/189cb8f5d8a0/Whiteboard.css": {
13249
+ "../../../../../../../tmp/tmp-2726-4wi9ovc6ZNA2/189e3fe29820/Whiteboard.css": {
13232
13250
  "bytesInOutput": 186
13233
13251
  }
13234
13252
  },