@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.
49 lines (48 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.baseURL = exports.SIZE_OPTIONS = exports.NAME_OPTIONS = void 0;
const NAME_OPTIONS = {
AIRHELP: "AirHelp",
ALIPAY: "Alipay",
AMEX: "Amex",
AXA: "Axa",
AXAASSISTANCE: "AxaAssistance",
BOOKING: "Booking",
BUSINESSINSIDER: "BusinessInsider",
CHINAUNIONPAY: "ChinaUnionPay",
DAILYEXPRESS: "DailyExpress",
DINERSCLUB: "DinersClub",
DISCOVER: "Discover",
IATA: "IATA",
JCB: "JCB",
MAILONLINE: "MailOnline",
MAESTRO: "Maestro",
MAESTROSHORT: "MaestroShort",
MASTERCARD: "MasterCard",
MASTERCARDSHORT: "MasterCardShort",
MIR: "MIR",
MIRROR: "Mirror",
NEWYORKTIMES: "NewYorkTimes",
NORTOSECURED: "NortonSecured",
PAYPAL: "PayPal",
RENTALCARS: "RentalCars",
SOFORT: "Sofort",
TRAVELPULSE: "TravelPulse",
TRUSTLY: "Trustly",
USATODAY: "UsaToday",
VISA: "Visa",
VISAHQ: "VisaHQ",
ZOOZ: "Zooz",
ELO: "Elo"
};
exports.NAME_OPTIONS = NAME_OPTIONS;
const SIZE_OPTIONS = {
SMALL: "small",
MEDIUM: "medium",
LARGE: "large"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
const baseURL = "//images.kiwi.com";
exports.baseURL = baseURL;