@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.
29 lines (28 loc) • 794 B
JavaScript
;
exports.__esModule = true;
exports.TOKENS = exports.SIZE_OPTIONS = exports.BUTTON_STATES = void 0;
const SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
const TOKENS = {
heightButton: "heightButton",
fontSizeButton: "fontSizeButton",
paddingButton: "paddingButton",
paddingButtonWithIcons: "paddingButtonWithIcons",
paddingButtonWithLeftIcon: "paddingButtonWithLeftIcon",
paddingButtonWithRightIcon: "paddingButtonWithRightIcon",
spinnerWidth: "spinnerWidth",
spinnerHeight: "spinnerHeight",
marginRightIcon: "marginRightIcon"
};
exports.TOKENS = TOKENS;
const BUTTON_STATES = {
DEFAULT: "default",
HOVER: "hover",
ACTIVE: "active",
FOCUS: "focus"
};
exports.BUTTON_STATES = BUTTON_STATES;