@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 (14 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
var _consts = require("../consts");
var getDesktopSpacing = function getDesktopSpacing() {
var _ref;
return _ref = {}, (0, _defineProperty2.default)(_ref, _consts.SPACINGS.EXTRATIGHT, "2px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.TIGHT, "4px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.CONDENSED, "8px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.COMPACT, "12px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.NATURAL, "16px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.COMFY, "24px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.LOOSE, "32px"), (0, _defineProperty2.default)(_ref, _consts.SPACINGS.EXTRALOOSE, "40px"), _ref;
};
var _default = getDesktopSpacing;
exports.default = _default;