@luxonis/visualizer-protobuf 3.0.1-rc.9 → 3.0.2

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 (119) hide show
  1. package/dist/{WorkerImageDecoder.worker-Db4_QpUB.js → WorkerImageDecoder.worker-BlZI81p6.js} +8 -5
  2. package/dist/{comlink-wXOdMqIH.js → comlink-jf8bdrAf.js} +1 -1
  3. package/dist/{communicator-D1clAtYY.js → communicator-Bzkx3Qfr.js} +4 -1
  4. package/dist/{depth-D_KmHuOF.js → depth-BJ1GI-lD.js} +23 -57
  5. package/dist/{depth-coloring.worker-CAXQfIhb.js → depth-coloring.worker-DUhuvX3L.js} +1 -1
  6. package/dist/{deserialization.worker-v-Qa7jv-.js → deserialization.worker-CpadaVUC.js} +97 -22
  7. package/dist/{index-DNqM4FRC.js → index-47n_qlIK.js} +4 -3
  8. package/dist/{index-NMJWnjGW.js → index-ANY2H_o3.js} +4 -3
  9. package/dist/{index-DjxuN3pJ.js → index-BCTfxMIE.js} +4 -3
  10. package/dist/{index-wHt09xSF.js → index-BG2Ave0p.js} +4 -3
  11. package/dist/{index-D6prqwK2.js → index-BGEFAe_Y.js} +4 -3
  12. package/dist/{index-CEcUErKv.js → index-BJXCp1lN.js} +5 -4
  13. package/dist/{index-DQGWw8iI.js → index-BOEeeBIi.js} +4 -3
  14. package/dist/{index-DmbR7-7O.js → index-BYpImo0l.js} +4 -3
  15. package/dist/{index-DNPz9J7P.js → index-BymWWFCn.js} +4 -3
  16. package/dist/{index-BJejP009.js → index-C1D3H_Uz.js} +5790 -6332
  17. package/dist/{index-_Nw8oJT_.js → index-C2nnoTzN.js} +4 -3
  18. package/dist/{index-C5m6BzM3.js → index-Czo7dUvS.js} +4 -3
  19. package/dist/{index-Cqhkm-xB.js → index-D8h9BfrP.js} +4 -3
  20. package/dist/{index-yjVnQEdM.js → index-DF-xcCVa.js} +4 -3
  21. package/dist/{index-D06rmDB8.js → index-DKHbBs7i.js} +4 -3
  22. package/dist/{index-Cr2kJQ0K.js → index-DQXQJcjO.js} +4 -3
  23. package/dist/{index-DYaUaS38.js → index-DThaHb_u.js} +4 -3
  24. package/dist/{index-DSufVfSg.js → index-DV3HrUsB.js} +4 -3
  25. package/dist/{index-DXUBYe5S.js → index-Da-CoL-V.js} +4 -3
  26. package/dist/{index-B7D04APi.js → index-KQ2js0SY.js} +113 -33
  27. package/dist/index.js +5 -4
  28. package/dist/lib/src/connection/adapter.d.ts.map +1 -1
  29. package/dist/lib/src/connection/adapter.js +26 -9
  30. package/dist/lib/src/connection/adapter.js.map +1 -1
  31. package/dist/lib/src/connection/communicator.d.ts.map +1 -1
  32. package/dist/lib/src/connection/communicator.js +3 -1
  33. package/dist/lib/src/connection/communicator.js.map +1 -1
  34. package/dist/lib/src/connection/connection.d.ts.map +1 -1
  35. package/dist/lib/src/connection/connection.js +44 -5
  36. package/dist/lib/src/connection/connection.js.map +1 -1
  37. package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
  38. package/dist/lib/src/connection/foxglove-connection.js +5 -3
  39. package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
  40. package/dist/lib/src/connection/webrtc/bridge.d.ts.map +1 -1
  41. package/dist/lib/src/connection/webrtc/bridge.js +31 -7
  42. package/dist/lib/src/connection/webrtc/bridge.js.map +1 -1
  43. package/dist/lib/src/connection/webrtc/comms-proxy.d.ts +1 -2
  44. package/dist/lib/src/connection/webrtc/comms-proxy.d.ts.map +1 -1
  45. package/dist/lib/src/connection/webrtc/comms-proxy.js +31 -16
  46. package/dist/lib/src/connection/webrtc/comms-proxy.js.map +1 -1
  47. package/dist/lib/src/connection/ws/worker.d.ts.map +1 -1
  48. package/dist/lib/src/connection/ws/worker.js +15 -1
  49. package/dist/lib/src/connection/ws/worker.js.map +1 -1
  50. package/dist/lib/src/context/MessagePipelineProvider.d.ts.map +1 -1
  51. package/dist/lib/src/context/MessagePipelineProvider.js +3 -1
  52. package/dist/lib/src/context/MessagePipelineProvider.js.map +1 -1
  53. package/dist/lib/src/messaging/deserialization/detections/detection.d.ts.map +1 -1
  54. package/dist/lib/src/messaging/deserialization/detections/detection.js +56 -14
  55. package/dist/lib/src/messaging/deserialization/detections/detection.js.map +1 -1
  56. package/dist/lib/src/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.js +12 -10
  57. package/dist/lib/src/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.js.map +1 -1
  58. package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.d.ts +8 -5
  59. package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.d.ts.map +1 -1
  60. package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.js +27 -22
  61. package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.js.map +1 -1
  62. package/dist/lib/src/messaging/deserialization/video/depth.d.ts.map +1 -1
  63. package/dist/lib/src/messaging/deserialization/video/depth.js +5 -3
  64. package/dist/lib/src/messaging/deserialization/video/depth.js.map +1 -1
  65. package/dist/lib/src/messaging/deserialization/video/h264.d.ts.map +1 -1
  66. package/dist/lib/src/messaging/deserialization/video/h264.js +5 -3
  67. package/dist/lib/src/messaging/deserialization/video/h264.js.map +1 -1
  68. package/dist/lib/src/messaging/deserialization/video/h265.d.ts.map +1 -1
  69. package/dist/lib/src/messaging/deserialization/video/h265.js +3 -1
  70. package/dist/lib/src/messaging/deserialization/video/h265.js.map +1 -1
  71. package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
  72. package/dist/lib/src/messaging/deserialization.worker.js +6 -4
  73. package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
  74. package/dist/lib/src/messaging/message-handler.d.ts +1 -0
  75. package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
  76. package/dist/lib/src/messaging/message-handler.js +19 -10
  77. package/dist/lib/src/messaging/message-handler.js.map +1 -1
  78. package/dist/lib/src/output.css +7 -1
  79. package/dist/lib/src/protobuf.generated/SegmentationMask.d.ts +35 -0
  80. package/dist/lib/src/protobuf.generated/SegmentationMask.d.ts.map +1 -0
  81. package/dist/lib/src/protobuf.generated/SegmentationMask.js +220 -0
  82. package/dist/lib/src/protobuf.generated/SegmentationMask.js.map +1 -0
  83. package/dist/lib/src/utils/artificial-worker.d.ts +1 -0
  84. package/dist/lib/src/utils/artificial-worker.d.ts.map +1 -1
  85. package/dist/lib/src/utils/artificial-worker.js +4 -0
  86. package/dist/lib/src/utils/artificial-worker.js.map +1 -1
  87. package/dist/lib/src/utils/compatibility.d.ts.map +1 -1
  88. package/dist/lib/src/utils/compatibility.js +3 -1
  89. package/dist/lib/src/utils/compatibility.js.map +1 -1
  90. package/dist/lib/src/utils/frame-store.d.ts.map +1 -1
  91. package/dist/lib/src/utils/frame-store.js +3 -1
  92. package/dist/lib/src/utils/frame-store.js.map +1 -1
  93. package/dist/lib/src/utils/logger.d.ts +15 -0
  94. package/dist/lib/src/utils/logger.d.ts.map +1 -0
  95. package/dist/lib/src/utils/logger.js +67 -0
  96. package/dist/lib/src/utils/logger.js.map +1 -0
  97. package/dist/logger-Bqy1nuLj.js +75 -0
  98. package/dist/packages/studio-base/src/components/ForwardAnalyticsContextProvider.d.ts.map +1 -1
  99. package/dist/packages/studio-base/src/components/ForwardAnalyticsContextProvider.js +1 -2
  100. package/dist/packages/studio-base/src/components/ForwardAnalyticsContextProvider.js.map +1 -1
  101. package/dist/packages/studio-base/src/components/Panel.d.ts.map +1 -1
  102. package/dist/packages/studio-base/src/components/Panel.js +1 -1
  103. package/dist/packages/studio-base/src/components/Panel.js.map +1 -1
  104. package/dist/packages/studio-base/src/components/PanelExtensionAdapter/PanelExtensionAdapter.d.ts.map +1 -1
  105. package/dist/packages/studio-base/src/components/PanelExtensionAdapter/PanelExtensionAdapter.js +0 -1
  106. package/dist/packages/studio-base/src/components/PanelExtensionAdapter/PanelExtensionAdapter.js.map +1 -1
  107. package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.d.ts.map +1 -1
  108. package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js +0 -1
  109. package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js.map +1 -1
  110. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/ImageRenderable.d.ts.map +1 -1
  111. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/ImageRenderable.js +32 -3
  112. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/ImageRenderable.js.map +1 -1
  113. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/WorkerImageDecoder.d.ts.map +1 -1
  114. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/WorkerImageDecoder.js +49 -14
  115. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/WorkerImageDecoder.js.map +1 -1
  116. package/dist/{pointcloudFromDepth.worker-C1fqIMlp.js → pointcloudFromDepth.worker-JLptpLHr.js} +13 -11
  117. package/dist/{worker-BdmIK_Az.js → worker-0Q6os6Ck.js} +2 -1
  118. package/dist/{worker-B6paT-I9.js → worker-NFznpx6V.js} +26 -2
  119. package/package.json +2 -2
