@types/react 17.0.87 → 17.0.88

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: Tue, 27 May 2025 08:02:50 GMT
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 v17.0/index.d.ts CHANGED
@@ -2630,7 +2630,21 @@ declare namespace React {
2630
2630
  direction?: number | string | undefined;
2631
2631
  display?: number | string | undefined;
2632
2632
  divisor?: number | string | undefined;
2633
- dominantBaseline?: number | string | undefined;
2633
+ dominantBaseline?:
2634
+ | "auto"
2635
+ | "use-script"
2636
+ | "no-change"
2637
+ | "reset-size"
2638
+ | "ideographic"
2639
+ | "alphabetic"
2640
+ | "hanging"
2641
+ | "mathematical"
2642
+ | "central"
2643
+ | "middle"
2644
+ | "text-after-edge"
2645
+ | "text-before-edge"
2646
+ | "inherit"
2647
+ | undefined;
2634
2648
  dur?: number | string | undefined;
2635
2649
  dx?: number | string | undefined;
2636
2650
  dy?: number | string | undefined;
@@ -2777,7 +2791,7 @@ declare namespace React {
2777
2791
  tableValues?: number | string | undefined;
2778
2792
  targetX?: number | string | undefined;
2779
2793
  targetY?: number | string | undefined;
2780
- textAnchor?: string | undefined;
2794
+ textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
2781
2795
  textDecoration?: number | string | undefined;
2782
2796
  textLength?: number | string | undefined;
2783
2797
  textRendering?: number | string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.87",
3
+ "version": "17.0.88",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -170,6 +170,6 @@
170
170
  "csstype": "^3.0.2"
171
171
  },
172
172
  "peerDependencies": {},
173
- "typesPublisherContentHash": "6b8782b557f2d14f636786ebd8ceec837a78ce09baa512eba215445133c1d09b",
174
- "typeScriptVersion": "5.1"
173
+ "typesPublisherContentHash": "394e51afd1fe4c1170539c64b1f4613f556dac0054663dbf53262ebbf4c7cb16",
174
+ "typeScriptVersion": "5.2"
175
175
  }