@types/office-js 1.0.524 → 1.0.525

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, 07 Aug 2025 17:39:00 GMT
11
+ * Last updated: Wed, 13 Aug 2025 18:41:38 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -7270,6 +7270,14 @@ declare namespace Office {
7270
7270
  * event.
7271
7271
  */
7272
7272
  themeId: ThemeId;
7273
+ /**
7274
+ * Gets the Office host native theme.
7275
+ *
7276
+ * @remarks
7277
+ *
7278
+ * **Important**: The `fluentThemeData` property is only supported on Win32.
7279
+ */
7280
+ fluentThemeData?: object;
7273
7281
  }
7274
7282
  /**
7275
7283
  * Specifies a cell, or row, or column, by its zero-based row and/or column number. Example: `{row: 3, column: 4}` specifies the cell in the 3rd
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.524",
3
+ "version": "1.0.525",
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": "4a32b4dc23d4a5e684622ebd7e4daac949e43dc8d4c3aa3b65d91344ddc189b2",
49
+ "typesPublisherContentHash": "5492870d43741b572176d5a548036216f82de36b560569162f74004f0fda8864",
50
50
  "typeScriptVersion": "5.2"
51
51
  }