@proximus/lavender 1.4.6-alpha.2 → 1.4.6-alpha.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.
@@ -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"><slot></slot></span>`;
13182
+ this.template = () => `<span class="price"></span>`;
13183
13183
  this.shadowRoot.innerHTML = this.template();
13184
13184
  }
13185
13185
  static get observedAttributes() {