@openfin/workspace-platform 46.0.6 → 46.0.8
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.
|
@@ -171,8 +171,5 @@ export type SearchMenuChannelResponse = {
|
|
|
171
171
|
} | {
|
|
172
172
|
type: 'single-provider-results-announcement';
|
|
173
173
|
message: string;
|
|
174
|
-
} | {
|
|
175
|
-
/** Landing page was clicked. Chrome collapses search if view-focused never arrived. */
|
|
176
|
-
type: 'page-clicked';
|
|
177
174
|
};
|
|
178
175
|
export {};
|
package/externals.report.json
CHANGED
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
"issuer": "common/src/utils/layout.ts"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
+
"title-case": [
|
|
17
|
+
{
|
|
18
|
+
"type": "explicit",
|
|
19
|
+
"version": "3.0.3",
|
|
20
|
+
"packageName": "common/package.json",
|
|
21
|
+
"issuer": "common/src/utils/color-linking.ts"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
16
24
|
"react-i18next": [
|
|
17
25
|
{
|
|
18
26
|
"type": "explicit",
|
|
@@ -70,13 +78,5 @@
|
|
|
70
78
|
"packageName": "common/package.json",
|
|
71
79
|
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
72
80
|
}
|
|
73
|
-
],
|
|
74
|
-
"title-case": [
|
|
75
|
-
{
|
|
76
|
-
"type": "explicit",
|
|
77
|
-
"version": "3.0.3",
|
|
78
|
-
"packageName": "common/package.json",
|
|
79
|
-
"issuer": "common/src/utils/color-linking.ts"
|
|
80
|
-
}
|
|
81
81
|
]
|
|
82
82
|
}
|