@types/react-modal
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -7,3 +7,4 @@ // Type definitions for react-modal 3.1 | ||
// Tatu Tamminen <https://github.com/ttamminen>, | ||
// Uwe Wiemer <https://github.com/hallowatcher> | ||
// Uwe Wiemer <https://github.com/hallowatcher>, | ||
// Peter Blazejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -101,4 +102,7 @@ // TypeScript Version: 2.3 | ||
static defaultStyles: ReactModal.Styles; | ||
/* Call this to properly hide your application from assistive screenreaders and other assistive technologies while the modal is open. */ | ||
static setAppElement(appElement: HTMLElement): void; | ||
/** | ||
* Call this to properly hide your application from assistive screenreaders | ||
* and other assistive technologies while the modal is open. | ||
*/ | ||
static setAppElement(appElement: string | HTMLElement): void; | ||
} |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "hallowatcher" | ||
}, | ||
{ | ||
"name": "Peter Blazejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
} | ||
@@ -43,4 +48,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "549b757718c66ef00db9fb17279b59de83d364bbdd1d88970640dc5e79ab3913", | ||
"typesPublisherContentHash": "018f3e3cf44292b479cbb0cc7fc836a7239ee70a272aa30cd6aada5ee6da0490", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT | ||
* Last updated: Thu, 28 Dec 2017 00:36:00 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>. | ||
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>. |
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
7307
81