@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
22 lines • 488 B
JavaScript
export const NAME_OPTIONS = {
AIRHELP: "AirHelp",
AMEX: "Amex",
AXAASSISTANCE: "AxaAssistance",
DINERSCLUB: "DinersClub",
JCB: "JCB",
MAESTRO: "Maestro",
MASTERCARD: "MasterCard",
MIR: "MIR",
NEWYORKTIMES: "NewYorkTimes",
NORTOSECURED: "NortonSecured",
TRAVELPULSE: "TravelPulse",
VISA: "Visa",
VISAHQ: "VisaHQ",
ZOOZ: "Zooz"
};
export const SIZE_OPTIONS = {
SMALL: "small",
MEDIUM: "medium",
LARGE: "large"
};
export const baseURL = "//images.kiwi.com";