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.

40 lines (39 loc) 813 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPACINGS = exports.JUSTIFY = exports.ALIGNS = exports.DIRECTIONS = void 0; var DIRECTIONS = { ROW: "row", COLUMN: "column", ROWREVERSE: "row-reverse", COLUMNREVERSE: "column-reverse" }; exports.DIRECTIONS = DIRECTIONS; var ALIGNS = { START: "start", END: "end", CENTER: "center", STRETCH: "stretch" }; exports.ALIGNS = ALIGNS; var JUSTIFY = { START: "start", END: "end", CENTER: "center", BETWEEN: "between", AROUND: "around" }; exports.JUSTIFY = JUSTIFY; var SPACINGS = { NONE: "none", EXTRATIGHT: "extraTight", TIGHT: "tight", CONDENSED: "condensed", COMPACT: "compact", NATURAL: "natural", COMFY: "comfy", LOOSE: "loose", EXTRALOOSE: "extraLoose" }; exports.SPACINGS = SPACINGS;