@types/react 17.0.71 → 17.0.73

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 (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: Mon, 20 Nov 2023 23:36:24 GMT
11
+ * Last updated: Wed, 13 Dec 2023 01:31:25 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
@@ -1555,7 +1555,7 @@ declare namespace React {
1555
1555
  onTransitionEndCapture?: TransitionEventHandler<T> | undefined;
1556
1556
  }
1557
1557
 
1558
- export interface CSSProperties extends CSS.Properties<string | number> {
1558
+ export interface CSSProperties extends CSS.Properties<(string & {}) | number> {
1559
1559
  /**
1560
1560
  * The index signature was removed to enable closed typing for style
1561
1561
  * using CSSType. You're able to use type assertion or module augmentation
@@ -2103,6 +2103,7 @@ declare namespace React {
2103
2103
  interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
2104
2104
  open?: boolean | undefined;
2105
2105
  onToggle?: ReactEventHandler<T> | undefined;
2106
+ name?: string | undefined;
2106
2107
  }
2107
2108
 
2108
2109
  interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.71",
3
+ "version": "17.0.73",
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": "*",
170
170
  "csstype": "^3.0.2"
171
171
  },
172
- "typesPublisherContentHash": "41b9c45e7c625fcba86f87e79adae1e6fd23a13dfe3d699c98c363f0888c4e15",
173
- "typeScriptVersion": "4.5"
172
+ "typesPublisherContentHash": "2501321edaa50f93bb6d47d8e244f626cc29219a76dbc90ee3fbbce48a66bd2c",
173
+ "typeScriptVersion": "4.6"
174
174
  }