@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.
23 lines • 430 B
JavaScript
export const ELEMENT_OPTIONS = {
H1: "h1",
H2: "h2",
H3: "h3",
H4: "h4",
H5: "h5",
H6: "h6",
DIV: "div"
};
export const TYPE_OPTIONS = {
DISPLAY: "display",
DISPLAYSUBTITLE: "displaySubtitle",
TITLE1: "title1",
TITLE2: "title2",
TITLE3: "title3",
TITLE4: "title4",
TITLE5: "title5"
};
export const TOKENS = {
weightHeading: "weightHeading",
sizeHeading: "sizeHeading",
lineHeight: "lineHeight"
};