@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 • 1.04 kB
JavaScript
export let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) {
TYPE_OPTIONS["INFO"] = "info";
TYPE_OPTIONS["SUCCESS"] = "success";
TYPE_OPTIONS["WARNING"] = "warning";
TYPE_OPTIONS["CRITICAL"] = "critical";
TYPE_OPTIONS["INFO_SUBTLE"] = "infoSubtle";
TYPE_OPTIONS["SUCCESS_SUBTLE"] = "successSubtle";
TYPE_OPTIONS["WARNING_SUBTLE"] = "warningSubtle";
TYPE_OPTIONS["CRITICAL_SUBTLE"] = "criticalSubtle";
TYPE_OPTIONS["SECONDARY"] = "secondary";
return TYPE_OPTIONS;
}({});
export let TOKENS = /*#__PURE__*/function (TOKENS) {
TOKENS["backgroundButton"] = "backgroundButton";
TOKENS["backgroundButtonHover"] = "backgroundButtonHover";
TOKENS["backgroundButtonActive"] = "backgroundButtonActive";
TOKENS["backgroundButtonFocus"] = "backgroundButtonFocus";
TOKENS["colorTextButton"] = "colorTextButton";
TOKENS["colorTextButtonHover"] = "colorTextButtonHover";
TOKENS["colorTextButtonActive"] = "colorTextButtonActive";
TOKENS["borderColorButtonFocus"] = "borderColorButtonFocus";
return TOKENS;
}({});