@utrecht/component-library-css 1.0.0-alpha.549 → 1.0.0-alpha.550
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 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
.utrecht-alert {
|
|
115
115
|
background-color: var(--_utrecht-alert-background-color, var(--utrecht-alert-background-color));
|
|
116
116
|
border-color: var(--_utrecht-alert-border-color, var(--utrecht-alert-border-color));
|
|
117
|
+
border-radius: var(--utrecht-alert-border-radius, 0);
|
|
117
118
|
border-style: solid;
|
|
118
119
|
border-width: var(--_utrecht-alert-border-width, var(--utrecht-alert-border-width, 0));
|
|
119
120
|
color: var(--_utrecht-alert-color, var(--utrecht-alert-color));
|
|
@@ -202,6 +203,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
202
203
|
--utrecht-alert-dialog-margin-block-end: auto;
|
|
203
204
|
background-color: var(--_utrecht-alert-background-color, var(--utrecht-alert-background-color));
|
|
204
205
|
border-color: var(--_utrecht-alert-border-color, var(--utrecht-alert-border-color));
|
|
206
|
+
border-radius: var(--utrecht-alert-border-radius, 0);
|
|
205
207
|
border-style: solid;
|
|
206
208
|
border-width: var(--_utrecht-alert-border-width, var(--utrecht-alert-border-width, 0));
|
|
207
209
|
color: var(--_utrecht-alert-color, var(--utrecht-alert-color));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.550",
|
|
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": "d988dd782ac4d91d507bae7a08ac2d7dc65014d7"
|
|
30
30
|
}
|