@types/office-js 1.0.528 → 1.0.529

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: Wed, 27 Aug 2025 16:02:42 GMT
11
+ * Last updated: Wed, 27 Aug 2025 18:02:22 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -7275,7 +7275,7 @@ declare namespace Office {
7275
7275
  *
7276
7276
  * @remarks
7277
7277
  *
7278
- * **Important**: The `fluentThemeData` property is only supported on Win32.
7278
+ * **Important**: The `fluentThemeData` property is only supported on the Excel, PowerPoint, and Word desktop clients for Windows.
7279
7279
  */
7280
7280
  fluentThemeData?: object;
7281
7281
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.528",
3
+ "version": "1.0.529",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "055397b64e2c1ae522a2227b94c1303d12230efbe310dbf0bc06393282a61015",
49
+ "typesPublisherContentHash": "aac8159a3904d8d044e7c8ba8152015507b1b7bb911558efa1c65db78fc6007e",
50
50
  "typeScriptVersion": "5.2"
51
51
  }