@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.
32 lines (31 loc) • 1.2 kB
JavaScript
;
exports.__esModule = true;
exports.TOKENS = exports.SIZE_OPTIONS = exports.BUTTON_STATES = void 0;
let SIZE_OPTIONS = /*#__PURE__*/function (SIZE_OPTIONS) {
SIZE_OPTIONS["SMALL"] = "small";
SIZE_OPTIONS["NORMAL"] = "normal";
SIZE_OPTIONS["LARGE"] = "large";
return SIZE_OPTIONS;
}({});
exports.SIZE_OPTIONS = SIZE_OPTIONS;
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;
}({});
exports.TOKENS = TOKENS;
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;
}({});
exports.BUTTON_STATES = BUTTON_STATES;