File tree 4 files changed +4
-0
lines changed
docs/src/__examples__/Illustration
packages/orbit-components/src/Illustration
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export default {
81
81
"PlaceholderHotel" ,
82
82
"PlaceholderTours" ,
83
83
"PlaneAndMoney" ,
84
+ "PriceChange" ,
84
85
"PriorityBoarding" ,
85
86
"Rating" ,
86
87
"ReferAFriend" ,
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ The table below contains all types of props available in the Illustration compon
102
102
| ` "PlaceholderTours" ` |
103
103
| ` "PlaneAndMoney" ` |
104
104
| ` "PlaneDelayed" ` |
105
+ | ` "PriceChange" ` |
105
106
| ` "PriorityBoarding" ` |
106
107
| ` "Rating" ` |
107
108
| ` "ReferAFriend" ` |
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export const NAMES: Name[] = [
77
77
"PlaceholderTours" ,
78
78
"PlaneAndMoney" ,
79
79
"PlaneDelayed" ,
80
+ "PriceChange" ,
80
81
"PriorityBoarding" ,
81
82
"Rating" ,
82
83
"ReferAFriend" ,
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export type Name =
82
82
| "PlaceholderTours"
83
83
| "PlaneAndMoney"
84
84
| "PlaneDelayed"
85
+ | "PriceChange"
85
86
| "PriorityBoarding"
86
87
| "Rating"
87
88
| "ReferAFriend"
You can’t perform that action at this time.
0 commit comments