@vitessce/neuroglancer 3.8.9 → 3.8.13

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-BDIjPdOJ.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -307,6 +307,8 @@ const CoordinationType$1 = {
307
307
  // Per-spatial-layer
308
308
  SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
309
309
  // Per-image-channel (for spatial-accelerated)
310
+ SPATIAL_LOD_FACTOR: "spatialLodFactor",
311
+ // LOD factor for 3D volume rendering
310
312
  // For clipping plane sliders
311
313
  SPATIAL_SLICE_X: "spatialSliceX",
312
314
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -28193,7 +28195,7 @@ function NeuroglancerGlobalStyles(props) {
28193
28195
  }
28194
28196
  ));
28195
28197
  }
28196
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CNZmy8oz.js"));
28198
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-BNZT4_8O.js"));
28197
28199
  function createWorker() {
28198
28200
  return new WorkerFactory();
28199
28201
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-C_tRTP7C.js";
1
+ import { N } from "./index-BDIjPdOJ.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.9",
3
+ "version": "3.8.13",
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.9",
24
- "@vitessce/styles": "3.8.9",
25
- "@vitessce/constants-internal": "3.8.9",
26
- "@vitessce/vit-s": "3.8.9",
27
- "@vitessce/sets-utils": "3.8.9",
28
- "@vitessce/utils": "3.8.9",
29
- "@vitessce/tooltip": "3.8.9"
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"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",