@gravity-ui/uikit
Version:
Gravity UI base styling and components
17 lines (16 loc) • 429 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.bAvatar = exports.DEFAULT_AVATAR_SIZE = exports.AVATAR_SIZES = void 0;
const cn_1 = require("../utils/cn.js");
exports.AVATAR_SIZES = {
'3xs': 16,
'2xs': 20,
xs: 24,
s: 28,
m: 32,
l: 42,
xl: 50,
};
exports.DEFAULT_AVATAR_SIZE = 'm';
exports.bAvatar = (0, cn_1.block)('avatar');
//# sourceMappingURL=constants.js.map
;