@cornerstonejs/tools 2.14.7 → 2.14.8

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.
@@ -3,12 +3,17 @@ const { CalibrationTypes } = Enums;
3
3
  const PIXEL_UNITS = 'px';
4
4
  const SUPPORTED_REGION_DATA_TYPES = [
5
5
  1,
6
+ 2,
7
+ 3,
8
+ 4,
6
9
  ];
7
10
  const SUPPORTED_LENGTH_VARIANT = [
8
11
  '3,3',
12
+ '4,7',
9
13
  ];
10
14
  const SUPPORTED_PROBE_VARIANT = [
11
15
  '4,3',
16
+ '4,7',
12
17
  ];
13
18
  const UNIT_MAPPING = {
14
19
  0: 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "2.14.7",
3
+ "version": "2.14.8",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "module": "./dist/esm/index.js",
@@ -104,7 +104,7 @@
104
104
  "canvas": "^2.11.2"
105
105
  },
106
106
  "peerDependencies": {
107
- "@cornerstonejs/core": "^2.14.7",
107
+ "@cornerstonejs/core": "^2.14.8",
108
108
  "@kitware/vtk.js": "32.1.1",
109
109
  "@types/d3-array": "^3.0.4",
110
110
  "@types/d3-interpolate": "^3.0.1",
@@ -123,5 +123,5 @@
123
123
  "type": "individual",
124
124
  "url": "https://ohif.org/donate"
125
125
  },
126
- "gitHead": "5ec16c8621cce42d3b7e14fc37fdbcdaf12b54c5"
126
+ "gitHead": "af194808e09c6d5c4190b5ef88e304c71a5745b2"
127
127
  }