@vitessce/neuroglancer 3.7.1 → 3.8.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-w8xI9TWU.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-C-a5i748.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -8,6 +8,7 @@ const ViewType$1 = {
8
8
  SCATTERPLOT: "scatterplot",
9
9
  SPATIAL: "spatial",
10
10
  SPATIAL_BETA: "spatialBeta",
11
+ SPATIAL_ACCELERATED: "spatialAccelerated",
11
12
  HEATMAP: "heatmap",
12
13
  LAYER_CONTROLLER: "layerController",
13
14
  LAYER_CONTROLLER_BETA: "layerControllerBeta",
@@ -301,6 +302,8 @@ const CoordinationType$1 = {
301
302
  // Could be per-image-layer
302
303
  SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
303
304
  // Per-spatial-layer
305
+ SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
306
+ // Per-image-channel (for spatial-accelerated)
304
307
  // For clipping plane sliders
305
308
  SPATIAL_SLICE_X: "spatialSliceX",
306
309
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -849,6 +852,7 @@ const COMPONENT_COORDINATION_TYPES = {
849
852
  CoordinationType$1.SPATIAL_RENDERING_MODE,
850
853
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
851
854
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
855
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
852
856
  CoordinationType$1.SPATIAL_SLICE_X,
853
857
  CoordinationType$1.SPATIAL_SLICE_Y,
854
858
  CoordinationType$1.SPATIAL_SLICE_Z,
@@ -1022,6 +1026,7 @@ const COMPONENT_COORDINATION_TYPES = {
1022
1026
  CoordinationType$1.SPATIAL_RENDERING_MODE,
1023
1027
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
1024
1028
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
1029
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
1025
1030
  CoordinationType$1.SPATIAL_SLICE_X,
1026
1031
  CoordinationType$1.SPATIAL_SLICE_Y,
1027
1032
  CoordinationType$1.SPATIAL_SLICE_Z,
@@ -28168,7 +28173,7 @@ function NeuroglancerGlobalStyles(props) {
28168
28173
  }
28169
28174
  ));
28170
28175
  }
28171
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-C0i-a6Cw.js"));
28176
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-gkMaZkr6.js"));
28172
28177
  function createWorker() {
28173
28178
  return new WorkerFactory();
28174
28179
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-w8xI9TWU.js";
1
+ import { N } from "./index-C-a5i748.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.7.1",
3
+ "version": "3.8.0",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -19,19 +19,19 @@
19
19
  "@janelia-flyem/neuroglancer": "2.37.5",
20
20
  "lodash-es": "^4.17.21",
21
21
  "three": "^0.154.0",
22
- "react": "^18.0.0",
23
- "@vitessce/neuroglancer-workers": "3.7.1",
24
- "@vitessce/styles": "3.7.1",
25
- "@vitessce/constants-internal": "3.7.1",
26
- "@vitessce/vit-s": "3.7.1",
27
- "@vitessce/sets-utils": "3.7.1",
28
- "@vitessce/utils": "3.7.1",
29
- "@vitessce/tooltip": "3.7.1"
22
+ "react": "18.3.1",
23
+ "@vitessce/neuroglancer-workers": "3.8.0",
24
+ "@vitessce/styles": "3.8.0",
25
+ "@vitessce/constants-internal": "3.8.0",
26
+ "@vitessce/vit-s": "3.8.0",
27
+ "@vitessce/sets-utils": "3.8.0",
28
+ "@vitessce/utils": "3.8.0",
29
+ "@vitessce/tooltip": "3.8.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "^16.3.0",
34
- "react-dom": "^18.0.0",
34
+ "react-dom": "18.3.1",
35
35
  "vite": "^7.0.0",
36
36
  "vitest": "^3.1.4"
37
37
  },