@utrecht/component-library-css 1.0.0-alpha.323 → 1.0.0-alpha.326
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 +3 -0
- package/dist/index.css +4 -0
- package/package.json +2 -2
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.
|
|
2
|
+
"version": "1.0.0-alpha.326",
|
|
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": "
|
|
29
|
+
"gitHead": "6b81f6506edca468ed959baa382cb01cb09f0dcd"
|
|
30
30
|
}
|