UNPKG

@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.

22 lines 647 B
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" };