@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.
26 lines (25 loc) • 632 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PLACEMENTS = exports.POPOVER_SPACE_BETWEEN = void 0;
var POPOVER_SPACE_BETWEEN = 4;
exports.POPOVER_SPACE_BETWEEN = POPOVER_SPACE_BETWEEN;
var PLACEMENTS = {
AUTO: "auto",
AUTO_START: "auto-start",
AUTO_END: "auto-end",
TOP: "top",
TOP_START: "top-start",
TOP_END: "top-end",
BOTTOM: "bottom",
BOTTOM_START: "bottom-start",
BOTTOM_END: "bottom-end",
RIGHT: "right",
RIGHT_START: "right-start",
RIGHT_END: "right-end",
LEFT: "left",
LEFT_START: "left-start",
LEFT_END: "left-end"
};
exports.PLACEMENTS = PLACEMENTS;