@progressive-development/pd-wizard 0.0.5 → 0.0.6

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/PdWizard.js +2 -2
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.0.5",
17
+ "version": "0.0.6",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
package/src/PdWizard.js CHANGED
@@ -12,7 +12,7 @@
12
12
  * http://polymer.github.io/PATENTS.txt
13
13
  */
14
14
 
15
- import { LitElement, html, css } from 'lit';
15
+ import { LitElement, html, css, svg } from 'lit';
16
16
 
17
17
  import '@progressive-development/pd-forms/PdButton.js';
18
18
  import './PdSteps.js';
@@ -207,7 +207,7 @@ import './PdSteps.js';
207
207
  ? html`
208
208
  ${this.logo.src
209
209
  ? html` <img src="${this.logo.src}" alt="" /> `
210
- : this.logo.svg}
210
+ : svg`${this.logo.svg}`}
211
211
  ` : ''}
212
212
 
213
213
  <span class="title"