@100mslive/roomkit-react 0.3.19-alpha.9 → 0.3.20-alpha.0

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 (38) hide show
  1. package/dist/{HLSView-5SR3RWXG.css → HLSView-5JM7XVA4.css} +3 -3
  2. package/dist/{HLSView-5SR3RWXG.css.map → HLSView-5JM7XVA4.css.map} +1 -1
  3. package/dist/{HLSView-EYFJ7YDU.js → HLSView-VBMAXHBP.js} +2 -2
  4. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -0
  5. package/dist/Prebuilt/components/peerTileUtils.d.ts +7 -0
  6. package/dist/{chunk-3FZB2LJY.js → chunk-JCM6FDIX.js} +275 -248
  7. package/dist/chunk-JCM6FDIX.js.map +7 -0
  8. package/dist/index.cjs.css +2 -2
  9. package/dist/index.cjs.css.map +1 -1
  10. package/dist/index.cjs.js +916 -895
  11. package/dist/index.cjs.js.map +4 -4
  12. package/dist/index.css +2 -2
  13. package/dist/index.css.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/meta.cjs.json +94 -93
  16. package/dist/meta.esbuild.json +105 -104
  17. package/package.json +7 -7
  18. package/src/Prebuilt/AppStateContext.tsx +8 -5
  19. package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +3 -2
  20. package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +16 -6
  21. package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +1 -1
  22. package/src/Prebuilt/components/InsetTile.tsx +1 -1
  23. package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +3 -1
  24. package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +1 -1
  25. package/src/Prebuilt/components/PIP/PIPChat.tsx +11 -4
  26. package/src/Prebuilt/components/ScreenshareTile.tsx +2 -2
  27. package/src/Prebuilt/components/Settings/SettingsModal.jsx +1 -2
  28. package/src/Prebuilt/components/TileMenu/TileMenu.tsx +7 -6
  29. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +3 -3
  30. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +4 -2
  31. package/src/Prebuilt/components/VideoTile.tsx +2 -2
  32. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +15 -3
  33. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +21 -16
  34. package/src/Prebuilt/components/{peerTileUtils.jsx → peerTileUtils.tsx} +21 -6
  35. package/dist/Prebuilt/components/VirtualBackground/util.d.ts +0 -1
  36. package/dist/chunk-3FZB2LJY.js.map +0 -7
  37. package/src/Prebuilt/components/VirtualBackground/util.tsx +0 -13
  38. /package/dist/{HLSView-EYFJ7YDU.js.map → HLSView-VBMAXHBP.js.map} +0 -0
@@ -2390,13 +2390,23 @@
2390
2390
  "format": "esm"
2391
2391
  },
