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