chrome-types 0.1.72 → 0.1.73

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 +4 -3
  2. package/index.d.ts +4 -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 Sun Nov 28 2021 22:27:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1eb17e15be59ac864df2dd46b1d5cf8452086414
17
+ // Generated on Tue Nov 30 2021 22:30:35 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 31f0caa685a9d6e1b75493e13c7e501cdd4ca980
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -12990,6 +12990,7 @@ declare namespace chrome {
12990
12990
  * @chrome-permission fileBrowserHandler
12991
12991
  * @chrome-disallow-service-workers
12992
12992
  * @chrome-platform chromeos
12993
+ * @chrome-platform lacros
12993
12994
  */
12994
12995
  export namespace fileBrowserHandler {
12995
12996
 
@@ -27120,7 +27121,7 @@ declare namespace chrome {
27120
27121
  /**
27121
27122
  * The group's color.
27122
27123
  */
27123
- export type Color = "grey" | "blue" | "red" | "yellow" | "green" | "pink" | "purple" | "cyan";
27124
+ export type Color = "grey" | "blue" | "red" | "yellow" | "green" | "pink" | "purple" | "cyan" | "orange";
27124
27125
 
27125
27126
  export interface TabGroup {
27126
27127
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Sun Nov 28 2021 22:27:36 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1eb17e15be59ac864df2dd46b1d5cf8452086414
17
+ // Generated on Tue Nov 30 2021 22:30:29 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 31f0caa685a9d6e1b75493e13c7e501cdd4ca980
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -8856,6 +8856,7 @@ declare namespace chrome {
8856
8856
  * @chrome-permission fileBrowserHandler
8857
8857
  * @chrome-disallow-service-workers
8858
8858
  * @chrome-platform chromeos
8859
+ * @chrome-platform lacros
8859
8860
  */
8860
8861
  export namespace fileBrowserHandler {
8861
8862
 
@@ -17569,7 +17570,7 @@ declare namespace chrome {
17569
17570
  /**
17570
17571
  * The group's color.
17571
17572
  */
17572
- export type Color = "grey" | "blue" | "red" | "yellow" | "green" | "pink" | "purple" | "cyan";
17573
+ export type Color = "grey" | "blue" | "red" | "yellow" | "green" | "pink" | "purple" | "cyan" | "orange";
17573
17574
 
17574
17575
  export interface TabGroup {
17575
17576
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "2c997a3731772930"
8
+ "build-hash": "70ec3a15fa5e165a"
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.72"
19
+ "version": "0.1.73"
20
20
  }