@progressive-development/pd-page 0.1.50 → 0.1.53

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/PdFooter.js +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressive development page helper, teaser, menu, footer.",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.1.50",
6
+ "version": "0.1.53",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdFooter.js CHANGED
@@ -143,7 +143,7 @@ export class PdFooter extends LitElement {
143
143
  this.dispatchEvent(
144
144
  new CustomEvent('footer-link', {
145
145
  detail: {
146
- link: linkKey
146
+ linkObj: this.footerLinks.filter(fl => fl.key === linkKey)[0]
147
147
  }
148
148
  })
149
149
  );