@kiwicom/orbit-components
Version:
<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"
29 lines (26 loc) • 500 B
JavaScript
export const DIRECTIONS = {
ROW: "row",
COLUMN: "column"
};
export const ALIGNS = {
START: "start",
END: "end",
CENTER: "center",
EVEN: "even"
};
export const SPACINGS = {
EXTRATIGHT: "extraTight",
TIGHT: "tight",
CONDENSED: "condensed",
COMPACT: "compact",
NATURAL: "natural",
COMFY: "comfy",
LOOSE: "loose",
EXTRALOOSE: "extraLoose"
};
export const TOKENS = {
DISTRIBUTION: "distribution",
ALIGN: "align",
SPACING: "spacing",
MOBILESPACING: "mobileSpacing"
};