@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"
38 lines (33 loc) • 687 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var TYPE_OPTIONS = exports.TYPE_OPTIONS = {
PRIMARY: "primary",
SECONDARY: "secondary",
ATTENTION: "attention",
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical",
WHITE: "white"
};
var SIZE_OPTIONS = exports.SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large"
};
var WEIGHT_OPTIONS = exports.WEIGHT_OPTIONS = {
NORMAL: "normal",
BOLD: "bold"
};
var ALIGN_OPTIONS = exports.ALIGN_OPTIONS = {
LEFT: "left",
CENTER: "center",
RIGHT: "right"
};
var ELEMENT_OPTIONS = exports.ELEMENT_OPTIONS = {
P: "p",
SPAN: "span",
DIV: "div"
};