chrome-types 0.1.423 → 0.1.425
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/_all.d.ts +3 -4
- package/index.d.ts +3 -4
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Mar 19 2026 10:52:21 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a414b0ac3f73ddcc94b28dca6914bd09b6757fc6
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -39526,10 +39526,9 @@ declare namespace chrome {
|
|
|
39526
39526
|
* @chrome-enum "minimized" Minimized window state.
|
|
39527
39527
|
* @chrome-enum "maximized" Maximized window state.
|
|
39528
39528
|
* @chrome-enum "fullscreen" Fullscreen window state.
|
|
39529
|
-
* @chrome-enum "locked-fullscreen" Locked fullscreen window state. This fullscreen state cannot be exited by user action and is available only to allowlisted extensions on Chrome OS.
|
|
39530
39529
|
* @since Chrome 44
|
|
39531
39530
|
*/
|
|
39532
|
-
export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen"
|
|
39531
|
+
export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen";
|
|
39533
39532
|
|
|
39534
39533
|
export interface Window {
|
|
39535
39534
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Mar 19 2026 10:52:16 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a414b0ac3f73ddcc94b28dca6914bd09b6757fc6
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -27979,10 +27979,9 @@ declare namespace chrome {
|
|
|
27979
27979
|
* @chrome-enum "minimized" Minimized window state.
|
|
27980
27980
|
* @chrome-enum "maximized" Maximized window state.
|
|
27981
27981
|
* @chrome-enum "fullscreen" Fullscreen window state.
|
|
27982
|
-
* @chrome-enum "locked-fullscreen" Locked fullscreen window state. This fullscreen state cannot be exited by user action and is available only to allowlisted extensions on Chrome OS.
|
|
27983
27982
|
* @since Chrome 44
|
|
27984
27983
|
*/
|
|
27985
|
-
export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen"
|
|
27984
|
+
export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen";
|
|
27986
27985
|
|
|
27987
27986
|
export interface Window {
|
|
27988
27987
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "164847160f93e33f"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.425"
|
|
20
20
|
}
|