@vitessce/all 3.4.5 → 3.4.6

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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { aP as BaseDecoder } from "./index-a0d21216.js";
2
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,6 +1,6 @@
1
1
  import React__default from "react";
2
2
  import ReactDOM__default from "react-dom";
3
- import { aS as commonjsGlobal, aT as objectAssign, g as getDefaultExportFromCjs, aU as earcut, aV as getAugmentedNamespace } from "./index-a0d21216.js";
3
+ import { aS as commonjsGlobal, aT as objectAssign, g as getDefaultExportFromCjs, aU as earcut, aV as getAugmentedNamespace } from "./index-83f9cce3.js";
4
4
  function _mergeNamespaces(n, m) {
5
5
  for (var i = 0; i < m.length; i++) {
6
6
  const e = m[i];
@@ -156444,16 +156444,16 @@ async function getDecoder(fileDirectory) {
156444
156444
  const Decoder = await importFn();
156445
156445
  return new Decoder(fileDirectory);
156446
156446
  }
156447
- addDecoder([void 0, 1], () => import("./raw-eead4407.js").then((m2) => m2.default));
156448
- addDecoder(5, () => import("./lzw-5d92c02a.js").then((m2) => m2.default));
156447
+ addDecoder([void 0, 1], () => import("./raw-15b0c869.js").then((m2) => m2.default));
156448
+ addDecoder(5, () => import("./lzw-a04e4522.js").then((m2) => m2.default));
156449
156449
  addDecoder(6, () => {
156450
156450
  throw new Error("old style JPEG compression is not supported.");
156451
156451
  });
156452
- addDecoder(7, () => import("./jpeg-7e0742ed.js").then((m2) => m2.default));
156453
- addDecoder([8, 32946], () => import("./deflate-37e298ad.js").then((m2) => m2.default));
156454
- addDecoder(32773, () => import("./packbits-6b74bad0.js").then((m2) => m2.default));
156455
- addDecoder(34887, () => import("./lerc-e9376ce5.js").then((m2) => m2.default));
156456
- addDecoder(50001, () => import("./webimage-9e2a568a.js").then((m2) => m2.default));
156452
+ addDecoder(7, () => import("./jpeg-f66aaefd.js").then((m2) => m2.default));
156453
+ addDecoder([8, 32946], () => import("./deflate-e7981781.js").then((m2) => m2.default));
156454
+ addDecoder(32773, () => import("./packbits-b5b8f747.js").then((m2) => m2.default));
156455
+ addDecoder(34887, () => import("./lerc-741970d7.js").then((m2) => m2.default));
156456
+ addDecoder(50001, () => import("./webimage-c497d392.js").then((m2) => m2.default));
156457
156457
  function copyNewSize(array2, width2, height2, samplesPerPixel = 1) {
156458
156458
  return new (Object.getPrototypeOf(array2)).constructor(width2 * height2 * samplesPerPixel);
156459
156459
  }
@@ -199592,7 +199592,7 @@ class ErrorBoundary extends React__default.Component {
199592
199592
  }
199593
199593
  }
199594
199594
  const LazySpatialThree = React__default.lazy(async () => {
199595
- const { SpatialWrapper: SpatialWrapper2 } = await import("./index-27ea6e6d.js");
199595
+ const { SpatialWrapper: SpatialWrapper2 } = await import("./index-f116eaf5.js");
199596
199596
  return { default: SpatialWrapper2 };
199597
199597
  });
199598
199598
  const SpatialThreeAdapter = React__default.forwardRef((props, ref2) => jsxRuntimeExports.jsx("div", { ref: ref2, style: { width: "100%", height: "100%" }, children: jsxRuntimeExports.jsx(ErrorBoundary, { children: jsxRuntimeExports.jsx(Suspense, { fallback: jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: jsxRuntimeExports.jsx(LazySpatialThree, { ...props }) }) }) }));
@@ -208640,7 +208640,7 @@ const HIGLASS_BUNDLE_VERSION = "1.11.13";
208640
208640
  const HIGLASS_CSS_URL = `https://unpkg.com/${HIGLASS_PKG_NAME}@${HIGLASS_BUNDLE_VERSION}/dist/hglib.css`;
208641
208641
  register({ dataFetcher: ZarrMultivecDataFetcher_default, config: ZarrMultivecDataFetcher_default.config }, { pluginType: "dataFetcher" });
208642
208642
  const LazyHiGlassComponent = React__default.lazy(async () => {
208643
- const { HiGlassComponent } = await import("./hglib-382a2a9f.js").then((n3) => n3.h);
208643
+ const { HiGlassComponent } = await import("./hglib-bba39ae0.js").then((n3) => n3.h);
208644
208644
  return { default: HiGlassComponent };
208645
208645
  });
208646
208646
  const HG_SIZE = 800;
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, R as Raycaster, O as OrthographicCamera, P as PerspectiveCamera, S as Scene, a as PCFSoftShadowMap, N as NoToneMapping, A as ACESFilmicToneMapping, V as Vector2, b as Vector3, L as Layers, T as Texture, c as RGBAFormat, U as UnsignedByteType, W as WebGLRenderer, C as Camera, B as BasicShadowMap, d as PCFShadowMap, e as VSMShadowMap, f as BufferGeometry, M as Material, h as Color, i as Clock, _ as _extends, j as THREE, G as Group, k as Matrix4, l as TrianglesDrawMode, m as TriangleFanDrawMode, n as TriangleStripDrawMode, o as REVISION, p as Loader, q as LoaderUtils, F as FileLoader, r as SpotLight, s as PointLight, D as DirectionalLight, t as MeshBasicMaterial, u as MeshPhysicalMaterial, I as InstancedMesh, v as Object3D, w as TextureLoader, x as ImageBitmapLoader, y as BufferAttribute, z as InterleavedBuffer, E as LinearFilter, H as LinearMipmapLinearFilter, J as RepeatWrapping, K as PointsMaterial, Q as LineBasicMaterial, X as MeshStandardMaterial, Y as DoubleSide, Z as PropertyBinding, $ as SkinnedMesh, a0 as Mesh, a1 as LineSegments, a2 as Line$1, a3 as LineLoop, a4 as Points, a5 as MathUtils, a6 as Skeleton, a7 as InterpolateLinear, a8 as AnimationClip, a9 as Bone, aa as Quaternion, ab as NearestFilter, ac as NearestMipmapNearestFilter, ad as LinearMipmapNearestFilter, ae as NearestMipmapLinearFilter, af as ClampToEdgeWrapping, ag as MirroredRepeatWrapping, ah as InterpolateDiscrete, ai as FrontSide, aj as InterleavedBufferAttribute, ak as VectorKeyframeTrack, al as QuaternionKeyframeTrack, am as NumberKeyframeTrack, an as Box3, ao as Sphere, ap as Interpolant, aq as SphereGeometry, ar as Ray$1, as as Plane, at as EventDispatcher, au as MOUSE, av as TOUCH, aw as Spherical, ax as InstancedBufferGeometry, ay as Float32BufferAttribute, az as InstancedInterleavedBuffer, aA as WireframeGeometry, aB as ShaderMaterial, aC as UniformsUtils, aD as UniformsLib, aE as Vector4, aF as Line3, aG as Triangle, aH as BackSide, aI as jsxRuntimeExports, aJ as Matrix3, aK as CoordinationType, aL as Data3DTexture, aM as RedFormat, aN as FloatType, aO as getImageSize } from "./index-a0d21216.js";
1
+ import { g as getDefaultExportFromCjs, R as Raycaster, O as OrthographicCamera, P as PerspectiveCamera, S as Scene, a as PCFSoftShadowMap, N as NoToneMapping, A as ACESFilmicToneMapping, V as Vector2, b as Vector3, L as Layers, T as Texture, c as RGBAFormat, U as UnsignedByteType, W as WebGLRenderer, C as Camera, B as BasicShadowMap, d as PCFShadowMap, e as VSMShadowMap, f as BufferGeometry, M as Material, h as Color, i as Clock, _ as _extends, j as THREE, G as Group, k as Matrix4, l as TrianglesDrawMode, m as TriangleFanDrawMode, n as TriangleStripDrawMode, o as REVISION, p as Loader, q as LoaderUtils, F as FileLoader, r as SpotLight, s as PointLight, D as DirectionalLight, t as MeshBasicMaterial, u as MeshPhysicalMaterial, I as InstancedMesh, v as Object3D, w as TextureLoader, x as ImageBitmapLoader, y as BufferAttribute, z as InterleavedBuffer, E as LinearFilter, H as LinearMipmapLinearFilter, J as RepeatWrapping, K as PointsMaterial, Q as LineBasicMaterial, X as MeshStandardMaterial, Y as DoubleSide, Z as PropertyBinding, $ as SkinnedMesh, a0 as Mesh, a1 as LineSegments, a2 as Line$1, a3 as LineLoop, a4 as Points, a5 as MathUtils, a6 as Skeleton, a7 as InterpolateLinear, a8 as AnimationClip, a9 as Bone, aa as Quaternion, ab as NearestFilter, ac as NearestMipmapNearestFilter, ad as LinearMipmapNearestFilter, ae as NearestMipmapLinearFilter, af as ClampToEdgeWrapping, ag as MirroredRepeatWrapping, ah as InterpolateDiscrete, ai as FrontSide, aj as InterleavedBufferAttribute, ak as VectorKeyframeTrack, al as QuaternionKeyframeTrack, am as NumberKeyframeTrack, an as Box3, ao as Sphere, ap as Interpolant, aq as SphereGeometry, ar as Ray$1, as as Plane, at as EventDispatcher, au as MOUSE, av as TOUCH, aw as Spherical, ax as InstancedBufferGeometry, ay as Float32BufferAttribute, az as InstancedInterleavedBuffer, aA as WireframeGeometry, aB as ShaderMaterial, aC as UniformsUtils, aD as UniformsLib, aE as Vector4, aF as Line3, aG as Triangle, aH as BackSide, aI as jsxRuntimeExports, aJ as Matrix3, aK as CoordinationType, aL as Data3DTexture, aM as RedFormat, aN as FloatType, aO as getImageSize } from "./index-83f9cce3.js";
2
2
  import * as React from "react";
