UNPKG

@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.

22 lines 600 B
export const SIZE_OPTIONS = { SMALL: "small", NORMAL: "normal", LARGE: "large" }; export const TOKENS = { heightButton: "heightButton", fontSizeButton: "fontSizeButton", paddingButton: "paddingButton", paddingButtonWithIcons: "paddingButtonWithIcons", paddingButtonWithLeftIcon: "paddingButtonWithLeftIcon", paddingButtonWithRightIcon: "paddingButtonWithRightIcon", spinnerWidth: "spinnerWidth", spinnerHeight: "spinnerHeight", marginRightIcon: "marginRightIcon" }; export const BUTTON_STATES = { DEFAULT: "default", HOVER: "hover", ACTIVE: "active", FOCUS: "focus" };