@abi-software/map-side-bar 1.4.1-beta.5 → 1.4.2-context-card-disabled

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "1.4.1-beta.5",
3
+ "version": "1.4.2-context-card-disabled",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -97,7 +97,6 @@ export class AlgoliaClient {
97
97
  let foundLabels = []
98
98
  let uniqueLabels = []
99
99
  let uniqueKeywords = []
100
- window.hits = hits
101
100
  hits.forEach(hit => {
102
101
  if (hit.item && hit.item.keywords) {
103
102
  hit.item.keywords.forEach(keywordObj => {
@@ -110,7 +110,7 @@ var initial_state = {
110
110
  start: 0,
111
111
  hasSearched: false,
112
112
  contextCardEntry: undefined,
113
- contextCardEnabled: true,
113
+ contextCardEnabled: false,
114
114
  };
115
115
 
116
116
  export default {