@openfin/workspace 23.0.0 → 23.0.1-alpha.37062904

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.
Files changed (47) hide show
  1. package/client-api/src/notifications.d.ts +2 -2
  2. package/client-api/src/shapes/index.d.ts +1 -1
  3. package/client-api/src/shapes/notifications.d.ts +1 -1
  4. package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +16 -2
  5. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +26 -23
  6. package/client-api-platform/src/api/dock.d.ts +3 -3
  7. package/client-api-platform/src/api/theming.d.ts +3 -2
  8. package/client-api-platform/src/api/utils.d.ts +11 -0
  9. package/client-api-platform/src/init/override-callback/view-components.d.ts +1 -1
  10. package/client-api-platform/src/init/override-callback/view-defaults.d.ts +2 -1
  11. package/client-api-platform/src/init/theming.d.ts +5 -2
  12. package/client-api-platform/src/shapes.d.ts +128 -16
  13. package/common/src/api/protocol/notifications.d.ts +8 -0
  14. package/common/src/api/protocol/workspace-platform.d.ts +5 -2
  15. package/common/src/api/protocol/workspace.d.ts +2 -2
  16. package/common/src/api/shapes/notifications.d.ts +1 -0
  17. package/common/src/api/theming.d.ts +27 -14
  18. package/common/src/utils/application.d.ts +7 -0
  19. package/common/src/utils/find-in-page/findInPageChannel.d.ts +37 -0
  20. package/common/src/utils/find-in-page/showFindInPageHandler.d.ts +2 -0
  21. package/common/src/utils/global-context-menu.d.ts +7 -0
  22. package/common/src/utils/landing-page.d.ts +1 -1
  23. package/common/src/utils/layout.d.ts +37 -8
  24. package/common/src/utils/logger.d.ts +110 -1
  25. package/common/src/utils/menu-window-provider.d.ts +7 -3
  26. package/common/src/utils/merge-deep.d.ts +1 -0
  27. package/common/src/utils/namespaced-local-storage.d.ts +4 -3
  28. package/common/src/utils/popup-window.d.ts +1 -0
  29. package/common/src/utils/route.d.ts +5 -1
  30. package/common/src/utils/theming.d.ts +6 -0
  31. package/common/src/utils/window.d.ts +12 -9
  32. package/dock3/src/api/protocol.d.ts +3 -0
  33. package/dock3/src/api/utils.d.ts +11 -0
  34. package/dock3/src/shapes/enterprise.d.ts +22 -0
  35. package/dock3/src/shapes/shapes.d.ts +4 -0
  36. package/externals.report.json +23 -64
  37. package/home.js +1 -1485
  38. package/home.js.map +1 -1
  39. package/index.js +1 -1485
  40. package/index.js.map +1 -1
  41. package/notifications.js +1 -1485
  42. package/notifications.js.map +1 -1
  43. package/package.json +5 -11
  44. package/search-api/src/provider/remote/info.d.ts +1 -1
  45. package/store.js +1 -1485
  46. package/store.js.map +1 -1
  47. package/common/src/brand/default-brand.d.ts +0 -8
@@ -1,8 +0,0 @@
1
- export declare const defaultBrandIcons: {
2
- light: {
3
- symbol: string;
4
- };
5
- dark: {
6
- symbol: string;
7
- };
8
- };