2392
2392
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
2393
- "bytes": 3223,
2393
+ "bytes": 3598,
2394
2394
  "imports": [
2395
2395
  {
2396
2396
  "path": "@100mslive/hms-virtual-background/hmsvbplugin",
2397
2397
  "kind": "import-statement",
2398
2398
  "external": true
2399
2399
  },
2400
+ {
2401
+ "path": "@100mslive/react-sdk",
2402
+ "kind": "import-statement",
2403
+ "external": true
2404
+ },
2405
+ {
2406
+ "path": "src/Prebuilt/common/constants.ts",
2407
+ "kind": "import-statement",
2408
+ "original": "../../common/constants"
2409
+ },
2400
2410
  {
2401
2411
  "path": "<define:process.env>",
2402
2412
  "kind": "import-statement",
@@ -2515,7 +2525,7 @@
2515
2525
  "format": "esm"
2516
2526
  },
2517
2527
  "src/Prebuilt/AppStateContext.tsx": {
2518
- "bytes": 3380,
2528
+ "bytes": 3531,
2519
2529
  "imports": [
2520
2530
  {
2521
2531
  "path": "react",
@@ -2996,7 +3006,7 @@
2996
3006
  "format": "esm"
2997
3007
  },
2998
3008
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
2999
- "bytes": 9473,
3009
+ "bytes": 9451,
3000
3010
  "imports": [
3001
3011
  {
3002
3012
  "path": "react",
@@ -3561,7 +3571,7 @@
3561
3571
  "format": "esm"
3562
3572
  },
3563
3573
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
3564
- "bytes": 1759,
3574
+ "bytes": 1786,
3565
3575
  "imports": [
3566
3576
  {
3567
3577
  "path": "react",
@@ -4342,7 +4352,7 @@
4342
4352
  "format": "esm"
4343
4353
  },
4344
4354
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
4345
- "bytes": 10270,
4355
+ "bytes": 10417,
4346
4356
  "imports": [
4347
4357
  {
4348
4358
  "path": "react",
@@ -5739,7 +5749,7 @@
5739
5749
  "format": "cjs"
5740
5750
  },
5741
5751
  "../hms-video-store/dist/index.js": {
5742
- "bytes": 367247,
5752
+ "bytes": 367546,
5743
5753
  "imports": [
5744
5754
  {
5745
5755
  "path": "../../node_modules/reselect/es/index.js",
@@ -9576,6 +9586,22 @@
9576
9586
  ],
9577
9587
  "format": "esm"
9578
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
+ },
9579
9605
  "src/Prebuilt/components/TileMenu/utils.ts": {
9580
9606
  "bytes": 214,
9581
9607
  "imports": [
@@ -9588,7 +9614,7 @@
9588
9614
  "format": "esm"
9589
9615
  },
9590
9616
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
9591
- "bytes": 12236,
9617
+ "bytes": 12271,
9592
9618
  "imports": [
9593
9619
  {
9594
9620
  "path": "react",
@@ -9679,7 +9705,7 @@
9679
9705
  "format": "esm"
9680
9706
  },
9681
9707
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
9682
- "bytes": 5158,
9708
+ "bytes": 5392,
9683
9709
  "imports": [
9684
9710
  {
9685
9711
  "path": "react",
@@ -9731,6 +9757,11 @@
9731
9757
  "kind": "import-statement",
9732
9758
  "original": "../MoreSettings/ChangeNameModal"
9733
9759
  },
9760
+ {
9761
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9762
+ "kind": "import-statement",
9763
+ "original": "../peerTileUtils"
9764
+ },
9734
9765
  {
9735
9766
  "path": "src/Prebuilt/components/RoleChangeModal.tsx",
9736
9767
  "kind": "import-statement",
@@ -9769,19 +9800,8 @@
9769
9800
  ],
9770
9801
  "format": "esm"
9771
9802
  },
9772
- "src/Prebuilt/components/peerTileUtils.jsx": {
9773
- "bytes": 1197,
9774
- "imports": [
9775
- {
9776
- "path": "<define:process.env>",
9777
- "kind": "import-statement",
9778
- "external": true
9779
- }
9780
- ],
9781
- "format": "esm"
9782
- },
9783
9803
  "src/Prebuilt/components/VideoTile.tsx": {
9784
- "bytes": 7106,
9804
+ "bytes": 7103,
9785
9805
  "imports": [
9786
9806
  {
9787
9807
  "path": "react",
@@ -9844,7 +9864,7 @@
9844
9864
  "original": "../../VideoTile"
9845
9865
  },
9846
9866
  {
9847
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
9867
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
9848
9868
  "kind": "import-statement",
9849
9869
  "original": "./peerTileUtils"
9850
9870
  },
@@ -9876,27 +9896,6 @@
9876
9896
  ],
9877
9897
  "format": "esm"
9878
9898
  },
9879
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
9880
- "bytes": 384,
9881
- "imports": [
9882
- {
9883
- "path": "@100mslive/react-sdk",
9884
- "kind": "import-statement",
9885
- "external": true
9886
- },
9887
- {
9888
- "path": "src/Prebuilt/common/constants.ts",
9889
- "kind": "import-statement",
9890
- "original": "../../common/constants"
9891
- },
9892
- {
9893
- "path": "<define:process.env>",
9894
- "kind": "import-statement",
9895
- "external": true
9896
- }
9897
- ],
9898
- "format": "esm"
9899
- },
9900
9899
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9901
9900
  "bytes": 1248,
9902
9901
  "imports": [
@@ -9970,7 +9969,7 @@
9970
9969
  "format": "esm"
9971
9970
  },
9972
9971
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9973
- "bytes": 8800,
9972
+ "bytes": 8900,
9974
9973
  "imports": [
9975
9974
  {
9976
9975
  "path": "react",
@@ -10017,11 +10016,6 @@
10017
10016
  "kind": "import-statement",
10018
10017
  "original": "../../../Text"
10019
10018
  },
10020
- {
10021
- "path": "src/Prebuilt/components/VirtualBackground/util.tsx",
10022
- "kind": "import-statement",
10023
- "original": "./util"
10024
- },
10025
10019
  {
10026
10020
  "path": "src/Prebuilt/components/VirtualBackground/VBCollection.tsx",
10027
10021
  "kind": "import-statement",
@@ -10744,7 +10738,7 @@
10744
10738
  "format": "esm"
10745
10739
  },
10746
10740
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
10747
- "bytes": 2113,
10741
+ "bytes": 2301,
10748
10742
  "imports": [
10749
10743
  {
10750
10744
  "path": "react",
@@ -10756,6 +10750,11 @@
10756
10750
  "kind": "import-statement",
10757
10751
  "external": true
10758
10752
  },
10753
+ {
10754
+ "path": "@100mslive/react-sdk",
10755
+ "kind": "import-statement",
10756
+ "external": true
10757
+ },
10759
10758
  {
10760
10759
  "path": "@100mslive/react-icons",
10761
10760
  "kind": "import-statement",
@@ -11126,7 +11125,7 @@
11126
11125
  "format": "esm"
11127
11126
  },
11128
11127
  "src/Prebuilt/components/ScreenshareTile.tsx": {
11129
- "bytes": 4479,
11128
+ "bytes": 4476,
11130
11129
  "imports": [
11131
11130
  {
11132
11131
  "path": "react",
@@ -11189,7 +11188,7 @@
11189
11188
  "original": "./LayoutModeSelector"
11190
11189
  },
11191
11190
  {
11192
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
11191
+ "path": "src/Prebuilt/components/peerTileUtils.tsx",
11193
11192
  "kind": "import-statement",
11194
11193
  "original": "./peerTileUtils"
11195
11194
  },
@@ -11292,7 +11291,7 @@
11292
11291
  ],
11293
11292
  "format": "esm"
11294
11293
  },
11295
- "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b73188d43/tldraw.css": {
11294
+ "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css": {
11296
11295
  "bytes": 80111,
11297
11296
  "imports": [
11298
11297
  {
@@ -11342,7 +11341,7 @@
11342
11341
  }
11343
11342
  ]
11344
11343
  },
11345
- "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b731885c1/index.css": {
11344
+ "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
11346
11345
  "bytes": 597,
11347
11346
  "imports": [
11348
11347
  {
@@ -11351,7 +11350,7 @@
11351
11350
  "external": true
11352
11351
  },
11353
11352
  {
11354
- "path": "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b73188d43/tldraw.css",
11353
+ "path": "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css",
11355
11354
  "kind": "import-rule",
11356
11355
  "original": "@tldraw/tldraw/tldraw.css"
11357
11356
  }
@@ -11426,7 +11425,7 @@
11426
11425
  "original": "../../common/constants"
11427
11426
  },
11428
11427
  {
11429
- "path": "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b731885c1/index.css",
11428
+ "path": "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css",
11430
11429
  "kind": "import-statement",
11431
11430
  "original": "@100mslive/hms-whiteboard/index.css"
11432
11431
  },
@@ -13034,7 +13033,7 @@
13034
13033
  "format": "esm"
13035
13034
  },
13036
13035
  "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
13037
- "bytes": 10793,
13036
+ "bytes": 11240,
13038
13037
  "imports": [
13039
13038
  {
13040
13039
  "path": "react",
@@ -13130,7 +13129,7 @@
13130
13129
  "format": "esm"
13131
13130
  },
13132
13131
  "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
13133
- "bytes": 1230,
13132
+ "bytes": 1229,
13134
13133
  "imports": [
13135
13134
  {
13136
13135
  "path": "react",
@@ -13171,7 +13170,7 @@
13171
13170
  "format": "esm"
13172
13171
  },
13173
13172
  "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
13174
- "bytes": 1775,
13173
+ "bytes": 1839,
13175
13174
  "imports": [
13176
13175
  {
13177
13176
  "path": "react",
@@ -13758,7 +13757,7 @@
13758
13757
  "format": "esm"
13759
13758
  },
13760
13759
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
13761
- "bytes": 1639,
13760
+ "bytes": 1640,
13762
13761
  "imports": [
13763
13762
  {
13764
13763
  "path": "react",
@@ -15409,7 +15408,7 @@
15409
15408
  "imports": [],
15410
15409
  "exports": [],
15411
15410
  "inputs": {},
15412
- "bytes": 3621940
15411
+ "bytes": 3625359
15413
15412
  },
15414
15413
  "dist/index.cjs.js": {
15415
15414
  "imports": [
@@ -15808,6 +15807,11 @@
15808
15807
  "kind": "require-call",
15809
15808
  "external": true
15810
15809
  },
15810
+ {
15811
+ "path": "@100mslive/react-sdk",
15812
+ "kind": "require-call",
15813
+ "external": true
15814
+ },
15811
15815
  {
15812
15816
  "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
15813
15817
  "kind": "dynamic-import",
@@ -17488,11 +17492,6 @@
17488
17492
  "kind": "require-call",
17489
17493
  "external": true
17490
17494
  },
17491
- {
17492
- "path": "@100mslive/react-sdk",
17493
- "kind": "require-call",
17494
- "external": true
17495
- },
17496
17495
  {
17497
17496
  "path": "react",
17498
17497
  "kind": "require-call",
@@ -17703,6 +17702,11 @@
17703
17702
  "kind": "require-call",
17704
17703
  "external": true
17705
17704
  },
17705
+ {
17706
+ "path": "@100mslive/react-sdk",
17707
+ "kind": "require-call",
17708
+ "external": true
17709
+ },
17706
17710
  {
17707
17711
  "path": "@100mslive/react-icons",
17708
17712
  "kind": "require-call",
@@ -18958,7 +18962,7 @@
18958
18962
  "bytesInOutput": 840
18959
18963
  },
18960
18964
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
18961
- "bytesInOutput": 4556
18965
+ "bytesInOutput": 5094
18962
18966
  },
18963
18967
  "src/Prebuilt/components/PIP/pipUtils.js": {
18964
18968
  "bytesInOutput": 4391
@@ -18973,7 +18977,7 @@
18973
18977
  "bytesInOutput": 786
18974
18978
  },
18975
18979
  "src/Prebuilt/AppStateContext.tsx": {
18976
- "bytesInOutput": 3695
18980
+ "bytesInOutput": 3884
18977
18981
  },
18978
18982
  "src/Prebuilt/images/transaction_error.svg": {
18979
18983
  "bytesInOutput": 4824
@@ -19012,7 +19016,7 @@
19012
19016
  "bytesInOutput": 2589
19013
19017
  },
19014
19018
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
19015
- "bytesInOutput": 11228
19019
+ "bytesInOutput": 11206
19016
19020
  },
19017
19021
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
19018
19022
  "bytesInOutput": 17283
@@ -19042,7 +19046,7 @@
19042
19046
  "bytesInOutput": 958
19043
19047
  },
19044
19048
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
19045
- "bytesInOutput": 2361
19049
+ "bytesInOutput": 2354
19046
19050
  },
19047
19051
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
19048
19052
  "bytesInOutput": 7168
@@ -19096,7 +19100,7 @@
19096
19100
  "bytesInOutput": 17743
19097
19101
  },
19098
19102
  "src/Prebuilt/components/PIP/PIPChat.tsx": {
19099
- "bytesInOutput": 11809
19103
+ "bytesInOutput": 11939
19100
19104
  },
19101
19105
  "src/Prebuilt/components/PIP/PIPChatOption.tsx": {
19102
19106
  "bytesInOutput": 929
@@ -19213,7 +19217,7 @@
19213
19217
  "bytesInOutput": 615
19214
19218
  },
19215
19219
  "../hms-video-store/dist/index.js": {
19216
- "bytesInOutput": 56900
19220
+ "bytesInOutput": 56904
19217
19221
  },
19218
19222
  "src/Prebuilt/components/Header/StreamActions.tsx": {
19219
19223
  "bytesInOutput": 11852
@@ -19440,23 +19444,20 @@
19440
19444
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
19441
19445
  "bytesInOutput": 3070
19442
19446
  },
19447
+ "src/Prebuilt/components/peerTileUtils.tsx": {
19448
+ "bytesInOutput": 1437
19449
+ },
19443
19450
  "src/Prebuilt/components/TileMenu/utils.ts": {
19444
19451
  "bytesInOutput": 296
19445
19452
  },
19446
19453
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
19447
- "bytesInOutput": 14600
19454
+ "bytesInOutput": 14628
19448
19455
  },
19449
19456
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
19450
- "bytesInOutput": 5873
19451
- },
19452
- "src/Prebuilt/components/peerTileUtils.jsx": {
19453
- "bytesInOutput": 1299
19457
+ "bytesInOutput": 6042
19454
19458
  },
19455
19459
  "src/Prebuilt/components/VideoTile.tsx": {
19456
- "bytesInOutput": 7807
19457
- },
19458
- "src/Prebuilt/components/VirtualBackground/util.tsx": {
19459
- "bytesInOutput": 678
19460
+ "bytesInOutput": 7839
19460
19461
  },
19461
19462
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19462
19463
  "bytesInOutput": 1564
@@ -19465,7 +19466,7 @@
19465
19466
  "bytesInOutput": 1670
19466
19467
  },
19467
19468
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19468
- "bytesInOutput": 10210
19469
+ "bytesInOutput": 10386
19469
19470
  },
19470
19471
  "src/Prebuilt/layouts/SidePane.tsx": {
19471
19472
  "bytesInOutput": 7946
@@ -19507,7 +19508,7 @@
19507
19508
  "bytesInOutput": 4488
19508
19509
  },
19509
19510
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
19510
- "bytesInOutput": 2395
19511
+ "bytesInOutput": 2631
19511
19512
  },
19512
19513
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
19513
19514
  "bytesInOutput": 3064
@@ -19528,12 +19529,12 @@
19528
19529
  "bytesInOutput": 1707
19529
19530
  },
19530
19531
  "src/Prebuilt/components/ScreenshareTile.tsx": {
19531
- "bytesInOutput": 5583
19532
+ "bytesInOutput": 5615
19532
19533
  },
19533
19534
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19534
19535
  "bytesInOutput": 3393
19535
19536
  },
19536
- "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b731885c1/index.css": {
19537
+ "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
19537
19538
  "bytesInOutput": 115
19538
19539
  },
19539
19540
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
@@ -19552,7 +19553,7 @@
19552
19553
  "bytesInOutput": 2090
19553
19554
  },
19554
19555
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19555
- "bytesInOutput": 8351
19556
+ "bytesInOutput": 8358
19556
19557
  },
19557
19558
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19558
19559
  "bytesInOutput": 854
@@ -19645,13 +19646,13 @@
19645
19646
  "bytesInOutput": 5007
19646
19647
  },
19647
19648
  "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
19648
- "bytesInOutput": 12609
19649
+ "bytesInOutput": 13133
19649
19650
  },
