@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.
18 lines • 665 B
JavaScript
export let PLACEMENTS = /*#__PURE__*/function (PLACEMENTS) {
PLACEMENTS["AUTO"] = "auto";
PLACEMENTS["AUTO_START"] = "auto-start";
PLACEMENTS["AUTO_END"] = "auto-end";
PLACEMENTS["TOP"] = "top";
PLACEMENTS["TOP_START"] = "top-start";
PLACEMENTS["TOP_END"] = "top-end";
PLACEMENTS["BOTTOM"] = "bottom";
PLACEMENTS["BOTTOM_START"] = "bottom-start";
PLACEMENTS["BOTTOM_END"] = "bottom-end";
PLACEMENTS["RIGHT"] = "right";
PLACEMENTS["RIGHT_START"] = "right-start";
PLACEMENTS["RIGHT_END"] = "right-end";
PLACEMENTS["LEFT"] = "left";
PLACEMENTS["LEFT_START"] = "left-start";
PLACEMENTS["LEFT_END"] = "left-end";
return PLACEMENTS;
}({});