From 1b38a53a663c2a3eb121dfec13f999c1c8aa65a9 Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Fri, 1 Dec 2023 16:20:33 +0100 Subject: [PATCH] feat(Illustration): add PassportUpdate --- docs/src/__examples__/Illustration/DEFAULT.tsx | 1 + docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx | 1 + packages/orbit-components/src/Illustration/README.md | 1 + packages/orbit-components/src/Illustration/consts.mts | 1 + packages/orbit-components/src/Illustration/index.js.flow | 1 + packages/orbit-components/src/Illustration/types.d.ts | 1 + 6 files changed, 6 insertions(+) diff --git a/docs/src/__examples__/Illustration/DEFAULT.tsx b/docs/src/__examples__/Illustration/DEFAULT.tsx index 42fbb3b272..feee47ad76 100644 --- a/docs/src/__examples__/Illustration/DEFAULT.tsx +++ b/docs/src/__examples__/Illustration/DEFAULT.tsx @@ -71,6 +71,7 @@ export default { "OnlineCheckIn", "OpenSearch", "Parking", + "PassportUpdate", "Pets", "PlaceholderAirport", "PlaceholderDestination", diff --git a/docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx b/docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx index f1cff580ca..54bab1eca4 100644 --- a/docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx +++ b/docs/src/__examples__/IllustrationPrimitive/DEFAULT.tsx @@ -63,6 +63,7 @@ export default { "OnlineCheckIn", "OpenSearch", "Parking", + "PassportUpdate", "Pets", "PlaceholderAirport", "PlaceholderDestination", diff --git a/packages/orbit-components/src/Illustration/README.md b/packages/orbit-components/src/Illustration/README.md index 05a99c972c..da51ce17a0 100644 --- a/packages/orbit-components/src/Illustration/README.md +++ b/packages/orbit-components/src/Illustration/README.md @@ -90,6 +90,7 @@ The table below contains all types of props available in the Illustration compon | `"OnlineCheckIn"` | | `"OpenSearch"` | | `"Parking"` | +| `"PassportUpdate"` | | `"Pets"` | | `"PlaceholderAirport"` | | `"PlaceholderDestination"` | diff --git a/packages/orbit-components/src/Illustration/consts.mts b/packages/orbit-components/src/Illustration/consts.mts index a2ff4bbab6..a830a57b43 100644 --- a/packages/orbit-components/src/Illustration/consts.mts +++ b/packages/orbit-components/src/Illustration/consts.mts @@ -65,6 +65,7 @@ export const NAMES: Name[] = [ "OnlineCheckIn", "OpenSearch", "Parking", + "PassportUpdate", "Pets", "PlaceholderAirport", "PlaceholderDestination", diff --git a/packages/orbit-components/src/Illustration/index.js.flow b/packages/orbit-components/src/Illustration/index.js.flow index cd3cd1120c..465b221e43 100644 --- a/packages/orbit-components/src/Illustration/index.js.flow +++ b/packages/orbit-components/src/Illustration/index.js.flow @@ -69,6 +69,7 @@ type Name = | "OnlineCheckIn" | "OpenSearch" | "Parking" + | "PassportUpdate" | "Pets" | "PlaceholderAirport" | "PlaceholderDestination" diff --git a/packages/orbit-components/src/Illustration/types.d.ts b/packages/orbit-components/src/Illustration/types.d.ts index 3080337226..5732df6e19 100644 --- a/packages/orbit-components/src/Illustration/types.d.ts +++ b/packages/orbit-components/src/Illustration/types.d.ts @@ -70,6 +70,7 @@ export type Name = | "OnlineCheckIn" | "OpenSearch" | "Parking" + | "PassportUpdate" | "Pets" | "PlaceholderAirport" | "PlaceholderDestination"