@vitessce/neuroglancer 3.8.10 → 3.9.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.
@@ -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-C_tRTP7C.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-DK1BA3pP.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -252,6 +252,7 @@ const CoordinationType$1 = {
252
252
  OBS_SET_HIGHLIGHT: "obsSetHighlight",
253
253
  OBS_SET_EXPANSION: "obsSetExpansion",
254
254
  OBS_SET_COLOR: "obsSetColor",
255
+ FEATURE_COLOR: "featureColor",
255
256
  FEATURE_HIGHLIGHT: "featureHighlight",
256
257
  FEATURE_SELECTION: "featureSelection",
257
258
  FEATURE_SET_SELECTION: "featureSetSelection",
@@ -307,6 +308,8 @@ const CoordinationType$1 = {
307
308
  // Per-spatial-layer
308
309
  SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
309
310
  // Per-image-channel (for spatial-accelerated)
311
+ SPATIAL_LOD_FACTOR: "spatialLodFactor",
312
+ // LOD factor for 3D volume rendering
310
313
  // For clipping plane sliders
311
314
  SPATIAL_SLICE_X: "spatialSliceX",
312
315
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -827,6 +830,8 @@ const COMPONENT_COORDINATION_TYPES = {
827
830
  CoordinationType$1.OBS_SET_FILTER,
828
831
  CoordinationType$1.OBS_SET_HIGHLIGHT,
829
832
  CoordinationType$1.OBS_SET_COLOR,
833
+ CoordinationType$1.FEATURE_COLOR,
834
+ CoordinationType$1.FEATURE_FILTER_MODE,
830
835
  CoordinationType$1.FEATURE_HIGHLIGHT,
831
836
  CoordinationType$1.FEATURE_SELECTION,
832
837
  CoordinationType$1.FEATURE_VALUE_COLORMAP,
@@ -1041,6 +1046,8 @@ const COMPONENT_COORDINATION_TYPES = {
1041
1046
  CoordinationType$1.SPATIAL_SPOT_STROKE_WIDTH,
1042
1047
  CoordinationType$1.SPATIAL_LAYER_COLOR,
1043
1048
  CoordinationType$1.OBS_COLOR_ENCODING,
1049
+ CoordinationType$1.FEATURE_COLOR,
1050
+ CoordinationType$1.FEATURE_FILTER_MODE,
1044
1051
  CoordinationType$1.FEATURE_VALUE_COLORMAP,
1045
1052
  CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
1046
1053
  CoordinationType$1.FEATURE_SELECTION,
@@ -28193,7 +28200,7 @@ function NeuroglancerGlobalStyles(props) {
28193
28200
  }
28194
28201
  ));
28195
28202
  }
28196
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CNZmy8oz.js"));
28203
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-C3H4HHzG.js"));
28197
28204
  function createWorker() {
28198
28205
  return new WorkerFactory();
28199
28206
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-C_tRTP7C.js";
1
+ import { N } from "./index-DK1BA3pP.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.10",
3
+ "version": "3.9.0",
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.10",
24
- "@vitessce/styles": "3.8.10",
25
- "@vitessce/constants-internal": "3.8.10",
26
- "@vitessce/vit-s": "3.8.10",
27
- "@vitessce/sets-utils": "3.8.10",
28
- "@vitessce/utils": "3.8.10",
29
- "@vitessce/tooltip": "3.8.10"
23
+ "@vitessce/neuroglancer-workers": "3.9.0",
24
+ "@vitessce/constants-internal": "3.9.0",
25
+ "@vitessce/vit-s": "3.9.0",
26
+ "@vitessce/sets-utils": "3.9.0",
27
+ "@vitessce/styles": "3.9.0",
28
+ "@vitessce/utils": "3.9.0",
29
+ "@vitessce/tooltip": "3.9.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",