Skip to content

Commit

Permalink
feat(Illustration): add DepartureBoard, DepartureBoardBadge and Depar…
Browse files Browse the repository at this point in the history
…tureBoardLounge illustrations
  • Loading branch information
RobinCsl authored and oreqizer committed Jan 25, 2024
1 parent 0ed3ae6 commit cae7bd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/__examples__/Illustration/DEFAULT.tsx
Expand Up @@ -37,6 +37,9 @@ export default {
"CompassTravelPlan",
"CompassSaveOnBooking",
"Damage",
"DepartureBoard",
"DepartureBoardBadge",
"DepartureBoardLounge",
"DesktopSearch",
"EnjoyApp",
"Error",
Expand Down
3 changes: 3 additions & 0 deletions packages/orbit-components/src/Illustration/README.md
Expand Up @@ -54,6 +54,9 @@ The table below contains all types of props available in the Illustration compon
| `"CompassTravelPlan"` |
| `"CompassSaveOnBooking"` |
| `"Damage"` |
| `"DepartureBoard"` |
| `"DepartureBoardBadge"` |
| `"DepartureBoardLounge"` |
| `"DesktopSearch"` |
| `"EnjoyApp"` |
| `"EVisa"` |
Expand Down
3 changes: 3 additions & 0 deletions packages/orbit-components/src/Illustration/consts.mts
Expand Up @@ -27,6 +27,9 @@ export const NAMES: Name[] = [
"CompassSaveOnBooking",
"CompassTravelPlan",
"Damage",
"DepartureBoard",
"DepartureBoardBadge",
"DepartureBoardLounge",
"DesktopSearch",
"EnjoyApp",
"Error",
Expand Down
3 changes: 3 additions & 0 deletions packages/orbit-components/src/Illustration/types.d.ts
Expand Up @@ -32,6 +32,9 @@ export type Name =
| "CompassSaveOnBooking"
| "CompassTravelPlan"
| "Damage"
| "DepartureBoard"
| "DepartureBoardBadge"
| "DepartureBoardLounge"
| "DesktopSearch"
| "EnjoyApp"
| "Error"
Expand Down

0 comments on commit cae7bd7

Please sign in to comment.