@types/office-js-preview 1.0.437 → 1.0.438

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-preview (https://github.com
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: Tue, 12 Dec 2023 21:07:04 GMT
11
+ * Last updated: Thu, 14 Dec 2023 23:35:42 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -8568,6 +8568,11 @@ declare namespace Office {
8568
8568
  * **Important**: The actual color depends on how the Outlook client renders it.
8569
8569
  * In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8570
8570
  * and on Mac (starting in Version 16.78).
8571
+ *
8572
+ * Earlier versions of Outlook on Mac had a bug that displayed incorrect preset colors.
8573
+ * This has now been fixed starting in Version 16.78. If you've recently updated your
8574
+ * Outlook client, you need to adjust the category colors in your add-in to match the
8575
+ * updated preset values.
8571
8576
  */
8572
8577
  enum CategoryColor {
8573
8578
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.437",
3
+ "version": "1.0.438",
4
4
  "description": "TypeScript definitions for office-js-preview",
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": "211e7dd88043df9dc2b5058b1331305810e268265d5cae92f0e02a9dd2329bab",
48
+ "typesPublisherContentHash": "7c92aa7d4cd4e56f956d79dce5c93e7598111f0675b203880fd67e012144faf1",
49
49
  "typeScriptVersion": "4.6"
50
50
  }