@openfin/workspace-platform 20.3.8 → 20.3.10

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.
@@ -1,5 +1,5 @@
1
1
  import type OpenFin from '@openfin/core';
2
- import { IconProps, Languages } from '@openfin/ui-library';
2
+ import { IconProps, IconType, Languages } from '@openfin/ui-library';
3
3
  import type { AnalyticsEvent, AnalyticsEventInternal } from '../../common/src/utils/usage-register';
4
4
  import { BaseCustomDropdownItem, CustomActionSpecifier, CustomButtonConfig } from '../../common/src/api/action';
5
5
  import { AddDefaultPagePayload, AttachedPage, BookmarkNode, CopyPagePayload, HandlePagesAndWindowClosePayload, HandlePagesAndWindowCloseResult, HandleSaveModalOnPageClosePayload, Page, PageLayoutsWithSelectedViews, PageWithUpdatableRuntimeAttribs, SaveModalOnPageCloseResult, ShouldPageClosePayload, ShouldPageCloseResult, ViewsPreventingUnloadPayload } from '../../common/src/api/pages/shapes';
@@ -2272,4 +2272,8 @@ export interface LaunchBookmarkPayload {
2272
2272
  export type SearchProviderFilter = {
2273
2273
  id: string;
2274
2274
  title: string;
2275
+ icon?: {
2276
+ light: string;
2277
+ dark: string;
2278
+ };
2275
2279
  };