Skip to content

Commit

Permalink
[BPK-2714]: New flight-landing, flight-takeoff and aircraft ico…
Browse files Browse the repository at this point in the history
…ns. (#347)
  • Loading branch information
olliecurtis committed Jul 12, 2019
1 parent b72f7ac commit c2e7d96
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 4 deletions.
Binary file modified Backpack/Icon/Assets/BpkIconIOS.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions Backpack/Icon/Assets/iconMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"add-circle": "EAAF",
"adult": "EA04",
"aircon": "EA05",
"aircraft": "EADA",
"airline--multiple": "EA06",
"airline": "EA07",
"airports": "EA08",
Expand Down Expand Up @@ -78,6 +79,8 @@
"filter": "EACD",
"flag": "EA40",
"flask": "EAAC",
"flight-landing": "EADB",
"flight-takeoff": "EADC",
"flight": "EA41",
"food": "EA42",
"gears-automatic-circle": "EAB5",
Expand Down
3 changes: 3 additions & 0 deletions Backpack/Icon/Classes/Generated/BPKIconNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ FOUNDATION_EXPORT BPKIconName const BPKIconNameAccount;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAddCircle;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAdult;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAircon;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAircraft;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAirlineMultiple;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAirline;
FOUNDATION_EXPORT BPKIconName const BPKIconNameAirports;
Expand Down Expand Up @@ -100,6 +101,8 @@ FOUNDATION_EXPORT BPKIconName const BPKIconNameFastTrain;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFilter;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFlag;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFlask;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFlightLanding;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFlightTakeoff;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFlight;
FOUNDATION_EXPORT BPKIconName const BPKIconNameFood;
FOUNDATION_EXPORT BPKIconName const BPKIconNameGearsAutomaticCircle;
Expand Down
3 changes: 3 additions & 0 deletions Backpack/Icon/Classes/Generated/BPKIconNames.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
BPKIconName const BPKIconNameAddCircle = @"add-circle";
BPKIconName const BPKIconNameAdult = @"adult";
BPKIconName const BPKIconNameAircon = @"aircon";
BPKIconName const BPKIconNameAircraft = @"aircraft";
BPKIconName const BPKIconNameAirlineMultiple = @"airline--multiple";
BPKIconName const BPKIconNameAirline = @"airline";
BPKIconName const BPKIconNameAirports = @"airports";
Expand Down Expand Up @@ -98,6 +99,8 @@
BPKIconName const BPKIconNameFilter = @"filter";
BPKIconName const BPKIconNameFlag = @"flag";
BPKIconName const BPKIconNameFlask = @"flask";
BPKIconName const BPKIconNameFlightLanding = @"flight-landing";
BPKIconName const BPKIconNameFlightTakeoff = @"flight-takeoff";
BPKIconName const BPKIconNameFlight = @"flight";
BPKIconName const BPKIconNameFood = @"food";
BPKIconName const BPKIconNameGearsAutomaticCircle = @"gears-automatic-circle";
Expand Down
7 changes: 7 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

> Place your changes below this line.
**Added:**
- Backpack/Icon
- New icons:
- Added `flight-landing` as `BPKIconNameFlightLanding`.
- Added `flight-takeoff` as `BPKIconNameFlightTakeoff`.
- Added `aircraft` as `BPKIconNameAircraft`.

## How to write a good changelog entry

1. Add 'Breaking', 'Added' or 'Fixed' in bold depending on if the change will be major, minor or patch according to [semver](semver.org).
Expand Down
54 changes: 51 additions & 3 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 @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/Skyscanner/backpack-ios#readme",
"devDependencies": {
"bpk-svgs": "^6.8.0",
"bpk-svgs": "^6.9.0",
"bpk-tokens": "^27.6.0",
"del": "^5.0.0",
"eslint-config-skyscanner-with-prettier": "^0.8.0",
Expand Down

0 comments on commit c2e7d96

Please sign in to comment.