@types/react 15.7.32 → 15.7.33

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 v15.7/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/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 22 Aug 2025 16:02:28 GMT
11
+ * Last updated: Wed, 19 Mar 2025 15:02:26 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
react v15.7/index.d.ts CHANGED
@@ -3311,21 +3311,7 @@ declare namespace React {
3311
3311
  direction?: number | string | undefined;
3312
3312
  display?: number | string | undefined;
3313
3313
  divisor?: number | string | undefined;
3314
- dominantBaseline?:
3315
- | "auto"
3316
- | "use-script"
3317
- | "no-change"
3318
- | "reset-size"
3319
- | "ideographic"
3320
- | "alphabetic"
3321
- | "hanging"
3322
- | "mathematical"
3323
- | "central"
3324
- | "middle"
3325
- | "text-after-edge"
3326
- | "text-before-edge"
3327
- | "inherit"
3328
- | undefined;
3314
+ dominantBaseline?: number | string | undefined;
3329
3315
  dur?: number | string | undefined;
3330
3316
  dx?: number | string | undefined;
3331
3317
  dy?: number | string | undefined;
@@ -3471,7 +3457,7 @@ declare namespace React {
3471
3457
  tableValues?: number | string | undefined;
3472
3458
  targetX?: number | string | undefined;
3473
3459
  targetY?: number | string | undefined;
3474
- textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
3460
+ textAnchor?: string | undefined;
3475
3461
  textDecoration?: number | string | undefined;
3476
3462
  textLength?: number | string | undefined;
3477
3463
  textRendering?: number | string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.32",
3
+ "version": "15.7.33",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -81,6 +81,6 @@
81
81
  "scripts": {},
82
82
  "dependencies": {},
83
83
  "peerDependencies": {},
84
- "typesPublisherContentHash": "0f7fb095f73228e045d222460a06c300ceadeee98b5ec2ec344b852c3f5093f7",
85
- "typeScriptVersion": "5.2"
86
- }
84
+ "typesPublisherContentHash": "196ce12470b3d94ba800f2bb2e9df5167d3fe0c5210ea536edff62b8bcfc11cf",
85
+ "typeScriptVersion": "5.0"
86
+ }