@openfin/workspace-platform 22.0.7 → 22.1.0

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openfin/workspace-platform",
3
3
  "description": "An API for creating your own Workspace platform.",
4
4
  "contributors": [],
5
- "version": "22.0.7",
5
+ "version": "22.1.0",
6
6
  "main": "index.js",
7
7
  "keywords": [
8
8
  "client",
@@ -229,6 +229,10 @@ export interface SearchProviderInfo {
229
229
  * A UI friendly title for the search provider.
230
230
  */
231
231
  title: string;
232
+ /**
233
+ * A placeholder text that would be put into the empty search field for the selected provider for home in landing mode.
234
+ */
235
+ inputLandingPlaceholder?: string;
232
236
  /**
233
237
  * The OpenFin identity that registered this search provider.
234
238
  */
Binary file