@vitessce/neuroglancer 3.8.13 → 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-BDIjPdOJ.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",
@@ -829,6 +830,8 @@ const COMPONENT_COORDINATION_TYPES = {
829
830
  CoordinationType$1.OBS_SET_FILTER,
830
831
  CoordinationType$1.OBS_SET_HIGHLIGHT,
831
832
  CoordinationType$1.OBS_SET_COLOR,
833
+ CoordinationType$1.FEATURE_COLOR,
834
+ CoordinationType$1.FEATURE_FILTER_MODE,
832
835
  CoordinationType$1.FEATURE_HIGHLIGHT,
833
836
  CoordinationType$1.FEATURE_SELECTION,
834
837
  CoordinationType$1.FEATURE_VALUE_COLORMAP,
@@ -1043,6 +1046,8 @@ const COMPONENT_COORDINATION_TYPES = {
1043
1046
  CoordinationType$1.SPATIAL_SPOT_STROKE_WIDTH,
1044
1047
  CoordinationType$1.SPATIAL_LAYER_COLOR,
1045
1048
  CoordinationType$1.OBS_COLOR_ENCODING,
1049
+ CoordinationType$1.FEATURE_COLOR,
1050
+ CoordinationType$1.FEATURE_FILTER_MODE,
1046
1051
  CoordinationType$1.FEATURE_VALUE_COLORMAP,
1047
1052
  CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
1048
1053
  CoordinationType$1.FEATURE_SELECTION,
@@ -28195,7 +28200,7 @@ function NeuroglancerGlobalStyles(props) {
28195
28200
  }
28196
28201
  ));
28197
28202
  }
28198
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-BNZT4_8O.js"));
28203
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-C3H4HHzG.js"));
28199
28204
  function createWorker() {
28200
28205
  return new WorkerFactory();
28201
28206
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-BDIjPdOJ.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.13",
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.13",
24
- "@vitessce/styles": "3.8.13",
25
- "@vitessce/constants-internal": "3.8.13",
26
- "@vitessce/vit-s": "3.8.13",
27
- "@vitessce/sets-utils": "3.8.13",
28
- "@vitessce/utils": "3.8.13",
29
- "@vitessce/tooltip": "3.8.13"
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",