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 594 B
export var SIZE_OPTIONS = { SMALL: "small", NORMAL: "normal", LARGE: "large" }; export var TOKENS = { heightButton: "heightButton", fontSizeButton: "fontSizeButton", paddingButton: "paddingButton", paddingButtonWithIcons: "paddingButtonWithIcons", paddingButtonWithLeftIcon: "paddingButtonWithLeftIcon", paddingButtonWithRightIcon: "paddingButtonWithRightIcon", spinnerWidth: "spinnerWidth", spinnerHeight: "spinnerHeight", marginRightIcon: "marginRightIcon" }; export var BUTTON_STATES = { DEFAULT: "default", HOVER: "hover", ACTIVE: "active", FOCUS: "focus" };