@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.
- package/dist/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +5 -4
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -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
|
-
"
|
|
2379
|
-
"neighbor-
|
|
2380
|
-
"
|
|
2381
|
-
"neighbor-
|
|
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",
|