Skip to content

Commit

Permalink
feat(ServiceLogo): add AirHelpNew
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarac committed Oct 30, 2024
1 parent 86a6c07 commit b56c2a5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/orbit-components/src/ServiceLogo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Table below contains all types of the props available in ServiceLogo component.
| code | size |
| :---------------------- | :--------- |
| `"AirHelp"` | `"small"` |
| `"Alipay"` | `"medium"` |
| `"Amex"` | `"large"` |
| `"AirHelpNew"` | `"medium"` |
| `"AirHelpPlus"` | `"large"` |
| `"Alipay"` |
| `"Amex"` |
| `"Axa"` |
| `"AxaAssistance"` |
| `"AxaWhite"` |
Expand All @@ -53,6 +55,7 @@ Table below contains all types of the props available in ServiceLogo component.
| `"PayPal"` |
| `"RentalCars"` |
| `"Sherpa"` |
| `"Simtex"` |
| `"Sofort"` |
| `"TravelPulse"` |
| `"Trustly"` |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export enum NAME_OPTIONS {
AIRHELP = "AirHelp",
AIRHELPNEW = "AirHelpNew",
AIRHELPPLUS = "AirHelpPlus",
ALIPAY = "Alipay",
AMEX = "Amex",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export enum NAME_OPTIONS {
AIRHELP = "AirHelp",
AIRHELPNEW = "AirHelpNew",
AIRHELPPLUS = "AirHelpPlus",
ALIPAY = "Alipay",
AMEX = "Amex",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type * as Common from "../common/types";
export type Size = "small" | "medium" | "large";
type Name =
| "AirHelp"
| "AirHelpNew"
| "AirHelpPlus"
| "Alipay"
| "Amex"
Expand Down

0 comments on commit b56c2a5

Please sign in to comment.