@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.
16 lines • 549 B
JavaScript
export let ICON_SIZES = /*#__PURE__*/function (ICON_SIZES) {
ICON_SIZES["SMALL"] = "small";
ICON_SIZES["MEDIUM"] = "medium";
ICON_SIZES["LARGE"] = "large";
return ICON_SIZES;
}({});
export 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;
}({});