@utrecht/component-library-css 1.0.0-alpha.318 → 1.0.0-alpha.319

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 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.318",
2
+ "version": "1.0.0-alpha.319",
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": "40f94d1ad0325a155b00186d2844b30cf98e7169"
29
+ "gitHead": "59b58253ad5f576a9c9f092fd9266f3c7783cfb1"
30
30
  }