@utrecht/component-library-css 1.0.0-alpha.587 → 1.0.0-alpha.589
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 +22 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2740,6 +2740,28 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2740
2740
|
color: var(--utrecht-form-field-description-warning-color, var(--utrecht-feedback-warning-color));
|
|
2741
2741
|
}
|
|
2742
2742
|
|
|
2743
|
+
/**
|
|
2744
|
+
* @license EUPL-1.2
|
|
2745
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
2746
|
+
*/
|
|
2747
|
+
/**
|
|
2748
|
+
* @license EUPL-1.2
|
|
2749
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
2750
|
+
*/
|
|
2751
|
+
.utrecht-form-field-error-message {
|
|
2752
|
+
--utrecht-document-color: currentColor;
|
|
2753
|
+
color: var(--utrecht-form-field-error-message-color);
|
|
2754
|
+
display: block;
|
|
2755
|
+
font-family: var(--utrecht-document-font-family, inherit);
|
|
2756
|
+
font-size: var(--utrecht-form-field-error-message-font-size, inherit);
|
|
2757
|
+
font-style: var(--utrecht-form-field-error-message-font-style);
|
|
2758
|
+
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)));
|
|
2759
|
+
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)));
|
|
2760
|
+
}
|
|
2761
|
+
.utrecht-form-field-error-message > * {
|
|
2762
|
+
--utrecht-space-around: 1;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2743
2765
|
/**
|
|
2744
2766
|
* @license EUPL-1.2
|
|
2745
2767
|
* Copyright (c) 2021 Robbert Broersma
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.589",
|
|
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": "6bd7abe7d26419f0a11f675f2c160280d044afbc"
|
|
30
30
|
}
|