@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 (21 loc) • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.TYPES = void 0;
const TYPES = {
PRIMARY: "primary",
SECONDARY: "secondary",
CRITICAL: "critical"
};
exports.TYPES = TYPES;
const TOKENS = {
background: "background",
backgroundHover: "backgroundHover",
backgroundActive: "backgroundActive",
foreground: "foreground",
foregroundHover: "foregroundHover",
foregroundActive: "foregroundActive",
marginRightIcon: "marginRightIcon"
};
exports.TOKENS = TOKENS;