@100mslive/roomkit-react 0.3.20 → 0.3.21-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 (41) hide show
  1. package/README.md +6 -6
  2. package/dist/{HLSView-E242LM6X.css → HLSView-3CVLSXRH.css} +3 -3
  3. package/dist/{HLSView-E242LM6X.css.map → HLSView-3CVLSXRH.css.map} +1 -1
  4. package/dist/{HLSView-6QAHWMQF.js → HLSView-3JERKVTE.js} +63 -47
  5. package/dist/HLSView-3JERKVTE.js.map +7 -0
  6. package/dist/Prebuilt/AppContext.d.ts +1 -1
  7. package/dist/Prebuilt/components/AuthToken.d.ts +1 -1
  8. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -0
  9. package/dist/Prebuilt/components/peerTileUtils.d.ts +7 -0
  10. package/dist/{chunk-ACEDLM3B.js → chunk-J5FLGI2T.js} +541 -510
  11. package/dist/chunk-J5FLGI2T.js.map +7 -0
  12. package/dist/index.cjs.css +2 -2
  13. package/dist/index.cjs.css.map +1 -1
  14. package/dist/index.cjs.js +608 -561
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.css +2 -2
  17. package/dist/index.css.map +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/meta.cjs.json +89 -69
  20. package/dist/meta.esbuild.json +101 -81
  21. package/package.json +7 -7
  22. package/src/Prebuilt/App.tsx +5 -5
  23. package/src/Prebuilt/AppContext.tsx +1 -1
  24. package/src/Prebuilt/components/AuthToken.tsx +1 -1
  25. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +24 -4
  26. package/src/Prebuilt/components/Header/common.jsx +5 -3
  27. package/src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx +13 -3
  28. package/src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx +1 -1
  29. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +1 -1
  30. package/src/Prebuilt/components/ScreenshareTile.tsx +2 -2
  31. package/src/Prebuilt/components/Settings/SettingsModal.jsx +1 -2
  32. package/src/Prebuilt/components/TileMenu/TileMenu.tsx +7 -6
  33. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +3 -3
  34. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +4 -2
  35. package/src/Prebuilt/components/VideoTile.tsx +2 -2
  36. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +13 -1
  37. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -2
  38. package/src/Prebuilt/components/{peerTileUtils.jsx → peerTileUtils.tsx} +21 -6
  39. package/src/Prebuilt/layouts/HLSView.jsx +2 -5
  40. package/dist/HLSView-6QAHWMQF.js.map +0 -7
  41. package/dist/chunk-ACEDLM3B.js.map +0 -7
@@ -2369,7 +2369,7 @@
2369
2369
  "format": "esm"
2370
2370
  },
