electron-types 43.0.0-beta.6 → 43.0.0-beta.8

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
@@ -15,11 +15,11 @@ The official `electron` package is ~200MB because it includes the Electron binar
15
15
  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)):
16
16
 
17
17
  ```bash
18
- npm install -D electron-types@43.0.0-beta.6
18
+ npm install -D electron-types@43.0.0-beta.8
19
19
  # or
20
- yarn add -D electron-types@43.0.0-beta.6
20
+ yarn add -D electron-types@43.0.0-beta.8
21
21
  # or
22
- pnpm add -D electron-types@43.0.0-beta.6
22
+ pnpm add -D electron-types@43.0.0-beta.8
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 43.0.0-beta.6
1
+ // Type definitions for Electron 43.0.0-beta.8
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
@@ -3938,11 +3938,10 @@ declare namespace Electron {
3938
3938
  */
3939
3939
  resizable?: boolean;
3940
3940
  /**
3941
- * Whether frameless window should have rounded corners. Default is `true`. On
3941
+ * Whether a frameless window should have rounded corners. Default is `true`. On
3942
3942
  * Windows versions older than Windows 11 Build 22000 this property has no effect,
3943
- * and frameless windows will not have rounded corners.
3944
- *
3945
- * @platform darwin,win32
3943
+ * and frameless windows will not have rounded corners. On Linux, rounded corners
3944
+ * are only drawn when the desktop environment supports client-side decorations.
3946
3945
  */
3947
3946
  roundedCorners?: boolean;
3948
3947
  /**
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "43.0.0-beta.6",
3
- "extractedAt": "2026-06-23T01:10:17.106Z"
2
+ "electronVersion": "43.0.0-beta.8",
3
+ "extractedAt": "2026-06-28T01:17:10.067Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "43.0.0-beta.6",
3
+ "version": "43.0.0-beta.8",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",