@vitessce/constants-internal 3.3.8 → 3.3.10
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 +3 -3
- package/dist-tsc/constants.js +5 -5
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/version.json +3 -3
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.
|
|
788
|
-
const date = "2024-
|
|
787
|
+
const version = "3.3.10";
|
|
788
|
+
const date = "2024-04-01";
|
|
789
789
|
const branch = "changeset-release/main";
|
|
790
|
-
const hash = "
|
|
790
|
+
const hash = "bed2e0da";
|
|
791
791
|
const version$1 = {
|
|
792
792
|
note,
|
|
793
793
|
version,
|
package/dist-tsc/constants.js
CHANGED
|
@@ -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',
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED