@types/react-modal
Advanced tools
Comparing version 3.12.1 to 3.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-modal 3.12 | ||
// Type definitions for react-modal 3.13 | ||
// Project: https://github.com/reactjs/react-modal | ||
@@ -12,2 +12,3 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>, | ||
// Nitzan Mousan <https://github.com/nitzanmo> | ||
// dkrk <https://github.com/grgr-dkrk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -78,3 +79,3 @@ // TypeScript Version: 2.8 | ||
/* Set this to properly hide your application from assistive screenreaders and other assistive technologies while the modal is open. */ | ||
appElement?: HTMLElement | {} | undefined; | ||
appElement?: HTMLElement | HTMLElement[] | HTMLCollection | NodeList | undefined; | ||
@@ -81,0 +82,0 @@ /* Function that will be run after the modal has opened. */ |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.12.1", | ||
"version": "3.13.0", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -52,2 +52,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-modal", | ||
"githubUsername": "nitzanmo" | ||
}, | ||
{ | ||
"name": "dkrk", | ||
"url": "https://github.com/grgr-dkrk", | ||
"githubUsername": "grgr-dkrk" | ||
} | ||
@@ -66,4 +71,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "96e32f5cdc7c451b6e0f26b987c506c1ed2d2c16591ee78e007948dc0ecb61c6", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7ee948bda939ace3dc77001d7e0d889ff9d261c9b2e594f6ccb11b51f9bdd8ef", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:33:48 GMT | ||
* Last updated: Fri, 15 Oct 2021 02:31:19 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/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), [Justin Powell](https://github.com/jpowell), [Juwan Wheatley](https://github.com/fiberjw), and [Nitzan Mousan](https://github.com/nitzanmo). | ||
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), [Juwan Wheatley](https://github.com/fiberjw), [Nitzan Mousan](https://github.com/nitzanmo), and [dkrk](https://github.com/grgr-dkrk). |
11175
120