@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"
40 lines (38 loc) • 1.22 kB
JavaScript
export const TYPE_OPTIONS = {
PRIMARY: "primary",
SECONDARY: "secondary",
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical",
FACEBOOK: "facebook",
GOOGLE: "google"
};
export const SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large"
};
export const TOKENS = {
// Size tokens
heightButton: "heightButton",
loadingWidth: "loadingWidth",
loadingHeight: "loadingHeight",
fontSizeButton: "fontSizeButton",
paddingButton: "paddingButton",
paddingButtonWithIcon: "paddingButtonWithIcon",
marginRightIcon: "marginRightIcon",
// Type tokens
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
colorTextButton: "colorTextButton",
colorTextButtonBordered: "colorTextButtonBordered",
colorTextButtonHover: "colorTextButtonHover",
colorTextButtonBorderedHover: "colorTextButtonBorderedHover",
colorTextButtonActive: "colorTextButtonActive",
colorTextButtonBorderedActive: "colorTextButtonBorderedActive",
borderColorButton: "borderColorButton",
borderColorButtonHover: "borderColorButtonHover",
borderColorButtonActive: "borderColorButtonActive"
};