@utrecht/component-library-css 1.0.0-alpha.538 → 1.0.0-alpha.539
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 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -439,6 +439,11 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
439
439
|
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
440
440
|
* Copyright (c) 2020-2022 Frameless B.V.
|
|
441
441
|
*/
|
|
442
|
+
/**
|
|
443
|
+
* @license EUPL-1.2
|
|
444
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
445
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
446
|
+
*/
|
|
442
447
|
.utrecht-badge-status {
|
|
443
448
|
/* `line-height` has a default value, so `line-height` can be used on a parent element to add vertical space between badges */
|
|
444
449
|
background-color: var(--utrecht-badge-background-color, hsl(0, 0%, 0%));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.539",
|
|
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": "96d5a2fcfba0f5110030a550f7f35db4e281f3e5"
|
|
30
30
|
}
|