@proximus/lavender-content-header 1.4.9-alpha.8 → 1.4.9-beta.1

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 +4 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -356,6 +356,9 @@ const _ = [
356
356
  ), this.style.setProperty(
357
357
  "--container-anchor-spacing--laptop",
358
358
  `var(--px-spacing-${r}-laptop)`
359
+ ), this.style.setProperty(
360
+ "--container-anchor-spacing--desktop",
361
+ `var(--px-spacing-${r}-desktop)`
359
362
  ));
360
363
  };
361
364
  o(t), o(i);
@@ -2095,7 +2098,7 @@ const w = class w extends S {
2095
2098
  "px-grid > px-container"
2096
2099
  );
2097
2100
  t !== null ? i.forEach(({ prop: o, gridAttr: r, attr: a }) => {
2098
- this[o] && (this.$grid.setAttribute(r, "3"), e == null || e.setAttribute(a, "2"));
2101
+ this[o] && (this.$grid.setAttribute(r, "2"), e == null || e.setAttribute(a, "1"));
2099
2102
  }) : i.forEach(({ gridAttr: o, attr: r }) => {
2100
2103
  this.$grid.setAttribute(o, "1"), e == null || e.setAttribute(r, "1");
2101
2104
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-content-header",
3
- "version": "1.4.9-alpha.8",
3
+ "version": "1.4.9-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",