@types/office-js 1.0.250 → 1.0.251

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 23 Apr 2022 00:01:40 GMT
11
+ * Last updated: Wed, 04 May 2022 00:01:36 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -1850,7 +1850,7 @@ declare namespace Office {
1850
1850
  *
1851
1851
  * **Hosts**: Excel, Outlook (in preview), PowerPoint, Word
1852
1852
  *
1853
- * `OfficeTheme` is only supported in Office on Windows.
1853
+ * `OfficeTheme` is only supported in Office on Windows, Mac, and the web.
1854
1854
  */
1855
1855
  interface OfficeTheme {
1856
1856
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.250",
3
+ "version": "1.0.251",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "b8ed1d8ae88c2fca3caea2d19680f7c80ced9f20fbfb91e148d0e43c88c201be",
48
+ "typesPublisherContentHash": "ce8af17effe1ba31c7fa40afa18085a4a2b722db7f20d88f36e7d3e9de4968dd",
49
49
  "typeScriptVersion": "3.9"
50
50
  }