UNPKG

@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.

28 lines (20 loc) 614 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _consts = require("../../utils/layout/consts"); const getDirectionSpacingTemplate = direction => { switch (direction) { case _consts.DIRECTIONS.COLUMN: return "0 0 __spacing__ 0"; case _consts.DIRECTIONS.ROW: return "0 __spacing__ 0 0"; case _consts.DIRECTIONS.COLUMNREVERSE: return "__spacing__ 0 0 0"; case _consts.DIRECTIONS.ROWREVERSE: return "0 0 0 __spacing__"; default: return "0 0 __spacing__ 0"; } }; var _default = getDirectionSpacingTemplate; exports.default = _default;