@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.
31 lines (30 loc) • 828 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.SIZES = exports.TYPES = void 0;
var TYPES = {
PRIMARY: "primary",
SECONDARY: "secondary"
};
exports.TYPES = TYPES;
var SIZES = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large"
};
exports.SIZES = SIZES;
var TOKENS = {
backgroundButton: "backgroundButton",
backgroundButtonHover: "backgroundButtonHover",
backgroundButtonActive: "backgroundButtonActive",
colorTextButton: "colorTextButton",
colorTextButtonHover: "colorTextButtonHover",
colorTextButtonActive: "colorTextButtonActive",
heightButton: "heightButton",
fontSizeButton: "fontSizeButton",
paddingButton: "paddingButton",
paddingButtonWithIcon: "paddingButtonWithIcon",
marginRightIcon: "marginRightIcon"
};
exports.TOKENS = TOKENS;