Skip to content

Commit c2ff8b0

Browse files
committed
Updated for v13.0.0-wvvmp-beta.27
1 parent f43f499 commit c2ff8b0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

electron.d.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 13.0.0-beta.26
1+
// Type definitions for Electron 13.0.0-beta.27
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -12248,11 +12248,9 @@ See webContents.sendInputEvent for detailed description of `event` object.
1224812248
* Add a type of vibrancy effect to the window, only on macOS. Can be
1224912249
* `appearance-based`, `light`, `dark`, `titlebar`, `selection`, `menu`, `popover`,
1225012250
* `sidebar`, `medium-light`, `ultra-dark`, `header`, `sheet`, `window`, `hud`,
12251-
* `fullscreen-ui`, `tooltip`, `content`, `under-window`, or `under-page`. Please
12252-
* note that using `frame: false` in combination with a vibrancy value requires
12253-
* that you use a non-default `titleBarStyle` as well. Also note that
12254-
* `appearance-based`, `light`, `dark`, `medium-light`, and `ultra-dark` are
12255-
* deprecated and have been removed in macOS Catalina (10.15).
12251+
* `fullscreen-ui`, `tooltip`, `content`, `under-window`, or `under-page`. Please
12252+
* note that `appearance-based`, `light`, `dark`, `medium-light`, and `ultra-dark`
12253+
* are deprecated and have been removed in macOS Catalina (10.15).
1225612254
*/
1225712255
vibrancy?: ('appearance-based' | 'light' | 'dark' | 'titlebar' | 'selection' | 'menu' | 'popover' | 'sidebar' | 'medium-light' | 'ultra-dark' | 'header' | 'sheet' | 'window' | 'hud' | 'fullscreen-ui' | 'tooltip' | 'content' | 'under-window' | 'under-page');
1225812256
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "13.0.0-wvvmp-beta.26",
19+
"version": "13.0.0-wvvmp-beta.27",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)