@types/react-vis
Advanced tools
Comparing version 1.11.4 to 1.11.5
@@ -564,3 +564,8 @@ // Type definitions for react-vis 1.11 | ||
title?: string; | ||
style?: CSSProperties; | ||
style?: CSSProperties & { | ||
line?: CSSProperties; | ||
ticks?: CSSProperties; | ||
text?: CSSProperties; | ||
title?: CSSProperties; | ||
}; | ||
className?: string; | ||
@@ -596,3 +601,8 @@ hideTicks?: boolean; | ||
title?: string; | ||
style?: CSSProperties; | ||
style?: CSSProperties & { | ||
line?: CSSProperties; | ||
ticks?: CSSProperties; | ||
text?: CSSProperties; | ||
title?: CSSProperties; | ||
}; | ||
className?: string; | ||
@@ -599,0 +609,0 @@ hideTicks?: boolean; |
{ | ||
"name": "@types/react-vis", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"description": "TypeScript definitions for react-vis", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "21b370464ae9635be1a41230ba334e18a679e3a0caa23f0992bb9a5b881bb534", | ||
"typesPublisherContentHash": "2c8553da9dff0b68d33c203d283742b3fb256bccaa93ca567206d9b072581867", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 16 Oct 2020 15:34:48 GMT | ||
* Last updated: Mon, 19 Oct 2020 21:36:33 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
37709
978