@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.
24 lines (23 loc) • 703 B
JavaScript
;
exports.__esModule = true;
exports.TYPE_OPTIONS = exports.TOKENS = void 0;
const TYPE_OPTIONS = {
APPLE: "apple",
FACEBOOK: "facebook",
GOOGLE: "google",
TWITTER: "twitter",
EMAIL: "email"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
const TOKENS = {
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
backgroundButtonFocus: "backgroundButtonFocus",
colorTextButton: "colorTextButton",
colorTextButtonHover: "colorTextButtonHover",
colorTextButtonActive: "colorTextButtonActive",
iconColor: "iconColor",
borderColorButtonFocus: "borderColorButtonFocus"
};
exports.TOKENS = TOKENS;