@types/office-js-preview 1.0.413 → 1.0.415

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: Thu, 14 Sep 2023 01:49:18 GMT
11
+ * Last updated: Tue, 26 Sep 2023 21:05:48 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -4246,7 +4246,7 @@ declare namespace Office {
4246
4246
  * </tr>
4247
4247
  * <tr>
4248
4248
  * <td><code>Office.CoercionType.XmlSvg</code></td>
4249
- * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web<br>- Word on Windows and on Mac</td>
4249
+ * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
4250
4250
  * </tr>
4251
4251
  * </table>
4252
4252
  *
@@ -4338,7 +4338,7 @@ declare namespace Office {
4338
4338
  * </tr>
4339
4339
  * <tr>
4340
4340
  * <td><code>Office.CoercionType.XmlSvg</code></td>
4341
- * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web<br>- Word on Windows and on Mac</td>
4341
+ * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
4342
4342
  * </tr>
4343
4343
  * </table>
4344
4344
  *
@@ -8536,13 +8536,14 @@ declare namespace Office {
8536
8536
  /**
8537
8537
  * Specifies the category color.
8538
8538
  *
8539
- * **Note**: The actual color depends on how the Outlook client renders it.
8540
- * In this case, the colors noted on each preset are for the Outlook desktop client.
8541
- *
8542
8539
  * @remarks
8543
8540
  * [Api set: Mailbox 1.8]
8544
8541
  *
8545
8542
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
8543
+ *
8544
+ * **Important**: The actual color depends on how the Outlook client renders it.
8545
+ * In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8546
+ * and on Mac (starting in Version 16.78).
8546
8547
  */
8547
8548
  enum CategoryColor {
8548
8549
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.413",
3
+ "version": "1.0.415",
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": "e74f3c290b61ac17e5919746959da2bbd11ca69d5bf3c34e964db9722325bb89",
48
+ "typesPublisherContentHash": "f2e37a2ec2bd40fe465f89d1bf9188a9b4090da493deaac2cdf252da97835b80",
49
49
  "typeScriptVersion": "4.5"
50
50
  }