@vitessce/neuroglancer 3.8.3 → 3.8.5
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-
|
|
5
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-C_tRTP7C.js";
|
|
6
6
|
var es6_object_assign = {};
|
|
7
7
|
var _global = { exports: {} };
|
|
8
8
|
var hasRequired_global;
|
|
@@ -1165,6 +1165,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1165
1165
|
CoordinationType$1.FEATURE_SELECTION,
|
|
1166
1166
|
CoordinationType$1.FEATURE_VALUE_COLORMAP,
|
|
1167
1167
|
CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
|
|
1168
|
+
CoordinationType$1.FEATURE_AGGREGATION_STRATEGY,
|
|
1168
1169
|
// TODO: CoordinationType.FEATURE_COLOR_ENCODING,
|
|
1169
1170
|
// TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
|
|
1170
1171
|
CoordinationType$1.TOOLTIPS_VISIBLE,
|
|
@@ -10544,7 +10545,10 @@ z.object({
|
|
|
10544
10545
|
obsSets: obsSetsSpatialdataSchema,
|
|
10545
10546
|
obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
|
|
10546
10547
|
// TODO: obsLabels
|
|
10547
|
-
|
|
10548
|
+
featureLabels: z.union([
|
|
10549
|
+
annDataFeatureLabels,
|
|
10550
|
+
z.array(annDataConvenienceFeatureLabelsItem)
|
|
10551
|
+
]),
|
|
10548
10552
|
// TODO: allow specifying tablePath and region at the top-level here.
|
|
10549
10553
|
coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
|
|
10550
10554
|
}).partial();
|
|
@@ -28189,7 +28193,7 @@ function NeuroglancerGlobalStyles(props) {
|
|
|
28189
28193
|
}
|
|
28190
28194
|
));
|
|
28191
28195
|
}
|
|
28192
|
-
const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-
|
|
28196
|
+
const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CNZmy8oz.js"));
|
|
28193
28197
|
function createWorker() {
|
|
28194
28198
|
return new WorkerFactory();
|
|
28195
28199
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/neuroglancer",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
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.
|
|
24
|
-
"@vitessce/styles": "3.8.
|
|
25
|
-
"@vitessce/constants-internal": "3.8.
|
|
26
|
-
"@vitessce/vit-s": "3.8.
|
|
27
|
-
"@vitessce/sets-utils": "3.8.
|
|
28
|
-
"@vitessce/utils": "3.8.
|
|
29
|
-
"@vitessce/tooltip": "3.8.
|
|
23
|
+
"@vitessce/neuroglancer-workers": "3.8.5",
|
|
24
|
+
"@vitessce/styles": "3.8.5",
|
|
25
|
+
"@vitessce/constants-internal": "3.8.5",
|
|
26
|
+
"@vitessce/vit-s": "3.8.5",
|
|
27
|
+
"@vitessce/sets-utils": "3.8.5",
|
|
28
|
+
"@vitessce/utils": "3.8.5",
|
|
29
|
+
"@vitessce/tooltip": "3.8.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/jest-dom": "^6.6.3",
|