@opensumi/ide-electron-basic 2.18.6 → 2.18.7-next-1657787537.0

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.
@@ -2,10 +2,10 @@ import React from 'react';
2
2
  /**
3
3
  * autoHide: Hide the HeaderBar when the macOS full screen
4
4
  */
5
- export declare const ElectronHeaderBar: React.FunctionComponent<{
5
+ export declare const ElectronHeaderBar: React.FunctionComponent<React.PropsWithChildren<{
6
6
  Icon?: React.FunctionComponent<{}> | undefined;
7
7
  autoHide?: boolean | undefined;
8
- }>;
8
+ }>>;
9
9
  export declare const TitleInfo: React.FunctionComponent<{
10
10
  hidden?: boolean | undefined;
11
11
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/browser/header/header.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAyE3D;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;EAuE7B,CAAC;AAIF,eAAO,MAAM,SAAS;;EA6EpB,CAAC"}
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/browser/header/header.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAyE3D;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;GAuE7B,CAAC;AAIF,eAAO,MAAM,SAAS;;EA6EpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-electron-basic",
3
- "version": "2.18.6",
3
+ "version": "2.18.7-next-1657787537.0",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -16,15 +16,15 @@
16
16
  "url": "git@github.com:opensumi/core.git"
17
17
  },
18
18
  "dependencies": {
19
- "@opensumi/ide-core-common": "2.18.6",
20
- "@opensumi/ide-core-node": "2.18.6"
19
+ "@opensumi/ide-core-common": "2.18.7-next-1657787537.0",
20
+ "@opensumi/ide-core-node": "2.18.7-next-1657787537.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@opensumi/ide-core-browser": "2.18.6",
23
+ "@opensumi/ide-core-browser": "2.18.7-next-1657787537.0",
24
24
  "@opensumi/ide-dev-tool": "^1.3.1",
25
- "@opensumi/ide-editor": "2.18.6",
26
- "@opensumi/ide-overlay": "2.18.6",
27
- "@opensumi/ide-workspace": "2.18.6"
25
+ "@opensumi/ide-editor": "2.18.7-next-1657787537.0",
26
+ "@opensumi/ide-overlay": "2.18.7-next-1657787537.0",
27
+ "@opensumi/ide-workspace": "2.18.7-next-1657787537.0"
28
28
  },
29
- "gitHead": "5db207b1b1dad5689a64abb3ed4609e5e8836b97"
29
+ "gitHead": "022385b69cca853ea7bd42fd18d4bf2cfe45cbb9"
30
30
  }