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.

36 lines (35 loc) 584 B
"use strict"; exports.__esModule = true; exports.TYPE_OPTIONS = exports.LANGUAGE = exports.HEIGHT = void 0; const TYPE_OPTIONS = { APPSTORE: "appStore", GOOGLEPLAY: "googlePlay" }; exports.TYPE_OPTIONS = TYPE_OPTIONS; const LANGUAGE = { BG: "BG", CS: "CS", DA: "DA", DE: "DE", EN: "EN", ES: "ES", FI: "FI", FR: "FR", HU: "HU", IT: "IT", JA: "JA", KO: "KO", NL: "NL", PL: "PL", PT: "PT", RO: "RO", RU: "RU", SK: "SK", SR: "SR", SV: "SV", TR: "TR", ZH: "ZH" }; exports.LANGUAGE = LANGUAGE; const HEIGHT = "40px"; exports.HEIGHT = HEIGHT;