@types/react 17.0.81 → 17.0.83
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 v17.0/README.md +1 -1
- react v17.0/index.d.ts +2 -2
- react v17.0/package.json +2 -2
react v17.0/README.md
CHANGED
@@ -8,7 +8,7 @@ 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/v17.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Fri, 27 Sep 2024 16:08:32 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react v17.0/index.d.ts
CHANGED
@@ -1861,12 +1861,14 @@ declare namespace React {
|
|
1861
1861
|
|
1862
1862
|
// Standard HTML Attributes
|
1863
1863
|
accessKey?: string | undefined;
|
1864
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
1864
1865
|
autoFocus?: boolean | undefined;
|
1865
1866
|
className?: string | undefined;
|
1866
1867
|
contentEditable?: Booleanish | "inherit" | undefined;
|
1867
1868
|
contextMenu?: string | undefined;
|
1868
1869
|
dir?: string | undefined;
|
1869
1870
|
draggable?: Booleanish | undefined;
|
1871
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
1870
1872
|
hidden?: boolean | undefined;
|
1871
1873
|
id?: string | undefined;
|
1872
1874
|
lang?: string | undefined;
|
@@ -1899,7 +1901,6 @@ declare namespace React {
|
|
1899
1901
|
vocab?: string | undefined;
|
1900
1902
|
|
1901
1903
|
// Non-standard Attributes
|
1902
|
-
autoCapitalize?: string | undefined;
|
1903
1904
|
autoCorrect?: string | undefined;
|
1904
1905
|
autoSave?: string | undefined;
|
1905
1906
|
color?: string | undefined;
|
@@ -2233,7 +2234,6 @@ declare namespace React {
|
|
2233
2234
|
capture?: boolean | "user" | "environment" | undefined; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
|
2234
2235
|
checked?: boolean | undefined;
|
2235
2236
|
disabled?: boolean | undefined;
|
2236
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
2237
2237
|
form?: string | undefined;
|
2238
2238
|
formAction?: string | undefined;
|
2239
2239
|
formEncType?: string | undefined;
|
react v17.0/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "17.0.
|
3
|
+
"version": "17.0.83",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -169,6 +169,6 @@
|
|
169
169
|
"@types/scheduler": "^0.16",
|
170
170
|
"csstype": "^3.0.2"
|
171
171
|
},
|
172
|
-
"typesPublisherContentHash": "
|
172
|
+
"typesPublisherContentHash": "50719c43d67c08476c7c43da7474136edd901ef18d6ee32d0ccd318bf6999382",
|
173
173
|
"typeScriptVersion": "4.8"
|
174
174
|
}
|