@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.
25 lines • 1 kB
JavaScript
export let SIZE_OPTIONS = /*#__PURE__*/function (SIZE_OPTIONS) {
SIZE_OPTIONS["SMALL"] = "small";
SIZE_OPTIONS["NORMAL"] = "normal";
SIZE_OPTIONS["LARGE"] = "large";
return SIZE_OPTIONS;
}({});
export let TOKENS = /*#__PURE__*/function (TOKENS) {
TOKENS["heightButton"] = "heightButton";
TOKENS["fontSizeButton"] = "fontSizeButton";
TOKENS["paddingButton"] = "paddingButton";
TOKENS["paddingButtonWithIcons"] = "paddingButtonWithIcons";
TOKENS["paddingButtonWithLeftIcon"] = "paddingButtonWithLeftIcon";
TOKENS["paddingButtonWithRightIcon"] = "paddingButtonWithRightIcon";
TOKENS["spinnerWidth"] = "spinnerWidth";
TOKENS["spinnerHeight"] = "spinnerHeight";
TOKENS["marginRightIcon"] = "marginRightIcon";
return TOKENS;
}({});
export let BUTTON_STATES = /*#__PURE__*/function (BUTTON_STATES) {
BUTTON_STATES["DEFAULT"] = "default";
BUTTON_STATES["HOVER"] = "hover";
BUTTON_STATES["ACTIVE"] = "active";
BUTTON_STATES["FOCUS"] = "focus";
return BUTTON_STATES;
}({});