chrome-types 0.1.367 → 0.1.368

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 +22 -2
  2. package/index.d.ts +22 -2
  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 Thu Jul 31 2025 22:33:33 GMT+0000 (Coordinated Universal Time)
18
- // Built at 97f6418dca820e6ecad113dfbff9a05f9ae74534
17
+ // Generated on Mon Aug 04 2025 22:34:36 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 19958fb507107da128a9f76e3d256fb426a1fc40
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -26756,6 +26756,26 @@ declare namespace chrome {
26756
26756
 
26757
26757
  callback?: () => void,
26758
26758
  ): void;
26759
+
26760
+ /**
26761
+ * Returns the side panel's current layout.
26762
+ *
26763
+ * @since Pending
26764
+ */
26765
+ export function getLayout(): Promise<PanelLayout>;
26766
+
26767
+ /**
26768
+ * Returns the side panel's current layout.
26769
+ *
26770
+ * @param callback Called with a {@link PanelLayout} containing the side value.
26771
+ * @since Pending
26772
+ */
26773
+ export function getLayout(
26774
+
26775
+ callback?: (
26776
+ layout: PanelLayout,
26777
+ ) => void,
26778
+ ): void;
26759
26779
  }
26760
26780
 
26761
26781
  /**
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Jul 31 2025 22:33:28 GMT+0000 (Coordinated Universal Time)
18
- // Built at 97f6418dca820e6ecad113dfbff9a05f9ae74534
17
+ // Generated on Mon Aug 04 2025 22:34:31 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 19958fb507107da128a9f76e3d256fb426a1fc40
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -20872,6 +20872,26 @@ declare namespace chrome {
20872
20872
 
20873
20873
  callback?: () => void,
20874
20874
  ): void;
20875
+
20876
+ /**
20877
+ * Returns the side panel's current layout.
20878
+ *
20879
+ * @since Pending
20880
+ */
20881
+ export function getLayout(): Promise<PanelLayout>;
20882
+
20883
+ /**
20884
+ * Returns the side panel's current layout.
20885
+ *
20886
+ * @param callback Called with a {@link PanelLayout} containing the side value.
20887
+ * @since Pending
20888
+ */
20889
+ export function getLayout(
20890
+
20891
+ callback?: (
20892
+ layout: PanelLayout,
20893
+ ) => void,
20894
+ ): void;
20875
20895
  }
20876
20896
 
20877
20897
  /**
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "6c7bccdfc52d9587"
8
+ "build-hash": "a9d4b1067f353d7c"
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.367"
19
+ "version": "0.1.368"
20
20
  }