@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.
24 lines (23 loc) • 722 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CLOSE_BUTTON_DATA_TEST = exports.TOKENS = exports.TYPE_OPTIONS = void 0;
const TYPE_OPTIONS = {
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
const TOKENS = {
backgroundAlert: "backgroundAlert",
colorIconAlert: "colorIconAlert",
colorTextLinkAlertHover: "colorTextLinkAlertHover",
colorTextLinkAlertFocus: "colorTextLinkAlertFocus",
colorBorderAlert: "colorBorderAlert",
colorAccentBorder: "colorAccentBorder"
};
exports.TOKENS = TOKENS;
const CLOSE_BUTTON_DATA_TEST = "AlertCloseButton";
exports.CLOSE_BUTTON_DATA_TEST = CLOSE_BUTTON_DATA_TEST;