@utrecht/component-library-css 1.0.0-alpha.480 → 1.0.0-alpha.482
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 +4 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -4332,6 +4332,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4332
4332
|
font-size: inherit;
|
|
4333
4333
|
}
|
|
4334
4334
|
|
|
4335
|
+
.utrecht-paragraph__b {
|
|
4336
|
+
font-weight: inherit;
|
|
4337
|
+
}
|
|
4338
|
+
|
|
4335
4339
|
.utrecht-paragraph--distanced {
|
|
4336
4340
|
--utrecht-space-around: 1;
|
|
4337
4341
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.482",
|
|
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": "29becf286bae3fd1461cbd442fc474c4a480681d"
|
|
30
30
|
}
|