19650
19651
  "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
19651
- "bytesInOutput": 1830
19652
+ "bytesInOutput": 1829
19652
19653
  },
19653
19654
  "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
19654
- "bytesInOutput": 2236
19655
+ "bytesInOutput": 2302
19655
19656
  },
19656
19657
  "src/Prebuilt/components/LeaveScreen.tsx": {
19657
19658
  "bytesInOutput": 3028
@@ -19699,7 +19700,7 @@
19699
19700
  "bytesInOutput": 948
19700
19701
  },
19701
19702
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19702
- "bytesInOutput": 2248
19703
+ "bytesInOutput": 2249
19703
19704
  },
19704
19705
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19705
19706
  "bytesInOutput": 2709
@@ -19753,7 +19754,7 @@
19753
19754
  "bytesInOutput": 2572
19754
19755
  },
19755
19756
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19756
- "bytesInOutput": 3852
19757
+ "bytesInOutput": 3855
19757
19758
  },
19758
19759
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19759
19760
  "bytesInOutput": 7632
@@ -19807,7 +19808,7 @@
19807
19808
  "bytesInOutput": 3073
19808
19809
  }
19809
19810
  },
19810
- "bytes": 1744934
19811
+ "bytes": 1746444
19811
19812
  },
19812
19813
  "dist/index.cjs.css.map": {
19813
19814
  "imports": [],
@@ -19869,10 +19870,10 @@
19869
19870
  }
19870
19871
  ],
19871
19872
  "inputs": {
19872
- "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b73188d43/tldraw.css": {
19873
+ "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css": {
19873
19874
  "bytesInOutput": 75223
19874
19875
  },
19875
- "../../../../../../../tmp/tmp-2772-78icIyPj0v4s/191b731885c1/index.css": {
19876
+ "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
19876
19877
  "bytesInOutput": 401
19877
19878
  }
19878
19879
  },