@vitessce/neuroglancer 3.9.8 → 3.9.10

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-anGvS-pL.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-Bjp1TxpY.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -161,6 +161,7 @@ const FileType$1 = {
161
161
  OBS_LABELS_MUDATA_ZARR: "obsLabels.mudata.zarr",
162
162
  FEATURE_LABELS_MUDATA_ZARR: "featureLabels.mudata.zarr",
163
163
  GENOMIC_PROFILES_ZARR: "genomic-profiles.zarr",
164
+ GENOMIC_PROFILES_ZARR_ZIP: "genomic-profiles.zarr.zip",
164
165
  NEIGHBORHOODS_JSON: "neighborhoods.json",
165
166
  // OME-TIFF
166
167
  IMAGE_OME_TIFF: "image.ome-tiff",
@@ -428,6 +429,7 @@ const ViewHelpMapping = {
428
429
  [FileType$1.OBS_LABELS_MOLECULES_JSON]: DataType$1.OBS_LABELS,
429
430
  // For old file types
430
431
  [FileType$1.GENOMIC_PROFILES_ZARR]: DataType$1.GENOMIC_PROFILES,
432
+ [FileType$1.GENOMIC_PROFILES_ZARR_ZIP]: DataType$1.GENOMIC_PROFILES,
431
433
  [FileType$1.NEIGHBORHOODS_JSON]: DataType$1.NEIGHBORHOODS
432
434
  });
433
435
  ({
@@ -592,6 +594,10 @@ const ViewHelpMapping = {
592
594
  },
593
595
  [FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
594
596
  zip: FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP
597
+ },
598
+ // For genomic profiles:
599
+ [FileType$1.GENOMIC_PROFILES_ZARR]: {
600
+ zip: FileType$1.GENOMIC_PROFILES_ZARR_ZIP
595
601
  }
596
602
  });
597
603
  [
@@ -34687,7 +34693,7 @@ function NeuroglancerGlobalStyles(props) {
34687
34693
  }
34688
34694
  ));
34689
34695
  }
34690
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-Bxe4YcLF.js"));
34696
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-B3fUzgXA.js"));
34691
34697
  function createWorker() {
34692
34698
  const worker = new WorkerFactory$1();
34693
34699
  worker.AsyncComputationWorker = WorkerFactory;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-anGvS-pL.js";
1
+ import { N } from "./index-Bjp1TxpY.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.9.8",
3
+ "version": "3.9.10",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -20,14 +20,14 @@
20
20
  "lodash-es": "^4.17.21",
21
21
  "three": "^0.154.0",
22
22
  "react": "18.3.1",
23
- "@vitessce/neuroglancer-workers": "3.9.8",
24
- "@vitessce/vit-s": "3.9.8",
25
- "@vitessce/styles": "3.9.8",
26
- "@vitessce/sets-utils": "3.9.8",
27
- "@vitessce/constants-internal": "3.9.8",
28
- "@vitessce/utils": "3.9.8",
29
- "@vitessce/tooltip": "3.9.8",
30
- "@vitessce/legend": "3.9.8"
23
+ "@vitessce/neuroglancer-workers": "3.9.10",
24
+ "@vitessce/constants-internal": "3.9.10",
25
+ "@vitessce/styles": "3.9.10",
26
+ "@vitessce/vit-s": "3.9.10",
27
+ "@vitessce/sets-utils": "3.9.10",
28
+ "@vitessce/utils": "3.9.10",
29
+ "@vitessce/legend": "3.9.10",
30
+ "@vitessce/tooltip": "3.9.10"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",