@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.
16 lines • 579 B
JavaScript
export let TYPES = /*#__PURE__*/function (TYPES) {
TYPES["PRIMARY"] = "primary";
TYPES["SECONDARY"] = "secondary";
TYPES["CRITICAL"] = "critical";
return TYPES;
}({});
export let TOKENS = /*#__PURE__*/function (TOKENS) {
TOKENS["background"] = "background";
TOKENS["backgroundHover"] = "backgroundHover";
TOKENS["backgroundActive"] = "backgroundActive";
TOKENS["foreground"] = "foreground";
TOKENS["foregroundHover"] = "foregroundHover";
TOKENS["foregroundActive"] = "foregroundActive";
TOKENS["marginRightIcon"] = "marginRightIcon";
return TOKENS;
}({});