Skip to content

Commit 123ef30

Browse files
committed
feat(Illustration): add PriceChange illustration
JIRA: FEPLT-2369
1 parent 156abc2 commit 123ef30

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/src/__examples__/Illustration/DEFAULT.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default {
8181
"PlaceholderHotel",
8282
"PlaceholderTours",
8383
"PlaneAndMoney",
84+
"PriceChange",
8485
"PriorityBoarding",
8586
"Rating",
8687
"ReferAFriend",

packages/orbit-components/src/Illustration/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The table below contains all types of props available in the Illustration compon
102102
| `"PlaceholderTours"` |
103103
| `"PlaneAndMoney"` |
104104
| `"PlaneDelayed"` |
105+
| `"PriceChange"` |
105106
| `"PriorityBoarding"` |
106107
| `"Rating"` |
107108
| `"ReferAFriend"` |

packages/orbit-components/src/Illustration/consts.mts

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const NAMES: Name[] = [
7777
"PlaceholderTours",
7878
"PlaneAndMoney",
7979
"PlaneDelayed",
80+
"PriceChange",
8081
"PriorityBoarding",
8182
"Rating",
8283
"ReferAFriend",

packages/orbit-components/src/Illustration/types.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export type Name =
8282
| "PlaceholderTours"
8383
| "PlaneAndMoney"
8484
| "PlaneDelayed"
85+
| "PriceChange"
8586
| "PriorityBoarding"
8687
| "Rating"
8788
| "ReferAFriend"

0 commit comments

Comments
 (0)