@types/office-js-preview 1.0.666 → 1.0.668

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: Fri, 14 Nov 2025 23:02:09 GMT
11
+ * Last updated: Thu, 20 Nov 2025 21:32:50 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -8614,12 +8614,12 @@ declare namespace Office {
8614
8614
  *
8615
8615
  * - **Web (Word)**: 330 px
8616
8616
  *
8617
- * - **Windows**: 51 px
8617
+ * - **Windows, Mac**: 51 px
8618
8618
  *
8619
8619
  * If you pass a width beyond the minimum and maximum constraints, the task pane isn't resized and no error is shown.
8620
8620
  *
8621
8621
  * @param width The width of a task pane in pixels. The minimum and maximum constraints vary by platform. In Excel on the web, the width must be between
8622
- * 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows, the width
8622
+ * 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows and on Mac, the width
8623
8623
  * must be between 51 px and 50% of the client window.
8624
8624
  */
8625
8625
  setWidth(width: number): void;
@@ -24625,6 +24625,10 @@ declare namespace Office {
24625
24625
  *
24626
24626
  * **Important**
24627
24627
  *
24628
+ * - The `errorMessageMarkdown` property is available for preview in Outlook on Mac starting in Version 16.103 (Build 25102433). To test the property, join the
24629
+ * {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-macos/4401756 | Microsoft 365 Insider program} and
24630
+ * select the **Beta Channel** option to access Office beta builds.
24631
+ *
24628
24632
  * - The formatted error message must be 500 characters or less.
24629
24633
  *
24630
24634
  * - For guidance on supported Markdown elements, see
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.666",
3
+ "version": "1.0.668",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "e195a2fd44f18161490f2fcfd9e5a2d94512e85db6e32df50b479d17b6b7ffe8",
49
+ "typesPublisherContentHash": "bb6fe4b9767f1027f964f853bad0ed394331756d824a4207ac4304ac0cb1505a",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }