@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.
29 lines (28 loc) • 682 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TYPE_OPTIONS = exports.TOKENS = void 0;
const TYPE_OPTIONS = {
NEUTRAL: "neutral",
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical",
DARK: "dark",
WHITE: "white",
INFO_INVERTED: "infoInverted",
CRITICAL_INVERTED: "criticalInverted",
SUCCESS_INVERTED: "successInverted",
WARNING_INVERTED: "warningInverted",
BUNDLE_BASIC: "bundleBasic",
BUNDLE_MEDIUM: "bundleMedium",
BUNDLE_TOP: "bundleTop"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
const TOKENS = {
background: "background",
color: "color",
border: "border"
};
exports.TOKENS = TOKENS;