@vitessce/statistical-plots 3.6.4 → 3.6.6

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-DzSp7avt.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-DKYKw8DX.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DzSp7avt.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DzSp7avt.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DKYKw8DX.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DzSp7avt.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DzSp7avt.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DzSp7avt.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DzSp7avt.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
@@ -139,5 +139,5 @@ export function CellSetExpressionPlotSubscriber(props) {
139
139
  // Use empty string when firstGeneSelected is null
140
140
  const titleSuffix = featureSuffix ? ` (${featureSuffix})` : '';
141
141
  return (_jsx(TitleInfo, { title: title ? `${title}${titleSuffix}`
142
- : `Expression by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
142
+ : `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
143
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.6.4",
3
+ "version": "3.6.6",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -23,18 +23,18 @@
23
23
  "d3-selection": "^3.0.0",
24
24
  "d3-format": "^3.1.0",
25
25
  "d3-hierarchy": "^3.1.2",
26
- "vega-scale": "^6.0.0",
26
+ "vega-scale": "^8.0.0",
27
27
  "lodash-es": "^4.17.21",
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.6.4",
32
- "@vitessce/constants-internal": "3.6.4",
33
- "@vitessce/sets-utils": "3.6.4",
34
- "@vitessce/utils": "3.6.4",
35
- "@vitessce/vega": "3.6.4",
36
- "@vitessce/vit-s": "3.6.4",
37
- "@vitessce/gl": "3.6.4"
31
+ "@vitessce/styles": "3.6.6",
32
+ "@vitessce/constants-internal": "3.6.6",
33
+ "@vitessce/sets-utils": "3.6.6",
34
+ "@vitessce/utils": "3.6.6",
35
+ "@vitessce/vega": "3.6.6",
36
+ "@vitessce/vit-s": "3.6.6",
37
+ "@vitessce/gl": "3.6.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "^18.0.0",
@@ -264,7 +264,7 @@ export function CellSetExpressionPlotSubscriber(props) {
264
264
  return (
265
265
  <TitleInfo
266
266
  title={title ? `${title}${titleSuffix}`
267
- : `Expression by ${capitalize(obsType)} Set${titleSuffix}`
267
+ : `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`
268
268
  }
269
269
  closeButtonVisible={closeButtonVisible}
270
270
  downloadButtonVisible={downloadButtonVisible}