Skip to content

Commit

Permalink
feat(components/indicators): add up arrow icon (#2021) (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Feb 14, 2024
1 parent bc00749 commit 189d2aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/components/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@blackbaud/skyux-design-tokens": "0.0.28",
"@skyux/icons": "6.9.0",
"@skyux/icons": "6.10.0",
"fontfaceobserver": "2.3.0",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/components/theme/src/lib/styles/sky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
@forward 'type';

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://sky.blackbaudcdn.net/static/skyux-icons/6.9.0/assets/css/skyux-icons.min.css');
@import url('https://sky.blackbaudcdn.net/static/skyux-icons/6.10.0/assets/css/skyux-icons.min.css');
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 @@ -100,7 +100,7 @@
"@blackbaud/skyux-design-tokens": "0.0.28",
"@nx/angular": "17.3.0",
"@skyux/auth-client-factory": "1.2.0",
"@skyux/icons": "6.9.0",
"@skyux/icons": "6.10.0",
"ag-grid-angular": "30.2.1",
"ag-grid-community": "30.2.1",
"autonumeric": "4.10.4",
Expand Down

0 comments on commit 189d2aa

Please sign in to comment.