@types/react 16.14.65 → 16.14.66
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 +1 -1
- react v16.14/index.d.ts +16 -2
- react v16.14/package.json +3 -3
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:
|
11
|
+
* Last updated: Fri, 22 Aug 2025 16:02:28 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
@@ -2601,7 +2601,21 @@ declare namespace React {
|
|
2601
2601
|
direction?: number | string | undefined;
|
2602
2602
|
display?: number | string | undefined;
|
2603
2603
|
divisor?: number | string | undefined;
|
2604
|
-
dominantBaseline?:
|
2604
|
+
dominantBaseline?:
|
2605
|
+
| "auto"
|
2606
|
+
| "use-script"
|
2607
|
+
| "no-change"
|
2608
|
+
| "reset-size"
|
2609
|
+
| "ideographic"
|
2610
|
+
| "alphabetic"
|
2611
|
+
| "hanging"
|
2612
|
+
| "mathematical"
|
2613
|
+
| "central"
|
2614
|
+
| "middle"
|
2615
|
+
| "text-after-edge"
|
2616
|
+
| "text-before-edge"
|
2617
|
+
| "inherit"
|
2618
|
+
| undefined;
|
2605
2619
|
dur?: number | string | undefined;
|
2606
2620
|
dx?: number | string | undefined;
|
2607
2621
|
dy?: number | string | undefined;
|
@@ -2748,7 +2762,7 @@ declare namespace React {
|
|
2748
2762
|
tableValues?: number | string | undefined;
|
2749
2763
|
targetX?: number | string | undefined;
|
2750
2764
|
targetY?: number | string | undefined;
|
2751
|
-
textAnchor?:
|
2765
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
2752
2766
|
textDecoration?: number | string | undefined;
|
2753
2767
|
textLength?: number | string | undefined;
|
2754
2768
|
textRendering?: number | string | undefined;
|
react v16.14/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.14.
|
3
|
+
"version": "16.14.66",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -165,6 +165,6 @@
|
|
165
165
|
"csstype": "^3.0.2"
|
166
166
|
},
|
167
167
|
"peerDependencies": {},
|
168
|
-
"typesPublisherContentHash": "
|
169
|
-
"typeScriptVersion": "5.
|
168
|
+
"typesPublisherContentHash": "f727854b9c2e372d3884ef4541c5073341c3e0aa69c6489947b9a6edcb45c06d",
|
169
|
+
"typeScriptVersion": "5.2"
|
170
170
|
}
|