chrome-types 0.1.362 → 0.1.363

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 -3
  2. package/index.d.ts +10 -3
  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 Wed Jul 23 2025 22:33:30 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2822372ce65ec5ce57bbbb4efb22427b90dcac83
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
  /**
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 Wed Jul 23 2025 22:33:25 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2822372ce65ec5ce57bbbb4efb22427b90dcac83
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
  /**
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": "8cf54701d8da01d1"
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.363"
20
20
  }