Skip to content

Commit

Permalink
feat(Illustration): add NoFlightChange illustration (#3905)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jun 28, 2023
1 parent f8c9ee1 commit 637f876
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/README.md
Expand Up @@ -77,6 +77,7 @@ The table below contains all types of props available in the Illustration compon
| `"NetVerify"` |
| `"NoBookings"` |
| `"NoFavoriteFlights"` |
| `"NoFlightChange"` |
| `"Nomad"` |
| `"NomadNeutral"` |
| `"NoNotification"` |
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/consts.mts
Expand Up @@ -52,6 +52,7 @@ export const NAMES: Name[] = [
"NetVerify",
"NoBookings", // TODO: Get rid off 22.11
"NoFavoriteFlights",
"NoFlightChange",
"Nomad",
"NomadNeutral",
"NoNotification",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/index.js.flow
Expand Up @@ -56,6 +56,7 @@ type Name =
| "NetVerify"
| "NoBookings"
| "NoFavoriteFlights"
| "NoFlightChange"
| "Nomad"
| "NomadNeutral"
| "NoNotification"
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/types.d.ts
Expand Up @@ -57,6 +57,7 @@ export type Name =
| "NetVerify"
| "NoBookings"
| "NoFavoriteFlights"
| "NoFlightChange"
| "Nomad"
| "NomadNeutral"
| "NoNotification"
Expand Down

0 comments on commit 637f876

Please sign in to comment.