@abi-software/map-side-bar 1.4.3-context-card-disabled → 1.4.4-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.3-context-card-disabled",
3
+ "version": "1.4.4-context-card-disabled",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -125,7 +125,7 @@ export default {
125
125
  })
126
126
  EventBus.$on('available-facets', (payLoad)=> {
127
127
  this.$emit('search-changed', {
128
- type: 'available-facects',
128
+ type: 'available-facets',
129
129
  value: payLoad
130
130
  })
131
131
  })