Skip to content

Commit

Permalink
Add PassportUpdate illustration (#591)
Browse files Browse the repository at this point in the history
tokens: update illustrations on 2023-12-04

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
kiwiprbot[bot] and actions-user committed Dec 4, 2023
1 parent d135705 commit dc2c722
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public enum class IllustrationName {
OnlineCheckIn,
OpenSearch,
Parking,
PassportUpdate,
Pets,
PlaceholderAirport,
PlaceholderDestination,
Expand Down Expand Up @@ -155,6 +156,7 @@ public fun IllustrationName.painter(): Painter = when (this) {
IllustrationName.OnlineCheckIn -> Illustrations.OnlineCheckIn
IllustrationName.OpenSearch -> Illustrations.OpenSearch
IllustrationName.Parking -> Illustrations.Parking
IllustrationName.PassportUpdate -> Illustrations.PassportUpdate
IllustrationName.Pets -> Illustrations.Pets
IllustrationName.PlaceholderAirport -> Illustrations.PlaceholderAirport
IllustrationName.PlaceholderDestination -> Illustrations.PlaceholderDestination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ public object Illustrations {
@Composable
get() = painterResource(R.drawable.il_orbit_parking)

public val PassportUpdate: Painter
@Composable
get() = painterResource(R.drawable.il_orbit_passport_update)

public val Pets: Painter
@Composable
get() = painterResource(R.drawable.il_orbit_pets)
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.

0 comments on commit dc2c722

Please sign in to comment.