@utrecht/component-library-css 1.0.0-alpha.445 → 1.0.0-alpha.446
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 +2 -0
- package/dist/index.css +2 -0
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -1048,6 +1048,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1048
1048
|
--utrecht-code-font-family: var(--utrecht-code-block-font-family, monospace);
|
|
1049
1049
|
background-color: var(--utrecht-code-block-background-color);
|
|
1050
1050
|
display: block;
|
|
1051
|
+
font-size: var(--utrecht-code-block-font-size, var(--utrecht-code-font-size));
|
|
1052
|
+
line-height: var(--utrecht-code-block-line-height, var(--utrecht-code-line-height));
|
|
1051
1053
|
margin-block-end: var(--utrecht-code-block-margin-block-end);
|
|
1052
1054
|
margin-block-start: var(--utrecht-code-block-margin-block-start);
|
|
1053
1055
|
margin-inline-end: var(--utrecht-code-block-margin-inline-end);
|
package/dist/index.css
CHANGED
|
@@ -1439,6 +1439,8 @@ ol.utrecht-breadcrumb__list {
|
|
|
1439
1439
|
--utrecht-code-font-family: var(--utrecht-code-block-font-family, monospace);
|
|
1440
1440
|
background-color: var(--utrecht-code-block-background-color);
|
|
1441
1441
|
display: block;
|
|
1442
|
+
font-size: var(--utrecht-code-block-font-size, var(--utrecht-code-font-size));
|
|
1443
|
+
line-height: var(--utrecht-code-block-line-height, var(--utrecht-code-line-height));
|
|
1442
1444
|
margin-block-end: var(--utrecht-code-block-margin-block-end);
|
|
1443
1445
|
margin-block-start: var(--utrecht-code-block-margin-block-start);
|
|
1444
1446
|
margin-inline-end: var(--utrecht-code-block-margin-inline-end);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.446",
|
|
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": "e53de9b54d4e8a4ba04628a32dba9cb4e78644aa"
|
|
30
30
|
}
|