@types/react 17.0.55 → 17.0.56

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 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/v17.
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 v17.0/index.d.ts CHANGED
@@ -1844,11 +1844,14 @@ declare namespace React {
1844
1844
 
1845
1845
  // RDFa Attributes
1846
1846
  about?: string | undefined;
1847
+ content?: string | undefined;
1847
1848
  datatype?: string | undefined;
1848
1849
  inlist?: any;
1849
1850
  prefix?: string | undefined;
1850
1851
  property?: string | undefined;
1852
+ rel?: string | undefined;
1851
1853
  resource?: string | undefined;
1854
+ rev?: string | undefined;
1852
1855
  typeof?: string | undefined;
1853
1856
  vocab?: string | undefined;
1854
1857
 
@@ -1901,7 +1904,6 @@ declare namespace React {
1901
1904
  classID?: string | undefined;
1902
1905
  cols?: number | undefined;
1903
1906
  colSpan?: number | undefined;
1904
- content?: string | undefined;
1905
1907
  controls?: boolean | undefined;
1906
1908
  coords?: string | undefined;
1907
1909
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
@@ -1956,7 +1958,6 @@ declare namespace React {
1956
1958
  poster?: string | undefined;
1957
1959
  preload?: string | undefined;
1958
1960
  readOnly?: boolean | undefined;
1959
- rel?: string | undefined;
1960
1961
  required?: boolean | undefined;
1961
1962
  reversed?: boolean | undefined;
1962
1963
  rows?: number | undefined;
@@ -2011,7 +2012,6 @@ declare namespace React {
2011
2012
  hrefLang?: string | undefined;
2012
2013
  media?: string | undefined;
2013
2014
  ping?: string | undefined;
2014
- rel?: string | undefined;
2015
2015
  target?: HTMLAttributeAnchorTarget | undefined;
2016
2016
  type?: string | undefined;
2017
2017
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -2027,7 +2027,6 @@ declare namespace React {
2027
2027
  hrefLang?: string | undefined;
2028
2028
  media?: string | undefined;
2029
2029
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2030
- rel?: string | undefined;
2031
2030
  shape?: string | undefined;
2032
2031
  target?: string | undefined;
2033
2032
  }
@@ -2247,7 +2246,6 @@ declare namespace React {
2247
2246
  media?: string | undefined;
2248
2247
  imageSrcSet?: string | undefined;
2249
2248
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2250
- rel?: string | undefined;
2251
2249
  sizes?: string | undefined;
2252
2250
  type?: string | undefined;
2253
2251
  charSet?: string | undefined;
@@ -2276,7 +2274,6 @@ declare namespace React {
2276
2274
 
2277
2275
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2278
2276
  charSet?: string | undefined;
2279
- content?: string | undefined;
2280
2277
  httpEquiv?: string | undefined;
2281
2278
  name?: string | undefined;
2282
2279
  media?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.55",
3
+ "version": "17.0.56",
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": "bebe31a1248ce7eb95a125739c970f6505f7e0328675d8c2498dc8fca57e11dc",
149
+ "typesPublisherContentHash": "d6e8af0f997fdd0efe00f54125091556066f4f6673bc419f90c63c842051ac73",
150
150
  "typeScriptVersion": "4.3",
151
151
  "exports": {
152
152
  ".": {