@ilo-org/styles 0.13.1 → 0.13.2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ilo-org/styles",
3
3
  "description": "Styles for products using ILO's Design System",
4
- "version": "0.13.1",
4
+ "version": "0.13.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@ilo-org/fonts": "0.1.2",
22
- "@ilo-org/themes": "0.7.0",
23
- "@ilo-org/icons": "0.2.1"
22
+ "@ilo-org/icons": "0.2.1",
23
+ "@ilo-org/themes": "0.7.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "cssnano": "^5.1.13",
@@ -22,6 +22,7 @@
22
22
  p + figure,
23
23
  p + img,
24
24
  p + blockquote,
25
+ p + iframe,
25
26
  ul + img,
26
27
  ol + img,
27
28
  dl + img,
@@ -40,6 +41,10 @@
40
41
  );
41
42
  }
42
43
 
44
+ iframe {
45
+ margin-bottom: spacing(14);
46
+ }
47
+
43
48
  figure {
44
49
  width: 100%;
45
50
  margin-bottom: spacing(14);
@@ -335,6 +340,7 @@
335
340
  p + figure,
336
341
  p + img,
337
342
  p + blockquote,
343
+ p + iframe,
338
344
  ul + img,
339
345
  ol + img,
340
346
  dl + img,
@@ -135,6 +135,7 @@
135
135
  font-weight: 500;
136
136
  margin: 0 spacing(2) 0 spacing(2);
137
137
  padding: spacing(4) spacing(2) spacing(4);
138
+ padding-inline-end: spacing(12);
138
139
  position: relative;
139
140
  text-decoration: none;
140
141
  width: calc(100% - 16px);