@types/react 16.14.37 → 16.14.38

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 v16.14/README.md CHANGED
@@ -8,7 +8,7 @@ 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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 28 Mar 2023 22:03:14 GMT
11
+ * Last updated: Mon, 03 Apr 2023 20:03:17 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
13
13
  * Global values: `React`
14
14
 
react v16.14/index.d.ts CHANGED
@@ -1845,11 +1845,14 @@ declare namespace React {
1845
1845
 
1846
1846
  // RDFa Attributes
1847
1847
  about?: string | undefined;
1848
+ content?: string | undefined;
1848
1849
  datatype?: string | undefined;
1849
1850
  inlist?: any;
1850
1851
  prefix?: string | undefined;
1851
1852
  property?: string | undefined;
1853
+ rel?: string | undefined;
1852
1854
  resource?: string | undefined;
1855
+ rev?: string | undefined;
1853
1856
  typeof?: string | undefined;
1854
1857
  vocab?: string | undefined;
1855
1858
 
@@ -1902,7 +1905,6 @@ declare namespace React {
1902
1905
  classID?: string | undefined;
1903
1906
  cols?: number | undefined;
1904
1907
  colSpan?: number | undefined;
1905
- content?: string | undefined;
1906
1908
  controls?: boolean | undefined;
1907
1909
  coords?: string | undefined;
1908
1910
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
@@ -1957,7 +1959,6 @@ declare namespace React {
1957
1959
  poster?: string | undefined;
1958
1960
  preload?: string | undefined;
1959
1961
  readOnly?: boolean | undefined;
1960
- rel?: string | undefined;
1961
1962
  required?: boolean | undefined;
1962
1963
  reversed?: boolean | undefined;
1963
1964
  rows?: number | undefined;
@@ -2012,7 +2013,6 @@ declare namespace React {
2012
2013
  hrefLang?: string | undefined;
2013
2014
  media?: string | undefined;
2014
2015
  ping?: string | undefined;
2015
- rel?: string | undefined;
2016
2016
  target?: HTMLAttributeAnchorTarget | undefined;
2017
2017
  type?: string | undefined;
2018
2018
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -2029,7 +2029,6 @@ declare namespace React {
2029
2029
  hrefLang?: string | undefined;
2030
2030
  media?: string | undefined;
2031
2031
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2032
- rel?: string | undefined;
2033
2032
  shape?: string | undefined;
2034
2033
  target?: string | undefined;
2035
2034
  }
@@ -2112,7 +2111,6 @@ declare namespace React {
2112
2111
  name?: string | undefined;
2113
2112
  noValidate?: boolean | undefined;
2114
2113
  target?: string | undefined;
2115
- rel?: string | undefined;
2116
2114
  }
2117
2115
 
2118
2116
  interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -2249,7 +2247,6 @@ declare namespace React {
2249
2247
  imageSrcSet?: string | undefined;
2250
2248
  media?: string | undefined;
2251
2249
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2252
- rel?: string | undefined;
2253
2250
  sizes?: string | undefined;
2254
2251
  type?: string | undefined;
2255
2252
  charSet?: string | undefined;
@@ -2278,7 +2275,6 @@ declare namespace React {
2278
2275
 
2279
2276
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2280
2277
  charSet?: string | undefined;
2281
- content?: string | undefined;
2282
2278
  httpEquiv?: string | undefined;
2283
2279
  name?: string | undefined;
2284
2280
  media?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.37",
3
+ "version": "16.14.38",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -146,7 +146,7 @@
146
146
  "@types/scheduler": "*",
147
147
  "csstype": "^3.0.2"
148
148
  },
149
- "typesPublisherContentHash": "dd77913719e6bcc6b8c9e86b9023186834fdb40cd543a7c534c8d676d5ec6dd5",
149
+ "typesPublisherContentHash": "dcebf7e9018d5cf9a37d6a48d028ae044bab2961bc751ed1f48e10194bbdcaaf",
150
150
  "typeScriptVersion": "4.3",
151
151
  "exports": {
152
152
  ".": {