electron-types 40.0.0-beta.5 → 40.0.0-beta.7

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.
package/README.md CHANGED
@@ -11,11 +11,11 @@ The official `electron` package is ~200MB because it includes the Electron binar
11
11
  Since this package only provides TypeScript types, install it as a dev dependency. **Install the version that matches your Electron version** (see [Version Matching](#version-matching)):
12
12
 
13
13
  ```bash
14
- npm install -D electron-types@40.0.0-beta.5
14
+ npm install -D electron-types@40.0.0-beta.7
15
15
  # or
16
- yarn add -D electron-types@40.0.0-beta.5
16
+ yarn add -D electron-types@40.0.0-beta.7
17
17
  # or
18
- pnpm add -D electron-types@40.0.0-beta.5
18
+ pnpm add -D electron-types@40.0.0-beta.7
19
19
  ```
20
20
 
21
21
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 40.0.0-beta.5
1
+ // Type definitions for Electron 40.0.0-beta.7
2
2
  // Project: http://electronjs.org/
3
3
  // Definitions by: The Electron Team <https://github.com/electron/electron>
4
4
  // Definitions: https://github.com/electron/typescript-definitions
@@ -3822,10 +3822,9 @@ declare namespace Electron {
3822
3822
  */
3823
3823
  resizable?: boolean;
3824
3824
  /**
3825
- * Whether frameless window should have rounded corners. Default is `true`. Setting
3826
- * this property to `false` will prevent the window from being fullscreenable on
3827
- * macOS. On Windows versions older than Windows 11 Build 22000 this property has
3828
- * no effect, and frameless windows will not have rounded corners.
3825
+ * Whether frameless window should have rounded corners. Default is `true`. On
3826
+ * Windows versions older than Windows 11 Build 22000 this property has no effect,
3827
+ * and frameless windows will not have rounded corners.
3829
3828
  *
3830
3829
  * @platform darwin,win32
3831
3830
  */
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "40.0.0-beta.5",
3
- "extractedAt": "2026-01-06T00:39:33.059Z"
2
+ "electronVersion": "40.0.0-beta.7",
3
+ "extractedAt": "2026-01-12T18:13:46.873Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "40.0.0-beta.5",
3
+ "version": "40.0.0-beta.7",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",