Skip to content

Commit

Permalink
Merge pull request #641 from kiwicom/tokens-autoupdate
Browse files Browse the repository at this point in the history
Design Tokens Update on 2024-03-13
  • Loading branch information
Alex Matečný authored Mar 13, 2024
2 parents 0a4809b + b0957a4 commit cd60d90
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 @@ -44,6 +44,7 @@ public enum class IllustrationName {
FastTrackMan,
Feedback,
FlexibleDates,
FlightChange,
FlightDisruptions,
GroundTransport404,
Help,
Expand Down Expand Up @@ -137,6 +138,7 @@ public fun IllustrationName.painter(): Painter = when (this) {
IllustrationName.FastTrackMan -> Illustrations.FastTrackMan
IllustrationName.Feedback -> Illustrations.Feedback
IllustrationName.FlexibleDates -> Illustrations.FlexibleDates
IllustrationName.FlightChange -> Illustrations.FlightChange
IllustrationName.FlightDisruptions -> Illustrations.FlightDisruptions
IllustrationName.GroundTransport404 -> Illustrations.GroundTransport404
IllustrationName.Help -> Illustrations.Help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ public object Illustrations {
@Composable
get() = painterResource(R.drawable.il_orbit_flexible_dates)

public val FlightChange: Painter
@Composable
get() = painterResource(R.drawable.il_orbit_flight_change)

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

Please sign in to comment.