@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/build/css/components/index.css +88 -82
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +1 -1
- package/build/css/index.css +88 -82
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +88 -82
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/_richtext.scss +6 -0
- package/scss/components/_tableofcontents.scss +1 -0
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.
|
|
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/
|
|
23
|
-
"@ilo-org/
|
|
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,
|