@vitessce/statistical-plots 3.9.10 → 4.0.0-test.1

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 (57) hide show
  1. package/dist-tsc/CellSetCompositionBarPlot.d.ts +1 -1
  2. package/dist-tsc/CellSetCompositionBarPlot.d.ts.map +1 -1
  3. package/dist-tsc/CellSetCompositionBarPlotSubscriber.d.ts +1 -1
  4. package/dist-tsc/CellSetCompositionBarPlotSubscriber.d.ts.map +1 -1
  5. package/dist-tsc/CellSetExpressionPlot.d.ts +1 -1
  6. package/dist-tsc/CellSetExpressionPlot.d.ts.map +1 -1
  7. package/dist-tsc/CellSetExpressionPlotOptions.d.ts +1 -1
  8. package/dist-tsc/CellSetExpressionPlotOptions.d.ts.map +1 -1
  9. package/dist-tsc/CellSetExpressionPlotSubscriber.d.ts +1 -1
  10. package/dist-tsc/CellSetExpressionPlotSubscriber.d.ts.map +1 -1
  11. package/dist-tsc/CellSetSizesPlot.d.ts +1 -1
  12. package/dist-tsc/CellSetSizesPlot.d.ts.map +1 -1
  13. package/dist-tsc/CellSetSizesPlotSubscriber.d.ts +1 -1
  14. package/dist-tsc/CellSetSizesPlotSubscriber.d.ts.map +1 -1
  15. package/dist-tsc/DotPlot.d.ts +1 -1
  16. package/dist-tsc/DotPlot.d.ts.map +1 -1
  17. package/dist-tsc/DotPlotSubscriber.d.ts +1 -1
  18. package/dist-tsc/DotPlotSubscriber.d.ts.map +1 -1
  19. package/dist-tsc/ExpressionHistogram.d.ts +1 -1
  20. package/dist-tsc/ExpressionHistogram.d.ts.map +1 -1
  21. package/dist-tsc/ExpressionHistogramSubscriber.d.ts +1 -1
  22. package/dist-tsc/ExpressionHistogramSubscriber.d.ts.map +1 -1
  23. package/dist-tsc/FeatureBarPlot.d.ts +1 -1
  24. package/dist-tsc/FeatureBarPlot.d.ts.map +1 -1
  25. package/dist-tsc/FeatureBarPlotSubscriber.d.ts +1 -1
  26. package/dist-tsc/FeatureBarPlotSubscriber.d.ts.map +1 -1
  27. package/dist-tsc/FeatureSetEnrichmentBarPlot.d.ts +1 -1
  28. package/dist-tsc/FeatureSetEnrichmentBarPlot.d.ts.map +1 -1
  29. package/dist-tsc/FeatureSetEnrichmentBarPlotSubscriber.d.ts +1 -1
  30. package/dist-tsc/FeatureSetEnrichmentBarPlotSubscriber.d.ts.map +1 -1
  31. package/dist-tsc/FeatureStatsTable.d.ts +1 -1
  32. package/dist-tsc/FeatureStatsTable.d.ts.map +1 -1
  33. package/dist-tsc/FeatureStatsTableSubscriber.d.ts +1 -1
  34. package/dist-tsc/FeatureStatsTableSubscriber.d.ts.map +1 -1
  35. package/dist-tsc/Treemap.d.ts +1 -1
  36. package/dist-tsc/Treemap.d.ts.map +1 -1
  37. package/dist-tsc/TreemapOptions.d.ts +1 -1
  38. package/dist-tsc/TreemapOptions.d.ts.map +1 -1
  39. package/dist-tsc/TreemapSubscriber.d.ts +1 -1
  40. package/dist-tsc/TreemapSubscriber.d.ts.map +1 -1
  41. package/dist-tsc/VolcanoPlot.d.ts +1 -1
  42. package/dist-tsc/VolcanoPlot.d.ts.map +1 -1
  43. package/dist-tsc/VolcanoPlotOptions.d.ts +1 -1
  44. package/dist-tsc/VolcanoPlotOptions.d.ts.map +1 -1
  45. package/dist-tsc/VolcanoPlotSubscriber.d.ts +1 -1
  46. package/dist-tsc/VolcanoPlotSubscriber.d.ts.map +1 -1
  47. package/package.json +11 -11
  48. package/dist/deflate-C_smIR3L.js +0 -10
  49. package/dist/index-CvvREgcn.js +0 -253607
  50. package/dist/index.js +0 -17
  51. package/dist/jpeg-CagwEEOS.js +0 -856
  52. package/dist/lerc-DqbSitEX.js +0 -2065
  53. package/dist/lzw-CL8MZzZv.js +0 -125
  54. package/dist/packbits-CORLjvVf.js +0 -27
  55. package/dist/pako.esm-SxljTded.js +0 -2216
  56. package/dist/raw-BbR4JPfC.js +0 -9
  57. package/dist/webimage-DEO0wk1-.js +0 -29
package/dist/index.js DELETED
@@ -1,17 +0,0 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CvvREgcn.js";
2
- export {
3
- b as CellSetCompositionBarPlotSubscriber,
4
- f as CellSetExpressionPlot,
5
- C as CellSetExpressionPlotSubscriber,
6
- e as CellSetSizesPlot,
7
- a as CellSetSizesPlotSubscriber,
8
- i as DotPlot,
9
- D as DotPlotSubscriber,
10
- h as ExpressionHistogram,
11
- E as ExpressionHistogramSubscriber,
12
- F as FeatureBarPlotSubscriber,
13
- c as FeatureSetEnrichmentBarPlotSubscriber,
14
- d as FeatureStatsTableSubscriber,
15
- T as TreemapSubscriber,
16
- V as VolcanoPlotSubscriber
17
- };