@utrecht/component-library-css 1.0.0-alpha.591 → 1.0.0-alpha.592
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 +5 -5
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2751,7 +2751,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2751
2751
|
*/
|
|
2752
2752
|
.utrecht-form-field-error-message {
|
|
2753
2753
|
--utrecht-document-color: currentColor;
|
|
2754
|
-
background-color: var(--utrecht-error-message-background-color);
|
|
2754
|
+
background-color: var(--utrecht-form-field-error-message-background-color);
|
|
2755
2755
|
color: var(--utrecht-form-field-error-message-color);
|
|
2756
2756
|
display: block;
|
|
2757
2757
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
@@ -2759,10 +2759,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2759
2759
|
font-style: var(--utrecht-form-field-error-message-font-style);
|
|
2760
2760
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-error-message-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
|
|
2761
2761
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-error-message-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
|
|
2762
|
-
padding-block-end: var(--utrecht-error-message-padding-block-end);
|
|
2763
|
-
padding-block-start: var(--utrecht-error-message-padding-block-start);
|
|
2764
|
-
padding-inline-end: var(--utrecht-error-message-padding-inline-end);
|
|
2765
|
-
padding-inline-start: var(--utrecht-error-message-padding-inline-start);
|
|
2762
|
+
padding-block-end: var(--utrecht-form-field-error-message-padding-block-end);
|
|
2763
|
+
padding-block-start: var(--utrecht-form-field-error-message-padding-block-start);
|
|
2764
|
+
padding-inline-end: var(--utrecht-form-field-error-message-padding-inline-end);
|
|
2765
|
+
padding-inline-start: var(--utrecht-form-field-error-message-padding-inline-start);
|
|
2766
2766
|
}
|
|
2767
2767
|
.utrecht-form-field-error-message > * {
|
|
2768
2768
|
--utrecht-space-around: 1;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.592",
|
|
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": "ff7b84913b022fc7e81d42f8471e5cf8ede7f5ce"
|
|
30
30
|
}
|