@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) • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.SIZE_OPTIONS = exports.TYPE_OPTIONS = void 0;
var TYPE_OPTIONS = {
TEXT: "text",
NUMBER: "number",
EMAIL: "email",
PASSWORD: "password"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
var SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
var TOKENS = {
heightInput: "heightInput",
fontSizeInput: "fontSizeInput",
paddingInput: "paddingInput",
iconSize: "iconSize"
};
exports.TOKENS = TOKENS;