@internetstiftelsen/styleguide 5.1.3-beta.0.2 → 5.1.3-beta.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "5.1.3-beta.0.2",
3
+ "version": "5.1.3-beta.0.4",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -23,6 +23,7 @@
23
23
  display: block;
24
24
  width: 100%;
25
25
  border-radius: var.$border-radius;
26
+ aspect-ratio: 16 / 9;
26
27
  }
27
28
 
28
29
  @include bem.e(map) {
@@ -116,6 +117,14 @@
116
117
  }
117
118
 
118
119
  &:is(figcaption) {
120
+ @include plumber.plumber(
121
+ $font-size: 1.7,
122
+ $line-height: 2,
123
+ $leading-bottom: 0
124
+ );
125
+
126
+ margin-top: 0 !important;
127
+
119
128
  p {
120
129
  @include plumber.plumber(
121
130
  $font-size: 1.7,