@proximus/lavender 1.4.6-alpha.2 → 1.4.6-alpha.4
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/dist/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +1 -1
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -13179,7 +13179,7 @@ const priceSizeValues = ["", "s", "m", "l"];
|
|
|
13179
13179
|
const _Price = class _Price extends PxElement {
|
|
13180
13180
|
constructor() {
|
|
13181
13181
|
super(styles$i);
|
|
13182
|
-
this.template = () => `<span class="price"
|
|
13182
|
+
this.template = () => `<span class="price"></span>`;
|
|
13183
13183
|
this.shadowRoot.innerHTML = this.template();
|
|
13184
13184
|
}
|
|
13185
13185
|
static get observedAttributes() {
|