@vitessce/neuroglancer 3.8.4 → 3.8.6

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.
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import React__default from "react";
5
- import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-DsWF_aiv.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-C_tRTP7C.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -1165,6 +1165,7 @@ const COMPONENT_COORDINATION_TYPES = {
1165
1165
  CoordinationType$1.FEATURE_SELECTION,
1166
1166
  CoordinationType$1.FEATURE_VALUE_COLORMAP,
1167
1167
  CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
1168
+ CoordinationType$1.FEATURE_AGGREGATION_STRATEGY,
1168
1169
  // TODO: CoordinationType.FEATURE_COLOR_ENCODING,
1169
1170
  // TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
1170
1171
  CoordinationType$1.TOOLTIPS_VISIBLE,
@@ -28192,7 +28193,7 @@ function NeuroglancerGlobalStyles(props) {
28192
28193
  }
28193
28194
  ));
28194
28195
  }
28195
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-Yc6wLA5U.js"));
28196
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CNZmy8oz.js"));
28196
28197
  function createWorker() {
28197
28198
  return new WorkerFactory();
28198
28199
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-DsWF_aiv.js";
1
+ import { N } from "./index-C_tRTP7C.js";
2
2
  export {
3
3
  N as NeuroglancerSubscriber
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/neuroglancer",
3
- "version": "3.8.4",
3
+ "version": "3.8.6",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -20,13 +20,13 @@
20
20
  "lodash-es": "^4.17.21",
21
21
  "three": "^0.154.0",
22
22
  "react": "18.3.1",
23
- "@vitessce/neuroglancer-workers": "3.8.4",
24
- "@vitessce/styles": "3.8.4",
25
- "@vitessce/constants-internal": "3.8.4",
26
- "@vitessce/sets-utils": "3.8.4",
27
- "@vitessce/vit-s": "3.8.4",
28
- "@vitessce/utils": "3.8.4",
29
- "@vitessce/tooltip": "3.8.4"
23
+ "@vitessce/neuroglancer-workers": "3.8.6",
24
+ "@vitessce/styles": "3.8.6",
25
+ "@vitessce/constants-internal": "3.8.6",
26
+ "@vitessce/vit-s": "3.8.6",
27
+ "@vitessce/sets-utils": "3.8.6",
28
+ "@vitessce/utils": "3.8.6",
29
+ "@vitessce/tooltip": "3.8.6"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",