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

Design Tokens Illustrations Update on 2024-01-29 #756

Merged
merged 2 commits into from
Jan 29, 2024
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
1 change: 1 addition & 0 deletions Automation/update_illustrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

enum Asset: String, CaseIterable, AssetNameProviding {{
{cases}
}}
}}
'''

Expand Down
5 changes: 4 additions & 1 deletion Sources/OrbitIllustrations/Resources/Illustrations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Orbit

public extension Illustration {

enum Asset: String, CaseIterable, AssetNameProviding {
enum Asset: String, CaseIterable, AssetNameProviding {
case accommodation
case airHelp
case airportShuttle
Expand All @@ -30,6 +30,9 @@ public extension Illustration {
case compassSaveOnBooking
case compassTravelPlan
case damage
case departureBoard
case departureBoardBadge
case departureBoardLounge
case desktopSearch
case eVisa
case enjoyApp
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "DepartureBoard@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "DepartureBoard@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "DepartureBoard@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"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.
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,23 @@
{
"images" : [
{
"filename" : "DepartureBoardBadge@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "DepartureBoardBadge@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "DepartureBoardBadge@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"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.
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,23 @@
{
"images" : [
{
"filename" : "DepartureBoardLounge@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "DepartureBoardLounge@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "DepartureBoardLounge@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading