@vitessce/vega 3.9.5 → 4.0.0-test.0

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.
@@ -5,5 +5,5 @@
5
5
  * @param {object[]} data The plot data as an array of objects.
6
6
  * @param {object} signalListeners Vega signal listeners. Optional.
7
7
  */
8
- export function VegaPlot(props: object): JSX.Element | null;
8
+ export function VegaPlot(props: object): any;
9
9
  //# sourceMappingURL=VegaPlot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VegaPlot.d.ts","sourceRoot":"","sources":["../src/VegaPlot.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,gCALW,MAAM,sBAsFhB"}
1
+ {"version":3,"file":"VegaPlot.d.ts","sourceRoot":"","sources":["../src/VegaPlot.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,gCALW,MAAM,OAsFhB"}
@@ -1,2 +1,2 @@
1
- export function VegaGlobalStyles(): import(".pnpm/@types+react@19.1.6/node_modules/@types/react").JSX.Element;
1
+ export function VegaGlobalStyles(): import("react").JSX.Element;
2
2
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.js"],"names":[],"mappings":"AAEA,8GAsBC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.js"],"names":[],"mappings":"AAEA,gEAsBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.9.5",
3
+ "version": "4.0.0-test.0",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,12 +21,12 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/tooltip": "3.9.5",
25
- "@vitessce/legend": "3.9.5",
26
- "@vitessce/styles": "3.9.5"
24
+ "@vitessce/styles": "4.0.0-test.0",
25
+ "@vitessce/tooltip": "4.0.0-test.0",
26
+ "@vitessce/legend": "4.0.0-test.0"
27
27
  },
28
28
  "devDependencies": {
29
- "react": "18.3.1",
29
+ "react": "19.1.0",
30
30
  "vite": "^7.0.0",
31
31
  "vitest": "^3.1.4"
32
32
  },