UNPKG

@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.

15 lines (14 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.baseURL = exports.SIZE_OPTIONS = exports.NAMES = void 0; var NAMES = ["Accommodation", "AirHelp", "AirportTransport", "AirportTransportTaxi", "BoardingPass", "CabinBaggage", "EnjoyApp", "FastTrack", "Feedback", "Help", "Improve", "Insurance", "InviteAFriend", "Login", "Lounge", "Mailbox", "Meal", "Money", "MusicalInstruments", "NetVerify", "NoBookings", "NoFavoriteFlights", "NoNotification", "Offline", "OnlineCheckIn", "OpenSearch", "Parking", "Pets", "PlaceholderAirport", "PlaceholderDestination", "PlaceholderHotel", "PlaneAndMoney", "PriorityBoarding", "Rating", "ReferAFriend", "RentalCar", "Seating", "SpecialAssistance", "SportsEquipment", "Time", "TimelineBoarding", "TimelineDropBaggage", "TimelineLeave", "TimelinePick", "Tours", "Train"]; exports.NAMES = NAMES; var SIZE_OPTIONS = { SMALL: "small", MEDIUM: "medium" }; exports.SIZE_OPTIONS = SIZE_OPTIONS; var baseURL = "//images.kiwi.com"; exports.baseURL = baseURL;