Skip to content

Commit

Permalink
feat(ServiceLogo): add GetYourGuide logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCsl committed Dec 4, 2023
1 parent 7bbbdbe commit c883823
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__/ServiceLogo/DEFAULT.tsx
Expand Up @@ -21,6 +21,7 @@ export default {
"ChinaUnionPay",
"DinersClub",
"Discover",
"GetYourGuide",
"IATA",
"JCB",
"MailOnline",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/README.md
Expand Up @@ -40,6 +40,7 @@ Table below contains all types of the props available in ServiceLogo component.
| `"DinersClub"` |
| `"Discover"` |
| `"Elo"` |
| `"GetYourGuide"` |
| `"JCB"` |
| `"MailOnline"` |
| `"Maestro"` |
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.mts
Expand Up @@ -11,6 +11,7 @@ export enum NAME_OPTIONS {
DAILYEXPRESS = "DailyExpress",
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
IATA = "IATA",
JCB = "JCB",
MAILONLINE = "MailOnline",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.ts
Expand Up @@ -11,6 +11,7 @@ export enum NAME_OPTIONS {
DAILYEXPRESS = "DailyExpress",
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
IATA = "IATA",
JCB = "JCB",
MAILONLINE = "MailOnline",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/index.js.flow
Expand Up @@ -20,6 +20,7 @@ export type Name =
| "DailyExpress"
| "DinersClub"
| "Discover"
| "GetYourGuide"
| "IATA"
| "JCB"
| "MailOnline"
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/types.d.ts
Expand Up @@ -16,6 +16,7 @@ type Name =
| "DailyExpress"
| "DinersClub"
| "Discover"
| "GetYourGuide"
| "IATA"
| "JCB"
| "MailOnline"
Expand Down

0 comments on commit c883823

Please sign in to comment.