@kiwicom/orbit-components
Version:
<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"
26 lines (23 loc) • 502 B
JavaScript
// @flow
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";