@utrecht/component-library-css 1.0.0-alpha.323 → 1.0.0-alpha.324

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/html.css CHANGED
@@ -685,6 +685,9 @@
685
685
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0));
686
686
  --utrecht-space-around: 1;
687
687
  }
688
+ .utrecht-html hgroup > * {
689
+ --utrecht-space-around: 0;
690
+ }
688
691
  .utrecht-html a:link {
689
692
  --utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
690
693
  color: var(--utrecht-link-color, blue);
package/dist/index.css CHANGED
@@ -1991,6 +1991,10 @@ ol.utrecht-breadcrumb__list {
1991
1991
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-end, 0));
1992
1992
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0));
1993
1993
  }
1994
+ .utrecht-heading-group > * {
1995
+ --utrecht-space-around: 0;
1996
+ }
1997
+
1994
1998
  /**
1995
1999
  * @license EUPL-1.2
1996
2000
  * Copyright (c) 2021-2022 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.323",
2
+ "version": "1.0.0-alpha.324",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "af72a36c436f3b9ca8f22428723c5307e2acb3a1"
29
+ "gitHead": "ff32d4e66d5ecb7d9ab702050cf4eda13b5331ca"
30
30
  }