@fluid-topics/ft-search-context 1.2.60 → 1.2.62

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.
@@ -134,7 +134,7 @@ export class FtAnalyticsSearchEventManager {
134
134
  offline: false,
135
135
  appVersion: this.appVersion,
136
136
  appName: this.appName,
137
- name: FtAnalyticsEventName.SEARCH_RESULT__OPEN_CONTEXT_MENU,
137
+ name: FtAnalyticsEventName.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU,
138
138
  searchQuery: {
139
139
  terms: request.query,
140
140
  searchType: request.virtualField,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-context",
3
- "version": "1.2.60",
3
+ "version": "1.2.62",
4
4
  "description": "Context block for integrated search components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "1.2.60",
23
- "@fluid-topics/ft-wc-utils": "1.2.60",
22
+ "@fluid-topics/ft-app-context": "1.2.62",
23
+ "@fluid-topics/ft-wc-utils": "1.2.62",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/public-api": "1.0.94"
27
+ "@fluid-topics/public-api": "1.0.95"
28
28
  },
29
- "gitHead": "5acbf0235057ab34c306052ddba1e8f500f710bc"
29
+ "gitHead": "6d62bc761fc79063b748e91a4580734fd1329077"
30
30
  }