@utrecht/component-library-css 1.0.0-alpha.346 → 1.0.0-alpha.347
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/html.css +7 -0
- package/dist/index.css +7 -0
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -382,12 +382,19 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
382
382
|
max-inline-size: var(--utrecht-article-max-inline-size);
|
|
383
383
|
}
|
|
384
384
|
.utrecht-html blockquote {
|
|
385
|
+
background-color: var(--utrecht-blockquote-background-color);
|
|
386
|
+
color: var(--utrecht-blockquote-color);
|
|
385
387
|
font-family: var(--utrecht-document-font-family);
|
|
386
388
|
font-size: var(--utrecht-blockquote-font-size);
|
|
389
|
+
font-style: var(--utrecht-blockquote-font-style);
|
|
387
390
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-end, 0));
|
|
388
391
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-start, 0));
|
|
389
392
|
margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
|
|
390
393
|
margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
|
|
394
|
+
padding-block-end: var(--utrecht-blockquote-padding-block-end);
|
|
395
|
+
padding-block-start: var(--utrecht-blockquote-padding-block-start);
|
|
396
|
+
padding-inline-end: var(--utrecht-blockquote-padding-inline-end);
|
|
397
|
+
padding-inline-start: var(--utrecht-blockquote-padding-inline-start);
|
|
391
398
|
--utrecht-document-color: var(--utrecht-blockquote-content-color, inherit);
|
|
392
399
|
--utrecht-paragraph-font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
393
400
|
color: var(--utrecht-blockquote-content-color, inherit);
|
package/dist/index.css
CHANGED
|
@@ -208,12 +208,19 @@
|
|
|
208
208
|
* Copyright (c) 2021 Robbert Broersma
|
|
209
209
|
*/
|
|
210
210
|
.utrecht-blockquote {
|
|
211
|
+
background-color: var(--utrecht-blockquote-background-color);
|
|
212
|
+
color: var(--utrecht-blockquote-color);
|
|
211
213
|
font-family: var(--utrecht-document-font-family);
|
|
212
214
|
font-size: var(--utrecht-blockquote-font-size);
|
|
215
|
+
font-style: var(--utrecht-blockquote-font-style);
|
|
213
216
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-end, 0));
|
|
214
217
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-start, 0));
|
|
215
218
|
margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
|
|
216
219
|
margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
|
|
220
|
+
padding-block-end: var(--utrecht-blockquote-padding-block-end);
|
|
221
|
+
padding-block-start: var(--utrecht-blockquote-padding-block-start);
|
|
222
|
+
padding-inline-end: var(--utrecht-blockquote-padding-inline-end);
|
|
223
|
+
padding-inline-start: var(--utrecht-blockquote-padding-inline-start);
|
|
217
224
|
}
|
|
218
225
|
|
|
219
226
|
.utrecht-blockquote__attribution {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.347",
|
|
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": "e625263b2a8b3af26ebd38c843a1073af769c943"
|
|
30
30
|
}
|