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