@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"
24 lines (21 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var ELEMENT_OPTIONS = exports.ELEMENT_OPTIONS = {
H1: "h1",
H2: "h2",
H3: "h3",
H4: "h4",
H5: "h5"
};
var TYPE_OPTIONS = exports.TYPE_OPTIONS = {
DISPLAY: "display",
TITLE1: "title1",
TITLE2: "title2",
TITLE3: "title3"
};
var TOKENS = exports.TOKENS = {
weightHeading: "weightHeading",
sizeHeading: "sizeHeading"
};