@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.
21 lines (20 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.RESIZE_OPTIONS = exports.SIZE_OPTIONS = void 0;
var SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
var RESIZE_OPTIONS = {
VERTICAL: "vertical",
NONE: "none"
};
exports.RESIZE_OPTIONS = RESIZE_OPTIONS;
var TOKENS = {
fontSizeInput: "fontSizeInput",
paddingInput: "paddingInput"
};
exports.TOKENS = TOKENS;