@vitessce/scatterplot 3.3.5 → 3.3.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.
- package/dist/{deflate-a5971832.js → deflate-62dd713f.js} +1 -1
- package/dist/{index-89b39350.js → index-fe788b76.js} +9 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-fbf98ea3.js → jpeg-9ce29aa3.js} +1 -1
- package/dist/{lerc-32d3d23a.js → lerc-ee9b7cbb.js} +1 -1
- package/dist/{lzw-eee0f4ba.js → lzw-b4b8bbeb.js} +1 -1
- package/dist/{packbits-591ffe73.js → packbits-d4c6b85a.js} +1 -1
- package/dist/{raw-fc2d907b.js → raw-53c015d7.js} +1 -1
- package/dist/{webimage-e8a123ef.js → webimage-c50503cd.js} +1 -1
- package/package.json +7 -7
|
@@ -104765,16 +104765,16 @@ function addDecoder(cases, importFn) {
|
|
|
104765
104765
|
}
|
|
104766
104766
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
104767
104767
|
}
|
|
104768
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
104769
|
-
addDecoder(5, () => import("./lzw-
|
|
104768
|
+
addDecoder([void 0, 1], () => import("./raw-53c015d7.js").then((m2) => m2.default));
|
|
104769
|
+
addDecoder(5, () => import("./lzw-b4b8bbeb.js").then((m2) => m2.default));
|
|
104770
104770
|
addDecoder(6, () => {
|
|
104771
104771
|
throw new Error("old style JPEG compression is not supported.");
|
|
104772
104772
|
});
|
|
104773
|
-
addDecoder(7, () => import("./jpeg-
|
|
104774
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
104775
|
-
addDecoder(32773, () => import("./packbits-
|
|
104776
|
-
addDecoder(34887, () => import("./lerc-
|
|
104777
|
-
addDecoder(50001, () => import("./webimage-
|
|
104773
|
+
addDecoder(7, () => import("./jpeg-9ce29aa3.js").then((m2) => m2.default));
|
|
104774
|
+
addDecoder([8, 32946], () => import("./deflate-62dd713f.js").then((m2) => m2.default));
|
|
104775
|
+
addDecoder(32773, () => import("./packbits-d4c6b85a.js").then((m2) => m2.default));
|
|
104776
|
+
addDecoder(34887, () => import("./lerc-ee9b7cbb.js").then((m2) => m2.default));
|
|
104777
|
+
addDecoder(50001, () => import("./webimage-c50503cd.js").then((m2) => m2.default));
|
|
104778
104778
|
function decodeRowAcc(row, stride) {
|
|
104779
104779
|
let length2 = row.length - stride;
|
|
104780
104780
|
let offset5 = 0;
|
|
@@ -116852,8 +116852,9 @@ function capitalize$1(word) {
|
|
|
116852
116852
|
}
|
|
116853
116853
|
const DEFAULT_DARK_COLOR = [50, 50, 50];
|
|
116854
116854
|
const DEFAULT_LIGHT_COLOR = [200, 200, 200];
|
|
116855
|
+
const DEFAULT_LIGHT2_COLOR = [235, 235, 235];
|
|
116855
116856
|
function getDefaultColor(theme) {
|
|
116856
|
-
return theme === "dark" ? DEFAULT_DARK_COLOR : DEFAULT_LIGHT_COLOR;
|
|
116857
|
+
return theme === "dark" ? DEFAULT_DARK_COLOR : theme === "light" ? DEFAULT_LIGHT_COLOR : DEFAULT_LIGHT2_COLOR;
|
|
116857
116858
|
}
|
|
116858
116859
|
function r(e2) {
|
|
116859
116860
|
var t, f2, n2 = "";
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-fe788b76.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"d3-quadtree": "^1.0.7",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
25
|
"react-aria": "^3.28.0",
|
|
26
|
-
"@vitessce/constants-internal": "3.3.
|
|
27
|
-
"@vitessce/gl": "3.3.
|
|
28
|
-
"@vitessce/icons": "3.3.
|
|
29
|
-
"@vitessce/
|
|
30
|
-
"@vitessce/
|
|
31
|
-
"@vitessce/vit-s": "3.3.
|
|
26
|
+
"@vitessce/constants-internal": "3.3.6",
|
|
27
|
+
"@vitessce/gl": "3.3.6",
|
|
28
|
+
"@vitessce/icons": "3.3.6",
|
|
29
|
+
"@vitessce/utils": "3.3.6",
|
|
30
|
+
"@vitessce/tooltip": "3.3.6",
|
|
31
|
+
"@vitessce/vit-s": "3.3.6"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@testing-library/jest-dom": "^5.16.4",
|