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 64f5601 commit 390f1ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
6 changes: 4 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 Down
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 390f1ac

Please sign in to comment.