chrome-types 0.1.104 → 0.1.105

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 +3 -3
  2. package/index.d.ts +3 -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 Tue Apr 26 2022 22:29:06 GMT+0000 (Coordinated Universal Time)
18
- // Built at 24a6fb1714d41e7901600907fe3eddf76c31c75a
17
+ // Generated on Wed Apr 27 2022 22:29:20 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 31eab34a25bfaa9bba663c59fe9f30ebf66fa5ed
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -14612,7 +14612,7 @@ declare namespace chrome {
14612
14612
  /**
14613
14613
  * A CSS generic font family.
14614
14614
  */
14615
- export type GenericFamily = "standard" | "sansserif" | "serif" | "fixed" | "cursive" | "fantasy";
14615
+ export type GenericFamily = "standard" | "sansserif" | "serif" | "fixed" | "cursive" | "fantasy" | "math";
14616
14616
 
14617
14617
  /**
14618
14618
  * One of
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Apr 26 2022 22:29:01 GMT+0000 (Coordinated Universal Time)
18
- // Built at 24a6fb1714d41e7901600907fe3eddf76c31c75a
17
+ // Generated on Wed Apr 27 2022 22:29:15 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 31eab34a25bfaa9bba663c59fe9f30ebf66fa5ed
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -10460,7 +10460,7 @@ declare namespace chrome {
10460
10460
  /**
10461
10461
  * A CSS generic font family.
10462
10462
  */
10463
- export type GenericFamily = "standard" | "sansserif" | "serif" | "fixed" | "cursive" | "fantasy";
10463
+ export type GenericFamily = "standard" | "sansserif" | "serif" | "fixed" | "cursive" | "fantasy" | "math";
10464
10464
 
10465
10465
  /**
10466
10466
  * One of
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "aee3f2150a247629"
8
+ "build-hash": "2e75d8c43482ac10"
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.104"
19
+ "version": "0.1.105"
20
20
  }