@utrecht/component-library-css 1.0.0-alpha.507 → 1.0.0-alpha.508
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 +0 -1
- package/dist/index.css +1 -1
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -1704,7 +1704,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1704
1704
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
|
|
1705
1705
|
padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 2ch);
|
|
1706
1706
|
text-align: start;
|
|
1707
|
-
width: max-content;
|
|
1708
1707
|
--utrecht-space-around: 1;
|
|
1709
1708
|
}
|
|
1710
1709
|
.utrecht-html ul > li {
|
package/dist/index.css
CHANGED
|
@@ -5533,12 +5533,12 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5533
5533
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
|
|
5534
5534
|
padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 2ch);
|
|
5535
5535
|
text-align: start;
|
|
5536
|
-
width: max-content;
|
|
5537
5536
|
}
|
|
5538
5537
|
|
|
5539
5538
|
.utrecht-unordered-list--center {
|
|
5540
5539
|
margin-inline-end: auto;
|
|
5541
5540
|
margin-inline-start: auto;
|
|
5541
|
+
width: max-content;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
5544
|
.utrecht-unordered-list--distanced {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.508",
|
|
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": "fa3d4b9732eef31e349b020729b77c76a4a71541"
|
|
30
30
|
}
|