@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.
31 lines (30 loc) • 714 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.baseURL = exports.SIZE_OPTIONS = exports.NAME_OPTIONS = void 0;
var 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"
};
exports.NAME_OPTIONS = NAME_OPTIONS;
var SIZE_OPTIONS = {
SMALL: "small",
MEDIUM: "medium",
LARGE: "large"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
var baseURL = "//images.kiwi.com";
exports.baseURL = baseURL;