chrome-types 0.1.362 → 0.1.364

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.
Files changed (3) hide show
  1. package/_all.d.ts +10 -7
  2. package/index.d.ts +10 -7
  3. 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 Wed Jul 23 2025 11:27:20 GMT+0000 (Coordinated Universal Time)
18
- // Built at bff9ed74819850f5b08848fe5609d073c921d630
17
+ // Generated on Thu Jul 24 2025 22:33:54 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 16aab40117a3dacc9393cd3dd389e556ab3659c8
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -9869,7 +9869,7 @@ declare namespace chrome {
9869
9869
  }
9870
9870
 
9871
9871
  /**
9872
- * Represents a panel created by extension.
9872
+ * Represents a panel created by an extension.
9873
9873
  */
9874
9874
  export interface ExtensionPanel {
9875
9875
 
@@ -9908,6 +9908,13 @@ declare namespace chrome {
9908
9908
 
9909
9909
  disabled: boolean,
9910
9910
  ): Button;
9911
+
9912
+ /**
9913
+ * Shows the panel by activating the corresponding tab.
9914
+ *
9915
+ * @since Pending
9916
+ */
9917
+ show(): void;
9911
9918
  }
9912
9919
 
9913
9920
  /**
@@ -22367,10 +22374,6 @@ declare namespace chrome {
22367
22374
  * Use the `chrome.pageCapture` API to save a tab as MHTML.
22368
22375
  *
22369
22376
  * @chrome-permission pageCapture
22370
- * @chrome-platform chromeos
22371
- * @chrome-platform linux
22372
- * @chrome-platform mac
22373
- * @chrome-platform win
22374
22377
  */
22375
22378
  export namespace pageCapture {
22376
22379
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Jul 23 2025 11:27:15 GMT+0000 (Coordinated Universal Time)
18
- // Built at bff9ed74819850f5b08848fe5609d073c921d630
17
+ // Generated on Thu Jul 24 2025 22:33:49 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 16aab40117a3dacc9393cd3dd389e556ab3659c8
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -6068,7 +6068,7 @@ declare namespace chrome {
6068
6068
  }
6069
6069
 
6070
6070
  /**
6071
- * Represents a panel created by extension.
6071
+ * Represents a panel created by an extension.
6072
6072
  */
6073
6073
  export interface ExtensionPanel {
6074
6074
 
@@ -6107,6 +6107,13 @@ declare namespace chrome {
6107
6107
 
6108
6108
  disabled: boolean,
6109
6109
  ): Button;
6110
+
6111
+ /**
6112
+ * Shows the panel by activating the corresponding tab.
6113
+ *
6114
+ * @since Pending
6115
+ */
6116
+ show(): void;
6110
6117
  }
6111
6118
 
6112
6119
  /**
@@ -17112,10 +17119,6 @@ declare namespace chrome {
17112
17119
  * Use the `chrome.pageCapture` API to save a tab as MHTML.
17113
17120
  *
17114
17121
  * @chrome-permission pageCapture
17115
- * @chrome-platform chromeos
17116
- * @chrome-platform linux
17117
- * @chrome-platform mac
17118
- * @chrome-platform win
17119
17122
  */
17120
17123
  export namespace pageCapture {
17121
17124
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "7f371dd1a9f493e8"
8
+ "build-hash": "4ac966aa8337ec1d"
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.362"
19
+ "version": "0.1.364"
20
20
  }