Skip to content

Commit

Permalink
feat(Illustration): add PassportUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Dec 1, 2023
1 parent 0fd1642 commit a62c954
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/__examples__/Illustration/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default {
"OnlineCheckIn",
"OpenSearch",
"Parking",
"PassportUpdate",
"Pets",
"PlaceholderAirport",
"PlaceholderDestination",
Expand Down
1 change: 1 addition & 0 deletions docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default {
"OnlineCheckIn",
"OpenSearch",
"Parking",
"PassportUpdate",
"Pets",
"PlaceholderAirport",
"PlaceholderDestination",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The table below contains all types of props available in the Illustration compon
| `"OnlineCheckIn"` |
| `"OpenSearch"` |
| `"Parking"` |
| `"PassportUpdate"` |
| `"Pets"` |
| `"PlaceholderAirport"` |
| `"PlaceholderDestination"` |
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/consts.mts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const NAMES: Name[] = [
"OnlineCheckIn",
"OpenSearch",
"Parking",
"PassportUpdate",
"Pets",
"PlaceholderAirport",
"PlaceholderDestination",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type Name =
| "OnlineCheckIn"
| "OpenSearch"
| "Parking"
| "PassportUpdate"
| "Pets"
| "PlaceholderAirport"
| "PlaceholderDestination"
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/Illustration/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export type Name =
| "OnlineCheckIn"
| "OpenSearch"
| "Parking"
| "PassportUpdate"
| "Pets"
| "PlaceholderAirport"
| "PlaceholderDestination"
Expand Down

0 comments on commit a62c954

Please sign in to comment.