@types/office-js 1.0.343 → 1.0.344

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: Thu, 14 Sep 2023 01:49:18 GMT
11
+ * Last updated: Thu, 21 Sep 2023 17:06:04 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
@@ -8475,13 +8475,14 @@ declare namespace Office {
8475
8475
  /**
8476
8476
  * Specifies the category color.
8477
8477
  *
8478
- * **Note**: The actual color depends on how the Outlook client renders it.
8479
- * In this case, the colors noted on each preset are for the Outlook desktop client.
8480
- *
8481
8478
  * @remarks
8482
8479
  * [Api set: Mailbox 1.8]
8483
8480
  *
8484
8481
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
8482
+ *
8483
+ * **Important**: The actual color depends on how the Outlook client renders it.
8484
+ * In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8485
+ * and on Mac (starting in Version 16.78).
8485
8486
  */
8486
8487
  enum CategoryColor {
8487
8488
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.343",
3
+ "version": "1.0.344",
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": "7500556562645b3cf8543937738b038376934f7148113102fcd982f317bcd26f",
48
+ "typesPublisherContentHash": "055a09572f139d8a998230f434199e064c3634e667f20afc169480fce41cdd2a",
49
49
  "typeScriptVersion": "4.5"
50
50
  }