@ilo-org/styles 1.6.0 → 1.6.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/css/components/footer.css +1 -1
- package/css/components/languagetoggle.css +1 -1
- package/css/components/tag.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -2
- package/css/monorepo.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/_footer.scss +4 -4
- package/scss/components/_languagetoggle.scss +2 -0
- package/scss/components/_tag.scss +1 -0
- package/scss/components/navigation/_nav-compact.scss +0 -1
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": "1.6.
|
|
4
|
+
"version": "1.6.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/international-labour-organization/designsystem.git",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"author": "@justintemps, @johnpauldavis, @avrilpearl, @ghlost",
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
|
+
"@ilo-org/fonts": "1.0.0",
|
|
41
42
|
"@ilo-org/icons": "2.1.0",
|
|
42
|
-
"@ilo-org/themes": "0.9.1"
|
|
43
|
-
"@ilo-org/fonts": "1.0.0"
|
|
43
|
+
"@ilo-org/themes": "0.9.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"cssnano": "^7.0.6",
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
"site-info links"
|
|
200
200
|
"site-info connect"
|
|
201
201
|
"site-info subscribe";
|
|
202
|
-
align-content: start;
|
|
203
|
-
align-items: start;
|
|
202
|
+
align-content: flex-start;
|
|
203
|
+
align-items: flex-start;
|
|
204
204
|
padding: spacing(10) spacing(5) spacing(24);
|
|
205
205
|
}
|
|
206
206
|
|
|
@@ -270,8 +270,8 @@
|
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.ilo--button {
|
|
273
|
-
align-self: start;
|
|
274
|
-
justify-self: start;
|
|
273
|
+
align-self: flex-start;
|
|
274
|
+
justify-self: flex-start;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
.address {
|