@types/react 18.3.9 → 18.3.11
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 +1 -1
- react/package.json +2 -7
- react/ts5.0/index.d.ts +1 -1
react/README.md
CHANGED
@@ -8,8 +8,8 @@ This package contains type definitions for react (https://react.dev/).
|
|
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: Wed, 02 Oct 2024 15:37:33 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
15
|
-
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), [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), [Victor Magalhães](https://github.com/vhfmag), [
|
15
|
+
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), [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), [Victor Magalhães](https://github.com/vhfmag), [Priyanshu Rav](https://github.com/priyanshurav), [Dmitry Semigradsky](https://github.com/Semigradsky), and [Matt Pocock](https://github.com/mattpocock).
|
react/index.d.ts
CHANGED
@@ -2899,6 +2899,7 @@ declare namespace React {
|
|
2899
2899
|
|
2900
2900
|
// Standard HTML Attributes
|
2901
2901
|
accessKey?: string | undefined;
|
2902
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
2902
2903
|
autoFocus?: boolean | undefined;
|
2903
2904
|
className?: string | undefined;
|
2904
2905
|
contentEditable?: Booleanish | "inherit" | "plaintext-only" | undefined;
|
@@ -2937,7 +2938,6 @@ declare namespace React {
|
|
2937
2938
|
vocab?: string | undefined;
|
2938
2939
|
|
2939
2940
|
// Non-standard Attributes
|
2940
|
-
autoCapitalize?: string | undefined;
|
2941
2941
|
autoCorrect?: string | undefined;
|
2942
2942
|
autoSave?: string | undefined;
|
2943
2943
|
color?: string | undefined;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.3.
|
3
|
+
"version": "18.3.11",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -122,11 +122,6 @@
|
|
122
122
|
"githubUsername": "vhfmag",
|
123
123
|
"url": "https://github.com/vhfmag"
|
124
124
|
},
|
125
|
-
{
|
126
|
-
"name": "Dale Tan",
|
127
|
-
"githubUsername": "hellatan",
|
128
|
-
"url": "https://github.com/hellatan"
|
129
|
-
},
|
130
125
|
{
|
131
126
|
"name": "Priyanshu Rav",
|
132
127
|
"githubUsername": "priyanshurav",
|
@@ -205,6 +200,6 @@
|
|
205
200
|
"@types/prop-types": "*",
|
206
201
|
"csstype": "^3.0.2"
|
207
202
|
},
|
208
|
-
"typesPublisherContentHash": "
|
203
|
+
"typesPublisherContentHash": "1d45cb30d68198e53bd405c60c229e06e4751004e100580cc1b2bccb8b185e5a",
|
209
204
|
"typeScriptVersion": "4.8"
|
210
205
|
}
|
react/ts5.0/index.d.ts
CHANGED
@@ -2900,6 +2900,7 @@ declare namespace React {
|
|
2900
2900
|
|
2901
2901
|
// Standard HTML Attributes
|
2902
2902
|
accessKey?: string | undefined;
|
2903
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
2903
2904
|
autoFocus?: boolean | undefined;
|
2904
2905
|
className?: string | undefined;
|
2905
2906
|
contentEditable?: Booleanish | "inherit" | "plaintext-only" | undefined;
|
@@ -2938,7 +2939,6 @@ declare namespace React {
|
|
2938
2939
|
vocab?: string | undefined;
|
2939
2940
|
|
2940
2941
|
// Non-standard Attributes
|
2941
|
-
autoCapitalize?: string | undefined;
|
2942
2942
|
autoCorrect?: string | undefined;
|
2943
2943
|
autoSave?: string | undefined;
|
2944
2944
|
color?: string | undefined;
|