@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.
20 lines (19 loc) • 681 B
JavaScript
;
exports.__esModule = true;
exports.TYPES = exports.TOKENS = void 0;
let TYPES = exports.TYPES = /*#__PURE__*/function (TYPES) {
TYPES["PRIMARY"] = "primary";
TYPES["SECONDARY"] = "secondary";
TYPES["CRITICAL"] = "critical";
return TYPES;
}({});
let TOKENS = exports.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;
}({});