@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.
27 lines (26 loc) • 761 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.TYPE_OPTIONS = void 0;
const TYPE_OPTIONS = {
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical",
INFO_SUBTLE: "infoSubtle",
SUCCESS_SUBTLE: "successSubtle",
WARNING_SUBTLE: "warningSubtle",
CRITICAL_SUBTLE: "criticalSubtle",
SECONDARY: "secondary"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
const TOKENS = {
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
backgroundButtonFocus: "backgroundButtonFocus",
colorTextButton: "colorTextButton",
borderColorButtonFocus: "borderColorButtonFocus"
};
exports.TOKENS = TOKENS;