@proximus/lavender-light 2.0.0-alpha.134 → 2.0.0-alpha.135

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.
@@ -5121,7 +5121,7 @@ if (!customElements.get("px-a-wrapper")) {
5121
5121
  class MDDLink extends HTMLElement {
5122
5122
  constructor() {
5123
5123
  super();
5124
- this.template = `<px-a font-weight="title" font-size="body-l" color="brand" variant="no-style">
5124
+ this.template = `<px-a font-weight="title" font-size="body-m" color="brand" variant="no-style">
5125
5125
  <slot></slot>
5126
5126
  </px-a>`;
5127
5127
  this.attachShadow({ mode: "open" });