@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 • 588 B
JavaScript
export var DIRECTIONS = {
ROW: "row",
COLUMN: "column",
ROWREVERSE: "row-reverse",
COLUMNREVERSE: "column-reverse"
};
export var ALIGNS = {
START: "start",
END: "end",
CENTER: "center",
STRETCH: "stretch",
BASELINE: "baseline"
};
export var JUSTIFY = {
START: "start",
END: "end",
CENTER: "center",
BETWEEN: "between",
AROUND: "around"
};
export var SPACINGS = {
NONE: "none",
EXTRATIGHT: "extraTight",
TIGHT: "tight",
CONDENSED: "condensed",
COMPACT: "compact",
NATURAL: "natural",
COMFY: "comfy",
LOOSE: "loose",
EXTRALOOSE: "extraLoose"
};