@vitessce/vega 3.3.9 → 3.3.11
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-tsc/utils.d.ts +8 -8
- package/package.json +2 -2
package/dist-tsc/utils.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export namespace VEGA_THEMES {
|
|
2
2
|
namespace dark {
|
|
3
|
-
|
|
3
|
+
let background: null;
|
|
4
4
|
namespace title {
|
|
5
|
-
|
|
5
|
+
let color: string;
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
let style: {
|
|
8
8
|
'guide-label': {
|
|
9
9
|
fill: string;
|
|
10
10
|
};
|
|
@@ -13,17 +13,17 @@ export namespace VEGA_THEMES {
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
namespace axis {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
let domainColor: string;
|
|
17
|
+
let gridColor: string;
|
|
18
|
+
let tickColor: string;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
namespace light {
|
|
22
|
-
|
|
22
|
+
let background_1: null;
|
|
23
23
|
export { background_1 as background };
|
|
24
24
|
}
|
|
25
25
|
namespace light2 {
|
|
26
|
-
|
|
26
|
+
let background_2: null;
|
|
27
27
|
export { background_2 as background };
|
|
28
28
|
}
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
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.11"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"react": "^18.0.0",
|