@vitessce/vega 3.8.2 → 3.8.4

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -52356,7 +52356,10 @@ z.object({
52356
52356
  obsSets: obsSetsSpatialdataSchema,
52357
52357
  obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
52358
52358
  // TODO: obsLabels
52359
- // TODO: featureLabels
52359
+ featureLabels: z.union([
52360
+ annDataFeatureLabels,
52361
+ z.array(annDataConvenienceFeatureLabelsItem)
52362
+ ]),
52360
52363
  // TODO: allow specifying tablePath and region at the top-level here.
52361
52364
  coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
52362
52365
  }).partial();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.8.2",
3
+ "version": "3.8.4",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/styles": "3.8.2",
25
- "@vitessce/tooltip": "3.8.2",
26
- "@vitessce/legend": "3.8.2"
24
+ "@vitessce/styles": "3.8.4",
25
+ "@vitessce/tooltip": "3.8.4",
26
+ "@vitessce/legend": "3.8.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "18.3.1",