@types/styled-system__css
Advanced tools
Comparing version 5.0.14 to 5.0.15
@@ -31,6 +31,6 @@ // Type definitions for @styled-system/css 5.0 | ||
/** | ||
* All non-vendor-prefixed CSS properties. (Allow `number` to support CSS-in-JS libs, | ||
* All CSS properties. (Allow `number` to support CSS-in-JS libs, | ||
* since they are converted to pixels) | ||
*/ | ||
export interface CSSProperties extends CSS.StandardProperties<number | string>, CSS.SvgProperties<number | string> {} | ||
export interface CSSProperties extends CSS.StandardProperties<number | string>, CSS.SvgProperties<number | string>, CSS.VendorProperties<number | string> {} | ||
@@ -37,0 +37,0 @@ /** |
{ | ||
"name": "@types/styled-system__css", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"description": "TypeScript definitions for @styled-system/css", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "6bb2289bfd3ad92779ecf53545a96d683a6328853ec0220068785fd18b3db683", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "ebb8d81355fb2719d7606c144a3f0b2b003a29f18d85dbfdd1a563243e5f16f2", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 25 Sep 2020 23:56:36 GMT | ||
* Last updated: Mon, 15 Mar 2021 17:47:34 GMT | ||
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype) | ||
@@ -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
27436