Skip to content

Commit

Permalink
feat(ServiceLogo): add ApplePay and GooglePay logos
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCsl committed Feb 1, 2024
1 parent 000c923 commit 4cd14aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/__examples__/ServiceLogo/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default {
"AirHelp",
"Alipay",
"Amex",
"ApplePay",
"Axa",
"AxaAssistance",
"Booking",
Expand All @@ -22,6 +23,7 @@ export default {
"DinersClub",
"Discover",
"GetYourGuide",
"GooglePay",
"IATA",
"JCB",
"MailOnline",
Expand Down
2 changes: 2 additions & 0 deletions packages/orbit-components/src/ServiceLogo/consts.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export enum NAME_OPTIONS {
AIRHELPPLUS = "AirHelpPlus",
ALIPAY = "Alipay",
AMEX = "Amex",
APPLEPAY = "ApplePay",
AXA = "Axa",
AXAASSISTANCE = "AxaAssistance",
BOOKING = "Booking",
Expand All @@ -12,6 +13,7 @@ export enum NAME_OPTIONS {
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
GOOGLEPAY = "GooglePay",
IATA = "IATA",
JCB = "JCB",
MAILONLINE = "MailOnline",
Expand Down
2 changes: 2 additions & 0 deletions packages/orbit-components/src/ServiceLogo/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export enum NAME_OPTIONS {
AIRHELPPLUS = "AirHelpPlus",
ALIPAY = "Alipay",
AMEX = "Amex",
APPLEPAY = "ApplePay",
AXA = "Axa",
AXAASSISTANCE = "AxaAssistance",
BOOKING = "Booking",
Expand All @@ -12,6 +13,7 @@ export enum NAME_OPTIONS {
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
GOOGLEPAY = "GooglePay",
IATA = "IATA",
JCB = "JCB",
MAILONLINE = "MailOnline",
Expand Down
2 changes: 2 additions & 0 deletions packages/orbit-components/src/ServiceLogo/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type Name =
| "AirHelpPlus"
| "Alipay"
| "Amex"
| "ApplePay"
| "Axa"
| "AxaAssistance"
| "Booking"
Expand All @@ -17,6 +18,7 @@ type Name =
| "DinersClub"
| "Discover"
| "GetYourGuide"
| "GooglePay"
| "IATA"
| "JCB"
| "MailOnline"
Expand Down

0 comments on commit 4cd14aa

Please sign in to comment.