@@ -8,11 +8,12 @@ import './isArrayLikeObject-n9ytTioB.js';
8
8
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
9
9
 
10
10
  self.onmessage = async event => {
11
+ const {
12
+ id,
13
+ image,
14
+ options
15
+ } = event.data;
11
16
  try {
12
- const {
13
- image,
14
- options
15
- } = event.data;
16
17
  const buffer = new Uint8ClampedArray(image.width * image.height * 4);
17
18
 
18
19
  // Decode image into the provided buffer
@@ -21,12 +22,14 @@ self.onmessage = async event => {
21
22
  // Clear image data for earlier Garbage Collection
22
23
  image.data.fill(0);
23
24
 
24
- // Transfer the buffer back
25
+ // Transfer the buffer back with the message ID
25
26
  self.postMessage({
27
+ id,
26
28
  result: buffer
27
29
  }, [buffer.buffer]);
28
30
  } catch (error) {
29
31
  self.postMessage({
32
+ id,
30
33
  error: error instanceof Error ? error.message : "Unknown error occurred"
31
34
  });
32
35
  }
@@ -342,4 +342,4 @@ function requestResponseMessage(ep, pendingListeners, msg, transfers) {
342
342
  });
343
343
  }
344
344
 
345
- export { expose as e, proxy as p, transfer as t, wrap as w };
345
+ export { expose as e, proxy as p, releaseProxy as r, transfer as t, wrap as w };
@@ -1,6 +1,9 @@
1
1
  'use client';
