@abi-software/map-side-bar 1.2.2 → 1.2.3

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.2.2",
3
+ "version": "1.2.3",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -290,6 +290,7 @@ export default {
290
290
  this.cardOverflow = false
291
291
  this.expanded = false
292
292
  this.cardOverflow = this.isOverflown(this.$refs.card)
293
+ this.getBanner()
293
294
  }
294
295
  },
295
296
  };