@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.
17 lines • 547 B
JavaScript
export const TYPE_OPTIONS = {
APPLE: "apple",
FACEBOOK: "facebook",
GOOGLE: "google",
TWITTER: "twitter"
};
export const TOKENS = {
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
backgroundButtonFocus: "backgroundButtonFocus",
colorTextButton: "colorTextButton",
colorTextButtonHover: "colorTextButtonHover",
colorTextButtonActive: "colorTextButtonActive",
iconColor: "iconColor",
borderColorButtonFocus: "borderColorButtonFocus"
};