2
2
  import { _ as _classPrivateFieldLooseBase, p as protobufsBySchema, b as _objectSpread2, a as _classPrivateFieldLooseKey } from './protobuf-Be0G3NFz.js';
3
3
  import { r as recordToDataView } from './encoding-jXImCIb4.js';
4
+ import { L as Logger } from './logger-Bqy1nuLj.js';
5
+
6
+ const logger = Logger.getLogger();
4
7
 
5
8
  // | { type: "custom"; data: any };
6
9
  var _services = /*#__PURE__*/_classPrivateFieldLooseKey("services");
@@ -136,7 +139,7 @@ class FoxgloveCommunicator {
136
139
  data: recordToDataView(body)
137
140
  });
138
141
  } else {
139
- console.warn('Foxglove Communicator Error: requested service call, but connection is not ready');
142
+ logger.warn('Foxglove Communicator Error: requested service call, but connection is not ready');
140
143
  }
141
144
  }
142
145
  }
@@ -1,7 +1,8 @@
1
1
  'use client';
2
- import { w as wrap, t as transfer } from './comlink-wXOdMqIH.js';
2
+ import { w as wrap, t as transfer } from './comlink-jf8bdrAf.js';
3
3
  import { f as commonjsGlobal, _ as _classPrivateFieldLooseBase, a as _classPrivateFieldLooseKey, g as getDefaultExportFromCjs, b as _objectSpread2, T as Type } from './protobuf-Be0G3NFz.js';
4
- import { useContext, useRef, useLayoutEffect, createContext, useReducer, useState, useCallback } from 'react';
4
+ import { L as Logger$2 } from './logger-Bqy1nuLj.js';
5
+ import { useContext, useRef, createContext, useReducer, useLayoutEffect, useState, useCallback } from 'react';
5
6
  import 'zustand';
6
7
  import { isParent, getLeaves, createRemoveUpdate, updateTree, getNodeAtPath } from 'react-mosaic-component';
7
8
  import { useTheme } from '@mui/material';
@@ -546,7 +547,7 @@ var Logger$1 = Logger.default;
546
547
  // License, v2.0. If a copy of the MPL was not distributed with this
547
548
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
548
549
 
549
- const log$5 = Logger$1.getLogger("src/index.ts");
550
+ const log$2 = Logger$1.getLogger("src/index.ts");
550
551
  /**
551
552
  * Values of the contants below are a (more or less) informed guesses and not guaranteed to be accurate.
552
553
  */
@@ -622,7 +623,7 @@ function estimateObjectSize(obj) {
622
623
  throw new Error(`Can't estimate size of type '${typeof obj}'`);
623
624
  }
624
625
  }
625
- log$5.error(`Can't estimate size of type '${typeof obj}'`);
626
+ log$2.error(`Can't estimate size of type '${typeof obj}'`);
626
627
  return SMALL_INTEGER_SIZE;
627
628
  }
628
629
 
