Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
yleaxeman committed Mar 18, 2024
2 parents 03bc132 + 3847d10 commit 164e49a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/platform-browser": "17.0.9",
"@angular/platform-browser-dynamic": "17.0.9",
"@angular/router": "17.0.9",
"@folkehelseinstituttet/style": "5.9.0",
"@folkehelseinstituttet/style": "6.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.6",
"@popperjs/core": "^2.11.8",
Expand Down
8 changes: 7 additions & 1 deletion projects/fhi-angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 4.0.0
# 4.0.1

> Mar 18, 2024
* :bug: **Bugfix** Removed ref to font-family variable on `tree-view-navigation`

## 4.0.0

> Mar 18, 2024
Expand Down
2 changes: 1 addition & 1 deletion projects/fhi-angular-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folkehelseinstituttet/angular-components",
"version": "4.0.0",
"version": "4.0.1",
"publishConfig": {
"tag": "latest"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
display: flex;
flex-direction: column;
flex-grow: 1;
font-family: $fhi-core-font-family-sans-serif-regular;
font-size: inherit;
justify-content: center;
line-height: 1.125;
Expand All @@ -35,7 +34,6 @@
text-decoration: none;

&.active {
font-family: $fhi-core-font-family-sans-serif-medium;
font-weight: 700;
}
}
Expand Down

0 comments on commit 164e49a

Please sign in to comment.