@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.
23 lines (22 loc) • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ICON_COLORS = exports.ICON_SIZES = void 0;
var ICON_SIZES = {
SMALL: "small",
MEDIUM: "medium",
LARGE: "large"
};
exports.ICON_SIZES = ICON_SIZES;
var ICON_COLORS = {
ATTENTION: "attention",
PRIMARY: "primary",
SECONDARY: "secondary",
TERTIARY: "tertiary",
INFO: "info",
SUCCESS: "success",
WARNING: "warning",
CRITICAL: "critical"
};
exports.ICON_COLORS = ICON_COLORS;