UNPKG

@brizy/ui

Version:
13 lines (12 loc) 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getItemGap = exports.getColumnGap = void 0; const constants_1 = require("../constants"); const getColumnGap = (gap) => { return { [`--${constants_1.BRZ_PREFIX}-masonry-column-gap`]: `${gap}px` }; }; exports.getColumnGap = getColumnGap; const getItemGap = (gap) => { return { [`--${constants_1.BRZ_PREFIX}-masonry-item-gap`]: `${gap}px` }; }; exports.getItemGap = getItemGap;