@cornerstonejs/tools 0.56.5 → 0.56.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.
@@ -6,6 +6,7 @@ export declare type AnnotationStyle = {
6
6
  };
7
7
  export declare type ToolStyleConfig = {
8
8
  [toolName: string]: AnnotationStyle;
9
+ } & {
9
10
  global?: AnnotationStyle;
10
11
  };
11
12
  export declare type StyleConfig = {
@@ -6,6 +6,7 @@ export declare type AnnotationStyle = {
6
6
  };
7
7
  export declare type ToolStyleConfig = {
8
8
  [toolName: string]: AnnotationStyle;
9
+ } & {
9
10
  global?: AnnotationStyle;
10
11
  };
11
12
  export declare type StyleConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "0.56.5",
3
+ "version": "0.56.6",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -52,5 +52,5 @@
52
52
  "type": "individual",
53
53
  "url": "https://ohif.org/donate"
54
54
  },
55
- "gitHead": "4a7d5588ab9a925b13254e8fcfaf9d0f9c1f56f8"
55
+ "gitHead": "ea1b62924f0e481d137460808f72caa95236d105"
56
56
  }
@@ -18,6 +18,7 @@ export type AnnotationStyle = {
18
18
 
19
19
  export type ToolStyleConfig = {
20
20
  [toolName: string]: AnnotationStyle;
21
+ } & {
21
22
  global?: AnnotationStyle;
22
23
  };
23
24