@ilo-org/styles 1.10.1 → 1.10.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.10.1",
4
+ "version": "1.10.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -18,7 +18,7 @@
18
18
  &--headline {
19
19
  font-family: var(--ilo-fonts-display);
20
20
  font-weight: map-get($type, "weights", "label");
21
- @include typography("highlight-large");
21
+ @include typography("heading-4");
22
22
  @include textmargin("margin-bottom", 27px, "headline-6", "display", 0, 0);
23
23
  @include textmargin(
24
24
  "margin-top",
@@ -90,7 +90,7 @@
90
90
  color: map-get($color, "link", "text", "default");
91
91
  font-family: var(--ilo-fonts-display);
92
92
  font-weight: map-get($type, "weights", "section");
93
- @include typography("highlight-medium-bold");
93
+ @include typography("highlight-medium");
94
94
  padding-top: spacing(4);
95
95
  padding-bottom: spacing(4);
96
96
  text-decoration: none;
@@ -125,7 +125,8 @@
125
125
  display: block;
126
126
  font-family: var(--ilo-fonts-display);
127
127
  font-weight: 500;
128
- padding: spacing(4) spacing(4) spacing(4);
128
+ padding-block: spacing(4);
129
+ padding-inline: spacing(4) spacing(12);
129
130
  text-decoration: none;
130
131
  @include dataurlicon("arrow_down", $color-ux-labels-actionable);
131
132
  @include typography("highlight-medium");