@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) • 696 B
JavaScript
;
exports.__esModule = true;
exports.ICON_SIZES = exports.ICON_COLORS = void 0;
let ICON_SIZES = /*#__PURE__*/function (ICON_SIZES) {
ICON_SIZES["SMALL"] = "small";
ICON_SIZES["MEDIUM"] = "medium";
ICON_SIZES["LARGE"] = "large";
return ICON_SIZES;
}({});
exports.ICON_SIZES = ICON_SIZES;
let ICON_COLORS = /*#__PURE__*/function (ICON_COLORS) {
ICON_COLORS["PRIMARY"] = "primary";
ICON_COLORS["SECONDARY"] = "secondary";
ICON_COLORS["TERTIARY"] = "tertiary";
ICON_COLORS["INFO"] = "info";
ICON_COLORS["SUCCESS"] = "success";
ICON_COLORS["WARNING"] = "warning";
ICON_COLORS["CRITICAL"] = "critical";
return ICON_COLORS;
}({});
exports.ICON_COLORS = ICON_COLORS;