@@ -2656,23 +2657,7 @@ function useGuaranteedContext(contextType, debugContextName) {
2656
2657
  // License, v2.0. If a copy of the MPL was not distributed with this
2657
2658
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
2658
2659
 
2659
- const log$4 = Logger$1.getLogger("src/index.ts");
2660
- const useMustNotChangeImpl = value => {
2661
- const valueRef = useRef(value);
2662
- if (valueRef.current !== value) {
2663
- log$4.error("Value must not change", valueRef.current);
2664
- }
2665
- valueRef.current = value;
2666
- };
2667
- const noOpImpl = () => {};
2668
-
2669
- /**
2670
- * useMustNotChange throws if the value provided as the first argument ever changes.
2671
- *
2672
- * Note: In production builds this hook is a no-op.
2673
- *
2674
- */
2675
- const useMustNotChange = process.env.NODE_ENV !== "development" ? noOpImpl : useMustNotChangeImpl;
2660
+ Logger$1.getLogger("src/index.ts");
2676
2661
 
2677
2662
  // This Source Code Form is subject to the terms of the Mozilla Public
2678
2663
  // License, v2.0. If a copy of the MPL was not distributed with this
@@ -2691,29 +2676,8 @@ function useShallowMemo(value) {
2691
2676
  // This Source Code Form is subject to the terms of the Mozilla Public
2692
2677
  // License, v2.0. If a copy of the MPL was not distributed with this
2693
2678
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
2694
- const log$3 = Logger$1.getLogger("src/index.ts");
2695
2679
 
2696
- // useWarnImmediateReRender will warn if the component re-renders before the next animation frame
2697
- // This typically indicates that the component state is changing in rapid succession and more
2698
- // work is being done than necessary.
2699
- //
2700
- // Note: This detects state change triggers in useLayoutEffect. It does not detect state changes from
2701
- // useEffect which run on the next animation frame.
2702
- process.env.NODE_ENV !== "development" ? () => {} : () => {
2703
- const renderedRef = useRef(false);
2704
- useLayoutEffect(() => {
2705
- if (renderedRef.current) {
2706
- log$3.warn("Component re-rendered immediately");
2707
- }
2708
- renderedRef.current = true;
2709
- const raf = requestAnimationFrame(() => {
2710
- renderedRef.current = false;
2711
- });
2712
- return () => {
2713
- cancelAnimationFrame(raf);
2714
- };
2715
- });
2716
- };
2680
+ Logger$1.getLogger("src/index.ts");
2717
2681
 
2718
2682
  // This Source Code Form is subject to the terms of the Mozilla Public
2719
2683
  // License, v2.0. If a copy of the MPL was not distributed with this
@@ -2724,17 +2688,18 @@ Logger$1.getLogger("src/index.ts");
2724
2688
  // This Source Code Form is subject to the terms of the Mozilla Public
2725
2689
  // License, v2.0. If a copy of the MPL was not distributed with this
2726
2690
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
2727
- const log$2 = Logger$1.getLogger("src/index.ts");
2691
+ Logger$1.getLogger("src/index.ts");
2728
2692
  function selectWithUnstableIdentityWarning(value, selector) {
2729
2693
  const result = selector(value);
2730
- if (process.env.NODE_ENV === "development") {
2731
- const secondResult = selector(value);
2732
- if (result !== secondResult) {
2733
- log$2.warn(`Selector ${selector.toString()} produced different values for the same input.
2734
- This will cause unecesessery re-renders of your component.`);
2735
- }
2736
- return secondResult;
2737
- }
2694
+ //if (process.env.NODE_ENV === "development") {
2695
+ // const secondResult = selector(value);
2696
+ // if (result !== secondResult) {
2697
+ // log.warn(`Selector ${selector.toString()} produced different values for the same input.
2698
+ //This will cause unecesessery re-renders of your component.`);
2699
+ // }
2700
+ // return secondResult;
2701
+ //}
2702
+
2738
2703
  return result;
2739
2704
  }
2740
2705
 
@@ -3791,12 +3756,13 @@ function parseMessage(message) {
3791
3756
  // License, v2.0. If a copy of the MPL was not distributed with this
3792
3757
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
3793
3758
 
3759
+ const logger = Logger$2.getLogger();
3794
3760
  let workerIndex = 0;
3795
3761
  const WORKER_COUNT = 3;
3796
3762
  const workerPool = Array.from({
3797
3763
  length: WORKER_COUNT
3798
3764
  }, () => ({
3799
- remote: wrap(new Worker(new URL("depth-coloring.worker-CAXQfIhb.js", import.meta.url), {
3765
+ remote: wrap(new Worker(new URL("depth-coloring.worker-DUhuvX3L.js", import.meta.url), {
3800
3766
  type: "module"
3801
3767
  })),
3802
3768
  busy: false
@@ -3833,14 +3799,14 @@ async function deserializeDepthFrame({
3833
3799
  } = parseMessage(message);
3834
3800
  const worker = getDepthWorker();
3835
3801
  if (!worker) {
3836
- console.warn("All depth workers busy, dropping frame");
3802
+ logger.warn("All depth workers busy, dropping frame");
3837
3803
  return;
3838
3804
  }
3839
3805
  let colorizedData;
3840
3806
  try {
3841
3807
  colorizedData = await worker.colorDepht(transfer(message.data, [message.data.buffer]), encoding, width, height, maxStereoDepth);
3842
3808
  } catch (err) {
3843
- console.error("Error in depth worker:", err);
3809
+ logger.error("Error in depth worker:", err);
3844
3810
  releaseWorker(worker);
3845
3811
  throw err;
3846
3812
  } finally {
@@ -3866,7 +3832,7 @@ async function deserializeDepthFrame({
3866
3832
  }
3867
3833
  function getDistanceFromDepthDataForOffset(depthData, width, height, xOffset, yOffset) {
3868
3834
  if (xOffset < 0 || xOffset > 1 || yOffset < 0 || yOffset > 1) {
3869
- console.error("Offsets must be between 0 and 1", {
3835
+ logger.error("Offsets must be between 0 and 1", {
3870
3836
  xOffset,
3871
3837
  yOffset
3872
3838
  });
@@ -3908,4 +3874,4 @@ function getDistanceFromDepthDataForOffset(depthData, width, height, xOffset, yO
3908
3874
  return sum / count;
3909
3875
  }
3910
3876
 
3911
- export { arrayPush as $, AppError as A, getAllPanelIds as B, getConfigsForNestedPanelsInsideTab as C, DEFAULT_TAB_PANEL_CONFIG as D, reorderTabWithinTabPanel as E, moveTabBetweenTabPanels as F, isTabPanelConfig as G, addPanelToTab as H, createAddUpdates as I, filterMap as J, uniq as K, Logger$1 as L, useShallowMemo as M, CurrentLayoutContext as N, MessageOrderTracker as O, AppConfigurationContext as P, getDistanceFromDepthDataForOffset as Q, parseMessage as R, fromMillis as S, TAB_PANEL_TYPE as T, parsePixelFormat as U, deserializeDepthFrame as V, isSymbol as W, toString as X, keys as Y, getSymbols as Z, stubArray as _, baseEach as a, baseGetAllKeys as a0, getAllKeys as a1, arrayMap as a2, useMustNotChange as a3, useCurrentLayoutActions as a4, useCurrentLayoutSelector as a5, usePanelMosaicId as a6, noop as a7, useSelectedPanels as a8, useAppConfiguration as a9, useJsonTreeTheme as aa, baseFlatten as b, baseIteratee as c, dist as d, estimateObjectSize as e, baseDifference as f, getTag as g, baseKeys as h, baseIsEqual as i, castPath as j, baseGet as k, hasIn as l, shallowequal$1 as m, getPanelIdsInsideTabPanels as n, getPanelTypeFromId as o, removePanelFromTabPanel as p, getPanelIdForType as q, reportError as r, sendNotification as s, toKey as t, useGuaranteedContext as u, getPathFromNode as v, updateTabPanelLayout as w, getSaveConfigsPayloadForAddedPanel as x, replaceAndRemovePanels as y, inlineTabPanelLayouts as z };
3877
+ export { arrayPush as $, AppError as A, getAllPanelIds as B, getConfigsForNestedPanelsInsideTab as C, DEFAULT_TAB_PANEL_CONFIG as D, reorderTabWithinTabPanel as E, moveTabBetweenTabPanels as F, isTabPanelConfig as G, addPanelToTab as H, createAddUpdates as I, filterMap as J, uniq as K, Logger$1 as L, useShallowMemo as M, CurrentLayoutContext as N, MessageOrderTracker as O, AppConfigurationContext as P, getDistanceFromDepthDataForOffset as Q, parseMessage as R, fromMillis as S, TAB_PANEL_TYPE as T, parsePixelFormat as U, deserializeDepthFrame as V, isSymbol as W, toString as X, keys as Y, getSymbols as Z, stubArray as _, baseEach as a, baseGetAllKeys as a0, getAllKeys as a1, arrayMap as a2, useCurrentLayoutActions as a3, useCurrentLayoutSelector as a4, usePanelMosaicId as a5, noop as a6, useSelectedPanels as a7, useAppConfiguration as a8, useJsonTreeTheme as a9, baseFlatten as b, baseIteratee as c, dist as d, estimateObjectSize as e, baseDifference as f, getTag as g, baseKeys as h, baseIsEqual as i, castPath as j, baseGet as k, hasIn as l, shallowequal$1 as m, getPanelIdsInsideTabPanels as n, getPanelTypeFromId as o, removePanelFromTabPanel as p, getPanelIdForType as q, reportError as r, sendNotification as s, toKey as t, useGuaranteedContext as u, getPathFromNode as v, updateTabPanelLayout as w, getSaveConfigsPayloadForAddedPanel as x, replaceAndRemovePanels as y, inlineTabPanelLayouts as z };
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { e as expose, t as transfer } from './comlink-wXOdMqIH.js';
2
+ import { e as expose, t as transfer } from './comlink-jf8bdrAf.js';
3
3
 
4
4
  // This Source Code Form is subject to the terms of the Mozilla Public
5
5
  // License, v2.0. If a copy of the MPL was not distributed with this
@@ -1,8 +1,9 @@
1
1
  'use client';
2
2
  import { b as _objectSpread2, P as PointsAnnotationType, p as protobufsBySchema, T as Type, h as Profile } from './protobuf-Be0G3NFz.js';
3
- import { e as expose } from './comlink-wXOdMqIH.js';
3
+ import { e as expose } from './comlink-jf8bdrAf.js';
4
4
  import { t as typescript } from './index-Dqm1x8G2.js';
5
- import { R as parseMessage, e as estimateObjectSize, S as fromMillis, d as dist, U as parsePixelFormat, V as deserializeDepthFrame } from './depth-D_KmHuOF.js';
5
+ import { R as parseMessage, e as estimateObjectSize, S as fromMillis, d as dist, U as parsePixelFormat, V as deserializeDepthFrame } from './depth-BJ1GI-lD.js';
6
+ import { L as Logger } from './logger-Bqy1nuLj.js';
6
7
  import { i as isCapableOfEncodedStream } from './encoding-jXImCIb4.js';
7
8
  import 'react';
8
9
  import 'zustand';
@@ -318,6 +319,17 @@ function deserializeImgDetectionsCustom({
318
319
  });
319
320
  }
320
321
 
322
+ function rotatePoint(point, centerX, centerY, angleDegrees) {
323
+ const angleRad = angleDegrees * Math.PI / 180;
324
+ const xTranslated = point.x - centerX;
325
+ const yTranslated = point.y - centerY;
326
+ const xRotated = xTranslated * Math.cos(angleRad) - yTranslated * Math.sin(angleRad);
327
+ const yRotated = xTranslated * Math.sin(angleRad) + yTranslated * Math.cos(angleRad);
328
+ return {
329
+ x: xRotated + centerX,
330
+ y: yRotated + centerY
331
+ };
332
+ }
321
333
  function deserializeImgDetections({
322
334
  topic,
323
335
  message,
@@ -334,7 +346,7 @@ function deserializeImgDetections({
334
346
  };
335
347
  if (message.detections.length > 0) {
336
348
  for (const detection of message.detections) {
337
- var _message$transformati, _topicSizes$values$ne, _DETECTION_STYLE$dete, _style$label;
349
+ var _message$transformati, _topicSizes$values$ne, _DETECTION_STYLE$dete, _detection$boundingBo, _detection$boundingBo2, _detection$boundingBo3, _detection$boundingBo4, _detection$boundingBo5, _detection$boundingBo6, _detection$boundingBo7, _detection$boundingBo8, _detection$boundingBo9, _detection$boundingBo0, _detection$boundingBo1, _detection$boundingBo10, _detection$boundingBo11, _detection$boundingBo12, _detection$boundingBo13, _detection$boundingBo14, _detection$boundingBo15, _detection$boundingBo16, _style$label;
338
350
  const detectionWidth = detection.xmax - detection.xmin;
339
351
  const {
340
352
  width,
@@ -356,7 +368,19 @@ function deserializeImgDetections({
356
368
  }
357
369
  foxgloveMessage.points.push({
358
370
  timestamp: receiveTime,
359
- points: [{
371
+ points: (_detection$boundingBo = detection.boundingBox) !== null && _detection$boundingBo !== void 0 && _detection$boundingBo.angle && (_detection$boundingBo2 = detection.boundingBox) !== null && _detection$boundingBo2 !== void 0 && _detection$boundingBo2.center ? [rotatePoint({
372
+ x: detection.xmin,
373
+ y: detection.ymin
374
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
375
+ x: detection.xmin,
376
+ y: detection.ymax
377
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
378
+ x: detection.xmax,
379
+ y: detection.ymax
380
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
381
+ x: detection.xmax,
382
+ y: detection.ymin
383
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
360
384
  x: detection.xmin,
361
385
  y: detection.ymin
362
386
  }, {
@@ -430,7 +454,13 @@ function deserializeImgDetections({
430
454
  fill_color: DEBUG_COLOR
431
455
  };
432
456
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
433
- points: [{
457
+ points: (_detection$boundingBo3 = detection.boundingBox) !== null && _detection$boundingBo3 !== void 0 && _detection$boundingBo3.angle && (_detection$boundingBo4 = detection.boundingBox) !== null && _detection$boundingBo4 !== void 0 && _detection$boundingBo4.center ? [rotatePoint({
458
+ x: detection.xmin,
459
+ y: detection.ymin
460
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
461
+ x: detection.xmin + highlightSizeX,
462
+ y: detection.ymin
463
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
434
464
  x: detection.xmin,
435
465
  y: detection.ymin
436
466
  }, {
@@ -439,7 +469,13 @@ function deserializeImgDetections({
439
469
  }]
440
470
  }));
441
471
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
442
- points: [{
472
+ points: (_detection$boundingBo5 = detection.boundingBox) !== null && _detection$boundingBo5 !== void 0 && _detection$boundingBo5.angle && (_detection$boundingBo6 = detection.boundingBox) !== null && _detection$boundingBo6 !== void 0 && _detection$boundingBo6.center ? [rotatePoint({
473
+ x: detection.xmin,
474
+ y: detection.ymin
475
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
476
+ x: detection.xmin,
477
+ y: detection.ymin + highlightSizeY
478
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
443
479
  x: detection.xmin,
444
480
  y: detection.ymin
445
481
  }, {
@@ -448,7 +484,13 @@ function deserializeImgDetections({
448
484
  }]
449
485
  }));
450
486
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
451
- points: [{
487
+ points: (_detection$boundingBo7 = detection.boundingBox) !== null && _detection$boundingBo7 !== void 0 && _detection$boundingBo7.angle && (_detection$boundingBo8 = detection.boundingBox) !== null && _detection$boundingBo8 !== void 0 && _detection$boundingBo8.center ? [rotatePoint({
488
+ x: detection.xmax,
489
+ y: detection.ymin
490
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
491
+ x: detection.xmax - highlightSizeX,
492
+ y: detection.ymin
493
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
452
494
  x: detection.xmax,
453
495
  y: detection.ymin
454
496
  }, {
@@ -457,7 +499,13 @@ function deserializeImgDetections({
457
499
  }]
458
500
  }));
459
501
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
460
- points: [{
502
+ points: (_detection$boundingBo9 = detection.boundingBox) !== null && _detection$boundingBo9 !== void 0 && _detection$boundingBo9.angle && (_detection$boundingBo0 = detection.boundingBox) !== null && _detection$boundingBo0 !== void 0 && _detection$boundingBo0.center ? [rotatePoint({
503
+ x: detection.xmax,
504
+ y: detection.ymin
505
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
506
+ x: detection.xmax,
507
+ y: detection.ymin + highlightSizeY
508
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
461
509
  x: detection.xmax,
462
510
  y: detection.ymin
463
511
  }, {
@@ -466,7 +514,13 @@ function deserializeImgDetections({
466
514
  }]
467
515
  }));
468
516
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
469
- points: [{
517
+ points: (_detection$boundingBo1 = detection.boundingBox) !== null && _detection$boundingBo1 !== void 0 && _detection$boundingBo1.angle && (_detection$boundingBo10 = detection.boundingBox) !== null && _detection$boundingBo10 !== void 0 && _detection$boundingBo10.center ? [rotatePoint({
518
+ x: detection.xmax,
519
+ y: detection.ymax
520
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
521
+ x: detection.xmax - highlightSizeX,
522
+ y: detection.ymax
523
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
470
524
  x: detection.xmax,
471
525
  y: detection.ymax
472
526
  }, {
@@ -475,7 +529,13 @@ function deserializeImgDetections({
475
529
  }]
476
530
  }));
477
531
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
478
- points: [{
532
+ points: (_detection$boundingBo11 = detection.boundingBox) !== null && _detection$boundingBo11 !== void 0 && _detection$boundingBo11.angle && (_detection$boundingBo12 = detection.boundingBox) !== null && _detection$boundingBo12 !== void 0 && _detection$boundingBo12.center ? [rotatePoint({
533
+ x: detection.xmax,
534
+ y: detection.ymax
535
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
536
+ x: detection.xmax,
537
+ y: detection.ymax - highlightSizeY
538
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
479
539
  x: detection.xmax,
480
540
  y: detection.ymax
481
541
  }, {
@@ -484,7 +544,13 @@ function deserializeImgDetections({
484
544
  }]
485
545
  }));
486
546
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
487
- points: [{
547
+ points: (_detection$boundingBo13 = detection.boundingBox) !== null && _detection$boundingBo13 !== void 0 && _detection$boundingBo13.angle && (_detection$boundingBo14 = detection.boundingBox) !== null && _detection$boundingBo14 !== void 0 && _detection$boundingBo14.center ? [rotatePoint({
548
+ x: detection.xmin,
549
+ y: detection.ymax
550
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
551
+ x: detection.xmin + highlightSizeX,
552
+ y: detection.ymax
553
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
488
554
  x: detection.xmin,
489
555
  y: detection.ymax
490
556
  }, {
@@ -493,7 +559,13 @@ function deserializeImgDetections({
493
559
  }]
494
560
  }));
495
561
  foxgloveMessage.points.push(_objectSpread2(_objectSpread2({}, baseHighlightConfig), {}, {
496
- points: [{
562
+ points: (_detection$boundingBo15 = detection.boundingBox) !== null && _detection$boundingBo15 !== void 0 && _detection$boundingBo15.angle && (_detection$boundingBo16 = detection.boundingBox) !== null && _detection$boundingBo16 !== void 0 && _detection$boundingBo16.center ? [rotatePoint({
563
+ x: detection.xmin,
564
+ y: detection.ymax
565
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle), rotatePoint({
566
+ x: detection.xmin,
567
+ y: detection.ymax - highlightSizeY
568
+ }, detection.boundingBox.center.x, detection.boundingBox.center.y, detection.boundingBox.angle)] : [{
497
569
  x: detection.xmin,
498
570
  y: detection.ymax
499
571
  }, {
@@ -712,14 +784,14 @@ function deserializeDepthFrameToPointCloud({
712
784
  // This Source Code Form is subject to the terms of the Mozilla Public
713
785
  // License, v2.0. If a copy of the MPL was not distributed with this
714
786
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
715
-
787
+ const logger$3 = Logger.getLogger();
716
788
  function ensureWebCodecsSupported(target) {
717
789
  const supported = typeof target !== "undefined";
718
790
  if (!supported) {
719
791
  const isProtocolSupported = window.location.protocol === "https:" || window.location.protocol === "file:";
720
792
  const isLocalHostname = window.location.hostname === "127.0.0.1" || window.location.hostname === "localhost";
721
793
  const reason = isProtocolSupported || isLocalHostname ? "Unsupported browser" : `${target} only supports \`https\` or \`localhost\` or \`127.0.0.1\``;
722
- console.error(`${target} is not available. Reason: ${reason}`);
794
+ logger$3.error(`${target} is not available. Reason: ${reason}`);
723
795
  return false;
724
796
  }
725
797
  return true;
@@ -729,6 +801,7 @@ function ensureWebCodecsSupported(target) {
729
801
  // License, v2.0. If a copy of the MPL was not distributed with this
730
802
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
731
803
 
804
+ const logger$2 = Logger.getLogger();
732
805
  function bgrxToI420(bgrx, width, height) {
733
806
  if ((width & 1) !== 0 || (height & 1) !== 0) {
734
807
  throw new Error("I420 requires even width and height.");
@@ -900,7 +973,7 @@ function createVideoDecoder$1({
900
973
  {
901
974
  const bgrxBuffer = new Uint8Array(frame.allocationSize());
902
975
  await frame.copyTo(bgrxBuffer);
903
- console.warn("PointCloud decoder received RGBX frame.");
976
+ logger$2.warn("PointCloud decoder received RGBX frame.");
904
977
  finalBuffer = bgrxToI420(bgrxBuffer, frame.codedWidth, frame.codedHeight);
905
978
  break;
906
979
  }
@@ -913,7 +986,7 @@ function createVideoDecoder$1({
913
986
  }
914
987
  }
915
988
  if (frame.format !== "I420" && frame.format !== "NV12" && frame.format !== "RGBX" && frame.format !== "BGRX" && frame.format !== "BGRA") {
916
- console.warn("H264 decoder received unexpected frame format:", frame.format);
989
+ logger$2.warn("H264 decoder received unexpected frame format:", frame.format);
917
990
  }
918
991
  const receiveTime = (_topicDecoders$get$ti = (_topicDecoders$get = topicDecoders.get(topic)) === null || _topicDecoders$get === void 0 ? void 0 : _topicDecoders$get.timing.get(frame.timestamp)) !== null && _topicDecoders$get$ti !== void 0 ? _topicDecoders$get$ti : dist.fromMicros(frame.timestamp);
919
992
  const transformation = (_topicDecoders$get2 = topicDecoders.get(topic)) === null || _topicDecoders$get2 === void 0 ? void 0 : _topicDecoders$get2.transformations.get(frame.timestamp);
@@ -937,7 +1010,7 @@ function createVideoDecoder$1({
937
1010
  });
938
1011
  frame.close();
939
1012
  },
940
- error: console.error
1013
+ error: logger$2.error
941
1014
  });
942
1015
  }
943
1016
  async function deserializeEncodedFrameH264({
@@ -997,6 +1070,7 @@ async function deserializeEncodedFrameH264({
997
1070
  // License, v2.0. If a copy of the MPL was not distributed with this
998
1071
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
999
1072
 
1073
+ const logger$1 = Logger.getLogger();
1000
1074
  function createVideoDecoder({
1001
1075
  topic,
1002
1076
  callback,
@@ -1030,7 +1104,7 @@ function createVideoDecoder({
1030
1104
  });
1031
1105
  frame.close();
1032
1106
  },
1033
- error: console.error
1107
+ error: logger$1.error
1034
1108
  });
1035
1109
  }
1036
1110
  async function deserializeEncodedFrameH265({
@@ -1143,6 +1217,7 @@ class EncodedStreamNotSupportedError extends Error {
1143
1217
  }
1144
1218
  }
1145
1219
 
1220
+ const logger = Logger.getLogger();
1146
1221
  function errorInstanceToErrorCode(error) {
1147
1222
  if (error instanceof EncodedStreamNotSupportedError) {
1148
1223
  return "EncodedStreamNotSupported";
@@ -1163,7 +1238,7 @@ function handleMessageToDecode({
1163
1238
  }, configStore, errorCallback) {
1164
1239
  const handleDecodingError = error => {
1165
1240
  // TODO: Enable this log once we fix topic unsubscription not working
1166
- // console.error("An error occurred during DAI message decoding.", error);
1241
+ // logger.error("An error occurred during DAI message decoding.", error);
1167
1242
 
1168
1243
  // Type information about an error gets lost during transfer from worker to main thread
1169
1244
  // This means that we have to remap the errors based on type here to an 'error enum'
@@ -1172,7 +1247,7 @@ function handleMessageToDecode({
1172
1247
  };
1173
1248
  const protobufSchema = protobufsBySchema[schema];
1174
1249
  if (!protobufSchema) {
1175
- console.warn(`Unsupported message schema "${schema}"`);
1250
+ logger.warn(`Unsupported message schema "${schema}"`);
1176
1251
  handleDecodingError(new Error(`Unsupported message schema "${schema}"`));
1177
1252
  return;
1178
1253
  }
@@ -1180,7 +1255,7 @@ function handleMessageToDecode({
1180
1255
  try {
1181
1256
  const message = protobufSchema.decoder.decode(bufferArray);
1182
1257
  if (configStore.connectionConfigValue.debugLogs) {
1183
- console.debug(`[DepthAI Deserialization] Received message of type ${protobufSchema.type} on topic ${topic}`, {
1258
+ logger.debug(`[DepthAI Deserialization] Received message of type ${protobufSchema.type} on topic ${topic}`, {
1184
1259
  message
1185
1260
  });
1186
1261
  }
@@ -1352,7 +1427,7 @@ async function deserializeDepthAiMessage(args) {
1352
1427
  }
1353
1428
  default:
1354
1429
  {
1355
- console.warn(`Message decoding failed: unsupported type "${type}"`);
1430
+ logger.warn(`Message decoding failed: unsupported type "${type}"`);
1356
1431
  break;
1357
1432
  }
1358
1433
  }
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, ag as javascriptLanguage, W as LRLanguage, X as LanguageSupport, Z as LRParser, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-BJejP009.js';
2
+ import { U as styleTags, V as tags, ag as javascriptLanguage, W as LRLanguage, X as LanguageSupport, Z as LRParser, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, ac as html, X as LanguageSupport, ad as parseMixed } from './index-BJejP009.js';
2
+ import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, ac as html, X as LanguageSupport, ad as parseMixed } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, U as styleTags, V as tags, X as LanguageSupport, Z as LRParser } from './index-BJejP009.js';
2
+ import { W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, U as styleTags, V as tags, X as LanguageSupport, Z as LRParser } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, a2 as LocalTokenGroup, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a3 as flatIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-BJejP009.js';
2
+ import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, a2 as LocalTokenGroup, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a3 as flatIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-BJejP009.js';
2
+ import { U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,15 +1,16 @@
1
1
  'use client';
2
- import { ImagePanel } from './index-B7D04APi.js';
2
+ import { ImagePanel } from './index-KQ2js0SY.js';
3
3
  import 'react';
4
4
  import 'react-dom/client';
5
- import './depth-D_KmHuOF.js';
6
- import './comlink-wXOdMqIH.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
7
7
  import './protobuf-Be0G3NFz.js';
8
+ import './logger-Bqy1nuLj.js';
8
9
  import 'zustand';
9
10
  import 'react-mosaic-component';
10
11
  import '@mui/material';
11
12
  import './isArrayLikeObject-n9ytTioB.js';
12
- import './index-BJejP009.js';
13
+ import './index-C1D3H_Uz.js';
13
14
  import './utils-DmlHZWuo.js';
14
15
  import './FoxgloveServer-B98MHUu6.js';
15
16
  import 'ms';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, T as foldNodeProp, a5 as foldInside, Q as indentNodeProp, R as continuedIndent, ae as defineCSSCompletionSource, X as LanguageSupport } from './index-BJejP009.js';
2
+ import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, T as foldNodeProp, a5 as foldInside, Q as indentNodeProp, R as continuedIndent, ae as defineCSSCompletionSource, X as LanguageSupport } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';
@@ -1,8 +1,9 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, ae as defineCSSCompletionSource, X as LanguageSupport, Z as LRParser, Y as ExternalTokenizer } from './index-BJejP009.js';
2
+ import { U as styleTags, V as tags, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, ae as defineCSSCompletionSource, X as LanguageSupport, Z as LRParser, Y as ExternalTokenizer } from './index-C1D3H_Uz.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
- import './depth-D_KmHuOF.js';
5
- import './comlink-wXOdMqIH.js';
4
+ import './logger-Bqy1nuLj.js';
5
+ import './depth-BJ1GI-lD.js';
6
+ import './comlink-jf8bdrAf.js';
6
7
  import 'react';
7
8
  import 'zustand';
8
9
  import 'react-mosaic-component';