@types/react-stickynode
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,3 @@ // Type definitions for react-stickynode 3.0 | ||
// Mirek Ciastek <https://github.com/mciastek> | ||
// Yanick Dickbauer <https://github.com/yanickdi> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -77,2 +78,8 @@ // TypeScript Version: 2.8 | ||
/** | ||
* Class name to be applied to the element independent of the | ||
* sticky state. | ||
*/ | ||
className?: string; | ||
/** | ||
* Class name to be applied to the element when the sticky state is | ||
@@ -79,0 +86,0 @@ * released ('released' by default). |
{ | ||
"name": "@types/react-stickynode", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for react-stickynode", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "mciastek" | ||
}, | ||
{ | ||
"name": "Yanick Dickbauer", | ||
"url": "https://github.com/yanickdi", | ||
"githubUsername": "yanickdi" | ||
} | ||
@@ -35,4 +40,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "80aee55d157192c5ede8afe1a5a32bc31e5af754c2bcf33f2a8840748380d70e", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "991eaf96a9b1eac7d39649159e35d4c09b7251d88efc15efe07770110d8b7ee2", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Jun 2020 01:03:36 GMT | ||
* Last updated: Mon, 02 Nov 2020 18:02:58 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Tim Stirrat](https://github.com/tstirrat), [Kamil Socha](https://github.com/ksocha), and [Mirek Ciastek](https://github.com/mciastek). | ||
These definitions were written by [Tim Stirrat](https://github.com/tstirrat), [Kamil Socha](https://github.com/ksocha), [Mirek Ciastek](https://github.com/mciastek), and [Yanick Dickbauer](https://github.com/yanickdi). |
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
6236
81