@progressive-development/pd-page 0.0.1 → 0.0.2

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/index.js CHANGED
@@ -1 +1 @@
1
- export { PdPage } from './src/PdPage.js';
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.0.1",
6
+ "version": "0.0.2",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdMenu.js CHANGED
@@ -159,9 +159,7 @@ export class PdMenu extends LitElement {
159
159
  ${this.logo && (this.logo.src || this.logo.svg)
160
160
  ? html`
161
161
  <li @click="${PdMenu._scrollToTop}">
162
- ${this.logo.src
163
- ? html` <img src="${this.logo.src}" alt="" /> `
164
- : this.logo.svg}
162
+ <slot id="slotLogo"></slot>
165
163
  </li>
166
164
  `
167
165
  : ''}