Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @skyscanner/bpk-svgs from 19.3.0 to 20.0.0 #2112

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "speaker-mute-lg.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "speaker-mute-sm.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Backpack-SwiftUI/Icons/Classes/Generated/BPKIcons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ public extension BPKIcon {
static let sortDown = BPKIcon(name: "sort-down")
static let sortUp = BPKIcon(name: "sort-up")
static let sort = BPKIcon(name: "sort")
static let speakerMute = BPKIcon(name: "speaker-mute")
static let speaker = BPKIcon(name: "speaker")
static let starHalf = BPKIcon(name: "star-half")
static let starOutline = BPKIcon(name: "star-outline")
Expand Down Expand Up @@ -522,6 +523,7 @@ public extension BPKIcon {
case "sort-down": return .sortDown
case "sort-up": return .sortUp
case "sort": return .sort
case "speaker-mute": return .speakerMute
case "speaker": return .speaker
case "star-half": return .starHalf
case "star-outline": return .starOutline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ extension BPKIconViewTests {
.sortDown,
.sortUp,
.sort,
.speakerMute,
.speaker,
.starHalf,
.starOutline,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions Backpack/Icon/Classes/Generated/BPKIconNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,18 +471,14 @@ FOUNDATION_EXPORT BPKIconName const BPKIconNameSortUp;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameSort;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameSpeaker;
FOUNDATION_EXPORT BPKIconName const BPKIconNameSpeakerMute;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarHalfXl;
FOUNDATION_EXPORT BPKIconName const BPKIconNameSpeaker;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarHalf;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarOutlineXl;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarOutline;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarXl;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStar;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStops;
Expand Down Expand Up @@ -578,5 +574,11 @@ FOUNDATION_EXPORT BPKIconName const BPKIconNameWorldAmer;
FOUNDATION_EXPORT BPKIconName const BPKIconNameWorldApac;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameWorldEmea;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarHalfXl;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarOutlineXl;
/// :nodoc:
FOUNDATION_EXPORT BPKIconName const BPKIconNameStarXl;

// clang-format on
7 changes: 4 additions & 3 deletions Backpack/Icon/Classes/Generated/BPKIconNames.m
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,10 @@
BPKIconName const BPKIconNameSortDown = @"sort-down";
BPKIconName const BPKIconNameSortUp = @"sort-up";
BPKIconName const BPKIconNameSort = @"sort";
BPKIconName const BPKIconNameSpeakerMute = @"speaker-mute";
BPKIconName const BPKIconNameSpeaker = @"speaker";
BPKIconName const BPKIconNameStarHalfXl = @"star-half-xl";
BPKIconName const BPKIconNameStarHalf = @"star-half";
BPKIconName const BPKIconNameStarOutlineXl = @"star-outline-xl";
BPKIconName const BPKIconNameStarOutline = @"star-outline";
BPKIconName const BPKIconNameStarXl = @"star-xl";
BPKIconName const BPKIconNameStar = @"star";
BPKIconName const BPKIconNameStops = @"stops";
BPKIconName const BPKIconNameSwapHorizontal = @"swap--horizontal";
Expand Down Expand Up @@ -296,5 +294,8 @@
BPKIconName const BPKIconNameWorldAmer = @"world--amer";
BPKIconName const BPKIconNameWorldApac = @"world--apac";
BPKIconName const BPKIconNameWorldEmea = @"world--emea";
BPKIconName const BPKIconNameStarHalfXl = @"star-half-xl";
BPKIconName const BPKIconNameStarOutlineXl = @"star-outline-xl";
BPKIconName const BPKIconNameStarXl = @"star-xl";

// clang-format on
2 changes: 2 additions & 0 deletions Backpack/Icon/Classes/Generated/BPKLargeIconNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ FOUNDATION_EXPORT BPKLargeIconName const BPKLargeIconNameSortUp;
/// :nodoc:
FOUNDATION_EXPORT BPKLargeIconName const BPKLargeIconNameSort;
/// :nodoc:
FOUNDATION_EXPORT BPKLargeIconName const BPKLargeIconNameSpeakerMute;
/// :nodoc:
FOUNDATION_EXPORT BPKLargeIconName const BPKLargeIconNameSpeaker;
/// :nodoc:
FOUNDATION_EXPORT BPKLargeIconName const BPKLargeIconNameStarHalf;
Expand Down
1 change: 1 addition & 0 deletions Backpack/Icon/Classes/Generated/BPKLargeIconNames.m
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
BPKLargeIconName const BPKLargeIconNameSortDown = @"sort-down";
BPKLargeIconName const BPKLargeIconNameSortUp = @"sort-up";
BPKLargeIconName const BPKLargeIconNameSort = @"sort";
BPKLargeIconName const BPKLargeIconNameSpeakerMute = @"speaker-mute";
BPKLargeIconName const BPKLargeIconNameSpeaker = @"speaker";
BPKLargeIconName const BPKLargeIconNameStarHalf = @"star-half";
BPKLargeIconName const BPKLargeIconNameStarOutline = @"star-outline";
Expand Down
12 changes: 7 additions & 5 deletions Backpack/Icon/Classes/Generated/BPKSmallIconNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBaggageCross;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBaggageGeneric;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBaggage;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBaggageTick;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBaggage;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBar;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameBeach;
Expand Down Expand Up @@ -247,10 +247,10 @@ FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFlightFlexible;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFlightLanding;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFlight;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFlightTakeoff;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFlight;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameFood;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameGearsAutomaticCircle;
Expand Down Expand Up @@ -467,9 +467,11 @@ FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSocialLike;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSortDown;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSortUp;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSort;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSortUp;
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSpeakerMute;
/// :nodoc:
FOUNDATION_EXPORT BPKSmallIconName const BPKSmallIconNameSpeaker;
/// :nodoc:
Expand Down
7 changes: 4 additions & 3 deletions Backpack/Icon/Classes/Generated/BPKSmallIconNames.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
BPKSmallIconName const BPKSmallIconNameBaggageChecked = @"baggage-checked";
BPKSmallIconName const BPKSmallIconNameBaggageCross = @"baggage-cross";
BPKSmallIconName const BPKSmallIconNameBaggageGeneric = @"baggage-generic";
BPKSmallIconName const BPKSmallIconNameBaggage = @"baggage";
BPKSmallIconName const BPKSmallIconNameBaggageTick = @"baggage-tick";
BPKSmallIconName const BPKSmallIconNameBaggage = @"baggage";
BPKSmallIconName const BPKSmallIconNameBar = @"bar";
BPKSmallIconName const BPKSmallIconNameBeach = @"beach";
BPKSmallIconName const BPKSmallIconNameBeer = @"beer";
Expand Down Expand Up @@ -130,8 +130,8 @@
BPKSmallIconName const BPKSmallIconNameFlask = @"flask";
BPKSmallIconName const BPKSmallIconNameFlightFlexible = @"flight-flexible";
BPKSmallIconName const BPKSmallIconNameFlightLanding = @"flight-landing";
BPKSmallIconName const BPKSmallIconNameFlight = @"flight";
BPKSmallIconName const BPKSmallIconNameFlightTakeoff = @"flight-takeoff";
BPKSmallIconName const BPKSmallIconNameFlight = @"flight";
BPKSmallIconName const BPKSmallIconNameFood = @"food";
BPKSmallIconName const BPKSmallIconNameGearsAutomaticCircle = @"gears-automatic-circle";
BPKSmallIconName const BPKSmallIconNameGearsAutomatic = @"gears-automatic";
Expand Down Expand Up @@ -240,8 +240,9 @@
BPKSmallIconName const BPKSmallIconNameSocialDistancing = @"social-distancing";
BPKSmallIconName const BPKSmallIconNameSocialLike = @"social-like";
BPKSmallIconName const BPKSmallIconNameSortDown = @"sort-down";
BPKSmallIconName const BPKSmallIconNameSort = @"sort";
BPKSmallIconName const BPKSmallIconNameSortUp = @"sort-up";
BPKSmallIconName const BPKSmallIconNameSort = @"sort";
BPKSmallIconName const BPKSmallIconNameSpeakerMute = @"speaker-mute";
BPKSmallIconName const BPKSmallIconNameSpeaker = @"speaker";
BPKSmallIconName const BPKSmallIconNameStarHalf = @"star-half";
BPKSmallIconName const BPKSmallIconNameStarOutline = @"star-outline";
Expand Down
Loading
Loading