@vitessce/constants-internal 3.3.9 → 3.3.11

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
@@ -784,10 +784,10 @@ const COMPONENT_COORDINATION_TYPES = {
784
784
  ]
785
785
  };
786
786
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
787
- const version = "3.3.9";
788
- const date = "2024-03-22";
787
+ const version = "3.3.11";
788
+ const date = "2024-04-01";
789
789
  const branch = "changeset-release/main";
790
- const hash = "da07c69b";
790
+ const hash = "c7e8e8f1";
791
791
  const version$1 = {
792
792
  note,
793
793
  version,
@@ -229,9 +229,9 @@ export const CoordinationType = {
229
229
  SPATIAL_CHANNEL_WINDOW: 'spatialChannelWindow',
230
230
  PHOTOMETRIC_INTERPRETATION: 'photometricInterpretation',
231
231
  // For 3D volume rendering
232
- SPATIAL_RENDERING_MODE: 'spatialRenderingMode',
233
- VOLUMETRIC_RENDERING_ALGORITHM: 'volumetricRenderingAlgorithm',
234
- SPATIAL_TARGET_RESOLUTION: 'spatialTargetResolution',
232
+ SPATIAL_RENDERING_MODE: 'spatialRenderingMode', // For whole spatial view
233
+ VOLUMETRIC_RENDERING_ALGORITHM: 'volumetricRenderingAlgorithm', // Could be per-image-layer
234
+ SPATIAL_TARGET_RESOLUTION: 'spatialTargetResolution', // Per-spatial-layer
235
235
  // For clipping plane sliders
236
236
  SPATIAL_SLICE_X: 'spatialSliceX',
237
237
  SPATIAL_SLICE_Y: 'spatialSliceY',
@@ -239,11 +239,11 @@ export const CoordinationType = {
239
239
  // For spatial spot and point layers
240
240
  SPOT_LAYER: 'spotLayer',
241
241
  POINT_LAYER: 'pointLayer',
242
- SPATIAL_SPOT_RADIUS: 'spatialSpotRadius',
242
+ SPATIAL_SPOT_RADIUS: 'spatialSpotRadius', // In micrometers?
243
243
  SPATIAL_SPOT_FILLED: 'spatialSpotFilled',
244
244
  SPATIAL_SPOT_STROKE_WIDTH: 'spatialSpotStrokeWidth',
245
245
  SPATIAL_LAYER_COLOR: 'spatialLayerColor',
246
- PIXEL_HIGHLIGHT: 'pixelHighlight',
246
+ PIXEL_HIGHLIGHT: 'pixelHighlight', // Per-image-layer
247
247
  TOOLTIP_CROSSHAIRS_VISIBLE: 'tooltipCrosshairsVisible',
248
248
  LEGEND_VISIBLE: 'legendVisible',
249
249
  SPATIAL_CHANNEL_LABELS_VISIBLE: 'spatialChannelLabelsVisible',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.3.9",
4
- "date": "2024-03-22",
3
+ "version": "3.3.11",
4
+ "date": "2024-04-01",
5
5
  "branch": "changeset-release/main",
6
- "hash": "da07c69b"
6
+ "hash": "c7e8e8f1"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.3.9",
3
+ "version": "3.3.11",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.3.9",
4
- "date": "2024-03-22",
3
+ "version": "3.3.11",
4
+ "date": "2024-04-01",
5
5
  "branch": "changeset-release/main",
6
- "hash": "da07c69b"
6
+ "hash": "c7e8e8f1"
7
7
  }