Skip to content

Commit

Permalink
v1.27.0 — Added alert icon and styles. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins authored Jun 18, 2019
1 parent fdbd3d8 commit 99cb837
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 427 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v1.27.0
------------------------------
*June 18, 2019*

### Added
- Alert icon and styles.

### Changed
- Updated npm dependencies.


v1.26.0
------------------------------
*June 11, 2019*
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "1.26.0",
"version": "1.27.0",
"files": [
"src"
],
Expand All @@ -21,14 +21,14 @@
"node": ">=8.0.0"
},
"dependencies": {
"@justeat/f-utils": "0.1.0",
"@justeat/f-utils": "0.3.0",
"include-media": "1.4.9"
},
"devDependencies": {
"@justeat/stylelint-config-fozzie": "2.0.1",
"danger": "7.0.15",
"stylelint": "9.10.1",
"stylelint-scss": "3.5.4"
"danger": "8.0.0",
"stylelint": "10.1.0",
"stylelint-scss": "3.8.0"
},
"keywords": [
"fozzie",
Expand Down
1 change: 1 addition & 0 deletions src/img/icons/general/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/scss/partials/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,8 @@
height: 32px;
width: 56px;
}

.c-icon--warning {
height: 12px;
width: 14px;
}
Loading

0 comments on commit 99cb837

Please sign in to comment.