3
3
  import React__default, { useReducer, useRef, useDebugValue, useEffect, useLayoutEffect, useState, useMemo, forwardRef } from "react";
4
4
  import "@vitessce/vit-s";
@@ -23800,7 +23800,7 @@ const Text = /* @__PURE__ */ React.forwardRef(({
23800
23800
  const {
23801
23801
  Text: TextMeshImpl,
23802
23802
  preloadFont
23803
- } = suspend(async () => import("./troika-three-text.esm-f1101f37.js"), []);
23803
+ } = suspend(async () => import("./troika-three-text.esm-8933bcf9.js"), []);
23804
23804
  const invalidate2 = useThree(({
23805
23805
  invalidate: invalidate3
23806
23806
  }) => invalidate3);
@@ -28769,7 +28769,7 @@ const SpatialWrapper = forwardRef((props, canvasRef) => jsxRuntimeExports.jsxs("
28769
28769
  background: "rgba(0, 0, 0, 0.0)",
28770
28770
  zIndex: 1,
28771
28771
  position: "absolute"
28772
- }, children: (status) => status ? jsxRuntimeExports.jsx("div", { style: {
28772
+ }, children: (status) => status !== "unsupported" ? jsxRuntimeExports.jsx("div", { style: {
28773
28773
  border: "1px solid white",
28774
28774
  padding: "12px 24px",
28775
28775
  borderRadius: "4px",
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b3, b1, b4, b2, b0, b5 } from "./index-a0d21216.js";
1
+ import { b3, b1, b4, b2, b0, b5 } from "./index-83f9cce3.js";
2
2
  import { useCoordination } from "@vitessce/vit-s";
3
3
  import "react";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-a0d21216.js";
1
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-a0d21216.js";
2
+ import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-83f9cce3.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-a0d21216.js";
1
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-a0d21216.js";
1
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-a0d21216.js";
1
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aC as UniformsUtils, aW as MeshDepthMaterial, aX as RGBADepthPacking, aY as MeshDistanceMaterial, aZ as ShaderChunk, T as Texture, E as LinearFilter, ax as InstancedBufferGeometry, ao as Sphere, an as Box3, aH as BackSide, Y as DoubleSide, a_ as InstancedBufferAttribute, V as Vector2, aE as Vector4, h as Color, aJ as Matrix3, a0 as Mesh, ai as FrontSide, a$ as PlaneGeometry, f as BufferGeometry, ay as Float32BufferAttribute, t as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-a0d21216.js";
1
+ import { aC as UniformsUtils, aW as MeshDepthMaterial, aX as RGBADepthPacking, aY as MeshDistanceMaterial, aZ as ShaderChunk, T as Texture, E as LinearFilter, ax as InstancedBufferGeometry, ao as Sphere, an as Box3, aH as BackSide, Y as DoubleSide, a_ as InstancedBufferAttribute, V as Vector2, aE as Vector4, h as Color, aJ as Matrix3, a0 as Mesh, ai as FrontSide, a$ as PlaneGeometry, f as BufferGeometry, ay as Float32BufferAttribute, t as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-a0d21216.js";
1
+ import { aP as BaseDecoder } from "./index-83f9cce3.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/all",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -18,29 +18,29 @@
18
18
  "dependencies": {
19
19
  "@material-ui/core": "~4.12.3",
20
20
  "zod": "^3.21.4",
21
- "@vitessce/constants-internal": "3.4.5",
22
- "@vitessce/csv": "3.4.5",
23
- "@vitessce/description": "3.4.5",
24
- "@vitessce/feature-list": "3.4.5",
25
- "@vitessce/genomic-profiles": "3.4.5",
26
- "@vitessce/heatmap": "3.4.5",
27
- "@vitessce/glb": "3.4.5",
28
- "@vitessce/json": "3.4.5",
29
- "@vitessce/layer-controller-beta": "3.4.5",
30
- "@vitessce/layer-controller": "3.4.5",
31
- "@vitessce/obs-sets-manager": "3.4.5",
32
- "@vitessce/ome-tiff": "3.4.5",
33
- "@vitessce/plugins": "3.4.5",
34
- "@vitessce/scatterplot-embedding": "3.4.5",
35
- "@vitessce/scatterplot-gating": "3.4.5",
36
- "@vitessce/schemas": "3.4.5",
37
- "@vitessce/spatial": "3.4.5",
38
- "@vitessce/spatial-beta": "3.4.5",
39
- "@vitessce/status": "3.4.5",
40
- "@vitessce/statistical-plots": "3.4.5",
41
- "@vitessce/zarr": "3.4.5",
42
- "@vitessce/spatial-three": "3.4.5",
43
- "@vitessce/vit-s": "3.4.5"
21
+ "@vitessce/constants-internal": "3.4.6",
22
+ "@vitessce/csv": "3.4.6",
23
+ "@vitessce/description": "3.4.6",
24
+ "@vitessce/feature-list": "3.4.6",
25
+ "@vitessce/genomic-profiles": "3.4.6",
26
+ "@vitessce/heatmap": "3.4.6",
27
+ "@vitessce/json": "3.4.6",
28
+ "@vitessce/glb": "3.4.6",
29
+ "@vitessce/layer-controller-beta": "3.4.6",
30
+ "@vitessce/layer-controller": "3.4.6",
31
+ "@vitessce/obs-sets-manager": "3.4.6",
32
+ "@vitessce/ome-tiff": "3.4.6",
33
+ "@vitessce/plugins": "3.4.6",
34
+ "@vitessce/scatterplot-embedding": "3.4.6",
35
+ "@vitessce/schemas": "3.4.6",
36
+ "@vitessce/spatial": "3.4.6",
37
+ "@vitessce/scatterplot-gating": "3.4.6",
38
+ "@vitessce/statistical-plots": "3.4.6",
39
+ "@vitessce/spatial-beta": "3.4.6",
40
+ "@vitessce/status": "3.4.6",
41
+ "@vitessce/vit-s": "3.4.6",
42
+ "@vitessce/spatial-three": "3.4.6",
43
+ "@vitessce/zarr": "3.4.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^18.0.28",