@types/react-modal
Advanced tools
Comparing version 3.2.1 to 3.6.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-modal 3.2 | ||
// Type definitions for react-modal 3.6 | ||
// Project: https://github.com/reactjs/react-modal | ||
@@ -8,3 +8,4 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>, | ||
// Uwe Wiemer <https://github.com/hallowatcher>, | ||
// Peter Blazejewicz <https://github.com/peterblazejewicz> | ||
// Peter Blazejewicz <https://github.com/peterblazejewicz>, | ||
// Justin Powell <https://github.com/jpowell> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -52,2 +53,5 @@ // TypeScript Version: 2.8 | ||
/* String className to be applied to the document.html. */ | ||
htmlOpenClassName?: string; | ||
/* String or object className to be applied to the modal content. */ | ||
@@ -92,2 +96,5 @@ className?: string | Classes; | ||
/* Additional data attributes to be applied to to the modal content in the form of "data-*" */ | ||
data?: any; | ||
/* String indicating the role of the modal, allowing the 'dialog' role to be applied if desired. */ | ||
@@ -94,0 +101,0 @@ role?: string; |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.2.1", | ||
"version": "3.6.0", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "peterblazejewicz" | ||
}, | ||
{ | ||
"name": "Justin Powell", | ||
"url": "https://github.com/jpowell", | ||
"githubUsername": "jpowell" | ||
} | ||
@@ -48,4 +53,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "bb863044563fc05ba75205ebd3af150ee75e90d94cc37a291a7799d859239882", | ||
"typesPublisherContentHash": "4eabbc3da9f831ca126c697a2326558ba0542f7bef5583aca9aa14f77ee7d239", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:26 GMT | ||
* Last updated: Wed, 10 Oct 2018 20:07:15 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: ReactModal | ||
# Credits | ||
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Drew Noakes <https://github.com/drewnoakes>, Thomas B Homburg <https://github.com/homburg>, Tatu Tamminen <https://github.com/ttamminen>, Uwe Wiemer <https://github.com/hallowatcher>, Peter Blazejewicz <https://github.com/peterblazejewicz>. | ||
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Drew Noakes <https://github.com/drewnoakes>, Thomas B Homburg <https://github.com/homburg>, Tatu Tamminen <https://github.com/ttamminen>, Uwe Wiemer <https://github.com/hallowatcher>, Peter Blazejewicz <https://github.com/peterblazejewicz>, Justin Powell <https://github.com/jpowell>. |
Sorry, the diff of this file is not supported yet
8032
90