@proximus/lavender 1.4.9-alpha.1 → 1.4.9-alpha.2

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.
@@ -2375,10 +2375,11 @@ const containerCss = ':host{display:block}.container{font-family:var(--px-font-f
2375
2375
  const containerStyles = new CSSStyleSheet();
2376
2376
  containerStyles.replaceSync(containerCss);
2377
2377
  const anchorSpacingValues = [
2378
- "has-patch",
2379
- "neighbor-has-patch",
2380
- "has-ribbon",
2381
- "neighbor-has-ribbon"
2378
+ "top-patch",
2379
+ "top-neighbor-patch",
2380
+ "top-ribbon",
2381
+ "top-neighbor-ribbon",
2382
+ "top-patch-and-neighbor-ribbon"
2382
2383
  ];
2383
2384
  const subgridRowsValues = [
2384
2385
  "1",