Skip to content

Commit cd60d90

Browse files
author
Alex Matečný
authored
Merge pull request #641 from kiwicom/tokens-autoupdate
Design Tokens Update on 2024-03-13
2 parents 0a4809b + b0957a4 commit cd60d90

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

illustrations/src/androidMain/kotlin/kiwi/orbit/compose/illustrations/IllustrationName.kt

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public enum class IllustrationName {
4444
FastTrackMan,
4545
Feedback,
4646
FlexibleDates,
47+
FlightChange,
4748
FlightDisruptions,
4849
GroundTransport404,
4950
Help,
@@ -137,6 +138,7 @@ public fun IllustrationName.painter(): Painter = when (this) {
137138
IllustrationName.FastTrackMan -> Illustrations.FastTrackMan
138139
IllustrationName.Feedback -> Illustrations.Feedback
139140
IllustrationName.FlexibleDates -> Illustrations.FlexibleDates
141+
IllustrationName.FlightChange -> Illustrations.FlightChange
140142
IllustrationName.FlightDisruptions -> Illustrations.FlightDisruptions
141143
IllustrationName.GroundTransport404 -> Illustrations.GroundTransport404
142144
IllustrationName.Help -> Illustrations.Help

illustrations/src/androidMain/kotlin/kiwi/orbit/compose/illustrations/Illustrations.kt

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ public object Illustrations {
167167
@Composable
168168
get() = painterResource(R.drawable.il_orbit_flexible_dates)
169169

170+
public val FlightChange: Painter
171+
@Composable
172+
get() = painterResource(R.drawable.il_orbit_flight_change)
173+
170174
public val FlightDisruptions: Painter
171175
@Composable
172176
get() = painterResource(R.drawable.il_orbit_flight_disruptions)
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)