@types/react-vis
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -172,7 +172,7 @@ // Type definitions for react-vis 1.11 | ||
title: string; | ||
size: number; | ||
size?: number; | ||
opacity?: number; | ||
color?: string | number; | ||
style: CSSProperties; | ||
children: TreemapPoint[]; | ||
style?: CSSProperties; | ||
children?: TreemapPoint[]; | ||
} | ||
@@ -203,4 +203,4 @@ | ||
title: string; | ||
size: number; | ||
color?: number; | ||
size?: number; | ||
color?: number|string; | ||
label?: string; | ||
@@ -824,2 +824,3 @@ labelStyle?: CSSProperties; | ||
getColor?: RVGet<TreemapPoint, 'color'>; | ||
color?: string; | ||
} | ||
@@ -826,0 +827,0 @@ export class Treemap<T = any> extends Component<TreemapProps & T> {} |
{ | ||
"name": "@types/react-vis", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "TypeScript definitions for react-vis", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9f334e206ddd5f2e9f25a7e8196f211fc7c6262edf792f9419db34a4c4033b0c", | ||
"typesPublisherContentHash": "fd5714e6bff70c17d01d79a694e1b7412980982ca379bf5724b06072db1fa231", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 27 Jul 2020 20:19:11 GMT | ||
* Last updated: Mon, 31 Aug 2020 15:01:45 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37444
968