@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/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.0",
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 {
@@ -76,6 +76,8 @@
76
76
  }
77
77
 
78
78
  &--context-menu {
79
+ left: 0;
80
+ top: 0;
79
81
  z-index: 5;
80
82
  position: absolute;
81
83
  margin-top: spacing(2);
@@ -40,6 +40,7 @@
40
40
  &__disabled {
41
41
  color: var(--ilo-color-gray-accessible);
42
42
  fill: var(--ilo-color-gray-accessible);
43
+ pointer-events: none;
43
44
  }
44
45
 
45
46
  &__type {
@@ -167,7 +167,6 @@
167
167
 
168
168
  --ilo-subsite-nav-burger-icon: var(--ilo-color-white);
169
169
  margin-block: px-to-rem(20px);
170
- display: flex;
171
170
  align-items: center;
172
171
  border: none;
173
172
  cursor: pointer;