@types/office-js-preview 1.0.622 → 1.0.623

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: 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
@@ -7280,6 +7280,14 @@ declare namespace Office {
7280
7280
  * event.
7281
7281
  */
7282
7282
  themeId: ThemeId;
7283
+ /**
7284
+ * Gets the Office host native theme.
7285
+ *
7286
+ * @remarks
7287
+ *
7288
+ * **Important**: The `fluentThemeData` property is only supported on Win32.
7289
+ */
7290
+ fluentThemeData?: object;
7283
7291
  }
7284
7292
  /**
7285
7293
  * 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.622",
3
+ "version": "1.0.623",
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": "cfa4585567b8de743fd2e6e809eaad44ab6261347b227bbf31164feebe466b23",
49
+ "typesPublisherContentHash": "dd7091b87044e988c50e2ab57a7ca80bfe236141183e05c9a4f109b9aa02f46b",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }