@vitessce/vega 3.3.8 → 3.3.10

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,10 +1,10 @@
1
1
  export namespace VEGA_THEMES {
2
2
  namespace dark {
3
- const background: null;
3
+ let background: null;
4
4
  namespace title {
5
- const color: string;
5
+ let color: string;
6
6
  }
7
- const style: {
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
- const domainColor: string;
17
- const gridColor: string;
18
- const tickColor: string;
16
+ let domainColor: string;
17
+ let gridColor: string;
18
+ let tickColor: string;
19
19
  }
20
20
  }
21
21
  namespace light {
22
- const background_1: null;
22
+ let background_1: null;
23
23
  export { background_1 as background };
24
24
  }
25
25
  namespace light2 {
26
- const background_2: null;
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.8",
3
+ "version": "3.3.10",
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.8"
25
+ "@vitessce/tooltip": "3.3.10"
26
26
  },
27
27
  "devDependencies": {
28
28
  "react": "^18.0.0",