@proximus/lavender-header 2.0.0-alpha.133 → 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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -351,7 +351,7 @@ m = new WeakMap(), I = new WeakSet(), dt = function() {
351
351
  customElements.get("px-a-wrapper") || customElements.define("px-a-wrapper", It);
352
352
  class Nt extends HTMLElement {
353
353
  constructor() {
354
- super(), this.template = `<px-a font-weight="title" font-size="body-l" color="brand" variant="no-style">
354
+ super(), this.template = `<px-a font-weight="title" font-size="body-m" color="brand" variant="no-style">
355
355
  <slot></slot>
356
356
  </px-a>`, this.attachShadow({ mode: "open" }), this.shadowRoot.innerHTML = this.template;
357
357
  const e = this.shadowRoot.querySelector("px-a");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-header",
3
- "version": "2.0.0-alpha.133",
3
+ "version": "2.0.0-alpha.135",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",