@utrecht/component-library-css 1.0.0-alpha.376 → 1.0.0-alpha.377
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 +5 -0
- package/dist/index.css +6 -1
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -103,6 +103,11 @@
|
|
|
103
103
|
* @license EUPL-1.2
|
|
104
104
|
* Copyright (c) 2021 Robbert Broersma
|
|
105
105
|
*/
|
|
106
|
+
/**
|
|
107
|
+
* @license EUPL-1.2
|
|
108
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
109
|
+
*/
|
|
110
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
106
111
|
/**
|
|
107
112
|
* @license EUPL-1.2
|
|
108
113
|
* Copyright (c) 2021 Robbert Broersma
|
package/dist/index.css
CHANGED
|
@@ -2406,13 +2406,18 @@ ol.utrecht-breadcrumb__list {
|
|
|
2406
2406
|
* @license EUPL-1.2
|
|
2407
2407
|
* Copyright (c) 2021 Robbert Broersma
|
|
2408
2408
|
*/
|
|
2409
|
+
/**
|
|
2410
|
+
* @license EUPL-1.2
|
|
2411
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
2412
|
+
*/
|
|
2409
2413
|
/* stylelint-disable-next-line block-no-empty */
|
|
2410
2414
|
.utrecht-form-fieldset {
|
|
2411
2415
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-end, 0));
|
|
2412
2416
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-start, 0));
|
|
2413
2417
|
}
|
|
2414
2418
|
|
|
2415
|
-
.utrecht-form-fieldset--html-fieldset
|
|
2419
|
+
.utrecht-form-fieldset--html-fieldset,
|
|
2420
|
+
.utrecht-form-fieldset__fieldset--html-fieldset {
|
|
2416
2421
|
all: revert;
|
|
2417
2422
|
border: 0;
|
|
2418
2423
|
margin-inline-end: 0;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.377",
|
|
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": "ebec2bd51149743cc576ff17c87feb7b68b1fddb"
|
|
30
30
|
}
|