@utrecht/component-library-css 1.0.0-alpha.590 → 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 +6 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2751,6 +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-form-field-error-message-background-color);
|
|
2754
2755
|
color: var(--utrecht-form-field-error-message-color);
|
|
2755
2756
|
display: block;
|
|
2756
2757
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
@@ -2758,6 +2759,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2758
2759
|
font-style: var(--utrecht-form-field-error-message-font-style);
|
|
2759
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)));
|
|
2760
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-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);
|
|
2761
2766
|
}
|
|
2762
2767
|
.utrecht-form-field-error-message > * {
|
|
2763
2768
|
--utrecht-space-around: 1;
|
|
@@ -2788,7 +2793,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2788
2793
|
.utrecht-form-field--invalid {
|
|
2789
2794
|
border-inline-start-color: var(--utrecht-form-field-invalid-border-inline-start-color);
|
|
2790
2795
|
border-inline-start-style: solid;
|
|
2791
|
-
border-inline-start-width: var(--utrecht-form-field-invalid-border-inline-start-width);
|
|
2796
|
+
border-inline-start-width: var(--utrecht-form-field-invalid-border-inline-start-width, 0);
|
|
2792
2797
|
padding-inline-start: var(--utrecht-form-field-invalid-padding-inline-start);
|
|
2793
2798
|
}
|
|
2794
2799
|
|
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
|
}
|