@types/react 16.14.66 → 16.14.68

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 (https://react.dev/).
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: Fri, 22 Aug 2025 16:02:28 GMT
11
+ * Last updated: Tue, 18 Nov 2025 02:14:41 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 v16.14/index.d.ts CHANGED
@@ -2141,6 +2141,7 @@ declare namespace React {
2141
2141
  }
2142
2142
 
2143
2143
  interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
2144
+ closedby?: "any" | "closerequest" | "none" | undefined;
2144
2145
  onCancel?: ReactEventHandler<T> | undefined;
2145
2146
  onClose?: ReactEventHandler<T> | undefined;
2146
2147
  open?: boolean | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.66",
3
+ "version": "16.14.68",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -162,9 +162,9 @@
162
162
  "dependencies": {
163
163
  "@types/prop-types": "*",
164
164
  "@types/scheduler": "^0.16",
165
- "csstype": "^3.0.2"
165
+ "csstype": "^3.2.2"
166
166
  },
167
167
  "peerDependencies": {},
168
- "typesPublisherContentHash": "f727854b9c2e372d3884ef4541c5073341c3e0aa69c6489947b9a6edcb45c06d",
168
+ "typesPublisherContentHash": "b7e886559ea7085371d8e479b03e1d22d31be41534de48a40b7a42d15cb9fb2a",
169
169
  "typeScriptVersion": "5.2"
170
170
  }