2371
2371
  "src/Prebuilt/AppContext.tsx": {
2372
- "bytes": 869,
2372
+ "bytes": 881,
2373
2373
  "imports": [
2374
2374
  {
2375
2375
  "path": "react",
@@ -2390,7 +2390,7 @@
2390
2390
  "format": "esm"
2391
2391
  },
2392
2392
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
2393
- "bytes": 3598,
2393
+ "bytes": 3789,
2394
2394
  "imports": [
2395
2395
  {
2396
2396
  "path": "@100mslive/hms-virtual-background/hmsvbplugin",
@@ -2585,7 +2585,7 @@
2585
2585
  "imports": []
2586
2586
  },
2587
2587
  "src/Prebuilt/components/AuthToken.tsx": {
2588
- "bytes": 5170,
2588
+ "bytes": 5171,
2589
2589
  "imports": [
2590
2590
  {
2591
2591
  "path": "react",
@@ -3006,7 +3006,7 @@
3006
3006
  "format": "esm"
3007
3007
  },
3008
3008
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3009
- "bytes": 9473,
3009
+ "bytes": 9451,
3010
3010
  "imports": [
3011
3011
  {
3012
3012
  "path": "react",
@@ -5749,7 +5749,7 @@
5749
5749
  "format": "cjs"
5750
5750
  },
5751
5751
  "../hms-video-store/dist/index.js": {
5752
- "bytes": 368242,
5752
+ "bytes": 368411,
5753
5753
  "imports": [
5754
5754
  {
5755
5755
  "path": "../../node_modules/reselect/es/index.js",
@@ -5961,7 +5961,7 @@
5961
5961
  "format": "esm"
5962
5962
  },
5963
5963
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
5964
- "bytes": 3152,
5964
+ "bytes": 3309,
5965
5965
  "imports": [
5966
5966
  {
5967
5967
  "path": "react",
@@ -6007,7 +6007,7 @@
6007
6007
  "format": "esm"
6008
6008
  },
6009
6009
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
6010
- "bytes": 2330,
6010
+ "bytes": 2372,
6011
6011
  "imports": [
6012
6012
  {
6013
6013
  "path": "react",
@@ -9586,6 +9586,22 @@
9586
9586
  ],
9587
9587
  "format": "esm"
9588
9588
  },
9589
+ "src/Prebuilt/components/peerTileUtils.tsx": {
9590
+ "bytes": 1529,
9591
+ "imports": [
9592
+ {
9593
+ "path": "@100mslive/react-sdk",
9594
+ "kind": "import-statement",
9595
+ "external": true
9596
+ },
9597
+ {
9598
+ "path": "<define:process.env>",
9599
+ "kind": "import-statement",
9600
+ "external": true
9601
+ }
9602
+ ],
9603
+ "format": "esm"
9604
+ },
9589
9605
  "src/Prebuilt/components/TileMenu/utils.ts": {
9590
9606
  "bytes": 214,
9591
9607
  "imports": [
@@ -9598,7 +9614,7 @@
9598
9614
  "format": "esm"
9599
9615
  },
9600
9616
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
9601
- "bytes": 12236,
9617
+ "bytes": 12271,
9602
9618
  "imports": [
9603
9619
  {
9604
9620
  "path": "react",
@@ -9689,7 +9705,7 @@
9689
9705
  "format": "esm"
9690
9706
  },
9691
9707
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
9692
- "bytes": 5158,
9708
+ "bytes": 5392,
9693
9709
  "imports": [
9694
9710
  {
9695
9711
  "path": "react",
@@ -9741,6 +9757,11 @@
9741
9757
  "kind": "import-statement",
9742
9758
  "original": "../MoreSettings/ChangeNameModal"
9743
9759
  },
9760
+ {
9761
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9762
+ "kind": "import-statement",
9763
+ "original": "../peerTileUtils"
9764
+ },
9744
9765
  {
9745
9766
  "path": "src/Prebuilt/components/RoleChangeModal.tsx",
9746
9767
  "kind": "import-statement",
@@ -9779,19 +9800,8 @@
9779
9800
  ],
9780
9801
  "format": "esm"
9781
9802
  },
9782
- "src/Prebuilt/components/peerTileUtils.jsx": {
9783
- "bytes": 1197,
9784
- "imports": [
9785
- {
9786
- "path": "<define:process.env>",
9787
- "kind": "import-statement",
9788
- "external": true
9789
- }
9790
- ],
9791
- "format": "esm"
9792
- },
9793
9803
  "src/Prebuilt/components/VideoTile.tsx": {
9794
- "bytes": 7106,
9804
+ "bytes": 7103,
9795
9805
  "imports": [
9796
9806
  {
9797
9807
  "path": "react",
@@ -9854,7 +9864,7 @@
9854
9864
  "original": "../../VideoTile"
9855
9865
  },
9856
9866
  {
9857
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
9867
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9858
9868
  "kind": "import-statement",
9859
9869
  "original": "./peerTileUtils"
9860
9870
  },
@@ -9959,7 +9969,7 @@
9959
9969
  "format": "esm"
9960
9970
  },
9961
9971
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9962
- "bytes": 8900,
9972
+ "bytes": 8918,
9963
9973
  "imports": [
9964
9974
  {
9965
9975
  "path": "react",
@@ -10728,7 +10738,7 @@
10728
10738
  "format": "esm"
10729
10739
  },
10730
10740
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
10731
- "bytes": 2113,
10741
+ "bytes": 2301,
10732
10742
  "imports": [
10733
10743
  {
10734
10744
  "path": "react",
@@ -10740,6 +10750,11 @@
10740
10750
  "kind": "import-statement",
10741
10751
  "external": true
10742
10752
  },
10753
+ {
10754
+ "path": "@100mslive/react-sdk",
10755
+ "kind": "import-statement",
10756
+ "external": true
10757
+ },
10743
10758
  {
10744
10759
  "path": "@100mslive/react-icons",
10745
10760
  "kind": "import-statement",
@@ -11110,7 +11125,7 @@
11110
11125
  "format": "esm"
11111
11126
  },
11112
11127
  "src/Prebuilt/components/ScreenshareTile.tsx": {
11113
- "bytes": 4479,
11128
+ "bytes": 4476,
11114
11129
  "imports": [
11115
11130
  {
11116
11131
  "path": "react",
@@ -11173,7 +11188,7 @@
11173
11188
  "original": "./LayoutModeSelector"
11174
11189
  },
11175
11190
  {
11176
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
11191
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
11177
11192
  "kind": "import-statement",
11178
11193
  "original": "./peerTileUtils"
11179
11194
  },
@@ -11276,7 +11291,7 @@
11276
11291
  ],
11277
11292
  "format": "esm"
11278
11293
  },
11279
- "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f20c2/tldraw.css": {
11294
+ "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e16502/tldraw.css": {
11280
11295
  "bytes": 80111,
11281
11296
  "imports": [
11282
11297
  {
@@ -11326,7 +11341,7 @@
11326
11341
  }
11327
11342
  ]
11328
11343
  },
11329
- "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f1f21/index.css": {
11344
+ "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e15e40/index.css": {
11330
11345
  "bytes": 597,
11331
11346
  "imports": [
11332
11347
  {
@@ -11335,7 +11350,7 @@
11335
11350
  "external": true
11336
11351
  },
11337
11352
  {
11338
- "path": "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f20c2/tldraw.css",
11353
+ "path": "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e16502/tldraw.css",
11339
11354
  "kind": "import-rule",
11340
11355
  "original": "@tldraw/tldraw/tldraw.css"
11341
11356
  }
@@ -11410,7 +11425,7 @@
11410
11425
  "original": "../../common/constants"
11411
11426
  },
11412
11427
  {
11413
- "path": "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f1f21/index.css",
11428
+ "path": "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e15e40/index.css",
11414
11429
  "kind": "import-statement",
11415
11430
  "original": "@100mslive/hms-whiteboard/index.css"
11416
11431
  },
@@ -11746,7 +11761,7 @@
11746
11761
  "format": "esm"
11747
11762
  },
11748
11763
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
11749
- "bytes": 1391,
11764
+ "bytes": 1973,
11750
11765
  "imports": [
11751
11766
  {
11752
11767
  "path": "react",
@@ -12266,7 +12281,7 @@
12266
12281
  "format": "esm"
12267
12282
  },
12268
12283
  "src/Prebuilt/layouts/HLSView.jsx": {
12269
- "bytes": 28639,
12284
+ "bytes": 28626,
12270
12285
  "imports": [
12271
12286
  {
12272
12287
  "path": "react",
@@ -12614,7 +12629,7 @@
12614
12629
  "format": "esm"
12615
12630
  },
12616
12631
  "src/Prebuilt/components/Header/common.jsx": {
12617
- "bytes": 5819,
12632
+ "bytes": 5774,
12618
12633
  "imports": [
12619
12634
  {
12620
12635
  "path": "react",
@@ -13742,7 +13757,7 @@
13742
13757
  "format": "esm"
13743
13758
  },
13744
13759
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
13745
- "bytes": 1639,
13760
+ "bytes": 1640,
13746
13761
  "imports": [
13747
13762
  {
13748
13763
  "path": "react",
@@ -14335,7 +14350,7 @@
14335
14350
  "format": "esm"
14336
14351
  },
14337
14352
  "src/Prebuilt/App.tsx": {
14338
- "bytes": 11109,
14353
+ "bytes": 11054,
14339
14354
  "imports": [
14340
14355
  {
14341
14356
  "path": "react",
@@ -15393,7 +15408,7 @@
15393
15408
  "imports": [],
15394
15409
  "exports": [],
15395
15410
  "inputs": {},
15396
- "bytes": 3626072
15411
+ "bytes": 3629596
15397
15412
  },
15398
15413
  "dist/index.cjs.js": {
15399
15414
  "imports": [
@@ -17687,6 +17702,11 @@
17687
17702
  "kind": "require-call",
17688
17703
  "external": true
17689
17704
  },
17705
+ {
17706
+ "path": "@100mslive/react-sdk",
17707
+ "kind": "require-call",
17708
+ "external": true
17709
+ },
17690
17710
  {
17691
17711
  "path": "@100mslive/react-icons",
17692
17712
  "kind": "require-call",
@@ -18633,7 +18653,7 @@
18633
18653
  "cssBundle": "dist/index.cjs.css",
18634
18654
  "inputs": {
18635
18655
  "<define:process.env>": {
18636
- "bytesInOutput": 17913
18656
+ "bytesInOutput": 18007
18637
18657
  },
18638
18658
  "src/Theme/base.config.ts": {
18639
18659
  "bytesInOutput": 6104
@@ -18795,7 +18815,7 @@
18795
18815
  "bytesInOutput": 143
18796
18816
  },
18797
18817
  "src/AudioLevel/useBorderAudioLevel.tsx": {
18798
- "bytesInOutput": 970
18818
+ "bytesInOutput": 968
18799
18819
  },
18800
18820
  "src/AudioLevel/audio-level.png": {
18801
18821
  "bytesInOutput": 983
@@ -18810,7 +18830,7 @@
18810
18830
  "bytesInOutput": 1076
18811
18831
  },
18812
18832
  "src/Stats/formatBytes.ts": {
18813
- "bytesInOutput": 633
18833
+ "bytesInOutput": 631
18814
18834
  },
18815
18835
  "src/Stats/StyledStats.tsx": {
18816
18836
  "bytesInOutput": 1004
@@ -18942,7 +18962,7 @@
18942
18962
  "bytesInOutput": 840
18943
18963
  },
18944
18964
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
18945
- "bytesInOutput": 5094
18965
+ "bytesInOutput": 5334
18946
18966
  },
18947
18967
  "src/Prebuilt/components/PIP/pipUtils.js": {
18948
18968
  "bytesInOutput": 4391
@@ -18996,7 +19016,7 @@
18996
19016
  "bytesInOutput": 2589
18997
19017
  },
18998
19018
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
18999
- "bytesInOutput": 11228
19019
+ "bytesInOutput": 11206
19000
19020
  },
19001
19021
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
19002
19022
  "bytesInOutput": 17283
@@ -19152,7 +19172,7 @@
19152
19172
  "bytesInOutput": 6467
19153
19173
  },
19154
19174
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
19155
- "bytesInOutput": 6276
19175
+ "bytesInOutput": 6261
19156
19176
  },
19157
19177
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
19158
19178
  "bytesInOutput": 1396
@@ -19176,7 +19196,7 @@
19176
19196
  "bytesInOutput": 22295
19177
19197
  },
19178
19198
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
19179
- "bytesInOutput": 12618
19199
+ "bytesInOutput": 12623
19180
19200
  },
19181
19201
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
19182
19202
  "bytesInOutput": 4575
@@ -19197,16 +19217,16 @@
19197
19217
  "bytesInOutput": 615
19198
19218
  },
19199
19219
  "../hms-video-store/dist/index.js": {
19200
- "bytesInOutput": 56896
19220
+ "bytesInOutput": 56904
19201
19221
  },
19202
19222
  "src/Prebuilt/components/Header/StreamActions.tsx": {
19203
19223
  "bytesInOutput": 11852
19204
19224
  },
19205
19225
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
19206
- "bytesInOutput": 4158
19226
+ "bytesInOutput": 4458
19207
19227
  },
19208
19228
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
19209
- "bytesInOutput": 2842
19229
+ "bytesInOutput": 2886
19210
19230
  },
19211
19231
  "src/Prebuilt/components/AppData/useSheet.ts": {
19212
19232
  "bytesInOutput": 1099
@@ -19424,20 +19444,20 @@
19424
19444
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
19425
19445
  "bytesInOutput": 3070
19426
19446
  },
19447
+ "src/Prebuilt/components/peerTileUtils.tsx": {
19448
+ "bytesInOutput": 1437
19449
+ },
19427
19450
  "src/Prebuilt/components/TileMenu/utils.ts": {
19428
19451
  "bytesInOutput": 296
19429
19452
  },
19430
19453
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
19431
- "bytesInOutput": 14600
19454
+ "bytesInOutput": 14628
19432
19455
  },
19433
19456
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
19434
- "bytesInOutput": 5873
19435
- },
19436
- "src/Prebuilt/components/peerTileUtils.jsx": {
19437
- "bytesInOutput": 1299
19457
+ "bytesInOutput": 6042
19438
19458
  },
19439
19459
  "src/Prebuilt/components/VideoTile.tsx": {
19440
- "bytesInOutput": 7807
19460
+ "bytesInOutput": 7839
19441
19461
  },
19442
19462
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19443
19463
  "bytesInOutput": 1564
@@ -19446,7 +19466,7 @@
19446
19466
  "bytesInOutput": 1670
19447
19467
  },
19448
19468
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19449
- "bytesInOutput": 10386
19469
+ "bytesInOutput": 10443
19450
19470
  },
19451
19471
  "src/Prebuilt/layouts/SidePane.tsx": {
19452
19472
  "bytesInOutput": 7946
@@ -19485,10 +19505,10 @@
19485
19505
  "bytesInOutput": 1620
19486
19506
  },
19487
19507
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
19488
- "bytesInOutput": 4488
19508
+ "bytesInOutput": 4484
19489
19509
  },
19490
19510
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
19491
- "bytesInOutput": 2395
19511
+ "bytesInOutput": 2631
19492
19512
  },
19493
19513
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
19494
19514
  "bytesInOutput": 3064
@@ -19509,16 +19529,16 @@
19509
19529
  "bytesInOutput": 1707
19510
19530
  },
19511
19531
  "src/Prebuilt/components/ScreenshareTile.tsx": {
19512
- "bytesInOutput": 5583
19532
+ "bytesInOutput": 5615
19513
19533
  },
19514
19534
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19515
19535
  "bytesInOutput": 3393
19516
19536
  },
19517
- "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f1f21/index.css": {
19518
- "bytesInOutput": 111
19537
+ "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e15e40/index.css": {
19538
+ "bytesInOutput": 114
19519
19539
  },
19520
19540
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19521
- "bytesInOutput": 3746
19541
+ "bytesInOutput": 3749
19522
19542
  },
19523
19543
  "src/Prebuilt/common/PeersSorter.ts": {
19524
19544
  "bytesInOutput": 3604
@@ -19533,7 +19553,7 @@
19533
19553
  "bytesInOutput": 2090
19534
19554
  },
19535
19555
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19536
- "bytesInOutput": 8351
19556
+ "bytesInOutput": 8358
19537
19557
  },
19538
19558
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19539
19559
  "bytesInOutput": 854
@@ -19545,7 +19565,7 @@
19545
19565
  "bytesInOutput": 656
19546
19566
  },
19547
19567
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
19548
- "bytesInOutput": 1965
19568
+ "bytesInOutput": 2640
19549
19569
  },
19550
19570
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
19551
19571
  "bytesInOutput": 489
@@ -19590,7 +19610,7 @@
19590
19610
  "bytesInOutput": 2886
19591
19611
  },
19592
19612
  "src/Prebuilt/layouts/HLSView.jsx": {
19593
- "bytesInOutput": 33451
19613
+ "bytesInOutput": 33402
19594
19614
  },
19595
19615
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
19596
19616
  "bytesInOutput": 6582
@@ -19599,7 +19619,7 @@
19599
19619
  "bytesInOutput": 2182
19600
19620
  },
19601
19621
  "src/Prebuilt/components/Header/common.jsx": {
19602
- "bytesInOutput": 7613
19622
+ "bytesInOutput": 7571
19603
19623
  },
19604
19624
  "src/Prebuilt/components/Header/Header.tsx": {
19605
19625
  "bytesInOutput": 2332
@@ -19680,7 +19700,7 @@
19680
19700
  "bytesInOutput": 948
19681
19701
  },
19682
19702
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19683
- "bytesInOutput": 2248
19703
+ "bytesInOutput": 2249
19684
19704
  },
19685
19705
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19686
19706
  "bytesInOutput": 2709
@@ -19719,7 +19739,7 @@
19719
19739
  "bytesInOutput": 2225
19720
19740
  },
19721
19741
  "src/Prebuilt/App.tsx": {
19722
- "bytesInOutput": 10103
19742
+ "bytesInOutput": 10071
19723
19743
  },
19724
19744
  "src/Prebuilt/index.ts": {
19725
19745
  "bytesInOutput": 131
@@ -19734,7 +19754,7 @@
19734
19754
  "bytesInOutput": 2572
19735
19755
  },
19736
19756
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19737
- "bytesInOutput": 3850
19757
+ "bytesInOutput": 3836
19738
19758
  },
19739
19759
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19740
19760
  "bytesInOutput": 7632
@@ -19788,7 +19808,7 @@
19788
19808
  "bytesInOutput": 3073
19789
19809
  }
19790
19810
  },
19791
- "bytes": 1745686
19811
+ "bytes": 1747576
19792
19812
  },
19793
19813
  "dist/index.cjs.css.map": {
19794
19814
  "imports": [],
@@ -19850,10 +19870,10 @@
19850
19870
  }
19851
19871
  ],
19852
19872
  "inputs": {
19853
- "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f20c2/tldraw.css": {
19873
+ "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e16502/tldraw.css": {
19854
19874
  "bytesInOutput": 75223
19855
19875
  },
19856
- "../../../../../../../tmp/tmp-2828-hw7P47aYwc72/1920591f1f21/index.css": {
19876
+ "../../../../../../../tmp/tmp-2795-Q28cnrhxSZjY/1921e7e15e40/index.css": {
19857
19877
  "bytesInOutput": 401
19858
19878
  }
19859
19879
  },