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.

11 lines (8 loc) 532 B
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; import { ALIGNS } from "../consts"; var getAlign = function getAlign(align) { var _tokens; var tokens = (_tokens = {}, _defineProperty(_tokens, ALIGNS.START, "flex-start"), _defineProperty(_tokens, ALIGNS.END, "flex-end"), _defineProperty(_tokens, ALIGNS.CENTER, "center"), _defineProperty(_tokens, ALIGNS.STRETCH, "stretch"), _defineProperty(_tokens, ALIGNS.BASELINE, "baseline"), _tokens); return align && tokens[align]; }; export default getAlign;