@vitessce/all 3.5.6 → 3.5.8
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.
- package/dist/{deflate-35fbdf1d.js → deflate-caecb9a5.js} +1 -1
- package/dist/{higlass-6360c0eb.js → higlass-499258e3.js} +1 -1
- package/dist/{index-91aca3e4.js → index-1f21bfa0.js} +18 -3
- package/dist/index-2732b061.js +66430 -0
- package/dist/{index-7925c6be.js → index-ec9f6e92.js} +8201 -2679
- package/dist/index.js +8 -8
- package/dist/{jpeg-8b9a25d4.js → jpeg-71127875.js} +1 -1
- package/dist/{lerc-34155be5.js → lerc-6b0aed4a.js} +1 -1
- package/dist/{lzw-bc73fdec.js → lzw-d3000914.js} +1 -1
- package/dist/{packbits-2a588df1.js → packbits-8ca42840.js} +1 -1
- package/dist/{raw-f68bddd1.js → raw-8cc54eb3.js} +1 -1
- package/dist/{troika-three-text.esm-2879f126.js → troika-three-text.esm-f2c32ddf.js} +1 -1
- package/dist/{webimage-1743d05f.js → webimage-88dacd24.js} +1 -1
- package/dist/zstd-561fda0e.js +778 -0
- package/dist-tsc/Vitessce.d.ts.map +1 -1
- package/dist-tsc/Vitessce.js +4 -3
- package/dist-tsc/base-plugins.d.ts +1 -1
- package/dist-tsc/base-plugins.d.ts.map +1 -1
- package/dist-tsc/base-plugins.js +23 -4
- package/package.json +30 -28
- package/src/Vitessce.tsx +4 -3
- package/src/base-plugins.ts +35 -0
- package/dist/zstd-ec5a40b8.js +0 -808
package/dist/index.js
CHANGED
@@ -1,14 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { bM, bK, bI, bL, bJ, bH, bN } from "./index-ec9f6e92.js";
|
2
2
|
import { useComplexCoordination, useComplexCoordinationSecondary, useCoordination, useCoordinationScopes, useCoordinationScopesBy, useGridItemSize, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull, usePageModeView } from "@vitessce/vit-s";
|
3
3
|
import "react";
|
4
4
|
import "react-dom";
|
5
5
|
export {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
6
|
+
bM as PluginAsyncFunction,
|
7
|
+
bK as PluginCoordinationType,
|
8
|
+
bI as PluginFileType,
|
9
|
+
bL as PluginJointFileType,
|
10
|
+
bJ as PluginViewType,
|
11
|
+
bH as Vitessce,
|
12
12
|
useComplexCoordination,
|
13
13
|
useComplexCoordinationSecondary,
|
14
14
|
useCoordination,
|
@@ -18,5 +18,5 @@ export {
|
|
18
18
|
useMultiCoordinationScopesNonNull,
|
19
19
|
useMultiCoordinationScopesSecondaryNonNull,
|
20
20
|
usePageModeView,
|
21
|
-
|
21
|
+
bN as z
|
22
22
|
};
|
@@ -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-
|
2
|
+
import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-ec9f6e92.js";
|
3
3
|
import "react";
|
4
4
|
import "@vitessce/vit-s";
|
5
5
|
import "react-dom";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { aB as UniformsUtils,
|
1
|
+
import { aB as UniformsUtils, bB as MeshDepthMaterial, bC as RGBADepthPacking, bD as MeshDistanceMaterial, bE as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, bF as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, bG as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-ec9f6e92.js";
|
2
2
|
import "react";
|
3
3
|
import "@vitessce/vit-s";
|
4
4
|
import "react-dom";
|