@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"
26 lines (23 loc) • 662 B
JavaScript
// @flow
export const TYPES = {
PRIMARY: "primary",
SECONDARY: "secondary",
};
export const SIZES = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large",
};
export const TOKENS = {
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
colorTextButton: "colorTextButton",
colorTextButtonHover: "colorTextButtonHover",
colorTextButtonActive: "colorTextButtonActive",
heightButton: "heightButton",
fontSizeButton: "fontSizeButton",
paddingButton: "paddingButton",
paddingButtonWithIcon: "paddingButtonWithIcon",
marginRightIcon: "marginRightIcon",
};