@utrecht/component-library-css 1.0.0-alpha.318 → 1.0.0-alpha.320
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 +4 -4
- package/dist/index.css +4 -4
- package/package.json +2 -2
- package/project.json +2 -1
package/dist/html.css
CHANGED
|
@@ -734,10 +734,10 @@
|
|
|
734
734
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-paragraph-margin-block-start, 0));
|
|
735
735
|
}
|
|
736
736
|
.utrecht-html p.lead {
|
|
737
|
-
color: var(--utrecht-paragraph-lead-color, var(--utrecht-document-color, inherit));
|
|
738
|
-
font-size: var(--utrecht-paragraph-lead-font-size, inherit);
|
|
739
|
-
font-weight: var(--utrecht-paragraph-lead-font-weight, inherit);
|
|
740
|
-
line-height: var(--utrecht-paragraph-lead-line-height, inherit);
|
|
737
|
+
color: var(--utrecht-paragraph-lead-color, var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit)));
|
|
738
|
+
font-size: var(--utrecht-paragraph-lead-font-size, var(--utrecht-paragraph-font-size, inherit));
|
|
739
|
+
font-weight: var(--utrecht-paragraph-lead-font-weight, var(--utrecht-paragraph-font-weight, inherit));
|
|
740
|
+
line-height: var(--utrecht-paragraph-lead-line-height, var(--utrecht-paragraph-line-height, inherit));
|
|
741
741
|
}
|
|
742
742
|
.utrecht-html * ~ p {
|
|
743
743
|
--utrecht-space-around: 1;
|
package/dist/index.css
CHANGED
|
@@ -3157,10 +3157,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
3159
|
.utrecht-paragraph--lead {
|
|
3160
|
-
color: var(--utrecht-paragraph-lead-color, var(--utrecht-document-color, inherit));
|
|
3161
|
-
font-size: var(--utrecht-paragraph-lead-font-size, inherit);
|
|
3162
|
-
font-weight: var(--utrecht-paragraph-lead-font-weight, inherit);
|
|
3163
|
-
line-height: var(--utrecht-paragraph-lead-line-height, inherit);
|
|
3160
|
+
color: var(--utrecht-paragraph-lead-color, var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit)));
|
|
3161
|
+
font-size: var(--utrecht-paragraph-lead-font-size, var(--utrecht-paragraph-font-size, inherit));
|
|
3162
|
+
font-weight: var(--utrecht-paragraph-lead-font-weight, var(--utrecht-paragraph-font-weight, inherit));
|
|
3163
|
+
line-height: var(--utrecht-paragraph-lead-line-height, var(--utrecht-paragraph-line-height, inherit));
|
|
3164
3164
|
}
|
|
3165
3165
|
|
|
3166
3166
|
.utrecht-paragraph--distanced {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.320",
|
|
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": "87babb2704f20087aedf7949485048b340651c28"
|
|
30
30
|
}
|
package/project.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"outputs": ["{projectRoot}/dist"],
|
|
10
10
|
"options": {
|
|
11
11
|
"command": "npm run build",
|
|
12
|
-
"cwd": "packages/component-library-css"
|
|
12
|
+
"cwd": "packages/component-library-css",
|
|
13
|
+
"outputPath": "packages/component-library-css/dist"
|
|
13
14
|
},
|
|
14
15
|
"dependsOn": ["^build"]
|
|
15
16
|
}
|