@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.
14 lines • 372 B
JavaScript
export const TYPES = {
PRIMARY: "primary",
SECONDARY: "secondary",
CRITICAL: "critical"
};
export const TOKENS = {
background: "background",
backgroundHover: "backgroundHover",
backgroundActive: "backgroundActive",
foreground: "foreground",
foregroundHover: "foregroundHover",
foregroundActive: "foregroundActive",
marginRightIcon: "marginRightIcon"
};