@utrecht/component-library-css 1.0.0-alpha.510 → 1.0.0-alpha.511
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/index.css +2 -2
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2097,16 +2097,16 @@ ol.utrecht-breadcrumb__list {
|
|
|
2097
2097
|
background-position: center;
|
|
2098
2098
|
background-repeat: no-repeat;
|
|
2099
2099
|
background-size: contain;
|
|
2100
|
+
block-size: var(--utrecht-checkbox-size, 1em);
|
|
2100
2101
|
border-color: var(--utrecht-checkbox-border-color);
|
|
2101
2102
|
border-style: solid;
|
|
2102
2103
|
border-width: var(--utrecht-checkbox-border-width);
|
|
2103
2104
|
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
2104
|
-
|
|
2105
|
+
inline-size: var(--utrecht-checkbox-size, 1em);
|
|
2105
2106
|
margin-block-start: var(--utrecht-checkbox-margin-block-start);
|
|
2106
2107
|
-webkit-print-color-adjust: exact;
|
|
2107
2108
|
print-color-adjust: exact;
|
|
2108
2109
|
vertical-align: top;
|
|
2109
|
-
width: var(--utrecht-checkbox-size);
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
2112
|
.utrecht-checkbox--custom.utrecht-checkbox--checked,
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.511",
|
|
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": "356c859026b9601083d3fbba2410ba03d54f61df"
|
|
30
30
|
}
|