@vitessce/vega 3.3.4 → 3.3.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.
- package/dist/index.js +1432 -810
- package/dist-tsc/utils.d.ts +4 -0
- package/dist-tsc/utils.d.ts.map +1 -1
- package/dist-tsc/utils.js +4 -0
- package/package.json +2 -2
- package/src/utils.js +4 -0
package/dist-tsc/utils.d.ts
CHANGED
|
@@ -22,6 +22,10 @@ export namespace VEGA_THEMES {
|
|
|
22
22
|
const background_1: null;
|
|
23
23
|
export { background_1 as background };
|
|
24
24
|
}
|
|
25
|
+
namespace light2 {
|
|
26
|
+
const background_2: null;
|
|
27
|
+
export { background_2 as background };
|
|
28
|
+
}
|
|
25
29
|
}
|
|
26
30
|
export const DATASET_NAME: "table";
|
|
27
31
|
//# sourceMappingURL=utils.d.ts.map
|
package/dist-tsc/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,mCAAoC"}
|
package/dist-tsc/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"vega": "^5.21.0",
|
|
23
23
|
"vega-lite": "^5.1.1",
|
|
24
24
|
"vega-tooltip": "^0.27.0",
|
|
25
|
-
"@vitessce/tooltip": "3.3.
|
|
25
|
+
"@vitessce/tooltip": "3.3.5"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"react": "^18.0.0",
|