@types/react 16.9.33 → 16.9.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- react/README.md +2 -2
- react/index.d.ts +3 -0
- react/package.json +7 -2
react/README.md
CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Thu, 09 Apr 2020 20:16:23 GMT
|
12
12
|
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types)
|
13
13
|
* Global values: `React`
|
14
14
|
|
15
15
|
# Credits
|
16
|
-
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Digiguru](https://github.com/digiguru), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), and [Victor Magalhães](https://github.com/vhfmag).
|
16
|
+
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Digiguru](https://github.com/digiguru), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), [JongChan Choi](https://github.com/disjukr), and [Victor Magalhães](https://github.com/vhfmag).
|
react/index.d.ts
CHANGED
@@ -23,6 +23,7 @@
|
|
23
23
|
// Kyle Scully <https://github.com/zieka>
|
24
24
|
// Cong Zhang <https://github.com/dancerphil>
|
25
25
|
// Dimitri Mitropoulos <https://github.com/dimitropoulos>
|
26
|
+
// JongChan Choi <https://github.com/disjukr>
|
26
27
|
// Victor Magalhães <https://github.com/vhfmag>
|
27
28
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
28
29
|
// TypeScript Version: 2.8
|
@@ -1180,8 +1181,10 @@ declare namespace React {
|
|
1180
1181
|
interface PointerEvent<T = Element> extends MouseEvent<T, NativePointerEvent> {
|
1181
1182
|
pointerId: number;
|
1182
1183
|
pressure: number;
|
1184
|
+
tangentialPressure: number;
|
1183
1185
|
tiltX: number;
|
1184
1186
|
tiltY: number;
|
1187
|
+
twist: number;
|
1185
1188
|
width: number;
|
1186
1189
|
height: number;
|
1187
1190
|
pointerType: 'mouse' | 'pen' | 'touch';
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.9.
|
3
|
+
"version": "16.9.34",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -116,6 +116,11 @@
|
|
116
116
|
"url": "https://github.com/dimitropoulos",
|
117
117
|
"githubUsername": "dimitropoulos"
|
118
118
|
},
|
119
|
+
{
|
120
|
+
"name": "JongChan Choi",
|
121
|
+
"url": "https://github.com/disjukr",
|
122
|
+
"githubUsername": "disjukr"
|
123
|
+
},
|
119
124
|
{
|
120
125
|
"name": "Victor Magalhães",
|
121
126
|
"url": "https://github.com/vhfmag",
|
@@ -134,6 +139,6 @@
|
|
134
139
|
"@types/prop-types": "*",
|
135
140
|
"csstype": "^2.2.0"
|
136
141
|
},
|
137
|
-
"typesPublisherContentHash": "
|
142
|
+
"typesPublisherContentHash": "654e5d9e60861e319651ceb31b89ec3d5fceb31132e9d18ea5c857026eb4cf2b",
|
138
143
|
"typeScriptVersion": "2.8"
|
139
144
|
}
|