@utrecht/component-library-css 1.0.0-alpha.348 → 1.0.0-alpha.349

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.
Files changed (2) hide show
  1. package/dist/html.css +17 -0
  2. package/package.json +2 -2
package/dist/html.css CHANGED
@@ -97,6 +97,14 @@
97
97
  * @license EUPL-1.2
98
98
  * Copyright (c) 2021 Robbert Broersma
99
99
  */
100
+ /**
101
+ * @license EUPL-1.2
102
+ * Copyright (c) 2021 Robbert Broersma
103
+ */
104
+ /**
105
+ * @license EUPL-1.2
106
+ * Copyright (c) 2021 Robbert Broersma
107
+ */
100
108
  /**
101
109
  * @license EUPL-1.2
102
110
  * Copyright (c) 2021 Gemeente Utrecht
@@ -698,6 +706,15 @@ however browsers don't seem to have implemented great looking supixel tweening y
698
706
  padding-inline-start: 0;
699
707
  --utrecht-space-around: 1;
700
708
  }
709
+ .utrecht-html figure {
710
+ margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-end, 0));
711
+ margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-start, 0));
712
+ }
713
+ .utrecht-html figcaption {
714
+ color: var(--utrecht-figure-caption-color);
715
+ font-size: var(--utrecht-figure-caption-font-size);
716
+ line-height: var(--utrecht-figure-caption-line-height);
717
+ }
701
718
  .utrecht-html legend {
702
719
  color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
703
720
  font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.348",
2
+ "version": "1.0.0-alpha.349",
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": "0c4529c125c43307432bdd65df9048f644ba0bd4"
29
+ "gitHead": "74bda3f0e7fcaf2dc4fd79da7a4494ccb06f060f"
30
30
  }