@types/office-js-preview 1.0.370 → 1.0.371

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.
@@ -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-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 25 Jan 2023 00:02:39 GMT
11
+ * Last updated: Thu, 26 Jan 2023 20:02:48 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -2005,9 +2005,14 @@ declare namespace Office {
2005
2005
  *
2006
2006
  * @remarks
2007
2007
  *
2008
- * **Applications**: Excel, Outlook (in preview), PowerPoint, Word
2009
- *
2010
- * `OfficeTheme` is only supported in Office on Windows, Mac, and the web.
2008
+ * *Supported applications, by platform*
2009
+ * <table>
2010
+ * <tr><th> </th><th> Office on Windows </th><th> Office on the web </th></tr>
2011
+ * <tr><td><strong> Excel </strong></td><td> Y </td><td> </td></tr>
2012
+ * <tr><td><strong> Outlook </strong></td><td> Preview </td><td> </td></tr>
2013
+ * <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> </td></tr>
2014
+ * <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td></tr>
2015
+ * </table>
2011
2016
  */
2012
2017
  interface OfficeTheme {
2013
2018
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.370",
3
+ "version": "1.0.371",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "77e4d0fc18db24f73ccec1ab487dcafcda5813fa6bbc49e0d7295c36f1ba4ec3",
48
+ "typesPublisherContentHash": "150ed8384d94aab1f910118078762bc1e72fd42b996991dddec0478a9785286b",
49
49
  "typeScriptVersion": "4.2"
50
50
  }